@charset "utf-8";

@font-face {
    /* font-family: "HarmonyOS_Sans_SC_Regular";
     src: url(../fonts/HarmonyOS_Sans_SC_Regular.ttf); */
}

@font-face {
    /* font-family: "HarmonyOS_Sans_SC_Light";
    src: url(../fonts/HarmonyOS_Sans_SC_Light.ttf); */
}

@font-face {
    /*  font-family: "HarmonyOS_Sans_SC_Medium";
    src: url(../fonts/HarmonyOS_Sans_SC_Medium.ttf); */
}

@font-face {
    /* font-family: "HarmonyOS_Sans_SC_Bold";
     src: url(../fonts/HarmonyOS_Sans_SC_Bold.ttf);*/
}

@font-face {
    /*  font-family: "oswald_medium";
    src: url(../fonts/OSWALD-MEDIUM.TTF);*/
}

@font-face {
    /*  font-family: "oswald_light";
    src: url(../fonts/OSWALD-LIGHT.TTF);*/
}

@font-face {
    /* font-family: "HuXiaoBo";
    src: url(../fonts/HuXiaoBo.otf);*/
}

* {
    /*  font-family: "HarmonyOS_Sans_SC_Regular";*/
    scroll-behavior: smooth;
}

/* 视屏 */
#publicity-video {
    width: 100%;
    height: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

#publicity-video video {
    display: block;
}

.msg-box-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 1001;
    background: rgba(0, 0, 0, 0.8);
}

