@charset "UTF-8";

@keyframes mysacle {
    0% {
        transform: translate(-50%, -50%) scale(1.15);
    }
}

.nei_banner {
    overflow: hidden;
    position: relative;
    line-height: 0;
    z-index: 1;
    max-height: 720px;
    height: 40vw;
}

.nei_banner img {
    width: 100%;
    height: 100%;
    animation: mysacle 4s ease both;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.nei_banner h3 {
    position: absolute;
    left: 50%;
    top: 65%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: var(--f48);
    text-transform: uppercase;
    z-index: 1;
}

.nei_txt {
    position: absolute;
    z-index: 2;
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    line-height: 180%;
    max-width: 1720px;
    width: 94%;
}

.nei_txt p {
    font-size: var(--f16);
    margin-top: 10px;
    letter-spacing: 1px;
    font-weight: 100;
}

.nei_txt h4 {
    font-size: var(--f42);
    line-height: 110%;
}

.nei_summary {
    margin-top: 1%;
    font-size: var(--f16);
    font-weight: 100;
    width: 100%;
}

.nei_banner:after {
    content: '';
    width: 100%;
    height: 45%;
    background: linear-gradient(0, #000000 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.68;
    position: absolute;
    left: 0;
    bottom: 0;
}

/* 关于我们*/
.about_top {
    padding: 4% 0 0;
}

.about_top img {
    width: 100%;
    object-fit: cover;
}

.about_top h5 {
    font-size: var(--f30);
    color: #333;
    margin: 2% 0 1%;
}

.about_top p {
    font-size: var(--f16);
    line-height: 180%;
    color: #333;
    font-weight: 100;
}

.introbox {
    background: #fff;
    padding: 5% 0 1px;
}

.introbox .ab_list {
    background: #fff;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 5%;
}

.introbox .ab_list>div {
    width: 55%;
    line-height: 0;
}

.mission .ab_list .ab_left+div {
    width: 50%;
    order: 1;
}

.introbox .ab_list .ab_left {
    padding: 0 3vw 0 0;
    width: 45%;
}

.mission .ab_list .ab_left {
    width: 50%;
    order: 2;
    padding: 0 0 0 3vw;
}

.introbox .ab_list .ab_left h5 {
    font-size: var(--f36);
    line-height: 120%;
    font-weight: 600;
    color: #333;
    max-width: 650px;
    margin-bottom: 3%;
    text-transform: capitalize;
}

.introbox .ab_list .ab_left p {
    font-size: var(--f18);
    line-height: 180%;
    font-weight: 300;
    color: #333;
}

.introbox .ab_list>div img {
    width: 100%;
    object-fit: contain;
}

.introbox .ab_list:nth-of-type(2n) .ab_left {
    order: 2;
    padding: 0 0 0 3vw;
}

.mission .introbox .ab_list:nth-of-type(2n) .ab_left {
    order: 2;
    padding: 0 3vw 0 0;
}

.mission .introbox .ab_list:nth-of-type(2n) .ab_left+div {
    order: 3;
}

.introbox .ab_list .ts_swiper>div.swiper-pagination-bullets {
    bottom: 4%;
}

.introbox .swiper-pagination .swiper-pagination-bullet-active {
    background: var(--li);
}

.honorbox_big {
    background: #DBE6F6;
    padding: 5% 0;
    position: relative;
    overflow: hidden;
}

.honorbox_big .center {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.honorbox_big .center .honor_left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 46%;
}

.honorbox_big .center .honor_left img {
    max-width: 100%;
    object-fit: contain;
}

.honorbox_big .center .honor_right {
    font-size: var(--f30);
    color: #333;
    width: 45%;
    line-height: 140%;
}

.honorbox_big .center .honor_right:before {
    content: '';
    width: 59px;
    height: 9px;
    background: #205DB3;
    border-radius: 5px;
    display: block;
    margin-bottom: 30px;
}

.honorbox_big:before {
    content: '';
    position: absolute;
    width: 200%;
    height: 200%;
    background: #F5F8FE;
    transform: rotate(-45deg);
    right: 25%;
    top: 0;
    outline: 80px solid rgb(245 248 254 / 41%);
}

.development {
    overflow: hidden;
    position: relative;
}

.development img {
    max-width: 100%;
    object-fit: contain;
}

.development .center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}

.development .center h5 {
    font-size: var(--f48);
    font-weight: 100;
    text-transform: uppercase;
}

.development .center p {
    max-width: 1100px;
    font-size: var(--f16);
    margin: 1% auto 0;
    line-height: 200%;
    font-weight: 100;
}

.development .center a.ab_more {
    width: 191px;
    line-height: 60px;
    background: var(--li);
    display: block;
    text-align: center;
    color: #fff;
    font-size: var(--f18);
    margin: 0 auto;
    border: 1px solid var(--li);
    transition: all .5s ease;
}

.development .center a.ab_more:hover {
    background: transparent;
    border-color: #fff;
    box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.16);
}

.ab_swiper.ts_swiper .swiper-pagination {
    position: absolute;
    bottom: 10%;
    left: 0;
}

.ab_swiper.ts_swiper .swiper-pagination span.my-bullet {
    width: 9px;
    height: 9px;
    background: #FFFFFF;
    display: inline-block;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

.ab_swiper.ts_swiper .swiper-pagination span.swiper-pagination-bullet-active {
    background: var(--li);
}


/* 证书*/
ul.honor_flbox {
    max-width: 1600px;
    width: 94%;
    display: flex;
    margin: 4% auto;
    border: 1px solid #979797;
    border-radius: 50px;
    display: none;
}

ul.honor_flbox li.honor_list {
    width: calc(100% / 4);
    line-height: 72px;
    text-align: center;
    font-size: var(--f22);
}

ul.honor_flbox li.honor_list a {
    color: #333;
    display: block;
    transition: all .5s ease;
    border-radius: 50px;
}

ul.honor_flbox li.honor_list a.L_active,
ul.honor_flbox li.honor_list a:hover {
    background: var(--li);
    color: #fff;
}

.honors_big {
    display: flex;
    gap: 5vw;
    flex-wrap: wrap;
    max-width: 1620px;
    margin: 3% auto 5%;
    width: 90%;
}

.honors_big .honors_smail {
    width: calc((100% - 15vw) / 4);
}

.honors_big .Limg_con {
    padding-bottom: 130%;
    background: #fff;
    border: 1px solid #eee;
    transition: all .5s ease;
    cursor: pointer;
}

.honors_big .Limg_con:hover {
    transform: scale(1.25);
    box-shadow: 1px 1px 10px #a4a4a4;
}

/* 厂房 */
ul.manubox {
    margin: 3% 5%;
    display: flex;
    flex-wrap: wrap;
    gap: 1vw;
}

ul.manubox li {
    width: calc((100% - 2vw) / 3);
}

ul.manubox li .Limg_cov {
    padding-bottom: 56%;
    cursor: pointer;
}

ul.manubox li .Limg_cov:hover img {
    transform: scale(1.05);
}

/* 发展历程 */
.fzlc_banner {
    position: relative;
    overflow: hidden;
    line-height: 0;
    height: 100vh;
}

.fzlc_banner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
    left: 0;
    bottom: 0;
}

