@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;}
.baseDiv{ width:1350px; margin:0 auto; margin-left:auto !important; margin-right:auto !important;}
.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: 120px;
    background:#fff;
}
.logo{
    margin-left: 5%;
}
.navb {
    height: 120px;
    line-height: 120px;
    margin-left: 2%;
    width: 45%;
}
.navb .active {
    position: relative;
    float: left;
    width:12.3%;
    display: inline;
    text-align: center;
}

.navb .on{
    position: relative;
    background: #0c6eb9
}
.navb .on a{
    color: #fff;
    display: block;
    font-size: 16px;
}

.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;
    color: #fff;
    text-decoration: none;
}

.navb .sub {
    display: none;
    width: 100px;
    position: absolute;
    left: 0px;
    top: 112px;
    float: left;
    line-height: 30px;
    z-index: 1000;
}
.navb .sub2 {
    left: -280px !important;
    width: 960px;
}
.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:960px;
    height:550px;
    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;
}
.mun1 ul li {
    width:120px;
    float:left;
    height:auto;
    overflow:hidden;
    margin-left:13px;
    margin-top:20px;
}
.mun1 ul li h2 {
    width:100%;
    font-size:14px;
    color:#5e5e5e;
    border-bottom:1px solid #dbdbdb;
    line-height:35px;
    display: block;
    height: 35px;
    overflow: hidden;
}
.nav .sub .mun1 ul li p a {
    width:100%;
    height:28px;
    display:block;
    color:#919191;
    font-size:13px;
    overflow: hidden;
}
.nav .sub .mun1 ul li p a:hover {
    color:#0c438c;
    background:none;
}
.mun1 ul li ul li {
    width:75px;
    float:left;
    margin:0px;
}
.nav .sub .mun1 ul li ul li a {
    color:#919191;
}
.nav .sub .mun1 ul li ul li a:hover {
    color:#0c438c;
    background:none;
}



.h_phone{
    float: right;
    margin-top: 43px;
    margin-right: 6%;
    font-size: 28px;
    color: #0c6eb9;
    font-family: "Arial";
    background: url(../images/tel.png) left center no-repeat; 
    padding-left: 70px;
}


@media screen and (max-width: 1830px) {
    .logo {margin-left: 1%;}
    .htel {margin-right: 1%;}
}
@media screen and (max-width: 1600px) {
    .navb{margin-left: 1%;}
    .h_phone{margin-right: 1%}
}
@media screen and (max-width: 1540px) {
    .htel{background: initial;padding-left: 0;}
    .logo img{width: 90%;}
        padding-left: 65px;
}
@media screen and (max-width: 1410px) {
    .htel{background: initial;padding-left: 0;}
    .logo img{width: 90%;}

}
/*首页banner*/
.focus {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 999;
}

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

}
.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;
}

/*bn*/
.bn{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.bn ul li{
    width: 33.3%;
    float: left;
    height: 120px;
    position: relative;
    z-index: 11;
    transition: all 0.4s;
}
.bn ul li:hover{
    background: linear-gradient(rgba(0,0,0,0) , rgba(0,0,0,0.8));
}
.bn ul li:hover .li_con{
    margin-bottom: 12px;
    padding: 29px 0 25px;
}
.bn ul{
    overflow: initial;
}
.bn ul::after{
    content: '';
    display: block;
    clear: both;
}
.bn ul li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #FFF;
}
.li_con{
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid rgba(255,255,255,0.2);
    transition: all 0.5s;
    position: absolute;
    bottom: 0;
    width: 80%;
    padding: 10px 0 25px;
    margin: 0 10%;
    overflow: hidden;
    transition: all 0.4s;
}
.bn ul li span{
    float: left;
    background: url(../images/tb_a.png) left center no-repeat;
    width: 50px;
    height: 50px;
    display: block;
    margin-top: 7px;
}
.bn ul li:nth-child(2) span{
    background: url(../images/tb_b.png) left center  no-repeat;
}
.bn ul li:nth-child(3) span{
    background: url(../images/tb_c.png) left center  no-repeat;
}
.bn_text{
    float: left;
    margin-left: 20px;
    margin-top: 7px;
}
.bn_text h1{
    font-size: 23px;
    line-height: 180%;
    font-weight: normal;
}
.bn_text p{
    font-size: 15px;
    text-transform: uppercase;
    font-family: "Arial"
}


