﻿
@media(min-width:1439px){
    .container{
        width: 1380px;
        padding: 0 15px;
    }
}
@media(min-width:1639px){
    .container{
        width: 1480px;
        padding: 0 15px;
    }
}
.headers{
    background-color: #fafafa;
}
.headers2{
    padding: 10px 0;
}
.header-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ht-left{
    color: #333;
    font-size: 15px;
    line-height: 45px;
}
.ht-right{
    color: #333;
    font-size: 15px;
}
.ht-right a{
    color: #333;
    font-size: 15px;
    transition: all .5s;
}
.ht-right a:hover{
    color: #025ab4;
    transition: all .5s;
}
.header-center{
    display: flex;
    align-items: center;
}
.hc-text h3{
    color: #444444;
    font-weight: bold;
    font-size: 20px;
}
.hc-text h4{
    color: #444444;
    font-size: 18px;
    margin-top: 10px;
}
.header-center span{
    display: block;
    height: 25px;
    background-color: #444;
    width: 1px;
    margin-left: 18px;
    margin-right: 24px;
}
.hc-tel{
    display: flex;
    align-items: center;
}
.hc-tel h3{
    color: #333333;
    font-size: 20px;
}
.hc-tel h4{
    color: #025ab4;
    font-size: 26px;
    font-weight: bold;
    margin-top: 6px;
}
.hc-tel .tel-text{
    margin-left: 10px;
}
.hc-logo{
    width: 26.8%;
}
.hc-text{
    width: 40.2%;
}
.hc-tel{
    width: 30%;
    justify-content: right;
}
.hb-nav{
    width: 94%;
    margin: 0px auto;
}
.headers3{
    background-color: #fafafa;
    margin-top: 10px;
}
.x-banner .owl-carousel .owl-nav button{
    display: none;
}



