@media(min-width:1300px){
    .container{
        width: 1250px;
        padding: 0 15px;
    }
}
@media(min-width:1400px){
    .container{
        width: 1350px;
        padding: 0 15px;
    }
}
@media(min-width:1500px){
    .container{
        width: 1400px;
        padding: 0 15px;
    }
}
@media(min-width:1600px){
    .container{
        width: 1500px;
        padding: 0 15px;
    }
}
@media(min-width:1700px){
    .container{
        width: 1550px;
        padding: 0 15px;
    }
}
@media(min-width:1850px){
    .container{
        width: 1650px;
        padding: 0 15px;
    }
}

h2,h3,h4,h5,h6{
    font-weight: normal;
}
/*头部样式*/
body{
    position: relative;
}
.hr-header{
    padding: 0 45px;
    background-color: rgb(255, 255, 255,0);
    position: absolute;
    left: 0%;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.kiss{
    background-color: rgb(255, 255, 255,1);
}
.header-rss{
    text-align: right;
    font-size: 14px;
    color: #555555;
}
.header-rss a{
    color: #555555;
}
.header-rss a:hover{
    color: #0051b8;
}
.header-all{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
.x-menu::before,.x-menu::after{
    display: none;
}
.x-menu{
    padding-left: 45px;
    padding-right: 95px;
}
.header-nav{
    width: 73.5%;
    padding-right: 3.5%;
    position: relative;
}
.hr-search{
    width: 4.8%;
    position: absolute;
    right: 0;
    top: 0;
    background: #00449a;
    text-align: center;
    line-height: 45px;
}
.search-all{
    position: relative;
}
.searchs{
    position: absolute;
    bottom: -50px;
    right: 0;
    z-index: 9999;
    display: none;
}
.searchs #keyword{
    width: 240px;
    line-height: 36px;
    padding-left: 20px;
    border: 1px solid #333;
    outline:none;
}
.searchs #sformsearch{
    position: relative;
}
.searchs #sformsearch #s_btn{
    position: absolute;
    width: 40px;
    top: 5px;
    right: 1px;
    line-height: 36px;
    border: none;
    background: url(../image/395073419757db0df15ebe0bb42668d6cfd61f08.png) no-repeat center;
}
.sbwz{
    font-size: 15px;
    color: #555555;
    padding-left: 27%;
    padding-bottom: 10px;
}
.sbwz a:hover{
    color: #0051b8;
}
.x-banner{
    position: relative;
}
.hr-list{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 999;
}
.ys-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 45px 125px;
}
.ys-list li{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ys-list li:hover img{
    transform: rotate(360deg);
    transition: all .3s;
}
.ys-list li img{
    transition: all .3s;
}
.ys-list li .ys-text{
    margin-left: 20px;
}
.ys-list li .ys-text h3{
    font-size: 20px;
    color: #0051b8;
    font-weight: bold;
}
.ys-list li .ys-text h4{
    font-size: 16px;
    color: #555555;
    margin-top: 10px;
}
.hr-list{
    background-color: transparent;
}
.hr-list .ys-list{
    background-color: rgb(255, 255, 255, .7);
}



/*产品中心*/

.hr-products{
    margin-top: 20px;
}
.product-all{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.product-left{
    width: 24%;
}
.product-right{
    width: 69.44%;
    margin-top: 25px;
}
.product-left .h3{
    margin-left: 80px;
    font-size: 40px;
    color: #333333;
    margin-top: 40px;
    position: relative;
}
.product-left .h3::before{
    position: absolute;
    content: '';
    height: 1px;
    background: #ececec;
    bottom: -23px;
    right: 0;
    width: 20%;
}
.procate-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 55px;
}
.procate-list li{
    width: 48%;
    border: 1px solid #ebebeb;
    margin-top: 14px;
    transition: all .5s;
}
.procate-list li:hover{
    background-color: #0051b8;
    transition: all .5s;
}
.procate-list li.cur{
    background-color: #0051b8;
    transition: all .5s;
}
.procate-list li a h3{
    font-size: 16px;
    color: #444444;
    line-height: 44px;
    text-align: center;
    transition: all .5s;
}
.procate-list li a span{
    font-size: 16px;
    color: #444444;
    line-height: 44px;
    transition: all .5s;
    text-align: center;
    margin-left: 35px;
    position: relative;
}
.procate-list li a span::before{
    position: absolute;
    content: '';
    width: 1px;
    height: 66%;
    background: #444444;
    left: -15px;
    top: 17%;
    transition: all .5s;
}
.procate-list li a{
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
}
.procate-list li a img{
    filter: invert(1);
    transition: all .5s;
}
.procate-list li:hover a h3{
    color: #fff;
    transition: all .5s;
}
.procate-list li.cur a h3{
    color: #fff;
    transition: all .5s;
}
.procate-list li:hover a span{
    color: #fff;
    transition: all .5s;
}
.procate-list li:hover a img{
    filter: invert(0);
    transition: all .5s;
}
.procate-list li:hover a span::before{
    background: #fff;
    transition: all .5s;
}
.procate-list li.cur a span{
    color: #fff;
    transition: all .5s;
}
.procate-list li.cur a img{
    filter: invert(0);
    transition: all .5s;
}
.procate-list li.cur a span::before{
    background: #fff;
    transition: all .5s;
}
.hr-products{
    position: relative;
}
.hr-products::before{
    position: absolute;
    width: 24.8%;
    background: #ececec;
    height: 1px;
    left: 0;
    top: 31%;
    content: '';
}
.product-right .ttzs .ttd{
    
    /*display: flex;*/
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.product-right li{
    width: 100%;
    position: relative;
    float: left;
    margin: 0.9%;
}
.product-right li a .pro-img{
    overflow: hidden;
}
.product-right li a .pro-img img{
    width: 100%;
}
.product-right li a .pro-text{
    text-align: center;
    position: absolute;
    left: 10%;
    bottom: 15px;
    background: rgb(0, 81, 184, .67);
    width: 80%;
    padding: 23px 0;
    transition: all .5s;
}
.product-right li a .pro-text h3{
    color: #ececec;
    text-align: center;
    font-size: 18px;
}
.product-right li a .pro-text img{
    margin: 0px auto;
    display: none;
    transition: all .5s;
}
.product-right li:hover a .pro-text img{
    margin: 60px auto;
    display: block;
    transition: all .5s;
    margin-bottom: 0;
    width: auto
}
.product-right li:hover a .pro-text{
    padding: 55px 0;
}
/*.ttzs{*/
/*    display: none;*/
/*}*/







/*专业的服务*/

.fuwu{
    background: url(../image/46fbdc46c25d3d01dd0665e2c6129686240733a4.jpg) no-repeat center;
    padding-top: 35px;
    padding-bottom: 30px;
    margin-top: 50px;
    padding-left: 140px;
    
}
.fuwu h3{
    font-size: 28px;
    color: #fff;
}
.fuwu h4{
    font-size: 20px;
    color: #fff;
    margin-top: 15px;
}
.fuwu h5{
    font-size: 17px;
    color: #fff;
    margin-top: 15px;
    display: flex;
    align-items: center;
}
.fuwu h5 img{
    margin-right: 15px;
}


    .fuwu a h3{
        font-size: 16px;
        color: #fff;
        line-height: 44px;
        text-align: center;
        transition: all .5s;
    }
    .fuwu a span{
        font-size: 16px;
        color: #fff;
        line-height: 44px;
        transition: all .5s;
        text-align: center;
        margin-left: 35px;
        position: relative;
    }
    .fuwu a span::before{
        position: absolute;
        content: '';
        width: 1px;
        height: 66%;
        background: #fff;
        left: -15px;
        top: 17%;
        transition: all .5s;
    }
    .fuwu a{
        display: block;
        display: flex;
        align-items: center;
        background: #0051b8;
        padding: 0 10px;
        width: 115px;
        margin-top: 10px;
        margin-left: 45px;
        transition: all .5s;
    }
    .fuwu a:hover{
        background: #000;
        transition: all .5s;
    }
    .fuwu a img{
        filter: invert(0);
        transition: all .5s;
    }
    .fuwu:hover a h3{
        color: #fff;
        transition: all .5s;
    }
    .fuwu:hover a span{
    color: #fff;
    transition: all .5s;
}
.fuwu:hover a img{
    filter: invert(0);
    transition: all .5s;
}
.fuwu:hover a span::before{
    background: #fff;
    transition: all .5s;
}






/*关于我们*/

.hr-abouts{
    margin-top: 40px;
}
.about-ceiling{
    display: flex;
    justify-content: space-between;
}
.abce-left{
    width: 15.45%;
    text-align: right;
}
.abce-right{
    margin-top: 20px;
    width: 56.17%;
    padding-right: 40px;
    text-align: center;
}
.abce-right h3{
    font-size: 50px;
    color: #002f4f;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.abce-right h3 span{
    display: block;
    width: 12px;
    height: 12px;
    background-color: #0051b8;
    border-radius: 50%;
    margin: 0 5px;
}
.abce-right h4{
    margin-top: 15px;
    font-size: 16px;
    color: #444444;
}
.abce-right h5{
    font-size: 12px;
    color: #666666;
    text-transform: uppercase;
    margin-top: 60px;
    letter-spacing: 6px;
}
.abce-right h6{
    margin-top: 35px;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-align: center;
}
.about-floor{
    margin-top: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.about-floor li{
    padding: 30px 35px;
    border: 1px solid #eee;
    transition: all .5s;
}
.about-floor li:hover{
    border: 1px solid #002f4f;
    transition: all .5s;
}
/*.about-floor li:last-child{*/
/*    border-right: none;*/
/*}*/
.about-floor li .ab-img{
    margin: 0px auto;
    text-align: center;
}
.about-floor li h3{
    font-size: 15px;
    line-height: 30px;
    color: #666666;
    text-align: center;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}







/*新闻中心*/

.hr-news{
    margin-top: 35px;
    background: #edeff2;
    padding-top: 50px;
}
.news-all{
    display: flex;
    justify-content: space-between;
}
.news-left{
    width: 20%;
    margin-top: 30px;
}
.news-right{
    width: 80.25%;
    padding-right: 20px;
    padding-left: 55px;
}
.news-left h3{
    margin-top: 50px;
    font-size: 40px;
    color: #333333;
    position: relative;
    text-align: right;
}
.news-left h3::before{
    position: absolute;
    background: #5f6061;
    width: 15%;
    height: 1px;
    content: '';
    right: 0;
    bottom: -30px;
}
.news-left h4{
    margin-top: 65px;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    padding-left: 25px;
    text-align: right;
}
.news-left a{
    display: block;
    width: 108px;
    border: 1px solid #5d5d5e;
    border-radius: 30px;
    text-align: center;
    font-size: 14px;
    color: #003390;
    line-height: 35px;
    margin-top: 35px;
    float: right;
    transition: all .5s;
}
.news-left a:hover{
    background: #0051b8;
    color: #fff;
    transition: all .5s;
    border:1px solid #fff;
}
.news-right{
    display: flex;
    justify-content: space-between;
}
.nr-left{
    width: 6.2%;
    margin-top: 80px;
}
.nr-right{
    width: 93.8%;
    padding-left: 40px;
}
.nr-left li{
    background: url(../image/bf1dc077f6bd8dd1e38166e89fd27f5a24ea1338.png) no-repeat center;
    width: 74px;
    height: 85px;
    margin-top: 30px;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    transition: all .5s;
}
.nr-left li a h3{
    font-size: 18px;
    color: #666666;
    text-align: center;
    transition: all .5s;
}
.nr-left li:hover{
    background: url(../image/31f229e452bca85ee47192570cc1c6c1db5f351a.png) no-repeat center;
    transition: all .5s;
}
.nr-left li:hover a h3{
    color: #fff;
    transition: all .5s;
}
.nr-left li.cur{
    background: url(../image/31f229e452bca85ee47192570cc1c6c1db5f351a.png) no-repeat center;
    transition: all .5s;
}
.nr-left li.cur a h3{
    color: #fff;
    transition: all .5s;
}
.nr-right .ttzss{
    width: 100%;
}
.nr-right .ttzss .ttds{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.nr-right .ttzss .ttds li{
    width: 49%;
    border-top: 1px solid #cccccc;
}
.ttzss{
    display: none;
}
.new-date{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.new-date span{
    display: block;
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50%;
    margin-right: 3%;
}
.new-date h3{
    font-size: 18px;
    color: #4c4c4c;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 80%;
    transition: all .5s;
}
.new-date h4{
    font-size: 18px;
    color: #999999;
    width: 15%;
}
.nr-right .ttzss .ttds li a{
    display: block;
    padding: 40px 0;
}
.nr-right .ttzss .ttds li a h5{
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding-left: 4%;
    padding-right: 85px;
    position:relative;
}
.nr-right .ttzss .ttds li a h5::before{
    background: url(../image/9a85430ddefe672b205a3f144663c8434d5883f9.png) no-repeat;
    width: 34px;
    height: 21px;
    position: absolute;
    right: 15px;
    content: '';
    bottom: 0;
}
.nr-right .ttzss .ttds li:hover a .new-date h3{
    color: #0051b8;
    font-weight: bold;
    transition: all .5s;
}






/*底部样式*/

.hr-footers{
    padding-top: 50px;
    background-color: #004eb2;
}
.fotter-ceiling{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fc-left{
    width: 21.6%;
}
.fc-center{
    width: 49.56%;
}
.fc-right{
    width: 27.6%;
}
.fc-center{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fc-center li{
    padding-left: 30px;
    border-left: 1px solid #2467bd;
    list-style: none;
}
.fc-center li h3{
    font-size: 14px;
    color: #ffffff;
}
.fc-center li h4{
    font-size: 15px;
    color: #ffffff;
    margin-top: 8px;
}
.fc-right{
    display: flex;
    justify-content: right;
}
.fc-right .ewm:first-child{
    margin-right: 30px;
}
.fc-right .ewm h3{
    margin-top: 15px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.fotter-middle{
    display: flex;
    background-color: #004193;
    margin-top: 40px;
    padding-bottom: 35px;
}
.fm-title{
    width: 17.28%;
}
.fm-title h3{
    font-size: 30px;
    color: #fff;
    margin-top: 23px;
    margin-left: 28px;
}
.fm-list{
    width: 69.75%;
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
}
.fm-list dl{
    width: 20%;
}
.fm-list dl dt{
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
}
.fm-list dl dd a{
    font-size: 16px;
    line-height: 32px;
    opacity: .55;
    color: #ffffff;
    transition: all .5s;
}
.fm-list dl dd a:hover{
    opacity: 1;
    transition: all .5s;
}
.fm-list dl dd:first-child{
    margin-top: 16px;
}
.fotter-floor{
    padding-top: 45px;
    padding-bottom: 30px;
    font-size: 14px;
    color: #ffffff;
}
.fotter-floor a{
    font-size: 14px;
    color: #ffffff;
}




/*小屏幕底部*/

.foot {
  background: #2b3642;
  color: #bcbbbe;
  padding: 0 15px;
  /*padding-top: 20px;*/
  /*padding-bottom: 15px;*/
  display: none;
}

.fw {
  width: 95%;
  margin: 0 auto;
  padding-bottom: 10px;
}

.fw .du .dul .p1 span {
  float: right;
  padding-right: 20px;
}

.fw .du .dul .sec li {
  padding-left: 10px;
  margin-bottom: 8px;
}

.fw .du .dul .sec {
  display: none;
}

.fw .du .dul .sec a {
  color: #939090;
  font: 400 13px/26px "Microsoft yahei";
}

.fw .du .dul p {
  border-bottom: 1px solid #7a7a7a;
  font: 400 16px/52px "Microsoft yahei";
}

.fw .du {
  font-size: 14px;
}

.sjbq {
  font-size: 12px;
  color: #bcbbbe;
  padding-top: 5px;
}

.sjbq a {
  color: #bcbbbe;
}

.x-m-power {
  text-align: center;
  color: #bcbbbe;
  font: 400 14px/20px "Microsoft yahei";
  margin-top: 20px;
}

.x-m-power a {
  color: #bebebe !important;
  font: 400 14px/20px "Microsoft yahei";
}

.x-m-power a:hover {
  color: rgba(255, 255, 255, 0.6);
}

.products-lists{
    display: none
}


.products-lists li{
    text-align: center;
}

.products-lists li a{
    font-size: 15px;
    color: #547e83;
}

@media(max-width:376px){
   .products-lists{
    display: block
} 
.products-lists .owl-nav{
    display: none;
}
.products-lists{
    margin:30px 0px;
}

}
@media(max-width:991px){
    .foot{
        display: block;
    }
    .hr-footers{
        display: none;
    }
    body{
        padding-top: 60px;
    }
    .i-box {
    padding-left: 10px;
    padding-right: 10px;
}
.fuwu h5 {
    font-size: 20px;
}
.fuwu{
    padding-left: 20px;
    margin-top: 15px;
}
.procate .proli a h3{
    line-height: 36px;
}
.procate .proli{
    padding: 0 10px;
}
}









/*自适应调整*/

@media(max-width:1550px){
    .x-banner .owl-carousel .owl-nav button.owl-prev{
        bottom: 8%;
        left: 7%;
    }
    .x-banner .owl-carousel .owl-nav button.owl-next{
        bottom: 8%;
        right: 7%;
    }
}
@media(max-width:1399px){
    .ys-list{
        padding: 35px 80px;
    }
    .ys-list li .ys-text{
        margin-left: 15px;
    }
    .ys-list li .ys-text h3{
        font-size: 17px;
    }
    .ys-list li .ys-text h4{
        font-size: 14px;
    }
    .product-left{
        width: 24%;
    }
    .product-left .h3{
        font-size: 36px;
    }
    .procate-list{
        margin-top: 40px;
    }
    .product-right{
        width: 72%;
    }
    .procate-list li a h3{
        font-size: 15px;
    }
    .abce-right h3{
        font-size: 45px;
    }
    .abce-right h5{
        margin-top: 50px;
    }
    .news-left h3{
        font-size: 36px;
    }
    .product-right li a .pro-text h3{
        font-size: 16px;
    }
    .product-right li a .pro-text{
        padding: 14px 0;
        bottom: 5px;
    }
    .x-banner .owl-carousel .owl-nav button.owl-prev{
        bottom: 42%;
        left: 2%;
    }
    .x-banner .owl-carousel .owl-nav button.owl-next{
        bottom: 42%;
        right: 2%;
    }
}
@media(max-width:1199px){
    .hr-list{
        position: relative;
    }
    .hr-list .ys-list{
        padding: 25px 0;
    }
    .hr-header{
        position: relative;
    }
    .x-menu > li > a{
        font-size: 14px;
    }
    .sbwz{
        font-size: 13px;
    }
    .product-left{
        width: 100%;
    }
    .product-right{
        width: 100%;
    }
    .abce-right{
        width: 74%;
    }
    .abce-right h3{
        font-size: 38px;
    }
    .abce-right h5{
        margin-top: 35px;
    }
    .abce-right h6{
        -webkit-line-clamp:4;
    }
    .about-floor li{
        padding: 20px;
    }
    .news-left{
        width: 100%;
    }
    .news-right{
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
    .news-all{
        flex-wrap: wrap;
    }
    .news-left h3{
        margin-top: 30px;
        text-align: left;
    }
    .news-left h3::before{
        left: 0;
    }
    .news-left h4{
        text-align: left;
        padding-left: 0;
    }
    .news-left a{
        float: left;
    }
    .news-right{
        align-items: center;
    }
    .nr-left{
        width: 10%;
        margin-top: 0px;
    }
    .nr-right{
        padding-left: 30px;
    }
    .nr-right .ttzss .ttds li a{
        padding: 25px 0;
    }
    .nr-right .ttzss .ttds li a h5{
        margin-top: 15px;
    }
    .fc-right{
        display: none;
    }
    .fc-center{
        width: 65%;
    }
    .fm-title h3{
        font-size: 26px;
    }
    .fm-list dl dd a{
        font-size: 15px;
    }
}




@media(max-width:991px){
    /* .ys-list{
        flex-wrap: wrap;
    }
    .ys-list li{
        width: 50%;
        margin-top: 20px;
    } */
    .product-left .h3 {
        margin-left: 30px;
        font-size: 28px;
        color: #333333;
        margin-top: 25px;
        position: relative;
    }
    .abce-left img{
        transform: scale(.8);
    }
    .pimg{
        transform: scale(.8);
    }
    .abce-right h3{
        font-size: 32px;
    }
    .fuwu h3{
        font-size: 24px;
    }
    .fuwu h4{
        font-size: 16px;
        margin-top: 10px;
    }
    .fuwu a span{
        font-size: 14px;
    }
    .abce-right h6{
        font-size: 14px;
        line-height: 22px;
        margin-top: 20px;
    }
    .abce-right h5{
        margin-top: 20px;
    }
    .about-floor li h3{
        font-size: 14px;
        line-height: 22px;
    }
    .hr-news{
        padding-top: 30px;
    }
    .news-left h3{
        font-size: 28px;
    }
    .news-left h4{
        margin-top: 40px;
    }
    .news-left h3::before{
        bottom: -22px;
    }
    .news-left a{
        margin-top: 20px;
    }
    .nr-left{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .news-right{
        flex-wrap: wrap;
    }
    .nr-right{
        padding-left: 0;
        margin-top: 30px;
    }
    .nr-right .ttzss .ttds li{
        width: 100%;
    }
    
}


@media(max-width:768px){
    .ys-list{
        flex-wrap: wrap;
    }
    .page-banner{
        display:none;
    }
    .ys-list li{
        width: 35%;
        margin-top: 20px;
    }
    .abce-left{
        display: none;
    }
    .abce-right{
        width: 100%;
        padding-right: 0;
    }
    .about-floor{
        flex-wrap: wrap;
    }
    .about-floor li{
        width: 100%;
    }
    .new-date h3{
        font-size: 16px;
    }
    .nr-right .ttzss .ttds li a{
        padding: 15px 0;
    }
}
@media(max-width:500px){
    .product-right li{
        width: 100%;
        margin-top: 15px;
    }
    .new-date h4{
        display: none;
    }
    .new-date span{
        width: 2%;
        margin-right: 4%;
    }
    .new-date h3{
        width: 94%;
    }
    .abce-right h3{
        font-size: 26px;
    }
    .abce-right h4{
        font-size: 14px;
    }
    .abce-right h5{
        letter-spacing: 0;
    }
    .ys-list li{
        width: 48%;
    }
}
.as1{
        display:block;
        display: flex;
    }
.as2{
        display:none;
    }
@media(max-width:425px){
    .as1{
        display:none;
    }
    .as2{
        display:block;
    }
    .zy-fuwu{
        margin-top:35px;
    }
}







.fucks{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.fotter-floor{
    width: 50%;
}
.x-region{
    width: 50%;
    text-align: right;
    color: #ffffff;
    font-size: 14px;
}
.x-region a{
    width: 50%;
    text-align: right;
    color: #ffffff;
    font-size: 14px;
}

.sb-hrzk1{
    display: block;
}
.sb-hrzk2{
    display: none;
}


@media(max-width:1199px){
    .sb-hrzk1{
    display: none;
}
.sb-hrzk2{
    display: block;
}
}