/*关于我们*/
.abbj{
    width: 100%;
    height:800px;
    background: url(../images/abbj.jpg) center no-repeat;
    margin-top: 30px;
}
.about{
    width: 630px;
}
.about img{
    display: block;
    margin-bottom: 10px;
    padding-top: 60px;
}
.about span{
    font-size: 23px;
    color: #4f4f4f;
}
.about p{
    font-size: 16px;
    color: #333;
    line-height: 28px;
    display: block;
    margin-top: 35px;
}
.about ul{
    margin-top: 40px;
}
.about ul li{
    font-size: 16px;
    color: #000;
    line-height: 35px;
    background: url(../images/tb.png) left center no-repeat;
    padding-left: 35px;
}
.about a{
    display: block;
    width: 170px;
    height: 50px;
    background: #85c226;
    margin-top: 25px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 17px;
}
.about a:hover{
    background: #0876ca;
}
.com_r{
    margin-right: 1px;
    margin-top: 7px;
}

.video_play {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.6);
    width: 100%;
    height: 100%;
    display: none;
    z-index: 111111;
}
#Indexvideo {
    width: 960px;
    height: 540px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
#video_close {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/close.png);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -302px;
    margin-left: 482px;
    cursor: pointer;
}

/*数字*/
.ys_box{
    width: 1350px;
    height: 160px;
    margin: 0 auto;
    position: relative;
    margin-top: 50px;
}
.ys_box ul li{
    float: left;
    width: 335px;
    height: 160px;
    background: url(../images/xian.png) right center no-repeat;
    text-align: center;
}
.ys_box ul li+li+li+li{
    background: initial;
}
.ys_box .div1{
    position: relative;
}
.ys_box .div1 .span1{
    font-size: 85px;
    color: #0975c7;
    font-family: "Arial";
    font-weight: bold;
}
.ys_box .div1 .span3{
    width: 30px;
    height: 30px;
    display:inline-block;
    margin-left: 10px;
    position: relative;
    bottom: 0;
    color: #828282
}
.ys_box .div2 .span2{
    font-size: 18px;
    color: #666;
}
/* 产品展示 */
.probj{
    width: 100%;
    height:570px;
    background: url(../images/probj.jpg) top center no-repeat;
}
.cpbt{
    text-align: center;
    margin-top: 40px;
}
.cpbt p{
    font-size: 16px;
    color: #3d3d3d;
    line-height: 40px;
    position: relative;
    text-align: center;
}
.cpbt p::after{
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 45px;
    left: 50%;
    margin-left: -8px;
    background: url(../images/jt.jpg) center no-repeat;   
}

.hot{
    width: 1350px;
    margin: 0 auto;
    margin-top: 40px;
}

.pro_list{
    overflow: hidden;
}
.pro_list ul{
    position: relative;
}
.pro_list ul li{
    width: 200px;
    float: left;
    margin-right: 13px;
    margin-left: 15px;
    margin-top: 5px;
}
.pro_list ul li img{
    width: 170px;
    height: 170px;
    margin: 5px;
    border: 5px solid #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    display: block;
    border-radius: 100%
}
.pro_list ul li span{
    display:block;
    width: 180px;
    height: 40px;
    background: #0c6eb9;
    margin: 0 auto;
    border-radius: 50px;
    margin-top: 30px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
}
.pro_list ul li:hover span{
    background: #85c226
}


