@charset "utf-8";
@import url("comm.css");
.page-min-width {
	min-width: 1220px;
}
.wrapper {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.headbar {
	width: 100%;
	background: url(../img/topbg.png) top center no-repeat;
	position: relative;
}
.topbar {
	height: 35px;
	line-height: 35px;
}
.topbar .top {
	padding: 0 100px;
	font-size: 12px;
}
.topbar .hot-line em {
	color: #ee1c25;
	font-size: 14px;
	font-weight: bold;
}
.topbar .welcome {
	color: #FFF;
}
.lag {
	display: inline-block;
	background: #d6e9fa;
	margin-left: 15px;
}
.lag a {
	margin: 0 10px;
}
.lag a i {
	display: inline-block;
	width: 10px;
	height: 8px;
	background: #67a7fe;
	margin-right: 5px;
}
.lag a.ch i {
	background: #ce0000;
}
.nav {
	height: 112px;
	position：relative；
}
.nav .logo {
	float: left;
	width: 390px;
	height: 112px;
	background: url(../img/logo.jpg) no-repeat;
	display: inline-block;
	text-indent: -999em;
}
.nav .menu {
	padding-top: 46px;
	float:right;
}

.menu li {
	float: left;
}
.menu li a {
	display: inline-block;
	font-size: 16px;
	color: #FFF;
	padding: 3px 10px;
	margin: 0 5px;
}
.menu li a:hover,.menu li a.active {
	background: #1c72c0;
	border-bottom: 1px solid #74b4ed;
	border-right: 1px solid #74b4ed;
}
.menu li a:hover {
	text-decoration: none;
}
	
.subnav {
	width: 100%;
	position: relative;
}
.nav-cont-wrap {
	width: 100%;
	overflow: hidden;
	display: block!important;
	background: #F7F7F7;
}
.nav-cont-wrap ul {
	width: 100%;
	padding-top: 0;
}
.nav-cont-wrap ul li {
	display: none;
	width: 100%;
	padding-bottom: 20px;
	padding-top: 20px;
}
.nav-content{padding:10px 0 10px 10px;}
.nav-content .td{
	float:left;
	margin-right:10px;
}

.nav-content .col {
	float: left;
	width: 33.33333333333%;
}
.nav-content .td{
	font-size:14px;
}
.nav-content .col,
.nav-content .col a {
	color: #333;
	font-size: 16px;
}
.nav-content .td dt{
	color: #ce0000;
	margin-bottom: 10px;
	font-weight:bold;
}
.nav-content .col dt {
	margin-bottom: 10px;
	color: #ce0000;
}
.nav-content .col dd {
	margin-bottom: 10px;
}
.nav-content .col dd .row {
	float: left;
	width: 50%;
	display: inline;
}
.nav-content .td dd .row a{
	display:block;
	margin-bottom: 5px;
	padding:0;
	color:#a0a0a0;
	font-size: 14px;
}
.nav-content .col dd .row a {
	display: block;
	margin: 0 0 5px 0;
}
.nav-content .td dd .row a:hover{
	color: #2186e2;
	background:#fff;
	border:none;
}
.nav-content .col a:hover {
	color: #2186e2;
	text-decoration: none;
}
.nav-content .col dl.txt dd {
	width: 294px;
}
.menu .nav-sub-list{
	position:absolute;
	display:none;
	z-index:200;
	top:112px;
	background:#fff;
	margin-left: 5px;
}

.menu .nav-sub-list ul{
	margin: 5px 0px 5px 3px;
}

.menu .nav-sub-list li{
	float:none;
}
.menu .nav-sub-list li a{	
	  min-width: 100px;
	  color: #a0a0a0;
	  background:#fff;
	  padding: 0px 10px;
	  margin: 0;
	  line-height: 30px;
	  height:30px;
	  display: block;
	  font-size: 14px;
}
.menu .nav-sub-list li a:hover{	
	color: #2186e2;
	border: none;
}

.banner {
	position: relative;
	width: 100%;
	height: 476px;
	/*margin-top: -23px;*/
	background: #1379d7;
	overflow: hidden;
}
.banner .pic {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.banner .pic ul {
	width: 100%!important;
}
.banner .pic ul li {
	width: 100%!important;
	overflow: hidden;
	text-align: center;
	height: 476px;
}
.banner .nums {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	height: 30px;
	line-height: 30px;
}
.banner .nums ul {
	text-align: center;
}
.banner .nums ul li {
	cursor: pointer;
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 5px;
	overflow: hidden;
	line-height: 9999px;
	background: url(../img/bcircle.png) no-repeat;
}
.banner .nums ul li.on {
	background-position: 0 -14px;
}
.banner .next,
.banner .prev {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -58px;
	left: 0;
	z-index: 1;
	width: 58px;
	height: 138px;
	background: #000 url(../img/bannerbtn.png) 10px 50px no-repeat;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
	display: none;
}
.banner .prev {
	left: auto;
	right: 0;
	background-position: 20px -90px;
}
.section {
	width: 100%;
	padding: 30px 0;
}
.section.bg {
	background: #f6f6f6;
}
.section h2.title {
	color: #db0516;
	font-size: 30px;
	text-align: center;
}
.section .title-desc {
	text-align: center;
	font-size: 14px;
	color: #787878;
}
h2.title-fnt {
	text-align: center;
	font-size: 30px;
	padding: 15px 0;
}
h2.title-fnt.blue {
	color: #1379d7;
}
.product ul {
	margin-left: -45px;
}
.product ul li {
	position: relative;
	width: 348px;
	height: 232px;
	border: 1px solid #c8c8c8;
	padding: 12px 9px;
	float: left;
	margin-left: 45px;
	margin-bottom: 80px;
	transition: background-color .5s;
}
.product ul li:hover {
	background: #1379d7;
}
.product ul li .desc {
	position: absolute;
	bottom: -50px;
	width: 100%;
	text-align: center;
	left: 0;
	font-size: 20px;
	color: #424343;
}
.index-news .news {
	float: left;
	width: 50%;
}
.index-news .news h3,
.about h3 {
	font-size: 30px;
	color: #093c6b;
	padding: 20px 0;
}

.index-news .news ul li {
	line-height: 34px;
}
.index-news .news ul li {
	padding-left: 10px;
	background: url(../img/squr.png) left center no-repeat;
}
.index-news .news ul li a {
	color: #787878;
}
.index-case {
	padding: 20px 0;
}
.index-case .casebox {
	position: relative;
}
.casebox .casewrap {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.casewrap .caselist {
	overflow: hidden;
	margin-right: -18px;
}
.casewrap .caselist li {
	float: left;
	display: inline;
	width: 288px;
	margin-right: 18px;
}
.casewrap .caselist li a {
	display: inline-block;
	padding: 5px;
	width: 276px;
	border: 1px solid #C8C8C8;
	background: #fff;
}
.casewrap .caselist li p {
	text-align: center;
	font-size: 18px;
	color: #424343;
	margin-top: 15px;
}
.casebtn {
	background: url(../img/indexcasebt.png) 0 0 no-repeat;
	display: block;
	width: 44px;
	height: 64px;
	position: absolute;
	top: 82px;
	cursor: pointer;
	text-indent: -999em;
	overflow: hidden;
}
.casebtn.prev {
	left: -54px;
}
.casebtn.next {
	right: -54px;
	background-position: 0 -64px;
}
.partner {
	padding: 40px 0;
}

.partner ul li {
	float: left;
	display: inline;
	width: 266px;
	height: 106px;
	border: 1px solid #c8c8c8;
	margin-bottom: 34px;
	margin-right: 34px;
}
.partner ul li a {
	width: 266px;
	height: 106px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.footer {
	width: 100%;
	background: #282828;
	padding: 30px 0;
}
.footer,
.footer a {
	color: #FFF;
	font-size: 12px;
}
.footer .link span {
	padding: 0 5px;
}
.footer .right {
	padding-right: 80px;
	padding-top: 20px;
}
.footer .right p {
	margin-bottom: 10px;
}
.teamwrap,
.technology {
	padding: 30px 0;
}
.teamwrap ul ,.partner ul{
	width: 110%;
}
.teamwrap ul li {
	float: left;
	display: inline;
	width: 256px;
	margin-right: 58px;
}
.teamwrap ul li .team-name {
	color: #92908a;
	margin: 10px 0;
}
.teamwrap ul li .team-school {
	color: #424343;
}
.teamwrap ul li .team-name,
.teamwrap ul li .team-school {
	text-align: center;
	font-size: 18px;
}
.index-line {
	margin: 50px 0;
}
.about .hd {
	width: 585px;
}
.about .hd p {
	padding: 0 20px;
	color: #787878;
}
.index-about .about {
	padding: 50px 0;
}
.technology dl {
	float: left;
	display: inline;
	width: 50%;
}
.technology dl dt {
	float: left;
}
.technology dl dd {
	margin-left: 278px;
}
.technology dl dd h3 {
	font-size: 24px;
	color: #093c6b;
	margin-bottom: 5px;
}
.technology dl dd ul li {
	line-height: 34px;
	font-size: 14px;
	color: #696969;
	padding-left: 14px;
	background: url(../img/cicle.png) left center no-repeat;
}


.content {
	padding: 0 0 180px 0;
}
.cnt-top {
	padding-top: 30px;
	text-align: center;
}
.cnt-top img {
	max-width: 100%;
	margin: 0 auto;
}
.wrap .cnt-top{
	padding: 15px 0; 
	text-align: left;
}
.wrap .cnt-top img{
	max-width: 100%;
	margin: 0;
}
.cnt-wrap {
	margin-top: 40px;
}
.cnt-wrap .aside {
	float: left;
	display: inline;
	width: 265px;
}
.cnt-wrap .wrap {
	margin-left: 326px;
}
.cnt-wrap .aside .head,
.wrap h2,
.cnt-title {
	font-size: 20px;
	color: #333;
	background: url(../img/cnt-title-line.png) left bottom repeat-x;
	padding-bottom: 15px;
	margin-bottom: 8px;
}
.cnt-wrap .aside dl dt {
	color: #d6051a;
	font-size: 20px;
}
.cnt-wrap .aside dl dt,
.cnt-wrap .aside dl dd {
	border-bottom: 1px solid #dcdcdc;
	padding: 7px 0;
}
.cnt-wrap .aside dl dt {
	padding: 12px 0;
}
.cnt-wrap .aside dl dd a {
	display: block;
	color: #333;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	padding-left: 46px;
	background: url(../img/circle-blue.png) 23px center no-repeat;
	transition: background-color .3s;
}
.cnt-wrap .aside dl dd a.cur {
	color: #FFF;
	background: #2186e2 url(../img/circle-white.png) 23px center no-repeat;
}
.cnt-wrap .aside dl dd a:hover {
	text-decoration: none;
	color: #FFF;
	background: #2186e2 url(../img/circle-white.png) 23px center no-repeat;
}
.wrap h2.wrap-title {
	text-align: center;
	color: #2186e2;
}
.wrapdesc span {
	display: inline-block;
	text-align: center;
	font-size: 14px;
	color: #808080;
	margin-left: 90px;
}
.gotop {
	display: none;
	position: fixed;
	_position: absolute;
	z-index: 9867;
	left: 50%;
	margin-left: 630px;
	bottom: 200px;
	width: 85px;
	height: 85px;
	overflow: hidden;
	text-indent: -999em;
	color: #FFF;
	background: url(../img/gotop.png) no-repeat;
}
.articles {
	padding: 15px 0;
}
.cnt-title p {
	font-size: 20px;
	color: #787878;
	margin: 5px 0;
}
.cnt-main p {
	margin: 20px 0;
	font-size: 14xp;
	color: #787878;
	line-height: 26px;
}
.contact {
	padding-top: 20px;
}
.contact li {
	margin-top: 10px;
	font-size: 18px;
	color: #818181;
}
.map {
	margin-top: 40px;
}
.teamlist .teamhead{
	float: left;
	width: 256px;
	display: inline;
}
.teamlist .list,.honormain,.patent,.scientific{
	padding: 15px 0;
}
.teamlist .teamintro{
	margin-left: 296px;
	padding-top: 20px;
}
.teamlist .teamintro li,.honor li,.scientific li{
	margin: 8px 0;
	font-size: 16px;
}
.teamlist .teamintro .name,.honor .name,.scientific .name{
	font-size: 18px;
	color: #2186e2;
}
.teamlist .teamintro li{
	list-style: disc;
}
.honormain .honor .h-cnt{
	margin-right: 500px;
}
.honormain .honor .a-cnt{
	margin-left: 520px;
}
.patent table{
	width: 100%;
}
.patent td,.patent th{
	border: 1px solid #e6e6e6;
	line-height: 40px;
	padding: 0 10px;
}
.patent td.rd{
	text-align: center;
}
.iso{
	margin-top: 20px;
}

.partnerlist {
	width: 110%;
	margin-top: 20px;
}
.partnerlist .list{
	float: left;
	width: 268px;
	margin: 0 43px 14px 0;
}

.partnerlist .list a{
	font-size: 20px;
}

.partnerlist .list a:hover p{
	color: #2186e2;
}
.cnt-main .partner-detail{
	padding: 20px 0;
}
.cnt-main .partner-detail p{
	margin: 0;
	font-size: 18px;
	color: #818181;
}


.about h3{
	padding: 0 0 20px 0; 
}

.product ul li a{
	text-align: center;
	display: block;
}
.news-list li{
	list-style:square inside;
	color:#2186e2;
	line-height:35px;
	font-size:16px;
}
.news-list li i{
	float:right;
	margin-right:10%;
}
.dao{
	background:#3f4f63;
	height:138px;
	margin:20px 0 40px 0;
}
.dao .fonts{
	  position: relative;
  color: #bccee4;
  left: 18%;
  width: 70%;
  top: -58px;
  height: 70px;
  overflow:hidden;
}
.tDefault{
	width:100%;
	border:1px solid #fff;
}
.tDefault tr{
	border-bottom:1px solid #fff;
	text-align:center;
}
.tDefault thead tr{
	background:#9badc5;
	line-height:50px;
	color:#606060;
}
.tDefault tbody tr{
   background:#f1f1f1;
	line-height:60px;
	color:#606060;
	cursor:pointer;
}
.tDefault tbody tr:hover{
	 background:#c8c8c8;
}
.rect-way{
	margin-top:40px;
}
.rect-link{
	position:relative;
	top:-249px;
	left:20%;
	width:60%;
}
.rect-link h2{
	color:#ec6d02;
	font-size:20px;
}
.rect-link span{
	font-size:18px;
}
.position{
	color:#fff;
	background:#2186e2;
	width:180px;
	text-align:center;
	line-height:30px;
	display:block;
	margin:20px 0;
}
.cnt-main .company{
	color:#fff;
	line-height:30px;
	text-indent:20px;
	background:#65b6ee;
}
.position-name{
	line-height:30px;
	font-size:18px;
	padding-left:20px;
}
.contr{
	color:#fff;
	background:#2186e2;
	line-height:30px;
	clear:both;
	overflow:hidden;
	  margin-top: 20px;
}
.w50{
	width:50%;
}
.ml30{margin-left:30px;}
.contr .c-title{
	width:180px;
	background:#65b6ee;
	text-align:center;
	display:inline-block;
}
.job{
	margin-top:30px;
	padding: 0 20px;
}
.job h2{
	font-weight:bold;
	font-size:20px;
}
.cnt-list{
	margin:20px 0;
}

.cnt-list li{
	width:265px;
	height:auto;
	display:block;
	float:left;
	margin-right:45px;
}

.cnt-list .mr0{
	margin-right:0;
}

.cnt-list li .img{ 
	width:100%;
	height:305px;
	text-align:center;
	background-color:rgb(240,240,240);
	cursor:pointer;
}
.cnt-list li .img span{
	height:100%;
	display:inline-block;
	vertical-align:middle;
}
.cnt-list li .img img{
	vertical-align:middle;
	max-width:100%;
	max-height:100%;
}


.cnt-list li .h-code{
	font-size:18px;
	width:100%;
	height:30px;
	line-height:30px;
	text-align:center;
	text-overflow:ellipsis; 
    white-space:nowrap; 
    overflow:hidden; 
    margin:10px 0 0 0;
    text-indent:0;
}

.cnt-list li .h-name{
	font-size:17px;	
	width:100%;
	height:30px;
	line-height:30px;
	text-align:center;
	text-overflow:ellipsis; 
    white-space:nowrap; 
    overflow:hidden; 
    margin:10px 0;
    text-indent:0;
}

.cnt-list li:hover .h-name{
	color:#1379d7;
}