@charset "UTF-8";

.about-us-box{
    padding: 6.6% 0;
}
.about-us-box .top-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about-us-box .top-box .l-text{
    width: 49%;
}
.about-us-box .top-box .l-text .l-text-title{
    font-size: var(--app-fs-48);
    color: #333;
}
.about-us-box .top-box .l-text p{
    font-size: var(--app-fs-16);
    color: #666;
    margin-top: 30px;
    text-align: justify;
}
.about-us-box .top-box .r-image-wrap{
    width: 45.4%;
    z-index: 2;
}
.about-us-box .top-box .r-image-wrap .image-box{
    position: relative;
    height: 0;
    padding-bottom: 72.95%;
    overflow: hidden;
    border-radius:15px;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    -ms-border-radius:15px;
    -o-border-radius:15px;
}
.about-us-box .top-box .r-image-wrap .image-box .image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-us-box .btm-number-box{
    margin-top: 9.7%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.about-us-box .btm-number-box .number-item{
    text-align: left;
}
.about-us-box .btm-number-box .number-item .number{
    font-size: var(--app-fs-56);
    color: #144996;
}
.about-us-box .btm-number-box .number-item .text{
    font-size: var(--app-fs-16);
    color: #333;
    margin-top: 15px;
}
.corporate-box{
    padding-top: 5.1%;
    padding-bottom: 3.1%;
    background-repeat: no-repeat;
    background-size: cover;
}
.corporate-box .cor-title{
    font-size: var(--app-fs-44);
    color: #fff;
    margin-bottom: 3.3%;
    text-align: center;
}
.corporate-box .corporate-top-swiper{
    border-bottom: 1px solid rgba(255,255,255,.3);
    padding-bottom: 75px;
}
.corporate-box .corporate-top-swiper .swiper{
    width: 100%;
    overflow: hidden;
}
.corporate-box .corporate-top-swiper .swiper .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
}
.corporate-box .corporate-top-swiper .co-img-box{
    /* width: 697px;
    height: 382px; */
    position: relative;
}
.corporate-box .corporate-top-swiper .co-img-box .co-image{
    width: 481px;
    height: 302px;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 40.5%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.corporate-box .corporate-top-swiper .co-text-box{
    margin-left: 30px;
    width: 60%;
}
.corporate-box .corporate-top-swiper .co-text-box .ct-title{
    font-size: 65px;
    /* color: #144996; */
    color:#fff;
}
.corporate-box .corporate-top-swiper .co-text-box .fix-box{
    min-height: calc(3em * 1.75);
}
.corporate-box .corporate-top-swiper .co-text-box .ct-desc{
    display: flex;
    align-items: center;
    /* width: 290px; */
    font-size: 22px;
    color: #fff;
    text-align: justify;
    line-height: 1.75;
    /* height: calc(3em * 1.5); */
}
.corporate-box .corporate-top-swiper .co-text-box .ct-desc .dian{
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #fff;
    margin-right: 15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.corporate-box .corporate-btm-swiper{
    width: 100%;
    overflow: hidden;
    color: #fff;
    /* border-top: 1px solid #ccc; */
    /* margin-top: 73px; */
    padding-top: 47px;
    position: relative;
    top:-21px;
}
.corporate-box .corporate-btm-swiper .swiper-slide{
    font-size: 22px;
    color: #fff;
    position: relative;
    cursor: pointer;
    /* margin-right: 112px !important; */
    text-align: center;
}
.corporate-box .corporate-btm-swiper .swiper-slide::after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 29px 9px;
    border-color: transparent transparent #144996 transparent;
    position: absolute;
    top: -47px;
    left:50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    display: none;
}
.corporate-box .corporate-btm-swiper .swiper-slide.swiper-slide-active::after{
    display: block;
}

.honor-box{
    padding: 6.7% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}
.honor-box .honor-title{
    font-size: var(--app-fs-44);
    color: #333;
    text-align: center;
    margin-bottom: 6%;
}
.honor-box .honor-swiper-box{
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 30px;
}
.honor-box .honor-swiper-box .swiper-slide img{
    width: 100%;
    height: 260px;
    object-fit: contain;
}
.honor-box .honor-swiper-box .swiper-slide{
    position: relative;
    text-align: center;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
}
.honor-box .honor-swiper-box .swiper-slide.swiper-slide-active{
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.honor-box .honor-swiper-box .swiper-slide .text{
    display: inline-block;
    width: 100%;
    font-size: var(--app-fs-22);
    color: #333;
    text-align: center;
    margin-top: 60px;
    opacity: 0;
    height: calc(2em *1.5);
    padding: 0 var(--app-fs-60);
}
.honor-box .honor-swiper-box .swiper-slide.swiper-slide-active .text{
    opacity: 1;
}
.honor-box .honor-swiper-box .swiper-slide.swiper-slide-active::after{
    content: '';
    display: block;
    background: url(/statics/home/images/honor-l.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 66px;
    height: 43%;
    position: absolute;
    top: 12%;
    left: -110px;
}
.honor-box .honor-swiper-box .swiper-slide.swiper-slide-active::before{
    content: '';
    display: block;
    background: url(/statics/home/images/honor-r.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 66px;
    height: 43%;
    position: absolute;
    top: 12%;
    right: -110px;
    object-fit: contain;
}
.honor-box .honor-swiper-box .swiper-button-prev{
    width: var(--app-fs-52);
    height: var(--app-fs-52);
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    left: 37%;
    top: 84%;
    /* bottom: var(--app-fs-30); */
}
.honor-box .honor-swiper-box .swiper-button-next{
    width: var(--app-fs-52);
    height: var(--app-fs-52);
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    right: 37%;
    top: 84%;
    /* bottom: var(--app-fs-30); */
}
.honor-box .honor-swiper-box .iconfont{
    color: #333;
    font-size: var(--app-fs-18);
}
.culture-box{
    padding: 6.8% 0;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
}
.culture-box .culture-title{
    text-align: center;
    color: #fff;
    font-size: var(--app-fs-44);
    padding-bottom: 3.2%;
    border-bottom: 1px solid rgba(255,255,255,.3);
}
.culture-box .culture-list{
    margin-top: 6.3%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.culture-box .culture-list .item{
    border-right: 1px solid #909292;
    padding: 3.3% 9.1%;
    text-align: center;
}
.culture-box .culture-list .item:last-child{
    border: none;
}
.culture-box .culture-list .item .i-title{
    color: #fff;
    font-size: var(--app-fs-22);
}
.culture-box .culture-list .item .i-text{
    color: #fafdfe;
    font-size: var(--app-fs-16);
    line-height: 1.75;
    margin-top: 20px;
}
.culture-box .culture-list .item img{
    display: inline-block;
    width: 51px;
    height: 51px;
    object-fit: contain;
    margin-bottom: 20px;
}
.honor-box .honor-swiper-box .swiper-button-next::after{
    display: none;
}
.honor-box .honor-swiper-box .swiper-button-prev::after{
    display: none;
}


@media (max-width:996px){
    .corporate-box .corporate-top-swiper .co-img-box .cor-s-bg{
        opacity: 0;
    }
}

@media (max-width:768px){
    .about-us-box .top-box{
        flex-wrap: wrap;
    }
    .about-us-box .top-box .l-text {
        width: 100%;
    }
    .about-us-box .top-box .r-image-wrap{
        width: 100%;
        margin-top: 20px;
    }
    .about-us-box .btm-number-box{
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .about-us-box .btm-number-box .number-item{
        width: 50%;
        text-align: center;
        margin-bottom: 30px;
    }
    .culture-box .culture-list{
        flex-wrap: wrap;
    }
    .culture-box .culture-list .item{
        width: 100%;
        border: none;
        padding: 20px 0;
        margin-bottom: 30px;
        border-bottom: 1px solid #ccc;
    }
    .honor-box .honor-swiper-box .swiper-button-next,.honor-box .honor-swiper-box .swiper-button-prev{
        display: none;
    }
    .honor-box .honor-swiper-box .swiper-slide .text {
        margin-top: 30px;
        font-size: 16px;
    }
    .corporate-box .corporate-top-swiper .swiper .swiper-slide{
        flex-wrap: wrap;
    }
    .corporate-box .corporate-top-swiper .co-img-box{
        width: 100%;
    }
    .corporate-box .corporate-top-swiper .co-img-box .co-image{
        left:50%;
        height: auto;
        width: 100%;
    }
    .corporate-box .corporate-top-swiper .co-text-box{
        width: 100%;
        margin-left: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 25px;
    }
    .corporate-box .corporate-top-swiper .co-text-box .ct-desc{
        width: 100%;
        line-height: 1.5;
        font-size: 16px;
        /* text-align: center; */
        margin-bottom: 5px;
    }
    .corporate-box .corporate-top-swiper{
        padding-bottom: 40px;
    }
    .honor-box .honor-swiper-box .swiper-slide.swiper-slide-active::after{
        display: none;
    }
    .honor-box .honor-swiper-box .swiper-slide.swiper-slide-active::before{
        display: none;
    }
}
@media (max-width:530px){
    .corporate-box .cor-title{
        margin-bottom: 20px;
    }
    .about-us-box .top-box .l-text .l-text-title{
        text-align: center;
    }
}