@charset "UTF-8";

@media only screen and (min-width:1921px) {
    .n_center {
        width: 66.667vw;
        margin: 0 auto;
    }
}

@media only screen and (max-width:1920px) {
    .n_center {
        width: 85%;
        max-width: 1280px;
        margin: 0 auto;
    }
}

.yx_Header .customer {
    display: block;
}

/* 关于我们 */
.ab_bg {
    background: #EFF1F2;
    padding: 4% 0 9%;
}

.ab_word img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain;
    vertical-align: top;
}

.ab_word h2 {
    font-size: max(32px, 1.875vw);
    color: var(--li);
    line-height: 115%;
    letter-spacing: 1px;
    text-align: left;
    font-style: italic;
    font-weight: 700;
    margin: 2% 0 1%;
}

.ab_word h3 {
    font-size: max(18px, 1.458vw);
    color: var(--li);
    margin-bottom: 4%;
}

.ab_word h4 {
    font-size: max(16px, 0.938vw);
    color: #000;
    margin-bottom: 1%;
}

.ab_word p {
    font-size: max(14px, 0.833vw);
    color: #212121;
    line-height: 165%;
    margin-bottom: 1%;
}

.ab_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 8%;
}

.ab_flex>div {
    width: 48%;
}

.ab_flex .ab_flex-2 {
    line-height: 0;
}

.ab_flex:nth-of-type(2) .ab_flex-1 {
    order: 2;
}

.ab_flex-1 .blue {
    margin-top: 5%;
}

.ab_flex-1 .blue * {
    color: var(--li);
}


/* 证书 */
.honorbox h2 {
    text-align: center;
    font-size: max(24px, 1.875vw);
    color: var(--li);
}

.honorbox h2+p {
    font-size: max(16px, 0.938vw);
    color: #666;
    text-align: center;
    margin: 1% 0 5%;
}

.honorbox ul.spotlight-group {
    display: flex;
    flex-wrap: wrap;
    gap: 2vw;
}

.honorbox ul.spotlight-group li {
    width: calc((100% - 6vw) / 4);
    cursor: pointer;
}

.honorbox ul.spotlight-group .Limg_cov {
    padding-bottom: 135%;
}

.honorbox ul.spotlight-group li:hover img {
    transform: scale(1.05);
}

/* 发展历程 */

.hist_swiper {
    position: relative;
}

.hist_swiper .line {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translate(0%, -50%);
}

.hist_nei {
    height: 100%;
    padding: 0 2vw;
    position: absolute;
    width: 200%;
}

.hist_swiper .swiper-slide {
    height: max(450px, 29.688vw);
    cursor: col-resize;
}


.hist_nei:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 50%;
    background: #00665A;
    left: 1px;
    top: 0;
}


.hist_time {
    font-size: max(28px, 2vw);
    font-weight: 700;
    color: var(--li);
    line-height: 100%;
}

.hist_word {
    color: #000;
    font-size: max(14px, 0.835vw);
    line-height: 150%;
    font-weight: 300;
    margin-top: 1vw;
}

@media screen and (min-width:769px) {

    .hist_swiper .swiper-slide:nth-of-type(2n) .hist_nei {
        padding-top: max(300px, 17.188vw);
    }

    .hist_swiper .swiper-slide:nth-of-type(2n) .hist_nei:before {
        top: auto;
        bottom: 0;
    }
}

/* 发展历程舍弃 */
.historybox h2 {
    font-size: max(24px, 1.667vw);
    color: #000;
}

.historybox h2+p {
    font-size: max(18px, 1.094vw);
    color: #666;
    margin: 1% 0 5%;
}

ul.hist_ul {
    position: relative;
}

.hist_list {
    position: absolute;
    max-width: max(200px, 10.417vw);
    width: 100%;
}

.history_bg {
    width: 100%;
    transition: all .5s ease;
}

.history_bg img {
    width: 100%;
    object-fit: contain;
}

.hist_list .time {
    font-size: max(24px, 1.875vw);
    color: var(--li);
    font-family: 'bebas';
    line-height: 120%;
    margin-bottom: max(12px, 0.8vw);
}

.hist_list .hist_word {
    font-size: max(12px, 0.625vw);
    color: #000;
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    gap: max(12px, 0.6vw);
    line-height: 150%;
}

.hist_list:nth-of-type(1) {
    left: 1%;
    top: 35%;
}

.hist_list:nth-of-type(2) {
    left: 0%;
    top: 71%;
}

.hist_list:nth-of-type(3) {
    left: 20%;
    top: 27%;
    max-width: max(240px, 12.5vw);
}

.hist_list:nth-of-type(4) {
    left: 17.5%;
    top: 70%;
}

.hist_list:nth-of-type(5) {
    left: 43%;
    top: 20%;
}

.hist_list:nth-of-type(6) {
    left: 34.5%;
    top: 66%;
    width: max(220px, 11.458vw);
}

.hist_list:nth-of-type(7) {
    left: 62%;
    top: 13%;
}

.hist_list:nth-of-type(8) {
    left: 55.5%;
    top: 57%;
    width: max(180px, 9.375vw);
}

.hist_list:nth-of-type(9) {
    left: 80.5%;
    top: -9%;
    width: max(210px, 10.938vw);
}

.hist_list:nth-of-type(10) {
    left: 72%;
    top: 46%;
    width: max(180px, 9.375vw);
}

.hist_list:nth-of-type(11) {
    left: 89.5%;
    top: 32%;
    width: max(180px, 9.375vw);
}

/* 品牌 */
.brandbox {
    text-align: center;
}

.brandbox img.brand_logo {
    max-width: max(300px, 27.708vw);
    width: 100%;
    object-fit: contain;
}

.brabd_one {
    max-width: max(722px, 37.604vw);
    width: 100%;
    height: max(217px, 11.302vw);
    position: relative;
    z-index: 1;
    padding: 2% 5% 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 3.5% auto 8%;
}

