@charset "utf-8";
/* CSS Document */

body,html{margin:0;padding:0;font-family: Microsoft YaHei; font-size: 1rem;  line-height: 1.5; color: #373a3c; background-color: #fff; width:100%; max-width:100%; min-width:1100px;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,table,tr,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
input:hover,input:active,input:focus{ outline: 0;}
ul,ul li,input, dl, dd {  padding:0; margin:0; list-style-type:none;}
img,a img{border:0;margin:0;padding:0;}
img{vertical-align: middle;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
a{text-decoration:none; color:#444;-moz-transition: all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
a:hover{text-decoration:none; cursor:pointer}
.fl{float:left;}
.fr{float:right;}
textarea{resize:none; overflow:auto;}
.clearfix:after {content:'';display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1;}
.clear { clear: both;font-size: 0;height: 0;line-height: 0;}
.baseDiva{ width:1450px; margin:0 auto; margin-left:auto !important; margin-right:auto !important;overflow: auto;overflow-x: hidden;overflow-y: hidden;}
.baseDiv{ width:1350px; margin:0 auto; margin-left:auto !important; margin-right:auto !important;overflow: auto;overflow-x: hidden;overflow-y: hidden;}

.mt5 {margin-top: 5px!important;}
.mt20{ margin-top:20px;}
.mt30{ margin-top:30px;}
.mt40{ margin-top:40px;}
.pt25{padding-top:25px;}
.pt30{padding-top:30px;}
.myClass{
background-position:center center; 
-webkit-background-size: cover;  
-moz-background-size: cover;  
-o-background-size: cover; 
background-size:cover;
}
@-webkit-keyframes ball {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes ball {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

/*header*/
.header{
    width: 100%;
    height: 100px;
    background:#fff;
    position: absolute;
    top: 0;
    z-index: 9999;
    border-radius: 0 0 13px 13px
}
.logo{
    margin-left: 2%;
}
.navb {
    height: 100px;
    line-height: 100px;
    margin-left: 8%;
    width: 55%;
}
.navb .active {
    position: relative;
    float: left;
    width:9%;
    display: inline;
    text-align: center;
    margin: 0 1.5%;
}

.navb .on{
    position: relative;
    background:url(../images/tba.png) center no-repeat;
}
.navb .on a{
    color: #222;
    display: block;
    font-size: 16px;
}
.navb .on::after {
    content: '';
    display: block;
    position: absolute;
    bottom:0;
    width: 100%;
    height: 5px;
    background:#01aa90;
}

.navb h3 {
    font-size: 100%;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
}
.navb h3 a {
    zoom: 1;
    display: block;
    color: #333;
    text-align: center;
}

.navb h3 a:hover {
    transition-duration: .3s;
    text-decoration: none;
}

.navb .sub {
    display: none;
    width: 160px;
    position: absolute;
    left: -30px;
    top: 100px;
    float: left;
    line-height: 30px;
    z-index: 1000;
}
.navb .sub li {
    text-align:center;
}
.navb .sub li a {
    color:#5e5e5e;
    display:block;
    zoom:1;
    font-size: 16px;
}
.navb .sub li a:hover {
    background:#ddd;
    color:#c00;
}
.navb .sub li a img {
    width: 120px;
    height:120px;
}
.navb .sub li p {
    text-align:left;
}
.mun1 {
    width:160px;
    height:auto;
    background:#f6f6f6;
    -moz-box-shadow:0px 2px 2px #999 inset;
    -webkit-box-shadow:0px 2px 2px #999 inset;
    box-shadow:0px 2px 2px #e4e4e4 inset;
    padding: 15px 0 25px 0;
}
.mun1 dl dd {
    width: 120px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.mun1 dl dd h2 {
    width:100%;
    font-size:14px;
    color:#5e5e5e;
    border-bottom:1px solid #dbdbdb;
    line-height:45px;
    display: block;
    height: 45px;
    overflow: hidden;
}
.mun1 dl dd h2 .erji{
    color:#5e5e5e !important;
}
.mun1 dl dd h2 .erji:hover {
    color:#01aa90 !important;
    font-weight: bold;
}



.h_phone{
    height: 100px;
    width: 210px;
    border-left: 1px #e6e6e6 solid;
}

.h_phone ul li{
    float: left;
    width: 105px;
    height: 100px;
    text-align: center;
    position: relative;
}
.h_phone ul li em{
    width: 100%;
    height: 100px;
    display: block;
    background: url(../images/n_a.png) center no-repeat;
}

.h_phone ul li:nth-child(2){
   background: linear-gradient(to bottom, rgba(17, 99, 185), rgba(0, 173, 143));
   border-radius: 0 0 13px 0;
   color: #fff;
   position: relative;
}
.h_phone ul li:nth-child(2)::after{ 
    content: '';
    display: block;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../images/n_b.png) center no-repeat;
    width: 35px;
    height: 35px;
}
.h_phone ul li:nth-child(2) a{
    color: #fff;
    font-size: 15px;
    padding-top: 60px;
    display: inline-block;
}

.h_phone ul li:hover em{
    animation: ball .6s infinite alternate;
}
.h_phone ul li:nth-child(2) a:hover{
    text-decoration: underline;
    font-weight: bold;
}



@media screen and (max-width: 1830px) {
    .logo {margin-left: 1%;}
}
@media screen and (max-width: 1600px) {
    .navb{margin-left: 1%;}
}
@media screen and (max-width: 1540px) {
    .logo img{width: 90%;}
}

/*banner*/
.focus {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.focus .hd {
  width: 100%;
  height: 20px;
  position: absolute;
  z-index: 99;
  bottom: 40px;
  text-align: center;

}
.focus .bd li .oi-first-screen-video{width: 100%;position: relative;}
.focus .bd li .oi-first-screen-video video{position: absolute;left: 0;bottom: 0;z-index: 100;width: 100%;}
.focus .bd li .oi-first-screen-video .banner_1{z-index: 200;position: relative;}
.focus .hd ul {
  display: inline-block;
  height: 25px;
  padding: 3px 5px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-size: 0;
  vertical-align: top;
}

.focus .hd ul li {
  display: inline-block;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  margin: 0 10px;
  vertical-align: top;
  overflow: hidden;
  border: 2px solid #fff;
  text-indent: 20em;
}

.focus .hd ul .on {
  background: #fff;
}

.focus .bd {
  position: relative;
  z-index: 0;
}
.focus .bd li .oi-first-screen-video{width: 100%;position: relative;}
.focus .bd li .oi-first-screen-video video{position: absolute;left: 0;bottom: 0;z-index: 100;width: 100%;}
.focus .bd li .oi-first-screen-video .banner_1{z-index: 200;position: relative;}

.focus .bd li img {
  width: 100%;
}

.focus .bd li a {
  -webkit-tap-highlight-color: transparent;
}

.focus .prev {
  position: absolute;
  top: 45%;
  z-index: 999;
  left: 0;
}

.focus .next {
  position: absolute;
  top: 45%;
  z-index: 999;
  right: 0;
}

/*科研方向*/
#keyanbj{
    width: 100%;
    height: 950px;
    background: url(../images/bj_a.jpg) center no-repeat;
}
.cpbt{
    text-align: center;
    padding-top: 55px;
}
.cpbt a{
    color: #000;
    font-size: 46px;
    letter-spacing: 10px
}
.cpbt p{
    color: #666;
    font-size: 16px;
    line-height: 45px;
}
.cpbt a:hover{
    color: #006478;
    animation: ball .6s infinite alternate;
}

#gla{
    overflow:hidden;
    margin:0 auto;
    position:relative;
    background:url(../images/yinying.png) bottom no-repeat;
    height:620px;
    margin-top: 45px;
}

#gla_box{
    width:85%;
    margin:auto;
}


.gla_inbox{
    overflow:hidden;
    position:relative;

}
.kybt{
    width: 100%;
    height: 170px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0,0.5), rgba(0, 0, 0,0));
}
.kybt a{
    display: block;
    width: 90%;
    margin: 0 auto;
    position: relative;
    color: #fff;
    font-size: 26px;
    font-family: "Arial";
    color: #f2f2f2;
    margin-bottom: 10px;
}
.kybt a b{
    color: #fff;
    font-size: 35px;
    padding-right: 5px;
    line-height: 40px;
    padding-left: 26px;
}
.kybt a::after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    width: 7px;
    height: 32px;
    background: #ff9000;
}
.kybt p{
    display: block;
    width: 90%;
    margin: 0 auto;
    font-size: 15px;
    color: #f2f2f2;
    line-height: 26px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}


