﻿body {
	margin: 0;
	padding: 0;
	font-family: 微软雅黑;
	font-size: 14px;
	color: #333333;
}
div {
	margin: 0 auto;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
a {
	text-decoration: none;
	color: #333;
}
img {
	border: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.bodywidth {
	width: 1200px;
	margin: auto;
}
.top {
	overflow: hidden;
}
.top .search {
	position: absolute;
	top: 50px;
	right: 680px;
	width: 482px;
	height: 51px;
	background: url('search.jpg') no-repeat left center;
}
.top .search select {
	display: block;
	border: 0px;
	top: 23px;
	color: #333333;
}
.top .search input {
	border: none;
	top: 23px;
	color: #333333;
	background: none;
}
.top .search .select1 {
	position: absolute;
	left: 6px;
	width: 80px;
	color: #BFC9A6;
}
.top .search .srhKey {
	position: absolute;
	left: 15px;
	width: 400px;
	color: #333;
	top: 0px;
	height: 51px;
	line-height: 51px;
}
.top .search .submit {
	position: absolute;
	left: 440px;
	top: 12px;
}
.top .search span {
	display: block;
	margin-top: 50px;
	color: #929191;
}
.top .left {
	padding-top: 15px;
	width: 360px;
}
.top .right {
	width: 840px;
	position: relative;
}
.top ul li {
	float: left;
}
.top ul li a {
	display: block;
	color: white;
	width: 90px;
	text-align: center;
	height: 80px;
	line-height: 80px;
	font-size: 16px;
}
.top ul li a:hover {
	background: #FBC415;
	color: #0583D0;
}
.top ul ul {
	position: absolute;
	display: none;
	top: -10000px;
	left: -10000px;
}
.top .link {
	padding-top: 8px;
}
.top .link ul li a {
	width: 40px;
	text-align: right;
}
.top .link ul li a:hover {
	background: none;
}
.nav {
	height: 50px;
	line-height: 50px;
	z-index: 100;
	background: #EEEEEE;
}
.nav ul li {
	float: left;
	width: 200px;
	text-align: center;
	height: 50px;
	position: relative;
	z-index: 100;
}
.nav ul li a {
	display: block;
	width: 200px;
	height: 50px;
	font-size: 16px;
}
.nav ul li a:hover {
	background: #0583D0;
	color: white;
}
.nav ul li ul {
	display: none;
	position: absolute;
	left: 0;
	top: 50px;
	width: 200px;
	background: #0583D0;
	z-index: 100;
	opacity: 0.8;
}
.nav ul li ul li {
	height: 40px;
	line-height: 40px;
}
.nav ul li ul li a {
	color: white;
	height: 40px;
	line-height: 40px;
}
.nav ul li ul li a:hover {
	background: #FE8601;
	color: white;
}
.banner {
	overflow: hidden;
	height: 700px;
}
.cxzsindex {
	overflow: hidden;
	padding: 40px 0 20px;
}
.cxzsindex .title {
	width: 415px;
	margin: auto;
	background: url('title.fw.png') no-repeat left top;
	height: 77px;
	font-size: 30px;
	text-align: center;
	color: #0583D0;
}
.cxzsindex .title span {
	display: block;
	font-size: 16px;
	color: #92929E;
}
.cxzsindex .clearfix::after {
	clear: both;
	display: block;
	height: 0;
	content: '';
}
.cxzsindex #container {
	margin: 20px auto;
}
.cxzsindex #container li {
	float: left;
	width: 380px;
	height: 320px;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	margin-left: 15px;
	margin-top: 20px;
}
.cxzsindex #container li .img {
	width: 380px;
	height: 320px;
	display: block;
	-moz-transition: .5s ease-in;
	-webkit-transition: .5s ease-in;
	-o-transition: .5s ease-in;
	-ms-transition: .5s ease-in;
	transition: .5s ease-in;
}
.cxzsindex #container li .img img {
	width: 380px;
	height: 320px;
}
.cxzsindex #container li:hover .img {
}
.cxzsindex #container li p {
	width: 100%;
	height: 320px;
	position: absolute;
	left: 0;
	top: -320px;
	color: #ffffff;
	z-index: 2;
	margin: 0;
	padding: 0;
}
.cxzsindex #container li p i {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 320px;
	z-index: -1;
	background: #000000;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
}
.cxzsindex #container li p span {
	display: block;
	width: 80%;
	height: 80%;
	margin: 80px auto;
	line-height: 28px;
	font-size: 16px;
	overflow: hidden;
}
.cxzsindex #container li p span a {
	color: white;
}
.cxzsindex #container .cont {
	width: 380px;
	height: 80px;
	background: #F1F2F3;
	position: relative;
}
.cxzsindex #container .name {
	position: absolute;
	bottom: 30px;
	font-size: 20px;
	height: 30px;
	width: 360px;
	text-align: center;
}
.cxzsindex #container .name a {
	color: #000;
}
.cxzsindex #container .brief {
	color: #AAAAAA;
	position: absolute;
	top: 40px;
	left: 10px;
}
.cxzsindex #container .more {
	position: absolute;
	top: 20px;
	right: 10px;
}
.gywmindex {
	background: #F2F3F5;
	height: 600px;
	padding: 20px 0;
}
.gywmindex .title {
	width: 415px;
	margin: auto;
	background: url('title.fw.png') no-repeat left top;
	height: 77px;
	font-size: 30px;
	text-align: center;
	margin-top: 40px;
	color: #0583D0;
}
.gywmindex .title span {
	display: block;
	font-size: 16px;
	color: #92929E;
}
.gywmindex ul {
	padding: 40px 0;
	overflow: hidden;
}
.gywmindex ul li {
	width: 1200px;
	height: 370px;
	position: relative;
}
.gywmindex ul .cont {
	position: absolute;
	top: 0;
	left: 0;
	width: 720px;
	font-size: 14px;
	line-height: 280%;
	color: #333333;
}
.gywmindex ul .more {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 720px;
}
.gywmindex ul .more a {
	display: inline-block;
	width: 150px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	border-radius: 100px;
	color: #FFF;
	background: #FE8601;
}
.gywmindex ul .more a:hover {
	background: #0583D0;
	color: #FFF;

}
.gywmindex ul .image {
	position: absolute;
	right: 0;
	top: 0;
	width: 445px;
}
.gywmindex ul .image img {
	width: 445px;
	height: 370px;
}
.xwdtindex {
	padding: 20px 0 40px;
	overflow: hidden;
}
.xwdtindex .title {
	width: 415px;
	margin: auto;
	background: url('title.fw.png') no-repeat left top;
	height: 77px;
	font-size: 30px;
	text-align: center;
	margin-top: 20px;
	color: #0583D0;
}
.xwdtindex .title span {
	display: block;
	font-size: 16px;
	color: #92929E;
}
.xwdtindex ul {
	padding: 20px 0;
}
.xwdtindex ul li {
	float: left;
	width: 380px;
	height: 340px;
	margin-left: 30px;
}
.xwdtindex ul li:first-child {
	margin: 0;
}
.xwdtindex ul .TextList {
}
.xwdtindex ul .Image {
	width: 380px;
	height: 195px;
}
.xwdtindex ul .Image img {
	width: 380px;
	height: 195px;
}
.xwdtindex ul .Name {
	font-size: 14px;
	height: 40px;
	line-height: 40px;
}
.xwdtindex ul .Name a:hover {
	color: #000;
	text-decoration: underline;
}
.xwdtindex ul .Cont {
	height: 58px;
	overflow: hidden;
	margin-bottom: 10px;
}
.xwdtindex ul .Cont a {
	color: #AAAAAA;
}
.xwdtindex ul .More {
	float: left;
}
.xwdtindex ul .Time {
	float: right;
	color: #E0E0E0;
}
.zclxindex {
	background: #F2F3F5;
	height: 550px;
	overflow: hidden;
}
.zclxindex .title {
	width: 415px;
	margin: auto;
	background: url('title.fw.png') no-repeat left top;
	height: 77px;
	font-size: 30px;
	text-align: center;
	margin-top: 40px;
	color: #0583D0;
}
.zclxindex .title span {
	display: block;
	font-size: 16px;
	color: #92929E;
}
.zclxindex ul {
	padding: 40px 0;
}
.zclxindex ul li {
	width: 280px;
	height: 330px;
	background: white;
	text-align: center;
	float: left;
	margin-left: 26px;
}
.zclxindex ul li:first-child {
	margin: 0;
}
.zclxindex ul .name {
	padding-top: 30px;
}
.zclxindex ul .name a {
	font-size: 24px;
}
.zclxindex .z1 .name a {
	color: #FE8500;
}
.zclxindex .z2 .name a {
	color: #0583D0;
}
.zclxindex .z3 .name a {
	color: #6DBF0C;
}
.zclxindex .z4 .name a {
	color: #CEBA00;
}
.zclxindex ul .image {
	padding: 10px 0;
}
.zclxindex ul .cont {
	padding: 10px 0;
}
.zclxindex ul .cont a {
	color: #92999F;
	font-size: 14px;
}
.zclxindex ul .more {
	padding-top: 20px;
	width: 162px;
	margin: auto;
}
.zclxindex ul .more a {
	display: block;
	width: 160px;
	height: 40px;
	line-height: 40px;
	border: 1px #CCC solid;
	background: #FAFBFC;
	color: #333;
	border-radius: 100px;
	font-size: 16px;
}
.zclxindex ul .more a:hover {
	text-decoration: underline;
	background: #192B39;
	color: white;
	border: 1px #192B39 solid;
	color: #FBC415;
}
.nbanner {
	height: 375px;
	overflow: hidden;
	position: relative;
}
.nbanner .nimg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 400px;
}
.nbanner .nimg img {
	width: 100%;
	height: 100%;
}
.neiyecont {
	padding: 20px 0;
	overflow: hidden;
}
.neiyecont1 {
	overflow: hidden;
	padding: 20px 0;
}
.neiyecont1_1 {
	width: 970px;
}
.neiyecont1_1_1 {
	padding: 10px 0;
	border: 1px #EEE solid;
	border-radius: 3px;
	text-indent: 10px;
}
.neiyecont1_1_2 {
	border: 1px #EEE solid;
	border-radius: 5px;
	padding: 20px;
	margin-top: 20px;
	min-height: 800px;
	width: 928px;
}
.neiyecont1_2 {
	width: 202px;
}
.neiyecont1_2_1 {
}
.neiyecont1_2_1 .title {
	padding: 8px 0;
	font-size: 16px;
	color: #0583D0;
	border: 1px #EEE solid;
	border-radius: 3px;
	text-align: center;
}
.neiyecont1_2_1_1 {
	border: 1px #EEE solid;
	border-top: none;
}
.neiyecont1_2_1_1 ul {
	padding: 10px 0;
}
.neiyecont1_2_1_1 ul li {
	height: 45px;
}
.neiyecont1_2_1_1 ul li a {
	display: block;
	width: 180px;
	margin: auto;
	border: 1px #EEE solid;
	border-radius: 3px;
	height: 35px;
	line-height: 35px;
	text-indent: 30px;
	background: url('icon5.fw.png') no-repeat 15px center;
}
.neiyecont1_2_1_1 ul ul {
	display: none;
}
.neiyecont1_2_2 {
	padding-top: 20px;
}
.neiyecont1_2_2 .title {
	padding: 8px 0;
	font-size: 16px;
	color: #0583D0;
	border: 1px #EEE solid;
	border-radius: 3px;
	text-align: center;
}
.neiyecont1_2_2_1 {
	border: 1px #EEE solid;
	border-top: none;
}
.neiyecont1_2_2 ul {
	padding: 10px;
}
.neiyecont1_2_2 ul li {
	width: 180px;
	height: 170px;
}
.neiyecont1_2_2 ul li .image img {
	width: 170px;
	height: 130px;
	padding: 4px;
	border: 1px #CCC solid;
}
.neiyecont1_2_2 ul li .name {
	text-align: center;
	width: 180px;
}
.neiyecont1_2_3 {
	padding-top: 20px;
}
.neiyecont1_2_3 .title {
	padding: 8px 0;
	font-size: 16px;
	color: #0583D0;
	border: 1px #EEE solid;
	border-radius: 3px;
	text-align: center;
}
.neiyecont1_2_3_1 {
	border: 1px #EEE solid;
	border-top: none;
}
.neiyecont1_2_3_1 {
	padding: 10px 0;
}
.neiyecont1_2_3_1 .Name {
	width: 190px;
	text-indent: 25px;
	background: url('icon6.fw.png') no-repeat 10px center;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.neiyecont1_2_3_1 .Time {
	display: none;
}
.neiyecont1_2_4 {
	padding-top: 20px;
}
.neiyecont1_2_4 .title {
	padding: 8px 0;
	font-size: 16px;
	color: #0583D0;
	border: 1px #EEE solid;
	border-radius: 3px;
	text-align: center;
}
.neiyecont1_2_4 img {
	margin: 0;
	padding: 0;
}
.neiyecont1_2_4_1 {
	border: 1px #EEE solid;
	border-top: none;
}
.neiyecont1_2_4_1 p {
	margin: 0 auto;
	width: 180px;
	padding: 10px;
	line-height: 200%;
	font-size: 12px;
}
.neiyecont2 {
	overflow: hidden;
	padding: 20px 0;
}
.neiyecont2_1 {
	padding: 10px 0;
	border: 1px #EEE solid;
	border-radius: 3px;
	text-indent: 10px;
}
.neiyecont2_2 {
	padding: 20px 0;
}
.fdj {
	height: 530px;
	overflow: hidden;
}
.fdj1 {
	overflow: hidden;
}
.fdj1 h3 {
	background: url('title.jpg') no-repeat left center;
	border-bottom: 1px #CCC dotted;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	color: #FE8601;
	text-indent: 20px;
	font-weight: normal;
	overflow: hidden;
}
.fdj1 .biaoge {
	width: 99%;
	overflow-x: scroll;
}
.fdj1 .biaoge table {
	border-top: 1px #CCC solid;
	border-left: 1px #CCC solid;
	width: 100%;
	font-size: 12px;
}
.fdj1 .biaoge table tr {
}
.fdj1 .biaoge table tr td {
	border-right: 1px #CCC solid;
	border-bottom: 1px #CCC solid;
	text-align: center;
	white-space: nowrap;
	padding: 0px 3px;
	height: 35px;
	line-height: 35px;
}
.fdj1 .biaoge table tr td p{
	margin:0;
	padding:0;
	line-height:180%;
}
.bottom {
	background: #333333;
	height: 200px;
	border-top: 3px #FE8601 solid;
}
.bottom ul {
	padding: 20px 0;
}
.bottom ul li {
	float: left;
	color: white;
	width: 200px;
	font-size: 16px;
}
.bottom ul ul {
	padding: 5px 0;
}
.bottom ul li ul li {
	font-size: 14px;
	height: 30px;
	line-height: 30px;
}
.bottom ul li ul li a {
	color: white;
}
.bottom .right p {
	padding-top: 10px;
}
.footer {
	background: #101B25;
	height: 50px;
	line-height: 50px;
	color: white;
}
.footer a {
	color: white;
}
/***分页***/
.pageNav {
	clear: both;
	text-align: center;
}
.pageNav span {
	display: inline-block;
	padding: 5px;
	border: 1px #EEE solid;
	margin: 2px;
	cursor: pointer;
}
.pageNav span:hover {
	background-color: #EEE;
}
.pageNav span.now {
	background-color: #0583D0;
	color: white;
}
