@charset "UTF-8";
@import url("swiper.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: 16px; }

a, a:hover, a:focus, a:visited { 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; }

/*单行溢出*/
.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; }

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

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

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

.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: #981f2e; --color-g: #808080; }

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

.headerFixed { width: 100%; background: var(--color-base); 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: #fff; font-weight: bold; line-height: 2.5rem; }

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

.nav .nav1li.active .nav1a { color: #000; }

.nav .nav1li:hover .nav1a { color: #000; }

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

/* ===== 移动端导航 ===== */
.mo-top { display: none; box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px; height: 3.5rem; }

.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: #fff; position: relative; overflow: hidden; }

.su::after { position: absolute; content: ""; top: 0; left: 0; width: 100%; height: 100%; background: #fff; 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: 3.5rem; left: 0; }

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

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

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

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

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

.footer .footTop .lefts { flex: 1; }

.footer .footTop .rights { width: 55%; }

.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); white-space: nowrap; }

.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); white-space: nowrap; }

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

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

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

/* 移动端底部 */
.mo-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; width: 48%; }

.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 .ftrbtm { text-align: center; margin-top: 4px; font-size: 14px; color: #666; }

/* 内页分页 */
.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; }

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

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

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

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

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

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

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

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

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

.index-banner .swiper1 .iconfont:hover { color: #fff; }

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

/* 标题 */
.tit { text-align: left; }

.tit h1 { letter-spacing: 4px; font-size: 2.1rem; color: #0f0a33; position: relative; }

.tit h1 span { color: var(--color-base); }

.tit h2 { letter-spacing: 1px; font-size: 1.1rem; color: #999; font-weight: normal; }

/* 首页了解更多 */
.more { font-size: 0.8rem; color: var(--color-g); overflow: hidden; }

/* 产业介绍 */
.industry { padding: 1rem 0; }

.industry .tit h1 { text-align: center; }

.industry .content-wrapper { margin: 40px 0; }

.industry .content-wrapper > div { width: 33.33%; }

.industry .content-wrapper > div:nth-child(2) { margin: 0 30px; }

.industry .content-wrapper .items { height: 50%; }

.industry .content-wrapper .items:nth-child(1) { border-bottom: 1px solid #dfdfdf; }

.industry .content-wrapper .items h1 { font-size: 1.5rem; margin-bottom: 0.5rem; color: var(--color-base); }

.industry .content-wrapper .items p { line-height: 1.7; color: #000; }

/* 首页--关于我们 */
.index-about { padding: 3rem 0; }

.index-about .about-l { width: 75%; }

.index-about .about-lbox { position: relative; }

.about-font { margin-top: 1rem; width: 90%; -webkit-line-clamp: 4; text-align: justify; }

.about-font p { font-size: 1.1rem; color: #808080; line-height: 2; text-indent: 2em; text-align: justify; }

.about-tit { text-align: left; }

.about-tit h1 { font-size: 2.5rem; letter-spacing: 4px; }

.about-tit h1::first-letter { color: var(--color-base); }

.about-tit p { font-size: 1.2rem; color: #808080; }

/* 关于我们 */
.about .ab1-image { float: right; width: 25%; margin: 0 0px 10px 5%; }

.about .about-font { width: 100%; }

.about .about-font p { margin-bottom: 2%; }

.about .culture { padding: 2rem 0; }

.about .about-bottom { margin-top: 4%; }

.about .about-bottom > div { width: 100%; margin-bottom: 1%; }

.about .about-bottom .items-w-50 { width: 49.5%; }

.about .about-bottom .items-w-25 { width: 49%; }

.about .about-bottom .items { padding: 5%; height: 100%; width: 100%; background-color: var(--color-base); color: #fff; }

.about .about-bottom .items h4 { font-weight: 500; font-size: 1.5rem; margin-bottom: 20px; }

.about .about-bottom .items p { line-height: 2; color: rgba(255, 255, 255, 0.8); }

/* 首页广告模块 */
.advi .advibox { height: 525px; background: url(../images/index_adv.png) no-repeat center bottom; background-size: auto; z-index: 1; }

.advi .advibox1 { height: 100%; width: 100%; padding: 5% 0; }

.advi .advibox1 .h1 { color: #fff; font-size: 2.4rem; }

.advi .advi-font { margin: 5% 0; color: rgba(255, 255, 255, 0.8); }

.advi .advi-font P { font-size: 1.2rem; line-height: 2; }

.advi .logo { width: 16%; align-self: flex-end; }

/*  新闻中心 */
.news .n-cow { margin-top: 1%; }

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

.news .n-row { padding: 1rem; width: 33.3%; }

.news .n-row:hover .n-rowbox { box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px; -webkit-transform: translateY(-1%); -moz-transform: translateY(-1%); -ms-transform: translateY(-1%); -o-transform: translateY(-1%); transform: translateY(-1%); }

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

.news .n-img { width: 100%; height: 220px; object-fit: contain; }

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

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

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

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

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

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

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

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

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

.index-news { padding: 4rem 0; background-color: #f5f5f5; }

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

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

.news_detail .item_title h1 { font-size: 26px; }

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

.news_detail .text_p p { font-size: 1rem; line-height: 1.8; text-indent: 2em; text-align: justify; }

.news_detail .news_detail_pic { width: 100%; height: auto; }

.news_detail .news_detail_pic img { display: block; width: 100%; height: 100%; margin: 0 auto; }

/* 首页合作伙伴 */
.partner { padding: 4rem 0; }

.partner .pa-cow { margin-top: 4%; }

.partner .pa-row { margin: 1rem 0; width: 25%; }

.partner .pa-row .pa-img { width: 80%; }

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

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

/* 内页列表 */
.ny-lb { padding: 2rem 0 2rem; }

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

.contact .contact-title .h1 { font-size: 24px; font-weight: normal; }

.contact .contact-title .h2 { font-size: 14px; margin-top: 6px; font-weight: normal; }

.contact .contact_container { display: flex; justify-content: space-between; margin: 30px 0; }

.contact .left-wrapper { width: 50%; display: flex; flex-wrap: wrap; justify-content: space-between; }

.contact .left-wrapper .items { width: 48%; box-sizing: border-box; background-color: #f2f2f2; display: flex; flex-direction: column; align-items: center; justify-content: center; height: 210px; }

.contact .left-wrapper .items:nth-child(1), .contact .left-wrapper .items:nth-child(2) { margin-bottom: 22px; }

.contact .left-wrapper .items p { font-size: 18px; margin: 10px; }

.contact .left-wrapper .items h4 { font-weight: bold; font-size: 16px; padding: 0 16px; text-align: center; }

.contact .left-wrapper .items img { width: 82px; height: 82px; object-fit: contain; }

.contact .right-wrapper { width: 48%; height: 450px; z-index: 10; }

.contact .contact_message { margin: 40px 0 30px; }

.contact .contact_message .tit h1 { text-align: center; }

.contact .from-box { margin: 60px 0 0; }

.contact .from-item { display: flex; padding: 14px; background-color: #fafafa; border-radius: 8px; margin-bottom: 20px; }

.contact .from-item .from-le { color: #a49ca4; }

.contact .from-item .from-ri { outline: none; }

.contact .from-item input { flex: 1; background-color: transparent; }

.contact .textarea-item { display: flex; flex-direction: column; }

.contact .textarea-item .from-le { margin-bottom: 10px; }

.contact .textarea-item textarea { background-color: transparent; border-color: transparent; }

.contact .from-btn { cursor: pointer; margin-top: 40px; background-color: var(--color-base); height: 40px; line-height: 40px; text-align: center; color: #fff; }

@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%; }
  .index-banner .swiper1 { height: 20rem; }
  .index-banner .swiper1 .swiper-pagination { bottom: 30px; }
  .index-banner .swiper1 .swiper-pagination-bullet { width: 0.6rem; height: 0.6rem; margin: 0 0.5rem !important; }
  .tit h1 { font-size: 1.6rem; }
  .advi .advibox1 .h1 { font-size: 2.5rem; }
  .about .logo-wrapper { width: 55%; } }

@media screen and (max-width: 768px) { .header1, .footer, .nav { display: none !important; }
  .banner-ny .banner-nybox { height: 220px; background-image: url("../images/banner.jpg"); }
  .mo-top, .mo-footer { display: block !important; }
  .ny-lb { min-height: 38rem; }
  .index-banner .swiper1 { height: 15rem; }
  .index-about .aboutbox { flex-direction: column-reverse; }
  .index-about .about-l, .index-about .about-r { width: 100%; justify-content: center; }
  .index-about .about-font { width: 100%; }
  .about .ab1-image { width: 45%; }
  .contact .left-wrapper { width: 100%; }
  .contact .left-wrapper .items:nth-child(1), .contact .left-wrapper .items:nth-child(2) { margin-bottom: 16px; }
  .contact .left-wrapper .items p { font-size: 16px; }
  .contact .left-wrapper .items h4 { font-size: 14px; }
  .contact .right-wrapper { display: none; }
  .contact .textarea-item .from-ri { height: 130px; }
  .contact .from-box { margin-top: 30px; }
  .news .n-cowbox { flex-wrap: wrap; }
  .news .n-row { width: 50%; }
  .advi .advibox { height: 330px; background: url(../images/index_adv.png) no-repeat right bottom; }
  .advi .advibox1 .h1 { font-size: 1.9rem; }
  .advi .advi-font p { font-size: 1rem; } }

@media screen and (max-width: 430px) { .content { padding: 0 0.75rem; max-width: 100%; }
  body .mo-top a { width: 30%; }
  .index-banner .swiper1 { height: 12rem; }
  .index-banner .swiper1 .swiper-pagination { bottom: 0.5rem; }
  .index-banner .swiper1 .swiper-button-prev, .index-banner .swiper1 .swiper-button-next { display: none; }
  .index-about { padding-bottom: 2rem; }
  .index-about .about-rbox { padding: 2rem 0rem 1rem 0rem; }
  .index-about .about-l .ab-tit h1 { font-size: 2rem; }
  .index-about .about-l .ab-tit p { font-size: 1.1rem; }
  .index-about .about-font { margin-top: 1rem; width: 100%; }
  .banner-ny .banner-nybox { height: 180px; }
  .about .ab1-image { width: 50%; }
  .about .about-bottom > div { margin-bottom: 0; }
  .about .about-bottom .items-w-50 { width: 100%; margin-bottom: 2%; }
  .about .about-bottom .items h4 { font-size: 1.3rem; margin-bottom: 2%; }
  .about .about-bottom .items p { line-height: 1.7; font-size: 0.9rem; }
  .industry, .news, .partner { padding: 1rem 0; }
  .ny-lb { padding: 1rem 0; min-height: 28rem; }
  .partner .pa-row { width: 50%; }
  .advi .advibox1 { padding: 5% 0.75rem; }
  .advi .advibox1 .h1 { font-size: 1.2rem; }
  .advi .logo { width: 30%; }
  .news .n-row { padding: 0.25rem; }
  .news .n-img { height: 130px; }
  .news .n-font { padding: 0.3rem; }
  .news .n-font h1 { font-size: 1rem; }
  .news .n-font p { font-size: 0.8rem; }
  .news .n-time, .news .n-more { display: none; }
  .news .n-cowbox { margin: 0 -0.25rem; }
  .news_detail .news_detail_item { margin-top: 0; }
  .news_detail .item_title h1 { font-size: 1.3rem; } }

@media screen and (max-width: 375px) { .about .ab1-image { width: 100%; display: flex; justify-content: center; }
  .about .ab1-image img { width: 80%; } }

/*分页样式*/
.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; }

.advi-bottom { width: 100%; }

.advi-bottom .left-line { width: 71px; height: 11px; }

.advi-bottom .left-line img { width: 80%; }

.industry { padding: 0 0 60px 0; }

.industry-wrapper-m { display: none; }

@media screen and (max-width: 768px) { .advi-bottom .left-line img { width: 60%; } }

@media screen and (max-width: 430px) { .advi-bottom .left-line img { width: 50%; }
  .industry-wrapper { display: none; }
  .industry-wrapper-m { display: block; } }
