@charset "UTF-8";

.L_body {
    background-color: #fff;
}

.yx_N_Pc {
    box-shadow: 1px 1px 8px #eee;
}

.n_banner {
    position: relative;
    line-height: 0;
    overflow: hidden;
}

.n_banner img {
    max-width: 100%;
    object-fit: cover;
}

.n_center {
    max-width: 1600px;
    margin: 0 auto;
    width: 94%;
}

.n_posi_ab {
    position: absolute;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    padding-top: 100px;
}

.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: 2px;
    background: #fff;
    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;
    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;
}

.ab_sub {
    font-size: var(--f16);
    color: #df022a;
    text-transform: uppercase;
}

.ab_tit {
    font-size: var(--f48);
    font-weight: bold;
    margin: 20px 0 0;
    line-height: 100%;
    color: #000;
}

.ab_inl {
    width: 50%;
    padding-right: 10%;
}

.ab_inl .ab_summ {
    font-size: var(--f16);
    color: #000;
    line-height: 200%;
    margin-top: 4.3vw;
    max-width: 730px;
    max-height: 261px;
    padding-right: 4vw;
    overflow: auto;
    transform: rotateY(180deg);
}

.ab_inl .ab_summ p {
    transform: rotateY(180deg);
}

.ab_inr {
    width: 50%;
    line-height: 0;
}

.ab_inr img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}


.intro_l {
    width: 50%;
    font-size: var(--f36);
    align-self: center;
}

.intro_r {
    width: 90%;
    margin: 0 auto;
}

.intro_r ul {
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin: 5% auto 0;
    color: #000;
    flex-wrap: wrap;
}