.gla_inbox img{
    width:100%;
    height:100%;
}
.roundabout-holder {
    height: 580px;
    width: 85%;
    margin:0 auto;
}
.roundabout-moveable-item {
    display:block;
    height: 580px;
    width: 60%;
    cursor: pointer;
}
.roundabout-in-focus {
    cursor: auto;
}

/*案例*/

.xiangmu{
    background: url(../images/albj.jpg) bottom center no-repeat;
    padding: 30px 0 1px 0;
    height: 680px;
}
.xiangmu_con{
    margin: 0 0 50px 0;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.xiangmu_con>ul{
    position: relative;
}
.xiangmu_con>ul>li{
    float: left;
    width: 1280px;
    height: 600px;
    position: relative;
    float: left;
    margin: 0 55px;
    cursor: pointer;
}
.xiangmu_con>ul>li span{
    display: block;
    width: 100%;
    height: 600px;
    overflow: hidden;
}
.xiangmu_con>ul>li span img{
    width: 100%;
    min-height: 600px;
}
.xiangmu_des{
    width: 460px;
    height: 470px;
    background: rgba(0, 110, 135, 0.85);
    overflow: hidden;
    position: absolute;
    z-index: 222;
    right: 75px;
    bottom: 0;
    cursor: pointer;
}
.xiangmu_des em{
    display: block;
    height: 95px;
    width: 380px;
    margin: 0 auto;
    line-height: 95px;
    border-bottom: 1px #7bb3c0 solid;
    font-size: 30px;
    color: #fff;
    text-align: center;
    padding-top: 10px;
}
.xiangmu_des p{
    display: block;
    width: 380px;
    margin: 0 auto;
    margin-top: 40px;
    color: #efefef;
    font-size: 16px;
    line-height: 30px;
}
.xiangmu_des i{
    display: block;
    width: 150px;
    height: 45px;
    border:1px #fff solid;
    margin: 0 auto;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-style: normal;
    font-size: 16px;
    color: #efefef;
    margin-top: 80px;
}
.xiangmu_des i:hover{
    background: #ffae00;
}

.xiangmu_prev,.xiangmu_next{
    position: absolute;
    width: 61px;
    height: 61px;
    background-image: url(../images/icon.png);
    top: 50%;
    left: 50%;
    margin-top: -30.5px;
    cursor: pointer;
}
.xiangmu_prev{
    background-position: -15px -128px;
    margin-left: -725px;
}
.xiangmu_next{
    background-position: -88px -128px;
    margin-left: 665px;
}

/*关于我们*/
.abbj{
    width: 100%;
    height:450px;
    background:url(../images/abbj.jpg) center no-repeat;
}
.abfl{
    width: 910px; 
}
.about a{
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    padding-top: 35px;
    display: block;
}
.about p{
    font-size: 16px;
    color: #fff;
    line-height: 32px;
    padding-top: 30px;
}

/*数字*/
.ys_box{
    height: 130px;
    width: 100%;
    position: relative;
    margin-top: 10px;
}
.ys_box ul li{
    float: left;
    width: 210px;
    height: 130px;
    background: url(../images/xian.png) right center no-repeat;
    margin-right: 120px;
}
.ys_box ul li+li+li{
    background: initial;
    margin-right: 0;
}
.ys_box .div1{
    position: relative;
}
.ys_box .div1 .span1{
    font-size: 60px;
    color: #fff;
    font-family: "Arial";
    font-weight: bold;
}
.ys_box .div1 .span3{
    width: 55px;
    height: 25px;
    display:inline-block;
    margin-left: 10px;
    position: relative;
    bottom: 0;
    background: -webkit-linear-gradient(left, rgba(255,192,111), rgba(255,147,7)); 
    border-radius: 50px;
    color: #fff;
    font-size: 15px;
    text-align: center;
}
.ys_box .div2 .span2{
    font-size: 20px;
    color: #fff;
}
.abimg{
    margin-top: 25px;
}

/*新闻*/
.newbj{
    width: 100%;
    height: 760px;
    background:url(../images/newbj.jpg) center no-repeat;
}

.xwfl{
    width:80%;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 60px;
}
.xwfl ul li{
    width: 32%;
    height: 510px;
    float: left;
    margin-left: 8px;
    margin-right: 8px;
}
.xwfl ul li .xwimg{
    height: 315px;
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
}
.xwfl ul li .xwimg a{
    display: block;
    height: 315px;
    width: 100%;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.xwfl ul li .xwcon{
     width: 95%;
     margin: 0 auto;
}
.xwfl ul li .xwcon h3{
    font-size: 18px;
    color: #222;
    display: block;
    margin-top: 20px;
    height: 27px;
    overflow: hidden;
}
.xwfl ul li .xwcon p{
    font-size: 15px;
    line-height: 25px;
    color: #666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    margin-top: 10px;
}

.xwfl ul li:hover .xwimg a{
    transition: all 1.2s;
    transform: scale(1.2, 1.2);
}
.xwfl ul li:hover .xwcon h3{
    color: #1ba6a3;
    padding-left: 13px;
    transition: all 1.2s;
}

/*底部*/
.footer{
  width: 100%;
  background:url(../images/footj.jpg) center bottom no-repeat; 
  height:490px;
}
.dbnav{
    width: 130px;
    margin-right: 25px;
    margin-top: 85px;
}
.dbnav span{
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 25px;
    display: block;
}
.dbnav ul li{
    line-height: 30px;
}
.dbnav ul li a{
    color: #efefef;
    font-size: 15px;
}
.dbnav ul li:hover a{
    text-decoration: underline;
}

.ewm{
  margin-top: 86px;
}
.ewm ul li{
    float: left;
    text-align: center;
    margin-left: 35px;
    margin-right: 25px;
}
.ewm ul li span{
    display: block;
    color: #efefef;
    font-size: 15px;
    line-height: 45px;
}
.ewm p{
    font-size: 16px;
    color: #efefef;
    display:  block;
    margin-top: 40px;
    margin-left: 20px;
}

.dbtel{
    width: 260px;
    margin-top:75px;
}
.dbtel img{
    margin-bottom: 10px;
}
.dbtel em{
    font-size: 16px;
    color: #efefef;
    padding-left: 40px;
}
.dbtel .yi{
    background: url(../images/tb_b.png) left center no-repeat;
}
.dbtel .er{
    background: url(../images/tb_c.png) left center no-repeat;
}
.dbtel span{
    display: block;
    font-size: 33px;
    font-family: "Arial";
    color: #fff;
    margin: 8px 0;
}
.dbtel i{
     display: block;
    font-size: 18px;
    font-family: "Arial";
    color: #fff;   
    font-style: normal;
    margin-top: 5px;
}

.copy{
  height: 75px;
  text-align: center;
  font-size: 14px;
  color: #dfdfdf;
  line-height: 75px;
  border-top: 1px #1a7486 solid;
  margin-top: 68px;
}
.copy span{color: #dfdfdf;}
.copy a{color: #dfdfdf;}


/*内页banner*/
.nyabout_a{
    width: 100%;
    height:420px;
    background: url(../images/banner1.jpg) center no-repeat;
}
.nycontact_a{
    width: 100%;
    height:420px;
    background: url(../images/contactbanner.jpg) center no-repeat;
}
.nyzhaopin_a{
    width: 100%;
    height:420px;
    background: url(../images/zhaopinbanner.jpg) center no-repeat;    
}
.nynew_a{
    width: 100%;
    height:420px;
    background: url(../images/newsbanner.jpg) center no-repeat;       
}
.nyproduct_a{
    width: 100%;
    height:420px;
    background: url(../images/productbanner.jpg) center no-repeat;   
}
.nykeyan_a{
     width: 100%;
    height:420px;
    background: url(../images/keyanbanner.jpg) center no-repeat;     
}


/*当前导航*/
.breadcrumbs{ 
    position: absolute;
    top: 280px;
    z-index: 999;
    color: #fff;
    width: 1300px;
    left: 50%;
    margin-left: -650px;
}
.breadcrumbs .dqdh_class a{
   color: #fff;
   font-size: 30px;
}
.breadcrumbs .dqdhMain{
    background: url(../images/home.png) left center no-repeat;
    padding-left: 35px;
    margin-top: 20px;
}
.breadcrumbs .dqdhMain span{
    color: #fff;
    font-size: 16px;
}
.breadcrumbs .dqdhMain a{
    color: #fff;
}



/*公司简介单页*/
.subnavs{
    width: 1350px;
    height: 65px;
    text-align: center;
    background: #01aa90;
    margin: 0 auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-top: -65px;
}
.subnavs ul li { 
    padding-left:50px; 
    padding-right:50px; 
    display: inline-block;
    background:url(../images/short_line.gif) no-repeat right;
}
.subnavs a { 
    position:relative; 
    display: block; 
    height: 66px; 
    line-height: 66px; 
    font-size: 16px;
    color: #fff
}
.subnavs ul li.cur a { 
    border-bottom:none;
    font-weight: bold;
}
.subnavs .cur a:after,.subnavs li:hover a:after { 
    left:0; 
    width:100%; 
}
.subnavs a:after { 
    content:''; 
    display:block; 
    position:absolute; 
    bottom:0; 
    left:50%; 
    width:0; 
    height:5px; 
    background-color:#ff9c00; 
    transition:all 0.3s ease; 
    -webkit-transition:all 0.3s ease; 
}






.page_com_text {
    line-height: 35px;
    font-size: 16px;
    color: #000;
    margin-top: 20px;
    padding: 30px;
}
.page_com_text p{
    font-size: 16px;
    color: #333;
}

.nyabout{
  margin-top: 150px;
}
.nyab {
  width: 675px;
  height: 330px;
  background: linear-gradient(to right, rgba(11, 143, 169), rgba(0, 173, 143));
}
.aboutbt {
  padding: 30px 25px;
}
.aboutbt h3 {
  color: #fff;
  font-size: 26px;
}
.aboutbt em {
  display: block;
  width: 30px;
  height: 2px;
  background: #e1f6fa;
  margin-top: 20px;
  margin-bottom: 15px;
}
.aboutbt span {
  color: #fff;
  font-size: 23px;
}
.aboutbt p {
  text-transform: uppercase;
  font-size: 14px;
  color: #e1f6fa;
  line-height: 30px;
}
.ys_box1 {
  height: 140px;
  width: 100%;
}
.ys_box1 ul {
  width: 675px;
}
.ys_box1 ul li{
  float: left;
  width: 210px;
  height: 110px;
  text-align: center;
  background: url(../images/xiana.png) right top no-repeat;
}
.ys_box1 ul li:nth-child(3){
    background: initial;
}
.ys_box1 .div1 {
  position: relative;
}
.ys_box1 .div1 .span1 {
  font-size: 45px;
  color: #fff;
  font-family: "Arial";
}
.ys_box1 .div1 .span3 {
  display: inline-block;
  margin-left: 10px;
  color: #fff;
  font-size: 23px;
}
.ys_box1 .div2 .span2 {
  font-size: 15px;
  color: #fff;
}
.nybz {
  width: 675px;
  height: 330px;
  background: #d2edf2 url(../images/page_imga.png) 410px center no-repeat;
  padding: 30px 25px;
  box-sizing: border-box;
}
.nybz p {
  color: #515251;
  font-size: 18px;
}
.nybz p span {
  font-size: 25px;
  display: block;
  line-height: 50px;
}
.nybz ul {
  margin-top: 20px;
}
.nybz ul li {
  color: #555;
  line-height: 35px;
  font-size: 16px;
  background: url(../images/xing.png) left center no-repeat;
  padding-left: 30px;
}

.index_abbj{
  height: 510px;
    width: 100%;
    background: url(../images/abbja.jpg) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    margin-top: 50px;
}
.lcbt{
  text-align: center;
  padding-top: 20px;
    padding-bottom: 20px;

}
.lcbt b{
  color: #fff;
  font-size: 35px;
  font-weight: normal;
}
.lcbt span{
  color: #fff;
  font-size: 18px;
  display: block;
  line-height: 40px;
}
.liucheng{

}
.liucheng ul li{
  float: left;
  text-align: center;
  width: 216px;
}
.liucheng ul li span{
  display: block;
  width: 120px;
  height: 120px;
  background: #fff;
  border-radius: 100px;
  margin: 0 auto;
  font-size: 20px;
  color: #555;
  padding-top: 30px;
  border: 5px #0899b3 solid;
  box-sizing: border-box;
}
.liucheng ul li p{
  width: 150px;
  margin: 0 auto;
  color: #fff;
  font-size: 15px;
  margin-top: 20px;
  line-height: 25px;
}
/*  */
.page_com_case{
  margin: 50px auto;
}
.page_com_case_tit{
  text-align: center;
  margin: 30px 0;
}
.page_com_case_tit h3{
  font-size: 42px;
  color: #333;
}
.page_com_case_tit p{
  font-size: 15px;
  margin-top: 5px;
}
.page_com_case_con{
  width: 1350px;
  margin: 0 auto;
  overflow: hidden;
}
.page_con_case_go{
  width: 99999px;
}
.page_con_case_go ul{
  float: left;
}
.page_con_case_go ul li{
  width: 380px;
  float: left;
  margin: 0 5px;
}
.page_con_case_go ul li span{
  display: block;
  width: 100%;
  height: 240px;
  overflow: hidden;
}
.page_con_case_go ul li span img{
  width: 100%;
  height: auto;
  min-height: 240px;
  transition: all .6s;
}
.page_con_case_go ul li em{
  width: 100%;
  height: 45px;
  line-height: 45px;
  background: #f5f5f5;
  text-align: center;
  color: #333;
  border-top: 4px solid #0899b3;
  display: block;
}
.page_con_case_go ul li:hover img{
  transform: scale(1.1);
}


/*联系方式单页*/
.page_contact {
    position: relative;
    z-index: 2;
}

.page_contact_con {
    width: 1350px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.page_contact_con_top_l {
    width: 55%;
    float: left;
    position: relative;
}

.page_contact_con_top {
    overflow: hidden;
}

.dt {
    width: 100%;
    float: left;
    padding: 39px 60px 26px 60px;
    background: #efefef;
}

.dt h3 {
    width: 100%;
    float: left;
    font-size: 26px;
    color: #333;
    font-weight: bold;
    line-height: 40px;
    letter-spacing: 1px;
    font-weight: normal;
}

.dt h5 {
    font-family: Arial;
    font-weight: normal;
    width: 100%;
    float: left;
    margin-top: 8px;
    font-size: 16px;
    color: #9c9c9c;
    line-height: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;

}

.dd {
    width: 100%;
    float: left;
    padding: 33px 60px 34px 60px;
    background: #f6f6f6;
}

.dd li {
    width: 39%;
    float: left;
    padding-left: 65px;
    position: relative;
    list-style: none;
}

.page_icon {
    width: 42px;
    height: 42px;
    background: #ff9b18;
    line-height: 0;
    position: absolute;
    left: 2px;
    top: 10px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
}

.page_icon img {
    width: 100%;
}

.dd li h5 {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #444;
    line-height: 29px;
    letter-spacing: 1px;
    font-weight: normal;
}

.dd li h6 {
    float: left;
    width: 100%;
    font-size: 22px;
    color: #444;
    line-height: 26px;
    font-weight: normal;
}
.dd li h7 {
    float: left;
    width: 100%;
    font-size:18px;
    color: #444;
    line-height: 26px;
    font-weight: normal;
}
.page_contact_con_top {
    margin: 50px 0;
}

.page_contact_con_top_r {
    width: 30%;
    background: #efefef;
    height: 484px;
    position: relative;
}

.page_contact_con_top_r h4 {
    text-align: center;
    font-size: 22px;
    font-weight: normal;
    color: #333;
    margin: 75px 0 50px 0;
}

.page_conatct_ewm img {
    width: 180px;
    height: 180px;
    display: block;
    margin: 0 auto;
}

.page_contact_con_top_r h3 {
    font-size: 18px;
    font-weight: normal;
    color: #515251;
    text-align: center;
    margin-top: 20px;
}

.page_contact_con_map {
    position: relative;
}

/*产品列表左侧分类*/
.list_pro_l{
    width: 280px;
    float: left;
}
.list_pro_l>ul{
    box-sizing: border-box;
    border: 1px solid #ececec;
    margin-bottom: 30px;
}
.list_pro_l>ul>span{
    display: block;
    width: 100%;
    background: #ff8f00;
    line-height: 85px;
    height: 85px;
    position: relative;
    box-sizing: border-box;
    padding-left: 54px;
}
.list_pro_l ul span em{
    position: absolute;
    top: 23px;
    left: 0;
    color: #fff;
    font-size: 123px;
    text-transform: uppercase;
    opacity: 0.1;
    line-height: 60px;
    font-weight: bold;
}
.list_pro_l ul h3{
    font-size: 32px;
    color: #ffffff;
    line-height: 85px;
    font-weight: normal;
    position: relative;
    z-index: 9;
}
.list_pro_l ul h3 i{
    display: inline-block;
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    opacity: .6;
    margin-left: 10px;
    text-transform: capitalize;
    vertical-align: middle;
    font-style: normal;
}
.list_pro_l>em img{
    width: 100%;
}
.l_pro>li{
    line-height: 50px;
    font-size: 15px;
    border-bottom: 1px solid #ececec;
    padding: 0px 15px;
    position: relative;
}
.l_pro>li::after{
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: url(../images/add.png) center no-repeat;
    background-size: 100%;
    position: absolute;
    right: 15px;
    top: 35px;
    margin-top: -15px;
}
.l_pro>li:last-child{
    border: none;
}
.l_pro>li>a{
    color: #333;
    display: block;
    width: 100%;
    transition: all 0.6s;
}
.l_pro>li:hover>a{
    padding-left: 8px;
}
.l_pro>li:hover::after{
    background: url(../images/add1.png) center no-repeat;
}
.l_pro>li:hover{
    background: #ff8f00;
}
.l_pro>li:hover>a{
    color: #fff;
}

 
.list_nav_er{
    margin-left: 15px;
    position: absolute;
    left: 264px;
    top: 0;
    width: 220px;
    background: #f9f9f9;
    z-index: 999;
    text-align: center;
    opacity: 0
}
.list_nav_er_con dl dd{
    border-bottom: 1px #ccc dashed;
}
.list_nav_er_con dl dd a{
    display: block;
}
.l_pro>li:hover .list_nav_er{
    opacity: 1
}
.l_pro>li .list_nav_er dl dd:hover{
    background: #ff9b1b
}
.l_pro>li .list_nav_er dl dd:hover a{
    color: #fff;
}

.l_news li{
    line-height: 40px;
    font-size: 15px;
    color: #333;
    padding: 0 15px;
}
.l_news li a{
    color: #333;
    display: block;
    width: 100%;
}
.l_news li a:before {
    content: '+';
    font-weight: bold;
    margin-right: 5px;
    font-size: 16px;
}
.l_news li:hover a{
    color: #ae2f2b;
}
.l_news li:hover a:before{
    color: #ae2f2b;
}
.l_contact li{
    line-height: 45px;
    padding: 0 15px;
    color: #333;
    font-size: 15px;
    border-bottom: 1px solid #ececec;
}
.l_contact li:last-child{
    border: none;
}


.nyabbj{
    width: 100%;
    height: auto;
    background: url(../images/nyabbj.jpg) left top no-repeat;
    background-size: 100%;
}


/*产品列表页*/
.main_rightb {
    width: 1350px;
    margin: 0 auto;
    margin-top: 30px;
}
.proListal {
    width:1350px;
}
.proListal li {
    width:325px;
    float:left;
    margin:0 0 20px 11px;
    position:relative;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
}
.proListal li .boxal {
    width:100%;
    height:310px;
    display:block;
    cursor:pointer;
}
.proListal li .boxal .spanImgal {
    display:block;
    overflow:hidden;
    width:100%;
    height:310px;
    background-position:center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size:cover;
}
.proListal li .spanal {
    display: block;
    margin:auto;
    font-size:16px;
    padding: 12px 20px;
    line-height: 45px;
}
.proListal li .spanal a h3{
    color:#002222;
    display: block;
    line-height: 45px;
}
.proListal li .spanal p{
    border-top: 1px solid #e6e6e6;
    height: 45px;
    color: #999999;
    font-size: 15px;
    display: block;
    overflow: hidden;
}
.proListal li .spanal p em{
    font-family: "Arial";
    font-size: 18px;
}

.proListal li:hover{
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2);
    margin-top: 0px
}
.proListal li:hover .spanal{
   background: linear-gradient(to right, rgba(11, 143, 169), rgba(0, 173, 143));
}
.proListal li:hover .spanal a h3{
    color: #fff;
}
.proListal li:hover .spanal a p{
    border-top: 1px solid #61bdc3;
     color: #fff;
}
.proListal li:hover .spanal p em{
    color: #fff;
}

.proListal li .avatarb {
    position: relative;
}
.proListal li .avatarb {
    display: block;
    height: 280px;
    overflow: hidden;
    width:100%;
}
.proListal li .avatarb .spanImgal {
    height: 280px;
}
.avatarb:hover .spanImgal, .zhuti .avatarb:hover .spanImgal, .bbsinner .avatarb:hover .spanImgal {
    transform: scale(1.3);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.3);
    -webkit-transform: all 1s ease 0s;
}



.map_r{
    width: 100%;
    height: 500px;
    margin:0 auto;
    margin-top: 30px;
}
.map_r img{
    width: 100%;
    height: auto;
    min-height: 500px;
}

/*内页分类*/
.left_class {
    width:270px;
    border:1px #e1e1e1 solid;
}
.left_class .classT {
    background:#1b5fa0 url(../images/profl.png) 40px center no-repeat;
    position: relative;
    z-index: 10;
    padding-left: 100px;
    height: 110px;
}
.left_class .classT .div1 {
    font-size: 28px;
    color: #fff;
    font-weight: 700;
    padding-top:18px;
}
.left_class .classT .div2 {
    color:#fff;
    font-size: 23px;
    letter-spacing: 2;
    line-height: 28px;
}
.left_class .subNav {
    width: 240px;
    margin:0 auto;
    height: 45px;
    background:#1b5fa0 url(../images/dian.png) 20px center no-repeat;
    line-height:45px;
    text-align: left;
    margin-top: 20px;
}
.left_class .subNav a {
    font-size: 16px;
    color: #fff;
    display:inline-block;
    padding-left:50px;
}
.left_class .subNav:hover {
    background: #fe461f url(../images/dian.png) 20px center no-repeat;
}
.left_class .subNav:hover a {
    color: #fff;
}
.left_class .navContent {
    display: block;
    width: 205px;
    margin: 0 auto;
    margin-top: 10px; 
}
.left_class .navContent:nth-child(1){display: block;}
.left_class .navContent li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px #ccc dotted;
}
.left_class .navContent li a {
    font-size: 15px;
    color: #333;
    padding-left: 15px;
    display: block;
}
.left_class .navContent li:hover a {
    font-weight: bold;
}
.left_class .lxwm {
    width: 195px;
    height: 100px;
    background: #195d9f url(../images/tela.png) 20px 40px no-repeat;
    margin-top: 25px;
    color: #fff;
    font-size: 17px;
    padding-left: 75px;
    padding-top: 30px;
}
.left_class .lxwm p{
    font-size: 23px;
    font-family: "Arial";
    font-weight: bold;
}
/*新闻列表页*/
/*page_news*/
.page_news{
    position: relative;
    z-index: 111;
}
.page_news_con{
    width: 1350px;
    margin: 0 auto 30px auto;
    position: relative;
    z-index: 2;
}
.page_news_con ul li{
    overflow: hidden;
    padding: 30px 0;
    background: #f7f7f7;
    margin: 20px 0;
    cursor: pointer;
    position: relative;
    transition: all 0.5s;
}
.page_news_p>a{
    display: block;
    width: 120px;
    height: 35px;
    border-radius: 30px;
    background: #ff8f00;
    text-align: center;
    line-height: 35px;
    font-size: 15px;
    color: #fff;
    position: absolute;
    bottom: 30px;
    right: 30px;
}
.page_news_con ul li:hover{
    background: linear-gradient(to right, rgba(11, 143, 169), rgba(0, 173, 143));
}
.page_news_con ul li:hover .date,.page_news_con ul li:hover .year{
    color: #fff;
}
.page_news_con ul li:hover .page_news_img img{
    transform: scale(1.1);
}
.page_news_con ul li:hover .page_news_p h2 a{
    color: #fff;
}
.page_news_con ul li:hover .page_news_p p{
    color: rgba(255,255,255,.8);
}
.page_news_con ul li:hover .page_news_p>a{
    background: #fff;
    color: #000;
    animation: doudong 0.8s ease-in-out;
}
.page_news_con ul li:hover .page_news_p h2 a::before{
    content:'';
    display: inline-block;
    width: 45px;
    height: 2px;
    background: #fff;
    margin-right: 12px ;
    vertical-align: middle;
}
.time{
    float: left;
    width: 180px;
    text-align: center;
}
.time span{
    display: block;
}
.date{
    font-size: 72px;
    font-weight: bold ;
    color: #c2c2c2;
    text-align: center;
}
.year{
    font-size: 20px;
    color: #4c4c4c;
}
.page_news_des{
    float: left;
    overflow: hidden;
}
.page_news_img{
    float: left;
    width: 210px;
    height: 150px;
    overflow: hidden;
}
.page_news_img img{
    transition: all 0.6s;
    width: 100%;
    height: 150px;
}
.page_news_p{
    float: left;
    width: 650px;
    margin-left:55px;
    margin-top: 10px;
}
.page_news_p h2 a{
    font-size: 18px;
    color: #333333;
    font-weight: normal ;
}
.page_news_p h2 a::before{
    content:'';
    display: inline-block;
    width: 15px;
    height: 2px;
    background: #ff8f00;
    margin-right: 12px ;
    vertical-align: middle;
    transition: all 0.6s;
}
.page_news_p p{
    font-size: 15px;
    color: #7b7b7b;
    line-height: 26px;
    margin-top: 15px ;
}
@keyframes doudong {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0)
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0)
    }
}


