*{
    box-sizing: border-box;
    font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif,"宋体";
    outline: none;
}
body,ul,h5,p,h4,h3,h1{
    padding: 0;
    margin: 0;
}
body{
    overflow-x: hidden;
}
img{
    border:none;
}
.UContainer{
    width:1200px;
    margin: 0 auto;
    
}
.ovhide{
    overflow: hidden;
}
ul{
    list-style-type: none;
}
a{
    text-decoration:none;
}
.bold{
    font-weight: bold;
}
.clearfix:after{
    visibility:hidden;
    display:block;
    font-size:0;
    content: " ";
    clear:both;
    height:0;
}
.clearfix{
    *zoom:1;
}
.relative{
    position: relative;
}
.pCenter{
    position: absolute;
    top: 0;
    left:0;
    right:0;
    bottom: 0;
    margin: auto;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.padding50{
    padding-top: 50px;
}
/* 头部 */
.header{
    width: 100%;
    height:95px;
    z-index: 1000;
    top:0;
    position: fixed;
    background: #ffffff;
    transition:.5s ease-in-out;
    -moz-transition:.5s ease-in-out;
    -webkit-transition:.5s ease-in-out;
    -o-transition:.5s ease-in-out;
}
.logoImg{
    padding-top: 32px;
    transition:.5s ease-in-out;
    -moz-transition:.5s ease-in-out;
    -webkit-transition:.5s ease-in-out;
    -o-transition:.5s ease-in-out;
}
.nav{
   float: right;
   height: 95px;
   transition:.5s ease-in-out;
   -moz-transition:.5s ease-in-out;
   -webkit-transition:.5s ease-in-out;
   -o-transition:.5s ease-in-out;
}
#buoy{
    position:absolute;
    width:95px;
    height:4px;
    background:#e50011;
    top:91px;
    z-index: 16;
    /* transition:.5s ease-in-out;
    -moz-transition:.5s ease-in-out;
     -webkit-transition:.5s ease-in-out;
   -o-transition:.5s ease-in-out; */
}
.header :hover #buoy{
    /* transition:none;
    -moz-transition:none;
    -webkit-transition:none;
    -o-transition:none; */
}
.nav>li{
    float: left;
    width:90px;
    height:100%;
    transition:.5s ease-in-out;
    -moz-transition:.5s ease-in-out;
    -webkit-transition:.5s ease-in-out;
    -o-transition:.5s ease-in-out;
}
/* .nav>li:after{
    content: "";
    display: block;
    margin-top:-4px;
    width:0;
    opacity: 1;
    height:4px;
    background: transparent;
    transition: all .6s cubic-bezier(0.22,0.61,0.36,1) 0s;
} */
.nav>li>.actt{
    width:100%;
    height:100%;
    position: relative;
}
.nav>li>.actt>a{
    display: block;
    width:100%;
    height:100%;
    font-size:15px;
    color: #000;
    line-height: 95px;
    text-align: center;
    position: absolute;
    z-index: 100;
    top: 0;
    left:0;
    transition:.5s ease-in-out;
    -moz-transition:.5s ease-in-out;
    -webkit-transition:.5s ease-in-out;
    -o-transition:.5s ease-in-out;
}
/* .nav>li>.actt>a.active{
    border-bottom: 4px solid #e50011;
} */
/* .nav>li:hover:after{
    background: #e50011;
    width: 100%;
} */
.navDown{
    position: absolute;
    top:93px;
    left:0;
    width:100%;
    z-index:15;
    background-image:url(../image/bgw9.png);
    height:255px;
    border-top: 1px solid #0c292c;
    display: none;
    z-index:14;
    box-shadow: 2px 2px 4px #cccccc;
}
.navDown ul{
    width:100px;
    height:255px;
    padding:15px 0;
    float: left;
}
.navDown li{
    height:35px;
}
.navDown li>a{
    display: block;
    width: 100%;
    height:100%;
    line-height: 35px;
    text-align: right;
    color: #000;
}
.underShadow{
    box-shadow: 5px 0 6px #cccccc;
}
.navDown li>a:hover{
    color:#e50011;
}
.symbolnav{
    float: left;
    width:700px;
    padding-left: 210px;
    padding-top:17px;
}
.symbolnav p{
    font-size: 14px;
    line-height: 25px;
    color: #555555;
    padding-bottom: 30px;
    text-align: justify;
}
.symbolnav .more{
    width:130px;
    height:35px;
    display:block;
    border: 1px solid #bcbfbf;
    font-size: 14px;
    line-height: 35px;
    color: #555555;
    padding-left: 10px;
}
.symbolnav .more:hover{
    background: #bcbfbf;
    color: #ffffff;
}
.navDown img{
    float: right;
    padding-top: 17px;
    width: 346px;
    height: 210px;
}
.trunla{
    float: right;
    padding-top: 38px;
    transition:.5s ease-in-out;
    -moz-transition:.5s ease-in-out;
    -webkit-transition:.5s ease-in-out;
    -o-transition:.5s ease-in-out;
}
.trunla1{
    height:15px;
    line-height: 15px;
    padding: 0 8px;
    float: left;
    border-right: 1px solid #000000;
}
.trunla a{
    width: 100%;
    height: 100%;
    display: block;
    color: #000000;
}
.trunla a:hover{
    color:#e50011;
}
.trunla1 i{
    margin-right: 8px;
}
.trunla2{
    height:15px;
    line-height: 15px;
    padding: 0 8px;
    float: left;
}
/* 脚步 */
.footer{
    height:225px;
    background: #05202f;
    padding-top: 40px;
}
.footer *{
    transition:300ms;
    -moz-transition:300ms;
    -webkit-transition:300ms;
    -o-transition:300ms;
}
.DH{
    width:100px;
    text-align: center;
    float: left;
    height: 155px;
    margin-right: 40px;
}
.DH .fd{
    padding-bottom: 30px;
}
.DH .fd>a{
    font-size: 16px;
    color: #ffffff;
}
.DH a{
    font-size: 14px;
    color: #999999;
}
.DH li{
    padding-bottom:5px;
}
.DH a:hover{
    color: #ffffff;
}

