
.cl{HEIGHT: 0px; CLEAR: both;}
.jz{margin:0 auto;}
.fl{FLOAT: left}
.fr{FLOAT: right}
.container-s{width:1311px; margin:0 auto}
.container{width:1244px; margin:0 auto}
.c{*zoom:1;}
.c:after{content: ""; display: block; height: 0; clear: both;}
.txt-c{text-align: center;}
.txt-r{text-align: right;}
.col-white{color: #fff;}
/* CSS Document */

#hddb{
	background:#333b4a;
	width:100%;
	height:36px;
	overflow:hidden;
}
.headdb{
	width:1200px;
	height:36px;
	margin:0px auto;
	overflow:hidden;
}
.headl{
	float:left;
	width:472px;
	height:36px;
	font-family:"微软雅黑";
	font-size:12px;
	color:#fff;
	line-height:33px;
}
.headr{
	float:right;
	width:110px;
    height:36px;
	font-family:"微软雅黑";
	font-size:12px;
	color:#fff;
	line-height:33px;
}
.headr a{
	color:#fff;
	text-decoration:none;
}
.headr a:hover{
	color:#ff3300;

}
/*公共头部*/
.head{height: 110px; }
.head .logo{margin-top: 32px; }
.head .logo img{display: block; margin-right: 18px;}
.head .text{border-left:1px solid #D2D2D2; height: 38px; padding-left: 20px;}
.head .text em{display: block;font-size: 30px; line-height: 30px;  color: #333; margin-bottom: 6px; font-weight:800; }
.head .text strong{display: block; font-size: 16px; line-height: 18px; color: #333;font-weight:10;}
.head-tel{background:url(../images/head-tel.png) no-repeat left center; padding-left: 47px; margin-top: 36px}
.head-tel em{display: block; font-size: 15px; line-height: 14px;  color: #333; margin-bottom: 6px;}
.head-tel strong{display: block; font-size: 28px; line-height: 24px; color: #333; font-family: arial;}
.nav .container-s{z-index: 2; position: absolute; top: 146px; left: 0; right: 0; margin: auto; width:1306px;  height: 75px; background:url(../images/nav-bg.png) no-repeat; overflow:hidden; }
.nav ul li{float: left;   width: 191px; transition:0.6s; margin-left: -35px}
.nav ul li:first-child{margin-left: 0}
.nav ul li a{display: block; font-size: 16px; line-height: 75px; color: #fff; text-align: center;  }
.nav ul li.on a,.nav ul li:hover a{background:url(../images/nav-on2.png) no-repeat ; }
.search-bg{background:url(../images/search-bg.png) no-repeat; width: 272px; height: 75px;}
.search {width: 147px;height: 37px;background: #ffffff;border-radius: 19px; margin-top: 19px; margin-left: 77px; position: relative;}
.search input{outline: none; border: none; font-family: "Microsoft YaHei"; }
.search .search-text{width: 107px; text-indent: 25px; font-size: 12px; line-height: 37px; color: #666666; background: transparent;}
.search .search-btn{position: absolute; background: url(../images/search-btn.png) no-repeat center; width: 30px; height: 30px; top: 4px; right: 7px; cursor: pointer;}
.navfixed{background:#225285; height: 75px; position: fixed; top: 0; width: 100%; z-index: 999}
.navfixed .container-s{top: 0}


/*首页banner*/
.banner{position:relative; }
.banner-hd {height:626px;position: relative; overflow:hidden; width: 100%;}
.banner-hd  ul{height:100%;margin: 0 auto;}
.banner-hd  ul li{height:100%;}
.banner-hd ul a{display: block; height:100%;margin: 0 auto;}
.banner-prev,.banner-next{position: absolute; width: 82px; height: 82px; border-radius: 50%;  z-index: 2;  top: 334px; cursor: pointer; transition:0.6s;}
.banner-prev{background: url(../images/banner-prev.png) no-repeat center rgba(255,255,255,0.3); left: 49px}
.banner-next{background: url(../images/banner-next.png) no-repeat center rgba(255,255,255,0.3); right: 49px}



/*产品展示*/
.index-title{padding: 60px 0 40px;}
.index-title strong{display: block; font-size: 38px; line-height: 36px; color: #333333; margin-bottom: 10px}
.index-title h2{display: block; font-size: 14px; line-height: 4px; color: #808080; text-transform: uppercase; height: 35px; position: relative;}
.index-title h2:after{position: absolute; content: ''; background: #01a159; bottom: 0; width: 38px; height: 3px; left: 50%; margin-left: -19px;}

.product{margin-bottom: 10px;}
.pro-btn ul{text-align: center; margin-bottom: 40px}
.pro-btn ul li{display: inline-block; margin: 0 5px;font-size: 14px; line-height: 39px; color: #fff; background: url(../images/pro-btn.png) no-repeat center; width: 189px; position: relative; cursor: pointer;}
.pro-btn ul li:before,.pro-btn ul li:after{position: absolute; content: ''; background: #fff; width: 16px; height: 1px; top: 19px; opacity: 0}
.pro-btn ul li:before{left: 33px;}
.pro-btn ul li:after{right: 33px;}
.pro-btn ul li.on {background: url(../images/pro-btn-on.png) no-repeat center; color: #fff;}
.pro-btn ul li.on:before,.pro-btn ul li.on:after{opacity: 1}
.pro-btn ul li:hover {background: url(../images/pro-btn-on.png) no-repeat center; color: #fff;}
.pro-btn ul li:hover:before,.pro-btn ul li:hover:after{opacity: 1}
.product-list{overflow: hidden;}
.product-list ul{width: 1320px;}
.product-list ul li{float: left; width: 380px; margin-right: 18px;  position: relative; margin-bottom: 50px}
.product-list ul li .pic{width: 380px; height: 286px; overflow: hidden; border: solid 1px #d9d9d9; margin-bottom: 2px;}
.product-list ul li .pic img{display: block; -webkit-transition: opacity 1s, -webkit-transform 1s; transition: opacity 1s, transform 1s; -webkit-backface-visibility: hidden;backface-visibility: hidden;opacity: 1;}
.product-list ul li:hover .pic img{-webkit-transform: scale3d(1.1,1.1,1);transform: scale3d(1.1,1.1,1);-webkit-transition: opacity 1s, -webkit-transform 1s;transition: opacity 1s, transform 1s;-webkit-backface-visibility: hidden;backface-visibility: hidden;}
.product-list ul li h3{display: block; ; font-size: 14px; line-height: 55px; color: #666666; text-align: center; background: #e6e6e6;}

/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: #fff;
}
.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #01a159;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.product-list ul li:hover .hvr-shutter-out-horizontal,.hvr-shutter-out-horizontal:focus,.hvr-shutter-out-horizontal:active {
  color: white;
}
.product-list ul li:hover .hvr-shutter-out-horizontal:before,.hvr-shutter-out-horizontal:focus:before,.hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}









@charset "utf-8";
/* CSS Document */
@charset "utf-8";
/*reset*/
/* CSS reset for c_b */
body{
	max-width: 100%;
	margin: auto !important;
}


.padding-t0{padding-top: 0}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
table th, table td {
    padding: 5px;
}
fieldset, img {
    border: 0;
    transition:all .5s
}
img{max-width: 100%;}

address, caption, cite, code, dfn, em, i, th, var {
    font-style: normal;
    font-weight: normal;
}
ol, ul {
    list-style: none;
}
ception, th {
    text-align: left;
}
q:before, q:after {
    content: '';
}
abbr, acronym {
    border: 0;
}
a {
    color: #666;
    text-decoration: none;
}  /*for ie f6n.net*/
a:focus {
    outline: none;
} /*for ff f6n.net*/
a:hover {
    text-decoration: none;
}



/*定位*/


.fl {
    float: left;
    display: inline;
}
.fr {
    float: right;
    display: inline;
}




/* CSS Document */

body {
    background-color: #fff;
    overflow-x: hidden;
    color: #666;
    font-size: 14px;
    font-family: "微软雅黑",Arial, Helvetica, sans-serif;
    position: relative;
    min-width: 1200px;
    width: 100%;
}/*网站字体颜色*/
.container {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}
.left{
	float: left;
}
.right{
	float: right;
}







/* 轮播图css结束 */
/*标题*/
.ttitle{
    text-align: center;
}
.ttitle .ttit{
    font-size: 38px;
    color: #333;
    font-weight: bold;
    line-height: 1;
}
.ttitle .ttit b{
    color: #31519f;
}
.ttitle .thr{
    width: 100%;
    height: 1px;
    text-align: center;
    background: #dcdcdc;
    margin: 20px auto;
}
.ttitle .thr span{
    width: 50px;
    height: 1px;
    display: block;
    background: #31519f;
    margin: auto;
}
.ttitle .tsub{
    font-size: 15px;
    color: #333;
}





/*资质证书*/

.zhengshu{ padding-top: 40px; background: url(../images/zs_bg.jpg)#eee no-repeat center bottom; height: 520px;}
.btitle{
    background: url(../images/title_bg.png) no-repeat 0 0;
    width: 563px;
    height: 85px;
    margin: auto;
}
.btitle .btit{
    font-size: 38px;
    color: #333;
    font-weight: bold;
    line-height: 1;
    padding-left: 100px;
    margin-bottom: 20px;
}
.btitle .btit b{
    color: #31519f;
}

.btitle .bsub{
    padding-left: 100px;
    font-size: 15px;
    color: #333;
}
.zhengshu .btitle .bsub{
    padding-left: 150px;
}
.aazhengshu{ width:1200px; position:relative;margin-top: 40px;}
.aazhengshu .hd{ overflow:hidden; }
.aazhengshu .hd .prev,.aazhengshu .hd .next{
    display: block;
    width: 60px;
    height: 60px;
    overflow: hidden;
    cursor: pointer;
    background: url(../images/btn01.png) no-repeat;
    position: absolute;
    top: 36%;
    left: -80px;
    opacity: .8;
}
.aazhengshu .hd .prev:hover,.aazhengshu .hd .next:hover{opacity: 1;}
.aazhengshu .hd .next{ background-position:-60px 0;right: -75px; left: auto;}
.aazhengshu .hd .prevStop{ background-position:-60px 0; }
.aazhengshu .hd .nextStop{ background-position:-60px -50px; }

.aazhengshu .bd{overflow: hidden;}
.aazhengshu .bd .tempWrap{margin-left: -8px;}
.aazhengshu .bd ul{ overflow:hidden; zoom:1; }
.aazhengshu .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.aazhengshu .bd ul li .pic{ text-align:center;}
.aazhengshu .bd ul li .pic a{ display: block;}
.aazhengshu .bd ul li .pic span{overflow: hidden; height: 250px;background-color: rgba(255, 255, 255, 0.0);display: block;border:1px solid #e5e5e5;}
.aazhengshu .bd ul li .pic img{ width:225px; display:block;margin-top: 13px;}
.aazhengshu .bd ul li:hover .pic span{ border-color:#ff7f00; }
.aazhengshu .bd ul li:hover .pic img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: -webkit-transform 0.6s ease 0;
    transition: transform 0.6s ease 0;
}
.aazhengshu .bd ul li p{ width: 225px; margin: auto; margin-top: 15px;font-size: 15px; color: #333;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; display:block; }




/*关于我们*/
.zoujin{padding-top: 40px; margin-bottom:60px; background:url(../images/cf.jpg);}
.aazoujin{margin-top: 40px;}
.zoujin .fl {
    width: 520px;
}
.zoujin .entit {
    font-weight: bold;
    font-size: 73px;
    font-family: Arial, "微软雅黑";
    text-transform: uppercase;
    color: #eee;
    line-height: 55px;
}

.zoujin .cntit {
    font-size: 24px;
    color: #31519f;
    font-weight: bold;
    margin-bottom: 35px;
}
.zoujin .p1{
    font-size: 14px;
    color: #333;
    line-height: 28px;
    margin-bottom: 50px;
    white-space: pre-line;
}
.zoujin .more {
    font-size: 18px;
    color: #fff;
    background: #01a159;
    padding: 15px 44px;
    float: left;
    margin-right: 20px;
    margin-top: 0;
}

.zoujin .gytel {
    background: url("../images/ico_tel.png") no-repeat left center;
    background-size: 55px 55px;
    height: 55px;
    display: block;
    float: left;
    padding-left: 65px;
	color: #666;
    font-size: 16px;
}
.zoujin .gytel em {
    display: block;
    font-family: "Times New Roman", Arial, "微软雅黑";
    font-size: 35px;
    color: #01a159;
    font-weight: bold;
}
.zoujin .fr{position: relative;}
.zoujin .fr .kuang5{

    position: relative;
    display: block;
    width: 600px;
    height: 400px;
}
.zoujin .fr .video img{
    max-width: 100%;
}
.zoujin .fr .video{
    width: 600px;
    height: 400px;
    position: absolute;
    right: 30px;
    top: 30px;
}





/*实验基地*/
.jidii{
    padding-top: 70px;
    background: url(../images/system.jpg)no-repeat center center;
    height: 653px;
    margin-top: 10px;
	margin-bottom:40px;
}
.jidi .btitle{
    background-position: 0 -170px;
}
.ttit0{font-size:38px; color:#FFF; line-height:38px; font-weight:800;}
.jidi .btitle .bsub{
    padding-left: 190px;
}
.aajidi{margin-top: 40px;overflow: hidden;}
.aajidi dl{
    width: 285px;
    border: 1px solid #ddd;
    overflow:hidden;
    float: left;
    margin-right: 17.3px;
    margin-bottom: 20px;
}
.aajidi dl:nth-of-type(4n){
    margin-right: 0;
}
.aajidi dt{
    overflow: hidden;
}
.aajidi dt img{
    max-width: 100%;
    height: 300px;
    display: block;
}
.aajidi dd{
    background: #fff;
    text-align: center;
    font-size: 15px;
    color: #333;
    line-height: 60px;
}
.aajidi dl:hover{
    border-color: #01a159;
}
.aajidi dl:hover dd{
    background: #01a159;
    color: #fff;
}
.aajidi dl:hover dt img{
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-transition: -webkit-transform 0.6s ease 0;
    transition: transform 0.6s ease 0;
}

.gengduo{
    text-align: center;
    margin-top: 40px;
}
.gengduo a{
    font-size: 16px;
    color: #fff;
    background: #31519f;
    padding: 12px 30px;
    margin: 0 5px;
}
.gengduo a:last-of-type{
    background: #01a159;
}




/*各大机构*/
.jigou{padding-top: 50px;padding-bottom: 60px;    
padding-top: 70px;
    background: url(../images/system.jpg)no-repeat center center;
    height: 653px;}
.aajigou{ width:1200px; position:relative;margin-top: 40px;height: 413px;}
.aajigou .hd{ 
    background: #eee;
    height: 320px;
}
.aajigou .hd .prev,.aajigou .hd .next{
    display: block;
    width: 25px;
    height: 35px;
    overflow: hidden;
    cursor: pointer;
    background: url(../images/ico.png)#fff no-repeat 0 -275px;
    position: absolute;
    top: 360px;
    right: 35px;
    opacity: .8;
    z-index: 999999;
}
.aajigou .hd .prev:hover,.aajigou .hd .next:hover{opacity: 1;background-color: #f5f5f5;}
.aajigou .hd .next{ background-position:-25px -275px;right:0;}

.aajigou .hd ul{
    overflow: hidden;
    zoom: 1;
    display: inline-block;
    position: relative;
    bottom: -365px;
    left: 580px;
    z-index: 999999;
}
.aajigou .hd ul li{ 
    float: left;
    width: 10px;
    height: 10px;
    overflow: hidden;
    margin: 0 2px;
    text-indent: -999px;
    cursor: pointer;
    background: #ccc;
    border-radius: 10px;
}
.aajigou .hd ul li.cur{background: #333 }

.aajigou .bd{
    overflow: hidden;
    position: relative;
    top: -320px;
    padding: 35px 40px;
}
.aajigou .bd .tempWrap{margin-left: -8px;}
.aajigou .bd ul{ overflow:hidden; zoom:1; }
.aajigou .bd ul li{ margin:0; float:left; _display:inline; overflow:hidden; text-align:center; width: 1200px; }
.aajigou .bd ul li .pic{ text-align:center;border:1px solid #e5e5e5;float: left;overflow: hidden;height: 375px;}
.aajigou .bd ul li .pic a{display: block;}
.aajigou .bd ul li .pic img{ width:500px; display:block;}

.aajigou .bd ul li .rtxt{width: 575px;margin-left: 540px; text-align: left}
.aajigou .bd ul li .rtxt h4{
    font-size: 18px;
    color: #333;
    line-height: 30px;
    margin-top: 20px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 15px;
}
.aajigou .bd ul li .rtxt p{
    font-size: 14px;
    line-height: 28px;
    color: #666;
    margin-top: 15px;
}
.more{
    background: #01a159;
    display: block;
    color: #fff;
    padding: 7px 15px;
    margin-top: 35px;
}
.aajigou .bd ul li:hover .pic{ }
.aajigou .bd ul li:hover .pic img {
    -webkit-transform: scale(1.08, 1.08);
    -ms-transform: scale(1.08, 1.08);
    transform: scale(1.08, 1.08);
    -webkit-transition: -webkit-transform 0.6s ease 0;
    transition: transform 0.6s ease 0;{ border-color:#ff7f00; }
}
.bbjigou{ width:1200px; position:relative;margin-top: 40px;}
.bbjigou .hd{ text-align: center; }
.bbjigou .hd .prev,.bbjigou .hd .next{
    display: block;
    width: 60px;
    height: 60px;
    overflow: hidden;
    cursor: pointer;
    background: url(../images/btn01.png) no-repeat;
    position: absolute;
    top: 40%;
    left: -80px;
    opacity: .8;
}
.bbjigou .hd .prev:hover,.bbjigou .hd .next:hover{opacity: 1;}
.bbjigou .hd .next{ background-position:-60px 0;right: -75px; left: auto;}
.bbjigou .hd .prevStop{ background-position:-60px 0; }
.bbjigou .hd .nextStop{ background-position:-60px -50px; }

.bbjigou .hd ul{overflow:hidden; zoom:1; display: inline-block;position: relative;bottom: -250px;}
.bbjigou .hd ul li{ 
    float: left;
    width: 10px;
    height: 10px;
    overflow: hidden;
    margin: 0 2px;
    text-indent: -999px;
    cursor: pointer;
    background: #ccc;
    border-radius: 10px;
}
.bbjigou .hd ul li.cur{background: #333 }

.bbjigou .bd{overflow: hidden;}
.bbjigou .bd .tempWrap{margin-left: -7px;}
.bbjigou .bd ul{ overflow:hidden; zoom:1; }
.bbjigou .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.bbjigou .bd ul li .pic{ text-align:center;border:1px solid #e5e5e5;}
.bbjigou .bd ul li .pic span{overflow: hidden;display: block;}
.bbjigou .bd ul li .pic a{ display: block;}
.bbjigou .bd ul li .pic img{ width:204px; display:block;padding: 20px 10px;width: 285px;}
.bbjigou .bd ul li p{
    line-height: 45px;
    font-size: 14px;
    color: #333;
    background: #eee;
    width: 285px;
    overflow: hidden;text-overflow: ellipsis;white-space: nowrap; display:block; 
}
.bbjigou .bd ul li:hover .pic{ border-color:#01a159; }
.bbjigou .bd ul li:hover .pic img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: -webkit-transform 0.6s ease 0;
    transition: transform 0.6s ease 0;{ border-color:#ff7f00; }
}
.bbjigou .bd ul li:hover p{
    background: #01a159;
    color: #fff;
}