@charset "UTF-8";
@import url("../font/bahnschrift/bahnschrift.css");
@media (prefers-reduced-motion: no-preference) { :root { scroll-behavior: unset; } }
body { --theme-color: #419ca1; --theme-green:#2b7175; --theme-red: #c40500; --theme-blue:#054988; color: #666666; }

/*滚动条样式*/
@media screen and (-webkit-min-device-pixel-ratio: 0) { ::-webkit-scrollbar { width: 5px; height: 8px; }
  ::-webkit-scrollbar-track:enabled { background-color: #999999; }
  ::-webkit-scrollbar-thumb:vertical { background-color: var(--theme-color); border-radius: 30px; }
  ::-webkit-scrollbar-thumb:horizontal { background-color: var(--theme-color); border-radius: 30px; } }
/*选中样式*/
::selection { background: var(--theme-color); color: #ffffff; }

::-moz-selection { background: var(--theme-color); color: #ffffff; }

::selection { background: var(--theme-color); color: #ffffff; }

::-moz-selection { background: var(--theme-color); color: #ffffff; }

.iconfont { font-size: initial; }

.nobg { background: none !important; backdrop-filter: unset !important; }

.no-pictrue svg { width: 5rem; height: 5rem; }
.no-pictrue svg path { fill: #999; }

.bg1 { background-color: #f4f5f7 !important; }

.red { color: var(--theme-red); }

.m-scroll::-webkit-scrollbar { /*滚动条整体样式*/ width: 5px; /*高宽分别对应横竖滚动条的尺寸*/ height: 0px; }

.m-scroll::-webkit-scrollbar-thumb { /*滚动条里面小方块*/ border-radius: 5px; box-shadow: inset 0 0 2.5px rgba(0, 0, 0, 0.1); background: var(--theme-red); }

.m-scroll::-webkit-scrollbar-track { /*滚动条里面轨道*/ box-shadow: inset 0 0 2.5px rgba(0, 0, 0, 0.1); border-radius: 5px; background: #ededed; }

/*自定义分页样式*/
.w-page { margin-bottom: 20px; }
.w-page li.active span { z-index: 3; color: #fff; background-color: var(--theme-color); }
.w-page li.disabled { cursor: no-drop; }
.w-page li.disabled span { color: #6c757d; pointer-events: none; background-color: #eeeeee; }

.pagination { display: -ms-flexbox; display: flex; padding-left: 0; list-style: none; }

.w-page li a, .w-page li span { position: relative; display: block; padding: .5rem .75rem; line-height: 1.25; color: #666; background-color: #e2e2e2; margin: 2px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.w-page li a:hover, .w-page li span:hover { background-color: #cdcdcd; color: #fff; }

a:hover { color: var(--theme-color); }

.ratio-partner { --bs-aspect-ratio: calc(140 / 240 * 100%); }

.header { background-color: #FFFFFF; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; position: fixed; z-index: 99; height: auto; width: 100%; }
@media (min-width: 992px) { .header { height: 100px; } }
.header .logo .logo-wrap .logo-name { font-size: 30px; font-weight: bold; color: #333333; }
.header .logo .logo-wrap .logo-desc { font-size: 1.125rem; color: #666666; }
.header .logo .logo-wrap:hover .logo-desc { color: #666666; }
.header .logo img { -webkit-transition: all .8s; -moz-transition: all .8s; -ms-transition: all .8s; -o-transition: all .8s; transition: all .8s; }
@media (max-width: 575.98px) { .header .logo img { height: 40px; } }
@media (max-width: 575.98px) { .header .logo .logo-info { font-size: 12px; } }
.header .nav { flex: 1; }
.header .nav ul { width: 100%; }
.header .nav ul li { position: relative; }
.header .nav ul li::after { content: ''; display: block; position: absolute; width: 100%; height: 4px; left: 0; right: 0; bottom: 0; background-color: var(--theme-color); -webkit-transition: transform .3s,color .3s; -moz-transition: transform .3s,color .3s; -ms-transition: transform .3s,color .3s; -o-transition: transform .3s,color .3s; transition: transform .3s,color .3s; -webkit-transform: scale(0, 1); -moz-transform: scale(0, 1); -ms-transform: scale(0, 1); -o-transform: scale(0, 1); transform: scale(0, 1); transform-origin: left center; }
.header .nav ul li:hover::after, .header .nav ul li.active::after { -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); -ms-transform: scale(1, 1); -o-transform: scale(1, 1); transform: scale(1, 1); transform-origin: right center; }
.header .nav ul li:hover a, .header .nav ul li.active a { color: var(--theme-color); }
.header .header-tel .tel-info { margin-left: .625rem; flex: 1; }
.header .header-tel .tel-info .tel-head { font-size: 12px; color: #808080; }
.header .header-tel .tel-info .tel-num { color: var(--theme-color); }
.header .header-tel span.txt { color: #282828; opacity: .5; font-size: .625rem; line-height: 2; }
.header .header-tel p.tel-num { margin-top: 4px; line-height: 1; color: #282828; font-size: 1.375rem; }
.header .header-tel .tel-icon img { margin-left: 3px; }
.header.header-min { z-index: 999; position: fixed; top: 0; -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.04); -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.04); box-shadow: 0 4px 8px rgba(0, 0, 0, 0.04); }
@media (min-width: 992px) { .header.header-min { height: 80px; } }
.header .menu-icon { width: 100px; height: 100px; background-color: var(--theme-color); color: #ffffff; position: relative; cursor: pointer;     /*span{ position: relative;
 } svg{ width: 35%; height: 35%; margin: auto; position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 2; fill: #ffffff; }*/ }
.header .menu-icon span { position: absolute; width: 40%; height: 2px; color: #FFFFFF; background-color: CurrentColor; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; margin: auto; left: 0; right: 0; top: 0; bottom: 0; }
.header .menu-icon span::before, .header .menu-icon span::after { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; position: absolute; content: ''; display: block; width: 100%; height: 2px; background-color: CurrentColor; }
.header .menu-icon span::before { top: 600%; }
.header .menu-icon span::after { bottom: 600%; }
.header .menu-icon.open span { background-color: unset; }
.header .menu-icon.open span::before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: 0; }
.header .menu-icon.open span::after { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); bottom: 0; }
@media (max-width: 1199.98px) { .header .menu-icon { width: 80px; height: 80px; } }
@media (max-width: 575.98px) { .header { height: 60px; }
  .header .logo .logo-wrap .logo-icon { text-align: center; }
  .header .logo .logo-wrap .logo-name { font-size: 20px; }
  .header .logo .logo-wrap .logo-desc { font-size: 12px; line-height: 1; }
  .header .menu-icon { width: 60px; height: 60px; } }
@media (min-width: 1400px) { .header .logo { width: 27%; }
  .header .header-right { width: 70%; } }
@media (min-width: 1680px) { .header .container { max-width: 1560px; } }

.mobile-nav { z-index: 9; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; position: fixed; background-color: #333; width: 100%; height: 100%; top: 0; left: 0; -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); transform: translateY(100%); }
.mobile-nav .nav-wrap { padding: 2.2rem 2rem; }
.mobile-nav dl { margin-bottom: 0; }
.mobile-nav dl.active dt::before { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.mobile-nav dl.active dt::after { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.mobile-nav dt { border-bottom: 1px dashed #4e4e4e; position: relative; padding: .3rem .5rem; }
.mobile-nav dt a { line-height: 2; display: block; width: 80%; margin-right: 2rem; font-weight: normal; }
.mobile-nav dt.has-child::after { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
.mobile-nav dd { display: none; padding-left: 1rem; }
.mobile-nav dd ul { margin-bottom: 0; line-height: 2; margin-top: 5px; list-style: inside circle; color: #fff; }
.mobile-nav dd ul a { font-size: 14px; }
.mobile-nav a { color: #f8f8f8; }

.mobile-nav dt.has-child::before, .mobile-nav dt.has-child::after { content: ''; position: absolute; width: 1rem; height: 0; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; border-bottom: 1px solid #d3d3d3; right: .5rem; margin: auto; top: 0; bottom: 0; }

.open-menu .mobile-nav { -webkit-transform: translate(0); -moz-transform: translate(0); -ms-transform: translate(0); -o-transform: translate(0); transform: translate(0); }

.sbanner { height: 360px; overflow: hidden; position: relative; z-index: 1; background-position: center; background-size: cover; background-repeat: no-repeat; }
@media (max-width: 1200.98px) { .sbanner { height: 420px; } }
@media (max-width: 575.98px) { .sbanner { height: 180px; } }

.footer { background: url("../Image/footer-bg.jpg") center/cover; font-size: 14px; }
.footer .footer-top { border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
.footer .footer-middle h3 { color: #FFFFFF; }
.footer .footer-middle p.footer-mid-desc { color: #cdcdcd; }
.footer a { color: #FFFFFF; opacity: .4; -webkit-transition: opacity .3s; -moz-transition: opacity .3s; -ms-transition: opacity .3s; -o-transition: opacity .3s; transition: opacity .3s; }
.footer a:hover { opacity: .8; }
.footer .footer-box dt { font-size: 18px; position: relative; color: #FFFFFF; font-weight: normal; }
.footer .footer-box dt::after { content: ''; display: block; width: 1.5rem; height: 2px; background-color: var(--theme-color); margin: .5rem 0; }
.footer .footer-box dd .footer-nav { line-height: 2; }
.footer .contact-box p { line-height: 2; color: #FFFFFF; opacity: .4; -webkit-transition: opacity .3s; -moz-transition: opacity .3s; -ms-transition: opacity .3s; -o-transition: opacity .3s; transition: opacity .3s; }
.footer .contact-box p:hover { opacity: .8; }
.footer .contact-right .content-info .contact-btn { background-color: #323232; color: #FFFFFF; font-size: 14px; opacity: 1; display: inline-block; padding: .725rem 1.625rem; border-radius: 3px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.footer .contact-right .content-info .contact-btn:hover { background-color: var(--theme-color); }
.footer .contact-right .content-info .tips { color: #FFFFFF; font-size: 14px; }
.footer .contact-right .content-info .tel .tel-num { color: var(--theme-color); font-size: 30px; }
@media (max-width: 575.98px) { .footer .contact-right .content-info .tel .tel-num { font-size: 26px; } }
.footer .contact-right .content-qrcode .qrcode-img { width: 80%; margin: 0 auto; background-color: #fff; border-radius: 3px; overflow: hidden; }
.footer .contact-right .content-qrcode p { color: #818181; font-size: 14px; line-height: 2.2; }
.footer .footer-bottom { border-top: 1px solid #393939; }

.location-box { background-color: #f5f6f8; }
.location-box .channel-nav li { position: relative; }
.location-box .channel-nav li a { display: inline-block; padding: 3px 10px; border-radius: 3px; position: relative; margin: 0 10px; }
.location-box .channel-nav li:not(:last-child)::after { position: absolute; content: ''; display: inline-block; height: 1rem; width: 0; right: 0; top: 0; bottom: 0; margin: auto; border-right: 1px solid #cccccc; }
.location-box .channel-nav li:hover a, .location-box .channel-nav li.on a { background-color: var(--theme-red); color: #ffffff; }
.location-box .page-crumbs { color: #999999; font-size: 14px; }
.location-box .page-crumbs a { color: #999999; }
.location-box .page-crumbs svg { width: 54px; height: 20px; }
.location-box .page-crumbs svg path { fill: #999999; }
.location-box .page-crumbs .crumbs-content { border-left: 1px solid #f1f1f1; }

.leftbar .category-name { background: var(--theme-color); color: #ffffff; font-size: 24px; line-height: 1; position: relative; }
.leftbar .category-name svg path { fill: #FFFFFF; }
.leftbar .category-name .line { border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
.leftbar .category-name span { position: relative; z-index: 2; }
@media (min-width: 992px) { .leftbar .category-name::before { content: attr(data-title); text-transform: uppercase; font-size: 80px; color: #ffffff; opacity: .05; position: absolute; bottom: 0; left: 0; right: 0; font-family: impact; line-height: 1; bottom: -40%; } }
@media (min-width: 1400px) { .leftbar .category-name { padding-top: 1.313rem !important; padding-bottom: 1.313rem !important; }
  .leftbar .category-name::before { font-size: 80px; } }
.leftbar .category-nav li { background-color: #f5f6f8; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.leftbar .category-nav li .icon { display: inline-block; width: 22px; height: 22px; position: relative; vertical-align: middle; }
.leftbar .category-nav li .icon svg { -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; width: 70%; height: 70%; }
.leftbar .category-nav li .icon svg path { fill: #666666; }
.leftbar .category-nav li span { display: inline-block; vertical-align: middle; }
.leftbar .category-nav li:hover, .leftbar .category-nav li.on { background-color: var(--theme-color); }
.leftbar .category-nav li:hover a, .leftbar .category-nav li.on a { color: #ffffff; }
.leftbar .category-nav li:hover .icon, .leftbar .category-nav li.on .icon { background-color: #FFFFFF; border-radius: 50%; }
.leftbar .category-nav li:hover .icon svg, .leftbar .category-nav li.on .icon svg { -webkit-transform: translateX(2px); -moz-transform: translateX(2px); -ms-transform: translateX(2px); -o-transform: translateX(2px); transform: translateX(2px); }
.leftbar .category-nav li:hover .icon svg path, .leftbar .category-nav li.on .icon svg path { fill: #333333; }
.leftbar .category-nav li:last-child a { margin-bottom: 0 !important; }

.leftContact .contact-head { border-bottom: 1px solid #f4f4f4; }
.leftContact .contact-head .head-icon { background-color: var(--theme-color); width: 45px; margin-right: 3%; }
.leftContact .contact-head .head-icon svg { max-width: 60%; }
.leftContact .contact-head .head-icon svg path { fill: #FFFFFF; }
.leftContact .contact-head .head-info p:nth-child(1) { font-size: 14px; }
.leftContact .contact-head .head-info .tel-num { font-size: 24px; color: var(--theme-color); line-height: 1; }
.leftContact .contact-content p { line-height: 2; }

.wrapper { background-color: #f4f4f4; }

.index-page { background-color: #fff; }

.ratio-420x526 { --bs-aspect-ratio: calc(526 / 420 * 100%); }

.ratio-420x255 { --bs-aspect-ratio: calc(255 / 420 * 100%); }

.ratio-860x255 { --bs-aspect-ratio: calc(255 / 860 * 100%); }

.g-4s, .gy-4s { --bs-gutter-y: 20px; }

.g-4s, .gx-4s { --bs-gutter-x: 20px; }

@media (min-width: 992px) { .g-lg-4s, .gy-lg-4s { --bs-gutter-y: 26px; }
  .g-lg-4s, .gx-lg-4s { --bs-gutter-x: 26px; } }
@media (min-width: 1400px) { .g-xxl-4s, .gy-xxl-4s { --bs-gutter-y: 38px; }
  .g-xxl-4s, .gx-xxl-4s { --bs-gutter-x: 38px; } }
.index-grid .item .item-wrap { overflow: hidden; }
.index-grid .item img { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.index-grid .item .overlay .item-name { color: #ffffff; font-size: 24px; padding: 30px 40px; z-index: 2; background-color: rgba(0, 0, 0, 0.5); }
.index-grid .item:hover img { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); }

.cases-swiper .cases-swiper-next, .cases-swiper .cases-swiper-prev { position: absolute; margin: auto; z-index: 3; top: 0; bottom: 0; width: 40px; height: 85px; background-color: rgba(0, 0, 0, 0.5); display: flex; align-items: center; justify-content: center; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.cases-swiper .cases-swiper-next svg, .cases-swiper .cases-swiper-prev svg { width: 1.8rem; height: 1.8rem; }
.cases-swiper .cases-swiper-next svg path, .cases-swiper .cases-swiper-prev svg path { fill: #ffffff; }
.cases-swiper .cases-swiper-next:hover, .cases-swiper .cases-swiper-prev:hover { background-color: rgba(43, 113, 117, 0.8); }
.cases-swiper .cases-swiper-next { right: 0; }
.cases-swiper-title { font-size: 24px; text-align: center; z-index: 2; position: absolute; margin: auto; left: 0; right: 0; top: 12%; }
.cases-swiper-title .title-wrap { border: 1px solid rgba(255, 255, 255, 0.5); padding: 8px; display: inline-block; }
.cases-swiper-title span { display: inline-block; padding: 15px 20px; background-color: rgba(43, 113, 117, 0.9); color: #ffffff; }

.index-category-nav a { background-color: #f4f5f7; color: #282828; margin: .3rem; display: inline-block; padding: .5rem 1.5rem; }
.index-category-nav a:hover { background-color: var(--theme-color); color: #FFFFFF; }
@media (max-width: 575.98px) { .index-category-nav a { font-size: 14px; } }

.section { padding: 2.85% 0; }
.section .sec-head { padding-bottom: 1.5%; }
.section .sec-head .sec-name { font-size: 24px; color: #000000; }
@media (min-width: 1400px) { .section .sec-head .sec-name { font-size: 36px; } }
.section .sec-head .sec-desc { color: #666666; }
.section .sec-head .sec-line { width: 240px; border-bottom: 1px solid #eeeeee; position: relative; margin: 1rem auto; }
.section .sec-head .sec-line::after { content: ''; position: absolute; height: 2px; background-color: #666666; width: 40px; margin: auto; left: 0; right: 0; bottom: 0; top: 0; }
.section .sec-more a { display: inline-block; position: relative; color: var(--theme-color); line-height: 1; }
.section .sec-more a span { position: relative; z-index: 2; }
.section .sec-more a::after { content: ''; border-bottom: 4px solid rgba(199, 145, 39, 0.3); opacity: .4; position: absolute; bottom: 0; left: 0; z-index: 0; right: 0; margin: auto; -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; -webkit-transform-origin: right center; -moz-transform-origin: right center; -ms-transform-origin: right center; -o-transform-origin: right center; transform-origin: right center; }
.section .sec-more a:hover::after { -webkit-transform-origin: left center; -moz-transform-origin: left center; -ms-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); }
.section.sec-category-grid { background: url("../Image/sec-pro-bg.jpg") center/cover no-repeat; }
.section.sec-about { background: url("../Image/sec-about-bg.jpg") center/cover no-repeat; }
.section.sec-about .about-container .about-head { color: #2c2c2c; }
.section.sec-about .about-container .about-head .about-en-name { font-family: Arial; text-transform: uppercase; font-size: 48px; }
.section.sec-about .about-container .about-head .about-cn-name { line-height: 1; font-size: 24px; }
.section.sec-about .about-container .about-tips { font-size: 24px; color: var(--theme-color); line-height: 2; }
.section.sec-about .about-container .about-tips::before { content: ''; height: 4px; display: block; width: 10%; background-color: var(--theme-color); margin: 1rem 0; }
.section.sec-about .about-container .about-content { font-size: 14px; color: #666666; line-height: 2; }
.section.sec-about .about-container .about-more { font-size: 14px; color: #666666; }
.section.sec-about .about-container .about-more:hover { color: var(--theme-color); }
.section.sec-about .about-img { filter: drop-shadow(30px 30px 0px #d9d9d9); }

.about-param { margin: 3% 0; }
.about-param .grid-param { position: relative; }
.about-param .grid-param:nth-child(2)::before, .about-param .grid-param:nth-child(2)::after { content: ''; position: absolute; top: 0; bottom: 0; margin: auto; height: 80%; width: 1px; background-color: #dddddd; }
.about-param .grid-param:nth-child(2)::before { left: 0; }
.about-param .grid-param:nth-child(2)::after { right: 0; }
.about-param .grid-param .param-wrap .param-head strong { font-size: 48px; color: #333333; font-weight: normal; }
.about-param .grid-param .param-wrap .param-head span { background-color: var(--theme-color); vertical-align: top; font-size: 12px; border-radius: 9rem !important; padding: 0.1rem .2rem; color: #fff; }
.about-param .grid-param .param-wrap p { text-align: center; line-height: 2; }

.pro-list .item .item-wrap .item-name { border: 1px solid #f6f6f6; }
.pro-list .item .item-wrap .item-name a { display: block; font-size: 14px; }
.pro-list .item .item-wrap .item-caption .item-name { color: #333333; font-size: 18px; }
.pro-list .item .item-wrap .item-caption .item-attr p { font-size: 14px; color: #999999; }
.pro-list .item .item-wrap .item-more a { border: 1px solid #7d7d7d; color: #7d7d7d; background-color: #f4f5f7; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; font-size: 12px; padding: .45rem 1rem; }
.pro-list .item .item-wrap .item-more a:hover { background-color: #c79127; color: #FFFFFF; border-color: #c79127; }

.sec-nav .btn-group { position: relative; display: inline-flex; vertical-align: middle; width: 290px; margin-top: -1.3%; margin-left: auto; margin-right: auto; text-align: center; }
.sec-nav .btn-group .g-btn { cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border-radius: 2rem; position: relative; flex: 1 1 auto; display: block; background: #f4f4f4; border: 1px solid #999999; padding: 4%; color: #333333; font-size: .875rem; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.sec-nav .btn-group .g-btn:not(:first-child) { margin-left: -1px; border-top-left-radius: 0; border-bottom-left-radius: 0; border-left: 1px solid rgba(255, 255, 255, 0.5); }
.sec-nav .btn-group .g-btn:not(:last-child) { margin-left: -1px; border-top-right-radius: 0; border-bottom-right-radius: 0; }
.sec-nav .btn-group .g-btn.on { background-color: #333333; color: #ffffff; border-color: #333333; }
@media (min-width: 1200px) { .sec-nav .btn-group .g-btn { border-radius: 2.25rem; padding: 3%; text-align: center; } }

/*index advantage*/
.adv-box .adv-item .item-name { color: #252525; font-size: 30px; font-weight: bold; line-height: 2; }
.adv-box .adv-item .item-desc { color: #5a5a5a; line-height: 2; }
@media (max-width: 575.98px) { .adv-box .adv-item .item-name { font-size: 22px; }
  .adv-box .adv-item .item-desc { line-height: initial; } }

.con-swiper .item-img { background-color: #f4f5f7; }
.con-swiper .item-img img { max-height: 100%; max-width: 100%; display: block; margin: 0 auto; }

.box .box-head { border-bottom: 2px solid #e6e6e6; margin-bottom: .875rem; }
.box .box-head .head-name { position: relative; font-size: 24px; font-weight: bold; color: #333333; padding: .5rem 0; }
@media (max-width: 575.98px) { .box .box-head .head-name { font-size: 18px; } }
.box .box-head .head-name::after { content: ''; display: block; position: absolute; left: 0; bottom: -2px; width: 100%; border-bottom: 3px solid var(--theme-color); }
.box .box-head .head-more { font-size: 14px; }
.box .box-head .head-more a { color: #999999; }
.box .box-head .head-more:hover a { color: #333333; }

.news-card-list .card-item .news-img { margin-bottom: 1rem; }
.news-card-list .card-item .news-img .item-time { margin-bottom: -1rem; color: #ffffff; background-color: var(--theme-color); text-align: center; bottom: 0; padding: .5rem 1rem; }
.news-card-list .card-item .news-img .item-time .date { font-size: 36px; font-weight: bold; line-height: 1; }
.news-card-list .card-item .item-name { font-weight: bold; line-height: 2; }
.news-card-list .card-item .item-desc { font-size: 14px; color: #4e4e4e; }

.question-list .item { -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.11); -moz-box-shadow: 0 0 18px rgba(0, 0, 0, 0.11); box-shadow: 0 0 18px rgba(0, 0, 0, 0.11); margin: 1.2rem 0; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.question-list .item:last-child { margin-bottom: 0; }
.question-list .item .item-num { display: inline-block; vertical-align: middle; margin-right: .3rem; font-size: 18px; font-weight: bold; color: #a4a4a8; }

.section-honor-swiper { position: relative; z-index: 3; }
.section-honor-swiper .tab-prev-next .tab-prev, .section-honor-swiper .tab-prev-next .tab-next { position: absolute; margin: auto; top: 0; bottom: 0; width: 2.5rem; height: 2.5rem; }
.section-honor-swiper .tab-prev-next .tab-prev svg, .section-honor-swiper .tab-prev-next .tab-next svg { width: 100%; height: 100%; fill: #d2d2d2; -webkit-transition: fill .3s; -moz-transition: fill .3s; -ms-transition: fill .3s; -o-transition: fill .3s; transition: fill .3s; }
.section-honor-swiper .tab-prev-next .tab-prev:hover svg, .section-honor-swiper .tab-prev-next .tab-next:hover svg { fill: var(--theme-color); }
.section-honor-swiper .tab-prev-next .tab-prev { left: -4%; }
.section-honor-swiper .tab-prev-next .tab-next { right: -4%; }

.news-list .item { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.news-list .item .item-wrap { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.news-list .item .item-name { font-size: 20px; color: #333333; border-bottom: 1px dashed #e7e7e7; }
@media (max-width: 575.98px) { .news-list .item .item-name { font-size: 16px; } }
.news-list .item .item-tool { font-size: 14px; color: #999999; }
.news-list .item .item-tool a { color: #999999; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.news-list .item:hover .item-wrap { -webkit-transform: translateY(-2px); -moz-transform: translateY(-2px); -ms-transform: translateY(-2px); -o-transform: translateY(-2px); transform: translateY(-2px); -webkit-box-shadow: 0 10px 8px 0 rgba(0, 0, 0, 0.04); -moz-box-shadow: 0 10px 8px 0 rgba(0, 0, 0, 0.04); box-shadow: 0 10px 8px 0 rgba(0, 0, 0, 0.04); }
.news-list .item:hover .item-name { color: var(--theme-color); }
.news-list .item:hover .item-tool a { letter-spacing: 1px; color: #333333; }

.image-list .item .item-wrap { overflow: hidden; }
.image-list .item .item-wrap .item-caption { position: relative; }
.image-list .item .item-wrap .item-caption .item-name { position: relative; z-index: 2; -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; }
.image-list .item .item-wrap .item-caption::after { z-index: 0; -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; background-color: var(--theme-color); content: ''; display: block; position: absolute; top: 0; left: 0; bottom: 0; width: 100%; height: 100%; -webkit-transform: scaleX(0) skewY(10deg); -moz-transform: scaleX(0) skewY(10deg); -ms-transform: scaleX(0) skewY(10deg); -o-transform: scaleX(0) skewY(10deg); transform: scaleX(0) skewY(10deg); -webkit-transform-origin: left center; -moz-transform-origin: left center; -ms-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; }
.image-list .item:hover .item-caption .item-name { color: #FFFFFF; }
.image-list .item:hover .item-caption::after { -webkit-transform: scaleX(1) skewY(0); -moz-transform: scaleX(1) skewY(0); -ms-transform: scaleX(1) skewY(0); -o-transform: scaleX(1) skewY(0); transform: scaleX(1) skewY(0); }

.company-page { background-color: #fff; }
.company-page .location-box { border-top: 1px solid #f1f1f1; border-bottom: 1px solid #f1f1f1; }
.company-page .location-box .crumbs-content { border-left: none; }
.company-page .channel-nav li { margin: .875rem; color: #ffffff; padding: .5rem 1.5rem; border: 1px solid #dfdfdf; background-color: #efefef; }
.company-page .channel-nav li:hover { border-color: var(--theme-color); background-color: var(--theme-color); }
.company-page .channel-nav li:hover a { color: #ffffff; }
.company-page .inner-section { padding: 3% 0; }
@media (max-width: 575.98px) { .company-page .inner-section { margin: 5% 0; } }
.company-page .inner-section .sec-head .head-line { width: 66px; border-bottom: 1px solid var(--theme-green); height: 0; margin-top: 1%; margin-right: 1rem; }
@media (max-width: 575.98px) { .company-page .inner-section .sec-head .head-line { margin-top: 2.5%; } }
.company-page .inner-section .sec-head .head-info { font-size: 30px; }
@media (max-width: 575.98px) { .company-page .inner-section .sec-head .head-info { font-size: 20px; } }
.company-page .inner-section .sec-head .head-info .head-ename { color: var(--theme-green); font-weight: bold; font-family: Arial; line-height: 1; }
.company-page .inner-section .sec-head .head-info .head-cname { color: #424242; }
.company-page .inner-section .sec-head .head-info .head-desc { color: #5d5d5d; font-size: 14px; }
.company-page .inner-section.sec-about { background: url("../Image/inner-about-bg.png") bottom no-repeat; border-top: 1px solid #f1f1f1; padding-bottom: 2%; }
.company-page .inner-section.sec-about .about-param .grid-param { position: relative; }
.company-page .inner-section.sec-about .about-param .grid-param:nth-child(2)::before, .company-page .inner-section.sec-about .about-param .grid-param:nth-child(2)::after { display: none; }
.company-page .inner-section.sec-about .about-param .grid-param .param-wrap .param-head strong { font-size: 48px; color: var(--theme-green); font-weight: bold; margin-right: 5px; }
.company-page .inner-section.sec-about .about-param .grid-param .param-wrap .param-head span { background-color: var(--theme-green); vertical-align: top; font-size: 16px; border-radius: 9rem !important; padding: 0.2rem .3rem; color: #fff; }
@media (max-width: 585.98px) { .company-page .inner-section.sec-about .about-param .grid-param .param-wrap .param-head strong { font-size: 24px; font-weight: normal; }
  .company-page .inner-section.sec-about .about-param .grid-param .param-wrap .param-head span { font-size: 12px; padding: .1rem .2rem; } }
.company-page .inner-section.sec-about .about-param .grid-param .param-wrap p { text-align: center; line-height: 2; }
.company-page .inner-section.sec-about .about-content { line-height: 1.8; }
.company-page .inner-section.sec-about .about-content p { margin-bottom: 1rem; font-size: 14px; }
.company-page .inner-section.sec-about .about-content h3 { background-color: #f4f4f4; font-size: 20px; margin-top: .5rem; margin-bottom: .8rem; }
.company-page .inner-section.sec-about .about-content h3 strong { background-color: var(--theme-color); color: #FFFFFF; padding: .3rem .8rem; display: inline-block; font-weight: normal; }
.company-page .inner-section.sec-about .about-content img { max-width: 100%; }
.company-page .inner-section.sec-cultrue { background-color: #f1f4f4; }
.company-page .inner-section.sec-styles { background-color: #ffffff; }
.company-page .inner-section.sec-honor { background-color: #f1f4f4; }
.company-page .cultrue-list .item { margin-top: 4%; text-align: center; text-align: center; }
.company-page .cultrue-list .item .item-icon { width: 110px; height: 110px; border: 1px solid #eee; background-color: #ffffff; border-radius: 50%; margin: 0 auto; position: relative; overflow: hidden; }
.company-page .cultrue-list .item .item-icon::before { content: ''; display: block; width: 100%; height: 100%; background-color: var(--theme-color); position: absolute; top: 0; bottom: 0; left: 0; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); opacity: 0; }
.company-page .cultrue-list .item .item-icon svg { position: absolute; width: 50px; height: 50px; margin: auto; top: 0; left: 0; right: 0; bottom: 0; }
.company-page .cultrue-list .item .item-icon svg path { fill: #000000; }
.company-page .cultrue-list .item .item-name { font-size: 18px; line-height: 2; color: #000; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.company-page .cultrue-list .item .item-desc { font-size: 14px; color: #666666; }
@media (min-width: 1200px) { .company-page .cultrue-list .item .item-desc { width: 48%; margin: 0 auto; } }
.company-page .cultrue-list .item:hover .item-icon::before { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity: 1; }
.company-page .cultrue-list .item:hover .item-icon svg { -webkit-animation: swing 1 1s linear; -o-animation: swing 1 1s linear; animation: swing 1 1s linear; }
.company-page .cultrue-list .item:hover .item-icon svg path { fill: #ffffff; }
.company-page .cultrue-list .item:hover .item-name { color: var(--theme-color); }
.company-page .styles-list .item-wrap .item-img { cursor: zoom-in; overflow: hidden; }
.company-page .styles-list .item-wrap .item-img img { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.company-page .styles-list .item-wrap .item-name { background-color: rgba(0, 0, 0, 0.3); color: #ffffff; position: absolute; width: 100%; left: 0; bottom: 0; text-align: center; }
@media (max-width: 575.98px) { .company-page .styles-list .item-wrap .item-name { font-size: 14px; } }
.company-page .styles-list .item-wrap:hover .item-img 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); }
.company-page .honor-swiper .item .item-img { position: relative; }
.company-page .honor-swiper .item .item-img::before { content: ''; position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 2; background: url("../Image/img-border.png") center/cover no-repeat; }

/*单页名称*/
.page-head { border-bottom: 1px solid #eeeeee; background-color: #FFFFFF; }
.page-head .head-name { color: #333333; font-size: 18px; position: relative; }
.page-head .head-name::before { content: ''; position: absolute; height: 20px; width: 4px; background-color: var(--theme-color); margin: auto; top: 0; bottom: 0; left: 0; }

/*产品详情*/
.category-bar { position: relative; z-index: 333; background-color: #fff; }
.category-bar .category-wrap { -webkit-box-shadow: 0 0 18px rgba(27, 38, 39, 0.13); -moz-box-shadow: 0 0 18px rgba(27, 38, 39, 0.13); box-shadow: 0 0 18px rgba(27, 38, 39, 0.13); margin-top: -4.25rem; }
.category-bar .category-wrap .head { font-size: 24px; color: #323232; }
.category-bar .category-wrap .cate-box { padding: 0 1.5rem; border-top: 1px solid #f3f3f3; }
.category-bar .category-wrap .cate-box .box-head .head-name { font-weight: bold; color: #333333; font-size: 18px; position: relative; }
.category-bar .category-wrap .cate-box .box-head .head-name::after { content: ''; display: block; position: absolute; right: 0; bottom: 0; border-bottom: 2px solid #333333; width: 1rem; margin: auto; top: 0; height: 0; }
.category-bar .category-wrap .cate-box .box-con { padding-bottom: 1.5rem; }
.category-bar .category-wrap .cate-box .category-list li:not(:first-child) { border-top: 1px solid #f3f3f3; }
.category-bar .category-wrap .cate-box .category-list li .ico { color: var(--theme-color); width: 12px; height: 12px; border: 1px solid #c5c5c5; border-radius: 50%; display: inline-block; position: relative; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; margin-right: 5px; }
.category-bar .category-wrap .cate-box .category-list li .ico::after { content: ''; position: absolute; margin: auto; width: 6px; height: 6px; border-radius: 50%; top: 0; left: 0; bottom: 0; right: 0; background-color: CurrentColor; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); }
.category-bar .category-wrap .cate-box .category-list li a { display: block; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.category-bar .category-wrap .cate-box .category-list li .more { -webkit-transform: translateX(-20px); -moz-transform: translateX(-20px); -ms-transform: translateX(-20px); -o-transform: translateX(-20px); transform: translateX(-20px); -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; float: right; }
.category-bar .category-wrap .cate-box .category-list li .more svg { width: 1rem; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; opacity: 0; fill: var(--theme-color); }
.category-bar .category-wrap .cate-box .category-list li:hover a { color: var(--theme-color); -webkit-transform: translateX(10px); -moz-transform: translateX(10px); -ms-transform: translateX(10px); -o-transform: translateX(10px); transform: translateX(10px); }
.category-bar .category-wrap .cate-box .category-list li:hover .ico { border-color: var(--theme-color); }
.category-bar .category-wrap .cate-box .category-list li:hover .ico::after { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
.category-bar .category-wrap .cate-box .category-list li:hover .more { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); -webkit-transform: translateX(-10px); -moz-transform: translateX(-10px); -ms-transform: translateX(-10px); -o-transform: translateX(-10px); transform: translateX(-10px); }
.category-bar .category-wrap .cate-box .category-list li:hover .more svg { opacity: 1; }
.category-bar .category-wrap .cate-box .cate-contact { font-size: 14px; line-height: 2; color: #999999; }

.layui-layer.w-layer-form { border-radius: 6px; }

.item-detail { position: fixed; z-index: 9999; top: 0; bottom: 0; left: 0; right: 0; background-color: rgba(0, 0, 0, 0.8); -webkit-transition: transform 1s,background-color 1.5s linear 1s,opacity .3s; -moz-transition: transform 1s,background-color 1.5s linear 1s,opacity .3s; -ms-transition: transform 1s,background-color 1.5s linear 1s,opacity .3s; -o-transition: transform 1s,background-color 1.5s linear 1s,opacity .3s; transition: transform 1s,background-color 1.5s linear 1s,opacity .3s; -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); transform: translateY(100%); opacity: 0; display: none; }
.item-detail .close-btn { position: absolute; width: 44px; height: 44px; top: 0; bottom: 0; background-color: var(--theme-green); border-radius: 50%; color: #ffffff; z-index: 2; right: 0; top: -12px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.item-detail .close-btn::before, .item-detail .close-btn::after { content: ''; position: absolute; margin: auto; height: 2px; width: 50%; top: 0; bottom: 0; left: 0; right: 0; z-index: 2; background-color: CurrentColor; }
.item-detail .close-btn::before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.item-detail .close-btn::after { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
.item-detail .close-btn:hover { /*color: var(--theme-red);*/ -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
.item-detail .detail-info { padding: 8%; }
.item-detail .detail-name { font-size: 30px; }
.item-detail .detail-tips { background-color: var(--theme-green); color: #ffffff; padding: .5rem 1rem; display: inline-block; }
.item-detail .detail-attr .attr-name { color: #999999; }
.item-detail .detail-attr .attr-name::before { content: ''; width: 2px; height: 18px; display: inline-block; vertical-align: middle; margin-right: 8px; background-color: var(--theme-green); }
.item-detail .detail-attr .attr-lists { font-size: 14px; line-height: 2; }
.item-detail .detail-attr .attr-lists .attr-label { color: #999999; }
.item-detail .detail-contact { border-top: 1px solid #e1e1e1; }
.item-detail .detail-contact .tel-info p { font-size: 14px; color: #747474; }
.item-detail .detail-contact .tel-info .tel-info-name { line-height: 1; }
.item-detail .detail-contact .tel-info .tel-num { font-weight: bold; color: var(--theme-green); font-size: 24px; }
.item-detail .detail-contact .contact-btn-group a { width: 48%; padding: .8rem 1.2rem; color: #fff; background-color: var(--theme-green); font-size: 14px; text-align: center; margin-left: 10px; width: 150px; display: inline-block; }
.item-detail .detail-contact .contact-btn-group a:nth-child(2) { background-color: #bd1e25; }
@media (max-width: 991.98px) { .item-detail .detail-info { padding: 4%; }
  .item-detail .detail-name { font-size: 20px; }
  .item-detail .detail-wrapper { overflow-y: scroll; height: 90vh; } }
.item-detail.show { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); opacity: 1; display: block; }

.goods-lists .goods-item .item-img { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.goods-lists .goods-item .item-img .img-wrap { --bs-aspect-ratio: calc(256 / 500 * 100%); }
@media (min-width: 1400px) { .goods-lists .goods-item .item-img .img-wrap { --bs-aspect-ratio: calc(500 / 256 * 100%); } }
.goods-lists .goods-item .item-name { font-size: 18px; }
.goods-lists .goods-item .item-more { font-size: 14px; color: #999999; }
.goods-lists .goods-item:hover .item-img { -webkit-box-shadow: 0 0 30px rgba(27, 38, 39, 0.36); -moz-box-shadow: 0 0 30px rgba(27, 38, 39, 0.36); box-shadow: 0 0 30px rgba(27, 38, 39, 0.36); }

.goods-detail-page .goods-top .goods-summary .goods-title { font-size: 24px; color: #333333; }
.goods-detail-page .goods-top .goods-summary .goods-attr { border-top: 1px solid #eeeeee; border-bottom: 1px solid #eeeeee; }
.goods-detail-page .goods-top .goods-summary .goods-attr .attr { font-size: 14px; }
.goods-detail-page .goods-top .goods-summary .goods-attr .attr .attr-name { color: #333333; width: 15%; }
.goods-detail-page .goods-top .goods-summary .goods-attr .attr .attr-value { color: #666666; }
.goods-detail-page .goods-top .goods-summary .goods-contact .contact-icon svg { width: 46px; height: 46px; }
.goods-detail-page .goods-top .goods-summary .goods-contact .contact-icon svg path { fill: #666666; }
.goods-detail-page .goods-top .goods-summary .goods-contact .contact-info { font-size: 14px; }
.goods-detail-page .goods-top .goods-summary .goods-contact .contact-info .tel-num { color: var(--theme-color); font-style: normal; font-size: 24px; line-height: 1; }

.news-page .inner-section-box .inner-section { padding-top: 0; }
.news-page .news-container { background-color: #fff; }
.news-page .news-container .news-title { line-height: 2; }
.news-page .news-container .news-meta { color: #999999; font-size: .875rem; }
.news-page .news-container .news-detail { border-top: 1px solid #eeeeee; line-height: 2; font-size: 1rem; }
.news-page .news-container .news-detail img { max-width: 100%; vertical-align: bottom; }
.news-page .news-container .newsPage { font-size: 1rem; line-height: 36px; }
.news-page .news-right > p { padding-left: 5%; font-size: 16px; color: #000; line-height: 70px; position: relative; }
.news-page .news-right > p::before { position: absolute; content: ""; background: var(--theme-color); width: 4px; height: 30%; left: 0; top: 0; bottom: 0; margin: auto; }
.news-page .news-right .hot_news { width: 90%; margin: 0 auto; padding: 5% 0; }
.news-page .news-right .hot_news:not(:last-child) { border-bottom: 1px solid #ededed; }
.news-page .news-right .hot_news a { color: #333; font-size: 14px; line-height: 25px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.news-page .news-right .hot_news a:hover { color: var(--theme-color); }

.contact-page .contact-way .item .item-icon .icon-wrap { width: 4.375rem; height: 4.375rem; border: 1px solid #eeeeee; border-radius: 50%; text-align: center; line-height: 4.375rem; margin: 0 auto; }
.contact-page .contact-way .item .item-icon .icon-wrap svg { fill: var(--theme-color); }
.contact-page .contact-way .item .item-icon .icon-wrap .icon-name { -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.contact-page .contact-way .item .item-info { line-height: 1.8; }
.contact-page .contact-way .item:hover .icon-wrap { animation: swing 1s; }
.contact-page .contact-way .item:hover .icon-name { color: var(--theme-color); }
.contact-page #dituContent { height: 50vw; }
@media (min-width: 992px) { .contact-page #dituContent { height: 30vw; } }
@media (min-width: 1200px) { .contact-page #dituContent { height: 25vw; } }
.contact-page .qrcode-box { width: 80%; margin: 0 auto; }
.contact-page .qrcode-box img { border: 1px solid #eeeeee; padding: 10px; background: #f4f4f4; }
@media (max-width: 575.98px) { .contact-page .qrcode-box { width: 160px; height: 160px; margin: 0 auto; } }

/*服务与支持*/
.service-page .location-box { border-bottom: 1px solid #eee; }
.service-page .service-section .sec-head { font-weight: bold; font-size: 36px; color: var(--theme-color); }
.service-page .service-intro .intro-name { font-size: 36px; color: var(--theme-color); font-weight: bold; }
.service-page .service-intro .intro-content { position: relative; }
.service-page .service-intro .intro-content .quote { position: absolute; margin: auto; width: 26px; height: 26px; }
.service-page .service-intro .intro-content .quote svg { width: 26px; height: 26px; }
.service-page .service-intro .intro-content .quote svg path { fill: var(--theme-color); }
.service-page .service-intro .intro-content .quote.quote-start { top: 0; left: 0; }
.service-page .service-intro .intro-content .quote.quote-end { bottom: 0; right: 0; }
.service-page .service-intro .service-img { position: relative; }
.service-page .service-intro .service-img img { position: relative; z-index: 2; }
.service-page .service-intro .service-img::before, .service-page .service-intro .service-img::after { content: ''; position: absolute; width: 100%; height: 100%; margin: auto; top: 0; bottom: 0; left: 0; }
.service-page .service-intro .service-img::before { z-index: 1; -webkit-transform: translate(40px, 0) scale(0.9); -moz-transform: translate(40px, 0) scale(0.9); -ms-transform: translate(40px, 0) scale(0.9); -o-transform: translate(40px, 0) scale(0.9); transform: translate(40px, 0) scale(0.9); background-color: #dbdbdb; }
.service-page .service-intro .service-img::after { z-index: 0; -webkit-transform: translate(80px, 0) scale(0.8); -moz-transform: translate(80px, 0) scale(0.8); -ms-transform: translate(80px, 0) scale(0.8); -o-transform: translate(80px, 0) scale(0.8); transform: translate(80px, 0) scale(0.8); background-color: #f4f4f4; }
.service-page .adv-lists .item .item-wrap { overflow: hidden; position: relative; }
.service-page .adv-lists .item .item-wrap::after { content: ''; background-image: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)); background-image: -ms-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)); background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)); height: 30%; left: 0; bottom: 0; position: absolute; z-index: 1; width: 100%; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.service-page .adv-lists .item .item-wrap .item-name { z-index: 2; position: absolute; width: 100%; bottom: 0; font-size: 22px; text-align: center; color: #ffffff; padding: 1rem 0; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.service-page .adv-lists .item .item-wrap .item-content { -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; color: #ffffff; }
.service-page .adv-lists .item .item-wrap .overlay { position: absolute; opacity: 0; height: 100%; width: 100%; padding: 10%; bottom: 0; z-index: 9; left: 0; }
.service-page .adv-lists .item .item-wrap .overlay .name { text-align: center; font-size: 24px; font-weight: bold; color: #ffffff; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .8s; -webkit-transform: translateY(15%); -moz-transform: translateY(15%); -ms-transform: translateY(15%); -o-transform: translateY(15%); transform: translateY(15%); }
.service-page .adv-lists .item .item-wrap .overlay .item-content { color: #ffffff; -webkit-transition: all .6s; -moz-transition: all .6s; -ms-transition: all .6s; -o-transition: all .6s; transition: all .6s; -webkit-transform: translateY(15%); -moz-transform: translateY(15%); -ms-transform: translateY(15%); -o-transform: translateY(15%); transform: translateY(15%); padding-top: 5%; }
.service-page .adv-lists .item:hover .item-wrap::after { background-image: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)); background-image: -ms-linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)); background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)); height: 100%; }
.service-page .adv-lists .item:hover .item-wrap .item-name { opacity: 0; -webkit-transform: translateY(10%); -moz-transform: translateY(10%); -ms-transform: translateY(10%); -o-transform: translateY(10%); transform: translateY(10%); }
.service-page .adv-lists .item:hover .item-wrap .overlay { opacity: 1; }
.service-page .adv-lists .item:hover .item-wrap .overlay .name { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
.service-page .adv-lists .item:hover .item-wrap .overlay .item-content { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
.service-page .sec-zlkztx { background-color: #f5f5f5; }
.service-page .sec-zlkztx .content { border: 1px solid #eeeeee; background-color: #f4f4f4; }
.service-page .sec-custom-process .sec-head { font-weight: normal; }
.service-page .sec-custom-process .custom-lists .item .item-wrap .item-icon { width: 75%; margin: 0 auto; }
.service-page .sec-custom-process .custom-lists .item .item-wrap .item-icon .ratio { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.service-page .sec-custom-process .custom-lists .item .item-wrap .item-icon .ratio img { position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; }
.service-page .sec-custom-process .custom-lists .item .item-wrap .item-name { color: #474747; }
.service-page .sec-custom-process .custom-lists .item:hover .item-wrap .item-icon .ratio { background-color: var(--theme-color); }
.service-page .sec-custom-process .custom-lists .item:hover .item-wrap .item-icon .ratio img { filter: grayscale(100%) brightness(100); }
@media (max-width: 575.98px) { .service-page .service-intro .intro-name { font-size: 24px; }
  .service-page .service-section .sec-head { font-size: 24px; } }


.topa{background: #f3f3f3;line-height: 40px;height: 40px;overflow: hidden;font-size: 12px;}
.topa a{transition:.4s;}
.topa a:hover{color: #ddd !important;}
.topaleft{float: left;}
.toparight{float: right;}