.DH5{
    border-right:1px solid  #2a414e;
    width:160px;
    text-align: left;
    margin-right: 0;
    padding-right: 60px;
}
.DA{
    text-align: right;
    float: right;
}
.DA>.fda{
    font-size:30px;
    color: #ffffff;
    padding-bottom:11px;
}
.DA li{
    font-size: 14px;
    color: #999999;
    padding-bottom:5px;
}
.DA li>a{
    color: #999999;
}
.footnote{
    height:70px;
    line-height: 70px;
    background: #0d191f;
}
.footnote a{
    transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.4s;
    -o-transition:.5s;
}
.FN1{
    float: left;
}
.FN1>li{
    float: left;
    padding-right:30px;
    font-size: 14px;
    color:#999999;
}
.FN1 a{
    font-size: 14px;
    color:#999999;
}
.FN1 a:hover{
    color: #ffffff;
}
.FN2{
    float: right;
    margin-top: 20px;
}
.FN2 li{
    float: left;
    width:30px;
    height:30px;
    border-radius:50%;
    border: 1px solid #999999;  
    margin-right: 10px;
    text-align: center;
    line-height: 30px;
    color: #999999;
    cursor: pointer;
}
.FN2 li:hover{
    background: #999999;
    color: #ffffff;
}
/* a标签过渡 */
.aTr{
    transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.4s;
    -o-transition:.5s;
}
/* 关于我们 */
.aboutBanner{
    background: url(../image/aboutBanner.jpg) no-repeat center;
    height: 330px;
}
.topBanner{
    height: 330px;
}
.topBanner ul{
    margin: 0 auto;
    width: 400px;
    color: #ffffff;
    -webkit-user-select:none;
    -moz-user-select:none; 
    -ms-user-select:none;
    user-select:none;
}
.tN{
    font-size: 40px;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 20px;
    line-height: 40px;
}
.tA{
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 30px;
}
.tDA{
    width:45px;
    height:45px;
    margin: 0 auto;
    border-radius: 50%;
    border: 1px solid #ffffff;
    position: relative;
    overflow: hidden;
}
.tDA a{
    color: #ffffff;
    display: block;
    height: 100%;
    border-radius: 50%;
    /* text-align: center;
    line-height: 45px; */
}
.tDA h5{
    width: 18px;
    height: 18px;
}
/*公司简介 */
.comData{
    background: #f8f8f8;
    height: 220px;
    padding-top: 60px;
}
.comData ul{
    width: 25%;
    float: left;
}
.CDT{
    font-size: 70px;
    line-height: 70px;
    color: #e50011;
}
.CDA{
    font-size: 14px;
    color: #5f5f5f;
    line-height: 14px;
    padding-top: 20px;
}
.comData li{
    text-align: left;
}
.CDTL,.CDAL{
    text-align: right!important;
}
.CDTC,.CDAC{
    padding-left: 95px;
}
.cIntroduct{
    height: 500px;
    padding-top: 50px;
}
.cInL{
    width: 600px;
    float: left;
    height:500px;
    /* padding-top: 60px; */
}
.cInL h1{
    font-size: 30px;
    line-height: 30px;
    padding-top: 20px;
    padding-bottom: 16px;
}
.cInL h3{
    font-size:24px;
    color:#414141;
    line-height: 24px;
    font-weight: normal;
    padding-bottom: 25px;
}
.cInL p{
    font-size: 13px;
    line-height: 30px;
    color: #666666;
    text-align: justify;
}
.cInR{
    width:530px;
    height: 375px;
    float: right;
    overflow: hidden;
    /* margin-top: 60px; */
}
.cLN{
    height:610px;
    background: #f0f0f0;
    padding-top: 55px;
}
.zTitle{
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 18px;
    font-weight: bold;
    text-align: center;
}
.zTitle+div{
    margin: 0 auto;
    width: 42px;
    height:3px;
    background: #e50011;
    margin-bottom: 30px;
}
.cLN .kouhao li{
    font-size: 14px;
    color: #666666;
    text-align: center;
    line-height: 14px;
    padding-bottom: 20px;
}
.cLNic>div{
    float: left;
}
.cLNicC{
    width: 240px;
    height: 265px;
    overflow: hidden;
    position: relative;
}
.cLNicC div{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* background: rgba(70, 65, 70, 0.8); */
    background: url(../image/bgz6.png);
}
.cLNicC div p{
    padding: 0 22px 0 22px;
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
}
.cLNImg1 .cLNicC div p,.cLNImg5 .cLNicC div p{
    padding-top: 60px;
}
.cLNImg2 .cLNicC div p{
    padding-top: 20px;
}
.cLNicC+div{
    background: #ffffff;
    height: 70px;
    text-align: center;
    font-size: 18px;
    line-height: 70px;
    font-weight: bold;
}
.aboutLB{
    height:400px;
    padding-top: 110px;
    background: url(../image/about7.jpg) no-repeat center;
}
.aboutLB .item>img{
    width: 70px;
    height:70px;
    display: block;
    margin: 0 auto;
}
.aboutLB .item>div{
    padding-top: 54px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
}
.aboutLB .owl-theme .owl-controls .owl-buttons div{position:absolute;top:40px;width:30px;height:60px;margin:0;padding:0;border-radius:0;font:60px/60px "宋体";background:none!important;overflow:hidden;_display:none;font-size: 40px!important}
.aboutLB .owl-theme .owl-controls .owl-buttons .owl-prev{left:-40px;}
.aboutLB .owl-theme .owl-controls .owl-buttons .owl-next{right:-40px;}
.aboutLB .owl-theme .owl-controls .owl-buttons .owl-prev:before{content:"<";font-family: "宋体"}
.aboutLB .owl-theme .owl-controls .owl-buttons .owl-next:before{content:">";font-family: "宋体"}
.sol-zlhztp .owl-theme .owl-controls .owl-buttons div{position:absolute;top:40px;width:30px;height:60px;margin:0;padding:0;border-radius:0;font:60px/60px "宋体";background:none!important;overflow:hidden;_display:none;font-size: 40px!important}
.sol-zlhztp .owl-theme .owl-controls .owl-buttons .owl-prev{left:-40px;}
.sol-zlhztp .owl-theme .owl-controls .owl-buttons .owl-next{right:-40px;}
.sol-zlhztp .owl-theme .owl-controls .owl-buttons .owl-prev:before{content:"<";font-family: "宋体"}
.sol-zlhztp .owl-theme .owl-controls .owl-buttons .owl-next:before{content:">";font-family: "宋体"}
.czZ{
    height: 865px;
    padding-top: 50px;
}
.czC{
    background:url(../image/about12.jpg) no-repeat center;
    height: 630px;
}
.czZL{
    width: 540px;
    height:100%;
    float: left;
    padding: 35px 78px;
    background: url(../image/bgb6.png)
}
.czZL>div{
    width:100%;
    height:100%;
    background: #ffffff;
}
.czZLIC{
    padding: 8px;
    height: 500px;
}
.czZLIC img{
    width: 100%;
    height: 100%;
}
.czZLA{
    height: 60px;
    line-height: 60px;
    background: #e50011;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
}
.czZR{
    width: 660px;
    float: left;
    height: 100%;
    padding: 75px 55px;
    background: url(../image/bgb3.png)
}
.czZR h3{
    font-size: 25px;
    line-height: 24px;
    color: #ffffff;
    padding-bottom: 19px;
}
.czZR h5{
    font-size: 15px;
    line-height: 15px;
    padding-bottom: 50px;
    color:#ffffff;
}
.zHIC{
    height: 375px;
    overflow: auto;
}
.zHIC>div{
    float: left;
    width:168px;
    height: 117px;
    background: #ffffff;
    margin: 0 5px 10px 5px;
}
.zHIC>div img{
    width: 77px;
    height: 107px;
}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/  
.zHIC::-webkit-scrollbar  
{  
    width: 7px;  
    height: 16px;  
    background-color: none;  
}  
  
