@charset "UTF-8";

.n_banner {
    position: relative;
    line-height: 0;
    overflow: hidden;
    max-height: 800px;
    height: 40vw;
    background: linear-gradient(180deg, #0155B6, #00F8E7);
}

.n_ban {
    position: relative;
    overflow: hidden;
    line-height: 0;
}

.n_ban>img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.n_banner>img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
}

.nei_bantxt {
    position: absolute;
    z-index: 2;
    font-size: var(--f24);
    color: #fff;
    line-height: 200%;
    left: 50%;
    top: 35%;
    transform: translate(-50%, -50%);
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.2vw;
}

.n_ban .nei_bantxt {
    top: 60%;
}

.nei_bantxt h3 {
    font-size: var(--f42);
}


/*关于我们*/
.ab_one {
    background: url(/src/img/ab5.png) left no-repeat;
    padding: 5% 0;
}

.center_1640 {
    max-width: 1640px;
    width: 94%;
    margin: 0 auto;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ab_one_left {
    width: 43%;
    margin-right: 4%;
}

.ab_one_left img {
    max-width: 100%;
}

.ab_one_right {
    width: 53%;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
}

.ab_one_right video {
    max-width: 100%;
}

.ab_one_left img+p {
    font-size: var(--f18);
    color: #7A7A7A;
    line-height: 180%;
    margin-top: 5%;
    letter-spacing: 0.1vw;
}

ul.intro_b {
    display: flex;
    justify-content: space-around;
    margin-top: 4%;
    text-align: center;
}

ul.intro_b img {
    max-width: 100%;
    object-fit: contain;
    transition: all .5s ease;
}

ul.intro_b h1 {
    font-size: var(--f42);
    margin: var(--f16) 0 10px;
}

ul.intro_b h1+p {
    font-size: var(--f16);
    color: #333;
}

ul.intro_b li:hover img {
    transform: translateY(-10px);
}

ul.intro_b li:hover {
    cursor: pointer;
}

.ab_two {
    background: #F5F5F5 url(/src/image/jsvg.jpg) top no-repeat;
    padding: 7% 0;
}

.about_tit {
    font-size: var(--f42);
    text-align: center;
}

.about_tit+p {
    font-size: var(--f16);
    text-align: center;
    max-width: 1150px;
    margin: 1% auto;
    letter-spacing: 1px;
    line-height: 180%;
}

.sheb_swiper {
    margin: 3% auto;
    padding-bottom: 50px;
}

.sheb-content {
    position: relative;
    overflow: hidden;
    background: #212020;
    box-shadow: 4px 8px 17px 0px rgba(0, 0, 0, 0.28);
    border-radius: 25px;
}

.sheb-content .Limg_cov {
    padding-bottom: 38%;
    width: 60%;
}

.ab2_right {
    position: absolute;
    right: 0;
    top: 50%;
    width: 40%;
    padding-right: 5%;
    z-index: 1;
    transform: translateY(-50%);
    color: #fff;
    font-size: var(--f16);
    line-height: 200%;
    min-height: 300px;
}

.sheb-content .Limg_cov:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #212020;
    z-index: 1;
    transform: rotate(110deg);
    left: 70%;
    top: 0;
}

.ab2_right h5 {
    font-size: var(--f36);
    margin: 20px 0;
}

.sheb_swiper .swiper-pagination-bullet {
    width: 116px;
    height: 3px;
    background: #D8D8D8;
    border-radius: 0;
    margin: 0 25px !important;
    opacity: 1;
}

.sheb_swiper .swiper-pagination-bullet-active {
    background: #009E9E;
}

ul.kfbox {
    max-width: 1460px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 3%;
}

ul.kfbox li {
    background: #fff;
    width: 30%;
    margin: 2% 0;
    padding: 2vw;
    border-radius: 20px;
    box-shadow: 0px 9px 20px 0px rgba(0, 0, 0, 0.12);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    cursor: pointer;
    transition: all .5s ease;
}

.swiper-center_par {
    width: 130px;
    height: 130px;
    background: #F9F9F9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    transition: all .5s ease;
    overflow: hidden;
}

ul.kfbox li:hover {
    transform: translateY(-10px);
}

ul.kfbox li:hover .swiper-center_par {
    background: var(--li);
}

.swiper-center_par img {
    filter: drop-shadow(-100px 0px 0px #fff);
    transform: translateX(0px);
    max-width: 80%;
    object-fit: contain;
    transition: all .5s ease;
}

ul.kfbox li:hover .swiper-center_par img {
    transform: translateX(100px);
}

ul.kfbox li p {
    font-size: var(--f28);
    color: #333;
    font-weight: bold;
}

ul.kfbox li p:after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background: #009E9E;
    margin: 10px 0;
}

ul.kfbox li span {
    color: #B5B5B5;
    text-transform: uppercase;
    font-size: var(--f16);
}

.honor_top {
    background: #fff url(/src/img/zlbg.png) no-repeat center;
    padding: 5% 0;
    text-align: center;
}

.honorsw {
    position: relative;
    background: url(/src/img/zlbg2.png) center bottom/contain no-repeat;
    padding: 3% 15%;
}

.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;
}

.ab_honor .swiper-button-next,
.ab_honor .swiper-button-prev {
    margin-top: calc(0px - (var(--f72)/ 2));
    width: var(--f72);
    height: var(--f72);
    border: 1px solid #CECECE;
    border-radius: 50%;
    background: linear-gradient(45deg, #fff, #fff);
    transition: all .5s;
}

.ab_honor .swiper-button-next:after,
.ab_honor .swiper-button-prev:after {
    font-size: var(--f24);
    color: #888;
}

.ab_honor .swiper-button-next:hover,
.ab_honor .swiper-button-prev:hover {
    background: linear-gradient(124deg, #0DE3E3 0%, #1503C6 100%);
    border: transparent;
    color: #fff;
}

.ab_honor .swiper-button-next:hover:after,
.ab_honor .swiper-button-prev:hover:after {
    color: #fff;
}

.ab_honor .swiper-wrapper .Limg_cov {
    padding-bottom: 140%;
    text-align: left;
    box-shadow: 1px 3px 10px rgb(0 0 0 / 50%);
    margin: 10px;
}

.honor_bottom {
    background: #fff url(/src/img/zsbg.jpg) no-repeat center;
    padding: 5% 0 15%;
    text-align: center;
}

.honor_bottom .qua_swiper {
    margin-top: 3%;
    padding: 0 5%;
}

.qua_img {
    position: relative;
}

.qua_img img {
    max-width: 100%;
    max-height: 216px;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 50%);
}

/* 关于我们end */

/* 企业文化 */
.culture_top {
    background: url(/src/img/picture-background.jpg);
    background-size: cover;
    background-position: bottom center;
    padding: 7% 0 4%;
}

.culture_top h3.culture_top_tit {
    font-size: var(--f42);
    color: #333;
    text-align: center;
}

span.culture_top_sumary {
    font-size: var(--f24);
    color: #25DACE;
    text-align: center;
    display: block;
    margin: 15px 0 30px;
}

.culture_top>div>p {
    margin: 0 auto;
    font-size: var(--f22);
    text-align: center;
    line-height: 180%;
    font-weight: bold;
    color: #333;
}

.culture_top_box {
    max-width: 1270px;
    display: flex;
    justify-content: space-between;
    margin: 7% auto 0;
    gap: 3vw;
    flex-wrap: wrap;
}

.culture_top_box .culture_top_list {
    width: calc((100% - 6vw) / 3);
    background: #fff;
    text-align: center;
    border-radius: 25px;
    padding: 3vw;
    font-size: var(--f18);
    color: #888;
    line-height: 200%;
    transition: all .5s ease;
}

.culture_top_box .culture_top_list:hover {
    transform: translateY(-15px);
}

.culture_top_box .culture_top_list p {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin: 30px 0;
}

.culture_top_list .annius {
    --w: 166px;
    --h: 166px;
    padding: 9px;
}

.culture_top_list .annius span {
    background: #fff;
    overflow: hidden;
}

.ab_two.culture_center {
    background: #fff;
    padding: 5% 0;
}

.culture_center .about_tit+p {
    font-size: var(--f24);
    color: #333;
}

.Related_case.culture_bottom {
    background-image: url(/src/img/bj.jpg);
    padding: 7% 0;
}

.culture_titbox {
    text-align: center;
    margin-bottom: 4%;
    color: #333;
}

.culture_titbox h3 {
    font-size: var(--f42);
}

.culture_titbox h3:after {
    content: '';
    display: block;
    width: 116px;
    height: 3px;
    background: linear-gradient(45deg, #1503C6, #0DE3E3);
    margin: 20px auto;
}

.culture_titbox h3+p {
    font-size: var(--f22);
    font-weight: bold;
}

/* 企业文化end */



/* 产品 */
/* 产品列表页 */
.yx_H_Active .yx_Header {
    top: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
    border-bottom: 1px solid #eeee;
}

section.Inside {
    background: #fff;
    max-width: 1920px;
    margin: 0 auto;
}

.Inside_Box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.Inside_left {
    width: 25%;
    position: sticky;
    position: -webkit-sticky;
    top: 120px;
    left: 0;
}

.Inside_right {
    width: 75%;
    border-left: 1px solid #eee;
    min-height: 100vh;
    padding: 0;
}

form.Searching {
    padding: 22px var(--f48) 22px calc(var(--f48) * 2);
    position: relative;
    border-bottom: 1px solid #f5f5f5;
}

form.Searching:hover {
    background: #E5E5E5;
}

form.Searching #search_put {
    border: none;
    font-size: 18px;
    color: #000214;
    display: block;
    width: 100%;
    line-height: 200%;
    padding-right: 30px;
    letter-spacing: 2px;
    background: transparent;
}

form.Searching input::-webkit-input-placeholder {
    font-size: 18px;
    color: #000214;
}

form.Searching .L_active::-webkit-input-placeholder {
    font-size: 18px;
    color: #999;
}

button.sub_But {
    position: absolute;
    right: var(--f48);
    background: transparent;
    border: none;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    cursor: pointer;
}

form.Searching #search_put:focus-visible {
    border: none;
    box-shadow: none;
    outline: none;
}

