.newproduct_1 {
    background: linear-gradient(170deg, #EDEFF0 41%, #D2D6DD 100%);
    /* display: flex;
    justify-content: space-between; */
    /* align-items: center; */
}

.newproduct_1left {
    border: 1px solid #C8A063;
    border-radius: 10px;
    text-align: center;
    padding: 3vw 2vw;
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.newproduct_1right {
    /* width: 52%; */
    width: 49%;
    min-height: 33vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.newproduct_1r_tlist {
    flex-wrap: wrap;
    display: flex;
    opacity: 0;
    height: 0px;
    transition: .4s;
    transform: translateY(40%);
    overflow: hidden;
}

.show_this {
    height: auto;
    opacity: 1;
    transition: .6s;
    transform: translateY(0px);
}

.newproduct_1r_tlist_all {
    /* height: 86%;
    overflow: auto; */
}

.newproduct_1r_tlone {
    width: 24.2%;
    margin-right: 1%;
    background: #0068B7;
    border-radius: 10px 10px 10px 10px;
    text-align: center;
    color: #fff;
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 18px;
    line-height: 24px;
    /* margin-bottom: 10px; */
    margin-bottom: .5vw;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
}

.newproduct_1r_tlone:hover {
    color: #fff;
}

.newproduct_1r_tlone_t1 {
    font-size: 36px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #C8A063;
    line-height: normal;
}

.newproduct_1r_tbt1 {
    width: 18px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    font-size: 18px;
    text-align: center;
}

.newproduct_1r_tbot {
    margin-top: 4px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    /* background-color: #DBDEE3;
    position: relative;
    z-index: 4; */
}

.newproduct_1r_tbtlist {
    display: flex;
    width: 100%;
}

.newproduct_1r_tbtlist_all {
    width: 87%;
    margin-left: 3.4vw;
}

.newproduct_1r_tbtlone {
    width: 33%;
    border-right: 1px solid #C8A063;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #555555;
    font-size: 14px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    cursor: pointer;
}

.newproduct_1r_tbtlone:first-child {
    border-left: 1px solid #C8A063;
}

.newp1r_tbtlone_img {
    width: 50px;
    height: 50px;
    border-radius: 6px;
    /*border: 1px solid #999999;*/
    text-align: center;
    line-height: 50px;
    margin-bottom: 6px;
}

.new_prospec_nav {
    display: flex;
}

.new_prospec_none {
    width: 24%;
    margin-right: 2%;
    height: 80px;
    line-height: 80px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.08);
    text-align: center;
    padding: 0 10px;
    font-size: 22px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    position: relative;
    color: #555555;
    cursor: pointer;
}

.new_prospec_nspan {
    position: relative;
    z-index: 6;
}

.new_prospec_none::after {
    content: " ";
    background-image: url(../images/new/productst/Union.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    opacity: 0;
    width: 100%;
    transition: all 0.8s ease;
    /* transform: rotate(-15deg); */
    /* transform: translateY(10%); */
}

.active_bthis::after {
    opacity: 1;
    width: 100%;
    height: 100%;
    transform: rotate(0deg);
    /* transform: translateY(0%); */
}

.active_bthis {
    color: #fff;
    background: transparent;
    box-shadow: none;
    height: 90px;
}

.new_prospec_nimg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.new_prospec_list {
    margin-top: 30px;
}

.new_prospec_lone {
    width: 100%;
    /* text-align: center; */
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: .5s;
    transform: translateY(10%);
}

.new_prospec_lone_img {
    width: 100%;
}

.active_bthis_l {
    height: auto;
    overflow: inherit;
    opacity: 1;
    transition: .5s;
    transform: translateY(0%);
}

.Scope_fall {
    background-repeat: no-repeat;
}

.Scope_fall_text {
    font-size: 18px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    text-align: center;
}

.Scope_fall_text1 {
    font-size: 40px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 5px;
}

.Scope_fall_nav {
    display: flex;
    margin: 30px 0;
    justify-content: space-between;
}

.Scope_fall_none {
    width: 12%;
    margin-right: 1%;
    text-align: center;
    font-size: 20px;
    color: #555555;
    position: relative;
    padding-bottom: 7px;
    position: relative;
    cursor: pointer;
    width: auto !important;
    /* padding: 10px 0; */
}

.Scope_fall_none::after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #0096DB;
    opacity: 0;
    cursor: pointer;
}


/* .Scope_fall_none:nth-child(8n) {
    margin-right: 0;
} */

.active_s {
    /* border-bottom: 2px solid #0096DB; */
    font-weight: bold;
    color: #0096DB;
}

.active_s::after {
    opacity: 1;
}

.Scope_fall_tlist {
    margin-top: 25px;
}

.Scope_fall_tlone {
    display: flex;
    align-items: flex-end;
    opacity: 0;
    height: 0;
    transition: .5s;
    /* transition: .5s;
    transform: translateY(10%); */
}

.scope_active {
    transition: .5s;
    height: auto;
    opacity: 1;
    transform: translateY(0%);
}

.Scope_ftlone_left {
    width: 52.8%;
}

.Scope_ftlone_rightall {
    width: 47.2%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    opacity: 0;
    /* transition: .5s;
    transform: translateX(0%); */
}

.scope_active .Scope_ftlone_rightall {
    opacity: 1;
    transition: .5s;
    transform: translateX(0%);
}

.Scope_ftlone_right {
    width: 100%;
    height: 87%;
    /* overflow: auto; */
    padding: 2vw 3.2vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.Scope_ftlone_left {
    background-image: url(../images/new/productst/f2.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 7%;
    overflow: hidden;
    display: none;
    /* background-size: 100% 100%; */
}

.sc_left_img {
    width: 93%;
    /* opacity: 0;
    transition: .5s;
    transform: translateY(100%) rotate(40deg); */
}

.scope_active .Scope_ftlone_left {
    display: block;
    /* opacity: 1;
    transition: .5s;
    transform: translateY(0) rotate(0); */
}

.Scope_ftlone_right {
    color: #fff;
}

.Scope_fall_text2 {
    letter-spacing: 3px;
}

.sc_right_t {
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 4px;
}

.sc_right_tont {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 1px;
    margin: 16px 0;
}

.sc_right_tont {
    overflow: auto;
    max-height: 66%;
}

.Scope_fall {
    padding-bottom: 0;
}


/*研发中心*/

.pr1_alone {
    background-color: #fff;
    margin-bottom: 45px;
    cursor: pointer;
    transition: all .5s ease-in-out;
}

.pr1_alone:last-child {
    margin-bottom: 20px;
}

.prl_alone_left {
    position: relative;
}

.prl_alone_ltext {
    /* position: absolute;
    top: 0;
    left: 0; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
    overflow: hidden;
    height: 100%;
}

.prl_alone_ltext1 {
    font-size: 24px;
    color: #333333;
}

.prl_alone_ltext2 {
    font-size: 14px;
    color: #555555;
    line-height: 28px;
    margin-top: 8px;
    overflow: auto;
    max-height: 80%;
}

.prl_alone_right,
.prl_alone_left {
    width: 50%;
}

.prl_alone_right {
    overflow: hidden;
}

.prl_alone_rimg {
    transition: all .5s ease-in-out;
    height: 100%;
}

.pr1_alone:hover .prl_alone_rimg {
    animation: changeBiger 4s linear forwards;
    animation-delay: 5s;
    -webkit-animation-delay: 5s;
    transform: scale(1.08);
}

.pr2_tit {
    color: #333333;
    font-size: 32px;
}

.pr2_cont1 {
    font-size: 16px;
    color: #555555;
    line-height: 32px;
    margin: 16px 0 40px;
}

.pr2_3img {
    display: flex;
    align-items: center;
    margin-bottom: 70px;
}

.pr2_3img img {
    width: 32%;
    margin-right: 2%;
}

.new_prospec_nav_all {
    padding: 15px 0;
}

.new_pone_tlist {
    display: flex;
    flex-wrap: wrap;
}

.new_pone_tlone {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.08);
    border-radius: 0px 0px 0px 0px;
    min-height: 150px;
    display: flex;
    align-items: flex-start;
    padding: 20px 15px;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 25px;
    cursor: pointer;
}

.new_pone_tlimg {
    width: 32px;
    height: 32px;
    transition: .5s
}

.new_pone_tlone_text1 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 3px;
}

.new_pone_tlone_text {
    text-align: left;
    margin-left: 10px;
    font-size: 13px;
    color: #666666;
}

.new_pone_tlone_tdesc {
    line-height: 22px;
}

.new_pone_tlone:hover .new_pone_tlimg {
    transition: .5s;
    transform: rotateY(180deg);
}

.new_prlone_t1 {
    font-size: 16px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #555555;
    line-height: 40px;
    text-align: left;
}

.new_prlone_timg {
    margin: 10px 0;
}

.newproduct_1r_tlone {
    position: relative;
    background-color: transparent;
}

.newproduct_1r_tlone::after {
    background-color: #0068B7;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .5s;
    content: '';
    border-radius: 10px 10px 10px 10px;
}

.newproduct_1r_tlone:hover::after {
    transition: .5s;
    transform: rotateY(180deg);
}

.newproduct_1r_tlall {
    position: relative;
    z-index: 4;
}

.newp1r_tbtlone_img {
    transition: .5s;
}

.newproduct_1r_tbtlone:hover .newp1r_tbtlone_img {
    transition: .5s;
    transform: rotateY(180deg);
}


/*工程中心*/

.gong_z {
    text-align: center;
    margin: 20px 0;
}

.kef_img {
    display: flex;
    justify-content: space-between;
    color: #FFFFFF;
    align-items: center;
    min-height: 482px;
}

.kef_imgleft {
    font-weight: bold;
    font-size: 38px;
}

.kef_imgright {
    font-size: 16px;
    line-height: 30px;
}

.kef_imgright1 {
    margin-bottom: 9px;
    position: relative;
    padding-left: 30px;
}

.kef_imgright1::after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 15px;
    height: 4px;
    background: #FFFFFF;
}

.p3_title {
    text-align: center;
    position: relative;
}

.p3_title::after {
    position: absolute;
    width: 130px;
    height: 12px;
    background: #0096DB;
    opacity: 0.7;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1px;
    content: " ";
    z-index: 1;
}

.p3_title_t1 {
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    position: relative;
    z-index: 2;
}

.fu_chanplist {
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
}

.fu_chanplone {
    width: 31.3%;
    margin-right: 3%;
    background-color: #fff;
    /* box-shadow: 0px 0px 10px 4px #E2F3FB; */
    box-shadow: 0px 0px 10px 1px rgba(0, 150, 219, 0.3);
    cursor: pointer;
    margin-bottom: 35px;
    /* background-image: url(../images/new/productst/p3_back.png);
    background-repeat: no-repeat;
    background-size: 100% 100%; */
}

.fu_chanplone:hover .fh_chanpimg_back {
    transition: .5s;
    transform: scale(1.09);
}

.fh_chanpimg {
    overflow: hidden;
}

.fh_chanpimg_back {
    width: 100%;
    overflow: hidden;
    transition: .5s;
}

.fh_chanptext {
    padding: 24px 30px 20px;
    text-align: center;
}

.fh_chanptext1 {
    font-size: 18px;
}

.fh_chanptext2 {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    margin-top: 6px;
}

.zx_gyall {
    padding-bottom: 80px;
}

.zx_gltop {
    display: flex;
    margin-top: 80px;
}

.zx_gltop_one {
    width: 50%;
}

.zx_glbone_d {
    width: 10px;
    height: 10px;
    background: #0096DB;
    margin-right: 10px;
    flex-shrink: 0;
}

.zx_glbottom {
    display: flex;
}

.zx_glbone {
    display: flex;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    padding: 60px 40px;
    width: 33%;
    position: relative;
    /* height: 170px;
    align-items: center; */
    justify-content: center;
}

.zx_glbone_t {
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.zx_glbone::after {
    content: " ";
    position: absolute;
    right: 0;
    width: 1px;
    height: 100px;
    background: #C0C0C0;
    top: 50%;
    transform: translateY(-50%);
}

.zx_glbone:last-child::after {
    display: none;
}

.zx_gyalist {
    background-color: #FAFAFA;
}

.whby_all {
    padding-bottom: 50px;
}

.whby_allist {
    display: flex;
    flex-wrap: wrap;
    margin-top: 80px;
}

.whby_allone {
    width: 20%;
    margin-right: 6%;
    background-image: url('../images/new/productst/dback.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* height: 224px; */
    height: 11.7vw;
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
    padding: 30px 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    margin-bottom: 50px;
}

.whby_allone::after {
    background-image: url(../images/new/productst/daback.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    content: " ";
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    width: 0%;
    transition: .5s;
    transform: rotate(0deg);
    opacity: 0;
    margin-left: 50%;
    z-index: 2;
}

.whby_allone:hover::after {
    opacity: 1;
    transition: .5s;
    width: 100%;
    margin-left: 0;
    transform: rotate(0deg);
}

.whby_allone_text {
    position: relative;
    z-index: 4;
    line-height: 26px;
    max-height: 82%;
    overflow: auto;
}

.whby_allone_num {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    /* font-size: 60px;
    color: #585657; */
}

.whby_allone_num img {
    max-width: 100%;
}

.shouh_alist {
    /* display: flex;
    justify-content: space-between; */
    margin-top: 60px;
    background-image: url(../images/new/productst/jimg.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-color: #F1F1F1;
    height: 336px;
    background-size: 60% 100%;
}

.shouh_aleft {
    width: 39%;
    font-size: 16px;
    color: #000000;
    padding-right: 20px;
    position: relative;
    z-index: 2;
    overflow: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* background-color: #F1F1F1; */
}

.shouh_aright {
    width: 50%;
    position: relative;
    right: 0;
    z-index: 1;
}

.shouh_aleftp {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

.shouh_aleftp::after {
    position: absolute;
    left: 0;
    top: 13%;
    transform: translateY(-0%);
    width: 10px;
    height: 10px;
    background: #0096DB;
    content: " ";
}

.zbook_all {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 50px;
    padding-top: 10px;
}

.zback_ot {
    padding: 15px;
    text-align: center;
    font-size: 14px;
    color: #333333;
    line-height: 30px;
}

.zback_one {
    width: 19.2%;
    margin-right: 1%;
    transition: .5s;
    cursor: pointer;
}

.zback_one:hover {
    transition: .5s;
    transform: translateY(-10px);
}

.liu_c {
    padding-bottom: 60px;
}

.zback_oneimg img {
    width: 100%;
}

.goto_xa {
    /* color: #273974; */
    color: #fff;
    border: 1px solid #fff;
    padding: 0px 23px;
    border-radius: 30px;
    margin-top: 10px;
    height: 44px;
    overflow: hidden;
    text-align: center;
    line-height: 44px;
    /* background-color: #fff;
    font-weight: bold; */
    font-size: 15px;
    width: 138px;
    flex-shrink: 0;
}

.goto_xa span {
    display: block;
    top: 0;
    position: relative;
    transition: all 0.5s ease;
}

.goto_xa:hover {
    /* color: #273974; */
    color: #fff;
}

.goto_xa:hover span {
    top: -107%;
    transition: all 0.5s ease;
}

/*0602新增*/

.new4_lone_all {
    display: flex;
    background-color: #fff;
    padding: 40px;
}

.new4_lone_left,
.new4_lone_right {
    width: 50%;
}

.new4_lone_left {
    padding-right: 40px;
}

@media(min-width:1024px) and (max-width:1531px) {
    .whby_allone {
        height: 14.7vw;
    }
}

@media(min-width:1100px) and (max-width:1335px) {
    .newproduct_1r_tlone {
        height: 130px;
        font-size: 16px;
    }
    .newproduct_1r_tlone_t1 {
        font-size: 33px;
    }
}

@media(min-width:1024px) and (max-width:1100px) {
    .newproduct_1r_tlone {
        height: 110px;
        font-size: 14px;
        line-height: 20px;
    }
    .newproduct_1r_tlone_t1 {
        font-size: 30px;
    }
}

@media(min-width:1024px) and (max-width:1300px) {
    .Scope_fall_text {
        font-size: 17px;
    }
    .Scope_fall_text1 {
        font-size: 37px;
    }
    .Scope_fall_none {
        font-size: 16px;
    }
    .new_prospec_none {
        font-size: 20px;
    }
    .sc_right_tont {
        font-size: 14px;
        margin: 8px 0;
    }
    .Scope_ftlone_right {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .whby_allone {
        font-size: 13px;
    }
}

@media(min-width:1024px) {
    .new_prospec_none:nth-child(4n),
    .new_pone_tlone:nth-child(4n),
    .newproduct_1r_tlone:nth-child(4n),
    .pr2_3img img:nth-child(3n),
    .fu_chanplone:nth-child(3n),
    .whby_allone:nth-child(4n),
    .zback_one:nth-child(5n) {
        margin-right: 0;
    }
    .fu_chanplone:nth-last-child(1),
    .fu_chanplone:nth-last-child(2),
    .fu_chanplone:nth-last-child(3) {
        margin-bottom: 0;
    }
}

@media(max-width:1024px) {
    .newproduct_1right {
        width: 100%;
    }
    .newproduct_1r_tlone {
        width: 32%;
        height: 106px;
        font-size: 14px;
        line-height: 18px;
    }
    .newproduct_1r_tlone:nth-child(3n) {
        margin-right: 0;
    }
    .newproduct_1r_tlone_t1 {
        font-size: 32px;
    }
    .newproduct_1r_tbt1 {
        font-size: 16px;
    }
    .newp1r_tbtlone_img {
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
    }
    .newp1r_tbtlone_img img {
        width: 40px;
    }
    .newproduct_1r_tbtlone {
        font-size: 13px;
        line-height: 16px;
    }
    .newproduct_1r_tbot {
        margin: 15px 0;
    }
    .newproduct_1r_tbtlist_all {
        margin-left: 18px;
    }
    .newproduct_1left {
        width: 100%;
        padding: 23px 30px;
    }
    .new_prospec_none {
        height: 58px;
        line-height: 58px;
        font-size: 20px;
        box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.08);
    }
    .active_bthis {
        height: 66px;
        box-shadow: none;
    }
    .new_prospec {
        padding-left: 15px;
        padding-right: 0;
    }
    .new_prospec_list {
        padding-right: 15px;
        margin-top: 11px;
        margin-bottom: 20px;
    }
    .Scope_fall_text1 {
        font-size: 24px;
    }
    .Scope_fall_text {
        font-size: 14px;
    }
    .Scope_fall_text2 {
        letter-spacing: 2px;
    }
    .Scope_fall_none {
        font-size: 18px;
    }
    .Scope_fall_nav {
        margin: 20px 0;
    }
    .Scope_fall_tlone {
        display: none;
    }
    .Scope_ftlone_left,
    .Scope_ftlone_rightall {
        background-image: none;
        width: 100%;
    }
    .Scope_ftlone_rightall {
        height: auto !important;
    }
    .Scope_ftlone_right {
        width: 100%;
        height: auto;
        padding: 24px 15px;
    }
    .scope_active {
        display: block;
    }
    .sc_left_img {
        width: 100%;
    }
    .Scope_fall_tlist {
        margin-top: 0;
        padding: 0 15px;
        margin-bottom: 50px;
    }
    .Scope_fall_nall {
        padding: 0 0 0 15px;
    }
    .sc_right_t {
        font-size: 20px;
    }
    .sc_right_tont {
        font-size: 13px;
        line-height: 20px;
        letter-spacing: 2.6px;
        margin: 8px 0;
    }
    .prl_alone_right,
    .prl_alone_left {
        width: 100%;
    }
    .prl_alone_rimg .opacity_img {
        display: block;
    }
    .prl_alone_ltext {
        padding: 20px 15px;
    }
    .prl_alone_ltext1 {
        font-size: 20px;
    }
    .prl_alone_ltext2 {
        font-size: 13px;
        line-height: 24px;
        margin-top: 3px;
        max-height: none;
    }
    .pr1_alone {
        margin-bottom: 20px;
    }
    .pr2_tit {
        font-size: 18px;
        padding: 0 15px;
    }
    .pr2_cont1 {
        font-size: 13px;
        line-height: 24px;
        margin: 5px 0 20px;
        padding: 0 15px;
    }
    .pr2_3img {
        margin-bottom: 20px;
        display: block;
        padding: 0 15px;
    }
    .pr2_3img img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .new_pone_tlone {
        width: 100%;
        margin-bottom: 15px;
    }
    .new_prlone_t1 {
        font-size: 14px;
        line-height: 24px;
    }
    .prl_alone_right {
        height: 230px;
    }
    .gong_z .m_show {
        display: inline-block;
    }
    .kef_img {
        min-height: 239px;
        flex-direction: column;
        align-items: baseline;
        justify-content: center;
    }
    .kef_imgleft {
        font-size: 16px;
        font-family: Source Han Sans CN-Bold, Source Han Sans CN;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .kef_imgright {
        font-size: 13px;
        line-height: 15px;
    }
    .kef_imgright1 {
        padding-left: 0;
    }
    .kef_imgright1::after {
        display: none;
    }
    .kef_img {
        background-image: url(../images/new/productst/back_gm.png) !important;
    }
    .p3_title_t1 {
        font-size: 24px;
    }
    .p3_title::after {
        width: 118px;
        height: 11px;
    }
    .fu_chanplist {
        margin-top: 30px;
    }
    .fu_chanplone {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .fh_chanpimg {
        height: 200px;
    }
    .fh_chanpimg_back {
        height: 100%;
    }
    .fu_chanp {
        padding-bottom: 20px;
    }
    .zx_gyalist {
        margin-top: 40px;
    }
    .zx_gyalone_desc {
        padding: 22px 15px;
    }
    .zx_gyalone_done {
        display: flex;
        font-size: 13px;
        line-height: 20px;
        align-items: baseline;
        margin-bottom: 5px;
    }
    .fh_chanptext1 {
        font-size: 16px;
    }
    .fh_chanptext2 {
        line-height: 19px;
        font-size: 13px;
        margin-top: 3px;
    }
    .fh_chanptext {
        padding: 20px 15px;
    }
    .whby_all .p3_title_t1 {
        color: #fff;
    }
    .whby_allist {
        margin-top: 32px;
    }
    .whby_all {
        background-image: url('../images/new/productst/p3_wback_m.png') !important;
        padding-bottom: 30px;
    }
    .whby_allone {
        width: 49%;
        margin-right: 2%;
        height: 148px;
        font-size: 13px;
        padding: 20px 22px;
        color: rgba(255, 255, 255, .8);
        margin-bottom: 30px;
    }
    .whby_allone_text {
        line-height: 19px;
    }
    .whby_allone:nth-child(2n) {
        margin-right: 0;
    }
    .zx_gyall {
        padding-bottom: 35px;
    }
    .whby_allone_num img {
        display: none;
    }
    .shouh_aleft {
        width: 100%;
        height: auto;
        padding: 15px;
        font-size: 13px;
        color: #666666;
    }
    .shouh_alist {
        background-image: none;
        height: auto;
        background-color: #FAFAFA;
        margin: 40px 15px 0;
        padding: 0;
    }
    .shouh_aleftp {
        margin-bottom: 0;
        padding-left: 15px;
    }
    .zback_one {
        width: 100%;
        margin-right: 0;
    }
    .zback_oneimg {
        background: #F5F5F5;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 28px;
    }
    .zback_one img {
        width: 70%;
    }
    .zback_ot {
        font-size: 13px;
    }
    .zbook_all {
        padding-bottom: 25px;
    }
    .liu_c {
        padding-bottom: 30px;
    }
    .goto_xa {
        margin-top: 20px;
        height: 40px;
        line-height: 40px;
        font-size: 13px;
        padding: 0px 21px;
    }

    /*0602新增*/
    .new4_lone_all {
        display: block;
        padding: 15px;
    }
    .new4_lone_left,
    .new4_lone_right {
        width: 100%;
    }
    .new4_lone_left {
        padding-right: 0;
    }
}