.xiangmu{
    padding: 40px 0 1px 0;
}
.xiangmu_con{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.xiangmu_con>ul{
    position: relative;
}
.xiangmu_con>ul>li{
    float: left;
    width: 860px;
    height: 550px;
    position: relative;
    float: left;
    margin: 0 55px;
    cursor: pointer;
}
.xiangmu_con>ul>li span{
    display: block;
    width: 100%;
    height: 470px;
    overflow: hidden;
}
.xiangmu_con>ul>li span img{
    width: 100%;
    min-height: 470px;
}
.xiangmu_des{
    width: 735px;
    height: 100px;
    background: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,.6);
    overflow: hidden;
    position: absolute;
    z-index: 222;
    left: 50%;
    margin-left: -367px;
    margin-top: -62px;
    cursor: pointer;
}
.xiangmu_des_l{
    float: left;
    padding: 15px 30px;
    width: 620px;
    height: 100px;
    box-sizing: border-box;
}
.xiangmu_des_l ul{
    margin-top: 6px;
}
.xiangmu_des_l ul li{
    float: left;
    margin-right: 50px;
    color: #333;
    
}
.xiangmu_des_l em{
    display: block;
    font-size: 22px;
    color: #333;
}
.xiangmu_des_l ul li::before{
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../images/icon.png) -104px -15px;
    vertical-align: middle;
    margin-right: 8px;
    margin-bottom: 3px;
}
.xiangmu_des_r{
    float: right;
}
.xiangmu_des_r a{
    display: block;
    width: 110px;
    height: 100px;
    background: #0c6eb9;
    position: relative;
}
.xiangmu_des_r a::after{
    content: '';
    display: block;
    width: 15px;
    height: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -14px;
    margin-left:  -7.5px;
    background: url(../images/icon.png) -153px -5px;
}
.xiangmu_des:hover .xiangmu_des_r a{
    background: #333;
}
.xiangmu_prev,.xiangmu_next{
    position: absolute;
    width: 61px;
    height: 61px;
    background-image: url(../images/icon.png);
    top: 40%;
    left: 50%;
    margin-top: -30.5px;
    cursor: pointer;
}
.xiangmu_prev{
    background-position: -15px -128px;
    margin-left: -515px;
}
.xiangmu_next{
    background-position: -88px -128px;
    margin-left: 455px;
}


/*案例*/
.albt{
   text-align: center;
}
.albt img:hover{
   animation: ball .6s infinite alternate;
}
.fangan{
    width: 100%;
    height: 680px;
    overflow: hidden;
    margin-top: 25px;
}
.fangan ul li{
    width: 20%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.fangan ul li::after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 1px;
    height: 680px;
    background:#fff;
    right: 0;
    z-index: 999
}
.fangan ul li .fabt{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, .5);
    bottom: 0;
}
.fangan ul li .fabt img{
    margin-top: 270px;
}
.fangan ul li .fabt em{
    display: block;
    width: 105px;
    height: 35px;
    border: 1px #fff solid;
    margin: 0 auto;
    line-height: 35px;
    color: #fff;
    font-size: 15px;
    margin-top: 40px;
    opacity: 0
}
.fangan ul li .fabt span{
    display: block;
    color: #fff;
    font-size: 23px;
    margin-top: 20px;
}
.fangan ul li .fabt i{
    display: block;
    width: 40px;
    height: 4px;
    background: #fff;
    margin: 0 auto;
    margin-top: 30px;
}

.fangan ul li:hover img{
    transition: all 0.6s;
    transform: scale(1.2);
}
.fangan ul li:hover .fabt{
    height: 450px;
    background: rgba(0, 112, 207, .9);
    margin-top: 285px;
}
.fangan ul li:hover .fabt a{
   display: block; 
}
.fangan ul li:hover .fabt img{
    transition: all 0.5s;
    transform: rotate(360deg);
}
.fangan ul li:hover .fabt img{
    margin-top: 75px;
}
.fangan ul li:hover .fabt em{
    opacity: 1
}



/*优势*/
.advbj{
    width: 100%;
   height: 800px;
   background: url(../images/advbj.jpg) center no-repeat;   
}

.advimg{
    text-align: center;
    margin-top: 190px;
    margin-left: -380px;
    position: absolute;
    left: 50%;
}
.advimg .ysbt{
    margin-top: 70px;
}
.advimg span{
    font-size: 35px;
    font-family: "Arial";
    color: #000;
    display: block;
    margin-top: 5px;
    margin-bottom: 15px;
}
.advimg .yspro{
    animation: ball .6s infinite alternate;
}

