.indexPage {
    width: 100%;
    height: auto;
    box-sizing: border-box;
}

.mainWarrper {
    width: 100%;
    box-sizing: border-box;
}

.headBox {
    background-color: #fff;
}

.headBox header {
    /* width: 90%; */
    height: 8vh;
    margin: 0 auto;
    justify-content: space-between;
}

.headBox .logo {
    width: 14%;
    margin-right: 70px;
}

.headBox .logo img {
    width: 100%;
    height: 6vh;
}

.header-menu .navigateBar {
    width: 88%;
}

.header-menu .navigateBar li {
    font-size: 14px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    margin-right: 25px;
    cursor: pointer;
}

.header-menu .navigateBar li a {
    display: block;
    color: #999999;
    line-height: 32px;
    text-align: center;
}

.header-menu .navigateBar li:last-child {
    margin-right: 0px;
}

.header-menu .navigateBar li a.active {
    color: #039B4A;
    border-bottom: 1px solid #039B4A;
}

.loginWay {
    position: relative;
}

.loginBtn {
    width: 90px;
    /* background: linear-gradient(180deg, #0AC8A6 27%, #51D486 100%); */
    border-radius: 10px;
    height: 4vh;
    background: #FFFFFF;
    border: 1px solid #069C4A;
    font-size: 14px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #069C4A;
    line-height: 4vh;
    cursor: pointer;
    text-align: center;
}

.loginWay ul {
    width: 124px;
    background: #F2F2F2;
    border-radius: 10px;
    position: absolute;
    bottom: -125px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    box-sizing: border-box;
    padding: 14px 0;
    display: none;
    cursor: pointer;
    z-index: 9999999;
}

.loginWay ul::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #F2F2F2;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.loginWay ul li {
    font-size: 14px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #069C4A;
    margin-bottom: 12px;
    cursor: pointer;
}

.loginWay ul li:last-child {
    margin-bottom: 0;
}

.slideBox .swiperContainer {
    width: 100%;
    height: 100%;
}

.slideBox .swiperContainer .swiper-container,
.swiperContainer .swiper-container .banner-slide,
.swiperContainer .swiper-container .banner-slide img {
    width: 100%;
    height: 100%;
}

.swiperContainer .swiper-container-horizontal>.swiper-pagination-bullets,
.swiperContainer .swiper-pagination-custom,
.swiperContainer .swiper-pagination-fraction {
    bottom: 30px;
    left: 21%;
    width: 100%;
}

.swiperContainer .swiper-pagination-bullet {
    width: 100px;
    height: 3px;
    background: #FFFFFF;
    border-radius: 0;
    z-index: 99;
    opacity: .9;
}

.swiperContainer .swiper-pagination-bullet-active {
    background-color: #b4b0ac;
    opacity: .5;
}

.mainCenter {
    width: 1400px;
    margin: 0 auto;
}

.slideBox {
    width: 100%;
    position: relative;
}

.slideBox .occupiedPlace {
    width: 66%;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    z-index: 999;
}

.slideBox .occupiedPlace h3 {
    font-size: 50px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 89px;
    letter-spacing: 1px;
    -webkit-text-stroke: 2px #14CBAB;
    text-stroke: 2px #14CBAB;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 14px;
}

.footerBox {
    background: #282828;
    box-sizing: border-box;
    padding: 60px 0;
    margin-top: 128px;
}

.footerBox footer {
    margin: 0 auto;
}

footer .footer-main-top {
    width: 100%;
    box-sizing: border-box;
    padding: 0 100px;
}

footer .footer-main-top ul {
    width: 100%;
    display: flex;
}

footer .footer-main-top li {
    width: 100%;
    display: flex;
    font-size: 16px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    margin-right: 40px;
}

footer .footer-main-top li:last-child {
    margin-right: 0;
}

footer .line {
    width: 100%;
    height: 1px;
    background-color: #383838;
    margin: 50px 0 47px;
}

footer .footer-main-bottom {
    box-sizing: border-box;
    padding: 0 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    color: #999999;
}

.footer-main-bottom .company-header-main {
    font-size: 22px;
    font-weight: 400;
}

.footer-main-bottom .company-header-main p:last-child {
    font-size: 12px;
    margin-top: 4px;
}

.footer-main-bottom .main-right-logo {
    display: flex;
    align-items: center;
}

.footer-main-bottom .main-right-logo img {
    width: 48px;
    height: 48px;
}

/* .footer-main-bottom .main-right-logo img:last-child {
    margin-left: 32px;
} */

.mainWarrper .mainTitle {
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
    margin: 80px 0 60px;
}

.mainWarrper .mainTitle h4 {
    font-size: 48px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    color: #000000;
    margin-bottom: 16px !important;
}


.mainWarrper .mainTitle img {
    width: 196px;
    height: 4px;
}

.item-btn {
    position: relative;
}

.item-btn:first-child {
    margin-right: 12px;
}

.item-btn img {
    width: 42px;
    height: 42px;
}

.item-btn span {
    display: block;
    margin-top: 10px;
}