.intro_r ul li {
    opacity: .5;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.intro_r ul li p {
    margin-top: 10px;
}

.intro_r ul li:hover {
    opacity: 1;
}

.intro_r ul .tsBox {
    overflow: hidden;
    margin-right: var(--f24);
}

.intro_r ul .tsBox img {
    filter: drop-shadow(0px 100px 0px #e70812);
}

.intro_r ul li:hover .tsBox img {
    transform: translateY(-100px);
}

.intro_r ul h2 {
    font-size: var(--f54);
    text-align: center;
    display: inline-block;
    font-weight: bold;
    line-height: 100%;
}

.intro_r ul i.count-unit {
    font-size: var(--f24);
    text-align: center;
    display: inline-block;
    vertical-align: baseline;
}

.ab_cult {
    padding: 5% 0;
}

.cult_bg {
    background: url(/src/image/abbg.jpg) center/cover no-repeat;
    position: relative;
    padding: 240px 0 80px;
    margin-top: 3%;
    overflow: hidden;
}

.radiobox {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    max-width: 1030px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.radiobox li {
    width: 136px;
    height: 136px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--f24);
    color: #171616;
    border-radius: 30px;
    position: absolute;
    box-shadow: 1px 1px 10px rgb(3 29 57 / 16%);
    transition: all .5s ease;
    cursor: pointer;
}

.radiobox .active {
    background: var(--li);
    color: #fff;
}

.radiobox .active:nth-of-type(1) {
    border-radius: 30px 30px 0 30px;
}

.radiobox li.active:nth-of-type(2) {
    border-radius: 0;
}

.radiobox li.active:nth-of-type(3) {
    border-radius: 30px 30px 30px 0;
}

.radiobox li.active:nth-of-type(4) {
    border-radius: 30px 0 30px 30px;
}

.radiobox li.active:nth-of-type(5) {
    border-radius: 0 30px 30px 30px;
}

.radiobox li:nth-of-type(1) {
    left: 0;
    top: 30%;
}

.radiobox li:nth-of-type(2) {
    left: 50%;
    transform: translateX(-50%);
    top: 30px;
}

.radiobox li:nth-of-type(3) {
    right: 0;
    top: 30%;
}

.radiobox li:nth-of-type(4) {
    left: 5%;
    bottom: 60px;
}

.radiobox li:nth-of-type(5) {
    right: 5%;
    bottom: 60px;
}


ul.gamebox {
    width: 470px;
    height: 470px;
    position: relative;
    margin: 0 auto;
}

ul.gamebox:before {
    content: '';
    position: absolute;
    width: 115%;
    height: 115%;
    background: url(/src/image/kuang.png) no-repeat center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-size: contain;
}

li.cult_list {
    position: absolute;
    max-width: 300px;
    width: 100%;
    height: 260px;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}

li.cult_list.active {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

li.cult_list h3 {
    font-size: var(--f36);
    font-weight: normal;
    margin: var(--f36) 0;
}

li.cult_list summary {
    font-size: var(--f18);
    line-height: 180%;
    color: #000;
}

.ab_hist {
    padding: 5% 0 8%;
    background: url(/src/image/abfz.jpg) no-repeat top/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;
}

.fz_top {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.fz_left {
    width: 45%;
}

.fz_right {
    font-size: var(--f16);
    position: relative;
    overflow: hidden;
    width: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.ab_hist .swiper-button-next,
.ab_hist .swiper-button-prev {
    width: 41px;
    height: 41px;
    border-radius: 50%;
    background: #294e8a;
    position: static;
    transform: none;
    margin: 0;
    text-align: center;
    line-height: 41px;
}

.ab_hist .swiper-button-prev {
    transform: rotate(180deg);
}

.ab_hist .swiper-button-next:after,
.ab_hist .swiper-button-prev:after {
    content: '>';
    font-size: 18px;
    color: #fff;
    font-family: 宋体;
}

.fz_bottom {
    display: flex;
    flex-wrap: wrap;
    background: url(/src/image/fz_line.png) no-repeat left bottom;
    height: 660px;
    margin-top: 4vw;
    background-size: 100% auto;
}

.fz_bot_left {
    width: 25%;
    position: relative;
}

.fz_bot_right {
    width: 75%;
}

.gallery-thumbs {
    height: 100%;
}

.gallery-top h4 {
    color: #e70812;
    font-size: var(--f42);
    line-height: 120%;
    margin-bottom: 10px;
}

.gallery-top p {
    font-size: var(--f16);
    color: #1a1a1a;
    line-height: 180%;
}

.fz_textbox {
    position: absolute;
    left: 0;
    bottom: 10%;
    font-size: var(--f30);
    color: #294e8a;
    line-height: 150%;
}

.fz_textbox h6 {
    font-size: var(--f48);
    line-height: 180%;
}

.gallery-thumbs .swiper-wrapper {
    display: flex;
    align-items: flex-end;
}

.gallery-thumbs .fz_line {
    position: absolute;
    left: 6px;
    width: 100%;
    transition: all .5s;
    height: 80%;
    bottom: 17%;
    cursor: pointer;
}
.gallery-thumbs .fz_line:after{
    content:'';
    width: 2px;
    height: 100%;
    position: absolute;
    background: #e8e8e9;
    left: 0;
    top: 0;
}
.gallery-thumbs .swiper-slide .fz_line span {
    font-size: var(--f22);
    color: #aaaaad;
    padding-left: 20px;
    line-height: 100%;
    transform: translateY(-5px);
    display: block;
    transition: all .5s;
    white-space: nowrap;
}
.gallery-thumbs .swiper-slide p {
    font-size: var(--f16);
    color: #aaaaad;
    padding-left: 20px;
    line-height: 150%;
    display: block;
    width: 100%;
    margin-top: 10px;
}

.gallery-thumbs .swiper-slide .fz_line:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #e8e8e9;
    position: absolute;
    left: 0;
    margin-left: -6px;
    top: 0;
    border-radius: 50%;
    transition: all .5s;
    z-index: 2;
}

.gallery-thumbs .swiper-slide-thumb-active .fz_line:after {
    background: #e70812;
}

.gallery-thumbs .swiper-slide-thumb-active .fz_line:before {
    background: #e70812;
}

.gallery-thumbs .my-slide-visible:nth-of-type(1) .fz_line {
    height: 59%;
    bottom: 2%;
}

.gallery-thumbs .my-slide-visible:nth-of-type(2) .fz_line {
    height: 64%;
    bottom: 3%;
}

.gallery-thumbs .my-slide-visible:nth-of-type(3) .fz_line {
    height: 69%;
    bottom: 6%;
}

.gallery-thumbs .my-slide-visible:nth-of-type(4) .fz_line {
    height: 73%;
    bottom: 8%;
}

.gallery-thumbs .my-slide-visible:nth-of-type(5) .fz_line {
    height: 76%;
    bottom: 12%;
}

.gallery-thumbs .my-slide-visible:nth-of-type(6) .fz_line {
    height: 80%;
    bottom: 17%;
}

.honor_top {
    padding: 5% 0;
    overflow: hidden;
}

.honor_flex {
    display: flex;
    color: #000000;
    font-size: var(--f36);
    filter: opacity(.6);
    justify-content: center;
    margin: 3% 0;
}

.honor_flex img {
    margin-right: 15px;
}

.honorsw {
    position: relative;
}

.honorsw .honor_img {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 68%;
    overflow: hidden;
    max-width: 320px;
    max-height: 220px;
}

.honorsw .honor_img img {
    position: absolute;
    width: 100%;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.honorsw .swiper-wrapper .swiper-slide {
    transform: scale(0.7);
    transform-origin: right bottom;
    transition: all .5s linear;
}

.honorsw .swiper-wrapper .swiper-slide-prev,
.honorsw .swiper-wrapper .swiper-slide-next {
    transform: scale(0.8);
    transform-origin: center bottom;
}

.honorsw .swiper-wrapper .swiper-slide-next+div {
    transform-origin: left bottom;
}

.honorsw .swiper-wrapper .swiper-slide-active {
    transform: scale(1);
}

.honorsw .swiper-wrapper {
    align-items: flex-end;
}

.honorsw .swiper-button-prev:after,
.honorsw .swiper-button-next:after {
    font-size: var(--f36);
    color: #e70812;
}

.honor_bottom {
    padding: 3% 0 5%;
    background: url(/src/image/hobg.jpg) center/cover no-repeat;
}

.honor_bottom .qua_swiper {
    max-width: 1400px;
}

.honor_bottom .qua_swiper .swiper-wrapper {
    transition-timing-function: linear;
}

.qua_img {
    position: relative;
    height: 0;
    padding-bottom: 153%;
}

.qua_img img {
    position: absolute;
    width: 100%;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* 产品 */

.product_box {
    margin: 3% auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: flex-start;
}

.product_left {
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
}

.product_left ul {
    display: flex;
}

.product_left ul li {
    margin-right: 4%;
}

a.yx_Link1 {
    font-size: var(--f30);
    color: #000;
    display: block;
    position: relative;
    line-height: 300%;
}

a.yx_Link1:before {
    content: '';
    width: 0;
    height: 3px;
    position: absolute;
    background: #e70812;
    left: 0;
    bottom: 0;
    transition: all .5s ease;
}

.L_active .yx_Link1:before,
a.yx_Link1:hover:before {
    width: 100%;
}

.product_right {
    width: 100%;
    line-height: 200%;
    color: #5f5d5d;
}


.Product_list_box .pro_ul {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    margin-top: 2%;
}

.Product_list_box>ul li.product_list {
    width: calc((100% - 100px) / 3);
    text-align: center;
    position: relative;
    padding: 25px 25px 0;
    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: 81px;
    height: 81px;
    background: #ff0000;
    color: #fff;
    border-radius: 50%;
    font-size: var(--f38);
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 20%;
    left: 50%;
    transition: all .5s ease;
    transform: translate(-50%, 20px);
    opacity: 0;
    z-index: 2;
}

.Product_list_box>ul li.product_list:hover a:before {
    opacity: 1;
    bottom: 50%;
}

.Product_list_box>ul li.product_list .L_img {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    overflow: hidden;
}

.Product_list_box>ul li.product_list .L_img img {
    position: absolute;
    width: 80%;
    height: 80%;
    object-fit: contain;
    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(--f16);
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    padding: 10px 0;
    background: #f6f5f5;
    margin: 0 auto;
    transition: all .5s ease;
}

.Product_list_box>ul li.product_list:hover {
    background: #f6f5f5;
    box-shadow: 1px 1px 10px #eee;
}

.Product_list_box>ul li.product_list:hover p {
    width: 80%;
    background: var(--li);
    color: #fff;
    border-radius: 20px;
}

.Product_list_box>ul li.product_list:hover img {
    transform: translate(-50%, -50%) scale(1.05);
}

/* 产品end */


/* 产品详情 */

.prode_top {
    background: #f6f5f5;
    padding: 4% 0;
    position: relative;
    overflow: hidden;
    margin-top: 4%;
    border-radius: 10px;
}

.top_right {
    max-width: 70%;
    margin: 0 0 0 auto;
    font-size: var(--f24);
    color: #4d4d4d;
    text-align: center;
}


h1.prod_tit {
    font-size: var(--f60);
    margin: var(--f30) 0 var(--f18);
    line-height: 100%;
}


.pro_xq {
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
}

.pro_xq .Limg_con {
    padding-bottom: 50%;
    margin-top: 5%;
}

.prode_bottom>div {
    margin: 5% 0;
}

.prode_name {
    font-size: var(--f30);
    color: #1D1D1D;
    display: block;
    cursor: pointer;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px;
}

.prode_name svg.icon {
    width: 24px;
    vertical-align: middle;
}

.prode_nr {
    display: block;
    margin-top: 30px;
    line-height: 200%;
}

.prode_nr img {
    max-width: 100% !important;
    object-fit: contain;
}

.prode_nr h3 {
    font-size: var(--f18);
    color: var(--li);
    margin: 0;
    border-bottom: 1px solid var(--li);
    margin-bottom: 20px;
    padding-bottom: 5px;
}

.prode_nr h3 {
    font-size: var(--f18);
    color: var(--li);
    margin: 0;
    border-bottom: 1px solid var(--li);

    margin-bottom: 20px;

    padding-bottom: 5px;
}

.prode_summary {
    font-size: var(--f16);
    color: #000;
}

.prode_word table {
    width: 100% !important;
    font-size: var(--f16);
    line-height: 200%;
    background: #F5F5F5;
    color: #2d2c2c;
}

.prode_word table tr:nth-of-type(2n - 1) {
    background: #d2d9e6;
}

.prode_word table td {
    padding: 10px 20px 10px 3%;
    border-left: 1px solid #CBC9C9;
}

.prode_word table tr td:first-child {
    width: 20%;
    text-align: right !important;
    padding: 10px 5% 10px 0;
    color: #4d4d4d;
    border: none;
}

a.down_name {
    font-size: var(--f18);
    color: #333;
}

a.down_name:hover {
    color: var(--li);
    text-decoration: underline !important;
}

.top_left {
    position: absolute;
    left: 0;
    top: 0;
    background: #294e8a;
    padding: 35px;
    border-radius: 10px;
    min-width: 280px;
}

.prode_flex {
    display: flex;
    align-items: center;
    font-size: var(--f22);
    color: #fff;
    margin-top: var(--f18);
}

.prode_flex a.prode_tit {
    color: #fff;
    padding-left: 15px;
}

.L_click .prode_flex a.prode_tit {
    font-weight: 700;
}

.prode_imgbox {
    line-height: 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.prode_childer {
    padding-left: 50px;
    margin: var(--f18) 0;
}

.L_click ul.prode_childer {
    display: block;
}

a.prode_chname {
    display: block;
    font-size: var(--f16);
    color: #fff;
    position: relative;
    padding-left: 10px;
    margin: 10px 0;
}

a.prode_chname:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background: #fff;
    left: 0;
    top: 50%;
    margin-top: -2px;
    border-radius: 50%;
}

li.prode_li:first-child .prode_flex {
    margin: 0;
}

.prode_chname.L_active,
a.prode_chname:hover {
    font-weight: bold;
    text-decoration: underline !important;
}

/* 产品详情end */

/* 服务 */
.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 */

/* 新闻 */
.work_newc {
    margin-top: 3%;
    margin-bottom: 5%;
}

ul.news_libox {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

li.news_list {
    width: calc((100% - 60px) / 3);
    position: relative;
}

.news_list .news_imgbox {
    position: relative;
    height: 0;
    padding-bottom: 125%;
    border-radius: 5px;
    overflow: hidden;
    background: #000;
}

.news_list .news_imgbox>img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    transition: all .5s;
}

.news_tc {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 20px;
    color: #fff;
    background-image: linear-gradient(0deg, rgb(0 0 0 / 50%), transparent);
    transition: all .5s ease;
}

.news_firt:hover .news_tc {
    background-image: linear-gradient(0deg, #3b8ede, transparent);
}

.tc_time {
    display: inline-block;
    font-size: 14px;
    border: 1px solid #fff;
    padding: 7px 15px;
    letter-spacing: 2px;
    border-radius: 30px;
}

.tc_text {
    position: absolute;
    width: calc(100% - 40px);
    left: 20px;
    bottom: 20px;
}

.tc_text>img {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 28px;
}

p.tc_name {
    font-size: var(--f18);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    line-height: 150%;
}

span.tc_ms {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 180%;
    margin: 2% 0 5%;
}

.posit {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #3b8ede;
    padding: 20px;
    display: flex;
    flex-direction: column;
    color: #fff;
    font-size: 14px;
    line-height: 180%;
    align-items: flex-start;
    justify-content: flex-end;
    opacity: 0;
    transition: all .5s cubic-bezier(0.65, 0.32, 0.58, 1) .1s;
}

.posit:before {
    content: '';
    position: absolute;
    width: 0;
    top: 3%;
    left: 3%;
    background: #fff;
    height: 1px;
}

.times {
    display: block;
    font-size: 14px;
    border: 1px solid #fff;
    padding: 7px 0;
    letter-spacing: 2px;
    border-radius: 30px;
    max-width: 150px;
    text-align: center;
    width: 100%;
}

p.pos_name {
    font-weight: bold;
    font-size: var(--f18);
    margin: 5% 0 5%;
}

i.pos_more {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}

i.pos_more>img {
    max-width: 25px;
    margin-left: 10px;
}

li.news_list:hover .posit {
    opacity: 1;
}

li.news_list:hover .posit:before {
    width: 94%;
    transition: all .5s ease .1s;
}

li.news_list a {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 2;
}

li.news_list:hover .news_imgbox>img {
    transform: scale(1.08);
}

.news_topflex {
    margin: 5% auto;
    position: relative;
    padding-left: 51%;
    min-height: 24vw;
    max-height: 480px;
}

.news_firt {
    position: absolute;
    width: 49%;
    left: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
}

.news_firt>img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
    transition: all .5s ease;
}

.news_firt:hover>img {

    transform: scale(1.05);
}

.news_firt a {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
}

.newtop_li {
    border-bottom: 1px solid #333;
    font-size: 14px;
    color: #9e9e9e;
    margin-top: 3vw;
}

.newtop_li a {
    font-size: var(--f16);
    color: #1f1f1f;
    display: block;
    margin: var(--f18) 0 var(--f36);
}

.newtop_li a:hover {
    color: #3b8ede;
}

/* 详情 */
.news_details {
    height: 200px;
}

.news_details .Bread * {
    color: #000;
    fill: #000;
}

.news_text_word {
    margin: 2% auto 5%;
}

.news_text_word h3 {
    font-size: var(--f36);
    font-weight: normal;
}

.news_text_word .news_flex {
    font-size: 14px;
    color: #B7B5B5;
    margin: 2% 0 2%;
}

.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: 2%;
    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 */



/* 联系我们 */
.main_box {
    padding: 5% 0 15%;
    max-width: 1920px;
    margin: 0 auto;
    background: #fbf9f9;
}

.contact_box {
    width: 94%;
    display: flex;
    align-items: center;
    max-width: 1750px;
    margin-left: auto;
    flex-wrap: wrap;
}

.contact_left {
    width: 30%;
}

.contact_right {
    width: 70%;
    position: relative;
    z-index: 1;
    border: 10px solid #fff;
    border-right: none;
}

.contact_left h3 {
    font-size: var(--f28);
    margin-bottom: var(--f38);
    font-weight: normal;
}

.con_more {
    display: block;
    background: #3b8ede;
    border: 1px solid #3b8ede;
    width: 180px;
    line-height: 55px;
    color: #fff;
    font-size: var(--f18);
    text-align: center;
    border-radius: 100px;
    transition: all .5s ease;
    margin-top: var(--f38);
}

.con_more:hover {
    background: transparent;
    color: #3b8ede;
}

.contact_left ul .textbox {
    display: flex;
    align-items: center;
    font-size: var(--f16);
    color: #383737;
    line-height: 200%;
    margin: 5% 0;
}

.contact_left ul .textbox i.yx_icon {
    width: 50px;
    font-size: var(--f28);
    color: #000000;
}

.message {
    background: #fff;
}

.message_center {
    width: 94%;
    max-width: 1600px;
    margin: 0 auto;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 5%);
    background: #fff;
    padding: 5vw;
    border-radius: 30px;
    transform: translateY(-15%);
}

.message_center>p {
    font-size: var(--f18);
    color: #131313;
    line-height: 200%;
}

.message_center>p>strong {
    display: block;
    font-size: var(--f24);
    line-height: 200%;
}

form.Message_Form {
    margin-top: 3%;
}

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 #eee;
    font-size: var(--f16);
}

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;
    height: 200px !important;
    font-size: var(--f16);
    resize: none;
    border: 1px solid #eee;
}

.submitbox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.submitbox>* {
    width: 300px;
    border-radius: 50px;
    border: 1px solid #eee;
    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: #3b8ede;
    color: #fff;
    border-color: #3b8ede;
}

.submitbox>button.layui-btn:hover {
    background: #666;
    color: #fff;
}

.technical_list {
    max-width: 1470px;
    margin: 5% auto;
    position: relative;
    text-align: center;
    width: 94%;
}

.technical_list .tech_tit {
    font-size: var(--f24);
    color: #111111;
    text-align: left;
    font-weight: bold;
}

.tech_sum {
    font-size: 16px;
    color: #111;
    line-height: 200%;
    margin: 10px 0 30px;
    text-align: left;
}

.technical_list img {
    max-width: 100%;
    object-fit: contain;
}

.Scrollnum {
    position: absolute;
    right: 10%;
    background: #fff;
    box-shadow: 1px 1px 10px #eee;
    padding: 20px;
    bottom: 0;
    display: flex;
    justify-content: space-around;
    width: 94%;
    max-width: 600px;
    border-radius: 20px 20px 0 0;
}

.Scrollnum_left {
    right: auto;
    left: 10%;
}

.scr_box .counter {
    font-size: 36px;
    color: #FD0000;
}
.e_textarea-66.ver-errbox.code {
    display: flex;
}

input.p_imagecode {
    display: block;
    width: calc(100% - 200px); 
    height: auto !important;
    padding: var(--f16) 20px !important;
    line-height: 166%;
    color: #666 !important;
    background-color: #f5f5f5 !important;
    border-radius: 0 !important;
    border: 1px solid #D0D0D0;
    font-size: var(--f18);
    max-width: 500px;
}  



/* 服务 */
.service_progess.std_padding3 {
    max-width: 1920px;
    margin: 0 auto;
    padding: 150px 0;
    background: url(/src/image/fwbg.jpg) center/cover no-repeat;
}

.ys_cont1400.active {
    width: 94%;
    margin: 0 auto;
    max-width: 1400px;
}

ul.service_progess_list {
    position: relative;
}

.spln_img {
    width: 35.72%;
    position: relative;
}

.spln_img_pic {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    z-index: 12;
    overflow: hidden;
}

.spln_img .spln_img_svg {
    position: absolute;
    width: calc(100% + 52px);
    height: calc(100% + 52px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    stroke: none !important;
    border: 1px solid #ec3333;
    border-radius: 50%;
}


.spln_img_circle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: all 1.5s ease;
}

.spln_img_circle::before {
    content: '';
    width: 34px;
    height: 34px;
    background: linear-gradient(90deg, #F2473F 0%, #E62129 100%);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -41px;
}

@keyframes c3circle {
    0% {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(405deg);
    }
}

@keyframes c3circle1 {
    0% {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(405deg);
    }
}

.spln_cry .std_text p {
    color: #676B77;
    line-height: 200%;
}

.service_progess_list_nub {
    position: relative;
}

.service_progess_list_nub:nth-of-type(2n) {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.service_progess_list_nub:nth-of-type(2n+1) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}

.spln_cry {
    width: 35.7%;
}

.spln_cry .mod_title1 {
    margin-bottom: 32px;
}

.service_progess_list_nub {
    margin-bottom: 350px;
}

.mod_title1 .mod_title1_sub {
    font-size: 18px;
    line-height: 1.5;
    padding-left: 42px;
    position: relative;
    margin-bottom: 12px;
    color: #B3B5BB;
    font-family: 'poppins_regular' !important;
}

.mod_title1 .mod_title1_sub::before {
    content: '';
    height: 2px;
    width: 34px;
    position: absolute;
    left: 0;
    background: linear-gradient(to right, #F2473F, #E62129);
    top: 10px;
}

.service_progess_list_nub:last-child {
    margin-bottom: 0;
}

.service_progess .ys_cont1400 {
    position: relative;
    z-index: 1;
}

.service_progess_line_car {
    width: 100%;
    position: relative;
    text-align: center;
}

.service_progess_line_wai {
    padding-bottom: 350px;
    width: 214px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 12;
}

.service_progess_line_car img {
    max-width: 100%;
    position: relative;
    z-index: 10;
}

.service_progess_line {
    position: absolute;
    width: 40px;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    height: calc(100% - 250px);
}

.mod_line {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #F6F6F6;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.service_progess_list {
    position: relative;
}

.service_progess_line_car::before,
.service_progess_line_car::after,
.splc_bg::before,
.splc_bg::after {
    content: '';
    background: linear-gradient(90deg, #3b8ede 0%, #3b8ede 100%);
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(.9);
    opacity: .8;
    animation: splc_san 4s ease infinite;
}

.service_progess_line_car::after {
    animation-delay: 1s;
}

.splc_bg::before {
    animation-delay: 2s;
}

.splc_bg::after {
    animation-delay: 3s;
}

.splc_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

@keyframes splc_san {
    0% {
        transform: translate(-50%, -50%) scale(.9);
        opacity: .8;
    }

    95% {
        transform: translate(-50%, -50%) scale(2.6);
        opacity: 0;
    }

    100% {
        transform: translate(-50%, -50%) scale(.9);
        opacity: 0;
    }
}

.service_progess_list_nub:before {
    content: '';
    top: calc(50% - 100px);
    transform: translateY(-50%);
    border-radius: 140px;
    border-bottom: 40px solid #F7F7F7;
    position: absolute;
    width: 600px;
    height: 280px;
    clip: rect(140px, 0, 302px, 0px);
}

.service_progess_list_nub:nth-of-type(2n):before {
    clip: rect(140px, 600px, 302px, 600px);
}

.service_progess_list_nub:nth-of-type(2n+1):before {
    left: calc(50% - 20px);
    border-left: 40px solid #f6f6f6;
}

.service_progess_list_nub:nth-of-type(2n):before {
    right: calc(50% - 20px);
    border-right: 40px solid #f6f6f6;
}

.service_progess_list_nub.on::before {
    clip: rect(140px, 600px, 360px, 0px);
    transition: all 1.6s ease;
}

.service_progess_list_nub:nth-of-type(2n).on:before {
    clip: rect(140px, 600px, 360px, 0px);
}

.service_progess_list_nub.on .spln_img_circle {
    animation: c3circle 1.5s ease .7s backwards 1;
}

.service_after {
    position: relative;
    overflow: hidden;
}

.service_after_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.service_after_bg img {
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 100%;
}

.service_after .ys_cont1400 {
    position: relative;
    z-index: 6;
}

.service_after_sales {
    width: 61.5%;
    padding-top: 22px;
}

.service_after_sales .std_text p {
    color: #676B77;
}

.sasl_nub .std_title1 {
    color: #23262C;
    font-weight: bold;
}

.sasl_nub .std_text p {
    color: #676B77;
}

.sasl_nub_icon {
    width: 50px;
    margin-bottom: 18px;
}

.sasl_nub_unit {
    font-size: 24px;
    font-style: normal;
}

.sasl_nub {
    width: 33.333333%;
    padding: 0 10px;
    margin-bottom: 57px;
}

.service_after_sales_list {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding-top: 3px;
    margin-bottom: -15px;
}

.service_after .mod_title1 .mod_title1_sub {
    color: #676B77;
    margin-bottom: 2px;
}

.sasl_nub .std_text {
    margin-top: -5px;
}

.ys_imgbox_cover img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.ys_imgbox_contain img,
.ys_imgbox_cover img {
    width: 100%;
    transition: all .36s;
}

.service_ment {
    position: relative;
    line-height: 0;
}

.service_ment img {
    max-width: 100%;
}

.service_ment .n_center.n_posi_ab {
    padding: 0;
    justify-content: center;
    flex-direction: column;
    line-height: 200%;
    font-size: 16px;
    color: #fff;
}

.ser_tit h4 {
    display: flex;
    align-items: center;
    font-size: var(--f54);
    margin-bottom: var(--f30);
}

.ser_tit h4 img {
    margin-right: var(--f22);
}

.service_situation {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url(/src/image/ser8.jpg) center/cover no-repeat;
    padding: 6% 0;
}

.situ_center {
    max-width: 1030px;
    width: 94%;
    margin-top: 3%;
}

.situ_center ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.situ_center ul li {
    width: 280px;
    display: flex;
    align-items: flex-start;
    margin: 5% 0;
}

.situ_center ul li strong {
    display: block;
    position: relative;
    padding-left: 45px;
    background: url(/src/image/ser9.png) no-repeat;
    background-position: left center;
    font-size: var(--f30);
    color: #000000;
    width: 110px;
    line-height: 120%;
}

.situ_center ul li p {
    font-size: 12px;
    width: calc(100% - 110px);
    text-align: left;
    padding-left: 10px;
    line-height: 150%;
}

.situ_center ul li.li_active {
    justify-content: center;
    color: #fe0d0d;
    font-size: var(--f30);
    font-weight: bold;
}

.ab_intro div#app {
    padding-bottom: 5%;
    font-size: var(--f16);
    color: #333;
    line-height: 200%;
    width: 100%;
}

.table-responsive {
    width: 100%;
    overflow: auto;
}

.ab_intro div#app h1 {
    font-size: var(--f36);
    color: var(--li);
    margin-bottom: 1%;
}

.ab_intro div#app h2 {
    color: #000;
    font-size: var(--f24);
    margin-bottom: 1%;
}

.ab_intro div#app h4 {
    font-size: var(--f18);
    color: #000;
    margin-top: 1%;
}

.ab_intro div#app a {
    color: var(--li);
}

.ab_intro div#app a:hover {
    text-decoration: underline;
}