/*定义滚动条轨道 内阴影+圆角*/  
.zHIC::-webkit-scrollbar-track  
{  
    border-radius: 10px;  
    background-color: #7a7a7a;  
}  
  
/*定义滑块 内阴影+圆角*/  
.zHIC::-webkit-scrollbar-thumb  
{  
    border-radius: 10px;
    background-color: #d3d3d3;  
} 
/* 新闻中心 */
.newsBanner{
    background: url(../image/newsBanner.jpg) no-repeat center;
    height: 330px;
}
.oneNew{
    display: block;
    padding: 50px  0 40px 0;
    border-bottom: 1px solid #dbdbdb;
}
.oneNew .date{
    font-size: 25px;
    color: #a3a3a3;
    font-weight: normal;
}
.oneNew .year{
    font-size: 15px;
    color: #a3a3a3;
    line-height: 15px;
    font-weight: normal;
}
.oneNewL{
    width: 190px;
    float: left;
    padding-top: 10px;
}
.oneNewLL{
    width: 100px;
    float: left;
}
.narrow{
    color: #848484;
    margin-top: 32px;
    margin-left: 10px;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
}
.oneNewLL+div{
    float: left;
    width: 90px;
}
.oneNewLine{
    width: 32px;
    height: 1px;
    background: #848484;
    margin-top: 15px;
    transition:all 1s;
    -moz-transition:all 1s;
    -webkit-transition:all 1s;
    -o-transition:all 1s;
}
.oneNewA{
    width: 695px;
    float: left;
    padding-top: 10px;
}
.oneNewA h3{
    font-size: 15px;
    color: #000;
    margin-bottom: 30px;
}
.oneNewA p{
    font-size: 14px;
    line-height: 25px;
    color: #686868;
}
.oneNew>img{
    float: right;
    width: 265px;
}
/* 分页 */
.page{
    width: 520px;
    margin: 60px auto
}
.page li{
    float: left;
    height: 36px;
    width: 42px;
    text-align: center;
    line-height: 36px;
    background: #e2e2e2;
    margin-left: 5px;
    font-size: 14px;
    cursor: pointer;
    color: #686868;
}
.page li a{
    color: #686868;
    display: block;
    width: 100%;
    height: 100%;
}
.page li.active,.page li.active a{
    background: #e50011;
    color: #ffffff;
}
.page li:hover{
    background: #e50011;
    color: #ffffff;
}
.page .prev,.page .next{
    background: none;
    font-size: 20px;
}
/*新闻详情 */
.newsDaC>h3{
    font-size: 30px;
    color: #0d0d0d;
    line-height: 30px;
    padding-top: 50px;
    padding-bottom: 20px;
    text-align: center;
}
.newsDaC>h4{
    font-size: 14px;
    color: #979797;
    text-align: center;
    line-height: 14px;
    padding-bottom: 30px;
}
.newsDaC .zW{
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    padding: 52px 0 ;
}
.newsDaC .zW+div{
    padding: 30px 0;
}
.newsDaC .zW p{
    font-size: 14px;
    line-height: 25px;
    color: #686868;
    padding-bottom: 30px;
}
.pagePN{
    width:900px;
    float: left;
}
.pagePN li a{
    font-size: 15px;
    color: #555555;
    line-height: 25px;
}
.pagePN li a:hover{
    color: #e50011;
}
.goback{
    width: 135px;
    height: 45px;
    display: block;
    border: 1px solid #e50011;
    border-radius:45px;
    float: right;
    text-align: center;
    line-height: 45px;
    color: #555555;
}
.goback:hover{
    background: #e50011;
    color: #ffffff;
}
/* 返回顶部 */
.gotop{
    position: fixed;;
    right:5px;
    bottom:-100px;
    z-index: 20;
    width: 40px;
    height:40px;
    background: url(../image/bgblack.png);
    border-radius: 50%;
    /* display: none; */
    color: #ffffff;
    text-align: center;
    line-height:40px;
    cursor: pointer;
    transition:all 1s;
    -moz-transition:all 1s;
    -webkit-transition:all 1s;
    -o-transition:all 1s;
    opacity: 0;
}
.gotop:hover{
    color: orange;
}
/* 二维码 */
.qrcode{
    position: absolute;
    top: -140px;
    left: -50px;
    width: 120px;
    height: 120px;
    background: #ffffff;
    padding: 10px;
    display: none;
}
.qrcode img{
    width: 100%;
    height: 100%;
}
.sanjiao{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-top: 10px solid #ffffff;
    border-right: 10px solid transparent;
    position: absolute;
    top:120px;
    left:52px;
}
.headerNo{
    height: 95px;
}
.header.underShadow{
    box-shadow: 5px 0 6px #cccccc;
}
.top105{
    position: absolute;
    top:-105px;
}
.top95{
    position: absolute;
    top:-110px;
}
/* 解决方案 */
.solBanner{
    background: url(../image/solBanner.jpg) no-repeat center;
    height: 330px;
}
.sol-js{
    padding-top: 50px;
    background: #f5f5f5;
    padding-bottom: 30px;
}
.sol-js p{
    font-size: 14px;
    color: #383838;
    text-align: center;
}
.sol-js img{
    display: block;
    width: 660px;
    margin: 30px auto;
    padding-left: 30px;
}
.sol-jsyf{
    padding: 50px 0;
}
.sol-jsyf .fr,.sol-jsyf .fl{
    width: 590px;
}
.sol-jsrd.active{
    background: #eb0011;
    height: 125px;
    margin-bottom: 50px;
    text-align: center;
    line-height: 125px;
    font-size: 20px;
    color: #ffffff;
}
.sol-jsrd{
    background: #dfdfdf;
    height: 125px;
    margin-bottom: 50px;
    text-align: center;
    line-height: 125px;
    font-size: 20px;
    color: #ffffff;
}
.sol-x2{
    display: none;
}
.sol-jsrd em,.sol-jsld em{
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 125px;
    padding-right: 25px;
    color: #b4b8c1;
    vertical-align: middle;
}
.sol-jsrd span,.sol-jsld span{
    line-height: 125px;
    vertical-align: middle;
    color: #4a0000;
}
.sol-jsrd.active span{
    color: #000000;
}
.sol-jsrd.active em{
    color: #fff;
}
.tTitle{
    font-size: 30px;
    color: #000000;
    font-weight: bold;
    line-height: 30px;
    padding-top:30px;
}
.tTitle:after{
    content: "";
    display: block;
    height: 4px;
    width: 24px;
    background: #000;
    margin-top: 20px;
    margin-bottom: 45px;
}
.sol-jsyf li{
    font-size: 14px;
    line-height: 25px;
    color: #555555;
}
.sol-jsrd+div{
    overflow: hidden;
}
.sol-jsf{
    background: #f5f5f5;
    padding: 50px 0;
}
.sol-jsf li{
    width: 25%;
    float: left;
    text-align: center;
    cursor: pointer;
}
.sol-jsf ul{
    margin-top: 47px;
    border-bottom: 1px solid #d2d2d2;
}
.sol-jsf li>div{
    margin-bottom: 20px;
}
.sol-jsc{
    position: relative;
    width: 100%;;
    padding: 30px 95px 67px 95px;
    font-size: 14px;
    color: #555555;
    top:0;
    left: 0;
    display: none;
}
.sol-jsc1{
    display: block;
}
#buoy2{
    position:absolute;
    width:74px;
    height:4px;
    background:#e50011;
    top:133px;
    left:112px;
    z-index: 16;
}
.sol-jskf>div>div{
    width: 580px;
    height: 305px;
}
.sol-jskf{
    height: 390px;
    padding-top: 50px;
    background: #ffffff;
}
.sol-jskf .fr>p{
    font-size: 14px;
    line-height: 25px;
    color: #555555;
    text-align: justify;
}
/* 图片悬停 */
.honor-img{
    overflow: hidden;
    height: 360px;
}
.honor-img img{
    transition:all 1s;
    -moz-transition:all 1s;
    -webkit-transition:all 1s;
    -o-transition:all 1s;
    width: 100%;
    height: 100%;
}
.honor-img img:hover{
    transform: scale(1.02);
    -ms-transform:scale(1.02); 	
    -moz-transform:scale(1.02); 
    -webkit-transform:scale(1.02);
    -o-transform:scale(1.02); 	
}
.sol-zlhz{
    padding: 52px 0 105px 0;
    background: #f5f5f5;
}
.sol-zlhzc{
    background: #eb0011;
    padding-top: 3px;
}
.sol-zlhzc>img{ 
    width: 160px;
}
.sol-zlhzc>div{
    background: #ffffff;
    padding-top: 3px;
    height: 480px;
    float: left;
    width: 1040px;
    box-shadow: 1px 1px 3px #cccccc;
}
.sol-zlhzlb{
    width: 505px;
    margin: 25px 0;
    overflow: auto;
    height: 420px;
    float: left;
}
.sol-zlhzlb li{
    font-size: 15px;
    line-height: 35px;
    color: #555555;
    cursor: pointer;
    padding: 0 39px;
}
.sol-zlhzlb li:hover{
    background: #e50011;
    color: #ffffff;
}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/  
.sol-zlhzlb::-webkit-scrollbar  
{  
    width: 5px;  
    height: 16px;  
    background-color: none;  
}  
  
