@charset "utf-8";

/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

body {
	font-family: arial;
	font-size: 12px;
}

#wrapper {
	height: auto;
	margin: 0 auto;
	min-width: 1200px;
}

a {
	text-decoration: none;
}

.clearfix {
	zoom: 1;
	clear: both;
}

.clearfix:after {
	clear: both;
	content: "";
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

li {
	list-style: none;
}

img {
	border: none;
}


/*top*/

.xian_top {
	height: 609px;
	/*background: url(../images/topdatu.png) repeat-x center;*/
	border-top: solid 3px #8ec31f;
}

.topda {
	height: 166px;
	background: url(../images/topbg.png) repeat;
}

.dblj{
	width: 1200px;
	margin: 0 auto;
	height: 30px;
	line-height: 30px;
	text-align: right;
	font-size: 12px;
}

.dblj a{
	font-size: 12px;
	color: #333333;
	padding: 0px 5px;
}

.top {
	width: 1200px;
	margin: 0 auto;
}

.logo {
	width: 674px;
	height: 70px;
	padding-top: 17px;
}

.ssbg {
	width: 172px;
	height: 25px;
	background: url(../images/ssbg.png) no-repeat;
	margin-top: 39px;
}

.sou {
	border: none;
	height: 25px;
	line-height: 25px;
	outline: none;
	width: 130px;
	margin-left: 8px;
	background: none;
	font-size: 12px;
	color: #333;
}

.suo {
	padding-top: 4px;
	padding-right: 5px;
	outline: none;
	border: none;
}


/*nav*/

.nav_da {
	height: 51px;
	font-family: "Microsoft YaHei";
    background: #fff;
}

.nav {
	width: 1200px;
	margin: 0 auto;
	background: url(../images/dhbbg.png) repeat;
	height: 51px;
}

.ddsmoothmenu {
	font-size: 16px;
	color: #565656;
	height: 51px;
	line-height: 51px;
}

.ddsmoothmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.ddsmoothmenu ul li {
	position: relative;
	display: inline;
	float: left !important;
	margin-right: 1px;
}

.ddsmoothmenu ul li a {
	display: block;
	color: #565656;
	text-decoration: none;
	height: 51px;
	text-align: center;
	font-size: 16px;
	padding: 0 28.6px;
}

.ddsmoothmenu ul li a:hover {
	background: #4460cf;
	color: #FFFFFF;
}

* html .ddsmoothmenu ul li a {
	display: inline-block;
}

.ddsmoothmenu ul li a:link,
.ddsmoothmenu ul li a:visited {}

.ddsmoothmenu ul li a.selected,
.ddsmoothmenu ul li a:hover {}

.ddsmoothmenu ul li a.cur {
	background: #4460cf;
	color: #FFFFFF !important;
}

.ddsmoothmenu ul li ul {
	position: absolute;
	left: 0;
	display: none;
	visibility: hidden;
	width: 200px;
}

.ddsmoothmenu ul li ul li {
	display: list-item;
	width: 200px;
	border-bottom: solid 1px #FFFFFF;
}

.ddsmoothmenu ul li ul li a {
	color: #fff;
	font-size: 14px;
	margin: 0;
	padding: 10px 5px;
	width: 190px;
	background: #4460cf;
	text-align: center;
	border-bottom: none !important;
	line-height: 20px;
	height: auto;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.ddsmoothmenu ul li ul li a:hover {
	background: #8ec31f;
	color: #fff;
}
.listbanner{max-height:392px;}
.listbanner img{max-height:392px;width:100%;}

#bannerSlide {
				height: 392px;
				position: relative;
				overflow: hidden;
				zoom: 1;
				z-index: 0;
				min-width: 1200px;
			}
			
			#index_b_hero {
				width: 1200px;
				height: 392px;
				margin: auto;
				position: relative;
			}
			
			#index_b_hero img {
				width: 1200px;
				height: 392px;
			}
			
			#index_b_hero .heros {
				width: 1200px;
				height: 392px;
			}
			
			#index_b_hero .hero-wrap {
				overflow: visible;
				position: absolute;
			}
			
			#index_b_hero .next{
				filter: alpha(Opacity=70);
				opacity: .7;
				position: absolute;
				top: 50%;
				margin-top: -25px;
                                          right: -64px;
								z-index: 4;
				cursor: pointer;
			}

			#index_b_hero .prev {
				filter: alpha(Opacity=70);
				opacity: .7;
				position: absolute;
				top: 50%;
				margin-top: -25px;
                                          left: -64px;
								z-index: 4;
				cursor: pointer;
			}
			
			#index_b_hero .next:hover{
				background: url(../images/lu2.png) no-repeat;
			}
			#index_b_hero .prev:hover {
				background: url(../images/lu1.png) no-repeat;
			}
			
			#index_b_hero .next {
							}
			
			#index_b_hero .disabled {
				background-color: #fff;
			}
			
			#index_b_hero .mask-left,
			#index_b_hero .mask-right,
			#index_b_hero .hero {
				background: #fff;
				z-index: 1;
				position: absolute;
				top: 0;
				left: 0;
				width: 1200px;
				height: 392px;
				overflow: hidden;
				left: 2404px;
			}
			
			#index_b_hero .mask-right,
			#index_b_hero .mask-left {
				z-index: 4;
				left: -1200px;
				filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
				opacity: 0.3;
				background: #000;
				overflow: hidden;
			}
			
			#index_b_hero .mask-right {
				left: 1200px;
			}
			
			#index_b_hero .active {
				z-index: 2;
				left: 0;
			}
			
			
			
			
			.icon-arrow-a-left {
                                           background: url(../images/bai1.png) no-repeat;
								height: 61px;
				width: 32px;
			}
			
			.icon-arrow-a-left:hover,
			.icon-arrow-a-left.arrow-a-left_hover,
			.icon-arrow-a-left.arrow-a-left-hover {
				background-position: -60px 0;
			}
			
			.icon-arrow-a-right {
                                           background: url(../images/bai2.png) no-repeat;
								height: 61px;
				width: 32px;
			}
			
			.icon-arrow-a-right:hover,
			.icon-arrow-a-right.arrow-a-right_hover,
			.icon-arrow-a-right.arrow-a-right-hover {
				background-position: -180px 0;
			}