.brabd_one:before {
    content: "";
    background: url(/src/img/brand1.png) top center no-repeat;
    background-size: 100% auto;
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.br_one_name {
    font-size: max(20px, 1.458vw);
    color: var(--li);
    font-weight: 700;
}

.brabd_one span {
    font-size: max(16px, 0.938vw);
    color: #666;
    line-height: 155%;
    margin-top: 2%;
}

.brabd_two {
    display: flex;
    justify-content: center;
    font-size: max(20px, 1.458vw);
    color: #666;
    font-weight: 700;
}

.br_two_list>div {
    height: max(78px, 4.063vw);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4vw;
    position: relative;
    margin-bottom: max(42px, 2.9vw);
}

.br_two_list>div img {
    max-width: 100%;
}

.br_two_list:last-child>div:before {
    content: '';
    position: absolute;
    border-left: 1px solid #999;
    height: 100%;
    left: 0;
    top: 0;
}

.brabd_three {
    margin: 8% 0 7%;
}

p.brand_name {
    font-size: max(18px, 1.25vw);
    color: #000;
    font-weight: 700;
}

p.brand_name:after {
    content: '';
    width: max(120px, 6.25vw);
    height: 6px;
    background: #FFD80E;
    display: block;
    margin: 1.5% auto 3%;
}

.brand_Download img {
    max-width: 100%;
    object-fit: contain;
}

.brand_Download a.Download_an {
    display: flex !important;
    background: var(--li);
    color: #fff;
    font-weight: 700;
    text-align: center;
    line-height: 200%;
    padding: 10px 0;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.brabd_three ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1vw;
}

.brabd_three ul li {
    background: #fff;
    width: calc((100% - 2vw) / 3);
    padding: 5vw 3.2vw;
    font-size: max(16px, 0.938vw);
    color: var(--li);
    font-weight: 700;
    line-height: 155%;
    border-radius: 10px;
    transition: all .8s ease;
    cursor: pointer;
}

.brabd_three ul li:hover {
    background: var(--li);
    color: #fff;
}


/* 产品 */
.proban_txt {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.proban_txt h1 {
    font-size: max(32px, 2.188vw);
    color: #fff;
    line-height: 100%;
}

.proban_txt p {
    font-size: max(18px, 1.094vw);
    color: var(--li1);
    margin: 1% 0;
    font-weight: 700;
    line-height: 100%;
}

.proban_txt .proban_txt_sub {
    max-width: max(400px, 28.646vw);
    color: #fff;
    width: 100%;
    line-height: 150%;
    font-size: max(14px, 0.833vw);
}

.proban_txt .pro_ico {
    max-width: max(350px, 23.438vw);
    width: 100%;
    margin-top: 3%;
}

h1.tit_name {
    width: 100%;
    color: #000;
    font-size: 24px;
    padding: 10px 0 10px 30px;
    line-height: 145%;
    text-transform: capitalize;
    position: relative;
}

h1.tit_name:before {
    content: '';
    position: absolute;
    width: 9px;
    height: 50%;
    background: var(--li);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 10px;
}

summary.summary {
    font-size: 16px;
    color: #666;
    line-height: 150%;
    margin-top: 10px;
    padding-left: 30px;
}

summary.summary p {
    margin: 10px 0;
}

.product_box {
    display: flex;
    flex-wrap: wrap;
    gap: max(25px, 1.302vw);
    margin-top: 3%;
}

ul.product_box .product_list {
    width: calc((100% - calc(max(25px, 1.302vw) * 2)) / 3);
    transition: all .5s;
    background: #fff;
}

.product_box .product_list:hover {
    box-shadow: 1px 1px 10px rgb(0 0 0 / 30%);
}

.product_box .product_list .L_img {
    position: relative;
    height: 0;
    padding-bottom: 75%;
    overflow: hidden;
}

.product_box .product_list .L_img img {
    position: absolute;
    max-width: 80%;
    max-height: 80%;
    width: 100%;
    height: 100%;
    object-fit: contain;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s;
}

.product_box .product_list:hover .L_img img {
    transform: translate(-50%, -50%) scale(1.05);
}

.product_box .product_list p {
    font-size: max(16px, 0.938vw);
    font-weight: 700;
    line-height: 145%;
    color: #000;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all .5s;
    min-height: max(47px, 2.76vw);
    width: 80%;
    margin: 0 auto;
}

a.pro_more {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #fafafa;
    font-size: max(16px, 0.938vw);
    line-height: 150%;
    color: #aaa;
    fill: #aaa;
    transition: all .5s ease;
    padding: 4% 0;
    margin: 7% auto 0;
    width: 100%;
    font-weight: 600;
}

a.pro_more svg.icon {
    margin-right: max(10px, 0.781vw);
    width: max(21px, 1.094vw);
    height: auto;
}

.product_box .product_list:hover a.pro_more {
    background: var(--li);
    color: #fff;
    fill: #fff;
    border-color: var(--li);
}

/* 筛选 */
.pro_bigbox {
    background: #f8f8f8;
    padding: 3% 0 5%;
}

h2.scre_tit {
    font-size: max(18px, 1.25vw);
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    padding-left: 2%;
    margin-bottom: 2%;
}

h2.scre_tit:before {
    content: '';
    width: max(10px, 0.521vw);
    height: 100%;
    background: #0E8650;
    border-radius: 6px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

form.scre_form {
    display: flex;
    flex-wrap: wrap;
    gap: max(13px, 1vw);
}

.w50 {
    width: calc((100% - max(13px, 1vw)) / 2);
}

form.scre_form>div {
    background: #fff;
    height: max(50px, 3.125vw);
    border: 1px solid #D2D2D2;
    border-radius: 5px;
    position: relative;
}

.w30 {
    width: calc((100% - calc(max(13px, 1vw) * 2)) / 3);
}

form.scre_form select {
    border: none;
    font-size: max(14px, 0.833vw);
    color: #000;
    font-weight: 700;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    display: block;
    position: relative;
    padding: 0 max(30px, 1.5vw);
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(/src/img/SJ.png) 95% 50% no-repeat;
    background-size: max(15px, 0.781vw) auto;
    font-family: 'Roboto';
}

form.scre_form select option {
    color: #333;
    font-size: max(14px, 0.833vw);
    line-height: 400%;
}


form.scre_form>div input {
    position: absolute;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 5px;
    padding: 0 max(30px, 1.5vw);
    font-size: max(14px, 0.833vw);
    font-family: 'Roboto';
}

form.scre_form>div input::-moz-placeholder {
    color: #666;
}

form.scre_form>div input::-moz-placeholder {
    color: #666;
}

form.scre_form>div input::-webkit-input-placeholder {
    color: #666;
}

.tab_clic {
    position: absolute;
    width: max(132px, 6.875vw);
    height: 50%;
    background: #d2d2d2;
    right: 3%;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 5px;
    display: flex;
    align-items: center;
    color: #fff;
}

.tab_clic span {
    width: 50%;
    border-radius: 5px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.tab_clic .active {
    background: var(--li);
    color: #fff;
}


.unit {
    color: #000;
    font-size: max(14px, 0.833vw);
    font-weight: 700;
    position: absolute;
    width: auto;
    height: 50%;
    right: 3%;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

form.scre_form button {
    width: 100%;
    background: var(--li);
    border: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: max(14px, 0.833vw);
    gap: 5px;
    line-height: 375%;
    border-radius: 5px;
    cursor: pointer;
    transition: all .5s ease;
    font-family: 'Roboto';
}

form.scre_form p {
    font-size: max(14px, 0.833vw);
    color: #000;
    line-height: 150%;
}

form.scre_form button:hover {
    box-shadow: 0 0 10px 10px rgb(0 0 0 / 10%);
}

form.scre_form button img {
    transition: all .5s ease;
    width: max(24px, 1.25vw);
}

form.scre_form button:hover img {
    transform: rotate(25deg);
}

form.scre_form .current {
    display: none;
}

/* 产品一 */
.parallax-wrapper {
    position: relative;
    height: 35.417vw;
    background: radial-gradient(163% 89% at 30% 75%, #FFFFFF 0%, #DCDDDD 100%);
}

.parallax-wrapper .parallax {
    position: absolute;
    width: 50%;
    right: 7%;
    top: 20%;
    transition: all .5s linear;
}

.pro_page {
    background: #F8F8F8;
    overflow: hidden;
}

.pro1_box {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.pro1_box h1 {
    font-size: max(32px, 2.188vw);
    color: #000;
    line-height: 100%;
    margin-bottom: 2%;
}

.pro1_box .ban_img {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: max(15px, 1vw);
}

.pro_pa1 {
    padding: 4% 0;
}

.pro_page h2 {
    color: #000;
    font-size: max(24px, 1.667vw);
    line-height: 150%;
}

.pro_page h2.ts:first-letter {
    color: var(--li);
}

p.pa1_p {
    font-size: max(14px, 0.729vw);
    color: #333;
    line-height: 170%;
}

img.pa1_img {
    width: 100%;
    object-fit: contain;
    margin: 3% 0;
    vertical-align: top;
}

.pa1_box {
    background: #EFF1F2;
    font-size: max(14px, 0.833vw);
    color: #333;
    padding: 4% 6%;
    line-height: 150%;
}

.pa1_box span {
    color: var(--li);
    font-weight: 600;
}

ul.pa1_ul {
    display: flex;
    flex-wrap: wrap;
    gap: max(50px, 5vw);
    margin-top: max(50px, 5vw);
}

ul.pa1_ul li {
    width: 100%;
    position: relative;
}

ul.pa1_ul li .flex {
    display: flex;
    flex-wrap: wrap;
}

ul.pa1_ul li .left {
    width: 61%;
    overflow: hidden;
}

ul.pa1_ul li .left img {
    width: 100%;
    object-fit: contain;
    vertical-align: top;
}

ul.pa1_ul li .flex .right {
    position: absolute;
    right: 0;
    width: 55%;
    background: #f8f8f8;
    min-height: 76%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    padding-left: 5%;
}

ul.pa1_ul li .flex .right h3 {
    font-size: max(24px, 1.667vw);
    color: #000;
}

ul.pa1_ul li .flex .right p {
    font-size: max(14px, 0.833vw);
    color: #333;
    line-height: 150%;
    margin: 2% 0;
}

ul.pa1_ul li .flex .savings {
    cursor: pointer;
}

ul.pa1_ul li .flex .right .hide {
    display: none;
}

ul.pa1_ul li .flex .right a {
    color: var(--li);
    font-size: max(18px, 1.042vw);
    font-weight: 700;
}

ul.pa1_ul li:nth-of-type(2n) .flex {
    justify-content: flex-end;
}

ul.pa1_ul li:nth-of-type(2n) .flex .right {
    left: 0;
    padding: 0 5% 0 0;
}

.pro_pa2 {
    padding: 3% 0 7%;
}

p.pa2_p {
    font-size: max(14px, 0.833vw);
    color: #333;
    margin: 1% 0 2%;
    line-height: 150%;
    letter-spacing: 0.5px;
}

img.pa2_img {
    width: 100%;
    object-fit: contain;
    vertical-align: top;
}

.pro_down {
    border: 3px solid rgb(151 151 151 / 25%);
    padding: 3% 5%;
}

.pro_down .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pro_down .flex .left {
    width: 50%;
}

.pro_down .flex .right {
    width: 32%;
}

.pro_down .flex .right img {
    width: 100%;
    object-fit: contain;
    vertical-align: top;
}

.pro_down .flex .left b {
    font-size: max(28px, 2.188vw);
    color: #000;
    font-weight: 700;
}

.pro_down .flex .left p {
    font-size: max(18px, 1.25vw);
    color: #000;
    margin: 4% 0 6%;
}

.pro_down .flex .left a {
    display: inline-block;
    background: var(--li);
    color: #fff;
    line-height: max(45px, 2.656vw);
    padding: 0 2vw;
    border-radius: 5px;
    font-size: max(18px, 1.042vw);
    transition: all .5s ease;
    border: 1px solid transparent;
}

.pro_down .flex .left a:hover {
    color: var(--li);
    background: transparent;
    border-color: var(--li);
}

.pro_pa4 {
    padding: 7% 0;
}

.pro_pa4 .swiper-slide {
    background: #fff;
    text-align: center;
    font-size: max(18px, 1.042vw);
    color: #000;
    transition: all .5s linear;
    cursor: pointer;
}

.pro_pa4 .swiper-slide .Limg_cov {
    padding-bottom: 128%;
}

.pro_pa4 .swiper-slide p {
    margin: max(15px, 1.302vw) 0;
}

.pro_pa4 .swiper-slide:hover {
    background: var(--li);
    color: #fff;
}

.pro_pa4 .swiper-slide:hover img {
    transform: scale(1.05);
}

.pro_pa4 .applic_swiper {
    padding-bottom: 3%;
    width: 100%;
}

.pro_pa4 .applic_swiper .swiper-pagination-progressbar {
    top: auto;
    bottom: 0;
    background: #AAAAAA;
    height: max(2px, 0.156vw);
}

.applic_swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--li);
}

.pro_pa5 {
    padding: 9% 6% 3%;
    background: url(/src/img/pro1_7.jpg) center center/cover no-repeat;
}

.pro_pa5 .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.pro_pa5 .flex>div {
    width: 50%;
}

.pro_pa5 .pro_swiper .Limg_con {
    padding-bottom: 49%;
}

.pro_pa5 .pro_swiper {
    padding-bottom: 5%;
}

.pro_pa5 .pro_swiper .swiper-pagination {
    bottom: 0;
    line-height: 0%;
}

.pro_pa5 .pro_swiper .swiper-pagination .swiper-pagination-bullet {
    width: max(9px, 0.469vw);
    height: max(9px, 0.469vw);
    background: #DCDDDD;
}

.pro_pa5 .pro_swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: var(--li);
}

.pro_pa5 .flex .left h3 {
    font-size: max(24px, 1.667vw);
    color: #000;
}

.pro_pa5 .flex .pro_chlder {
    margin: 4% 0;
    width: 80%;
}

.pro_pa5 .flex .pro_chlder a {
    font-size: max(14px, 0.833vw);
    color: #666;
    line-height: 134%;
    display: inline-block;
    margin: 1% 0;
}

.pro_pa5 .flex .pro_chlder a:before {
    content: '-';
}

.pro_pa5 .flex .pro_chlder .active a,
.pro_pa5 .flex .pro_chlder a:hover {
    color: var(--li);
    text-decoration: underline !important;
}

.pro_pa5 .flex .pro1_more {
    display: inline-block;
    background: var(--li);
    color: #fff;
    line-height: max(45px, 2.656vw);
    padding: 0 2vw;
    border-radius: 5px;
    font-size: max(18px, 1.042vw);
    transition: all .5s ease;
    border: 1px solid transparent;
}

.pro_pa5 .flex .pro1_more:hover {
    background: transparent;
    color: var(--li);
    border-color: var(--li);
}

.pro_pa6 {
    padding: 6% 0 10%;
}

.pro_pa6 .Message_Form .e_textarea-67 input.p_imagecode,
.pro_pa6 .Message_Form>div .form_left input.form-control {
    background: #fff !important;
    height: max(50px, 3.4vw) !important;
}

.pro_pa6 .Message_Form>div .e_textarea-66 textarea.form-control {
    background: #fff;
}

.pro_pa6 .Message_Form>div .form_left>div {
    width: calc((100% - 2vw) / 2);
}

.pro_pa6 .Message_Form button.btn-primary {
    line-height: max(50px, 3.4vw);
}

.pro_pa_tab {
    z-index: 1;
    position: relative;
    padding: 8% 0;
}

.pro_pa_tab:before {
    content: '';
    position: absolute;
    width: 1000%;
    height: 100%;
    background: #fff;
    z-index: -1;
    transform: translateX(-50%);
    left: 0;
    top: 0;
}

.pro_pa_tab .felx {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pro_pa_tab .left {
    width: 33%;
}

.pro_pa_tab .left .Limg_con {
    padding-bottom: 100%;
}

.pro_pa_tab .left .Limg_con img {
    display: none;
}

.pro_pa_tab .left .Limg_con .cur {
    display: block;
}

.pro_pa_tab .right {
    width: 58%;
}


.pro_pa_tab .tab_lan {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 3%;
    user-select: none;
}

.pro_pa_tab .tab_lan span {
    cursor: pointer;
    font-size: max(14px, 0.833vw);
    color: #000;
    font-weight: 700;
    position: relative;
    line-height: 200%;
}

.pro_pa_tab .tab_lan span:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #595757;
    bottom: 0;
    left: 0;
    transition: all .5s linear;
}

.pro_pa_tab .tab_lan span.cur {
    color: var(--li);
}

.pro_pa_tab .tab_lan span.cur:before {
    background: var(--li);
    height: 3px;
}

.tab_wordbox>div {
    display: none;
}

.tab_wordbox>div.cur {
    display: block;
}

.tab_wordbox p {
    font-size: max(14px, 0.833vw);
    color: #333;
    line-height: 150%;
    margin-top: 2%;
}

.tab_wordbox .tab_more {
    text-align: left;
    margin-top: 4%;
}

.tab_wordbox .tab_more a {
    display: inline-block;
    background: #EFF1F2;
    color: #000;
    line-height: max(45px, 2.656vw);
    padding: 0 4vw;
    border-radius: 5px;
    font-size: max(18px, 1.042vw);
    transition: all .5s ease;
    border: 1px solid transparent;
    margin-right: 1vw;
    font-weight: 700;
}

.tab_wordbox .tab_more a.act {
    color: #fff;
    background: var(--li);
}

/* 产品详情 */

section.Inside {
    background: #F7F7F7;
    margin: 0 auto;
}

section.Inside .Inside_Box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
}

section.Inside .Inside_Box:before {
    position: absolute;
    width: 28%;
    content: '';
    height: 100%;
    background: #fff;
    left: 0;
    top: 0;
}

.Inside_left {
    width: 28%;
    position: sticky;
    position: -webkit-sticky;
    top: max(100px, 5vw);
    left: 0;
}

.yx_Hide {
    display: none;
}


.inside_tit {
    text-align: center;
    font-size: max(18px, 1.25vw);
    font-weight: bold;
    text-transform: uppercase;
    padding: 5% 0;
    line-height: 100%;
    color: #333;
    border-bottom: 1px solid rgb(151 151 151 / 13%);
}

/* .inside_tit::first-letter {
    color: var(--li);
} */


.Inside_right {
    width: 72%;
    min-height: 100vh;
    padding: max(60px, 3.125vw) 4% 3% 4%;
    background: #F7F7F7;
}


a.returnbox {
    display: inline-block;
    color: #969696;
    font-size: max(16px, 0.938vw);
    font-weight: 700;
}

a.returnbox:hover {
    color: var(--li);
    text-decoration: underline;
}


.yx_PPBox .yx_icon {
    position: absolute;
    right: 8%;
    top: 50%;
    cursor: pointer;
    font-size: max(16px, 1.25vw);
    color: var(--li);
    font-family: '宋体';
    transform: translateY(-50%);
    font-weight: 700;
    transition: all .5s ease;
    z-index: 10;
}

.yx_PPBox .yx_icon:before {
    content: '>';
}

ul.yx_PPBox.yx_PPBox1 .yx_PageTit .rotate {
    transform: translateY(-50%) rotate(90deg);
}

ul.yx_PPBox.yx_PPBox1 {
    padding: 0px;
    color: #969696;
}

.yx_PPBox1>li.yx_PPList>.yx_PageTit {
    position: relative;
    font-size: max(16px, 0.938vw);
    padding-right: 10%;
    z-index: 2;
}

.yx_PPBox1>li.yx_PPList>.yx_PageTit:before {
    content: '';
    position: absolute;
    width: 200%;
    height: 100%;
    right: 0;
    top: 0;
    background: var(--li);
    transition: all .5s ease;
    z-index: -1;
    opacity: 0;
}

li.yx_PPList {
    transition: all .5s;
    background: #fff;
    padding-left: 11%;
    border-bottom: 1px solid rgb(151 151 151 / 13%);
    overflow: hidden;
}

ul.yx_PPBox.yx_PPBox1>li.yx_PPList:last-child {
    display: none !important;
}

ul.yx_PPBox.yx_PPBox1 .activs-d,
ul.yx_PPBox.yx_PPBox1>.L_active,
ul.yx_PPBox.yx_PPBox1>li:hover {
    color: #fff;
    background: #aabcba3d;
}

ul.yx_PPBox.yx_PPBox1 .activs-d .yx_PageTit:before {
    opacity: 1;
}

ul.yx_PPBox.yx_PPBox1>.L_active .yx_PageTit:before,
ul.yx_PPBox.yx_PPBox1>li:hover .yx_PageTit:before {
    opacity: 1;
}

ul.yx_PPBox.yx_PPBox1 .activs-d .yx_PT_Link1,
ul.yx_PPBox.yx_PPBox1>.L_active .yx_PT_Link1,
ul.yx_PPBox.yx_PPBox1>li:hover .yx_PT_Link1 {
    color: #fff;
    font-weight: 600;
}

ul.yx_PPBox.yx_PPBox1 .activs-d .yx_icon,
ul.yx_PPBox.yx_PPBox1>.L_active .yx_icon,
ul.yx_PPBox.yx_PPBox1>li:hover .yx_icon {
    color: #fff;
}

.yx_PPBox1>li.yx_PPList>.yx_PageTit>a {
    display: block;
    color: #333;
    transition: all .5s;
    line-height: 200%;
    padding: max(13px, 0.677vw) 0;
    font-size: max(16px, 1.094vw);
    font-weight: 600;
}

.down-ym .yx_PPBox1>li.yx_PPList>.yx_PageTit>a {
    padding: max(16px, 0.938vw) 0;
}

.yx_PPBox2 {
    display: none;
    position: relative;
    padding: 0 20px;
}

.yx_PPBox2>li.yx_PPList {
    padding-left: 0;
    background: transparent;
    border: none;
    padding: 10px 0;
}

.yx_PPBox2>li.yx_PPList:first-child {
    margin-top: 5%;
}

.yx_PPBox2>li.yx_PPList:nth-last-child(1) {
    margin-bottom: 5%;
}

.yx_PPBox2>li.yx_PPList>.yx_PageTit>a {
    display: block;
    position: relative;
    font-size: max(14px, 0.835vw);
    line-height: 134%;
    color: #828282;
}

.yx_PPBox2>li.yx_PPList>.yx_PageTit>.cl_buton {
    width: 24px;
    line-height: 24px;
    display: block;
    float: left;
    text-align: center;
    cursor: pointer;
    color: #8B8B8B;
}

.yx_PPBox2>li.yx_PPList>.yx_PageTit>a:before {
    content: '-';
}

.yx_PPBox2>li.L_active>.yx_PageTit>a {
    color: var(--li) !important;
    font-weight: bold;
}

.yx_PPBox2>li.yx_PPList>.yx_PageTit:hover a {
    color: #333;
}

.yx_PPBox2>li.yx_PPList>.yx_PageTit .yx_icon2 {
    position: absolute;
    right: 0;
    top: 0;
    color: #666;
    height: 100%;
    width: 44px;
    text-align: center;
    cursor: pointer;
    transition: all .5s ease;
}

.yx_PPBox2>li.yx_PPList>.yx_PageTit .rotate {
    transform: rotate(90deg);
}

.yx_PPBox2 .yx_PPBox3 {
    display: none;
    padding-top: 10px;
}

.yx_PPBox3>li.yx_PPList .yx_PT_Link3 {
    line-height: 35px;
    font-size: 14px;
    color: #333;
    padding-left: 40px;
    position: relative;
    display: block;
}

.yx_PPBox3>.L_active>.yx_PageTit .yx_PT_Link3,
.yx_PPBox3>li.yx_PPList>.yx_PageTit .yx_PT_Link3:hover {
    color: var(--yx_Color);
}

.yx_PPBox3>.L_active .yx_PT_Link3,
.yx_PPBox3>li.yx_PPList>.yx_PageTit:hover {
    color: var(--theme-color);
}

.product-details {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 4% auto 0;
}

.bread_crumbs * {
    font-size: max(14px, 0.833vw);
    color: #333;
}

.bread_crumbs i {
    color: var(--li);
}

.bread_crumbs a:hover {
    color: var(--li);
}

.product-details .product_swiper {
    width: 45%;
    max-width: max(500px, 30vw);
    user-select: none;
    margin: 0 auto 0 0;
}

.product_swiper .swiper-container {
    height: auto;
}

.product-details .product_swiper .L_imgswiper {
    position: relative;
    width: 100%;
    display: block;
    height: 0;
    padding-bottom: 72%;
    overflow: hidden;
    cursor: pointer;
    border-radius: 0;
    margin-bottom: 15px;
    background: #fff;
}

.swiper_bottom {
    position: relative;
    padding: 0 60px;
}

.swiper_bottom .swiper-button-prev {
    width: 41px;
    height: 100%;
    background: #fff;
    border-radius: 4px;
    margin: 0;
    top: 0;
    left: 0;
    transform: none;
}

.swiper_bottom .swiper-button-next {
    width: max(41px, 2.135vw);
    height: 100%;
    background: #fff;
    border-radius: 4px;
    margin: 0;
    top: 0;
    right: 0;
    transform: none;
}

.swiper_bottom .swiper-button-next:after,
.swiper_bottom .swiper-button-prev:after {
    font-size: max(16px, 0.938vw);
    color: #9E9E9E;
    font-weight: bold;
}

.swiper_bottom .swiper-button-next:hover:after,
.swiper_bottom .swiper-button-prev:hover:after {
    color: #fff;
}

.L_imgswiper>img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 90%;
    object-fit: contain;
}

.L_imgsmail {
    position: relative;
    width: 100%;
    display: block;
    height: 0;
    padding-bottom: 100%;
    border: 2px solid #fff;
    cursor: pointer;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    opacity: 0.5;
}

.L_imgsmail>img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
    object-fit: contain;
}

.swiper-slide-thumb-active .L_imgsmail {
    opacity: 1;
    border-color: var(--li);
}

.product-details .prduct_details_right {
    width: 50%;
}

.prduct_details_right .prod_tit {
    font-size: max(24px, 1.8vw);
    color: #000;
    line-height: 120%;
}

.prod_info {
    font-size: max(15px, 0.85vw);
    color: #333;
    line-height: 200%;
    margin: 4% 0 6%;
}

.pro_fx {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 5%;
}

.pro_fx span {
    display: inline-flex;
    align-items: center;
    font-size: max(16px, 0.938vw);
    color: #999999;
    font-weight: 800;
}

.pro_fx svg.icon {
    fill: #828282;
    width: max(18px, 1.146vw);
    height: auto;
    margin-right: 10px;
}

.pro_fx p {
    position: absolute;
    left: 0;
    top: 0;
    transition: all .5s ease;
    opacity: 0;
}

.pro_fx:hover p {
    opacity: 1;
    left: max(120px, 6.25vw);
}

.pro_fx p svg:hover {
    fill: var(--li);
}

.prod_info_slide {
    width: 100%;
    line-height: 200%;
    margin-bottom: 2%;
    background: #fff;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    counter-increment: Advantage;
    font-size: max(14px, 0.833vw);
}

.prod_info_slide .prod_info_left {
    text-align: left;
    font-weight: 700;
    color: #000;
    display: block;
    padding: 2% 3%;
    position: relative;
    cursor: pointer;
}

.prod_info_slide .prod_info_left:before {
    content: counters(Advantage, " ") '.';
    margin-right: 5px;
}

.prod_info_slide .prod_info_left .icon {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    transition: all .5s linear;
    width: max(16px, 0.833vw);
    height: auto;
    fill: #d2d2d2;
}

.prod_info_slide.active .prod_info_left .icon {
    transform: translateY(-50%) rotate(90deg);
    fill: var(--li);
}

.prod_info_right {
    color: var(--li);
    position: relative;
    z-index: 1;
    display: none;
    padding: 2% 3%;
    font-weight: 700;
    background: #E6EBE9;
}



.prod_info_right:before {
    content: 'A:';
    margin-right: 5px;
}

.prod_button .L_messbut {
    display: inline-flex;
    width: auto;
    min-width: 180px;
    align-items: center;
    justify-content: center;
    background: #fff;
    transition: all .5s;
    color: #333;
    font-size: max(16px, 1.042vw);
    fill: #333;
    line-height: 200%;
    padding: max(5px, 0.26vw) 2vw;
    font-weight: 500;
    border-radius: 5px;
}

.prod_button .L_messbut svg {
    width: max(22px, 1.146vw);
    height: auto;
}

.prod_button {
    position: relative;
    display: flex;
    gap: 2vw;
    flex-wrap: wrap;
}

.prod_button a span {
    display: block;
    margin: 0 10px;
}

.prod_button .L_messbut:hover {
    background: var(--li);
    color: #fff;
    fill: #fff;
}

.details_pro .Ribbon {
    font-size: max(18px, 1.25vw);
    line-height: 250%;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    margin-right: 2vw;
    color: #000;
}

.details_pro .Ribbon.active {
    color: var(--li);
    position: relative;
}

.details_pro .Ribbon.active:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: var(--li1);
}