/*定义滚动条轨道 内阴影+圆角*/  
.sol-zlhzlb::-webkit-scrollbar-track  
{  
    border-radius: 10px;  
    background-color: #bfbfbf;  
}  
  
/*定义滑块 内阴影+圆角*/  
.sol-zlhzlb::-webkit-scrollbar-thumb  
{  
    border-radius: 10px;
    background-color: #eb0011;  
} 
.sol-zlhztp{
    float: right;
    width: 410px;
    height: 402px;
    margin: 25px 50px;
}
.sol-zlhztp .item div{
    height: 325px;
    background: #eaeaea;
}
.sol-zlhztp .item div img{
    width: 50%;
}
.sol-zlhztp .item p{
    height: 76px;
    background: #eb0011;
    text-align: center;
    line-height: 76px;
    color: #ffffff;
}
.sol-zlhztp .owl-theme .owl-controls .owl-buttons div{
    top:334px!important;
    color: #ffffff;
}
.sol-zlhztp .owl-theme .owl-controls .owl-buttons .owl-prev{
    left: 25px!important;
}
.sol-zlhztp .owl-theme .owl-controls .owl-buttons .owl-next{
    right: 15px!important;
}
.sol-zlhztp .owl-wrapper{
    transition: all 1000ms ease 0s;
    -moz-transition:all 1000ms ease 0s;
    -webkit-transition:all 1000ms ease 0s;
    -o-transition:all 1000ms ease 0s;
}
/* 联系我们 */
.contactBanner{
    background: url(../image/contactBanner.jpg) no-repeat center;
    height: 330px;
}
.mapcontent{
    background: #f5f5f5;
    padding: 55px 0 75px 0;
}
.map{
    height: 445px;
}
.BMap_shadow img{
    display: none;
}
.BMap_pop{
    display: none;
}
.mapInfo{
    width: 430px;
    height: 370px;
    position: absolute;
    background: url(../image/bgb6.png);
    z-index: 5;
    top: 40px;
    right: 40px;
    padding: 30px 20px;
}
.mapInfo li{
    font-size: 14px;
    line-height: 50px;
    color: #ffffff;
}
.mapInfo li>a{
    color: #ffffff;
}
.mapInfo  .mapInfoT{
    font-size: 25px;
    line-height: 25px;
    padding-bottom: 30px;
}
.mapInfo img{
    width: 20px;
    vertical-align: middle;
    margin-right: 15px;
}
.conForm{
    height: 600px;
    padding: 65px 0 85px 0;
}
.conForm input,.contact-ly{
    border: 1px solid #c9c9c9;
    height: 47px;
    margin-bottom: 22px;
    background-position:12px 10px;
    padding-left: 46px;
    color: #a8a8a8;
}
.conForm input::-webkit-input-placeholder{
    color:#a8a8a8;
}
.conForm input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#a8a8a8;
}
.conForm input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#a8a8a8;
}
.conForm input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#a8a8a8;
}
.contact-coN,.contact-ly{
    width: 100%;
    float: left;
}
.contact-yN,.contact-em{
    width: 580px;
    float: left;
}
.contact-ph,.contact-ad{
    width: 580px;
    float: right;
}
.contact-coN{
    background: url(../image/contact6.jpg) no-repeat;
}
.contact-yN{
    background: url(../image/contact7.jpg) no-repeat;
}
.contact-ph{
    background: url(../image/contact8.jpg) no-repeat;
}
.contact-em{
    background: url(../image/contact9.jpg) no-repeat;
}
.contact-ad{
    background: url(../image/contact10.jpg) no-repeat;
    background-position:12px 15px!important;
}
.contact-ly{
    background: url(../image/contact11.jpg) no-repeat;
    height: 155px!important;
    background-position:12px 10px!important;
    padding-top: 10px;
}
.contact-ly::-webkit-input-placeholder{
    color:#a8a8a8;
}
.contact-ly::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#a8a8a8;
}
.contact-ly:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#a8a8a8;
}
.contact-ly:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#a8a8a8;
}
.conForm .contact-submit{
    border: none;
    background: #e50011;
    width: 100%;
    color: #ffffff;
    font-size: 15px;
    cursor: pointer;
}
.conForm .contact-submit:hover{
    background: #ff0619;
}
/* 售后 */
.afterBanner{
    background: url(../image/afterBanner.jpg) no-repeat center;
    height: 330px;
}
.afterCon>div>div{
    width:50%;
    float: left;
    height: 338px;
}
.afterCon{
    padding: 50px 0 135px 0;
}
.afterCon p{
    font-size: 14px;
    line-height: 35px;
    color: #555555;
    text-align: justify;
}
.afterA{
    padding: 35px 35px 0 35px
}
/* 质检 */
.testBanner{
    background: url(../image/testBanner.jpg) no-repeat center;
    height: 330px;
}
.testNR{
    height: 946px;
    background: url(../image/test1.jpg) no-repeat center;
    background-size: 100% 100%;
}
.testCon{
    padding-bottom: 50px;
}
.testCon h3{
    font-size: 20px;
    text-align: center;
    color: #555555;
    font-weight: normal;
    line-height: 25px;
    margin: 50px 0;
}
.testCon img{
    margin: 15px 0;
}
.testCon h4{
    font-size: 16px;
    color: #555555;

    line-height: 25px;
    margin: 15px 0;
}
.testCon p{
    font-size: 14px;
    color: #555555;
    font-weight: normal;
    line-height: 30px;
    text-indent: 2em;
    text-align: justify;
}
.test-ul1{
    padding-left: 35px;
    float: left;
}
.test-ul1 li{
    width: 307px;
    height: 47px;
    background: #bca890;
    text-align: center;
    line-height: 47px;
    background: #bca890;
    margin-bottom: 22px;
    color: #ffffff;
    
}
.test-ul2{
    padding-left: 355px;
    float: left;
}
.test-ul3{
    padding-left: 22px;
    float: left;
}
.test-ul3 li{
    width: 118px;
    height: 47px;
    background: #bca890;
    text-align: center;
    line-height: 47px;
    background: #bca890;
    color: #ffffff;
    margin-top: 903px;
}
.test-ul2 li{
    width: 307px;
    height: 47px;
    background: #bca890;
    text-align: center;
    line-height: 47px;
    background: #bca890;
    color: #ffffff;
    margin-bottom: 30px;
}
.test-ul2li1{
    margin-top: 74px;
}
.test-ul2li2{
    margin-top: 156px;
}
.test-ul2li3{
    margin-top: 158px;
    margin-bottom: 18px!important;
}
.test-ul2li6{
    margin-top: 155px;
}
/* 设备 */
.equipmentBanner{
    background: url(../image/sebeiBanner.jpg) no-repeat center;
    height: 330px;
}
.sbContent{
    padding: 50px 0;
}
.sebeiC{
    float: left;
    width: 380px;
    height: 412px;
    background: #dbdbdb; 
    margin: 0 10px 50px 10px;
    cursor: pointer;
    border: none!important;
    position: relative;
    display: block;
}
.sebeiC>div{
    padding: 10px;
}
.sebeiC>img{
    width: 100%;
}
.sebeiC h5{
    font-size: 18px;
    line-height: 18px;
    padding: 11px 0;
    color: #000;
}
.sebeiC p{
    font-size: 14px;
    line-height: 23px;
    color: #6f6f6f;
    text-align: justify;
    word-break: break-all;
    padding-right: 15px;
}
.sebeiC .box1{
    overflow: scroll;
    height: 92px;
    
}
.sebeiMore img{
    width: 70px;
    display: block;
    margin:  0 auto;
}
.sebeic-ic{
    height: 257px;
    overflow: hidden;
    position: relative;
}
.sebeic-ic>img{
    width: 100%;
    height: 100%;
}
.sebeiMore ul{
    margin: 80px auto;
    width: 85px;
}
.sebeiMore li{
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    line-height: 35px;
}
.sebeiC .sebeiMore{
    width:100%;
    height:100%;
    background: url(../image/bgb.png);
    text-align: center;
    line-height: 106px;
    color:#ffffff;
    position: absolute;
    top: 0;
    left:0;
    display: none;
}
.sebeic-ic:hover .sebeiMore{
    display: block;
}
/* 产品 */
.productc{
    padding-top: 50px;
    padding-bottom: 50px;
}
.oneproduct{
    display: block;
    width: 368px;
    height: 390px;
    background: #efefef;
    float: left;
    margin: 0 11px 50px 11px;
}
.one-tc{
    padding: 20px 20px 0 20px;
    height: 257px;
    position: relative;
}
.one-tc1{
    height: 100%;
}
.one-tc1>img{
    width: 100%;
    height: 100%;
}
.one-tc2{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    display: none;
    background: url(../image/bgb6.png);
}
.one-tc2 img{
    display: block;
    margin: 30% auto;
    
}
.one-pac{
    padding: 20px 20px;
    height: 133px;
}
.one-pac h5{
    font-size: 18px;
    line-height: 19px;
    padding-bottom: 20px;
    font-weight: normal;
    color: #000000;
}
.one-pac div{
    width: 150px;
    height: 42px;
    border: 2px solid #c6c6c6;
    line-height: 38px;
    font-size: 15px;
    color: #6b6b6b;
    text-align: center;
}
.one-pac div i{
    margin-left: 10px;
}
.oneproduct:hover .one-tc2{
    display: block;
}
.oneproduct:hover .one-pac{
    background: #e50011;
}
.oneproduct:hover .one-pac h5{
    color: #ffffff;
}
.oneproduct:hover .one-pac div{
    border: 2px solid #ffffff;
    color: #ffffff;
}
.product2c{
    height: 531px;
    background: #f3f3f3;
    padding-top: 52px;
}
.w1170{
    width: 1170px;
    margin: 0 auto;
}
.other-products{
    height: 320px;
}
.otherpt{
    font-size: 25px;
    text-align: center;
    line-height: 25px;
    font-weight: normal;
    padding-bottom: 40px;
}
.one-otherp{
    width:370px;
    padding: 20px;
    background: #ffffff;
    display: block;
    height: 320px;
    float: left;
}
.one-otherp>div{
    height: 235px;
    overflow: hidden;
}
.one-otherp>div>img{
    width: 100%;
    height: 100%;
    transition:all 1s;
    -moz-transition:all 1s;
    -webkit-transition:all 1s;
    -o-transition:all 1s;
    
}
.one-otherp:hover img{
    transform: scale(1.02);
    -ms-transform:scale(1.02); 	
    -moz-transform:scale(1.02); 
    -webkit-transform:scale(1.02);
    -o-transform:scale(1.02); 	
}
.one-otherp p{
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    padding-top: 20px;color: #000000;
}
.other-products .owl-prev{
    position: absolute;
    left: -100px;
    top:30%;
    width: 58px;
    height: 112px;
    color: transparent!important;
    background: url(../image/index-l.png)!important;
}
.other-products .owl-next{
    position: absolute;
    right: -60px;
    top:30%;
    width: 58px;
    height: 112px;
    color: transparent!important;
    background: url(../image/index-r.png)!important;
}
.cpBanner{
    background: url(../image/cpBanner.jpg);
}
.cp-name{
    font-size: 30px;
    color: #000000;
    text-align: center;
    font-weight: normal;
    line-height: 30px;
}
.cp-date{
    text-align: center;
    font-size: 14px;
    color: #979797;
    padding-top: 10px;
}
.cp-date:after{
    content: "";
    display: block;
    margin-top: 30px;
    height: 1px;
    background: #d5d5d5;
    margin-bottom: 45px;
}
.ocpl{
    width: 1000px;
    margin: 0 auto;
    height: 435px;
}
.ocplb .item{
    height: 435px;
}
.ocplb img{
    width: 100%;
    height: 100%;
}
.cp-ms{
    font-size: 25px;
    font-weight: normal;
    line-height: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.cp-ms+p{
    font-size: 15px;
    color: 646464;
    line-height: 24px;
    padding-bottom: 5px;
}
.bgq{
    background: #f3f3f3;
    margin-bottom: 50px;
}
.bgqm{
    margin: 0 45px;
}
.qywh{
   display:block;width:380px;float:left;height:255px;margin:0 10px;
   overflow: hidden;
   margin-bottom: 20px;
}
.qywh img{
    width: 100%;
    height: 100%;
    transition:all 1s;
    -moz-transition:all 1s;
    -webkit-transition:all 1s;
    -o-transition:all 1s;
}
.qywh:hover img{
    transform: scale(1.02);
    -ms-transform:scale(1.02); 	
    -moz-transform:scale(1.02); 
    -webkit-transform:scale(1.02);
    -o-transform:scale(1.02); 	
}
/* ie */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .proic>.proImg>div{
        display: none;
    }
    .proic>.proImg:hover>div{
        display: block;
    }
    .cLNicC div{
        display: none;
    }
    .cLNicC:hover>div{
        display: block;
    }
    .direction-reveal__overlay{
        -ms-transform: none!important;
        transform: none!important;
    }
    .sebeiC>a{
        display: none;
    }
    .sebeiC:hover>a{
        display: block;
    }
}