.header-top-search-btn{
    width: .18rem;
    height: .18rem;
    cursor: pointer;
    background: url("/images/icon-search.png") no-repeat center/contain;
    margin-right: .25rem;
}

.header .logo-box{
    display: flex;
    align-items: center;
}
.header .logo-box .logo-desc{
    position: relative;
    color: #bfc0c2;
    font-size: .16rem;
    padding-left: .2rem;
}
.mb-head .logo-desc:before,
.header .logo-box .logo-desc:before{
    content: '';
    width: 1px;
    height: .36rem;
    position: absolute;
    left: -1px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #40454c;
}
@media (max-width: 1100px){
    .header-box .hot-line a{
        font-size: .22rem;
    }
}
.header-top{
    justify-content: space-between;
}
.header-top .right{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-top .left{
    font-size: 12px;
    color: #bfc0c2;
    text-indent: -10000px;
}
.header-box .header-top-search-btn{
    margin-right: 0;
    float: right;
    width: .3rem;
    height: .3rem;
    margin-top: .29rem;
    display: none;
}
@media (min-width: 768px) and (max-width: 991.98px){
    .header .logo-box .logo-desc,
    .header-top .header-top-search-btn{
        display: none;
    }
    .header-box .header-top-search-btn{
        display: block;
    }
    .header-top .left{
        text-indent:0;
    }
    .header .nav .nav-link{
        margin: 0 .18rem;
    }
}

.mb-head .logo-desc {
    line-height: 1.5;
    color: #bfc0c2;
    font-size: 10px;
    position: relative;
    padding-left: .18rem;
}
.mb-head .logo-box img{
    width: 1.9rem;
}
.mb-head .left{
    display: flex;
    align-items: center;
}
.mb-aside-nav .list-name{
    height: 54px;
    line-height: 54px;
    padding: 0 .5rem;
}

/* 移动端站点切换 */
.mb-head .site-list{
    position: absolute;
    left: .3rem;
    top:.05rem;
    z-index: 10;
}
.mb-head .site-list a{
    color: #000;
    margin: 0 0.25rem;
    font-size: 16px;
}

.mb-head .search-form{
    line-height: normal;
    padding-top: .2rem;
}
.mb-head .search-form .form-group{
    display: flex;
    padding: 0 .3rem;
}
.mb-head .search-form .icon_search{
    display: none;
}
.mb-head .search-form .form-control{
    border-right: 0;
}
.mb-head .search-form .btn{
    padding: 0 .3rem;
    background-color: #b5202c;
    border-radius: 0;
    color: #fff;
}

/* 首页调整 */
.wke-home .banner .swiper-slide{
    height: 5rem;
}
@media (max-width: 576px){
    .wke-home .banner .swiper-slide {
        height: 4rem;
    }
}
.wke-home .product{
    background: #b5202c url(/images/bg_01.jpg) no-repeat center/cover;
    padding: 0.6rem 0 0.8rem
}
.wke-home .product .left{
    height: auto;
    padding: 0;
    background: none;
}
@media (max-width: 991.98px) {
    .wke-home .product .left .product-list .product-item{
        height: 1.1rem;
    }
}
@media (max-width: 767.98px) {
    .wke-home .product{
        padding: 0.4rem 0 0.4rem;
    }
    .wke-home .product .left .product-list .product-item{
        height: 1.5rem;
    }
    .wke-home .product .left .product-list .product-item .product-mask{
        font-size: .2rem;
    }
}

.wke-home .lab.service .container{
    max-width: 1400px
}
.service-list{
    padding-top: .1rem;
    margin-left: -.3rem;
    margin-right: -.3rem;
    justify-content: center;
}
.service-list .item{
    padding: 0 .3rem;
}
.service-list .img-wrap{
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden;
    padding: .3rem;
    margin-bottom: .15rem;
}
.service-list .item{
    margin-top: .5rem;
}
.service-list .item .img-placeholder:before{
    padding-bottom: 100%;
}
.service-list .item .img-placeholder img{

}
.service-list .item h4{
    font-size: .16rem;
    text-align: center;
    color: #666;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.service-list .item a:hover h4{
    color:#b5202c;
}
.service-list .item a[href="javascript:void(0);"]{
    cursor: default;
}
.service-list .item a[href="javascript:void(0);"]:hover h4{
    color: #333;
    cursor: text;
}
@media (max-width: 767.98px) {
    .service-list .item h4{
        font-size: .32rem;
    }
}
.wke-home .lab.news{
    background-color: #fafafa;
    padding-top: .8rem;
}
.wke-home .lab.news .tab-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .4rem;
    padding-bottom: .2rem;
}
.wke-home .lab.news .tab-title .more{
    font-size: .16rem;
    color: #666;
}
.wke-home .lab.news .nav-link{
    padding: 0;
    color: #333;
    font-size: .2rem;
    margin-right: 1rem;
}
.wke-home .lab.news .tab-title .more:hover,
.wke-home .lab.news .nav-link:hover{
    color: #b5202c;
}
.wke-home .lab.news .tab-title .active{
    font-weight: bold;
    color: #b5202c;
}
.wke-home .list-news{
    margin-left: -.4rem;
    margin-right: -.4rem;
}
.wke-home .list-news-col{
    padding: 0 .4rem;
}
.wke-home .list-news a{
    color: #333;
}
.wke-home .list-news .item{
    margin-top: .25rem;
    display: block;
}
.wke-home .list-news .item-body{
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    padding: .15rem 0;
    border-radius: 4px;
}
.wke-home .list-news .item .date{
    font-size: 12px;
    text-align: center;
    width: 1.6rem;
    border-right: 1px solid #eee;
    padding: .1rem 0;
}
.wke-home .list-news .item .date span{
    font-size: .5rem;
    line-height: 1.1;
    display: block;
}
.wke-home .list-news .item-header{
    flex: 1;
    overflow: hidden;
    padding-left: .3rem;
    padding-right: .2rem;
}
.wke-home .list-news .item-header h4{
    font-size: .24rem;
    margin-bottom: .1rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.wke-home .list-news .item-header p{
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.wke-home .list-news a:hover .item-header h4{
    color: #b5202c;
}
.wke-home .list-news .item-media .item-body{
    border: none;
    padding-bottom: 0;
}
.wke-home .list-news .img{
    background-color: #fff;
    margin-bottom: .1rem;
    height: 3.14rem;
    overflow: hidden;
}
.wke-home .list-news .img img{
    transition: all .3s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wke-home .list-news a:hover .img img{
    transform: scale(1.05);
}
@media (max-width: 991.98px) {
    .wke-home .list-news-col{
        padding: 0 .2rem;
    }
    .wke-home .list-news{
        margin-left: -.2rem;
        margin-right: -.2rem;
    }
    .wke-home .list-news .item .date{
        width: 1.2rem;
    }

}
@media (max-width: 767.98px) {
    .wke-home .list-news .item-media .item-body{
        border: 1px solid #ddd;
        padding-bottom: .15rem;
        border-top: none;
    }
    .wke-home .list-news .img{
        margin-bottom: 0;
    }
    .wke-home .lab.news .nav-link{
        margin-right: .5rem;
    }
    .wke-home .list-news .item-header h4{
        font-size: .3rem;
    }
    .wke-home .list-news .item-header p{
        font-size: 12px;
    }
}

.friendship-link{
    padding-bottom: .2rem;
}
.friendship-url{
    border-top: 1px solid rgba(255,255,255,.2);
    padding-top: .3rem;
    display: flex;
}
.friendship-url .left{
    font-size: .16rem;
    color: #666;
}
.friendship-url .left small{
    margin-left: .05rem;
    color: #999;
}
.friendship-url-list{
    flex: 1;
    margin-left: .5rem;
}
.friendship-url-list a{
    display: inline-block;
    color: #999;
    font-size: .14rem;
    margin: 0 .15rem .15rem;
}
.friendship-link .container{
    padding: 0 20px;
}
.cooperation-list{
    margin-right: -.15rem;
    margin-left: -.15rem;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: .4rem;
    justify-content: center;
}
.cooperation-list a{
    display: block;
    margin-bottom: .3rem;
    width: 14.28%;
    padding: 0 .15rem;
}
.cooperation-list .img-placeholder{
    background-color: #fff;
}
.cooperation-list .img-placeholder>img{
    object-fit: contain;
}

.cooperation-list a .img-placeholder{
    border-radius: .1rem;
}
.cooperation-list a .img-placeholder:before{
    padding-bottom: 44.85%;
}
@media (max-width: 991.98px) {
    .cooperation-list a{
        width: 20%;
    }
}
@media (max-width: 767.98px) {
    .cooperation-list a{
        width: 33.33%;
    }
}

.wke-home .product .left .product-list .product-item .product-item-img{
    border-radius: .1rem .1rem 0 0;
}
.wke-home .product .left .product-list .product-item .product-mask{
    border-radius: 0 0 .1rem .1rem;
}
.cooperation-list a,
.service-list .item a .img-wrap,
.wke-home .product .left .product-list .product-item a{
    transition: transform .3s;
}
.cooperation-list a:hover,
.service-list .item a:hover .img-wrap,
.wke-home .product .left .product-list .product-item a:hover{
    transform: scale(1.05);
}

.footer .footer-b{
    line-height: 1.5;
    text-align: right;
}
.footer .beian{
    margin-left: 5px;
}
.footer .beian img{
    height: 16px;
    margin-right: 3px;
}
@media (max-width: 578px){
    .footer{
        padding-bottom: 1rem;
    }
}