.ysfl{
    width: 420px;
    text-align: left;
}
.ysfl b{
    font-size: 23px;
    color: #000;
    display: block;
    margin-bottom: 5px;
    font-weight: normal;
}
.ysfl p{
    font-size: 15px;
    color: #3b3b3b
}
.ysa{
    width: 350px;
    height: 100px;
    position: relative;
    margin-left: 90px;
    margin-top: 125px;
}
.ysa p{
    display: block;
    width: 210px;
    margin-top: 10px;
}
.ysb{
    width: 320px;
    height:130px;
    margin-top: 75px;
    position: relative;
}
.ysb p{
    display: block;
    margin-top: 10px;
}
.ysc{
    width: 300px;
    height:130px;
    margin-top: 65px;
    position: relative;
}
.ysc p{
    display: block;
    margin-top: 10px;
}

.ysfl img:hover{
    transition: all 0.5s;
    transform: rotate(360deg);
    cursor: pointer;
}


.ysfr{
    width: 400px;
    text-align: right;
}
.ysfr b{
    font-size: 23px;
    color: #000;
    display: block;
    margin-bottom: 5px;
    font-weight: normal;
}
.ysfr p{
    font-size: 15px;
    color: #3b3b3b
}
.ysd{
    width: 320px;
    height: 100px;
    position: relative;
    margin-right: 45px;
    margin-top: 125px;
}
.ysd p{
    display: block;
    width: 210px;
    margin-top: 10px;
}
.yse{
    width: 310px;
    height: 130px;
    margin-top: 75px;
    position: relative;
    margin-left: 110px;
}
.yse p{
    margin-top: 10px;
}
.ysf{
    width: 290px;
    height: 130px;
    margin-top: 65px;
    position: relative;
    margin-left: 110px;
}
.ysf p{
    margin-top: 10px;
}

.ysfr img:hover{
    transition: all 0.5s;
    transform: rotate(360deg);
    cursor: pointer;
}

/*资质*/
.video{
    width: 100%;
    height: 770px;
    background: url(../images/rybj.jpg) center center no-repeat;
    box-sizing: border-box;
}
.spbt{
    text-align: center;
    padding-top: 35px;
}
.spbt p{
    font-size: 16px;
    color: #3d3d3d;
}
.spbt img:hover{
    animation: ball .6s infinite alternate;
}

.pro_con{
    width: 1350px;
    margin: 0 auto;
    overflow: hidden;
}
.zzpro_list{
    width: 100%;
    margin-top: 25px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.zzpro_list li{
    float: left;
    width: 175px;
    height: 43px;
    background: #0c6eb9;
    border-radius: 50px;
    text-align: center;
    position: relative;
    line-height: 43px;
    margin-left: 10px;
    margin-right: 10px;
}
.zzpro_list li a{
    display: block;
    color: #fff
}

.zzpro_list li.active{
    background:#85c226;
    border: transparent;
    cursor: pointer; 
}

.zzpro_list li.active a{
    color: #fff
}

.pro_des{
    width: 1350px;
    height:450px;
    overflow: hidden;
    position: relative;
    z-index: 111;
    padding: 50px 0 0 60px;
}

.pro_des>ul>li{
    overflow: hidden;
    height: 450px;
}

.zizhi_con{
    width: 1350px;
    margin: 0 auto;
    overflow: hidden;
}

.zizhi_go{
    width: 9999px;
}
.zizhi_go ul{
    float: left;
    height: 450px;
}
.zizhi_go ul li{
    float: left;
    width: 317px;
    height: 432px;
    background: url(../images/kuang.png) center no-repeat;
    box-shadow: 0 0 8px rgba(0,0,0,.15);
    margin-right: 25px;
    position: relative;
}
.zizhi_go ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.zizhi_go ul li span{
    width: 270px;
    height: 386px;
    overflow: hidden;
    position: relative;
    display: block;
    margin: 0 auto;
    margin-top: 24px;
}
.zizhi_go ul li span img {
    width: 100%;
    height: auto;
    min-height: 386px;
    transition: all 0.6s;
}
.zizhi_go ul li:hover img{
    transform: scale(1.1);
}


.video_con{
    width: 1350px;
    margin: 0 auto;
    overflow: hidden;
}

.video_go{
    width: 9999px;
}
.video_go ul{
    float: left;
    height: 450px;
}
.video_go ul li{
    float: left;
    width: 317px;
    height: 432px;
    background: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,.15);
    margin-right: 25px;
    position: relative;
}
.video_go ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.video_go ul li span{
    width: 100%;
    height: 432px;
    overflow: hidden;
    position: relative;
    display: block;
}
.video_go ul li span img {
    width: 100%;
    height: auto;
    min-height: 432px;
    transition: all 0.6s;
}
.video_go ul li:hover img{
    transform: scale(1.1);
}
.video_go ul li i {
    width: 135px;
    height: 90px;
    background: url(../images/zizhi.png) center no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
}


