.indexPage {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    position: relative;
}

.mainWarrper {
    width: 100%;
    box-sizing: border-box;
}


.headBox header {
    width: 80%;
    height: 7vh;
    margin: 0 auto;
}

.headBox .logo {
    width: 12%;
}

.headBox .logo img {
    width: 100%;
}

.headBox .location-select-mask {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.headBox .location-select-mask img {
    width: 36px;
    height: 36px;
}

.headBox .location-select-mask .address {
    height: 24px;
    font-size: 14px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #069C4A;
}

.location-main-select {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 65px;
    z-index: 999999999;
    background: rgba(0, 0, 0, 0.2);
    display: none;
}

.location-main-select .select-main-content {
    width: 80%;
    background: #FFFFFF;
    box-sizing: border-box;
    padding: 60px 100px;
    margin: 0 auto;
}

.location-main-select .row-title {
    font-size: 20px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #069C4A;
    margin-bottom: 20px;
}

.location-main-select ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.location-main-select ul li {
    font-size: 14px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #707070;
    margin-bottom: 18px;
    margin-right: 12px;
    cursor: pointer;
}

.location-main-select ul li.active {
    color: #069C4A
}

.location-main-select .city-main-row {
    margin-top: 40px;
}

.header-menu .navigateBar li {
    font-size: 16px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    margin-right: 42px;
    cursor: pointer;
}

.header-menu .navigateBar li a {
    color: #707070;
}

.header-menu .navigateBar li:last-child {
    margin-right: 0px;
}

.header-menu .navigateBar li a.active {
    color: #069C4A;
}

.header-menu .loginWay {
    position: relative;
    margin-left: 48px;
}

.header-menu .loginBtn {
    height: 4vh;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #069C4A;
    box-sizing: border-box;
    padding: 0 12px;
    font-size: 16px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #069C4A;
    line-height: 4vh;
    cursor: pointer;
}

.header-menu .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;
}

.header-menu .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%);
}

.header-menu .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;
}

.header-menu .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: #039B4A;
}

.mainCenter {
    width: 1200px;
    margin: 0 auto;
}

.slideBox {
    width: 100%;
    /* height: 480px; */
    position: relative;
}

.slideBox .occupiedPlace {
    width: 66%;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 28px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    z-index: 999;
}

.slideBox .occupiedPlace h3 {
    font-size: 50px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 14px;
}

.footerBox {
    background: #F2F2F2;
    box-sizing: border-box;
    padding: 50px 0;
    margin-top: 80px;
}

.footerBox footer {
    width: 80%;
    margin: 0 auto;
}

.footerBox .partInfo {
    width: 64%;
    font-size: 16px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #707070;
}

.partInfo .company {
    font-size: 32px;
    font-weight: 400;
    color: #707070;
}

.partInfo .company p {
    margin-bottom: 0;
}

.partInfo .company p:last-child {
    font-size: 18px;
}

.partInfo .welcom {
    width: 100%;
    margin: 32px 0;
}

.partInfo .detailInfo p {
    font-size: 14px;
    font-weight: 400;
    color: #707070;
    margin-bottom: 2px;
}

.partInfo .detailInfo p:last-child {
    margin-bottom: 0;
}

.footerBox .aboutUs {
    font-size: 20px;
    font-family: Source Han Sans CN-Light, Source Han Sans CN;
    font-weight: 300;
    color: #707070;
}

.aboutUs .column {
    margin-right: 22px;
}

.aboutUs .column:last-child {
    margin-right: 0px;
}

.aboutUs .card-title {
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 24px;
    cursor: pointer;
}

.aboutUs .card-title::after {
    content: '';
    display: block;
    width: 70%;
    height: 2px;
    background: #707070;
    border: 1px solid #707070;
    margin-top: 6px;
}

.aboutUs ul li {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
    cursor: pointer;
}

.aboutUs ul li:last-child {
    margin-bottom: 0;
}

.mainWarrper .mainTitle {
    font-size: 40px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    box-sizing: border-box;
    margin-top: 65px;
    text-align: center;
    position: relative;
}