/*首页来了*/
.st-title{
    text-align: center;
    padding-top: 45px;
}
.st-title h3{
    color: #333333;
    font-size: 44px;
    font-weight: bold;
}
.st-title h4{
    color: #333333;
    font-size: 22px;
    margin-top: 15px;
}
.fuwu-all{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.fuwu-left{
    width: 60%;
}
.fuwu-left img{
    width: 100%;
}
.fw-toplist{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.fw-toplist li{
    width: 12.285%;
}
.fw-toplist li h3{
    font-size: 16px;
    color: #333333;
    line-height: 74px;
    transition: all .5s;
    text-align: center;
    position: relative;
}
.fw-toplist li h3::before{
    content: "";
    width: 0px;
    height: 0px;
    border-top: 22px solid #004e91;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -22px;
    left: calc(50% - 10px);
    opacity: 0;
    transition: all .5s;
}
.fw-toplist li:hover h3::before{
    opacity: 1;
    transition: all .5s;
}
.fw-toplist li.cur h3::before{
    opacity: 1;
    transition: all .5s;
}
.fw-toplist li:hover h3{
    background-color: #004e91;
    color: #fff;
    transition: all .5s;
}
.fw-toplist li.cur h3{
    background-color: #004e91;
    color: #fff;
    transition: all .5s;
}
.fw-bottomlist{
    margin-top: 45px;
}
.ttd{
    display: none;
}
.fuwu-right{
    width: 40%;
    padding-left: 3%;
    padding-right: 3.5%;
}
.fuwu-right h3{
    font-size: 24px;
    color: #333333;
    font-weight: bold;
}
.fuwu-right h4{
    font-size: 15px;
    color: #666666;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    margin-top: 20px;
}
.fw-bottomlist .ttd{
    background-color: #f9fafe;
    box-shadow: #dedede 0px 0px 10px;
}
.fuwu-right a{
    display: block;
    line-height: 36px;
    font-size: 16px;
    color: #f2f2f2;
    text-align: center;
    background-color: #004e91;
    width: 25%;
    float: right;
    margin-top: 25px;
    transition: all .5s;
}
.fuwu-a{
    position: relative;
}
.fuwu-a::before{
    position: absolute;
    content: '';
    background-color: #004e91;
    height: 1px;
    width: 100%;
    bottom: -1px;
    transition: all .5s;
}
.fuwu-right a:hover{
    background-color: #333;
    color: #fff;
    transition: all .5s;
}
.jay::before{
    background-color: #333;
    transition: all .5s;
}



/**/

.st-detect{
    background: url(img/7b530f8f09ad08871d7c596eb58acbbda7491285.jpg) no-repeat center;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 105px;
    margin-top: 70px;
}
.detect{
    padding-left: 55px;
}
.detect li h3{
    font-size: 60px;
    color: #f8f8f8;
    font-weight: bold;
}
.detect li h4{
    font-size: 34px;
    color: #f8f8f8;
    margin-top: 45px;
}
.detect li h5{
    font-size: 34px;
    color: #f8f8f8;
    margin-top: 10px;
}
.detect li h6{
    font-size: 24px;
    color: #f8f8f8;
    line-height: 44px;
    margin-top: 40px;
}



.fuwu-list{
    margin-top: 22px;
}



/**/

.st-process{
    margin-top: 30px;
    background-color: #f2f2f7;
    padding-bottom: 85px;
}
.process-list{
    margin-top: 70px;
    padding: 0 3.5%;
    display: block;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.process-list li{
    float: left;
    width: 20%;
    margin-right: 10.5%;
    padding-left: 25px;
    margin-top: 35px;
    padding-top: 45px;
    padding-bottom: 40px;
    position: relative;
}
.process-list li:nth-child(4n){
    margin-right: 0;
}
.process-list li:nth-child(5){
    margin-left: 18%;
}
.process-list li h3{
    font-size: 27px;
    font-weight: bold;
    color: #ffffff;
    position: absolute;
    right: 27px;
    top: 88px;
}
.process-list li h4{
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin-top: 15px;
    transition: all .5s;
}
.process-list li img{
    height: 70px;
}
.process-list li:nth-child(-n+3)::before{
    position: absolute;
    content: '';
    background: url(img/2522379a0673fe364b18190664f1635a6b5720ea.png) no-repeat center;
    width: 29px;
    height: 29px;
    right: 20px;
    bottom: -30px
}   
.process-list li:not(:nth-child(-n+3))::after{
    position: absolute;
    content: '';
    background: url(img/a07a3ac5b52fba21160ad2c42201f0ae4a339d6e.png) no-repeat center;
    width: 29px;
    height: 29px;
    right: 85px;
    top: -30px;
}
.process-list li:last-child::after{
    display: none;
}
.process-list li .lc-img{
    width: 55%;
    display: flex;
    justify-content: center;
}
.process-list li .lc-img img{
    margin: 0px auto;
    transition: all .5s;
}
.process-list li:hover .lc-img img{
    transform: rotate(360deg);
    transition: all .5s;
}
.process-list li:hover h4{
    color: #004e91;
    transition: all .5s;
}
.news-list{
    margin-top: 50px;
}

.news-img img{
    width: 100%;
}

.news-text{
    padding: 15px 0px 25px 0px;
}

.news-text h4{
    font-size: 16px;
    color: #555555;
}

.news-text h3{
    font-size: 22px;
    color: #000000;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: bold;
    white-space: nowrap;
    margin-top: 30px;
    transition: all .3s;
}

.news-text h5{
    font-size: 16px;
    color: #555555;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 25px;
}

.news-text span{
    width: 110px;
    font-size: 14px;
    color: #f8f8f8;
    display: block;
    margin-top: 30px;
    text-align: center;
    line-height: 30px;
    transition: all .3s;
    background-color: #000;
    border-radius: 30px;
}

.news-list ul li:hover .news-text h3{
    color: #004e91;
    transition: all .3s;
    font-weight: bold;
}

.news-list ul li:hover .news-text span{
    background-color: #004e91;
    transition: all .3s;
    color: #f8f8f8;
}
.news-list ul li:hover .news-img img{
    transform: scale(1.1);
    transition: all .5s;
}
.news-list ul li .news-img{
    overflow: hidden;
    transition: all .5s;
}
.news-list ul li .news-img img{
    transition: all .5s;
}
.gs-news{
    margin-top: 60px;
}









/**/

.st-footers{
    background-color: #0f0f0f;
    padding-top: 24px;
    margin-top: 65px;
}
.st-footleft{
    display: flex;
    justify-content: space-between;
    width: 76%;
    padding-right: 13%;
}
.fd-cfn h3{
    font-size: 22px;
    color: #ffffff
}
.fd-name{
    margin-top: 15px;
}
.fd-name .nnn{
    line-height: 36px;
}
.fd-name .nnn a{
    font-size: 18px;
    color: #fefefe;
    transition: all .3s;
}
.fd-name .nnn a:hover{
    color: #004e91;
    transition: all .3s;
}
.fd-name .nnn p{
    font-size: 18px;
    color: #fefefe;
}
.st-footright{
    width: 24%;
}
.st-footers2{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 45px;
}
.linktxt span{
    font-size: 22px;
    color: #ffffff;
}
.st-footright h3{
    font-size: 18px;
    color: #ffffff;
    margin-top: 35px;
}

.sousuo{
    width: 88%;
    margin-top: 42px;
}
.sousuo #formsearch #keyword{
    width: 100%;
    line-height: 46px;
    border-radius: 5px;
    border: 1px solid #666;
}
.sousuo #formsearch{
    width: 100%;
    position: relative;
}
.sousuo #formsearch #s_btn{
    position: absolute;
    top: 11px;
    right: 28px;
    background: url(img/4bc23c60bcbf904e93eba7d595b83fc443c7b4b4.png) no-repeat center;
    width: 19px;
    height: 22px;
    border: none;
    font-size: 0;
}
.qs-floors{
    background-color: #0f0f0f;
}
.cece{
    font-size:14px;
    color:#3d3d3d;
}