.fzlc_banner>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: mysacle 4s ease both;
}

.fzlc_banner .center {
    position: absolute;
    left: 50%;
    bottom: 10%;
    transform: translate(-50%, 0%);
    color: #fff;
    z-index: 2;
}

.fzlc_banner .center h5 {
    font-size: var(--f36);
    font-weight: 100;
    margin: 2% 0 1%;
    line-height: 150%;
}

.fzlc_banner .center p {
    font-size: var(--f16);
    font-weight: 100;
    line-height: 180%;
    margin-top: 1%;
}

.L_shb_box {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 2;
    text-align: center;
    color: #000;
    font-size: var(--f16);
    transform: translateX(-50%);
    width: 140px;
    height: 65px;
    display: flex;
    cursor: pointer;
}

.L_shb_box:before {
    content: '';
    background: rgb(255 255 255 / 40%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: -1;
}

.scroll-icon {
    width: 22px;
    border-left: 11px solid transparent;
    border-top: 22px solid #fff;
    border-right: 11px solid transparent;
    margin: auto;
    -webkit-animation: scroll-icon 2.2s infinite cubic-bezier(0.65, 0.05, 0.36, 1);
    animation: scroll-icon 2.2s infinite cubic-bezier(0.65, 0.05, 0.36, 1);
}

.fzlc_word {
    background: url(/src/img/fzbg.jpg) center no-repeat;
    background-size: 100% auto;
    /* background-attachment: fixed; */
    padding: 5% 0;
}

.fzlc_word .fzlc_tit p {
    font-size: var(--f16);
    font-weight: 100;
    margin-top: 10px;
}

.fzlc_word .fzlc_tit h5 {
    font-size: var(--f42);
    font-weight: 100;
}

.fzlc_lcbox {
    height: 80vh;
    overflow-y: scroll;
    margin-top: 3%;
    padding: 0 10vw;
    position: relative;
}

.fzlc_lczt {
    position: relative;
}

.fzlc_lczt:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    background: #EBEBEB;
    top: 0;
    left: 50%;
    margin-left: -1px;
}

.fzlc_list {
    display: flex;
    justify-content: flex-end;
    margin: 0 0 10%;
}

.fzlc_list:last-child {
    margin-bottom: 0;
}

.fzlc_list:nth-of-type(2n) {
    justify-content: flex-start;
    text-align: right;
}

.fzlc_list .fz_nrbox {
    width: 50%;
    padding-left: 4%;
    position: relative;
}

.fzlc_list:nth-of-type(2n) .fz_nrbox {
    padding: 0 4% 0 0;
}

.fzlc_list .fz_nrbox:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background: #012B43;
    border: 3px solid #FFD160;
    border-radius: 50%;
    left: 0;
    top: 15px;
    margin-left: -9px;
}

.fzlc_list:nth-of-type(2n) .fz_nrbox:before {
    left: auto;
    right: 0;
    margin: 0 -9px 0 0;
}

.fzlc_list .fz_nrbox h4 {
    font-size: var(--f42);
    line-height: 100%;
    margin-bottom: 4%;
}

.fzlc_list .fz_nrbox p {
    font-size: 14px;
    line-height: 180%;
    font-weight: 100;
    margin-bottom: 30px;
}

/* 关于我们end */

/* 服务 */
.servebox {
    background: url(/src/img/serbg.jpg) center center/cover no-repeat;
    padding: 5% 0;
}

.servebox h4 {
    font-size: var(--f36);
    color: #333;
    text-align: center;
    font-weight: 500;
    max-width: 1050px;
    margin: 0 auto;
}

.servebox h4:before {
    content: '';
    width: 100px;
    height: 14px;
    background: #16488E;
    border-radius: 7px;
    display: block;
    margin: 0 auto 3%;
}

ul.ser_ulbox {
    display: flex;
    flex-wrap: wrap;
    gap: 2vw;
    margin-top: 3%;
}

ul.ser_ulbox li {
    width: calc((100% - 6vw) / 4);
    background: #fff;
    padding: 2.5vw;
    box-shadow: 1px 1px 10px #eee;
    border-radius: 20px;
    transition: all .5s ease;
}

ul.ser_ulbox li .Limg_con {
    padding-top: 119%;
    transition: all .5s ease;
}

ul.ser_ulbox li .info {
    font-size: var(--f18);
    color: #333;
    text-align: center;
}

ul.ser_ulbox li:hover {
    transform: translateY(-10px);
}

ul.ser_ulbox li:hover .Limg_con {
    transform: rotateY(180deg);
}

.servebox a.tomail {
    width: 338px;
    height: 72px;
    background: var(--li);
    border: 1px solid var(--li);
    border-radius: 36px;
    display: flex;
    margin: 5% auto 0;
    color: #fff;
    fill: #fff;
    align-items: center;
    justify-content: center;
    font-size: var(--f24);
    transition: all .5s ease;
}

.servebox a.tomail svg {
    margin-right: 10px;
}

.servebox a.tomail:hover {
    background: transparent;
    color: var(--li);
    fill: var(--li);
}