.yx_PPBox .yx_icon {
    position: absolute;
    right: var(--f48);
    top: 0;
    color: #666;
    height: 100%;
    width: auto;
    cursor: pointer;
    transition: all .5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.yx_PPBox .yx_icon svg {
    margin: 0;
    fill: #999;
    width: 20px;
    height: 20px;
}

.yx_PPBox .yx_icon .icon_- {
    display: none;
}

.yx_PPBox .rotate .icon_x {
    display: none;
}

ul.yx_PPBox.yx_PPBox1>.L_active .icon_x,
ul.yx_PPBox.yx_PPBox1>li:hover .icon_x {
    fill: #fff;
}

.yx_PPBox .rotate .icon_- {
    display: block;
    fill: #333;
}

ul.yx_PPBox.yx_PPBox1>.L_active .icon_-,
ul.yx_PPBox.yx_PPBox1>li:hover .icon_- {
    fill: #fff;
}

ul.yx_PPBox.yx_PPBox1 {
    padding: 0px;
    padding-bottom: 15vh;
}

.yx_PPBox1>li.yx_PPList>.yx_PageTit {
    padding: var(--f30) var(--f48) var(--f30) calc(var(--f48) * 2);
    position: relative;
    border-bottom: 1px solid #f5f5f5;
    font-size: var(--f18);
}

li.yx_PPList {
    transition: all .5s;
    background-size: cover;
}

ul.yx_PPBox.yx_PPBox1>.L_active,
ul.yx_PPBox.yx_PPBox1>li:hover {
    background-image: url(/src/img/bglis.png);
}

.yx_PageTit {
    position: relative;
    overflow: hidden;
}

.yx_PPBox1>li.yx_PPList>.yx_PageTit>a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #333;
    transition: all .5s;
    overflow: hidden;
}

.yx_PPBox1>li.yx_PPList>.yx_PageTit>a img {
    filter: drop-shadow(0px 120px 0px black);
    transform: translateY(-120px);
    max-width: 60px;
    max-height: 35px;
    margin: 0 auto;
}

.yx_PPBox1>li.yx_PPList>.yx_PageTit>a span {
    width: calc(100% - 70px);
    padding-left: 10px;
}

ul.yx_PPBox.yx_PPBox1>.L_active .yx_PT_Link1,
ul.yx_PPBox.yx_PPBox1>li:hover .yx_PT_Link1 {
    color: #fff;
}

ul.yx_PPBox.yx_PPBox1>.L_active .yx_PT_Link1 img,
ul.yx_PPBox.yx_PPBox1>li:hover .yx_PT_Link1 img {
    transform: translateY(0px);
}

.yx_PPBox2 {
    display: none;
    padding: 10px var(--f48) 10px calc(var(--f48) * 2);
    position: relative;
    background: #EFEFEF;
}

.yx_PPBox2>li.yx_PPList {
    margin-top: 15px;
    margin-bottom: 15px;
}

.yx_PPBox2>li.yx_PPList>.yx_PageTit>a {
    display: block;
    position: relative;
    font-size: var(--f16);
    line-height: 150%;
    color: #8B8B8B;
    width: calc(100% - 25px);
    float: left;
}

.yx_PPBox2>li.yx_PPList>.yx_PageTit>.cl_buton {
    width: 24px;
    line-height: 24px;
    display: block;
    float: left;
    text-align: center;
    cursor: pointer;
    color: #8B8B8B;
}

.yx_PPBox2>li.yx_PPList>.yx_PageTit>.cl_buton:before {
    content: '+';
}

.yx_PPBox2>li.L_active>.yx_PageTit>a,
.yx_PPBox2>li.yx_PPList>.yx_PageTit:hover a,
.yx_PPBox2>li.yx_PPList>.yx_PageTit:hover .cl_buton,
.yx_PPBox2>li.L_active>.yx_PageTit>.cl_buton:before {
    color: var(--li);
}

.yx_PPBox2>li.L_active>.yx_PageTit>.cl_buton.cl_buton_active:before {
    content: '—';
}

.yx_PPBox2>li.L_active>.yx_PageTit:before,
.yx_PPBox2>li.yx_PPList>.yx_PageTit:hover .yx_PT_Link2:before {
    background: #000;
}

.yx_PPBox2>li.yx_PPList>.yx_PageTit .yx_icon2 {
    position: absolute;
    right: 0;
    top: 0;
    color: #666;
    height: 100%;
    width: 44px;
    text-align: center;
    cursor: pointer;
    transition: all .5s ease;
}

.yx_PPBox2>li.yx_PPList>.yx_PageTit .rotate {
    transform: rotate(90deg);
}

.yx_PPBox2 .yx_PPBox3 {
    display: none;
    padding-top: 10px;
}

.yx_PPBox3>li.yx_PPList .yx_PT_Link3 {
    line-height: 35px;
    font-size: 14px;
    color: #333;
    padding-left: 40px;
    position: relative;
    display: block;
}

.yx_PPBox3>.L_active>.yx_PageTit .yx_PT_Link3,
.yx_PPBox3>li.yx_PPList>.yx_PageTit .yx_PT_Link3:hover {
    color: var(--li);
}

.yx_PPBox3>.L_active .yx_PT_Link3,
.yx_PPBox3>li.yx_PPList>.yx_PageTit:hover {
    color: var(--li);
}

.Inside_text {
    width: 100%;
    padding-bottom: 150px;
}

.Inside_text>div {
    padding: 5% 5% 0;
}

.titibox:before {
    content: '';
    width: 66px;
    height: 6px;
    background: linear-gradient(124deg, #1503C6 0%, #0DE3E3 100%);
    display: block;
    margin-bottom: 10px;
}

.titibox {
    position: relative;
}

.num_pf {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #8B8B8B;
    letter-spacing: 2px;
}

h1.title {
    color: #000;
    font-size: var(--f30);
    letter-spacing: 2px;
    line-height: 150%;
}

p.Subtitle {
    color: var(--li);
    text-transform: uppercase;
    font-size: var(--f20);
}

summary.summary {
    font-size: var(--f16);
    color: #888;
    line-height: 200%;
    font-weight: 100;
}

ul.product_box {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 30px;
}

ul.product_box li {
    width: calc((100% - 50px) / 3);
    background: url(/src/img/prolistbg.jpg) center center/cover;
    transition: all .5s;
    border: 1px solid #efefef;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    padding-bottom: 5%;
}

ul.product_box li:hover {
    border-color: var(--li);
    box-shadow: 1px 1px 10px rgb(0 0 0 / 30%);
}

ul.product_box li .L_img {
    position: relative;
    height: 0;
    padding-bottom: 90%;
    overflow: hidden;
}

ul.product_box li .L_img img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s;
}

