@charset "UTF-8";

@media (min-width: 1680px) { .container, .container-lg, .container-xl { max-width: 1444px; } }
.bg { background-color: #f5f6f8; }

.gradient { background-image: -moz-linear-gradient(133deg, #0079c3 0%, #2596db 100%); background-image: -webkit-linear-gradient(133deg, #0079c3 0%, #2596db 100%); background-image: -ms-linear-gradient(133deg, #0079c3 0%, #2596db 100%); }

body { --theme-red:#b02d35; --theme-color: #0079c3; }

svg.gradient-svg { fill: url("#svgGradient"); }

a { -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; text-decoration: none;}

.theme-blue { color: var(--theme-color); }

.control-bar .w-btn { border-radius: 0; width: 35px; height: 35px; margin: 2px; text-align: center; line-height: 35px; background-color: #8a8a8a; position: relative; color: #eeeeee; cursor: pointer; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.control-bar .w-btn:hover { background-color: var(--theme-color); color: #ffffff; }
.control-bar .prev_next { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.control-bar .prev_next i { display: block; width: 0; position: relative; height: 1px; background-color: CurrentColor; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.control-bar .prev_next i::before, .control-bar .prev_next i::after { content: ''; display: block; width: 10px; height: 1px; background-color: CurrentColor; position: absolute; margin: auto; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.control-bar .prev_next i::before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.control-bar .prev_next i::after { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
.control-bar .prev_next.next i { margin-left: 10px; }
.control-bar .prev_next.next i::before, .control-bar .prev_next.next i::after { right: 0; transform-origin: right; }
.control-bar .prev_next.prev i { margin-right: 10px; }
.control-bar .prev_next.prev i::before, .control-bar .prev_next.prev i::after { left: 0; transform-origin: left; }
.control-bar .prev_next:not(.swiper-button-disabled):hover i { width: 20px; margin: 0; }
.control-bar .prev_next:not(.swiper-button-disabled):hover i::before, .control-bar .prev_next:not(.swiper-button-disabled):hover i::after { width: 8px; }
.control-bar .prev_next.swiper-button-disabled { opacity: .5; cursor: not-allowed; }
.control-bar .more i { width: 15px; height: 1px; background-color: CurrentColor; position: relative; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.control-bar .more i::before, .control-bar .more i::after { content: ''; display: block; width: 100%; height: 100%; background-color: CurrentColor; position: absolute; margin: auto; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.control-bar .more i::before { top: -6px; }
.control-bar .more i::after { bottom: -6px; }
.control-bar .more:hover i { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); width: 2px; height: 2px; }

.contact-btn-groups { margin-top: 1rem; }
.contact-btn-groups .w-btn { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; border-radius: 5px; padding: 10px; display: inline-flex; justify-content: space-around; align-items: center; }
.contact-btn-groups .w-btn .btn-label { color: #ffffff; margin-right: 5px; margin-left: 5px; font-size: 14px; }
.contact-btn-groups .w-btn .btn-icon svg { width: 22px; height: 22px; display: block; }
.contact-btn-groups .w-btn .btn-icon svg path { fill: #ffffff; }
.contact-btn-groups .w-btn.btn-ask { background-color: #006ec3; }
.contact-btn-groups .w-btn.btn-detail { background-color: #32b16c; }
.contact-btn-groups .w-btn.btn-detail .btn-label { display: none; }
.contact-btn-groups .w-btn:hover ~ .btn-ask .btn-label { display: none; }

.header { background-color: #ffffff; }
@media (min-width: 1680px) { .header .container { max-width: 1500px; } }
.header .header-top { background-color: #f7f7f7; font-size: 14px; color: #666666; height: 42px; line-height: 42px; }
.header .header-top a { color: #666666; }
.header .header-top a:hover { color: #0079c3; }
.header .header-top .top-nav span { color: #b0b0b0; }
.header .header-top .top-nav span:hover { color: var(--theme-color); -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.header .header-top .top-nav svg { width: 24px; height: 24px; }
.header .header-top .top-nav .tel-num { font-size: 18px; font-family: bahnschrift; background-image: -moz-linear-gradient(133deg, #0079c3 0%, #2596db 100%); background-image: -webkit-linear-gradient(133deg, #0079c3 0%, #2596db 100%); background-image: -ms-linear-gradient(133deg, #0079c3 0%, #2596db 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.header .header-top .top-nav a { color: #b0b0b0; }
.header .header-top .top-nav a:hover { color: var(--theme-color); }
.header .header-mid .logo .logo-img img { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.header .header-mid .logo .logo-info { margin-left: .5rem; padding-left: .5rem; border-left: 1px solid #e4e4e4; }
.header .header-mid .logo .logo-info .logo-brief { font-size: 24px; font-weight: bold; background-image: -moz-linear-gradient(133deg, #0079c3 0%, #2596db 100%); background-image: -webkit-linear-gradient(133deg, #0079c3 0%, #2596db 100%); background-image: -ms-linear-gradient(133deg, #0079c3 0%, #2596db 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.header .header-mid .logo .logo-info .logo-param { color: #333333; margin-top: 2px; }
.header .header-mid .mid-right .btn { box-shadow: none; background-color: #e5f1f9; color: var(--theme-color); font-size: 16px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.header .header-mid .mid-right .btn:hover { background-color: var(--theme-color); color: #ffffff; }
@media (max-width: 767.98px) { .header .header-mid .logo .logo-img img { height: 48px; }
  .header .header-mid .logo .logo-info .logo-brief { font-size: 16px; }
  .header .header-mid .logo .logo-info .logo-param { font-size: 12px; } }
@media (max-width: 575.98px) { .header .header-mid .logo .logo-img img { height: 38px; }
  .header .header-mid .logo .logo-info .logo-brief { font-size: 16px; }
  .header .header-mid .logo .logo-info .logo-param { font-size: 14px; } }
@media (max-width: 1199.98px) { .header { position: fixed; width: 100%; z-index: 9; top: 0; } }

.menu-icon { width: 80px; height: 80px; color: var(--theme-color); position: relative; cursor: pointer; }
.menu-icon span { position: absolute; width: 50%; height: 2px; color: var(--theme-color); 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; }
.menu-icon span::before, .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; }
.menu-icon span::before { top: 600%; }
.menu-icon span::after { bottom: 600%; }
.menu-icon.open span { background-color: unset; }
.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; }
.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: 767.98px) { .menu-icon { width: 60px; height: 60px; } }
@media (max-width: 575.98px) { .menu-icon { position: absolute; right: 0; width: 56px; height: 56px; }
  .menu-icon span::before { top: 500%; }
  .menu-icon span::after { bottom: 500%; } }

.mobile-nav { z-index: 100; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; position: fixed; background-color: rgba(251, 251, 251, 0.9); backdrop-filter: blur(5px); width: 100%; height: 100%; top: 60px; left: 0; -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); }
@media (min-width: 1200px) { .mobile-nav { display: none; } }
.mobile-nav .nav-wrap { padding: 1rem 2rem; height: 100%; }
.mobile-nav dl { margin-bottom: 0; }
.mobile-nav dl a { color: #333333; }
.mobile-nav dl dt { position: relative; padding: .5rem; }
.mobile-nav dl dt a { line-height: 2; font-weight: normal; }
.mobile-nav dl 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 dl dd { display: none; padding-left: 1rem; }
.mobile-nav dl dd ul { margin-bottom: 0; line-height: 2; margin-top: 5px; list-style: inside circle; }
.mobile-nav dl dd ul li::before { content: ''; display: inline-block; width: 5px; height: 0; border-bottom: 1px solid rgba(0, 0, 0, 0.7); vertical-align: middle; margin-right: 3px; }
.mobile-nav dl dd ul li a { font-size: 14px; vertical-align: middle; display: inline-block; }
.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 dl.active dt.has-child a { color: var(--theme-color); }

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

.footer { background: url("../images/footer-bg.png") bottom/cover no-repeat #181d26; }
.footer .footer-tel .tel-info { color: #ffffff; }
.footer .footer-tel .tel-info p { opacity: .5; }
.footer .footer-tel .tel-info .tel-num { font-family: Bahnschrift; font-size: 32px; opacity: 1; line-height: 1.2; }
.footer .footer-nav { border-top: 1px solid rgba(255, 255, 255, 0.1); }
.footer .footer-nav dl { flex: 0 0 auto; margin: 0; position: relative; padding-right: 5%; }
.footer .footer-nav dl dt { font-weight: normal; line-height: 42px; margin-bottom: 20px; }
.footer .footer-nav dl dt i { width: 25px; height: 2px; left: 0; right: auto; position: relative; margin: 5px 0; display: block; background-color: var(--theme-color); -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.footer .footer-nav dl dt a { font-size: 16px; color: #ffffff; }
.footer .footer-nav dl dd { margin-bottom: 0; padding: 4px 0; }
.footer .footer-nav dl dd a { color: #e1e3e4; opacity: .5; font-size: 14px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.footer .footer-nav dl dd a:hover { color: #ffffff; opacity: 1; }
.footer .footer-nav dl:hover dt i { width: 30px; }
.footer .footer-nav dl.contact { width: unset; padding-right: 0; }
.footer .footer-nav dl.contact .tel-num { font-size: 24px; color: var(--theme-color); }
.footer .footer-contact .contact-info .info-head { font-weight: normal; line-height: 42px; margin-bottom: 20px; }
.footer .footer-contact .contact-info .info-head a { font-size: 16px; color: #ffffff; }
.footer .footer-contact .contact-info .info-head i { width: 25px; height: 2px; left: 0; right: auto; position: relative; margin: 5px 0; display: block; background-color: var(--theme-color); -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.footer .footer-contact .contact-info .info-head:hover i { width: 30px; }
.footer .footer-contact .contact-info .info-con p { font-size: 14px; margin-bottom: 10px; line-height: 2; }
.footer .footer-contact .contact-info .info-con p span { color: #e1e3e4; opacity: .5; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.footer .footer-contact .contact-info .info-con p:hover span { color: #ffffff; }
.footer .footer-contact .contact-info .info-con p svg { width: 24px; height: 24px; margin-right: 5px; }
.footer .footer-contact .contact-qrcode img { max-width: 120px; }
.footer .footer-contact .contact-qrcode p { color: #94999d; font-size: 14px; line-height: 2; }
.footer .copyright { background-color: rgba(0, 0, 0, 0.2); }
@media (max-width: 575.98px) { .footer .copyright { font-size: 14px; } }

.section { padding: 2rem 0; }
.section .sec-head { text-align: center; position: relative; padding: 1rem 0; }
.section .sec-head::before { display: block; content: ''; height: 94px; line-height: 94px; position: absolute; margin: auto; left: 0; right: 0; top: 0; bottom: 0; }
.section .sec-head .head-name { font-size: 30px; position: relative; z-index: 2; color: #222222; }
.section .sec-head .head-name strong { font-size: 36px; }
.section .sec-head .head-name::after { color: #a3a3a3; opacity: .08; content: attr(data-title); font-family: impact; text-transform: uppercase; font-size: 70px; text-align: center; position: absolute; left: 0; right: 0; margin: auto; top: 0; bottom: 0; display: block; height: 94px; line-height: 94px; }
@media (max-width: 575.98px) { .section .sec-head .head-name::after { font-size: 60px; } }
@media (min-width: 768px) { .section .sec-head .head-name { font-size: 28px; } }
@media (min-width: 991px) { .section .sec-head .head-name { font-size: 30px; } }
@media (max-width: 767.98px) { .section .sec-head .head-name { font-size: 26px; }
  .section .sec-head .head-name strong { font-size: 28px; } }
@media (max-width: 575.98px) { .section .sec-head .head-name { font-size: 18px; }
  .section .sec-head .head-name strong { font-size: 18px; } }
.section .sec-head .head-desc { position: relative; z-index: 2; color: #999999; font-size: 14px; text-transform: uppercase; }
@media (min-width: 1200px) { .section .sec-head .head-desc { font-size: 16px; } }
@media (min-width: 1400px) { .section .sec-head .head-desc { font-size: 18px; } }
.section .sec-head.head-white .head-name { color: #ffffff; }
.section .sec-head.head-white .head-name::after { color: #ffffff; }
.section .sec-head.head-white .head-desc { color: #efefef; }
.section .sec-head.bg .sec-head::after { color: #a3a3a3; opacity: .8; }
.section .sec-more-link { position: relative; }
.section .sec-more-link a { position: relative; display: inline-block; color: #006ec3; }
@media (min-width: 1200px) { .section .sec-more-link a { font-size: 18px; } }
@media (min-width: 1400px) { .section .sec-more-link a { font-size: 20px; } }
.section .sec-more-link a span { display: block; position: relative; z-index: 2; line-height: 1.2; }
.section .sec-more-link a::before { content: ''; height: 5px; background-color: rgba(0, 110, 195, 0.4); z-index: 0; display: block; position: absolute; left: 0; right: 0; bottom: 0; -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; -webkit-transform-origin: left; -moz-transform-origin: left; -ms-transform-origin: left; -o-transform-origin: left; transform-origin: left; }
.section .sec-more-link a:hover::before { -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: right; -moz-transform-origin: right; -ms-transform-origin: right; -o-transform-origin: right; transform-origin: right; }
.section:nth-child(odd) { background-color: #f5f6f8; }

.search-bar .search-keywrods { font-size: 14px; }
.search-bar .search-keywrods .keywords-label { color: #333333; }
.search-bar .search-keywrods .keywords-list a { display: inline-block; padding: 0 10px; position: relative; color: #666666; }
.search-bar .search-keywrods .keywords-list a:hover { color: var(--theme-color); }
.search-bar .search-keywrods .keywords-list a:not(:last-child)::after { content: ''; display: block; position: absolute; height: 60%; width: 0; border-right: 2px solid #989898; right: 0; top: 0; bottom: 0; margin: auto; }
.search-bar .search-form .searchInput { display: block; background: #f4f4f4; border: none; height: 40px; padding: 0 10px; font-size: 14px; flex: 1; }
.search-bar .search-form .searchInput:focus, .search-bar .search-form .searchInput:active { outline: none; }
.search-bar .search-form .searchSubmit { background-image: -moz-linear-gradient(133deg, #0079c3 0%, #2596db 100%); background-image: -webkit-linear-gradient(133deg, #0079c3 0%, #2596db 100%); background-image: -ms-linear-gradient(133deg, #0079c3 0%, #2596db 100%); border: none; height: 40px; }
.search-bar .search-form .searchSubmit svg { height: 70%; }

.partner-box { border-top: 1px solid #eee; border-right: 1px solid #eee; }
.partner-box .item { border-left: 1px solid #eee; border-bottom: 1px solid #eee; width: calc(1 / 7 * 100%); }
.partner-box .item .item-wrap { padding: 6% 10%; background: #fff; }
@media (max-width: 767.98px) { .partner-box .item { width: calc(1 / 4 * 100%); } }
.partner-box .item img { width: 100%; height: 100%; object-fit: cover; }

.head-swiper .item { background-color: #f5f6f8; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; overflow: hidden; position: relative; }
.head-swiper .item::before, .head-swiper .item::after { content: ''; display: block; position: absolute; width: 150px; height: 50px; background: url("../images/dot-white.png") center/cover no-repeat; margin: auto; top: 0; bottom: 0; -webkit-transition: transform 1s; -moz-transition: transform 1s; -ms-transition: transform 1s; -o-transition: transform 1s; transition: transform 1s; }
.head-swiper .item::before { left: -42%; bottom: -87%; -webkit-transform: translate(-30%, -240%); -moz-transform: translate(-30%, -240%); -ms-transform: translate(-30%, -240%); -o-transform: translate(-30%, -240%); transform: translate(-30%, -240%); }
.head-swiper .item::after { right: -38%; top: -80%; -webkit-transform: translate(30%, 220%); -moz-transform: translate(30%, 220%); -ms-transform: translate(30%, 220%); -o-transform: translate(30%, 220%); transform: translate(30%, 220%); }
.head-swiper .item .item-title { position: relative; font-size: 14px; color: #333333; }
@media (min-width: 1200px) { .head-swiper .item .item-title { font-size: 15px; } }
@media (min-width: 1680px) { .head-swiper .item .item-title { font-size: 18px; } }
.head-swiper .item .item-entitle { position: relative; font-size: 12px; color: #999999; }
.head-swiper .swiper-slide-thumb-active .item { background-image: -moz-linear-gradient(133deg, #0079c3 0%, #2596db 100%); background-image: -webkit-linear-gradient(133deg, #0079c3 0%, #2596db 100%); background-image: -ms-linear-gradient(133deg, #0079c3 0%, #2596db 100%); }
.head-swiper .swiper-slide-thumb-active .item .item-title { color: #ffffff; }
.head-swiper .swiper-slide-thumb-active .item .item-entitle { color: #ffffff; }
.head-swiper .swiper-slide-thumb-active .item::before, .head-swiper .swiper-slide-thumb-active .item::after { -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); }
.head-swiper .item:hover { background-image: -moz-linear-gradient(133deg, #0079c3 0%, #2596db 100%); background-image: -webkit-linear-gradient(133deg, #0079c3 0%, #2596db 100%); background-image: -ms-linear-gradient(133deg, #0079c3 0%, #2596db 100%); }
.head-swiper .item:hover .item-title { color: #ffffff; }
.head-swiper .item:hover .item-entitle { color: #ffffff; }
.head-swiper .item:hover::before, .head-swiper .item:hover::after { -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); }

.body-swiper .item .item-info .item-title { font-size: 28px; color: #333333; }
.body-swiper .item .item-info .item-desc { color: #999999; }
.body-swiper .item .item-info .item-params .param-item .param-icon { display: inline-block; border-radius: 50%; width: 24px; height: 24px; position: relative; vertical-align: middle; }
.body-swiper .item .item-info .item-params .param-item .param-icon svg { position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; width: auto; height: 60%; }
.body-swiper .item .item-info .item-params .param-item .param-icon svg path { fill: #ffffff; }
.body-swiper .item .item-info .item-params .param-item .param-value { font-size: 14px; }
@media (min-width: 992px) { .body-swiper .item .item-info .item-params .param-item .param-value { font-size: 16px; } }
@media (min-width: 1680px) { .body-swiper .item .item-info .item-params .param-item .param-value { font-size: 18px; } }

@media (max-width: 1199.98px) { .wrapper { margin-top: 155px; } }
@media (max-width: 991.98px) { .wrapper { margin-top: 97px; } }
@media (max-width: 767.98px) { .wrapper { margin-top: 80px; } }
@media (max-width: 575.98px) { .wrapper { margin-top: 54px; } }

.sbanner { height: 250px; color: #ffffff; }
.sbanner .sbanner-title { font-size: 28px; }
.sbanner .sbanner-en-title { font-size: 20px; line-height: 1.2; }
.sbanner .sbanner-line { margin-top: .5rem; }

.banner-swiper .banner-item { height: 750px; }
.banner-swiper .banner-item .slide-inner { position: absolute; width: 100%; height: 100%; left: 0; top: 0; background-size: cover; background-position: center; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; color: #fff; }
.banner-swiper .banner-item .item-wrap { position: absolute; top: 0; left: 0; width: 100%; height: 100%; color: #fff; text-align: center; z-index: 1; }
.banner-swiper .banner-item .item-wrap .item-more { margin-top: 5%; }
.banner-swiper .banner-item.item-1 .item-title span { margin: 10px; font-size: 54px; }
.banner-swiper .banner-item.item-1 .item-title span strong { font-size: 110%; }
.banner-swiper .banner-item.item-1 .item-en-title { font-size: 20px; text-transform: uppercase; margin: 0 auto; }
@media (max-width: 1399.98px) { .banner-swiper .banner-item.item-1 .item-en-title { width: 35%; } }
@media (max-width: 1199.98px) { .banner-swiper .banner-item.item-1 .item-en-title { width: 70%; } }
@media (min-width: 1680px) { .banner-swiper .banner-item.item-1 .item-en-title { width: 35%; } }
.banner-swiper .banner-item.item-1 .slide-video { position: relative; }
.banner-swiper .banner-item.item-1 .slide-video::before { content: ''; display: block; position: absolute; width: 100%; height: 100%; background: url("../images/dot.png") rgba(0, 0, 0, 0.4); left: 0; top: 0; z-index: 2; }
.banner-swiper .banner-item.item-1 .slide-video .video-wrap { z-index: 1; }
@media (max-width: 1199.98px) { .banner-swiper .banner-item.item-1 .item-title span { font-size: 48px; }
  .banner-swiper .banner-item.item-1 .item-en-title { width: 75%; } }
@media (max-width: 991.98px) { .banner-swiper .banner-item.item-1 .item-title span { font-size: 36px; }
  .banner-swiper .banner-item.item-1 .item-en-title { width: 75%; } }
@media (max-width: 767.98px) { .banner-swiper .banner-item.item-1 .item-title { font-size: 32px; }
  .banner-swiper .banner-item.item-1 .item-title span { font-size: 40px; }
  .banner-swiper .banner-item.item-1 .item-en-title { width: 75%; } }
@media (max-width: 575.98px) { .banner-swiper .banner-item.item-1 .item-title { font-size: 26px; line-height: 1; margin: 0 auto; }
  .banner-swiper .banner-item.item-1 .item-title span { font-size: 32px; }
  .banner-swiper .banner-item.item-1 .item-title span strong { font-size: 100%; }
  .banner-swiper .banner-item.item-1 .item-en-title { width: 85%; font-size: 14px; } }
@media (max-width: 1199.98px) { .banner-swiper .banner-item { height: 650px; }
  .banner-swiper .banner-item.item-2 .item-title-1 { width: 55vw; }
  .banner-swiper .banner-item.item-2 .item-title-2 { width: 75vw; }
  .banner-swiper .banner-item.item-2 .item-title-3 { width: 54vw; }
  .banner-swiper .banner-item.item-3 .item-title-1 { width: 55vw; }
  .banner-swiper .banner-item.item-3 .item-title-2 { width: 75vw; }
  .banner-swiper .banner-item.item-3 .item-title-3 { width: 54vw; } }
@media (max-width: 991.98px) { .banner-swiper .banner-item { height: 600px; } }
@media (max-width: 575.98px) { .banner-swiper .banner-item { height: 500px; }
  .banner-swiper .banner-item.item-2 .item-title-1 { width: 55vw; }
  .banner-swiper .banner-item.item-2 .item-title-2 { width: 75vw; }
  .banner-swiper .banner-item.item-2 .item-title-3 { width: 54vw; }
  .banner-swiper .banner-item.item-3 .item-title-1 { width: 65vw; }
  .banner-swiper .banner-item.item-3 .item-title-2 { width: 85vw; }
  .banner-swiper .banner-item.item-3 .item-title-3 { width: 64vw; } }

.location-box .crumbs-icon { margin-right: 5px; }
.location-box .crumbs-icon svg { width: 20px; height: 20px; }
.location-box .crumbs-icon svg path { fill: #666666; }
.location-box .page-crumbs .crumbs-info > a { margin: 0 5px; }

.channel-nav .item { position: relative; }
.channel-nav .item::after { content: ''; display: block; position: absolute; width: 100%; left: 0; bottom: 0; height: 2px; background-color: var(--theme-color); -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: left; -moz-transform-origin: left; -ms-transform-origin: left; -o-transform-origin: left; transform-origin: left; }
.channel-nav .item.active a, .channel-nav .item:hover a { color: var(--theme-color); }
.channel-nav .item.active::after, .channel-nav .item:hover::after { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); }

.cases-swiper .item .item-title { font-size: 22px; color: #333333; }
.cases-swiper .item .item-title::after { content: ''; display: block; width: 40px; height: 2px; background-image: -moz-linear-gradient(133deg, #0079c3 0%, #2596db 100%); background-image: -webkit-linear-gradient(133deg, #0079c3 0%, #2596db 100%); background-image: -ms-linear-gradient(133deg, #0079c3 0%, #2596db 100%); margin: 1rem 0; }
.cases-swiper .item .item-params { color: #999999; }

.question-box .item { flex: 1; max-height: 33%; position: relative; }
.question-box .item .item-line { flex: 1; padding-left: 7%; padding-top: 4%; position: relative; display: none; }
.question-box .item .item-line .line-wrap { position: relative; }
.question-box .item .item-line .line-wrap::after { content: ''; display: block; width: 100%; height: 60px; position: absolute; left: 0; background: url("../images/qsk-line.png") left center no-repeat; }
@media (min-width: 1680px) { .question-box .item .item-line { display: block; } }
.question-box .item .item-icon { width: 72px; height: 46px; }
.question-box .item .item-icon .icon-wrap svg { width: 32px; height: 32px; }
.question-box .item .item-icon .icon-wrap svg path { fill: var(--theme-color); }
@media (max-width: 575.98px) { .question-box .item .item-icon { width: 52px; height: 32px; }
  .question-box .item .item-icon .icon-wrap svg { width: 22px; height: 22px; } }
.question-box .item .item-info .item-name { font-size: 26px; color: #474747; position: relative; font-weight: bold; }
.question-box .item .item-info .item-name .item-line-wrap { width: 60px; height: 35px; display: inline-block; vertical-align: middle; margin-left: 20px; position: relative; }
.question-box .item .item-info .item-name .item-line-wrap .line { margin-top: 20%; position: relative; }
.question-box .item .item-info .item-name .item-line-wrap .line img { position: absolute; }
@media (max-width: 1399.98px) { .question-box .item .item-info .item-name .item-line-wrap .line img { height: 45px; } }
@media (max-width: 991.98px) { .question-box .item .item-info .item-name { font-size: 20px; } }
@media (max-width: 767.98px) { .question-box .item .item-info .item-name { font-size: 18px; } }
@media (max-width: 575.98px) { .question-box .item .item-info .item-name { font-size: 18px; } }
.question-box .item .item-info .item-desc { color: #666666; }
@media (max-width: 991.98px) { .question-box .item .item-info .item-desc { font-size: 14px; } }
.question-box .item:hover .item-info .item-name { color: var(--theme-color); }
@media (max-width: 1399.98px) { .question-box .box-left .item .item-name .line img { height: 45px; } }
.question-box .box-right .item .item-name .line img { right: 100%; }
@media (max-width: 1399.98px) { .question-box .box-right .item .item-name .line img { right: 30%; } }

.choose-us-tips { background: url("../images/adv-img.jpg") center/cover no-repeat; height: 220px; color: #ffffff; }
.choose-us-tips p:nth-child(1) { font-size: 46px; line-height: 2; }
.choose-us-tips p:nth-child(2) { font-size: 24px; display: inline-block; border: 1px solid rgba(255, 255, 255, 0.5); padding: 0 10px; }
.choose-us-tips p:nth-child(2) span { display: inline-block; margin: 2px 5px; }
@media (max-width: 991.898px) { .choose-us-tips p:nth-child(1) { font-size: 40px; } }
@media (max-width: 767.898px) { .choose-us-tips { height: 180px; }
  .choose-us-tips p:nth-child(1) { font-size: 24px; }
  .choose-us-tips p:nth-child(2) { font-size: 18px; } }
@media (max-width: 575.98px) { .choose-us-tips { height: 150px; }
  .choose-us-tips p:nth-child(1) { font-size: 18px; }
  .choose-us-tips p:nth-child(2) { font-size: 12px; } }

.choose-box .item .title { font-size: 30px; color: #333333; }
.choose-box .item .en-title { text-transform: uppercase; color: #999999; line-height: 1; font-size: 12px; }
.choose-box .item .desc { margin: 1.5rem 0; color: #666666; line-height: 2; }
.choose-box .item .img-zone img { width: 100%; }
@media (max-width: 575.98px) { .choose-box .item .title { font-size: 24px; }
  .choose-box .item .desc { font-size: 14px; } }

.about-box .about-info .about-title { font-size: 32px; color: #333333; }
.about-box .about-info .about-brief { color: #999999; font-size: 18px; }
.about-box .about-info .about-brief::after { content: ''; display: block; width: 50px; height: 2px; background-image: -moz-linear-gradient(133deg, #0079c3 0%, #2596db 100%); background-image: -webkit-linear-gradient(133deg, #0079c3 0%, #2596db 100%); background-image: -ms-linear-gradient(133deg, #0079c3 0%, #2596db 100%); margin: 1rem 0; }
.about-box .about-info .about-content { color: #666666; line-height: 2; }
@media (max-width: 767.98px) { .about-box .about-info .about-title { font-size: 28px; }
  .about-box .about-info .about-brief { font-size: 16px; } }
@media (max-width: 575.98px) { .about-box .about-info .about-title { font-size: 22px; }
  .about-box .about-info .about-brief { font-size: 12px; } }

.process-hd-swiper .item .item-wrap { background-color: #ffffff; border-right: 1px solid #f1f1f1; padding: 1.5rem 0; }
.process-hd-swiper .item .item-icon { text-align: center; }
.process-hd-swiper .item .item-icon svg { width: 32px; height: 32px; }
.process-hd-swiper .item .item-icon svg path { fill: #666666; }
.process-hd-swiper .item .item-title { color: #666666; font-size: 22px; text-align: center; line-height: 1; margin-top: 1rem; }
.process-hd-swiper .item .item-title span.en { font-size: 12px; text-transform: uppercase; color: #999999; }

.process-bd-swiper .process-info .pro-title { color: #333333; font-size: 28px; position: relative; }
.process-bd-swiper .process-info .pro-title::before { position: absolute; left: 0; top: 0; content: attr(data-title); font-family: Bahnschrift; font-size: 34px; color: #666666; opacity: .1; font-weight: bold; text-transform: uppercase; }
.process-bd-swiper .process-info .pro-title::after { content: ''; height: 6px; width: 100%; display: block; margin: 1rem 0; background: url("../images/line-bg.png") left repeat-x; }
@media (max-width: 767.98px) { .process-bd-swiper .process-info .pro-title { font-size: 26px; } }
@media (max-width: 575.98px) { .process-bd-swiper .process-info .pro-title { font-size: 22px; }
  .process-bd-swiper .process-info .pro-title::before { font-size: 24px; } }
.process-bd-swiper .process-info .pro-content { color: #666666; line-height: 2; }

.env-box .item .item-img { overflow: hidden; }
.env-box .item .item-img img { -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; }
.env-box .item .item-title { text-align: center; line-height: 2; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.env-box .item:hover a { cursor: zoom-in; }
.env-box .item: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); }
.env-box .item:hover .item-title { background: var(--theme-color); color: #ffffff; }

.news-swiper .item .item-wrap .item-img img { -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; }
.news-swiper .item .item-wrap .item-bottom { position: relative; height: 62px; }
.news-swiper .item .item-wrap .item-bottom .item-caption { position: absolute; bottom: 0; padding: 0 20px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.news-swiper .item .item-wrap .item-bottom .item-caption .catption-wrap { background: #ffffff; bottom: 0; z-index: 2; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.news-swiper .item .item-wrap .item-bottom .item-caption .catption-wrap .item-title { font-size: 18px; color: #333333; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.news-swiper .item .item-wrap .item-bottom .item-caption .catption-wrap .item-desc { font-size: 14px; color: #999999; line-height: 2; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.news-swiper .item .item-wrap .item-bottom .item-caption .catption-wrap .item-link { font-size: 14px; color: #ffffff; height: 0; overflow: hidden; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
@media (max-width: 575.98px) { .news-swiper .item .item-wrap .item-bottom .item-caption { padding: 0 10px; }
  .news-swiper .item .item-wrap .item-bottom .item-caption .catption-wrap .item-title { font-size: 16px; } }
.news-swiper .item:hover .item-wrap .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); }
.news-swiper .item:hover .item-wrap .item-bottom .item-caption { padding: 0; }

.news-page { background-color: #f5f6f8; }

.team-page { background-color: #f8fafb; }

.team-list .team-item { background: #ffffff; color: #666666; height: 100%; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.team-list .team-item:hover { -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.03); -moz-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.03); box-shadow: 0 8px 8px rgba(0, 0, 0, 0.03); -webkit-transform: translateY(-2px); -moz-transform: translateY(-2px); -ms-transform: translateY(-2px); -o-transform: translateY(-2px); transform: translateY(-2px); }
@media (max-width: 767.98px) { .team-list .team-item { font-size: 14px; } }
.team-list .team-item .item-name { font-size: 24px; color: #333333; }
@media (max-width: 767.98px) { .team-list .team-item .item-name { font-size: 20px; } }
@media (max-width: 767.98px) { .team-list .team-item .item-name { font-size: 18px; } }
.team-list .team-item .item-name .item-poster { color: #999999; font-size: 14px; }
.team-list .team-item .item-content { color: #444444; }
@media (max-width: 1199.98px) { .team-list .team-item .item-content { font-size: 14px; } }
.team-list .team-item .item-content::before, .team-list .team-item .item-content::after { content: ''; height: 3px; width: 100%; display: block; margin: .625rem 0; background: url("../images/line-bg-2.png") left repeat-x; }
@media (max-width: 575.98px) { .team-list .team-item .item-content::before, .team-list .team-item .item-content::after { margin: .25rem 0; } }
@media (max-width: 1199.98px) { .team-list .team-item .item-cj { font-size: 14px; } }
.team-list .team-item .item-cj .value { color: var(--theme-color); font-weight: bold; }

.news-list .item .item-img img { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.news-list .item .item-title { font-size: 20px; line-height: 32px; height: 32px; color: #333333; font-weight: lighter; }
.news-list .item .item-desc { margin-top: 10px; line-height: 26px; -webkit-box-orient: vertical; max-height: 52px; color: #666666; font-size: 14px; font-weight: lighter; }
.news-list .item .item-time { font-weight: lighter; font-size: 14px; color: #999999; line-height: 2; }
.news-list .item:hover .item-img img { -webkit-transform: scale(1.02); -moz-transform: scale(1.02); -ms-transform: scale(1.02); -o-transform: scale(1.02); transform: scale(1.02); }
.news-list .item:hover .item-title { color: var(--theme-color); }
.news-list .item:hover .item-desc { color: #666666; }
.news-list .item:hover .item-time { color: #666666; }

.news-detail .detail-head { padding-bottom: 30px; border-bottom: #ededed solid 1px; }
@media (max-width: 575.98px) { .news-detail .detail-head { padding-bottom: 20px; } }
.news-detail .detail-title { font-size: 28px; color: #333333; }
@media (max-width: 575.98px) { .news-detail .detail-title { font-size: 20px; } }
.news-detail .detail-meta { font-size: 14px; color: #999999; }
.news-detail .detail-meta span { margin-right: 15px; }
.news-detail .detail-content { line-height: 2; color: #666666; }
.news-detail .detail-content img { max-width: 100%; }
.news-detail .detail-page { border-top: 1px solid #eeeeee; padding-top: 0.5rem; }
.news-detail .detail-page .page-a { font-weight: lighter; color: #666666; margin: .5rem 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.news-detail .detail-page .page-a a { color: #666666; }
.news-detail .detail-page .page-a a:hover { color: var(--theme-color); }
.news-detail .detail-page .page-a::before { content: ''; display: inline-block; width: 0; height: 0; border: 8px solid transparent; vertical-align: middle; margin-right: 5px; }
.news-detail .detail-page .page-a:nth-child(1)::before { border-right-color: CurrentColor; border-left: 0; }
.news-detail .detail-page .page-a:nth-child(2)::before { border-right: 0; border-left-color: CurrentColor; }

.pro-list .item .item-title { font-size: 22px; color: #333333; }
.pro-list .item .item-title::after { content: ''; display: block; width: 40px; height: 2px; background-image: -moz-linear-gradient(133deg, #0079c3 0%, #2596db 100%); background-image: -webkit-linear-gradient(133deg, #0079c3 0%, #2596db 100%); background-image: -ms-linear-gradient(133deg, #0079c3 0%, #2596db 100%); margin: 1rem 0; }
.pro-list .item .item-params { line-height: 2; color: #999999; }

.goods-list .item .item-img img { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.goods-list .item .item-title { font-size: 20px; line-height: 32px; color: #333333; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.goods-list .item .item-title::after { content: ''; display: block; width: 1.25rem; height: 2px; background-color: var(--theme-color); margin: 1rem 0; -webkit-transition: width .4s; -moz-transition: width .4s; -ms-transition: width .4s; -o-transition: width .4s; transition: width .4s; }
.goods-list .item .item-desc { color: #999999; font-size: 16px; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.goods-list .item .item-time { font-weight: lighter; font-size: 14px; color: #999999; line-height: 2; }
.goods-list .item:hover .item-img img { -webkit-transform: scale(1.02); -moz-transform: scale(1.02); -ms-transform: scale(1.02); -o-transform: scale(1.02); transform: scale(1.02); }
.goods-list .item:hover .item-title { color: var(--theme-color); }
.goods-list .item:hover .item-title::after { width: 1.5rem; }
.goods-list .item:hover .item-desc { color: #666666; }
.goods-list .item:hover .item-time { color: #666666; }

.contact-title { font-size: 24px; color: var(--theme-color); }

.contact-info .contact-box .contact-item:not(:last-child) { border-right: 1px solid #eeeeee; }
.contact-info .contact-box .contact-item .item-icon { width: 46px; height: 46px; margin: 0 auto; text-align: center; position: relative; }
.contact-info .contact-box .contact-item .item-icon .icon-wrap { background-color: var(--theme-color); border-radius: 50%; }
.contact-info .contact-box .contact-item .item-icon .icon-wrap svg { width: auto; height: 60%; margin: auto; left: 0; right: 0; top: 0; bottom: 0; position: absolute; }
.contact-info .contact-box .contact-item .item-icon .icon-wrap svg path { fill: #ffffff; }
.contact-info .contact-box .contact-item .item-name { line-height: 2; margin-top: .5rem; }
.contact-info .contact-box .contact-item .item-name::after { content: ''; display: block; width: 2rem; height: 1px; background-color: var(--theme-color); margin: .5rem auto; -webkit-transition: width .5s; -moz-transition: width .5s; -ms-transition: width .5s; -o-transition: width .5s; transition: width .5s; }
.contact-info .contact-box .contact-item .item-info { color: #333333; line-height: 2; margin-top: .5rem; }
.contact-info .contact-box .contact-item:hover .item-name::after { width: 3.2rem; }

.contact-map #dituContent { height: 460px; width: 100%; }

.msg-form .submit { background-color: var(--theme-color); color: #ffffff; font-size: 14px; text-align: center; width: 150px; box-shadow: none; line-height: 26px; color: #fff; }

/*关于头部*/
.about-profile { background-color: #fafcfe; padding: 4% 0; }
.about-profile .about-head { position: relative; padding: 5% 0; }
.about-profile .about-head::before { content: attr(data-title); color: #666666; opacity: .06; font-family: 'Bahnschrift'; font-size: 120px; position: absolute; top: 0; bottom: 0; left: 0; line-height: 1.2; text-transform: uppercase; }
@media (max-width: 1399.98px) { .about-profile .about-head::before { font-size: 110px; } }
@media (max-width: 1199.98px) { .about-profile .about-head::before { font-size: 90px; } }
@media (max-width: 767.98px) { .about-profile .about-head::before { font-size: 100px; } }
@media (max-width: 575.98px) { .about-profile .about-head::before { font-size: 80px; } }
.about-profile .about-head .head-name { position: relative; }
.about-profile .about-head .head-desc { position: relative; font-size: 20px; color: #333333; }
@media (max-width: 575.98px) { .about-profile .about-head .head-desc { font-size: 18px; } }
@media (min-width: 992px) { .about-profile .about-head .head-desc { font-size: 16px; } }
@media (min-width: 1200px) { .about-profile .about-head .head-desc { font-size: 16px; } }
@media (min-width: 1400px) { .about-profile .about-head .head-desc { font-size: 20px; } }
.about-profile .about-img-box { position: relative; }
.about-profile .about-img-box .about-img { position: absolute; left: 2%; z-index: 3; margin-top: 7%; }
.about-profile .about-img-box .about-img-bg { left: 10%; right: auto; margin: auto; top: 7%; position: absolute; }
.about-profile .about-img-box .about-bg { position: relative; float: right; z-index: 2; }

.section.sec-cultrue { background: url("../images/sec-cultrue-bg.jpg") top center #f7f8f9 no-repeat; }
.section.sec-cultrue .cultrue-box .cultrue-item .item-wrap { height: 100%; border-radius: 6px; padding: 15% 10%; background-color: #fff; box-shadow: 0px 0px 30px 0px rgba(228, 234, 251, 0.75); }
.section.sec-cultrue .cultrue-box .cultrue-item .item-wrap .item-icon { width: 48px; height: 48px; }
@media (min-width: 1200px) { .section.sec-cultrue .cultrue-box .cultrue-item .item-wrap .item-icon { width: 68px; height: 68px; } }
.section.sec-cultrue .cultrue-box .cultrue-item .item-wrap .item-icon svg { width: 60%; height: 60%; position: absolute; margin: auto; top: 0; left: 0; right: 0; bottom: 0; }
.section.sec-cultrue .cultrue-box .cultrue-item .item-wrap .item-info { padding-left: 0.5rem; }
.section.sec-cultrue .cultrue-box .cultrue-item .item-wrap .item-name { color: #282828; font-size: 26px; font-weight: bold; }
.section.sec-cultrue .cultrue-box .cultrue-item .item-wrap .item-desc { font-size: 13px; text-transform: uppercase; color: #999999; }
.section.sec-cultrue .cultrue-box .cultrue-item .item-wrap .item-desc::after { content: ''; display: block; width: 1.5rem; height: 2px; background-color: #d2d2d2; margin: 1rem 0; }
.section.sec-cultrue .cultrue-box .cultrue-item .item-wrap .item-content { font-size: 18px; line-height: 1.8; }
@media (min-width: 992px) { .section.sec-cultrue .cultrue-spirit { width: 75%; margin-left: auto; margin-right: auto; } }

.section.sec-honor { background-color: #f7f8f9 !important; }

.goods-page { background-color: #f8fafb; }
.goods-page .goods-top { padding: 3% 0; }
.goods-page .goods-top .goods-info .goods-title { font-size: 28px; color: #333333; }
.goods-page .goods-top .goods-info .goods-title::after { content: ''; display: block; width: 1.5rem; height: 0; border-top: 1px solid #0079c3; border-bottom: 1px solid #0d82c9; margin: 1rem 0; }
.goods-page .goods-top .goods-info .goods-desc { color: #999999; line-height: 2; }
.goods-page .goods-top .goods-info .goods-service .service-item { border-radius: 5px; border: 1px solid #dbdbdb; width: 30%; text-align: center; margin-right: 12px; padding: 2% 0; }
@media (min-width: 1200px) { .goods-page .goods-top .goods-info .goods-service .service-item { width: 25%; } }
@media (min-width: 1400px) { .goods-page .goods-top .goods-info .goods-service .service-item { width: 20%; } }
.goods-page .goods-top .goods-info .goods-service .service-item .item-icon { width: 50px; height: 50px; margin: 0 auto; }
.goods-page .goods-top .goods-info .goods-service .service-item .item-icon svg { width: 70%; height: 70%; }
.goods-page .goods-top .goods-info .goods-service .service-item .item-icon svg path { fill: var(--theme-color); }
.goods-page .goods-top .goods-info .goods-service .service-item .item-name { line-height: 1; color: #333333; font-weight: bold; font-size: 20px; }
.goods-page .goods-top .goods-info .goods-service .service-item .item-desc { color: #666666; line-height: 2; }
.goods-page .goods-top .goods-info .goods-contact::before { content: ''; height: 6px; width: 100%; display: block; margin: 1rem 0; background: url("../images/line-bg-2.png") left repeat-x; }
.goods-page .goods-top .goods-info .goods-contact .contact-tips { color: #999999; line-height: 2; }
.goods-page .goods-top .goods-info .goods-contact .w-btn .btn-icon { font-size: 16px; }
.goods-page .goods-top .goods-info .goods-contact .contact-tel .tel-info { padding-left: 10px; }
.goods-page .goods-top .goods-info .goods-contact .contact-tel .tel-info .tel-tips { font-size: 12px; }
.goods-page .goods-top .goods-info .goods-contact .contact-tel .tel-info .tel-num { line-height: 1; font-size: 24px; color: #333333; }
.goods-page .goods-detail .detail-nav { border-bottom: 1px solid #eeeeee; }
.goods-page .goods-detail .detail-nav li { font-size: 20px; line-height: 68px; position: relative; padding: 0 1rem; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; cursor: pointer; margin-right: 1rem; }
.goods-page .goods-detail .detail-nav li::after { position: absolute; content: ''; display: block; width: 100%; height: 2px; bottom: -1px; left: 0; background-color: var(--theme-color); -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: left; -moz-transform-origin: left; -ms-transform-origin: left; -o-transform-origin: left; transform-origin: left; }
.goods-page .goods-detail .detail-nav li.on, .goods-page .goods-detail .detail-nav li:hover { color: var(--theme-color); }
.goods-page .goods-detail .detail-nav li.on::after, .goods-page .goods-detail .detail-nav li:hover::after { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); }
@media (max-width: 1199.98px) { .goods-page .goods-detail .detail-nav li { font-size: 16px; } }
.goods-page .goods-detail .detail-section { margin: 3% 0; }
.goods-page .goods-detail .detail-section .sec-head { border-bottom: 1px solid #eeeeee; padding: 1rem 0; }
.goods-page .goods-detail .detail-section .sec-head .head-name { font-size: 20px; color: var(--theme-color); }
.goods-page .goods-detail .detail-section .sec-head .head-name .en { font-size: 16px; text-transform: uppercase; color: #999999; }
.goods-page .goods-detail .detail-section .detail-content { color: #333333; line-height: 1.8; }
.goods-page .goods-detail .detail-section .detail-content p { margin-bottom: .5rem; }
.goods-page .goods-detail .detail-section .detail-content img { max-width: 100%; }
.goods-page .goods-detail .detail-section .detail-content h3 strong { margin-top: 1rem; font-size: 20px; color: var(--theme-color); font-weight: normal; display: block; border-bottom: 1px solid #eee; padding-bottom: 0.75rem; }

.process-box .item { width: 25%; }
.process-box .item .item-wrap { background-color: #ffffff; padding: 1.5rem 0; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; position: relative; }
.process-box .item .item-wrap::before { content: ''; display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-image: -moz-linear-gradient(130deg, #0079c3 0%, #198bd0 100%); background-image: -webkit-linear-gradient(130deg, #0079c3 0%, #198bd0 100%); background-image: -ms-linear-gradient(130deg, #0079c3 0%, #198bd0 100%); -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; -webkit-transform: scaleY(0); -moz-transform: scaleY(0); -ms-transform: scaleY(0); -o-transform: scaleY(0); transform: scaleY(0); -webkit-transform-origin: bottom; -moz-transform-origin: bottom; -ms-transform-origin: bottom; -o-transform-origin: bottom; transform-origin: bottom; }
.process-box .item .item-icon { position: relative; text-align: center; }
.process-box .item .item-icon svg { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; width: 32px; height: 32px; }
.process-box .item .item-icon svg path { fill: #666666; }
.process-box .item .item-title { position: relative; color: #666666; font-size: 22px; text-align: center; line-height: 1; margin-top: 1rem; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.process-box .item .item-title span.en { -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; font-size: 12px; text-transform: uppercase; color: #999999; }
@media (max-width: 767.98px) { .process-box .item .item-icon svg { width: 28px; height: 28px; }
  .process-box .item .item-title { font-size: 18px; } }
@media (max-width: 575.98px) { .process-box .item .item-wrap { padding: 1rem 0; }
  .process-box .item .item-icon svg { width: 25px; height: 25px; }
  .process-box .item .item-title { font-size: 16px; } }
.process-box .item:hover .item-wrap::before, .process-box .item.swiper-slide-thumb-active .item-wrap::before { -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); }
.process-box .item:hover .item-icon svg path, .process-box .item.swiper-slide-thumb-active .item-icon svg path { fill: #ffffff; }
.process-box .item:hover .item-title, .process-box .item.swiper-slide-thumb-active .item-title { color: #ffffff; }
.process-box .item:hover .item-title span.en, .process-box .item.swiper-slide-thumb-active .item-title span.en { color: #f9f9f9; opacity: .8; }

.brand-adv-box .adv-box .item .item-wrap .item-title { font-weight: bold; color: var(--theme-color); font-size: 18px; line-height: 2; position: relative; }
.brand-adv-box .adv-box .item .item-wrap .item-title::before { position: absolute; content: ''; width: 8px; height: 8px; margin: auto; border-radius: 50%; background-color: var(--theme-color); top: 0; bottom: 0; left: .25rem; }
.brand-adv-box .adv-box .item .item-wrap .item-desc { color: #666666; }

.wiget-search .searchInput { display: block; height: 50px; line-height: 50px; border: 1px solid #e4e6ec; flex: 1; padding: 5px 10px; }
.wiget-search .searchInput:focus, .wiget-search .searchInput:active { outline: none; border-color: #2495da; }
.wiget-search .searchSubmit { display: block; border: none; background-image: -moz-linear-gradient(133deg, #0079c3 0%, #2596db 100%); background-image: -webkit-linear-gradient(133deg, #0079c3 0%, #2596db 100%); background-image: -ms-linear-gradient(133deg, #0079c3 0%, #2596db 100%); width: 50px; height: 50px; position: relative; }
.wiget-search .searchSubmit svg { width: 60%; height: auto; margin: auto; left: 0; bottom: 0; right: 0; top: 0; }

.wiget-box { border: 1px solid #e4e6ec; }
.wiget-box .box-head .head-name { color: #333333; font-size: 22px; }
.wiget-box .box-head .head-name::after { content: ''; display: block; width: 1.5rem; height: 2px; background-color: var(--theme-color); margin: 0.75rem 0; }

.wiget-contact { background: url("../images/contact-bg.jpg") center/cover no-repeat; color: #ffffff; }
.wiget-contact .name { font-size: 22px; }
.wiget-contact .name::after { content: ''; display: block; width: 1.5rem; height: 0; border-bottom: 1px solid #ffffff; margin: .75rem 0 1.25rem; }
.wiget-contact .tips { color: #ffffff; opacity: .5; font-size: 14px; line-height: 1.2; }
.wiget-contact .contact-zone .info p { font-size: 14px; opacity: .5; line-height: 2; text-transform: uppercase; }
.wiget-contact .contact-zone .info .tel-num { line-height: 1; font-size: 24px; font-weight: bold; }

/*案例*/
.cases-param-box .param-item .label-name { color: #333333; font-size: 18px; margin-right: 10px; }
.cases-param-box .param-item .label-value { color: #666666; font-size: 14px; flex: 1; }

.service-page .service-title::after { display: block; content: ''; width: 2rem; height: 2px; background-color: var(--theme-color); margin: 1rem auto; }
.service-page .service-content p { line-height: 2; color: #333333; }
.service-page .service-content h3 > strong { font-size: 1.25rem; color: var(--theme-color); margin: 0.5rem 0; font-weight: normal; border-bottom: 1px solid #f5f6f8; display: block; padding-bottom: 0.7rem; margin-top: 0.7rem; }








#top_ewm{ background: url("../images/ewm_bj.png") no-repeat center; background-size: auto 100%; width: 100px; padding: 7px; margin-left: 5%; text-align: center; position: relative;}
#top_ewm img{ max-width: 100%;}
#top_ewm p{ position: absolute; right: -140px; top: -20px; width: 130px; background: #0079c3; padding: 10px; border-radius: 5px; opacity: 0; transition: 0.5s;}
#top_ewm p:before{width: 0px;height: 0px;border: 8px solid transparent;border-right: 8px solid #0079c3; display: block; content: '';position: absolute; top: 35%; left: -16px; transition: top .2s linear ; transition-delay: .1s; }
#top_ewm:hover p{ right: -150px; opacity: 1;}

.de-page-mian .page-inner { padding: 1.5rem 0; display: flex; align-items: center; justify-content: center; }
.de-page-mian .page-inner a, .de-page-mian .page-inner 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; }
.de-page-mian .page-inner a:hover, .de-page-mian .page-inner a.active , .de-page-mian .page-inner .current { background-color: var(--theme-color); color: #fff; }
.de-page-mian .page-inner .pageup { content: '<'; font-family: "宋体",SimSun; color: CurrentColor; font-weight: bold; }
.de-page-mian .page-inner .pagedown { content: '>'; font-family: "宋体",SimSun; color: CurrentColor; font-weight: bold; }
.de-page-mian  .de-page-mian .page-inner input, .de-page-mian .page-inner a.page-btn { display: none; }

/* produce */
@media (min-width: 1200px) {
  .container{max-width: 1600px;}
  }
@media (max-width: 576px) { 
  .mf_12{font-size: 12px;line-height: 25px;}
  .mf_14{font-size: 14px;line-height: 30px;}
  .mf_16{font-size: 16px;line-height: 30px;}
  .mf_18{font-size: 18px;line-height: 35px;}
  .mf_22{font-size: 22px;line-height: 40px;}
}
.pf_36{font-size: 36px;line-height: 50px;}
.prolista a{display: block;position: relative;}
.prolista a:hover img{transform: scale(1.05, 1.05)}
.prolista a:hover span{line-height: 40px;}
.prolista span{position: absolute;bottom: 0;left:0;width: 100%;background: linear-gradient(to top, rgba(0,0,0,2)10%,rgba(0,0,0,0.4)60%, rgba(0,0,0,0)98%);transition:.4s;line-height: 50px;color: #fff;text-align: center;}
.fwzctit{text-align: center;}
.fwzctit strong{display: block;}
.fwzctit strong b{color: #1f70cd;}
.fwzctit strong i{font-size: 24px;}
.fwzctit p{color: #777;}


.probox{position: relative;height: auto;overflow: hidden;}
.producta{height: auto;overflow: hidden;background: url(../images/producta.jpg) center top no-repeat;}
.productb{margin:10% 0;border: 1px solid rgba(255,255,255,.2);border-bottom: 0;}
.productb li{text-align: center;}
.productb li a{display: block; color: #fff;border-bottom: 1px solid rgba(255,255,255,.2);border-right: 1px solid rgba(255,255,255,.2);transition:.4s;}
.productb li a:hover{background: #1f70cd;color: #fff;}
.productb li a:hover strong{color: #fff;}
.productb li:nth-of-type(4n+0) a{border-right:none;}
.productb li strong{display: block;font-size: 60px;font-family: impact;color: rgba(255,255,255,.2);transition:.4s;}
.productb li p{text-transform: uppercase;color: rgba(255,255,255,.7);}
.prolista a{display: block;position: relative;}
.prolista a:hover img{transform: scale(1.05, 1.05)}
.prolista a:hover span{line-height: 40px;}
.prolista span{position: absolute;bottom: 0;left:0;width: 100%;background: linear-gradient(to top, rgba(0,0,0,2)10%,rgba(0,0,0,0.4)60%, rgba(0,0,0,0)98%);transition:.4s;line-height: 50px;color: #fff;text-align: center;}
.p-75{display: block;width: 100%;height: 0;padding-bottom: 100%;position: relative;overflow: hidden;}
.p-75 img{transition: all 1s ease;width: 100%;height: 100%;object-fit: cover;left: 0;position: absolute;}
.p-66{display: block;width: 100%;height: 0;padding-bottom: 66%;position: relative;overflow: hidden;}
.p-66 img{transition: all 1s ease;width: 100%;height: 100%;object-fit: cover;left: 0;position: absolute;}

.plogo{padding: 3.94rem;border-bottom: 1px solid rgba(255,255,255,.2);}

.prolistb{height: auto;overflow: hidden;background: #f5f6fa;border-top: 1px solid #ededed;}
.prolist li .prolistb_a{display: block;transition: all linear 0.3s;background: #fff;}
.prolist li .prolistb_a:hover{box-shadow: rgba(255,255,255,0.1) 0 0 10px 8px;transform: translate3d(0,-5px,0); }
.p_a{float: left;width: 50%;}
.p_a .p-75{border: 1px solid #eee;}
.p_a img:hover{transform: scale(1.05, 1.05)}
.p_atit a{background: #f8e8e7;padding: 7px 25px;color: #1f70cd;transition:.4s;}
.p_atit a:hover{background: #1f70cd;color: #fff;text-decoration: none;}
.p_atit i{color: #1f70cd;font-size: 22px;}
.p_b{float: right;width: 50%;}
.p_b strong{border-bottom: 1px dashed #eee;line-height: 50px;}
.p_b li span {color: #1f70cd;font-weight: bold;}
.p_b li p{line-height: 35px;color: #777;}

.over-line-2 {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;}
.inmore a {display: block;width: 180px;line-height: 55px;background: #1f70cd;border: 1px solid #1f70cd; color: #fff;text-align: center;border-radius: 15px 0 15px 0;font-size: 16px;transition:.4s;}
.inmore a:hover {background: #fff;color: #1f70cd;border-radius:0px; text-decoration: none;}
.pf_22 {
  font-size: 22px;
  line-height: 35px;
}
.pf_18 {
  font-size: 18px;
  line-height: 30px;
}

.ratio-2x3 { --bs-aspect-ratio: calc(2 / 3 * 100%); --mdb-aspect-ratio: calc(2 / 3 * 100%); }