/*fenye*/
.fenye {
    text-align:center;
    color:#666;
    font-size:14px;
    line-height:30px;
    padding:20px 0;
}
.fenye .rows {
    color:#666;
    font-size:13px;
    padding:0 10px;
}
.fenye .current {
    display: inline-block;
    color:#1d76f8;
    font-size:14px;
    padding:0 5px;
}
.fenye .num, .fenye .next {
    display:inline-block;
    margin:0 3px;
    padding:0 10px;
    border:1px solid #ddd;
    color:#666;
    font-size:14px;
    height:28px;
    line-height:27px;
    border-radius:5px;
}
.fenye .num:hover, .fenye .next:hover {
    background-color:#ff7e00;
    color:#fff;
    border:1px solid #ff7e00;
}
/*新闻详情*/
.main {
    width: 1350px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 110px;
}
.mainBox {
    border: 1px #e9e9e9 solid;
}
.main .main_right {
    width:100%;
    margin-bottom:50px;
}
.main .tT01 {
    text-align:center;
    line-height:35px;
    background: #f3f3f3;
    padding-top: 10px;
    padding-bottom: 10px;
}
.main .tT01 .span1 {
    font-size:24px;
    color:#444;
}
.gongsi{
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    font-size: 17px;
    color: #ff8f00
}
.main .subtitle {
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    color: #8F8F8F;
    text-align:center;
    padding-top: 15px;
    padding-bottom: 10px;
}
.main .subtitle span {
    padding:0 30px;
}
.stime {
    background: url(../images/shijian.png) left center no-repeat;
}
.sclick {
    background: url(../images/liulan.png) left center no-repeat;
}
.text {
    line-height:35px;
    font-size:15px;
    color:#666;
    padding:30px;
}
.text span {
    font-size:15px;
    color:#666;
}
.text img {
    max-width:100%;
    margin-bottom: 20px;
}