/*新闻*/
.newbj{
    width: 100%;
    height: 700px;
    background: url(../images/xwbj.jpg) center bottom no-repeat;
}
.xwlb{
    width: 100%;
    margin-top: 35px;
}
.xwlb ul li{
    width: 435px;
    height: 440px;
    float: left;
    margin-right: 20px;
    border-bottom: 1px #dcdcdc dashed;
}
.xwlb ul li:nth-child(3){
    margin-right: 0;
}

.xwlb ul li .s_xwimg{
    width: 100%;
    height: 270px;
    overflow: hidden;
    position: relative;
    z-index: 99
}
.xwlb ul li .s_xwimg img{
    width: 100%;
    height: 270px; 
}
.xwlb ul li .s_xwimg span{
    display: block;
    width: 66px;
    height: 80px;
    background: url(../images/xwa.png) left center no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 15px;
    padding-top: 10px;
    padding-left: 20px;
}
.xwlb ul li:hover .s_xwimg img{
    transition: all 0.6s;
    transform: scale(1.1);
}


.xwlb ul li .s_xwbt{
    width: 435px;
}
.xwlb ul li .s_xwbt a{
    font-size: 19px;
    color: #191919;
    display: block;
    overflow: hidden;
    margin-top: 18px;
}
.xwlb ul li .s_xwbt span{
    font-size: 15px;
    color: #979797;
    font-family: "Arial";
    background: url(../images/shijiana.png) left center no-repeat;
    padding-left: 30px;
    display: block;
    line-height: 18px;
    margin-top: 10px;
    margin-bottom: 12px;
}

.xwlb ul li .s_xwbt p{
    font-size: 14px;
    line-height: 25px;
    color: #737373;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    margin-top: 8px;
}
.xwlb ul li:hover .s_xwbt a{
    color: #0c6eb9;
    padding-left: 13px;
}
/*广告*/
.guanggao{
    width: 100%;
    height: 250px;
    background: url(../images/ggbj.jpg) center  no-repeat;
    text-align: center;
}
.guanggao img{
    padding-top: 60px;
    animation: ball .6s infinite alternate;
}



/*底部*/
.footer{
  width: 100%;
  background:#212121; 
  height: 330px
}
.dblogo{
  width: 310px;
  margin-top: 35px;
}
.dblogo span{
    color: #fff;
    font-size: 35px;
    font-weight: bold;;
    font-family: "Arial";
    background: url(../images/tela.png) left center no-repeat;
    padding-left: 55px;
}

.dbcp{
  width: 550px;
  margin-left: 90px;
  margin-top: 50px;

}
.dbcp span{
  color: #fff;
  font-size: 23px;
}
.dbcp em{
    display: block;
    width: 45px;
    height: 3px;
    background: #fff;
    margin-top: 12px;
    margin-bottom: 25px;
}
.dbcp ul li{
    width: 170px;
    height: 40px;
    background: #444;
    float: left;
    line-height: 40px;
    text-align: center;
    margin-right: 6px;
    margin-bottom: 6px;

}
.dbcp ul li a{
    display: block;
    font-size: 15px;
    color: #dbdbdb;
}
.dbcp ul li:hover{
    background: #0c6eb9;
}
.dbcp ul li:hover a{
    color: #fff;
}
.dbewm{
    margin-top: 70px;
}
.dbewm ul li{
    float: left;
    margin-left: 55px;
    text-align: center;
}
.dbewm ul li span{
    font-size: 16px;
    color: #dbdbdb;
    line-height: 55px;
}
.dbewm ul li:nth-child(1){
    margin-left: 0;
}