ul.product_box li:hover .L_img img {
    transform: translate(-50%, -50%) scale(1.05);
}

ul.product_box li p {
    font-size: var(--f18);
    color: #fff;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding: 20px;
    letter-spacing: 1px;
    overflow: hidden;
    transition: all .5s;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: rgb(51 51 51 / 55%);
}

ul.product_box li:hover p {
    color: #fff;
    background: var(--li);
}

/* 产品end */


/* 产品详情 */

.Bread a {
    font-size: var(--f16);
    color: #333;
}

.product-details {
    margin-top: 60px;
    padding-top: 60px;
    position: relative;
    z-index: 2;
}

.product-details .prode_video {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
    opacity: .05;
    z-index: -1;
}

.product-details .prode_top {
    max-width: 1740px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding: 5% 0;
}

.product-details .product_swiper {
    width: 50%;
    padding: 0 5% 10px 150px;
    position: relative;
}

.product-details .product_swiper .mySwiper {
    position: absolute;
    width: 100px;
    height: 100%;
    left: 0;
    bottom: 0;
    max-height: 540px;
}

.product-details .product_swiper .swiper-vertical>.swiper-wrapper {
    flex-direction: column;
    justify-content: center;
}

.product_swiper .swiper-container {
    height: auto;
}

.L_imgswiper {
    position: relative;
    width: 100%;
    display: block;
    height: 0;
    padding-bottom: 80%;
    overflow: hidden;
    border-radius: 0;
}

.L_imgswiper>img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}

.L_imgsmail {
    position: relative;
    width: 100%;
    display: block;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    border: 2px solid #eee;
    cursor: pointer;
}

.L_imgsmail>img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
    object-fit: contain;
}

.swiper-slide-thumb-active .L_imgsmail {
    background: #F5F5F5;
    border-image: linear-gradient(39deg, rgba(1, 85, 182, 1), rgba(0, 248, 231, 1)) 2 2;
}

.product-details .prduct_details_right {
    width: 50%;
    padding-bottom: 10px;
}

.product-details .prduct_details_right .annius {
    margin: 4% 0 0;
}

.product-details .prduct_details_right .annius span {
    background: #fff;
    color: #333;
}

.product-details .prduct_details_right .annius svg {
    margin-right: 10px;
}

.product-details .prduct_details_right .annius:hover span {
    background: rgba(88, 221, 147, 0.1);
    color: #fff;
    fill: #fff;
}

.product-details .prduct_details_right strong {
    display: block;
    font-size: var(--f18);
    color: #000;
    margin-bottom: 12px;
}

h1.prod_tit {
    font-size: var(--f42);
    color: #000;
    font-weight: bold;
    line-height: 120%;
}

.prod_summ {
    font-size: var(--f16);
    line-height: 180%;
    margin: var(--f30) 0;
    color: #888;
}

.prod_applist {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2%;
}

.prod_applist>div {
    text-align: center;
    margin-right: 1vw;
    font-size: var(--f14);
    line-height: 180%;
    cursor: pointer;
}

.prod_applist .prode_tbbox {
    border-radius: 10px;
    width: 94px;
    height: 94px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    border: 1px solid #333;
}

.prod_applist .prode_tbbox svg {
    width: 70%;
    height: 40%;
    transition: all .5s ease;
}

.prod_applist>div:hover {
    color: var(--li);
}

.prod_applist>div:hover .prode_tbbox {
    border-color: var(--li);
}

.prod_applist>div:hover svg {
    transform: rotateY(180deg);
}

.prod_applist>div:hover svg g {
    fill: var(--li);
}

.prodate_tedian {
    background: url(/src/img/prodebg.jpg) center/cover;
    padding: 5% 0;
}

.prodate_tedian .center {
    display: flex;
    flex-wrap: wrap;
    margin-top: 3%;
    align-items: center;
}

.prodate_tedian .mySwiper5 {
    width: 35%;
    padding-bottom: 40px;
    margin-left: 0;
}

.prodate_tedian .prod_infobox {
    width: 60%;
}

.prodate_tedian .prod_info {
    display: flex;
    flex-wrap: wrap;
    gap: 3vw;
}

.prodate_tedian .mySwiper5 .swiper-pagination-bullet-active {
    background: var(--li);
}

p.prod_info {
    font-size: 14px;
    color: #8B8B8B;
    letter-spacing: 2px;
    line-height: 200%;
    margin: 10px 0 20px;
}

.prod_info_slide {
    display: flex;
    flex-wrap: wrap;
    max-width: 500px;
    width: calc((100% - 6vw) / 3);
    font-size: var(--f16);
    flex-direction: column;
}

.prod_info_slide .prod_info_left {
    color: #000;
    font-weight: bold;
    font-size: var(--f22);
    margin-bottom: 10px;
    width: 100%;
}

.prod_info_slide .prod_info_left:before {
    content: '';
    width: 50px;
    height: 5px;
    background: #25DACE;
    display: block;
    margin-bottom: 10px;
}

.prod_info_right {
    color: #888;
    font-size: var(--f16);
    line-height: 180%;
}

.prodebottombox {
    width: 150px;
    display: flex;
    justify-content: space-between;
    user-select: none;
    margin-top: 35px;
}

.prodebottombox>div {
    width: 55px;
    height: 55px;
    border: 1px solid #888;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 宋体 !important;
    font-weight: bold;
    color: #888;
    font-size: var(--f24);
    cursor: pointer;
}

.prodebottombox>div:hover {
    border-color: var(--li);
    color: var(--li);
}

.prodate_tdico {
    padding: 5% 0;
}

.proinfo01 {
    max-width: 1400px;
    width: 94%;
    margin: 0 auto;
}

.proinfo01 dl {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.proinfo01 dl dd {
    transition: 0.3s;
    box-shadow: 0 0 10px #efefef;
    background-color: #fff;
    border-radius: 15px;
    width: 24%;
    padding: 70px 30px 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}

.proinfo01 dl dd .icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 83px;
    height: 83px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 10px #ddd;
}

.proinfo01 dl dd .icon::after {
    border-radius: 50%;
    width: 122%;
    height: 122%;
    position: absolute;
    left: 50%;
    content: "";
    top: 50%;
    border: 2px dashed #d7d7d7;
    transform: translate(-50%, -50%);
}

.proinfo01 dl dd:hover .icon::after {
    animation: img01anime 10s 0s linear infinite;
}

.proinfo01 dl dd .icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    transition: all .5s ease;
}

.proinfo01 dl dd h4 {
    font-size: var(--f22);
    color: #333333;
    font-weight: bold;
    margin: 20px 0;
    position: relative;
}

.proinfo01 dl dd h4::after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 2px;
    background: linear-gradient(var(--angle), rgba(1, 85, 182, 1) 0%, #035AC6 51%, #00F8E7 100%);
}

.proinfo01 dl dd p {
    text-align: center;
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    display: none;
}

.proinfo01 dl dd:hover {
    transform: scale(1.2);
    z-index: 2;
}