.viewpage {
    margin:0;
    padding:20px 0 50px 0;
}
.viewpage .main_r_nav {
    color:#999;
    font-size:14px;
    line-height:40px;
    padding-left: 20px;
    padding-right: 20px;
    background: #f0f0f0;
    border-radius: 50px;
}
.viewpage .main_r_nav a {
    font-size:14px;
    color:#444
}
.viewpage .main_r_nav a:hover {
    text-decoration:underline;
}

/*产品列表页*/
.list_pro_con {
    width: 85%;
    margin: 0 auto;
    margin-bottom: 30px;
}
.list_pro_con>ul li{
    float: left;
    margin-top: 17px;
    border: 1px dashed #969696;
    margin-left: -8px;
    line-height: 40px;
    font-size: 16px;
    border-radius: 20px;
    width: 14.6%;
    text-align: center;
    height: 40px;
}
.list_pro_con>ul{
    overflow: initial;
}
.list_pro_con>ul::after,.list_pro_con::after{
    content: '';
    display: block;
    clear: both;
}
.list_pro_con>ul li a{
    color: #333;
    width: 100%;
    height: 100%;
    display: block;
}
.list_pro_con>ul li:hover{
    border: 1px dashed #1557c1;
}
.list_pro_con>ul li:hover a{
    color: #1557c1;
}
/*产品详情页*/
.product_top {
}
.product_top .l_img {
    width:630px;
    height:450px;
    background-color:#fff;
    text-align:center;
    display:table;
}
.product_top .l_img span {/*display: table-cell; vertical-align:middle;*/
    display:block;
    width:100%;
    height:100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.product_top .l_img span img {
    width:550px;
    height:550px;
}
.product_top span img {
    display:inline-block;
    max-width:100%;
    max-height:100%;
    vertical-align:middle;
}
.product_top .r_box {
    width:680px;
}
.product_top .r_box .product_title {
    border-bottom:1px solid #ddd;
    padding:10px 0 8px 0;
}
.product_top .r_box .product_title h2 {
    font-weight:700;
    font-size:26px;
    color:#101010;
}
.miaoshu {
}
.product_top .subtitle {
    font-size:14px;
    color:#b7b7b7;
    padding-top:8px;
}
.product_top .subtitle span {
    display:block;
    padding-left:25px;
    line-height: 23px;
    height: 24px;
}
.product_top .subtitle span.span1 {
    background:url(../images/shijian.png) left center no-repeat;
}
.product_top .subtitle span.span2 {
    background:url(../images/liulan.png) left center no-repeat;
}
.product_top .keyword {
    height:40px;
    line-height:40px;
    font-size:15px;
    color:#717171;
}
.product_top .keyword span {
    font-size:18px;
    color:#0059A9;
}
.product_top .desc {
    font-size:14px;
    color:#717171;
    line-height:30px;
    margin-top: 15px;
}
.product_top .desc span {
    display:block;
    float:left;
    width:200px;
}
.product_top .desc p {
    display:block;
    width:680px;
    line-height: 28px;
    font-size: 15px;
    color: #8b8b8b;
    margin-bottom: 10px;
}
.product_top .lianxi {

}
.product_top .lianxi .a {
    display:block;
    height:50px;
    line-height:50px;
    margin-right:30px;
    color:#0a90a8;
    font-size:18px;
    border-bottom:1px #0a90a8 solid;

}

.product_top .nyyslb{
    margin-top: 25px;
}
.product_top .nyyslb ul li{
    float: left;
    width: 200px;
    text-align: center;
    margin-right: 30px;
}

.product_top .nyyslb ul li span{
    color: #333;
    font-size: 17px;
    display: block;
}



.share {
    margin-top:10px;
}
.share .span1 {
    line-height:32px;
    color:#999;
    padding-right:10px;
    font-size:15px;
}
.xiangqing {
    border-top: 20px solid #fff;
}
.xiangqing_top .a_nav {
    display:block;
    float:left;
    width:190px;
    color:#eea200;
    text-align:center;
    height:50px;
    line-height:50px;
    font-size:18px;
}
.xiangqing_top .a_nav.active {
    background: linear-gradient(to right, rgba(11, 143, 169), rgba(0, 173, 143));
    color:#fff;
}
.contenta {
    background: #fff;
    border: 1px solid #ddd;
}
.contact_title2 {
    text-align: center;
    font-size: 18px;
    color: #888;
}
.lx_b {
    width: 100%;
    height: 422px;
    border: 1px solid #000;
    margin-top: 30px;
}
.lx_list {
    background-color: #fff;
    width: 275px;
    margin: 39px 10px;
    min-height: 300px;
}
.lx_list p {
    line-height: 35px;
    font-size: 16px;
    color: #666;
    padding-left: 30px;
}

/*科研方向列表页*/
.main_righta{
    width: 1350px;
    margin: 0 auto;
    padding-top: 40px;
    background: url(../images/bj_b.jpg) center repeat-y;

}
.proListala li{
    height: 460px;
} 
.proListala li .boxky{
    width: 680px;
    height: 440px;
    display: block;
    overflow: hidden;
    float: left;
    border-radius: 8px;
}
.proListala li .boxky img{
     width: 680px;
    height: 440px;   
}
.proListala li .spanky{
    display: block;
    width: 600px;
    float: right;
    margin-top: 100px;
}
.proListala li .spanky h3{
    color: #006e87;
    font-size: 40px;
    font-weight: bold;
}
.proListala li .spanky em{
    font-size: 23px;
    font-family: "Arial";
    color: #006e87;
}
.proListala li .spanky i{
    display: block;
    width: 45px;
    height: 5px;
    background: #ffa200;
    margin-top: 10px;
}
.proListala li .spanky p{
    color: #666;
    font-size: 16px;
    line-height: 30px;
    display: block;
    margin-top: 35px;
}
.proListala li .spanky h3:hover{
    text-decoration: underline;
}
.proListala li:nth-child(2n) .boxky{
    float: right;
}
.proListala li:nth-child(2n) .spanky{
    float: left;
}
.proListala li:hover .boxky img{
    transition: all 1.2s;
    transform: scale(1.2, 1.2);
}




/*在线留言*/
.lybt{ text-align:center; margin-top:40px;}

.lybt span{font-size: 43px;line-height: 45px;text-transform: uppercase;color:#5a5a5a;}

.lybt h3{ display:block; font-size:20px; line-height:45px;color:#5a5a5a; background:url(../images/xiana.jpg) center center no-repeat;}

.liuyan{ margin-top:30px; text-align:center;}

.liuyan span{ font-size:20px;color:#0899b3;}

.liuyan a{ font-size:16px;color: #CCCCCC;}

.liuyan p{ font-size:16px;color: #666666; line-height:30px;}
#faqbox{padding:50px 0 50px 280px;}

#faqbox form{}

#faqbox .faqline{line-height:2em;text-align:left; padding-bottom:10px; color:#999; font-size:13px;}

#faqbox .faqtit{width:150px;display:block;float:left;clear:both;text-align:right; color:#555;}

#faqbox .Content{line-height:2em;text-align:left; padding-bottom:10px;}

#faqbox font{margin:0 5px;}

#faqbox .FaqTitle{ height:50px; line-height:50px; padding:0 10px; border:1px solid #ddd; width:435px; vertical-align:top;}

#faqbox .Content textarea{height:100px;}

.wizfrm{ border:none;width:455px;height:50px;line-height:50px;font-size:16px;color:#fff;text-align:center;cursor:pointer; margin-top:20px;  font-family:'Microsoft YaHei';-moz-transition: all 0.3s;-webkit-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s; border-radius:5px;background-color:#0899b3; }

.wizfrm:hover{ background-color:#fe461f; }

/*搜索中心*/
/**/
.search{
    margin: 30px auto;
    width: 600px;
}
.search form {
    width: 600px;
    overflow: hidden;
}
.search form input {
    border: none;
    color: #333;
    width: 490px;
    font-size: 15px;
    background: #fff;
    height: 50px;
    padding-left: 20px;
    line-height: 50px;
    border: 1px solid #e0e0e0;
    float: left;
}
.search form button {
    width: 110px;
    height: 50px;
    border: none;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 2px;
    margin-left: -5px;
    color: #fff;
    background: #ff7e00;
    float: right;
}