.item-btn .left_mask_model {
    background-color: #fff;
    box-shadow: 0px 0px 10px 5px rgba(173, 218, 218, 0.2);
    border-radius: 12px;
    box-sizing: border-box;
    padding: 10px 12px;
    position: absolute;
    display: none;
}

.item-btn .left_mask_model.mobile_customer_view {
    top: -4px;
    right: 60px;
}

.item-btn .left_mask_model.wx_customer_view {
    top: -30px;
    right: -144px;
}

.item-btn .left_mask_model.wx_customer_view img {
    width: 90px;
    height: 90px;
    margin: 0;
}

.item-btn .left_mask_model::after {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #F2F2F2;
    border-right: 10px solid transparent;
    position: absolute;
    left: 140px;
    top: 50%;
    transform: translateY(-50%);
}

.item-btn .left_mask_model.wx_customer_view::after {
    border-left: 10px solid transparent;
    border-right: 10px solid #F2F2F2;
    left: -20px;
}

.item-btn .left_mask_model h5 {
    font-size: 18px;
    color: #3BAE47;
    margin-bottom: 16px;
}

.item-btn .left_mask_model .utext {
    font-size: 12px;
    color: #999999;
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .mainCenter {
        width: 1000px;
    }

    .header-menu .navigateBar li {
        margin-right: 16px;
    }

    .headBox .logo {
        width: 12%;
        margin-right: 30px;
    }


    .slideBox .occupiedPlace h3 {
        font-size: 40px;
    }

    .slideBox .occupiedPlace {
        font-size: 24px;
    }

    footer .footer-main-top {
        padding: 0 60px;
    }

    footer .footer-main-top li {
        font-size: 14px;
        margin-right: 18px;
    }

    footer .footer-main-bottom {
        padding: 0 60px;
        font-size: 16px;
    }

    .footer-main-bottom .company-header-main {
        font-size: 18px;
    }

    .footer-main-bottom .company-header-main p:last-child {
        font-size: 10px;
    }


    .footer-main-bottom .main-right-logo img {
        width: 48px;
        height: 48px;
    }

    /* .footer-main-bottom .main-right-logo img:last-child {
        margin-left: 26px;
    } */

    .mainWarrper .mainTitle h4 {
        font-size: 38px;
    }

}



@media (max-width: 1200px) {

    .headBox .logo {
        width: 12%;
        margin-right: 30px;
    }

    .header-menu .navigateBar li {
        margin-right: 16px;
        font-size: 11px;
    }

    .header-menu .loginBtn {
        height: 3vh;
        line-height: 3vh;
        font-size: 13px;
        padding: 0 6px;
    }

    .header-menu .loginWay ul li {
        font-size: 12px;
    }

    .mainWarrper .mainTitle h4 {
        font-size: 32px;
    }
}

@media (min-width: 900px) and (max-width: 1200px) {
    .mainCenter {
        width: 880px;
    }

    .loginBtn {
        width: 65px;
        font-size: 12px;
    }

    .header-menu .navigateBar li a.active {
        width: 60px;
    }

    .header-menu .navigateBar li {
        margin-right: 10px;
    }

    .slideBox .occupiedPlace h3 {
        font-size: 30px;
    }

    .slideBox .occupiedPlace {
        font-size: 18px;
    }


    footer .footer-main-top {
        padding: 0 40px;
    }

    footer .footer-main-top li {
        font-size: 12px;
        margin-right: 18px;
    }

    footer .footer-main-bottom {
        padding: 0 40px;
        font-size: 14px;
    }

    .footer-main-bottom .company-header-main {
        font-size: 16px;
    }

    .footer-main-bottom .company-header-main p:last-child {
        font-size: 10px;
    }


    .footer-main-bottom .main-right-logo img {
        width: 42px;
        height: 42px;
    }

    /* .footer-main-bottom .main-right-logo img:last-child {
        margin-left: 22px;
    } */

}

@media (max-width: 900px) {
    .mainCenter {
        width: 750px;
    }

    .header-menu .navigateBar li {
        margin-right: 10px;
    }

    .loginBtn {
        width: 55px;
        font-size: 12px;
    }

    .headBox .logo {
        margin-right: 20px;
    }

    .header-menu .navigateBar li a.active {
        width: 55px;
    }

    .slideBox .occupiedPlace h3 {
        font-size: 24px;
    }

    .slideBox .occupiedPlace {
        font-size: 14px;
    }

    footer .footer-main-top {
        padding: 0 30px;
    }

    footer .footer-main-top li {
        font-size: 12px;
        margin-right: 12px;
    }

    footer .footer-main-bottom {
        padding: 0 30px;
        font-size: 12px;
    }

    .footer-main-bottom .company-header-main {
        font-size: 13px;
    }

    .footer-main-bottom .company-header-main p:last-child {
        font-size: 10px;
    }


    .footer-main-bottom .main-right-logo img {
        width: 36px;
        height: 36px;
    }

    /* 
    .footer-main-bottom .main-right-logo img:last-child {
        margin-left: 20px;
    } */

}