#app table {
    width: 100% !important;
    font-size: 14px;
    line-height: 200%;
    background: #F5F5F5;
    color: #2d2c2c;
    margin-top: 10px;
}

#app table tr:nth-of-type(2n - 1) {
    background: #d2d9e6;
}

#app table td {
    padding: 10px;
    border-left: 1px solid #CBC9C9;
    min-width: 100px;
    text-align: center;
}




/* 媒体查询768 */
@media only screen and (max-width:768px) {

    .n_posi_ab {
        padding-top: 0;
    }

    .ab_inl .ab_summ {
        max-height: max-content;
        padding-right: 0;
        overflow: auto;
        transform: none;
    }

    .ab_inl .ab_summ p {
        transform: none;
    }

    .Bread,
    .Bread a {
        font-size: 14px;
    }

    .n_posi_ab h3:before {
        content: '';
        width: 70px;
        height: 2px;
    }

    .n_banner {
        margin-top: 70px;
    }

    .n_posi_ab h3 {
        font-size: 24px;
    }

    .n_banner img {
        height: 200px;
    }

    .ab_inl {
        width: 100%;
        padding-right: 0;
    }

    .ab_tit {
        font-size: 24px;
        margin: 10px 0 20px;
    }

    .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_hist .linecode span:after {
        right: -10px;
        bottom: -8px;
        width: 35px;
        height: 37px;
    }


    .product_left {
        width: 100%;
        position: static;
        border: none;
    }

    .product_right {
        width: 100%;
        padding-left: 0;
    }

    .Product_list_box .pro_ul {
        gap: 10px;
        margin-top: 30px;
    }

    .Product_list_box>ul li.product_list {
        width: calc((100% - 10px) / 2);
        padding: 0;
    }

    .Product_list_box>ul li.product_list p {
        padding: 0;
    }

    .Product_list_box>ul li.product_list .L_img {
        padding-bottom: 75%;
    }

    .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_bottom {
        height: auto;
        background: transparent;
        border-bottom: 2px dashed var(--li);
    }

    .fz_right {
        padding: 0;
        width: 100px;
    }

    .fz_left {
        width: calc(100% - 100px);
    }

    .fz_right:after {
        display: none;
    }

    .fz_right:before {
        margin: 15px 0;
    }

    .fz_bot_right,
    .fz_bot_left {
        width: 100%;
    }

    .gallery-thumbs {
        height: auto;
    }

    .gallery-thumbs .fz_line {
        background: #e8e8e9;
        position: relative;
        height: 150px !important;
        bottom: 0 !important;
        margin-top: 20px;
    }

    .fz_textbox {
        position: static;
    }

    .ab_hist {
        padding: 50px 0;
    }

    .product_left ul:before {
        display: none;
    }

    .product_left ul {
        position: relative;
        margin: 0;
        gap: 2px;
    }

    .product_left ul li {
        margin: 0;
        width: calc((100% - 4px) / 3);
        text-align: center;
    }

    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: 0;
    }

    .L_active a.yx_Link1,
    a.yx_Link1:hover {
        background: var(--li);
        color: #fff;
    }

    a.yx_Link1:before {
        display: none;
    }

    .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 0;
        transform: none;
    }

    .ab_honor .ab_tit {
        margin-bottom: 50px;
    }

    .honor_flex img {
        margin-right: 10px;
        max-width: 35px;
        object-fit: contain;
    }

    .honor_bottom {
        padding: 30px 0;
    }

    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 0 0;
        transform: none;
        border-radius: 0;
        margin: 15px auto 0;
    }

    .contact_left ul .textbox {
        margin: 10px 0;
    }

    .contact_right {
        width: 100%;
        border: none;
    }

    #container {
        min-height: 300px !important;
    }

    .contact_left {
        width: 100%;
    }

    .message_center {
        padding: 20px;
        border-radius: 0;
        transform: none;
    }

    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: 120px;
        border-radius: 10px;
        font-size: 16px;
        line-height: 200%;
        padding: 5px;
        margin: 0 10px;
    }

    .intro_r ul {
        margin: 0 auto;
    }

    .intro_r ul li {
        flex-wrap: wrap;
    }

    .intro_r ul .tsBox {
        margin: 0 auto 10px;
        width: 50px;
        height: 50px;
    }

    .tswz {
        width: 100%;
    }

    .intro_r ul .tsBox img {
        max-width: 100%;
    }

    .intro_r ul h2 {
        font-size: 20px;
    }

    .intro_r ul i.count-unit {
        font-size: 16px;
    }

    .intro_r ul li p {
        margin-top: 0;
        font-size: 14px;
    }

    .cult_bg {
        padding: 50px 0 0;
    }

    ul.gamebox {
        width: 300px;
        height: 300px;
    }

    .radiobox {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        gap: 1px;
        margin-top: 50px;
    }

    .radiobox li {
        width: calc((100% - 2px) / 3);
        height: auto;
        position: static;
        transform: none !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        padding: 10px 0;
        font-size: 14px;
    }

    li.cult_list h3 {
        font-size: 24px;
        font-weight: normal;
        margin: 10px 0;
    }

    li.cult_list {
        height: auto;
        min-height: 180px;
    }

    .Product_list_box>ul li.product_list a:before {
        width: 40px;
        height: 40px;
    }

    .top_left {
        display: none;
    }

    .top_right {
        max-width: 100%;
    }

    .service_progess_line_wai {
        display: none;
    }

    .service_progess.std_padding3 {
        padding: 50px 0;
    }

    .service_progess_list_nub {
        margin-bottom: 20px;
        flex-wrap: wrap;
    }

    .spln_cry {
        width: 100%;
    }

    .spln_img {
        width: 70%;
        position: relative;
        margin: 50px auto;
    }

    h2.std_title2 {
        font-size: 18px;
    }

    .spln_cry .mod_title1 {
        margin-bottom: 20px;
    }

    .mod_title1 .mod_title1_sub {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .service_progess_list_nub:before {
        display: none;
    }

    .spln_cry .std_text p {
        font-size: 14px;
    }

    .service_ment>img {
        height: 200px;
        object-fit: cover;
    }

    .ser_tit h4 img {
        margin-right: 10px;
        max-width: 30px;
    }

    .service_situation {
        padding: 50px 0;
    }

    .situ_center ul li {
        width: 48%;
        order: 2;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        background: rgb(255 255 255 / 80%);
        margin: 1%;
        box-shadow: 1px 1px 1px #eee;
        padding: 10px 0;
    }

    .situ_center ul li:last-of-type {
        width: 100%;
        margin: 1% auto;
    }

    .situ_center ul li.li_active {
        width: 100%;
        order: 1;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .situ_center ul li strong {
        line-height: 200%;
        margin: 0 auto;
        padding-left: 25px;
        background-size: 20px auto;
        width: 70px;
    }

    .ser_tit h4 {
        margin-bottom: 10px;
    }

    .situ_center ul li p {
        width: calc(100% - 10px);
        padding-left: 0;
        text-align: center;
        margin: 0 auto;
        line-height: 180%;
    }

    ul.service_progess_list {
        position: relative;
        overflow: hidden;
    }

    .news_firt {
        position: relative;
        width: 100%;
        left: 0;
        top: 0;
        height: 250px;
        overflow: hidden;
    }

    .news_topflex {
        margin: 50px auto;
        position: relative;
        padding-left: 0;
    }

    li.news_list {
        width: 100%;
    }

    .news_text_word h3 {
        font-size: 18px;
        font-weight: 700;
        margin-top: 30px;
    }

    .situ_center ul {
        justify-content: center;
    }

}