.mainWarrper .mainTitle::after {
    content: '';
    display: block;
    width: 140px;
    height: 4px;
    background: #039B4A;
    margin-top: 8px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.mainWarrper .mainContent {
    margin-top: 58px;
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .mainCenter {
        width: 1000px;
    }

    .headBox header {
        width: 85%;
    }

    .header-menu .navigateBar li {
        margin-right: 32px;
        font-size: 15px;
    }

    .header-menu .loginWay {
        margin-left: 28px;
    }

    .footerBox footer {
        width: 85%;
    }

    .mainWarrper .mainTitle {
        font-size: 34px;
    }

    .mainWarrper .mainTitle::after {
        width: 92px;
    }

    .slideBox .occupiedPlace h3 {
        font-size: 40px;
    }

    .slideBox .occupiedPlace {
        font-size: 24px;
    }
}



@media (max-width: 1200px) {

    .headBox header {
        width: 90%;
    }

    .headBox .logo {
        width: 10%;
    }

    .header-menu .navigateBar li {
        margin-right: 22px;
        font-size: 14px;
    }

    .header-menu .loginWay {
        margin-left: 20px;
    }

    .header-menu .loginBtn {
        height: 3vh;
        line-height: 3vh;
        font-size: 13px;
        padding: 0 6px;
    }

    .header-menu .loginWay ul li {
        font-size: 12px;
    }

    .footerBox footer {
        width: 90%;
    }

    .footerBox .partInfo {
        width: 58%;
    }
}

@media (min-width: 900px) and (max-width: 1200px) {
    .mainCenter {
        width: 900px;
    }

    .aboutUs ul li {
        font-size: 14px;
    }

    .footerBox .aboutUs {
        font-size: 18px;
    }

    .slideBox .occupiedPlace h3 {
        font-size: 30px;
    }

    .slideBox .occupiedPlace {
        font-size: 18px;
    }

    .mainWarrper .mainTitle {
        font-size: 26px;
    }

    .mainWarrper .mainTitle::after {
        width: 70px;
    }
}

@media (max-width: 900px) {
    .mainCenter {
        width: 750px;
    }

    .headBox header {
        width: 95%;
    }

    .header-menu .navigateBar li {
        margin-right: 10px;
        font-size: 12px;
    }

    .header-menu .loginWay {
        margin-left: 10px;
    }

    .aboutUs ul li {
        font-size: 12px;
    }

    .footerBox .aboutUs {
        font-size: 14px;
    }

    .footerBox .partInfo {
        font-size: 14px;
    }

    .partInfo .detailInfo p {
        font-size: 12px;
    }

    .partInfo .company {
        font-size: 24px;
    }

    .partInfo .company p:last-child {
        font-size: 14px;
    }

    .slideBox .occupiedPlace h3 {
        font-size: 24px;
    }

    .slideBox .occupiedPlace {
        font-size: 14px;
    }

    .aboutUs .column {
        margin-right: 12px;
    }

    .mainWarrper .mainTitle {
        font-size: 20px;
    }

    .mainWarrper .mainTitle::after {
        width: 52px;
    }
}

.right-slide-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 5%;
    bottom: 15%;
    z-index: 9999;
}

.right-slide-main .btn-item {
    width: 95px;
    height: 92px;
    background: #FFFFFF;
    border-radius: 7px;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
    font-size: 14px;
    color: #707070;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.btn-item img {
    width: 42px;
    height: 42px;
}

.btn-item span {
    display: block;
    margin-top: 10px;
}

.btn-item .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: 16px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    display: none;
}

.btn-item .left_mask_model.wx_customer_view {
    top: -22px;
    right: 114px;   
}

.btn-item .left_mask_model.wx_customer_view img {
    width: 100px;
    height: 100px;
}

.btn-item .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;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
}

.btn-item .left_mask_model h5 {
    font-size: 18px;
    color: #3BAE47;
    margin-bottom: 16px;
}

.btn-item .left_mask_model .utext {
    font-size: 12px;
    color: #999999;
}