@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-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 { --color-base: #12b2c4; }

/* 头部 */
.header { width: 100%; height: 6.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: 70%; }

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

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

.hea-top-box .search-wrapper { border: 1px solid #f1f1f1; display: flex; flex-direction: row; align-items: center; border-radius: 4px; width: 42%; }

.hea-top-box .search-wrapper input { flex: 1; padding: 6px; background-color: transparent; }

.hea-top-box .search-wrapper .search-action { margin-left: 10px; padding: 6px 10px; border-radius: 30px; display: flex; flex-direction: row; align-items: center; cursor: pointer; }

.hea-top-box .search-wrapper .search-action .search-text { margin-left: 10px; color: #333; }

.hea-top-box .search-wrapper .search-action .icon-search { position: relative; top: 50%; transform: translateY(-15%) rotate(-45deg); }

.hea-top-box .search-wrapper .search-action .icon-search::before { left: 0; display: block; content: ""; border: 2px solid #555; border-radius: 50%; width: 10px; height: 10px; }

.hea-top-box .search-wrapper .search-action .icon-search::after { position: absolute; left: 50%; bottom: -8px; transform: translateX(-50%); display: block; content: ""; border: 1px solid #000; width: 0; height: 6px; }

.hea-top-box .language-box > a { margin-left: 1rem; }

.hea-top-box .language-box img { width: 1.5rem; aspect-ratio: 1 / 1; }

.hea-top-box .language-box span { color: #707070; font-size: 0.8rem; margin-left: 0.4rem; }

.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 { background-color: #f2f2f2; justify-content: space-between; }

.mo-top .hea-top-box .search-wrapper { width: 72%; border: 1px solid #999; }

.mo-top .hea-top-box .language-box > a { margin-left: 0.5rem; width: auto !important; }

.mo-top .hea-top-box .language-box span { display: inline-block; }

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

.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; }

.tab-active {color: var(--color-base);}

.newscate a:hover {color: var(--color-base); }

.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 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-active { 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: 7.8rem; }

.mo-topbox { height: inherit; }

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

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

.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: 7.8rem; 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: 20px; }

.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; text-align: justify;}

.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; inset: 0; background-color: rgba(89, 70, 56, 0.7); z-index: 100; border-radius: 10px; display: flex; flex-direction: column; justify-content: center; padding: 30px; box-sizing: border-box; }

.popup-content { width: 1000px; padding: 30px; position: absolute; background-color: rgba(255, 255, 255, 0.8); border-radius: 10px; z-index: 1000; left: 50%; right: 0; top: 50%; transform: translate(-50%, -50%); }

.popup-content .popup-header { width: 100%; margin: 0 auto 20px; display: flex; justify-content: space-between; }

.popup-content .popup-header p { font-weight: bold; font-size: 24px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }

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

.popup .close-box { font-weight: bold; cursor: pointer; font-size: 32px; }

/* 首页banner */
.swiper1 { width: 100%; height: 650px; 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; }

.banner .banner-text { width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; color: #fff; }

.banner .banner-text .ba-cn { font-weight: 500; font-size: 46px; letter-spacing: 10px;}

.banner .banner-text .ba-en { font-size: 24px; font-weight: 200; letter-spacing: 2px;}

.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: 2; 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: #494949; font-size: 16px; display: inline-block; }

.section1 { background-color: #fff; }

.section1-content { width: 100%; display: flex; justify-content: space-between; padding: 40px 0; }

.section1 .left-item { flex: 1; margin-right: 20px; }

.section1 .left-item .title-box { width: 100%; margin-bottom: 30px; }

.section1 .left-item .h1-title { color: var(--color-base); font-size: 2.4rem; }

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

.section1 .left-item .bottom-box { margin-top: 3rem; }

.section1 .left-item .bottom-box .li-p { font-size: 1rem; padding: 10px; border-radius: 4px; margin-right: 30px; }

.section1 .right-item .logo-img { width: 233px; height: 80px; display: block; margin-bottom: 20px; }

.section1 .right-item .image { max-width: 605px; aspect-ratio: 605 / 250; height: auto; }

.quality { padding: 2rem 0; width: 100%; background-image: url("/assets/index/images/index_bg_1.jpg"); background-size: cover; background-position: center; background-repeat: no-repeat; }

.quality .title_en { color: #fff; }

.quality .wz-cow { width: 100%; padding: 1rem 0; }

.quality .wz-cow .wz-cowbox { margin: -0.5rem; }

.quality .wz-row { width: 25%; padding: 0.5rem; }

.quality .wz-row .wz-rowbox { height: 100%; padding: 0; background-color: white; display: block; overflow: hidden; border: 1px solid #e4e3f0; }

.quality .wz-row:hover .wz-rowbox { box-shadow: 0 10px 20px rgba(0, 100, 179, 0.1); -webkit-transform: translateY(-1%); -moz-transform: translateY(-1%); -ms-transform: translateY(-1%); -o-transform: translateY(-1%); transform: translateY(-1%); }

.quality .wz-row .wz-pic { aspect-ratio: 4 / 3; }

.quality .wz-row .wz-font { padding: 1rem; }

.quality .wz-row .wz-font h3 { margin-bottom: 0.5rem; font-size: 1.3rem; }

.quality .wz-row .wz-font p { line-height: 1.5; font-size: 1rem; color: #999; }

.quality .wz-row .wz-font p:hover { color: var(--color-base); }

.quality .font-p { color: #fff; }

.video { padding: 1rem 0 2rem; width: 100%; }

.video .wz-cow { width: 100%; padding: 1rem 0; }

.video .wz-cow .wz-cowbox { margin: -0.5rem; }

.video .wz-row { width: 25%; padding: 0.5rem; }

.video .wz-row .wz-rowbox { height: 100%; padding: 0; background-color: white; display: block; overflow: hidden; position: relative; border-radius: 4px; -webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -ms-transition: all 0.6s ease; -o-transition: all 0.6s ease; transition: all 0.6s ease; overflow: hidden; }

.video .wz-row:hover .wz-rowbox { -webkit-transform: translateY(-1%); -moz-transform: translateY(-1%); -ms-transform: translateY(-1%); -o-transform: translateY(-1%); transform: translateY(-1%); }

.video .wz-row:hover .wz-rowbox:hover .wz-font { bottom: 0; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; background-color: rgba(0, 0, 0, 0.6); -webkit-transform: translateY(-1%); -moz-transform: translateY(-1%); -ms-transform: translateY(-1%); -o-transform: translateY(-1%); transform: translateY(-1%); cursor: pointer; }

.video .wz-row .wz-pic { aspect-ratio: 4 / 3; }

.video .wz-row .wz-pic:hover img { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); }

.video .wz-row .wz-font { position: absolute; width: 100%; text-align: center; padding: 1rem; box-sizing: border-box; color: #fff; font-size: 1rem; -webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -ms-transition: all 0.6s ease; -o-transition: all 0.6s ease; transition: all 0.6s ease; height: 90px; left: 0; right: 0; bottom: -40px; }

.video .wz-row .wz-font h4 { margin-bottom: 1rem; }

.video .wz-row .wz-font p { font-size: 0.8rem; text-align: justify; -webkit-line-clamp: 6; }

/* 产品展示 */
.product { /*产品展示列表 */ }

.product .pro-box { padding: 3rem 0; background-color: #f5f8fd; }

.product .pro-box-item { flex: 1; margin: -1rem; }

.product .pro-box-item ul { margin: 1rem; }

.product .pro-box-item .logo-box { width:255px; aspect-ratio:255 / 385;}

.product .pro-box-item .ul-items li:not(:first-child):hover { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

.product .pro-box-item .ul-items { width: 277px; aspect-ratio: 277 / 341; background-size: cover; background-position: right top; background-repeat: no-repeat; padding: 2rem 3.5rem; color: #fff; }

.product .pro-box-item .ul-items h3 { font-size: 1.4rem; margin-bottom: 1rem; }

.product .pro-box-item .ul-items li:not(:last-child) { margin-bottom: 0.8rem; }

.product .pro-box-item .ul-items li a { margin-left: 1.5rem; position: relative; }

.product .pro-box2 { padding: 2rem 0; }

.product .pro-box2 .title-wrap { color: var(--color-base); font-size: 2.4rem; margin-bottom: 30px; }

.product .pro-box2 .wz-cow { width: 100%; padding: 1rem 0; }

.product .pro-box2 .wz-cow .wz-cowbox { margin: 0 -4%; }

.product .pro-box2 .wz-row { width: 33.33%; padding: 0 4%; }

.product .pro-box2 .wz-row .wz-rowbox { height: 100%; padding: 0; background-color: white; display: block; overflow: hidden; }

.product .pro-box2 .wz-row .wz-rowbox:hover { -webkit-transform: translateY(-1%); -moz-transform: translateY(-1%); -ms-transform: translateY(-1%); -o-transform: translateY(-1%); transform: translateY(-1%); }

.product .pro-box2 .wz-row .wz-rowbox:hover .wz-font { color: #fff; }

.product .pro-box2 .wz-row .wz-pic { width: 80%; margin: 0 auto; aspect-ratio: 1 / 1; }

.product .pro-box2 .wz-row .wz-font { height: 90px; width: 80%; margin: 20px auto 0; text-align: center; line-height: 2; font-size: 18px; color: #f4f713; }

.product .pro-box2 .wz-row .wz-font a { background: linear-gradient(to right, #8ca7de, #537cce); display: inline-block; box-shadow: rgba(93, 131, 208, 0.25) 0px 14px 28px, rgba(93, 131, 208, 0.22) 0px 10px 10px; }

.product .pro-box-item .ul-items li a:after { content: ""; position: absolute; left: -1.5rem; top: 50%; width: 0.5rem; height: 0.5rem; border-radius: 0.01rem; background-color: #fff; transform: rotate(45deg) translateY(-50%); }

.product-list .pro-header { background-color: #f0f1f5; padding: 1rem 0; }

.product-list .pro-header .icon-img { width: 1.2rem; height: 1.2rem; margin-right: 0.5rem; }

.product-list .pro-header .font-p { color: #5f6061; font-size: 0.9rem; }

.product-list .pro-header .font-p span { color: #363636; }

.product-list .list-wrapper { padding: 2rem 0; }

.product-list .list-item { width: 1200px; padding-bottom: 1rem; border-top: 2px solid #dc7f7f; }

.product-list .list-header { padding: 1rem 1rem; }

.product-list .list-header .logo-box { width: 105px; aspect-ratio: 255 / 384; }

.product-list .list-header .logo-box h4 { font-size: 1.3rem; margin-bottom: 0.5rem; }

.product-list .list-header .logo-box img { width: 105px;height: 160px; }

.product-list .list-header .pro-img { width: 400px; height: 200px; }

.product-list .list-header .pro-img img { width: 100%; height: 100%; }

.product-list .list-header .desc-box > div { margin-left: 2rem; }

.product-list .list-header .desc-box .logo-img { width: 170px; height: auto; margin-bottom: 1rem; }

.product-list .list-header .desc-box p { font-size: 1.1rem; margin-top: 0.5rem; border: 1px solid #fff; }

.product-list .list-english { padding: 1rem 0.5rem; border-top: 2px dashed #dadada; border-bottom: 2px dashed #dadada; }

.product-list .list-english .txt-p { text-align: justify; margin: 0.5rem 0; }

.product-list .list-table { margin: 0.5rem 0; }

.product-list .list-table .list-1 { padding: 0.5rem; width: 140px; text-align: center; border: 1px solid #dadada; box-sizing: border-box; }

.product-list .list-table .list-2 { padding: 0.5rem; width: 259px; text-align: center; border: 1px solid #dadada; box-sizing: border-box; }

.product-list .list-table .list-3 { padding: 0.5rem; width: 130px; text-align: center; border: 1px solid #dadada; box-sizing: border-box; }

.product-list .list-table .table-header { border-top: 1px solid #dadada; border-left: 1px solid #dadada; border-right: 1px solid #dadada; }

.product-list .list-table .table-header h4 { font-weight: bold; }

.product-list .list-table .table-body { border-bottom: 1px solid #dadada; border-left: 1px solid #dadada; border-right: 1px solid #dadada; }

.product-list .list-table .table-body .body-list { flex: 1; }

.product-list .list-table .table-body .body-list div:nth-child(odd) { background-color: #f3f4f6; }

.product-list .list-table .table-body .goods-id { background-color: #f3f4f6; }

/* 光导精医 */
.guangdao-section1 { background-color: #f3f4f8; }

.guangdao-section1 .left-item { flex: 1; margin-right: 1.5rem; }

.guangdao-section1 .title-box { color: var(--color-base); font-size: 1.6rem; font-weight: bold; letter-spacing: 4px; margin-bottom: 1.5rem; }

.guangdao-section1 .right-item { width: 45%; overflow: hidden; }

.guangdao-section1 .right-item:hover img { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); }

.guangdao-section1 .right-item .image { width: 100%; height: auto; aspect-ratio: 660 / 450; }

.guangdao-section2 { background-color: var(--color-base); }

.guangdao-section2 .section2-content { padding: 2rem 0; }

.guangdao-section2 .section2-content .right-item { max-width:450px; aspect-ratio:450 / 162;}

.guangdao-section2 h2 { color: #fff; margin-bottom: 0.5rem; }

.guangdao-section2 h2 span { color: #b01012; }

.guangdao .items-img { padding: 2rem 0; }

.guangdao .items-img2 { background-color: #f1f1f1; }

/* 服务支持 */
.ser-top-box { padding: 2rem 0;}

.ser-top-box-content { position: relative; background-color: #12b1c4; padding: 2rem; box-sizing: border-box; }

.ser-top-box .left-box { margin: 0rem 2rem 0; }

.ser-top-box .left-box img { width: 200px; aspect-ratio: 255 / 384; }

.ser-top-box .right-box { color: #fff; padding-left: 2rem; }

.ser-top-box .right-box .logo-img { position: absolute; right: 1rem; top: 1rem; width: 260px; aspect-ratio: 233 / 75; height: auto; }

.ser-top-box .right-box .text-box { width: 90%; }

.ser-top-box .right-box h4 { font-size: 1.8rem; margin-bottom: 2rem; color: rgba(255, 255, 255, 0.9); }

.ser-top-box .right-box p { font-size: 1.2rem; line-height: 1.5; color: rgba(255, 255, 255, 0.9); text-align: justify;}

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

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

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

.news-index .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%); }

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

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

.news-index .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); }

.news-index .n-font { padding: 0.5rem; }

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

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

.news-index .n-font > p { font-size: 0.8rem; color: #808080; line-height: 1.5; margin: 0.3rem 0; text-align: justify;}

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

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

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

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

.news_title { display: flex; flex-direction: row; justify-content: space-between; align-items: center; }

.news_title .title_en { font-size: 44px; font-weight: lighter; color: #898989; }

.news_title .nav_menu { display: flex; flex-direction: row; }

.news_title .nav_menu li { color: #898989; margin-left: 60px; cursor: pointer; position: relative; font-size: 16px; }

.news_title .nav_menu li:not(:last-child)::after { content: "|"; position: absolute; right: -30px; top: 50%; transform: translateY(-50%); }

.news_title .logo { width: 160px; }

.news_content { margin-top: 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; min-height: 30vh;}

.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: 1rem; color: #999; }

.news_detail .text_p p { margin-bottom: 15px; text-align: justify;}

.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; }

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

.banner-ny-text { position: absolute; color: #fff; font-size: 34px; width: 1200px; left: 50%; top: 50%; transform: translate(-50%, -50%); }

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

/* 定制中心 */
.custom-section { background-image: url("/assets/index/images/dingzhi_bg.jpg"); background-position: center; background-repeat: no-repeat; background-size: cover; padding-top: 0.1rem; }

.custom-section .section-wrap { background-color: #fff; margin-top: 2rem; }

.custom-section .section-wrap:first-child .txt-box { width: 90%; /*padding-left: 1rem*/; }

.custom-section .section-wrap:not(:first-child) .text-box { padding-left: 5rem; }

.custom-section .section-wrap:not(:first-child) .txt-box p { text-indent: 2em; }

.custom-section .text-box { align-self: stretch; padding: 1.5rem; box-sizing: border-box; flex: 1; }

.custom-section .text-box .txt-box { flex: 1; text-align: justify; }

.custom-section .text-box h2 { margin-bottom: 1rem; }

.custom-section .text-box p { line-height: 2.2; font-size: 1.2rem;}

.custom-section .img-box { position: relative; top: -30px; }

.custom-section .img-box .web-img {display: block;width: 425px;aspect-ratio: 425 / 435;}

.custom-section .img-box .mo-img { display: none; }

.custom-section .contact-btn { height: 3rem; display: flex; align-items: center; font-size: 1.2rem;}

.custom-section .font-p { color: #fff; }

.custom .font-p { padding: 1rem 0; }

.custom-form { padding: 2rem 0; }

.custom-form .text-box { line-height: 1.7; margin: 1rem 0 2rem; color: var(--color-base); text-indent: 2em; }

.custom-form .image-wrap { width: 290px; height: inherit; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; color: #fff; border-radius: 20px; }

.custom-form .image-wrap img { width: 100%; height: 100%; border-radius: inherit; }

.custom-form .form-wrap { width: 882px; height: inherit; background: url("/assets/index/images/dingzhi_4.jpg") no-repeat center/cover; padding: 20px 30px; box-sizing: border-box; border-radius: 20px; }

.custom-form .form-wrap .row { display: flex; justify-content: space-between; align-items: center; }

.custom-form .form-wrap .last-row { width: 48%; flex-direction: column; align-items: flex-start; }

.custom-form .form-wrap .last-row .items { width: 100%; }

.custom-form .form-wrap .items { width: 48%; margin-bottom: 14px; border-radius: 2px; display: flex; flex-direction: column; align-items: baseline; }

.custom-form .form-wrap .name { color: #fff; margin-bottom: 10px; }

.custom-form .form-wrap input, .custom-form .form-wrap textarea { outline: none; border-radius: 4px; width: 100%; padding: 6px 8px; box-sizing: border-box; flex: 1; outline: none; font-size: 14px; }

.custom-form .form-wrap .textarea-wrap { width: 100%; height: 110px; }

.custom-form .form-wrap textarea { height: inherit; resize: none; }

.custom-form .button-wrap { width: 100%; display: flex; justify-content: center; }

/* 联系我们 */
.contact-banner .banner-nybox { background-image: url("/assets/index/images/banner_contactx2.jpg"); height: 350px; }

.contact_container { padding: 30px 0; display: flex; justify-content: space-between; align-items: flex-end; }

.contact_container .text-wrapper { flex: 1; padding: 3rem 2rem; background-color: var(--color-base); }

.contact_container .text-wrapper .h1 { margin: 0 0 0.5rem; font-weight: normal; color: #9ddde2; }

.contact_container .text-wrapper .h2 { color: #fff; margin-bottom: 3rem; }

.contact_container .text-wrapper .p { color: #fff; margin-bottom: 0.5rem; }

.contact_container .map-wrapper { width: 48%; height: 400px; z-index: 10; }

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

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

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

.contact_message { width: 100%; margin: 20px 0; }

.contact .about { background-image: url("/assets/index/images/contact_2.jpg"); background-position: center; background-repeat: no-repeat; background-size: cover; height: 620px; }

.contact .about .content { height: inherit; }

.contact .about .text-wrapper { background-color: rgba(88, 106, 130, 0.7); border-radius: 2rem 0; padding: 3rem 2rem; box-sizing: border-box; width: 50%; color: #fff; }

.contact .about .text-wrapper .h3 { font-weight: bold; margin: 1.2rem 0; color: rgba(255, 255, 255, 0.9); }

.contact .about .text-wrapper .text_p { text-indent: 0em; color: rgba(255, 255, 255, 0.8); }

.contact .bottom-box .video-box { width: 50%; height: 500px; background-image: url("/assets/index/images/contact_3.jpg"); background-repeat: no-repeat; background-size: cover; background-position: center; cursor: pointer; }

.contact .bottom-box .form-box { width: 50%; padding: 2rem; box-sizing: border-box; }

.contact .bottom-box .form-box .h1 { color: var(--color-base); font-weight: normal; }

.contact .bottom-box .form-box p { margin-top: 0.5rem; }

.contact .bottom-box .form-con { width: 50%; padding: 1rem 0; }

.contact .bottom-box .form-item { border: 1px solid #f1f1f1; width: 100%; display: flex; flex-wrap: nowrap; align-items: center; padding: 0.5rem 1rem; box-sizing: border-box; -webkit-box-sizing: border-box; margin-bottom: 0.8rem; }

.contact .bottom-box .form-item .f-title { white-space: nowrap; font-size: 14px; }

.contact .bottom-box .form-item .f-input { flex: 1 1 auto; margin-left: 10px; font-size: 14px; }

.contact .bottom-box .text_area_item { width: 100%; }

.contact .bottom-box .text_area_item .f-textarea { box-sizing: border-box; padding: 5px; margin-top: 10px; width: 100%; height: 100px; border: 1px solid #f1f1f1; }

.contact .bottom-box .form-bottom .button { margin-top: 0; }

/* 招贤纳士 start */
.job-banner .banner-nybox { background-image: url("/assets/index/images/banner_job_1x2.jpg"); height: 350px; }

.job .ny-lbbox { padding: 0; }

.job-head { padding-top: 1rem; }

.job-head .text-box { flex: 1; margin-left: 2rem; }

.job-head .text-box p { line-height: 1.7; }

.job-head .job-title { padding-bottom: 3rem; }

.job-head .job-title .img-box { width:540px; aspect-ratio: 540 / 215;}

.job-head .job-banner { padding: 3rem 0; background-image: url("/assets/index/images/join_3.jpg"); background-position: top; background-repeat: no-repeat; color: #fff; }

.job-head .job-banner h1 { margin-bottom: 1rem; font-size: 2.5rem; }

.job-head .job-banner p { line-height: 1.7; }

.job-items { background-color: #f2f2f2; padding: 2rem 0 3rem; }

.job-items .items-list { background-color: #fff; padding: 1rem; border-radius: 0.5rem; margin-bottom: 1rem; cursor: pointer; }

.job-items .items-list:hover { -webkit-transform: translateY(-1.5%); -moz-transform: translateY(-1.5%); -ms-transform: translateY(-1.5%); -o-transform: translateY(-1.5%); transform: translateY(-1.5%); box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; }

.job-items .items-list .avatar { width: 4rem; margin-right: 1rem; }

.job-items .items-list .right-box { width: 100%; }

.job-items .items-list .title-box { margin-bottom: 0.5rem; font-size: 1.1rem; }

.job-items .items-list .title-box .tit-txt { color: #000; }

.job-items .items-list .title-box .money-txt { margin-left: 0.5rem; color: #f0902c; font-weight: 500; }

.job-items .items-list .desc-txt { color: #999; }

.job-items .items-list .desc-txt p { flex: auto; font-size: 0.9rem; }

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

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

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

@media screen and (max-width: 1280px) { .content { max-width: 95%; }
  /* 联系我们 */
  .contact .bottom-box .form-con { width: 100%; }
  .section1 .left-item .bottom-box { width: 100%; } }

@media screen and (max-width: 1024px) { .section1 .right-item { width: 45%; }
  .content { max-width: 95%; }
  .header-l .logo { width: 80%; }
  .swiper1 { height: 500px; }

  .banner .swiper-web .banner-text .ba-cn { font-weight: 500; font-size: 40px; }
  .banner .swiper-web .banner-text .ba-en { font-size: 20px; }

  .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: 7.8rem; }
  .banner-ny .banner-nybox { height: 425px; background-image: url("/assets/index/images/banner_m.jpg"); }
 .banner-ny-text {display: block;width: 90%;padding-top: 7.8rem;font-size: 26px;text-align: center;}

  .banner .swiper-web .banner-text .ba-cn { font-weight: 500; font-size: 34px; }
  .banner .swiper-web .banner-text .ba-en { font-size: 18px; }
  
  .section1-content { flex-direction: column-reverse; }
  .section1 .left-item { margin-right: 0; }
  .section1 .left-item .bottom-box { margin-top: 2rem; }
  .section1 .right-item { width: 100%; align-self: center; }
  /* 定制中心 */
  .custom-form .image-wrap { display: none; }
  /* 联系我们 */
  .contact-banner .banner-nybox { background-image: url("/assets/index/images/banner_contact_m.jpg"); aspect-ratio: 15 / 11; width: 100%; height: auto; }
  .contact_container { flex-direction: column; }
  .contact_container .text-wrapper { padding: 1rem; width: 100%; }
  .contact_container .text-wrapper .h2 { font-size: 1.3rem; margin-bottom: 1.5rem; }
  .contact_container .map-wrapper { width: 100%; height: 300px; margin: 1rem 0; }
  .contact .about { height: 500px; }
  .contact .about .text-wrapper { padding: 1rem; width: 100%; }
  .contact .about .text-wrapper .h3 { margin: 0.6rem 0; }
  .contact .about .text-wrapper .text_p { font-size: 14px; }
  .contact .bottom-box { flex-direction: column; }
  .contact .bottom-box .video-box { width: 100%; height: 210px; }
  .contact .bottom-box .form-box { width: 100%; padding: 1rem; }
  .contact .bottom-box .form-con { width: 100%; padding: 1rem 0; }
  .contact .bottom-box .form-bottom { display: flex; justify-content: center; }

  .product .pro-box2 { padding: 1.5rem 0; }
  .product .pro-box2 .title-wrap { font-size: 2rem; margin-bottom: 1rem; }
  .product .pro-box2 .wz-cow .wz-cowbox { margin: 0; }
  .product .pro-box2 .wz-row { width: 50%; padding: 0; }
  .product .pro-box2 .wz-row .wz-rowbox { box-shadow: none; }
  .product .pro-box2 .wz-row .wz-font { height: 70px; }

  /* 服务支持 */
  .ser-top-box-content { flex-direction: column; }
  .ser-top-box .left-box { margin-top: 4rem; }
  .ser-top-box .left-box img { width: 150px; }
  .ser-top-box .right-box { padding-top: 2rem; padding-bottom: 2rem; padding-left: 0; }
  .ser-top-box .right-box .text-box { width: 100%; }
  .ser-top-box .right-box .logo-img { width: 120px; }
  .ser-top-box .right-box h4 { font-size: 1.3rem; margin-bottom: 0.8rem; }
  .ser-top-box .right-box p { font-size: 1rem; }
  /* 首页 新闻中心 */
  .news-index .n-cowbox { flex-wrap: wrap; }
  .news-index .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; }
  /* 招贤纳士 start */
  .job-banner.banner-ny .banner-nybox { background-image: url("/assets/index/images/banner_jog_mx2.jpg"); aspect-ratio: 15 / 11; width: 100%; /*height: auto;*/ }
  .job.ny-lb { padding: 0; }
  .job-head .text-box { margin-top: 1rem; margin-left: 0rem; }
  .job-head .job-title { flex-wrap: wrap; padding-bottom: 2rem; }
  /* 招贤纳士 end */
  .quality .wz-row { width: 50%; }
  .quality .wz-row .wz-font { padding: 0.5rem; }
  .quality .wz-row .wz-font h3 { font-size: 1.2rem; }
  .quality .wz-row .wz-font p { font-size: 1rem; }
  .ny-lbbox { padding: 0rem 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: 7.8rem; }
  .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); }
  .video .wz-row { width: 50%; }
  .video .wz-row .wz-font { height: 75px; padding: 0.5rem; box-sizing: border-box; color: #fff; font-size: 0.8rem; }
  .video .wz-row .wz-font h4 { margin-bottom: 0.6rem; }
  .video .wz-row .wz-font p { -webkit-line-clamp: 4; }
  .popup .popup-content { width: 88%; padding: 10px; }
  .popup-content .popup-header { align-items: baseline; }
  .popup .popup-header p { font-size: 1rem; }
  .popup .popup-header .close-box { width: 1rem; height: 1rem; }
  .popup .popup-header .close-box .close { font-size: 0.8rem; }
  .popup .boxed-group-inner { height: auto; } }

@media screen and (max-width: 430px) { .banner-ny .banner-nybox { height: 225px; background-image: url("/assets/index/images/banner_m.jpg"); }
  /* 定制中心 */
  .custom-section .section-wrap { flex-direction: column; }
  .custom-section .section-wrap .text-box { padding: 1rem !important; }
  .custom-section .section-wrap:first-child { flex-direction: column-reverse; }
  .custom-section .img-box { width: 100%; }
  .custom-section .img-box .web-img { display: none; }
  .custom-section .img-box .mo-img { display: block; }
  .custom-form { padding: 0; }
  .custom-form .text-box { margin: 1rem 0; }
  .custom-form .form-wrap { width: 100%; padding: 1.2rem; }
  .custom-form .form-wrap .row { flex-direction: column; }
  .custom-form .form-wrap .items { width: 100%; }
  .custom-form .form-wrap .last-row { width: 100%; }
  /* 联系我们 */
  .contact-banner .banner-nybox { background-image: url("/assets/index/images/banner_contact_mx2.jpg"); }
  .section1-content { padding: 2rem 0; }
  .section1 .left-item .title-box { margin-bottom: 1rem; }
  .section1 .left-item .h1-title { margin-top: 1rem; font-size: 2rem; }
  .section1 .left-item .bottom-box { margin-top: 1rem; justify-content: space-between; }
  .section1 .left-item .bottom-box .li-p { margin-right: 0px; font-size: 1rem; }
  .section1 .right-item .logo-img { display: none; }
  .quality-content { padding: 10px 0; }
  /* 产品展示 */
  .product { /* 产品展示列表 */ }
  .product .pro-box { padding: 1.5rem 0; }
  .product .pro-box-item { justify-content: center; margin: 0; }
  .product .pro-box-item .logo-box { display: none; }
  .product-list .list-wrapper { overflow: auto; }
  /* 光导精医 */
  .guangdao-section1 .left-item { flex: 1; margin-right: 0; }
  .guangdao-section1 .title-box { font-size: 1.3rem; letter-spacing: 2px; margin: 1rem 0; }
  .guangdao-section1 .right-item { width: 100%; }
  .guangdao-section2 .section2-content { flex-direction: column-reverse; padding: 2rem 0; }
  .guangdao-section2 .section2-content .left-item { margin-top: 2rem; }
  .guangdao-section2 h2 { font-size: 1.4rem; }
  .guangdao .items-img { padding: 1rem 0; }
  .guangdao .items-img2 .content { display: flex; flex-wrap: wrap; flex-direction: column; }
  .guangdao .items-img2 img { width: 100%; }
  /*  新闻资讯 */
  .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 0rem; max-width: 100%; }
  .py-0{ padding-bottom:0; }
  .banner .banner-text .ba-cn {font-size:22px;text-align:center;}
  body .mo-top a { width: 50%; }
  .swiper-container { height: 225px; }
  body .banner .swiper1 .swiper-pagination { bottom: 0.5rem; }
  .p-font p { font-size: 1rem; }
  .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: 0rem 0; } }



  .item_container p:has(img) {
    text-indent: 0em;
}


input { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }

.item_container p:has(img) img { width:auto}