/*common*/
body{overflow-x:hidden}
.comwidth{margin:0 auto;width:6.25rem;height:2.58rem}
a:hover{color:#d17b42}
.imgS{display:block;overflow:hidden;border-radius:8px}
.imgS:hover img{transition:all .6s;transform:scale(1.1);-ms-transform:scale(1.1)}
.bg-1{background:url(/uiFramework/commonResource/image/2022052710173282725.png) no-repeat;background-position:right 80%;min-height:500px;background-size:19%}
.swiper-banner{position:relative;overflow:hidden;width:100%;height:100%}
.swiper-banner .swiper-slide img{width:100%;height:1.875rem;object-fit:cover}
.xyk_tit{padding-top:90px;color:#333;font-size:42px}
.bnav{background:#f6f6f6;padding:10px 0}
.bnav a{color:#888}
.bnav .w1200{color:#888}
.bnav span{color:#888}
.card_sq {
    display: inline-block;
    padding: 10px 40px;
    border-radius: 25px;
    background: #cf7a42;
    color: #fff;
    margin-bottom: 25px;
}
.card_sq:hover{
    color: #fff;
}
/*适配*/
@media screen and (max-width:768px){
html{font-size:100px!important}
.xyk_tit{padding-top:40px;color:#333;font-size:24px}
.full-contianer{padding-top:60px}
.w1200{width:95%;margin:0 auto}
.bnav .w1200{color:#888;line-height:30px}
.Ncon{width:100%!important}
.w1320 img{max-width:100%}

}