@charset "UTF-8";
@import url("animate.css");
@import url("swiper.min.css");
@import url("animate.min.css");
@import url("iconfont.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: 20px; }

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

.x-img { overflow: hidden; aspect-ratio: 3 / 2;}

/*单行溢出*/
.one-txt-cut { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

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

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

#delbox { margin-right: 0; }

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

.ani-delay { animation-delay: 0.4s; }

.icon { width: 1em; height: 1em; vertical-align: -0.15em; fill: currentColor; overflow: hidden; }

body { --color-base: #5270b6; }

/* 头部 */
.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: 0.8rem; 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: 150%; 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: #1d2129; 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; border-right: 1px solid rgba(255, 255, 255, 0.24); line-height: 12px; }

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

/* 内页分页 */
.pages { text-align: center; justify-content: center; padding-top: 2rem; }

.pages .iconjiantou { font-size: 0.8rem; color: #999; display: block; }

.pages a { margin: 0 0.25rem; }

.pages .page { width: 1.5rem; height: 1.5rem; border: 1px solid #e6e6e6; background: #fff; line-height: 1.5rem; color: #808080; font-size: 0.8rem; }

.pages a.active { background: #fb8967; color: #fff; }

.pages a.page-num-current { background: #fb8967; color: #fff; }

.pages a.prev { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }

.pages .page:hover { background: #fb8967; color: #fff; }

.pages .iconjiantou:hover { color: #fb8967; }

/* 移动端导航 */
.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: 3rem; }

.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: 3rem; 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: 0.8rem; }

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

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

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

.swiper1 .swiper-button-prev { left: 10%; }

.swiper1 .swiper-button-next { right: 10%; }

.swiper1 .iconfont { font-size: 2rem; color: rgba(255, 255, 255, 0.6); z-index: 100; }

.swiper1 .iconfont:hover { color: #fff; }

.swiper1 .swiper-button-prev:after, .swiper1 .swiper-button-next:after { content: "" !important; }

.swiper1 .swiper-button-prev .iconjiantou { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }

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

/* 首页标题 */
.tit { text-align: center; }

.tit h1 { font-size: 2.1rem; color: #0f0a33; position: relative; padding: 0.25rem 0 1rem; }

.tit h2 { font-size: 0.9rem; color: #999; text-transform: uppercase; font-weight: normal; }

.tit-b span { height: 0.2rem; background-color: var(--color-base); border-radius: 0.1rem; }

.tit-b span:nth-child(1), .tit-b span:nth-child(3) { width: 1rem; }

.tit-b span:nth-child(2) { width: 0.5rem; margin: 0 0.5rem; }

/* 其他页标题 */
.tit2 { text-align: center; padding-bottom: 1rem; }

.tit2 h1 { font-size: 1.4rem; color: #0f0a33; position: relative; }

.tit2 h2 { padding: 0.25rem 0 1rem; font-size: 0.9rem; color: #999; text-transform: uppercase; font-weight: normal; }

.tit2-b span { transform: skewX(-30deg); height: 0.4rem; background-color: var(--color-base); border-radius: 0.1rem; width: 2rem; }

.tit2-b span:nth-child(1) { margin-right: 1rem; }

.tit2-b span:nth-child(2) { background-color: rgba(82, 112, 182, 0.5); }

/* 首页了解更多 */
.morebox { padding-top: 2rem; text-align: center; }

.more { font-size: 0.8rem; color: var(--color-base); border: 1px solid var(--color-base); padding: 0.5rem 1.5rem; border-radius: 1.5rem; overflow: hidden; position: relative; }

.more p, .more .iconfont { display: inline-block; }

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

.more .iconfont { font-size: 1rem; position: absolute; top: 50%; left: 100%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); opacity: 0; }

.more:hover { color: #fff; background-color: var(--color-base); }

.more:hover p { padding-right: 1.25rem; font-weight: bold; }

.more:hover .iconfont { left: 80%; opacity: 1; }

/* ===== 首页 ===== */
.text_p { font-size: 16px; color: #363636; line-height: 1.6; text-align: justify; text-indent: 2em; margin-top: 5px;}

.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; height: 100px; }

.title span { color: #fbdb18; }

.title:after { position: absolute; bottom: 0px; content: ""; width: 50px; height: 2px; background-color: var(--color-base); }

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

.section1 { background-color: #fff; }

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

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

.section1 .left-item .h1-title { color: var(--color-base); font-size: 24px; margin-bottom: 20px; }

.section1 .left-item .more { cursor: pointer; display: inline-block; padding: 8px 16px; font-size: 16px; color: #fff; background-color: var(--color-base); margin-top: 30px; border-radius: 4px; }

.office { padding-top: 20px; background-color: #f5f8fd; }

.office-content { padding: 30px 0 10px; width: 100%; flex-wrap: wrap; }

.office .pic-item { width: 32%; margin-bottom: 26px; aspect-ratio: 3 / 2; margin-right: 24px;}

.office .pic-item:nth-child(3n) { margin-right: 0; }

.culture { background-color: #fff; }

.culture-content { padding: 30px 0; width: 100%; flex-wrap: wrap; }

.culture-item { margin-bottom: 20px; width: 49%; box-sizing: border-box; background-color: #f4f5fa; display: flex; align-items: center; padding: 20px; border-radius: 10px; }

.culture-item .icon-box { width: 70px; height: 70px; margin-right: 20px; }

.culture-item .text-box .h1 { font-weight: bold; font-size: 22px; }

.culture-item .text-box p { font-size: 16px; margin-top: 10px; }

.business { flex: 1; padding: 30px 0 !important; background-color: #ebedec !important; }

.business-title { color: #fff; padding: 14px; box-sizing: border-box; }

.business-title .title_cn { font-weight: bold; font-size: 28px; }

.business-title .title_en { font-size: 18px; }

.business-content { position: relative; }

.business .left-wrapper { width: 320px; }

.business .left-wrapper .business-title { background-color: var(--color-base); }

.business .left-wrapper .contact-us { margin-top: 30px; background-color: #fff; }

.business .left-wrapper .contact-us-box { padding: 20px 14px; }

.business .left-wrapper .contact-us-box p { line-height: 1.7; font-size: 16px; color: #333; }

.business .left-wrapper .nav-menu { font-size: 16px; background-color: #f5f5f5; }

.business .left-wrapper .nav-menu > li { cursor: pointer; padding: 10px 14px; color: #333; position: relative; border-top: 1px solid #ececec; }

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

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

.business .right-wrapper { flex: 1; margin-left: 40px; }

.business .right-wrapper .detail-text { font-size: 16px; color: var(--color-base); }

.business .right-wrapper .business_content { display: flex; flex-wrap: wrap; }

.business .right-wrapper .business_item { background-color: #fff; padding: 14px; box-sizing: border-box; width: 100%; }

.business .right-wrapper .business_item:not(:last-child) { margin-bottom: 20px; }

.business .right-wrapper .business_item .pro-pic { width: 335px; height: 210px; }

.business .right-wrapper .business_item .pro-text-wrapper { flex: 1; margin-left: 25px; width: 100%; }

.business .right-wrapper .business_item .pro-text-wrapper a { flex: 1; }

.business .right-wrapper .business_item .pro-text-wrapper .name { font-size: 20px; font-weight: bold; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }

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

.businessSwiper { user-select: none; height: 100% !important; width: 400px !important; margin: 20px auto 6px; }

.business-swiper-wrapper { align-items: flex-end; position: relative; }

.business-swiper-slide { display: flex; align-items: center; justify-content: center; position: relative; cursor: pointer; }

.business-swiper-slide.active .image-box { box-sizing: border-box; border: 2px solid #d6702d; }

.business .image-box { --box-size: 60px; height: var(--box-size); width: var(--box-size); }

.business-swiper-button-prev, .business-swiper-button-next { --swiper-navigation-color: #fff !important; background-color: rgba(173, 173, 173, 0.7) !important; }

.business-content-detail .business_item { padding: 10px 20px !important; }

.business-content-detail .business_item .top-box { border-radius: 6px; padding: 10px; border: 1px solid #ededed; }

.business-content-detail .business_item .top-box .pro-pic { width: 800px; height: 500px; }

.business-content-detail .business_item .top-box .pro-pic img { object-fit: contain; }

.business-content-detail .name { font-size: 24px; color: var(--color-base); padding: 10px 0 20px; font-weight: bold; }

.business-content-detail .pro-text-wrapper { margin: 20px 0 0 0 !important; }

.business-content-detail .pro-text-wrapper .text-wrapper-title { width: 100%; border-bottom: 1px solid #8891af; }

.business-content-detail .pro-text-wrapper .nav-box div { padding: 10px 20px; background-color: #e6e6e6; color: #666; font-size: 16px; }

.business-content-detail .pro-text-wrapper .nav-box div.active { background-color: var(--color-base); color: #fff; }

.business-content-detail .pro-text-wrapper .button-box { background-color: #073b86; color: #fff; padding: 0 20px; border-radius: 4px; line-height: 30px; font-size: 16px; }

.business-content-detail .pro-text-wrapper .text-wrapper-content { width: 100%; min-height: 200px; margin-top: 20px; }


/* 产品展示 */
.product { /*padding: 1rem 0;*/ }

.nav-content { padding: 2rem 0 1rem; }

.nav-content ul li { margin: 0rem 1rem; padding: 0.6rem 0rem 0.4rem; }

.nav-content ul li a { font-size: 0.8rem; color: #6f7a7e; display: block; }

.nav-content .fir-nav-ul { padding-top: 1rem; border-top: 1px solid #ececec; border-bottom: 1px solid #ececec; }

.nav-content .fir-nav-ul li.active { border-bottom: 4px solid var(--color-base); }

.nav-content .fir-nav-ul li.active a { color: var(--color-base); }

.nav-content .fir-nav-ul li:hover { border-bottom: 4px solid var(--color-base); }

.nav-content .fir-nav-ul li:hover a { color: var(--color-base); }

.nav-content .sec-nav-ul a { border-radius: 1rem; padding: 0.4rem 0.8rem; color: #444; background-color: #fff; }

.nav-content .sec-nav-ul li.active a { background-color: var(--color-base); color: #fff; /*font-weight: bold; */ }

.nav-content .sec-nav-ul li:hover a { background-color: var(--color-base); color: #fff; /*font-weight: bold;*/ }

.product .content-wrapper { background-color: #f7f8fa; }

.product .p-img { height: 245px; }

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

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

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

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

.p-img img { 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: 0.8rem;color: #444;max-width: 80%;}

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

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

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

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

/* 产品展示内页 */
.product-ny { background-color: #f0f2f5; }

.nav-ny { width: 100%; }

.nav-ny { padding-bottom: 2rem; }

.nav-ny ul { -webkit-justify-content: center; -moz-justify-content: center; -ms-justify-content: center; -o-justify-content: center; justify-content: center; }

/* 关于我们 */
.about-section2_container { padding: 30px 0; display: flex; justify-content: space-between; }

.about-section2 .right-item { flex: 1; display: flex; flex-wrap: wrap; }

.about-section2 .right-item .items-box { flex: 1; margin: 0 0px 0px 0; width: calc((100% - 0px) / 2); min-width: calc((100% - 0px) / 2); max-width: calc((100% - 0px) / 2); box-sizing: border-box; background-color: #ffffff; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 14px 8px; }

.about-section2 .right-item .items-box:nth-child(2n) { margin-right: 0; }

.about-section2 .right-item .items-box:first-child, .about-section2 .right-item .items-box:last-child { background-color: #f5f5f5; }

.about-section2 .right-item .items-box .icon-box-wrapper .icon-box { width: 60px; height: 60px; margin-bottom: 10px; display: none; }

.about-section2 .right-item .items-box .icon-box-wrapper .icon-box.icon1 { display: block; }

.about-section2 .right-item .items-box .icon-box-wrapper .icon-box.icon2 { display: none; }

.about-section2 .right-item .items-box .text-box { display: flex; flex-direction: column; align-items: center; }

.about-section2 .right-item .items-box .text-box .h1 { font-size: 20px; }

.about-section2 .right-item .items-box .text-box p { font-size: 14px; margin-top: 10px; }

.about-section2 .right-item .hover-active { background-color: var(--color-base) !important; }

.about-section2 .right-item .hover-active .h1 { color: #fbdb18; }

.about-section2 .right-item .hover-active p { color: #fff; }

.about-section2 .right-item .hover-active .icon1 { display: none !important; }

.about-section2 .right-item .hover-active .icon2 { display: block !important; }

.history { width: 100%; margin: 0 auto; padding-bottom: 2rem; }

.history-wrapper { margin: 0; padding: 0; width: 1200px; list-style: none; }

.history .hi-li { list-style-type: none; display: flex; align-items: center; /* margin-bottom: 40px; */ font-size: 16px; }

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

.history .hi-year::after { content: ""; position: absolute; left: 50%; top: 40px; height: 270px; width: 2px; background-color: var(--color-base); }

.history .right-box { margin-left: 100px; position: relative; flex: 1; }

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

.history .right-box::after { content: ""; position: absolute; left: 0px; top: 50%; height: 45%; transform: translateY(-50%); border-left: 1px dashed var(--color-base); }

.history .type1 .right-box::after { height: 61%; }

.history .type2 .right-box::after { height: 77%; }

.history .type3 .right-box::after { height: 78%; }

.history .hi-text { padding: 10px 20px; background-color: #f8f8f8; margin: 10px 0 10px 50px; position: relative; }

.history .hi-text::after { content: ""; position: absolute; left: 3px; top: 50%; transform: translateY(-50%); width: 10px; height: 10px; border-radius: 50%; background-color: var(--color-base); }

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

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

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

.about .about-box1 { padding: 40px 0; background-color: #f7f8fa; }

.about-org-img { width: 100%; }

.about-org-img-mo { display: none; }

.about .logo-wrapper { margin-bottom: 10px; width: 58%; float: right; }

.about .logo-wrapper .logo-box { width: 150px; }

.about .logo-wrapper .line-style { width: 30px; height: 2px; background-color: var(--color-base); }

.about .ab1-image { float: left; width: 40%; margin: 0 16px 10px 0; }

.about .ab-font { font-size: 16px; line-height: 1.8; text-align: justify; text-indent: 2em; margin-top: 10px; }

.about .text-wrapper { margin-top: 3%; text-align: center; }

.about .text-wrapper h2 { color: #444; font-weight: 500; font-size: 1.2rem; }

.about .text-wrapper p { color: #999; margin-top: 1%; font-size: 0.8rem; }

.about .about-bottom { margin: 20px 0; }

.about .about-bottom .items { background-color: var(--color-base); color: #fff; height: 240px; }

.about .about-bottom .items > div:first-child { margin-bottom: 20px; }

.about .about-bottom .items:not(:last-child) { width: 25%; }

.about .about-bottom .items:last-child { /* flex: 1; */ width: 45%; padding: 20px; line-height: 1.7; }

.about .about-bottom .items h4 { font-weight: normal; margin: 0px 0 10px; }

.about .about-bottom .items p { font-size: 14px; }

.about .row-3 { width: 33.33%; margin-bottom: 2rem; }

.about .row-4 { width: 25%; margin-bottom: 2rem; }

.about .about-img { width: 75%; }

/* 我们的优势 */
.adva { padding: 4rem 0; }

.adva-top { background: linear-gradient(top, #ef7e06, #c9741a 100%); background: -o-linear-gradient(top, #ef7e06, #c9741a 100%); background: -ms-linear-gradient(top, #ef7e06, #c9741a 100%); background: -moz-linear-gradient(top, #ef7e06, #c9741a 100%); background: -webkit-linear-gradient(top, #ef7e06, #c9741a 100%); }

.adva-topbox { background: url(../images/advan-bg.png) no-repeat 25% bottom, url(../images/advan-bg.png) no-repeat 75% bottom; padding: 2rem 0; background-size: auto; position: relative; }

.adva-topbox::after { content: ""; position: absolute; bottom: -2.25rem; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); width: 0; height: 0; border: 1.25rem solid transparent; border-top: 1rem solid #c9741a; }

.adva .tit h2, .adva .tit h1, .adva .tit p { color: #fff; }

.adva .tit p { font-size: 0.8rem; opacity: 0.7; padding-bottom: 1.5rem; width: 40rem; margin: auto; line-height: 1.4rem; }

.adva .tit-b span { background-color: #fb8967; }

.adva-cow { padding: 4rem 0; }

.adva-cowbox { margin: -1rem 0; position: relative; }

.adva-cowbox::after { content: ""; position: absolute; left: 50%; top: 0; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); width: 1px; height: 100%; background-color: #d9d9d9; z-index: -1; }

.adva-row { padding: 1rem; width: 100%; }

.adva-rowbox { position: relative; }

.adva-rowbox::after { content: ""; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 0.7rem; height: 3rem; background-color: #36c3c1; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }

.adva-l, .adva-font { width: 50%; }

.adva-img { padding-right: 2rem; }

.adva-font { padding-left: 2rem; }

.adva-l1 { padding-right: 0; padding-left: 2rem; }

.adva-font1 { padding-left: 0; padding-right: 2rem; text-align: right; }

.adva-img { position: relative; width: 486px; height: 243px; background-color: white; }

.adva-img::after { content: ""; position: absolute; bottom: -5%; right: -2.5%; border: 1px solid #36c3c1; width: 100%; height: 100%; z-index: -1; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }

.adva-img1::after { left: -2.5%; }

.adva-img img { position: absolute; top: 0; left: 0; z-index: 1; }

.adva-font h1 { font-size: 1.4rem; color: #333; padding-bottom: 1rem; }

.adva-font p { font-size: 0.8rem; color: #666; line-height: 1.6rem; }

.adva-row:hover .adva-rowbox::after { background-color: #fb8967; }

.adva-row:hover .adva-img::after { background-color: #fb8967; border-color: #fb8967; }

/* 首页 新闻中心 */
.news-index { padding: 2% 0 4% 0; background-color: #f5f8fd; }

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

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

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

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

.news-index .n-img { width: 100%; object-fit: cover; /* width: 236px; height: 177px; */ }

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

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

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

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

.news-index .n-font > p { font-size: 0.7rem; color: #808080; line-height: 1rem; -webkit-line-clamp: 3; margin: 0.3rem 0; }

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

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

.news-index .n-more:hover .iconfont { margin-left: 0.25rem; }

.news-index .n-row:hover .n-rowbox { box-shadow: 0 10px 20px rgba(82, 112, 182, 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-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 {/* 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 { width: 395px; height: 260px; }

.news_item--left-box { overflow: hidden; width: 100%; height: 100%; }

.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; width: inherit; height: inherit; 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: 80px; }

.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 50px; font-size: 14px; color: #898989; text-align: justify;}

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

/* === 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: 14px; 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; }

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

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

/* 合伙人 */
.partner-wrapper { margin-bottom: 20px; }

.partner-title { height: 70px; }

.partner-title .title-cn { color: var(--color-base); font-size: 26px; font-weight: bold; position: relative; }

.partner-title .title-cn::after { content: ""; position: absolute; width: 50px; height: 2px; background-color: var(--color-base); left: 0; bottom: -14px; }

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

.ny-lb .nav-content, .ny-xq .nav-content { padding: 0; /* padding-bottom: 1.5rem; */ }

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

/* 内页详情 */
.ny-xq { padding: 3rem 0 4rem; }

.xqbox { padding: 2rem; background-color: white; border: 1px solid #e4e3f0; }

.cqn-t h1 { font-size: 1.6rem; color: #444; margin-bottom: 1rem; }

.cqn-tb { margin-bottom: 1rem; padding-bottom: 1rem; border-bottom: 1px solid #ebebeb; }

.cqn-tb .time { margin-right: 1.5rem; }

.cqn-tb .time p, .cqn-tb .clike p { font-size: 0.7rem; color: #808080; }

.cqn-c { border-bottom: 1px solid #ebebeb; padding: 2rem 0; }

.cqn-clb { margin-bottom: 2rem; }

.xqbox .about-cqn { border-bottom: none; padding-bottom: 0; }

.cqn-cimg img { max-width: 32rem; margin-bottom: 1rem; }

.cqn-cimg p { font-size: 0.9rem; color: #444; line-height: 1.8rem; text-indent: 1.8rem; }

.cqn-cimg p:last-child { margin-bottom: 0; }

/* 内页详情底部 */
.xq-blf .iconfont, .xq-blf p, .xq-br .iconfont, .xq-br p { font-size: 0.8rem; color: #808080; line-height: 1.2rem; }

.xq-blf p span { color: #444; }

.xq-blt { margin-bottom: 0.5rem; }

.xq-blt .iconfont { -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); }

.xq-blb .iconfont { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }

.xq-br p { color: #444; margin-left: 0.5rem; }

.xq-blf:hover p span, .xq-br:hover p { color: #fb8967; }

@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: 20rem; }
  .banner .swiper1 .swiper-pagination { bottom: 30px; }
  .banner .swiper1 .swiper-pagination-bullet { width: 0.6rem; height: 0.6rem; margin: 0 0.5rem !important; }
  .f-l { display: none; }
  .f-c { border-left: none; }
  .tit h1 { font-size: 1.6rem; }
  .p-img { height: 196px !important; }
  /*.c-rowbox { width: 220px; height: 330px; }*/
  .adva-img { width: 430px; height: 215px; }
  .news-index .n-img { width: 100%; object-fit: contain; }
  .about .logo-wrapper { width: 55%; } }

@media screen and (max-width: 768px) { .partner-title .title-cn, .partner-title span { font-size: 18px !important; }
  .partner-title .title-en { font-size: 16px !important; }
  .partner-title .title-cn:after { width: 30px; bottom: -10px; }
  .section1 .section1-content { flex-direction: column-reverse; }
  .section1 .left-item { margin-right: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; }
  .section1 .left-item .h1-title { margin-top: 20px; }
  .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 { width: 180px; height: 140px; }
  .news .news_item--right .top_title { height: 50px; }
  .news .news_item--right .top_title .data_time { font-size: 16px; padding-top: 0; }
  .news .news_item--right .top_title .news_item-title { font-size: 18px; }
  .news .news_item--right .news_item-text { margin: 10px 0; }
  .news .news_item--right .news_item-more { font-size: 14px; }
  .office .pic-item { width: 48%; margin-bottom: 14px; margin-right: 0;}
  .office .office-content { justify-content: space-between;} 
  .culture-item { margin-bottom: 20px; width: 100%; }
  .header1, .hot-s, .footer, .nav, .link, .p-top, .n-llbox, .case { display: none !important; }
  /*.popup .swiper { --swiper-navigation-size: 28px; }
  .popup .popup-header { height: 30px; }
  .popup .popup-header p { font-size: 0.8rem; }
  .popup .popup-header .close-box { width: 1rem; height: 1rem; }
  .popup .popup-header .close-box .close { font-size: 0.8rem; }
  .popup .mySwiper { display: none; }*/
  .banner-ny { padding-top: 60px; }
  .banner-ny .banner-nybox { height: 225px; background-image: url("../images/banner_m.jpg"); }
  .product .p-font p { font-size: 0.7rem; }
  .product .p-font span { width: 0.3rem; height: 0.3rem; margin: 0 0.2rem; }
  .news .n-font h1 { font-size: 0.8rem; }
  .news .n-font p { font-size: 0.6rem; }
  .news .n-date p:first-child { font-size: 1rem; }
  .news .n-row:first-child .n-rowbox { padding-right: 0; }
  .news_detail .item_title h1 { font-size: 24px; }
  .news .n-row .n-left-box, .news .n-row .morebox, .news .n-row .n-arrow { display: none; }
  .news .n-row .n-right-box { border-bottom: 1px solid #d2d2d2; box-shadow: none; padding-left: 0; }
  .mo-top, .mo-footer, .mo-copyright, body .m-nynav, .case-m { display: block !important; }
  .ny-lb, .contact-ny, .ny-xq { min-height: 38rem; }
  .banner { padding-top: 3rem; }
  .swiper1 { height: 12rem; }
  /* .search { padding: 1rem 0; } */
  .case-m { margin-bottom: 1.5rem; }
  .cxq-b { flex-wrap: wrap; }
  .xq-bl { width: 100%; }
  .xq-br { padding-top: 0.5rem; }
  .cqn-cimg img { max-width: 85%; }
  .p-img { height: 143px !important; }
  /*.c-rowbox { width: 160px; height: 240px; }*/
  .adva-img { width: 304px; height: 152px; }
  .news-index .n-img { width: 100%; object-fit: contain; }
  .p-rowbox { box-shadow: 0 0px 20px rgba(82, 112, 182, 0.1); border: none; }
  .p-rowbox { padding: 0.75rem; }
  .about .text-wrapper h2 { font-size: 1.2rem; }
  .about .text-wrapper p { font-size: 0.9rem; }
  .about .p-cowbox { margin-top: 10px; justify-content: space-between; }
  .about .row-3 { width: 45%; margin-bottom: 1rem; }
  .about .row-4 { width: 45%; margin-bottom: 1rem; }
  .about .about-img { width: 100%; }
  .c-font { padding: 0.75rem 0.5rem; }
  .c-font h1 { font-size: 0.8rem; padding-bottom: 0.25rem; }
  .c-more { opacity: 1; }
  .c-more, .c-font h1 { transform: translateY(0); }
  .adva-topbox { background: url(../images/advan-bg.png) no-repeat 10% bottom, url(../images/advan-bg.png) no-repeat 90% bottom; }
  .news-index .n-cowbox { flex-wrap: wrap; }
  .news-index .n-row { width: 50%; }
  .nav-content ul li { margin: 0rem 0.5rem; padding: 0.7rem 0rem 0.5rem; }
  .adva .tit p { width: calc(100% - 5%); }
  .more { color: #fff; background-color: #fb8967; }
  .more p { padding-right: 1.25rem; -weight: bold; }
  .more .iconfont { left: 80%; opacity: 1; }
  .about .ab1-image { width: 100%; }
  .about .logo-wrapper { display: none; }
  .about .ab-font { font-size: 16px; }
  .about .about-bottom .items { height: 180px; }
  .about .about-bottom .items h4 { font-size: 18px; }
  .about .about-bottom .items:not(:last-child) { width: 49%; padding: 5%; }
  .about .about-bottom .items:last-child { width: 100%; margin-top: 10px; } }

@media screen and (max-width: 430px) { .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; }
  .about .about-box1 { padding: 10px 0; }
  .about .title-content { margin: 10px 0; }
  .about .logo-img { display: none; }
  .about .about-org-img { display: none; }
  .about .about-org-img-mo { display: block; }
  .about-section2_container { padding: 10px 0; flex-direction: column; }
  .business { padding: 1rem 0 !important; }
  .business-content { flex-direction: column !important; }
  .business .left-wrapper { display: none; }
  .business .mo-left-wrapper { width: 100%; display: block !important; margin-bottom: 20px; }
  .business .mo-left-wrapper .mo-business-title { width: 100%; }
  .business .mo-left-wrapper .mo-business-title .title_cn { font-weight: bold; font-size: 22px; }
  .business .mo-left-wrapper .mo-business-title .title_en { font-size: 16px; }
  .business .mo-left-wrapper .button-box { width: 100%; background-color: var(--color-base); color: #fff; padding: 10px 0; font-size: 14px; text-align: center; margin: 10px 0; }
  .business .mo-left-wrapper .sideBar-toggler .overlayClass { display: block; background-color: rgba(0, 0, 0, 0.7); position: fixed; top: 0; bottom: 0; right: 0; left: 0; height: 100vh; width: 100%; transition: all ease 0.5s; opacity: 0; visibility: hidden; z-index: 9999; }
  .business .mo-left-wrapper .sideBar-toggler .overlayClass.show-overlay { opacity: 1; visibility: visible; display: block; }
  .business .mo-left-wrapper .sideBar-toggler .sidebarClass { position: fixed; top: 0; bottom: 0; left: 100%; height: 100vh; width: 70%; transition: all ease 0.5s; background: #fff; z-index: 10000; }
  .business .mo-left-wrapper .sideBar-toggler .sidebarClass.addWidth { left: 30%; }
  .business .mo-left-wrapper .sideBar-toggler .nav-menu { height: 100%; overflow: scroll; font-size: 16px; }
  .business .mo-left-wrapper .sideBar-toggler .nav-menu > li { cursor: pointer; padding: 16px; background-color: var(--color-base); color: #fff; position: relative; }
  .business .mo-left-wrapper .sideBar-toggler .nav-menu > li a { display: block; }
  .business .mo-left-wrapper .sideBar-toggler .nav-menu > li.nav-active { background-color: #fbdb18; }
  .business .right-wrapper { flex: 1; width: 100%; margin-left: 0 !important; }
  .business .right-wrapper .business_item .pro-pic { width: 190px; height: 140px; }
  .business .right-wrapper .business_item .pro-text-wrapper { margin-left: 10px; }
  .business .right-wrapper .business_item .pro-text-wrapper .name { width: 100%; font-size: 18px; }
  .business .right-wrapper .business_content { display: flex; flex-wrap: wrap; }
  .business .right-wrapper .image-box { --box-size: 40px; height: var(--box-size); width: var(--box-size); }
  .business .businessSwiper { user-select: none; height: 100% !important; width: 100% !important; margin: 0.2rem auto 0.06rem; }
  .business-swiper-wrapper { align-items: flex-end; position: relative; }
  .business-swiper-slide { display: flex; align-items: center; justify-content: center; position: relative; cursor: pointer; }
  .business-swiper-slide.active .image-box { border: 0.01rem solid #000; box-sizing: border-box; border: 0.02rem solid #d6702d; }
  .business-swiper-button-prev, .business-swiper-button-next { --swiper-navigation-color: #fff !important; background-color: rgba(173, 173, 173, 0.7) !important; }
  .business .mo-business-content-detail .business_item { background-color: #fff; padding: 10px; box-sizing: border-box; width: 100%; }
  .business .mo-business-content-detail .business_item .name { font-size: 18px; color: #063c86; padding: 0px 0 10px; font-weight: bold; }
  .business .mo-business-content-detail .business_item .pro-pic { width: 100%; height: 200px; }
  .business .mo-business-content-detail .business_item .pro-text-wrapper { flex: 1; margin: 20px 0 0 0 !important; width: 100%; }
  .business .mo-business-content-detail .business_item .pro-text-wrapper .nav-box div { padding: 6px 16px; font-size: 14px; }
  .business .mo-business-content-detail .business_item .pro-text-wrapper .button-box { display: none; }
  .history { overflow-x: scroll; }
  .content { padding: 0 0.75rem; max-width: 100%; }
  .popup .popup-content { width: 88%; padding: 10px; }
  .popup .mySwiper .swiper-slide { opacity: 0.4; border: 2px solid #fff; cursor: pointer; }
  .popup .mySwiper .swiper-slide-thumb-active { opacity: 1; border: 2px solid var(--color-base); }
  body .mo-top a { width: 30%; }
  .swiper-container { height: 11.25rem; }
  body .banner .swiper1 .swiper-pagination { bottom: 0.5rem; }
  .p-font p { font-size: .7rem; }
  .fir-nav-ul { justify-content: flex-start; }
  .nav-content ul li { margin: 0rem 0.5rem; padding: 0.7rem 0rem 0.5rem; }
  .product, .news-index, .adva-cow { padding: 1rem 0; }
  .ny-lb, .contact-ny, .ny-xq { padding: 2rem 0; }
  .cqn-cimg { padding: 0; }
  .xqbox { padding: 1rem; }
  .cqn-c { padding: 1rem 0; margin-bottom: 1rem; }
  .ny-lb, .contact-ny, .ny-xq { min-height: 28rem; }
  .xq-br { padding: 0.5rem; }
  .p-img { height: 125px !important; }
  /*.c-rowbox { width: 175px; height: 250px; }*/
  .adva-img { width: 374px; height: 187px; }
  .news-index .n-font { padding: 0.2rem; }
  .news-index .n-img { width: 100%; object-fit: contain; }
  .p-row, .c-row { width: 50%; padding: 0.25rem; }
  .p-cowbox, .c-cowbox, .news-index .n-cowbox { margin: 0 -0.25rem; }
  .news-index .n-row { padding: 0.25rem; }
  .more { padding: 0.5rem 1.5rem; }
  .more1 { width: 6rem; height: 3rem; }
  .morebox1 { bottom: -3rem; }
  .c-cow { padding-top: 2rem; }
  .adva-topbox { background: url(../images/advan-bg.png) no-repeat -50% bottom, url(../images/advan-bg.png) no-repeat 150% bottom; }
  .adva-rowbox { flex-wrap: wrap; }
  .adva-l, .adva-font { width: 100%; }
  .adva-l { padding-bottom: 2rem; }
  .adva-font, .adva-l1 { padding: 0; }
  .adva-row { padding: 2rem 0; border-bottom: 1px solid #e4e3f0; }
  .adva-row:last-child { border-bottom: none; }
  .adva-font1 { text-align: left; padding-bottom: 2rem; }
  .adva-cowbox::after { width: 0; }
  .adva-rowbox::after { width: 0; height: 0; }
  .news-index .n-time, .news-index .n-more { display: none; }
  .p-rowbox { padding: 0.5rem; }
  .ny-lb, .contact-ny { padding: 1rem 0; }
  .cqn-cimg p { font-size: 0.8rem; line-height: 1.4rem; margin-bottom: 1rem; text-indent: 1.6rem; }
  .cqn-t h1 { font-size: 1.2rem; }
  .contact-nybox1 { padding: 1rem; }
  .news .n-row { flex-direction: column; }
  .news .n-row .n-left-box { width: 100%; }
  .news .n-row .n-right-box { padding-left: 0; }
  .news .n-row .n-right-box .morebox { display: none; }
  .news .n-row .n-arrow { display: none; } }

@media screen and (max-width: 375px) { .p-img { height: 110px !important; }
  /*.c-rowbox { width: 167px; height: 251px; }*/
  .adva-img { width: 335px; height: 167px; }
  .news-index .n-img { width: 100%; object-fit: contain; }
  .adva { padding: 2rem 0; }
  .more { padding: 0.35rem 1rem; }
  .xqbox { padding: 0.75rem; }
  .about .text-wrapper h2 { font-size: 1rem; }
  .about .text-wrapper p { font-size: 0.7rem; } }

@media screen and (max-width: 320px) { .search-b .inp { width: 11rem; }
  .nav-content { padding: 1.5rem 0 1rem; }
  .p-img { height: 90px !important; }
  /*.c-rowbox { width: 135px; height: 202px; }*/
  .adva-img { width: 280px; height: 140px; }
  .news-index .n-img { width: 100%; object-fit: contain; }
  .c-font h1 { font-size: 0.7rem; }
  .cqn-tb { flex-wrap: wrap; }
  .cqn-tb .time { margin-right: 0; width: 100%; padding-bottom: 0.25rem; }
  .about .about-bottom .items h4 { font-size: 18px; }
  .about .about-bottom .items { width: 100% !important; }
  .about .about-bottom .items:not(:last-child) { margin-bottom: 10px; } }

/*分页样式*/
.ab_pages { clear: both; padding: 20px 0; font-size: 14px; text-align: center; overflow: hidden; }

.ab_pages ul { display: inline-block; margin: 0 auto; padding: 0; }

.ab_pages ul a { color: #555; display: block; padding: 3px 11px; border: 1px solid #e2e2e2; float: left; font-size: 12px; }

.ab_pages ul a:first-child { border-right: 0; }

.ab_pages ul a:first-child:hover { border-right: 0; }

.ab_pages ul a:last-child { border-left: 0; }

.ab_pages ul a:last-child:hover { border-left: 0; }

.ab_pages ul a.page-num-current { background: #333; color: #fff; border: 1px solid #333; }

.ab_pages ul a:hover { background: #333; color: #fff; border: 1px solid #333; }

.ab_pages ul span { display: inline-block; float: left; line-height: 28px; }

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

/* === FLEX START === */
.flex-x-start-start { display: flex; flex-direction: row; justify-content: flex-start; align-items: flex-start; }

.flex-x-start-end { display: flex; flex-direction: row; justify-content: flex-start; align-items: flex-end; }

.flex-x-start { display: flex; flex-direction: row; justify-content: flex-start; align-items: center; }

.flex-x-start-baseline { display: flex; flex-direction: row; justify-content: flex-start; align-items: baseline; }

.flex-x-start-stretch { display: flex; flex-direction: row; justify-content: flex-start; align-items: stretch; }

.flex-x-end-start { display: flex; flex-direction: row; justify-content: flex-end; align-items: flex-start; }

.flex-x-end-end { display: flex; flex-direction: row; justify-content: flex-end; align-items: flex-end; }

.flex-x-end { display: flex; flex-direction: row; justify-content: flex-end; align-items: center; }

.flex-x-end-baseline { display: flex; flex-direction: row; justify-content: flex-end; align-items: baseline; }

.flex-x-end-stretch { display: flex; flex-direction: row; justify-content: flex-end; align-items: stretch; }

.flex-x-center-start { display: flex; flex-direction: row; justify-content: center; align-items: flex-start; }

.flex-x-center-end { display: flex; flex-direction: row; justify-content: center; align-items: flex-end; }

.flex-x-center { display: flex; flex-direction: row; justify-content: center; align-items: center; }

.flex-x-center-baseline { display: flex; flex-direction: row; justify-content: center; align-items: baseline; }

.flex-x-center-stretch { display: flex; flex-direction: row; justify-content: center; align-items: stretch; }

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

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

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

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

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

.flex-x-around-start { display: flex; flex-direction: row; justify-content: space-around; align-items: flex-start; }

.flex-x-around-end { display: flex; flex-direction: row; justify-content: space-around; align-items: flex-end; }

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

.flex-x-around-baseline { display: flex; flex-direction: row; justify-content: space-around; align-items: baseline; }

.flex-x-around-stretch { display: flex; flex-direction: row; justify-content: space-around; align-items: stretch; }

.flex-row-reverse-start-start { display: flex; flex-direction: row-reverse; justify-content: flex-start; align-items: flex-start; }

.flex-row-reverse-start-end { display: flex; flex-direction: row-reverse; justify-content: flex-start; align-items: flex-end; }

.flex-row-reverse-start { display: flex; flex-direction: row-reverse; justify-content: flex-start; align-items: center; }

.flex-row-reverse-start-baseline { display: flex; flex-direction: row-reverse; justify-content: flex-start; align-items: baseline; }

.flex-row-reverse-start-stretch { display: flex; flex-direction: row-reverse; justify-content: flex-start; align-items: stretch; }

.flex-row-reverse-end-start { display: flex; flex-direction: row-reverse; justify-content: flex-end; align-items: flex-start; }

.flex-row-reverse-end-end { display: flex; flex-direction: row-reverse; justify-content: flex-end; align-items: flex-end; }

.flex-row-reverse-end { display: flex; flex-direction: row-reverse; justify-content: flex-end; align-items: center; }

.flex-row-reverse-end-baseline { display: flex; flex-direction: row-reverse; justify-content: flex-end; align-items: baseline; }

.flex-row-reverse-end-stretch { display: flex; flex-direction: row-reverse; justify-content: flex-end; align-items: stretch; }

.flex-row-reverse-center-start { display: flex; flex-direction: row-reverse; justify-content: center; align-items: flex-start; }

.flex-row-reverse-center-end { display: flex; flex-direction: row-reverse; justify-content: center; align-items: flex-end; }

.flex-row-reverse-center { display: flex; flex-direction: row-reverse; justify-content: center; align-items: center; }

.flex-row-reverse-center-baseline { display: flex; flex-direction: row-reverse; justify-content: center; align-items: baseline; }

.flex-row-reverse-center-stretch { display: flex; flex-direction: row-reverse; justify-content: center; align-items: stretch; }

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

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

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

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

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

.flex-row-reverse-around-start { display: flex; flex-direction: row-reverse; justify-content: space-around; align-items: flex-start; }

.flex-row-reverse-around-end { display: flex; flex-direction: row-reverse; justify-content: space-around; align-items: flex-end; }

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

.flex-row-reverse-around-baseline { display: flex; flex-direction: row-reverse; justify-content: space-around; align-items: baseline; }

.flex-row-reverse-around-stretch { display: flex; flex-direction: row-reverse; justify-content: space-around; align-items: stretch; }

.flex-y-start-start { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; }

.flex-y-start-end { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-end; }

.flex-y-start { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; }

.flex-y-start-baseline { display: flex; flex-direction: column; justify-content: flex-start; align-items: baseline; }

.flex-y-start-stretch { display: flex; flex-direction: column; justify-content: flex-start; align-items: stretch; }

.flex-y-end-start { display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; }

.flex-y-end-end { display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-end; }

.flex-y-end { display: flex; flex-direction: column; justify-content: flex-end; align-items: center; }

.flex-y-end-baseline { display: flex; flex-direction: column; justify-content: flex-end; align-items: baseline; }

.flex-y-end-stretch { display: flex; flex-direction: column; justify-content: flex-end; align-items: stretch; }

.flex-y-center-start { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }

.flex-y-center-end { display: flex; flex-direction: column; justify-content: center; align-items: flex-end; }

.flex-y-center { display: flex; flex-direction: column; justify-content: center; align-items: center; }

.flex-y-center-baseline { display: flex; flex-direction: column; justify-content: center; align-items: baseline; }

.flex-y-center-stretch { display: flex; flex-direction: column; justify-content: center; align-items: stretch; }

.flex-y-between-start { display: flex; flex-direction: column; justify-content: space-between; align-items: flex-start; }

.flex-y-between-end { display: flex; flex-direction: column; justify-content: space-between; align-items: flex-end; }

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

.flex-y-between-baseline { display: flex; flex-direction: column; justify-content: space-between; align-items: baseline; }

.flex-y-between-stretch { display: flex; flex-direction: column; justify-content: space-between; align-items: stretch; }

.flex-y-around-start { display: flex; flex-direction: column; justify-content: space-around; align-items: flex-start; }

.flex-y-around-end { display: flex; flex-direction: column; justify-content: space-around; align-items: flex-end; }

.flex-y-around { display: flex; flex-direction: column; justify-content: space-around; align-items: center; }

.flex-y-around-baseline { display: flex; flex-direction: column; justify-content: space-around; align-items: baseline; }

.flex-y-around-stretch { display: flex; flex-direction: column; justify-content: space-around; align-items: stretch; }

.flex-column-reverse-start-start { display: flex; flex-direction: column-reverse; justify-content: flex-start; align-items: flex-start; }

.flex-column-reverse-start-end { display: flex; flex-direction: column-reverse; justify-content: flex-start; align-items: flex-end; }

.flex-column-reverse-start { display: flex; flex-direction: column-reverse; justify-content: flex-start; align-items: center; }

.flex-column-reverse-start-baseline { display: flex; flex-direction: column-reverse; justify-content: flex-start; align-items: baseline; }

.flex-column-reverse-start-stretch { display: flex; flex-direction: column-reverse; justify-content: flex-start; align-items: stretch; }

.flex-column-reverse-end-start { display: flex; flex-direction: column-reverse; justify-content: flex-end; align-items: flex-start; }

.flex-column-reverse-end-end { display: flex; flex-direction: column-reverse; justify-content: flex-end; align-items: flex-end; }

.flex-column-reverse-end { display: flex; flex-direction: column-reverse; justify-content: flex-end; align-items: center; }

.flex-column-reverse-end-baseline { display: flex; flex-direction: column-reverse; justify-content: flex-end; align-items: baseline; }

.flex-column-reverse-end-stretch { display: flex; flex-direction: column-reverse; justify-content: flex-end; align-items: stretch; }

.flex-column-reverse-center-start { display: flex; flex-direction: column-reverse; justify-content: center; align-items: flex-start; }

.flex-column-reverse-center-end { display: flex; flex-direction: column-reverse; justify-content: center; align-items: flex-end; }

.flex-column-reverse-center { display: flex; flex-direction: column-reverse; justify-content: center; align-items: center; }

.flex-column-reverse-center-baseline { display: flex; flex-direction: column-reverse; justify-content: center; align-items: baseline; }

.flex-column-reverse-center-stretch { display: flex; flex-direction: column-reverse; justify-content: center; align-items: stretch; }

.flex-column-reverse-between-start { display: flex; flex-direction: column-reverse; justify-content: space-between; align-items: flex-start; }

.flex-column-reverse-between-end { display: flex; flex-direction: column-reverse; justify-content: space-between; align-items: flex-end; }

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

.flex-column-reverse-between-baseline { display: flex; flex-direction: column-reverse; justify-content: space-between; align-items: baseline; }

.flex-column-reverse-between-stretch { display: flex; flex-direction: column-reverse; justify-content: space-between; align-items: stretch; }

.flex-column-reverse-around-start { display: flex; flex-direction: column-reverse; justify-content: space-around; align-items: flex-start; }

.flex-column-reverse-around-end { display: flex; flex-direction: column-reverse; justify-content: space-around; align-items: flex-end; }

.flex-column-reverse-around { display: flex; flex-direction: column-reverse; justify-content: space-around; align-items: center; }

.flex-column-reverse-around-baseline { display: flex; flex-direction: column-reverse; justify-content: space-around; align-items: baseline; }

.flex-column-reverse-around-stretch { display: flex; flex-direction: column-reverse; justify-content: space-around; align-items: stretch; }

/* === FLEX END === */

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

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

.news_detail_item p:has(video) { text-indent:0em; }

.news_detail_item p:has(img) img { width:auto; display:flex; margin:0 auto; max-width: 100%;}

.news_detail_item p:has(video) video { width:auto; display:flex; margin:0 auto;max-width:100%; }



.business-content-detail .business_item p { font-size: 16px; color: #363636; line-height: 1.6; text-align: justify; text-indent: 2em; margin-top: 5px;}

.business-content-detail .business_item p:has(img) { text-indent:0em; }

#gongsi, #wenhua, #goujia, #licheng { position: relative; top: -5rem; }


.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: 800px;max-height: 80%;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%;height: 90%;}

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