.banner{
    position: relative;
    height: 100vh;
    background-color: #FFFFFF;
}
.banner .swiper-slide {
    background-color: #FFFFFF;
}
.banImg{
    height: 100%;
    overflow: hidden;
    transform: scale(1);
    transition: all 3s linear;
}
.banner .swiper-slide-active .banImg{
    /* animation: centerBig 6s linear 1; */
    transform: scale(1.1);
    transition: all 6s linear;
}
.banner .swiper-slide-active .banTit,
.banner .swiper-slide-active .banEn{
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); 
    transition: all 1s ease-in-out;
}
.banPage{
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: .3rem;
    z-index: 2;
}
.banPage .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    border: none;
    background-color: #000000;
    opacity: .2;
    margin: 0 .1rem;
    border-radius: 0;
    vertical-align: middle;
    transition: all .5s;
}
.banPage .swiper-pagination-bullet-active {
    width: 16px;
    height: 16px;
    background-color: #FFFFFF;
    background-color: var(--baseColor);
    opacity: 1;
}
.banner .banBtn{
    display: none;
}

.box2Bg{
    position: relative;
    overflow: hidden;
    height: 100vh;
}
.box2List{
    position: relative;
    display: flex;
}
.box2Item{
    flex: 1;
    cursor: pointer;
}
.box2Con{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.box2Img{
    padding-bottom: 200%;
}
.box2Text{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 86%;
    max-width: 380px;
    max-width: 320px;
    height: 26.8%;
    height: 20%;
    min-height: 180px;
    color: #FFFFFF;
    padding: .5rem 10% .2rem;
    background-color: rgba(21, 104, 175, .95);
    z-index: 2;
    transition: all .3s;
}
.box2Item:nth-child(2n) .box2Text{
    background-color: rgba(32, 184, 184, .95);
}
.box2Svg{
    position: absolute;
    right: .4rem;
    bottom: .4rem;
    width: 42px;
    height: 42px;
    width: 34px;
    height: 34px;
    fill: #FFFFFF;
}
.box2Tit{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: .2rem;
    margin-bottom: .1rem;
}
.box2Tit .dot{
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    background-color: #FFFFFF;
    border-radius: 50%;
    margin: 0 .1rem;
}
.box2En{
    font-size: 16px;
    line-height: 1.4;
}
.box2Mask{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}
.box2Mask .box2Img,
.box2Mask .imgBg{
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.active .box2Mask{
    opacity: 1;
    visibility: visible;
    transition: all .3s;
}
.active .box2Mask .box2Img{
    animation: centerBig 5s linear infinite alternate;
}
.box2Info{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 6.25vw 5.73vw;
    color: #FFFFFF;
    text-shadow: 0px .02rem .08rem rgba(0, 0, 0, 0.1);
    opacity: 0;
    transition: opacity .3s ease;
}
.begin-snap .box2Info{
    opacity: 1;
}
.box2Name{
    font-size: 44px;
    color: #FFFFFF;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: .1rem;
}
.box2Name .dot{
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    background-color: #FFFFFF;
    border-radius: 50%;
    margin: 0 .1rem;
}
.box2Des{
    width: 60%;
    max-width: 830px;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 1.8;
}
.box2Page{
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 5;
    display: none;
}
.box2Page li{
    flex: 1;
    cursor: pointer;
}
.box2Item.active .box2Svg{
    animation: box2Svg 1s linear infinite alternate;
    transform-origin: right top;
}
.box2Item.other .box2Text{
    color: var(--blueColor);
    background-color: #FFFFFF;
}
.box2Item.other .box2Svg{
    fill: var(--blueColor);
}
.box2Item.other .box2Tit .dot{
    background-color: var(--blueColor);
}
.box2Item:nth-child(2n).other .box2Text{
    color: var(--baseColor);
}
.box2Item:nth-child(2n).other .box2Svg{
    fill: var(--baseColor);
}
.box2Item:nth-child(2n).other .box2Tit .dot{
    background-color: var(--baseColor);
}
.box3Bg{
    padding: .3rem 0;
    height: 100vh;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.03) 100%);
    overflow: hidden;
}
.box3List .banPage{
    position: static;
    margin: .7rem 0;
}
.box3List .swiper-pagination-bullet-active{
    background-color: var(--baseColor);
}
.box3Link{
    cursor: default;
}
.box3Logo{
    padding-bottom: 57.5%;
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 4px;
    overflow: hidden;
    transition: all .3s;
}
.box3Logo span{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.box3Logo span img{
    display: block;
    max-width: 90%;
    max-height: 90%;
    margin: 0 auto;
}
/* .box3Link:hover .box3Logo{
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.02),0 0 5px var(--baseColor) inset;
}
.box3Link:hover .box3Logo img{
    transform: rotateY(360deg);
    transition: all 1s;
} */
.parImg{
    background-repeat: no-repeat;
}

.box5Bg{
    overflow: hidden;
}
.box5List{
    position: relative;
}
.box5Img{
    padding-bottom: 117.8%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.box5Mask{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background-color: rgba(40, 170, 170, 0.9);
    transition: all 0.6s;
}
.box5Text{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: .1rem 8%;
    color: #FFFFFF;
}
.box5Tit{
    font-size: 24px;
    color: #FFFFFF;
    line-height: 1.8;
    text-align: center;
}
.box5Con{
    max-height: 0;
    font-size: 16px;
    line-height: 26px;
    margin: .1rem 0;
    overflow: hidden;
    transition: all .5s linear;
}
.box5Con p{
    position: relative;
    padding-left: 26px;
    margin: 5px 0;
    background-position: left 2px;
    background-size: 22px auto;
    background-repeat: no-repeat;
}
.box5Con p.address{
    background-image: url(../images/index/icon-address@2x.png);
}
.box5Con p.tel{
    background-image: url(../images/index/icon-tel@2x.png);

}
.box5Link:hover .box5Img .imgBg{
    transform: scale(1.1);
}
/* .box5Link:hover .box5Mask{
    height: 100%;
}
.box5Link:hover .box5Con{
    max-height: 100px;
} */
.box5List .banPrev,
.box5List .banNext{
    width: 52px;
    height: 52px;
}
.box5List .banPrev{
    left: .2rem;
}
.box5List .banNext{
    right: .2rem;
}

@media (max-width:1600px) {    
    .banPage .swiper-pagination-bullet{
        width: 8px;
        height: 8px;
        margin: 0 .08rem;
    }
    .banPage .swiper-pagination-bullet-active{
        width: 12px;
        height: 12px;
    }
    .box2Tit{
        font-size: 20px;
    }
    .box2En{
        font-size: 14px;
    }
    .box2Svg{
        width: 30px;
        height: 30px;
    }
    .box2Name{
        font-size: 36px;
    }
    .box2Des{
        font-size: 18px;
    }
    .box3Bg{
        padding: .2rem 0;
    }
    .box3Bg .boxTit{
        margin-bottom: .3rem;
    }
    .box3List .banPage{
        margin: 3.65vw 0;
        margin: .3rem 0;
    }
    .box5Tit{
        font-size: 16px;
    }
    .box5Con{
        font-size: 14px;
        line-height: 24px;
        background-position: left 1px;
    }
}
@media (max-width:1400px) {
    .box2Tit{
        font-size: 18px;
        margin-bottom: .1rem;
    }
    .box2Svg{
        width: 24px;
        height: 24px;
    }
    .box2Name{
        font-size: 30px;
    }
    .box2Des{
        font-size: 16px;
    }
    .box5Tit{
        font-size: 18px;
    }
}
@media (max-width:1200px) {
    /* .banner{
        height: auto;
    }
    .banImg{
        height: 0;
        padding-bottom: 51.56%;
    } */
    .box2Bg{
        height: auto;
    }
    .box2List{
        flex-wrap: wrap;
    }
    .box2Item{
        position: relative;
        flex: auto;
        width: 50%;
    }
    .box2Img{
        padding-bottom: 65%;
    }
    .box2Text{
        min-height: 0;
        height: auto;
        padding: .3rem .3rem .5rem;
        width: 90%;
        max-width: 100%;
        display: none;
    }
    .box2Svg{
        right: .2rem;
        bottom: .2rem;
        max-width: 24px;
        max-height: 24px;
        width: .3rem;
        height: .3rem;
    }
    .box2Page{
        display: none;
    }
    .box2Info{
        top: auto;
        bottom: 0;
        height: auto;
        padding: .4rem;
        opacity: 1;
    }
    .box2Des{
        width: 100%;
    }
    .box2Mask,
    .active .box2Mask{
        opacity: 1;
        visibility: visible;
    }
    .active .box2Mask .imgBg{
        animation: none;
    }
    .box3Bg{
        min-height: 0;
    }
    /* .box5Mask{
        height: 100%;
        background: linear-gradient(to top,#28AAAA,rgba(0,0,0,0) 50%);
    } */
    .box5Text{
        padding: .1rem 5%;
    }
    /* .box5Con{
        max-height: none;
        font-size: 12px;
    } */
    .box5Con p{
        padding-left: 20px;
        background-size: 18px auto;
    }
    .box5List .banPrev,
    .box5List .banNext{
        width: 40px;
        height: 40px;
        display: block !important;
    }
}
@media (max-width:991px) {
    .banPage{
        bottom: .2rem;
    }
    .banPage .swiper-pagination-bullet{
        width: 6px;
        height: 6px;
        margin: 0 .06rem;
    }
    .banPage .swiper-pagination-bullet-active{
        width: 10px;
        height: 10px;
    }
    .box3Bg{
        height: auto;
    }
    .box5Bg{
        padding: 20px 0;
    }
}
@media (max-width:767px){
    .banner{
        height: calc(100vh - 60px);
        height: calc(100vh - 105px);
    }
    .banner .banText{
        bottom: 30%;
    }
    .banBtn .banPrev,
    .banBtn .banNext{
        display: none;
    }
    .box2Item{
        width: 100%;
    }
    .box2Name{
        font-size: 24px;
    }
    .box5Bg .boxDes{
        max-width: 250px;
    }
}
@media (max-width:640px){
}
@media (max-width:460px){
    .banner{
        height: calc(100vh - 50px);
        height: calc(100vh - 109px);
    }
    .box2Img{
        padding-bottom: 80%;
        background-color: #000000;
    }
    .box2Img .imgBg{
        opacity: .9;
    }
    .box2Tit{
        font-size: 16px;
    }
    .box2Name{
        font-size: 24px;
        font-weight: normal;
    }
    .box2Name .dot{
        width: 5px;
        height: 5px;
    }
    .box2Des{
        font-size: 14px;
    }
    .box5Img{
        padding-bottom: 133.33%;
    }
    .box5Mask{
        /* background: linear-gradient(to top,#28AAAA,rgba(0,0,0,0) 50%); */
        background-color: #28AAAA;
        opacity: .4;
    }
    .box5Text{
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .box5Tit{
        font-size: .32rem;
        font-weight: normal;
    }
    .box5Con{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        margin: .4rem 0 0;
        display: none;
    }
    .box5Con p{
        padding-left: 28px;
        background-size: 22px auto;
    }
    .box5List .banPrev,
    .box5List .banNext{
        width: 30px;
        height: 30px;
    }
    .box5List .banPrev{
        left: -15px;
    }
    .box5List .banNext{
        right: -15px;
    }
}
@media (max-width:360px) {

}