@charset "UTF-8";
@import url("/assets/index/swiper/swiper.min.css");
* { box-sizing: border-box; -webkit-tap-highlight-color: transparent; }

html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu { margin: 0; padding: 0; box-sizing: border-box; -webkit-box-sizing: border-box; }

html, body { font-family: "Microsoft Yahei", Tahoma, Helvetica, Arial, sans-serif; font-size: 16px; color: #363636; }

a, a:hover, a:focus { text-decoration: none; outline: none !important; outline: 0; color: inherit; }

ul, ul li, ol, li { list-style: none outside none; }

input[type="submit"], input[type="reset"], input[type="button"], input { resize: none; border: none; }

input, textarea { outline: none; }

textarea { resize: none; }

input:-internal-autofill-previewed, input:-internal-autofill-selected { transition: background-color 5000s ease-in-out 0s !important; }

textarea::-webkit-input-placeholder { color: #999; /* 字体大小直接写样式即可 */ font-size: 14px; }

textarea:-moz-placeholder { color: #999; }

textarea::-moz-placeholder { color: #999; }

textarea:-ms-input-placeholder { color: #999; }

a { text-decoration: none; }

img { vertical-align: middle; border: none; width: 100%; height: 100%; }

i { font: inherit; }

/*单行溢出*/
.one-txt-cut { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }

/*多行溢出 手机端使用*/
.txt-cut { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; text-align: justify;}

.two-txt-cut { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

.flex { display: box; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; }

.flex-j { -webkit-justify-content: space-between; -moz-justify-content: space-between; -ms-justify-content: space-between; -o-justify-content: space-between; justify-content: space-between; }

.flex-w { -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap; flex-wrap: wrap; }

.flex-s { -webkit-justify-content: flex-start; -moz-justify-content: flex-start; -ms-justify-content: flex-start; -o-justify-content: flex-start; justify-content: flex-start; }

.flex-se { -webkit-justify-content: space-evenly; -moz-justify-content: space-evenly; -ms-justify-content: space-evenly; -o-justify-content: space-evenly; justify-content: space-evenly; }

.flex-c { -webkit-justify-content: center; -moz-justify-content: center; -ms-justify-content: center; -o-justify-content: center; justify-content: center; }

.flex-ed { -webkit-justify-content: flex-end; -moz-justify-content: flex-end; -ms-justify-content: flex-end; -o-justify-content: flex-end; justify-content: flex-end; }

.align-start { -webkit-align-items: flex-start; -moz-align-items: flex-start; -ms-align-items: flex-start; -o-align-items: flex-start; align-items: flex-start; }

.align-center { -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; -o-align-items: center; align-items: center; }

.align-end { -webkit-align-items: flex-end; -moz-align-items: flex-end; -ms-align-items: flex-end; -o-align-items: flex-end; align-items: flex-end; }

.flex-cm { -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; -o-flex-direction: column; flex-direction: column; }

.trs { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }

.content { width: 100%; max-width: 1200px; margin: auto; }

body { display: flex; flex-direction: column; min-height: 100vh; --color-base: #b81c25; }

/* 头部 */
.header { width: 100%; height: 5rem; }

.headerFixed { width: 100%; background: #fff; position: fixed; top: 0; z-index: 1000; height: inherit; box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px; }

.headerbox { height: inherit; }

.header-l .logo { width: 80%; }

.header-r { margin-left: 10%; width: 70%; }

.hea-top-box { width: 100%; justify-content: flex-end; margin-bottom: 0.5rem; }

.hea-top-box-p { color: #999; font-size: 14px; }

.header-r .english-wrapper { margin-left: 30px; cursor: pointer; }

.header-r .english-wrapper img { margin-right: 6px; width: 20px; height: auto; }

.mo-top .hea-top-box { padding: 0.5rem 0; background-color: #f2f2f2; justify-content: center; }

.mo-top .hea-top-box p { width: 100%; text-align: center; }

/* 导航 */
.nav { width: 100%; }

.nav .english { margin-left: 20px; }

.nav .english .english-icon { margin-right: 6px; width: 26px; height: 26px; }

.nav .nav1li { /* flex: 1; */ margin: 0 0px 0 5%; position: relative; text-align: center; }

.nav .nav1li .nav1a { white-space: nowrap; font-size: 1rem; color: #333; font-weight: bold; line-height: 2.5rem; }

.nav1a .iconfont { font-size: 0.6rem; padding-left: 0.5rem; color: rgba(255, 255, 255, 0.7); }

.nav .nav1li.active .nav1a { color: var(--color-base); }

.nav .nav1li:hover .nav1a { color: var(--color-base); }

.nav .nav2ul { visibility: hidden; opacity: 0; position: absolute; top: 100%; left: 50%; width: 100%; background-color: white; z-index: 100; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05); }

.nav .nav2li { padding: 0 1rem; }

.nav .nav2li a { font-size: 0.7rem; color: #444; text-align: center; display: block; padding: 0.5rem 0; }

.nav ul > li:hover .nav2ul { visibility: visible; opacity: 1; }

.nav .nav2li:hover { background-color: var(--color-base); }

.nav .nav2li:hover a { color: #fff; }

.nav.on { top: 0; position: fixed; left: 0; z-index: 500; }

/* PC底部 */
.footer { background: #1d212a; color: #fff; width: 100%; }

.footer .footTop { padding: 32px 0 24px 0; }

.footer .footTop .lefts .daohang { font-size: 18px; line-height: 24px; font-weight: 500; color: #fff; margin-bottom: 24px; }

.footer .footTop .lefts .daohang img { width: 30px; height: 24px; display: inline-block; }

.footer .footTop .lefts h2 { font-size: 24px; color: var(--color-base); font-weight: 600; margin-bottom: 16px; }

.footer .footTop .lefts .ifo { display: flex; align-items: center; font-size: 14px; color: rgba(255, 255, 255, 0.76); margin-bottom: 12px; }

.footer .footTop .lefts .ifo .phone { width: 70px; padding-right: 8px; margin-right: 16px; border-right: 1px solid rgba(255, 255, 255, 0.24); }

.footer .footTop .lefts .ifo img { margin-right: 8px; width: auto; height: auto; }

.footer .footTop .lefts .daohang img { margin-left: 4px; }

.footer .footTop .rights .lianjie ul { display: flex; justify-content: flex-end; }

.footer .footTop .rights .lianjie .active a { color: var(--color-base); }

.footer .footTop .rights .lianjie ul li { float: right; padding-right: 12px; margin-left: 12px; line-height: 12px; }

.footer .footTop .rights .lianjie ul li:not(:last-child) { border-right: 1px solid rgba(255, 255, 255, 0.24); }

.footer .footTop .rights .lianjie ul .last { border-right: none; }

.footer .footTop .rights .lianjie ul li a { font-size: 14px; color: rgba(255, 255, 255, 0.64); }

.footer .footTop .rights .lianjie ul li a:hover { color: var(--color-base); }

.footer .footTop .rights .lianxi { display: flex; margin-top: 48px; justify-content: end; /* border: #1273E4 1px solid; */ }

.footer .footTop .rights .lianxi .num { /* width: 157px; height: 83px; */ /* border: 1px solid #1273E4; */ font-size: 24px; font-weight: 700; color: #fff; margin-right: 48px; }

.footer .footTop .rights .lianxi .num button { width: 100%; height: 40px; margin-top: 6px; background-color: #fff; border: 1px solid #fff; border-radius: 4px; color: var(--color-base); font-weight: 600; font-size: 16px; transition: all 0.3s; }

.footer .footTop .rights .lianxi .num button:hover { cursor: pointer; border: 1px solid var(--color-base); }

.footer .footTop .rights .lianxi .num button span { margin-left: 4px; }

.footer .footTop .rights .lianxi .code { width: 130px; height: 130px; /* border: #1273E4 1px solid; */ font-size: 12px; color: rgba(255, 255, 255, 0.76); text-align: center; margin-left: 18px; }

.footer .footTop .rights .lianxi .code img { margin-bottom: 8px; }

.footer .footBtm { border-top: 1px solid rgba(255, 255, 255, 0.08); text-align: center; line-height: 48px; color: rgba(255, 255, 255, 0.32); font-size: 14px; }

/* 移动端导航 */
.mo-top { display: none; width: 100%; background: white; position: fixed; z-index: 500; top: 0; left: 0; box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px; height: 4rem; }

.mo-topbox { height: inherit; }

.mo-top a { display: block; overflow: hidden; width: 25%; line-height: 60px; }

.mo-top a img { max-width: 100%; display: block; }

.mo-top .english { margin-right: 10px; }

.mo-top .english a { display: flex; width: 100%; }

.mo-top .english span { line-height: 1; }

.mo-top .english-icon { width: 26px; height: 26px; }

.mo-nav .s1, .mo-top .s2, .mo-top .s3 { width: 22px; height: 2px; display: block; background-color: rgba(82, 112, 182, 0.4); position: relative; overflow: hidden; }

.su::after { position: absolute; content: ""; top: 0; left: 0; width: 100%; height: 100%; background: var(--color-base); transform: translateX(-100%); transition: all 0.25s ease; }

.mo-nav:hover .su::after { transform: translateX(0); }

.s1::after { transition-delay: 0.2s; }

.s2::after { transition-delay: 0.4s; }

.s3::after { transition-delay: 0.6s; }

.mo-nav .s2 { margin-top: 6px; }

.mo-nav .s3 { margin-top: 6px; }

.mo-nav.on .s1 { -webkit-transform: matrix(1, 0, 0, 1, 0, 8) rotate(45deg); transform: matrix(1, 0, 0, 1, 0, 18), rotate(45deg); }

.mo-nav.on .s2 { opacity: 0; }

.mo-nav.on .s3 { -webkit-transform: matrix(1, 0, 0, 1, 0, -8) rotate(-45deg); transform: matrix(1, 0, 0, 1, 0, -18), rotate(-45deg); }

/* 移动端导航下拉 */
.navdown { display: none; width: 100%; background: #fff; z-index: 500; position: fixed; top: 4rem; left: 0; }

.navdown ul li { width: 100%; border-bottom: 1px dashed #eee; }

.navdown ul li a { padding: 0.5rem; color: #444; width: 100%; display: block; font-size: 1rem; }

.navdown ul .active a { color: var(--color-base); }

.mask { width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); z-index: 499; position: fixed; top: 0; left: 0; display: none; }

/* 移动端底部 */
.mo-footer { display: none; padding: 4% 0; background-color: #1d2129; }

.mo-footer .ftrtop { padding: 0 6%; height: 40px; font-size: 20px; color: var(--color-base); font-weight: 600; margin-bottom: 16px; border-bottom: 1px solid rgba(255, 255, 255, 0.16); }

.mo-footer .ftrcter { display: flex; justify-content: space-between; padding: 0 6%; border-bottom: 1px solid rgba(255, 255, 255, 0.16); }

.mo-footer .ftrcter .centerleft { display: flex; justify-content: space-between; flex-direction: column; flex: 1; padding-right: 20px; }

.mo-footer .ftrcter .centerleft .one { margin-bottom: 14px; }

.mo-footer .ftrcter .centerleft .one .mo-icon { font-size: 16px; color: rgba(255, 255, 255, 0.76); }

.mo-footer .ftrcter .centerleft .one .mo-icon img { width: 18px; height: 18px; }

.mo-footer .ftrcter .centerleft .one .txt { font-size: 14px; color: rgba(255, 255, 255, 0.76); margin-top: 4px; }

.mo-footer .ftrcter .centeright img { margin-bottom: 8px; width: 130px; height: 130px; }

.mo-footer .ftrcter .centeright { text-align: center; color: rgba(255, 255, 255, 0.76); font-size: 14px; }

.mo-footer .ftrcter .centeright > div { margin-bottom: 18px; }

.mo-footer .ftrbtm { text-align: center; margin-top: 4px; font-size: 14px; color: #666; }

.popup { display: none; position: fixed; z-index: 9999; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden; background-color: rgba(0, 0, 0, 0.7); }

.popup-wrapper { width: 100%; height: 100%; position: absolute; top: 0; bottom: 0px; left: 0; background-color: rgba(89, 70, 56, 0.7); z-index: 100; border-radius: 10px; }

.popup-content { padding: 20px; width: 560px; margin: 10px auto; position: relative; background-color: rgba(255, 255, 255, 0.8); border-radius: 10px; }

.popup-content .popup-header { width: 100%; margin: 0 auto 10px; height: 40px; }

.popup-content .popup-header p { font-weight: bold; font-size: 20px; }

.popup .boxed-group-inner { width: 100%; max-height: 80vh; }

.popup .close-box { font-weight: bold; cursor: pointer; font-size: 30px; align-self: start; }

/* 首页banner */
.swiper1 { width: 100%; height: 600px; position: relative; }

.swiper1 .swiper-slide { background-position: center center; background-size: cover; background-repeat: no-repeat; }

.banner .swiper1 .swiper-pagination { position: absolute; left: 50%; bottom: 40px; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }

.banner .swiper1 .swiper-pagination-bullet { width: 0.8rem; height: 0.8rem; opacity: 1; border: 2px solid rgba(255, 255, 255, 0.7); background-color: transparent !important; margin: 0 0.625rem !important; border-radius: 50%; }

.banner .swiper1 .swiper-pagination-bullet-active { background-color: var(--color-base) !important; border: none; }

.banner .swiper-web { display: block; }

.banner .swiper-mo { display: none; }

.button { padding: 0.6rem 2rem; margin-top: 2rem; background-color: #12b2c4; border: none; border-radius: 0.25rem; color: #fff; font-weight: 600; font-size: 1rem; transition: all 0.3s; align-self: center; cursor: pointer; }

/* ===== 首页 ===== */
.text_p { font-size: 1rem; color: #363636; line-height: 1.7; text-align: justify; text-indent: 2em; }

.title-content { margin: 20px 0; position: relative; }

.title-content .logo-img { width: 170px; height: auto; position: absolute; }

.title { flex: 1; display: flex; flex-direction: column; align-items: center; position: relative; margin-bottom: 1rem; }

.title span { color: #fbdb18; }

.title .title_cn { color: var(--color-base); margin: 5px 0; font-size: 32px; font-weight: bold; letter-spacing: 6px; }

.title .title_en { color: #999; font-size: 16px; display: inline-block; }

/* 首页 START */
/* 首页 关于我们 */
.in-about { background-color: #fff; }

.in-about-content { width: 100%; padding: 50px 0; }

.in-about .left-item { flex: 1; /*margin-right: 20px;*/ }

.in-about .left-item .title-box { width: 100%; margin: 30px 0; }

.in-about .left-item .title-box .h1-title { color: var(--color-base); font-size: 26px; }

.in-about .left-item .title-box .h3-desc { margin-top: 6px; color: #999; font-size: 16px; }

.in-about .left-item .text_p { text-indent: 0; }

.in-about .right-item .image { max-width: 560px; aspect-ratio: 560 / 420; height: auto; margin: 0 auto; }

/* 首页 企业文化 */
.culture { padding: 1rem 0 3rem; }

.culture .items { background-color: var(--color-base); color: #fff; padding: 20px; box-sizing: border-box; }

.culture .items:hover { -webkit-transform: translateY(-1%); -moz-transform: translateY(-1%); -ms-transform: translateY(-1%); -o-transform: translateY(-1%); transform: translateY(-1%); }

.culture .items h4 { font-size: 22px; }

.culture .items p { line-height: 1.7; text-align: justify; color: rgba(255, 255, 255, 0.9); }

.culture .left-item { width: 50%; }

.culture .left-item .items { aspect-ratio: 1 / 1; width: 49%; }

.culture .left-item .items h4 { margin-bottom: 10px; }

.culture .right-item { width: 49%; align-self: normal; }

.culture .right-item .items { height: 100%; }

/* 首页 新闻中心 */
.in-news { padding: 1rem 0 3rem; background-color: #f5f8fd; }

.in-news .n-cowbox { margin: 0 -0.3rem; }

.in-news .n-row { padding: 0.3rem; width: 25%; }

.in-news .n-row a { flex: 1; }

.in-news .n-row:hover .n-rowbox { box-shadow: 0 10px 20px rgba(18, 178, 196, 0.1); border: 1px solid #fff; -webkit-transform: translateY(-1%); -moz-transform: translateY(-1%); -ms-transform: translateY(-1%); -o-transform: translateY(-1%); transform: translateY(-1%); }

.in-news .n-rowbox { border: 1px solid #e4e3f0; padding: 0.2rem; background-color: white; }

.in-news .n-img { overflow: hidden; width: 100%; aspect-ratio: 29 / 19; object-fit: contain; /* width: 236px; height: 177px; */ }

.in-news .n-img:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

.in-news .n-font { padding: 0.5rem; flex: 1; }

.in-news .n-font h1 { font-size: 1rem; color: #333; }

.in-news .n-font h1:hover { color: var(--color-base); }

.in-news .n-text { margin: 0.3rem 0; flex: 1; }

.in-news .n-text > p { font-size: 0.8rem; color: #808080; line-height: 1.5; }

.in-news .n-time, .in-news .n-more { font-size: 0.7rem; color: #999; }

.in-news .n-more:hover { color: var(--color-base); }

.in-news .n-more p { padding-right: 0.25rem; }

/* 首页 END */
/*  新闻资讯 */
.news { padding: 30px 0; }

.news_content { margin-bottom: 50px; }

.news_content > a { border-bottom: 1px solid #eee; }

.news_item { flex: 1; width: 100%; margin: 20px 0; }

.news_item--left-box { width: 290px; aspect-ratio: 29 / 19; overflow: hidden; height: auto; }

.news_item--left img { -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; display: block; }

.news_item--left img:hover { transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); }

.news_item--right { flex: 1; overflow: hidden; padding-left: 20px; height: inherit; box-sizing: border-box; display: flex; flex-direction: column; }

.news_item--right .top_title { display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; height: 65px; }

.news_item--right .top_title .data_time { padding-top: 10px; }

.news_item--right .top_title .news_item-title { width: 100%; color: #333; font-size: 20px; }

.news_item--right .news_item-text { margin: 20px 0 25px; font-size: 14px; color: #898989; flex: 1; }

.news_item--right .news_item-more { font-size: 16px; color: #5f6061; }

/* === news_detail */
.news_detail { background-color: #fff; }

.news_detail .item_title { text-align: center; }

.news_detail .item_title h1 { font-weight: bold; font-size: 24px; }

.news_detail .item_title p { margin: 10px 0 20px; font-size: 16px; color: #999; }

.news_detail .text_p p { margin-bottom: 15px; width: 100%;}

.news_detail .item_container p:has(img) img { text-indent: 0; margin: 0 auto; display: block; width: auto;}

.news_detail .news_detail_pic { width: 100%; margin: 40px 0 0px; }

.news_detail .news_detail_pic img { display: block; width: 760px; height: 300px; margin: 0 auto; }

/* 关于我们 */
.about { padding-bottom: 0 !important; }

.about .ny-lbbox { padding-bottom: 0 !important; }

.about-box1 .left-item { max-width: 480px; aspect-ratio: 480 / 305; margin-right: 20px; }

.about-box1 .right-item { flex: 1; }

.about-box1 .right-item .title-box { width: 100%; margin-bottom: 12px; }

.about-box1 .right-item .title-box .h1-title { color: var(--color-base); font-size: 26px; font-weight: bold; }

.about-box1 .right-item .title-box .h3-desc { font-size: 16px; }

.about-box2 { margin: 30px 0; height: 318px; background-image: url("/assets/index/images/about_2.jpg"); background-position: center; background-repeat: no-repeat; background-size: cover; color: #fff; }

.about-box2 h1 { margin-bottom: 20px; }

.about-box2 .text_p { color: inherit; text-indent: 0; }

/* 专利证书，产品展示 */
.p-cowbox { padding: 0.8rem 0; width: 100%; }

.p-row { padding: 0.75rem; width: 33.33%; }

.p-rowbox { background-color: #f2f2f2; display: block; overflow: hidden; border: 1px solid #e4e3f0; padding: 0.5rem; }

.p-img { width: 100%; display: block; object-fit: contain; overflow: hidden; }

.p-img:hover img { transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); }

.p-font { padding: 2%; margin-top: 0.5rem; background-color: #e0e9f2; }

.p-font p { color: #333; text-align: center; font-size: 1rem; color: #444; max-width: 72%; }

.p-font span { margin: 0 0.4rem; display: block; content: ""; width: 0.4rem; height: 0.4rem; background-color: var(--color-base); }

.p-font:hover h1 { color: #fb8967; }

/* 内页banner */
.banner-ny { position: relative; }

.banner-nybox { overflow: hidden; height: 300px; background-position: center; background-size: cover; background-repeat: no-repeat; background-image: url("/assets/index/images/banner_x.jpg"); }

/* 联系我们 */
.contact_container { padding-top: 30px; display: flex; justify-content: space-between; }

.contact .h1 { font-weight: 500; font-size: 32px; margin-bottom: 10px; }

.contact .h2 { font-size: 22px; font-weight: bold; }

.contact .h3 { font-size: 18px; font-weight: bold; }

.contact .desc { margin: 20px 0; }

.contact .p { margin-bottom: 14px; color: #333; }

.contact .text { color: #999; margin: 10px 0 20px; }

.contact .text-wrapper { width: 45%; }

.contact .text-wrapper .h2 { color: var(--color-1); }

.contact .text-wrapper .qr-code-wrapper { margin-top: 40px; }

.contact .text-wrapper .qr-code-wrapper .qr-code { width: 126px; height: 124px; }

.contact .text-wrapper .contact-btn { background-color: var(--color-base); padding: 8px 28px; border-radius: 4px; font-size: 14px; border: none; color: #fff; cursor: pointer; }

.contact .map-wrapper { width: 53%; height: 390px; z-index: 10; }

.contact .map-wrapper .tdt-control-copyright img { width: auto; height: auto; }

.contact .map-wrapper .map-title { font-size: 18px; color: var(--color-base); }

.contact .map-wrapper .map-p { margin: 10px 0; font-size: 14px; }

.contact .history { margin: 40px 0; }

.contact .history .hi-li { display: flex; align-items: center; margin-bottom: 40px; font-size: 16px; }

.contact .history .hi-year { background-color: var(--color-base); padding: 10px 20px; text-align: center; color: #fff; font-weight: bold; position: relative; z-index: 0; }

.contact .history .hi-year::after { content: ""; position: absolute; left: 50%; top: 0; height: 120px; width: 2px; background-color: var(--color-base); z-index: -1; }

.contact .history .hi-text { flex: 1; padding: 10px 20px; background-color: #f8f8f8; margin-left: 100px; position: relative; }

.contact .history .hi-text::before { content: ""; position: absolute; left: -90px; top: 50%; width: 80px; border-bottom: 1px dashed var(--color-base); }

.contact .history .hi-li:last-child { margin-bottom: 0; }

.contact .history .hi-li:last-child .hi-year::after { content: none; }

/* .banner-nybox img { max-width: 100%; } */
/* 内页列表 */
.ny-lb { flex: 1; background-color: #fff; padding: 1rem 0 0rem; }

.ny-lbbox { padding: 2rem 0; }

.ny-lb .c-cow { padding: 0; }

@media screen and (max-width: 1280px) { .content { max-width: 95%; } }

@media screen and (max-width: 1024px) { /* 首页 关于我们 */
  .in-about .right-item { width: 45%; }
  /* 关于我们 */
  .about-box1 .left-item { width: 45%; }
  .content { max-width: 95%; }
  .header-l .logo { width: 80%; }
  .swiper1 { height: 500px; }
  .banner .swiper1 .swiper-pagination { bottom: 30px; }
  .banner .swiper1 .swiper-pagination-bullet { width: 0.6rem; height: 0.6rem; margin: 0 0.5rem !important; } }

@media screen and (max-width: 768px) { .banner-ny { padding-top: 4rem; }
  .banner-ny .banner-nybox { width: 100%; height: 100%; aspect-ratio: 750 / 550; background-image: url("/assets/index/images/banner_m.jpg"); }
  .banner-ny-text { display: none; }
  .popup .popup-content { width: 88%; padding: 10px; }
  /* 关于我们 */
  .about-box1-wrap { flex-direction: column; }
  .about-box1 .left-item { margin-right: 0; margin-bottom: 10px; width: 100%; align-self: center; }
  /* 首页 关于我们 */
  .in-about-content { flex-direction: column-reverse; }
  .in-about .left-item { margin-right: 0; }
  .in-about .right-item { width: 100%; align-self: center; padding: 0 !important;}
  /* 首页 企业文化 */
  .culture-content { flex-direction: column; }
  .culture .items { padding: 10px; }
  .culture .items p { line-height: 1.5; }
  .culture .left-item { width: 100%; margin-bottom: 2%; }
  .culture .right-item { width: 100%; }
  .culture .right-item .items h4 { text-align: center; width: 100%; margin: 10px 0; }
  /* 专利证书，产品展示 */
  .patent .p-row, .product .p-row { width: 50%; }
  /* 联系我们 */
  .contact_container { flex-direction: column; }
  .contact .h1 { font-size: 26px; }
  .contact .text-wrapper { width: 100%; margin-bottom: 30px; }
  .contact .map-wrapper { width: 100%; height: 320px; margin-bottom: 30px; }
  .contact .history .hi-li { margin-bottom: 20px; }
  .contact .history .hi-year:after { height: 100px; }
  .contact .history .hi-text { margin-left: 60px; }
  /* 首页 新闻中心 */
  .in-news .n-cowbox { flex-wrap: wrap; }
  .in-news .n-row { width: 50%; }
  .news { padding: 0; }
  .news_content { margin-top: 20px; }
  .news_title { align-items: flex-start; }
  .news_title .title_en { font-size: 26px; }
  .news_title .logo { display: none; }
  .news_title .nav_menu { width: 100%; }
  .news_title .nav_menu li { flex: 1; margin-left: 0; }
  .news_title .nav_menu li::after { content: none !important; }
  .news_title .left-box { align-items: flex-start; flex-direction: column; flex: 1; }
  .news .news_item { margin: 10px 0; }
  .news .news_item--left { align-self: center; }
  .news .news_item--left-box { width: 140px; }
  .news .news_item--right { padding-left: 10px; }
  .news .news_item--right .top_title { height: 44px; }
  .news .news_item--right .top_title .data_time { font-size: 14px; padding-top: 0; }
  .news .news_item--right .top_title .news_item-title { font-size: 16px; }
  .news .news_item--right .news_item-text { margin: 8px 0; }
  .news .news_item--right .news_item-text p.txt-cut { -webkit-line-clamp: 2; }
  .news .news_item--right .news_item-more { display: none; font-size: 14px; }
  .ny-lbbox { padding: 1rem 0; }
  .header1, .footer, .nav, .link, .p-top, .n-llbox { display: none !important; }
  .mo-top, .mo-footer, .mo-copyright, body .m-nynav { display: block !important; }
  .ny-lb { min-height: 38rem; }
  .banner { padding-top: 4rem; }
  .swiper1 { height: 550px; }
  .wz-rowbox { box-shadow: 0 0px 20px rgba(82, 112, 182, 0.1); border: none; }
  .wz-rowbox { padding: 0.75rem; }
  .c-font { padding: 0.75rem 0.5rem; }
  .c-font h1 { font-size: 0.8rem; padding-bottom: 0.25rem; }
  .c-font h1 { transform: translateY(0); } }

@media screen and (max-width: 430px) { .banner-ny .banner-nybox { background-image: url("/assets/index/images/banner_m.jpg"); }
  /* 首页 关于我们 */
  .in-about-content { padding: 2rem 0; }
  .in-about .left-item .title-box { margin-bottom: 1rem; }
  .in-about .left-item .title-box .h1-title { font-size: 1.8rem; }
  /*  新闻资讯 */
  .news a { margin-bottom: 20px; }
  .banner .swiper-web { display: none; }
  .banner .swiper-mo { display: block; }
  .news_detail_item { padding: 0; box-shadow: none; }
  .news_detail .item_title p { font-size: 14px; }
  .content { padding: 0 0.75rem; max-width: 100%; }
  .content .history { margin-top: 0; }
  .content .history .hi-li { margin-bottom: 20px; }
  .content .history .hi-year { padding: 5px 10px; }
  .content .history .hi-year:after { height: 90px; }
  .content .history .hi-text { padding: 5px 10px; margin-left: 40px; font-size: 14px; z-index: 0; }
  .content .history .hi-text:before { left: -35px; width: 30px; z-index: -1; }
  body .mo-top a { width: 50%; }
  .swiper-container { width: 100%; height: auto; aspect-ratio: 750 / 550; }
  body .banner .swiper1 .swiper-pagination { bottom: 0.5rem; }
  .p-font p { font-size: 0.9rem; }
  .ny-lb { padding: 2rem 0; }
  .ny-lb { min-height: 28rem; }
  .wz-row, .c-row { width: 50%; padding: 0.25rem; }
  .p-cowbox, .c-cowbox { margin: 0 -0.25rem; }
  .c-cow { padding-top: 2rem; }
  .wz-rowbox { padding: 0.5rem; }
  .ny-lb { padding: 1rem 0; } }
.active_f {color: #d73c0e;z-index: 10}