.serve_tel {
    width: 100%;
    height: auto;
    background: linear-gradient(180deg, #1E70B7 0%, #16488E 100%);
    line-height: 0;
    margin-top: 8%;
}

.serve_tel .center {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5% 0;
    position: relative;
}

.serve_tel .center>img {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 342px;
    object-fit: contain;
    width: 25%;
}

.serve_tel .ser_telbox {
    line-height: 150%;
    color: #fff;
    position: relative;
    padding-left: 12vw;
    font-size: var(--f60);
}

.serve_tel .ser_telbox svg.icon {
    width: 10vw;
    height: auto;
    fill: #fff;
    position: absolute;
    left: 0;
    top: 0;
}

.serve_tel .ser_telbox a {
    color: #fff;
    font-weight: bold;
}

/* 服务end */

/* 联系我们 */
.contact_box {
    max-width: 1720px;
    width: 94%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact_box .contact_left {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #444;
}

.contact_box .contact_svg {
    width: 96px;
    height: 96px;
    background: var(--li);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact_box .contact_left div:last-child {
    width: calc(100% - 140px);
}

.contact_box .contact_left h3 {
    font-size: 16px;
}

.contact_box .contact_left p {
    max-width: 530px;
    line-height: 150%;
    margin-top: 10px;
    min-width: 260px;
}

.contact_box hr {
    width: 100%;
    border: none;
    border-bottom: 1px solid #979797;
    opacity: .28;
    margin: 5% 0;
}

.contact_box .tel_flexbox {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.contact_box .tel_li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact_box .svgbox {
    width: 84px;
    height: 84px;
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

.contact_box .tel_li_txt {
    width: calc(100% - 110px);
    white-space: nowrap;
    color: #444;
}

.contact_box .tel_li_txt a {
    color: #444;
}

.contact_box .svgbox svg {
    width: 36px;
    height: auto;
}

.contact_box .tel_li_txt h3 {
    font-size: var(--f16);
    margin-bottom: 5px;
}

.product_boxs {
    padding: 4% 0 0;
}

.Contact_corp {
    background: #F7F7F7;
    padding: 5% 0 6%;
}

.product-details-bottom .Contact_corp {
    padding: 3% 0 0;
    background: transparent;
}

.contact_fx {
    display: flex;
    gap: 20px;
    margin-top: 3%;
}

.contact_fx a {
    width: 56px;
    height: 56px;
    background: rgb(216 216 216 / 28%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s ease;
}


.contact_fx svg.icon {
    width: 30px;
    height: 30px;
    fill: #fff;
}

.contact_fx a:hover {
    background: var(--li1);
    border-radius: 5px;
}

form.Message_Form {
    max-width: 1720px;
    width: 94%;
    margin: 0 auto;
}

.product-details-bottom form.Message_Form {
    width: 100%;
}

.product-details-bottom .Contact_corp textarea.form-control,
.product-details-bottom .Contact_corp input.form-control {
    background: #F7F7F7 !important;
}

form.Message_Form h3 {
    font-size: var(--f36);
    color: #000;
    font-weight: bold;
    border-left: 10px solid var(--li);
    line-height: 100%;
    padding-left: 20px;
}

.product-details-bottom form.Message_Form h3 {

    margin-bottom: 3%;
}

form.Message_Form p {
    color: #595959;
    font-size: var(--f16);
    margin: 1% 0 2%;
}

.Contact_corp form.Message_Form>div {
    position: relative;
    gap: calc(var(--f22)) calc(var(--f22) * 2);
    display: flex;
    flex-wrap: wrap;
}

.Contact_corp input.form-control {
    display: block;
    width: 100%;
    height: auto !important;
    padding: var(--f18) 20px !important;
    line-height: 167%;
    color: #999 !important;
    background-color: #fff !important;
    border-radius: 0 !important;
    border: 1px solid #E5E5E5;
    font-size: 16px;
}

.Contact_corp form.Message_Form .input-group {
    width: calc((100% - var(--f22) * 2) / 2);
}

.Contact_corp textarea.form-control {
    display: block;
    width: 100% !important;
    padding: var(--f24) 20px !important;
    line-height: 160%;
    color: #999 !important;
    background-color: #fff;
    border-radius: 0 !important;
    border: 1px solid #E5E5E5;
    height: 180px !important;
    font-size: 16px;
    resize: none;
    font-family: 'PlusJakartaSans';
}

.Contact_corp .e_textarea-66 {
    width: 100%;
}

.Contact_corp .btn-primary {
    line-height: 73px;
    width: 100%;
    background: var(--li);
    display: block;
    color: #fff;
    font-size: var(--f28);
    text-align: center;
    margin: 0 auto;
    border: 2px solid var(--li);
    cursor: pointer;
    text-transform: uppercase;
    transition: all .5s ease;
}

.Contact_corp .btn-primary:hover {
    background: transparent;
    color: var(--li);
}

/* 联系我们end */




/* 新闻 */
.news_bing {
    position: relative;
    overflow: hidden;
    padding-top: 5%;
}


.swiper_news {
    overflow: hidden;
}

a.newbanenr_box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    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(--f42);
    color: #000;
    line-height: 130%;
    font-weight: bold;
    margin-bottom: 3vw;
}

.newbanenr_info .Public_more {
    --public: var(--li);
}

.newbanenr_info .Public_more:hover span {
    color: var(--public);
}

.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: right;
    margin: 1% auto var(--f42);
}

.banner_radius .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #EAEAEA;
    border-radius: 6px;
    opacity: 1;
    vertical-align: middle;
    margin: 0 0 0 10px !important;
}

body .banner_radius .swiper-pagination-bullet-active {
    background: var(--li);
}

ul.news_list {
    display: flex;
    flex-wrap: wrap;
    gap: var(--f54);
}

.n_center .news_title {
    color: #333;
    font-size: var(--f48);
    font-weight: bold;
    margin: 0 0 2%;
}

.n_center .news_title:before {
    content: '';
    width: 64px;
    height: 6px;
    background: #16488E;
    border-radius: 2px;
    display: block;
    margin-bottom: 10px;
}

ul.news_list li {
    width: 100%;
    transition: all .5s ease;
}

ul.news_list li .news_flexbox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}

ul.news_list li .news_left {
    width: 25%;
}

ul.news_list li .news_left .Limg_cov {
    padding-bottom: 62%;
}

ul.news_list li:hover img {
    transform: scale(1.05);
}

ul.news_list .info {
    width: 75%;
    padding: 0 3%;
}

ul.news_list .info .news_time {

    color: var(--li);

    font-size: var(--f18);
}

ul.news_list .info .title {
    font-size: var(--f28);
    color: #333;
    transition: all .5s ease;
    margin: 20px 0;
}

ul.news_list li:hover .title {
    color: var(--li);
}

ul.news_list .info .tit {
    font-size: var(--f14);
    color: #333;
    line-height: 200%;
}

ul.news_list .info span {
    color: var(--li1);
    font-size: var(--f22);
    width: 210px;
    line-height: 60px;
    border: 1px solid var(--li1);
    display: block;
    text-align: center;
    transition: all .5s ease;
}

ul.news_list .info span:hover {
    background: var(--li1);
    color: #fff;
}

ul.news_list li:hover {
    box-shadow: 0px 6px 16px 8px rgba(0, 0, 0, 0.13);
}

/* 新闻详情 */
.news_text_word {
    max-width: 1740px;
    width: 94%;
    margin: 0 auto;
    padding: 5% 0;
}

.news_text_word h3 {
    font-size: 28px;
    text-align: center;
    border-bottom: 1px solid #eee;
    padding: 0 0 15px;
    margin-bottom: 15px;
}

.news_flex {
    text-align: center;
    font-size: 16px;
    color: #999;
    line-height: 200%;
}

.news_flex span {
    display: inline-block;
    margin: 0 15px;
}

.sub {
    background: #eee;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 14px;
    color: #666;
    margin: 15px 0;
}

.news_word {
    font-size: 16px;
    line-height: 200%;
}

.news_word img {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
}

/* 新闻end */

/* 下载 */
.service_wored {
    padding: 5% 0;
}

.service_wored .center_1570 {
    max-width: 1570px;
    width: 94%;
    margin: 0 auto;
}

.download_box {
    margin-bottom: 5%;
}

.download_tit {
    background: url(/src/img/jx.png) left center no-repeat;
    padding: 10px 0 10px 75px;
    color: var(--li1);
    background-size: auto 100%;
    position: relative;
    margin-bottom: 2%;
}

.download_tit h5 {
    font-size: var(--f42);
    text-transform: uppercase;
    line-height: 100%;
    margin-bottom: 10px;
}

.download_tit p {
    font-size: var(--f18);
    font-weight: 100;
}

.download_tit:before {
    content: '';
    position: absolute;
    width: calc(100% - 49px);
    right: 0;
    bottom: 0;
    height: 3px;
    background: var(--li1);
    opacity: .25;
}

.down_childer {
    width: calc(100% - 100px);
    margin: 0 auto;
}

.down_childer .down_list a {
    color: #333;
    display: flex;
    align-items: center;
    font-size: var(--f18);
    margin: var(--f18) 0;
}

.down_childer .down_list a:hover {
    color: var(--li1);
    text-decoration: underline !important;
}

.down_childer .down_list a span {
    display: block;
    width: calc(100% - 50px);
    margin-left: 19px;
}

.shortcut {
    width: 98%;
    margin: 0 auto;
    font-weight: bold;
}

/* 下载end */

/* 产品 */
.pro_banner {
    position: relative;
    line-height: 0;
    overflow: hidden;
    max-height: 640px;
    height: 30vw;
}

.pro_banner:before {
    content: '';
    background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.78;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50%;
    z-index: 1;
}

.pro_banner img {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.pro_banner h2 {
    position: absolute;
    width: 94%;
    left: 50%;
    bottom: 30%;
    text-align: left;
    color: #fff;
    font-size: var(--f60);
    z-index: 1;
    line-height: 100%;
    max-width: 1740px;
    transform: translateX(-50%);
}

.pro_bantc {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: rgb(0 0 0 / 52%);
    z-index: 1;
    padding: 20px 0;
}

.pro_bantc .center {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pro_bantc .Bread {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.pro_bantc .Bread * {
    color: #fff;
    font-size: var(--f16);
    line-height: 180%;
    font-weight: 300;
}

.pro_bantc .Bread span {
    margin: 0 5px;
}

.pro_bantc .Bread a:last-child {
    color: #999;
}

/* 产品列表页 */

.Searching {
    position: relative;
    max-width: 388px;
    background: #F7F7F7;
    padding: 0 20px;
    margin-bottom: 2vw;
}

.Searching #search_put {
    border: none;
    font-size: 18px;
    color: #000214;
    display: block;
    width: 100%;
    line-height: 65px;
    background: transparent;
}

.Searching #search_put:focus-visible {
    border: none;
    box-shadow: none;
    outline: none;
}

.sub_But {
    position: absolute;
    right: 30px;
    background: transparent;
    border: none;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    cursor: pointer;
    color: #969696;
}

.Searching input::-webkit-input-placeholder {
    font-size: 18px;
    color: #000214;
}

.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;
}

section.Inside .Inside_Box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.Inside_left {
    width: 22%;
    position: sticky;
    position: -webkit-sticky;
    top: 70px;
    left: 0;
    padding: 60px 0 3%;
    margin-right: 3%;
}

.yx_ProPageTwo>h3 {
    font-size: var(--f28);
    color: #000;
    margin-bottom: 1.5vw;
    border-left: 7px solid var(--li);
    line-height: 100%;
    padding-left: 15px;
}

.Inside_right {
    width: 75%;
    min-height: 100vh;
    padding: 60px 0 5% 3%;
    border-left: 1px solid #eee;
}

.yx_PPBox .yx_icon {
    position: absolute;
    left: 0;
    top: 6px;
    height: 10px;
    width: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.yx_PPBox .yx_icon:before {
    content: '+';
}

ul.yx_PPBox.yx_PPBox1 p .rotate:before {
    content: '-';
}

ul.yx_PPBox.yx_PPBox1 {
    padding: 0px;
    color: #969696;
}

.yx_PPBox1>li.yx_PPList>.yx_PageTit {
    position: relative;
    font-size: 16px;
    margin-top: 10px;
    padding-left: 15px;
}

li.yx_PPList {
    transition: all .5s;
}

ul.yx_PPBox.yx_PPBox1>.L_active,
ul.yx_PPBox.yx_PPBox1>li:hover {
    color: #000;
}

ul.yx_PPBox.yx_PPBox1>.L_active .yx_PT_Link1,
ul.yx_PPBox.yx_PPBox1>li:hover .yx_PT_Link1 {
    color: #000;
}

.yx_PageTit {
    position: relative;
    overflow: hidden;
}

.yx_PPBox1>li.yx_PPList>.yx_PageTit>a {
    display: block;
    color: #969696;
    transition: all .5s;
}

.yx_PPBox2 {
    display: none;
    position: relative;
    padding-left: 20px;
}

.yx_PPBox2>li.yx_PPList {
    margin: 5px 0;
}

.yx_PPBox2>li.yx_PPList>.yx_PageTit>a {
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 150%;
    color: #999;
    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: #333;
}

.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(--yx_Color);
}

.yx_PPBox3>.L_active .yx_PT_Link3,
.yx_PPBox3>li.yx_PPList>.yx_PageTit:hover {
    color: var(--theme-color);
}

.Inside_text {
    width: 100%;
}

.titibox {
    position: relative;
    margin-bottom: var(--yx_FS16);
}

.num_pf {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #8B8B8B;
    letter-spacing: 2px;
}

h2.title {
    color: #333;
    font-size: var(--f22);
    line-height: 150%;
    margin: 30px 0 10px;
}


h1.tit_name {
    width: 90%;
    max-width: 600px;
    color: var(--li);
    font-size: var(
    --f36);
    padding: 10px 0 10px var(
    --f30);
    line-height: 145%;
    text-transform: capitalize;
    position: relative;
}
h1.tit_name:before{
    content:'';
    position: absolute;
    width: 6px;
    height: 50%;
    background: var(--li);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 10px;
}
p.Subtitle {
    color: var(--yx_CTwo);
    text-transform: uppercase;
    font-size: var(--yx_FS20);
}

summary.summary {
    font-size: var(--f14);
    color: #333;
    line-height: 180%;
    margin-top: 10px;
}
summary.summary p {
    margin: 10px 0;
}
.product_box {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 30px;
    min-height: 300px;
}

ul.product_box .product_list {
    width: calc((100% - 50px) / 3);
    transition: all .5s;
    border: 1px solid #E2E7EE;
}

ul.product_box .product_list:nth-of-type(n+4) {
    display: none;
}

.proLibox ul.product_box .product_list:nth-of-type(n+4) {
    display: block !important;
}

.span_more_active ul.product_box li {
    display: block !important;
}

.Swiper_Related .product_list {
    transition: all .5s ease;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #E2E7EE;
}

.product_box .product_list .L_img {
    position: relative;
    height: 0;
    padding-bottom: 95%;
    overflow: hidden;
}

.product_box .product_list .L_img:before {
    content: '';
    position: absolute;
    width: 150px;
    height: 22px;
    background: url(/src/image/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    filter: drop-shadow(0px 28px 0px var(--li));
    left: 25px;
    top: 20px;
    transform: translateY(-28px);
    z-index: 2;
}

.product_box .product_list .L_img img {
    position: absolute;
    max-width: 75%;
    max-height: 70%;
    object-fit: contain;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
    transition: all .5s;
}

.product_box .product_list:hover .L_img img {
    transform: translate(-50%, -50%) scale(1.05);
}

.product_box .product_list p {
    font-size: var(--f16);
    color: #333;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding: 0 20px;
    overflow: hidden;
    transition: all .5s;
    min-height: 42px;
}

a.pro_more {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--f18);
    background: #F7F7F7;
    color: var(--li);
    fill: var(--li);
    transition: all .5s ease;
    padding: var(--f22) 0;
    margin: 10% auto 0;
    width: 100%;
}

a.pro_more svg.icon {
    margin-right: 15px;
}

.product_box .product_list:hover a.pro_more {
    background: var(--li);
    color: #fff;
    fill: #fff;
    border-color: var(--li);
    width: 100%;
}

.span_more {
    background: #BDBDBD;
    display: none;
    font-size: var(--f24);
    color: var(--li);
    text-align: center;
    line-height: 200%;
    padding: var(--f18) 0;
    margin-top: 5%;
    transition: all .5s ease;
}

.span_more_active .span_more {
    display: none !important;
}

.span_more:hover {
    background: var(--li);
    color: #fff;
}

.prolist_line {
    width: 100%;
    border-bottom: 1px solid #979797;
    margin: 7% 0;
}

.Inside_text>div:last-child .prolist_line {
    margin-bottom: 0;
}


/* 产品详情 */

.product-details {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.product-details .product_swiper {
    width: 35%;
    max-width: 400px;
    user-select: none;
    margin: 0 5% 0 0;
}

.product_swiper .swiper-container {
    height: auto;
}

.product-details .product_swiper .L_imgswiper {
    position: relative;
    width: 100%;
    display: block;
    height: 0;
    padding-bottom: 76%;
    overflow: hidden;
    cursor: pointer;
    border-radius: 0;
    margin-bottom: 15px;
}

.swiper_bottom {
    position: relative;
    padding: 0 60px;
}

.swiper_bottom .swiper-button-prev {
    width: 41px;
    height: 100%;
    background: #F5F5F5;
    border-radius: 4px;
    margin: 0;
    top: 0;
    left: 0;
}

.swiper_bottom .swiper-button-next {
    width: 41px;
    height: 100%;
    background: #F5F5F5;
    border-radius: 4px;
    margin: 0;
    top: 0;
    right: 0;
}

.swiper_bottom .swiper-button-next:after,
.swiper_bottom .swiper-button-prev:after {
    font-size: 18px;
    color: #BDBDBD;
}

.L_imgswiper>img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.L_imgsmail {
    position: relative;
    width: 100%;
    display: block;
    height: 0;
    padding-bottom: 80%;
    border: 2px solid #D8D8D8;
    cursor: pointer;
    background: transparent;
    border-radius: 4px;
    overflow: hidden;
    opacity: 0.5;
}

.L_imgsmail>img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 90%;
    object-fit: contain;
}

.swiper-slide-thumb-active .L_imgsmail {
    opacity: 1;
    border-color: var(--li);
}

.product-details .prduct_details_right {
    width: 60%;
}

h1.prod_tit {
    font-size: var(--f36);
    color: #000;
    line-height: 120%;
    margin-bottom: 3%;
}

p.prod_info {
    font-size: 14px;
    color: #8B8B8B;
    letter-spacing: 2px;
    line-height: 200%;
    margin: 10px 0 20px;
}

.prod_info_slide {
    width: 100%;
    line-height: 250%;
}

.prod_info_slide .prod_info_left {
    font-size: 14px;
    text-align: left;
}

.prod_info_right {
    color: #333;
}

.prod_button .L_messbut {
    display: flex;
    width: 13vw;
    max-width: 240px;
    min-width: 180px;
    border: 1px solid var(--li);
    align-items: center;
    justify-content: center;
    margin-top: 4%;
    background: var(--li);
    transition: all .5s;
    color: #fff;
    font-size: var(--f18);
    fill: #fff;
    line-height: 200%;
    padding: 10px 0;
    font-weight: 500;
    border-radius: 50px;
}

.prod_button {
    position: relative;
    display: flex;
    gap: 2vw;
}

.prod_button a span {
    display: block;
    margin: 0 10px;
}

.prod_button .L_messbut:hover {
    background: transparent;
    border-color: var(--li);
    color: var(--li);
    fill: var(--li);
}

.details_pro h3.Ribbon {
    font-size: var(--f16);
    min-width: 220px;
    line-height: 200%;
    text-align: center;
    background: #eee;
    padding: 10px 0;
    margin-right: 1px;
    cursor: pointer;
}

.details_pro h3.Ribbon.active {
    background: var(--li);
    color: #fff;
}

.details_pro .proline {
    width: calc(100% - 200px);
    height: 1px;
    background: #333;
    position: relative;
}

.details_pro .proline:before {
    width: 8px;
    height: 8px;
    background: #333;
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.details_pro h3.Ribbon:before {
    width: 80%;
}

.details_pro {
    position: relative;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
    margin-bottom: 3%;
}

.product-details-bottom img {
    max-width: 100% !important;
    height: auto;
}

.pro_key {
    margin-bottom: 2%;
}

.pro_key span.key_list {
    display: inline-block;
    background: #fff;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 10%);
    padding: 7px 20px;
    border-radius: 20px;
    margin-right: 20px;
}

p.search_sub {
    font-size: 32px;
    font-family: 'Roboto';
    line-height: 200%;
    letter-spacing: 2px;
    margin-bottom: 2%;
}

p.search_sub span {
    font-family: 'Roboto';
    color: red;
}

.case_list_box h5 {
    font-size: 24px;
    color: #000;
    font-weight: bolder !important;
    margin: 5% 0 25px;
}

.case_list_box ul {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.case_list_box ul li.case_list {
    width: calc((100% - 90px) / 4);
}

a.case_list {
    display: block;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

a.case_list .case_img {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 80%;
    border-radius: 30px;
    overflow: hidden;
}

a.case_list .case_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

a.case_list p {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, black, transparent);
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 300%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 0;
}

table.L_table_ts {
    background: #eee;
    border: none;
    padding: 20px;
    color: #666;
}

table.L_table_ts th,
table.L_table_ts td {
    border: none !important;
}

table.L_table_ts tr:first-child {
    background: transparent;
}

table.L_table_ts td:first-child {
    width: 200px;
    font-weight: bold;
    color: #333;
}

.product_detailsbox .table-responsive {
    overflow: auto;
}

.product_detailsbox table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100% !important;
    margin: 20px 0;
}

.product_detailsbox th,
.product_detailsbox td {
    min-height: 18px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 1.5;
    font-size: 12px;
    color: #333;
    background: #fbfbfb;
    padding: 10px;
    vertical-align: middle;
}

.product_detailsbox tr td:first-child {
    white-space: nowrap;
}

.product_detailsbox th {
    font-size: 16px;
    background: #D8D8D8;
}

.product_detailsbox td p,
.product_detailsbox th p,
.product_detailsbox td p,
.product_detailsbox th p {
    margin: 0;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 1.3;
}

.product_detailsbox td.amts {
    color: #cb2027;
}

.product_detailsbox th#cartDelete {
    text-align: center;
}

.product-details-bottom {
    width: 100%;
    margin-top: 5%;
}

.cont_boxs {
    padding: 5% 0 6%;
}

.product_detailsbox {
    font-size: 14px;
    font-weight: 300;
    line-height: 200%;
    color: #626262;
    display: none;
}

.product_big .active {
    display: block;
}

.product_detailsbox>p {
    margin: 10px 0;
}

.product_detailsbox h3 {
    color: var(--li);
    font-size: var(--f22);
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    text-transform: capitalize;
}

.product_detailsbox h2 {
    font-size: var(--f24);
    font-weight: 400;
    margin-bottom: 10px;
    color: #333;
}

.product_detailsbox hr {
    border: none;
    border-bottom: 1px solid #979797;
    margin: var(--f24) 0 var(--f36);
    opacity: .2;
}

h3.Related {
    font-size: var(--f36);
    color: #000;
    font-weight: bold;
    border-left: 10px solid var(--li);
    line-height: 100%;
    padding-left: 20px;
    margin: 5% 0 2%;
}

.Product_list_box {
    position: relative;
    padding: 0 75px;
    user-select: none;
}

.Product_list_box .swiper-button-next {
    transition: all .5s ease;
    margin: 0;
    transform: translateY(-50%);
    border-left: 27px solid #969696;
    border-top: 27px solid transparent;
    border-bottom: 27px solid transparent;
}

.Product_list_box .swiper-button-prev {
    color: #333;
    transition: all .5s ease;
    margin: 0;
    transform: translateY(-50%);
    border-right: 27px solid #969696;
    border-top: 27px solid transparent;
    border-bottom: 27px solid transparent;
}

.Product_list_box .swiper-button-next:after,
.Product_list_box .swiper-button-prev:after {
    display: none;
}

.Product_list_box .swiper-button-prev:hover {
    border-right-color: var(--li);
}

.Product_list_box .swiper-button-next:hover {
    border-left-color: var(--li);

}

/* 产品end */

/* 行业 */

.app_tab {
    position: relative;
    z-index: 2;
    padding-bottom: 5%;
}

.app_tab:before {
    content: '';
    position: absolute;
    width: 100%;
    background: #fff;
    height: 50px;
    border-radius: 30px 30px 0 0;
    left: 0;
    top: 0;
    transform: translateY(-100%);
    z-index: -1;
}

.app_tab .center ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1% 0 3%;
}

.app_tab .center ul li {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    margin-bottom: 50px;
}

.app_tab .center ul li p {
    font-size: var(--f16);
    color: #333;
    position: absolute;
    white-space: nowrap;
    top: 110%;
    left: 50%;
    transform: translateX(-50%);
    transition: all .5s ease;
}

.app_tab .center ul li:hover p,
.app_tab .center ul li.active p {
    font-weight: 700;
}

.app_tab .center .app_ico {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    backdrop-filter: blur(24px);
    transition: all .5s ease;
    border: 1px solid rgb(51 51 51 / 17%);
}

.app_tab .center ul li:hover .app_ico,
.app_tab .center ul li.active .app_ico {
    background: var(--li);
}

.app_tab .center .app_ico img {
    max-width: 100%;
    object-fit: contain;
    filter: drop-shadow(0px 100px 0px #333);
    transform: translateY(-100px);
}

.app_tab .center li:hover .app_ico img,
.app_tab .center .active .app_ico img {
    filter: drop-shadow(0px 100px 0px #fff);
}

.app_tab .center ul li:not(:last-child):after {
    content: '';
    position: absolute;
    width: 5vw;
    border-bottom: 1px solid #969696;
    right: 0;
    transform: translateX(115%);
    opacity: 0.35;
}

.app_details img,
.app_details video {
    max-width: 100%;
    object-fit: contain;
}

.app_details>h3 {
    font-size: var(--f36);
    color: #000;
    margin: 2% 0 1%;
}

.app_details>h4 {
    font-size: var(--f36);
    color: #000;
    margin: 2% 0 1%;
}

.app_details .word {
    font-size: var(--f16);
    color: #333;
    line-height: 200%;
}

/* 行业end */
/* 解决方案 */
.solution_box {
    margin-top: 3%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.solution_box .solution_left {
    width: 25%;
    max-width: 350px;
    font-size: var(--f16);
    color: #969696;
    line-height: 200%;
}

.solution_box .solution_left .active,
.solution_box .solution_left div:hover {
    cursor: pointer;
    color: #000;
}

.solution_box .solution_left div:before {
    content: '+';
    margin-right: 5px;
}

.solution_box .solution_left .active:before {
    content: '-';
}

.solution_box .solution_right {
    padding-left: 3%;
    width: 75%;
}

.solution_box .solution_right>div {
    display: none;
    flex-wrap: wrap;
    align-items: center;
}

.solution_box .solution_right>.active {
    display: flex;
}

.solution_box .solution_right .product_list>a {
    width: 50%;
}

.solution_box .solution_right .product_list .solubox-r {
    width: 50%;
    padding-left: 20px;
}

.solution_box .solution_right .product_list .L_img {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 0;
    padding-bottom: 60%;
}

.solution_box .solution_right .product_list .L_img img {
    position: absolute;
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.solution_box .solution_right .product_list .solubox-r h5 {
    font-size: var(--f36);
    color: #000;
    margin-bottom: var(--f18);
}

.solution_box .solution_right .product_list .solubox-r .prod_info_slide {
    line-height: 180%;
}

.solution_box .solution_right .product_list .solubox-r a.L_messbut {
    border-radius: 0;
}

/* 解决方案end */

@media only screen and (max-width:1250px) {
    .app_tab .center ul li {
        width: 25%;
        margin-bottom: 40px;
    }

    .app_tab .center ul li:not(:last-child):after {
        transform: translateX(40%);
    }

    .app_tab .center ul li:nth-of-type(4n)::after {
        display: none;
    }
}

@media only screen and (max-width:1340px) {
    .product_detailsbox table {
        cursor: grab;
        user-select: none;
    }
}

@media only screen and (max-width:1200px) {
    .product-details .product_swiper {
        width: 100%;
        max-width: 400px;
        margin: 0 0 30px;
    }

    .product-details .prduct_details_right {
        width: 100%;
    }

    .pro_banner {
        height: 250px;
        margin-top: 70px;
    }

    .pro_banner h2 {
        bottom: 50%;
        text-align: center;
        font-size: 32px;
        transform: translate(-50%, 50%);
    }
}

@media only screen and (max-width:768px) {
    .yx_MoPageClose {
        font-size: 24px;
        color: #fff;
        width: 50px;
        height: 50px;
        display: block !important;
        background: var(--li);
        line-height: 50px;
        text-align: center;
    }

    .yx_ProPageTwo>h3,
    .pro_fx {
        display: none;
    }

    .pro_bantc {
        padding: 15px 0;
    }

    .Inside_left {
        width: 100%;
        position: static;
        margin: 0;
        padding: 20px 0;
    }

    .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: 100%;
        height: 100%;
        z-index: 999;
        top: 0;
        padding: 0;
        left: 100%;
        transition: all 0.8s;
        overflow: auto;
    }

    .Inside_right {
        width: 100%;
        border: none;
        padding: 0;
    }

    .product_box {
        gap: 10px;
        margin-top: 10px;
    }

    ul.product_box .product_list {
        width: calc((100% - 10px) / 2);
    }

    a.pro_more {
        padding: 8px 0;
    }

    ul.product_box .product_list:nth-of-type(n+4) {
        display: block;
    }

    ul.product_box .product_list:nth-of-type(n+5) {
        display: none;
    }

    h1.tit_name {
        font-size: 18px;
    }

    h2.title {
        margin: 10px 0;
    }

    ul.yx_PPBox.yx_PPBox1 {
        padding: 10px;
    }

    .prod_info_slide {
        line-height: 200%;
    }

    h1.prod_tit {
        font-size: 18px;
        color: #000;
        line-height: 150%;
    }

    .pro_bantc .Bread * {
        line-height: 150%;
        font-size: 12px;
    }

    .pro_bantc .Bread svg.icon {
        width: 20px;
        height: auto;
    }

    .prod_button .L_messbut {
        width: 100%;
    }

    .product_detailsbox th {
        font-size: 14px;
    }

    .product_detailsbox th,
    .product_detailsbox td {
        font-size: 12px;
        padding: 5px 5px 5px 10px;
        white-space: nowrap;
    }

    .product_detailsbox table {
        margin: 0 0 10px;
    }

    .prod_button .news_fx {
        position: relative;
        margin-top: 20px;
    }

    .swiper_bottom {
        padding: 0 48px;
    }

    .product-details-bottom form.Message_Form h3 {
        margin-bottom: 20px;
        font-size: 20px;
    }

    .Contact_corp form.Message_Form .input-group {
        width: 100%;
    }

    .Contact_corp input.form-control {
        padding: 10px 20px !important;
    }

    .Contact_corp textarea.form-control {
        height: 120px !important;
    }

    .Contact_corp .btn-primary {
        line-height: 50px;
        font-size: 20px;
    }

    section.Inside .Inside_Box {
        padding-bottom: 50px;
    }

    h3.Ribbon {
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 700;
        color: #000;
        margin-top: 30px;
    }

    .Product_list_box {
        position: relative;
        padding: 0;
        text-align: center;
    }

    .Product_list_box .swiper-button-prev,
    .Product_list_box .swiper-button-next {
        position: static;
        transform: none;
        display: inline-flex;
        margin: 0 10px;
    }

    .product_box .product_list p {
        min-height: 36px;
    }

    .download_tit {
        padding: 0 0 10px 40px;
        margin-bottom: 20px;
    }

    .download_tit h5 {
        margin-bottom: 0;
    }

    .download_tit:before {
        width: calc(100% - 40px);
    }

    .down_childer {
        width: 100%;
    }

    .down_childer .down_list a span {
        width: calc(100% - 40px);
        margin-left: 10px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
    }

    .n_banner,
    .nei_banner {
        margin-top: 70px;
        height: 250px;
    }

    .prod_banner {
        height: 350px;
    }

    .nei_txt {
        bottom: auto;
        top: auto;
        bottom: 15%;
    }

    .prod_banner .nei_txt {
        bottom: 20%;
    }


    .Searching {
        display: none;
    }

    .nei_banner img {
        max-width: max-content;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .nei_summary {
        margin-top: 5px;
        font-size: 12px;
        font-weight: 400;
        width: 100%;
        line-height: 150%;
    }

    .download_box {
        margin-bottom: 50px;
    }

    .fl_newsbox a.new_fl {
        line-height: 45px;
    }

    .n_banner h2 {
        bottom: 50%;
    }

    ul.news_list li {
        padding: 0;
    }

    ul.news_list li .news_left {
        width: 100%;
    }

    ul.news_list .info {
        width: 100%;
        padding: 10px;
    }

    ul.news_list .info .title {
        font-size: 18px;
        margin: 10px 0;
    }

    ul.news_list .info .tit {
        font-size: 12px;
        line-height: 150%;
    }

    ul.news_list .info span {
        font-size: 12px;
        width: 100px;
        line-height: 35px;
    }

    .news_fx .icon {
        width: 18px;
    }

    .n_posi_ab h3 {
        font-size: 20px;
    }

    .next_left {
        display: none;
    }

    .next_center {
        width: 100%;
        padding: 0;
    }

    .news_page>a {
        width: 100%;
        margin: 0;
        max-width: 100%;
        border-radius: 0;
        margin-top: 20px;
        font-size: 14px;
    }

    .news_page {
        flex-wrap: wrap;
        padding: 20px 0;
    }

    .next_center h3 {
        font-size: 18px;
    }

    .introbox .ab_list>div {
        width: 100% !important;
        line-height: 0;
    }

    .introbox .ab_list.ab_list:nth-of-type(1n) .ab_left {
        order: 2;
        padding: 0;
        padding: 20px 0;
    }

    .introbox .ab_list .ab_left h5 {
        font-size: 18px;
        line-height: 120%;
        font-weight: 500;
        text-transform: capitalize;
    }

    .development img {
        max-width: 100%;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .development .swiper-slide {
        height: 400px;
    }

    .development .center p {
        line-height: 150%;
    }

    .development .center h5 {
        font-size: 24px;
        font-weight: 500;
        margin-bottom: 10px;
    }

    .honor_box .center .honor_fl {
        width: 100%;
        gap: 10px;
        flex-direction: inherit;
        flex-wrap: wrap;
    }

    .honor_box .center .honor_zs {
        width: 100%;
        padding: 20px 0 50px;
        border-left: none;
        text-align: center;
    }

    .honor_box .center .honor_fl div {
        width: calc((100% - 10px) / 2);
        background: #fff;
        text-align: center;
    }

    .honor_box .center .honor_fl a.honor_more {
        font-size: 14px;
        padding: 10px 0;
        display: block;
        position: relative;
        z-index: 1;
    }

    .honor_box .center .honor_fl a.L_active,
    .honor_box .center .honor_fl a.honor_more:hover {
        color: #fff;
    }

    .honor_box .center .honor_fl a.honor_more:before {
        bottom: 0;
        height: 100%;
        background: linear-gradient(90deg, var(--li) 10px, var(--li1) 10px);
        z-index: -1;
    }

    .honorbox .swiper-page .my-bullet {
        width: 14px;
        height: 14px;
        background-size: contain !important;
        margin: 0 5px;
    }

    .honorbox {
        align-items: center;
    }

    .fzlc_banner .center>img {
        width: 200px;
    }

    .fzlc_banner .center h5 {
        font-size: 20px;
        font-weight: 500;
        margin: 20px 0 10px;
    }

    .L_shb_box {
        width: 100px;
        height: 40px;
    }

    .scroll-icon {
        width: 10px;
        border-left: 5px solid transparent;
        border-top: 10px solid #fff;
        border-right: 5px solid transparent;
    }

    .fzlc_lcbox {
        height: auto;
        overflow-y: auto;
        padding: 0;
        margin-top: 50px;
    }

    .fzlc_lczt:before {
        left: 5%;
    }

    .fzlc_list .fz_nrbox {
        width: 100%;
        padding-left: 10%;
        position: relative;
    }

    .fzlc_list .fz_nrbox:before {
        left: 5%;
        top: 5px;
    }

    .fzlc_list:nth-of-type(2n) .fz_nrbox {
        padding: 0;
        padding-left: 10%;
        text-align: left;
    }

    .fzlc_list:nth-of-type(2n) .fz_nrbox:before {
        left: 5%;
        right: auto;
        margin: 0 0 0 -9px;
    }

    .fzlc_list img {
        max-width: 120px;
    }

    .fzlc_list .fz_nrbox p {
        margin-bottom: 10px;
    }

    .fzlc_word {
        background-size: auto 100%;
    }

    .contact_left {
        padding: 0 0 20px;
        flex-wrap: wrap;
    }

    .contact_fx a {
        width: 40px;
        height: 40px;
    }

    .contact_fx {
        gap: 10px;
        margin-top: 20px;
    }

    .contact_fx svg.icon {
        width: 20px;
        height: 20px;
        fill: #fff;
    }

    form.Message_Form p {
        color: #595959;
        font-size: 14px;
        margin: 10px 0 20px;
        line-height: 150%;
    }

    .product_box .product_list .L_img:before {
        width: 97px;
        height: 14px;
        background-size: contain !important;
        background-repeat: no-repeat !important;
        left: 14px;
        top: 0;
        transform: translateY(-14px);
    }

    .product_detailsbox {
        margin-top: 50px;
    }

    .servebox {
        padding: 50px 0;
    }

    .servebox h4:before {
        width: 50px;
        height: 6px;
        margin-bottom: 20px;
    }

    .servebox h4 {
        font-size: 16px;
        margin: 0 auto 50px;
    }

    ul.ser_ulbox li {
        width: calc((100% - 2vw) / 2);
        padding: 20px;
    }

    ul.ser_ulbox .Limg_con img {
        max-height: 70px;
        max-width: 70px;
    }

    ul.ser_ulbox li .Limg_con {
        padding-top: 80%;
    }

    .servebox a.tomail {
        width: 200px;
        height: 50px;
        margin: 30px auto 0;
    }

    .serve_tel .ser_telbox {
        font-size: 18px;
    }

    .serve_tel .ser_telbox svg.icon {
        top: 10px;
    }

    .newbanenr_img {
        width: 100%;
    }

    .newbanenr_info {
        width: 100%;
        padding: 10px 0 30px;
    }

    .newbanenr_info .title {
        font-size: 18px;
    }

    .banner_radius {
        text-align: center;
        margin: 10px 0 50px;
    }

    .banner_radius .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }

    .news_text_word h3 {
        font-size: 18px;
        text-align: left;
    }

    .news_flex {
        text-align: left;
        font-size: 14px;
    }

    .news_word {
        font-size: 14px;
        line-height: 180%;
    }

    .about_top h5 {
        font-size: 14px;
        color: #333;
        margin: 20px 0;
    }

    .honorbox_big .center .honor_left img {
        max-width: 100%;
        object-fit: contain;
        width: 46%;
    }

    .honorbox_big .center .honor_left {
        width: 100%;
    }

    .honorbox_big .center .honor_right {
        width: 100%;
        padding: 30px 0 20px;
    }

    .honorbox_big .center .honor_right:before {
        width: 30px;
        height: 2px;
        margin-bottom: 10px;
    }

    .mission .introbox .ab_list:nth-of-type(2n) .ab_left+div {
        order: 1;
    }

    ul.honor_flbox {
        margin: 4% auto;
        border: none;
        border-radius: 0;
        flex-wrap: wrap;

    }

    ul.honor_flbox li.honor_list {
        width: calc((100% - 20px) / 2);
        line-height: 40px;
        text-align: center;
        font-size: 14px;
        background: #eee;
        margin: 5px;
    }

    .honors_big .honors_smail {
        width: calc((100% - 5vw) / 2);
    }

    .contact_box .contact_svg {
        width: 50px;
        height: 50px;
        border-radius: 10px;
    }

    .contact_box .contact_left div:last-child {
        width: 100%;
        margin-top: 10px;
    }

    .contact_box .contact_svg svg.icon {
        width: 30px;
        height: auto;
    }

    .Contact_corp {
        padding: 50px 0;
    }

    .product-details-bottom .Contact_corp {
        padding: 50px 0;
    }

    .contact_box .svgbox {
        width: 70px;
        height: 70px;
    }

    .contact_box .svgbox svg {
        width: 32px;
        height: auto;
    }

    .contact_box .tel_flexbox {
        flex-wrap: wrap;
    }

    .contact_box .tel_li {
        width: 100%;
        margin: 15px 0;
    }

    .contact_box .tel_li_txt {
        width: calc(100% - 90px);
    }


    .app_tab .center .app_ico {
        width: 70px;
        height: 70px;
    }

    .app_tab .center ul li:before {
        width: 90px;
        height: 90px;
    }

    .app_tab .center ul li:not(:last-child):after {
        display: none;
    }

    .app_tab .center ul li p {
        font-size: 12px;
        max-width: 100%;
        text-align: center;
        white-space: nowrap;
        top: 100%;
    }

    .app_tab:before {
        display: none;
    }

    .app_tab .center .app_ico img {
        max-width: 35px;
        max-height: 35px;
    }

    .solution_box .solution_left {
        width: 100%;
        max-width: 100%;
    }

    .solution_box .solution_right {
        padding-left: 0;
        width: 100%;
    }

    .solution_box .solution_right .product_list>a {
        width: 100%;
    }

    .solution_box .solution_right .product_list .solubox-r {
        width: 100%;
        padding-left: 0;
    }

    .solution_box .solution_right .product_list .solubox-r h5 {
        font-size: 20px;
        line-height: 180%;
    }

    .app_tab {
        padding-bottom: 50px;
    }
    .details_pro h3.Ribbon {
        min-width: 50%;
    }
    .product-details-bottom img {
        max-width: 100% !important;
        height: auto;
    }
    .Product_list_box .swiper-button-prev {
        border-right: 16px solid #969696;
        border-top: 16px solid transparent;
        border-bottom: 16px solid transparent;
        width: auto;
        height: auto;
    }
    .Product_list_box .swiper-button-next{
        border-left: 16px solid #969696;
        border-top: 16px solid transparent;
        border-bottom: 16px solid transparent;
        width: auto;
        height: auto;
    }

}