.dbewm ul li span{
    display: block;
}


.copy{
  background: #000;
  height: 60px;
  text-align: center;
  font-size: 15px;
  color: #dbdbdb;
  line-height: 60px;
}
.copy span{color: #dbdbdb;}
.copy a{color: #dbdbdb;}

/*内页大图*/
.nyfocus{
  width: 100%;
  height: 600px;
  background: url(../images/n_banner1.jpg) center  no-repeat;
  position: relative;
}


/*当前导航*/
.breadcrumbs {
    height: 61px;
    font-size: 14px;
    line-height: 60px;
    color: #fff;
    width: 1350px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: absolute;
    bottom: 0;
    z-index: 999;
    left: 50%;
    margin-left: -675px;
    background: rgba(12, 110, 185, .9);
}
.breadcrumbs .dh_box {
    width: 1350px;
    margin: 0 auto
}
.breadcrumbs .sortName {
    color:#fff;
    font-size:22px;
    font-weight:700;
}
.breadcrumbs .dqdhMain {
    color: #fff;
    padding-left: 30px;
}
.breadcrumbs .dqdhMain a {
    font-size: 15px;
    color: #fff;
    display:inline-block;
}
.breadcrumbs .dqdhMain a:hover {
    text-decoration:underline;
    color:#fff;
}
.breadcrumbs .dqdhMain .span2 {
    color:#fff;
    font-size: 14px;
    display:inline-block;
    padding:0 5px;
}
.breadcrumbs .indexa {
}
.breadcrumbs .span1 {
    color:#fff;
    padding:0 10px 0 30px;
    background:url(../images/dizhi.png) left center no-repeat;
    font-size: 15px;
}
.breadcrumbs .dqdh_class {
    margin-top:10px;
}
.breadcrumbs .dqdh_class li {
    float:left;
    padding:0 15px 0 0px;
}
.breadcrumbs .dqdh_class li a {
    display:block;
    padding:0 50px;
    height:40px;
    line-height:40px;
    color:#fff;
    font-size:23px;
    position:relative;
}
.breadcrumbs .dqdh_class li a::before, .breadcrumbs .dqdh_class li a::after {
content:'';
display:block;
position:absolute;
top:50%;
margin-top:-6px;
height:12px;
width:1px;
border-left:1px solid #fff;
border-right:1px solid #fff;
}
.breadcrumbs .dqdh_class li a::before {
left:20px;
}
.breadcrumbs .dqdh_class li a::after {
right:20px;
}

/*公司简介单页*/
.about_box{margin-top: 50px;}
.page_com_text {
    line-height: 35px;
    font-size: 15px;
    color: #000;
    margin-top: 20px;
    padding: 30px;
}
.nyab {
  width: 675px;
  height: 330px;
  background: #0c6eb9;
}
.aboutbt {
  padding: 30px 25px;
}
.aboutbt h3 {
  color: #fff;
  font-size: 26px;
}
.aboutbt em {
  display: block;
  width: 30px;
  height: 2px;
  background: #d8e9ff;
  margin-top: 20px;
  margin-bottom: 15px;
}
.aboutbt span {
  color: #fff;
  font-size: 23px;
}
.aboutbt p {
  text-transform: uppercase;
  font-size: 14px;
  color: #d8e9ff;
  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 .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: 30px;
  font-weight: bold;
}
.ys_box1 .div2 .span2 {
  font-size: 15px;
  color: #fff;
}
.nybz {
  width: 675px;
  height: 330px;
  background: #ddf0ff 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 #0c6eb9 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 #0c6eb9;
  display: block;
}
.page_con_case_go ul li:hover img{
  transform: scale(1.1);
}


/*联系方式单页*/
.nycon{
    width: 100%;
    height: 600px;
    background: url(../images/n_banner2.jpg) center no-repeat;
    position: relative;
}


.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: #0975c7;
    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: 14px;
    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: #0975c7;
    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: #0975c7;
    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: 20px;
}
.list_pro_l>ul>span{
    display: block;
    width: 100%;
    background: #0c6eb9;
    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: #0c6eb9;
}
.l_pro>li: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;
}