.proinfo01 dl dd:hover {
    background: linear-gradient(var(--angle), rgba(1, 85, 182, 1) 0%, #035AC6 51%, #00F8E7 100%);
}

.proinfo01 dl dd:hover .icon {
    box-shadow: 0px;
}

.proinfo01 dl dd:hover .icon::after {
    border-color: #fff;
}

.proinfo01 dl dd:hover .icon img {
    transform: rotateY(180deg);
}

.proinfo01 dl dd:hover h4 {
    color: #fff;
}

.proinfo01 dl dd:hover h4::after {
    background-color: #fff;
}

.proinfo01 dl dd:hover p {
    color: #fff;
}

@keyframes img01anime {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes img02anime {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}


.product-details-bottom {
    background: #000;
    color: #fff;
    background-size: cover;
    padding: 105px 0;
    position: relative;
    overflow: hidden;
    animation: bg_move 10s linear infinite;
    background-position: -400px center;
}

@keyframes bg_move {
    100% {
        background-position: 0px;
    }
}

.prode_videotab {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: -1;
}

.product-details-bottom .tablecenter {
    max-width: 1400px;
    margin: 0 auto;
}

.product_detailsbox table {
    text-align: left;
    font-size: var(--f16);
    line-height: 200%;
    border-bottom: 10px;
    overflow: hidden;
    padding-bottom: 50px;
    width: 100% !important;
}

.product_detailsbox table td {
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    padding: 10px 10px 10px 0;
}

.product_detailsbox table th {
    padding: 2vw 0px 1vw 3vw;
    font-size: var(--f24);
    font-weight: normal;
    border-bottom: 1px solid #fff;
}

.prod_button a {
    display: flex;
    width: 200px;
    height: 50px;
    border: 1px solid #221815;
    align-items: center;
    justify-content: center;
    margin-top: var(--f48);
    background: transparent;
    transition: all .5s;
    color: #333;
    font-size: var(--f18);
    letter-spacing: 1px;
}

.prod_button a span {
    display: block;
    margin: 0 10px;
}

.prod_button a:hover {
    background: var(--li);
    border-color: var(--li);
    color: #fff;
    fill: #fff;
}

.details_pro h3.Ribbon {
    margin: 0;
    background: #221815;
    font-size: var(--f18);
    color: #fff;
    padding: 10px 20px;
    letter-spacing: 2px;
    font-weight: normal;
}

.details_pro {
    margin: 5% 0 2%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #221815;
}

.product-details-bottom img {
    max-width: 100% !important;
    height: auto;
}

.product_detailsbox {
    font-size: var(--f16);
    margin: 4% auto 3%;
    border-radius: 20px;
    overflow: hidden;
    line-height: 0;
    background: rgb(255 255 255 / 10%);
    padding: 2vw 3vw 0;
}

.product_detailsbox h3 {
    font-family: '思源宋体' !important;
    font-size: var(--f30);
    position: relative;
    padding-left: 30px;
    line-height: 180%;
}

.product_detailsbox h3:before {
    content: '';
    width: 6px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    background-color: #221815;
}

.Ribbon_Swiper {
    width: 100% !important;
}

.lxpulic {
    position: absolute;
    width: 50%;
    height: 55%;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.lxpulic:before,
.lxpulic:after {
    content: '';
    position: absolute;
    background: url(/src/img/bgline.png);
    width: 9px;
    height: 102px;
    opacity: 0;
    transition: all .5s ease;
    transform: translateY(100%);
}

.lxing::before {
    left: 0;
    bottom: 0;
}

.lxing::after {
    left: 15%;
    top: 0;
}

.lxing1::before {
    right: 0;
    bottom: 0;
}

.lxing1::after {
    right: 15%;
    top: 0;
}

.prode_icolist:hover .lxing:before {
    transform: translateY(0%);
    opacity: 1;
    transition-delay: .2s;
}

.prode_icolist:hover .lxing:after {
    transform: translateY(0%);
    opacity: 1;
    transition-delay: .5s;
}

.prode_icolist:hover .lxing1:before {
    transform: translateY(0%);
    opacity: 1;
    transition-delay: .3s;
}

.prode_icolist:hover .lxing1:after {
    transform: translateY(0%);
    opacity: 1;
    transition-delay: .4s;
}

a.down_but {
    display: flex;
    width: 238px;
    height: 54px;
    border-radius: 27px;
    margin: 0 auto;
    background: linear-gradient(0, rgba(1, 85, 182, 0.35) 0%, #035AC6 36%, #00F8E7 100%);
    color: #fff;
    fill: #fff;
    align-items: center;
    justify-content: center;
    font-size: var(--f18);
    font-weight: bold;
    transition: all .5s ease;
}

a.down_but svg {
    margin-right: 10px;
}

a.down_but:hover {
    box-shadow: inset 1px 1px 4px 2px #fff;
}

.product_content {
    padding: 5% 0 10%;
    color: #333;
}

.product_content p {
    font-size: var(--f24);
    color: #888;
}


/* vi_box */
.vi_box {
    top: 0px;
    left: 0px;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.8);
}

.vi_box .box {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vi_box .box video {
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover;
    display: block;
}

.vi_box .box .video {
    position: relative;
    width: 70%;
    height: 68%;
}

/* .vi_box .box  .video .close {position: absolute; font-size: 50px; right: -34px; top: -51px; color: #0068b6; transition: 0.3s; cursor: pointer;} */
.vi_box .box .video img.close {
    cursor: pointer;
    width: auto;
    position: absolute;
    right: -40px;
    top: -40px;
    transition: all .3s;
    pointer-events: painted;
}

.vi_box .box .video .close:hover {
    transform: rotate(135deg);
}


/* 服务 */
.idea {
    padding: 5% 0 7%;
    text-align: center;
}

.idea .idea_line {
    width: 66px;
    height: 6px;
    background: var(--jb);
    display: inline-block;
    margin-bottom: 10px;
}

.idea .idea_line+h3 {
    margin: 1% 0 3%;
}

.staff {
    background: url(/src/img/conbg.jpg) center center / cover no-repeat;
    padding: 5% 0 10%;
}

.sale {
    background: url(/src/img/fuwubg2.jpg) left top no-repeat;
    background-size: 100% auto;
    padding: 8% 0;
    color: #fff;
}

.saleswiper_box {
    padding: 0 5vw;
    position: relative;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}

.sale .center>p {
    margin: 3% auto 6%;
    max-width: 634px;
}

.sale-box {
    background: radial-gradient(478% 82% at 49% 85%, #010E1E 0%, #010B16 0%, #035AC6 51%, #00EFE5 100%, #00F8E7 100%);
    box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.19);
    border-radius: 20px;
    height: 25vw;
    position: relative;
    overflow: hidden;
    margin: 20px;
    padding: 3vw;
    z-index: 1;
}

.sale-box:before {
    content: '';
    position: absolute;
    width: 104%;
    height: 104%;
    background: #fff;
    left: -2%;
    top: -2%;
    z-index: -1;
    transition: all .5s ease;
}

.sale-box:after {
    content: '';
    position: absolute;
    width: 150%;
    aspect-ratio: 1 / 1;
    background: url(/src/img/bglin.png) center top no-repeat;
    background-size: 100% auto;
    left: 50%;
    top: 70%;
    transition: all .5s ease;
    opacity: 0;
    transform: translateX(-50%);
}

.sale-box:hover:after {
    width: 100%;
    opacity: 1;
}

.sale-box .annius {
    --w: 166px;
    --h: 166px;
    padding: 9px;
}

.sale-box .annius span {
    background: #fff;
    overflow: hidden;
}

.sale-box .annius span img {
    max-width: 60%;
    max-height: 60%;
    object-fit: contain;
    filter: drop-shadow(0px 300px 0px #fff);
    -webkit-filter: drop-shadow(0px 300px 0px #fff);
    transform: translateY(0px);
    transition: all .5s ease;
}

.sale-box p {
    font-size: var(--f24);
    color: #333;
    position: relative;
    max-width: 210px;
    text-align: center;
    margin: 3vw auto 0;
    line-height: 150%;
    transition: all .5s ease;
}

.sale .swiper-button-next,
.sale .swiper-button-prev {
    top: 65%;
}

.sale .swiper-button-next:after,
.sale .swiper-button-prev:after {
    font-size: var(--f54);
    color: #333;
    font-weight: bold;
}

.sale .swiper-button-next:hover:after,
.sale .swiper-button-prev:hover:after {
    color: var(--li);
}

.sale-box:hover:before {
    opacity: 0;
}

.sale-box:hover p {
    color: #fff;
}

.sale-box:hover .annius span {
    background: transparent;
    backdrop-filter: blur(0px);
}

.sale-box:hover .annius:before,
.sale-box:hover .annius:after {
    background: transparent;
}

.sale-box:hover .annius span img {
    transform: translateY(-300px);
}

.sale-box:hover .annius {
    outline: 9px solid #fff;
}

ul.stafful {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1600px;
    margin: 0 auto;
}

li.staff_list {
    width: 48%;
    display: flex;
    align-items: center;
}

li.staff_list .Limg_cov {
    width: 45%;
    overflow: hidden;
    margin-right: 5%;
    padding-bottom: 60%;
}

li.staff_list p {
    font-size: var(--f42);
    font-weight: bold;
    margin-bottom: 10%;
}

.contnum {
    padding: 10px 0 10px 100px;
    background: url(/src/img/telico.png) left center no-repeat;
}

.contnum a {
    display: block;
    font-size: var(--f30);
    color: #333;
    font-weight: bold;
    line-height: 150%;
}

.contnum span {
    font-size: var(--f16);
    color: #b5b5b5;
}

/* 服务end */

/* 新闻 */
.news_bing {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    margin-top: -15%;
    max-width: 1720px;
    width: 94%;
    background: #fff;
    padding: 2.5vw;
    border-radius: 30px;
    box-shadow: 0px 8px 10px rgb(0 0 0 / 10%);
}

.newban_bg {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 80%;
    background-image: url(http://www.liangwuzhai.com/upload/img/20231124/5c8844b3cd75daa73de675fe637c3ad1.jpg);
    background-position: center center;
    background-size: cover;
    filter: blur(30px);
    transition: all .5s;
    overflow: hidden;
}

.swiper_news {
    overflow: hidden;
}

a.newbanenr_box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 20px;
    overflow: hidden;
}

.newbanenr_img {
    width: 50%;
}

.newbanenr_img>div {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 63%;
    overflow: hidden;
}

.newbanenr_img>div img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.newbanenr_info {
    width: 50%;
    padding: 5%;
}

.newbanenr_info .time {
    font-size: var(--f18);
    color: #888;
    line-height: 180%;
    margin: 2% 0;
}

.newbanenr_info .title {
    font-size: var(--f28);
    color: #000;
    line-height: 150%;
}

.tit {
    font-size: var(--f16);
    color: #333;
    line-height: 200%;
    margin: 0 0 4%;
}

.newbanenr_info .annius {
    margin-left: 0;
}

.newbanenr_info .annius span {
    background: #fff;
    color: #333;
}

.newbanenr_info .annius:hover span {
    color: #fff;
}

.banner_radius {
    text-align: center;
    margin: var(--f42) auto;
}

.banner_radius .swiper-pagination-bullet {
    width: 83px;
    height: 3px;
    background: #D8D8D8;
    opacity: 1;
    vertical-align: middle;
    border-radius: 0;
    margin: 0 1vw !important;
}

body .banner_radius .swiper-pagination-bullet-active {
    background: #009E9E;
}


.main4 {
    width: 100%;
    padding: 0% 0 5%;
    text-align: center;
    background: #fff;
}

.main4 .top {
    font-size: var(--f54);
    color: #CF3232;
    line-height: 200%;
    margin-bottom: 2%;
}

.main4 .top img {
    max-width: 154px;
    object-fit: contain;
    margin: 0 10px;
}

.main4 .lunbo4 {
    width: 94%;
    margin: 0 auto;
    max-width: 1720px;
}

.main4 .lunbo4 .news_list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.main4 .lunbo4 .news_list li {
    width: calc((100% - 60px) / 3);
}

.main4 .lunbo4 ul li .new {
    width: 100%;
    background: #fff;
    display: block;
    margin: 10px 0;
    max-width: 800px;
    transition: all .5s ease;
    border-radius: 30px;
    overflow: hidden;
}

.main4 .lunbo4 ul li .new:hover {
    box-shadow: 0px 1px 10px 0px rgb(0 0 0 / 17%);
}

.main4 .lunbo4 ul li .new .img {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 55%;
    overflow: hidden;
}

.main4 .lunbo4 ul li .new .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s;
}

.main4 .lunbo4 ul li .new:hover img {
    transform: translate(-50%, -50%) scale(1.05);
}

.main4 .lunbo4 ul li .new .info {
    padding: 2vw 0;
    transition: all .5s ease;
}

.main4 .lunbo4 ul li .new:hover .info {
    padding: 2vw 20px;
}

.main4 .lunbo4 ul li .new .info .title {
    min-height: 30px;
    font-size: var(--f22);
    color: #000;
    line-height: 180%;
    text-align: left;
    letter-spacing: 2px;
}

.main4 .lunbo4 ul li .new .info p.time {
    font-size: var(--f18);
    color: #888;
    text-align: left;
    font-weight: bold;
}

.main4 .lunbo4 ul li .new .info p.time span {
    color: #000;
    float: right;
    padding-right: 10px;
}

.main4 .lunbo4 ul li .new .info .tit {
    font-size: var(--f14);
    color: #333333;
    line-height: 180%;
    text-align: left;
    min-height: 55px;
    margin: 1% 0 3%;
}

.news_text_word {
    position: relative;
    overflow: hidden;
}

.news_text_word img {
    max-width: 100%;
    object-fit: contain;
}

.news_text_word h3 {
    color: #fff;
    font-size: var(--f42);
    letter-spacing: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 1200px;
    width: 94%;
    text-align: center;
}

.news_text_word h3+span {
    font-size: var(--f18);
    line-height: 200%;
    padding: 10px 0 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #fff;
    letter-spacing: 2px;
}

.news_word {
    max-width: 1020px;
    width: 100%;
    margin: 3% auto;
    font-size: var(--f16);
    letter-spacing: 2px;
    line-height: 200%;
}

.news_word img {
    max-width: 100%;
    object-fit: contain;
}

.news_page {
    border-top: 1px solid #979797;
    max-width: 1020px;
    margin: 0 auto;
}

.news_wordbox .annius {
    margin: 3% auto 10%;
}

.news_wordbox .annius span {
    background: #fff;
    color: #333;
}

.news_wordbox .annius:hover span {
    color: #fff;
}

.news_page a {
    padding: var(--f24) 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--f24);
    color: #888;
    letter-spacing: 2px;
    border-bottom: 1px solid #979797;
}

.news_page a:hover {
    color: #333;
    border-color: #333;
}

.news_page span {
    max-width: 500px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.news_page_next {
    margin-right: 30px;
}

.news_page_next:hover {
    background: #CF3232;
    color: #fff;
}

@media screen and (max-width:768px) {
    .Inside_text {
        width: 100%;
        padding-bottom: 50px;
    }

    summary.summary {
        color: #333;
        line-height: 160%;
        font-weight: 500;
    }

    .prodate_tedian .prod_infobox {
        width: 100%;
    }

    .banner_radius .swiper-pagination-bullet {
        width: 40px;
    }

    .news_bing {
        margin-top: 50px;
    }

    .newbanenr_info .title {
        font-size: 18px;
        color: #000;
        line-height: 150%;
        font-weight: bold;
    }

    .newbanenr_info {
        width: 100%;
        padding: 10px 10px 30px;
        order: 2;
    }

    .newbanenr_info .annius {
        --w: 150px;
        --h: 45px;
    }

    .main4 .lunbo4 ul li .new {
        border-radius: 10px;
    }

    .newbanenr_img {
        width: 100%;
        order: 1;
    }

    .newbanenr_info span {
        width: 120px;
        line-height: 40px;
    }

    .main4 .top img {
        max-width: 80px;
    }

    .main4 .lunbo4 .news_list {
        gap: 10px;
    }

    .main4 .lunbo4 .news_list li {
        width: 100%;
    }

    .main4 .lunbo4 ul li .new .info {
        padding: 10px;
    }

    .main4 .lunbo4 ul li .new .info .tit {
        font-size: 12px;
        letter-spacing: 0;
        min-height: 44px;
    }

    .main4 .lunbo4 ul li .new .info p.time {
        font-size: 12px;
        margin: 2px 0;
    }

    .main4 .lunbo4 ul li .new .info .title {
        letter-spacing: 0;
        font-weight: bold;
    }

    .news_wordbox {
        padding-top: 20px;
        width: 94%;
        margin: 0 auto;
    }

    .news_page span {
        font-size: 16px;
        letter-spacing: 0;
    }

    .news_page_next {
        line-height: 40px;
    }

    .news_page a {
        padding: 10px;
        font-size: 16px;
        letter-spacing: 0;
    }

    .news_page_next {
        margin-right: 10px;
        width: 70px;
    }

    .news_page {
        margin: 0 auto 40px;
    }

}

/* 新闻end */

/* 解决方案 */
section.solu_banner {
    position: relative;
    overflow: hidden;
    border-bottom: 6px solid var(--li);
    line-height: 0;
    height: 100vh;
}

section.solu_banner:before {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: .79;
}

section.solu_banner:after {
    content: '';
    background: url(/src/img/board.png) left bottom/contain no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    left: -21%;
    top: 100px;
    z-index: 2;
    clip-path: inset(100% 0 0 0);
    transition: all 1.5s ease 0.5s;
}

.loading section.solu_banner:after {
    clip-path: inset(0 0 0 0);
}

section.solu_banner>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.n_posibox {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding-bottom: 5%;
    left: 0;
    top: 0;
    z-index: 3;
}

.solu_bigbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.solu_bigbox p {
    font-size: var(--f18);
    color: #fff;
    line-height: 200%;
    padding-left: 50px;
}

.so_titbox {
    position: relative;
    color: #fff;
    padding-left: 50px;
    margin-bottom: 2%;
    line-height: 200%;
}

.so_titbox h3 {
    font-size: var(--f42);
    letter-spacing: 0.3vw;
    line-height: 100%;
}

.solu_bigbox .solu_flex_left {
    width: 75%;
}

.solu_bigbox .solu_flex_ico {
    width: 20%;
    overflow: hidden;
}

.solu_bigbox .solu_flex_ico svg {
    max-width: 100%;
    height: 173px;
    width: 100%;
    object-fit: contain;
    opacity: .36;
}

.solu_bigbox .solu_flex_ico svg g {
    fill: #fff !important;
}

.so_titbox:before {
    content: '';
    position: absolute;
    left: 15px;
    top: 3px;
    width: 15px;
    height: 90%;
    background: linear-gradient(300deg, #1503C6 0%, #0DE3E3 100%);
    transform: skew(-24deg);
}

.so_titbox span {
    display: inline-block;
    padding-left: 20px;
    letter-spacing: 0.1vw;
    margin-bottom: 5px;
}

.Related_Products,
.xitongtu {
    padding: 5% 0;
}

.solu_txt {
    margin-top: 5%;
    text-align: center;
}

.solu_txt img {
    max-width: 100% !important;
    height: auto !important;
}

.Product_Advantages {
    background: url(/src/img/solubg.jpg) center / cover no-repeat;
    padding: 5% 0;
}

.Related_case {
    background: url(/src/img/solubg.jpg) center / cover no-repeat;
    padding: 5% 0 10%;
}

ul.ysul {
    display: flex;
    flex-wrap: wrap;
    max-width: 1500px;
    margin: 0 auto;
}

ul.ysul li {
    box-shadow: 0px 9px 20px 0px rgba(0, 0, 0, 0.12);
    border-radius: 30px;
    width: 21%;
    margin: 2%;
    background: #fff;
    padding: 2vw 3vw 20px;
    text-align: center;
    cursor: pointer;
    transition: all .5s ease;
}

ul.ysul li .ys_imagebox {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 1s ease;
}

ul.ysul li .ys_imagebox img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

ul.ysul li p {
    font-size: var(--f18);
    margin-top: 10px;
}

ul.ysul li:hover {
    transform: translateY(-10px);
}

ul.ysul li:hover .ys_imagebox {
    transform: translateY(-10px) rotateY(180deg);
}

.re_probigbox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.re_proleft,
.re_proright {
    width: calc(54% / 2);
    background: #F5F5F5;
    padding: 1.5vw 3%;
    fill: #333;
    color: #333;
    font-size: var(--f16);
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    align-items: center;
    transition: all .5s ease;
}

.re_proleft {
    border-radius: 0 35px 35px 0;
}

.re_proright {
    border-radius: 35px 0 0 35px;
}

.Related_Productswiper {
    width: calc(100% - 54%);
}

.Related_Productswiper .Limg_con {
    padding-bottom: 50%;
}

.Related_Productswiper p {
    font-size: var(--f18);
    text-align: center;
    color: #000;
    font-weight: bold;
    margin-top: 10px;
}

.re_proleft .Limg_con,
.re_proright .Limg_con {
    padding-bottom: 70%;
    margin-bottom: 10px;
}

.re_proimgbox {
    width: 50%;
    text-align: center;
}

.Related_Products a.annius {
    margin-top: 3%;
}

.Related_Products a.annius span {
    background: #fff;
    color: #333;
}

.Related_Products a.annius:hover span {
    background: rgba(88, 221, 147, 0.1);
    color: #fff;
}

.Related_case .case_box {
    position: relative;
    width: 100%;
    padding: 0 50px;
}

.Related_case .case_box .Limg_cov {
    position: relative;
    padding-bottom: 60%;
    border-radius: 10px;
    box-shadow: 1px 1px 10px rgb(51 51 51 / 50%);
    margin: 10px;
}

.Related_case .case_box .swiper-slide:hover .Limg_cov img {
    transform: scale(1.05);
}

.Related_case .case_box .Limg_cov span {
    width: 109px;
    height: 72px;
    background: rgba(0, 0, 0, 0.44);
    backdrop-filter: blur(5px);
    position: absolute;
    z-index: 2;
    bottom: 30px;
    left: 30px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Related_case .case_box .Limg_cov span:before {
    content: '';
    border-left: 28px solid var(--li);
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    display: block;
}

.Related_case .swiper-button-prev {
    width: 4vw;
    height: 4vw;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #ddd;
    left: -2vw;
}

.Related_case .swiper-button-next {
    width: 4vw;
    height: 4vw;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #ddd;
    right: -2vw;
}

.Related_case .swiper-button-prev:after,
.Related_case .swiper-button-next:after {
    font-size: var(--f24);
    color: #333;
    font-weight: bold;
}

.case_details {
    max-width: 1300px;
    width: 94%;
    margin: 5% auto 10%;
    padding-top: 50px;
    text-align: center;
}

.case_details h3 {
    font-size: var(--f42);
    color: #333;
    text-align: center;
    margin-bottom: 3%;
}

.case_wore img,
.case_wore video {
    max-width: 100%;
    object-fit: contain;
}

.anniubox {
    display: flex;
    align-items: center;
    max-width: 450px;
    justify-content: space-between;
    width: 100%;
    margin: 3% auto;
}

.anniubox a.toblack {
    --w: 200px;
    --h: 55px;
    width: var(--w);
    height: var(--h);
    border: 2px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--f18);
    color: #333;
    border-radius: 100px;
    transition: all .5s ease;
}

.anniubox a.toblack:hover {
    background: var(--li);
    border-color: var(--li);
    color: #fff;
}

.anniubox a.annius {
    margin: 0;
}

.anniubox a.annius span {
    background: #fff;
    color: #333;
    fill: #333;
}

.anniubox a.annius:hover span {
    background: rgba(88, 221, 147, 0.1);
    color: #fff;
    fill: #fff;
}

/* 解决方案end */


/* 联系我们 */
div#container {
    height: 27vw;
    min-height: 300px;
    z-index: 1;
}

.main_box .BMap_cpyCtrl.anchorBL {
    display: none;
}

.contact_box {
    max-width: 1740px;
    width: 94%;
    margin: 0 auto;
    margin-top: -20%;
    position: relative;
    z-index: 2;
    border-radius: 10px;
}

.contact_top {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    color: #fff;
    fill: #fff;
}

.con_topcon {
    display: flex;
    align-items: center;
    font-size: var(--f54);
    font-weight: bold;
}

.contact_svg {
    width: 84px;
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(79deg, #1503C6 0%, #0DE3E3 100%);
    border-radius: 7px;
    margin-right: var(--f24);
}

.con_totel p {
    font-size: var(--f24);
    color: #fff;
    opacity: .66;
    letter-spacing: 2px;
    padding-left: 115px;
    font-weight: 100;
}

.contact_bottom {
    display: flex;
    justify-content: space-between;
    margin: 4% auto;
}

.contact_bottom .conlist_box {
    cursor: pointer;
}

.contact_bottom p.Limg_cov {
    padding-bottom: 68%;
    border-radius: 20px;
    overflow: hidden;
}

.contact_bottom p.Limg_cov:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .5);
    content: '';
    -webkit-transition: -webkit-transform .6s;
    transition: transform .6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
    z-index: 1;
}

.conlist_box:hover .Limg_cov:before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 115%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 115%, 0);
}

.conlist_box:hover .conlist_text h3 {
    color: var(--li);
}

.conlist_box:hover .Limg_cov img {
    transform: scale(1.1);
}

.contact_bottom .conlist_text {
    padding: 20px;
}

.contact_bottom .conlist_text h3 {
    font-size: var(--f30);
    margin-bottom: 2%;
}

.contact_bottom .con_left {
    font-size: var(--f18);
    line-height: 200%;
    color: #333;
    display: flex;
    align-items: center;
    font-weight: 100;
}

.contact_bottom .con_left img {
    margin-right: 10px;
}

.message {
    background: #fff;
}

.message_center {
    width: 94%;
    max-width: 1740px;
    margin: 0 auto;
    border-top: 1px solid rgb(151 151 151 / 22%);
    padding-top: 3%;
}

.message_center>p {
    font-size: var(--f18);
    color: #131313;
    line-height: 200%;
}

.message_center>p>strong {
    display: block;
    line-height: 200%;
    font-size: var(--f42);
    color: #000;
}

form.Message_Form {
    margin: 40px 0 10%;
}

form.Message_Form>div {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

form.Message_Form>div .input-group {
    width: calc((100% - 40px) / 2);
}

.Message_Form label {
    font-size: var(--f18);
    color: #333;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.Message_Form .p_label:after {
    content: '*';
    color: red;
}

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: #f5f5f5 !important;
    border-radius: 0 !important;
    border: 1px solid #D5D5D5;
    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: #f5f5f5 !important;
    border-radius: 0 !important;
    border: 1px solid #D5D5D5;
    height: 200px !important;
    font-size: var(--f16);
    resize: none;
    font-family: "微软雅黑";
}
.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 #D5D5D5;
    font-size: 16px;
    max-width: 500px;
}   

.submitbox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.submitbox>* {
    width: 256px;
    border-radius: 50px;
    border: 1px solid #666;
    text-align: center;
    font-size: var(--f22);
    color: #333;
    line-height: 200%;
    padding: 7px;
    cursor: pointer;
    /* margin: 0 20px; */
    transition: all .5s ease;
    display: none;
    position: relative;
    overflow: hidden;
}

.submitbox>.btn-primary {
    background: #333333;
    color: #fff;
    border-color: #333333;
    display: block;
}

.submitbox>.btn-primary:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, #0DE3E3, transparent);
    transition: all 650ms;
    opacity: .4;
}