/*main-one*/

.main-wrap {
	background: url(../images/zbbg.png) repeat-x center 620px;
	margin-bottom: 46px;
}

.main {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.mian-news {
	width: 1200px;
	margin: 0px auto 0px;
}

.newsdb {
	padding-top: 20px;
	height: 73px;
	border-bottom: solid 2px #8ec31f;
}

.newsdb .newsbt {
	line-height: 73px;
	color: #333333;
	font-weight: bold;
	font-family: arial;
	font-size: 18px;
}

.newsdb .more {
	padding-top: 30px;
}

.newsdb .more a {
	display: block;
}

.newsnr {
	padding-top: 32px;
}

.newsnr ul {}

.newsnr ul li {
	float: left;
	height: 303px;
}

.newsnr ul li.newslb1 {
	width: 363px;
	padding-right: 37px;
}

.newsnr ul li.newslb2 {
	border-left: solid 1px #e5e5e5;
	width: 350px;
	padding: 0px 25px 0px 24px;
}

.newsnr ul li.newslb3 {
	border-left: solid 1px #e5e5e5;
	width: 350px;
	padding: 0px 25px 0px 24px;
}

.newsnr ul li p {
	height: 30px;
	font-size: 14px;
	color: #6b6b6b;
	font-family: arial;
}

.newsnr ul li a {
	display: block;
}

.newsnr ul li a h3 {
	color: #6b6b6b;
	font-size: 16px;
	font-family: arial;
	line-height: 22px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.newsnr ul li a .newsgd {
	background: url(../images/huijt.png) no-repeat 85px center;
	font-size: 12px;
	color: #6b6b6b;
	font-family: arial;
	margin: 30px 0px 34px;
}

.newsnr ul li a .newsgd:hover {
	background: url(../images/lanjt.png) no-repeat 85px center;
	color: #4460cf;
}

.newsnr ul li a .newsbtt {
	float: right;
}

.newsnr ul li a .newsbtt img {
	width: 280px;
	height: 151px;
}

.mian-one {
	margin-top: 50px;
}

.zuo {
	width: 783px;
}

.you {
	width: 389px;
}

.notice {
	width: 783px;
}

.news-qh {
	height: 68px;
	border-bottom: solid 2px #8ec31f;
}

.news-qh ul li {
	font-size: 18px;
	color: #444444;
	float: left;
	height: 68px;
	line-height: 68px;
}

.news-qh ul li a {
	color: #444444;
}

.news-qh ul li.hover {
	color: #8ec31f;
}

.news-qh ul li a {
	height: 45px;
	display: inline-block;
}

.news-qh ul li.hover a {
	color: #8ec31f;
}

.news-qh ul li.gang {
	padding: 0px 5px;
}

.news-list-cont {
	margin-top: 7px;
}

.news-lb {
	height: 324px;
	position: relative;
}

.qhgd {
	position: absolute;
	right: 0px;
	top: -50px;
}

.news-lb li {
	line-height: 60px;
	height: 60px;
	color: #585858;
	font-size: 16px;
	border-bottom: solid 1px #e1e1e1;
}

.news-lb li a {
	color: #2e2e2e;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 630px;
	float: right;
	padding-right: 7px;
}

.notice-time {
	color: #585858;
	font-size: 16px;
	width: 146px;
	display: inline-block;
}

.shang {
	height: 409px;
	background: url(../images/annoubg.png);
}

.ding {
	height: 72px;
	line-height: 72px;
}

.ding .annbt {
	font-size: 18px;
	color: #444444;
	padding-left: 22px;
}

.ding .annmore {
	padding-top: 27px;
}

.lb {
	padding: 0px 24px;
}

.lb li {
	height: 60px;
	font-size: 16px;
	color: #5f5e5e;
	margin-bottom: 22px;
}

.lb li .lbsj {
	width: 60px;
	height: 60px;
	background: #8ec31f;
	color: #FFFFFF;
}

.lb li .lbsj .ri {
	font-size: 22px;
	font-family: "微软雅黑";
	display: block;
	text-align: center;
	padding-top: 6px;
}

.lb li .lbsj .yue {
	font-size: 14px;
	font-family: "微软雅黑";
	display: block;
	text-align: center;
}

.lb li .lbbt {
	background: #FFFFFF;
	padding: 0px 12px;
	height: 60px;
	width: 256px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.lb li .lbbt a {
	font-size: 16px;
	color: #5f5e5e;
	line-height: 27px;
	overflow: hidden;
}

.xia {
	margin-top: 19px;
}

.xiading {
	height: 42px;
	padding-left: 24px;
}

.xiading .acadbt {
	padding-top: 2px;
	height: 40px;
}

.xiading .acadmore {}

.acadlb {
	margin-top: 7px;
	margin-left: 24px;
}

.acadlb ul {}

.acadlb ul li {
	padding: 0px 40px 0px 30px;
	background: url(../images/academicqdt.png) no-repeat 0px center;
	height: 60px;
	line-height: 60px;
	border-bottom: solid 1px #dfe0e0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.acadlb ul li a {
	font-size: 16px;
	color: #585858;
}

.acadxt {
	margin-left: 24px;
	margin-top: 1px;
}

.acadxt img {
	width: 365px;
	height: 120px;
}


/*main-four*/

.newsdb1 {
	height: 75px;
}

.newsdb1 .newsbt {
	line-height: 75px;
	color: #333333;
	font-weight: bold;
	font-family: arial;
	font-size: 18px;
}

.newsdb1 .more {
	padding-top: 30px;
}

.newsdb1 .more a {
	display: block;
}

.newsnr1 {}

.newsnr1 ul {}

.newsnr1 ul li {
	height: auto;
	width: 366px;
	position: relative;
}

.newsnr1 ul li.rdlb1 {
	float: left;
}

.newsnr1 ul li.rdlb2 {
	margin: 0px 51px;
	float: left;
}

.newsnr1 ul li.rdlb3 {
	float: right;
}

.newsnr1 ul li a {
	display: block;
}

.newsnr1 ul li a h3 {
	padding: 20px 0px 24px;
	color: #444444;
	font-size: 16px;
	line-height: 22px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-weight: 100;
}

.newsnr1 ul li a .rdgd {
	background: url(../images/lanjt.png) no-repeat 85px center;
	color: #4460cf;
	font-size: 12px;
	font-family: arial;
}


/*.newsnr1 ul li a .rdgd:hover{background: url(../images/huijt.png) no-repeat 85px center;color: #444444;}*/

.newsnr1 ul li a .rdbtt {}

.newsnr1 ul li a .rdbtt img {
	width: 366px;
	height: 216px;
}

.newsnr1 ul li a p {
	font-size: 16px;
	color: #6b6b6b;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.sciedb {
	padding-top: 20px;
	height: 73px;
	border-bottom: solid 2px #8ec31f;
}

.sciedb .sciebt {
	line-height: 73px;
	color: #333333;
	font-weight: bold;
	font-family: arial;
	font-size: 18px;
}

.sciedb .sciemore {
	padding-top: 30px;
}

.sciedb .sciemore a {
	display: block;
}

.scienr {
	padding-top: 32px;
}

.scienr ul {}

.scienr ul li {
	line-height: 60px;
	height: 60px;
	color: #585858;
	font-size: 16px;
	border-bottom: solid 1px #e1e1e1;
	width: 587px;
}

.scietime {
	color: #8ec31f;
	font-size: 16px;
	width: 146px;
	display: inline-block;
	float: left;
}

.scienr li a {
	color: #2e2e2e;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 390px;
	float: left;
}


/*底部版权*/

.foot {
	height: auto;
	background: url(../images/footbg.png) repeat center top;
}

.links {
	width: 1200px;
	margin: 0 auto;
}

.linksbt {
	padding-top: 44px;
}

.linkslb {
	margin-top: 8px;
	margin-bottom: 40px;
}

.linkslb ul {}

.linkslb ul li {
	height: 35px;
	line-height: 35px;
	border-bottom: solid 1px #FFFFFF;
	width: 365px;
	background: url(../images/yqljydt.png) no-repeat right center;
	float: left;
	margin-right: 52.5px;
}

.linkslb ul li a {
	font-size: 14px;
	color: #434343;
	font-family: "微软雅黑";
}

.bqda {
	height: 96px;
	border-top: solid 2px #8ec31f;
}

.bq {
	width: 1200px;
	margin: 0 auto;
}

.bq1 {
	padding-top: 23px;
}

.bq1 p {
	line-height: 24px;
	color: #666666;
	font-size: 14px;
}

.bq2 {
	padding-top: 20px;
}


/*lest*/

.list-bg {
	padding-top: 30px;
}

.list_bottom_left {
	width: 366px;
	background: #f2fefe;
}

.list_tit {
	height: 77px;
	line-height: 77px;
	font-size: 22px;
	color: #444444;
	background: url(../images/listlmyt.png) no-repeat right center;
	padding-left: 18px;
}

.list_right {
	width: 801px;
}

.lm {
	height: 75px;
	border-bottom: solid 2px #8ec31f;
	line-height: 24px;
}

.lm h3 {
	font-size: 22px;
	color: #444444;
	font-weight: 100;
}

.list_right_tit {
	height: 35px;
	line-height: 28px;
}

.location {	
	font-size: 13px;
	color: #999;
}

.location a {
	font-size: 13px;
	color: #999;
}
.list_right_con11 {
	min-height: 500px;
	margin-bottom: 1px;
}

.list_right_con {
	min-height: 500px;
	margin-bottom: 1px;
}

.list_right_con ul {
	padding-top: 8px;
	padding-bottom: 42px;
}

.list_right_con ul li {
	height: 60px;
	line-height: 60px;
	font-size: 14px;
	border-bottom: solid 1px #e5e5e5;
}

.list_right_con ul li a {
	color: #585858;
	width: 670px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
}

.list_right_con0 ul {
	padding-top: 8px;
	padding-bottom: 42px;
}

.list_right_con0 ul li {
	height: 240px;	
	font-size: 14px;
           float:left;
          width:250px;
          margin-right:25px;
	}

.list_right_con0 ul li a {
	color: #585858;	
	display:block;	
}

.list_right_con0 ul li a img{
width:248px;
height:170px;
border: solid 1px #ccc;
}

.list_right_con0 ul li a p{
line-height:22px;
text-align: center;
}

.list_right_con ul li .time {
	color: #585858;
}

.menu {
	width: 366px;
	overflow: hidden;
}

.menu ul {
	border-top: solid 1px #8ec31f;
	margin: 0px 26px 35px 24px;
}

.menu ul li {
	display: block;
	border-bottom: solid 1px #8ec31f;
}


/*.level1 a{color: #4460cf !important;}*/


/*.menu ul li:hover a{color: #4460cf;}*/

.menu ul li a {
	display: block;
	line-height: 18px;
	font-size: 16px;
	color: #5f5e5e;
	background: url(../images/jiahao.png) no-repeat 286px 20px;
	padding: 18px 80px 18px 3px;
}

.menu ul li .active {
	background: url(../images/jianhao.png) no-repeat 286px 20px;
	color: #4460cf !important;
}

.menu ul li ul {
	display: none;
	padding-bottom: 15px;
	border-top: none;
	padding-top: 0px;
	margin: 0px 0px 0px 2px;
}

.menu ul li ul li {
	display: block;
	font-size: 15px;
	color: #5f5e5e;
	padding-left: 31px;
	border-bottom: none;
}

.menu ul li ul li a {
	font-size: 15px;
	height: auto;
	color: #5f5e5e;
	padding: 0;
	background: none;
	line-height: 18px;
	margin: 10px 0px;
	padding: 4px 0px;
}

.menu ul li ul li:hover {
	background: #4460cf !important;
}

.menu ul li ul li:hover a {
	color: #FFFFFF !important;
}

.dqlm {
	background: #4460cf !important;
}

.dqlm a {
	color: #FFFFFF !important;
}


/*content*/

.con1 {
	font-size: 18px;
	color: #585858;
	text-align: center;
	font-weight: bold;
	line-height: 35px;
	padding: 10px 50px;
}

.con2 {
	text-align: right;
	color: #a3a0a0;
	font-size: 14px;
	padding: 3px 0 15px;
	border-bottom: 1px solid #e5e5e5;
}

.con3 {
	padding: 5px 5px 0px;
}

.con3 p {
	line-height: 35px;
	color: #585858;
	padding-bottom: 10px;
	font-size: 14px;
}