

.cp_one{
    position: relative;
}
.cp_one .cp_one_content{
    position: absolute;
    right: 0;
    left: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    flex-direction: column;
}
.cp_one .cp_one_content .chinese{
    font-size: 0.34rem;
    font-weight: 600;
    color: #FFFFFF;
    letter-spacing: 3px;
    padding-top: 0.1rem;
}
.cp_one .cp_one_content .english{
    font-size: 0.12rem;
    font-weight: 600;
    color: #FFFFFF;
    opacity: 0.4;
    text-transform: uppercase;
}


/*内容二样式*/
.cp_two .cp_body .text{
    font-size: 0.24rem;
    font-weight: 500;
    color: #333333;
    letter-spacing: 2px;
    text-align: justify;
    text-align-last: center;
    line-height: 1.5;
}
.cp_two .cp_body .img{
    margin-top: 0.3rem;
}


/*内容三样式*/
.cp_three .cp_body{
    display: flex;
    justify-content: space-between;
    background: #ffffff;
    flex-direction: column;
}
.cp_three .cp_body .item{
    width: 100%;
    padding-top: 0.5rem;
}
.cp_three .cp_body .item .content{
    background: #ffffff;
}
.cp_three .cp_body .item .content .title{
    font-size: 0.3rem;
    font-weight: 600;
    color: #151515;
    text-align: center;
    padding: 0.24rem 0 0.18rem 0;
}
.cp_three .cp_body .item .content .text{
    font-size: 0.24rem;
    font-weight: 400;
    color: #7E7E7E;
    letter-spacing: 1px;
    text-align: center;
    padding-bottom: 0.2rem;
    line-height: 1.8;
}


/*内容六样式*/
.cp_six .cp_body{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cp_six .cp_body .item{
    width: calc(50% - 0.15rem);
    background: #ffffff;
    margin-bottom: 0.37rem;
    padding-top: 0.22rem;
    height: 4.2rem;
}
.cp_six .cp_body .item .item_img{
    height: 2.75rem;
    margin-bottom: 0.3rem;
}
.cp_six .cp_body .item div img{
    margin: auto;
    height: 100%;
}
.cp_six .cp_body .item .item_title{
    font-size: 0.26rem;
    font-weight: 600;
    text-align: center;
    color: #181818;
}
/*内容七样式*/
.cp_seven .cp_body{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cp_seven .cp_body .item{
    width: calc(33.33% - 0.1rem);
    background: #ffffff;
    padding-top: 0.22rem;
    height: 2.63rem;
}
.cp_seven .cp_body .item .item_img{
    height: 1.61rem;
    margin-bottom: 0.22rem;
}
.cp_seven .cp_body .item div img{
    margin: auto;
    height: 100%;
}
.cp_seven .cp_body .item .item_title{
    font-size: 0.24rem;
    font-weight: 600;
    text-align: center;
    color: #181818;
}

/*内容八样式*/
.cp_eight .cp_body .item{
    width: 100%;
    background: #ffffff;
    padding-top: 0.5rem;
    height: 5.2rem;
    margin-bottom: 0.31rem;
}
.cp_eight .cp_body .item .item_img{
    height: 1.84rem;
    margin-bottom: 0.35rem;
}
.cp_eight .cp_body .item div img{
    margin: auto;
    height: 100%;
}
.cp_eight .cp_body .item .item_title{
    font-size: 0.24rem;
    font-weight: 600;
    text-align: center;
    color: #181818;
    letter-spacing: 2px;
}

.cp_eight .cp_body .item .item_border{
    width: 85%;
    height: 2px;
    margin: 0.39rem auto 0.31rem auto;
    background: #A59A65;
}
.cp_eight .cp_body .item .item_awards{
    font-size: 0.24rem;
    font-weight: 600;
    text-align: center;
    color: #9d9d9d;
    letter-spacing: 2px;
}

/*内容九样式*/
.cp_nine .cp_body{
    display: flex;
    overflow: auto;
    margin-left: 0.3rem;
}
.cp_nine .cp_body .item{
    width: 4.2rem;
    background: #ffffff;
    padding-top: 0.5rem;
    height: 5.2rem;
    margin-bottom: 0.31rem;
    flex-shrink: 0;
    margin-right: 0.3rem;
}
.cp_nine .cp_body .item .item_img{
    height: 1.84rem;
    margin-bottom: 0.35rem;
}
.cp_nine .cp_body .item div img{
    margin: auto;
    height: 100%;
}
.cp_nine .cp_body .item .item_title{
    font-size: 0.24rem;
    font-weight: 600;
    text-align: center;
    color: #181818;
    letter-spacing: 1px;
}

.cp_nine .cp_body .item .item_border{
    width: 85%;
    height: 2px;
    margin: 0.39rem auto 0.31rem auto;
    background: #A59A65;
}
.cp_nine .cp_body .item .item_awards{
    font-size: 0.24rem;
    font-weight: 600;
    text-align: center;
    color: #9d9d9d;
    letter-spacing: 2px;
}

/*内容十样式*/
.cp_ten .cp_body{

    display: flex;
    overflow: auto;
    margin-left: 0.3rem;
}
.cp_ten .cp_body .item{
    background: #ffffff;
    width: 4.2rem;
    padding: 0.4rem 0.3rem 0 0.3rem;
    flex-shrink: 0;
    margin-right: 0.3rem;
    height: 8.3rem;
}
.cp_ten .cp_body .item .item_photo{
    height: 1.45rem;
    width: 1.45rem;
    border-radius: 50%;
    margin: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.cp_ten .cp_body .item .item_name{
    font-size: 0.31rem;
    font-weight: 600;
    color: #333333;
    text-align: center;
    margin-top: 0.2rem;
}
.cp_ten .cp_body .item .item_position{
    font-size: 0.31rem;
    font-weight: 600;
    color: #333333;
    text-align: center;
    margin-top: 0.14rem;
}
.cp_ten .cp_body .item .item_introduce{
    margin-top: 0.21rem;
    font-size: 0.3rem;
    font-weight: 500;
    color: #c6c6c6;
    text-align: justify;
    letter-spacing: 2px;
    line-height: 1.5;
}