.details_pro .proline {
    width: calc(100% - 200px);
    height: 1px;
    background: #333;
    position: relative;
}

.details_pro .proline:before {
    width: max(8px, 0.417vw);
    height: max(8px, 0.417vw);
    background: #333;
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.details_pro h3.Ribbon:before {
    width: 80%;
}

.details_pro {
    position: relative;
    display: flex;
    align-items: center;
}

.product-details-bottom img {
    max-width: 100% !important;
    height: auto;
    vertical-align: top;
}


table.L_table_ts {
    background: #eee;
    border: none;
    padding: 1.042vw;
    color: #666;
}

table.L_table_ts th,
table.L_table_ts td {
    border: none !important;
}

table.L_table_ts tr:first-child {
    background: transparent;
}

table.L_table_ts td:first-child {
    width: max(200px, 10.417vw);
    font-weight: bold;
    color: #333;
}

.product_detailsbox .table-responsive {
    overflow: auto;
}

.first_probox table {
    background: #f8fafc;
    font-size: var(--f16);
    border-right: 1px solid #ebeff5;
    border-bottom: 1px solid #ebeff5;
    font-weight: 400;
}

.first_probox table td,
.first_probox table th {
    border-top: 1px solid #ebeff5;
    border-left: 1px solid #ebeff5;
    padding: 10px;
    color: #666;
}

.first_probox table tr>td:nth-of-type(2n) {}

.Last_probox table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100% !important;
}

