:root {
    --main-color: #1f5f5e;
    --second-color:#f4ebd9;
}
.daohangbox{
    display: flex;
    justify-content: space-around;

}
.daohangboxli{
    text-align: center;
    width: 100px;
}
.daohangtit{
    font-size: 20px;
}
.daohangbot{
    background: var(--main-color);
    width: 100px;
    height: 4px;
    border-radius: 3px;
    margin-top: 20px;
}
.titbox{
    
}
.titbox{
    margin: 50px 0 30px 0;
}
.titboxen{
    text-align: center;
    color: #999;
    font-size: 1rem;
}
.titboxcn{
    text-align: center;
    color: var(--main-color);
    /* font-size: 20px; */
    /* font-weight: bold; */
    margin-top: 10px;
    font-size: 1.2rem;
}

.gongnengbox{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.gongnengli{
    /* width: calc(49% - 40px); */
    display: flex;
    padding: 20px;
}
.gongnengli:hover{
    pointer-events: painted;
    box-shadow: 1px 1px 10px 1px #e1e1e1;
}
.gongnengli img{
    width: 40px;
    height: 40px;
}
.gnli_right{
    margin-left: 10px;
}
.gnli_right_tit{
    font-weight: bold;
}
.gnli_right_des{
    color: #999;
}

.youshibox{
    /* background-color: var(--main-color); */
    max-width: 1200px;
    height: 400px;
    border-radius: 13px;
    color: white;
    position: relative;
    display: flex;
}
.ys_leftbox_tit{
    /* font-size: 30rpx; */
    font-size: 1rem;
    /* padding: 20px; */
}
.ys_leftbox_conr{
    /* font-size: 20rpx; */
    font-size:0.8rem;
}
.ys_leftbox_conr_eng{
    font-size: 0.65rem;
}
.ys_leftbox_tit span{
    font-weight: bold;
}

.ys_leftbox_tit_bot{
    width: 60px;
    height: 3px;
    margin-top: 20px;
}
.ys_leftbox_tit_bot1{
    background: white;
}
.ys_leftbox_tit_bot2{
    position: absolute;
    background: black;
    right: 20px;
}
.ys_leftbox{
    position: absolute;
    left: 0;
    top: 0;
    width: 65%;
    height: 400px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top: 25rem solid var(--main-color);
    border-right: 6rem solid transparent;
}
.ys_rightbox{
    position: absolute;
    right: 0;
    top: 0;
    width: 55%;
    height: 400px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom: 25rem solid #e1e1e1;
    border-left: 6rem solid transparent;
}
.ys_leftbox::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-right: 100px solid transparent; /* 右侧透明边框 */
}
.ys_rightbox::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    /* border-top: 100px solid rgb(247, 8, 8); 顶部边框 */
    border-left: 100px solid transparent; /* 右侧透明边框 */
}
.ys_leftbox_con{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 400px;
    
}
.ys_leftbox_con1{
    position: absolute;
    top:-400px;
    left: 0;
    padding-left: 20px;
}
.ys_leftbox_con2{
    padding-right: 20px;
    text-align: right;
    color: black;
}
.ys_float{
    background: var(--main-color);
    width: 4rem;
    height: 4rem;
    line-height: 2.6rem;
    text-align: center;
    /* font-size: 80px; */
    font-size: 2rem;
    color: white;
    border: 0.5rem solid #ffffff;
    position: absolute;
    left: calc(65% - 4rem);
    top: 10rem;
    border-radius: 50%;
}
.changjingbox{
    max-width: 1200px;
    background-color: #f1f1f1;
}
.changjingbox1{
    display: flex;
}
.cj_leftbox{
    flex: 2;
    padding: 2rem 0;
    text-align: center;
}
.cj_leftbox img{
    width: 10rem;
}
.cj_conbox{
    flex: 2;
    padding: 1.6rem 0;
}
.cj_contit{
    font-size: 1.2rem;
    color: var(--main-color);
    padding: 0.2rem 1rem;
    border-left: 0.2rem solid var(--main-color);
}
.cj_concon{
    color: #666;
    padding: 20px 0;
    min-height: 300px;
}
.cj_rightbox{
    flex: 1;
}
.anliul{
    padding: 1.2rem;
}
.cj_anli{
    padding: 1rem 0;
}
.cj_anli img{
    width: 8rem;
    height: 3.5rem;
    margin-right: 1rem;
}

.cj_rightbox{
    position: relative;
}
.cj_rightbox1{
    display: flex;
    width: 100%;
    justify-content: space-around;
}
.cj_rightli{
    border-bottom: 1px solid #999;
    text-align: center;
    padding: 15px 25px;
    background: white;
    pointer-events: painted;
}
.cj_rightli_light{
    background: var(--main-color);
    color: white;
}