: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 {
    margin: 1.5rem 0 1rem 0;
}

.titboxen {
    text-align: center;
    color: #999;
    font-size: 1rem;
}

.titboxcn {
    text-align: center;
    color: var(--main-color);
    /* font-size: 20px; */
    font-size: 1.2rem;
    /* font-weight: bold; */
    margin-top: 10px;
}

.gongnengbox {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.gongnengbox_hy {}

.gongnengli_hy {
    flex-direction: column;
    justify-content: center;
    /* width: 23% !important; */
    align-items: center;
}

.gongnengli {
    /* width: calc(80% - 40px); */
    display: flex;
    padding: 20px;
}

.gongnengli:hover {
    pointer-events: painted;
    box-shadow: 1px 1px 10px 1px #e1e1e1;
}

.gongnengli img {
    width: 50px;
    height: 50px;
}

.gongnengli_hy img {
    width: 88px;
    height: 68px;
}

.gnli_right_hy {
    text-align: center;
    margin-left: 0 !important;
}

.gnli_right {
    margin-left: 10px;
}

.gnli_right_tit_hy {
    margin: 10px auto;
}

.gnli_right_tit {
    /* font-weight: bold; */
    font-size: 20px;
}

.gnli_right_des {
    color: #999;
    font-size: 16px;
    line-height: 28px;
}

.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: 30px;
    /* padding: 20px; */
}

.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: 66%;
    height: 400px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top: 400px solid var(--main-color);
    /* 底部边框 */
    border-right: 100px solid transparent;
}

.ys_rightbox {
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
    height: 400px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom: 400px solid #e1e1e1;
    /* 底部边框 */
    border-left: 100px 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: 150px;
    height: 150px;
    line-height: 100px;
    text-align: center;
    font-size: 80px;
    color: white;
    border: 15px solid #ffffff;
    position: absolute;
    left: calc(66% - 100px);
    top: 130px;
    border-radius: 50%;
}

.changjingbox {
    max-width: 1200px;
    background-color: #f1f1f1;
    /* display: flex; */
}

.cj_leftbox {
    flex: 2;
    padding: 50px 0;
    text-align: center;
}

.cj_conbox {
    flex: 2;
    padding: 50px 0;
}

.cj_contit {
    font-size: 25px;
    color: var(--main-color);
    padding: 5px 20px;
    border-left: 4px solid var(--main-color);
}

.cj_concon {
    color: #666;
    padding: 1rem 0;
    min-height: 300px;
    font-size: 0.8rem;
}

.cj_rightbox {
    flex: 1;
}

.cj_anli {
    padding: 20px 0;
}

.cj_anli img {
    width: 100px;
    height: 45px;
    margin-right: 15px;
}

.cj_rightbox {
    position: relative;
}

.cj_rightbox1 {
    /* max-width: 120px; */
    position: absolute;
    right: 0;
}

.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;
}

/* 产品框架开始 */
.productbox {
    background: #f1f1f1;
    padding: 0.5rem;
}

.productli {
    background: #e9e9e9;
    display: flex;
    align-items: center;
    /* padding: 15px; */
    margin: 10px auto;
    border-radius: 10px;
}

.productli_left {
    flex: 1;
    text-align: center;
    padding: 0.5rem;
}

.product_tit {
    font-size: 0.8rem;
}

.productli_right {
    flex: 5;
    border-left: 1px solid #999;
    display: flex;
    justify-content: space-between;
    padding-left: 1rem;
    flex-wrap: wrap;
    padding-right: 0.5rem;
}

.productli_rightli {
    background: white;
    padding: 5px 10px;
    margin: 10px 0;
    border-radius: 5px;
    /* width: 23%; */
    text-align: center;
    font-size: 0.6rem;
}

.productli_rightli_top {
    width: 100% !important;
}

.productli_rightli_box {
    width: 48%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.productli_rightli_box .productli_rightli {
    width: 30%;
}
.productli_right_eng .productli_rightli{
    width: 100%;
}


.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;
    height: 4rem;
}

.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;
}