.Last_probox table tr:nth-of-type(-n+2) td {
    background: var(--li);
    color: #fff;
}

.Last_probox th,
.Last_probox td {
    min-height: 18px;
    border: 1px solid #0a0a0a;
    text-align: center;
    line-height: 1.5;
    font-size: max(12px, 0.729vw);
    padding: 0.521vw 0.26vw;
    vertical-align: middle;
    min-width: 70px;
}

.Last_probox tr td:first-child {
    white-space: nowrap;
}

.Last_probox tr td:nth-of-type(2n) {
    background: #fff;
}

.Last_probox th {
    background: #5E7C7A;
    color: #fff;
}

.Last_probox td p,
.Last_probox th p,
.Last_probox td p,
.Last_probox th p {
    margin: 0;
    padding: 5px;
    color: #666;
    font-size: max(12px, 0.625vw);
    line-height: 1.3;
}

.Last_probox td.amts {
    color: #cb2027;
}

.Last_probox th#cartDelete {
    text-align: center;
}

.product-details-bottom {
    width: 100%;
    margin-top: 5%;
}

.product_detailsbox {
    font-size: max(14px, 0.833vw);
    line-height: 200%;
    color: #333;
    padding: 2.5vw 0;
    display: none;
}

.product_detailsbox video {
    width: 100% !important;
    height: auto;
    object-fit: contain;
}

.inside-tit {
    font-size: max(24px, 1.875vw);
    color: #000;
    text-transform: capitalize;
    font-weight: 700;
    position: relative;
    padding-left: 3%;
    line-height: 114%;
    margin: 5% 0 2%;
}

.inside-tit+p {
    font-size: max(14px, 0.833vw);
    color: #333;
    line-height: 150%;
}

.inside-tit:before {
    content: '';
    width: .7vw;
    height: 100%;
    background: var(--li);
    border-radius: 6px;
    position: absolute;
    left: 0;
    top: 0;
}

.Product_list_box a.rela_img {
    padding: 5%;
    display: block;
    background: #fff;
    border-radius: 10px;
}

.Product_list_box .Limg_con {
    padding-bottom: 75%;
    margin-bottom: 10%;
}

.Product_list_box p {
    font-size: max(16px, 0.938vw);
    color: #000;
    text-align: center;
    line-height: 145%;
    font-weight: 600;
    min-height: max(52px, 2.708vw);
}

.product_big .active {
    display: block;
}

.Product_list_box {
    padding: 0 max(50px, 3.125vw);
    position: relative;
}

.Product_list_box .swiper-button-next,
.Product_list_box .swiper-button-prev {
    transition: all .5s ease;
    margin: 0;
    transform: translateY(-50%);
    width: max(41px, 2.135vw);
    height: max(75px, 3.906vw);
    background: transparent;
    border: 1px solid #979797;
    border-radius: 21px;
}

.Product_list_box .swiper-button-next:after,
.Product_list_box .swiper-button-prev:after {
    color: #000;
    font-weight: 700;
}

.Product_list_box .swiper-button-next:hover,
.Product_list_box .swiper-button-prev:hover {
    background: #fff;
}

.jc_box .flex {
    background: #fff;
    margin-top: 2%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 2%;
    transition: all .5s ease;
}

.jc_box .flex .left {
    width: 30%;
}

.jc_box .flex .left .Limg_cov {
    padding-bottom: 100%;
}

.jc_box .flex .right {
    width: 68%;
}

.jc_box .flex .right h4 {
    font-size: max(16px, 0.938vw);
    color: #000;
}

.jc_box .flex .right p {
    font-size: max(14px, 0.833vw);
}

.jc_box .flex:nth-of-type(2n) .left {
    order: 2;
}

.jc_box .flex:hover {
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
}

.product_detailsbox iframe {
    width: 100% !important;
    height: auto;
    aspect-ratio: 560 / 315;
}



/* 应用领域 */
.app_ban_bigbox {
    position: absolute;
    left: 50%;
    bottom: 8%;
    transform: translateX(-50%);
    padding: 0 max(50px, 2.7vw);
}

.app_ban_bigbox .swiper-button-prev,
.app_ban_bigbox .swiper-button-next {
    width: max(33px, 1.6vw);
    height: max(57px, 3vw);
    top: 15%;
    transform: none;
    background: rgba(0, 0, 0, 0.5);
}

.app_ban_bigbox .swiper-button-prev:hover,
.app_ban_bigbox .swiper-button-next:hover {
    background: var(--li);
}

.app_morebox span {
    background-image: url(/src/image/app_1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: max(77px, 4.01vw);
    height: max(88px, 4.583vw);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
}

.app_morebox span img {
    transition: all .5s ease;
    width: 42%;
    height: 42%;
    object-fit: contain;
}


a.app_morebox {
    width: 85%;
    display: block;
    margin: 0 auto;
    color: #fff;
    font-size: max(12px, 0.625vw);
}

a.app_morebox.active,
a.app_morebox:hover {
    font-weight: 700;
}

a.app_morebox.active span,
a.app_morebox:hover span {
    background-image: url(/src/image/app_2.png);
}

a.app_morebox.active img,
a.app_morebox:hover img {
    transform: rotateY(360deg);
}

section.app_bg {
    background: #EFF1F2;
    padding: 6% 0 9%;
}

ul.app_bigbox {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8vw;
}

ul.app_bigbox li {
    width: calc((100% - 1.6vw) / 3);
    background: #fff;
    position: relative;
    transition: all .5s ease;
}

ul.app_bigbox li .Limg_cov {
    padding-top: 65%;
}

ul.app_bigbox li .news_right {
    padding: 10% 7%;
    color: #000;
    line-height: 150%;
    min-height: max(250px, 13vw);
}

ul.app_bigbox li .app_tit {
    font-size: max(14px, 0.833vw);
    font-weight: 700;
    margin-bottom: 2%;
    line-height: 150%;
    line-clamp: 3;
    -webkit-line-clamp: 3;
}

span.app_more {
    position: absolute;
    right: 5%;
    bottom: 3%;
    font-size: max(16px, 0.938vw);
    color: var(--li);
    font-weight: 700;
}

ul.app_bigbox li:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 10px #164648;
}

ul.app_bigbox li:hover img {
    transform: scale(1.1);
}

/* 分销商 */
.dis_onebox {
    width: 100%;
    padding: 3.5% 0 7%;
    background: #F8F8F8;
}

.dis_onebox .dis_one {
    font-size: max(24px, 1.667vw);
    color: #000;
    font-weight: 600;
    text-align: center;
    max-width: max(1100px, 57.292vw);
    width: 85%;
    margin: 0 auto 2%;
}

h2.dis_tit {
    font-size: max(28px, 1.875vw);
    color: var(--li);
    text-align: center;
}

h2.dis_tit:after {
    content: '';
    display: block;
    width: 120px;
    height: 6px;
    background: #FFD80E;
    margin: 1% auto 2.4%;
}

.dis_onebox ul {
    max-width: max(1080px, 56.25vw);
    width: 85%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5vw;
}

.dis_onebox ul li {
    width: calc((100% - 3vw) / 3);
    background: #fff;
    border-radius: 23px;
    text-align: center;
    padding: 7% 4% 3%;
    font-size: max(14px, 0.833vw);
    color: #666;
    font-weight: 600;
    line-height: 150%;
    cursor: pointer;
    transition: all .5s ease;
}

.dis_onebox ul li>div {
    width: max(82px, 4.271vw);
    height: max(74px, 3.854vw);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20%;
}

.dis_onebox ul li img {
    max-width: 100%;
    width: 85%;
    height: auto;
    object-fit: contain;
    transition: all .5s ease;
}

.dis_onebox ul li:hover {
    box-shadow: 0 0 0 10px var(--li);
}

.dis_onebox ul li:hover img {
    transform: rotateY(180deg);
}

.dis_twobox {
    background: #F8F8F8;
    padding: 7% 0 5%;
    text-align: center;
    position: relative;
    z-index: 1;
}

.dis_twobox:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 40%;
    background: #000;
    left: 0;
    top: 0;
    z-index: -1;
}

.dis_two_tit {
    font-size: max(28px, 1.875vw);
    color: #fff;
    font-weight: 600;
}

.dis_two_tit+p {
    font-size: max(18px, 1.25vw);
    color: #fff;
    font-weight: 300;
    margin: 1% 0 5%;
}

.dis_twobox form#form {
    background: #fff;
    padding: 5%;
    border-radius: 30px;
}

.dis_twobox .Message_Form>div .form_left>div {
    width: calc((100% - 6vw) / 4);
}

.dis_twobox .Message_Form>div .form_left input.form-control {
    height: max(45px, 3.542vw);
    border-radius: 5px;
    background: #F8F8F8;
}

.dis_twobox .Message_Form>div .e_textarea-66 textarea.form-control {
    height: max(180px, 12.5vw);
    background: #F8F8F8;
}

.dis_twobox .Message_Form .e_textarea-67 input.p_imagecode {
    height: max(45px, 3.542vw);
    width: 40%;
    background: #F8F8F8;
}


.dis_twobox .Message_Form button.btn-primary {
    position: absolute;
    right: 0;
    width: 32%;
    margin: 0;
    height: max(45px, 3.542vw);
    border-radius: 5px;
}

.dis_threebox {
    background: #f8f8f8;
}

.dis_threebox ul {
    max-width: max(990px, 51.563vw);
    width: 85%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.dis_threebox ul:before {
    content: '';
    width: 1px;
}

.dis_threebox ul li {
    width: calc((100% - 9vw) / 3);
    margin: 1.5vw;
    text-align: center;
    padding: 7% 5% 5%;
    font-size: max(14px, 0.833vw);
    line-height: 150%;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: all .5s ease;
    counter-increment: Advantage;
    position: relative;
    z-index: 1;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, .5));
}

