body {
    font-family: PingFang SC Medium, "微软雅黑";
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url("../imgs/home/iocn-down.png") no-repeat scroll right center transparent;
    padding-right: 8px;
}

.screenW {
    position: absolute;
    left: 0;
    top: 0;
    color: #000;
}

@media screen and (min-width: 1200px) {
    /*top*/
    .topBox {
        width: 100%;
        height: 80px;
        background-color: #ffffff;
        box-shadow: 0px 7px 20px 10px rgba(72, 72, 72, 0.1);
        display: flex;
        position: relative;
    }

    .navBox {
        width: 1200px;
        height: 100%;
        margin: auto;
        display: flex;
    }

    .logoBox {
        margin: auto;
        margin-left: 0;
        margin-right: 77px;
    }

    .logo {
        width: 90px;
        height: 90px;
        margin: auto;
    }

    .navList {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: space-between;
    }

    .navLi {
        width: auto;
        height: 100%;
        font-size: 16px;
        line-height: 80px;
        letter-spacing: 0px;
        color: #333333;
        margin: auto;
        margin-left: 0px;
        margin-right: 0px;
        text-align: center;
        padding-left: 5px;
        padding-right: 5px;
        cursor: pointer;
    }

    .navcheck {
        background-color: #158ce4;
        border-radius: 2px;
        color: #fff;
        padding-left: 16px;
        padding-right: 16px;
    }

    .navLi:hover {
        background-color: #158ce4;
    }

    .navLi:hover a {
        color: #ffffff;
    }

    .langChoose {
        display: block;
        position: absolute;
        right: 5vw;
        top: 50%;
        width: 28px;
        height: 22px;
        background-color: #faf6f3;
        border-radius: 3px;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0px;
        color: #333333;
        text-align: center;
        margin: auto;
        margin-top: -11px;
        cursor: pointer;
    }

    /*banner*/
    .bannerBox {
        width: 100%;
        min-height: 34.896vw;
        background-image: url('../imgs/home/index-banner-bg.png');
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        text-align: center;
    }

    .bannerBg {
        width: 60%;
        height: auto;
        margin-top: 2vh;
    }

    .swiper1 {
        width: 60%;
        height: 25vw;
        position: absolute !important;
        bottom: 0;
        left: 50%;
        margin-left: -30% !important;
    }

    .swiper-slide {
        width: 100% !important;
        height: 100%;
        display: flex !important;
    }

    .swiper-slide a {
        display: flex;
        width: 25vw;
        text-align: center;
        border-radius: 50%;
        overflow: hidden;
        margin: auto;
        height: 25vw;
    }

    .swiper-slide a img {
        width: auto;
        height: 100%;
        max-height: 100%;
        margin: auto;
    }

    .swiper-pagination-bullet {
        width: 10px !important;
        background: #fff !important;
        opacity: 1 !important;
        box-shadow:0px 0px 5px #999999;
    }

    .swiper-pagination-bullet-active {
        width: 25px !important;
        height: 8px !important;
        border-radius: 4px !important;
        background: var(--swiper-pagination-color, var(--swiper-theme-color)) !important;
    }

    .red {
        width: 100%;
        height: 100%;
        background: red;
    }

    .blue {
        width: 100%;
        height: 100%;
        background: blue;
    }

    .swiperImg {
        width: auto;
        height: 100%;
        max-height: 100%;
        margin: auto;
    }

    .swiper-pagination {
        bottom: 40% !important;
        margin-bottom: -15% !important;
    }

    /*9大认证体系*/
    .nineBox {
        width: 920px;
        height: auto;
        display: flex;
        flex-direction: column;
        margin: auto;
        margin-top: 5vw;
        background: none;
    }

    .nineLiBoxTop {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .nineLiBox {
        width: 20%;
        display: flex;
        flex-direction: column;
        margin: auto;
        margin-bottom: 42px;
    }

    .nineLiBox:nth-child(6) {
        margin-right: 0;
    }

    .nineLiBox:nth-child(n+7) {
        margin-left: 0;
        margin-right: 0;
    }

    .nineLiBox:nth-child(9) {
        margin-right: auto;
    }

    .nineLiBoxImgBox {
        width: 100%;
        height: auto;
        margin: auto;
        margin-top: 0;
        display: flex;
    }

    .nineLiImg {
        width: 60px;
        height: 60px;
        margin: auto;
    }

    .nineLiTitle {
        margin: auto;
        margin-top: 6px;
        text-align: center;
    }

    .nineDesc {
        width: auto;
        height: auto;
        font-size: 20px;
        line-height: 16px;
        letter-spacing: 0px;
        color: #333333;
        margin: auto;
        margin-top: 14px;
        text-align: center;
    }

    /*intro*/
    .introBox {
        width: 100%;
        height: 518px;
        background: url('../imgs/home/index-aboutus-bg.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        margin-top: 2vw;
        display: flex;
        flex-direction: column;
    }

    .introTitle {
        width: auto;
        height: auto;
        font-size: 24px;
        line-height: 16px;
        letter-spacing: 0px;
        color: #ffffff;
        margin: auto;
        margin-top: 144px;
        margin-bottom: 0;
        text-align: center;
    }

    .introDesc {
        width: auto;
        height: 20px;
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 0px;
        color: #ffffff;
        opacity: 0.8;
        margin: auto;
        margin-top: 1vw;
        margin-bottom: 0;
        text-align: center;
    }

    .introPoints {
        width: 120px;
        height: 3px;
        margin: auto;
        margin-top: 1vw;
        margin-bottom: 0;
        display: flex;
        justify-content: space-between;
    }

    .introPoint {
        width: 3px;
        height: 3px;
        background-color: #ffffff;
        margin: auto;
    }

    .introDescTextBox {
        width: 900px;
        height: 160px;
        background: url('../imgs/home/aboutus-banner-textbgLLLLLLL.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 160px;
        margin: auto;
        margin-top: 2vw;
        position: relative;
        display: flex;
        flex-direction: column;
    }

    .introDescText {
        width: 90%;
        height: 42px;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0px;
        color: #ffffff;
        overflow: hidden;
        margin: auto;
        margin-top: 47px;
        margin-bottom: 0;
        text-align: center;
    }

    .introMore {
        width: 120px;
        height: 32px;
        display: block;
        background-color: #158ce4;
        border-radius: 16px;
        font-size: 14px;
        line-height: 32px;
        letter-spacing: 0px;
        color: #ffffff;
        text-align: center;
        margin: auto;
        margin-top: 23px;
        cursor: pointer;
    }

    /*pro*/
    .proBox {
        width: 1200px;
        margin: auto;
        margin-top: 0;
        display: flex;
        flex-direction: column;
    }

    .proTitle {
        width: auto;
        height: 33px;
        font-size: 24px;
        line-height: 16px;
        letter-spacing: 0px;
        color: #333333;
        margin: auto;
        margin-top: 70px;
        text-align: center;
    }

    .proDesc {
        width: auto;
        height: 20px;
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 0px;
        color: #6a6a6a;
        margin: auto;
        margin-top: 10px;
        text-align: center;
    }

    .proPoints {
        width: 120px;
        height: 3px;
        margin: auto;
        margin-top: 13px;
        margin-bottom: 0;
        display: flex;
        justify-content: space-between;
    }

    .proPoint {
        width: 3px;
        height: 3px;
        background-color: #cbcbcb;
        margin: auto;
    }

    .proList {
        width: 100%;
        height: auto;
        margin: auto;
        display: flex;
    }

    .proLi {
        width: 160px;
        height: auto;
        display: flex;
        flex-direction: column;
        margin: auto;
        margin-top: 50px;
        margin-bottom: 80px;
        cursor: pointer;
    }

    .proImg {
        width: 100%;
        height: auto;
        /*max-height: 160px;*/
        margin: auto;
        margin-top: 0;
        border-radius: 50%;
    }

    .proType {
        width: auto;
        height: 22px;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0px;
        color: #333333;
        margin: auto;
        margin-top: 20px;
        text-align: center;
    }

    .proLi:hover .proImg {
        background-image: linear-gradient(90deg,
        );
        box-shadow: 2px 4px 8px 0px rgba(21, 140, 228, 0.3);
    }

    /*ruleBox*/
    .ruleBox {
        width: 100%;
        height: auto;
        background: url('../imgs/home/index-rules-bg.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        margin: auto;
        margin-top: 0;
        display: flex;
    }

    .ruleBoxIn {
        width: 1200px;
        margin: auto;
        margin-top: 0;
        display: flex;
        flex-direction: column;
    }

    .marginTop {
        margin-top: 60px;
    }

    .ruleList {
        width: 100%;
        height: auto;
        margin: auto;
        display: flex;
    }

    .ruleLi {
        width: 33%;
        height: auto;
        display: flex;
        flex-direction: column;
        margin: auto;
        margin-top: 50px;
        margin-bottom: 80px;
    }

    .ruleImg {
        width: 106px;
        height: auto;
        max-height: 116px;
        margin: auto;
        margin-top: 0;
    }

    .ruleType {
        width: auto;
        height: 22px;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0px;
        color: #333333;
        margin: auto;
        margin-top: 15px;
        text-align: center;
    }

    /*flower*/
    .flowerBox {
        width: 100%;
        margin: auto;
        margin-top: 0;
        display: flex;
        flex-direction: column;
    }

    .flowerSwiperBox {
        width: 100%;
        height: 19vw;
        margin-top: 60px;
        margin-bottom: 80px;
    }

    .swiper2 {
        width: 100%;
        height: 100%;
    }

    .floLiBox {
        width: 17vw;
        height: 17vw;
        margin: auto;
        display: flex;
        position: relative;
        margin-left: 2vw;
        margin-right: 2vw;
    }

    .floImg {
        width: 100%;
        height: 100%;
        margin: auto;
    }

    .floTitle {
        position: absolute;
        right: 0;
        bottom: 0;
        width: auto;
        height: 1.5vw;
        background-color: #ffffff;
        font-size: 20px;
        line-height: 1.5vw;
        letter-spacing: 3px;
        color: #333333;
        text-align: center;
        padding: 0 10px;
    }

    .justCenter:nth-child(n) .floLiBox {
        margin-bottom: 0;
    }

    .justCenter:nth-child(2n+0) .floLiBox {
        margin: auto;
        margin-top: 0;
    }

    .justCenter {
        width: 25% !important;
        justify-content: center;
    }

    /*bottom*/
    .bottom {
        width: 100%;
        height: 330px;
        display: flex;
        flex-direction: column;
        background: #333333;
    }

    .bottomBox {
        width: 1200px;
        height: 100%;
        display: flex;
        margin: auto;
    }

    .bottomLeft {
        width: 380px;
        height: auto;
        display: flex;
        flex-direction: column;
        margin: auto;
        margin-left: 0;
        margin-top: 60px;
        margin-right: 0;
        flex-shrink: 0;
    }

    .bottomImg {
        width: 72px;
        height: 58px;
        margin: auto;
        margin-top: 0;
        margin-bottom: 18px;
        margin-left: 0;
    }

    .bottomLeftText {
        width: 100%;
        height: auto;
        font-size: 14px;
        line-height: 25px;
        letter-spacing: 0px;
        color: #ffffff;
        opacity: 0.6;
        margin: auto;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 25px;
    }

    .bottomCenter {
        width: 245px;
        height: auto;
        display: flex;
        flex-direction: column;
        margin: auto;
        margin-left: 78px;
        margin-right: 0;
        margin-top: 96px;
        flex-shrink: 0;
    }

    .bottomContact {
        width: auto;
        height: 22px;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 2px;
        color: #ffffff;
        margin: auto;
        margin-left: 0;
        margin-top: 0;
    }

    .contactList {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        margin: auto;
        margin-left: 0;
        margin-top: 18px;
        margin-bottom: 0;
    }

    .contactLi {
        width: 100%;
        margin: auto;
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 8px;
        display: flex;
    }

    .contactIcon1 {
        width: 11px;
        height: 14px;
        margin: auto;
        margin-left: 0;
        margin-right: 10px;
    }

    .contactIcon2 {
        width: 14px;
        height: 14px;
        margin: auto;
        margin-left: 0;
        margin-right: 10px;
    }

    .contactIcon3 {
        width: 14px;
        height: 8px;
        margin: auto;
        margin-left: 0;
        margin-right: 10px;
    }

    .contactLiDesc {
        width: auto;
        height: auto;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0px;
        color: #ffffff;
        opacity: 0.6;
        margin: auto;
        margin-left: 0;
    }

    .forienLogoBox {
        width: 100%;
        height: auto;
        display: flex;
        margin: auto;
        margin-top: 16px;
    }

    .forienLogo {
        width: 40px;
        height: 40px;
        margin: auto;
        margin-left: 0;
        margin-right: 24px;
    }

    .colLine {
        width: 1px;
        height: 172px;
        background-color: #ffffff;
        opacity: 0.3;
        margin: auto;
        margin-left: 77px;
        margin-right: 77px;
        margin-top: 98px;
        flex-shrink: 0;
    }

    .bottomRight {
        width: 342px;
        height: auto;
        margin: auto;
        margin-left: 0;
        margin-top: 96px;
        display: flex;
        flex-direction: column;
    }

    .bottomZixunBox {
        width: 100%;
        height: auto;
        margin: auto;
        margin-top: 18px;
        display: flex;
        flex-direction: column;
    }

    .bottomZixunLi {
        width: 100%;
        height: auto;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0px;
        color: #ffffff;
        opacity: 0.6;
        margin: auto;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 8px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .banquanBox {
        width: 100%;
        height: 64px;
        background-color: #333333;
        display: flex;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }

    .banquanText {
        width: auto;
        height: 17px;
        font-size: 12px;
        line-height: 25px;
        letter-spacing: 0px;
        color: #ffffff;
        opacity: 0.6;
        margin: auto;
    }

    .navImg {
        display: none;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1350px) {
    .langChoose {
        right: 2vw;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1315px) {
    .langChoose {
        right: 0.5vw;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1290px) {
    .langChoose {
        right: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    /*top*/
    .topBox {
        width: 100%;
        height: 80px;
        background-color: #ffffff;
        box-shadow: 0px 3px 6px 0px rgba(21, 140, 228, 0.1);
        opacity: 0.9;
        display: flex;
        position: relative;
    }

    .navBox {
        width: 1200px;
        height: 100%;
        margin: auto;
        display: flex;
    }

    .logoBox {
        margin: auto;
        margin-left: 0;
        margin-right: 20px;
    }

    .logo {
        width: 70px;
        height: 70px;
        margin: auto;
    }

    .navList {
        width: 75%;
        height: 100%;
        display: flex;
        justify-content: space-between;
    }

    .navLi {
        width: auto;
        height: 24px;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0px;
        color: #333333;
        margin: auto;
        margin-left: 0px;
        margin-right: 0px;
        text-align: center;
        cursor: pointer;
    }

    .navcheck {
        background-color: #158ce4;
        border-radius: 2px;
        color: #fff;
        padding-left: 16px;
        padding-right: 16px;
    }

    .langChoose {
        position: absolute;
        right: 5vw;
        top: 50%;
        width: 28px;
        height: 22px;
        background-color: #faf6f3;
        border-radius: 3px;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0px;
        color: #333333;
        text-align: center;
        margin: auto;
        margin-top: -11px;
        cursor: pointer;
    }

    /*banner*/
    .bannerBox {
        width: 100vw;
        height: 30.5vw;
        background-image: url('../imgs/home/index-banner-bg.png');
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        position: relative;
    }

    .bannerBg {
        width: 70%;
        height: auto;
        margin: auto;
        margin-top: 2vh;
    }

    .swiper1 {
        width: 25vw;
        height: 25vw;
        position: absolute !important;
        bottom: -11%;
        left: 50%;
        margin-left: -12.5vw !important;
        border-radius: 50%;
    }

    .swiper-slide {
        width: 100% !important;
        height: 100%;
        display: flex !important;
    }

    .swiper-slide a {
        display: flex;
        width: 100%;
    }

    .swiper-pagination-bullet {
        width: 10px !important;
        background: #fff !important;
        opacity: 1 !important;
        box-shadow:0px 0px 5px #999999;
    }

    .swiper-pagination-bullet-active {
        width: 25px !important;
        height: 8px !important;
        border-radius: 4px !important;
        background: var(--swiper-pagination-color, var(--swiper-theme-color)) !important;
    }

    .red {
        width: 100%;
        height: 100%;
        background: red;
    }

    .blue {
        width: 100%;
        height: 100%;
        background: blue;
    }

    .swiperImg {
        width: auto;
        height: 100%;
        max-height: 100%;
        margin: auto;
    }

    .swiper-pagination {
        bottom: 40% !important;
        margin-bottom: -15% !important;
    }

    /*9大认证体系*/
    .nineBox {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        margin: auto;
        margin-top: 6vw;
        background: none;
    }

    .nineLiBoxTop {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .nineLiBox {
        width: 20%;
        display: flex;
        flex-direction: column;
        margin: auto;
        margin-bottom: 42px;
    }

    .nineLiBox:nth-child(6) {
        margin-right: 0;
    }

    .nineLiBox:nth-child(n+7) {
        margin-left: 0;
        margin-right: 0;
    }

    .nineLiBox:nth-child(9) {
        margin-right: auto;
    }

    .nineLiBoxImgBox {
        width: 100%;
        height: auto;
        margin: auto;
        margin-top: 0;
        display: flex;
    }

    .nineLiImg {
        width: 60px;
        height: 60px;
        margin: auto;
    }

    .nineLiTitle {
        margin: auto;
        margin-top: 6px;
        text-align: center;
    }

    .nineDesc {
        width: auto;
        height: auto;
        font-size: 20px;
        line-height: 16px;
        letter-spacing: 0px;
        color: #333333;
        margin: auto;
        margin-top: 14px;
        text-align: center;
    }

    /*intro*/
    .introBox {
        width: 100vw;
        height: 518px;
        background: url('../imgs/home/index-aboutus-bg.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        margin-top: 2vw;
        display: flex;
        flex-direction: column;
    }

    .introTitle {
        width: auto;
        height: auto;
        font-size: 24px;
        line-height: 16px;
        letter-spacing: 0px;
        color: #ffffff;
        margin: auto;
        margin-top: 144px;
        margin-bottom: 0;
        text-align: center;
    }

    .introDesc {
        width: auto;
        height: 20px;
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 0px;
        color: #ffffff;
        opacity: 0.8;
        margin: auto;
        margin-top: 1vw;
        margin-bottom: 0;
        text-align: center;
    }

    .introPoints {
        width: 120px;
        height: 3px;
        margin: auto;
        margin-top: 1vw;
        margin-bottom: 0;
        display: flex;
        justify-content: space-between;
    }

    .introPoint {
        width: 3px;
        height: 3px;
        background-color: #ffffff;
        margin: auto;
    }

    .introDescTextBox {
        width: 100%;
        height: 160px;
        background: url('../imgs/home/aboutus-banner-textbgLLLLLLL.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 160px;
        margin: auto;
        margin-top: 2vw;
        position: relative;
        display: flex;
        flex-direction: column;
    }

    .introDescText {
        width: 90%;
        height: 42px;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0px;
        color: #ffffff;
        overflow: hidden;
        margin: auto;
        margin-top: 47px;
        margin-bottom: 0;
        text-align: center;
    }

    .introMore {
        width: 120px;
        height: 32px;
        background-color: #158ce4;
        border-radius: 16px;
        font-size: 14px;
        line-height: 32px;
        letter-spacing: 0px;
        color: #ffffff;
        text-align: center;
        margin: auto;
        margin-top: 23px;
        cursor: pointer;
    }

    /*pro*/
    .proBox {
        width: 100%;
        margin: auto;
        margin-top: 0;
        display: flex;
        flex-direction: column;
    }

    .proTitle {
        width: auto;
        height: 33px;
        font-size: 24px;
        line-height: 16px;
        letter-spacing: 0px;
        color: #333333;
        margin: auto;
        margin-top: 100px;
        text-align: center;
    }

    .proDesc {
        width: auto;
        height: 20px;
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 0px;
        color: #999999;
        margin: auto;
        margin-top: 10px;
        text-align: center;
    }

    .proPoints {
        width: 120px;
        height: 3px;
        margin: auto;
        margin-top: 13px;
        margin-bottom: 0;
        display: flex;
        justify-content: space-between;
    }

    .proPoint {
        width: 3px;
        height: 3px;
        background-color: #cbcbcb;
        margin: auto;
    }

    .proList {
        width: 100%;
        height: auto;
        margin: auto;
        display: flex;
    }

    .proLi {
        width: 160px;
        height: auto;
        display: flex;
        flex-direction: column;
        margin: auto;
        margin-top: 50px;
        margin-bottom: 120px;
        cursor: pointer;
    }

    .proImg {
        width: 85%;
        height: auto;
        /*max-height: 160px;*/
        margin: auto;
        margin-top: 0;
        border-radius: 50%;
    }

    .proType {
        width: auto;
        height: 22px;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0px;
        color: #333333;
        margin: auto;
        margin-top: 20px;
        text-align: center;
    }

    .proLi:hover .proImg {
        background-image: linear-gradient(90deg,
        );
        box-shadow: 2px 4px 8px 0px rgba(21, 140, 228, 0.3);
    }

    /*ruleBox*/
    .ruleBox {
        width: 100%;
        height: 468px;
        background: url('../imgs/home/index-rules-bg.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        margin: auto;
        margin-top: 0;
        display: flex;
    }

    .ruleBoxIn {
        width: 1200px;
        margin: auto;
        margin-top: 0;
        display: flex;
        flex-direction: column;
    }

    .marginTop {
        margin-top: 60px;
    }

    .ruleList {
        width: 100%;
        height: auto;
        margin: auto;
        display: flex;
    }

    .ruleLi {
        width: 33%;
        height: auto;
        display: flex;
        flex-direction: column;
        margin: auto;
        margin-top: 50px;
        margin-bottom: 125px;
    }

    .ruleImg {
        width: 106px;
        height: auto;
        max-height: 116px;
        margin: auto;
        margin-top: 0;
    }

    .ruleType {
        width: auto;
        height: 22px;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0px;
        color: #333333;
        margin: auto;
        margin-top: 15px;
        text-align: center;
    }

    /*flower*/
    .flowerBox {
        width: 100%;
        margin: auto;
        margin-top: 0;
        display: flex;
        flex-direction: column;
    }

    .flowerSwiperBox {
        width: 100%;
        height: 19vw;
        margin-top: 80px;
        margin-bottom: 128px;
    }

    .swiper2 {
        width: 100%;
        height: 100%;
    }

    .floLiBox {
        width: 17vw;
        height: 17vw;
        margin: auto;
        display: flex;
        position: relative;
        margin-left: 2vw;
        margin-right: 2vw;
    }

    .floImg {
        width: 100%;
        height: 100%;
        margin: auto;
    }

    .floTitle {
        position: absolute;
        right: 0;
        bottom: 0;
        width: auto;
        height: 3vw;
        background-color: #ffffff;
        font-size: 16px;
        line-height: 3vw;
        letter-spacing: 3px;
        color: #333333;
        text-align: center;
        padding: 0 10px;
    }

    .floLiBox:nth-child(n) {
        margin-bottom: 0;
    }

    .floLiBox:nth-child(2n+0) {
        margin: auto;
        margin-top: 0;
        margin-left: 2vw;
        margin-right: 2vw;
    }

    .justCenter {
        width: 25% !important;
        justify-content: center;
    }

    /*bottom*/
    /*bottom*/
    .bottom {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        background: #333333;
    }

    .bottomBox {
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        margin: auto;
    }

    .bottomLeft {
        width: 40%;
        height: auto;
        display: flex;
        flex-direction: column;
        margin: auto;
        margin-top: 60px;
        flex-shrink: 0;
    }

    .bottomImg {
        width: 72px;
        height: 58px;
        margin: auto;
        margin-top: 0;
        margin-bottom: 18px;
        margin-left: 0;
    }

    .bottomLeftText {
        width: 100%;
        height: auto;
        font-size: 14px;
        line-height: 25px;
        letter-spacing: 0px;
        color: #ffffff;
        opacity: 0.6;
        margin: auto;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 25px;
    }

    .bottomCenter {
        width: 40%;
        height: auto;
        display: flex;
        flex-direction: column;
        margin: auto;
        margin-top: 96px;
        flex-shrink: 0;
    }

    .bottomContact {
        width: auto;
        height: 22px;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 2px;
        color: #ffffff;
        margin: auto;
        margin-left: 0;
        margin-top: 0;
    }

    .contactList {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        margin: auto;
        margin-left: 0;
        margin-top: 18px;
        margin-bottom: 0;
    }

    .contactLi {
        width: 100%;
        margin: auto;
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 8px;
        display: flex;
    }

    .contactIcon1 {
        width: 11px;
        height: 14px;
        margin: auto;
        margin-left: 0;
        margin-right: 10px;
    }

    .contactIcon2 {
        width: 14px;
        height: 14px;
        margin: auto;
        margin-left: 0;
        margin-right: 10px;
    }

    .contactIcon3 {
        width: 14px;
        height: 8px;
        margin: auto;
        margin-left: 0;
        margin-right: 10px;
    }

    .contactLiDesc {
        width: auto;
        height: auto;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0px;
        color: #ffffff;
        opacity: 0.6;
        margin: auto;
        margin-left: 0;
    }

    .forienLogoBox {
        width: 100%;
        height: auto;
        display: flex;
        margin: auto;
        margin-top: 16px;
    }

    .forienLogo {
        width: 40px;
        height: 40px;
        margin: auto;
        margin-left: 0;
        margin-right: 24px;
    }

    .colLine {
        width: 1px;
        height: 172px;
        background-color: #ffffff;
        opacity: 0.3;
        margin: auto;
        margin-left: 77px;
        margin-right: 77px;
        margin-top: 98px;
        flex-shrink: 0;
        display: none;
    }

    .bottomRight {
        width: 90%;
        height: auto;
        margin: auto;
        margin-top: 30px;
        display: flex;
        flex-direction: column;
    }

    .bottomZixunBox {
        width: 100%;
        height: auto;
        margin: auto;
        margin-top: 18px;
        display: flex;
        flex-direction: column;
    }

    .bottomZixunLi {
        width: 100%;
        height: auto;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0px;
        color: #ffffff;
        opacity: 0.6;
        margin: auto;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 8px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .banquanBox {
        width: 100%;
        height: 64px;
        background-color: #333333;
        display: flex;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }

    .banquanText {
        width: auto;
        height: 17px;
        font-size: 12px;
        line-height: 25px;
        letter-spacing: 0px;
        color: #ffffff;
        opacity: 0.6;
        margin: auto;
    }

    .navImg {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    /*top*/
    .topBox {
        width: 100%;
        height: 80px;
        background-color: #ffffff;
        box-shadow: 0px 3px 6px 0px rgba(21, 140, 228, 0.1);
        opacity: 0.9;
        display: flex;
        position: relative;
        margin: auto;
        z-index: 1000;
    }

    .navBox {
        width: 100%;
        height: 100%;
        margin: auto;
        display: flex;
    }

    .logoBox {
        margin: auto;
        margin-left: 10px;
        margin-right: 97px;
    }

    .logo {
        width: 70px;
        height: 70px;
        margin: auto;
    }

    .navList {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
        display: none;
        z-index: 2001;
        background: #fff;
        flex-direction: column;
    }

    .navLi {
        width: auto;
        height: 24px;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0px;
        color: #333333;
        margin: auto;
        margin-left: 0px;
        margin-right: 0px;
        text-align: center;
        cursor: pointer;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .navcheck {
        background-color: #158ce4;
        border-radius: 2px;
        color: #fff;
        padding-left: 16px;
        padding-right: 16px;
    }

    .langChoose {
        width: 28px;
        height: 22px;
        background-color: #faf6f3;
        border-radius: 3px;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0px;
        color: #333333;
        text-align: center;
        margin: auto;
        margin-right: 10px;
        cursor: pointer;
    }

    /*banner*/
    .bannerBox {
        width: 100vw;
        height: 30.5vw;
        background-image: url('../imgs/home/index-banner-bg.png');
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        position: relative;
    }

    .bannerBg {
        width: 70%;
        height: auto;
        margin: auto;
        margin-top: 2vh;
    }

    .swiper1 {
        width: 25vw;
        height: 25vw;
        position: absolute !important;
        bottom: -20%;
        left: 50%;
        margin-left: -12.5vw !important;
        border-radius: 50%;
    }

    .swiper-slide {
        width: 100% !important;
        height: 100%;
        display: flex !important;
    }

    .swiper-slide a {
        display: flex;
        width: 100%;
    }

    .swiper-pagination-bullet {
        width: 10px !important;
        background: #fff !important;
        opacity: 1 !important;
        box-shadow:0px 0px 5px #999999;
    }

    .swiper-pagination-bullet-active {
        width: 25px !important;
        height: 8px !important;
        border-radius: 4px !important;
        background: var(--swiper-pagination-color, var(--swiper-theme-color)) !important;
    }

    .red {
        width: 100%;
        height: 100%;
        background: red;
    }

    .blue {
        width: 100%;
        height: 100%;
        background: blue;
    }

    .swiperImg {
        width: auto;
        height: 100%;
        max-height: 100%;
        margin: auto;
    }

    .swiper-pagination {
        display: none;
        bottom: 50% !important;
        margin-bottom: -15% !important;
    }

    /*9大认证体系*/
    .nineBox {
        width: 95%;
        height: auto;
        display: flex;
        flex-direction: column;
        margin: auto;
        margin-top: 10vw;
        margin-bottom: 20px;
        background: none;
    }

    .nineLiBoxTop {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .nineLiBox {
        width: 25%;
        display: flex;
        flex-direction: column;
        margin: auto;
        margin-bottom: 20px;
        margin-left: 0;
    }

    .nineLiBoxImgBox {
        width: 100%;
        height: auto;
        margin: auto;
        margin-top: 0;
        display: flex;
    }

    .nineLiImg {
        width: 60px;
        height: 60px;
        margin: auto;
    }

    .nineLiTitle {
        margin: auto;
        margin-top: 6px;
        font-size: 12px;
        text-align: center;
    }

    .nineDesc {
        width: auto;
        height: auto;
        font-size: 16px;
        line-height: 16px;
        letter-spacing: 0px;
        color: #333333;
        margin: auto;
        margin-top: 14px;
        text-align: center;
    }

    /*intro*/
    .introBox {
        width: 100%;
        height: auto;
        background: url('../imgs/home/index-aboutus-bg.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        margin-top: 20px;
        padding-bottom: 20px;
        display: flex;
        flex-direction: column;
    }

    .introTitle {
        width: auto;
        height: auto;
        font-size: 18px;
        line-height: 16px;
        letter-spacing: 0px;
        color: #ffffff;
        margin: auto;
        margin-top: 50px;
        margin-bottom: 0;
        text-align: center;
    }

    .introDesc {
        width: 90%;
        height: auto;
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 0px;
        color: #ffffff;
        opacity: 0.8;
        margin: auto;
        margin-top: 20px;
        margin-bottom: 0;
        text-align: center;
    }

    .introPoints {
        width: 120px;
        height: 3px;
        margin: auto;
        margin-top: 10px;
        margin-bottom: 0;
        display: flex;
        justify-content: space-between;
    }

    .introPoint {
        width: 3px;
        height: 3px;
        background-color: #ffffff;
        margin: auto;
    }

    .introDescTextBox {
        width: 95%;
        height: auto;
        background: url('../imgs/home/aboutus-banner-textbgLLLLLLL.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin: auto;
        margin-top: 10px;
        padding-bottom: 10px;
        position: relative;
        display: flex;
        flex-direction: column;
    }

    .introDescText {
        width: 90%;
        height: auto;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0px;
        color: #ffffff;
        overflow: hidden;
        margin: auto;
        margin-top: 10px;
        margin-bottom: 0;
        text-align: left;
    }

    .introMore {
        width: 120px;
        height: 28px;
        background-color: #158ce4;
        border-radius: 16px;
        font-size: 12px;
        line-height: 28px;
        letter-spacing: 0px;
        color: #ffffff;
        text-align: center;
        margin: auto;
        margin-top: 10px;
        cursor: pointer;
    }

    /*pro*/
    .proBox {
        width: 100%;
        margin: auto;
        margin-top: 0;
        display: flex;
        flex-direction: column;
    }

    .proTitle {
        width: auto;
        height: auto;
        font-size: 18px;
        line-height: 16px;
        letter-spacing: 0px;
        color: #333333;
        margin: auto;
        margin-top: 30px;
        text-align: center;
    }

    .proDesc {
        width: 90%;
        height: auto;
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 0px;
        color: #999999;
        margin: auto;
        margin-top: 10px;
        text-align: center;
    }

    .proPoints {
        width: 120px;
        height: 3px;
        margin: auto;
        margin-top: 10px;
        margin-bottom: 0;
        display: flex;
        justify-content: space-between;
    }

    .proPoint {
        width: 3px;
        height: 3px;
        background-color: #cbcbcb;
        margin: auto;
    }

    .proList {
        width: 90%;
        height: auto;
        margin: auto;
        margin-top: 10px;
        display: flex;
        flex-wrap: wrap;
    }

    .proLi {
        width: 26%;
        height: auto;
        display: flex;
        flex-direction: column;
        margin: auto;
        margin-top: 10px;
        margin-bottom: 10px;
        cursor: pointer;
    }

    .proImg {
        width: 100%;
        height: auto;
        max-height: 160px;
        margin: auto;
        margin-top: 0;
        border-radius: 50%;
    }

    .proType {
        width: auto;
        height: 22px;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0px;
        color: #333333;
        margin: auto;
        margin-top: 10px;
        text-align: center;
    }

    .proLi:hover .proImg {
        background-image: linear-gradient(90deg,
        );
        box-shadow: 2px 4px 8px 0px rgba(21, 140, 228, 0.3);
    }

    /*ruleBox*/
    .ruleBox {
        width: 100%;
        height: auto;
        background: url('../imgs/home/index-rules-bg.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        margin: auto;
        margin-top: 0;
        padding-bottom: 30px;
        display: flex;
    }

    .ruleBoxIn {
        width: 90%;
        margin: auto;
        margin-top: 0;
        display: flex;
        flex-direction: column;
    }

    .ruleList {
        width: 100%;
        height: auto;
        margin: auto;
        margin-top: 10px;
        display: flex;
        flex-wrap: wrap;
    }

    .ruleLi {
        width: 26%;
        height: auto;
        display: flex;
        flex-direction: column;
        margin: auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .ruleImg {
        width: 80%;
        height: auto;
        /*max-height: 116px;*/
        margin: auto;
        margin-top: 0;
    }

    .ruleType {
        width: auto;
        height: 22px;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0px;
        color: #333333;
        margin: auto;
        margin-top: 15px;
        text-align: center;
    }

    /*flower*/
    .flowerBox {
        width: 100%;
        margin: auto;
        margin-top: 0;
        display: flex;
        flex-direction: column;
    }

    .flowerSwiperBox {
        width: 90%;
        height: auto;
        margin: auto;
        margin-top: 20px;
        margin-bottom: 60px;
    }

    .swiper2 {
        width: 100%;
        height: 100%;
    }

    .floLiBox {
        width: 100%;
        height: auto;
        margin: auto;
        display: flex;
        position: relative;
        margin-left: 1vw;
        margin-right: 1vw;
    }

    .floImg {
        width: 100%;
        height: 100%;
        margin: auto;
    }

    .floTitle {
        position: absolute;
        right: 0;
        bottom: 0;
        width: auto;
        height: 16px;
        background-color: #ffffff;
        font-size: 12px;
        line-height: 12px;
        letter-spacing: 0px;
        color: #333333;
        text-align: center;
        padding: 0 5px;
    }

    .justCenter {
        width: 25% !important;
        justify-content: center;
    }

    /*bottom*/
    .bottom {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        background: #333333;
    }

    .bottomBox {
        width: 90%;
        height: 100%;
        display: flex;
        flex-direction: column;
        margin: auto;
    }

    .bottomLeft {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        margin: auto;
        margin-left: 0;
        margin-top: 30px;
        margin-right: 0;
        flex-shrink: 0;
    }

    .bottomImg {
        width: 72px;
        height: 58px;
        margin: auto;
        margin-top: 0;
        margin-bottom: 18px;
    }

    .bottomLeftText {
        width: 100%;
        height: auto;
        font-size: 14px;
        line-height: 25px;
        letter-spacing: 0px;
        color: #ffffff;
        opacity: 0.6;
        margin: auto;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 25px;
    }

    .bottomCenter {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        margin: auto;
        margin-top: 30px;
        flex-shrink: 0;
    }

    .bottomContact {
        width: auto;
        height: 22px;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 2px;
        color: #ffffff;
        margin: auto;
        margin-left: 0;
        margin-top: 0;
    }

    .contactList {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        margin: auto;
        margin-left: 0;
        margin-top: 18px;
        margin-bottom: 0;
    }

    .contactLi {
        width: 100%;
        margin: auto;
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 8px;
        display: flex;
    }

    .contactIcon1 {
        width: 11px;
        height: 14px;
        margin: auto;
        margin-left: 0;
        margin-right: 10px;
    }

    .contactIcon2 {
        width: 14px;
        height: 14px;
        margin: auto;
        margin-left: 0;
        margin-right: 10px;
    }

    .contactIcon3 {
        width: 14px;
        height: 8px;
        margin: auto;
        margin-left: 0;
        margin-right: 10px;
    }

    .contactLiDesc {
        width: auto;
        height: auto;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0px;
        color: #ffffff;
        opacity: 0.6;
        margin: auto;
        margin-left: 0;
    }

    .forienLogoBox {
        width: 100%;
        height: auto;
        display: flex;
        margin: auto;
        margin-top: 16px;
    }

    .forienLogo {
        width: 40px;
        height: 40px;
        margin: auto;
        margin-left: 0;
        margin-right: 24px;
    }

    .colLine {
        width: 1px;
        height: 172px;
        background-color: #ffffff;
        opacity: 0.3;
        margin: auto;
        margin-left: 77px;
        margin-right: 77px;
        margin-top: 98px;
        flex-shrink: 0;
        display: none;
    }

    .bottomRight {
        width: 100%;
        height: auto;
        margin: auto;
        margin-left: 0;
        margin-top: 30px;
        display: flex;
        flex-direction: column;
    }

    .bottomZixunBox {
        width: 100%;
        height: auto;
        margin: auto;
        margin-top: 18px;
        display: flex;
        flex-direction: column;
    }

    .bottomZixunLi {
        width: 100%;
        height: auto;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0px;
        color: #ffffff;
        opacity: 0.6;
        margin: auto;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 8px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .banquanBox {
        width: 100%;
        height: auto;
        background-color: #333333;
        display: flex;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .banquanText {
        width: 90%;
        height: auto;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0px;
        color: #ffffff;
        opacity: 0.6;
        margin: auto;
    }

    .backBg {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.3);
        display: none;
        z-index: 2000;
    }

    .navImg {
        width: 30px;
        height: 30px;
        margin: auto;
        margin-right: 20px;
    }

    .navcheck a {
        display: block;
        width: 100%;
    }
}
