@charset "UTF-8";

.yx_N_Pc {
    box-shadow: 1px 1px 8px #eee;
}

.n_banner {
    position: relative;
    line-height: 0;
    overflow: hidden;
    max-height: 450px;
    height: 25vw;
    margin-top: 70px;
}

.n_banner img {
    width: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.pro_banner img {
    animation: scroll-icon1 3s linear infinite alternate;
}

.n_center {
    max-width: 1480px;
    margin: 0 auto;
    width: 94%;
}

.n_posi_ab {
    position: absolute;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
}

.n_posi_ab h3 {
    font-size: var(--f45);
    font-weight: normal;
    color: #fff;
    line-height: 200%;
}

.n_posi_ab h3:before {
    content: '';
    width: 100px;
    height: 4px;
    background: #DF022A;
    display: block;
}

.Bread {
    position: absolute;
    left: 50%;
    bottom: 5%;
    transform: translateX(-50%);
    z-index: 2;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #fff;
    justify-content: flex-end;
    line-height: 180%;
}

.Bread a {
    font-size: 16px;
    color: #fff;
    line-height: 100%;
}

.Bread span {
    padding: 0 10px;
}

.ab_intro {
    overflow: hidden;
    padding: 5% 0 0;
}

.ab_intro .n_center {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ab_sub {
    font-size: var(--f16);
    color: var(--li);
}

.ab_tit {
    font-size: var(--f48);
    font-weight: bold;
    margin: 20px 0;
    line-height: 100%;
    color: #000;
}

.ab_inl {
    width: 40%;
    padding-right: 5%;
}

.ab_inl p {
    font-size: var(--f16);
    color: #383737;
    line-height: 180%;
    margin-top: 3vw;
    max-width: 425px;
}

.ab_inr {
    width: 60%;
    line-height: 0;
}

.ab_inr video.ab_video {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 20px;
    cursor: pointer;
}

.intro_b {
    background: var(--li1);
    border-top: 12px solid var(--li);
    color: #fff;
    padding: 2% 0;
    margin-top: 5%;
}

.intro_l {
    width: 50%;
    font-size: var(--f36);
    align-self: center;
}

.intro_r {
    width: 50%;
}

.intro_r ul {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.intro_r ul .tsBox {
    font-size: var(--f16);
    margin-bottom: 10px;
}

.intro_r ul h2 {
    font-size: var(--f38);
    text-align: center;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 10px;
}

.intro_r ul i.count-unit {
    font-size: var(--f24);
    text-align: center;
    display: inline-block;
    font-weight: bold;
    vertical-align: top;
}

.ab_cult {
    padding: 5% 0;
}

@media only screen and (min-width:769px) {
    .ab_cult ul {
        display: flex;
        margin-top: 5%;
    }

    .ab_cult ul li {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 615px;
        position: relative;
        width: 108px;
        overflow: hidden;
        transition: all .4s;
        background: #F6F6F6;
        border-right: 1px solid #fff;
        cursor: pointer;
    }

    .ab_cult ul li.active {
        width: calc(100% - 216px);
    }

    .cult_fm {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

    .cult_fm img.sfq_bg {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        transition: all .5s ease;
        opacity: 0;
    }

    .ab_cult ul li.active img.sfq_bg {
        opacity: 1;
    }

    .cult_fm h3 {
        position: absolute;
        left: 50%;
        top: 10%;
        font-size: 20px;
        font-weight: normal;
        width: 20px;
        margin: 0 auto;
        margin-left: -10px;
        transition: all .5s ease;
    }

    .cult_fm p {
        position: absolute;
        left: 50%;
        top: 20%;
        transition: all .5s ease;
        max-height: 0;
        overflow: hidden;
        margin-left: -10px;
        font-size: var(--f18);
    }

    .cult_fm svg.icon {
        right: 35px;
        bottom: 25px;
        position: absolute;
        z-index: 2;
        fill: var(--li);
    }

    .ab_cult ul li.active svg.icon {
        fill: #fff;
    }

    .ab_cult ul li.active h3 {
        color: #fff;
        left: 5%;
        width: 80%;
        font-size: 30px;
    }

    .ab_cult ul li.active p {
        color: #fff;
        left: 5%;
        width: 80%;
        max-height: 30px;
    }
}

.ab_hist {
    padding: 5% 0;
    background: url(/src/img/fzbg.jpg) no-repeat center/cover;
    overflow: hidden;
}

.ab_hist .linecode {
    position: relative;
    background: #fff;
    height: 11px;
}

.ab_hist .linecode span {
    background: var(--li);
    position: absolute;
    width: 0%;
    left: 0;
    height: 100%;
    border-radius: 10px;
    transition: all .5s ease;
    z-index: 12;
}

.ab_hist .linecode span:after {
    content: '';
    background: url(/src/image/product.png) no-repeat center/contain;
    position: absolute;
    right: -50px;
    bottom: -15px;
    width: 158px;
    height: 127px;
}

.linbox {
    display: flex;
    width: 100%;
}

.linbox .lin_li {
    width: calc(100% / 6);
    text-align: right;
    font-size: var(--f18);
    margin-top: 19px;
    z-index: 11;
}

.linbox .lin_li p {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    cursor: pointer;
}

.linbox p:before {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    border: 1px solid var(--li);
    border-radius: 50%;
    right: 15px;
    top: -30px;
}

.bigswiper {
    margin: 7% 0 14%;
}

.bigswiper .swiper-slide {
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding: 0 10%;
}

.bigswiper .swiper-slide .fz_left {
    width: 45%;
    font-size: 5vw;
    font-family: arial;
    font-weight: bolder;
    text-align: center;
    color: var(--li);
}

.fz_right {
    font-size: var(--f16);
    color: #171717;
    position: relative;
    padding-left: 100px;
    overflow: hidden;
    min-height: 100px;
    width: 55%;
}

.fz_right:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-100px);
    width: 64px;
    height: 70px;
    background-image: url(/src/image/ico01.png);
    background-size: contain;
    background-repeat: no-repeat;
    filter: drop-shadow(0px 100px 0px var(--li));
    overflow: hidden;
}

.fz_right p {
    max-width: 500px;
}

.fz_right:before {
    content: '';
    width: 48px;
    height: 3px;
    background: var(--li);
    display: block;
    margin-bottom: 40px;
}

.ab_hist .swiper-button-next,
.ab_hist .swiper-button-prev {
    width: 41px;
    height: 41px;
    background: #E5E5E5;
    border-radius: 50%;
}

.ab_hist .swiper-button-next:after,
.ab_hist .swiper-button-prev:after {
    font-size: 18px;
    color: #333;
}

.ab_honor {
    max-width: 1650px;
    width: 94%;
    margin: 0 auto;
    transform: translateY(50px);
    background: var(--li);
    border-radius: 20px;
    padding: 4vw;
    display: flex;
    flex-wrap: wrap;
}

.honor_l * {
    color: #fff;
}

.honor_l {
    width: 40%;
    position: relative;
}

.honor_r {
    width: 60%;
}

.honor_l .swiper-button-next {
    right: auto;
    left: 50px;
    top: auto;
    bottom: 0;
}

.honor_l .swiper-button-prev {
    top: auto;
    left: 0;
    bottom: 0;
}

.honor_l .swiper-button-prev:after,
.honor_l .swiper-button-next:after {
    font-size: 24px;
}

.honor_r .swiper-slide {
    transform: scale(0.85);
}

.honor_r .swiper-slide-active {
    transform: scale(1);
}

.honor_r .Limg_cov {
    padding-bottom: 75%;
}


/* 产品 */

.product_box {
    margin: 3% auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: flex-start;
}

.product_left {
    width: 200px;
    position: sticky;
    top: 80px;
    left: 0;
}

.product_left ul {
    position: relative;
}

.product_left ul:before {
    content: "";
    position: absolute;
    left: 4px;
    top: 0;
    background: #ccc;
    width: 1px;
    height: 100%;
}

.product_left ul li {
    margin: 0 0 var(--f28) 0;
    position: relative;
}

a.yx_Link1 {
    font-size: 16px;
    color: #000;
    line-height: 200%;
    padding-left: 30px;
    display: block;
    position: relative;
}

a.yx_Link1:before {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    background: var(--li);
    left: 0;
    top: 50%;
    margin-top: -4px;
    border-radius: 2px;
    opacity: 0;
}

p.yx_PPBox2 a {
    font-size: 14px;
    color: #666;
    display: block;
    padding-left: 50px;
    margin-top: 10px;
    position: relative;
}

p.yx_PPBox2 .active,
p.yx_PPBox2 a:hover {
    color: var(--li);
}

p.yx_PPBox2 a:before {
    content: '';
    position: absolute;
    left: 20px;
    width: 0;
    border-bottom: 1px solid var(--li);
    top: 50%;
    transition: all .5s ease;
}

p.yx_PPBox2 .active:before,
p.yx_PPBox2 a:hover:before {
    width: 20px;
}

.L_active a.yx_Link1,
a.yx_Link1:hover {
    color: var(--li);
}

.L_active .yx_Link1:before,
a.yx_Link1:hover:before {
    opacity: 1;
}

.product_right {
    width: calc(100% - 200px);
    padding-left: 70px;
    line-height: 200%;
    color: #5f5d5d;
    overflow: hidden;
}

.pro_tit {
    font-size: var(--f18);
    color: var(--li);
    background: #fff;
    position: relative;
}

.pro_tit:before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    background: var(--li);
    width: 100%;
    height: 1px;
}

.pro_tit span {
    background: #fff;
    position: relative;
    z-index: 2;
    min-width: 200px;
    display: inline-block;
}

.Product_list_box .pro_ul {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    margin-top: 5%;
    padding-bottom: 20px;
}

.Product_list_box>ul li.product_list {
    width: calc((100% - 100px) / 3);
    text-align: center;
    position: relative;
    background: #F4F3F3;
    padding: 25px;
    transition: all .5s ease;
    border-radius: 20px;
}

.Product_list_box>ul li.product_list a {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.Product_list_box>ul li.product_list a:before {
    content: '查看更多';
    position: absolute;
    width: 80%;
    background: var(--li);
    color: #fff;
    border-radius: 20px;
    font-size: var(--f18);
    line-height: 189%;
    text-align: center;
    bottom: -10%;
    left: 10%;
    transition: all .5s ease;
    transform: translateY(20px);
    opacity: 0;
}

.Product_list_box>ul li.product_list:hover a:before {
    transform: translateY(0px);
    opacity: 1;
}

.Product_list_box>ul li.product_list .L_img {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
}

.Product_list_box>ul li.product_list .L_img img {
    position: absolute;
    width: 80%;
    height: 80%;
    object-fit: cover;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all .5s;
}

.Product_list_box>ul li.product_list p {
    font-size: var(--f18);
    padding: 0 10px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    padding: 0 0 var(--fS18) 0;
    margin-bottom: var(--f18);
}

.Product_list_box>ul li.product_list:hover {
    background: #fff;
    box-shadow: 1px 1px 10px #eee;
}

.Product_list_box>ul li.product_list:hover p {
    font-weight: bold;
}

.Product_list_box>ul li.product_list:hover img {
    transform: translate(-50%, -50%) scale(1.05);
}

/* 产品end */


/* 产品详情 */

.prode_top {
    background: #F6F6F6;
    padding: 4% 0 8%;
    position: relative;
    overflow: hidden;
}

.prode_top .n_center {
    position: relative;
    z-index: 2;
}

dl.prode_circle {
    width: 60%;
    max-width: 702px;
    max-height: 702px;
    height: 80%;
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
}

dl.prode_circle .cirbg {
    background-image: url(/src/image/yuan2.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: 101% auto;
    left: 0;
    top: 0;
    background-position: 0;
    background-color: #f6f6f6;
    z-index: 2;
    border-radius: 50%;
}

dl.prode_circle>dd {
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    border-radius: 50%;
    background-color: rgb(224 2 43 / 20%);
    width: 100%;
    animation: circleScale2 10s linear infinite;
    opacity: 0;
}

dl.prode_circle>dd:nth-of-type(1) {
    animation-delay: 0s;
}

dl.prode_circle>dd:nth-of-type(2) {
    animation-delay: 2.5s;
}

dl.prode_circle>dd:nth-of-type(3) {
    animation-delay: 5s;
}

dl.prode_circle>dd:nth-of-type(4) {
    animation-delay: 7.5s;
}

h1.prod_tit {
    font-size: var(--f60);
    margin: var(--f30) 0 var(--f18);
    line-height: 100%;
}

h1.prod_tit:before {
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    background: var(--li);
    border-radius: 5px;
    vertical-align: middle;
    margin-right: var(--f24);
}

.prod_para {
    font-size: var(--f36);
    color: #1D1D1D;
}

.prod_para span.unit {
    font-size: var(--f16);
}


.pro_xq {
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
}

.pro_xq .Limg_con {
    padding-bottom: 66%;
}

.prode_swiper .swiper-button-prev,
.prode_swiper .swiper-button-next {
    border: 2px solid #1D2474;
    color: #1D2474;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    opacity: .5;
    transition: all .5s ease;
}

.prode_swiper .swiper-button-prev:after,
.prode_swiper .swiper-button-next:after {
    font-size: var(--f24);
}

.prode_swiper .swiper-button-prev:hover,
.prode_swiper .swiper-button-next:hover {
    background: var(--li);
    border-color: var(--li);
    color: #fff;
    opacity: 1;
}

.prode_bottom {
    background: #fff;
    transform: translateY(-100px);
    padding: 1px 3vw 6%;
    border-radius: 10px;
    box-shadow: 1px 1px 10px #eee;
}

.prode_bottom>div {
    margin-top: 5%;
}

.prode_name {
    font-size: var(--f30);
    color: #1D1D1D;
    display: inline-block;
    cursor: pointer;
}

.prode_name svg.icon {
    width: 24px;
    vertical-align: middle;
}

.prode_nr {
    display: block;
    margin-top: 3%;
    line-height: 200%;
}

.prode_summary {
    font-size: var(--f18);
    color: #000;
}

.prode_word table {
    width: 100% !important;
    font-size: var(--f18);
    line-height: 200%;
    background: #F5F5F5;
}

.prode_word table tr:nth-of-type(2n - 1) {
    background: #DBD9D9;
}

.prode_word table td {
    padding: 10px 20px 10px 3%;
}

.prode_word table tr td:first-child {
    width: 20%;
    text-align: right;
    padding: 10px 3%;
    border-right: 1px solid #CBC9C9;
    font-weight: bold;
}

a.down_name {
    font-size: var(--f18);
    color: #333;
}

a.down_name:hover {
    color: var(--li);
    text-decoration: underline !important;
}


/* 服务 */
.serv_top {
    background: #fff;
    padding: 5% 0 10%;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}

.serv_right {
    max-width: 1520px;
    width: 94%;
    margin: 0 0 0 auto;
}

.serv_tit {
    color: var(--li);
    font-size: var(--f42);
    max-width: 1000px;
    width: 100%;
}

.serv_sub {
    color: #383737;
    font-size: var(--f16);
    max-width: 1000px;
    width: 100%;
    line-height: 180%;
    margin: 3% 0 5%;
}

.serv_content {
    position: relative;
}

.serv_content .Limg_cov {
    padding-bottom: 52%;
}

.serv_content .serv_text {
    background: #fff;
    width: 50%;
    height: 80%;
    position: absolute;
    left: 5%;
    bottom: 10%;
    max-width: 400px;
    min-width: 250px;
    max-height: 400px;
    min-height: 300px;
    padding: 4%;
}

.serv_right .swiper-horizontal>.swiper-scrollbar {
    bottom: 0;
    left: 0;
    width: 100%;
    top: auto;
    background: var(--li);
}

.serv_swiper {
    padding-bottom: 4%;
}

.serv_right .swiper-horizontal>.swiper-scrollbar span {
    background: var(--li1);
}

.serv_named {
    display: flex;
    align-items: center;
    color: var(--li);
    font-size: var(--f28);
    margin-bottom: var(--f38);
}

.serv_named .serv_imgbox {
    display: flex;
    width: 66px;
    height: 66px;
    background: var(--li);
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: var(--f18);
}

.serv_content .serv_text summary {
    font-size: var(--f16);
    color: #000;
    line-height: 200%;
}

.serv_swiper .swiper-slide .serv_text {
    opacity: 0.2;
}

.serv_swiper .swiper-slide-active .serv_text {
    opacity: 1;
}

.four-bigbox.L_active {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    background: #fff;
    max-height: 2160px;
}

section.four-Box-2 {
    position: relative;
}

.four-bigbox .tit {
    position: absolute;
    left: 11%;
    top: 0%;
    z-index: 9;
}

p.titen {
    color: var(--li);
    font-size: var(--f16);
}

.titcn {
    font-size: var(--f48);
    font-weight: bold;
    line-height: 150%;
}

.four_add img {
    max-width: 100%;
    object-fit: contain;
}

.fourzx {
    position: absolute;
    top: 19%;
    right: 58.3%;
    left: 33.5%;
    background: #fff;
    border-radius: 50%;
    border: 3px solid var(--li);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1/1;
    z-index: 2;
}

.fourzx img {
    max-width: 80%;
    object-fit: contain;
}

.four_add ul {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.four_add ul li {
    position: absolute;
    width: 18px;
    height: 18px;
    background: var(--li);
    border-radius: 50%;
    border: 3px solid rgb(255 183 197);
}

dl.circle {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

dl.circle dd {
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    border-radius: 50%;
    background-color: rgb(224 2 43 / 20%);
    width: 100%;
    animation: circleScale 4s linear infinite;
}

dl.circle dd:nth-of-type(2) {
    animation-delay: 2s;
}

dl.circle dd:nth-of-type(3) {
    animation-delay: 3s;
}

dl.circle dd:nth-of-type(4) {
    animation-delay: 4s;
}

.four_add ul li:nth-of-type(1) {
    left: 7%;
    top: 30%;
}

.four_add ul li:nth-of-type(2) {
    left: 29%;
    top: 19%;
}

.four_add ul li:nth-of-type(3) {
    right: 25%;
    top: 19%;
}

.four_add ul li:nth-of-type(4) {
    right: 20%;
    top: 26%;
}

.four_add ul li:nth-of-type(5) {
    left: 40%;
    bottom: 19%;
}

.four_add ul li:before {
    content: '';
    position: absolute;
    transition: all 2s ease;
    background-size: 100% auto !important;
}

.four_add ul li:nth-of-type(1):before {
    left: 100%;
    background: url(/src/image/line1.png) right center no-repeat;
    height: 42px;
    width: 27vw;
    bottom: 0%;
    max-width: 511px;
    animation: 2s linear 1s infinite toleft;
}

.four_add ul li:nth-of-type(2):before {
    left: 100%;
    background: url(/src/image/line2.png) left top no-repeat;
    height: 42px;
    width: 4vw;
    top: 80%;
    max-width: 80px;
    animation: 1.5s linear 1.5s infinite toleft;
}

.four_add ul li:nth-of-type(3):before {
    right: 100%;
    background: url(/src/image/line3.png) right center no-repeat;
    height: 107px;
    width: 35vw;
    top: 50%;
    transform: translateY(-78%);
    max-width: 607px;
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    animation: 3s linear 1.5s infinite toright;
}

.four_add ul li:nth-of-type(4):before {
    right: 100%;
    background: url(/src/image/line4.png) right center no-repeat;
    height: 84px;
    width: 38vw;
    top: 50%;
    transform: translateY(-78%);
    max-width: 722px;
    animation: 3.5s linear 2.5s infinite toright;
}

.four_add ul li:nth-of-type(5):before {
    right: 0%;
    background: url(/src/image/line5.png) right center no-repeat;
    height: 20vw;
    width: 35px;
    bottom: 100%;
    max-height: 372px;
    max-width: 35px;
    animation: 3.7s linear 3s infinite tobottom;
}

.foter_wiper .swiper-slide {
    max-width: 160px !important;
}

.str_footers {
    background: var(--li);
    max-width: 1360px;
    width: 80%;
    margin: 0 auto;
    padding: 10px 7vw;
    border-radius: 100px;
    transform: translateY(20px);
}

.str-boxs {
    padding-bottom: 75%;
    border-radius: 10px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .2);
    margin: 10px 0;
}

/* 服务end */

/* 新闻 */
.news_center {
    max-width: 1230px;
    width: 94%;
    margin: 0 auto;
    padding-bottom: 5%;
}

.news .posi:before {
    content: '';
    background: linear-gradient(270deg, rgba(34, 24, 21, 0) 0%, #221815 100%);
    width: 60%;
    position: absolute;
    height: 100%;
}

.center .news_swiper {
    padding: 5% 0;
    margin-bottom: 5%;
}

.topnew {
    margin: 2% auto;
    display: flex;
    /* box-shadow: 1px 1px 18px 6px #ECECEC; */
    padding: 3%;
    background: #fff;
    width: 98%;
    transition: all .5s ease;
    flex-wrap: wrap;
}

.topnew .left {
    width: 42%;
}

.topnew .left .img {
    width: 100%;
    padding-bottom: 60%;
    height: 0;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

.topnew .left img {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 0.3s linear;
    left: 0;
    top: 0;
    object-fit: cover;
}

.topnew:hover .img img {
    transform: scale(1.05);
}

.topnew .right {
    width: 58%;
    position: relative;
    padding: 3%;
}

.topnew .right .line {
    width: 50px;
    height: 5px;
    background: #FE3B1F;
    display: none;
}

.topnew .right .title {
    font-size: var(--f22);
    font-weight: normal;
    color: #050505;
    -webkit-line-clamp: 1;
    display:
        -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 3% 0;
}

.topnew .right .info {
    color: #787777;
    line-height: 180%;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: var(--f14);
    font-weight: 100;
}

.topnew .right .time {
    font-size: var(--f16);
    font-weight: normal;
    color: #B7B5B5;
    position: absolute;
    bottom: 6%;
    left: 6%;
}

.news_list:nth-of-type(1) .topnew .right .btn {
    width: 136px;
    background: #FFFFFF;
    border: 2px solid var(--li);
    text-align: center;
    line-height: 34px;
    margin-top: 3%;
    transition: all .5s ease;
    position: absolute;
    bottom: 4%;
    right: 6%;
    font-size: 12px;
    color: var(--li);
    border-radius: 20px;
}


.news_list:nth-of-type(1) .topnew .right .btn:hover {
    background: var(--li);
    color: #fff;
}

.pagition.swiper-pagination-clickable {
    position: absolute;
    text-align: center;
}

.pagition.swiper-pagination-clickable span.swiper-pagination-bullet {
    width: 64px;
    height: 4px;
    background: #221815;
    opacity: 0.46;
    border-radius: 0;
    margin: 0 10px;
}

.pagition.swiper-pagination-clickable span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #FE3B1F;
    opacity: 1;
}

.news_listbox .topnew .left {
    width: 25%;
    position: relative;
}

.news_listbox .topnew .left .time_tc {
    position: absolute;
    left: -10px;
    top: 10%;
    background: var(--li);
    color: #fff;
    padding: 5px 10px 5px 30px;
}

.news_listbox .topnew .right {
    width: 75%;
    padding: 0% 3%;
}

.news_listbox .topnew .right .title {
    font-size: var(--f22);
    margin: 0 0 2%;
}

.news_listbox .topnew .right .info {
    font-size: var(--f14);
}

.news_listbox .topnew .right .btn {
    transition: all .5s ease;
    position: absolute;
    bottom: 4%;
    right: 6%;
    font-size: 12px;
    color: #1D1D1D;
}

.news_listbox .topnew .left .img {
    padding-bottom: 55%;
}

.news_listbox .news_list {
    margin: 0 0 2% 0;
}


.news_listbox .news_list:hover a.topnew {
    box-shadow: 1px 1px 18px 6px #ECECEC;
}

.news_list:nth-of-type(2n) .topnew {
    background: #F9F9F9;
}

.news_listbox a.topnew {
    box-shadow: none;
}

.news_listbox a.topnew:hover {
    box-shadow: 1px 1px 18px 6px #ECECEC;
    border-radius: 20px;
}

/* 详情 */
.news_details {
    height: 140px;
}

.news_details .Bread * {
    color: #000;
    fill: #000;
}

.news_text_word {
    margin: 3% auto 5%;
}

.news_text_word h3 {
    font-size: var(--f30);
    font-weight: normal;
}

.news_text_word .news_flex {
    font-size: 14px;
    color: #B7B5B5;
    margin: 2% 0 3%;
}

.news_text_word .sub {
    font-size: var(--f16);
    color: #3B3B3B;
    line-height: 200%;
    display: none;
}

.news_text_word .news_word {
    font-size: var(--f16);
    color: #000;
    line-height: 200%;
}

.news_text_word .news_word img {
    max-width: 1000px;
    width: 100% !important;
    height: auto !important;
}

.news_text_word .news_word p {
    margin: 10px 0;
}

.news_page {
    border-top: 1px solid #D4D3D3;
    margin-top: 3%;
    padding-top: 3%;
    color: #000;
    font-size: var(--f16);
}

.news_page>div {
    display: block;
    margin: 10px 0;
}

.news_page a {
    color: #000;
}

.news_page a:hover {
    color: var(--li);
    text-decoration: underline !important;
}

/* 新闻end */



/* 联系我们 */
div#container {
    height: 40vw;
    min-height: 300px;
    margin-top: 5vw;
    z-index: 1;
}

.main_box .BMap_cpyCtrl.anchorBL {
    display: none;
}

.contact_box {
    max-width: 1500px;
    width: 94%;
    margin: 0 auto;
    background: url(/src/img/conbg.jpg) center/cover no-repeat;
    border-radius: 20px;
    padding: 3vw;
    box-shadow: 1px 1px 10px #eee;
    transform: translateY(-30%);
    position: relative;
    z-index: 2;
}

.contact_box h3 {
    font-size: var(--f42);
    font-weight: normal;
    margin-bottom: 3%;
}

.contact_box .textbox {
    display: flex;
    font-size: var(--f16);
    margin: var(--f22) 0 0;
    line-height: 200%;
}

.contact_box .textbox .iontext {
    padding-left: 20px;
}

.message {
    background: #fff;
    padding: 0 0 4%;
}

.message_center {
    width: 94%;
    max-width: 1300px;
    margin: 0 auto;
}

.message_center>p {
    font-size: var(--f18);
    color: #131313;
    line-height: 200%;
}

.message_center>p>strong {
    display: block;
    line-height: 200%;
    font-size: var(--f30);
    color: #000;
    font-weight: normal;
}

form.Message_Form {
    margin-top: 60px;
}

form.Message_Form>div {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

form.Message_Form>div .input-group {
    width: calc((100% - 40px) / 2);
}

form.Message_Form input.form-control {
    display: block;
    width: 100%;
    height: auto !important;
    padding: var(--f16) 20px !important;
    line-height: 166%;
    color: #666 !important;
    background-color: #FBFBFB !important;
    border-radius: 0 !important;
    border: 1px solid #D0D0D0;
    font-size: 16px;
}

form.Message_Form .e_textarea-66 {
    width: 100%;
}

form.Message_Form textarea.form-control {
    display: block;
    width: 100% !important;
    padding: var(--f16) 20px !important;
    line-height: 160%;
    color: #666 !important;
    background-color: #FBFBFB !important;
    border-radius: 0 !important;
    border: 1px solid #D0D0D0;
    height: 200px !important;
    font-size: var(--f16);
    resize: none;
    font-family: "微软雅黑";
}

.Message_Form input.p_imagecode {
    display: block;
    width: 350px;
    height: auto !important;
    padding: 10px 20px !important;
    line-height: 166%;
    color: #666 !important;
    background-color: #FBFBFB !important;
    border-radius: 0 !important;
    border: 1px solid #D0D0D0;
    font-size: 16px;
}

.Message_Form .e_textarea-67 {
    display: flex;
    gap: 10px;
    width: 100%;
}


.Message_Form img.p_code_img {
    height: 100%;
}

.submitbox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.submitbox>* {
    width: 300px;
    border-radius: 50px;
    border: 1px solid #666;
    text-align: center;
    font-size: var(--f22);
    color: #333;
    line-height: 200%;
    padding: 9px;
    cursor: pointer;
    margin: 0 20px;
    transition: all .5s ease;
}

.submitbox>.btn-primary {
    background: #E50015;
    color: #fff;
    border-color: #E50015;
}

.submitbox>button.layui-btn:hover {
    background: #666;
    color: #fff;
}













/* 媒体查询768 */
@media only screen and (max-width:768px) {
    .Message_Form input.p_imagecode {
        display: block;
        width: 200px;
    }
    .Message_Form img.p_code_img {
        height: 100%;
        width: 140px;
    }
    .Bread,
    .Bread a {
        font-size: 14px;
    }

    .n_posi_ab h3:before {
        content: '';
        width: 70px;
        height: 2px;
    }

    .n_banner {
        height: auto;
    }

    .n_posi_ab h3 {
        font-size: 24px;
    }

    .n_banner img {
        position: static;
        animation: none;
        height: 150px;
    }

    .ab_inl {
        width: 100%;
        padding-right: 0;
    }

    .ab_tit {
        font-size: 24px;
    }

    .ab_inr {
        width: 100%;
        margin: 20px 0 30px;
    }

    .ab_inr video.ab_video {
        border-radius: 0;
    }

    .ab_intro {
        padding: 50px 0;
    }

    .intro_l {
        width: 100%;
        font-size: 20px;
        align-self: center;
        font-weight: bold;
        text-align: center;
        margin: 20px 0 15px;
    }

    .intro_r {
        width: 100%;
        padding: 20px 0;
    }

    .ab_cult li {
        margin-bottom: 30px;
    }

    .ab_cult li .cult_fm {
        position: relative;
    }

    .ab_cult li .sfq_bg {
        max-width: 100%;
        margin-bottom: 10px;
    }

    .ab_cult li .cult_fm svg.icon {
        order: 2;
        fill: var(--li);
        position: absolute;
        bottom: 10px;
        left: 0;
    }

    .ab_cult li .cult_fm h3 {
        margin: 10px 0;
        padding-left: 50px;
    }

    .ab_cult li .cult_fm p {
        padding-left: 50px;
    }

    .ab_hist .linecode span:after {
        right: -10px;
        bottom: -8px;
        width: 35px;
        height: 37px;
    }


    .product_right {
        width: 100%;
        padding-left: 0;
    }

    .Product_list_box .pro_ul {
        gap: 10px;
    }

    .Product_list_box>ul li.product_list {
        width: calc((100% - 10px) / 2);
        padding: 10px;
    }

    .Product_list_box>ul li.product_list a:before {
        bottom: -5%;
    }

    ul.pagination {
        font-size: 14px;
        margin: 30px 0 0;
    }

    .product_box {
        margin: 3% auto 50px;
    }

    .pro_tit span {
        min-width: auto;
        display: inline-block;
        padding-right: 20px;
    }

    .bigswiper .swiper-slide {
        flex-wrap: wrap;
    }

    .bigswiper .swiper-slide .fz_left {
        width: 100%;
        font-size: 42px;
        text-align: left;
        padding-left: 30px;
    }

    .fz_right {
        padding: 0 30px;
        width: 100%;
    }

    .fz_right:after {
        display: none;
    }

    .fz_right:before {
        margin: 15px 0;
    }

    .ab_hist {
        padding: 50px 0;
    }

    .product_left {
        width: 100%;
        position: static;
    }

    .product_left ul:before {
        display: none;
    }

    .product_left ul {
        position: relative;
        display: flex;
        margin: 0 0 20px;
        justify-content: center;
    }

    .product_left .fj li {
        display: none;
    }

    .product_left .fj li.L_active {
        display: flex;
        margin: 0;
    }

    a.yx_Link1 {
        font-size: 14px;
        color: #000;
        padding-left: 0;
        display: block;
        margin: 0;
        position: relative;
        border: 1px solid var(--li);
        line-height: 40px;
        padding: 0px 10px;
        margin: 5px;
    }

    p.yx_PPBox2 {
        display: none;
    }

    .L_active p.yx_PPBox2 {
        display: block;
    }

    .product_left ul li p.yx_PPBox2 a {
        border: 1px solid var(--li);
        line-height: 40px;
        padding: 0px 10px;
        margin: 5px;
    }

    p.yx_PPBox2 .active:before,
    p.yx_PPBox2 a:hover:before {
        display: none;
    }

    p.yx_PPBox2 .active,
    p.yx_PPBox2 a:hover {
        background: var(--li);
        color: #fff;
    }

    .L_active a.yx_Link1 {
        display: none;
    }

    a.yx_Link1:hover {
        background: var(--li);
        color: #fff;
    }

    .prode_bottom {
        transform: translateY(0px);
    }

    .prode_name {
        font-size: 18px;
        font-weight: bold;
    }

    .prode_name svg.icon {
        width: 14px;
    }

    .prode_bottom>div {
        margin-top: 35px;
    }

    .prode_word table tr td:first-child {
        width: 100px;
    }

    .honor_l {
        width: 100%;
    }

    .honor_r {
        width: 100%;
    }

    .ab_honor {
        margin: 30px auto;
        transform: none;
    }

    .ab_honor .ab_tit {
        margin-bottom: 50px;
    }

    h1.prod_tit {
        font-size: 24px;
        margin: 10px 0;
    }

    .prode_top dl.prode_circle {
        width: 240px;
        height: 240px;
        top: 65%;
    }

    .prode_top {
        padding: 20px 0 35px;
    }

    .prod_para {
        font-size: 16px;
    }

    .prduct_details_text {
        margin-bottom: 75px;
    }

    .prode_swiper .swiper-button-prev,
    .prode_swiper .swiper-button-next {
        border: 1px solid #1D2474;
        width: 30px;
        height: 30px;
    }

    .prode_swiper .swiper-button-prev:after,
    .prode_swiper .swiper-button-next:after {
        font-size: 14px;
    }

    .serv_right {
        margin: 0 auto;
    }

    .serv_content .serv_text {
        width: 100%;
        height: auto;
        position: static;
        min-height: auto;
    }

    .serv_named {
        margin-bottom: 15px;
    }

    .serv_named .serv_imgbox {
        display: flex;
        width: 45px;
        height: 45px;
    }

    .serv_named .serv_imgbox img.serv_ico {
        max-width: 18px;
    }

    .four-bigbox .tit {
        position: static;
        width: 94%;
        margin: 0 auto 30px;
    }

    .four-bigbox.L_active {
        position: relative;
        min-height: auto;
        flex-wrap: wrap;
    }

    .four_add ul li:before {
        display: none;
    }

    .str_footers {
        background: var(--li);
        max-width: 1360px;
        width: 94%;
        margin: 30px auto;
        padding: 10px 20px;
        border-radius: 10px;
        transform: none;
    }

    .topnew .left {
        width: 100% !important;
    }

    .topnew .right {
        width: 100% !important;
        padding: 10px 0 50px;
    }

    .topnew {
        padding: 0;
    }

    .news_listbox .topnew .right {
        padding: 20px 20px 40px;
    }

    .news_listbox .topnew .right .btn {
        bottom: 20px;
        right: auto;
    }

    .news_details {
        height: 90px;
    }

    .news_details .Bread {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .contact_box .textbox {
        margin: 0;
    }

    .contact_box {
        padding: 20px;
    }

    .contact_box {
        padding: 20px;
        transform: none;
        border-radius: 0;
        margin-top: 15px;
    }

    form.Message_Form input.form-control {
        font-size: 14px;
    }

    .message {
        padding: 50px 0;
    }

    form.Message_Form {
        margin-top: 30px;
    }

    form.Message_Form>div .input-group {
        width: 100%;
    }

    form.Message_Form>div {
        gap: 15px;
    }

    .submitbox>* {
        width: 150px;
        border-radius: 20px;
        font-size: 18px;
        line-height: 200%;
        padding: 5px;
        margin: 0 10px;
    }
}