.banner {
    background-image: url(../img/about/banner.png);
}

.about_jj_box {
    margin: .85rem auto 1.16rem;
    height: 5.13rem;
    position: relative;
}

.jj-img2 {
    position: absolute;
    width: .42rem;
    bottom: .34rem;
    left: 0;
}

.jj_position_txt {
    position: absolute;
    bottom: .09rem;
    left: .74rem;
    font-size: 0.42rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #DCDCDC;
    opacity: .23;
}

.about_jj_left {
    width: 8.53rem;
    height: 4.01rem;
    background: #F5F5F5;
    padding: .75rem .48rem 0 .73rem;
    box-sizing: border-box;
    transform: translateY(.12rem);
    position: relative;
}

.about_jj_left img {
    position: absolute;
    width: .42rem;
    top: .43rem;
    right: .38rem;
}

.about_common_tit {
    font-size: 0.3rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    padding-bottom: .25rem;
    position: relative;
    margin-bottom: .2rem;
}

.about_jj_left .about_common_tit {
    padding-bottom: .35rem;
}

.about_common_tit::after {
    content: '';
    width: 0.58rem;
    height: .02rem;
    background: #FF7327;
    position: absolute;
    bottom: 0;
    left: 0;
}

.about_jj_txt {
    font-size: 0.16rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 0.3rem;
}

.about_jj_right {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.about_jj_img {
    width: 5.17rem;
    height: 3.54rem;
}

.about_jj_box2 {
    width: 7.53rem;
    height: 1.59rem;
    background: #FFFFFF;
    box-shadow: -0.04rem 0.03rem 0.16rem 0.01rem rgba(0, 0, 0, 0.16);
    display: flex;
    align-items: center;
}

.abou_item {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-left: .33rem;
    box-sizing: border-box;
}

.abou_item img {
    height: .32rem;
    width: auto;
    margin-bottom: .15rem;
}

.abou_item p {
    font-size: 0.16rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-weight: bold;
}

.abou_item p:first-child {
    color: #FF7327;
}

.abou_item p:last-child {
    margin-top: .1rem;
}

.abou_item p span {
    font-size: 0.45rem;
    font-family: Impact, Impact;
    font-weight: 400;
    color: #FF7327;
}

.about_wh {
    height: 9.93rem;
    background: url(../img/about/wh-back.png) no-repeat;
    background-position: center center;
    background-size: cover;
}

.about_wh_box {
    margin: .81rem auto .99rem;
}

.about_wh_bottom{
    display: flex;
    margin-top: .6rem;
}
.wh_item_box{
    flex: 1;
    display: flex;
    flex-direction: column;
}

.wh_item{
    margin-bottom: .8rem;
}

.wh_item_tit{
    font-size: 0.24rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #FF7327;
    margin-bottom: .1rem;
}
.wh_item_txt{
    font-size: 0.18rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 0.35rem;
}

.about_ry{
    background-image: url(../img/about/honor-back.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover cover;
}

.about_ry_box{
    margin: 1.08rem auto 1.59rem;
    position: relative;
    --swiper-navigation-color: #949494;/* 单独设置按钮颜色 */
    --swiper-navigation-size: .2rem;/* 设置按钮大小 */
}

.honor_swiper{
    margin-top: .82rem!important;
    width: 100%;
    height: 7.4rem;
    overflow: hidden;
}
.honor_swiper .swiper-slide{
    /* overflow: hidden; */
    height: 50%!important;
    margin-top: 0!important;
}

.honor_img{
    width: 100%;
    height: 3.2rem;
    background: #E9E9E9;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .13rem;
}

.honor_img .scale-box{
    height: 4.1rem;
    height: 2.8rem;
}
.honor_tit{
    font-size: 0.16rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    padding: 0 .15rem;
    box-sizing: border-box;
    text-align: center;
}

.about_ry_box .swiper-button-next,
.about_ry_box .swiper-button-prev{
    margin-top: .3rem!important;
    width: 0.4rem;
    height: 0.4rem;
    background: #D9D9D9;
}

.about_ry_box .swiper-button-next:hover,
.about_ry_box .swiper-button-prev:hover{
    background: #FF7327;
    color: #FFFFFF;
}
.about_ry_box .swiper-button-next{
    right: -.8rem;
}
.about_ry_box .swiper-button-prev{
    left: -.8rem;
}

.about_jt_box{
    margin: 1.96rem auto 1.48rem;
    
}

.jt_bottom{
    margin-top: .55rem;
    position: relative;
}
.jt_tit{
    width: 3.22rem;
    height: 0.9rem;
    background: linear-gradient(179deg, #FF7327 0%, #E50012 100%);
    border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.24rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0 auto;
}
.jt_back{
    position: absolute;
    z-index: -1;
    width: 11.44rem;
    left: 50%;
    transform: translateX(-50%);
}

.gongsi_box{
    display: flex;
    height: 3.8rem;
    margin-top: 1.24rem;
}

.gongsi_item{
    width: 2.7rem;
    margin-right: .13rem;
}
.gongsi_item:nth-child(5n){
    margin-right: 0;
}
.gongsi_tit{
    width: 2.7rem;
    height: 0.9rem;
    background: #1682C9;
    border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
    font-size: 0.18rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .35rem;
}

.gongsi_txt{
    width: 2.7rem;
    height: 2.55rem;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0.02rem 0.02rem 0.09rem 0.01rem rgba(22,130,201,0.26);
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    border: 0.01rem dashed #1682C9;
    font-size: 0.16rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #7B7B7B;
    line-height: 0.3rem;
    padding: .34rem .27rem .27rem;
    padding-right: .14rem;
}
.gongsi_txt_box{
    height: 100%;
    overflow-y: auto;
    padding-right: .13rem;
}
.gongsi_txt_box::-webkit-scrollbar{
    width: .02rem;
}
.gongsi_txt_box::-webkit-scrollbar-track{
    background: #DCDCDC;
}
.gongsi_txt_box::-webkit-scrollbar-thumb{
    background: #999999;
}

.gongsi_item:hover .gongsi_tit{
    background: linear-gradient(179deg, #289BE6 0%, #1C4493 100%);
}
.gongsi_item:hover .gongsi_txt{
    border: 0.01rem solid #1682C9;
}

@media (max-width: 1024px) {
    .about_jj_right {
        position: static;
    }
    .about_jj_box {
        height: auto;
        margin-bottom: 40px;
    }
    .about_jj_left {
        width: 100%;
        height: auto;
        padding: 20px;
    }
    .about_jj_txt {
        font-size: 14px;
        line-height: 1.6;
    }
    .about_jj_img {
        height: auto;
        width: 100%;
    }
    .about_jj_box2 {
        width: 100%;
    }
    .abou_item p:last-child {
        font-size: 14px;
    }
    .about_wh {
        height: auto;
    }
    .wh_item_txt {
        font-size: 14px;
    }
    .wh_item_tit {
        font-size: 16px;
    }
    .about_common_tit {
        font-size: 18px;
    }
    .honor_tit {
        font-size: 14px;
    }
    .honor_swiper {
        height: 9rem;
    }
    .gongsi_txt_box {
        font-size: 12px;
    }
    .jt_tit {
        font-size: 16px;
    }
    .gongsi_tit {
        font-size: 14px;
    }
    .gongsi_box {
        height: auto;
        overflow: auto;
    }
    .gongsi_tit {
        height: 1.2rem;
    }
}