.msg-box {
    width: 60%;
    height: 70%;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 50%;
    top: 47%;
    transform: translate(-50%, -50%);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.msg-box-div {
    width: 100%;
    height: 100%;
}

.msg-box .video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.msg-box .close-box {
    width: 30px;
    height: 30px;
    background: url("../images/img29.png") no-repeat center;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 3;
}

.msg-box .close-box:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fd::after {
    content: " ";
    display: block;
    clear: both;
}

.fd {
    zoom: 1;
}

.app {
    display: none !important;
}

.index-container {
    width: 1765px;
    margin: 0 auto;
}

.container {
    width: 1600px;
    margin: 0 auto;
}

@media (max-width: 1800px) {
    .index-container {
        width: 100%;
        padding: 0 20px;
    }

    .container {
        width: 100%;
        padding: 0 100px;
    }
}

@media (max-width: 1200px) {
    .container,
    .index-container {
        padding: 0 15px;
    }
}


/* 导航 */

.nav {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1200;
    transition: all .5s;
    /* box-shadow: 0 0 20px rgb(0, 0, 0, 0.08); */
}

.nav.nav2 {
    background: #fff;
}

.nav_con {
    width: 100%;
    position: relative;
}

.nav .logo {
    width: 268px;
    height: 100px;
    float: left;
    position: relative;
}

.nav .logo img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.nav .logo .ig2 {
    opacity: 0;
}

.nav.nav2 .logo .ig2 {
    opacity: 1;
}

.nav.nav2 .logo .ig1 {
    opacity: 0;
}

.nav .rig {
    float: right;
    height: 100px;
}

.nav .rig .category {
    float: left;
}

.category-item {
    float: left;
    margin-right: 50px;
}

.category-a {
    font-size: 18px;
    color: #fff;
    display: block;
    transition: all .5s;
    line-height: 100px;
}

.nav.nav2 .category-a {
    color: #0f2f6e;
}

.category-item:hover .category-a,
.nav .category-item.on .category-a {
    color: #ff730f;
}

.category .two {
    position: absolute;
    width: 100%;
    height: auto;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    overflow: hidden;
    border-top: 2px solid #ff730f;
    display: none;
}

.togglr {
    width: 25px;
    height: 20px;
    margin: 0 auto;
    margin-top: 16px;
    cursor: pointer;
    display: none;
    margin-left: 30px;
}

.togglr .icon_bar {
    width: 100%;
    height: 2px;
    background-color: #fff;
    opacity: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.togglr .icon_bar:nth-of-type(2) {
    margin: 6px 0;
}

.togglr.on .icon_bar:nth-of-type(2) {
    opacity: 0;
}

.togglr.on .icon_bar:first-child {
    -webkit-transform: translate(0, 8px) rotate(45deg);
    -ms-transform: translate(0, 8px) rotate(45deg);
    transform: translate(0, 8px) rotate(45deg);
}

.togglr.on .icon_bar:last-child {
    -webkit-transform: translate(0, -8px) rotate(-45deg);
    -ms-transform: translate(0, -8px) rotate(-45deg);
    transform: translate(0, -8px) rotate(-45deg);
}


/* 自定义 */
.nav .rig .category .category_y {
    float: left;
}

.we_rig {
    float: right;
    display: flex;
    align-items: center;
}

.we_rig .div {
    width: 37px;
    height: 100px;
    padding: 32px 0;
    /*float: left;*/
    margin-right: 24px;
    position: relative;
}

.we_rig .div.sw {
    display: none;
}

.we_rig .div:last-child {
    margin-right: 0;
}

.we_rig .div a div {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .56s;
}

.we_rig .div a div.Shopping {
    background-image: url(../images/img1.png);
}

.we_rig .div a div.Telephone {
    background-image: url(../images/img2.png);
}

.we_rig .div a div.search {
    background-image: url(../images/img3.png);
}

.nav.nav2 .we_rig .div a div.Shopping {
    background-image: url(../images/img6.png);
}

.nav.nav2 .we_rig .div a div.Telephone {
    background-image: url(../images/img5.png);
}

.nav.nav2 .we_rig .div a div.search {
    background-image: url(../images/img4.png);
}

.we_rig .div img {
    width: 100%;
}

.we_rig .div .div1 {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 15px;
    display: none;
}

.we_rig .div .Telephone_div1 {
    width: 130px;
    text-align: center;
}

.we_rig .div .div1::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid #fff;
    position: absolute;
    left: 50%;
    top: -12px;
    transform: translateX(-50%);
}

.we_rig .div:hover .div1 {
    display: block;
}

.we_rig .div .div1 input {
    float: left;
    height: 18px;
    width: 180px;
    padding-right: 40px;
}

.we_rig .div .div1 button {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    background: #ff730f;
    color: #fff;
}

.we_rig .div .div1 a {
    display: block;
    width: 37px;
    margin-bottom: 10px;
}

.we_rig .div .div1 a:last-child {
    margin-bottom: 0;
}

.we_rig .search-wrapper {
    /*padding: 32px 0;*/
}

.we_rig .search-box {
    width: 187px;
    height: 38px;
    border-radius: 19px;
    border: solid 1px #898989;
    display: flex;
    align-items: center;
    padding: 0 28px;
    background-color: rgba(255, 255, 255, 0.5);
}

.we_rig .search-box input {
    font-size: 15px;
    width: 0;
    flex-grow: 1;
}

.we_rig .search-box input::placeholder {
    color: #898989;
}

.we_rig .search-box .icon {
    width: 19px;
    height: 19px;
    cursor: pointer;
}

.we_rig .tel-box {
    margin-left: 45px;
    margin-right: 26px;
    /*padding: 32px 0;*/
}

.we_rig .tel-box .text {
    font-size: 15px;
    color: #fff;
    transition: color 0.5s;
}

.nav.nav2 .we_rig .tel-box .text {
    color: #898989;
}

.we_rig .tel-box .tel {
    margin-top: 5px;
    font-size: 23px;
    color: #ff730f;
    font-weight: bold;
}

.two .rq {
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.two .rq .div {
    width: 25%;
    max-width: 259px;
    padding: 26px;
    /* background: #f5f5f5; */
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.two .rq .div:nth-child(n + 2)::before {
    content: '';
    position: absolute;
    height: 85%;
    width: 1px;
    background-color: #898989;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.two .rq .div .p {
    width: 100%;
    line-height: 50px;
    font-size: 24px;
    color: #000000;
    padding-bottom: 22px;
    /*margin-bottom: 20px;*/
    display: flex;
    justify-content: center;
}

.two .rq .div .p img {
    height: 67px;
}

.two .rq .div .bot {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.two .rq .div .bot .div1 {
    margin-bottom: calc(var(--base) * 1)
}

/*.two .rq .div .bot .div1:nth-child(2n) {*/
/*    width: 45%;*/
/*    padding-left: 10px;*/
/*}*/

.two .rq .div .bot .div1 .a {
    font-size: 18px;
    color: #0f2f6e;
    font-family: "HarmonyOS_Sans_SC_Medium";
    display: block;
}

.two .rq .div .bot .div2 {
    min-height: 77px;
}

.two .rq .div .bot .div2 a {
    margin-bottom: 10px;
    font-size: 14px;
    color: #333333;
    display: block;
    font-family: "HarmonyOS_Sans_SC_Light";
}

.two .rq .div .bot .div2 a:last-child {
    margin-bottom: 0;
}

.two .rq .div .bot .div2 a:hover {
    color: #ff730f;
}

.category .two2 {
    position: absolute;
    width: 100%;
    height: auto;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    overflow: hidden;
    /*border-top: 2px solid #dadfe8;*/
    border-top: 2px solid #ff730f;
    display: none;
}

.two2 {
    padding-top: 2%;
    padding-bottom: 2%;
}

.two2 .rq {
    display: flex;
    justify-content: center;
}

.two2 .cate-list {
    display: flex;
    width: 100%;
    justify-content: center;
}

.two2 .cate {
    width: 223px;
    height: 141px;
    border-radius: 28px;
    background-color: rgba(238, 238, 238, 0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: calc(var(--base) * 1.5);
    flex-shrink: 0;
    cursor: pointer;
}

.two2 .cate:nth-child(n + 2) {
    margin-left: 4%;
}

.two2 .cate .icon {
    width: calc(var(--base) * 3.7);
}

.two2 .cate .title {
    margin-top: var(--base);
    font-size: 17px;
    color: #0f2f6e;
}

.two2 .two2_lef {
    width: 53.6%;
    padding-right: 2.7%;
    text-align: right;
}

.two2 .two2_lef .p {
    font-size: 24px;
    color: #000000;
    font-family: "HarmonyOS_Sans_SC_Medium";
}

.two2 .two2_lef .div {
    width: 100%;
    padding-top: 5%;
}

.two2 .two2_lef .div p {
    width: 100%;
    margin-bottom: 2%;
}

.two2 .two2_lef .div p:last-child {
    margin-bottom: 0;
}

.two2 .two2_lef .div p a {
    font-size: 16px;
    color: #666666;
    padding-bottom: 6px;
    border-bottom: 1px solid transparent;
    transition: all .5s;
}

.two2 .two2_lef .div p a:hover {
    color: #ff730f;
    border-bottom-color: #ff730f;
}

.two2 .two2_rig {
    width: 46.4%;
    padding-left: 4%;
    padding-right: 8%;
}

.two2 .two2_rig img {
    width: 59.6%;
    display: block;
}

.two2 .two2_rig .text {
    font-size: 16px;
    color: #333333;
    line-height: 1.75;
    font-family: "HarmonyOS_Sans_SC_Light";
    margin: 3% 0;
}

.two2 .two2_rig .text span {
    font-size: 24px;
    color: #ff730f;
    font-family: "HarmonyOS_Sans_SC_Medium";
}

.two2 .two2_rig a {
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(../images/img12.png);
    background-size: contain;
    background-repeat: no-repeat;
}


@media (max-width: 1459px) {
    /* 自定义 */
    .nav .logo {
        width: 204px;
        height: 80px;
    }

    .nav .rig {
        height: 80px;
    }

    .category-a {
        font-size: 16px;
        line-height: 80px;
    }

    .we_rig .div {
        width: 28px;
        height: 80px;
        padding: 26px 0;
        margin-right: 16px;
    }

    .category-item {
        margin-right: 38px;
    }

    .we_rig .div .div1 {
        padding: 10px;
        font-size: 12px;
    }

    .we_rig .div .div1 input {
        height: 18px;
        width: 140px;
        padding-right: 38px;
    }

    .we_rig .div .div1 button {
        width: 38px;
        height: 38px;
    }

    .we_rig .div .div1::before {
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 8px solid #fff;
        top: -8px;
    }

    .we_rig .div .div1 a {
        width: 28px;
    }

    .two .rq .div {
        padding: 18px 20px;
    }

    .two .rq .div .p {
        line-height: 38px;
        font-size: 18px;
        /*margin-bottom: 20px;*/
    }

    .two .rq .div .p img {
        height: 60px;
        margin-right: 12px;
        transform: translateY(-3px);
    }

    .two .rq .div .bot .div1 {
        margin-bottom: 10%;
    }

    .two2 .two2_lef .p {
        font-size: 20px;
    }

    .two2 .two2_lef .div p a {
        font-size: 14px;
    }

    .two2 .two2_rig .text {
        font-size: 14px;
    }

    .two2 .two2_rig a {
        width: 32px;
        height: 32px;
    }

    .two2 .two2_rig .text span {
        font-size: 16px;
    }

}

@media (max-width: 1200px) {
    .nav .rig {
        height: auto;
    }

    .nav .rig .category {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 50px;
        padding: 0 30px;
        padding-top: 30px;
        display: none;
    }

    .nav .rig .category::-webkit-scrollbar {
        width: 3px;
        background: #fff;
        border-radius: 50px;
    }

    .nav .rig .category::-webkit-scrollbar-thumb {
        border-radius: 50px;
        background: #fff;
    }

    .nav .rig .category_y {
        width: 100%;
        padding-bottom: 15px;
    }

    .category-item {
        width: 100%;
        position: relative;
        border-bottom: 1px solid #fff;
    }

    .category-a {
        margin-right: 0;
        line-height: 50px;
        display: inline-block;
        padding: 0;
    }

    .nav .rig .category {
        height: calc(100% - 50px);
        overflow-y: auto;
    }

    .category-item {
        float: none;
        border-bottom: 1px solid #999;
        margin-left: 0;
    }

    .category .two {
        position: static;
        transform: translate(0);
        width: 100%;
        background: none;
        border-radius: 0;
    }

    .category .two .div::before {
        display: none;
    }

    .category .two a {
        text-align: left;
        color: #333;
        line-height: 38px;
        padding: 0;
        padding-left: 15px;
        background: transparent !important;
    }

    .category .two .div {
        padding: 0;
        transform: translateY(-10px);
    }

    .togglr {
        display: block;
    }

    /* 自定义 */
    .nav .logo {
        height: 60px;
    }

    .nav.on .togglr .icon_bar,
    .nav.nav2 .togglr .icon_bar {
        background-color: #333;
    }

    .nav.on,
    .nav .rig .category {
        background: #fff;
    }

    .nav.on .logo .ig1 {
        opacity: 0;
    }

    .nav.on .logo .ig2 {
        opacity: 1;
    }

    .category-a {
        color: #333;
    }

    .nav .we_rig .div a div.Shopping {
        background-image: url(../images/img6.png);
    }

    .nav .we_rig .div a div.Telephone {
        background-image: url(../images/img5.png);
    }

    .nav .we_rig .div a div.search {
        background-image: url(../images/img4.png);
    }

    .two .rq {
        flex-wrap: wrap;
        padding-left: 15px;
    }

    .category .two .div {
        width: 100%;
    }

    .two .rq .div .bot {
        display: none;
    }

    .two {
        padding: 10px 0;
    }

    .two .rq .div .p {
        margin-bottom: 0;
        border-bottom: none;
        padding: 15px 0;
    }

    .we_rig .div .div1 {
        background: #f5f5f5;
    }

    .we_rig .div .div1::before {
        border-bottom: 8px solid #f5f5f5;
    }

    .we_rig {
        float: left;
    }

    .category .two2 {
        position: static;
        transform: translateX(0%);
        padding: 15px 0;
        background: #fff;
    }

    .two2 .two2_lef .p,
    .two2 .two2_rig {
        display: none;
    }

    .two2::after,
    .two2::before {
        display: none;
    }

    .two2 .two2_lef {
        width: 100%;
        text-align: left;
        padding-left: 20px;
        padding-right: 0;
    }

    .two2 .two2_lef .div {
        padding-top: 0;
    }

    .two2 .two2_lef .div p {
        margin-bottom: 15px;
    }

}

@media (max-width: 500px) {
    .togglr {
        margin-left: 8px;
    }

    .nav .rig .category {
        padding: 0 15px;
    }

    /* 自定义 */
    .two .rq .div .p {
        line-height: 38px;
        font-size: 14px;
    }

    .two .rq .div .p img {
        height: 26px;
        margin-right: 8px;
        transform: translateY(-2px);
    }

    .two .rq .div .p {
        padding-bottom: 0;
    }

    .category .two .div {
        background: #fff;
    }

    .we_rig .div {
        width: 36px;
        height: 50px;
        padding: 0px 0;
        padding-bottom: 15px;
    }

}


/* 底部 */
.foot {
    width: 100%;
    background: #f8f8f8;
    position: relative;
    padding-top: 60px;
    overflow: hidden;
    z-index: 2;
}

.foot::before {
    content: '';
    background: #f0f0f0;
    /*width: 30%;*/
    width: calc((100% - 1600px) / 2 + 415px);
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.foot .lef {
    width: 68%;
    float: left;
}

.foot .lef .top {
    width: 100%;
    margin-bottom: 25px;
}

.foot .lef .top .div {
    width: 28%;
    float: left;
}

.foot .lef .top .div .p {
    font-size: 36px;
    color: #000000;
    line-height: 1;
}

.foot .lef .top .div1 {
    width: 100%;
    margin-top: 20%;
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
    padding-right: 24px;
    position: relative;
}

.foot .lef .top .div1 input {
    width: 100%;
    height: 24px;
    font-size: 14px;
    color: #666666;
}

.foot .lef .top .div1 button {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../images/img7.png);
    background-color: transparent;
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
}

.foot .lef .top .div2 {
    width: 66%;
    float: left;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0 !important;
}

.foot .lef .top .div3 .a {
    font-size: 18px;
    color: #000000;
    margin-bottom: 20px;
    display: block;
}

.foot .lef .top .div4 {
    width: 100%;
}

.foot .lef .top .div4 a {
    display: block;
    font-size: 14px;
    color: #666666;
    margin-bottom: 12px;
}

.foot .rig .con {
    width: 100%;
    margin-bottom: 14px;
}

.foot .rig .con .div {
    width: 60px;
    height: 22px;
    margin-right: 34px;
    float: left;
    position: relative;
    margin-bottom: 14px;
}

.foot .rig .con .div img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.foot .rig .con .div::before {
    content: '';
    width: 1px;
    height: 22px;
    background: #d4d4d4;
    position: absolute;
    top: 0;
    right: -17px;
}

.foot .rig .con .div:last-child::before {
    display: none;
}

.foot .lef .bot {
    width: 100%;
    border-top: 1px solid #e6e6e6;
    padding-top: 30px;
    padding-bottom: 34px;
    position: relative;
}

.foot .lef .bot::before {
    content: '';
    width: 100%;
    height: 1px;
    background: #e6e6e6;
    position: absolute;
    left: -50%;
    top: -1px;
}

.foot .lef .bot .div {
    width: 100%;
    padding-left: 90px;
    position: relative;
}

.foot .lef .bot .div span {
    font-size: 14px;
    color: #666666;
    position: absolute;
    top: 0;
    left: 0;
}

.foot .lef .bot .div a {
    font-size: 14px;
    color: #999999;
    float: left;
    margin-bottom: 10px;
    margin-right: 14px;
}

.foot .lef .bot .div a:last-child {
    margin-right: 0;
}

.foot .lef .top .div4 a:hover,
.foot .lef .bot .div a:hover {
    color: #ff730f;
}

.foot .rig {
    width: 22%;
    float: right;
}

.foot .rig .ig {
    width: 76.2%;
    display: block;
}

.foot .rig .tel-box {
    margin-top: calc(var(--base) * 1.5);
}

.foot .rig .tel-box .text {
    font-size: 1em;
    color: #fff;
    transition: color 0.5s;
}

.foot .rig .tel-box .text {
    color: #898989;
}

.foot .rig .tel-box .tel {
    margin-top: calc(var(--base) * 0.44);
    font-size: 1.56em;
    color: #ff730f;
    font-weight: bold;
}

.foot .rig .qrcode-box {
    width: 100%;
    margin-top: 23px;
    margin-bottom: 16px;
    display: flex;
    padding-bottom: 170px;
}

.foot .rig .qrcode-box .qrcode {
    position: relative;
}

.foot .rig .qrcode-box .qrcode + .qrcode {
    margin-left: calc(var(--base) * 2.5);
}

.foot .rig .qrcode-box .icon {
    width: calc(var(--base) * 3.5);
    cursor: pointer;
}

.foot .rig .qrcode-box .img {
    position: absolute;
    top: 125%;
    left: 50%;
    height: calc(var(--base) * 9.5);
    transform: translateX(-50%);
    max-width: none;
    display: none;
}

.foot .rig .qrcode-box .qrcode:first-child .img {
    left: 0;
    transform: none;
}

.foot .rig .qrcode-box .qrcode:hover .img {
    display: block;
}

.foot .lef .div2 {
    width: 100%;
    margin-bottom: 15px;
}

.foot .lef .div2 .top {
    width: 100%;
    margin-bottom: 0;
}

.foot .lef .div2 .top a {
    font-size: 14px;
    color: #666666;
    padding-right: 20px;
    position: relative;
}

.foot .lef .div2 .top a:last-child {
    padding-right: 0;
}

.foot .lef .div2 .top a::before {
    content: '';
    width: 2px;
    height: 2px;
    background: #666;
    border-radius: 50%;
    position: absolute;
    right: 9px;
    top: 50%;
    transform: translateY(-50%);
}

.foot .lef .div2 .bot::before {
    display: none;
}

.foot .lef .div2 .top a:last-child::before {
    display: none;
}

.foot .lef .div2 .top a:hover {
    color: #ff730f;
}

.foot .lef .div2 .bot {
    width: 100%;
    margin-top: 40px;
    padding: 0;
    border-top: none;
}

.foot .lef .div2 .bot p,
.foot .lef .div2 .bot p a {
    font-size: 14px;
    color: #999999;
    line-height: 22px;
}

@media (max-width: 1680px) {
    .foot .lef .top .div .p {
        font-size: 30px;
    }

    .foot .lef .top .div3 .a {
        font-size: 16px;
    }

    .foot .lef .top .div4 a {
        font-size: 12px;
    }

    .foot .rig .div1 p {
        font-size: 12px;
    }

    .foot .lef .div2 .bot p, .foot .lef .div2 .bot p a, .foot .lef .bot .div a, .foot .lef .bot .div span,
    .foot .lef .div2 .top a {
        font-size: 12px;
    }

}

@media (max-width: 1459px) {
    .foot .lef .top .div .p {
        font-size: 26px;
    }

    .foot .rig .div1 p {
        font-size: 12px;
    }

    .foot .rig {
        width: 24%;
    }

}

@media (max-width: 1200px) {
    .foot .lef .top .div .p {
        font-size: 22px;
    }

    .foot .lef .top .div {
        width: 33%;
        float: left;
    }

}

@media (max-width: 991px) {
    .foot::before {
        display: none;
    }

    .foot .lef {
        width: 100%;
    }

    .foot .rig {
        width: 100%;
    }

    .foot .lef .bot::before {
        display: none;
    }

    .foot .rig .ig {
        width: 204px;
    }
}

@media (max-width: 500px) {
    .foot {
        padding-top: 40px;
    }

    .foot .lef .top .div {
        width: 100%;
    }

    .foot .lef .top .div1 {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .foot .lef .top .div2 {
        width: 100%;
        flex-wrap: wrap;
    }

    .foot .lef .top .div2 .div3 {
        width: 46%;
    }

    .foot .lef .bot .div {
        padding-left: 70px;
    }

    .foot .lef .bot {
        padding-top: 20px;
        padding-bottom: 15px;
    }

    .foot .lef .div2 {
        padding-bottom: 30px;
    }
}


/* 客服挂件 */
.kf {
    width: 100px;
    position: fixed;
    bottom: 20%;
    right: 60px;
    z-index: 999;
    border-radius: 10px;
    overflow: hidden;
    display: none;
}

.kf .div {
    width: 100%;
    height: 100px;
    background: #0c2f6f;
    position: relative;
}

.kf .div::before {
    content: '';
    width: 65px;
    height: 1px;
    background: #fff;
    opacity: 0.15;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.kf .div:nth-child(3):before {
    display: none;
}

.kf .div img {
    width: 31px;
    display: block;
    margin: 0 auto;
}

.kf .div a {
    display: block;
    padding: 20px 0;
}

.kf .div p {
    font-family: "HarmonyOS_Sans_SC_Light";
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    margin-top: 8px;
}

.kf .div1 {
    width: 100%;
    font-size: 16px;
    color: #ffffff;
    background: #ff730f;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}

@media (max-width: 1680px) {
    .kf {
        width: 80px;
        right: 10px;
    }

    .kf .div img {
        width: 25px;
    }

    .kf .div {
        height: 80px;
    }

    .kf .div p {
        font-size: 12px;
    }

    .kf .div a {
        padding: 15.5px 0;
    }

    .kf .div1 {
        font-size: 12px;
        line-height: 26px;
    }
}

@media (max-width: 991px) {
    .kf {
        width: 60px;
        right: 5px;
    }

    .kf .div {
        height: 60px;
    }

    .kf .div::before {
        width: 45px;
    }

    .kf .div img {
        width: 20px;
    }

    .kf .div p {
        margin-top: 4px;
    }

    .kf .div a {
        padding: 10px 0;
    }
}


/* 首页 */
.sy_banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.sy_banner .bj {
    width: 100%;
    aspect-ratio: 2 / 1;
    vertical-align: middle;
    transition: all 5s ease;
    object-fit: cover;
}

.sy_banner .swiper-slide-active .bj {
    transform: scale(1.05);
}

.sy_banner .div {
    width: 35.4%;
    height: 25.8%;
    position: absolute;
    top: 39.7%;
    left: 50.7%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.sy_banner .div::before {
    content: '';
    width: 0%;
    height: 100%;
    background-image: url(../images/img8.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 5s ease;
    z-index: -1;
}

.sy_banner .swiper-slide-active .div::before {
    width: 100%;
}

.sy_banner .div1 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 5s ease;
}

.sy_banner .div1 .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: right;
    opacity: 0;
}

.sy_banner .div1 .text.text1 {
    top: 40%;
    left: 34%;
}

.sy_banner .swiper-slide-active .div1 .text.text1 {
    animation: xs2 2.5s linear 1s both;
}

.sy_banner .div1 .text.text2 {
    top: 76%;
    left: 67%;
}

.sy_banner .swiper-slide-active .div1 .text.text2 {
    animation: xs2 2.5s linear 2s both;
}

@keyframes xs2 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.sy_banner .div1 .text .p1 {
    font-size: 14px;
    color: #ffffff;
}

.sy_banner .div1 .text .p2 {
    font-size: 22px;
    color: #ff7818;
    font-family: "oswald_medium";
    font-weight: bold;
    margin-top: 8px;
}

.sy_banner .div1 .text em {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: -52%;
    right: -8%;
}

.sy_banner .div1 .text em::before,
.sy_banner .div1 .text em::after {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: fdxx 3s linear infinite;
}

.sy_banner .div1 .text em::before {
    animation: fdxx 3s linear infinite 1.5s;
}

@keyframes fdxx {
    0% {
        opacity: .8;
        transform: translate(-50%, -50%) scale(1);
    }
    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(5);
    }
}

.sy_banner .rq {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sy_banner .swiper-pagination {
    bottom: 5%;
}

.sy_banner .swiper-pagination-bullet {
    width: 26px;
    height: 26px;
    border: 1px solid transparent;
    background: transparent;
    opacity: 1;
    position: relative;
    margin: 0 15px !important;
    transition: all .5s;
}

.sy_banner .swiper-pagination-bullet::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s;
}

.sy_banner .swiper-pagination-bullet-active {
    border: 1px solid #ff730f;
}

.sy_banner .swiper-pagination-bullet-active::before {
    background: #ff730f;
}


/* sy_con1 */
.sy_con1 {
    width: 100%;
    padding-top: 50px;
    position: relative;
}

.sy_con1 .rig {
    width: 47.82%;
    float: right;
    position: relative;
}

.sy_con1 .rig .rig_div {
    width: 100%;
}

.sy_con1 .rig img {
    width: 100%;
    vertical-align: middle;
}

.sy_con1 .rig .div {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.sy_con1 .rig .div.blue {
    background: #0c2f6f;
}

.sy_con1 .rig .div.orange {
    background: #ff730f;
}

.sy_con1 .rig .div .rq {
    width: 250px;
    position: absolute;
    left: -50px;
    top: 24px;
    /* display: none;*/
}

/* .sy_con1 .rig .div.on{
    z-index: 10;
} */
.sy_con1 .rig .div.on .rq {
    display: block;
}

.sy_con1 .rig .div .rq .p {
    font-size: 18px;
    color: #0c2f6f;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.sy_con1 .rig .div.orange .rq .p {
    color: #ff730f;
}

.sy_con1 .rig .div .rq .p img {
    width: 45px;
    margin-right: 18px;
}

.sy_con1 .rig .div .rq .p p {
    padding-bottom: 6px;
    position: relative;
}

.sy_con1 .rig .div .rq .p p::before {
    content: '';
    width: 100%;
    height: 2px;
    background: #0c2f6f;
    position: absolute;
    bottom: 0;
    left: 0;
}

.sy_con1 .rig .div.orange .rq .p p::before {
    background: #ff730f;
}

.sy_con1 .rig .div .rq .p1 {
    font-size: 16px;
    color: #0c2f6f;
    font-family: "HarmonyOS_Sans_SC_Light";
}

.sy_con1 .rig .div.orange .rq .p1 {
    color: #ff730f;
}

.sy_con1 .rig .div.div1 {
    left: 11%;
    top: 74%;
    animation: ss linear infinite 2s;
}

.sy_con1 .rig .div.div2 {
    left: 11%;
    top: 72%;
    animation: ss linear infinite 2s .2s;
}

.sy_con1 .rig .div.div3 {
    left: 8%;
    top: 70%;
    animation: ss linear infinite 2s .4s;
}

.sy_con1 .rig .div.div4 {
    left: 1%;
    top: 54%;
    animation: ss linear infinite 2s .6s;
}

.sy_con1 .rig .div.div5 {
    left: 1%;
    top: 40.5%;
    animation: ss linear infinite 2s .8s;
}

.sy_con1 .rig .div.div6 {
    left: 1%;
    top: 42.5%;
    animation: ss linear infinite 2s;
}

.sy_con1 .rig .div.div7 {
    left: 2%;
    top: 34.5%;
    animation: ss linear infinite 2s .2s;
}

.sy_con1 .rig .div.div8 {
    left: 17%;
    top: 12.5%;
    animation: ss linear infinite 2s .4s;
}

.sy_con1 .rig .div.div9 {
    left: 18.5%;
    top: 11%;
    animation: ss linear infinite 2s .6s;
}

.sy_con1 .rig .div.div10 {
    left: 20%;
    top: 10%;
    animation: ss linear infinite 2s .8s;
}

.sy_con1 .rig .div.div11 {
    left: 23%;
    top: 8%;
    animation: ss linear infinite 2s;
}

.sy_con1 .rig .div.div13 {
    left: 50%;
    top: 7%;
    animation: ss linear infinite 2s .6s;
}

.sy_con1 .rig .div.div14 {
    left: 44%;
    top: 11%;
    animation: ss linear infinite 2s .8s;
}


.sy_con1 .rig .div.div17 {
    left: 53%;
    top: 63%;
    animation: ss linear infinite 2s .4s;
}

.sy_con1 .rig .div.div18 {
    left: 56%;
    top: 64%;
    animation: ss linear infinite 2s .6s;
}

.sy_con1 .rig .div.div21 {
    left: 74%;
    top: 34%;
    animation: ss linear infinite 2s .2s;
}


.sy_con1 .rig .div.div12 {
    left: 33%;
    top: 6%;
    opacity: 0;
    animation: ss1 linear infinite 6s;
}

.sy_con1 .rig .div.div15 {
    left: 40%;
    top: 37%;
    opacity: 0;
    animation: ss2 linear infinite 6s;
}

.sy_con1 .rig .div.div16 {
    left: 24%;
    top: 46%;
    opacity: 0;
    animation: ss3 linear infinite 6s;
}

.sy_con1 .rig .div.div19 {
    left: 69%;
    top: 23%;
    opacity: 0;
    animation: ss1 linear infinite 6s;
}

.sy_con1 .rig .div.div20 {
    left: 78%;
    top: 28%;
    opacity: 0;
    animation: ss2 linear infinite 6s;
}

.sy_con1 .rig .div.div22 {
    left: 66%;
    top: 15%;
    opacity: 0;
    animation: ss3 linear infinite 6s;
}

.sy_con1 .rig .div.div23 {
    left: 43%;
    top: 40%;
    opacity: 0;
    animation: ss3 linear infinite 6s;
}

.sy_con1 .rig .div.div24 {
    left: 36%;
    top: 53%;
    opacity: 0;
    animation: ss3 linear infinite 6s;
}

/*.sy_con1 .rig .div:hover{
    animation: ss2 linear infinite 2s !important;
}*/
@keyframes ss {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes ss1 {
    0% {
        opacity: 1;
    }
    20% {
        opacity: 1;
    }
    30% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes ss2 {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    60% {
        opacity: 1;
    }
    70% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes ss3 {
    0% {
        opacity: 0;
    }
    60% {
        opacity: 0;
    }
    70% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.sy_con1 .rq1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-top: -50px;
}

.sy_con1 .rq1 .lef {
    width: 56%;
}

.sy_con1 .lef .div {
    width: 52.5%;
    float: left;
}

.bt {
    width: 100%;
}

.bt .p1 {
    font-size: 45px;
    color: #0c2f6f;
    line-height: 1;
    font-family: "HuXiaoBo";
}

.sy_con1 .lef .div .p2 {
    font-size: 24px;
    color: #000000;
    line-height: 1.5;
    padding-top: 3.5%;
    padding-bottom: 15%;
}

.sy_con1 .lef .div .text {
    font-size: 16px;
    color: #666666;
    line-height: 2;
    font-family: "HarmonyOS_Sans_SC_Light";
    margin-bottom: 22%;
}

.anniu {
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(../images/img12.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.sy_con1 .rig .div_sz {
    width: 28.5%;
    position: absolute;
    right: 95%;
    top: 41%;
    transform: translateY(-50%);
}

.sy_con1 .rig .div2_sz {
    text-align: right;
    margin-bottom: 22%;
}

.sy_con1 .rig .div2_sz .p1 {
    font-size: 60px;
    color: #ff730f;
    font-family: "oswald_medium";
}

.sy_con1 .rig .div2_sz .p2 {
    font-size: 16px;
    color: #666666;
    font-family: "HarmonyOS_Sans_SC_Light";
}

.sy_con1 .rig .div2_sz:nth-child(2n) {
    padding-right: 30%;
}

.sy_con1 .rig .div2_sz:nth-child(3) {
    padding-right: 42%;
}

.sy_con1 .rig .div2_sz:last-child {
    margin-bottom: 0;
}


/* sy_con2 */
.sy_con2 {
    width: 100%;
    position: relative;
    z-index: 2;
    transform: translateY(-100px);
    overflow: hidden;
}

.bt.bt_cn {
    text-align: center;
}

.bt .p2 {
    font-size: 16px;
    color: #666666;
    padding-top: 16px;
    font-family: "HarmonyOS_Sans_SC_Light";
}

.product-swiper {
    margin: 90px auto 0;
    max-width: 1600px;
    position: relative;
    padding: 0 22px;
}

.product-swiper .swiper-slide {
    /*width: calc(var(--base) * 18);*/
    width: calc((100% - 90px) / 7);
}

.product-swiper .product {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-swiper .product img {
    width: 90%;
    transition: all 0.3s;
}

.product-swiper .product:hover img {
    scale: 1.15;
}

.product-swiper .product .title {
    margin-top: calc(var(--base) * 2.5);
    font-size: 1.2em;
    color: #102b62;
    text-align: center;
    transition: color 0.3s;
}

.product-swiper .product:hover .title {
    color: #ff730f;
}

.product-swiper .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    display: none;
}

.product-swiper .swiper-button-next, .product-swiper .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ff730f'%2F%3E%3C%2Fsvg%3E");
}

.product-swiper .swiper-button-prev, .product-swiper .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ff730f'%2F%3E%3C%2Fsvg%3E");
}

.sy_con2 .product-list {
    margin: 90px auto 0;
    width: 1500px;
    display: flex;
    justify-content: space-between;
}

.sy_con2 .product-list .product {
    width: 230px;
}

.sy_con2 .product-list img {
    width: 100%;
}

.sy_con2 .product-list .title {
    margin-top: 65px;
    font-size: 19px;
    color: #102b62;
    text-align: center;
}

.sy_con2 .top {
    width: 840px;
    margin: 0 auto;
    margin-top: 3%;
    margin-bottom: 2.2%;
}

.sy_con2 .top .div {
    width: 100%;
    height: 64px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.sy_con2 .top .div img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s;
}

.sy_con2 .top .div .ig2 {
    opacity: 0;
}

.sy_con2 .top .swiper-slide-thumb-active .div .ig2 {
    opacity: 1;
}

.sy_con2 .top .swiper-slide-thumb-active .div .ig1 {
    opacity: 0;
}

.sy_con2 .top p {
    font-size: 14px;
    color: #333333;
    text-align: center;
    margin-top: 12px;
    transition: all .5s;
}

.sy_con2 .top .swiper-slide-thumb-active p {
    color: #ff730f;
}

.sy_con2 .bot {
    width: 100%;
    position: relative;
}

.sy_con2 .bot .div {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.sy_con2 .bot .div .bj {
    width: 100%;
    vertical-align: middle;
}

.sy_con2 .bot .div1 {
    width: 300px;
    height: 430px;
    background: rgba(255, 255, 255, .6);
    position: absolute;
    top: 50%;
    left: 6.3%;
    transform: translateY(-50%);
}

.sy_con2 .bot .div1 .div2 {
    width: 100%;
    height: 79.6%;
    position: relative;
    overflow: hidden;
}

.sy_con2 .bot .div1 .div2 img {
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s;
}

.sy_con2 .bot .div1:hover .div2 img {
    transform: translate(-50%, -50%) scale(1.05);
}

.sy_con2 .bot .div1 .p1 {
    font-size: 16px;
    color: #000000;
    text-align: center;
    font-family: "HarmonyOS_Sans_SC_Light";
}

.sy_con2 .bot .div1 .p1 span {
    color: #0c2f6f;
    padding-left: 26px;
    position: relative;
    font-family: "HarmonyOS_Sans_SC_Light";
}

.sy_con2 .bot .div1 .p1 span::before {
    content: '';
    width: 1px;
    height: 12px;
    background: #fff;
    opacity: 0.5;
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
}

.sy_con2 .bot .div1 .p2 {
    font-size: 16px;
    color: #ff730f;
    text-align: center;
    margin-top: 16px;
}

.sy_con2 .bot .div1 .p2 i {
    width: 8px;
    height: 12px;
    background-image: url(../images/img13.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 8px;
}

.sy_con2 .bot .swiper-button-next,
.sy_con2 .bot .swiper-button-prev {
    width: 10px;
    height: 19px;
    background-image: url(../images/img14.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 0;
    top: 50%;
    right: -60px;
    transform: translateY(-50%);
}

.sy_con2 .bot .swiper-button-prev {
    left: -60px;
    transform: translateY(-50%) rotate(180deg);
}

/* sy_con6 */
.sy_con6 {
    width: 100%;
    padding-bottom: 6%;
}

.sy_con6 .join-us {
    width: 1600px;
    margin: 0 auto;
    display: block;
}

.sy_con6 .join-us img {
    width: 100%;
}

/* sy_con3 */
.sy_con3 {
    width: 100%;
    padding-bottom: 6%;
}

.sy_con3 .rq {
    width: 1600px;
    margin: 0 auto;
    margin-top: 3%;
    position: relative;
    transition: all .5s;
}

.sy_con3 .rq.on {
    width: 100%;
}

.sy_con3 .rq1 {
    width: 100%;
    position: relative;
}

.sy_con3 .rq .play {
    width: 60px;
    height: 60px;
    background-image: url(../images/img17.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 55px;
    left: 55px;
    z-index: 2;
    cursor: pointer;
}

.sy_con3 .rq .play.on {
    background-image: url(../images/img18.png);
}

.sy_con3 .rq .play2 {
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: 55px;
    left: 55px;
    z-index: 3;
    cursor: pointer;
}

.sy_con3 .rq .play2.on {
    display: none;
}

.sy_con3 .rq .video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.sy_con3 .rq-box {
    margin-top: calc(var(--base) * 1.5);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    /*position: absolute;*/
    z-index: 1;
    bottom: calc(var(--base) * 5);
    left: 0;
    right: 0;
}

.sy_con3 .rq2 {
    width: calc(var(--base) * 16.25);
    height: calc(var(--base) * 7.5);
    /*aspect-ratio: 400 / 297;*/
    text-align: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
}

.sy_con3 .rq2 + .rq2 {
    margin-left: calc(var(--base) * 2);
}

.sy_con3 .rq2.rq2-active::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -13px;
    height: 3px;
    background-color: #ff730f;
}

.sy_con3 .rq2 .p1 {
    font-size: 20px;
    color: #ffffff;
    display: none;
}

.sy_con3 .rq2 .p2 {
    margin-top: calc(var(--base) * 0.8);
    text-align: center;
    /*display: none;*/
}

.sy_con3 .rq2 .p2 .i {
    display: inline-block;
    width: calc(var(--base) * 3);
    height: calc(var(--base) * 3);
    cursor: pointer;
    position: relative;
}

.sy_con3 .rq2 .p2 .i1 {
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(../images/img17.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.sy_con3 .rq2 .p2 .i2 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.sy_con3 .rq2 .p2 .i2.on {
    display: none;
}

.sy_con3 .rq2 .p2 .i1.on {
    background-image: url(../images/img18.png);
}

.sy_con3 .rq2 .p2 a {
    display: inline-block;
    font-size: 16px;
    color: #ff730f;
    line-height: 33px;
    border: 1px solid #ff730f;
    border-radius: 5px;
    width: 120px;
    text-align: center;
    transition: all .5s;
}

.sy_con3 .rq2 .p2 a:hover {
    background: #ff730f;
    color: #fff;
}

.sy_con3 .rq2.rq3 {
}

.sy_con3 .rq2.rq4 {
}

.sy_con3 .rq2.rq5 {
}

.sy_con3 .rq2.rq6 {
}

.sy_con3 .rq2 .rq7 {
    /*padding-top: calc(var(--base) * 1);*/
}

.sy_con3 .rq2.rq7 img {
    width: 100%;
}

.sy_con3 .rq2 .rq8 {
    width: 100%;
    padding: calc(var(--base) * 1) calc(var(--base) * 0.4) 0 calc(var(--base) * 0.8);
    /*text-align: center;*/
    text-align: left;
}

.sy_con3 .rq2 .rq8 .p3 {
    font-size: calc(var(--base) * 1.25);;
    color: #fefefe;
    font-family: "HarmonyOS_Sans_SC_Medium";
}

.sy_con3 .rq2 .rq8 .p4 {
    /*margin-top: calc(var(--base) * 0.5);*/
    font-size: calc(var(--base) * 1.1);
    line-height: 1.5;
    text-align: center;
    /*height: calc(var(--base) * 3.6);*/
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* sy_con4 */
.sy_con4 {
    width: 100%;
    background: #f9f9f9;
    padding: 3.5% 0;
    position: relative;
}

.sy_con4::before {
    content: '';
    width: 100%;
    height: 32px;
    background-image: url(../images/img15.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    position: absolute;
    bottom: 100%;
    left: 0;
}

.sy_con4 .rq {
    width: 100%;
    padding-top: 3%;
}

.sy_con4 .rq .div {
    width: 31.3%;
    float: left;
    margin-right: 3.05%;
    background: #f9f9f9;
    transition: all .5s;
}

.sy_con4 .rq .div:hover {
    background: #fff;
}

.sy_con4 .rq .div:nth-child(3n) {
    margin-right: 0;
}

.sy_con4 .rq .div .top {
    width: 100%;
    overflow: hidden;
}

.sy_con4 .rq .div .top .img {
    width: 100%;
    aspect-ratio: 2.35 / 1;
    /*object-fit: cover;*/
    vertical-align: middle;
    transition: all .5s;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    background-color: #fff;
}

.sy_con4 .rq .div:hover .top .img {
    transform: scale(1.05);
}

.sy_con4 .rq .div .bot {
    width: 100%;
    padding-top: 8%;
    padding-bottom: 7%;
}

.sy_con4 .rq .div .bot .div1 {
    padding: 0 9.3%;
    position: relative;
}

.sy_con4 .rq .div .bot .div1::before {
    content: '';
    width: 1px;
    height: 100%;
    background: #e9e9e9;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .5s;
}

.sy_con4 .rq .div:hover .bot .div1::before {
    background: #fff;
}

.sy_con4 .rq .bot .sp {
    font-size: 14px;
    color: #00a0ea;
    display: inline-block;
    line-height: 26px;
    padding: 0 12px;
    border: 1px solid #00a0ea;
    border-radius: 10px 10px 0 10px;
    transition: all .5s;
}

.sy_con4 .rq .div:hover .bot .sp {
    border: 1px solid #ff730f;
    background: #ff730f;
    color: #fff;
}

.sy_con4 .rq .bot .p1 {
    font-size: 20px;
    color: #000000;
    line-height: 30px;
    height: 60px;
    margin-top: 5%;
    transition: all .5s;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.sy_con4 .rq .div:hover .bot .p1 {
    color: #ff730f;
}

.sy_con4 .rq .bot .p2 {
    margin-top: 10px;
    font-size: 16px;
    color: #666666;
    font-family: "HarmonyOS_Sans_SC_Light";
}

.sy_con4 .rq .bot .p2 i {
    display: inline-block;
    width: 20px;
    height: 21px;
    background-image: url(../images/img16.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: -4px;
    margin-right: 10px;
}

.sy_con4 .rq .bot .p3 {
    margin-top: 15px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 17px;
    line-height: 1.4;
}

/* sy_con5 */
.sy_con5 {
    width: 100%;
    padding: 2.9% 0;
}

.sy_con5 .rq {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sy_con5 .div {
    width: 24%;
    background: #f9f9f9;
    padding: 4% 2.3%;
    position: relative;
    overflow: hidden;
    z-index: 2;
    display: block;

    display: flex;
    align-items: center;
}

.sy_con5 .div .ig {
    width: 18%;
    float: left;
}

.sy_con5 .div .ig img {
    width: 100%;
}

.sy_con5 .div .text {
    width: 82%;
    float: left;
    padding-left: 8%;
}

.sy_con5 .div .text .p1 {
    font-size: 22px;
    color: #0c2f6f;
    transition: all .5s;
}

.sy_con5 .div:hover .text .p1 {
    color: #ff730f;
}

.sy_con5 .div .text .p2 {
    font-size: 16px;
    color: #666666;
    margin-top: 6px;
}

.sy_con5 .div span {
    font-size: 200px;
    color: #000000;
    opacity: 0.03;
    font-family: "HarmonyOS_Sans_SC_Bold";
    position: absolute;
    bottom: -14px;
    right: 0;
    line-height: 0.8;
    z-index: -1;
}

@media (max-width: 1800px) {
    .sy_con3 .rq {
        width: 100%;
        padding: 0 60px;
    }

    .sy_con3 .rq.on {
        padding: 0;
    }

    .sy_con2 .bot .swiper-button-next {
        right: -30px;
    }

    .sy_con2 .bot .swiper-button-prev {
        left: -30px;
    }

    .sy_banner .div1 .text .p1 {
        font-size: 12px;
    }

    .sy_banner .div1 .text .p2 {
        font-size: 20px;
        margin-top: 6px;
    }

    .foot::before {
        width: 30%;
    }
}

@media (max-width: 1459px) {
    .sy_banner .div1 .text .p2 {
        font-size: 17px;
        margin-top: 2px;
    }

    .bt .p1 {
        font-size: 34px;
    }

    .sy_con1 .lef .div .p2 {
        font-size: 18px;
    }

    .sy_con1 .lef .div .text {
        font-size: 14px;
    }

    .anniu {
        width: 32px;
        height: 32px;
    }

    .sy_con1 .rig .div2_sz .p1 {
        font-size: 44px;
    }

    .sy_con1 .rig .div2_sz .p2 {
        font-size: 12px;
    }

    .sy_con1 .rig .div {
        width: 8px;
        height: 8px;
    }

    .sy_con1 .rig .div .rq .p img {
        width: 34px;
        margin-right: 12px;
    }

    .sy_con1 .rig .div .rq .p {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .sy_con1 .rig .div .rq .p p {
        padding-bottom: 4px;
    }

    .sy_con1 .rig .div .rq .p1 {
        font-size: 14px;
    }

    .sy_con1 .rig .div .rq {
        width: 210px;
        left: -30px;
        top: 20px;
    }

    .bt .p2 {
        font-size: 14px;
        padding-top: 12px;
    }

    .sy_con2 {
        transform: translateY(-80px);
    }

    .sy_con2 .top .div {
        height: 48px;
    }

    .sy_con2 .top p {
        margin-top: 10px;
    }

    .sy_con2 .bot .div1 {
        width: 240px;
        height: 344px;
    }

    .sy_con2 .bot .div1 .p1 {
        font-size: 14px;
    }

    .sy_con2 .bot .div1 .p1 span {
        padding-left: 16px;
    }

    .sy_con2 .bot .div1 .p1 span::before {
        left: 7px;
    }

    .sy_con2 .bot .div1 .p2 {
        font-size: 14px;
        margin-top: 10px;
    }

    .sy_con2 .bot .div1 .p2 i {
        width: 7px;
        height: 11px;
        margin-left: 5px;
    }

    .sy_con3 .rq2 {
        width: 230px;
        border: 2px solid #ff730f;
    }

    .sy_con3 .rq2 .p1 {
        font-size: 16px;
    }

    .sy_con3 .rq2 .p2 .i {
        width: 3.3vw;
        height: 3.3vw;
    }

    .sy_con3 .rq2 .p2 a {
        font-size: 14px;
        line-height: 28px;
        width: 90px;
    }

    .sy_con3 .rq2.rq3 {
    }

    .sy_con3 .rq2.rq6 {
    }

    .sy_con3 .rq .play {
        width: 48px;
        height: 48px;
        bottom: 42px;
        left: 42px;
    }

    .sy_con3 .rq2 .p2 {
        margin-top: 1vw;
    }

    .sy_con3 .rq2 .rq7 {
        /*width: 230px;*/
        padding-top: 0;
    }

    .sy_con3 .rq2 .rq8 {
        padding: 1vw 1vw 0;
    }

    .sy_con3 .rq2 .rq8 .p3 {
        font-size: 2vw;
    }

    .sy_con3 .rq2 .rq8 .p4 {
        font-size: 1.25vw;
        /*height: 4.5vw;*/
    }

    .sy_con4 .rq .bot .sp {
        font-size: 12px;
        line-height: 22px;
        padding: 0 10px;
        border-radius: 8px 8px 0 8px;
    }

    .sy_con4 .rq .bot .p1 {
        font-size: 16px;
        line-height: 26px;
        height: 52px;
    }

    .sy_con4 .rq .bot .p2 {
        font-size: 14px;
    }

    .sy_con4 .rq .bot .p2 i {
        width: 16px;
        height: 17px;
        margin-bottom: -4px;
        margin-right: 6px;
    }

    .sy_con5 .div .text .p1 {
        font-size: 18px;
    }

    .sy_con5 .div .text .p2 {
        font-size: 14px;
    }

    .sy_con5 .div span {
        font-size: 152px;
        bottom: -10px;
    }

}

@media (max-width: 1200px) {
    .sy_banner .div1 .text .p2 {
        font-size: 16px;
    }

    .sy_banner .div1 .text em {
        top: -36%;
    }

    .sy_con3 .rq {
        padding: 0 15px;
    }

    .sy_con2 .bot .swiper-button-next {
        right: 10px;
    }

    .sy_con2 .bot .swiper-button-prev {
        left: 10px;
    }

    .sy_con3 .rq-box {
        margin: 2vw auto 0;
        /*width: 80%;*/
        width: 100%;
        /*display: none;*/
    }

    .sy_con3 .rq2.rq3 {
    }

    .sy_con3 .rq2.rq6 {
    }

    .sy_con1 .rq1 {
        margin-top: 0;
    }

    .sy_con2 {
        transform: translateY(-40px);
    }

    .sy_con3 .rq2 {
        /*width: 206px;*/
        width: 24%;
    }

    .sy_con3 .rq2 + .rq2 {
        margin-left: 1%;
    }
}

@media (max-width: 991px) {
    .sy_banner .div1 {
        display: none;
    }

    .app {
        /*display: block !important;*/
    }

    .sy_con1 {
        padding-top: 40px;
    }

    .sy_con1 .rq1 {
        position: static;
        transform: translate(0);
    }

    .sy_con1 .rq1 .lef {
        width: 100%;
    }

    .sy_con1 .lef .div {
        width: 100%;
    }

    .sy_con1 .lef .div .p2 {
        padding-top: 12px;
        padding-bottom: 20px;
    }

    .sy_con1 .lef .div .text {
        margin-bottom: 20px;
    }

    .sy_con1 .rig {
        width: 80%;
    }

    .sy_con2 {
        padding-bottom: 40px;
    }

    .sy_con2 .top {
        width: 100%;
    }

    .sy_con2 .bot .div1 {
        width: 190px;
        height: 64%;
    }

    .sy_con3 .rq2 .p2 a {
        font-size: 12px;
        line-height: 22px;
        width: 70px;
    }
}

@media (max-width: 768px) {
    .sy_con3 .rq {
        display: flex;
        flex-wrap: wrap;
    }

    .sy_con3 .rq1 {
        width: 100%;
    }

    .sy_con3 .rq2 {
        position: relative;
    }

    .sy_con3 .rq2.rq4,
    .sy_con3 .rq2.rq6 {
        margin-right: 0;
    }

    .sy_con3 .rq2 .p1 {
        color: #ff730f;
    }

    .sy_con3 .rq2 .p2 {
    }

    .sy_con3 .rq2 .p2 .i {
        width: 6vw;
        height: 6vw;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .sy_con3 .rq2 .rq7 {
        display: none;
    }
}

@media (max-width: 500px) {
    .sy_banner .swiper-pagination-bullet {
        width: 16px;
        height: 16px;
        margin: 0 6px !important;
    }

    .sy_banner .swiper-pagination-bullet::before {
        width: 4px;
        height: 4px;
    }

    .bt .p1 {
        font-size: 24px;
    }

    .sy_con1 .lef .div .p2 {
        font-size: 16px;
        padding-top: 10px;
        padding-bottom: 16px;
    }

    .sy_con1 .rig {
        width: 100%;
    }

    .sy_con1 .rig .rig_div {
        position: relative;
    }

    .sy_con1 .rig .div_sz {
        position: static;
        transform: translate(0);
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0 15px;
        padding-top: 40px;
    }

    .sy_con1 .rig .div2_sz {
        width: 45%;
        text-align: center;
        padding-right: 0 !important;
        margin-bottom: 20px;
    }

    .sy_con1 .rig .div2_sz .p1 {
        font-size: 32px;
    }

    .sy_con1 .rig .rig_div {
        width: 80%;
        margin: 0 auto;
    }

    .sy_con1 .rig .div .rq {
        width: 130px;
        left: -30px;
        top: 15px;
    }

    .sy_con1 .rig .div .rq .p1 {
        font-size: 12px;
    }

    .sy_con1 .rig .div .rq .p {
        margin-bottom: 6px;
    }

    .bt .p2 {
        padding-top: 10px;
    }

    .sy_con2 {
        padding-top: 0px;
        transform: translateY(0px);
    }

    .sy_con2 .top {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .sy_con2 .top .div {
        height: 40px;
    }

    .sy_con2 .bot .div1 {
        width: 140px;
        height: 90%;
    }

    .sy_con2 .bot .div1 .div2 {
        height: 68%;
    }

    .sy_con2 .bot .div1 .p1 {
        font-size: 12px;
    }

    .sy_con2 .bot .div1 .p1 span {
        padding-left: 5px;
    }

    .sy_con2 .bot .div1 .p1 span::before {
        left: 1px;
        height: 10px;
    }

    .sy_con2 .bot .div1 .p2 {
        font-size: 12px;
        margin-top: 4px;
    }

    .sy_con2 .bot .div1 .p2 i {
        width: 6px;
        height: 9px;
        margin-left: 2px;
    }

    .sy_con2 .bot .swiper-button-prev {
        left: 2px;
    }

    .sy_con2 .bot .swiper-button-next {
        right: 2px;
    }

    .sy_con3 .rq.on {
        padding: 0 15px;
    }

    .sy_con3 .rq .play {
        width: 36px;
        height: 36px;
        bottom: 15px;
        left: 15px;
    }

    .sy_con3 .rq {
        margin-top: 16px;
    }

    .sy_con3 .rq2 {
        padding: 15px 10px;
    }

    .sy_con3 {
        padding-bottom: 40px;
    }

    .sy_con4 {
        padding: 40px 0;
    }

    .sy_con4 .rq {
        padding-top: 16px;
        display: flex;
        justify-content: space-between;
    }

    .sy_con4 .rq .div {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }

    .sy_con4 .rq .div:last-child {
        margin-bottom: 0;
    }

    .sy_con4 .rq .div .bot {
        padding: 15px 0;
    }

    .sy_con4 .rq .div .bot .div1 {
        padding: 0 15px;
    }

    .sy_con5 {
        padding: 40px 0;
    }

    .sy_con5 .div {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
        padding: 20px 15px;
    }

    .sy_con5 .div:last-child {
        margin-bottom: 0;
    }

    .sy_con5 .div .text {
        padding-left: 15px;
    }

    .sy_con5 .div span {
        font-size: 98px;
        bottom: -10px;
    }
}


/* 产品列表 */
.ny_banner {
    width: 100%;
    position: relative;

}

.ny_banner .bj {
    width: 100%;
    /*height: 100%;*/
    aspect-ratio: 100 / 23.06;
    object-fit: cover;
    vertical-align: middle;
}

.ny_banner .rq {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ny_banner .rq .p1 {
    font-size: 52px;
    color: #ff730f;
}

.ny_banner .rq .p2 {
    margin-top: 10px;
    font-size: 28px;
    color: #666666;
    font-family: "HarmonyOS_Sans_SC_Light";
}


.pro_con1 {
    width: 100%;
    background-color: #fafafa;
}

.pro_con1 .rq {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 2% 12%;
}

.pro_con1 .div {
    width: 20%;
    padding: 2% 0;
    position: relative;
    background-color: #fff;
    border-radius: 10%;
}

/*.pro_con1 .div::before {*/
/*    content: '';*/
/*    width: 100%;*/
/*    height: 2px;*/
/*    background: #ff730f;*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    opacity: 0;*/
/*}*/

.pro_con1 .div.on::before {
    opacity: 1;
}

.pro_con1 .div .top {
    width: 100%;
    height: 50px;
    position: relative;
    overflow: hidden;
}

.pro_con1 .div .top img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s;
}

.pro_con1 .div .top .ig2 {
    opacity: 0;
}

.pro_con1 .div.on .top .ig1 {
    opacity: 0;
}

.pro_con1 .div.on .top .ig2 {
    opacity: 1;
}

.pro_con1 .div p {
    font-size: 16px;
    color: #0c2f6f;
    text-align: center;
    padding-top: 14px;
}

.pro_con1 .div.on p {
    color: #ff730f;
}

/* pro_con2 */
.pro_con2 {
    width: 100%;
    background: #f5f5f5;
    padding-bottom: 6.5%;
    position: relative;
    z-index: 2;
}

.pro_con2::before {
    content: '';
    width: 100%;
    height: 112px;
    background-image: url(../images/img19.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.pro_con2 .top {
    /*width: 920px;*/
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 3.4% 0;
    font-size: 16px;
}

.pro_con2 .top .input-box {
    width: 1000px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pro_con2 .top .btn-box {
    display: flex;
}

.pro_con2 .top .btn-box .btn {
    width: calc(var(--base) * 12);
    height: calc(var(--base) * 3.5);
    display: flex;
    align-items: center;
    padding-left: 14px;
    border-radius: 15px 15px 0 15px;
    position: relative;
    cursor: pointer;
}

.pro_con2 .top .btn + .btn {
    margin-left: calc(var(--base) * 2);
}

.pro_con2 .top .guide {
    background-color: #ff730f;
}

.pro_con2 .top .compare {
    background-color: #0d4b83;
}

.pro_con2 .top .icon {
    width: calc(var(--base) * 2);
}

.pro_con2 .top .compare .icon {
}

.pro_con2 .top .btn .title {
    color: #fff;
    font-size: 1.1em;
    margin-left: calc(var(--base) * 0.9);
}

.pro_con2 .top .btn .num {
    position: absolute;
    width: calc(var(--base)* 2.5);
    height: calc(var(--base)* 2.5);
    right: 0;
    top: 0;
    transform: translate(50%, -50%);
    background-color: #ff730f;
    color: #fff;
    font-size: 1.2em;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.pro_con2 .top .div1 {
    width: 21.8%;
    height: calc(var(--base) * 3.5);
    background: #fff;
    border: 1px solid #eeeeee;
    border-radius: 5px;
}

.pro_con2 .top .div1 select {
    width: 100%;
    height: 100%;
    background: #fff;
    border: none;
    padding: 0 12px;
    padding-right: 30px;
    font-size: 14px;
    color: #0d4b83;
    font-weight: bold;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(../images/img20.png);
    background-size: 10px 6px;
    background-repeat: no-repeat;
    background-position: 92% center;
    font-family: "HarmonyOS_Sans_SC_Regular";
}

.search_input {
    width: 54%;
    height: calc(var(--base) * 3.5);
    background: #fff;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    padding-right: 40px;
    position: relative;
    overflow: hidden;
}

.search_input input {
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #0d4b83;
    font-weight: bold;
    padding: 0 15px;
    font-family: "HarmonyOS_Sans_SC_Regular";
}

.search_input input:-moz-placeholder {
    color: #0d4b83;
}

.search_input input:-ms-input-placeholder {
    color: #0d4b83;
}

.search_input input::-webkit-input-placeholder {
    color: #0d4b83;
}

.search_input button {
    width: 40px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    background-image: url(../images/img7.png);
    background-size: 17px;
    background-position: left center;
    background-repeat: no-repeat;
}

.pro_con2 .bot {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.pro_con2 .bot .div {
    width: 23.8%;
    background: #fff;
    border: 1px solid #eeeeee;
    margin-right: 1.6%;
    margin-bottom: 1.6%;
    position: relative;
    cursor: pointer;
}

.pro_con2 .bot .div .pk {
    width: 74px;
    height: 28px;
    border-radius: 6px 6px 0 6px;
    border: solid 2px #ff730f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #ff730f;
    position: absolute;
    top: 16px;
    right: 15px;
    left: auto;
    z-index: 1;
    background-color: #fff;
}

.pro_con2 .bot .div .pk.added {
    border-color: #102b62;
    background-color: #0d4b83;
    color: #fff;
}

.pro_con2 .bot .div::before {
    content: '';
    width: 0%;
    height: 3px;
    background: #ff730f;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .5s;
}

.pro_con2 .bot .div:hover::before {
    width: 100%;
}

.pro_con2 .bot .div:nth-child(4n) {
    margin-right: 0;
}

.pro_con2 .bot .div .ig {
    width: 100%;
    height: 350px;
    position: relative;
    overflow: hidden;
}

.pro_con2 .bot .div .ig img {
    max-width: 85%;
    max-height: 85%;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s;
}

.pro_con2 .bot .div:hover .ig img {
    transform: translate(-50%, -50%) scale(1.05);
}

.pro_con2 .bot .div .text {
    width: 100%;
    text-align: center;
    padding-bottom: 28px;
}

.pro_con2 .bot .div .text .p1 {
    font-size: 20px;
    color: #333333;
    transition: all .5s;
}

.pro_con2 .bot .div:hover .text .p1 {
    color: #ff730f;
}

.pro_con2 .bot .div .text .p2 {
    font-size: 16px;
    color: #999999;
    margin-top: 10px;
}

@media (max-width: 1459px) {
    .ny_banner .rq .p1 {
        font-size: 38px;
    }

    .ny_banner .rq .p2 {
        margin-top: 6px;
        font-size: 20px;
    }

    .pro_con1 .div .top {
        height: 52px;
    }

    .pro_con1 .div p {
        font-size: 14px;
        padding-top: 12px;
    }

    .pro_con2 .bot .div .ig {
        height: 266px;
    }

    .pro_con2 .bot .div .ig img {
        top: 50%;
    }

    .pro_con2 .bot .div .text .p1 {
        font-size: 18px;
    }

    .pro_con2 .bot .div .text .p2 {
        font-size: 14px;
        margin-top: 8px;
    }

}

@media (max-width: 991px) {
    .pro_con1 .div .top {
        height: 40px;
    }

    .pro_con2 .top {
        width: 100%;
    }

    .pro_con2 .bot .div .ig {
        height: 160px;
    }

    .pro_con2 .bot .div .text .p1 {
        font-size: 16px;
    }

    .pro_con2 .bot .div .text .p2 {
        font-size: 12px;
        margin-top: 6px;
    }

    .pro_con2 .bot .div .text {
        padding-bottom: 16px;
    }

    .pro_con2 .bot .div span {
        font-size: 12px;
        line-height: 16px;
        padding: 0 5px;
        top: 6px;
        left: 8px;
    }

    .pro_con2 .bot .div::before {
        height: 2px;
    }

}

@media (max-width: 500px) {
    .ny_banner .rq .p1 {
        font-size: 26px;
    }

    .ny_banner .rq .p2 {
        margin-top: 2px;
        font-size: 14px;
    }

    .ny_banner .rq {
        top: 60%;
    }

    .pro_con1 .div {
        width: 33.33333%;
        padding: 14px 0;
    }

    .pro_con1 .div p {
        font-size: 13px;
        padding-top: 10px;
    }

    .pro_con2 .top .div1 {
        width: 49%;
        margin-right: 2%;
    }

    .pro_con2 .top .div1:nth-child(4),
    .pro_con2 .top .div1:nth-child(2) {
        margin-right: 0;
    }

    .search_input {
        width: 100%;
        margin-top: 10px;
    }

    .pro_con2 {
        padding-bottom: 40px;
    }

    .pro_con2 .top {
        flex-wrap: wrap;
        padding: 20px 0;
        padding-top: 40px;
    }

    .pro_con2 .bot .div {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
    }

    .pro_con2 .bot .div:nth-child(2n) {
        margin-right: 0;
    }

}


/* 产品详情 */
.ny_banner .rq1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ny_banner .rq1 .rig {
    width: 50%;
    float: right;
}

.ny_banner .rq1 .p1 {
    font-size: 52px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Bold";
}

.ny_banner .rq1 .p2 {
    font-size: 28px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Light";
    margin-top: 10px;
}

.ny_banner .rq1 .div {
    width: 100%;
    padding: 10.5% 0;
}

.ny_banner .rq1 .div .div1 {
    float: left;
    text-align: center;
    margin-right: 4%;
}

.ny_banner .rq1 .div .div1:last-child {
    margin-right: 0;
}

.ny_banner .rq1 .div .div1 img {
    display: block;
    width: 50px;
    margin: 0 auto;
}

.ny_banner .rq1 .div .div1 p {
    font-size: 16px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Light";
    padding-top: 12px;
}

.ny_banner .rq1 .div2 {
    width: 100%;
}

.ny_banner .rq1 .div2 .a1 {
    width: 130px;
    height: 42px;
    line-height: 40px;
    border: 1px solid #ff730f;
    text-align: center;
    border-radius: 5px;
    float: left;
    margin-right: 20px;
    position: relative;
    background: #ff730f;
    color: #fff;
    padding-right: 35px;
    cursor: pointer;
}

.ny_banner .rq1 .div2 .a2 {
    color: #ff730f;
    background: #fff;
    padding-right: 0;
}

.ny_banner .rq1 .div2 .a2:last-child {
    margin-right: 0;
}

.ny_banner .rq1 .div2 .a1 a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}

.ny_banner .rq1 .div2 .a2 a {
    color: #ff730f;
}

.ny_banner .rq1 .div2 .a1 em {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    width: 12px;
    height: 6px;
    background-image: url(../images/img21.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.ny_banner .rq1 .div2 .a1.on em {
    transform: translateY(-50%) rotate(0deg);
}

.ny_banner .rq1 .div2 .a1.on {
    border-radius: 5px 5px 0 0;
}

.ny_banner .rq1 .div3 {
    width: 130px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #ff730f;
    padding: 12px 0;
    border-top: 1px solid rgba(255, 255, 255, .2);
    display: none;
}

.ny_banner .rq1 .div3 a {
    padding-right: 35px;
    position: relative;
    height: 38px;
    line-height: 38px;
}

.ny_banner .rq1 .div2 .a1 .div3 a em {
    transform: translateY(-50%) rotate(90deg);
}


/* pro_dat1 */
.pro_dat1 {
    width: 100%;
    height: 80px;
    line-height: 80px;
    overflow: hidden;
    background: #f5f5f5;
}

.pro_dat1 .lef {
    float: left;
}

.pro_dat1 .lef a {
    font-size: 14px;
    color: #999999;
}

.pro_dat1 .lef span {
    font-size: 14px;
    color: #666666;
}

.pro_dat1 .rig {
    float: right;
}

.pro_dat1 .rig a {
    font-size: 18px;
    color: #0c2f6f;
    display: inline-block;
    padding: 0 20px;
    position: relative;
    cursor: pointer;
}

.pro_dat1 .rig a::before {
    content: '';
    width: 0%;
    height: 2px;
    background: #ff730f;
    position: absolute;
    bottom: 0;
    left: 0;
}

.pro_dat1 .rig a.on {
    color: #ff730f;
}

.pro_dat1 .rig a.on::before {
    width: 100%;
}

/* pro_dat2 */
.pro_dat2 {
    width: 100%;
    padding-top: 4.5%;
    background: #fff;
}

.pro_dat2 .rq1 {
    width: 100%;
    padding-bottom: 9%;
}

.bt .p3 {
    font-size: 52px;
    color: #0c2f6f;
    font-family: "HarmonyOS_Sans_SC_Medium";
    line-height: 1;
}

.bt .p4 {
    font-size: 24px;
    color: #0c2f6f;
    font-family: "HarmonyOS_Sans_SC_Light";
    margin-top: 30px;
    white-space: pre-line;
}

.pro_dat2 .rq {
    width: 100%;
    margin-top: 4.4%;
    height: 700px;
    position: relative;
    overflow: hidden;
}

.pro_dat2 .rq .bj {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pro_dat2 .rq .tem_1 {
    width: 510px;
    padding-right: 9%;
    position: absolute;
    top: 0%;
    right: 0;
}

.pro_dat2 .rq .tem_1 .div1 {
    width: 100%;
    padding-left: 76px;
    position: relative;
    margin-top: 70px;
}

.pro_dat2 .rq .tem_1 .div1:first-child {
    margin-top: 90px;
}

.pro_dat2 .rq .tem_1 .div1 img {
    width: 50px;
    position: absolute;
    left: 0;
    top: 10px;
}

.pro_dat2 .rq .tem_1 .div1 .p1 {
    font-size: 20px;
    color: #ffffff;
    font-family: "HarmonyOS_Sans_SC_Light";
}

.pro_dat2 .rq .tem_1 .div1 .p2 {
    font-size: 16px;
    color: #ffffff;
    font-family: "HarmonyOS_Sans_SC_Light";
    margin-top: 8px;
}

.pro_dat2 .rq .tem_2 {
    width: 100%;
    padding: 0 9%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
}

.pro_dat2 .rq .tem_2 .div1 {
    width: 28%;
    padding-top: 20px;
    padding-bottom: 46px;
    border-top: 2px solid #fff;
    font-size: 20px;
    color: #ffffff;
    line-height: 1.8;
    opacity: 0.2;
    transition: all .5s;
}

.pro_dat2 .rq .tem_2 .div1:hover {
    opacity: 1;
}

.pro_dat2 .rq2 .rq .tem_1 {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    padding-left: 9%;
    padding-right: 0;
}

.pro_dat2 .rq2 .rq .tem_1 .div1:first-child {
    margin-top: 0px;
}

.pro_dat2 .rq3 .rq .tem_1 {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    padding-left: 3.4%;
    padding-right: 0;
}

.pro_dat2 .rq3 .rq .tem_1 .div1 {
    margin-top: 46px;
}

.pro_dat2 .rq3 .rq .tem_1 .div1:first-child {
    margin-top: 0px;
}

.pro_dat2 .rq4 .rq .tem_1 .div1 .p1,
.pro_dat2 .rq3 .rq .tem_1 .div1 .p1 {
    color: #333333;
}

.pro_dat2 .rq4 .rq .tem_1 .div1 .p2,
.pro_dat2 .rq3 .rq .tem_1 .div1 .p2 {
    color: #666666;
}

.pro_dat2 .rq4 .rq .tem_1 {
    left: 0;
    padding-left: 3.4%;
    padding-right: 0;
}

.pro_dat2 .rq4 .rq .tem_1 .div1 {
    margin-top: 46px;
}

.pro_dat2 .rq4 .rq .tem_1 .div1:first-child {
    margin-top: 100px;
}

.pro_dat2 .rq4 .rq .tem_2 .div1 {
    width: 16.5%;
    color: #333333;
    opacity: 0.4;
    border-top: 2px solid #333333;
}

.pro_dat2 .rq .tem_2 {
    padding: 0 3.4%;
}

.pro_dat2 .rq4 .rq .tem_2 .div1:hover {
    opacity: 1;
    color: #ff730f;
    border-top: 2px solid #ff730f;
}

/* pro_dat3 */
.pro_dat3 {
    width: 100%;
    padding-bottom: 2%;
}

.pro_dat3 .rq {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    justify-content: center;
}

.pro_dat3 .rq .div {
    width: 49.3%;
    padding: 20px 35px;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    background: #f5f5f5;
}

.pro_dat3 .rq .div:nth-child(4n+3),
.pro_dat3 .rq .div:nth-child(4n+4) {
    background: #fff;
}

.pro_dat3 .rq .div .p1 {
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Light";
}

.pro_dat3 .rq .div .p2 {
    color: #666666;
    font-family: "HarmonyOS_Sans_SC_Light";
}

.pro_dat3 .p {
    font-size: 14px;
    color: #666666;
    font-family: "HarmonyOS_Sans_SC_Light";
    margin: 28px auto 0;
    width: 50%;
}

.pro_dat5 {
    display: none;
}

.wap-bottom {
    display: none;
}

@media (max-width: 1459px) {
    .ny_banner .rq1 .p1 {
        font-size: 38px;
    }

    .ny_banner .rq1 .p2 {
        font-size: 20px;
        margin-top: 8px;
    }

    .ny_banner .rq1 .div .div1 img {
        width: 38px;
    }

    .ny_banner .rq1 .div .div1 p {
        font-size: 14px;
        padding-top: 8px;
    }

    .ny_banner .rq1 .div2 .a1 {
        width: 110px;
        height: 36px;
        line-height: 34px;
        margin-right: 10px;
        padding-right: 28px;
    }

    .ny_banner .rq1 .div2 .a2 {
        padding-right: 0 !important;
    }

    .ny_banner .rq1 .div3 {
        width: 110px;
        padding: 8px 0;
    }

    .pro_dat1 {
        height: 66px;
        line-height: 66px;
    }

    .pro_dat1 .rig a {
        font-size: 16px;
        padding: 0 14px;
    }

    .bt .p3 {
        font-size: 38px;
    }

    .bt .p4 {
        font-size: 18px;
        margin-top: 20px;
    }

    .pro_dat2 .rq {
        height: 540px;
    }

    .pro_dat2 .rq .tem_1 .div1 {
        padding-left: 56px;
        margin-top: 52px;
    }

    .pro_dat2 .rq .tem_1 .div1:first-child {
        margin-top: 68px;
    }

    .pro_dat2 .rq .tem_1 {
        width: 386px;
    }

    .pro_dat2 .rq .tem_1 .div1 .p1 {
        font-size: 16px;
    }

    .pro_dat2 .rq .tem_1 .div1 .p2 {
        font-size: 14px;
        margin-top: 4px;
    }

    .pro_dat2 .rq .tem_1 .div1 img {
        width: 40px;
        top: 6px;
    }

    .pro_dat2 .rq .tem_2 .div1 {
        padding-top: 12px;
        padding-bottom: 30px;
        border-top: 1px solid #fff;
        font-size: 16px;
    }

    .pro_dat2 .rq3 .rq .tem_1 .div1 {
        margin-top: 34px;
    }

    .pro_dat2 .rq4 .rq .tem_1 .div1 {
        margin-top: 34px;
    }

    .pro_dat3 .rq .div {
        padding: 14px 20px;
        font-size: 14px;
    }

    .pro_dat3 .p {
        font-size: 12px;
        margin-top: 20px;
    }

}

@media (max-width: 1200px) {
    .bt .p3 {
        font-size: 28px;
    }

    .ny_banner .rq1 .div {
        padding: 30px 0;
    }

    .ny_banner .rq1 {
        top: 44%;
    }
}

@media (max-width: 991px) {
    .ny_banner .rq1 .rig {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .ny_banner .rq1 .p1 {
        font-size: 26px;
    }

    .ny_banner .rq1 .p2 {
        font-size: 14px;
        margin-top: 2px;
    }

    .ny_banner .rq1 .div {
        padding: 23px 0;
    }

    .ny_banner .rq1 .div .div1 p {
        font-size: 12px;
        padding-top: 6px;
    }

    .ny_banner .rq1 .div .div1 {
        margin-bottom: 15px;
    }

    .pro_dat1 {
        height: auto;
        line-height: 1.5;
        padding: 15px 0;
        padding-bottom: 0;
    }

    .pro_dat1 .lef {
        margin-bottom: 15px;
    }

    .pro_dat1 .lef a,
    .pro_dat1 .lef span {
        font-size: 13px;
    }

    .pro_dat1 .rig {
        float: left;
    }

    .pro_dat1 .rig a {
        padding: 0;
        margin-right: 10px;
        font-size: 14px;
        padding-bottom: 10px;
    }

    .bt .p3 {
        font-size: 24px;
    }

    .bt .p4 {
        font-size: 14px;
        margin-top: 8px;
    }

    .pro_dat2 .rq {
        margin-top: 16px;
        height: auto;
    }

    .pro_dat2 .rq .bj {
        position: static;
        transform: translate(0);
    }

    .pro_dat2 .rq .tem_1 {
        width: 100%;
        position: static;
        transform: translate(0) !important;
        padding: 15px !important;
        background: #ff730f;
    }

    .pro_dat2 .rq .tem_1 .div1 {
        padding-left: 50px;
        margin-top: 20px !important;
    }

    .pro_dat2 .rq .tem_1 .div1:first-child {
        margin-top: 0 !important;
    }

    .pro_dat2 .rq .tem_2 {
        width: 100%;
        position: static;
        transform: translate(0);
        padding: 15px !important;
        background: #ff730f;
        flex-wrap: wrap;
    }

    .pro_dat2 .rq .tem_2 .div1 {
        width: 100%;
        opacity: 1;
        font-size: 14px;
        padding-top: 10px;
        padding-bottom: 18px;
    }

    .pro_dat2 .rq4 .rq .tem_2,
    .pro_dat2 .rq4 .rq .tem_1,
    .pro_dat2 .rq3 .rq .tem_1 {
        background: #fff;
    }

    .pro_dat2 .rq4 .rq .tem_2 .div1 {
        width: 100%;
        border-top: 1px solid #333333;
    }

    .pro_dat2 .rq1 {
        padding-bottom: 10px;
    }

    .pro_dat3 {
        /*padding-bottom: 40px;*/
    }

    .pro_dat3 .rq {
        padding-top: 16px;
    }

    .pro_dat3 .rq .div {
        width: 100%;
        padding: 10px 8px;
    }

    .pro_dat3 .rq .div:nth-child(4n+3), .pro_dat3 .rq .div:nth-child(4n+4) {
        background: #f5f5f5;
    }

    .pro_dat3 .rq .div:nth-child(2n) {
        background: #fff;
    }

    .pro_dat3 .p {
        margin-top: 6px;
    }

}

/* 招商加盟 */
.ny_banner .rq2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.ny_banner .rq2 .p1 {
    font-size: 52px;
    color: #ffffff;
}

.ny_banner .rq2 .p2 {
    font-size: 28px;
    color: #ffffff;
    font-family: "HarmonyOS_Sans_SC_Light";
    margin-top: 10px;
}

.join_con1.pro_dat1 .lef {
    float: right;
}

.join_con1.pro_dat1 .rig {
    float: left;
}

/* join_con2 */
.join {
    background-image: url(../images/img23.png);
    background-size: cover;
    background-position: center bottom;
}

.join_con2 {
    width: 100%;
    padding-top: 4.8%;
}

.join_con2 .rq {
    width: 100%;
    padding-top: 3%;
    display: flex;
    flex-wrap: wrap;
}

.join_con2 .rq .div {
    width: 32.5%;
    margin-right: 1.25%;
    margin-bottom: 1.25%;
    background: #0c2f6f;
    border-radius: 0 0 80px 0;
    padding: 3.4% 3.2%;
}

.join_con2 .rq .div:nth-child(3n) {
    margin-right: 0;
}

.join_con2 .rq .div1 {
    padding-left: 22.8%;
    position: relative;
}

.join_con2 .rq .div1 .ig {
    width: 13.5%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .5s;
}

.join_con2 .rq .div:hover .ig {
    transform: translateY(-10px);
}

.join_con2 .rq .div1 .ig::before {
    content: '';
    width: 38px;
    height: 38px;
    background-image: url(../images/img22.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -10px;
    right: -17px;
}

.join_con2 .rq .div1 .ig img {
    width: 100%;
}

.join_con2 .rq .div1 .p1 {
    font-size: 24px;
    color: #f3f7ff;
    margin-bottom: 7%;
}

.join_con2 .rq .div1 .p2 {
    font-size: 14px;
    color: #f3f7ff;
    line-height: 2;
}

.join_con3 {
    width: 100%;
    padding-top: 6%;
}

.join_con3 .rq {
    width: 100%;
    margin-top: 4.5%;
    background: #e4e8ef;
    border: 2px solid #d4dae6;
    padding: 3.15% 3.8%;
    padding-bottom: 2%;
}

.join_con3 .rq .div {
    width: 32.5%;
    height: 220px;
    margin-right: 1.25%;
    margin-bottom: 1.25%;
    float: left;
    background-image: linear-gradient(to right, #d5dbe5, #e4e8ef);
    padding: 10px 3%;
    display: flex;
    align-items: center;
}

.join_con3 .rq .div:nth-child(3n) {
    margin-right: 0;
}

.join_con3 .rq .div1 {
    width: 100%;
}

.join_con3 .rq .div1 .p1 {
    font-size: 24px;
    color: #0c2f6f;
}

.join_con3 .rq .div1 .p2 {
    font-size: 16px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Light";
    margin-top: 5px;
    margin-bottom: 20px;
}

.join_con3 .rq .div1 .p3 {
    font-size: 20px;
    color: #0c2f6f;
}

/* join_con4 */
.join_con4 {
    width: 100%;
    padding: 8% 0;
}

.join_con4 .rq {
    width: 100%;
    margin-top: 4.5%;
    background: #0c2f6f;
    display: flex;
}

.join_con4 .rq .lef {
    width: 50%;
}

.join_con4 .rq .lef img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.join_con4 .rq .rig {
    width: 50%;
    padding: 6.5% 4.2%;
}

.join_con4 .rq .rig .p {
    font-size: 30px;
    color: #eef3fc;
}

.join_con4 .rq .rig .rq1 {
    width: 100%;
    margin-top: 8%;
}

.join_con4 .rig .div {
    width: 49%;
    height: 60px;
    margin-right: 2%;
    margin-bottom: 2%;
    background: rgba(255, 255, 255, .1);
    float: left;
}

.join_con4 .rig .div:nth-child(2n) {
    margin-right: 0;
}

.join_con4 .rig input {
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #eef3fc;
    padding: 0 10px;
    font-family: "HarmonyOS_Sans_SC_Light";
    background: transparent;
    border: none;
}

.join_con4 .rig input:-moz-placeholder {
    color: #eef3fc;
}

.join_con4 .rig input:-ms-input-placeholder {
    color: #eef3fc;
}

.join_con4 .rig input::-webkit-input-placeholder {
    color: #eef3fc;
}

.join_con4 .rig select {
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #eef3fc;
    padding: 0 10px;
    font-family: "HarmonyOS_Sans_SC_Light";
    background: transparent;
    border: none;

    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(../images/img24.png);
    background-size: 7px 5px;
    background-repeat: no-repeat;
    background-position: 92% center;
}

.join_con4 .rig select option {
    color: #333;
}

.join_con4 .rig button {
    display: block;
    font-size: 16px;
    color: #ffffff;
    width: 200px;
    height: 60px;
    background: #ff730f;
    margin-top: 30px;
}

@media (max-width: 1459px) {
    .ny_banner .rq2 .p1 {
        font-size: 38px;
    }

    .ny_banner .rq2 .p2 {
        font-size: 20px;
        margin-top: 6px;
    }

    .join_con2 .rq .div1 .ig::before {
        width: 34px;
        height: 34px;
        top: -9px;
        right: -16px;
    }

    .join_con2 .rq .div1 .p1 {
        font-size: 20px;
    }

    .join_con2 .rq .div1 .p2 {
        font-size: 12px;
    }

    .join_con3 .rq .div {
        height: 166px;
    }

    .join_con3 .rq .div1 .p1 {
        font-size: 20px;
    }

    .join_con3 .rq .div1 .p2 {
        font-size: 14px;
        margin-top: 5px;
        margin-bottom: 14px;
    }

    .join_con3 .rq .div1 .p3 {
        font-size: 16px;
    }

    .join_con4 .rq .rig .p {
        font-size: 24px;
    }

    .join_con4 .rig .div {
        height: 46px;
    }

    .join_con4 .rig select,
    .join_con4 .rig input {
        font-size: 14px;
    }

    .join_con4 .rig button {
        font-size: 14px;
        width: 140px;
        height: 46px;
        margin-top: 30px;
    }
}

@media (max-width: 500px) {
    .ny_banner .rq2 .p1 {
        font-size: 26px;
    }

    .ny_banner .rq2 .p2 {
        font-size: 14px;
        margin-top: 3px;
    }

    .pro_dat1 .lef {
        width: 100%;
    }

    .pro_dat1 .rig {
        width: 100%;
    }

    .join_con2 {
        padding-top: 40px;
    }

    .join_con2 .rq {
        padding-top: 16px;
    }

    .join_con2 .rq .div {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
        border-radius: 0 0 30px 0;
    }

    .join_con2 .rq .div1 .p1 {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .join_con2 .rq .div {
        padding: 20px 10px;
    }

    .join_con3 {
        padding-top: 25px;
    }

    .join_con3 .rq {
        margin-top: 16px;
    }

    .join_con3 .rq .div {
        width: 100%;
        margin-right: 0;
        height: auto;
        padding: 20px 10px;
        margin-bottom: 15px;
    }

    .join_con3 .rq .div1 .p1 {
        font-size: 18px;
    }

    .join_con3 .rq .div1 .p2 {
        margin-bottom: 6px;
    }

    .join_con4 {
        padding: 40px 0;
    }

    .join_con4 .rq {
        margin-top: 16px;
    }

    .join_con4 .rq {
        flex-wrap: wrap;
    }

    .join_con4 .rq .lef {
        width: 100%;
    }

    .join_con4 .rq .rig {
        width: 100%;
        padding: 20px 10px;
    }

    .join_con4 .rq .rig .p {
        font-size: 20px;
    }

    .join_con4 .rq .rig .rq1 {
        margin-top: 15px;
    }

    .join_con4 .rig button {
        width: 110px;
        height: 40px;
        margin-top: 14px;
    }

    .join_con4 .rig .div {
        height: 40px;
    }

    .join_con4 .rig select, .join_con4 .rig input {
        font-size: 13px;
    }
}


/* 招贤纳士 */
.ny_banner .rq3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ny_banner .rq3 .p1 {
    font-family: "HuXiaoBo";
    font-size: 170px;
    line-height: 1;
    background-image: -webkit-linear-gradient(bottom, #ffb987, #ff7512);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: right;
    padding-right: 6%;
}

/* join_us */
.join_us_1.pro_dat1 {
    background: #fff;
}

.join_us {
    width: 100%;
    position: relative;
    z-index: 2;
    padding-top: 4%;
    padding-bottom: 6.5%;
    background: #f5f5f5;
}

.join_us::before {
    content: '';
    width: 100%;
    height: 112px;
    background-image: url(../images/img19.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.join_us .rq {
    width: 100%;
    padding-bottom: 3%;
    padding-top: 4.4%;
}

.join_us .rq .div {
    width: 100%;
    background: #ffffff;
    padding: 1.9% 2.2%;
    border-radius: 10px;
    border: 3px solid #fff;
    transition: all .5s;
    margin-bottom: 20px;
    padding-right: 15%;
    position: relative;
    display: block;
    cursor: pointer;
}

.join_us .rq .div:hover {
    border-color: #ff730f;
}

.join_us .rq .div .p1 {
    font-size: 24px;
    color: #333333;
}

.join_us .rq .div .p2 {
    font-size: 16px;
    color: #666666;
    margin-top: 10px;
    margin-bottom: 18px;
}

.join_us .rq .div .p2 span {
    padding-right: 22px;
    position: relative;
}

.join_us .rq .div .p2 span::before {
    content: '';
    width: 1px;
    height: 15px;
    background: #d1d3d8;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.join_us .rq .div .p2 span:last-child {
    margin-right: 0;
}

.join_us .rq .div .p2 span:last-child::before {
    display: none;
}

.join_us .rq .div .p3 {
    font-size: 16px;
    line-height: 1.5;
    color: #666666;
}

.join_us .rq .div .p4 {
    position: absolute;
    right: 7%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #666666;
    transition: all .5s;
}

.join_us .rq .div:hover .p4 {
    color: #ff730f;
}

.join_us .rq .div .p4 em {
    display: inline-block;
    width: 7px;
    height: 12px;
    background-image: url(../images/img25.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 10px;
    transition: all .5s;
}

.join_us .rq .div:hover .p4 em {
    background-image: url(../images/img13.png);
}

/* 分页 */
.Pages {
    margin-top: 20px;
    width: 100%;
    text-align: center;
}

.p_page {
    display: inline-block;
}

.Pages a {
    display: inline-block;
    font-size: 14px;
    color: #666666;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #eeeeee;
    text-align: center;
    margin: 0 5px;
    transition: all .5s;
    background: #fff;
}

.Pages a.a_cur,
.Pages a:hover {
    background: #ff5f0b;
    color: #fff;
    border: 1px solid #ff5f0b;
}

.Pages .a_prev,
.Pages .a_next {
    float: left;
    position: relative;
    transition: all .5s;
}

.Pages .a_prev::before,
.Pages .a_next::before {
    content: '';
    width: 11px;
    height: 12px;
    background-image: url(../images/img26.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s;
}

.Pages .a_prev::before {
    transform: translate(-50%, -50%) rotate(180deg);
}

.Pages .a_prev:hover,
.Pages .a_next:hover {
    background: #fff;
    border: 1px solid #ff5f0b;
}

.Pages .a_prev:hover::before,
.Pages .a_next:hover::before {
    background-image: url(../images/img27.png);
}

.Pages em {
    font-style: normal;
    float: left;
}

@media (max-width: 500px) {
    .Pages a {
        font-size: 14px;
        width: 34px;
        height: 34px;
        line-height: 34px;
        margin: 0 3px;
    }
}

@media (max-width: 1459px) {
    .ny_banner .rq3 .p1 {
        font-size: 130px;
    }

    .join_us .rq .div .p1 {
        font-size: 20px;
    }

    .join_us .rq .div .p2 {
        font-size: 14px;
        margin-top: 8px;
        margin-bottom: 14px;
    }

    .join_us .rq .div .p3 {
        font-size: 14px;
    }

    .join_us .rq .div .p4 {
        font-size: 14px;
        right: 5%;
    }

    .join_us .rq .div .p4 em {
        width: 6px;
        height: 10px;
        margin-left: 8px;
    }

}

@media (max-width: 991px) {
    .ny_banner .rq3 .p1 {
        font-size: 70px;
    }

    .join_us .rq .div {
        padding-right: 2.2%;
    }

    .join_us .rq .div .p4 {
        position: static;
        transform: translate(0);
        margin-top: 10px;
    }
}

@media (max-width: 500px) {
    .ny_banner .rq3 .p1 {
        font-size: 32px;
    }

    .join_us {
        padding: 40px 0;
    }

    .join_us .rq {
        padding-top: 16px;
    }

    .join_us .rq .div {
        padding: 20px 10px;
    }

    .join_us .rq .div .p1 {
        font-size: 18px;
    }

    .join_us .rq .div .p2 {
        margin-top: 10px;
        margin-bottom: 12px;
    }

    .join_us .rq .div .p4 {
        margin-top: 15px;
    }
}


/* 企业新闻 */
.new_con1 {
    width: 100%;
    background: #f5f5f5;
    padding-top: 5%;
    padding-bottom: 6%;
}

.bot_bj {
    position: relative;
    z-index: 2;
}

.bot_bj::before {
    content: '';
    width: 100%;
    height: 112px;
    background-image: url(../images/img19.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.new_con1 .top {
    width: 100%;
    padding-top: 5%;
}

.new_con1 .carousel {
    width: 100%;
}

.new_con1 .slides {
    position: relative;
    overflow: hidden;
}

.new_con1 .carousel-m {
    position: relative;
}

.new_con1 .slides .slideItem {
    position: absolute;
    cursor: pointer;
    overflow: hidden;
    border: 1px solid #eeeeee;
    border-left: none;
}

.new_con1 .div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background: #fbfbfb;
}

.new_con1 .div .lef {
    width: 47%;
    position: relative;
}

.new_con1 .div .lef::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .6);
    position: absolute;
    top: 0;
    left: 0;
}

.new_con1 #side0 .div .lef::before {
    display: none;
}

.new_con1 .div .lef img {
    width: 100%;
    vertical-align: middle;
    transition: none;
}

.new_con1 .div .rig {
    width: 53%;
    padding: 4.7%;
    padding-right: 10.5%;
    overflow: hidden;
}

.new_con1 .div .p1 {
    font-size: 24px;
    color: #2a2e2e;
    line-height: 1.333;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.new_con1 .div .p2 {
    font-size: 16px;
    color: #999999;
    margin-bottom: 10px;
}

.new_con1 .div .p3 {
    padding-top: 5.5%;
    margin-top: 5.5%;
    border-top: 1px solid #e5e5e5;
    position: relative;
}

.new_con1 .div .p3::before {
    content: '';
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    position: absolute;
    left: -50%;
    top: -1px;
}

.new_con1 .div .p3 .text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 16px;
    color: #333333;
    line-height: 1.875;
}

.new_con1 .div .p4 {
    font-size: 16px;
    color: #ff730f;
    margin-top: 12%;
}

.new_con1 .div .p4 em {
    display: inline-block;
    width: 8px;
    height: 12px;
    background-image: url(../images/img13.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 10px;
}

.nextButton, .prevButton {
    width: 13px;
    height: 14px;
    background-image: url(../images/img26.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 42%;
    transform: translateY(-50%);
    margin-top: 0;
    opacity: 1;
    transition: all .5s;
    z-index: 9999;
}

.nextButton {
    right: 4%;
}

.prevButton {
    left: 92%;
    transform: translateY(-50%) rotate(180deg);
}

.nextButton:hover,
.prevButton:hover {
    background-image: url(../images/img27.png);
}

@media (max-width: 1459px) {
    .nextButton, .prevButton {
        top: 44%;
    }

    .new_con1 .div .p1 {
        font-size: 20px;
    }

    .new_con1 .div .p2 {
        font-size: 14px;
    }

    .new_con1 .div .p3 .text {
        font-size: 14px;
    }

    .new_con1 .div .p4 {
        font-size: 14px;
    }

    .new_con1 .div .p4 em {
        width: 7px;
        height: 10px;
        margin-left: 8px;
    }
}

@media (max-width: 991px) {
    .new_con1 .div .rig {
        padding: 30px;
        padding-right: 10.5%;
    }

    .new_con1 .div .p4 {
        margin-top: 5%;
    }

    .new_con1 .div .p1 {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .new_con1 .div .lef {
        width: 100%;
        height: 447px;
        position: relative;
    }

    .new_con1 .div .lef img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
    }

    .new_con1 .div .rig {
        width: 100%;
        padding: 20px 15px;
    }

    .new_con1 .div .p2 {
        margin-bottom: 5px;
    }

    .new_con1 .div .p3 {
        padding-top: 15px;
        margin-top: 15px;
    }

    .new_con1 .div .p4 {
        margin-top: 20px;
    }

    .new_con1 .carousel,
    .new_con1 .slides .slideItem,
    .new_con1 .slides {
        height: 679px !important;
        width: 100% !important;
    }

    .new_con1 .slides .slideItem {
        top: 0 !important;
        left: 0 !important;
    }

    .nextButton, .prevButton {
        bottom: auto;
        top: 35%;
    }

    .prevButton {
        left: 10px;
    }

    .nextButton {
        right: 10px;
    }

    .nextButton,
    .prevButton {
        background-image: url(../images/img28.png);
    }

    .new_con1 .div .p3::before {
        display: none;
    }
}

@media (max-width: 500px) {
    .nextButton, .prevButton {
        bottom: auto;
        top: 20%;
    }

    .new_con1 .div .lef {
        height: 230px;
    }

    .new_con1 .div .rig {
        padding: 20px 10px;
    }

    .new_con1 .carousel,
    .new_con1 .slides .slideItem,
    .new_con1 .slides {
        height: 462px !important;
    }

    .nextButton, .prevButton {
        top: 26%;
    }

}

.new_con1 .bot {
    width: 100%;
    padding-top: 5.6%;
}

.new_con1 .bot .rq {
    width: 100%;
    padding-bottom: 20px;
}

.new_con1 .bot .div1 {
    width: 31.3%;
    margin-right: 3.05%;
    margin-bottom: 3%;
    float: left;
    background: #fff;
    position: relative;
    border: 1px solid transparent;
    transition: all .5s;
}

.new_con1 .bot .div1:nth-child(3n) {
    margin-right: 0;
}

.new_con1 .bot .div1:hover {
    border: 1px solid #ff730f;
}

.new_con1 .bot .div1 .ig {
    width: 100%;
    overflow: hidden;
}

.new_con1 .bot .div1 .ig img {
    width: 100%;
    vertical-align: middle;
    transition: all .5s;
}

.new_con1 .bot .div1:hover .ig img {
    transform: scale(1.05);
}

.new_con1 .bot .div2 {
    width: 100%;
    padding: 6.5% 7.6%;
}

.new_con1 .bot .div2 .p5 {
    font-size: 16px;
    color: #999999;
    height: 30px;
    line-height: 30px;
}

.new_con1 .bot .div2 .p6 {
    font-size: 20px;
    color: #000000;
    line-height: 30px;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 5px;
    transition: all .5s;
}

.new_con1 .bot .div1:hover .div2 .p6 {
    color: #ff730f;
}

@media (max-width: 1459px) {
    .new_con1 .bot .div2 .p5 {
        font-size: 14px;
        height: 26px;
        line-height: 26px;
    }

    .new_con1 .bot .div2 .p6 {
        font-size: 16px;
        line-height: 24px;
        height: 48px;
    }
}

@media (max-width: 768px) {
    .new_con1 .bot .div1 {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
    }

    .new_con1 .bot .div1:nth-child(3n) {
        margin-right: 2%;
    }

    .new_con1 .bot .div1:nth-child(2n) {
        margin-right: 0;
    }
}

@media (max-width: 500px) {
    .new_con1 {
        padding: 40px 0;
    }

    .new_con1 .bot {
        padding-top: 25px;
    }

    .new_con1 .bot .div2 {
        padding: 10px 5px;
    }

    .new_con1 .bot .div2 .p5 {
        font-size: 12px;
        height: 20px;
        line-height: 20px;
    }

    .new_con1 .bot .div2 .p6 {
        font-size: 14px;
        line-height: 22px;
        height: 44px;
    }

    .new_con1 .bot .rq {
        padding-bottom: 20px;
    }
}


/* 视频中心 */
.video_con1 {
    width: 100%;
    padding-top: 4.5%;
    padding-bottom: 6%;
    background: #f5f5f5;
}

.video_con1 .top {
    width: 100%;
    margin-top: 4.5%;
    background: #fff;
    padding: 4% 10%;
    padding-bottom: 2.8%;
}

.video_con1 .top .div {
    width: 100%;
    position: relative;
    margin-bottom: 3%;
}

.video_con1 .top .div img {
    width: 100%;
}

.video_con1 .top .p1 {
    font-size: 44px;
    color: #000000;
    text-align: center;
}

.video_con1 .top .p2 {
    font-size: 18px;
    color: #000000;
    text-align: center;
    margin-top: 10px;
}

.abo_video {
    position: relative;
    cursor: pointer;
}

.abo_video::before {
    content: '';
    width: 90px;
    height: 90px;
    background-image: url(../images/img30.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.video_con1 .bot {
    width: 100%;
    padding-top: 4.4%;
}

.video_con1 .bot .rq {
    width: 100%;
    padding-bottom: 20px;
}

.video_con1 .bot .div {
    width: 31.3%;
    margin-right: 3.05%;
    margin-bottom: 3%;
    background: #fff;
    border: 1px solid #ededed;
    transition: all .5s;
    float: left;
}

.video_con1 .bot .div:nth-child(3n) {
    margin-right: 0;
}

.video_con1 .bot .div:hover {
    border: 1px solid #ff730f;
}

.video_con1 .bot .ig {
    width: 100%;
    overflow: hidden;
}

.video_con1 .bot .ig img {
    width: 100%;
    vertical-align: middle;
    transition: all .5s;
    aspect-ratio: 499 / 312;
}

.video_con1 .bot .div:hover .ig img {
    transform: scale(1.05);
}

.video_con1 .bot .ig.abo_video::before {
    width: 50px;
    height: 50px;
}

.video_con1 .bot .p {
    font-size: 18px;
    color: #000000;
    text-align: center;
    line-height: 60px;
    transition: all .5s;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.video_con1 .bot .div:hover .p {
    color: #ff730f;
}

@media (max-width: 1459px) {
    .abo_video::before {
        width: 66px;
        height: 66px;
    }

    .video_con1 .top .p1 {
        font-size: 32px;
    }

    .video_con1 .top .p2 {
        font-size: 14px;
        margin-top: 6px;
    }

    .video_con1 .bot .ig.abo_video::before {
        width: 40px;
        height: 40px;
    }

    .video_con1 .bot .p {
        font-size: 16px;
        line-height: 46px;
    }


}

@media (max-width: 768px) {
    .video_con1 .top .p1 {
        font-size: 24px;
    }

    .video_con1 .bot .div {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
    }

    .video_con1 .bot .div:nth-child(3n) {
        margin-right: 2%;
    }

    .video_con1 .bot .div:nth-child(2n) {
        margin-right: 0;
    }

    .msg-box {
        width: 95%;
        height: 50%;;
    }

}

@media (max-width: 500px) {
    .video_con1 {
        padding: 40px 0;
    }

    .video_con1 .top {
        margin-top: 16px;
        padding: 10px 10px;
        padding-bottom: 20px;
    }

    .video_con1 .top .p1 {
        font-size: 18px;
    }

    .video_con1 .bot {
        padding-top: 20px;
    }

    .abo_video::before {
        width: 46px;
        height: 46px;
    }

    .video_con1 .bot .ig.abo_video::before {
        width: 30px;
        height: 30px;
    }

    .video_con1 .bot .p {
        font-size: 12px;
        line-height: 40px;
    }

}


/* 活动中心 */
.Activity_con1 {
    width: 100%;
    padding-top: 4.5%;
    padding-bottom: 6%;
    background: #f5f5f5;
}

.Activity_con1 .rq {
    width: 100%;
    padding-top: 4.4%;
    padding-bottom: 20px;
}

.Activity_con1 .rq .div {
    width: 100%;
    background: #fff;
    border: 1px solid transparent;
    transition: all .5s;
    margin-bottom: 3%;
}

.Activity_con1 .rq .div:hover {
    border: 1px solid #ff730f;
}

.Activity_con1 .rq .div .a {
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
}

.Activity_con1 .rq .lef {
    width: 31%;
    overflow: hidden;
}

.Activity_con1 .rq .lef .cover {
    width: 100%;
    height: 100%;
    transition: all .5s;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    background-color: #fff;
}

.Activity_con1 .rq .div:hover .lef .cover {
    transform: scale(1.05);
}

.Activity_con1 .rq .rig {
    width: 69%;
    padding: 3.15%;
    padding-right: 5.6%;
}

.Activity_con1 .rq .rig .p1 {
    font-size: 16px;
    color: #999999;
}

.Activity_con1 .rq .rig .p2 {
    font-size: 24px;
    color: #333333;
    line-height: 1.333;
    margin-top: 8px;
    margin-bottom: 3.2%;
    transition: all .5s;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.Activity_con1 .rq .div:hover .rig .p2 {
    color: #ff730f;
}

.Activity_con1 .rq .rig .p3 {
    font-size: 16px;
    color: #333333;
    line-height: 1.875;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

@media (max-width: 1459px) {
    .Activity_con1 .rq .rig .p1 {
        font-size: 14px;
    }

    .Activity_con1 .rq .rig .p2 {
        font-size: 20px;
    }

    .Activity_con1 .rq .rig .p3 {
        font-size: 14px;
    }
}

@media (max-width: 500px) {
    .Activity_con1 {
        padding: 40px 0;
    }

    .Activity_con1 .rq {
        padding-top: 16px;
    }

    .Activity_con1 .rq .lef {
        width: 100%;
    }

    .Activity_con1 .rq .rig {
        width: 100%;
        padding: 20px 10px;
    }

    .Activity_con1 .rq .rig .p2 {
        font-size: 18px;
    }

    .Activity_con1 .rq .div {
        margin-bottom: 20px;
    }

}


/* 工程案例 */
.case_con1 {
    width: 100%;
    padding-top: 4.4%;
    padding-bottom: 5.5%;
    background: #f5f5f5;
}

.bt .p5 {
    font-size: 20px;
    color: #0c2f6f;
    font-family: "HarmonyOS_Sans_SC_Light";
    margin-top: 18px;
}

.case_con1 .rq {
    width: 100%;
    padding-top: 4%;
}

.case_con1 .div {
    width: 100%;
    margin-bottom: 5%;
}

.case_con1 .div a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.case_con1 .div:nth-child(2n) a {
    flex-direction: row-reverse
}

.case_con1 .div .lef {
    width: 50%;
    overflow: hidden;
}

.case_con1 .div .lef img {
    width: 100%;
    vertical-align: middle;
    transition: all .5s;
}

.case_con1 .div:hover .lef img {
    transform: scale(1.05);
}

.case_con1 .div .rig {
    width: 50%;
    height: 368px;
    background: #fff;
    padding: 4% 6.5%;
    padding-left: 0;
    position: relative;
    z-index: 2;
}

.case_con1 .div:nth-child(2n) .rig {
    padding-left: 6.5%;
    padding-right: 0;
}

.case_con1 .div .rig::before {
    content: '';
    width: 12.5%;
    height: 100%;
    background: #fff;
    position: absolute;
    right: 100%;
    top: 0;
}

.case_con1 .div:nth-child(2n) .rig::before {
    left: 100%;
    right: auto;
}

.case_con1 .div .rig .p1 {
    font-size: 24px;
    color: #333333;
    transition: all .5s;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.case_con1 .div:hover .rig .p1 {
    color: #ff730f;
}

.case_con1 .div .rig .p2 {
    font-size: 16px;
    color: #333333;
    line-height: 1.875;
    margin-top: 3.8%;
    margin-bottom: 5%;
    font-family: "HarmonyOS_Sans_SC_Light";

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.case_con1 .div .rig .p3 {
    font-size: 16px;
    color: #ff730f;
}

.case_con1 .div .rig .p3 em {
    display: inline-block;
    width: 8px;
    height: 12px;
    background-image: url(../images/img13.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 10px;
}

@media (max-width: 1459px) {
    .case_con1 .div .rig {
        height: auto;
    }

    .case_con1 .div .rig .p1 {
        font-size: 20px;
    }

    .case_con1 .div .rig .p2 {
        font-size: 14px;
    }

    .case_con1 .div .rig .p3 {
        font-size: 14px;
    }

    .case_con1 .div .rig .p3 em {
        width: 7px;
        height: 11px;
        margin-left: 8px;
    }

    .bt .p5 {
        font-size: 16px;
        margin-top: 12px;
    }
}

@media (max-width: 500px) {
    .case_con1 {
        padding: 40px 0;
    }

    .bt .p5 {
        font-size: 14px;
        margin-top: 8px;
    }

    .case_con1 .rq {
        padding-top: 16px;
        padding-bottom: 10px;
    }

    .case_con1 .div .lef {
        width: 100%;
    }

    .case_con1 .div .rig {
        width: 100%;
        padding: 20px 10px !important;
    }

    .case_con1 .div .rig::before {
        display: none;
    }

    .case_con1 .div .rig .p1 {
        font-size: 18px;
        -webkit-line-clamp: 2;
    }

    .case_con1 .div .rig .p2 {
        margin-top: 10px;
        margin-bottom: 14px;
    }

    .case_con1 .div {
        margin-bottom: 15px;
    }

}


/* 案例详情 */
.case_dat1 {
    width: 100%;
    padding-top: 4.4%;
    padding-bottom: 5.5%;
    background: #f5f5f5;
}

.case_dat1 .rq {
    width: 100%;
    margin-top: 3.8%;
    background: #fff;
    padding: 3.5% 4.8%;
}

.case_dat1 .rq .top {
    width: 100%;
    padding-bottom: 5%;
    border-bottom: 1px solid #e5e5e5;
}

.case_dat1 .rq .top img {
    max-width: 100%;
}

.case_dat1 .rq .top .div {
    width: 100%;
    padding-top: 3.8%;
}

.case_dat1 .rq .top .div .p1 {
    font-size: 24px;
    color: #333333;
}

.case_dat1 .rq .top .div1 {
    width: 100%;
    padding-top: 2%;
    padding-bottom: 4%;
    border-bottom: 1px solid #e5e5e5;
}

.case_dat1 .rq .top .div_table {
    width: 100%;
    overflow-y: auto;
}

.div_table table {
    width: 100%;
}

.div_table table th,
.div_table table td {
    font-size: 16px;
    color: #333333;
    padding: 34px 18px;
    font-family: "HarmonyOS_Sans_SC_Light";
    border: 1px solid #e5e5e5;
    text-align: left;
}

.div_table table th {
    background: #f7f7f7;
    font-weight: lighter;
    padding: 20px 18px;
}

.case_dat1 .rq .top .div2 {
    width: 100%;
    width: 100%;
}

.case_dat1 .rq .top .div2 .lef {
    width: 27.5%;
    float: left;
}

.case_dat1 .rq .top .div3 {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding: 18px 0;
}

.case_dat1 .rq .top .div2 .div3:first-child {
    padding-top: 0;
}

.case_dat1 .rq .top .div3 .p1 {
    font-size: 20px;
    color: #333333;
}

.case_dat1 .rq .top .div3 .p2 {
    font-size: 16px;
    color: #666666;
    font-family: "HarmonyOS_Sans_SC_Light";
    margin-top: 8px;
}

.case_dat1 .rq .top .div2 .rig {
    width: 54%;
    float: right;
    font-size: 16px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Light";
}

.case_dat1 .rq .top .div2 .rig * {
    font-family: "HarmonyOS_Sans_SC_Light";
}

.case_dat1 .rq .bot {
    width: 100%;
    padding-top: 35px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.case_dat1 .rq .bot a {
    font-size: 16px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Light";
    transition: all .5s;
}

.case_dat1 .rq .bot a:hover {
    color: #ff730f;
}

@media (max-width: 1459px) {
    .case_dat1 .rq .top .div .p1 {
        font-size: 20px;
    }

    .div_table table th, .div_table table td {
        font-size: 14px;
        padding: 20px 10px;
    }

    .div_table table th {
        padding: 10px 10px;
    }

    .case_dat1 .rq .top .div3 .p1 {
        font-size: 16px;
    }

    .case_dat1 .rq .top .div3 .p2 {
        font-size: 14px;
        margin-top: 6px;
    }

    .case_dat1 .rq .top .div2 .rig {
        font-size: 14px;
    }

    .case_dat1 .rq .bot a {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .div_table table {
        width: 760px;
    }

    .case_dat1 .rq .top .div2 .lef {
        width: 100%;
    }

    .case_dat1 .rq .top .div2 .rig {
        width: 100%;
        margin-top: 30px;
    }

    .case_dat1 .rq .bot {
        padding-top: 18px;
    }

    .case_dat1 .rq .bot a {
        width: 100%;
        margin-bottom: 5px;
    }

    .case_dat1 .rq {
        padding: 20px 10px;
    }

    .case_dat1 {
        padding: 40px 0;
    }

    .case_dat1 .rq {
        margin-top: 18px;
    }

    .case_dat1 .rq .top .div .p1 {
        font-size: 18px;
    }

    .case_dat1 .rq .top .div {
        padding-top: 20px;
    }

    .case_dat1 .rq .top .div1 {
        padding-top: 10px;
        padding-bottom: 20px;
    }
}


/* 集团介绍 */
.abo_con1 {
    width: 100%;
}

.abo_con1 .rq {
    width: 100%;
    text-align: center;
}

.abo_con1 .rq .div {
    width: 160px;
    display: inline-block;
    padding: 3.25% 0;
    position: relative;
    margin-right: 4%;
}

.abo_con1 .rq .div:last-child {
    margin-right: 0;
}

.abo_con1 .rq .div::before {
    content: '';
    width: 100%;
    height: 2px;
    background: #ff730f;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
}

.abo_con1 .rq .div.on::before {
    opacity: 1;
}

.abo_con1 .rq .div .ig {
    width: 56px;
    height: 45px;
    position: relative;
    margin: 0 auto;
}

.abo_con1 .rq .div .ig img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.abo_con1 .rq .div .ig .ig2 {
    opacity: 0;
}

.abo_con1 .rq .div.on .ig .ig1 {
    opacity: 0;
}

.abo_con1 .rq .div.on .ig .ig2 {
    opacity: 1;
}

.abo_con1 .rq .div p {
    font-size: 16px;
    color: #0c2f6f;
    padding-top: 12px;
}

.abo_con1 .rq .div.on p {
    color: #ff730f;
}

/* abo_con2 */
.abo_con2 {
    width: 100%;
    padding-top: 5%;
    background: #f5f5f5;
}

.abo_con2 .rq {
    width: 100%;
}

.abo_con2 .lef {
    width: 46.3%;
    float: left;
    padding-top: 4%;
    padding-bottom: 136px;
}

.abo_con2 .bt .p4 {
    color: #000;
    font-family: "HarmonyOS_Sans_SC_Regular";
}

.abo_con2 .text {
    width: 100%;
    padding-top: 5.8%;
    font-size: 18px;
    line-height: 1.7777;
    font-family: "HarmonyOS_Sans_SC_Light";
    white-space: pre-line;

    /*  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden; */
}

.abo_con2 .rig {
    width: 46.3%;
    float: right;
}

.abo_con2 .rig img {
    width: 100%;
}

.abo_con2 .rq1 {
    width: 100%;
    transform: translateY(-136px);
}

.abo_con2 .rq1 .div {
    width: 14.7%;
    height: 310px;
    margin-right: 10px;
    float: left;
    background: #fff;
    border: 3px solid #fff;
    padding: 0 1.6%;
    padding-top: 2.7%;
    transition: all .5s;
}

.abo_con2 .rq1 .div:hover {
    border: 3px solid #ff730f;
}

.abo_con2 .rq1 .div img {
    width: 46px;
    display: block;
}

.abo_con2 .rq1 .div:hover img {
    transform: scale(1.05);
}

.abo_con2 .rq1 .div .p1 {
    font-size: 18px;
    color: #666666;
    margin-top: 25%;
    margin-bottom: 10px;
}

.abo_con2 .rq1 .div .p2 {
    font-size: 18px;
    color: #333333;
    line-height: 1.333;
    font-family: "HarmonyOS_Sans_SC_Light";

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.abo_con3 {
    width: 100%;
    padding-bottom: 7%;
    background: #f5f5f5;
}

.abo_con3 .rq1 {
    width: 100%;
}

.abo_con3 .rq {
    padding-top: 4.4%;
    display: flex;
    flex-wrap: wrap;
}

.abo_con3 .rq1 .rq:nth-child(2n) {
    flex-direction: row-reverse;
}

.abo_con3 .rq .lef {
    width: 50%;
    position: relative;
    overflow: hidden;
}

.abo_con3 .rq .lef::before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 106px solid #f5f5f5;
    border-left: 104px solid transparent;
    position: absolute;
    right: 0;
    bottom: -1px;
    z-index: 2;
}

.abo_con3 .rq1 .rq:nth-child(2n) .lef::before {
    right: auto;
    left: 0;
    transform: rotateY(180deg);
}

.abo_con3 .rq .lef img {
    width: 100%;
    vertical-align: middle;
    transition: all .5s;
}

.abo_con3 .rq:hover .lef img {
    transform: scale(1.05);
}

.abo_con3 .rq .rig {
    width: 50%;
    padding-left: 7%;
    padding-right: 14%;
    padding-top: 3.5%;
}

.abo_con3 .rq1 .rq:nth-child(2n) .rig {
    padding-right: 7%;
    padding-left: 14%;
}

.abo_con3 .rq .rig img {
    max-width: 270px;
    display: block;
}

.abo_con3 .rq .rig .text {
    margin-top: 10%;
    margin-bottom: 7.2%;
    font-size: 18px;
    color: #333333;
    line-height: 1.7778;
    font-family: "HarmonyOS_Sans_SC_Light";
}

.abo_con3 .rq .rig p {
    font-size: 18px;
    color: #333333;
    line-height: 1.7778;
    font-family: "HarmonyOS_Sans_SC_Light";
}

.abo_con3 .rq .rig p a {
    border-bottom: 1px solid #0c2f6f;
    color: #0c2f6f;
}

@media (max-width: 1680px) {
    .abo_con2 .text {
        font-size: 16px;
    }
}

@media (max-width: 1459px) {
    .abo_con2 .text {
        font-size: 14px;
    }

    .abo_con2 .lef {
        padding-bottom: 120px;
    }

    .abo_con2 .rq1 .div {
        padding: 0 15px;
        padding-top: 2%;
        height: 235px;
    }

    .abo_con2 .rq1 {
        transform: translateY(-100px);
    }

    .abo_con2 .rq1 .div img {
        width: 34px;
    }

    .abo_con2 .rq1 .div .p1 {
        font-size: 16px;
        margin-top: 15%;
        margin-bottom: 10px;
    }

    .abo_con2 .rq1 .div .p2 {
        font-size: 15px;
    }

    .abo_con3 .rq .lef::before {
        border-bottom: 80px solid #f5f5f5;
        border-left: 78px solid transparent;
    }

    .abo_con3 .rq .rig img {
        max-width: 205px;
    }

    .abo_con3 .rq .rig p,
    .abo_con3 .rq .rig .text {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .abo_con1 .rq .div {
        width: 100px;
        margin-right: 4%;
    }

    .abo_con1 .rq .div .ig {
        width: 44px;
        height: 35px;
    }

    .abo_con1 .rq .div p {
        font-size: 14px;
        padding-top: 10px;
    }

    .abo_con2 {
        padding-top: 40px;
    }

    .abo_con2 .lef {
        width: 100%;
        padding-top: 0;
        padding-bottom: 30px;
    }

    .abo_con2 .rig {
        width: 100%;
    }

    .abo_con2 .rq1 {
        transform: translateY(0px);
        margin-top: 30px;
    }

    .abo_con2 .rq1 .div {
        width: 18.4%;
        margin-right: 2%;
    }

    .abo_con2 .rq1 .div:nth-child(5) {
        margin-right: 0;
    }

    .abo_con3 {
        padding: 40px 0;
    }

    .abo_con3 .rq .rig {
        padding: 0;
        padding-left: 20px;
    }

    .abo_con3 .rq1 .rq:nth-child(2n) .rig {
        padding: 0;
        padding-right: 20px;
    }
}

@media (max-width: 500px) {
    .abo_con3 .rq .lef {
        width: 100%;
    }

    .abo_con3 .rq .rig {
        width: 100%;
        padding: 0 !important;
    }

    .abo_con1 .rq .div {
        width: 25%;
        margin-right: 0;
        padding: 15px 0;
    }

    .abo_con1 .rq {
        display: flex;
    }

    .abo_con1 .rq .div .ig {
        width: 38px;
        height: 31px;
    }

    .abo_con2 .text {
        padding-top: 20px;
    }

    .abo_con2 .rq1 .div {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
        height: auto;
        padding: 20px 10px;
    }

    .abo_con2 .rq1 .div:nth-child(2n) {
        margin-right: 0;
    }

    .abo_con2 .rq1 .fd {
        display: flex;
        flex-wrap: wrap;
    }

    .abo_con2 .rq1 .fd::after {
        display: none;
    }

    .abo_con2 .rq1 .div .p1 {
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .abo_con2 .rq1 .div:nth-child(5) {
        width: 100%;
        margin-right: 0;
    }

    .abo_con3 .rq .lef::before {
        display: none;
    }

    .abo_con3 .rq .rig {
        margin-top: 20px;
    }

    .abo_con3 .rq .rig .text {
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .abo_con3 .rq .rig p, .abo_con3 .rq .rig .text {
        font-size: 14px;
    }

    .abo_con3 .rq {
        margin-bottom: 25px;
    }
}


/* 集团发展史 */
/* abo2_con1 */
.abo2_con1 {
    width: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.abo2_con1 .rq {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
}

.abo2_con1 .rq1 {
    width: 100%;
    padding: 0 12%;
    position: relative;
}

.abo2_con1 .rq1::before {
    content: '';
    width: 100%;
    height: 6px;
    background-image: url(../images/img31.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.abo2_con1 .rq1 .p {
    font-size: 24px;
    color: #ffffff;
    font-family: "oswald_light";
    line-height: 40px;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
    transition: all .5s;
    cursor: pointer;
}

.abo2_con1 .rq1 .swiper-slide-thumb-active .p {
    font-size: 40px;
    color: #ff730f;
    font-family: "oswald_medium";
}

.abo2_con1 .rq1 .p::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.abo2_con1 .rq1 .swiper-slide-thumb-active .p::before {
    background: #ff730f;
}

.abo2_con1 .swiper-button-next,
.abo2_con1 .swiper-button-prev {
    width: 50px;
    height: 50px;
    background-image: url(../images/img33.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 0;
    right: 0;
    top: 92%;
    transform: translateY(-50%);
    transition: all .5s;
}

.abo2_con1 .swiper-button-prev {
    left: 0;
    transform: translateY(-50%) rotate(180deg);
}

.abo2_con1 .swiper-button-next:hover,
.abo2_con1 .swiper-button-prev:hover {
    background-image: url(../images/img34.png);
}

/* abo2_con2 */
.abo2_con2 {
    width: 100%;
    padding-bottom: 5%;
    padding-top: 3%;
    background: #f5f5f5;
}

.abo2_con2 .p {
    font-size: 28px;
    color: #333333;
    font-family: "oswald_medium";
    text-align: center;
    padding-bottom: 28px;
    border-bottom: 1px solid #e5e5e5;
}

.abo2_con2 .div {
    width: 100%;
    padding: 0 15%;
    padding-top: 3.2%;
}

.abo2_con2 .div1 {
    width: 100%;
    position: relative;
    padding-bottom: 4%;
    display: flex;
    flex-wrap: wrap;
}

.abo2_con2 .div1:nth-child(2n) {
    flex-direction: row-reverse;
}

.abo2_con2 .div1:last-child {
    padding-bottom: 0;
}

.abo2_con2 .div1::before {
    content: '';
    width: 1px;
    height: 100%;
    border: 1px dashed #e5e5e5;
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
}

.abo2_con2 .div1 .lef {
    width: 50%;
    text-align: right;
    padding-right: 50px;
}

.abo2_con2 .div1:nth-child(2n) .lef {
    padding-left: 50px;
    padding-right: 0;
    text-align: left;
}

.abo2_con2 .div1 .lef img {
    width: 180px;
}

.abo2_con2 .div1 .rig {
    width: 50%;
    padding-left: 50px;
}

.abo2_con2 .div1:nth-child(2n) .rig {
    padding-right: 50px;
    padding-left: 0;
    text-align: right;
}

.abo2_con2 .div1 .rig .p1 {
    font-size: 24px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Medium";
    margin-bottom: 10px;
    position: relative;
}

.abo2_con2 .div1 .rig .p1::before {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(../images/img32.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -60px;
    top: 50%;
    transform: translateY(-50%);
}

.abo2_con2 .div1:nth-child(2n) .rig .p1::before {
    left: auto;
    right: -60px;
}

.abo2_con2 .div1 .rig .text {
    font-size: 16px;
    color: #333333;
    line-height: 2.25;
    font-family: "HarmonyOS_Sans_SC_Light";
}

@media (max-width: 1459px) {
    .abo2_con1 .rq1 .p {
        font-size: 18px;
        line-height: 30px;
    }

    .abo2_con1 .rq1 .swiper-slide-thumb-active .p {
        font-size: 30px;
    }

    .abo2_con1 .swiper-button-next, .abo2_con1 .swiper-button-prev {
        width: 38px;
        height: 38px;
        top: 92%;
    }

    .abo2_con2 .p {
        font-size: 24px;
        padding-bottom: 20px;
    }

    .abo2_con2 .div1 .rig {
        padding-left: 38px;
    }

    .abo2_con2 .div1:nth-child(2n) .rig {
        padding-right: 38px;
        padding-left: 0;
    }

    .abo2_con2 .div1 .lef {
        padding-right: 38px;
    }

    .abo2_con2 .div1:nth-child(2n) .lef {
        padding-left: 38px;
        padding-right: 0;
    }

    .abo2_con2 .div1 .rig .p1 {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .abo2_con2 .div1 .rig .p1::before {
        width: 16px;
        height: 16px;
        left: -46px;
    }

    .abo2_con2 .div1:nth-child(2n) .rig .p1::before {
        left: auto;
        right: -46px;
    }

    .abo2_con2 .div1 .rig .text {
        font-size: 14px;
    }

    .abo2_con2 .div1 .lef img {
        width: 140px;
    }
}

@media (max-width: 991px) {
    .abo2_con1 .rq1 .p {
        font-size: 16px;
        line-height: 20px;
    }

    .abo2_con1 .rq1 .swiper-slide-thumb-active .p {
        font-size: 20px;
    }

    .abo2_con2 .div {
        padding: 0;
        padding-top: 40px;
    }

    .abo2_con2 {
        padding: 40px 0;
    }
}

@media (max-width: 500px) {
    .abo2_con1 .rq {
        bottom: 20px;
    }

    .abo2_con1 .rq1 .p {
        font-size: 14px;
    }

    .abo2_con1 .rq1 .swiper-slide-thumb-active .p {
        font-size: 18px;
    }

    .abo2_con1 .rq1::before {
        width: 70%;
        height: 6px;
        background-size: cover;
    }

    .abo2_con1 .swiper-button-next, .abo2_con1 .swiper-button-prev {
        width: 24px;
        height: 25px;
        top: 92%;
    }

    .abo2_con2 .p {
        font-size: 18px;
        padding-bottom: 12px;
    }

    .abo2_con2 .div1 .lef {
        padding-right: 20px;
    }

    .abo2_con2 .div1:nth-child(2n) .lef {
        padding-left: 20px;
        padding-right: 0;
    }

    .abo2_con2 .div1 .rig {
        padding-left: 20px;
    }

    .abo2_con2 .div1:nth-child(2n) .rig {
        padding-right: 20px;
        padding-left: 0;
    }

    .abo2_con2 .div1 .rig .p1 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .abo2_con2 .div1 .rig .text {
        line-height: 1.6;
    }

    .abo2_con2 .div1 .rig .p1::before {
        width: 14px;
        height: 14px;
        left: -27px;
    }

    .abo2_con2 .div1:nth-child(2n) .rig .p1::before {
        left: auto;
        right: -27px;
    }

    .abo2_con2 .div1 {
        padding-bottom: 20px;
    }

    .abo2_con2 .div1 .lef img {
        width: 100%;
    }
}


/* 庆东纳碧安 */
/* abo3_con1 */
.abo3_con1 {
    width: 100%;
    padding-top: 5%;
    padding-bottom: 7%;
    background: #f5f5f5;
}

.abo3_con1 .rq {
    width: 100%;
}

.abo3_con1 .rq .lef {
    width: 50%;
    float: left;
    padding-right: 6.6%;
}

.abo3_con1 .bt .p4 {
    color: #000000;
    font-family: "HarmonyOS_Sans_SC_Regular";
}

.abo3_con1 .text {
    width: 100%;
    padding-top: 6%;
    padding-bottom: 8%;
    font-size: 18px;
    color: #333333;
    line-height: 1.7778;
    font-family: "HarmonyOS_Sans_SC_Light";
    white-space: pre-line;
}

.abo3_con1 .lef .div {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.abo3_con1 .lef .div .p1 span,
.abo3_con1 .lef .div .p1 {
    font-size: 60px;
    color: #ff730f;
    font-family: "oswald_medium";
}

.abo3_con1 .lef .div .p2 {
    font-size: 16px;
    color: #666666;
    font-family: "HarmonyOS_Sans_SC_Light";
}

.abo3_con1 .rq .rig {
    width: 50%;
    float: left;
}

.abo3_con1 .rq .rig img {
    width: 72%;
    margin: 0 auto;
    display: block;
}

/* abo3_con2 */
.abo3_con2 {
    width: 100%;
    position: relative;
}

.abo3_con2 img {
    width: 100%;
}

.abo3_con2 .rq {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.abo3_con2 .rq1 {
    width: 50%;
    float: right;
}

.abo3_con2 .rq1 .p2 {
    font-size: 18px;
    color: #333333;
    line-height: 1.777;
    font-family: "HarmonyOS_Sans_SC_Light";
    margin-top: 3.6%;
}

/* abo3_con3 */
.abo3_con3 {
    width: 100%;
    padding: 6.5% 0;
    background: #f5f5f5;
}

.abo3_con3 .rq {
    width: 100%;
    margin-top: 4.3%;
    position: relative;
}

.abo3_con3 .div {
    width: 32.82%;
    height: 300px;
    margin-bottom: 12px;
    margin-left: 0.77%;
    float: right;
    background: #fff;
    display: flex;

}

.abo3_con3 .div:nth-child(3) {
    margin-left: 0;
    height: 612px;
    position: absolute;
    top: 0;
    left: 0;
    flex-wrap: wrap;
}

.abo3_con3 .div .lef {
    width: 43%;
    overflow: hidden;
}

.abo3_con3 .div:nth-child(3) .lef {
    width: 100%;
}

.abo3_con3 .div .lef img {
    width: 100%;
    height: 100%;
    /*object-fit: cover; */
    transition: all .5s;
}

.abo3_con3 .div:hover .lef img {
    transform: scale(1.05);
}

.abo3_con3 .div .rig {
    width: 57%;
    padding: 10% 7%;
}

.abo3_con3 .div:nth-child(3) .rig {
    width: 100%;
}

.abo3_con3 .div .rig .p1 span {
    font-size: 20px;
    color: #0c2f6f;
    padding-bottom: 6px;
    border-bottom: 4px solid #0c2f6f;
    height: 32px;
    overflow: hidden;
    display: inline-block;
}

.abo3_con3 .div .rig .p2 {
    font-size: 16px;
    color: #333333;
    line-height: 1.875;
    margin-top: 18%;
    font-family: "HarmonyOS_Sans_SC_Light";


}

.abo3_con3 .div .rig .p2 {
    height: 120px;
    overflow-y: auto;
    padding-right: 5px;
}

.abo3_con3 .div .rig .p2::-webkit-scrollbar {
    width: 3px;
    background-color: #f1f1f1;
}

.abo3_con3 .div .rig .p2::-webkit-scrollbar-thumb {
    background-color: #0c2f6f;
}

@media (max-width: 1459px) {
    .abo3_con3 .div .rig .p2 {
        height: 104px;
    }
}

.abo3_con3 .div:nth-child(3) .rig .p2 {
    margin-top: 9%;
}

/* abo3_con4 */
.abo3_con4 {
    width: 100%;
    padding: 6.2% 0;
    background-image: url(../uploadfiles/img35.png);
    background-size: cover;
    background-position: center bottom;
}

.abo3_con4 .top {
    width: 100%;
    padding-top: 4.2%;
    padding-bottom: 6%;
}

.abo3_con4 .top .div {
    width: 100%;
    height: 440px;
    padding: 18% 15.5%;
    background: #fff;
    position: relative;
    transition: all .5s;
}

.abo3_con4 .top .div::before {
    content: '';
    width: 0%;
    height: 3px;
    background: #ff6702;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all .5s;
}

.abo3_con4 .top .swp2 .swiper-slide-active .div::before {
    width: 100%;
}

.abo3_con4 .top .div .ig {
    width: 100%;
    height: 66%;
    position: relative;
}

.abo3_con4 .top .div .ig img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.abo3_con4 .top .div .p {
    font-size: 17px;
    color: #333333;
    line-height: 1.5556;
    text-align: center;
    font-family: "HarmonyOS_Sans_SC_Light";
    margin-top: 12%;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.abo3_con4 .top .swp2 .swiper-slide {
    transform: scale(0.6);
    transition: all .5s;
    opacity: 0.4;
}

.abo3_con4 .top .swp2 .swiper-slide-prev,
.abo3_con4 .top .swp2 .swiper-slide-next {
    transform: scale(0.8);
}

.abo3_con4 .top .swp2 .swiper-slide-active {
    transform: scale(1);
    opacity: 1;
}

.abo3_con4 .top .swp2 .swiper-slide .div {
    width: 114%;
    transform: translateX(-28%);
}

.abo3_con4 .top .swp2 .swiper-slide-prev .div,
.abo3_con4 .top .swp2 .swiper-slide-next .div {
    width: 113.5%;
    transform: translateX(-28%);
}

.abo3_con4 .top .swp2 .swiper-slide-next .div {
    transform: translateX(18%);
}

.abo3_con4 .top .swp2 .swiper-slide-next + .swiper-slide .div {
    transform: translateX(15%);
}

.abo3_con4 .top .swp2 .swiper-slide-active .div {
    width: 119.5%;
    transform: translateX(-8%);
}

.abo3_con4 .bot {
    width: 100%;
    padding: 0 7.5%;
    position: relative;
}

.abo3_con4 .bot::before {
    content: '';
    width: 100%;
    height: 6px;
    background-image: url(../images/img31.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    position: absolute;
    bottom: 0;
    left: 0;
}

.abo3_con4 .bot p {
    font-size: 24px;
    color: #ffffff;
    font-family: "oswald_light";
    text-align: center;
    line-height: 1;
    padding-bottom: 16px;
    position: relative;
    transition: all .5s;
}

.abo3_con4 .bot .swiper-slide-thumb-active p {
    font-size: 24px;
    color: #ff730f;
    font-family: "oswald_medium";
}

.abo3_con4 .bot p::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.3;
    transition: all .5s;
}

.abo3_con4 .bot .swiper-slide-thumb-active p::before {
    opacity: 1;
}

.abo3_con4 .swiper-button-next,
.abo3_con4 .swiper-button-prev {
    width: 50px;
    height: 50px;
    background-image: url(../images/img33.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 0;
    right: 0;
    top: 92%;
    transform: translateY(-50%);
    transition: all .5s;
}

.abo3_con4 .swiper-button-prev {
    left: 0;
    transform: translateY(-50%) rotate(180deg);
}

.abo3_con4 .swiper-button-next:hover,
.abo3_con4 .swiper-button-prev:hover {
    background-image: url(../images/img34.png);
}

@media (max-width: 1680px) {
    .abo3_con1 .rq .lef {
        padding-right: 0;
    }
}

@media (max-width: 1459px) {
    .abo3_con1 .rq .lef {
        padding-right: 0;
    }

    .abo3_con1 .text {
        font-size: 16px;
    }

    .abo3_con1 .lef .div .p1 span, .abo3_con1 .lef .div .p1 {
        font-size: 40px;
    }

    .abo3_con1 .lef .div .p2 {
        font-size: 14px;
    }

    .abo3_con2 .rq1 .p2 {
        font-size: 16px;
    }

    .abo3_con3 .div .rig .p1 span {
        font-size: 18px;
    }

    .abo3_con3 .div .rig .p2 {
        font-size: 14px;
        margin-top: 10%;
    }

    .abo3_con3 .div .rig {
        padding: 10% 5%;
    }

    .abo3_con3 .div {
        height: 240px;
        margin-bottom: 8px;
    }

    .abo3_con3 .div:nth-child(3) {
        height: 488px;
    }

    .abo3_con4 .top .div {
        height: 326px;
    }

    .abo3_con4 .top .div .p {
        font-size: 14px;
        -webkit-line-clamp: 3;
    }

    .abo3_con4 .bot p {
        font-size: 20px;
        padding-bottom: 16px;
        line-height: 20px;
    }

    .abo3_con4 .swiper-button-next, .abo3_con4 .swiper-button-prev {
        width: 38px;
        height: 38px;
    }

}

@media (max-width: 768px) {

    .abo3_con1 .rq .lef {
        width: 100%;
        margin-bottom: 30px;
    }

    .abo3_con1 .text {
        padding: 20px 0;
    }

    .abo3_con1 .rq .rig {
        width: 100%;
    }

    .abo3_con2 .rq1 .p2 {
        font-size: 14px;
    }

    .abo3_con3 .div {
        width: 49%;
        margin-left: 2%;
        flex-wrap: wrap;
    }

    .abo3_con3 .div:nth-child(2),
    .abo3_con3 .div:nth-child(5) {
        margin-left: 0;
    }

    .abo3_con3 .div:nth-child(3) {
        width: 100%;
        position: static;
        height: auto;
    }

    .abo3_con4 .top .div {
        height: 190px;
    }

    .abo3_con4 .top .div .p {
        margin-top: 5px;
    }

    .abo3_con3 .div .lef img {
        height: auto;
    }

    .abo3_con3 .div .rig {
        padding: 5% 5%;
    }
}

@media (max-width: 500px) {
    .abo3_con1 {
        padding: 40px 0;
    }

    .abo3_con1 .text {
        font-size: 14px;
    }

    .abo3_con1 .lef .div {
        flex-wrap: wrap;
        text-align: center;
    }

    .abo3_con1 .lef .div1 {
        width: 50%;
        margin-bottom: 30px;
    }

    .abo3_con1 .rq .lef {
        margin-bottom: 0;
    }

    .abo3_con2 .rq {
        width: 100%;
        position: static;
        transform: translate(0);
    }

    .abo3_con2 .rq1 {
        width: 100%;
        padding: 20px 0 40px 0;
    }

    .abo3_con3 {
        padding: 40px 0;
    }

    .abo3_con3 .rq {
        margin-top: 16px;
    }

    .abo3_con3 .div {
        width: 100%;
        margin-right: 0;
        height: auto;
        margin-bottom: 20px;
    }

    .abo3_con4 {
        padding: 40px 0;
    }

    .abo3_con4 .bot p {
        font-size: 18px;
    }

    .abo3_con4 .bot::before {
        width: 78%;
        background-size: cover;
        left: 50%;
        transform: translateX(-50%);
    }

    .abo3_con4 .swiper-button-next, .abo3_con4 .swiper-button-prev {
        width: 26px;
        height: 26px;
    }

    .abo3_con4 .top .div {
        width: 100% !important;
        transform: translate(0) !important;
        height: auto;
        padding: 40px 10px;
    }

    .abo3_con4 .top .div .ig {
        height: 170px;
    }

    .abo3_con4 .top .div .p {
        margin-top: 20px;
    }

    .abo3_con4 .top {
        padding: 20px 0 40px 0;
    }

    .abo3_con4 .top .swp2 .swiper-slide {
        transform: scale(1) !important;
    }
}


/* 技术实力 */
.abo4_con1 {
    width: 100%;
    background: #f5f5f5;
    padding-top: 4.8%;
    padding-bottom: 3.3%;
}

.abo4_con1 .rq {
    width: 100%;
    display: flex;
    justify-content: center;
}

.abo4_con1 .rq a {
    font-size: 16px;
    color: #0c2f6f;
    width: 148px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #eeeeee;
    border-right: none;
    text-align: center;
    background: #fff;
}

.abo4_con1 .rq a.on {
    background: #ff6702;
    color: #fff;
    border: 1px solid #ff6702;
}

.abo4_con1 .rq a:last-child {
    border-right: 1px solid #eeeeee;
    border-radius: 0 5px 5px 0;
}

.abo4_con1 .rq a:first-child {
    border-radius: 5px 0 0 5px;
}

.abo4_cg {
    width: 100%;
    padding-top: 3%;
    padding-bottom: 7.4%;
    background: #f5f5f5;
}

.abo4_con2 .rq {
    width: 100%;
    height: 700px;
    position: relative;
}

.abo4_cg .bt {
    margin-bottom: 3%;
}

.abo4_con2 .rq .bj {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.abo4_con2 .rq1 {
    width: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 10%;
    display: flex;
    flex-wrap: wrap;
}

.abo4_con2 .rq1 .div {
    width: 42%;
    padding-left: 11.8%;
    position: relative;
    margin-bottom: 14%;
}

.abo4_con2 .rq1 .div:nth-child(3),
.abo4_con2 .rq1 .div:nth-child(4) {
    margin-bottom: 0;
}

.abo4_con2 .rq1 .div img {
    width: 18.8%;
    position: absolute;
    left: 0;
    top: 8px;
}

.abo4_con2 .rq1 .div .p {
    font-size: 18px;
    color: #ffffff;
    line-height: 1.777;
    font-family: "HarmonyOS_Sans_SC_Light";
}

.abo4_con3 .rq {
    width: 100%;
    background: #090c1c;
    text-align: center;
}

.abo4_con3 .rq .text {
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    line-height: 1.777;
    font-family: "HarmonyOS_Sans_SC_Light";
    padding: 0 20px;
    padding-top: 4.3%;
    padding-bottom: 2.6%;
}

.abo4_con3 .rq img {
    width: 100%;
}

.abo4_con4 .rq {
    width: 100%;
    height: 700px;
    position: relative;
    z-index: 2;
}

.abo4_con4 .rq .ig {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.abo4_con4 .rq .text {
    font-size: 18px;
    color: #ffffff;
    line-height: 1.777;
    text-align: center;
    padding: 0 20px;
    padding-top: 4%;
    padding-bottom: 5.6%;
    font-family: "HarmonyOS_Sans_SC_Light";
}

.abo4_con4 .rq .ig1 {
    width: 76%;
    display: block;
    margin: 0 auto;
}

.abo4_con5 .rq {
    width: 100%;
    height: 700px;
    position: relative;
    z-index: 2;
}

.abo4_con5 .rq .ig {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.abo4_con5 .rq .text {
    width: 100%;
    font-size: 18px;
    color: #ffffff;
    line-height: 1.777;
    text-align: center;
    padding: 0 20px;
    padding-bottom: 4.4%;
    font-family: "HarmonyOS_Sans_SC_Light";
    position: absolute;
    left: 0;
    bottom: 0;
}

.abo4_con6 .rq {
    width: 100%;
    height: 700px;
    position: relative;
    z-index: 2;
}

.abo4_con6 .rq .ig {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.abo4_con6 .text {
    font-size: 18px;
    color: #333333;
    line-height: 1.777;
    text-align: center;
    padding: 0 20px;
    font-family: "HarmonyOS_Sans_SC_Light";
    margin-bottom: 4.4%;
}

.abo4_con6 .text span {
    color: #ff6c00;
    font-family: "HarmonyOS_Sans_SC_Bold";
}

.abo4_con6 .rq1 {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 5.4%;
    margin-bottom: 2.2%;
}

.abo4_con6 .rq1 .div {
    width: 43.5%;
    height: 194px;
    border: 2px solid rgba(255, 255, 255, .3);
    border-radius: 5px;
    padding: 1.8%;
    display: flex;
    align-items: center;
    float: left;
}

.abo4_con6 .rq1 .div img {
    width: 54.4%;
}

.abo4_con6 .rq1 .div .p {
    font-size: 16px;
    line-height: 1.875;
    color: #fff;
    font-family: "HarmonyOS_Sans_SC_Light";
    padding-left: 6%;
}

.abo4_con6 .rq1 .div:nth-child(2) {
    float: right;
}

.abo4_con6 .rq1 .p1 {
    font-size: 50px;
    color: #ff6c00;
    font-family: "HarmonyOS_Sans_SC_Medium";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.abo4_con7 .rq {
    width: 100%;
    height: 700px;
    position: relative;
    z-index: 2;
}

.abo4_con7 .rq .ig {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.abo4_con7 .rq1 {
    width: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 10%;
}

.abo4_con7 .rq1 .p1 {
    font-size: 24px;
    color: #333333;
    line-height: 1.333;
}

.abo4_con7 .rq1 .p2 {
    font-size: 18px;
    color: #333333;
    line-height: 1.7777;
    font-family: "HarmonyOS_Sans_SC_Light";
    margin-top: 5%;
}

.abo4_con8 .rq {
    width: 100%;
    height: 700px;
    position: relative;
    z-index: 2;
}

.abo4_con8 .rq .ig {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.abo4_con8 .text {
    font-size: 18px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Light";
    line-height: 1.777;
    text-align: center;
    margin-bottom: 4%;
}

.abo4_con8 .rq .video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.abo4_con8 .rq .bf {
    width: 74px;
    height: 74px;
    background-image: url(../images/img36.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    cursor: pointer;
}

.abo4_con8 .rq .bf.on {
    display: none;
}

@media (max-width: 1459px) {
    .abo4_cg .rq {
        height: 530px;
    }

    .abo4_con3.abo4_cg .rq {
        height: auto;
    }

    .abo4_con2 .rq1 .div .p {
        font-size: 14px;
    }

    .abo4_con2 .rq1 .div {
        padding-left: 11%;
    }

    .abo4_con2 .rq1 .div img {
        top: 4px;
    }

    .abo4_con8 .text,
    .abo4_con7 .rq1 .p2,
    .abo4_con6 .text,
    .abo4_con5 .rq .text,
    .abo4_con4 .rq .text,
    .abo4_con3 .rq .text {
        font-size: 16px;
    }

    .abo4_con6 .rq1 .div .p {
        font-size: 14px;
    }

    .abo4_con6 .rq1 .div {
        height: 148px;
    }

    .abo4_con6 .rq1 .p1 {
        font-size: 36px;
    }

    .abo4_con7 .rq1 .p1 {
        font-size: 18px;
    }

    .abo4_con8 .rq .bf {
        width: 60px;
        height: 60px;
    }

}

@media (max-width: 768px) {
    .abo4_con1 {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .abo4_con1 .rq a {
        font-size: 14px;
        width: 100px;
        height: 40px;
        line-height: 40px;
    }

    .abo4_con2 .rq1 {
        padding-left: 20px;
    }

    .abo4_cg .rq {
        /*height: 330px;*/
        height: auto;
    }

    .abo4_con8 .text, .abo4_con7 .rq1 .p2, .abo4_con6 .text, .abo4_con5 .rq .text, .abo4_con4 .rq .text, .abo4_con3 .rq .text {
        font-size: 14px;
    }
}

@media (max-width: 500px) {
    .abo4_cg .bt {
        margin-bottom: 18px;
    }

    .abo4_con2 .rq1 {
        width: 100%;
    }

    .abo4_con2 .rq1 .div .p {
        font-size: 12px;
    }

    .abo4_con2 .rq1 .div {
        margin-bottom: 20px;
    }

    .abo4_con2 .rq1 {
        top: 78%;
    }

    .abo4_cg {
        padding-top: 7vw;
        padding-bottom: 7vw;
    }

    .abo4_con4 .rq .ig1 {
        width: 94%;
    }

    .abo4_con6 .rq1 .div {
        width: 100%;
        margin-bottom: 30px;
        height: 100px;
    }

    .abo4_con6 .rq1 .div:nth-child(2n) {
        margin-bottom: 0;
    }

    .abo4_con6 .rq1 .div .p {
        font-size: 12px;
        padding-left: 10px;
        line-height: 1.5;
    }

    .abo4_con6 .rq1 .p1 {
        font-size: 24px;
    }

    .abo4_con7 .rq1 {
        width: 100%;
        padding: 0 10px;
    }
}


/* 专利认证 */
.authentication_con1 {
    width: 100%;
    background: #f5f5f5;
    padding-bottom: 5%;
}

.authentication_con1 .rq {
    width: 100%;
    padding: 0 6%;
    padding-top: 4.4%;
    margin-bottom: 5%;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
}

.authentication_con1 .div {
    width: 20%;
    margin-right: 6.6667%;
    margin-bottom: 3.6%;
}

.authentication_con1 .div:nth-child(4n) {
    margin-right: 0;
}

.authentication_con1 .div .top {
    width: 100%;
    padding-bottom: 132%;
    position: relative;
    border: 1px solid #eeeeee;
    overflow: hidden;
}

.authentication_con1 .div .top img {
    max-width: 95%;
    max-height: 95%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s;
}

.authentication_con1 .div:hover .top img {
    transform: translate(-50%, -50%) scale(1.05);
}

.authentication_con1 .div .bot {
    width: 100%;
    padding-top: 18px;
}

.authentication_con1 .div .bot p {
    font-size: 16px;
    color: #333333;
    line-height: 1.75;
    font-family: "HarmonyOS_Sans_SC_Light";
}

@media (max-width: 1459px) {
    .authentication_con1 .div .bot p {
        font-size: 14px;
    }

    .authentication_con1 .div .bot {
        padding-top: 12px;
    }
}

@media (max-width: 500px) {
    .authentication_con1 .div {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 20px;
    }

    .authentication_con1 .div:nth-child(4n) {
        margin-right: 2%;
    }

    .authentication_con1 .div:nth-child(2n) {
        margin-right: 0;
    }

    .authentication_con1 .rq {
        padding: 15px 10px;
    }

    .authentication_con1 .div .bot p {
        font-size: 12px;
    }
}


/* 资质认证 */
.authentication_con2 {
    width: 100%;
    padding-bottom: 7%;
    background: #f5f5f5;
}

.authentication_con2 .rq {
    width: 100%;
    padding: 4.4% 3.8%;
    padding-bottom: 3.8%;
    background: #fff;
}

.authentication_con2 .rq .top {
    width: 100%;
    padding: 0 6.1%;
    position: relative;
}

.authentication_con2 .rq .top::before {
    content: '';
    width: 100%;
    height: 6px;
    background-image: url(../images/img37.png);
    background-size: contain;
    background-position: center bottom;
    position: absolute;
    bottom: 0;
    left: 0%;
}

.authentication_con2 .top p {
    text-align: center;
    font-size: 24px;
    color: #333333;
    transition: all .5s;
    line-height: 40px;
    padding-bottom: 12px;
    position: relative;
    cursor: pointer;
}

.authentication_con2 .top .swiper-slide-thumb-active p {
    font-size: 40px;
    color: #ff730f;
    font-family: "oswald_medium";
}

.authentication_con2 .top p::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #333333;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.authentication_con2 .top .swiper-slide-thumb-active p::before {
    background: #ff730f;
}

.authentication_con2 .swiper-button-next,
.authentication_con2 .swiper-button-prev {
    width: 50px;
    height: 50px;
    background-image: url(../images/img38.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 0;
    right: 0;
    top: 92%;
    transform: translateY(-50%);
    transition: all .5s;
}

.authentication_con2 .swiper-button-prev {
    left: 0;
    transform: translateY(-50%) rotate(180deg);
}

.authentication_con2 .swiper-button-next:hover,
.authentication_con2 .swiper-button-prev:hover {
    background-image: url(../images/img34.png);
}

.authentication_con2 .bot {
    width: 100%;
    padding-top: 5.4%;
}

.authentication_con2 .bot .swp2 {
    padding-bottom: 54px;
}

.authentication_con2 .bot .div {
    width: 100%;
    height: 200px;
    border: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
}

.authentication_con2 .bot .div .lef {
    width: 28.2%;
    height: 100%;
    background: #fafafa;
    border-right: 1px solid #e5e5e5;
    position: relative;
}

.authentication_con2 .bot .div .lef img {
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.authentication_con2 .bot .div .rig {
    width: 71.8%;
    padding: 0 6%;
}

.authentication_con2 .bot .p1 {
    font-size: 15px;
    color: #666666;
}

.authentication_con2 .bot .p2 {
    font-size: 24px;
    color: #333333;
    line-height: 1.416666;
    margin-top: 10px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.authentication_con2 .swp2 .swiper-pagination {
    bottom: 0;
}

.authentication_con2 .swp2 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #eeeeee;
    border-radius: 0;
    opacity: 1;
    transition: all .5s;
}

.authentication_con2 .swp2 .swiper-pagination-bullet-active {
    background: #ff6702;
}

@media (max-width: 1459px) {
    .authentication_con2 .top p {
        font-size: 18px;
        line-height: 34px;
    }

    .authentication_con2 .top .swiper-slide-thumb-active p {
        font-size: 24px;
    }

    .authentication_con2 .swiper-button-next, .authentication_con2 .swiper-button-prev {
        width: 40px;
        height: 40px;
    }

    .authentication_con2 .bot .div {
        height: 152px;
    }

    .authentication_con2 .bot .p1 {
        font-size: 12px;
    }

    .authentication_con2 .bot .p2 {
        font-size: 18px;
        margin-top: 8px;
    }

}

@media (max-width: 991px) {
    .authentication_con2 .rq .top::before {
        width: 86%;
        background-size: cover;
        left: 50%;
        transform: translateX(-50%);
    }

    .authentication_con2 .bot .div {
        height: auto;
        flex-wrap: wrap;
    }

    .authentication_con2 .bot .div .lef {
        width: 100%;
        height: 150px;
    }

    .authentication_con2 .bot .div .rig {
        width: 100%;
        height: 115px;
        padding: 20px 10px;
    }

    .authentication_con2 .bot .p2 {
        font-size: 16px;
    }
}

@media (max-width: 500px) {
    .authentication_con2 .rq {
        padding: 30px 10px;
    }

    .authentication_con2 .swiper-button-next, .authentication_con2 .swiper-button-prev {
        width: 30px;
        height: 30px;
    }

    .authentication_con2 .rq .top {
        padding: 0 35px;
    }

    .authentication_con2 .rq .top::before {
        width: 80%;
    }

    .authentication_con2 .top p {
        font-size: 16px;
        line-height: 28px;
    }

    .authentication_con2 .top .swiper-slide-thumb-active p {
        font-size: 22px;
    }

    .authentication_con2 .bot {
        padding-top: 30px;
    }

    .authentication_con2 .bot .div .lef {
        height: 100px;
    }

    .authentication_con2 .bot .div .rig {
        padding: 10px 10px;
        height: 100px;
    }

    .authentication_con2 .bot .p2 {
        font-size: 14px;
        margin-top: 4px;
        -webkit-line-clamp: 3;
    }

    .authentication_con2 .bot .swp2 {
        padding-bottom: 32px;
    }

    .authentication_con2 .swp2 .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }
}

/* 服务支持 */
.ser_con1 {
    width: 100%;
    padding-top: 5%;
    padding-bottom: 8%;
    background: #f5f5f5;
}

.ser_con1 .rq {
    width: 100%;
    padding: 4.4% 7%;
    background: #fff;
    margin-top: 3%;
    display: flex;
    flex-wrap: wrap;
}

.ser_con1 .rq .div {
    width: 20%;
    position: relative;
}

.ser_con1 .rq .div::before {
    content: '';
    width: 1px;
    height: 100%;
    background: #efefef;
    position: absolute;
    top: 0;
    right: 0;
}

.ser_con1 .rq .div:last-child::before {
    display: none;
}

.ser_con1 .div .ig {
    width: 80%;
    height: 110px;
    border-radius: 3px;
    position: relative;
    /*border: 1px solid #dedede;*/
    border: none;
    margin: 0 auto;
    transition: all .5s;
}

.ser_con1 .div:hover .ig {
    /*border: 1px solid #fff;*/
}

.ser_con1 .div .ig::before {
    content: '';
    width: 100%;
    height: 100%;
    /*border-radius: 3px;*/
    /*border: 3px solid #ff730f;*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .5s;
}

.ser_con1 .div:hover .ig::before {
    opacity: 1;
}

.ser_con1 .div .ig img {
    width: calc(var(--base) * 5);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s;
}

.ser_con1 .div .ig2 {
    opacity: 0;
}

.ser_con1 .div:hover .ig1 {
    opacity: 0;
}

.ser_con1 .div:hover .ig2 {
    opacity: 1;
}

.ser_con1 .div p {
    font-size: 18px;
    color: #0c2f6f;
    text-align: center;
    font-family: "HarmonyOS_Sans_SC_Light";
    position: relative;
    padding-top: 7%;
    margin-top: 7%;
    transition: all .5s;
}

.ser_con1 .div:hover p {
    color: #ff730f;
}

.ser_con1 .div p::before {
    content: '';
    width: 25%;
    height: 1px;
    background: #a0a0a0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all .5s;
}

.ser_con1 .div:hover p::before {
    background-color: #ff730f;
}

@media (max-width: 1459px) {
    .ser_con1 .div .ig {
        width: 84px;
        height: 84px;
    }

    .ser_con1 .div .ig img {
        max-width: 50%;
        max-height: 50%;
    }

    .ser_con1 .div p {
        font-size: 16px;
    }
}

@media (max-width: 1200px) {
    .ser_con1 .rq {
        padding: 30px 20px;
    }
}

@media (max-width: 768px) {
    .ser_con1 .rq {
        padding: 40px 10px;
    }

    .ser_con1 .div .ig {
        width: 60px;
        height: 60px;
    }

    .ser_con1 .div p {
        font-size: 14px;
        padding-top: 15px;
        margin-top: 15px;
    }

    .ser_con1 .div p::before {
        width: 20px;
    }
}

@media (max-width: 500px) {
    .ser_con1 {
        padding: 40px 0;
    }

    .ser_con1 .rq {
        padding: 20px 10px;
        margin-top: 18px;
    }

    .ser_con1 .rq .div {
        width: 50%;
        padding-bottom: 30px;
    }

    .ser_con1 .rq .div:nth-child(2)::before {
        display: none;
    }

    .ser_con1 .rq .div:nth-child(3),
    .ser_con1 .rq .div:nth-child(4),
    .ser_con1 .rq .div:nth-child(5) {
        width: 33.333%;
        padding-top: 30px;
        padding-bottom: 0;
    }

    .ser_con1 .rq .div:nth-child(3)::after,
    .ser_con1 .rq .div:nth-child(4)::after,
    .ser_con1 .rq .div:nth-child(5)::after {
        content: '';
        width: 100%;
        height: 1px;
        background: #efefef;
        position: absolute;
        top: 0;
        right: 0;
    }
}

/* 服务理念及政策 */
.ser2_con1 {
    width: 100%;
    background: #fff;
}

.ser2_con1 .rq {
    width: 100%;
    padding-top: 4.4%;
    padding-bottom: 4.4%;
}

.ser2_con1 .rq .div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
}

.ser2_con1 .rq .div:nth-child(2n) {
    flex-direction: row-reverse;
}

.ser2_con1 .rq .lef {
    width: 50%;
    position: relative;
    overflow: hidden;
}

.ser2_con1 .rq .lef img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}

.ser2_con1 .rq .div:hover .lef img {
    transform: scale(1.05);
}

.ser2_con1 .rq .rig {
    width: 50%;
    padding: 5%;
}

.ser2_con1 .rq .rig .p1 {
    font-family: "HarmonyOS_Sans_SC_Medium";
    font-size: 24px;
    color: #333333;
}

.ser2_con1 .rq .rig .text {
    font-size: 16px;
    color: #333333;
    line-height: 2;
    font-family: "HarmonyOS_Sans_SC_Light";
    margin-top: 4.9%;
}

.ser2_con1 .rq1 {
    width: 100%;
    padding-top: 3.6%;
    padding-bottom: 7%;
    border-bottom: 1px solid #dcdcdc;
    display: flex;
    justify-content: space-between;
}

.ser2_con1 .rq1 .lef {
    font-size: 16px;
    color: #333333;
    line-height: 2;
    font-family: "HarmonyOS_Sans_SC_Light";
}

.ser2_con1 .rq1 .lef span {
    color: #ff730f;
    font-size: 24px;
    font-family: "HarmonyOS_Sans_SC_Medium";
}

.ser2_con1 .rq1 .rig {
    font-size: 16px;
    color: #333333;
    line-height: 2;
    font-family: "HarmonyOS_Sans_SC_Light";
}

/* ser2_con2 */
.ser2_con2 {
    width: 100%;
    padding-top: 5.5%;
    padding-bottom: 7%;
    background: #f5f5f5;
}

.ser2_con2 .rq {
    width: 100%;
    margin-top: 4.4%;
    background: #fff;
    padding: 3.8%;
}

.ser2_con2 .rq .div {
    width: 100%;
    overflow-y: auto;
}

.ser2_con2 .rq .div table {
    width: 100%;
}

.ser2_con2 .rq .div th {
    width: 50%;
    font-size: 18px;
    color: #ffffff;
    font-family: "HarmonyOS_Sans_SC_Light";
    padding: 24px 0;
    background: #0c2f6f;
    font-weight: 100;
    text-align: center;
}

.ser2_con2 .rq .div td {
    font-size: 16px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Light";
    padding: 24px 0;
    text-align: center;
}

.ser2_con2 .rq .div tr {
    background: #f5f5f5;
    border: 1px solid #eeeeee;
}

.ser2_con2 .rq .div tr:nth-child(2n) {
    background: #fff;
}

.ser2_con2 .rq1 {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #333333;
    line-height: 2;
    font-family: "HarmonyOS_Sans_SC_Light";
    padding-top: 2.6%;
}

.ser2_con2 .rq1 span {
    color: #ff730f;
    font-size: 24px;
    font-family: "HarmonyOS_Sans_SC_Medium";
}

@media (max-width: 1459px) {
    .ser2_con1 .rq .rig .p1 {
        font-size: 18px;
    }

    .ser2_con1 .rq1 .rig,
    .ser2_con1 .rq1 .lef,
    .ser2_con2 .rq1,
    .ser2_con1 .rq .rig .text {
        font-size: 14px;
    }

    .ser2_con1 .rq1 .lef span,
    .ser2_con2 .rq1 span,
    .ser2_con1 .rq .rig .text span {
        font-size: 18px;
    }

    .ser2_con2 .rq .div td {
        font-size: 14px;
        padding: 18px 0;
    }

    .ser2_con2 .rq .div th {
        font-size: 16px;
        padding: 18px 0;
    }
}

@media (max-width: 500px) {
    .ser2_con1 {
        padding-top: 40px;
    }

    .ser2_con1 .rq {
        padding-top: 18px;
    }

    .ser2_con1 .rq .lef {
        width: 100%;
    }

    .ser2_con1 .rq .rig {
        width: 100%;
        padding: 15px 10px;
    }

    .ser2_con1 .rq1 .rig, .ser2_con1 .rq1 .lef, .ser2_con2 .rq1, .ser2_con1 .rq .rig .text {
        line-height: 1.5;
    }

    .ser2_con1 .rq .rig .text {
        margin-top: 10px;
    }

    .ser2_con1 .rq1 .lef span, .ser2_con2 .rq1 span, .ser2_con1 .rq .rig .text span {
        font-size: 16px;
    }

    .ser2_con1 .rq1 .lef,
    .ser2_con1 .rq1 .rig {
        width: 100%;
        margin-top: 20px;
    }

    .ser2_con1 .rq1 {
        flex-wrap: wrap;
    }

    .ser2_con1 .rq1 {
        padding-top: 0;
        padding-bottom: 30px;
    }

    .ser2_con2 {
        padding: 40px 0;
    }

    .ser2_con2 .rq {
        padding: 15px 10px;
        margin-top: 16px;
    }

    .ser2_con2 .rq .div td,
    .ser2_con2 .rq .div th {
        padding: 10px 0;
    }

    .join_con1.pro_dat1 .rig {
        overflow-x: auto;
        white-space: nowrap;
    }
}

/* 售后服务 */
.ser3_con1 {
    width: 100%;
    padding-top: 4.8%;
    padding-bottom: 5.5%;
    background: #f5f5f5;
}

.ser3_con1 .rq {
    width: 100%;
    background: #fff;
    margin-top: 3%;
    padding: 3.4% 5.9%;
    /*padding-top: 0;*/
}

.ser3_con1 .rq .bj {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    width: 250px;
}

.ser3_con1 .rq .xp {
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 300;
    line-height: 1.6;
}

.ser3_con1 .rq1 {
    width: 100%;
    padding-top: 4.3%;
}

.ser3_con1 .rq1 .p {
    font-family: "HarmonyOS_Sans_SC_Medium";
    font-size: 24px;
    color: #333333;
    padding-bottom: 14px;
    border-bottom: 1px solid #e7e7e7;
}

.ser3_con1 .rq1 .div {
    width: 100%;
    padding-top: 2.6%;
}

.ser3_con1 .rq1 .div1 {
    width: 100%;
    padding-left: 120px;
    position: relative;
    margin-bottom: 20px;
}

.ser3_con1 .rq1 .div1 label {
    font-size: 16px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Light";
    line-height: 50px;
    position: absolute;
    left: 0;
    top: 0;
}

.ser3_con1 .rq1 .div2 {
    width: 550px;
    display: flex;
    justify-content: space-between;
}

.ser3_con1 .rq1 .div3 {
    width: 45.5%;
    height: 50px;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
}

.ser3_con1 .rq1 .div2 select {
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    font-size: 16px;
    color: #999999;
    font-family: "HarmonyOS_Sans_SC_Light";
    padding: 0 15px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(../images/img39.png);
    background-size: 10px 6px;
    background-repeat: no-repeat;
    background-position: 95% center;
}

.ser3_con1 .rq1 .div3 input {
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    font-size: 16px;
    color: #999999;
    font-family: "HarmonyOS_Sans_SC_Light";
    padding: 0 15px;
}

.ser3_con1 .rq1 .div4 {
    width: 100%;
}

.ser3_con1 .rq1 .div4 textarea {
    width: 100%;
    height: 150px;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    font-size: 16px;
    color: #999999;
    font-family: "HarmonyOS_Sans_SC_Light";
    padding: 10px 10px;
    resize: none;
}

.ser3_con1 .rq1 .div2.div5 {
    width: 850px;
    margin-bottom: 20px;
}

.ser3_con1 .rq1 .div2.div5 .div3 {
    width: 29.5%;
}

.ser3_con1 button {
    font-size: 18px;
    color: #ffffff;
    width: 250px;
    height: 50px;
    border-radius: 5px;
    font-size: 18px;
    color: #ffffff;
    background: #0c2f6f;
    margin-top: 20px;
}

@media (max-width: 1200px) {
    .ser3_con1 .rq1 .div2.div5,
    .ser3_con1 .rq1 .div2 {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .ser3_con1 {
        padding: 40px 0;
    }

    .ser3_con1 .rq {
        margin-top: 18px;
        padding: 30px 10px;
        padding-bottom: 20px;
    }

    .ser3_con1 .rq .xp {
        font-size: 18px;
        margin-bottom: 0px;
    }

    .ser3_con1 .rq .bj {
        width: 200px;
    }

    .ser3_con1 .rq1 .p {
        font-size: 18px;
        padding-bottom: 8px;
    }

    .ser3_con1 .rq1 .div1 label {
        font-size: 14px;
        line-height: 40px;
        position: static;
    }

    .ser3_con1 .rq1 .div1 {
        padding-left: 0px;
        margin-bottom: 10px;
    }

    .ser3_con1 .rq1 .div3 {
        width: 49%;
        height: 40px;
    }

    .ser3_con1 .rq1 .div2 select {
        font-size: 14px;
        padding: 0 8px;
    }

    .ser3_con1 .rq1 .div3 input {
        font-size: 14px;
        padding: 0 8px;
    }

    .ser3_con1 .rq1 .div4 textarea {
        height: 120px;
        font-size: 14px;
        padding: 8px 8px;
    }

    .ser3_con1 .rq1 .div2.div5 .div3 {
        width: 32%;
    }

    .ser3_con1 button {
        width: 120px;
        height: 40px;
        font-size: 14px;
        margin-top: 4px;
    }
}

/* 产品及售后答题 */
.faq_con1 {
    width: 100%;
    padding-top: 5%;
    padding-bottom: 2.6%;
    background: #f5f5f5;
}

.faq_con1 .rq {
    width: 100%;
    display: flex;
    justify-content: center;
}

.faq_con1 .rq a {
    font-size: 18px;
    color: #0c2f6f;
    width: 240px;
    height: 80px;
    line-height: 80px;
    display: inline-block;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    background: #fff;
}

.faq_con1 .rq a.on {
    background: #ff6702;
    border: 1px solid #ff6702;
    color: #fff;
}

.faq_con1 .rq a em {
    display: inline-block;
    width: 40px;
    height: 37px;
    background-image: url(../images/img41.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: -12px;
    margin-right: 10px;
}

.faq_con1 .rq a.on1 em {
    background-image: url(../images/img41.png);
}

.faq_con1 .rq a.on1.on em {
    background-image: url(../images/img40.png);
}

.faq_con1 .rq a.on2 em {
    background-image: url(../images/img43.png);
}

.faq_con1 .rq a.on2.on em {
    background-image: url(../images/img42.png);
}

.faq_con2 {
    width: 100%;
    padding-bottom: 5%;
    background: #f5f5f5;
}

.faq_con2 .top {
    width: 1125px;
    margin: 0 auto;
    margin-bottom: 4.4%;
    display: flex;
    justify-content: space-between;
}

.faq_con2 .top .div1 {
    width: 17.5%;
    background: #fff;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    height: 50px;
}

.faq_con2 .top .div1 select {
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    background-image: url(../images/img20.png);
    background-size: 10px 6px;
    background-repeat: no-repeat;
    background-position: 95% center;
    font-size: 14px;
    color: #0c2f6f;
    padding: 0 15px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-family: "HarmonyOS_Sans_SC_Regular";
}

.faq_con2 .top .div1.div2 {
    width: 44%;
    padding-right: 40px;
    position: relative;
}

.faq_con2 .top .div1 input {
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #0c2f6f;
    padding: 0 15px;
    font-family: "HarmonyOS_Sans_SC_Regular";
}

.faq_con2 .top .div1 input:-moz-placeholder {
    color: #0c2f6f;
}

.faq_con2 .top .div1 input:-ms-input-placeholder {
    color: #0c2f6f;
}

.faq_con2 .top .div1 input::-webkit-input-placeholder {
    color: #0c2f6f;
}

.faq_con2 .top .div1 button {
    width: 40px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../images/img7.png);
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: left center;
    background-color: transparent;
}

.faq_con2 .bot {
    width: 100%;
}

.faq_con2 .bot .rq {
    width: 100%;
    margin-bottom: 4%;
    border: 1px solid #e5e5e5;
    border-bottom: none;
    background: #fff;
}

.faq_con2 .bot .div {
    width: 100%;
    padding: 2.85%;
    border-bottom: 1px solid #e5e5e5;
}

.faq_con2 .bot .div a {
    display: flex;
    align-items: center;
    flex-wrap: wrap-reverse;
    justify-content: space-between;
}

.faq_con2 .bot .lef {
    width: 69%;
    padding-left: 140px;
    position: relative;
}

.faq_con2 .bot .lef .p1 {
    font-size: 16px;
    color: #0c2f6f;
    font-family: "HarmonyOS_Sans_SC_Light";
    position: absolute;
    left: 0;
    top: 0;
}

.faq_con2 .bot .lef .p2 {
    font-size: 24px;
    color: #333333;
    transition: all .5s;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.faq_con2 .bot .div:hover .lef .p2 {
    color: #ff730f;
}

.faq_con2 .bot .lef .p3 {
    font-size: 16px;
    color: #333333;
    line-height: 1.875;
    font-family: "HarmonyOS_Sans_SC_Light";
    margin-top: 2%;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.faq_con2 .bot .rig {
    width: 23.9%;
    overflow: hidden;
}

.faq_con2 .bot .rig img {
    width: 100%;
    transition: all .5s;
}

.faq_con2 .bot .div:hover .rig img {
    transform: scale(1.05);
}

/* faq_con3 */
.faq_con3 {
    width: 100%;
    padding-bottom: 7.5%;
    background: #f5f5f5;
}

.faq_con3 .rq {
    width: 100%;
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 2.85%;
    margin-bottom: 4.6%;
}

.faq_con3 .rq .div {
    width: 100%;
    border: 1px solid #e5e5e5;
    margin-bottom: 18px;
}

.faq_con3 .rq .div .top {
    width: 100%;
    line-height: 68px;
    padding: 0 1.75%;
    padding-right: 45px;
    background-color: #f5f5f5;
    font-size: 18px;
    color: #333333;
    cursor: pointer;
    background-image: url(../images/img46.png);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 98% center;
}

.faq_con3 .rq .div.on .top {
    background-image: url(../images/img45.png);
}

.faq_con3 .rq .div .top em {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/img44.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 24px;
    margin-bottom: -4px;
}

.faq_con3 .rq .div .bot {
    width: 100%;
    border-top: 1px solid #e5e5e5;
    padding: 2% 1.75%;
    display: none;
}

.faq_con3 .rq .div .bot .div1 {
    width: 100%;
    margin-bottom: 1.5%;
}

.faq_con3 .rq .div .bot .div1 .p1 {
    font-size: 16px;
    color: #333333;
}

.faq_con3 .rq .div .bot .div1 .p2 {
    font-size: 14px;
    color: #333333;
    margin-top: 8px;
}

.faq_con3 .rq .div .bot .div1 .p3 {
    font-size: 16px;
    color: #333333;
    margin-bottom: 8px;
    font-family: "HarmonyOS_Sans_SC_Medium";
}

.faq_con3 .rq .div .bot a {
    font-size: 16px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Light";
    word-wrap: break-word;
    text-decoration: revert;
    color: #0c2f6f;
}

@media (max-width: 1459px) {
    .faq_con1 .rq a {
        font-size: 16px;
        width: 180px;
        height: 60px;
        line-height: 60px;
    }

    .faq_con1 .rq a em {
        width: 26px;
        height: 24px;
        margin-bottom: -6px;
        margin-right: 6px;
    }

    .faq_con2 .bot .lef .p1 {
        font-size: 14px;
    }

    .faq_con2 .bot .lef .p2 {
        font-size: 20px;
    }

    .faq_con2 .bot .lef .p3 {
        font-size: 14px;
    }

    .faq_con3 .rq .div .top {
        line-height: 50px;
        font-size: 14px;
    }

    .faq_con3 .rq .div .top em {
        width: 16px;
        height: 16px;
        margin-right: 15px;
        margin-bottom: -2px;
    }

    .faq_con3 .rq .div .bot .div1 .p3,
    .faq_con3 .rq .div .bot a,
    .faq_con3 .rq .div .bot .div1 .p1 {
        font-size: 14px;
    }

    .faq_con3 .rq .div .bot .div1 .p2 {
        font-size: 12px;
    }

}

@media (max-width: 1259px) {
    .faq_con2 .top {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .faq_con1 {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .faq_con1 .rq a {
        font-size: 14px;
        width: 140px;
        height: 40px;
        line-height: 40px;
    }

    .faq_con1 .rq a em {
        width: 18px;
        height: 18px;
        margin-bottom: -5px;
        margin-right: 2px;
    }

    .faq_con2 .top {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .faq_con2 .top .div1 {
        width: 49%;
        height: 40px;
        margin-bottom: 10px;
    }

    .faq_con2 .top .div1.div2 {
        width: 49%;
    }

    .faq_con2 .top .div1 select {
        padding: 0 8px;
    }

    .faq_con2 .top .div1 input {
        padding: 0 8px;
    }

    .faq_con2 .top .div1 button {
        width: 30px;
        background-size: 14px;
    }

    .faq_con2 .bot .div {
        padding: 15px 10px;
    }

    .faq_con2 .bot .lef {
        width: 100%;
        padding-left: 0;
        padding-top: 15px;
    }

    .faq_con2 .bot .lef .p1 {
        position: static;
    }

    .faq_con2 .bot .lef .p2 {
        font-size: 16px;
        margin-top: 5px;
    }

    .faq_con2 .bot .lef .p3 {
        margin-top: 5px;
    }

    .faq_con2 .bot .rig {
        width: 100%;
    }

    .faq_con2 {
        padding-bottom: 40px;
    }

    .faq_con2 .bot .rq {
        margin-bottom: 30px;
    }

    .faq_con3 {
        padding-bottom: 40px;
    }

    .faq_con3 .rq {
        margin-bottom: 30px;
        padding: 15px 10px;
    }

    .faq_con3 .rq .div .top {
        line-height: 1.5;
        padding: 10px 10px;
        padding-left: 35px;
        position: relative;
        background-size: 10px;
        padding-right: 25px;
        background-position: 98% 15px;
    }

    .faq_con3 .rq .div .top em {
        position: absolute;
        left: 10px;
        top: 12px;
    }

    .faq_con3 .rq .div .bot {
        padding: 15px 10px;
    }

    .faq_con3 .rq .div .bot .div1 {
        margin-bottom: 15px;
    }

    .faq_con3 .rq .div {
        margin-bottom: 10px;
    }

    .faq_con3 .rq .div:last-child {
        margin-bottom: 0;
    }
}


/* 常见问题 */
.faq_con3 .lef {
    width: 68.15%;
    float: left;
}

.faq_con3 .lef .rq {
    padding: 4.4%;
}

.faq_con3 .rig {
    width: 29.4%;
    float: right;
    background: #fff;
    padding: 3%;
}

.faq_con3 .rig .p {
    font-size: 28px;
    color: #333333;
}

.faq_con3 .rig .text {
    font-size: 16px;
    color: #333333;
    line-height: 1.75;
    font-family: "HarmonyOS_Sans_SC_Light";
    margin-top: 18px;
    margin-bottom: 28px;
}

.faq_con3 .rig .div {
    width: 100%;
}

.faq_con3 .rig .div textarea {
    display: block;
    width: 100%;
    height: 110px;
    font-size: 14px;
    color: #999999;
    font-family: "HarmonyOS_Sans_SC_Light";
    background: #f5f5f5;
    border-radius: 5px;
    padding: 12px;
    border: none;
}

.faq_con3 .rig .div button {
    width: 100%;
    font-size: 16px;
    color: #ffffff;
    height: 50px;
    background: #0c2f6f;
    border-radius: 5px;
    margin-top: 40px;
}

@media (max-width: 1459px) {
    .faq_con3 .rig .p {
        font-size: 22px;
    }

    .faq_con3 .rig .text {
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 16px;
    }

    .faq_con3 .rig .div button {
        font-size: 14px;
        height: 40px;
        margin-top: 20px;
    }

}

@media (max-width: 768px) {
    .faq_con3 .lef {
        width: 100%;
    }

    .faq_con3 .rig {
        width: 100%;
        margin-top: 30px;
    }
}

@media (max-width: 500px) {
    .faq_con3 .rig {
        padding: 20px 10px;
    }

    .faq_con3 .rig .p {
        font-size: 20px;
    }
}

/* 经销商授权 */
.ser4_con1 {
    width: 100%;
    padding-top: 4.8%;
    padding-bottom: 7.5%;
    background: #f5f5f5;
}

.ser4_con2.faq_con2 {
    padding-bottom: 0;
}

.ser4_con2.faq_con2 .top {
    margin-top: 4%;
    width: 920px;
}

.ser4_con2.faq_con2 .top .div1 {
    width: 21.8%;
}

.ser4_con2.faq_con2 .top .div1.div2 {
    width: 54.4%;
}

.ser4_con1 .rq {
    width: 100%;
    background: #fff;
    padding: 3.15%;
    border: 1px solid #e5e5e5;
    margin-bottom: 4.8%;
}

.ser4_con1 .rq .div {
    width: 100%;
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
}

.ser4_con1 .rq .div:last-child {
    margin-bottom: 0;
}

.ser4_con1 .rq .top {
    width: 100%;
    background: #f5f5f5;
    padding: 20px;
    padding-right: 130px;
    position: relative;
    font-size: 18px;
    color: #333333;
    cursor: pointer;
}

.ser4_con1 .rq .top span {
    font-size: 16px;
    color: #0c2f6f;
    font-family: "HarmonyOS_Sans_SC_Light";
    position: absolute;
    right: 20px;
    top: 20px;
}

.ser4_con1 .rq .top span em {
    display: inline-block;
    width: 10px;
    height: 6px;
    background-image: url(../images/img47.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 10px;
    margin-bottom: 2px;
}

.ser4_con1 .rq .div.on .top span em {
    transform: rotate(180deg);
}

.ser4_con1 .rq .bot {
    width: 100%;
    padding: 40px 20px;
    border-top: 1px solid #e5e5e5;
    font-size: 16px;
    line-height: 1.6;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Light";
    display: none;
}

.ser4_con1 .rq .bot span {
    color: #ff730f;
    font-family: "HarmonyOS_Sans_SC_Medium";
}

.ser4_con1 .rq .bot p {
    margin-right: 4%;
}

@media (max-width: 1459px) {
    .ser4_con1 .rq .top {
        padding: 16px;
        padding-right: 110px;
        font-size: 16px;
    }

    .ser4_con1 .rq .top span {
        font-size: 14px;
        right: 16px;
        top: 18px;
    }

    .ser4_con1 .rq .bot {
        padding: 34px 16px;
        font-size: 14px;
    }
}

@media (max-width: 1200px) {
    .ser4_con2.faq_con2 .top {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .ser4_con1 {
        padding: 40px 0;
    }

    .ser4_con2.faq_con2 .top {
        margin: 20px 0;
        margin-bottom: 10px;
    }

    .ser4_con2.faq_con2 .top .div1 {
        width: 49%;
    }

    .ser4_con2.faq_con2 .top .div1.div2 {
        width: 100%;
    }

    .ser4_con1 .rq {
        margin-bottom: 30px;
        padding: 15px 10px;
    }

    .ser4_con1 .rq .div {
        margin-bottom: 10px;
    }

    .ser4_con1 .rq .top {
        padding: 10px;
        padding-right: 90px;
        font-size: 14px;
    }

    .ser4_con1 .rq .top span {
        font-size: 12px;
        right: 10px;
        top: 12px;
    }

    .ser4_con1 .rq .top span em {
        width: 8px;
        height: 5px;
        margin-left: 5px;
        margin-bottom: 2px;
    }

    .ser4_con1 .rq .bot {
        padding: 15px 10px;
        font-size: 14px;
    }

    .ser4_con1 .rq .bot p {
        margin-right: 0;
        display: block !important;
    }
}


/* 资料下载 */
.ser5_con1 {
    width: 100%;
    padding-top: 4.4%;
    padding-bottom: 7%;
    background: #f5f5f5;
}

.ser5_con1 .rq {
    width: 100%;
    background: #fff;
    padding: 3.15%;
    border: 1px solid #e5e5e5;
    margin-bottom: 4.8%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ser5_con1 .rq .div {
    width: 48.8%;
    border: 1px solid #e5e5e5;
    border-top: none;
    display: flex;
    flex-wrap: wrap;
}

.ser5_con1 .rq .div:nth-child(1),
.ser5_con1 .rq .div:nth-child(2) {
    border-top: 1px solid #e5e5e5;
}

.ser5_con1 .rq .div .p {
    font-size: 18px;
    color: #333333;
    padding: 26px 3.6%;
    width: 65.3%;
    display: flex;
    align-items: center;
}

.ser5_con1 .rq .div .div1 {
    display: flex;
    align-items: center;
    width: 17.35%;
    text-align: center;
    border-left: 1px solid #e5e5e5;
}

.ser5_con1 .rq .div .div1 a {
    font-size: 16px;
    color: #0c2f6f;
    width: 100%;
}

.ser5_con1 .rq .div .div1 a em {
    width: 16px;
    height: 17px;
    background-image: url(../images/img48.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    margin-bottom: -2px;
    margin-right: 5px;
}

.ser5_con1 .rq .div .div1.dwo a em {
    background-image: url(../images/img49.png);
}

@media (max-width: 1459px) {
    .ser5_con1 .rq .div .p {
        font-size: 14px;
        padding: 18px 3.6%;
    }

    .ser5_con1 .rq .div .div1 a {
        font-size: 14px;
    }

    .ser5_con1 .rq .div .div1 a em {
        width: 13px;
        height: 15px;
    }
}

@media (max-width: 991px) {
    .ser5_con1 .rq .div .p {
        width: 100%;
        padding: 14px 3.6%;
        border-bottom: 1px solid #e5e5e5;
    }

    .ser5_con1 .rq .div .div1 {
        width: 50%;
        padding: 10px 0;
    }

    .ser5_con1 .rq .div .div1:nth-child(2) {
        border-left: none;
    }
}

@media (max-width: 500px) {
    .ser5_con1 {
        padding: 40px 0;
    }

    .ser5_con1 .rq {
        padding: 15px 10px;
        margin-bottom: 30px;
    }

    .ser5_con1 .rq .div {
        width: 100%;
    }

    .ser5_con1 .rq .div:nth-child(2) {
        border-top: none;
    }
}


/* 购买渠道 */
.ser6_con1 {
    width: 100%;
    position: relative;
    background: #f5f5f5;
}

.ser6_con1 #mapDiv {
    width: 100%;
    height: 860px;
}

.ser6_con1 .rq {
    width: auto;
    position: absolute;
    right: 150px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}

.ser6_con1 .rq1 {
    width: 450px;
    background: #fff;
    float: right;
    border-radius: 5px;
}

.ser6_con1 .rq1 .top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 9%;
    padding-bottom: 28px;
}

.ser6_con1 .rq1 .top p {
    font-size: 20px;
    color: #0c2f6f;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 48%;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    cursor: pointer;
}

.ser6_con1 .rq1 .top p.on {
    color: #ff730f;
    border: 1px solid #ff730f;
}

.ser6_con1 .rq1 .con {
    width: 100%;
}

.ser6_con1 .rq1 .bot {
    width: 100%;
    display: none;
}

.ser6_con1 .rq1 .bot.on {
    display: block;
}

.ser6_con1 .rq1 .rq2 {
    width: 100%;
    padding: 0 9%;
}

.ser6_con1 .rq1 .rq2 .rq5 {
    padding-bottom: 28px;
    margin-bottom: 11%;
    padding-right: 70px;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}

.ser6_con1 .rq1 .rq2 .div {
    width: 100%;
    height: 50px;
    background: #f5f5f5;
    border-radius: 5px;
    margin-bottom: 10px;
}

.ser6_con1 .rq1 .rq2 .div select {
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    padding: 0 15px;
    font-size: 14px;
    color: #0c2f6f;
    font-family: "HarmonyOS_Sans_SC_Regular";
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(../images/img20.png);
    background-size: 10px 6px;
    background-repeat: no-repeat;
    background-position: 92% center;
}

.ser6_con1 .rq1 .rq2 .div.div1 {
    width: 49%;
    margin-right: 2%;
    float: left;
    margin-bottom: 0;
}

.ser6_con1 .rq1 .rq2 .div.div1:nth-child(7) {
    margin-right: 0;
}

.ser6_con1 .rq1 .rq2 button {
    font-size: 14px;
    color: #ffffff;
    height: 110px;
    width: 60px;
    border-radius: 5px;
    background: #0c2f6f;
    position: absolute;
    top: 0;
    right: 0px;
}

.ser6_con1 .rq1 .rq3 {
    width: 100%;
    padding-right: 5px;
    padding-bottom: 9%;
}

.ser6_con1 .rq1 .rq3 .div {
    width: 100%;
    height: 366px;
    overflow-y: auto;
    padding: 0 9%;
}

.ser6_con1 .rq1 .rq3 .div::-webkit-scrollbar {
    width: 3px;
    background-color: #f1f1f1;
}

.ser6_con1 .rq1 .rq3 .div::-webkit-scrollbar-thumb {
    background-color: #0c2f6f;
}

.ser6_con1 .rq1 .rq3 .div1 {
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #e5e5e5;
    cursor: pointer;
}

.ser6_con1 .rq1 .rq3 .div1:first-child {
    border-top: none;
    padding-top: 0;
}

.ser6_con1 .rq1 .rq3 .div1 .p1 {
    font-size: 18px;
    color: #333333;
}

.ser6_con1 .rq1 .rq3 .div1.on .p1 {
    color: #ff730f;
}

.ser6_con1 .rq1 .rq3 .div1 .text {
    font-size: 16px;
    color: #333333;
    line-height: 1.75;
    font-family: "HarmonyOS_Sans_SC_Light";
    margin-top: 8px;
}

.ser6_con1 .rq1 .rq4 {
    width: 100%;
    padding: 9%;
    padding-top: 3%;
}

.ser6_con1 .rq1 .rq4 .div {
    width: 100%;
    padding: 0 6%;
    margin-bottom: 24px;
}

.ser6_con1 .rq1 .rq4 .div:last-child {
    margin-bottom: 0;
}

.ser6_con1 .rq1 .rq4 .div a {
    display: flex;
    align-items: center;
}

.ser6_con1 .rq1 .rq4 .div .ig {
    width: 75px;
}

.ser6_con1 .rq1 .rq4 .div .ig img {
    width: 100%;
}

.ser6_con1 .rq1 .rq4 .div .text {
    padding-left: 22px;
}

.ser6_con1 .rq1 .rq4 .div .text .p1 {
    font-size: 18px;
    color: #333333;
}

.ser6_con1 .rq1 .rq4 .div .text .p2 {
    font-size: 16px;
    color: #0c2f6f;
    font-family: "HarmonyOS_Sans_SC_Light";
    margin-top: 10px;
}

.ser6_con1 .rq1 .rq4 .div .text .p2 em {
    display: inline-block;
    width: 6px;
    height: 11px;
    background-image: url(../images/img50.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 5px;
}

@media (max-width: 1800px) {
    .ser6_con1 .rq {
        right: 60px;
    }
}

@media (max-width: 1459px) {
    .ser6_con1 #mapDiv {
        height: 650px;
    }

    .ser6_con1 .rq1 {
        width: 370px;
    }

    .ser6_con1 .rq1 .top p {
        font-size: 16px;
        height: 44px;
        line-height: 44px;
    }

    .ser6_con1 .rq1 .top {
        padding-bottom: 20px;
    }

    .ser6_con1 .rq1 .rq2 .rq5 {
        padding-right: 60px;
    }

    .ser6_con1 .rq1 .rq2 .rq5 {
        padding-bottom: 20px;
    }

    .ser6_con1 .rq1 .rq2 .div {
        height: 40px;
    }

    .ser6_con1 .rq1 .rq2 button {
        width: 50px;
        height: 90px;
    }

    .ser6_con1 .rq1 .rq2 .div select {
        padding: 0 10px;
    }

    .ser6_con1 .rq1 .rq3 .div1 .p1 {
        font-size: 16px;
    }

    .ser6_con1 .rq1 .rq3 .div1 .text {
        font-size: 14px;
    }

    .ser6_con1 .rq1 .rq3 .div1 {
        padding: 12px 0;
    }

    .ser6_con1 .rq1 .rq3 .div1:first-child {
        padding-top: 0;
    }

    .ser6_con1 .rq1 .rq3 .div {
        height: 245px;
    }

    .ser6_con1 .rq1 .rq4 .div .ig {
        width: 60px;
    }

    .ser6_con1 .rq1 .rq4 .div .text {
        padding-left: 14px;
    }

    .ser6_con1 .rq1 .rq4 .div .text .p1 {
        font-size: 16px;
    }

    .ser6_con1 .rq1 .rq4 .div .text .p2 {
        font-size: 14px;
        margin-top: 6px;
    }
}

@media (max-width: 1200px) {
    .ser6_con1 .rq {
        right: 15px;
    }
}

@media (max-width: 500px) {
    .ser6_con1 .rq {
        position: static;
        transform: translate(0);
        padding-top: 40px;
    }

    .ser6_con1 .rq1 {
        width: 100%;
        margin-bottom: 30px;
        padding: 15px 10px;
    }

    .ser6_con1 #mapDiv {
        height: 200px;
    }

    .ser6_con1 .rq1 .rq2 {
        padding: 0;
    }

    .ser6_con1 .rq1 .rq3 .div {
        height: 200px;
        padding-left: 0;
        padding-right: 15px;
    }

    .ser6_con1 .rq1 .rq4 {
        padding: 0;
        padding-top: 10px;
    }

    .ser6_con1 .rq1 .top {
        padding: 0;
        padding-bottom: 20px;
    }

    .ser6_con1 .rq1 .rq2 .rq5 {
        margin-bottom: 20px;
    }

    .ser6_con1 .rq1 .rq3 {
        padding-bottom: 0;
    }
}


/* sy_tk */
.sy_tk {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}

.sy_tk .rq {
    width: 64%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sy_tk .rq .esc {
    width: 47px;
    height: 47px;
    background-image: url(../images/img52.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -40px;
    right: -70px;
    cursor: pointer;
    transition: all .5s;
    z-index: 10;
}

.sy_tk .rq .esc:hover {
    transform: rotate(90deg);
}

.sy_tk .rq1 {
    width: 100%;
    display: flex;
}

.sy_tk .rq1 .lef {
    width: 35.1%;
    position: relative;
    border-radius: 20px 0 0 20px;
    overflow: hidden;
}

.sy_tk .rq1 .lef img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sy_tk .rq1 .lef .div {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0% 6% 12% 10%;
}

.sy_tk .rq1 .lef .p1 {
    font-family: "oswald_light";
    font-size: 60px;
    color: #2a7de1;
    font-weight: bold;
}

.sy_tk .rq1 .lef .p2 {
    font-size: 34px;
    color: #ffffff;
    font-family: "HarmonyOS_Sans_SC_Medium";
}

.sy_tk .rq1 .lef .p3 {
    font-size: 18px;
    color: #ffffff;
    font-family: "HarmonyOS_Sans_SC_Light";
    margin-top: 10px;
}

.sy_tk .rq1 .rig {
    width: 64.9%;
    background: #fff;
    position: relative;
    border-radius: 0 20px 20px 0;
    overflow: hidden;
    z-index: 2;
    padding: 6.5% 7.5% 4% 8.4%;
}

.sy_tk .rq1 .rig::before {
    content: '';
    width: 100%;
    height: 205px;
    background-image: url(../images/img53.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right top;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.sy_tk .rq1 .rig .p {
    font-size: 36px;
    color: #00a0ea;
    text-align: center;
}

.sy_tk .rq1 .rig .div {
    width: 100%;
    padding-top: 13%;
    font-size: 24px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Light";
}

.sy_tk .rq1 .rig .div * {
    font-family: "HarmonyOS_Sans_SC_Light";
}

.sy_tk .rq1 .rig .text {
    width: 100%;
    font-size: 20px;
    line-height: 1.5;
    padding-left: 6%;
    margin-top: 6%;
    margin-bottom: 11%;
}

.sy_tk .rq1 .rig .div .p1 {
    text-align: right;
    line-height: 1.5;
}

@media (max-width: 1459px) {
    .sy_tk .rq1 .lef .p1 {
        font-size: 44px;
    }

    .sy_tk .rq1 .lef .p2 {
        font-size: 24px;
    }

    .sy_tk .rq1 .lef .p3 {
        font-size: 14px;
        margin-top: 6px;
    }

    .sy_tk .rq1 .rig::before {
        height: 155px;
    }

    .sy_tk .rq1 .rig .p {
        font-size: 26px;
    }

    .sy_tk .rq1 .rig .div {
        font-size: 18px;
    }

    .sy_tk .rq1 .rig .text {
        font-size: 16px;
    }

    .sy_tk .rq .esc {
        width: 35px;
        height: 35px;
        top: -24px;
        right: -45px;
    }
}

@media (max-width: 1200px) {
    .sy_tk .rq1 .lef .div {
        padding: 0 20px 30px 20px;
    }

    .sy_tk .rq1 .lef .p1 {
        font-size: 32px;
    }

    .sy_tk .rq1 .lef .p2 {
        font-size: 18px;
    }

    .sy_tk .rq1 .rig .p {
        font-size: 24px;
    }

    .sy_tk .rq1 .rig .div {
        font-size: 16px;
    }

    .sy_tk .rq1 .rig .text {
        font-size: 14px;
    }

    .sy_tk .rq1 .rig {
        padding-bottom: 4%;
    }
}

@media (max-width: 500px) {
    .sy_tk .rq {
        width: 95%;
    }

    .sy_tk .rq1 {
        flex-wrap: wrap;
    }

    .sy_tk .rq1 .lef {
        width: 100%;
        height: 200px;
        border-radius: 10px 10px 0 0;
    }

    .sy_tk .rq1 .lef img {
        height: auto;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, -11%);
    }

    .sy_tk .rq1 .lef .div {
        padding: 20px 10px;
    }

    .sy_tk .rq1 .rig {
        width: 100%;
        border-radius: 0 0 10px 10px;
        padding: 20px 10px;
    }

    .sy_tk .rq1 .rig .div {
        padding-top: 20px;
    }

    .sy_tk .rq1 .rig .text {
        margin: 15px 0;
    }

    .sy_tk .rq .esc {
        top: 0;
        right: 0;
    }
}


.sy_con1 .rig .div.div15 {
    left: 45%;
    top: 21%;
}

.sy_con1 .rig .div.div16 {
    left: 53%;
    top: 27%;
}

.we_rig .div.div2 {
    width: 54px;
    text-align: center;
}

.we_rig .div.div2 a {
    color: #fff;
    font-size: 18px;
    line-height: 34px;
}

.nav.nav2 .we_rig .div.div2 a {
    color: #333;
}

.we_rig .div.div2 .div1 a {
    color: #333;
    font-size: 18px;
}

@media (max-width: 1459px) {
    .we_rig .div.div2 {
        width: 42px;
    }

    .we_rig .div.div2 .div1 a {
        width: 34px;
    }

    .we_rig .div.div2 a {
        font-size: 16px;
        line-height: 28px;
    }

    .we_rig .div.div2 .div1 a {
        font-size: 16px;
    }
}

@media (max-width: 1200px) {
    .we_rig .div.div2 a {
        color: #333;
    }
}

.dh4 {
    display: none;
}

@media (max-width: 500px) {
    .we_rig .div.div2 {
        width: 52px;
    }

    .sy_tk .rq {
        width: 90%;
    }

    .sy_tk .rq1 .lef .p1 {
        font-size: 22px;
    }

    .sy_tk .rq1 .lef .p2 {
        font-size: 14px;
    }

    .sy_tk .rq1 .lef .p3 {
        font-size: 12px;
        margin-top: 2px;
    }

    .sy_tk .rq1 .lef .div {
        padding: 10px 10px;
    }

    .sy_tk .rq1 .rig .p {
        font-size: 20px;
    }

    .sy_tk .rq1 .rig .div {
        padding-top: 12px;
    }

    .sy_tk .rq1 .rig .div {
        font-size: 14px;
    }

    .sy_tk .rq .esc {
        width: 26px;
        height: 26px;
    }

    .sy_con1 .rig .rig_div {
        display: none;
    }

    .sy_con1 {
        padding-bottom: 40px;
    }

    .sy_con4 .rq .div {
        /*display: none;*/
    }

    .sy_con4 .rq .div:first-child {
        /*display: block;*/
    }

    .sy_con4 .rq .div:nth-child(n + 3) {
        display: none;
    }

    .foot .lef .bot,
    .foot .lef .top .div2 {
        display: none;
    }

    .foot .lef .top .div1 {
        margin-bottom: 0;
    }

    .sy_con2 .top p {
        margin-bottom: 20px;
        font-size: 12px;
    }

    .sy_con2 .top {
        margin-bottom: 0px;
    }

    .nav .logo {
        width: 170px;
    }

    .bt .p1 {
        text-align: center !important;
    }

    .abo4_con6 .rq1 .div .p,
    .abo4_con8 .text, .abo4_con7 .rq1 .p2, .abo4_con6 .text, .abo4_con5 .rq .text, .abo4_con4 .rq .text, .abo4_con3 .rq .text {
        font-size: 10px;
    }

    .pro_dat2 .rq .tem_1 .div1 .p1 {
        font-size: 12px;
    }

    .pro_dat2 .rq .tem_1 .div1 .p2 {
        font-size: 10px;
        margin-top: 2px;
    }

    .pro_dat2 .rq .tem_1 .div1 img {
        top: 0px;
    }

    .pro_dat2 .rq .tem_2 .div1 {
        font-size: 10px;
    }

    .pro_dat2 .rq1 {
        padding-bottom: 30px;
    }

    .pro_dat3 .rq .div {
        font-size: 10px;
    }

    .ny_banner.ny_banner_xz .rq1 .rig {
        text-align: right;
    }

    .ny_banner.ny_banner_xz .rq1 .div {
        width: 120px;
        float: right;
    }

    .ny_banner.ny_banner_xz .rq1 .div .div1 {
        width: 60px;
        margin-right: 0;
    }

    .ny_banner.ny_banner_xz .rq1 .div {
        padding: 18px 0;
        padding-bottom: 0;
    }

    .ny_banner.ny_banner_xz .rq1 .div2 {
        width: 110px;
        position: relative;
        left: calc(100% - 110px);
        top: 250px;
        display: flex;
        flex-wrap: wrap-reverse;
    }

    .ny_banner.ny_banner_xz .rq1 .div2 .a1 {
        margin-right: 0;
    }

    .ny_banner.ny_banner_xz .rq1 .div2 .a2 {
        margin-bottom: 5px;
    }

    .ny_banner.ny_banner_xz .rq1 {
        padding-right: 10px;
    }

    .ny_banner .rq1 .div .div1 p {
        font-size: 10px;
    }

    .pro_dat2 .rq .tem_2 .div1 {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .pro_dat2 .rq .tem_2 {
        padding: 10px !important;
        padding-top: 0px !important;
    }

    .pro_dat2 .rq .tem_1 {
        padding: 10px !important;
        padding-bottom: 20px !important;
    }

    .pro_dat2 .rq .tem_1 .div1 {
        margin-top: 10px !important;
    }

    .pro_dat3 .rq .div .p1 {
        width: 48%;
    }

    .pro_dat3 .rq .div .p2 {
        width: 48%;
        text-align: right;
        text-align: left;
    }

    .bt .p2 {
        font-size: 12px;
    }

    .sy_con1 {
        display: none;
    }

    .sy_con2 {
        padding-top: 40px;
    }

    .template {
        padding-top: 60px;
    }

    .nav .logo .ig1 {
        opacity: 0;
    }

    .nav .logo .ig2 {
        opacity: 1;
    }

    .togglr .icon_bar {
        background-color: #333;
    }

    .togglr {
        margin-top: 20px;
    }

    .nav {
        background: #fff;
    }

    .sy_con3 .rq2 {
        display: none;
    }

    .sy_con4 .rq .div {
        margin-bottom: 0;
        width: 48%;
    }

    .sy_con3 {
        padding-bottom: 0;
    }

    .sy_con5 .div .text .p2 {
        display: none;
    }

    .sy_con5 .div {
        width: 49%;
        height: 88px;
        margin-bottom: 2%;
        display: flex;
        align-items: center;
    }

    .sy_con5 .div .ig {
        width: 28%;
    }

    .sy_con5 .div .text {
        width: 72%;
    }

    .sy_con5 .div span {
        font-size: 60px;
    }

    .foot .lef .div2 .top,
    .foot .lef .top {
        display: none;
    }

    .foot .rig .con {
        margin-bottom: 0;
    }

    .foot {
        padding-top: 24px;
    }

    .foot .lef .div2 {
        padding-bottom: 10px;
    }

    .bt .p1 {
        font-size: 22px;
    }

    .dh4 {
        display: block;
        color: #e8340c;
        font-family: arial;
        font-weight: 700;
        font-size: 22px;
        line-height: 24px;
        margin-top: 10px;
    }

    .foot .lef .top .div2 .div3 {
        width: 100%;
        border-bottom: 1px solid #ccc;
        position: relative;
    }

    /*.foot .lef .top .div2 .div3::before {*/
    /*    content: '';*/
    /*    width: 15px;*/
    /*    height: 3px;*/
    /*    background: #000000;*/
    /*    position: absolute;*/
    /*    right: 0;*/
    /*    top: 28px;*/
    /*}*/

    .foot .lef .top .div2 .div3::after {
        content: '';
        height: 9px;
        width: 17px;
        background: transparent url('../../../icons/downarrow-blue2.png') no-repeat;
        background-size: cover;
        position: absolute;
        right: 6px;
        top: 25px;
        scale: 0.9;
        transition: transform 0.3s;
    }

    .foot .lef .top .div2 .div3.on::after {
        /*opacity: 0;*/
        transform: rotate(180deg);
    }

    .foot .lef .top .div4 {
        display: none;
    }

    .foot .lef .top .div3 .a {
        font-size: 16px;
        line-height: 60px;
        margin-bottom: 0;
        display: inline-block;
    }

    .foot .lef .top, .foot .lef .top .div2 {
        display: block;
    }

    .foot .lef .top .div {
        display: none;
    }

    .pro_dat1 .lef,
    .ny_banner .rq2,
    .join_con1.pro_dat1 .lef {
        display: none;
    }

    .pro_con2 .top .div1:nth-child(7) {
        margin-right: 0;
    }

}

.abo3_con1 .text .yc {
    display: block;
}

.abo3_con1 .text .xs {
    font-size: 14px;
    color: #ff730f;
    text-align: right;
    display: none;
}

.bt1 {
    display: none;
}

.pro_dat1.pro_dat1_2 .rig .on4,
.pro_dat1.pro_dat1_2 .rig .on5 {
    display: none;
}

@media (max-width: 500px) {
    .abo3_con1 .text .yc {
        display: none;
    }

    .abo3_con1 .text .xs {
        display: block;
    }

    .bt1 {
        display: block;
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .bt2 {
        display: none;
    }

    .abo3_con2 .rq1 .p2 {
        margin-top: 0;
    }

    .ser2_con1 .rq .rig .text {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .bt .p3 {
        font-size: 20px;
    }

    .sy_con5 .div .text .p1 {
        font-size: 13px;
    }

    .sy_con5 .div .text {
        width: 78%;
    }

    .sy_con5 .div .ig {
        width: 22%;
    }

    .sy_con5 .div {
        height: 72px;
    }

    .abo3_con3 .div .lef {
        width: 36%;
    }

    .abo3_con3 .div .rig {
        width: 64%;
    }

    .abo3_con3 .div:nth-child(3) .rig .p2,
    .abo3_con3 .div .rig .p2 {
        margin-top: 14px;
        -webkit-line-clamp: 3;
    }

    .ny_banner .rq1 {
        top: 38%;
    }

    .abo_con3 .rq .rig img {
        max-width: 85px;
    }

    .abo_con3 .rq1 .rq:nth-child(2n) {
        flex-direction: row;
    }

    .sy_con2 .bot .div1 .p1 {
        display: none;
    }

    .sy_con5 .div .text {
        padding-left: 8px;
    }

    .ny_banner.ny_banner_xz .rq1 .rig,
    .ny_banner.ny_banner_xz .p1,
    .ny_banner.ny_banner_xz .p2,
    .ny_banner.ny_banner_xz .rq1 .div {
        display: none;
    }

    .ny_banner.ny_banner_xz .rq1 .div2 {
        top: 0;
    }

    .pro_dat1.pro_dat1_2 .rig .on4,
    .pro_dat1.pro_dat1_2 .rig .on5 {
        display: block;
    }

    .pro_dat1.pro_dat1_2 {
        overflow: initial;
    }

    .pro_dat1.pro_dat1_2 .rig {
        display: flex;
    }

    .pro_dat1.pro_dat1_2 .rig a {
        margin-right: 0;
        width: 20%;
        text-align: center;
    }

    .pro_dat1.pro_dat1_2 .rig .on5 {
        position: relative;
        width: 20%;
        text-align: center;
        color: #0c2f6f;
    }

    .pro_dat1.pro_dat1_2 .rig .on5 .div {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #f5f5f5;
        display: none;
    }

    .pro_dat1.pro_dat1_2 .rig .on5:hover .div {
        display: block;
    }

    .pro_dat1.pro_dat1_2 .rig .on5 .div a {
        width: 100%;
        display: block;
        line-height: 20px;
    }

    .abo3_con3 .rq {
        padding-top: 111%;
    }

    .abo3_con3 .div:nth-child(3) {
        position: absolute;
        top: 0;
        left: 0;
    }

    .pro_dat2 .rq .tem_1,
    .pro_dat2 .rq .tem_2 {
        background: #909090;
    }

    .abo_con2 .bt .p4,
    .abo3_con1 .bt .p4 {
        text-align: center;
        margin-top: 10px;
    }

    .abo_con2 .text,
    .abo3_con1 .text {
        padding-top: 10px;
    }

    .sy_banner .div1 .text .p1 {
        font-size: 10px;
    }

    .sy_banner .div1 .text .p2 {
        font-size: 12px;
    }

    .sy_banner .div1 .text.text1 {
        top: 50%;
        left: 0%;
    }

    .sy_banner .div1 .text.text2 {
        top: 88%;
        left: 62%;
    }

    .sy_banner .div1 {
        display: block;
    }

    .case_con1 .div .rig .p2 {
        height: 78px;
        display: block;
        overflow-y: auto;
        padding-right: 10px;
    }

    .ser2_con1 .rq .rig .text {
        height: 63px;
        display: block;
        overflow-y: auto;
        padding-right: 10px;
    }

    .abo_con2 .text {
        height: 260px;
        display: block;
        overflow-y: auto;
        padding-right: 10px;
        padding-top: 0;
        margin-top: 10px;
    }

    .abo3_con3 .div:nth-child(3) .rig .p2, .abo3_con3 .div .rig .p2 {
        height: 78px;
        display: block;
        overflow-y: auto;
        padding-right: 10px;
    }

    .ser2_con1 .rq .rig .p1 {
        font-weight: bold;
        position: relative;
        padding-left: 10px;
    }

    .ser2_con1 .rq .rig .p1::before {
        content: '';
        width: 3px;
        height: 90%;
        background: #ff730f;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .ser2_con1 .rq .div {
        margin-bottom: 15px;
    }

}

.authentication_con2 .bot .div .rig {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}

.ser6_con1 .rq1 .rq3 .div1 .p1 {
    font-weight: bold;
}

.we_rig .div.div2 {
    width: 37px;
}

.we_rig .div a div.dt {
    background-image: url(../images/img55.png);
}

.nav.nav2 .we_rig .div a div.dt {
    background-image: url(../images/img55.png);
}

.we_rig .div.div2 .div1 {
    width: 130px;
    padding: 10px 5px;
}

.we_rig .div.div2 .div1 a {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 11px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Light";
    padding: 5px 6px;
    margin-bottom: 10px;
}

.we_rig .div.div2 .div1 a:last-child {
    margin-bottom: 0;
}

.we_rig .div.div2 .div1 a:hover {
    background: #efefef;
}

.we_rig .div.div2 img {
    width: 30%;
    margin-right: 6px;
}

@media (max-width: 1680px) {
    .nav .rig .category {
        padding-right: 30px;
    }
}

@media (max-width: 1200px) {
    .we_rig .div a div.dt {
        background-image: url(../images/img54.png);
    }
}

.faq_con3 .rq .div .bot .div1 .p3 {
    color: #333;
    padding-left: 10px;
    position: relative;
}

.faq_con3 .rq .div .bot .div1 .p3:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #333;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.faq_con3 .rq .div .bot a:hover {
    color: #541696;
}

@media (max-width: 1459px) {
    .foot .lef .top .div2 {
        width: 67%;
    }

    .foot .lef {
        width: 72%;
    }

    .foot .lef .top .div3 .a {
        font-size: 16px;
        margin-bottom: 14px;
    }

    .foot .lef .top .div4 a {
        font-size: 12px;
        margin-bottom: 10px;
    }
}

@media (max-width: 991px) {
    .foot .lef {
        width: 100%;
    }

    .foot .lef .top .div2 {
        width: 100%;
    }

    .foot .lef .top .div3 .a {
        margin-bottom: 0;
    }
}


.resume {
    width: 120px;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #0c2f6f;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    margin-top: 30px;
    cursor: pointer;
    position: relative;
}

.resume input {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

@media (max-width: 500px) {
    .resume {
        width: 90px;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
    }

    .authentication_con1 .div .bot p {
        font-size: 9px;
    }
}

.sy_con3 .rq2 .p2 .i2.abo_video::before {
    display: none;
}

.sy_con2 .top .swiper-wrapper {
    justify-content: center;
}

.case_dat1.pro_dat .rq {
    padding: 3.5% 10%;
    text-align: center;
    font-size: 16px;
    line-height: 2;
    color: #666666;
}

.case_dat1.pro_dat .rq img {
    display: block;
    margin: 10px auto;
}

.case_dat1.pro_dat .rq p {
    min-height: 1em;
}

@media (max-width: 768px) {
    .case_dat1.pro_dat .rq {
        padding: 20px 10px;
        font-size: 14px;
        line-height: 1.6;
        color: #666666;
    }
}

.kf .div .xdh {
    position: absolute;
    width: 160px;
    line-height: 60px;
    top: 50%;
    right: 110%;
    background: #fff;
    font-size: 16px;
    transform: translateY(-50%);
    padding: 0 10px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 5px #ccc;
    display: none;
}

.kf .div:hover .xdh {
    display: block;
}

.kf .div .xdh:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 4px solid #fff;
    border-bottom: 4px solid transparent;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);

}

.kf {
    overflow: initial;
}

.kf .div:first-child {
    border-radius: 10px 10px 0 0;
}

.kf .div1 {
    border-radius: 0 0 10px 10px;
}

@media (max-width: 500px) {
    .foot .lef .div2 {
        display: none;
    }

    .foot {
        padding-bottom: 30px;
    }
}


.pro_dat3 .rq {
    width: 100%;
}

.pro_dat3 .rq .rq1 {
    width: 49%;
}

.pro_dat3 .rq table {
    width: 100%;
}

.pro_dat3 .rq tr {
    background: #f5f5f5;
}

.pro_dat3 .rq tr:nth-child(2n) {
    background: #fff;
}

.pro_dat3 .rq th {
    background-color: #fff;
}

.pro_dat3 .rq td, .pro_dat3 .rq th {
    font-size: 16px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Light";
    padding: 20px 35px;
    text-align: center;
    border: 1px solid #cfcfcf;
}

.pro_dat3 .rq td:first-child, .pro_dat3 .rq th:first-child {
    border-left: none;
    position: sticky;
    left: 0;
    z-index: 1;
    background-color: #f5f5f5;
}

.pro_dat3 .rq tr:nth-child(2n) td:first-child, .pro_dat3 .rq tr:nth-child(2n) th:first-child {
    background-color: #fff;
}

.pro_dat3 .rq td:last-child, .pro_dat3 .rq th:last-child {
    border-right: none;
}

.pro_dat3 .rq td:nth-child(2) {
    color: #666666;
    font-family: "HarmonyOS_Sans_SC_Light";
}

@media (max-width: 1459px) {
    .pro_dat3 .rq td {
        padding: 14px 20px;
        font-size: 14px;
    }
}

@media (max-width: 500px) {
    .pro_dat3 .rq .rq1 {
        width: 100%;
        margin-bottom: 10px;
    }

    .pro_dat3 .rq td {
        padding: 10px 8px;
    }
}

.nav.nav2 .we_rig .div a div.Shopping:hover,
.we_rig .div a div.Shopping:hover {
    background-image: url(../images/img57.png);
}

.nav.nav2 .we_rig .div a div.Telephone:hover,
.we_rig .div a div.Telephone:hover {
    background-image: url(../images/img58.png);
}

.nav.nav2 .we_rig .div a div.search:hover,
.we_rig .div a div.search:hover {
    background-image: url(../images/img59.png);
}

.wjm {
    z-index: 10;
    font-size: 14px;
    color: #333;
    text-align: left;
    margin-top: 10px;
}

.case_dat1 .rq .top .div2 .lef {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.case_dat1 .rq .top .div3 {
    width: 100%;
    margin-bottom: 50px;
    border-bottom: none;
}

.case_dat1 .rq .top .div3:nth-child(4) {
    width: 100%;
}

.case_dat1 .rq .top .div3 .p2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
}

.case_dat1 .rq .top .div3 .p2 img {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 2%;
}

.case_dat1 .rq .top .div2 .rig {
    width: 100%;
    margin-top: 30px;
}

.case_dat1 .rq .top .div4 {
    width: 50%;
    border-right: 1px solid #e5e5e5;
}

.case_dat1 .rq .top .div4:nth-child(2) {
    width: 22%;
    margin-right: 14%;
    border-right: none;
}

.case_dat1 .rq .top .div4:nth-child(2) .div3 {
    border-bottom: none;
    padding: 0;
    margin-bottom: 0;
}

.case_dat1 .rq .top .div3 .p1 {
    padding-left: 20px;
    position: relative;
}

.case_dat1 .rq .top .div3 .p1:before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #333333;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.abo2_con2 .div1 .rig .text p {
    position: relative;
}

.abo2_con2 .div1 .rig .text p:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgb(191, 159, 126);
    position: absolute;
    top: 13px;
    left: -53px;
}

.abo2_con2 .div1:nth-child(2n) .rig .text p:before {
    left: auto;
    right: -53px;
}

@media (max-width: 1459px) {
    .abo2_con2 .div1 .rig .text p:before {
        left: -41px;
    }

    .abo2_con2 .div1:nth-child(2n) .rig .text p:before {
        left: auto;
        right: -41px;
    }
}

@media (max-width: 500px) {
    .abo2_con2 .div1 .rig .text p:before {
        top: 8px;
        left: -23px;
    }

    .abo2_con2 .div1:nth-child(2n) .rig .text p:before {
        left: auto;
        right: -23px;
    }
}


.zltk {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, .6);
    display: none;
}

.zltk img {
    max-width: 60%;
    max-height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* 工程案例详情 */
.case_xz {
    width: 100%;
    border-top: 1px solid #e5e5e5;
    padding-top: 5%;
}

.case_xz .rq {
    width: 100%;
    padding-top: 3%;
    margin-top: 4%;
    padding-bottom: 5.5%;
    position: relative;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.case_xz .rq::before {
    content: '';
    width: 1px;
    height: 100%;
    background: #e5e5e5;
    position: absolute;
    top: 0;
    left: 66.666%;
}

.case_xz .rq .lef {
    width: 66.66%;
    float: left;
}

.case_xz .lef .rq1 {
    width: 100%;
    padding-bottom: 50px;
    padding-right: 50px;
    border-bottom: 1px solid #e5e5e5;
}

.case_xz .bt .p1 {
    font-family: "HarmonyOS_Sans_SC_Medium";
}

.case_xz .lef .rq1 .text {
    font-size: 16px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Light";
    margin-top: 20px;
    line-height: 1.8;
}

.case_xz .lef .rq2 {
    width: 100%;
    padding-top: 50px;
    padding-right: 50px;
}

.case_xz .lef .p1 {
    font-size: 24px;
    color: #333333;
    padding-bottom: 5px;
    position: relative;
}

.case_xz .lef .p1::before {
    content: '';
    width: 44px;
    height: 3px;
    background: #ff730f;
    position: absolute;
    bottom: 0;
    left: 0;
}

.case_xz .lef .rq2 .div1 {
    width: 100%;
    margin-top: 20px;
}

.case_xz .lef .rq2 .div1 img {
    width: 100%;
}

.case_xz .rq .rig {
    width: 33.34%;
    float: right;
    padding-left: 50px;
}

.case_xz .rq .rig .div {
    width: 100%;
    margin-bottom: 40px;
}

.case_xz .rq .rig .p3 {
    font-size: 24px;
    color: #333333;
    margin-bottom: 20px;
    padding-bottom: 5px;
    position: relative;
}

.case_xz .rq .rig .p3::before {
    content: '';
    width: 44px;
    height: 3px;
    background: #ff730f;
    position: absolute;
    bottom: 0;
    left: 0;
}

.case_xz .rq .rig .div .p1 {
    font-size: 20px;
    color: #333333;
    margin-bottom: 15px;
    padding-left: 10px;
    position: relative;
    color: rgb(79, 129, 189);
}

.case_xz .rq .rig .div .p1::before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #333;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.case_xz .rq .rig .div .p2 {
    font-size: 16px;
    color: #666666;
    font-family: "HarmonyOS_Sans_SC_Light";
}

.case_xz .bot {
    width: 100%;
    padding-top: 35px;
    padding-bottom: 5.5%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.case_xz .bot a {
    font-size: 16px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Light";
    transition: all .5s;
}

.case_xz .bot a:hover {
    color: #ff730f;
}

@media (max-width: 1459px) {
    .case_xz .lef .p1 {
        font-size: 20px;
    }

    .case_xz .lef .rq1 .text {
        font-size: 14px;
    }

    .case_xz .bot a {
        font-size: 14px;
    }

    .case_xz .rq .rig .p3 {
        font-size: 20px;
    }

    .case_xz .rq .rig .div .p1 {
        font-size: 18px;
        margin-bottom: 15px;
        margin-left: 0;
    }

    .case_xz .rq .rig .div .p2 {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .case_xz {
        padding: 40px 0;
    }

    .case_xz .rq {
        padding-top: 20px;
        margin-top: 20px;
        padding-bottom: 0px;
    }

    .case_xz .rq .lef {
        width: 100%;
    }

    .case_xz .rq .rig {
        width: 100%;
    }

    .case_xz .rq::before {
        display: none;
    }

    .case_xz .lef .rq2,
    .case_xz .lef .rq1 {
        padding-right: 0;
    }

    .case_xz .rq .rig {
        padding-left: 0;
        padding-top: 20px;
    }

    .case_xz .rq .rig .div {
        margin-bottom: 20px;
    }

    .case_xz .bot {
        padding-bottom: 0;
        padding-top: 20px;
    }

    .case_xz .bot a {
        width: 100%;
        margin-bottom: 5px;
    }
}

@media (max-width: 500px) {
    .case_xz .bt .p1 {
        font-size: 20px;
    }

    .case_xz .rq .rig .p3 {
        font-size: 18px;
    }

    .case_xz .lef .p1 {
        font-size: 18px;
    }

    .case_xz .lef .rq1 .text {
        margin-top: 10px;
    }

    .case_xz .lef .rq1 {
        padding-bottom: 20px;
    }

    .case_xz .lef .rq2 {
        padding-top: 20px;
    }

    .case_xz .lef .rq2 .div1 {
        margin-top: 10px;
    }

    .case_xz .rq .rig .div .p1 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .case_xz .rq .rig .p3::before,
    .case_xz .lef .p1::before {
        width: 35px;
    }

    .case_xz .lef .rq2 .div1 {
        margin-top: 18px;
    }
}

.ny_banner .rq1 {
    z-index: 12;
}

.ny_banner_xz video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: 10;
    object-fit: cover;
}

.abo2_con2 .p_b {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #ff730f;
}

.ny_banner.ny_banner_xz .rq1 {
    top: 76%;
}

@media (max-width: 500px) {
    .abo2_con2 .p_b {
        font-size: 14px;
        margin-top: 12px;
        margin-bottom: 5px;
    }
}


/* 升级中 */
.sjz {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.sjz .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sjz .rq {
    width: 100%;
    background: #f7f7f7;
    padding: 3% 3%;
}

.sjz .rq .p1 {
    font-size: 44px;
    font-weight: bold;
    color: #333;
}

.sjz .rq .p2 {
    font-size: 22px;
    color: #333;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}

.sjz .rq li {
    font-size: 16px;
    color: #333;
    list-style: disc;
    margin-bottom: 20px;
}

.sjz .rq ul {
    list-style: disc;
    padding-left: 15px;
}

.sjz .rq li a {
    color: #ff730f;
    border-bottom: 1px solid #ff730f;
}

@media (max-width: 1459px) {
    .sjz .rq .p1 {
        font-size: 32px;
    }

    .sjz .rq .p2 {
        font-size: 18px;
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .sjz .rq li {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .sjz .rq {
        padding: 20px 15px;
    }

    .sjz .rq .p1 {
        font-size: 24px;
    }

    .sjz .rq .p2 {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 14px;
    }

    .sjz .rq li {
        margin-bottom: 10px;
    }

    .sy_con2 .top .swiper-wrapper {
        justify-content: initial;
    }

}

.pro_dat3 {
    padding-top: 2%;
}

@media (max-width: 1200px) {
    .category-item.on2 .two {

        display: none !important;

    }

}

@media (max-width: 500px) {
    .sy_con1 {
        display: block;
        padding-bottom: 0;
    }

    .sy_con1 .lef .div .text {
        height: 84px;
        overflow: hidden;
    }
}

.sy_con5 .div .text .p1 {
    font-weight: bold;
}

.template {
    overflow: hidden;
}

.ser2_con2 .rq .di_sp {
    font-size: 16px;
    line-height: 1.8;
    padding-left: 23%;
}

@media (max-width: 1459px) {
    .ser2_con2 .rq .di_sp {
        font-size: 14px;
        padding-left: 22%;
    }
}

@media (max-width: 500px) {
    .ser2_con2 .rq .di_sp {
        padding-left: 0%;
    }

    .pro_dat1 {
        display: none;
    }

    .ny_banner.ny_banner_xz .rq1 .rig {
        display: block;
    }

    .ny_banner.ny_banner_xz .rq1 .div2 {
        width: 100%;
        left: 0;
    }

    .ny_banner.ny_banner_xz .rq1 .div2 .a2 {
        margin-bottom: 0;
        margin-left: 30px;
        position: relative;
    }

    .ny_banner.ny_banner_xz .rq1 .div2 .a2:before {
        content: '';
        width: 1px;
        height: 70%;
        background: #0c2f6f;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -15px;
    }

    .ny_banner.ny_banner_xz .rq1 {
        position: static;
        transform: translate(0px, 0px);
        background: #f5f5f5;
        padding: 15px 10px;
    }

    .ny_banner .rq1 .div2 .a1 {
        background: transparent;
        border: none;
        color: #0c2f6f;
        width: auto;
        height: auto;
        line-height: 20px;
        padding-right: 0;
        font-weight: bold;
    }

    .ny_banner .rq1 .div2 .a2:hover a,
    .ny_banner .rq1 .div2 .a1:hover {
        color: #ff730f;
    }

    .ny_banner .rq1 .div3 a {
        padding-right: 20px;
        height: 30px;
        line-height: 30px;
    }

    .ny_banner .rq1 .div3 {
        width: 85px;
        padding: 8px 0;
        left: 0;
        transform: translateX(0%);
    }

    .ny_banner .rq1 .div2 .a1 em {
        right: 8px;
    }

    .ny_banner .rq1 .div2 .a2 a {
        color: #0c2f6f;
    }

}

.ser6_con1 .rq1 .rq3 .div1 .text .dz + p {
    margin-top: 10px;
}

.ser2_con2 .di_sp {
    font-size: 14px;
    color: #333;
    line-height: 1.8;
    padding: 0 3.8%;
    padding-top: 60px;
    margin-top: 70px;
    padding-bottom: 20px;
    border-top: 1px dashed #e0e0e0;
}

.ser2_con2 .di_sp p {
    font-size: 24px;
    color: #ff730f;
    margin-bottom: 10px;
}

@media (max-width: 1459px) {
    .ser2_con2 .di_sp {
        font-size: 13px;
        padding-top: 40px;
        margin-top: 50px;
        padding-bottom: 10px;
    }

    .ser2_con2 .di_sp p {
        font-size: 20px;
        margin-bottom: 8px;
    }
}

@media (max-width: 500px) {
    .ser2_con2 .di_sp {
        font-size: 12px;
        padding: 0 10px;
        padding-top: 20px;
        margin-top: 30px;
        padding-bottom: 10px;
    }

    .ser2_con2 .di_sp p {
        font-size: 18px;
    }
}

.Activity_con1 .rq .rig {
    position: relative;
}

.Activity_con1 .rq .rig .a1 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 10;
}

.foot .lef .div2 .bot {
    position: relative;
}

.foot .lef .div2 .bot .tj {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

#searchpro {
    margin-top: 3.5%;
    padding: 0 10%;
}

#searchpro .input {
    position: relative;
    padding-right: 4em;
}

#searchpro .text {
    border: 1px solid #ff730f;
    font-size: 14px;
    color: #333;
    width: 100%;
    padding: 10px 1em;
    height: 44px;
    line-height: 24px;
    background-color: #fff;
}

#searchpro .submit {
    background-color: #ff730f;
    color: #fff;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 4em;
    cursor: pointer;
}

@media only screen and (max-width: 1024px) {
    #searchpro {
        margin-top: 20px;
    }

    #searchpro .input {
        padding-right: 3.5em;
    }

    #searchpro .text {
        height: 34px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    #searchpro .submit {
        width: 3.5em;
    }
}

.xz2 {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
}

.xz2 img {
    max-width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ny_banner .rq1 .div2 .a2:hover {
    color: #fff;
    background: #ff730f;
}

.ny_banner .rq1 .div2 .a2:hover a {
    color: #fff;
}