/* banner */
.banner {
    width: 100%;
    height: 360rem;
    background-image: url(/images/about/about-page-pic1.png);
    background-size: 100% 360rem;
    background-repeat: no-repeat;
    position: relative;
    margin-top: -2.5rem;
}

    .banner .content {
        position: absolute;
        bottom: 0;
        height: 300rem;
        background-image: linear-gradient(0, #000000e0, transparent);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
        text-align: center;
    }

        .banner .content p:first-child {
            font-size: 61rem;
            color: #BB2310;
            font-weight: 300;
            margin-top: 50rem;
            font-family: SourceHanSansCN-Light;
        }

.banner .content p:first-child span {
    margin: 0 20rem;
}

    .banner .content p:last-child {
        font-size: 130rem;
        color: #fff;
        /* font-weight: bold; */
        font-family: knockouthtf49liteweight;
        margin-bottom: 10rem;
        letter-spacing: 3rem;
    }
/* 产品特色 */
.PeoductFeatures{
    
}
.PeoductFeatures .title {
    display: flex;
    margin-left: 166rem;
    margin-top: 80rem;
}
.PeoductFeatures .title::before{
    content: "";
    display: block;
    width: 78rem;
    height: 6rem;
    background-color: #BB2310;
    margin-right: 48rem;
}
.PeoductFeatures .title .en{
    font-size: 32rem;
    line-height: 26rem;
    font-weight: 800;
}
.PeoductFeatures .title .cn{
    font-size: 21rem;
    font-weight: bold;
    color: #BB2310;
    margin-top: 24rem;
}
.PeoductFeatures .content{
    padding: 0 244rem;
    margin-top: 100rem;
    display: flex;
    flex-wrap: wrap;
    width:100vw ;
    
}
    .PeoductFeatures .content .item {
    display:flex;
    }

        .PeoductFeatures .content .item .txt {
            width: 536rem;
            height: 428rem;
            padding: 48rem 0 0 300rem;
        }

.PeoductFeatures .content .item .img{
    width: 726rem;
    height: 428rem;
}
.PeoductFeatures .content .item .smallTitle{
    margin-bottom: 65rem;
}
.PeoductFeatures .content .item .smallTitle::before{
    content: "";
    display: block;
    background-color: #BB2310;
    width: 326rem;
    height: 1rem;
}
    .PeoductFeatures .content .item .smallTitle .en {
        /*font-weight: bold;*/
        font-size: 33rem;
        /*list-style: 43rem;*/
        margin-top: 20rem;
    }
.PeoductFeatures .content .item .smallTitle .cn{
    font-size: 22rem;
    margin-top: 10rem;
}
.PeoductFeatures .content .item .titles>p{
    font-size: 16rem;
    line-height: 30rem;
}
.PeoductFeatures .content .item:nth-child(4){
    padding-top: 104rem;
    height: 324rem;
}

/* 投资优势 */
.advantage{
    background-image: url("/images/cooperation/cooperation-page-pic4.png");
    height: 1000rem;
    display: flex;
    align-items: flex-start;
    padding: 0 215rem 0 243rem;
    margin-top: 200rem;
}
.advantage .content{
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    margin-top: 215rem;
}
.advantage .content .item{
    width: 222rem;
    height: 222rem;
    border: 1rem solid #BB2310;
    border-radius: 50%;
    position: relative;
    margin-right: 73rem;
    margin-bottom: 90rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 22rem;
    line-height: 38rem;
    font-weight: 500;
}
.advantage .content .item::before{
    content: "";
    display: block;
    width: 28rem;
    height: 28rem;
    background-color: #BB2310;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
.advantage .text{
    margin-top: 220rem;
}
.advantage .text .title::before{
    content: "";
    display: block;
    width: 80rem;
    height: 6rem;
    background-color: #BB2310;
}
.advantage .text .title{
    margin-bottom: 146rem;
}
.advantage .text .title .en{
    font-weight: 800;
    font-size: 33rem;
    margin-top: 55rem;
}
    .advantage .text .title .cn {
        font-weight: bold;
        font-size: 22rem;
        margin-top: 10rem;
        color: #BB2310;
        /*font-family: Source Han Sans CN;*/
    }
.advantage .text>p{
    line-height: 28rem;
    font-size: 15rem;
    width: 284rem;
}
/* 投资条件 */
.condition {
    height: 1593rem;
    position: relative;
}
.condition .bigTitle{
    text-align: center;
    color: #fff;
}
.condition .bigTitle::before{
    content: "";
    display: block;
    width: 77rem;
    height: 4rem;
    background-color: #fff;
    margin:  0 auto;
}
.condition .bigTitle .en{
    font-weight: 800;
    font-size: 33rem;
    margin-top: 55rem;
}
.condition .bigTitle .cn{
    font-size: 22rem;
    font-weight: bold;
    margin-top: 20rem;
}
    .condition .content {
        display: flex;
        justify-content: center;
        margin-top: -196rem;
    }
.condition .content .item{
    width: 455rem;
}
.condition .content .item:nth-child(2){
    margin:0 34rem;
}
.condition .content .item .ImgTxt{
    position: relative;
    height: 322rem;
}
.condition .content .item .title{
    position: absolute;
    display: flex;
    align-items: flex-end;
    width: calc(100% - 92rem);
    height: 162rem;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    bottom: 0;
    padding: 0 46rem 30rem;
}
.condition .content .item .title>div:first-child{
    font-size: 124rem;
    font-weight: 500;
    color: #fff;
    line-height: 124rem;
    margin-right: 17rem;
}
.condition .content .item .title>div:first-child::after{
    content: "";
    display: block;
    width: 57rem;
    height: 7rem;
    background-color: #BB2310;
    margin: 25rem auto 0;
}
.condition .content .item .title .cn{
    color: #fff;
    font-size: 25rem;
}
.condition .content .item .title .en{
    color: #BB2310;
    font-size: 17rem;
    line-height: 14rem;
    margin-top: 16rem;
}
.condition .content .item .text{
    height: 360rem;
    background-color: #000;
    font-size: 17rem;
    color: #fff;
    display: flex;
    flex-direction: column;
    /* justify-content: space-around; */
    padding-top: 85rem;
    padding-left: 35rem;
}
.condition .content .item .text>p{
    display: flex;
    line-height: 30rem;
    margin-bottom: 30rem;
}
.condition .content .item .text>p::before{
    content: "";
    display: block;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    background-color: #BB2310;
    margin-top: 11rem;
    margin-right: 20rem;
}
.condition .content .item .text > p span {
    margin-right:30rem;
}
/* 合作流程 */
.process{
    width: 1433rem;
    margin: 0 auto;
    display: flex;
}
.process .decoration{
    border: 1rem solid #BB2310;
    border-radius: 50%;
    width: 870rem;
    height: 870rem;
    display: flex;
    align-items: center;
    position: relative;
}
.process .decoration .disc{
    width: 15rem;
    height: 15rem;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
}
.process .decoration .disc:nth-of-type(2){
    right: 154rem;
    top: 89rem;
}
.process .decoration .disc:nth-of-type(3){
    right: 57rem;
    top: 201rem;
}
.process .decoration .disc:nth-of-type(4){
    right: 2rem;
    top: 339rem;
}
.process .decoration .disc:nth-of-type(5){
    right: 3rem;
    top: 515rem;
}
.process .decoration .disc:nth-of-type(6){
    right: 57rem;
    top: 653rem;
}
.process .decoration .disc:nth-of-type(7){
    right: 157rem;
    top: 765rem;
}
.process .decoration .content{
    width: 756rem;
    height: 756rem;
    border-radius: 50%;
    position: relative;
}
.process .decoration .content .title{
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    top: 0;
    border-radius: 50%;
}
.process .decoration .content .title::before{
    content: "";
    display: block;
    width: 77rem;
    height: 4rem;
    background-color: #fff;
    margin-bottom: 55rem;
}
.process .decoration .content .title .en{
    font-weight: 800;
    font-size: 33rem;
}
.process .decoration .content .title .cn{
    font-weight: bold;
    font-size: 22rem;
    margin-top: 20rem;
}
.process .item{
    font-size: 17rem;
    color: #000;
}
.process .item p span{
    font-size: 62rem;
    font-weight: 500;
    line-height: 53rem;
    margin-right: 15rem;
}
.process .item p:nth-child(1){
    padding-left: 20rem;
    margin-top: 50rem;
}
.process .item p:nth-child(2){
    padding-left: 187rem;
    margin-top: 82rem;
}
.process .item p:nth-child(3){
    padding-left: 319rem;
    margin-top: 82rem;
}
.process .item p:nth-child(4){
    padding-left: 319rem;
    margin-top: 111rem;
}
.process .item p:nth-child(5){
    padding-left: 187rem;
    margin-top: 82rem;
}
.process .item p:nth-child(6){
    padding-left: 20rem;
    margin-top: 82rem;
}
/* 联系方式 */
.liaison_top {
    margin-bottom: 120rem;
}
.liaison {
    margin-top: 120rem;
    padding: 0 243rem 0 166rem;
}
.liaison .title{
    display: flex;
}
.liaison .title::before{
    content: "";
    display: block;
    background-color: #BB2310;
    width: 78rem;
    height: 6rem;
    margin-right: 47rem;
}
.liaison .title .en{
    font-weight: 800;
    font-size: 33rem;
    line-height: 27rem;
    margin-bottom: 24rem;
}
    .liaison .title .cn {
        font-size: 22rem;
        font-weight: bold;
        color: #BB2310;
        font-family: Source Han Sans CN;
    }
.liaison .info{
    background-color: #BB2310;
    width: 1165rem;
    height: 350rem;
    position: relative;
    margin-left: 125rem;
    color: #fff;
    font-size: 24rem;
    padding-left: 43rem;
    margin-top: 74rem;
}
.liaison .info .decoration{
    width: 760rem;
    height: 370rem;
    right: -178rem;
    bottom: 112rem;
    position: absolute;
}
    .liaison .info .decoration .imgPhone {
        display:none;
    }
    .liaison .info .decoration .imgPC {
        display: inline-block;
    }
    .liaison .info .qrcode {
        width: 152rem;
        height: 152rem;
        transform: translateY(-27rem);
    }
    .liaison .info > p {
        line-height: 30rem;
        margin-top: 20rem;

    }
     
            .liaison .info > p .text_Tel {
                font-size: 46rem;
                line-height: 46rem;
                font-weight: bold;
                font-style: italic;
            }

        .liaison .info > p span {
            display: inline-block;
        }

    .liaison .info .lastP {
        display: flex;
    }

        .liaison .info .lastP span:first-child {
            width: 112rem;
        }

        .liaison .info .lastP .text_Address {
            flex: 1;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            text-overflow: ellipsis;
        }


        .liaison .message {
            padding-left: 77rem;
        }
.liaison .message .tr{
    display: flex;
    justify-content: space-between;
}
.liaison .message .td{
    margin-bottom: 30rem;
}
.liaison .message .td .name{
    font-weight: 300;
    font-size: 21rem;
    line-height: 35rem;
    color: #000;
}
.liaison .message .tr .td input{
    width: 432rem;
    height: 47rem;
    border: 1rem solid #B8B8B8;
    font-size: 18rem;
    font-weight: 300;
}
.liaison .message .tr .td input::placeholder{
    color: #A6A6A6;
}
.liaison .message .pca{
    display: flex;
}
.liaison .message .pca select{
    width: 130rem;
    height: 49rem;
    font-size: 18rem;
    font-weight: 300;
    border: 1rem solid #B8B8B8;
    margin-right: 10rem;
}
.liaison .message .pca input{
    height: 47rem;
    font-size: 18rem;
    font-weight: 300;
    border: 1rem solid #B8B8B8;
    flex: 1;
    padding: 0 5rem;
}
.liaison .message .pca input::placeholder{
    color: #A6A6A6;
}
.liaison .message .td textarea{
    width: calc(100% - 22rem);
    height: 210rem;
    font-size: 18rem;
    font-weight: 300;
    border: 1rem solid #B8B8B8;
    padding: 10rem;
}
.liaison .message .td textarea::placeholder{
    color: #A6A6A6;
}
.liaison .message .btn{
    display: flex;
    justify-content: flex-end;
}
.liaison .message .btn button{
    width: 178rem;
    height: 47rem;
    background-color: #BB2310;
    border: none;
    color: #fff;
    font-size: 18rem;
    font-weight: 300;
    line-height: 47rem;
}
.phone {
display:none;
}