.nyvideo{
    width: 100%;
    height: 600px;
    background: url(../images/n_banner4.jpg) center no-repeat;
    position: relative;
}

/*产品列表页*/
.main_rightb {
    width: 1350px;
    margin: 0 auto;
    margin-top: 30px;
}
.proListal {
    width:1060px;
}
.proListal li {
    width:342px;
    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;
    position: relative;
}
.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 .boxal em{
    display: block;
    background: url(../images/video.png) center no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
}
.proListal li .spanal {
    display: block;
    margin:auto;
    font-size:16px;
    padding: 12px 30px;
    line-height: 45px;
}
.proListal li .spanal a h3{
    color:#002222;
    display: block;
    line-height: 45px;
    overflow: hidden;
    height: 45px;
}
.proListal li .spanal p{
    border-top: 1px solid #e6e6e6;
    height: 45px;
    color: #999999;
    font-size: 15px;

}
.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: #0c6eb9;
}
.proListal li:hover .spanal a h3{
    color: #fff;
}
.proListal li:hover .spanal a p{
    border-top: 1px solid #0d83de;
     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: #0c6eb9;
    text-align: center;
    line-height: 35px;
    font-size: 15px;
    color: #fff;
    position: absolute;
    bottom: 30px;
    right: 30px;
}
.page_news_con ul li:hover{
    background: #0c6eb9;
}
.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;
    padding-top: 24.5px;
}
.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: 210px;
}
.page_news_p{
    float: left;
    width: 650px;
    margin-left:55px;
    margin-top: 30px;
}
.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: #0c6eb9;
    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)
    }
}

.nyzizhi{
     width: 100%;
    height: 600px;
    background: url(../images/n_banner3.jpg) center no-repeat;
    position: relative;   
}

.zz_right{
    width: 1045px;
    border: 1px #e9e9e9 solid;
}

/*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:#ff2548;
    color:#fff;
    border:1px solid #ff2548;
}
/*资质详情*/
.zz_right .tT01 {
    text-align:center;
    line-height:35px;
    background: #f3f3f3;
    padding-top: 10px;
    padding-bottom: 10px;
}
.zz_right .tT01 .span1 {
    font-size:24px;
    color:#444;
}
.zz_right .subtitle {
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    color: #8F8F8F;
    text-align:center;
    padding-top: 15px;
    padding-bottom: 10px;
}
.zz_right .subtitle span {
    padding:0 30px;
}


/*新闻详情*/
.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;
}
.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:630px;
    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;
    float:left;
    margin-right:30px;
    color:#0c6eb9;
    font-size:18px;
    border-bottom:1px solid #0c6eb9;
    padding-left:28px;
}
.product_top .lianxi .a.a_qq {
    background:url(../images/QQ.png) left center no-repeat;
}
.product_top .lianxi .a.a_tel {
    background:url(../images/teld.png) left center no-repeat;
}

.product_top .nyyslb{
    margin-top: 35px;
}
.product_top .nyyslb ul li{
    float: left;
    width: 170px;
    text-align: center;
}

.product_top .nyyslb ul li span{
    color: #000;
    font-size: 20px;
    display: block;
    line-height: 45px;
}
.product_top .nyyslb ul li:hover img{
    transition: all 0.5s;
    transform: rotate(360deg);
    cursor: pointer;
}
.product_top .dianhua {
    height: 40px;
    padding: 0 30px;
    line-height: 40px;
    text-align: center;
    border-radius: 30px;
    font-size: 15px;
    background-color: #0c6eb9;
    margin-top: 50px;
    width: 130px;
}
.product_top .dianhua a {
    color:#fff;
    display: block;
}
.product_top .dianhua:hover {
    background-color:#f23c49;
}
.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;
    border-bottom:2px solid #0c6eb9;
    color:#eea200;
    text-align:center;
    height:50px;
    line-height:50px;
    font-size:18px;
}
.xiangqing_top .a_nav.active {
    background-color:#0c6eb9;
    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;
}
/*在线留言*/
.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: #089aae;
    float: right;
}