.submitbox>.btn-primary:hover:before {
    left: 100%;
}

.submitbox>button.layui-btn:hover {
    background: #666;
    color: #fff;
}







@media only screen and (max-width:1300px) {
    .yx_PPBox1>li.yx_PPList>.yx_PageTit {
        padding-left: 20px;
        padding-right: 20px;
    }

    .sale-box p {
        font-size: var(--f18);
    }

    .sale-box .annius {
        --w: 10vw;
        --h: 10vw;
        padding: 5px;
    }
}



@media only screen and (max-width:1024px) {

    .re_proleft:hover,
    .re_proright:hover {
        background: var(--jb);
        color: #fff;
        fill: #fff;
        box-shadow: 1px 1px 10px #7c7c7c;
    }
}

@media only screen and (max-width:1024px) {
    section.Inside {
        overflow: hidden;
    }

    .Inside_left {
        width: 100%;
        position: static;
    }

    .yx_MoPageBtn {
        display: block !important;
        border: 0;
        background: var(--li);
        padding: 15px;
        border-radius: 0;
        font-size: 14px;
        color: #fff;
        outline: none;
        width: 100%;
        text-align: center;
        line-height: 1;
    }

    .yx_PPTCon {
        position: fixed;
        background: #fff;
        width: 100vw;
        height: 100%;
        z-index: 999;
        top: 0;
        padding: 0;
        left: 100%;
        transition: all 0.8s;
        overflow: auto;
        display: flex;
        flex-wrap: wrap;
    }

    .yx_MoPageClose {
        font-size: 24px;
        color: #fff;
        width: 50px;
        height: 100%;
        display: block !important;
        background: var(--li);
        line-height: 50px;
        text-align: center;
    }

    ul.yx_PPBox.yx_PPBox1 {
        width: calc(100% - 50px);
        padding: 0;
    }

    .yx_PPBox1>li.yx_PPList>.yx_PageTit {
        padding: 20px;
    }

    .product-details {
        margin-top: 0;
        padding-top: 50px;
        background: url(/src/img/proinfo_banner.jpg) center/cover no-repeat;
    }

    .product-details .product_swiper {
        width: 94%;
        padding: 0;
        max-width: 700px;
        position: relative;
        margin: 0 auto 3%;
    }

    .product-details .product_swiper .mySwiper {
        position: relative;
        width: 100%;
        height: auto;
        margin-top: 20px;
    }

    .product-details .prduct_details_right {
        width: 100%;
        padding: 20px;
    }

    .prodate_tedian .mySwiper5 {
        width: 100%;
        max-width: 700px;
        padding-bottom: 40px;
        margin: 0 auto;
    }

    .prodate_tedian .prod_info {
        width: 100%;
    }

    .proinfo01 dl dd {
        width: 48%;
        margin-bottom: 20px;
    }

    .Related_case .case_box .Limg_cov span {
        width: 64px;
        height: 42px;
        bottom: 10px;
        left: 10px;
    }

    .Related_case .case_box .Limg_cov span:before {
        content: '';
        border-left: 20px solid var(--li);
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        display: block;
    }

}

