body {
    width: 100vw;

}

/*ͷ������*/
.banner .content {
    justify-content: end;

}

.banner .content p:first-child {
    font-size: 46rem;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #BB2310;
}

    .banner .content p:last-child {
        font-size: 100rem;
        margin-bottom: 20rem;
    }

#cooperationContext {
    display: none;
}

/*��Ʒ��ɫ*/
.PeoductFeatures .title {
    display: flex;
    margin-left: 30rem;
    margin-top: 55rem;
    flex-direction: column;
}

.PeoductFeatures .title::before {
    content: "";
    display: block;
    width: 78rem;
    height: 6rem;
    background-color: #BB2310;
    margin-bottom: 40rem;
}

    .PeoductFeatures .title .cn {
        font-size: 23rem;
        font-weight: bold;
        color: #BB2310;
        margin-top: 24rem;
        font-family: Source Han Sans CN;
    }

    .PeoductFeatures .title .en {
        font-weight: 800;
        /*letter-spacing: 2rem;*/
        font-size: 34rem;
        line-height: 34rem;
        font-family: Source Han Sans CN;
    }

.PeoductFeatures .content {
    padding: 0;
    margin: 50rem 0;
    display: block;
    overflow: hidden;
}

/*.PeoductFeatures .myswiper-container .swiper-pagination{
    height:100rem;
    width:100rem;
    background-color:#000;
}*/
.PeoductFeatures .content .dots {
    margin: 28rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.PeoductFeatures .content .dots div {
    width: 88rem;
    height: 8rem;
    background-color: #dcdddd;
    margin-left: 20rem;
}

.PeoductFeatures .content .dots .active {
    background-color: #BB2310;
}

.phone {
    display: block;
}


.PeoductFeatures .content .item {
    flex-direction: column;
    justify-content: center;
    position: relative
}

.PeoductFeatures .content .item .txt {
    padding: 0;
    height: auto;
    width: auto;
    margin: 0 auto;
}

    .PeoductFeatures .content .item .txt .titles {
        width: 96%;
        position: absolute;
        bottom: 0rem;
        left: 50%;
        transform: translateX(-50%);
        color: #fff;
        text-align: center;
        height: 210rem;
        /* background-color: #000; */
        background-image: linear-gradient(0, #000000e0, transparent);
    }

.PeoductFeatures .content .item .img {
    margin: 0 auto;
}

.PeoductFeatures .content .item .txt .smallTitle {
    text-align: center;
    font-family: SourceHanSansCN-Normal;
}

.PeoductFeatures .content .item .smallTitle::before {
    width: auto;

}

.PeoductFeatures .content .item .txt .titles>p {
    margin-top: 10rem;
    white-space: nowrap;
    font-size: 24rem;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 24rem;
}

/*ѡ������*/
.advantage {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    background-size: cover;
    background-repeat: no-repeat;
}

.advantage .text {
    margin-top: 94rem;
    width: 100vw;
    padding-left: 30rem;
}

.advantage .text .title {
    margin-bottom: 64rem;
}
    .advantage .text .title .en {
        font-size: 34rem;
        line-height: 34rem;
        letter-spacing: 2rem;
        font-family: Source Han Sans CN;
    }
    .advantage .text .title .cn {
        font-family: Source Han Sans CN;
        font-size: 23rem;
    }
    .advantage .text > p {
        width: calc(100vw - 60rem);
        padding-left: 25rem;
        white-space: normal;
        font-size: 23rem;    
        font-family: Source Han Sans CN;
     
    }

.advantage .content {
    width: 100vw;
    margin-top: 80rem;
    justify-content: space-evenly;
    
}

.advantage .content .item {
    width: 200rem;
    height: 200rem;
    border: 3rem solid #BB2310;
    border-radius: 50%;
    position: relative;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 22rem;
    line-height: 38rem;
    font-weight: 500;
}

.condition {
    width: 100vw;
    display: block;
    height: 1080rem;
}

.condition .content {
    display: block;
    height: 1100rem;
    width: 100vw;
    white-space: nowrap;
    overflow: hidden;
}
    .condition .bigTitle .en {
        font-size: 34rem;
        line-height: 34rem;
        letter-spacing: 2rem;
        font-family: Source Han Sans CN;
    }
    .condition .bigTitle .cn {
        font-family: Source Han Sans CN;
        font-size:23rem;
    }
    .condition_left {
        position: absolute;
        left: 15rem;
        top: 50%;
        width: 80rem;
        height: 80rem;
        z-index: 99;
    }

.condition_right {
    position: absolute;
    right: 15rem;
    top: 50%;
    width: 80rem;
    height: 80rem;
    z-index: 99;
}

.condition .content .item {
    width: 455rem;
    height: auto;
    padding: 0 24rem;
}

.condition .content .item:nth-child(2) {
    margin: 0;
}

    .condition .content .item .text {
        padding-top: 87rem;
        padding-left: 38rem;
        font-size: 20rem;
    }

.condition .content .item .text>p {
    font-size: 20rem;
    /*transform: scale(0.7);*/
    font-weight: 400;
    color: #FFFFFF;
    width: 100%;
    /*      
        transform-origin: left top;*/
    padding-left: 4rem;
}

.process {
    width: 1433rem;
    margin: 115rem auto 0;
    display: inline-block;
    position: relative;
    width: calc(100vw - 30rem);
    height: 980rem;
    overflow: hidden;
    margin-left: 30rem
}

.process .decoration {
    margin-left: -342rem;
    width: 684rem;
    height: 684rem;
}

.process .decoration .content {
    width: 596rem;
    height: 596rem;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
    .process .process-title .en {
        font-size: 34rem;
        line-height: 34rem;
        letter-spacing: 2rem;
        font-family: Source Han Sans CN;
    }
    .process .process-title {
        margin-bottom: 64rem;
    }

.process .process-title::before {
    content: "";
    display: block;
    width: 80rem;
    height: 6rem;
    background-color: #BB2310;
}

        .process .process-title .en {
            font-weight: 800;
            font-size: 33rem;
            margin-top: 40rem;
            font-family: Source Han Sans CN;
        }

    .process .process-title .cn {
        font-weight: bold;
        font-size: 23rem;
        margin-top: 18rem;
        color: #BB2310;
        color: #BB2310;
        font-family: Source Han Sans CN;
    }

.process .decoration .content .title::before {
    display: none;
}
.PeoductFeatures .content .item .smallTitle .en {
    font-size: 26rem;
    font-family: SourceHanSansCN !important;
    font-weight: bold;
}
.process .decoration .content .title .en {
    display: none;
}

.process .decoration .content .title .cn {
    display: none;
}

    .process .decoration .disc:nth-of-type(2) {
        right: 104rem;
        top: 74rem;
    }

.process .decoration .disc:nth-of-type(3) {
    right: 37rem;
    top: 164rem;
}

    .process .decoration .disc:nth-of-type(4) {
        right: -1rem;
        top: 275rem;
    }

.process .decoration .disc:nth-of-type(5) {
    right: -4rem;
    top: 395rem;
}

.process .decoration .disc:nth-of-type(6) {
    right: 46rem;
    top: 517rem;
}

.process .decoration .disc:nth-of-type(7) {
    right: 120rem;
    top: 605rem;
}

.process .item {
    font-size: 17rem;
    color: #000;
    position: absolute;
    top: 112rem;
    right: 42rem;
}

.process .item p:nth-child(1) {
    padding-left: 88rem;
    margin-top: 65rem;
}

.process .item p:nth-child(2) {
    padding-left: 206rem;
    margin-top: 72rem;
}

.process .item p:nth-child(3) {
    padding-left: 264rem;
    margin-top: 84rem;
}

.process .item p:nth-child(4) {
    padding-left: 257rem;
    margin-top: 88rem;
}

.process .item p:nth-child(5) {
    padding-left: 218rem;
    margin-top: 88rem;
}

.process .item p:nth-child(6) {
    padding-left: 88rem;
    margin-top: 81rem;
}

.process .item p span {
    font-size: 62rem;
    font-weight: 600;
    line-height: 53rem;
    font-family: Oswald;
    color: #000000;
}


.liaison {
    margin-top: 0rem;
    padding: 0;
}
/*    .liaison .message{
        padding-bottom:0rem;
    }*/

    .liaison .title {
        display: block;
        padding-left: 30rem;
        margin-bottom: 30rem;
        margin-top: 140rem;
    }
        .liaison .title .en {
            font-size: 34rem;
            line-height: 34rem;
            letter-spacing: 2rem;
            font-family: Source Han Sans CN;
        }
        .liaison .title .cn {
            font-size: 23rem;
            /*line-height: 34rem;*/
            /*letter-spacing: 2rem;*/
            font-family: Source Han Sans CN;
        }
        .liaison .title::before {
            margin-bottom: 40rem;
        }

.liaison .info {
    width: 100vw;
    height: 476rem;
    margin: 0rem;
    padding: 242rem 30rem 0;
    box-sizing: border-box;
}
/*    .liaison .info > p span {
        display: inline-block;
    }
    .liaison .info .lastP {
       display:flex;
    }
        .liaison .info .lastP span:first-child{
            width:110rem;
        }
    */
    .liaison .info .lastP .text_Address {
        flex: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
    }
        .liaison .info .decoration {
            width: 100vw;
            height: 128rem;
            top: 0;
            left: 0;
        }

   

 

  
    .liaison .title .cn {
        font-size: 22rem;
        font-weight: bold;
        color: #BB2310;
        font-family: Source Han Sans CN;
    }
.liaison .info .qrcode {
    position: absolute;
    top: 78rem;
    left: 30rem;
    z-index: 99;
}

.liaison .info .decoration .imgPhone {
    display: inline-block;
    height: 128rem;
}

.liaison .info .decoration .imgPC {
    display: none;
}

.liaison .message {
    padding: 64rem 30rem 0rem;
    margin: 52rem 0 76rem;
}

.liaison .message .tr {
    display:block;
}
        .liaison .message .pca{
            display:block ;
        }
            .liaison .message .pca input{
                width:98%;
            }
            .liaison .message .pca select {
                width: 162rem;
            }
        .liaison .message .tr .td input {
            width: 98%;
        }
        .liaison .message .td-input {
            width: 100%;
            margin-top: 16rem;
        }


.swiper-pagination{
    height:50rem;
    width:100vw;
    background-color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;

}
/*  #34A091 */
.swiper-pagination-switch {
    display:block;
    height: 10rem;
    width: 60rem;
    background-color: #eee;
}
    .swiper-pagination-switch:last-child{
        margin-left:20rem;
    }
    .swiper-active-switch {
        background-color: #BB2310;
    }
.liaison_top {
    margin-bottom: 0rem;
}