.cece a{
    font-size:14px;
    color:#3d3d3d;
}
.cece a:hover{
    color: #fff;
    opacity: 1;
}
.cop-left span a{
    position: relative;
    margin-right: 6px;
}
.cop-left span a::before{
    position: absolute;
    content: ",";
    right: -6px;
    bottom: -4px;
}
.qs-floors{
    padding: 23px 0;
}
.qs-floors2{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.qs-floors2::before,.qs-floors2::after{
    display: none;
}
.cop-right{
    display: flex;
    align-items: center;
    justify-content: center;
}





/*小屏幕底部样式*/


.md-foot{
    display: none;
}
.fd-ly{
    display: none;
    background-color: #232324;
}
.fd-ly .copyright{
    color: #f7f7f7;
}
.fd-ly .copyright a{
    color: #f7f7f7;
}
.fd-ly .copyright a:hover{
    color: #fff;
}
@media(max-width:768px){
    .st-footersall{
        display: none;
    }
    .fd-ly{
        display: block;
        text-align: center;
    }
    .qs-footer{
        display: none;
    }
    .qs-floors{
        display: none;
    }
    .footer-flo{
        display: none;
    }
    .jrw-footer{
        display: none;
    }
    .md-foot{
    display: block;
}

  .md-foot{
    background: #232324;
  }
  .h-footer{
      display: none;
  }
  .hm-floor{
      display: none;
  }
  .mod-logo{
      text-align: center;
        padding-top: 20px;
        /* padding-bottom: 10px; */
  }
  .mod-logo a{
    display: block;
  }
  .mod-logo a img{
    max-width: 100%;
  }
  .fd-cfn{
  border-bottom: solid 1px #ccc;
  margin-top: 10px;
  padding: 0 20px;
  }
  .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 a{
  color: #fff;
  opacity: .8;
  }

  .box3 {
      top:125px!important;
  }
  .box3 .lis1{
      width: 25% !important;
  }
}








/*自适应调整*/
@media(max-width:1638px){
    .process-list li{
        width: 21%;
    }
    .process-list li:nth-child(4){
        margin-left: 13%;
    }
}

@media(max-width:1439px){
    .hc-logo img{
        width: 100%;
    }
    .x-menu > li>a{
        font-size: 16px;
    }
    .hc-tel h3{
        font-size: 16px;
    }
    .hc-tel h4{
        font-size: 22px;
    }
    .st-title h3{
        font-size: 36px;
    }
    .st-title h4{
        font-size: 18px;
    }
    .fw-toplist li h3{
        font-size: 18px;
        line-height: 60px;
    }
    .fuwu-right h4{
        line-height: 30px;
    }
    .fuwu-right a{
        font-size: 15px;
    }
    .detect li h3{
        font-size: 48px;
    }
    .detect li h4{
        font-size: 26px;
    }
    .detect li h5{
        font-size: 26px;
    }
    .detect li h6{
        font-size: 20px;
    }
    .process-list li h4{
        font-size: 14px;
    }
    .fd-name .nnn a{
        font-size: 16px;
    }
    .fd-name .nnn{
        line-height: 28px;
    }
    .fd-name .nnn p{
        font-size: 16px;
    }
    .process-list li{
        width: 25%;
    }
    .process-list li:nth-child(4){
        margin-left: 13%;
    }
    .process-list li{
        margin-right: 5%;
    }
    .qs-floors2{
        flex-wrap: wrap;
    }
}

@media(max-width:1199px){
    .ht-left{
        font-size: 12px;
    }
    .x-seo{
        font-size: 12px;
    }
    .x-seo a{
        font-size: 12px;
    }
    .hc-text h3{
        font-size: 18px;
    }
    .hc-text h4{
        font-size: 16px;
    }
    .headers2{
        padding: 10px 0;
    }
    .x-menu > li>a{
        font-size: 15px;
    }
    .st-title h3{
        font-size: 28px;
    }
    .st-title h4{
        font-size: 16px;
    }
    .fw-toplist li h3{
        font-size: 16px;
    }
    .fuwu-right h3{
        font-size: 20px;
    }
    .fuwu-right h4{
        font-size: 14px;
        line-height: 24px;
    }
    .fuwu-right a{
        font-size: 13px;
    }
    .detect li h3{
        font-size: 34px;
    }
    .detect li h4{
        font-size: 22px;
        margin-top: 25px;
    }
    .detect li h5{
        font-size: 22px;
        margin-top: 10px;
    }
    .detect li h6 {
        font-size: 17px;
        line-height: 34px;
    }
    .st-detect{
        padding-bottom: 50px;
    }
    .process-list li{
        margin-right: 3%;
        width: 31%;
    }
    .process-list li:nth-child(4){
        margin-left: 0;
    }
    .process-list li:not(:nth-child(-n+3))::after{
        display: none;
    }
    .process-list li:nth-child(-n+3)::before{
        display: none;
    }
    .news-text h3{
        font-size: 16px;
    }
    .news-text h5{
        font-size: 14px;
    }
    .news-text h3{
        margin-top: 18px;
    }
    .news-text h5{
        margin-top: 15px;
    }
    .news-text span{
        margin-top: 20px;
        font-size: 13px;
        width: 80px;
    }
    .fd-cfn h3{
        font-size: 18px;
    }
    .fd-name .nnn a{
        font-size: 14px;
    }
    .fd-name .nnn{
        font-size: 14px;
    }
    .c-link{
        padding: 0;
    }
    .linktxt span{
        font-size: 18px;
    }
    .st-footright h3{
        font-size: 14px;
    }
    .qs-floors2{
        flex-wrap: wrap;
    }
}

.kiss1{
    display: block;
}
.kiss2{
    display: none;
}

@media(max-width:991px){
    body{
        padding-top: 60px;
    }
    .page-banner{
        display: none;
    }
    .x-banner .owl-carousel .owl-dots button.owl-dot{
        width: 3em;
    }
    .fw-toplist{
        flex-wrap: wrap;
    }
    .fw-toplist li{
        width: 48%;
    }
    .fw-toplist li h3::before{
        display: none;
    }
    .fw-toplist li:last-child{
        display: none;
    }
    .fuwu-left{
        width: 100%;
    }
    .fuwu-right{
        width: 100%;
        margin-top: 20px;
    }
    .fw-toplist li h3{
        line-height: 40px;
    }
    .st-detect{
        padding:  50px 0;
        margin-top: 50px;
    }
    .detect li h3{
        font-size: 26px;
    }
    .detect li h4{
        font-size: 18px;
    }
    .detect li h5{
        font-size: 18px;
    }
    .detect li h6{
        font-size: 15px;
        margin-top: 25px;
    }
    .kiss1{
        display: none;
    }
    .kiss2{
        display: block;
    }
    .process-list li{
        background-size: cover !important;
        float: left;
        width: 31%;
        margin-right: 3.5%;
        padding-left: 17px;
        margin-top: 35px;
        padding-top: 33px;
        padding-bottom: 8px;
        position: relative;
    }
    .process-list li h3{
        font-size: 20px;
        top: 72px;
    }
    .st-footright{
        display: none;
    }
    .st-footleft{
        padding-right: 0;
        width: 100%;
    }
    .st-footers2{
        padding-bottom: 15px;
    }
    .xypg-right-content p img{
    width: 100% !important;
}
}



@media(max-width:768px){
    .process-list li{
        margin-right: 0;
        width: 50%;
    }
}
@media(max-width:500px){
    .process-list li{
        margin-right: 0;
        width: 100%;
        padding: 20px 0;
    }
    .process-list li h4{
        padding-left: 25px;
    }
    .process-list{
        margin-top: 35px;
    }
}