/* 媒体查询768 */
@media only screen and (max-width:768px) {
    .yx_PPBox1>li.yx_PPList>.yx_PageTit>a img {
        filter: drop-shadow(0px 120px 0px black);
        transform: translateY(-120px);
        max-width: 40px;
        max-height: 20px;
        margin: 0 auto;
    }

    .yx_PPBox1>li.yx_PPList>.yx_PageTit>a span {
        width: calc(100% - 40px);
        padding-left: 10px;
    }

    .n_ban {
        height: 200px;
    }

    .n_ban>img {
        width: 100%;
        height: 100%;
    }

    ul.product_box {
        gap: 10px;
        margin-top: 30px;
    }

    ul.product_box li {
        width: calc((100% - 10px) / 2);
    }

    ul.product_box li p {
        padding: 10px;
        letter-spacing: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
        font-size: 14px;
        display: block;
    }

    .prod_applist>div {
        cursor: pointer;
        width: 80px;
    }

    .prod_applist .prode_tbbox {
        border-radius: 10px;
        width: 80px;
        height: 70px;
    }

    .product-details .prode_top {
        padding: 50px 0;
    }

    .prod_info_slide {
        width: calc((100% - 3vw) / 2);
        margin: 10px 0;
    }

    .prod_info_right {
        font-size: 12px;
        line-height: 180%;
    }

    .prodebottombox {
        display: none;
    }

    .prodate_tedian {
        padding: 60px 0;
    }

    .proinfo01 dl dd {
        border-radius: 15px;
        padding: 44px 15px 55px;
        width: 100%;
        margin-bottom: 20px;
    }

    .product_detailsbox {
        overflow-x: scroll;
        border-radius: 0;
        padding: 20px 0;
        width: 94%;
        margin: 4% auto;
    }

    .product_detailsbox table {
        padding-bottom: 20px;
        table-layout: fixed;
        overflow: auto;
        min-width: 500px !important;
        width: auto !important;
    }

    .product_detailsbox table td:first-child {
        position: sticky;
        left: 0;
        z-index: 1;
        background: #1a1a1a;
        padding-left: 10px;
        min-width: 135px !important;
        width: 135px !important;
    }

    .product_detailsbox table td.tdts {

        position: static;

        padding-left: 0;

        width: auto !important;

        min-width: 0 !important;

    }

    .product_detailsbox::-webkit-scrollbar {
        height: 1px;
        width: 3px;
    }

    .product_detailsbox::-webkit-scrollbar-thumb {
        border-radius: 2px;
        -webkit-box-shadow: inset 0 0 5px rgba(127, 127, 127, 0.3);
        background: #ded8d8;
    }

    .product_detailsbox::-webkit-scrollbar-track {
        /* -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); */
        border-radius: 2px;
        background: rgba(164, 164, 164, 0.1);
    }

    .product_detailsbox table td {
        padding: 2px 20px 2px 2px;
        min-width: 0px !important;
        width: auto !important;
    }

    .product-details-bottom {
        padding: 50px 0;
        background: #000;
    }

    a.down_but {
        margin-top: 30px;
        width: 160px;
        height: 40px;
    }

    .product_detailsbox table th {
        padding: 10px 2px;
    }

    .product_content {
        padding: 50px 20px;
    }

    .product_content p {
        font-size: 14px;
        line-height: 150%;
        color: #888;
        margin: 10px 0 20px;
    }

    .anniubox a.annius,
    .annius,
    .anniubox a.toblack {
        --w: 160px;
        --h: 45px;
    }

    .product-details .prode_video {
        display: none;
    }

    section.solu_banner {
        height: 300px;
    }

    .solu_bigbox .solu_flex_ico {
        display: none;
    }

    .solu_bigbox .solu_flex_left {
        width: 100%;
    }

    .so_titbox h3 {
        font-size: 18px;
        letter-spacing: 0;
    }

    .so_titbox span {
        padding-left: 0;
        letter-spacing: 0;
    }

    .solu_bigbox p {
        font-size: 14px;
        color: #fff;
        line-height: 180%;
        padding-left: 0;
    }

    .so_titbox:before {
        width: 8px;
        transform: skew(-20deg);
        left: 5px;
    }

    .so_titbox {
        padding-left: 30px;
    }

    .Product_Advantages,
    .Related_Products,
    .xitongtu {
        padding: 50px 0;
        overflow: hidden;
    }

    .solu_txt {
        margin-top: 30px;
    }

    ul.ysul li {
        width: 48%;
        margin: 1%;
        border-radius: 10px;
        padding: 20px;
    }

    ul.ysul li .ys_imagebox {
        height: 80px;
    }

    ul.ysul li .ys_imagebox img {
        max-width: 75%;
        max-height: 70%;
        object-fit: contain;
    }

    .re_probigbox,
    ul.ysul {
        margin-top: 30px;
    }

    .re_proimgbox {
        display: none;
    }

    .re_probigbox .icon {
        width: 20px;
        height: 20px;
    }

    .re_proleft,
    .re_proright {
        width: 40px;
        background: transparent;
        padding: 0;
        justify-content: center;
    }

    .Related_Productswiper {
        width: calc(100% - 80px);
    }

    .Related_Productswiper .Limg_con {
        padding-bottom: 70%;
    }

    .Related_Products a.annius {
        margin-top: 30px;
        --w: 150px;
        --h: 45px;
    }

    .Related_case {
        padding: 50px 0 70px;
        overflow: hidden;
    }

    .Related_case .swiper-button-prev {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        background: #fff;
        border: 1px solid #ddd;
        left: 0;
    }

    .Related_case .swiper-button-next {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        background: #fff;
        border: 1px solid #ddd;
        right: 0;
    }

    .Related_case .case_box {
        padding: 0 40px;
        max-width: 600px;
    }

    .n_ban .nei_bantxt {
        top: 50%;
        width: 100%;
    }

    .ab_one_left {
        width: 100%;
        margin-right: 0;
        order: 2;
    }

    .ab_one {
        overflow: hidden;
    }

    .ab_one_right {
        width: 100%;
        border-radius: 0;
        cursor: pointer;
        margin-bottom: 20px;
    }

    .ab_one_left img {
        max-width: 250px;
    }

    ul.intro_b {
        flex-wrap: wrap;
        gap: 2%;
    }

    ul.intro_b li {
        width: 48%;
        background: #eee;
        padding: 20px;
        margin: 2% 0;
    }

    ul.intro_b img {
        max-width: 50px;
    }

    .sheb-content .Limg_cov {
        padding-bottom: 60%;
        width: 100%;
    }

    .ab2_right {
        position: relative;
        width: 100%;
        transform: none;
        line-height: 180%;
        min-height: 200px;
        padding: 20px 20px 35px;
    }

    .sheb-content .Limg_cov:before {
        display: none;
    }

    .ab2_right img.bannerPic {
        height: 50px;
    }

    .ab2_right h5 {
        font-size: 18px;
        margin: 10px 0;
    }

    .sheb_swiper {
        margin: 30px auto 60px;
        padding-bottom: 50px;
    }

    .ab_two {
        padding: 50px 0;
    }

    .sheb_swiper .swiper-pagination-bullet {
        width: 60px;
        height: 3px;
        margin: 0 15px !important;
    }

    ul.kfbox li {
        background: #fff;
        width: 49%;
        margin: 1% 0;
        padding: 20px;
        text-align: center;
        border-radius: 10px;
        justify-content: center;
    }

    ul.kfbox li .swiper-center_par {
        width: 80px;
        height: 80px;
        margin: 0 auto;
    }

    .swiper-center_par img {
        max-width: 50%;
    }

    ul.kfbox li>div {
        width: 100%;
    }

    ul.kfbox li p {
        font-size: 18px;
        margin-top: 15px;
    }

    ul.kfbox li p:after {
        margin: 10px auto;
    }

    .about_tit+p {
        margin: 10px auto 30px;
    }

    .honor_bottom,
    .honor_top {
        padding: 50px 0;
    }

    .honor_bottom .qua_swiper {
        margin-top: 20px;
        padding: 0;
    }

    .idea {
        padding: 50px 0;
        text-align: center;
    }

    .sale {
        background-size: auto 200px;
    }

    .sale-box {
        height: 200px;
        margin: 10px;
        box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.19);
    }

    .saleswiper_box {
        padding: 0;
    }

    .sale .swiper-button-next,
    .sale .swiper-button-prev {
        display: none;
    }

    .sale-box .annius {
        --w: 80px;
        --h: 80px;
        padding: 5px;
    }

    li.staff_list {
        width: 100%;
        margin: 10px 0;
    }

    li.staff_list .contnum {
        background-size: 50px auto;
        padding: 10px 0 10px 50px;
    }

    li.staff_list .Limg_cov {
        width: 40%;
        overflow: hidden;
        margin-right: 5%;
        padding-bottom: 50%;
    }

    .nei_bantxt {
        top: 50%;
    }

    .news_text_word {
        max-height: 800px;
        height: 40vw;
    }

    .news_text_word img {
        max-width: max-content;
        object-fit: cover;
        height: 100%;
        width: 100%;
    }

    .contact_top {
        width: 100%;
        flex-wrap: wrap;
    }

    .contact_top .con_totel {
        width: 100%;
    }

    .con_topcon {
        flex-direction: column;
        align-items: baseline;
    }

    .contentbanner {
        height: 502px;
    }

    .contact_box {
        margin-top: -100%;
    }

    .con_totel p {
        letter-spacing: 0;
        padding-left: 0;
        margin-bottom: 20px;
        font-size: 14px;
    }

    .contact_top .con_totel:last-child .contact_svg {
        display: none;
    }

    .contact_top .con_totel span {
        font-size: 32px;
        margin: 10px 0;
    }

    .contact_svg {
        width: 62px;
        height: 62px;
    }

    .contact_svg svg.icon {
        width: 38px;
    }

    form.Message_Form>div {
        gap: 20px;
    }

    form.Message_Form>div .input-group {
        width: calc((100% - 20px) / 2);
    }

    .message_center {
        padding: 30px 0 50px;
    }

    .contact_bottom .conlist_text {
        padding: 20px 0;
    }

    .contact_bottom .con_left {
        margin: 15px 0 0;
    }

    .proinfo01 dl {
        overflow: hidden;
    }

    .case_details {
        max-width: 1300px;
        width: 94%;
        margin: 5% auto 10%;
        padding-top: 0;
        min-height: 80vh;
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .vi_box .box video {
        object-fit: contain;
    }

    .vi_box .box .video {
        width: 90%;
        height: auto;
    }

    .vi_box .box .video img.close {
        right: 0;
    }
    .culture_top_box .culture_top_list{
        width: 100%;
        padding: 25px;
    }
    .culture_top {
        padding: 50px 0;
    }
    .culture_top_list .annius {
        --w: 80px;
        --h: 80px;
        padding: 3px;
    }
    .culture_top>div>p {
        margin: 0 auto;
        font-size: 14px;
        font-weight: normal;
    }
    span.culture_top_sumary {
        margin: 10px 0;
    }
    .culture_top_list .annius img {
        max-width: 40px;
        object-fit: contain;
    }
    .culture_top_box .culture_top_list p {
        font-size: 18px;
        color: #333;
        font-weight: bold;
        margin: 20px 0 10px;
    }
    .ab_two.culture_center {
        background: #fff;
        padding: 50px 0;
    }
    .culture_center .about_tit+p {
        font-size: 14px;
    }
    .Related_case.culture_bottom {
        padding: 50px 0;
    }

}