.dis_threebox ul li:before {
    content: counters(Advantage, " ");
    font-size: max(110px, 6.25vw);
    line-height: 101%;
    font-style: italic;
}

.dis_threebox ul li:after {
    content: '';
    background: var(--li);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    -webkit-clip-path: polygon(50% 0%, 100% 20%, 100% 80%, 50% 100%, 0 80%, 0 20%);
    clip-path: polygon(50% 0%, 100% 20%, 100% 80%, 50% 100%, 0 80%, 0 20%);
    border-radius: 10px;
}

.dis_threebox ul li:nth-of-type(n+3) {
    transform: translateY(-3.5vw);
}

.dis_threebox ul li:hover {
    color: #333;
}

.dis_threebox ul li:hover:after {
    background: var(--li1);
}


.dis_fourbox {
    padding: 3% 0 6%;
    background: url(/src/img/dis03.jpg) center center/cover no-repeat;
}

.dis_fourbox ul {
    max-width: max(1080px, 56.25vw);
    width: 85%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5vw;
    position: relative;
    margin-top: 4%;
}

.dis_fourbox ul:before {
    content: '';
    position: absolute;
    width: 90%;
    top: 50%;
    border-bottom: 3px dashed var(--li);
    right: 1%;
    margin-top: -1.5px;
}

.dis_fourbox ul li {
    width: calc((100% - 7.5vw) / 6);
    transition: all .5s ease;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
}

.dis_fourbox ul li .dis_top {
    order: 1;
    position: relative;
}

.dis_fourbox ul li .dis_top:before {
    content: '';
}

.dis_fourbox ul li .dis_bottom {
    order: 3;
}

.dis_fourbox ul li p {
    background: #fff;
    color: #000;
    font-size: max(14px, 0.833vw);
    text-align: center;
    font-weight: 700;
    line-height: 135%;
    padding: 0 13px;
    border-radius: 10px;
    min-height: max(80px, 5.208vw);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    transition: all .5s ease;
}

p.dis_bottom {
    opacity: 0;
}

.dis_fourbox ul li .dis_top:before {
    content: '';
    position: absolute;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #fff;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    transition: all .5s ease;
}

.dis_fourbox ul li .num {
    margin: max(30px, 1.5vw) 0;
    width: 100%;
    background: var(--li);
    color: var(--li1);
    font-size: max(16px, 0.938vw);
    text-align: center;
    line-height: 250%;
    font-weight: 700;
    -webkit-clip-path: polygon(85% 0, 100% 50%, 85% 100%, 0 100%, 15% 50%, 0 0);
    clip-path: polygon(85% 0, 100% 50%, 85% 100%, 0 100%, 15% 50%, 0 0);
    order: 2;
    transition: all .5s ease;
}

.dis_fourbox ul li:nth-of-type(2n) .dis_top {
    order: 3;
}

.dis_fourbox ul li:nth-of-type(2n) .dis_top:before {
    content: '';
    border-top: none;
    border-bottom: 12px solid #fff;
    top: auto;
    bottom: 100%;
}

.dis_fourbox ul li:nth-of-type(2n) .dis_bottom {
    order: 1;
}

.dis_fourbox ul li:hover p {
    background: var(--li);
    color: #fff;
}

.dis_fourbox ul li:hover p:before {
    border-top-color: var(--li);
}

.dis_fourbox ul li:hover .num {
    background: var(--li1);
    color: var(--li);
}

.dis_fourbox ul li:nth-of-type(2n):hover .dis_top:before {
    border-bottom: 12px solid var(--li);
}

.dis_fivebox {
    padding: 3% 0;
    background: url(/src/img/dis04.jpg) center center / cover no-repeat;
    display: block;
}

.dis_fivebox .fiveflex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.five_left {
    font-size: max(28px, 1.875vw);
    color: #fff;
    font-weight: 600;
    width: 64%;
}

