.indexPage {
    width: 100%;
    height: auto;
    box-sizing: border-box;
}

.ellipsisLine {
    width: 100%;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mainWarrper {
    width: 100%;
    box-sizing: border-box;
}


.headBox header {
    width: 86%;
    height: 7vh;
    margin: 0 auto;
}

.headBox .logo {
    width: 14%;
    margin-right: 80px;
}

.headBox .logo img {
    width: 100%;
}

.header-menu .navigateBar li {
    font-size: 16px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    margin-right: 52px;
    cursor: pointer;
}

.header-menu .navigateBar li a {
    display: block;
    height: 100%;
    color: #999999;
}

.header-menu .navigateBar li:last-child {
    margin-right: 0px;
}

.header-menu .navigateBar li a.active {
    /* width: 68px; */
    height: 100%;
    background: linear-gradient(180deg, #0AC8A6 27%, #51D486 100%);
    text-align: center;
    line-height: 70px;
    color: #FFFFFF;
    box-sizing: border-box;
    padding: 0 16px;
}

.loginWay {
    position: relative;
}

.loginBtn {
    width: 90px;
    background: linear-gradient(180deg, #0AC8A6 27%, #51D486 100%);
    border-radius: 2px;
    height: 4vh;
    font-size: 14px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    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: #14CBAB;
}

.mainCenter {
    width: 1200px;
    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: #121B1C;
    box-sizing: border-box;
    padding: 100px 0 20px;
    /* margin-top: 102px; */
}

.footerBox footer {
    margin: 0 auto;
}

footer .footer-main-top {
    width: 100%;
}

.footer-main-top .aboutUs {
    width: 62%;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    box-sizing: border-box;
    padding: 8px 0 4px;
}


.aboutUs .card-title {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 28px;
    cursor: pointer;
}

.aboutUs ul li {
    font-size: 14px;
    font-weight: 400;
    color: #7A8287;
    cursor: pointer;
    margin-bottom: 35px;
}

.aboutUs ul li:last-child {
    margin-bottom: 0;
}

.footer-main-top .line {
    width: 1px;
    height: 288px;
    background: #273031;
    margin: 0 65px;
}

.footer-main-top .partInfo {
    width: 25%;
    box-sizing: border-box;
    padding: 4px 0;
}

.partInfo .company-main-model {
    font-size: 14px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.partInfo .company-main-model img {
    width: 15px;
    height: 16px;
    margin-right: 8px;
}

.partInfo .company-main-code {
    width: 100%;
    margin: 32px 0 24px;
}

.partInfo .company-main-code li {
    margin-right: 25px;
}

.company-main-code li img {
    width: 77px;
    height: 77px;
    margin-bottom: 10px;
}

.company-main-code li p {
    font-size: 14px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #7A8287;
    text-align: center;
}

.partInfo .company-main-way {
    font-size: 14px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #7A8287;
}

.company-main-way .user-mobile {
    font-size: 16px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}

.company-main-way .user-mobile .conslute-btn {
    width: 81px;
    height: 32px;
    line-height: 32px;
    background: #0DC9A7;
    border-radius: 2px;
    text-align: center;
    font-size: 14px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    margin-left: 25px;
}

footer .footer-main-bottom {
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #7A8287;
    margin-top: 90px;
}

.mainWarrper .mainTitle {
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    margin: 114px 0 54px;
}

.mainWarrper .mainTitle h4 {
    font-size: 36px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    box-sizing: border-box;
    text-align: center;
    margin: 0 25px;
}

.mainWarrper .mainTitle h4 span {
    color: #0AC8A6;
}

.mainWarrper .mainTitle img {
    width: 40px;
    height: 20px;
}

.mainWarrper .mainContent {
    margin-top: 58px;
}


.floating-window {
    width: 74px;
    position: fixed;
    bottom: 8%;
    right: 5%;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 5px rgba(173, 218, 218, 0.2);
    border-radius: 50px 50px 0px 0px;
    box-sizing: border-box;
    padding: 22px 0 27px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 99999999999;
}

.floating-window .item-btn {
    font-size: 14px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    margin-bottom: 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.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: 16px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    display: none;
    /* top: 0;
    left: -34%; */
}

.item-btn .left_mask_model.wx_customer_view {
    top: -46px;
    right: 88px;   
}

.item-btn .left_mask_model.mobile_customer_view {
    top: -12px;
    right: 88px;
}

.item-btn .left_mask_model.wx_customer_view img {
    width: 100px;
    height: 100px;
}

.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;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
}

.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;
}

.floating-window .item-btn:last-child {
    margin-bottom: 0;
}

.floating-window .item-btn img {
    width: 24px;
    /* height: 26px; */
    margin-bottom: 6px;
}

.floating-window .item-btn.customer-auto {
    width: 100%;
}

.floating-window .item-btn.customer-auto p {
    width: 100%;
    height: 22px;
    line-height: 22px;
    text-align: center;
    background: #3BAE47;
    color: #FFFFFF;
}

.floating-window .item-btn.customer-auto img {
    width: 60px;
    height: 24px;
    margin-bottom: 12px;
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .mainCenter {
        width: 1000px;
    }

    .headBox header {
        width: 85%;
    }

    .header-menu .navigateBar li {
        margin-right: 25px;
    }

    .headBox .logo {
        width: 12%;
        margin-right: 60px;
    }


    .slideBox .occupiedPlace h3 {
        font-size: 40px;
    }

    .slideBox .occupiedPlace {
        font-size: 24px;
    }
}



@media (max-width: 1200px) {

    .headBox header {
        width: 90%;
    }

    .headBox .logo {
        width: 12%;
        margin-right: 45px;
    }

    .header-menu .navigateBar li {
        margin-right: 32px;
        font-size: 12px;
    }

    .header-menu .loginBtn {
        height: 3vh;
        line-height: 3vh;
        font-size: 13px;
        padding: 0 6px;
    }

    .header-menu .loginWay ul li {
        font-size: 12px;
    }
}

@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: 20px;
    }

    .slideBox .occupiedPlace h3 {
        font-size: 30px;
    }

    .slideBox .occupiedPlace {
        font-size: 18px;
    }


    .footer-main-top .partInfo {
        width: 38%;
    }

    .aboutUs .card-title {
        font-size: 14px;
    }

    .aboutUs ul li {
        font-size: 12px;
    }

    .partInfo .company-main-code li {
        margin-right: 14px;
    }

    .company-main-code li img {
        width: 65px;
        height: 65px;
    }

}

@media (max-width: 900px) {
    .mainCenter {
        width: 750px;
    }

    .headBox header {
        width: 800px;
    }

    .header-menu .navigateBar li {
        margin-right: 8px;
    }

    .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-main-top .aboutUs {
        width: 56%;
    }

    .footer-main-top .partInfo {
        width: 34%;
    }

    .footer-main-top .line {
        margin: 0 30px;
    }

    .aboutUs .card-title {
        font-size: 14px;
    }

    .aboutUs ul li {
        font-size: 12px;
    }

    .partInfo .company-main-code li {
        margin-right: 14px;
    }

    .company-main-code li img {
        width: 65px;
        height: 65px;
    }


}

.big_img img {
    width: 100%;
}