charset "utf-8";
/**
 * by fengsutech
 * 09-23-2014
 */
html{font-family: sans-serif;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0;word-wrap:break-word}
body{font:12px '微软雅黑',\5b8b\4f53,Arial,sans-serif;background:#fff;}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display: block;}
code,kbd,pre,samp {font-family: monospace, monospace;font-size: 1em;}
button,input,optgroup,select,textarea {margin: 0;font: inherit;color: inherit;}
hr {height: 0;-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;}
sub,sup {position: relative;font-size: 75%;line-height: 0;vertical-align: baseline}
sup {top: -.5em}
sub {bottom: -.25em}
img{border:none;width:auto;height:auto;}
h1,h2,h3,h4,h5,h6{font-size:100%}
input,label,img,th{vertical-align:middle}
ul,ol,li{list-style:none}
a{text-decoration:none;background: transparent}
a:hover,a:active{text-decoration:none}
audio,canvas,progress,video {display: inline-block;vertical-align: baseline}
abbr[title] {border-bottom: 1px dotted}
pre {overflow: auto}
button,html input[type="button"],input[type="reset"],input[type="submit"] {-webkit-appearance: button;cursor: pointer}
fieldset {padding: .35em .625em .75em;margin: 0 2px;border: 1px solid #c0c0c0}
legend {padding: 0;border: 0}
textarea {overflow: auto}
optgroup {font-weight: bold}
table{border-collapse:collapse;border-spacing:0}
body{min-width:1100px;}
/**{  -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}*/
/*首页*/
body.index{
	background:url(../img/bj1.jpg) #0a1124 no-repeat center top;
	/*background-size:cover;*/
}
@font-face {
	font-family: 'a';
	src: url('../fonts/economica.ttf');
}
.container{
	width:1100px;
	margin:0 auto;
}
.header-box{
	width:100%;
	height:120px;
	overflow:hidden;	
	position:relative;
}
.header-box .oldIn{
	position:absolute;
	top:2px;
	right:115px;
	width:80px;
	height:27px;
	text-align:center;
	color:#fff;
	line-height:27px;
	font-weight:bold;
}
.header-box .oldIn a{
	display:block;
	color:#fff;
}
.header-box .language{
	position:absolute;
	top:2px;
	right:15px;
	width:84px;
	height:27px;
	text-align:center;
	color:#dfe2e7;
	background:#3264ca;
	line-height:27px;
	font-weight:bold;
}
.header-box .language span{
	display:block;
	cursor: pointer;
}
.header-box .language span em{
	font-style:normal;
}
.header-box .language img{
	margin-left:5px;
	vertical-align: middle;
}
.header-box .language ul{	
	background:#3264ca;
	margin-top:1px;	
	display:none;
}
.header-box .language ul li a{
	color:#dfe2e7;
	line-height:27px;
	font-weight:bold;
	display:block;
}

.header-box .logo-box{
	width:215px;
	height:120px;
	line-height:120px;
	float:left;
	text-align:center;
}
.header-box .logo-box img{
	max-width:100%;
}
.header-box .font-box{
	width:882px;
	float:left;
	padding:28px 0;
}
.header-box .font-box ul{
	overflow:hidden;
	margin-top:9px;
}
.header-box .font-box ul li{
	float:left;
	padding-right:38px;
}
.header-box .font-box ul li:last-child{
	padding-right:0;
}
.header-box .font-box ul li a{
	color:#fff;
	font-size:14px;
	text-transform: uppercase;
}
.header-box .font-box ul li.on a{
	font-weight:bolder;
}
.wapper{
	width:100%;
	background:#fff;
	padding:30px 0;
	overflow:hidden;
}
.wapper-left{
	width:715px;
	float:left;
}
.wapper-right{
	width:353px;
	float:right;
	padding-right:20px;
}
.banner-box{
	padding:0 20px;
}
.slideBox{ width:675px; height:335px; overflow:hidden; position:relative;}
.slideBox .hd{ height:20px;width:100%; overflow:hidden; position:absolute; left:0; bottom:25px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; text-align:center; width:100%;height:20px;line-height:20px;}
.slideBox .hd ul li{ margin:0 5px;  width:10px; height:10px; background:#fff; cursor:pointer; display:inline-block;border-radius:100%;}
.slideBox .hd ul li.on{ background:#2f8cda; }
.slideBox .bd{width:100%; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:100%; height:100%;display:block;  }
.slideBox .prev{ position:absolute; left:180px; bottom:25px;display:block; width:7px; height:20px; background:url(../img/left.png) no-repeat center center; z-index:2;  }
.slideBox .next{ position:absolute; right:180px; bottom:25px;display:block; width:7px; height:20px; background:url(../img/right.png) no-repeat center center;  z-index:2; }

.item-box{
	width:100%;
	overflow:hidden;
}
.item-box .item{
	margin-top:50px;
	width:326px;
	float:left;
	margin-right:30px;
}
.item-box .item .title{
	width:100%;
	height:40px;
	overflow:hidden;
}
.item-box .item .title em{
	width:20px;
	height:20px;
	display:block;
	float:left;
	background:#3264ca;
	margin-top:10px;
}
.item-box .item .title span{
	display:block;
	float:left;
	font-size:20px;
	color:#000000;
	height:40px;
	line-height:40px;
	margin-left:7px;
	text-transform: uppercase;
}
.item-box .item .title a{
	color:#999999;
	font-size:12px;
	float:left;
	height:40px;
	line-height:50px;
	text-transform: uppercase;
	margin-left:20px
}
.item-box .item .title a:hover{
	color:#3264ca
}
.item-box .item .img-box{
	padding-left:23px;
	padding-top:23px;
	height:200px;
	overflow:hidden;
}
.item-box .item .img-box img{
	width:100%;
}
.item-box .item ul{
	padding-left:23px;
}
.item-box .item ul li{
	padding:30px 19px;
	border-bottom:1px #cecece dashed;
}
.item-box .item ul li:last-child{
	border:none;
	height:104px;
}
.item-box .item ul li a{
	color:#000000;
	font-size:16px;
	line-height:22px;
	text-align:left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height:44px;
	
}
.item-box .item ul li a:hover{
	color:#3264ca
}


.wapper-right .form{
	width:100%;
	height:43px;
	border:1px #191e2f solid;
	border-radius:5px;
	overflow:hidden;
}
.wapper-right .form form{
	overflow:hidden;
}
.wapper-right .form input[type="text"]{
	width:276px;
	display:block;
	float:left;
	height:37px;
	line-height:37px;
	border:none;
	padding-left:10px;
	font-size:16px;
	color:#999999;
	outline:none;
	margin-top:2px;
	margin-left:2px;
}
.wapper-right .form .sub{
	width:48px;
	height:37px;
	display:block;
	float:right;
	background:url(../img/icon2.png) #dfe2e7 no-repeat center center;
	border:none;
	margin-top:2px;
	margin-right:2px;
}
.right-main{
	margin-top:30px;
}
.right-main .title{
	overflow:hidden;
	height:40px;
}
.right-main .title span{
	display:block;
	float:left;
	line-height:40px;
	color:#000000;
	font-size:18px;
	text-transform: uppercase;
}
.right-main .title a{
	display:block;
	float:right;
	color:#999999;
	font-size:12px;
	height:40px;
	line-height:50px;
	text-transform: uppercase;
}
.right-main .title a:hover{
	color:#3264ca
}

.wapper-right .ul1 li{	
	padding:18px 0;
	border-bottom:1px #dfdfdf dashed;
}
.wapper-right .ul1 li:last-child{
	border:none;
}
.wapper-right .ul1 li a{
	display:block;
	overflow:hidden;
}
.wapper-right .ul1 li a .left{
	width:60px;
	float:left;
}
.wapper-right .ul1 li a .left p{
	color:#000000;
	font-size:12px;
}
.wapper-right .ul1 li a .left span{
	color:#000000;
	font-size:22px;
}
.wapper-right .ul1 li a .right{
	width:250px;
	float:left;
	margin-left:20px;
	color:#000000;
	font-size:14px;
	line-height:20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.wapper-right .ul1 li a:hover .right{
	color:#3264ca
}

.wapper-right .ul2{
	margin-top:19px;
}
.wapper-right .ul2 li{
	margin-bottom:17px;	
}
.wapper-right .ul2 li a{
	display:block;
	overflow:hidden;
}
.wapper-right .ul2 li a .left{
	width:60px;
	height:75px;
	overflow:hidden;
	float:left;
	border:1px #ccc solid;
	margin-left:20px;
}
.wapper-right .ul2 li a .left img{
	width:100%;
	height:100%;
}
.wapper-right .ul2 li a .right{
	width:250px;
	height:75px;
	float:right;
}
.wapper-right .ul2 li a .right p{
	color:#000;
	font-size:16px;
	line-height:75px;
}
.wapper-right .ul2 li a .right span{
	color:#999;
	font-size:14px;
	display:block;
	margin-top:10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.wapper-right .ul2 li a:hover p{
	color:#3264ca
}
.wapper-right .ul2 li a:hover span{
	color:#3264ca
}


.slideBox1{ width:100%; height:198px; overflow:hidden; position:relative;margin-top:20px;}
.slideBox1 .hd{display:none;}
.slideBox1 .bd{width:100%; height:100%; z-index:0;   }
.slideBox1 .bd li{ zoom:1; vertical-align:middle; }
.slideBox1 .bd li a{display:block;overflow:hidden;}
.slideBox1 .bd .img-box{ width:166px; height:198px;display:block; float:left;overflow:hidden; }
.slideBox1 .bd .img-box img{width:100%;}
.slideBox1 .bd .font{ width:152px; height:198px;display:block; float:right; }
.slideBox1 .bd .font h6{color:#3e3f41;font-size:16px;font-weight:normal;margin-top:10px;}
.slideBox1 .bd .font p{color:#3e3f41;font-size:12px;margin-top:20px;}
.slideBox1 .prev{ position:absolute; left:200px; bottom:0;display:block; width:34px; height:23px; background:url(../img/left1.png) no-repeat center center; z-index:2;  }
.slideBox1 .next{ position:absolute; left:240px; bottom:0;display:block; width:34px; height:23px; background:url(../img/right1.png) no-repeat center center;  z-index:2; }
.slideBox1 .prev:hover{background:url(../img/left1-1.png) no-repeat center center;}
.slideBox1 .next:hover{background:url(../img/right1-1.png) no-repeat center center;}

.margin{
	margin-top:50px;
}
.wapper-right table{
	margin-top:15px;
	width:100%;
	border-collapse:separate;
	border-spacing:0 8px;  
}

.wapper-right table tr td{	
	background:url(../img/bj2.png) no-repeat #f6f6f6 13px center;
	height:64px;
}
.wapper-right table tr td a{
	padding:13px 13px 13px 47px;
	
	color:#3e3f41;
	font-size:14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.wapper-right table tr td:hover{
	background-color:#3264ca;
	
}
.wapper-right table tr td:hover a{
	color:#fff;
}
.wapper1{
	width:100%;
	background:#fff;
	padding:35px 0 35px 0;
}
.picScroll-left{width:1058px;margin:0 auto;width:100%;overflow:hidden; position:relative;  }
.picScroll-left .hd{ display:none; }
.picScroll-left .prev{ display:block;  width:10px; height:40px;overflow:hidden;cursor:pointer; background:url(../img/left2.png) no-repeat center center;position:absolute;top:0;left:10px}
.picScroll-left .next{ display:block;  width:10px; height:40px;overflow:hidden;cursor:pointer; background:url(../img/right2.png) no-repeat center center;position:absolute;top:0;right:10px}
.picScroll-left .bd{ padding:0 30px;   }
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{width:120px;height:40px; margin:0 5px; float:left; _display:inline; overflow:hidden; text-align:center; background:#fff;text-align:center; }
.picScroll-left .bd ul li img{max-width:98%;}

.footer-box{
	width:100%;
	overflow:hidden;
	padding:60px 0 37px;
}
.footer-box .left1{
	width:226px;
	float:left;
	padding-left:12px;
	/*padding-top:10px;*/
}
.footer-box .left2{
	width:450px;
	float:left;
}
.footer-box .left2 p{
	color:#fff;
	font-size:16px;
	line-height:30px;
}
.footer-box .left2 p a{
	color:#fff;
}
.footer-box .left2 p.bq{
	font-size:12px;
	margin-top:47px;
}
.footer-box .left3{
	width:400px;
	float:left;
}
.footer-box .left3 p{
	color:#fff;
	font-size:16px;
	line-height:30px;
}

/*概况1*/
.inner-left{
	width:220px;
	float:left;
	padding-left:20px;
	padding-right:20px;
}
.inner-left .title{
	color:#000000;
	font-size:26px;
	background:url(../img/icon3.png) no-repeat left center;
	padding-left:20px;
	text-transform: uppercase;
}
.inner-left > ul{
	margin-top:35px;
}
.inner-left > ul > li{
	line-height:26px;
	margin:20px 0;	
}
.inner-left > ul > li > a{
	display:block;
	color:#000;
	font-size:16px;
	padding-right:15px;
}
.inner-left > ul > li.on > a{
	background:url(../img/icon4.png) no-repeat right center;
}
.inner-left > ul > li > a:hover{
	background:url(../img/icon4.png) no-repeat right center;
}
.inner-left > ul > li.child.on > a{
	background:url(../img/icon7.png) no-repeat right center;
}
.inner-left > ul > li.child > a:hover{
	background:url(../img/icon7.png) no-repeat right center;
}
.inner-left > ul > li > ul{
	display:none;
}
.inner-left > ul > li.child > ul.on{
	display:block;
}
.inner-left > ul > li > ul > li{
	line-height:30px;
	padding:0 10px;
	margin-top:5px;
}
.inner-left > ul > li > ul > li > a{
	display:block;
	color:#666;
	font-size:14px;
	padding-right:20px;
}
.inner-left > ul > li > ul > li.on{
	background: #f8f8f8;
}
.inner-left > ul > li > ul > li:hover{
	background: #f8f8f8;
}
.inner-left > ul > li > ul > li.on > a{
	background:url(../img/icon4.png) no-repeat right center;
}
.inner-left > ul > li > ul > li:hover > a{
	background:url(../img/icon4.png) #f8f8f8 no-repeat right center;
}


.inner-right{
	width:780px;
	float:right;
	padding-right:60px;
	padding-bottom:50px;
}
.inner-right .h1{
	width:100%;
	color:#000;
	font-size:26px;
	border-bottom:1px #d2d2d2 solid;
	padding-bottom:10px;
	font-weight:normal;
	text-transform: uppercase;
}
.inner-right .inner-main .about img{
	margin:30px 0;
}
.inner-right .inner-main .about p{
	color:#333;
	font-size:16px;
	margin-top:40px;
	line-height:34px;
}

/*概况2*/
.zr-box{
	padding:30px 17px;
}
.zr-box .top{
	width:100%;
	height:64px;
	background:#fafafa;
	line-height:64px;
	color:#000;
	font-size:20px;
	font-weight:bold;
	padding:0 20px;
}
.zr-box .top span{
	color:#000;
	font-size:16px;
	font-weight:normal;
	margin-left:10px;
}
.zr-box .bottom{
	overflow:hidden;
	padding:15px 20px;
}
.zr-box .bottom .img-box{
	width:172px;
	height:205px;
	overflow:hidden;
	float:left;
}
.zr-box .bottom .img-box img{
	width:100%;
	margin:0;
}
.zr-box .bottom .font{
	width:505px;
	float:right;
}
.zr-box .bottom .font h6{
	font-size:20px;
	color:#000;
	font-weight:normal;
	margin-top:37px;
}
.zr-box .bottom .font p{
	color:#000;
	font-size:16px;
	text-indent:0em;
	text-align:left;
	margin-top:37px;
	line-height:26px;
}

.inner-right .h2{
	width:100%;
	color:#000;
	font-size:20px;
	border-bottom:1px #d2d2d2 solid;
	padding-bottom:10px;
	font-weight:normal;
}

/*概况3*/
.wyh-list{
	margin:30px 0 70px;
	overflow:hidden;
}
.wyh-list span{
	display:inline-block;
	padding-right:20px;
	padding-left:20px;
	border-right:1px #000 solid;
	float:left;
	height:16px;
	line-height:16px;
	font-size:16px;	
	cursor:pointer;
}
.wyh-list span.on{
	font-weight:900;
}
.wyh-list span:last-child{
	border:none;
}
.wyh-list span:first-child{
	padding-left:0
}
.wyh-box{
	display:none;
}
.wyh-box.on{
	display:block;
}
.wyh-box h5{
	font-size:14px;
	color:#000;
	margin:30px 0 10px;
}
.wyh-box p{
	font-size:14px;
	color:#666666;
	margin:0 0 17px;
	overflow:hidden;
}
.wyh-box p span{
	color:#000;
	display:block;
	width:100px;
	float:left;
}
.wyh-box table{
	width:100%;	
	border:1px #e7e7e7 solid;
	margin-top:30px;
}
.wyh-box table tr th{
	background:#3c3d40;
	color:#fff;
	border-color:#3c3d40;
	font-size:14px;
	font-weight:normal;
	height:40px;
}
.wyh-box table tr td{
	border-color:#e7e7e7;
	padding-left:18px;
	font-size:14px;
	color:#666;
	height:50px;
	padding:10px !important;
}
.wyh-box table tr:nth-child(even){
	background:#f9f9f9
}
/*概况5*/
.dsj-list{
	width:724px;
	height:50px;
	margin:46px auto 0;
	position:relative;
	overflow:hidden;
	padding:0 12px;
	background:url(../img/line1.png) repeat-x left 44px;
}
.dsj-list ul{
	position:absolute;
	top:0px;
	left:0;
	height:50px;
}
.dsj-list ul li{
	width:100px;
	float:left;
	padding:0 10px;
	text-align:center;
}
.dsj-list ul li span{
	cursor:pointer;
	color:#999;
	font-size:20px;
	height:50px;
	line-height:25px;
	display:block;
	background:url(../img/point.png) no-repeat bottom center;
}
.dsj-list ul li.on span{	
	font-size:24px;
	color:#000;
	background:url(../img/point1.png) no-repeat bottom center;
	font-weight:bold;
	line-height:22px;
}
.dsj-box{
	clear:both;
	display:none;
	margin-top:76px;
}
.dsj-box h1{
	color:#000;
	font-size:26px;
	font-weight:normal;
	height:40px;
	line-height:40px;
	background:url(../img/icon5.png) no-repeat left center;
	padding-left:60px;
}
.dsj-box h2{
	color:#000;
	font-size:20px;
	font-weight:normal;
	margin-top:60px;
}
.dsj-box p{
	color:#666;
	font-size:16px;
	line-height:24px;
	margin-top:20px;
}
.dsj-box.on{
	display:block;
}

/*研究工作1*/
.yj-box{
	
}
.yj-box .h3{
	width:100%;
	height:50px;
	padding:0 20px;
	/*background:#00325b;*/
	color:#000;
	font-size:22px;
	line-height:50px;
	margin-top:37px;
}
.yj-box p{
	color:#333;
	font-size:16px;
	line-height:30px;
	text-indent:2em;
	margin-top:30px;
}
.yj-box ul{
	margin-top:30px;
}
.yj-box ul li{
	line-height:30px;
	color:#333;
	font-size:16px;
	background:url(../img/point2.png) no-repeat left center;
	padding-left:20px;
}
.yj-box table{
	width:100%;	
	border:1px #e7e7e7 solid;
	margin-top:30px;
}
.yj-box table tr th{
	background:#3c3d40;
	color:#fff;
	border-color:#3c3d40;
	font-size:14px;
	font-weight:normal;
	height:50px;
}
.cb-main table tr th{
	text-align:left;
	padding-left:11px;
}
.yj-box table tr td{
	border-color:#e7e7e7;
	padding:0 10px;
	font-size:14px;
	color:#666;
	height:86px;
	text-align:center;
}

.new-table tr td{
	padding:10px !important;
	font-size:12px !important;

}
.yj-box table tr:nth-child(even){
	background:#f9f9f9
}
/*研究工作3-1*/
.ky-box{
	width:100%;
	background:url(../img/line2.jpg) repeat-y 50px 36px;
	overflow:hidden;
}
.ky-box:last-child{
	background:none;
}
.ky-box .date{
	width:70px;
	float:left;
	color:#000;
	font-size:20px;
	background:#fff;
	height:35px;
	text-align:right;
}
.ky-box .list{
	width:700px;
	float:right;
	overflow:hidden;
	margin-bottom:20px;
}
.ky-box .list .list1{
	padding:25px;
	float:left;
	background:#fafafa;
	width:270px;
	height:290px;
	margin-left:30px;
	margin-bottom:34px;
}
.ky-box .list .list1 p{
	color:#000;
	font-size:16px;
	text-indent:0em;
	margin:0;
	line-height:24px;
}
.ky-box .list .list1 h6{
	color:#000;
	font-size:16px;
	font-weight:normal;
	margin:33px 0;
	background:url(../img/icon6.png) no-repeat left center;
	padding-left:20px;
}
.ky-box .list .list1 h5{
	color:#000;
	font-size:16px;
	font-weight:normal;
	padding-top:10px;
	border-top:1px #e5e5e5 solid;
}
.ky-box .list .list1 h4{
	color:#000;
	font-size:16px;
	font-weight:normal;
	margin-top:15px;
}


/*研究工作3-2*/
.yj-box table.height tr td{
	height:50px;
}

/*研究工作3-3*/
.lw-box{
	margin-top:40px;
	width:100%;
	overflow:hidden;
}
.lw-left{
	width:143px;
	float:left;
}
.lw-left ul{
	margin-top:0;
}
.lw-left ul li{
	height:56px;
	line-height:56px;
	color:#000;
	font-size:16px;
	background:none;
	padding-left:0;
	text-align:center;
	cursor:pointer;
}
.lw-left ul li.on{
	font-size:24px;
	background:url(../img/point3.png) no-repeat right center;
}
.lw-right{
	width:619px;
	float:right;
	border-left:1px #d2d2d2 solid;
	min-height:504px;
}
.lw-wapper{
	display:none;
}
.lw-list{	
	overflow:hidden;
	margin-bottom:60px;
}
.lw-list .img-box{
	width:130px;
	height:172px;
	border:1px #d6d6d6 solid;
	float:left;
	overflow:hidden;
	margin:0 30px 0 50px;
	padding:3px;
}
.lw-list .img-box img{
	width:100%;
}
.lw-list .font{
	width:400px;
	float:right;
}
.lw-list .font em{
	display:block;
	font-weight:bold;
	font-family: arial;
	font-size:18px;
	color:#000;
}
.lw-list .font p{
	font-family: arial;
	font-size:16px;
	color:#000;
	text-indent:0;
	margin-top:10px;
	line-height:24px;
	width:300px;
}
.lw-list .font h5{
	font-size:12px;
	color:#000;
	margin-top:10px;
	font-weight:normal;
}
.lw-list .font h6{
	font-size:12px;
	color:#000;
	margin-top:5px;
	font-weight:normal;
}

.lw-wapper.on{
	display:block;
}

/*研究工作3-4*/
.cb-box{
	
}
.cb-list{
	overflow:hidden;
}
.cb-list span{
	display:block;
	width:110px;
	height:40px;
	background:#f4f4f4;
	color:#000;
	font-size:18px;
	font-family: arial;
	float:left;
	text-align:center;
	line-height:40px;
	margin-right:24px;
	margin-bottom:15px;
	cursor:pointer;
}
.cb-list span:nth-child(6n){
	margin-right:0;
}
.cb-list span.on{
	background:#133775;
	color:#fff;
}
.cb-list span:hover{
	background:#133775;
	color:#fff;
}
.cb-main table{
	width:100%;	
	border:none;
	margin-top:20px;
	/*border-collapse:separate;
	border-spacing:0 10px; */
	border:1px #e7e7e7 solid;
}
.cb-main table tr td{
	padding:10px 10px;
	font-size:14px;
	height:auto;
	color:#000;
	text-align:left;
	border:1px #e7e7e7 solid;
	border-right:none;
	border-left:0;
	line-height:24px;
}
.cb-main table tr td:first-child{
	border-left:1px #e7e7e7 solid;
	width:320px;
}
.cb-main table tr td:last-child{
	border-right:1px #e7e7e7 solid;
	width:80px;
	text-align:center;
}
.cb-main table tr:nth-child(even){
	background:#fff
}
.cb-main{
	display:none;
	margin-top:40px;
}
.cb-main.on{
	display:block;
}


/*研究队伍*/
.td-list{
	width:100%;
	border-bottom:1px #d2d2d2 solid;
	padding:64px 56px;
	overflow:hidden;
}
.td-list:last-child{
	border:none;
}
.td-list.main{
	border:none;
	padding:64px 56px 30px;
}
.td-list .img-box{
	width:160px;
	height:213px;
	overflow:hidden;
	float:left;
}
.td-list .img-box img{
	width:100%;
}
.td-list .font{
	width:440px;
	float:left;
	margin-left:54px;
}
.td-list .font h2{
	color:#3e3f41;
	font-size:20px;
	font-weight:normal;
}
.td-list .font h3{
	color:#3e3f41;
	font-size:20px;
	margin:10px 0;
}
.td-list .font h4{
	width:67px;
	height:1px;
	background:#676f77;
}
.td-list .font h5{
	color:#3e3f41;
	font-size:16px;
	font-weight:normal;
	margin-top:10px;
}
.td-list .font p{
	color:#3e3f41;
	font-size:16px;
	height:48px;
	font-weight:normal;
	margin-top:2px;
	line-height:24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.td-list .font a{
	display:block;
	width:121px;
	height:38px;
	border:1px #000 solid;
	background:#3264ca;
	color:#fff;
	text-align:center;
	line-height:36px;
	font-size:14px;
	margin-top:14px;
}
.td-list .font a:hover{
	background:#fff;
	color:#3264ca;
}
.pages {margin: 7% auto 0;text-align: center;}
.pages span.disabled {background: #efefef;color: #ccc;padding: 8px 20px;border: 1px #dddddd solid;font-size: 14px;}
.pages span {margin-left: 8px;display: inline-block;}
.pages span.current {background: #24458a;color: #fff;padding: 8px 20px;border: 1px #dddddd solid;font-size: 14px;}
.pages span a {background: #fff;padding: 8px 20px;border: 1px #dddddd solid;font-size: 14px;color: #666;display: inline-block;}

/*研究队伍1-1*/
.jj{
	width:100%;
	padding:0 56px;
}
.jj .title{
	width:100%;
	height:34px;
	line-height:34px;
	padding-left:30px;
	color:#333333;
	font-size:18px;
	background:#f0f0f0;
}
.jj p{
	color:#3e3f41;
	font-size:16px;
	font-weight:normal;
	margin-top:35px;
	line-height:30px;
	text-indent: 2em;
	text-align:justify
}

/*科研设施1*/
.ky-main p{
	color:#3e3f41;
	font-size:16px;
	font-weight:normal;
	margin-top:35px;
	line-height:30px;
	text-align:justify;
	text-indent:2em;
}
.slideBox2{ width:100%; height:335px; overflow:hidden; position:relative;margin:30px 0;}
.slideBox2 .hd{display:none;}
.slideBox2 .bd{width:100%; height:100%; z-index:0;   }
.slideBox2 .bd li{ zoom:1; vertical-align:middle; }
.slideBox2 .bd li a{display:block;overflow:hidden;}
.slideBox2 .bd .img-box{ width:500px; height:335px;display:block; float:left;overflow:hidden; }
.slideBox2 .bd .img-box img{width:100%;}
.slideBox2 .bd .font{ width:240px;display:block; float:right;}
.slideBox2 .bd .font h6{color:#3e3f41;font-size:16px;margin-top:200px;}
.slideBox2 .prev{ position:absolute; left:540px; bottom:0;display:block; width:34px; height:23px; background:url(../img/left1.png) no-repeat center center; z-index:2;  }
.slideBox2 .next{ position:absolute; left:590px; bottom:0;display:block; width:34px; height:23px; background:url(../img/right1.png) no-repeat center center;  z-index:2; }
.slideBox2 .prev:hover{background:url(../img/left1-1.png) no-repeat center center;}
.slideBox2 .next:hover{background:url(../img/right1-1.png) no-repeat center center;}
.slideBox2 .pageState{ position:absolute; left:540px; bottom:50px;display:block;z-index:2; color:#666666;font-size:16px;font-weight:bold; }
.slideBox2 .pageState span{color:#000}

/*科研设施2*/
.ky-main.special{
	margin-top:30px;
}
.ky-main.special p{
	color:#3e3f41;
	font-size:16px;
	font-weight:normal;
	margin-top:0;
	margin-bottom:10px;
	line-height:30px;
	text-indent:0;
	padding-left:40px;
}
.ky-main.special .h5{
	font-size:24px;
	color:#000;
	font-weight:normal;
	height:30px;
	line-height:30px;
	margin:30px 0;
}
.ky-main.special .h5 span{
	display:block;
	width:24px;
	height:24px;
	float:left;
	background:#3264ca;
	margin-top:3px;
	margin-right:10px;
}
.ky-main.special table{
	width:100%;
	margin-bottom:30px;
}
.ky-main.special table tr{
	height:50px;	
}
.ky-main.special table tr td{
	padding-left:50px;
	border-right:1px #e7e7e7 solid;
	font-size:14px;
	color:#333;
}
.ky-main.special table tr td:last-child{
	border-right:none;
}
.ky-main.special table tr:nth-child(even){
	background:#f9f9f9;
}
.ky-main.special .sp-main{
	margin-top:30px;
	padding:23px 0;
	background:#f9f9f9
}
.ky-main.special .sp-main p a{
	color:#3264ca;
	font-size:16px;
}


/*合作与交流*/
.news-list{
	padding:37px 0;
	overflow:hidden;
	border-bottom:1px #d9d9d9 solid;
}
.news-list:last-child{
	border:none;
}
.news-list .img-box{
	width:290px;
	height:163px;
	overflow:hidden;
	float:left;
}
.news-list .img-box img{
	width:100%;
	margin:0;
}
.news-list .font{
	width:465px;
	float:right;
	padding-right:30px;
}
.news-list .font.long{
	width:100%;
	float:left;
	padding-right:30px;
}
.news-list .font.long:hover h1 a{
	color:#3264ca !important;
}




.news-list .font h1{
	font-size:18px;
	color:#000;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news-list .font a:hover h1{
	color:#3264ca;
}
.news-list .font a:hover p{
	color:#3264ca;
}
.news-list .font h1 a{
	display:block;
	font-size:18px;
	color:#000;
	margin-top:5px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news-list .font h2{
	font-size:12px;
	color:#333;
	font-weight:normal;
	margin:10px 0;
}
.news-list .font h3{
	font-size:12px;
	color:#333;
	font-weight:normal;
	line-height:20px;
}
.news-list .font a.more{
	display:block;
	color:#3264ca;
	font-size:12px;
	text-transform: uppercase;
	margin-top:10px;	
}
.news-list .font p{
	font-size:16px;
	color:#000;
	font-weight:normal;
	line-height:30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin-top:15px;
	height:90px;
}
.news-list .font h6{
	font-size:16px;
	color:#000;
	font-weight:normal;
	margin-top:15px;
}

/*基准实验*/
.jzsy-main{
	/*padding-top:30px;*/
	color:#333;
	font-size:16px;
	line-height:26px;
	text-align: justify;
}
.jzsy-list{
	padding:18px 0;
	overflow:hidden;
	border-bottom:1px #d9d9d9 solid;
}
.jzsy-list .font{
	float:left;
	padding-right:30px;
}
.jzsy-list .font h1{
	font-size:18px;
	color:#000;
	line-height:25px;
	min-height:50px;
	/*display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	height:34px;*/
}
.jzsy-list .font a:hover h1{
	color:#3264ca;
}
.jzsy-list .font h1 a{
	display:block;
	font-size:18px;
	color:#000;
	margin-top:5px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.jzsy-list .font a.more{
	display:block;
	color:#3264ca;
	font-size:12px;
	text-transform: uppercase;
	margin-top:10px;	
}
.jzsy-list .font p{
	font-size:16px;
	color:#000;
	font-weight:normal;
	line-height:30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin-top:5px;
	height:95px;
}

/*国际合作1-1*/
.inner-right .h1 p{
	color:#333;
	font-size:16px;
	margin-top:15px;
}
.news-main h4{
	color:#333;
	font-size:16px;
	margin-top:30px;
}
.news-main p{
	color:#333 !important;
	font-size:16px !important;
	line-height:34px !important;
}
.news-main p span{
	color:#333 !important;
	font-size:16px !important;
	line-height:34px !important;
}
.news-main div{
	color:#333;
	font-size:16px;
	line-height:34px;
	
}
.news-main{
	padding-top:30px;
	color:#333;
	font-size:16px;
	line-height:26px;
	text-align: justify;
}
.news-main img{
	display:block;
	max-width:100%;
	margin:10px auto;
}
.news-main .blue{
	color:#3264ca;
}
.news-main .green{
	color:#0f5535;
}


/*联系我们*/
.contact-wapper{
	width:980px;
	overflow:hidden;
	padding:60px;
	background:#fff;
}
.contact{
	width:100%;
}
.contact .h1{
	width:100%;
	color:#000;
	font-size:26px;
	border-bottom:1px #d2d2d2 solid;
	padding-bottom:10px;
	font-weight:normal;
}
.contact-main{
	margin-top:37px;
	overflow:hidden;
}
.con-left{
	width:316px;
	height:400px;
	float:left;
	background:#fafafa;
	padding:36px;
}
.con-left h2{
	font-size:16px;
	color:#000;
}
.con-left p{
	margin-top:20px;
	color:#000;
	font-size:16px;
	line-height:30px;
}
.con-left p a{
	color:#000;
}
.con-right{
	width:520px;
	height:456px;
	float:right;
}
.con-right .map{
	overflow:hidden;
	margin-bottom:60px;
}
.map .img-box{
	width:270px;
	height:113px;
	float:left;
	border:1px #e3e3e3 solid;
	overflow:hidden;
}
.map .img-box img{
	width:100%;
}
.map .font{
	width:217px;
	height:105px;
	float:left;
	margin-left:27px;
}
.map .font h2{
	font-size:16px;
	color:#000;
	font-weight:normal;
	margin-top:10px;
}
.map .font .link{
	overflow:hidden;
	margin-top:10px;
}
.map .font .link a{
	display:block;
	color:#000;
	float:left;
	width:73px;
	height:30px;
	text-align:center;
	line-height:30px;
	background:#f7f7f7;
	margin-right:15px;
	font-size:14px;
}
.map .font .link img{
	width:13px;
	height:15px;
	display:block;
	margin:7px auto;
	
	
}
.serach{
	width:100%;
	height:43px;
	border:1px #191e2f solid;
	border-radius:5px;
	overflow:hidden;
	padding:2px;
}
.serach form{
	overflow:hidden;
}
.serach input[type="text"]{
	width:276px;
	display:block;
	float:left;
	height:37px;
	border:none;
	padding-left:10px;
	font-size:16px;
	color:#999999;
	outline:none;
}
.serach .sub{
	width:48px;
	height:37px;
	display:block;
	float:right;
	background:url(../img/icon2.png) #dfe2e7 no-repeat center center;
	border:none;
}

.new-about{
	width:100%;
}
.new-about img{
	width:100%;
}
.new-about p{
	margin-top:10px;
	color:#000;
	font-sizes:12px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	line-height:20px;
}

.new-pro{
	margin-top: 15px;
    width: 323px;
	background:#f6f6f6;
	padding:24px 15px;
}
.new-pro h6{
	color:#3e3f41;
	font-size:16px;
	margin-bottom:30px;
}
.new-pro p{
	color:#3e3f41;
	font-size:14px;
	line-height:30px;
}
.new-pro p a{
	color:#3e3f41;
}
.new-item-p{
	margin-top:20px;
	padding-left:23px;
	font-size:16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	overflow: hidden;
	line-height:30px;
	height:220px;
}
.new-item-p h1{
	color: #3e3f41;
    font-size: 16px;
    margin-bottom: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.title-new{
	width:100%;
	height:40px;
	overflow:hidden;
	margin-top:50px;
}
.title-new em{
	width:20px;
	height:20px;
	display:block;
	float:left;
	background:#3264ca;
	margin-top:10px;
}
.title-new span{
	display:block;
	float:left;
	font-size:18px;
	color:#000000;
	height:40px;
	line-height:40px;
	margin-left:7px;
	text-transform: uppercase;
}
.title-new a{
	color:#999999;
	font-size:12px;
	float:right;
	height:40px;
	line-height:50px;
	text-transform: uppercase;
	margin-right:20px
}
.title-new a:hover{
	color:#3264ca
}
.item-box.new .item{
	margin-top:20px;
	margin-bottom:20px;
	width:326px;
	float:left;
	margin-right:30px;
}
.en-name{
	color:#fff;
	font-size:16px;
}

.kw-box{
	width:100%;
	padding:30px 0;
}
.kw-ul{
	overflow:hidden;
	width:100%;
}
.kw-ul li{
	width:290px;
	float:left;
	border-bottom:1px #ccc solid;
	padding:30px 50px;
	text-align:center;
	height:224px;
}
.kw-ul li a{
	display:block;
}
.kw-ul li a .img{
	display:inline-block;
	width: 130px;
    height: 168px;
    border: 1px #d6d6d6 solid;
    margin: 0 auto;
    padding: 3px;
    overflow:hidden;
}
.kw-ul li a .img img{
	width:100%;
	height:100%;
}
.kw-ul li a p{
	color:#194e92;
	font-size:14px;
	margin-top:10px;
}



/*20018-6-8*/
.header-box{
	width:100%;
	height:180px;	
	position:relative;
}
.header-box .logo-box{
	width:540px;
	height:180px;
	line-height:normal;
	position:relative;
}
.header-box .logo-box img{
	display:block;
	position:absolute;
	bottom:-40px;
	left:7px;
}
.header-box .kh-box{
	width:405px;
	height:143px;
	float:right;
	text-align:center;
	margin-top:37px;
}
.header-box .kh-box img{
	max-width:100%;
}
.new-nav-box{
	width:100%;
	height:65px;
	clear:both;
	position:relative;
	z-index:1;
}
.new-nav-box ul{
	overflow:hidden;
	margin-top:0;
}
.new-nav-box ul li{
	float:left;
	padding:0 30px;
	line-height:65px;
}
.new-nav-box ul li a{
	color:#fff;
	font-size:14px;
}
.new-nav-box ul li.on a{
	font-weight:bolder;
}

.picScroll-left .bd ul li{width:165px;height:60px; line-height:60px;margin:0 5px; float:left; _display:inline; overflow:hidden; text-align:center; background:#fff;text-align:center; }
.picScroll-left .bd ul li img{max-width:100%;max-height:100%;}

.slideBox .hd ul{ overflow:hidden; zoom:1; text-align:center; width:auto;height:20px;line-height:20px;margin:0 auto;}
.slideBox .hd ul li{float:none;display:inline-block;}
.slideBox .bd ul li video{width:90%;margin:0 auto;display:block;}

.inner-right .inner-main img{
	max-width:100%;
}
.inner-right .h1{margin-bottom:20px;}
.picScroll-left .prev{ display:block;  width:10px; height:60px;overflow:hidden;cursor:pointer; background:url(../img/left2.png) no-repeat center center;position:absolute;top:0;left:10px}
.picScroll-left .next{ display:block;  width:10px; height:60px;overflow:hidden;cursor:pointer; background:url(../img/right2.png) no-repeat center center;position:absolute;top:0;right:10px}


.icon-play {position: absolute;z-index: 2;width: 80px;height: 80px;top:50%;left:50%;margin:-40px 0 0 -40px;cursor: pointer;z-index:1}
.icon-play svg {fill: none !important;width:80px;height: 80px;-webkit-transform-origin: center;transform-origin: center; -webkit-transition: 1.2s 0.1s cubic-bezier(0.19, 1, 0.22, 1);transition: 1.2s 0.1s cubic-bezier(0.19, 1, 0.22, 1); }
.icon-play svg circle {fill: none !important;stroke: #FFFFFF !important ;stroke-width: 6px;stroke-dasharray: 190px;stroke-dashoffset: 380px;-webkit-transition: 1.2s cubic-bezier(0.19, 1, 0.22, 1);transition: 1.2s cubic-bezier(0.19, 1, 0.22, 1);-webkit-transform-origin: center;transform-origin: center;-webkit-transform: rotate(-90deg);transform: rotate(-90deg); }
.icon-play svg polygon {stroke: #fff !important;fill: #FFFFFF !important; -webkit-transform-origin: center;transform-origin: center;-webkit-transition: 1.2s cubic-bezier(0.19, 1, 0.22, 1);transition: 1.2s cubic-bezier(0.19, 1, 0.22, 1); }
.slideBox .bd ul li.first:hover svg {-webkit-transform: scale(0.9);transform: scale(0.9); }
.slideBox .bd ul li.first:hover svg circle { stroke-dashoffset: 0;-webkit-transform: rotate(270deg);transform: rotate(270deg); }
.slideBox .bd ul li.first:hover svg polygon {-webkit-transition-delay: 0.1s;transition-delay: 0.1s;-webkit-transform: scale(0.8);transform: scale(0.8); }