.five_right {
    width: 25%;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.dis_fivebox .smiall_box {
    position: relative;
    z-index: 1;
    text-align: center;
}

.dis_fivebox .smiall_box img {
    height: max(60px, 4.167vw);
    width: auto;
}

.five_right:before {
    content: '';
    position: absolute;
    width: calc(87% - 2.604vw);
    height: calc(100% - 2.604vw);
    background: var(--li);
    -webkit-clip-path: polygon(50% 0%, 100% 20%, 100% 80%, 50% 100%, 0 80%, 0 20%);
    clip-path: polygon(50% 0%, 100% 20%, 100% 80%, 50% 100%, 0 80%, 0 20%);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.five_right:after {
    content: '';
    position: absolute;
    width: 87%;
    height: 100%;
    background: #fff;
    -webkit-clip-path: polygon(50% 0%, 100% 20%, 100% 80%, 50% 100%, 0 80%, 0 20%);
    clip-path: polygon(50% 0%, 100% 20%, 100% 80%, 50% 100%, 0 80%, 0 20%);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: .36;
    filter: blur(1px);
}

.dis_fivebox .smiall_box p {
    font-size: max(18px, 1.25vw);
    color: #fff;
    font-weight: 700;
    width: 80%;
    margin: 15px auto 0;
}


/* 服务 */
.nei_banner {
    position: relative;
    overflow: hidden;
    margin-top: max(100px, 5vw);
    line-height: 0;
}

.nei_banner>img {
    width: 100%;
    object-fit: contain;
}

.nei_txt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60%;
    line-height: 150%;
    color: #fff;
    text-align: center;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    padding-top: 5%;
}

.nei_txt>img {
    margin-bottom: 2vw;
}

.nei_txt h1 {
    text-transform: capitalize;
    font-size: max(36px, 2.188vw);
    letter-spacing: 1.5px;
    line-height: 100%;
}

.nei_txt p * {
    color: #fff;
    font-size: max(14px, 0.833vw);
    opacity: .53;
}

.nei_txt p a:last-child {
    opacity: 1;
}

.nei_txt p span:last-child {
    display: none;
}

.service_sort {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    display: flex;
}

.service_sort a {
    display: block;
    padding: max(20px, 1.042vw) max(50px, 2.604vw) max(30px, 1.563vw);
    color: #fff;
    font-size: max(18px, 1.094vw);
    letter-spacing: 0.5px;
    font-weight: bold;
    position: relative;
    line-height: 129%;
    white-space: nowrap;
}

.service_sort a:not(:last-child):before {
    content: '';
    height: max(30px, 1.563vw);
    border-right: 1px solid #979797;
    opacity: 0.4;
    position: absolute;
    right: 0;
    top: 20px;
}

.service_sort a:after {
    content: '';
    width: 100%;
    height: 100%;
    transform: scaleY(0);
    transform-origin: bottom;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(14, 134, 80, 0) 0%, #0E8650 100%);
    z-index: -1;
    transition: all .5s ease;
}

.service_sort a.active,
.service_sort a:hover {
    color: var(--li1);
}

.service_sort a.active:after,
.service_sort a:hover:after {
    transform: scaleY(1);
}

.ser_bigbox {
    background: #F8F8F8;
    padding: 4% 0 9%;
}

.ser_bigbox h2 {
    font-size: max(24px, 1.667vw);
    color: #000;
    line-height: 100%;
}

.ser_bigbox h2:before {
    content: '';
    display: inline-block;
    width: max(10px, 0.521vw);
    height: max(29px, 1.51vw);
    background: #FFD80E;
    border-radius: 6px;
    margin-right: 1%;
    vertical-align: middle;
}

.ser_one ul {
    display: flex;
    flex-wrap: wrap;
    gap: 3vw;
    margin-top: 3%;
}

.ser_one ul li {
    width: calc((100% - 6vw) / 3);
    background: #fff;
    text-align: center;
    padding: 4% 5%;
    font-size: max(14px, 0.729vw);
    color: #666;
    line-height: 135%;
    transition: all .5s ease;
}

.ser_bigbox hr {
    width: 100%;
    border: none;
    border-bottom: 1px dashed #979797;
    margin: 4% 0;
}

.ser_one ul li>div {
    width: max(65px, 3.385vw);
    height: max(64px, 3.333vw);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ser_one ul li>div img {
    max-width: 100%;
    object-fit: contain;
    width: 80%;
}

.ser_one ul li h3 {
    font-size: max(18px, 1.042vw);
    color: #000;
    margin: 13% 0 11%;
}

.ser_one ul li:hover {
    border-radius: 50px;
    transform: translateY(-10px);
}

.ser_two>p {
    font-size: max(14px, 0.833vw);
    color: #666;
    line-height: 150%;
    font-weight: 600;
    margin: 2% 0 4%;
}

.ser_two_smail {
    background: #fff;
    border-radius: 10px;
    padding: 5% 0;
    text-align: center;
    margin-bottom: 4px;
}

.ser_two_smail h3 {
    font-size: max(20px, 1.354vw);
    color: var(--li);
}

.ser_two_smail h3:after {
    content: '';
    display: block;
    width: max(120px, 6.25vw);
    height: max(6px, 0.313vw);
    background: #FFD80E;
    margin: 2% auto 4%;
}

.ser_two_smail ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1vw 4vw;
    width: 75%;
    margin: 0 auto;
}

.ser_two_smail ul li {
    width: calc((100% - 12vw) / 4);
    font-size: max(14px, 0.729vw);
    color: #666;
}

.ser_two_smail ul li div {
    width: max(100px, 5.208vw);
    height: max(100px, 5.208vw);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 6%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.ser_two_smail ul li div img {
    max-width: 100%;
    filter: drop-shadow(0px 100px 0px #fff);
    transition: all .5s ease;
}

.ser_two_smail ul li div:before {
    content: '';
    position: absolute;
    width: 94%;
    height: 100%;
    background: #EFF1F2;
    z-index: -1;
    -webkit-clip-path: polygon(50% 0%, 100% 20%, 100% 80%, 50% 100%, 0 80%, 0 20%);
    clip-path: polygon(50% 0%, 100% 20%, 100% 80%, 50% 100%, 0 80%, 0 20%);
    transition: all .5s ease;
}

.ser_two_smail ul li:hover div:before {
    transform: rotate(180deg);
    background: var(--li);
}

.ser_two_smail ul li:hover img {
    transform: translateY(-100px);
}

.ser_two_smail ul li:hover {
    color: var(--li);
    cursor: pointer;
}

.ser_two1_smail {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 3%;
    display: flex;
    align-items: center;
}

.ser_two1_smail img {
    width: 40%;
}

.ser_two1_right {
    width: 54%;
    margin-left: auto;
}

.ser_two1_right strong {
    display: block;
    font-size: max(18px, 1.042vw);
    color: #000;
    line-height: 140%;
}

.ser_two1_right p {
    font-size: max(14px, 0.833vw);
    color: #666;
    font-weight: 600;
    line-height: 150%;
    margin-top: 3%;
}

.ser_three p {
    font-size: max(14px, 0.833vw);
    color: #666;
    line-height: 150%;
    font-weight: 600;
}

.ser_three h2 {
    margin-bottom: 2%;
}

.table_box {
    width: 100%;
    overflow: auto;
    margin-top: 3%;
}

.table_box table {
    width: 100% !important;
    border-collapse: collapse;
    line-height: 22px;
}

.table_box table tr td {
    border: 1px solid #0a0a0a;
    padding: max(5px, 0.26vw) max(10px, 0.521vw);
    font-size: max(14px, 0.729vw);
    text-align: center;
}

.table_box table tr:first-child td {
    font-size: max(18px, 0.938vw);
    font-weight: normal;
    padding: max(10px, 0.521vw) max(15px, 0.781vw);
    font-weight: 600;
}

.table_box table tr:nth-child(2) td {
    background: var(--li);
    color: #fff;
    white-space: nowrap;
}

.table_box table tr td:nth-of-type(10) {
    width: max(240px, 12vw);
}

.ser_four h2 {
    margin-bottom: 2%;
}

.ser_four p {
    font-size: max(14px, 0.833vw);
    color: #666;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 1%;
}

.ser_four p span {
    color: var(--li);
    text-decoration: underline;
}

.ser_four h3 {
    color: #000;
    font-size: max(18px, 1.042vw);
    margin: 2% 0 1%;
}

.ser_four h3:before {
    content: '';
    width: 12px;
    height: 12px;
    background: var(--li);
    display: inline-block;
    border-radius: 50%;
    margin-right: 1%;
}

.four_box {
    background: var(--li);
    display: flex;
    align-items: center;
    width: 75%;
    border-radius: 0 0 50px 0;
    margin-bottom: 2%;
    padding: 1% 3%;
}

.four_box svg {
    width: 8%;
    height: auto;
    fill: var(--li1);
}

.four_right {
    width: calc(100% - 10%);
    padding-left: 4%;
}

.four_right p {
    color: #fff;
    font-style: italic;
    margin: 0;
}

.four_right .for_tit {
    color: var(--li1);
    font-size: max(20px, 1.458vw);
    letter-spacing: 1px;
}

.four_right .for_sub {
    font-size: max(16px, 0.938vw);
    letter-spacing: 1px;
}

.ser_name {
    font-size: max(24px, 1.667vw);
    font-weight: 700;
    text-align: center;
    color: var(--li);
    width: 85%;
    margin: 0 auto 10%;
}

.ser_name span {
    color: var(--li1);
}

.ser_fivebix {
    display: flex;
    flex-wrap: wrap;
    gap: 180px 3.5vw;
    position: relative;
}

.ser_fivebix .ser_list {
    width: calc((100% - 7vw) / 3);
    background: #fff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    order: 1;
    position: relative;
}

.ser_fivebix .Limg_cov {
    padding-bottom: 73%;
    overflow: hidden;
    border-radius: 20px;
}

.ser_fivebix .ser_five_text {
    padding: 11%;
    text-align: center;
    font-size: max(14px, 0.729vw);
    color: #666;
    line-height: 150%;
}

.ser_five_text p {
    font-size: max(18px, 1.094vw);
    color: #000;
    font-weight: bold;
    margin-bottom: 3%;
    min-height: max(32px, 2.188vw);
}

.ser_fivebix .ser_list:nth-of-type(n+4) .Limg_cov {
    order: 2;
}

.ser_fivebix .ser_list:nth-of-type(4) {
    order: 5;
}

.ser_fivebix .ser_list:nth-of-type(5) {
    order: 4;
}

.ser_fivebix .ser_list:nth-of-type(6) {
    order: 3;
}

.ser_fivebix:before {
    content: '';
    position: absolute;
    width: 85%;
    height: 86px;
    border: 2px dashed var(--li);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50px;
    -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 10% 100%);
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 10% 100%);
}

.ser_fivebix .ser_list:before {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    background: var(--li1);
    border-radius: 50%;
    border: 4px solid var(--li);
    box-sizing: border-box;
    left: 50%;
    top: 107%;
    transform: translateX(-50%);
    transition: all .5s ease;
}

.ser_fivebix .ser_list:nth-of-type(n+4):before {
    top: auto;
    bottom: 107%;
}

.ser_fivebix .ser_list:hover img {
    transform: scale(1.05);
}

.ser_fivebix .ser_list:hover:before {
    border-width: 8px;
}


/* 服务下载 */
.down_box {
    display: flex;
    flex-wrap: wrap;
    gap: 3vw;
}

.down_box .down_list {
    background: #fff;
    position: relative;
    overflow: hidden;
    width: calc((100% - 6vw) / 3);
    padding: 3%;
}

.down_box .Limg_cov {
    padding-bottom: 150%;
    box-shadow: 0px 5px 20px 5px rgb(0 0 0 / 30%);
}

.down_1 p {
    font-size: max(16px, 0.938vw);
    color: #000;
    text-align: center;
    margin: 10% 0 7%;
}

.down_1 span {
    position: absolute;
    right: 5%;
    bottom: 3%;
    font-size: max(16px, 0.938vw);
    color: var(--li);
    font-weight: 700;
}

.down_list .tc_more {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 62%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    color: #fff;
    font-size: max(18px, 1.094vw);
    text-align: center;
    padding: 10%;
    font-weight: 700;
    opacity: 0;
    transition: all .5s ease;
    transform: scale(1.1);
}

.down_list .tc_more span {
    background: #fff;
    color: var(--li);
    font-size: max(16px, 0.938vw);
    border-radius: 4px;
    line-height: 230%;
    margin-top: 5%;
    padding: 0 max(30px, 2.2vw);
}

.down_box .down_list:hover .tc_more {
    opacity: 1;
    transform: scale(1);
}


/* 新闻中心 */
.yx_H_Active .yx_Header {
    background-color: #fff;
}

.news_top {
    background: #fff;
    padding-top: 7%;
    padding-bottom: 2%;
    box-shadow: 0 0 14px rgb(0 0 0 / 14%);
}

.news_top .banner_radius {
    margin-top: 2%;
    text-align: right;
}

.news_top .newbanenr_box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.news_top .newbanenr_box:hover img {
    transform: scale(1.05);
}

.news_top .Limg_cov {
    width: 50%;
    padding-bottom: 29%;
}

.news_top .newbanenr_info {
    width: 50%;
    padding-left: 3.2%;
    font-weight: 700;
}

.news_top .newban_time {
    font-size: max(16px, 0.938vw);
    color: var(--li);
}

.news_top .newbanenr_info .title {
    font-size: max(24px, 1.667vw);
    color: #000;
    line-height: 120%;
    margin: 2% 0 6%;
}

.news_top .newbanenr_info .summary {
    font-weight: normal;
    color: #333;
    font-size: max(14px, 0.833vw);
    line-height: 150%;
    margin-bottom: 13%;
}

span.n_t_more {
    width: max(228px, 11.875vw);
    line-height: max(49px, 2.552vw);
    background: var(--li1);
    color: var(--li);
    font-size: max(16px, 1.042vw);
    display: block;
    text-align: center;
    -webkit-clip-path: polygon(7% 0, 93% 0, 100% 50%, 93% 100%, 7% 100%, 0 50%);
    clip-path: polygon(7% 0, 93% 0, 100% 50%, 93% 100%, 7% 100%, 0 50%);
    transition: all .5s ease;
}

span.n_t_more:hover {
    color: #fff;
    background: var(--li);
    transform: translateY(-5px);
}

.news_center {
    display: flex;
    justify-content: center;
    margin: 2% 0 3%;
}

.news_center a {
    color: #666;
    font-size: max(18px, 1.094vw);
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: max(2px, 0.208vw) solid transparent;
    transition: all .5s ease;
    padding: 0 2vw;
    line-height: 200%;
}

.news_center a.active,
.news_center a:hover {
    border-color: var(--li1);
    color: var(--li);
}

.news_center .line {
    width: 1px;
    height: max(42px, 2.188vw);
    border-left: 1px solid #979797;
    opacity: 0.4;
    margin: 0 1.5vw;
}

.news_center .line:last-child {
    display: none;
}

section.news_bigbox {
    padding-bottom: 8%;
}

.news .news_box {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    margin-bottom: 3%;
    padding: 1.5% 0;
}

.news .news_box:before {
    content: '';
    position: absolute;
    width: 103%;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background: #fff;
    border: 1px solid #EFEFEF;
    z-index: -1;
    transition: all .5s ease;
}

.news .news_box .Limg_cov {
    width: 35%;
    padding-bottom: 20%;
}

.news .news_box .news_right {
    width: 60%;
    margin-left: 5%;
    position: relative;
    padding-top: 2%;
}

.news_tit {
    font-size: max(18px, 1.25vw);
    color: #000;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 2%;
}

.news_summ {
    font-size: max(14px, 0.729vw);
    color: #666;
    line-height: 150%;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

.news .news_box .news_right .news_time {
    text-transform: uppercase;
    font-size: max(16px, 0.938vw);
    color: #aaa;
    font-family: Bebas;
    position: absolute;
    left: 0;
    bottom: 0;
}

span.news_more {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: max(16px, 1.042vw);
    color: var(--li);
    font-weight: 700;
    line-height: 265%;
}

span.news_more:before {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    background: var(--li1);
    z-index: -1;
    right: -25%;
    transition: all .5s ease;
    -webkit-clip-path: polygon(10% 0, 100% 0, 100% 50%, 100% 100%, 10% 100%, 0 50%);
    clip-path: polygon(10% 0, 100% 0, 100% 50%, 100% 100%, 10% 100%, 0 50%);
}

.news li:hover .news_box:before {
    box-shadow: 9px 14px 14px 0px rgba(0, 0, 0, 0.25);
}

.news li:hover .news_more:before {
    width: 185%;
}


.know_swiper .swiper-slide {
    counter-increment: Advantage;
}

.know_swiper .swiper-slide p.re11biao:before {
    content: counter(Advantage, decimal-leading-zero);
    display: inline-block;
}

.know_swiper .swiper-slide p.re11biao {
    font-size: max(18px, 1.25vw);
    color: #e2a42b;
    border-bottom: 1px solid #e2a42b;
    padding-bottom: 12px;
}

.re11p {
    font-size: max(16px, 0.938vw);
    color: #333;
    font-weight: 300;
    line-height: 150%;
    min-height: max(72px, 4.219vw);
    margin: 12px 0 20px;
    line-clamp: 3;
    -webkit-line-clamp: 3;
}

span.re11mor {
    font-size: max(14px, 0.833vw);
    color: #666;
    font-weight: 300;
}

.re11p:hover,
span.re11mor:hover {
    color: #e2a42b;
}

.know_box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5%;
    gap: 30px;
}

.know_box>div {
    position: static;
    transform: none;
    background: var(--li);
    width: max(30px, 3vw);
    height: max(30px, 3vw);
}

.know_box>div:hover {
    background: #e2a42b;
}

/* 新闻详情 */

.news_text_word {
    background: #fff;
    padding: 14% 3% 5%;
    width: 100%;
    margin: 0% auto;
    position: relative;
}


.news_text_word h1 {
    font-size: max(24px, 1.458vw);
    text-align: center;
    border-bottom: 1px solid #eee;
    padding: 0 0 0.781vw;
    margin-bottom: 0.781vw;
    color: #333;
}

.news_flex {
    text-align: center;
    font-size: max(16px, 0.833vw);
    color: #999;
    line-height: 200%;
    margin-bottom: 3%;
}

.news_flex span {
    display: inline-block;
    margin: 0 0.781vw;
}

.news_detit {
    font-size: max(24px, 1.563vw);
    font-weight: 700;
    color: #000;
    line-height: 130%;
}

.news_time .news_fx {
    position: static;
    margin: 2% 0;
    display: flex;
    align-items: center;
}

.news_fx .icon {
    fill: #666;
    width: max(22px, 1.198vw);
    height: auto;
}

.news_fx span {
    display: flex;
    align-items: center;
    font-size: max(16px, 0.938vw);
    color: #666;
    font-weight: 700;
    margin-right: 3vw;
}

.news_fx p a {
    display: inline-block;
    margin-right: 1vw;
}

.news_fx span svg {
    margin-right: 0.781vw;
}

.news_fx p .icon:hover {
    fill: var(--li);
}

.news_pages {
    margin-top: 5%;
    display: flex;
    align-items: center;
    background: #fff;
}

.news_pages>div {
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}

.next_left {
    width: 33%;
}

.next_left>div {
    padding-bottom: 66%;
}

.next_center {
    width: calc(67% - 25%);
    padding: 0 2vw;
}

.next_center h3 {
    font-size: max(18px, 1.25vw);
    line-height: 150%;
    color: #333;
    line-clamp: 3;
    -webkit-line-clamp: 3;
}

.next_center>div {
    font-size: 0.729vw;
    color: #333;
}

.news_pages .next_center+a {
    width: 23%;
    background: var(--li);
    display: flex;
    align-items: center;
    font-size: max(18px, 1.25vw);
    color: #fff;
    justify-content: center;
    fill: #fff;
    line-height: max(60px, 3.5vw);
    border-radius: 0.104vw;
    border: 0.104vw solid var(--li);
    transition: all .5s ease;
    font-weight: bold;
    margin-right: auto;
}

.news_pages .next_center+a svg {
    margin-left: 1.042vw;
    width: max(15px, 1.042vw);
    height: auto;
}

.news_pages .next_center+a:hover {
    background: transparent;
    color: var(--li);
    fill: var(--li);
}


.sub {
    background: #eee;
    border: 1px solid #ccc;
    padding: 0.521vw;
    font-size: 0.729vw;
    color: #666;
    margin: 0.781vw 0;
    display: none;
}

.news_word {
    font-size: max(16px, 0.833vw);
    line-height: 167%;
    color: #333;
}

.news_word table {
    border-top: 1px solid #eee;
    padding: 5px;
    border-left: 1px solid #eee;
}

.news_word table td {
    border-right: 1px solid #eee;
    padding: 5px;
    border-bottom: 1px solid #eee;
}

.news_word * {
    text-wrap: wrap !important;
}

.news_word p {
    margin: 0 0 20px;
    min-height: 1vw;
}

.news_word img {
    max-width: 100% !important;
    height: auto !important;
}

.news_word ol,
.news_word ul {
    padding-inline-start: 1.302vw;
}

.news_word li {
    list-style-type: disc;
    margin: 0 0 10px;
}

.news_word ol li {
    list-style-type: decimal;
}

@media only screen and (min-width:769px) {
    .news_word h2 {
        font-size: max(26px, 1.354vw);
        margin: 30px 0 20px;
    }

    .news_word h3 {
        font-size: max(18px, 1.25vw);
        margin: 30px 0 20px;
    }

    .news_word h4 {
        font-size: max(16px, 0.85vw);
        margin: 20px 0 10px;
    }
}


/* 联系我们 */
.con_bigbox {
    background: #EFF1F2;
    padding: 7% 0 2%;
}

.con_bigbox>div>div {
    background: #fff;
    width: 100%;
    padding: 2% 3%;
    margin: 0 auto 3%;
    position: relative;
}

.con_top:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 6px;
    left: 0;
    bottom: 0;
    background: linear-gradient(90deg, #35C702 0%, #00FFE2 59%, #0071FF 100%);
}

.con_bigbox h2 {
    font-size: max(20px, 1.25vw);
    color: #000;
}

.con_bigbox h2+p {
    font-size: max(14px, 0.729vw);
    line-height: 200%;
    color: #aaa;
}

.con_top img {
    margin: 1.6% 0;
    width: 100%;
}

.contop_txt {
    font-size: max(16px, 0.938vw);
    color: #000;
    line-height: 180%;
}

.contop_txt span {
    color: var(--li);
}

.contop_txt b {
    display: block;
}

.contop_txt .con_xx {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: max(600px, 31.25vw);
    margin-top: 1.5%;
    font-size: max(14px, 0.833vw);
}

.contop_txt .con_xx p {
    width: 50%;
    font-weight: bold;
    line-height: 200%;
}

.contop_txt .con_xx p a {
    color: #000;
}


.Message_Form {
    position: relative;
    margin-top: 1.5%;
}

.Message_Form>.mefore {
    display: flex;
    gap: 2.604vw;
    position: relative;
}

.Message_Form>div .form_left {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 1vw 2vw;
}

.Message_Form>div .form_left>div {
    width: calc((100% - 4vw) / 3);
}

.Message_Form>div .e_textarea-66 {
    width: 100% !important;
}

.Message_Form>div .form_left input.form-control {
    padding-left: max(20px, 1.5vw);
    width: 100%;
    border: none;
    background: #EFF1F2;
    border-radius: 0.3vw;
    height: max(45px, 2.4vw);
    overflow: hidden;
    font-size: max(16px, 0.833vw);
}

.Message_Form>div .e_textarea-66 textarea.form-control {
    width: 100%;
    height: max(128px, 6.667vw);
    border: none;
    border-radius: 0.3vw;
    overflow: hidden;
    padding: 0.781vw;
    padding-left: max(20px, 1.5vw);
    font-size: max(16px, 0.833vw);
    background: #EFF1F2;
}

.Message_Form .e_textarea-67 {
    display: flex;
    width: 100% !important;
    flex-wrap: wrap;
}

.Message_Form>div .form_left p {
    display: block;
    width: 100%;
    color: #333;
    font-size: max(14px, 0.833vw);
}

.Message_Form .e_textarea-67 input.p_imagecode {
    width: 22vw;
    padding-left: max(20px, 1.5vw);
    border: none;
    background: #EFF1F2;
    border-radius: 0.3vw;
    height: max(45px, 2.4vw);
    font-size: max(16px, 0.833vw);
}

.Message_Form .verbox {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-left: 1.042vw;
}

.Message_Form .verbox img {
    height: 100%;
    object-fit: contain;
}

.Message_Form button.btn-primary {
    margin-top: 2%;
    line-height: max(50px, 3vw);
    width: 100%;
    background: var(--li);
    display: block;
    color: #fff;
    text-align: center;
    border: none;
    cursor: pointer;
    transition: all .5s ease;
    text-transform: uppercase;
    font-size: max(20px, 1.3vw);
    font-weight: 700;
    border-radius: 5px;
}

.Message_Form button.btn-primary:hover {
    color: var(--li1);
}

@media only screen and (max-width:1200px) {
    .service_sort a {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 16px;
    }

    .nei_txt {
        padding-top: 0;
    }

    .ab .nei_txt {
        height: 40%;
    }
}

@media only screen and (max-width:1100px) {
    .n_center {
        margin: 0 auto;
        width: 94%;
        max-width: 94vw;
    }

    .nei_banner {
        margin-top: 60px;
    }
}

@media only screen and (max-width:768px) {
    .nei_txt h1 {
        font-size: 32px;

    }

    .nei_banner {
        height: 220px;
    }

    .nei_banner>img {
        width: 100%;
        object-fit: cover;
        position: absolute;
        height: 100%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .ab_word h2 {
        font-size: 20px;
        line-height: 124%;
        letter-spacing: 0;
        margin: 20px 0 10px;
        font-style: normal;
    }

    .ab_flex>div {
        width: 100%;
        padding: 10px 0;
    }

    .ab_flex .ab_flex-1 {
        order: 2;
    }

    .ab_bg {
        padding: 50px 0;
    }

    .brandbox img.brand_logo {
        max-width: 200px;
    }

    .brabd_one:before {
        background-size: cover;
    }

    .brabd_one span {
        font-size: 14px;
    }

    .brabd_two {
        font-size: 16px;
    }

    .br_two_list>div {
        margin-bottom: 0;
    }

    .brabd_three {
        margin: 50px 0;
    }

    .brabd_three ul li {
        width: 100%;
        padding: 20px;
        font-size: 14px;
        text-align: left;
        font-weight: normal;
    }

    p.brand_name:after {
        width: 50px;
        height: 3px;
        margin: 10px auto 30px;
    }

    .dis_onebox {
        padding: 50px 0;
    }

    .historybox h2 {
        font-size: 20px;
    }

    .historybox h2+p {
        font-size: 14px;
        line-height: 150%;
        margin-bottom: 30px;
    }

    .history_bg {
        display: none;
    }

    ul.hist_ul {
        position: relative;
    }

    ul.hist_ul:before {
        content: '';
        position: absolute;
        width: 2px;
        height: 100%;
        background: linear-gradient(180deg, #257a6f, #6ecd7a, #febb02);
        left: 5px;
        border-radius: 10px;
    }

    .hist_list {
        position: relative;
        left: 0 !important;
        top: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
        margin-bottom: 30px;
        padding-left: 20px;
    }

    .hist_list .time {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .hist_list .hist_word {
        font-weight: normal;
        gap: 0;
    }

    .hist_list:before {
        content: '';
        position: absolute;
        left: 2px;
        top: 7px;
        background: var(--li);
        width: 8px;
        height: 8px;
        border-radius: 50%;
    }

    .honorbox h2 {
        font-size: 20px;
    }

    .honorbox h2+p {
        font-size: 14px;
        line-height: 150%;
    }

    .honorbox ul.spotlight-group li {
        width: calc((100% - 2vw) / 2);
    }

    .proban_txt h1 {
        font-size: 28px;
    }

    .proban_txt .proban_txt_sub {
        line-height: 134%;
        font-size: 12px;
    }

    .proban_txt p {
        font-size: 14px;
    }

    .proban_txt .pro_ico {
        max-width: 150px;
    }

    .pro_bigbox {
        padding: 50px 0;
    }

    h2.scre_tit {
        padding-left: 15px;
        margin-bottom: 15px;
    }

    h2.scre_tit:before {
        width: 5px;
    }

    .w30,
    .w50 {
        width: 100%;
        height: 42px;
    }

    form.scre_form>div input,
    form.scre_form select {
        padding: 0 15px;
    }

    .tab_clic {
        width: 100px;
        height: 60%;
    }

    ul.product_box .product_list {
        width: 100%;
    }

    .inside_tit {
        display: none;
    }

    .Inside_left {
        width: 100%;
        position: static;
    }

    .yx_Hide {
        display: block;
    }

    .yx_MoPageBtn {
        display: block !important;
        border: 0;
        background: var(--li);
        padding: 15px;
        border-radius: 0;
        font-size: 14px;
        color: #fff;
        outline: none;
        width: 100%;
        text-align: center;
        line-height: 1;
    }

    .yx_MoPageClose {
        font-size: 24px;
        color: #fff;
        width: 50px;
        height: 50px;
        display: block !important;
        background: var(--li);
        line-height: 50px;
        text-align: center;
    }

    .yx_PPTCon {
        position: fixed;
        background: #fff;
        width: 100%;
        height: 100%;
        z-index: 999;
        top: 0;
        padding: 0;
        left: 100%;
        transition: all 0.8s;
        overflow: auto;
    }

    .Inside_right {
        width: 100%;
        padding: 20px 20px 50px;
    }

    section.Inside .Inside_Box:before {
        display: none;
    }

    a.returnbox {
        font-size: 14px;
        font-weight: normal;
    }

    .product-details .product_swiper {
        width: 100%;
        max-width: 100%;
    }

    .product-details .prduct_details_right {
        width: 100%;
        margin-top: 25px;
    }

    .prduct_details_right .prod_tit {
        font-size: 20px;
        line-height: 134%;
    }

    .prod_info {
        font-size: 14px;
        line-height: 166%;
        margin: 10px 0 20px;
    }

    .pro_fx p {
        left: 120px;
        opacity: 1;
    }

    .prod_button .L_messbut {
        min-width: 145px;
        margin-top: 20px;
        font-size: 14px;
    }

    .details_pro {
        margin: 30px 0 20px;
    }

    .details_pro .Ribbon {
        font-size: 16px;
        margin-right: 20px;
    }

    .product-details-bottom img {
        width: 100% !important;
    }

    .Message_Form>div .form_left>div {
        width: 100%;
    }

    .Message_Form>div .e_textarea-66 textarea.form-control {
        padding: 15px 20px 20px 35px;
    }

    .Message_Form>div .form_left input.form-control {
        padding-left: 35px;
    }

    .Message_Form>div .form_left {
        gap: 10px;
        margin-top: 20px;
    }

    .Message_Form .e_textarea-67 input.p_imagecode {
        width: calc(100% - 205px);
        padding-left: 25px;
    }

    .Message_Form>div .form_left p {
        margin: 15px 0;
    }

    .prod_info_slide .prod_info_left {
        padding: 10px 40px 10px 10px;
        line-height: 150%;
        font-weight: normal;
    }

    .details_pro .Ribbon.active:before {
        height: 3px;
    }

    .prod_info_right {
        padding: 20px;
        font-weight: normal;
        line-height: 150%;
    }

    .pro1_box h1 {
        font-size: 24px;
        width: 50%;
    }

    .pro1_box .ban_img img {
        max-width: 35px;
        height: 35px;
        object-fit: contain;
    }

    .parallax-wrapper .parallax {
        position: absolute;
        width: 50%;
        left: auto;
        right: 3%;
        top: 10%;
        transition: all .5s linear;
        transform: none;
        object-fit: contain;
    }

    .pro_pa1 {
        padding: 50px 0;
    }

    .pro_page h2 {
        font-size: 18px;
    }

    p.pa1_p {
        line-height: 150%;
        margin: 10px 0 20px;
    }

    ul.pa1_ul li .left {
        width: 100%;
    }

    ul.pa1_ul li .flex .right {
        position: static;
        width: 100%;
        transform: none;
        padding: 20px 0 !important;
    }

    ul.pa1_ul {
        gap: 30px;
    }

    ul.pa1_ul li .flex .right h3 {
        font-size: 18px;
    }

    .pro_pa_tab .left {
        width: 100%;
        order: 2;
    }

    .pro_pa_tab .right {
        width: 100%;
    }

    .pro_pa_tab .tab_lan span {
        cursor: pointer;
        font-size: max(14px, 0.833vw);
        color: #000;
        font-weight: 700;
        position: relative;
        line-height: 200%;
        width: 100%;
        background: #eee;
        text-align: center;
        padding: 10px;
        margin-bottom: 5px;
    }

    .pro_pa_tab .tab_lan span.cur {
        background: var(--li);
        color: #fff;
    }

    .pro_pa_tab .tab_lan span:before {
        display: none;
    }

    .tab_wordbox {
        margin: 20px 0 40px;
    }

    .tab_wordbox .tab_more a {
        font-size: 14px;
        width: 130px;
        text-align: center;
    }

    .pro_pa2 {
        padding: 50px 0;
    }

    p.pa2_p {
        margin: 10px 0 20px;
        letter-spacing: 0;
    }

    .pro_down .flex .right {
        width: 100%;
    }

    .pro_down .flex .left {
        width: 100%;
        order: 2;
    }

    .pro_down .flex .left b {
        font-size: 20px;
        margin-top: 15px;
        display: block;
    }

    .pro_down .flex .left p {
        font-size: 14px;
        margin: 10px 0 20px;
    }

    .pro_down .flex .left a {
        line-height: max(40px, 2.656vw);
        padding: 0 20px;
        font-size: 14px;
    }

    .pro_pa4 {
        padding: 50px 0;
    }

    .pro_pa5 .flex>div {
        width: 100%;
    }

    .pro_pa5 .flex .left {
        order: 2;
        margin: 20px 0;
    }

    .pro_pa5 .pro_swiper .Limg_con {
        padding-bottom: 75%;
    }

    .pro_pa5 .flex .pro1_more {
        line-height: max(40px, 2.656vw);
        padding: 0 20px;
        font-size: 14px;
    }

    .pro_pa6 .Message_Form>div .form_left>div {
        width: 100%;
    }

    .pro_pa6 {
        padding: 50px 0;
    }

    .app_morebox span {
        width: 50px;
        height: 58px;
    }

    .app_ban_bigbox {
        padding: 0;
    }

    a.app_morebox {
        width: 100%;
        line-height: 120%;
    }

    ul.app_bigbox {
        gap: 10px;
    }

    ul.app_bigbox li {
        width: calc((100% - 10px) / 2);
    }

    span.app_more {
        font-size: 14px;
    }

    ul.app_bigbox li .news_right {
        padding: 15px 15px 50px;
        min-height: auto;
    }


    .swiper.know_swiper {
        height: 900px;
    }

    .know_swiper .swiper-slide {
        height: calc((100% - 50px) / 6);
    }

    .re11p {
        font-size: 14px;
        min-height: auto;
        margin: 12px 0 20px;
    }


    .news_word {
        font-size: 14px;
        line-height: 167%;
    }

    section.app_bg {
        padding: 50px 0;
    }

    .news_time .news_fx {
        margin: 10px 0 20px;
    }

    .next_left {
        width: 33%;
        display: none;
    }

    .next_center {
        width: 100%;
        padding: 10px;
        text-align: center;
    }

    .news_pages .next_center+a {
        width: 100%;
    }

    .dis_onebox .dis_one {
        font-size: 18px;
        margin: 0 auto 40px;
    }

    h2.dis_tit {
        font-size: 24px;
        margin-bottom: 20px;
    }

    h2.dis_tit:after {
        width: 60px;
        height: 4px;
        margin: 10px auto 30px;
    }

    .dis_onebox ul {
        gap: 10px;
    }

    .dis_onebox ul li {
        width: calc((100% - 10px) / 2);
        border-radius: 10px;
        padding: 10px;
        font-weight: normal;
    }

    .dis_onebox ul li>div {
        width: 50px;
        height: 50px;
        margin: 15px auto;
    }

    .dis_twobox {
        padding: 50px 0;
    }

    .dis_two_tit {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .dis_two_tit+p {
        font-size: 14px;
        line-height: 134%;
        margin: 10px 0 30px;
    }

    .dis_twobox .Message_Form>div .form_left>div {
        width: 100%;
    }

    .dis_twobox .Message_Form button.btn-primary {
        position: static;
        width: 100%;
        margin: 20px 0;
        height: 45px;
        border-radius: 5px;
        line-height: 45px;
        font-weight: normal;
        font-size: 14px;
    }

    .dis_twobox .Message_Form .e_textarea-67 input.p_imagecode {
        height: max(45px, 3.542vw);
        width: calc(100% - 206px);
        background: #F8F8F8;
    }

    .Message_Form .e_textarea-67::before {
        display: none;
    }

    .dis_threebox ul li {
        width: 100%;
        margin: 0 0 20px;
        text-align: center;
        padding: 20px;
    }

    .dis_threebox ul li:after {
        -webkit-clip-path: none;
        clip-path: none;
        border-radius: 10px;
    }

    .dis_threebox ul li:before {
        font-size: 52px;
    }

    .dis_threebox ul li:nth-of-type(n+3) {
        transform: none;
    }

    .dis_fourbox {
        padding: 50px 0;
    }

    .dis_fourbox ul {
        gap: 20px;
    }

    .dis_fourbox ul li {
        width: calc((100% - 20px) / 2);
    }

    .dis_fourbox ul:before {
        display: none;
    }

    .dis_fourbox ul li .dis_bottom {
        display: none;
    }

    .dis_fourbox ul li:nth-of-type(2n) .dis_top {
        order: 1;
    }

    .dis_fourbox ul li:nth-of-type(2n) .dis_top:before {
        content: '';
        border-top: none;
        border-top: 12px solid #fff;
        top: 100%;
        bottom: auto;
    }

    .dis_fourbox ul li .num {
        margin: 10px 0;
    }

    .dis_fivebox {
        display: none;
    }

    .service_sort a {
        font-size: 14px;
    }

    .ser_bigbox {
        padding: 50px 0;
    }

    .down_box .down_list {
        width: calc((100% - 3vw) / 2);
        padding: 0;
    }

    .down_1 span {
        display: none;
    }

    .ser_one ul li {
        width: 100%;
    }

    .ser_one ul li h3 {
        margin: 15px 0;
    }

    .ser_bigbox h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .ser_bigbox h2:before {
        width: 5px;
        margin-right: 15px;
    }

    .ser_two>p {
        font-weight: normal;
        margin: 0 0 30px;
    }

    .ser_two_smail {
        padding: 50px 0;
    }

    .ser_two_smail h3:after {
        width: 60px;
        height: 3px;
        margin: 15px auto 40px;
    }

    .ser_two_smail ul {
        gap: 10px;
        width: 100%;
    }

    .ser_two_smail ul li {
        width: calc((100% - 10px) / 2);
        background: #eee;
        padding: 0 10px 20px;
    }

    .ser_two_smail ul li div {
        width: 50px;
        height: 50px;
        margin: 20px auto;
    }

    .ser_two1_smail {
        padding: 50px 0 0;
        flex-wrap: wrap;
    }

    .ser_two1_smail>* {
        width: 100% !important;
        margin-bottom: 15px;
    }

    .ser_bigbox hr {
        margin: 50px 0;
    }

    .four_box {
        width: 100%;
        border-radius: 0;
        margin: 20px 0;
        padding: 8px;
        align-items: flex-start;
    }

    .ser_four p {
        margin-bottom: 10px;
        font-weight: normal;
    }

    .four_box svg {
        margin-top: 15px;
    }

    .ser_fivebix .ser_list {
        width: 100%;
    }

    .ser_fivebix .ser_five_text {
        padding: 20px;
    }

    .ser_five_text p {
        min-height: auto;
    }

    .ser_fivebix {
        gap: 20px;
    }

    .ser_fivebix .ser_list:nth-of-type(n+4) .Limg_cov {
        order: 0;
    }

    .ser_fivebix .ser_list:before {
        display: none;
    }

    .ser_name {
        font-size: 18px;
    }

    .news_top {
        display: none;
    }

    .news_center {
        margin: 100px 0 0;
    }

    .news .news_box .Limg_cov {
        width: 100%;
        padding-bottom: 65%;
    }

    .news .news_box .news_right {
        width: 100%;
        margin-left: 0;
        position: relative;
        padding: 20px 0;
    }

    .news_tit {
        font-size: 16px;
        color: #000;
        font-weight: 700;
        line-height: 134%;
        margin-bottom: 15px;
    }

    .news .news_box .news_right .news_time {
        position: static;
        margin-top: 20px;
    }

    .con_bigbox {
        padding: 80px 0 50px;
    }

    .news_text_word h1 {
        font-size: 18px;
        border-bottom: 1px solid #eee;
        padding: 0 0 10px;
        margin-bottom: 10px;
    }

    .news_flex {
        font-size: 14px;
    }

    .con_bigbox>div>.news_text_word {
        padding: 50px 20px;
    }

    .con_bigbox>div>div {
        padding: 20px;
        margin: 0 auto 50px;
    }

    .contop_txt .con_xx p {
        width: 100%;
    }

    .jc_box .flex .left {
        width: 100%;
    }

    .jc_box .flex .right {
        padding: 20px;
        width: 100%;
    }

    .jc_box .flex:nth-of-type(2n) .left {
        order: 0;
    }

    .jc_box .flex {
        padding: 0;
    }

    .first_probox table {
        min-width: 550px;
    }

    .first_probox table td {
        width: 25%;
        font-size: 12px;
    }

    .hist_nei {
        width: 100%;
        padding: 0 20px 20px;
        position: static;
    }

    .hist_nei:before {
        height: 100%;
    }

    .hist_nei:after {
        top: 99%;
    }

    .hist_swiper .line {
        display: none;
    }

    .hist_swiper .swiper-slide {
        height: auto;
        cursor: col-resize;
    }

    .hist_swiper .swiper-wrapper {
        display: block;
    }
}