@charset "UTF-8";
@import url("../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; }

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

textarea { resize: none; }

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

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

.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-end { -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: #0842cb; }

.button { display: inline-block; padding: 6px 20px; border-radius: 30px; color: #fff; border-radius: 4px; background-color: var(--color-base); font-size: 20px; cursor: pointer; border: none; }

/* 头部 */
.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%; }

/* 导航 */
.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 { border-bottom: 2px solid var(--color-base); }

.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-color: #f6f6f6; padding: 30px 0; }

.footer p { line-height: 1.7; }

.footer .wrap1 { width: 100%; padding: 20px 0; border-bottom: 1px solid #898989; }

.footer .wrap1 .left .logo { width: 50%; }

.footer .wrap1 .right { padding: 20px 0; }

.footer .wrap1 .right .tel-icon { width: 48px; margin-right: 10px; }

.footer .wrap1 .right p { line-height: 1; }

.footer .wrap1 .right .tel { margin-top: 6px; font-size: 30px; }

.footer .wrap2 { margin: 20px 0; }

.footer .wrap2 .qrcode-box { margin: 20px 0; }

.footer .wrap2 .qrcode-box img { width: 110px; margin-right: 30px; }

.footer .wrap2 .nav-ul { width: 50%; }

.footer .wrap2 .nav-ul li { text-align: center; }

.footer .wrap2 .nav-ul h2 { font-size: 20px; margin-bottom: 10px; }

.footer .wrap2 .nav-ul p { color: #666; }

.footer .footBtm { text-align: center; color: #898989; 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-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: #f6f6f6; }

.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: #333; }

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

.mo-footer .ftrcter .centerleft .one .txt { font-size: 14px; color: #333; margin-top: 4px; }

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

.mo-footer .ftrcter .centeright { text-align: center; color: #333; 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; }

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

/* ===== 首页 ===== */
.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; justify-content: center; position: relative; padding: 10px 0; }

.title span { color: #fbdb18; }

.title .title_cn { color: #000; font-size: 32px; font-weight: bold; letter-spacing: 6px; position: relative; padding-bottom: 20px; }

.title .title_cn::after { position: absolute; content: ""; bottom: 0; left: 50%; transform: translateX(-50%); width: 50px; height: 4px; background-color: var(--color-base); }

.title .title_en { color: #494949; font-size: 16px; padding: 10px 0; display: inline-block; }

/* 首页 */
.index-about { padding: 20px 0; }

.index-about-content { padding: 10px 0; }

.index-about .text-wrapper { width: 77%; }

.index-about .text-wrapper .font-p { line-height: 1.7; text-align: center; }

.index-about .number-wrapper { width: 100%; margin: 30px 0; }

.index-about .number-wrapper ul { padding: 10px 0; }

.index-about .number-wrapper ul:first-child { border-bottom: 2px solid #dbdbdb; }

.index-about .number-wrapper ul:first-child li { color: var(--color-base); font-weight: 600; }

.index-about .number-wrapper ul:first-child span { position: relative; bottom: -3px; margin-right: 10px; font-size: 36px; font-weight: bold; }

.index-about .number-wrapper li { font-size: 18px; width: 20%; text-align: center; }

.index-about .image-wrapper { margin-top: 30px 0; aspect-ratio: 100 / 41; }

.index-product { padding: 20px 0; }

.index-product-content { padding: 10px 0; }

.index-product .pro-items { padding: 50px 0; }

.index-product .pro-items:not(:last-child) { border-bottom: 2px solid #dbdbdb; }

.index-product .pro-items:nth-of-type(even) { flex-direction: row-reverse; }

.index-product .pro-items:nth-of-type(even) h1, .index-product .pro-items:nth-of-type(even) p { text-align: right; }

.index-product .pro-pic { width: 36%; align-self: center; }

.index-product .pro-pic img { aspect-ratio: 1 / 1; object-fit: contain; }

.index-product .pro-text { width: 60%; }

.index-product .pro-text h1 { font-size: 40px; font-weight: bold; margin-bottom: 30px; }

.index-product .pro-text p { line-height: 1.7; margin-bottom: 30px; }

.index-product .pro-text .li-pic { width: 22%; aspect-ratio: 1 / 1; }

.index-product .pro-text .bottom-box { margin-top: 20px; }

/* 关于我们 */
.about-name { padding-bottom: 20px; position: relative; }

.about-name::after { position: absolute; content: ""; left: 0; bottom: 0; width: 50px; height: 4px; background-color: var(--color-base); }

.about-text .text-wrap { margin: 20px 0; line-height: 1.7; }

.about-text .ul { margin: 40px 0; }

.about-text .ul .p1 { color: var(--color-base); font-size: 18px; font-weight: bold; }

.about-text .ul .p1 span { font-weight: bold; margin-right: 4px; font-size: 38px; }

.about-value h2 { font-weight: normal; }

.about-value ul { margin: 10px 0; }

.about-value li { line-height: 1.7; margin-left: 20px; list-style-type: disc; list-style-position: outside; }

.about-image { margin: 30px 0; }

.about-image img { width: 49%; }

/* 产品展示 */
.product { flex: 1; }

.product .right-wrapper .wz-rowbox { padding: 0; }

.product .right-wrapper .wz-row:hover .wz-rowbox { box-shadow: 0 10px 20px rgba(82, 112, 182, 0.1); -webkit-transform: translateY(-1%); -moz-transform: translateY(-1%); -ms-transform: translateY(-1%); -o-transform: translateY(-1%); transform: translateY(-1%); }

.product .right-wrapper .n-img { background-color: #f8f8f8; }

.product .right-wrapper .n-img img { aspect-ratio: 1 / 1; object-fit: contain; }

.product .right-wrapper .n-img: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); }

.product .right-wrapper .n-font { text-align: center; padding: 4% 2%; }

.right-wrapper { flex: 1; margin-left: 3%; }

.ny-left-wrapper { padding: 0.5rem; width: 20%; min-width: 210px; }

.ny-left-wrapper .title-box { background-color: var(--color-base); color: #fff; padding: 18px; box-sizing: border-box; }

.ny-left-wrapper .title-box .title_cn { font-weight: bold; font-size: 28px; }

.ny-left-wrapper .title-box .title_en { font-size: 18px; }

.ny-left-wrapper .ny-nav-menu { font-size: 16px; background-color: #f5f5f5; max-height: 400px; overflow-y: auto; /* 滚动条整体样式 */ /* 滚动条轨道样式 */ /* 滚动条滑块样式 */ }

.ny-left-wrapper .ny-nav-menu::-webkit-scrollbar { width: 10px; height: 10px; background-color: #f5f5f5; }

.ny-left-wrapper .ny-nav-menu::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); border-radius: 10px; background-color: #f5f5f5; }

.ny-left-wrapper .ny-nav-menu::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); background-color: #c1c1c1; }

.ny-left-wrapper .ny-nav-menu li { cursor: pointer; padding: 18px; color: #333; position: relative; border-top: 1px solid #d4d4d4; }

.ny-left-wrapper .ny-nav-menu li a { display: block; }

.ny-left-wrapper .ny-nav-menu li.nav-active { background-color: var(--color-base); color: #fff; }

.mo-left-wrapper { display: none; }

.p-cowbox { padding: 0.8rem 0; }

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

.wz-rowbox { background-color: white; overflow: hidden; border: 1px solid #e4e3f0; padding: 0.5rem; }

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

.p-font { padding: 2%; margin-top: 0.5rem; background-color: rgba(82, 112, 182, 0.1); }

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

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

.wz-rowbox:hover { box-shadow: 0 10px 20px rgba(82, 112, 182, 0.1); }

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

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

.index-contact { padding: 4% 0; height: 680px; background-image: url("../images/index_8.png"); background-position: center; background-size: cover; background-repeat: no-repeat; position: relative; z-index: 0; }

.index-contact::before { z-index: -1; content: ""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); }

.index-contact-content { color: #fff; z-index: 10; }

.index-contact-content h3 { margin: 10px 0 20px; font-weight: 500; }

/* 首页 新闻中心 */
.index-news { padding: 4% 0; background-image: url("../images/index_7.jpg"); background-position: center; background-size: cover; background-repeat: no-repeat; }

.index-news-content { margin-top: 20px; }

.index-news .wz-cow { margin-top: 2%; }

.index-news .wz-cowbox { margin: 0 -0.75rem; }

.index-news .wz-row { padding: 0.3rem; width: 33%; }

.index-news .wz-row:hover .wz-rowbox { box-shadow: 0 10px 20px rgba(82, 112, 182, 0.1); -webkit-transform: translateY(-1%); -moz-transform: translateY(-1%); -ms-transform: translateY(-1%); -o-transform: translateY(-1%); transform: translateY(-1%); }

.index-news .wz-rowbox { padding: 0; background-color: white; flex: 1; }

.index-news .n-img { overflow: hidden; width: 100%; object-fit: cover; /* width: 236px; height: 177px; */ position: relative; aspect-ratio: 4 / 3; }

.index-news .n-img .date { position: absolute; bottom: 0; background-color: rgba(0, 0, 0, 0.6); color: #fff; width: 100%; padding: 8px 20px; }

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

.index-news .n-font { flex: 1; padding: 1rem; position: relative; }

.index-news .n-font::after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 6px; background-color: var(--color-base); }

.index-news .n-font .font-p { font-size: 15px; color: #333; line-height: 1.5; -webkit-line-clamp: 5; margin: 0.5rem 0; min-height: 115px; }

.index-news .n-font h1 {font-size: 18px;color: #333;margin-bottom: 0.4rem; -webkit-line-clamp: 1;}

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

.index-news .n-more { margin-top: 10px; font-size: 0.8rem; color: var(--color-base); }

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

/*  新闻资讯 */
.news { padding: 2rem 0 1rem; }

.news .title-box .title-en { color: #898989; font-size: 20px; margin-bottom: 4px; }

.news .title-box .title-cn { font-weight: bold; font-size: 32px; }

.news .title-box .more { font-weight: bold; color: #000; cursor: pointer; }

.news .title-box .more .add { margin-left: 10px; display: inline-block; width: 20px; height: 20px; color: #000; border: 2px solid #000; border-radius: 50%; position: relative; overflow: hidden; }

.news .title-box .more .add::before, .news .title-box .more .add::after { content: ""; position: absolute; top: 50%; left: 50%; }

.news .title-box .more .add::before { width: 10px; border-top: 2px solid; margin: -1px 0 0 -5px; }

.news .title-box .more .add::after { height: 10px; border-left: 2px solid; margin: -5px 0 0 -1px; }

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

.news .top_title .news_item-title:hover { color: var(--color-base); }

.news .news_item-text { font-size: 14px; color: #898989; line-height: 1.7; flex: 1; margin: 1rem 0; }

.news .wrap1 { margin: 30px 0 60px; }

.news .wrap1 .date { color: #fff; }

.news .wrap1 .date p { color: inherit; font-size: 14px; }

.news .wrap1 .date b { font-weight: bold; font-size: 18px; }

.news .wrap1 .left-box { width: 44%; position: relative; overflow: hidden; }

.news .wrap1 .left-box .date { position: absolute; right: 10px; top: 10px; text-align: right; }

.news .wrap1 .left-box .txt { position: absolute; bottom: 0; left: 0; right: 0; width: 100%; background-color: rgba(0, 0, 0, 0.5); color: #fff; padding: 14px; }

.news .wrap1 .left-box img { width: 100%; height: 100%; display: block; -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; }

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

.news .wrap1 .right-box { width: 54%; }

.news .wrap1 .right-box a { height: 100%; }

.news .wrap1 .right-box .date { color: #898989; }

.news .wrap1 .right-box .news_item-more { color: #898989; font-size: 20px; }

.news .wrap1 .right-box .items { width: 48%; padding: 40px 20px; box-sizing: border-box; background-color: #f8f8f8; }

.news .wrap1 .right-box .top_title { padding-bottom: 30px; border-bottom: 2px solid #b8b8b8; }

.news .wrap1 .right-box .news_item-text .four-txt-cut { -webkit-line-clamp: 6; text-align: justify; }

.news .wrap2 { margin: 30px 0 0; }

.news_item { flex: 1; width: 100%; margin-bottom: 40px; }

.news_item--left { flex: 1; overflow: hidden; margin-right: 30px; height: inherit; box-sizing: border-box; border-bottom: 2px solid #b8b8b8; }

.news_item--left .date h2, .news_item--left .date b { font-size: 30px; font-weight: 500; }

.news_item--left .date b { padding: 0 8px; }

.news_item--left .date p { font-size: 15px; color: #898989; }

.news_item--left .date-mo { display: none; color: #898989; }

.news_item--left-box { width: 100%; flex: 1; padding: 0 0 0 30px; }

.news_item--right { width: 200px; aspect-ratio: 4 / 3; }

.news_item--right-box { overflow: hidden; width: 100%; height: 100%; border-radius: 10px; }

.news_item--right 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; width: inherit; height: inherit; display: block; aspect-ratio: inherit; }

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

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

.news_detail_item { padding: 50px; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; }

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

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

.news_detail .item_container p { font-size: 16px; color: #363636; line-height: 1.6; text-align: justify; text-indent: 2em; margin-top: 5px; width: 100%;}

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

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

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

.banner-nybox { overflow: hidden; height: 350px; background-position: center; background-size: cover; background-repeat: no-repeat; }

/* 联系我们 */
.contact-content { margin: 40px 0; display: flex; justify-content: space-between; }

.contact .map-wrapper { width: 48%; height: 400px; 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 .form-wrapper { width: 48%; }

.contact .form-box { display: block; width: 100%; }

.contact .form-con { width: 100%; }

.contact .form-row .form-item { width: 100%; display: flex; flex-wrap: nowrap; align-items: center; padding: 5px 0; box-sizing: border-box; -webkit-box-sizing: border-box; margin-bottom: 20px; }

.contact .form-row .form-item .f-title { white-space: nowrap; font-size: 16px; width: 100px; text-align: right; font-weight: bold; }

.contact .form-row .form-item .f-title span { color: #ff0000; }

.contact .form-row .form-item .f-input { flex: 1 1 auto; margin-left: 10px; font-size: 16px; border: 1px solid #d0d0d0; padding: 10px; box-sizing: border-box; border-radius: 8px; }

.contact input, .contact textarea { outline: none; }

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

.contact .form-bottom { margin-top: 10px; display: flex; justify-content: center; align-items: center; }

/* .banner-nybox img { max-width: 100%; } */
/* 内页列表 */
.ny-lb { 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) { .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: 64px; }
  .banner-ny .banner-nybox { height: 425px; }
  .content-box { flex-direction: column; }
  .right-wrapper { margin-left: 0px; }
  /* 产品展示 */
  .product { flex: 1; }
  .product .right-wrapper .wz-rowbox { padding: 0; }
  .product .right-wrapper .wz-row { width: 50%; }
  /* 联系我们  */
  .contact-content { flex-direction: column; }
  .contact .map-wrapper { width: 100%; height: 350px; margin-bottom: 30px; }
  .contact .form-wrapper { width: 100%; }
  .contact .form-row .form-item { margin-bottom: 10px; }
  .contact .form-row .form-item .f-title { width: 80px; }
  .contact .form-bottom { margin-top: 20px; }
  .ny-left-wrapper { display: none; }
  .mo-left-wrapper { width: 100%; display: block !important; margin-bottom: 10px; }
  .mo-left-wrapper .mo-title-box { width: 100%; margin-bottom: 20px; }
  .mo-left-wrapper .mo-title-box .title_cn { font-weight: bold; font-size: 32px; }
  .mo-left-wrapper .mo-title-box .title_en { font-size: 20px; }
  .ny-nav-menu-mo { margin: 10px 0; height: 100%; overflow-x: auto; font-size: 16px; }
  .ny-nav-menu-mo-wrap { width: 100%; }
  .ny-nav-menu-mo li { white-space: nowrap; cursor: pointer; padding: 16px; background-color: var(--color-base); color: #fff; position: relative; }
  .ny-nav-menu-mo li:not(:last-child) { border-right: 1px solid #fff; }
  .ny-nav-menu-mo li a { display: block; }
  .ny-nav-menu-mo li.nav-active { background-color: #2214e5; }
  /* 首页 新闻中心 */
  .index-news-wrapper { flex-direction: column; }
  .index-news-wrapper .left-box { width: 100%; margin-bottom: 20px; }
  .index-news-wrapper .left-box .pic-box { max-width: 100%; }
  .index-news-wrapper .right-box { width: 100%; }
  /*  新闻资讯 */
  .news .wrap1 { flex-direction: column; }
  .news .wrap1 .left-box { width: 75%; align-self: center; }
  .news .wrap1 .right-box { margin-top: 20px; width: 100%; }
  .news_item--left { margin-right: 20px; flex-direction: column-reverse; }
  .news_item--left .date-wrap { width: 100%; justify-content: flex-end; }
  .news_item--left .date { display: none; }
  .news_item--left .date-mo { display: block; margin-bottom: 10px; }
  .news_item--left-box { padding: 0; }
  .news_item--left .top_title .news_item-title { font-weight: bold; }
  .news_item--left .news_item-text { margin: 10px 0; }
  .news_item--left .news_item-more { font-size: 14px; display: none; }
  .news_item--right { align-self: center; width: 150px; }
  .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: 330px; }
  .wz-rowbox { box-shadow: 0 0px 20px rgba(82, 112, 182, 0.1); padding: 0.75rem; } }

@media screen and (max-width: 430px) { .banner-ny .banner-nybox { height: 225px; background-image: url("../images/banner_m.jpg"); }
  .banner-ny-text { padding: 0 0.75rem; font-size: 18px; width: 100%; }
  .title .title_en { font-size: 14px; }
  .index-about { padding: 10px 0; }
  .index-about .text-wrapper { width: 100%; }
  .index-about .number-wrapper { margin: 10px 0; }
  .index-about .number-wrapper ul { padding: 10px 0; }
  .index-about .number-wrapper li { width: 25%; }
  .index-product { padding: 10px 0; }
  .index-product .pro-items { padding: 20px 0; flex-direction: column; }
  .index-product .pro-items:nth-of-type(even) { flex-direction: column; }
  .index-product .pro-items:nth-of-type(even) h1, .index-product .pro-items:nth-of-type(even) p { text-align: center; }
  .index-product .pro-pic { width: 280px; }
  .index-product .pro-text { width: 100%; }
  .index-product .pro-text h1 { text-align: center; font-size: 30px; margin-bottom: 10px; }
  .index-product .pro-text p { text-align: center; margin-bottom: 10px; }
  .index-product .pro-text .bottom-box { align-self: center; }
  .index-news-content { flex-direction: column; }
  .index-news .wz-row { width: 100%; padding: 0; margin-bottom: 20px; }
  .index-news .n-img .date { padding: 8px 10px; }
  .index-news .n-font { padding: 0.5rem 0.5rem 1rem 0.5rem; }
  .index-news .n-font h1 { margin-bottom: 0.6rem; min-height: auto; }
  .index-news .n-font .font-p { margin: 0; min-height: auto; }
  .index-news .n-font .bottom-box { display: none; }
  .index-contact { width: 100%; height: 220px; }
  .index-contact h3 { font-size: 16px; }
  .about-name { font-size: 14px; }
  .about-text .text-wrap { text-align: justify; }
  .about-text .ul { margin: 20px 0; flex-wrap: wrap; }
  .about-text .ul li { padding: 10px; box-sizing: border-box; width: 50%; }
  .about-text .ul .p1 { font-size: 16px; }
  .about-text .ul .p1 span { font-size: 26px; }
  .about-text .ul .p2 { text-align: center; }
  .about-image { flex-direction: column; margin: 20px 0 0px; }
  .about-image img { width: 100%; margin-bottom: 20px; }
  .ny-nav-menu-mo li { padding: 10px 16px; }
  /*  新闻资讯 */
  .news .wrap1 { margin: 30px 0; }
  .news .wrap1 .left-box { width: 100%; }
  .news .wrap1 .right-box { flex-direction: column; }
  .news .wrap1 .right-box .items { width: 100%; margin-bottom: 20px; padding: 20px; }
  .news .wrap1 .right-box .top_title { padding-bottom: 10px; }
  .news_item { flex-direction: column-reverse; margin-bottom: 20px; }
  .news_item--right { width: 100%; }
  .news_item--right-box { border-radius: 0; }
  .news_item--left { margin-top: 20px; margin-right: 0; }
  .news .news_item-text { margin: 10px 0; }
  .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%; }
  body .mo-top a { width: 30%; }
  .swiper-container { height: 11.25rem; }
  body .banner .swiper1 .swiper-pagination { bottom: 0.5rem; }
  .p-font p { font-size: 1rem; }
  .index-news { padding: 1rem 0; }
  .ny-lb { padding: 2rem 0; }
  .ny-lb { min-height: 28rem; }
  .p-cowbox, .c-cowbox { margin: 0 -0.25rem; }
  .c-cow { padding-top: 2rem; }
  .wz-rowbox { padding: 0.5rem; }
  .ny-lb { padding: 1rem 0; }
  .contact-nybox1 { padding: 1rem; } }
