﻿.wh{max-width:1730px;margin:0 auto;padding:0 15px;}
.com-img{overflow:hidden;}
.com-img img{ transition:all 0.8s; -webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s;}
.com-img:hover img{transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2);-ms-transform:scale(1.2);}
p{margin:0;}

input{padding:0;margin:0;font-family:'Microsoft YaHei';}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}


/*----- Common css ------*/
.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}


.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.flexs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* 头部 */
.head{width:100%;position:fixed;left:0;top:0;z-index:9999;height:100px;}
.head.bj{
background:#fff;
}
.logo{
    float: left;
    width:23.18%;height:100px;overflow:hidden;line-height:100px;
}

.logo a{
    display: block;
}
.logo img{
    max-width: 100%;
}



.logo2 {
    float: left;
    width: 23.18%;
    height: 100px;
    overflow: hidden;
    line-height: 100px;
    display: none;
}
.head.bj .logo{
    display: none;
}
.head.bj .logo2{
    display: block;
}
.head.bj .logo2 img{
    max-width: 100%;
}

.hd-nav{
    float: right;
    width: 61%;
    height: 100%;
    display: flex;
    align-items: center;
    /* justify-content: end; */
}

.x-menu > li .hd-tel{
    position: relative;margin-top:33px;display: none;
}
.x-menu > li .hd-tel img{
    max-width: 100%;
}
.x-menu > li .hd-tel h3{
    position: absolute;
    text-align: center;
    background-color: #005bac;
    width: 200px;
    font-size: 20px;
    color: #fff;
    line-height: 50px;
    font-weight: bold;
    z-index: 9999;
    right: 0;
    top: 67px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.x-menu > li .hd-tel:hover h3{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}




/* 产品中心 */
.product{
    padding-top:70px;
    padding-bottom:90px;
    overflow:hidden;
}

.pro-show{}
.pro-left{
    float: left;
    width:38.82%;
}
.title{
    text-align: left;
}
.title h3{
    font-size: 40px;
    color: #333;
    font-weight: bold;
}
.title p{
    font-size: 18px;
    color: #888;
    margin-top: 25px;
}
.product .title p{width:93%;}


.pro-cfn{
    margin-top:35px;overflow :hidden;overflow-y:scroll;height:405px;padding-right:3%;
}
.pro-cfn ul li{    
    width:47%;margin-bottom:20px;
}




.pro-cfn ul li{
    border: solid 1px #cccccc;
    line-height:84px;
    transition: all .5s ease;
}

.pro-cfn ul li h3{
   background:url(../image/9d108e562e639e8316616d7d8c70da2e0f2c05b6.png) 10% center no-repeat;line-height:84px;padding-left:20%;color:#7f7f7f;font-size:18px;
}

.pro-cfn ul li.on{
    background-color: #005bac;
    border: solid 1px #005bac;
}
.pro-cfn ul li.on h3{
   background:url(../image/75ff146d2e161cbb316e726b580d060a1a573f6b.png) 10% center no-repeat;padding-left:20%;color:#fff;
}





.pro-right{
    float: right;
    width:56.18%;
}
.pro-right ul{
    width: 100%;
}
/* .pro-right ul li{
    display: none;
    position: relative;
} */
.pro-right ul li .pro-con{
    position: relative;
}

.pro-right ul li .pro-img img{
    width:100%;display:block;
}
.pro-right ul li .pro-text{
    position: absolute;
    width: 100%;
    background-color: rgba(0, 92, 172, 0.8);
    padding-left:25px;
    padding-right:25px;
    padding-top: 20px;
    padding-bottom: 16px;
    left: 0;
    bottom: 0;
}
.pro-right ul li .pro-text h3{
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
}
.pro-right ul li .pro-text p{
    font-size: 15px;
    color: #fff;
    line-height: 22px;
    margin-top: 10px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
}   

/* 应用案例 */
.case{
    background: url(../image/6e27fc95e05954deb25775294f677fd618605570.png) no-repeat;
    padding-top: 75px;
    padding-bottom: 100px;overflow:hidden;background-size:100% 100%;
}
.case .wh{position:relative;}
.head-btns{position:absolute;top:3%;right:0;}

/* 导航样式 */
.mob-navs {
  z-index: 99;
  position:absolute;
  right:0;width:180px!important;
  top: 0;
   background:rgba(255,255,255,.8);padding-bottom:10px;padding-top:5px;
  transition: all .5s ease;border-top:2px solid #005bac;
}


.mob-navs .close-btns {
  text-align: right;
  font-size:30px;color:#3f3f3f;height:30px;width:30px;display:block;float:right;cursor: pointer;z-index:999;
}



.mob-navs li a {
  display: block;
  text-align: left;
  line-height:30px;
  font-size: 14px;
  color: #8a8a8c;height:30px;overflow:hidden;
  padding-left: 15px;
}
.mob-navs li a:hover{color:#3f3f3f;}










.case-show{
    margin-left: -14px;
    margin-right: -14px;
    margin-top: 55px;
}
.case-show ul li{
    margin: 0 14px;
    padding: 10px 0;
}
.case-show ul li a{
    display: block;
    box-shadow: 0px 4px 8px 0px rgb(0 0 0 / 6%);
}
.case-show ul li a .case-img{
    overflow: hidden;
}
.case-show ul li a .case-img img{
    width: 100%;display:block;
}
.case-show ul li a .case-text{
    background-color: #fff;
    padding-left: 40px;
    padding-top:22px;
    padding-bottom:22px;
    transition: all .5s ease;
}
.case-show ul li a .case-text h3{
    font-size:20px;
    color: #333333;
    font-weight:normal;text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.case-show ul li a .case-text p{
    font-size: 14px;
    color: #999999;
    margin-top: 15px;
    text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.case-show ul li a .case-text span{
    display: block;
    font-size: 14px;
    color: #999;
    margin-top: 20px;
}
.case-show ul li a:hover .case-text{
    background-color: #005bac;
}
.case-show ul li a:hover .case-text h3{
    color: #fff;
}
.case-show ul li a:hover .case-text p{
    color: #fff;
}
.case-show ul li a:hover .case-text span{
    color: #fff;
}
.case-show .owl-carousel .owl-nav{
    display: block;
}
.case-show .owl-carousel .owl-nav button{
    position: absolute;
    width: 60px;
    height: 60px;
    top: 40%;
}
.case-show .owl-carousel .owl-nav button.owl-prev{
    background: url(../image/081b1dd83aba92c623682ab73a79924679d4e5bc.png)no-repeat;
    left: -15px;
}
.case-show .owl-carousel .owl-nav button.owl-next{
    background: url(../image/7764a2c8c5170526678fa7d99faa70c4d2315070.png)no-repeat;
    right: -15px;
}

.case-show .owl-carousel .owl-nav button span{
    display: none;
}


/* 选择理由 */
.reason{overflow: hidden;

}
.ron-tit{
    padding: 70px 0;

}
.ron-tit .title{
    float: left;
    width: 50%;
}
.ron-cfn{
    float: right;
    width: 40%;
    height: 100%;
    display: flex;
    align-items: center;
}
.ron-cfn ul{
    width: 100%;
    display: flex;
    justify-content: end;
}
.ron-cfn ul{display:flex;justify-content:space-between;}
.ron-cfn ul li{width:24%;text-align:center;

}

.ron-cfn ul li{
    display: block;
    font-size: 20px;
    color: #888888;
    cursor: pointer;position:relative;
}
.ron-cfn ul li.on{
    font-weight: bold;
    color: #005bac; background:url(../image/a1d8732aa86b8290db163d156cca04202a8aa80f.jpg) no-repeat center bottom;padding-bottom:20px;
}


.ron-show{
    max-height: 718px;
    overflow: hidden;
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: flex-end;
}
.ron-list{
    float: left;
    width: 7%;
    background: #2a2a2a;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all .8s;
}
.ron-show .ron-list.cur{
    transition: all .8s;
    width: calc(100% - 21%);
    height: auto;
    position: relative;
}
.ron-show .ron-list:hover{
    width: calc(100% - 21%);
    height: auto;
    position: relative;
}
.ron-list + .ron-list{
    border-left: solid 1px #535353;
}
.ron-list .tit{
    position: absolute;
    width: 100%;
    background: #2a2a2a;
    height: 718px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ron-list .tit h3{
    font-size: 20px;
    color: #d9d9d9;
    line-height: 36px;
    font-weight: 400;
}
.ron-list .tit h3 span{
    display: block;
    text-align: center;
    margin-top: 20px;
}
.ron-list .ron-warp{
    width: 0;
    overflow: hidden;
}
.ron-list:nth-child(1) .ron-warp{
    background: url(../image/841e6ad9193069ae96d9e5a3c567ce00c30cfff9.png)no-repeat center;
}
.ron-list:nth-child(2) .ron-warp{
    background: url(../image/2d1e5476b2bd5dce26804664d7b06c00fd63f9e2.jpg)no-repeat center;
}
.ron-list:nth-child(3) .ron-warp{
    background: url(../image/fd7a869722e0d49741c1a2cccd4696dc675654ee.jpg)no-repeat center;
}
.ron-list:nth-child(4) .ron-warp{
    background: url(../image/89493743a3781885b5b276f54ad231bbf03d968e.jpg)no-repeat center;
}
.ron-list.cur .tit{
    display: none;
}
.ron-list .ron-warp{
    width: 100%;
    height: 100%;
    padding-left:6.5%;
    display: flex;
    align-items: center;
}
.ron-list .ron-warp .ron-con{
    width: 1050px;
}
.ron-list .ron-warp .ron-con .mod-tit{
    display: none;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.ron-list h3{
    font-size: 36px;
    color: #fff;
    font-weight: bold;
}
.ron-list .text{
    font-size: 16px;
    color: #fff;
    line-height: 32px;
    margin-top: 40px;
}
.ron-list ul{
    margin-top: 90px;
}
.ron-list ul li{
    float: left;
        padding: 0 5%;
}
.ron-list ul li:hover a span{
     color: rgba(255, 255, 255, 0.5);
}
.ron-list ul li + li{
    border-left: solid 1px rgba(255, 255, 255, 0.15);
}
.ron-list ul li:nth-child(1){
    padding-left: 0;
}
.ron-list ul li a{
    display: block;
    
}
.ron-list ul li a .ron-ico{
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.ron-list ul li a .ron-ico .ico{
    text-align: center;
    max-width: 100%;
    height: 52px;

}

@-webkit-keyframes rotation{
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
}

.ron-list ul li:hover a .ron-ico .ico img{
    -webkit-transform: rotate(360deg);
    animation: rotation 2s linear infinite;
    -moz-animation: rotation 2s linear infinite;
    -webkit-animation: rotation 2s linear infinite;
    -o-animation: rotation 2s linear infinite;
}




.ron-list ul li a .ron-ico .ico img{
    max-width: 100%;
    max-height: 100%;
}
.ron-list ul li a span{
    display: block;
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
}

.ron-list .ron-warp .ron-more{
    overflow: hidden;
    margin-top: 85px;
    transition: all .5s ease;
}
.ron-list .ron-warp .ron-more img{
    max-width: 100%;
}
.ron-list .ron-warp .ron-more:hover{
    margin-left: 20px;
}


.ywfg{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ywfg li{
    width: 25%;
    float: none!important;
    padding: 0!important;
    border: none;
    margin-bottom: 30px;
    padding-right: 2%!important;
}
.ywfg li+li{
    border: none!important;
}
.ywfg li a{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.ywfg li a .img1{
    max-width: 25px;
    max-height: 25px;
    overflow: hidden;
    margin-right: 16px;
}
.ywfg li a .img1 img{
    margin-top: -25px;
    width: 100%;
}
.ywfg li a h3{
    font-size: 17px;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
}
.ywfg li a h3:hover{
    color: rgba(255, 255, 255, 0.5);
}

.w-message-wrap{
    margin-top: 10%;
}
.w-message-wrap input{
    border: none;
    outline: none;
    background: none;
}
.w-message-wrap textarea{
    border: none;
    outline: none;
    background: none;
}
.ysly{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; 
}
.ysly input{
    width: 31.5%;
    border: 1px solid #cfd7de;
    border-radius: 5px;
    height: 58px;
        text-indent: 20px;
    font-size: 16px;
    color:rgba(255, 255, 255, 0.5);
}
.ysly textarea{
    width: 31.5%;
    border: 1px solid #cfd7de;
    border-radius: 5px;
    height: 58px;
        text-indent: 20px;
        line-height: 58px;
    font-size: 16px;
    color:rgba(255, 255, 255, 0.5);
}

.code-group2{
   width: 31.5%; 
       border: 1px solid #cfd7de;
    border-radius: 5px;
    height: 58px;
}
.ysly #checkcode2{
    width: 55%;
    border: none;
    border-radius: none;
}

input::-webkit-input-placeholder{
    color:rgba(255, 255, 255, 0.5);
    text-indent: 20px;
    font-size: 16px;
}
input::-moz-placeholder{
    color:rgba(255, 255, 255, 0.5);
    text-indent: 20px;
    font-size: 16px;
}
input:-moz-placeholder{ 
    color:rgba(255, 255, 255, 0.5);
    text-indent: 20px;
    font-size: 16px;
}
input:-ms-input-placeholder{ 
    color:rgba(255, 255, 255, 0.5);
    text-indent: 20px;
    font-size: 16px;
}

textarea::-webkit-input-placeholder{
    color:rgba(255, 255, 255, 0.5);
    text-indent: 20px;
    font-size: 16px;
    line-height: 58px;
}
textarea::-moz-placeholder{
    color:rgba(255, 255, 255, 0.5);
    text-indent: 20px;
    font-size: 16px;
    line-height: 58px;
}
textarea:-moz-placeholder{ 
    color:rgba(255, 255, 255, 0.5);
    text-indent: 20px;
    font-size: 16px;
   line-height: 58px;
}
textarea:-ms-input-placeholder{ 
    color:rgba(255, 255, 255, 0.5);
    text-indent: 20px;
    font-size: 16px;
    line-height: 58px;
}


.w-submit{
    width: 50%;
    margin: 0 auto;
    display: block;
    background: #005bac!important;
    border-radius: 5px;
    border-color: none;
    height: 60px;
    font-size: 18px;
    color: #fff;
    line-height: 60px;
    margin-top: 30px;
}


/* 新闻资讯 */
.news{
    padding-top: 80px;
    padding-bottom: 80px;overflow:hidden;
}
.news .title{
    text-align: center;
}

.sort2{text-align:center;margin-top:20px;}
.sort2 li{display:inline-block;border-bottom:3px solid #fff;font-size:20px;margin:0 1.4vw;line-height:2.9;}
.sort2 li a{color:#888888;}
.sort2 li:hover{border-color:#005bac;}
.sort2 li:hover a{color:#005bac;font-weight:bold;}


.news .slick-slider{
    margin-bottom: 0;
    overflow: hidden;
}

.new-show{
    margin:0 -25px;margin-top:60px;position:relative;
}
.new-show  .slick-slide{margin:0 25px;}
.new-show .new-con a{
    display: block;
}




.new-show .new-con a .new-img{
    position: relative;
    overflow: hidden;
     
}
.new-show .new-con a .new-img img{
    width: 100%;display: block;
}
.new-show .new-con a .new-img span{
    display: block;
    position: absolute;
    top: 0;
    left: 30px;
}
.new-show .new-con a .new-img span img{
    max-width: 100%;
}
.new-show .new-con a .new-text{
    padding-top: 35px;
}
.new-show .new-con a .new-text h3{
    font-size:20px;
    color: #333;
    font-weight: bold;
    transition: all .3s ease;
   overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
}
.new-show .new-con a:hover .new-text h3{
    color: #005bac;
}
.new-show .new-con a .new-text span{
    display: block;
    font-size:16px;
    font-family: Arial;
    color: #999999;
    margin-top:14px;
}
.new-show .new-con a .new-text p{
    font-size: 18px;
    line-height: 25px;
    color: #6f6f6f;
    margin-top: 25px;
    height:50px;overflow: hidden;
}


.new-show .slick-dots{width:100%;text-align:center;margin-top:45px;z-index:999;}
.new-show .slick-dots li{background:#e6e6e6;text-indent:-10000px;overflow:hidden;width:10px;height:10px;margin: 0 8px!important;border-radius:50%;border:none;outline:none;display:inline-block;}
.new-show .slick-dots li.slick-active{background:#005bac!important;}
.new-show .slick-dots li button{display: none;}







/* 底部 */
.foot{background:url(../image/d73981ae3310a2d3db83eed757902eda6774aea4.png) no-repeat;background-size:100% 100%;position:relative;padding-top:100px;padding-bottom:80px;}
.foot:after{content:"";width:55.31%;height:86%;background:#232630;position:absolute;display: block;left:0;bottom:0;z-index:9;}
.foot .wh{position:relative;z-index:99;}
.fotba{width:56.18%;float:left;}
.foot_nav2 li{width:20%;float:left;}
.foot_nav2 li > a{color:#fff;font-size:17px;font-weight:bold;background:url(../image/65702c405aff6a12eaa4584ff93b0afbb9796601.png) no-repeat left bottom;padding-bottom:15px;}
.x-nav-menu{margin-top:25px;}
.x-nav-menu dd a{color:rgba(255,255,255,.5);font-size:14px;line-height:32px;height:32px;overflow:hidden;display:block;}
.x-nav-menu dd a:hover{color:#fff;}
.foot_nav2 li:nth-child(2){width:40%;}
.foot_nav2 li:nth-child(2) .x-nav-menu dd{width:50%;float:left;}


.ft-con{
    float: right;
    width:38.53%;
    display: flex;
    flex-wrap: wrap;
}


.ft-contact{
    float: left;
    width: 70%;
}
.ft-contact h3{
    font-size: 17px;
    color: #fff;
    font-weight: bold;
}

.fdh{color:#fff;font-size:14px;margin-top:15px;}
.fdh span{font-size:24px;}

.ft-contact .lx{
    font-size: 14px;
       color:rgba(255,255,255,.5);
    line-height: 28px;
    margin-top:10px;
}

.ft-contact .lx a{
       color:rgba(255,255,255,.5);
}



.ft-share{
    margin-top:32px;
}
.ft-share a{
    display: inline-block;
    margin-left: 15px;
}
.ft-share a:hover{
    background: #005bac;
}
.ft-share a:nth-child(1){
    margin-left: 0;
}
.ft-share a img{
    max-width: 100%;
}

.ft-ewm{
    float: right;
    width:24.43%;text-align: center;
}


.ft-ewm p{
    font-size: 14px;
    color: #fff;
    text-align: center;
    opacity: .5;
    margin-top: 15px;
}
.ft-ewm img{
    width: 100%;display:block;
}

.footer{
    background: #fff;
    font-size: 14px;
    color: #212122;
    padding: 28px 0;line-height:28px;
}
.footer a{
    font-size: 14px;
    color: #212122;
}
.footer a:hover{
    color: #005bac;
}

.ban2{
    width: 140px;
    background: #525253;
}
.c-link{
  line-height: 36px;
}

.c-link .con{
  justify-content: space-between;
  padding: 0 20px;
  align-items: center;
  border-bottom: none;
}

.c-link a{
  display: block;
}



.copy{
    float: left;
}
.ft-right{
    float: right;
}
.reg{
    float: right;
}
.ft-link{
    float: left;
    position: relative;
}
.ft-link span.button{
    font-size: 14px;
    color: #666666;
    cursor: pointer;
}
.ft-link span.button:hover{
    color: #005bac;
}
.ft-link .sec{
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: rgba(255,255,255,.6);
    padding: 10px;
    width: 100%;
    z-index: 999;
}


/* 头部自适应 */
@media(max-width: 1469px){
    .x-menu > li{
        margin-left: 4.5%;
    }
}

@media(max-width: 1199px){
    .hd-nav{width:72%;}
    .x-menu > li{
        margin-left: 3.5%;
    }
    .x-menu > li>a{
        font-size: 15px;
    }
}


/* 产品中心自适应 */

@media(max-width: 1440px){
    .pro-cfn{height:310px;}
    .pro-cfn ul li a h3{
        font-size: 16px;
    }


    .ywfg li{
        width: 33%;
    }
}

@media(max-width: 1024px){
    .pro-left{
        float: none;
        width: 100%;
    }
    .pro-cfn{height:auto;padding-right:0;}
    .pro-cfn ul li{
        width: 24%;line-height:45px;margin-bottom:10px;
    }
 
    .pro-cfn ul li a h3{
        font-size:13px;line-height:45px;
    }
    .pro-right{
        float: none;
        width: 100%;
    }
    .pro-right ul li .pro-img img{
        width: 100%;
    }
     .pro-right ul{
         height: auto !important;
     }
    .pro-right ul li{
        position: unset !important;
    }
    .pro-right{
        margin-top: 20px;
    }
    .pro-right ul li .pro-text{
        
    }
    .pro-right ul li .pro-text h3{font-size:20px;}
    .pro-right ul li .pro-text p{font-size:14px;}
    .product{
        padding-top: 50px;
        padding-bottom: 60px;
    }
    .pro-cfn{
        margin-top: 40px;
    }
    .title h3{
        font-size: 36px;
    }
    .title p{
        font-size: 16px;
        margin-top: 15px;
    }


    .ysly #checkcode2{
        width: 37%;
    }
    .ysly input{
        height: 38px;
        line-height: 38px;
        font-size: 14px;
    }
    .ysly textarea{
        height: 38px;
        line-height: 38px;
        font-size: 14px;
    }
    .code-group2{
        height: 38px;
        line-height: 38px;
        font-size: 14px;
    }
    #codeimg1{
        margin-top: -6px;
    }
    .w-submit{
       
        height: 38px;
        line-height: 38px;
        font-size: 14px; 
    }
input::-webkit-input-placeholder{
    color:rgba(255, 255, 255, 0.5);
    text-indent: 15px;
    font-size: 14px;
    line-height: 38px;
}
input::-moz-placeholder{
    color:rgba(255, 255, 255, 0.5);
    text-indent: 15px;
    font-size: 14px;
    line-height: 38px;
}
input:-moz-placeholder{ 
    color:rgba(255, 255, 255, 0.5);
    text-indent: 15px;
    font-size: 14px;
    line-height: 38px;
}
input:-ms-input-placeholder{ 
    color:rgba(255, 255, 255, 0.5);
    text-indent: 15px;
    font-size: 14px;
    line-height: 38px;
}

textarea::-webkit-input-placeholder{
    color:rgba(255, 255, 255, 0.5);
    text-indent: 15px;
    font-size: 14px;
    line-height: 38px;
}
textarea::-moz-placeholder{
    color:rgba(255, 255, 255, 0.5);
    text-indent: 15px;
    font-size: 14px;
    line-height: 38px;
}
textarea:-moz-placeholder{ 
    color:rgba(255, 255, 255, 0.5);
    text-indent: 15px;
    font-size: 14px;
    line-height: 38px;
}
textarea:-ms-input-placeholder{ 
    color:rgba(255, 255, 255, 0.5);
    text-indent: 15px;
    font-size: 14px;
    line-height: 38px;
}

    
}
@media(max-width: 991px){
    .pro-cfn ul li{width:31%;}
    .pro-right ul li .pro-text h3{
        font-size:18px;
    }
    .pro-right ul li .pro-text p{
        font-size: 14px;

    }

    .title h3{
        font-size: 32px;
    }
    .title p{
        font-size: 15px;
        margin-top: 10px;
    }
    .product{
        padding: 40px 0;
    }
        .ywfg li{
        width: 50%;
        margin-bottom: 12px;
    }
    .ywfg li a h3{
        margin-top: 0;
        font-size: 14px;
    }
}

@media(max-width:768px){
 .pro-cfn ul li a span{display:none;}
}
@media(max-width: 650px){
    body{
        padding-top: 60px;
    }
    .ysly input{
        width: 100%;
        margin-bottom: 15px;
    }
    .ysly textarea{
        width: 100%;
        margin-bottom: 15px;
    }
    .code-group2{
        width: 100%;
    }
    .w-submit{
    margin-top: 15px;
    }
    #codeimg1{
        float: right;
        margin-top: 1px;
    }


}
@media(max-width: 650px){

    .ywfg li a .img1{
        margin-right: 0;
    }
        .ywfg li a h3{
            font-size: 12px;
            line-height: 25px;
        }

    .pro-cfn{
        margin-top: 20px;
    }
}

@media(max-width:425px){
   .pro-cfn ul li{width:48%;}
   .pro-cfn ul li h3{background:none;padding-left:5%;}
   .pro-cfn ul li.on h3{background:none;padding-left:5%;}
   .pro-right ul li .pro-text h3{font-size:16px;}
}



@media(max-width: 375px){
    .pro-right ul li .pro-text{
        padding:15px 10px;
    }
    .pro-right ul li .pro-text p{
        display: none;
    }
}





/* 应用案例自适应 */
@media(max-width: 1199px){
    .case{
        padding: 60px 0;
    }
    .case-show{
        margin-top: 40px;
    }
    .case-show ul li a .case-text{
        padding: 20px;
    }
    .case-show ul li a .case-text h3{
        font-size: 22px;
    }
    .case-show ul li a .case-text p{
                         display:-webkit-box;/**对象作为伸缩盒子模型展示**/
            -webkit-box-orient:vertical;/**设置或检索伸缩盒子对象的子元素的排列方式**/
            -webkit-line-clamp:1;/**显示的行数**/
            overflow:hidden;/**隐藏超出的内容**/
    }
    .case-show ul li a .case-text span{
        font-size: 13px;
        margin-top: 15px;
    }
}
@media(max-width: 991px){
    .case{
        padding: 40px 0;
    }
    .case-show{
        margin-top: 20px;
        margin-left: -8px;
        margin-right: -8px;
    }
    .case-show ul li{
        margin: 0 8px;
    }
    .case-show .owl-carousel .owl-nav button{
        width: 40px;
        height: 40px;
    
    }
    .case-show .owl-carousel .owl-nav button.owl-prev,
    .case-show .owl-carousel .owl-nav button.owl-next{
        background-size: 40px 40px;
    }
    .case-show ul li a .case-text{
        padding: 15px;
    }
    .case-show ul li a .case-text h3{
        font-size: 18px;
    }
    .case-show ul li a .case-text p{
        font-size: 13px;
        line-height: initial;
        margin-top: 5px;
    }
    .case-show ul li a .case-text span{
        margin-top: 10px;
        font-size: 12px;
    }
}
@media(max-width: 650px){
    .case-show .owl-carousel .owl-nav{
        display: none;
    }
}

/* 新闻资讯自适应 */
@media(max-width: 1199px){
    .news{
        padding: 60px 0;
    }
    .new-show{
        margin:0 -10px;margin-top: 40px;
    }

    .sort2 li{font-size:18px;}
   .new-show .slick-slide{margin:0 10px;}
   .new-show .new-con a .new-text h3{font-size:18px;}
   .new-show .new-con a .new-text p{font-size:16px;}
   .new-show .new-con a .new-text span{font-size:14px;}
}
@media(max-width: 991px){
    .news{
        padding: 40px 0;
    }
    .new-show{
        margin-top: 20px;
    }
    .new-show .new-con a{
    }
    .new-show .new-con a .new-text h3{
        font-size: 17px;
    }
    .new-show .new-con a .new-text p{
        font-size: 13px;
        line-height: 24px;
        margin-top: 10px;
    }
    .new-show .slick-dots{margin-top:25px;}
}
@media(max-width: 475px){
    .news .title p span{
        padding-left: 18px;
        margin: 0 3px;
    }
    .news .title p{
        font-size: 14px;
    }
    .sort2 li{font-size:16px;margin:0 2vw;border-bottom:2px solid #fff;}
}
@media(max-width: 320px){
    .news .title p span{
        margin: 0;
    }
    .news .title p{
        font-size: 12px;
    }
}


/* 选择理由自适应 */
@media(max-width: 1440px){
    .ron-list .ron-warp .ron-con{
        max-width: 840px;
    }
}
@media(max-width: 1199px){
    .ron-cfn ul li{
        font-size: 18px;
    }
    .ron-tit .title{
        width: 60%;
    }
    .ron-cfn{
        width: 40%;
    }
    .ron-cfn ul li{
 
    }
    .ron-tit{
        padding: 50px 0;
    }
    .ron-list h3{
        font-size: 32px;
    }
    .ron-list .text{
        font-size: 15px;
        margin-top: 30px;
    }
    .ron-show{
        max-height: 550px;
    }
    .ron-list .tit{
        height: 550px;
    }
    .ron-list ul li{
        padding: 0 3%;
    }
    .ron-list ul{
        margin-top: 60px;
    }
    .ron-list .ron-warp .ron-more{
        margin-top: 40px;
    }
    .ron-list ul li a span{
        font-size: 14px;
    }
    .ron-list .ron-warp .ron-con{
        max-width: 685px;
    }
}
@media(max-width: 991px){
    .ron-tit .title{
        float: none;
        width: 100%;
    }
    .ron-cfn{
        float: none;
        width: 100%;
        margin-top: 30px;
    }
    .ron-cfn ul{
        justify-content: left;
    }
    .ron-tit{
        display: block;
        padding-bottom: 20px;
    }
    .ron-cfn ul li::after{
        margin-top: 10px;
    }
    .ron-list h3{
        font-size: 28px;
    }
    .ron-list .text{
        font-size: 14px;
        line-height: 26px;
    }
    .ron-list ul li a .ron-ico .ico{
        height: 40px;
    }
    .ron-list ul{
        margin-top: 40px;
    }
    .ron-list .ron-warp .ron-con{
        max-width: 565px;
    }
    .ron-list .tit h3{
        font-size: 18px;
    }
    .ron-list ul li{
        padding: 0 2%;
    }
    .ron-list ul li a span{
        margin-top: 10px;
    }
    .ron-show{
        max-height: 450px;
    }
    .ron-list .tit{
        height: 450px;
    }
}

@media(max-width: 767px){
    .ron-list{
        width: 100%;
        float: none;
    }
    .ron-show .ron-list.cur{
        width: 100%;
    }
    .ron-show{
        max-height: 100%;
        display: block;
    }
    .ron-list .tit{
        display: none;
    }
    .ron-list .ron-warp{
        width: 100%;
        padding: 30px 15px;
    }
    .ron-list .ron-warp .ron-con .mod-tit{
        display: block;
    }
    .ron-list h3{
        font-size: 22px;
        margin-top: 30px;
    }
    .ron-list .text{
        font-size: 13px;
        margin-top: 20px;
    }
    .ron-list + .ron-list{
        border-left: none;
        border-top: solid 1px #ddd;
    }
    .ron-cfn{
        display: none;
    }
    
}
@media(max-width: 560px){
    .ron-list ul li{
        width: 50%;
    }
    .ron-list ul li a span{
        text-align: center;
    }
    .ron-list ul li{
        padding: 10px 0;
    }
    .ron-list ul li:nth-child(3),
    .ron-list ul li:nth-child(4){
        border-top: solid 1px rgba(255, 255, 255, 0.15);
    }
    .ron-list ul li:nth-child(3){
        border-left: none;
    }
}
@media(max-width: 375px){
    .ron-list h3{
        font-size: 20px;
    }
    .ron-list .text{
        font-size: 12px;
    }
    .ron-list ul{
        margin-top: 20px;
    }
    .ron-list .ron-warp .ron-more{
        margin-top: 30px;
    }
}

/* 底部自适应 */
@media(max-width: 1199px){
    .footer{
        padding: 15px 0;
    }
    .foot{
        padding: 50px 0;
    }
    .ft-list ul li a{
        font-size: 13px;
        line-height: 26px;
    }
    .ft-list ul{
        margin-top: 20px;
    }
    .ft-contact .contact{
        margin-top: 20px;
        font-size: 13px;
    }
    .ft-share{
        margin-top: 30px;
    }
    .ft-list{
        margin-left: 15%;
    }
    .ft-contact{width:100%;}
    .ft-ewm{display:none;}
    .copy{
        float: none;
        width: 100%;
        font-size: 12px;
    }
    .foot_nav2 li > a{font-size:16px;}
    .ft-contact h3{font-size:16px;}
    .x-nav-menu dd a{font-size:13px;}
    .foot:after{height:92%;}
    .fdh span{font-size:20px;}

    .reg{
        font-size: 12px;
    }
    .footer{
        font-size: 12px;
        text-align: center;
    }
    .footer a{
        font-size: 12px;
    }
    .ft-link span.button{
        font-size: 12px;
    }
    .ft-right{
        float: none;
        width: 100%;
        display: flex;
        justify-content: center;
    }
}


.md-foot{
  display: none;
}
@media(max-width:768px){
  .foot{
    display:none;
  }
  .footer{
    display: none;
  }
  .md-foot{
  display: block;
  background: #151515;
  }
  .mod-logo{
      text-align: center;
      padding: 30px 0;
  }
  .mod-logo a{
    display: block;
  }
  .mod-logo a img{
    max-width: 100%;
  }
  .fd-cfn{
  border-bottom: solid 1px #ccc;
  margin-top: 10px;
  }
  .fd-cfn h3{
  font-size: 16px;
  color: #fff;
  line-height: 2.5;
  }
  .fd-cfn h3 span{
  padding-right: 10px;
  }
  .fd-cfn .fd-name{
  display: none;
  padding-left: 13px;
  }
  .fd-cfn .fd-name a{
  display: block;
  line-height: 28px;
  color: #fff;
  opacity: .8;
  }
  .fd-ly .copyright{
  color: #fff;
  padding: 15px 15px;
  line-height: 1.5;
  text-align: center;
  float: none;
  }
  .fd-ly .copyright a{
  color: #fff;
  }
}





.about-left{
    background: #f9f9f9;
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
}

.about-left .xypg-left-con{
    border: none;
}

.about-left .xypg-left-title{
    display: none;
}
.about-left .xypg-left-nav > li .first-nav-btn{
    display: none;
}

.about-left .xypg-left-nav > li{
    border:none;
     flex-wrap:nowrap;
}
.about-left .xypg-left-box{
    margin:0;
}

.about-left .xypg-left-nav{
    display: flex;

}
.about-left .xypg-left-nav > li > a{
    padding: 24px 44px;
}
.about-left .xypg-left-nav > li.clicked > a{
    background: #005bac;
    color:#fff;
}

.about-left .container{
    position: relative;
}
.about-left .page-position{
    position: absolute;
    right:0;
    top:8px;
    font-size:14px;
    color:#999;
}
.about-left .page-position a{
    color:#999;
}
.about-left .page-position a:hover{
    color:#005bac;
}




@media (max-width: 768px) {

 .xypg-right-content img{max-width:100%!important;width:auto!important;height:auto!important;}
}

@media(max-width: 991px){
    .x-banner,
    page-banner{
        padding-top: 60px;
    }
}
@media(max-width: 768px){
    .x-banner,
    page-banner{
        padding-top: 0px;
    }
}

@media(max-width:425px){
   .title h3{font-size:25px;}
   .title p{font-size:14px;}
   .ron-list .ron-warp .ron-con .mod-tit{font-size:21px;}
   .ron-list h3{font-size:18px;}
}



.x-menu > li.lastli{position:static;}
.so img {
    max-width: 100%;
}

.ss {
    display: none;
    position: absolute;
    left:0;
    top: 100px;
    width: 100%;
    padding:35px 0;
    z-index: 999;
    background: rgba(255, 255, 255, 0.63);
}
.ss #formsearch{width:40.62%;margin:0 auto;border:1px solid #282828;line-height:34px;}
.ss input {
    outline: none;
    width: 10%;
    background: none;
    border:none;
    background:url(../image/592843b19de009031cf219090ae48854343eb813.png) no-repeat center center;
    font-size: 13px;
    color: #1c4086;
    float:right;outline:none;
}

.ss #keyword {
    padding-left:22px;
    width: 90%;
    background: none;
    border:none;
    outline: none;
    font-size:14px;
    color: #686d71;letter-spacing:4px;
    float: left;text-align:left;
}

.ss #keyword:-webkit-autofill {
    -webkit-text-fill-color: #686d71 !important;
    transition: background-color 5000s ease-in-out 0s;
}

.ss #keyword::placeholder {
    color: #686d71;text-align:left;
}


@media(min-width: 991px){
	 .xypg-left-title{display: none;}
	.xypg-left-nav > li{display: inline-block;border-bottom: none;}
	.xypg-left-nav > li > a{padding: 5px 20px;}
	.xypg-left-con{border:none;text-align: center;}
	.xypg-left-nav > li .first-nav-btn{display: none;}
	.xypg-left-nav > li:hover > a, .xypg-left-nav > li.clicked > a {
	    color: #fff;background:#005bac;border-radius: 15px;
	}
}






.social-share .social-share-icon{
     width: 38px!important;
    height: 38px!important;
    line-height: 36px!important;
    border-radius:0!important;
    border: solid 1px #000!important;
    margin-left: 0.9vw;
    background: #000!important;
}

.social-share .icon-qq,
.social-share .icon-wechat,
.social-share .icon-weibo{
    color: #666!important;
}

.social-share .icon-qq:hover,
.social-share .icon-wechat:hover,
.social-share .icon-weibo:hover{
    background-color: #337ab7!important;
    border-color: #337ab7!important;
     color: #fff!important;
}


.djisng{
    position: fixed;
    top:14%;
    right: 1%;
    z-index: 9999;
}
.fingwe{
    position: relative;
}
.jiash{
    background: url(../image/5c9aa5080df86f1e9bb8d2371128b1ea14982e14.png) right center no-repeat;
    width: 12px;
    height: 12px;
    float: right;
}

@media(max-width:768px){
  .djisng{top:78px}
}


