<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("../font/bahnschrift/bahnschrift.css");
body { --theme-red:#c40000; --theme-blue:#02276a; --theme-color: #c40000; --theme-bgcolor:#f5f7fa; }

@media (min-width: 1680px) { .container, .container-lg, .container-xl { max-width: 1420px; } }
.gradient-bg { background-images: -moz-linear-gradient(90deg, #c40000 0%, #ef0e0e 100%); background-images: -webkit-linear-gradient(90deg, #c40000 0%, #ef0e0e 100%); background-images: -ms-linear-gradient(90deg, #c40000 0%, #ef0e0e 100%); }

@keyframes gradientBG { 0% { background-size: 200% 200%; background-position-x: 100%; }
  50% { background-size: 200% 200%; background-position-x: 0%; }
  100% { background-position-x: -100%; background-size: 200% 200%; } }
.gradient-2 { background-images: -moz-linear-gradient(90deg, #c40000 0%, #ef0e0e 100%); background-images: -webkit-linear-gradient(90deg, #c40000 0%, #ef0e0e 100%); background-images: -ms-linear-gradient(90deg, #c40000 0%, #ef0e0e 100%); }

.gradient-text { display: inline-block; background-images: -moz-linear-gradient(90deg, #c40000 0%, #ef0e0e 100%); background-images: -webkit-linear-gradient(90deg, #c40000 0%, #ef0e0e 100%); background-images: -ms-linear-gradient(90deg, #c40000 0%, #ef0e0e 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.gradient-text:hover { background-size: 150%; }

.gradient-text-2 { background-images: -moz-linear-gradient(90deg, #c40000 0%, #ef0e0e 100%); background-images: -webkit-linear-gradient(90deg, #c40000 0%, #ef0e0e 100%); background-images: -ms-linear-gradient(90deg, #c40000 0%, #ef0e0e 100%); -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.gradient-text-2:hover { background-size: 150%; -webkit-animation: gradientBG 2s ease-out infinite; -o-animation: gradientBG 2s ease-out infinite; animation: gradientBG 2s ease-out infinite; }

.bg { background-color: #f7f8fa; }

.btn-zy { display: block; width: 180px; text-align: center; font-size: 20px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; background-size: 200%; }
.btn-zy:hover { background-position: 100% 0; }

.jwplayer { background: transparent !important; }

.ratio-index-service { --mdb-aspect-ratio: calc(31 / 65 * 100%); }
@media (max-width: 991.98px) { .ratio-index-service { --mdb-aspect-ratio: calc(9 / 16 * 100%) ; } }
@media (max-width: 575.98px) { .ratio-index-service { --mdb-aspect-ratio: calc(4 / 3 * 100%) ; } }

.ratio-index-cases { --mdb-aspect-ratio: calc(25 / 64 * 100%); }
@media (max-width: 767.98px) { .ratio-index-cases { --mdb-aspect-ratio: calc(4 / 3 * 100%); } }

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

.font-bahnschrift { font-family: bahnschrift; }

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

.jw-controlbar { width: 100%; }

.popup-box { position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 100; display: none; }
.popup-box::before { content: ''; display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background-color: rgba(0, 0, 0, 0.85); }
.popup-box .popup-wrapper { width: 73%; height: 100%; margin: 0 auto; position: relative; z-index: 2; }
@media (max-width: 575.98px) { .popup-box .popup-wrapper { width: 100%; } }
.popup-box .popup-wrapper .popup-container { position: relative; height: 100%; display: flex; flex-direction: column; justify-content: center; }
.popup-box .popup-close { position: absolute; width: 50px; height: 50px; border-radius: 50%; top: 5%; right: 5%; border: 1px solid var(--theme-color); -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; cursor: pointer; z-index: 8; }
.popup-box .popup-close::before, .popup-box .popup-close::after { content: ''; display: block; position: absolute; margin: auto; height: 1px; width: 45%; top: 0; bottom: 0; left: 0; right: 0; background-color: var(--theme-color); -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.popup-box .popup-close::before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.popup-box .popup-close::after { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
.popup-box .popup-close:hover::before, .popup-box .popup-close:hover::after { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }

.header { z-index: 99; box-shadow: 0px 0px 20px 0px rgba(4, 0, 0, 0.05); -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; background-color: #ffffff; }
.header .header-wrap { height: 100px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
@media (max-width: 991.98px) { .header .header-wrap { height: 80px; } }
@media (max-width: 575.98px) { .header .header-wrap { height: 60px; } }
.header .logo img { -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; }
@media (max-width: 991.98px) { .header .logo img { height: 56px; } }
.header .logo .logo-txt { display: none; padding-left: .5rem; border-left: 1px solid #e2e2e2; margin-left: .5rem; }
@media (min-width: 1680px) { .header .logo .logo-txt { display: block; } }
.header .logo .logo-txt .title { font-size: 21px; font-weight: bold; color: var(--theme-red); line-height: 1; }
.header .logo .logo-txt .desc { color: #666666; }
.header .header-tel .tel-icon svg path { fill: var(--theme-color); }
.header .header-tel .tel-info .tel-head { font-size: 12px; }
.header .header-tel .tel-info .tel-num { font-size: 24px; color: var(--theme-color); }
.header .header-tel span { font-size: 22px; color: #282828; font-weight: 100; display: inline-block; vertical-align: middle; margin-left: 10px; }
.header .nav { flex: 1 1 0%; }
@media (min-width: 1400px) { .header .nav { padding: 0 1.5rem; } }
.header .nav li { position: relative; flex: 1; }
.header .nav li::before { content: ''; display: inline-block; position: absolute; margin: auto; left: 0; right: 0; bottom: 0; background-images: -moz-linear-gradient(90deg, #c40000 0%, #ef0e0e 100%); background-images: -webkit-linear-gradient(90deg, #c40000 0%, #ef0e0e 100%); background-images: -ms-linear-gradient(90deg, #c40000 0%, #ef0e0e 100%); border-bottom: 2px solid 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); height: 3px; width: 40px; }
.header .nav li &gt; a { display: block; position: relative; overflow: hidden; }
@media (min-width: 1440px) { .header .nav li &gt; a { padding: 0 1rem; } }
.header .nav li &gt; a span { display: block; -webkit-transition: transform .5s, opacity 1s; -moz-transition: transform .5s, opacity 1s; -ms-transition: transform .5s, opacity 1s; -o-transition: transform .5s, opacity 1s; transition: transform .5s, opacity .3s; }
.header .nav li &gt; a span.en { position: absolute; margin: auto; left: 0; right: 0; text-align: center; opacity: 0; }
.header .nav li .sub-nav { position: absolute; width: 140px; left: -50%; right: -50%; margin: auto; text-align: center; top: 100px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; opacity: 0; -webkit-transform: translateY(20px); -moz-transform: translateY(20px); -ms-transform: translateY(20px); -o-transform: translateY(20px); transform: translateY(20px); }
.header .nav li .sub-nav dl { display: none; padding: 1rem 0; background: #fff; }
.header .nav li .sub-nav dl dd { line-height: 36px; margin: 0; font-size: 14px; }
.header .nav li:hover::before { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); }
.header .nav li:hover &gt; a span.cn { -webkit-transform: translateY(-40px); -moz-transform: translateY(-40px); -ms-transform: translateY(-20px); -o-transform: translateY(-20px); transform: translateY(-30px); opacity: 0; }
.header .nav li:hover &gt; a span.en { -webkit-transition: transform .5s, opacity .3s; -moz-transition: transform .5s, opacity .3s; -ms-transition: transform .5s, opacity .3s; -o-transition: transform .5s, opacity 0s; transition: transform .3s, opacity 0s; -webkit-transform: translateY(-25px); -moz-transform: translateY(-25px); -ms-transform: translateY(-25px); -o-transform: translateY(-25px); transform: translateY(-25px); opacity: 1; }
.header .nav li:hover .sub-nav { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); opacity: 1; }
.header .nav li:hover .sub-nav dl { display: block; }
.header.scroll_bottom { -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%); -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
@media (min-width: 1199.98px) { .header.header-min .header-wrap { height: 70px; } }
@media (min-width: 992px) { .header.header-min .logo img { -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); transform: scale(0.8); } }
.header.header-min .nav li .sub-nav { top: 70px; }
@media (min-width: 1200px) { .header .container { max-width: 93%; } }

.dropdown-nav { position: absolute; width: 100%; height: 400px; display: none; background: url("../images/dropdown-bg.jpg") top right no-repeat #fbfbfb; left: 0; overflow: hidden; z-index: 99; }
@media (min-width: 1680px) { .dropdown-nav .container { max-width: 1320px; } }
.dropdown-nav .nav-rightbar { flex: 0 0 auto; width: 17%; position: relative; /*&amp;::before{ content: ''; display: block; position: absolute; width: 220%; height: 100%; top: 0; left: 0; background: #cad5dd;
}*/ }
.dropdown-nav .nav-rightbar .right-wrap { position: relative; z-index: 2; height: 100%; color: #ffffff; padding-left: 2rem; padding-bottom: 3rem; }
.dropdown-nav .nav-rightbar .right-wrap a { color: #ffffff; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.dropdown-nav .nav-rightbar .right-wrap p { font-size: 26px; line-height: 2; }
.dropdown-nav .nav-rightbar .right-wrap ul { margin-top: 1rem; }
.dropdown-nav .nav-rightbar .right-wrap ul li a { font-size: 18px; line-height: 2; }
.dropdown-nav .nav-container { flex: 0 0 auto; width: 83%; }
.dropdown-nav .nav-container .child-item { display: none; height: 100%; }
.dropdown-nav .nav-container .child-item .item-info-wrap { padding-right: 10%; height: 100%; }
.dropdown-nav .nav-container .child-item .item-info-wrap .info-title { color: #333; padding-top: 1rem; font-size: 28px; }
.dropdown-nav .nav-container .child-item .item-info-wrap .info-desc { line-height: 2; color: #666666; }
.dropdown-nav .nav-container .child-item .item-info-wrap ul { margin-top: 1rem; width: 75%; }
.dropdown-nav .nav-container .child-item .item-info-wrap ul li { line-height: 2; padding: 1rem .5rem; border-bottom: 1px solid #eeeeee; margin-right: 20px; flex: 0 0 auto; width: 45%; }
.dropdown-nav .nav-container .child-item .item-info-wrap ul li::before { content: ''; display: inline-block; vertical-align: middle; margin-right: 12px; width: 5px; height: 5px; background-images: -moz-linear-gradient(90deg, #c40000 0%, #ef0e0e 100%); background-images: -webkit-linear-gradient(90deg, #c40000 0%, #ef0e0e 100%); background-images: -ms-linear-gradient(90deg, #c40000 0%, #ef0e0e 100%); -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.dropdown-nav .nav-container .child-item .item-info-wrap ul li:hover::before { -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -ms-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); border-radius: 50%; }
.dropdown-nav .nav-container .child-item .item-info-wrap ul li:hover a { display: inline-block; background-images: -moz-linear-gradient(90deg, #c40000 0%, #ef0e0e 100%); background-images: -webkit-linear-gradient(90deg, #c40000 0%, #ef0e0e 100%); background-images: -ms-linear-gradient(90deg, #c40000 0%, #ef0e0e 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.dropdown-nav .nav-container .child-item .item-info-wrap ul li a { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; display: inline-block; vertical-align: middle; flex: 1; }
.dropdown-nav .nav-container .child-item .child-nav .nav-item { padding: 0 1.5%; }
.dropdown-nav .nav-container .child-item .child-nav .nav-item .item-img { overflow: hidden; }
.dropdown-nav .nav-container .child-item .child-nav .nav-item .item-img .img-wrap img { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; }
.dropdown-nav .nav-container .child-item .child-nav .nav-item .item-name { color: #333333; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.dropdown-nav .nav-container .child-item .child-nav .nav-item:hover .item-name { color: var(--theme-red); }
.dropdown-nav .nav-container .child-item.active { display: block; }
.dropdown-nav .nav-container .child-item.item-3 .child-nav .nav-item .item-img { width: 60px; margin: 0 auto; }
.dropdown-nav .nav-container .child-item.item-3 .child-nav .nav-item:hover .item-img img { -webkit-animation: swing 1 1s linear; -o-animation: swing 1 1s linear; animation: swing 1 1s linear; }

.more-icon { width: 40px; height: 40px; margin: auto; left: 0; right: 0; display: flex; justify-content: center; align-items: center; background: #eee; border-radius: 50%; top: 0; bottom: 0; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.more-icon svg { width: 40%; height: 40%; fill: #666; }
.more-icon:hover { background-color: var(--theme-color); }
.more-icon:hover svg { fill: #ffffff; }

.mask { top: 100px; display: none; position: fixed; height: 100vh; width: 100vw; background-color: rgba(0, 0, 0, 0.4); z-index: 88; }

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

.sbanner { background: url("../images/sbanner.jpg") center/cover no-repeat; height: 300px; background-position: center; background-repeat: no-repeat; background-size: cover; -webkit-transition: height .3s; -moz-transition: height .3s; -ms-transition: height .3s; -o-transition: height .3s; transition: height .3s; /*@media (min-width: 1680px) { padding-top: 80px;
}*/ }
@media (max-width: 767.98px) { .sbanner { height: 260px; } }
@media (max-width: 575.98px) { .sbanner { height: 200px; } }
.sbanner .sbanner-name { font-size: 26px; color: #ffffff; }
.sbanner .sbanner-name span { margin-right: 1rem; font-family: lovelo; font-size: 52px; font-style: italic; }
@media (max-width: 767.98px) { .sbanner .sbanner-name span { font-size: 42px; } }

.banner-swiper .banner-item .overlay { background-color: rgba(0, 0, 0, 0.7); }
@media (max-width: 575.98px) { .banner-swiper .banner-item .overlay .overlay-img { max-width: 75%; margin: 0 auto; } }
.banner-swiper .banner-item .overlay .contact-btn { padding: 0.5rem 1.5rem; color: #fff; border-radius: 5rem; font-size: 14px; }
@media (min-width: 1200px) { .banner-swiper .banner-item .overlay .contact-btn { font-size: 20px; width: 180px; line-height: 50px; display: block; padding: 0; margin: 0 auto; } }

.banner-box { margin-top: 100px; }
@media (max-width: 991.98px) { .banner-box { margin-top: 80px; } }
@media (max-width: 575.98px) { .banner-box { margin-top: 60px; } }

.backTop { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; cursor: pointer; }

.footer { background: url("../images/footer-bg.jpg") bottom/cover no-repeat fixed; font-size: 14px; color: #ffffff; border-top: 6px solid var(--theme-color); }
.footer .footer-top { border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
.footer .footer-top .footer-tel .tel-icon svg path { fill: var(--theme-color); }
.footer .footer-top .footer-tel .tel-info { color: #ffffff; }
.footer .footer-top .footer-tel .tel-info p { font-size: 16px; }
.footer .footer-top .footer-tel .tel-info .tel-num { font-family: Bahnschrift; font-size: 32px; opacity: 1; line-height: 1.2; }
.footer .footer-nav { padding: 3% 0 2%; }
.footer .footer-nav dl { flex: 0 0 auto; margin: 0; position: relative; width: calc( 100% / 4); }
.footer .footer-nav dl dt { font-weight: normal; line-height: 42px; }
.footer .footer-nav dl dt i { display: inline-block; width: 1px; height: 16px; background-color: #b1b1b1; position: absolute; margin: auto; top: 13px; left: 0; }
.footer .footer-nav dl dt i::before { content: ''; display: block; position: absolute; height: 3px; width: 100%; bottom: 15%; background-color: #ffffff; -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; line-height: 32px; opacity: .5; }
.footer .footer-nav dl a { -webkit-transition: opacity .3s,color .3s; -moz-transition: opacity .3s,color .3s; -ms-transition: opacity .3s,color .3s; -o-transition: opacity .3s,color .3s; transition: opacity .3s,color .3s; color: #ffffff; }
.footer .footer-nav dl a:hover { opacity: 1; }
.footer .footer-nav dl:hover dt a { color: var(--theme-color); }
.footer .footer-nav dl:hover dt i::before { bottom: 65%; }
.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 .qrcode-box .qrcode-item .item-img { overflow: hidden; }
.footer .hot-pro-nav .nav-head { font-size: 24px; font-weight: bold; position: relative; padding-left: 3%; margin-bottom: 2%; }
@media (max-width: 991.98px) { .footer .hot-pro-nav .nav-head { font-size: 22px; } }
@media (max-width: 575.98px) { .footer .hot-pro-nav .nav-head { font-size: 20px; } }
.footer .hot-pro-nav .nav-head::before { content: ''; display: block; width: 5px; height: 23px; position: absolute; margin: auto; left: 0; top: 0; bottom: 0; background: var(--theme-color); }
.footer .hot-pro-nav .nav-list li a { color: #ffffff; opacity: .5; -webkit-transition: opacity .5s; -moz-transition: opacity .5s; -ms-transition: opacity .5s; -o-transition: opacity .5s; transition: opacity .5s; }
.footer .hot-pro-nav .nav-list li a svg { width: 12px; height: 12px; margin-right: 10px; -webkit-transition: opacity .5s; -moz-transition: opacity .5s; -ms-transition: opacity .5s; -o-transition: opacity .5s; transition: opacity .5s; }
.footer .hot-pro-nav .nav-list li a svg path { fill: #ffffff; }
.footer .hot-pro-nav .nav-list li:hover a { opacity: 1; }
.footer .copyright { color: #666666; font-size: 14px; }
@media (max-width: 575.98px) { .footer .copyright { font-size: 12px; } }
.footer .copyright a { color: #666666; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.footer .copyright a:hover { color: var(--theme-color); }

.location-box { background: #ffffff; width: 100%; z-index: 9; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; border-bottom: 1px solid #f0f0f0; }
.location-box .crumbs-icon svg { width: 20px; height: 20px; }
.location-box .crumbs-icon svg path { fill: var(--theme-color); }
.location-box.fixed-top { box-shadow: 0px 0px 20px 0px rgba(4, 0, 0, 0.05); }
.location-box.scroll-up { -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%); }
@media (max-width: 991.98px) { .location-box .channel-nav { display: none; } }
.location-box .channel-nav li { position: relative; }
.location-box .channel-nav li::after { content: ''; height: 1px; display: block; position: absolute; width: 100%; left: 0; bottom: -1px; -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; background: var(--theme-color); -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; }
.location-box .channel-nav li:hover::after { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); }

/*通用模块*/
/*左侧*/
.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; }

/*首页*/
.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: 36px; position: relative; z-index: 2; color: #222222; }
.section .sec-head .head-name strong { color: var(--theme-red); }
.section .sec-head .head-name::after { color: #a3a3a3; opacity: .08; content: attr(data-title); font-family: '宋体'; text-transform: uppercase; font-weight: bold; font-size: 56px; text-align: center; position: absolute; left: 0; right: 0; margin: -40px auto auto; top: 0; bottom: 0; display: block; height: 94px; line-height: 94px; }
@media (max-width: 767.98px) { .section .sec-head .head-name { font-size: 28px; } }
@media (max-width: 575.98px) { .section .sec-head .head-name::after { font-size: 32px; } }
.section .sec-head .head-desc { position: relative; z-index: 2; color: #666666; text-transform: uppercase; }
.section .sec-head.white .head-name { color: #ffffff; }
.section .sec-head.white .head-name::after { color: #ffffff; opacity: .02; }
.section .sec-head.bg .sec-head::after { color: #a3a3a3; opacity: .8; }
.section.sec-core .swiper-1 .item { text-align: center; background-color: #ffffff; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.section.sec-core .swiper-1 .item .item-bg { background-color: #ffffff; overflow: hidden; }
.section.sec-core .swiper-1 .item .item-bg::before { content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: url("../images/hover-bg.jpg") center center no-repeat; -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(2.05); -webkit-transition: transform .3s, opacity .3s; -moz-transition: transform .3s, opacity .3s; -ms-transition: transform .3s, opacity .3s; -o-transition: transform .3s, opacity .3s; transition: transform .8s, opacity .3s; opacity: 0; }
.section.sec-core .swiper-1 .item .dot2-bg { -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; -webkit-transform: scale(1.5); -moz-transform: scale(1.5); -ms-transform: scale(1.5); -o-transform: scale(1.5); transform: scale(1.5); -webkit-transition-delay: .1s; -moz-transition-delay: .1s; -ms-transition-delay: .1s; -o-transition-delay: .1s; transition-delay: .1s; background: url(../images/bg-dot2.png) -35% -20% no-repeat, url(../images/bg-dot2.png) 135% 120% no-repeat; opacity: .2; }
.section.sec-core .swiper-1 .item .item-wrap { padding: 10%; border-radius: 5px; }
.section.sec-core .swiper-1 .item .item-icon svg { width: 60px; height: 60px; }
.section.sec-core .swiper-1 .item .item-icon svg path { fill: #474747; }
.section.sec-core .swiper-1 .item .item-name { font-size: 24px; }
.section.sec-core .swiper-1 .item .item-desc { color: #d0d0d0; font-size: 12px; text-transform: uppercase; }
.section.sec-core .swiper-1 .item .item-content { color: #919191; line-height: 2; }
.section.sec-core .swiper-1 .item:hover {           /*-webkit-transform: translateY(-20px); -moz-transform: translateY(-20px); -ms-transform: translateY(-20px); -o-transform: translateY(-20px); transform: translateY(-20px);
 -webkit-transition-duration: .2s; -moz-transition-duration: .2s; -ms-transition-duration: .2s; -o-transition-duration: .2s; transition-duration: .2s;*/ }
.section.sec-core .swiper-1 .item:hover .item-wrap { -webkit-transition: all .4s; -moz-transition: all .4s; -ms-transition: all .4s; -o-transition: all .4s; transition: all .4s; -webkit-box-shadow: 0 1px 22.5px 2.5px rgba(240, 130, 0, 0.5); -moz-box-shadow: 0 1px 22.5px 2.5px rgba(240, 130, 0, 0.5); box-shadow: 0 1px 22.5px 2.5px rgba(240, 130, 0, 0.5); -webkit-transition-delay: .4s; -moz-transition-delay: .4s; -ms-transition-delay: .4s; -o-transition-delay: .4s; transition-delay: .4s; }
.section.sec-core .swiper-1 .item:hover .dot2-bg { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
.section.sec-core .swiper-1 .item:hover .item-bg { webkit-transition: all .3s linear .15s; -moz-transition: all .3s linear .15s; -ms-transition: all .3s linear .15s; -o-transition: all .3s linear .15s; transition: all .3s linear .15s; background: var(--theme-color); }
.section.sec-core .swiper-1 .item:hover .item-bg::before { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity: .2; }
.section.sec-core .swiper-1 .item:hover .item-icon svg { -webkit-animation: swing 1s .5s; -o-animation: swing 1s .5s; animation: swing 1s .5s; -webkit-transition-delay: .3s; -moz-transition-delay: .3s; -ms-transition-delay: .3s; -o-transition-delay: .3s; transition-delay: .3s; }
.section.sec-core .swiper-1 .item:hover .item-icon svg path { fill: #ffffff; }
.section.sec-core .swiper-1 .item:hover .item-content, .section.sec-core .swiper-1 .item:hover .item-name { color: #ffffff; }
.section.sec-core .swiper-1 .item:hover .item-desc { color: rgba(255, 255, 255, 0.3); }
.section.sec-core .sec-tips { color: #919191; line-height: 2; }
.section.sec-core .sec-tips .tel-num { font-size: 24px; display: inline-block; vertical-align: middle; }
.section.sec-service .service-box {       /*.box-head{ background-color: #f6f6f6; .head-wrap{ width: 100%; .item{ width: 20%; text-align: center; position: relative; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; .item-wrap{ padding-top: 20px; overflow: hidden; position: relative; z-index: 2; } &amp;::before{ content: ''; position: absolute; background-color: var(--theme-color); width: 100%; height: 100%; left: 0; top: 0; -webkit-transform: scaleY(0); -moz-transform: scaleY(0); -ms-transform: scaleY(0); -o-transform: scaleY(0); transform: scaleY(0); -webkit-transform-origin: top; -moz-transform-origin: top; -ms-transform-origin: top; -o-transform-origin: top; transform-origin: top; -webkit-transition: transform .3s linear .1s; -moz-transition: transform .3s linear .1s; -ms-transition: transform .3s linear .1s; -o-transition: transform .3s linear .1s; transition: transform .3s linear .1s; } &amp;::after{ content: ''; display: block; position: absolute; width: 0; height: 0; border: 10px solid transparent; border-top-color: var(--theme-color); margin: auto; left: 0; right: 0; bottom: -20px; -webkit-transition: transform .1s linear; -moz-transition: transform .1s linear; -ms-transition: transform .1s linear; -o-transition: transform .1s linear; transition: transform .1s linear; -webkit-transform-origin: top; -moz-transform-origin: top; -ms-transform-origin: top; -o-transform-origin: top; transform-origin: top; -webkit-transform: scaleY(0); -moz-transform: scaleY(0); -ms-transform: scaleY(0); -o-transform: scaleY(0); transform: scaleY(0); } &amp;:not(:first-child){ border-left: 1px solid #e3e3e3; } .s-icon{ position: relative; img{ -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; } &amp;::after{ content: attr(data-title); position: absolute; left: 0; top: 0; width: 100%; margin: auto; font-family: Impact; color: #333333; opacity: .03; font-size: 50px; text-align: center; line-height: 1.5; text-transform: uppercase; -webkit-transition: opacity .3s; -moz-transition: opacity .3s; -ms-transition: opacity .3s; -o-transition: opacity .3s; transition: opacity .3s; } } .s-name{ line-height: 2; font-size: 22px; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; } .s-bg{ -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; opacity: .2; position: absolute; margin: auto; &amp;.bg1{ left: -20%; top: -40%; } &amp;.bg2{ right: -20%; top: 45%; } } &amp;:hover{ -webkit-transition-duration: .3s; -moz-transition-duration: .3s; -ms-transition-duration: .3s; -o-transition-duration: .3s; transition-duration: .3s; background: var(--theme-color); .s-name{ color: #ffffff; } .s-icon{ img{ -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; filter: grayscale(100%) brightness(100); } &amp;::after{ color: #ffffff; opacity: .05; } }
 &amp;::before{ -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); } &amp;::after{ -webkit-transition-delay: .2s; -moz-transition-delay: .2s; -ms-transition-delay: .2s; -o-transition-delay: .2s; transition-delay: .2s; -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); } } } } }*/ }
.section.sec-service .service-box .thumb-swiper.box-head { background-color: #f6f6f6; }
.section.sec-service .service-box .thumb-swiper.box-head .head-wrap { width: 100%; }
.section.sec-service .service-box .thumb-swiper.box-head .head-wrap .item { cursor: pointer; text-align: center; position: relative; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.section.sec-service .service-box .thumb-swiper.box-head .head-wrap .item .item-wrap { padding-top: 20px; overflow: hidden; position: relative; z-index: 2; }
.section.sec-service .service-box .thumb-swiper.box-head .head-wrap .item::before { content: ''; position: absolute; background-color: var(--theme-color); width: 100%; height: 100%; left: 0; top: 0; -webkit-transform: scaleY(0); -moz-transform: scaleY(0); -ms-transform: scaleY(0); -o-transform: scaleY(0); transform: scaleY(0); -webkit-transform-origin: top; -moz-transform-origin: top; -ms-transform-origin: top; -o-transform-origin: top; transform-origin: top; -webkit-transition: transform .3s linear .1s; -moz-transition: transform .3s linear .1s; -ms-transition: transform .3s linear .1s; -o-transition: transform .3s linear .1s; transition: transform .3s linear .1s; }
.section.sec-service .service-box .thumb-swiper.box-head .head-wrap .item::after { content: ''; display: block; position: absolute; width: 0; height: 0; border: 10px solid transparent; border-top-color: var(--theme-color); margin: auto; left: 0; right: 0; bottom: -20px; -webkit-transition: transform .1s linear; -moz-transition: transform .1s linear; -ms-transition: transform .1s linear; -o-transition: transform .1s linear; transition: transform .1s linear; -webkit-transform-origin: top; -moz-transform-origin: top; -ms-transform-origin: top; -o-transform-origin: top; transform-origin: top; -webkit-transform: scaleY(0); -moz-transform: scaleY(0); -ms-transform: scaleY(0); -o-transform: scaleY(0); transform: scaleY(0); }
.section.sec-service .service-box .thumb-swiper.box-head .head-wrap .item:not(:first-child) { border-left: 1px solid #e3e3e3; }
.section.sec-service .service-box .thumb-swiper.box-head .head-wrap .item .s-icon { position: relative; height: 62px; }
.section.sec-service .service-box .thumb-swiper.box-head .head-wrap .item .s-icon img { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.section.sec-service .service-box .thumb-swiper.box-head .head-wrap .item .s-icon::after { content: attr(data-title); position: absolute; left: 0; top: 0; width: 100%; margin: auto; font-family: Impact; color: #333333; opacity: .03; font-size: 50px; text-align: center; line-height: 1.5; text-transform: uppercase; -webkit-transition: opacity .3s; -moz-transition: opacity .3s; -ms-transition: opacity .3s; -o-transition: opacity .3s; transition: opacity .3s; }
.section.sec-service .service-box .thumb-swiper.box-head .head-wrap .item .s-name { line-height: 2; font-size: 22px; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.section.sec-service .service-box .thumb-swiper.box-head .head-wrap .item .s-bg { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; opacity: .2; position: absolute; margin: auto; }
.section.sec-service .service-box .thumb-swiper.box-head .head-wrap .item .s-bg.bg1 { left: -20%; top: -40%; }
.section.sec-service .service-box .thumb-swiper.box-head .head-wrap .item .s-bg.bg2 { right: -20%; top: 45%; }
@media (max-width: 575.98px) { .section.sec-service .service-box .thumb-swiper.box-head .head-wrap .item .s-icon { height: 40px; }
  .section.sec-service .service-box .thumb-swiper.box-head .head-wrap .item .s-icon::after { font-size: 40px; }
  .section.sec-service .service-box .thumb-swiper.box-head .head-wrap .item .s-name { font-size: 18px; }
  .section.sec-service .service-box .thumb-swiper.box-head .head-wrap .item.bg1, .section.sec-service .service-box .thumb-swiper.box-head .head-wrap .item.bg2 { width: 50%; } }
.section.sec-service .service-box .thumb-swiper.box-head .head-wrap .swiper-slide-thumb-active .item { -webkit-transition-duration: .3s; -moz-transition-duration: .3s; -ms-transition-duration: .3s; -o-transition-duration: .3s; transition-duration: .3s; background: var(--theme-color); }
.section.sec-service .service-box .thumb-swiper.box-head .head-wrap .swiper-slide-thumb-active .item .s-name { color: #ffffff; }
.section.sec-service .service-box .thumb-swiper.box-head .head-wrap .swiper-slide-thumb-active .item .s-icon img { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; filter: grayscale(100%) brightness(100); }
.section.sec-service .service-box .thumb-swiper.box-head .head-wrap .swiper-slide-thumb-active .item .s-icon::after { color: #ffffff; opacity: .05; }
.section.sec-service .service-box .thumb-swiper.box-head .head-wrap .swiper-slide-thumb-active .item::before { -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); }
.section.sec-service .service-box .thumb-swiper.box-head .head-wrap .swiper-slide-thumb-active .item::after { -webkit-transition-delay: .2s; -moz-transition-delay: .2s; -ms-transition-delay: .2s; -o-transition-delay: .2s; transition-delay: .2s; -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); }
@media (max-width: 1199.98px) { .section.sec-service .service-box .thumb-swiper.box-head { overflow: hidden; } }
.section.sec-service .service-box .swiper-product .swiper-slide .item-img { background-color: #ffffff; overflow: hidden; }
.section.sec-service .service-box .swiper-product .swiper-slide .item-img img { -webkit-transition: opacity 1s,transform .5s; -moz-transition: opacity 1s,transform .5s; -ms-transition: opacity 1s,transform .5s; -o-transition: opacity 1s,transform .5s; transition: opacity 1s,transform .5s; opacity: .1; }
.section.sec-service .service-box .swiper-product .swiper-slide .item-img .overlay { z-index: 2; /*-webkit-transition: transform .5s;
-moz-transition: transform .5s;
-ms-transition: transform .5s;
-o-transition: transform .5s;
transition: transform .5s;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);*/ opacity: 0; -webkit-transition: opacity .3s; -moz-transition: opacity .3s; -ms-transition: opacity .3s; -o-transition: opacity .3s; transition: opacity .3s; -webkit-transform-origin: bottom right; -moz-transform-origin: bottom right; -ms-transform-origin: bottom right; -o-transform-origin: bottom right; transform-origin: bottom right; }
.section.sec-service .service-box .swiper-product .swiper-slide .item-img .overlay .overlay-wrap { height: 100%; background-images: -moz-linear-gradient(0deg, #f37c08 0%, #ffbb00 100%); background-images: -webkit-linear-gradient(0deg, #f37c08 0%, #ffbb00 100%); background-images: -ms-linear-gradient(0deg, #f37c08 0%, #ffbb00 100%); padding: 5% 6%; }
.section.sec-service .service-box .swiper-product .swiper-slide .item-img .overlay .overlay-wrap .item-brief { color: #ffffff; font-size: 36px; }
.section.sec-service .service-box .swiper-product .swiper-slide .item-img .overlay .overlay-wrap .item-brief .play-btn { vertical-align: middle; cursor: pointer; }
.section.sec-service .service-box .swiper-product .swiper-slide .item-img .overlay .overlay-wrap .item-brief .play-btn .play-icon { width: 36px; height: 36px; fill: #ffffff; }
.section.sec-service .service-box .swiper-product .swiper-slide .item-img .overlay .overlay-wrap .item-brief .play-btn:hover { -webkit-animation: swing 1s; -o-animation: swing 1s; animation: swing 1s; }
.section.sec-service .service-box .swiper-product .swiper-slide .item-img .overlay .overlay-wrap .item-desc { padding-top: 1rem; padding-bottom: 2rem; font-size: 18px; color: #fbd89f; line-height: 2; border-bottom: 1px solid #fdc03d; }
.section.sec-service .service-box .swiper-product .swiper-slide .item-img .overlay .overlay-wrap .item-specs .icon-white img { width: 36px; height: 36px; filter: grayscale(100%) brightness(100); }
.section.sec-service .service-box .swiper-product .swiper-slide .item-img .overlay .overlay-wrap .item-specs .con { color: #ffffff; font-size: 18px; }
@media (max-width: 1199.98px) { .section.sec-service .service-box .swiper-product .swiper-slide .item-img .overlay .overlay-wrap { padding: 2% 4%; }
  .section.sec-service .service-box .swiper-product .swiper-slide .item-img .overlay .overlay-wrap .item-desc { border-bottom: none; } }
@media (max-width: 575.98px) { .section.sec-service .service-box .swiper-product .swiper-slide .item-img .overlay .overlay-wrap { padding: 5% 3%; }
  .section.sec-service .service-box .swiper-product .swiper-slide .item-img .overlay .overlay-wrap .item-brief { font-size: 26px; } }
.section.sec-service .service-box .swiper-product .swiper-slide .item-img .slide-video { -webkit-transition: transform 1s, opacity .5s; -moz-transition: transform 1s, opacity .5s; -ms-transition: transform 1s, opacity .5s; -o-transition: transform 1s, opacity .5s; transition: transform 1s, opacity .5s; -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); opacity: 0; z-index: 0; }
.section.sec-service .service-box .swiper-product .swiper-slide .item-img .video-wrap { cursor: pointer; height: 100%; }
.section.sec-service .service-box .swiper-product .swiper-slide.swiper-slide-active .item-img img { opacity: 1; }
.section.sec-service .service-box .swiper-product .swiper-slide.swiper-slide-active:hover .item-img &gt; img { -webkit-transform: scale(1.15); -moz-transform: scale(1.15); -ms-transform: scale(1.15); -o-transform: scale(1.15); transform: scale(1.15); opacity: .1; }
.section.sec-service .service-box .swiper-product .swiper-slide.swiper-slide-active:hover .item-img .overlay { opacity: 1; }
.section.sec-service .service-box .swiper-product .swiper-slide.swiper-slide-active.playing .slide-video { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity: 1; z-index: 3; }
.section.sec-service .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; }
.section.sec-scenes .scenes-box { position: relative; }
.section.sec-scenes .scenes-box .scenes-bottom { position: absolute; width: 100%; --scenes_height:120px; height: var(--scenes_height); background-color: rgba(0, 0, 0, 0.7); bottom: 0; z-index: 2; }
.section.sec-scenes .scenes-box .scenes-bottom .item .item-wrap { color: #ffffff; position: relative; }
.section.sec-scenes .scenes-box .scenes-bottom .item .item-wrap::before { content: ''; display: block; background-color: var(--theme-color); position: absolute; bottom: 0; left: 0; height: 0; width: 100%; -webkit-transition: all .4s; -moz-transition: all .4s; -ms-transition: all .4s; -o-transition: all .4s; transition: all .4s; }
.section.sec-scenes .scenes-box .scenes-bottom .item .item-wrap .item-top { height: var(--scenes_height); -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; position: relative; }
.section.sec-scenes .scenes-box .scenes-bottom .item .item-wrap .item-top .item-title { font-size: 18px; line-height: 2; }
.section.sec-scenes .scenes-box .scenes-bottom .item .item-wrap .item-top .item-en { font-size: 14px; }
.section.sec-scenes .scenes-box .scenes-bottom .item .item-wrap .item-bottom { color: #ffffff; border-top: 1px solid rgba(255, 255, 255, 0.3); position: absolute; width: 100%; bottom: 0; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; -webkit-transform: rotateX(90deg) translateZ(-10px); -moz-transform: rotateX(90deg) translateZ(-10px); -ms-transform: rotateX(90deg) translateZ(-10px); -o-transform: rotateX(90deg) translateZ(-10px); transform: rotateX(90deg) translateZ(-10px); transform-origin: bottom; z-index: 2; }
.section.sec-scenes .scenes-box .scenes-bottom .item .item-wrap .item-bottom span { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; font-size: 14px; opacity: .8; }
.section.sec-scenes .scenes-box .scenes-bottom .item .item-wrap .item-bottom svg { width: 24px; height: auto; }
.section.sec-scenes .scenes-box .scenes-bottom .item:hover .item-wrap:before, .section.sec-scenes .scenes-box .scenes-bottom .item.swiper-slide-thumb-active .item-wrap:before { height: 130%; border-radius: 5px  5px 0 0; }
.section.sec-scenes .scenes-box .scenes-bottom .item:hover .item-wrap .item-top, .section.sec-scenes .scenes-box .scenes-bottom .item.swiper-slide-thumb-active .item-wrap .item-top { -webkit-transform: translateY(-50px); -moz-transform: translateY(-50px); -ms-transform: translateY(-50px); -o-transform: translateY(-50px); transform: translateY(-50px); }
.section.sec-scenes .scenes-box .scenes-bottom .item:hover .item-wrap .item-bottom, .section.sec-scenes .scenes-box .scenes-bottom .item.swiper-slide-thumb-active .item-wrap .item-bottom { -webkit-transform: rotateX(0) translateZ(0); -moz-transform: rotateX(0) translateZ(0); -ms-transform: rotateX(0) translateZ(0); -o-transform: rotateX(0) translateZ(0); transform: rotateX(0) translateZ(0); }
.section.sec-scenes .scenes-box .scenes-bottom .item:hover .item-wrap .item-bottom:hover span, .section.sec-scenes .scenes-box .scenes-bottom .item.swiper-slide-thumb-active .item-wrap .item-bottom:hover span { letter-spacing: 1px; }
.section.sec-about .about-container { padding: 4.65% 6.19%; position: relative; overflow: hidden; }
.section.sec-about .about-container::after { color: #282828; opacity: .02; content: attr(data-title); display: block; position: absolute; left: 0; bottom: -14%; font-size: 140px; font-family: bahnschrift; font-weight: bold; line-height: 1; text-transform: uppercase; }
@media (max-width: 1399.98px) { .section.sec-about .about-container::after { font-size: 120px; } }
@media (max-width: 1199.98px) { .section.sec-about .about-container::after { border-bottom: -11%; font-size: 100px; } }
@media (max-width: 991.98px) { .section.sec-about .about-container::after { display: none; } }
.section.sec-about .about-container .about-top { background: #ffffff; padding: 4%; text-align: center; position: relative; }
.section.sec-about .about-container .about-top .about-desc { margin-top: 1rem; font-size: 24px; color: #1568b4; }
@media (max-width: 575.98px) { .section.sec-about .about-container .about-top .about-desc { font-size: 18px; } }
.section.sec-about .about-container .about-top .about-content { font-size: 18px; color: #282828; opacity: .66; line-height: 2; }
@media (min-width: 1400px) { .section.sec-about .about-container .about-top .about-content { width: 80%; margin: 0 auto; } }
@media (max-width: 575.98px) { .section.sec-about .about-container .about-top .about-content { font-size: 16px; } }
.section.sec-about .about-container .about-top::before, .section.sec-about .about-container .about-top::after { content: ''; background: url("../images/bg-dot.png") 0 0 repeat; position: absolute; opacity: .1; }
.section.sec-about .about-container .about-top::before { width: 120px; height: 120px; top: 0; left: 0; }
.section.sec-about .about-container .about-top::after { bottom: 0; right: 0; width: 120px; height: 100px; }
.section.sec-about .about-container .about-param { overflow: hidden; }
.section.sec-about .about-container .about-param .param-item { overflow: hidden; position: relative; padding-bottom: 20px; padding-top: 15px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.section.sec-about .about-container .about-param .param-item:not(:last-child)::after { content: ''; display: block; width: 0; height: 70%; position: absolute; margin: auto; border-right: 1px solid #ededed; right: 0; top: 0; bottom: 0; -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; }
.section.sec-about .about-container .about-param .param-item .item-wrap { position: relative; z-index: 2; padding-left: 25%; }
@media (max-width: 575.98px) { .section.sec-about .about-container .about-param .param-item .item-wrap { padding-left: 10%; } }
.section.sec-about .about-container .about-param .param-item .item-icon { padding: 10px 0; }
.section.sec-about .about-container .about-param .param-item .item-icon svg { width: 35px; height: auto; }
.section.sec-about .about-container .about-param .param-item .item-icon svg path { fill: #333333; }
.section.sec-about .about-container .about-param .param-item .item-name { font-weight: bold; color: #333333; }
.section.sec-about .about-container .about-param .param-item .item-desc { color: #999999; }
.section.sec-about .about-container .about-param .param-item:hover { background-color: var(--theme-color); }
.section.sec-about .about-container .about-param .param-item:hover::after { -webkit-transform: scaleY(0); -moz-transform: scaleY(0); -ms-transform: scaleY(0); -o-transform: scaleY(0); transform: scaleY(0); opacity: 0; }
.section.sec-about .about-container .about-param .param-item:hover .item-name { color: #ffffff; }
.section.sec-about .about-container .about-param .param-item:hover .item-desc { color: rgba(255, 255, 255, 0.6); }
.section.sec-about .about-container .about-param .param-item:hover .item-icon svg path { fill: #ffffff; }
@media (max-width: 575.98px) { .section.sec-about .sec-warp { padding: 0; }
  .section.sec-about .about-container { padding: 4.65% 0; } }
.section.sec-news { position: relative; }
.section.sec-news .sec-news-bg { height: 460px; background: url("../images/news-bg.png") center/cover no-repeat fixed #000; position: absolute; width: 100%; left: 0; top: 0; }
.section.sec-partner .partner-box .item { overflow: hidden; }
.section.sec-partner .partner-box .item img { -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.section.sec-partner .partner-box .item .overlay { -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; -webkit-transform-origin: bottom; -moz-transform-origin: bottom; -ms-transform-origin: bottom; -o-transform-origin: bottom; transform-origin: bottom; -webkit-transform: perspective(300) rotateX(-90deg); -moz-transform: perspective(300) rotateX(-90deg); -ms-transform: perspective(300) rotateX(-90deg); -o-transform: perspective(300) rotateX(-90deg); transform: perspective(300) rotateX(-90deg); opacity: 0; }
.section.sec-partner .partner-box:hover .item:not(:hover) img { filter: grayscale(0.9); }
.section.sec-partner .partner-box:hover .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); }

/*首页产品*/
.category-box { position: relative; }
.category-box .cate-bg { position: absolute; left: 0; top: 0; height: 100%; object-fit: cover; }
@media (max-width: 991.98px) { .category-box .cate-bg { width: 100%; } }
.category-box .category-list .cate-item { position: relative; }
.category-box .category-list .cate-item::before { content: ''; position: absolute; width: 100%; height: 100%; left: 0; top: 0; display: block; background: var(--theme-red); background-images: -moz-linear-gradient(90deg, #c40000 0%, #ef0e0e 100%); background-images: -webkit-linear-gradient(90deg, #c40000 0%, #ef0e0e 100%); background-images: -ms-linear-gradient(90deg, #c40000 0%, #ef0e0e 100%); -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; -webkit-transform-origin: left; -moz-transform-origin: left; -ms-transform-origin: left; -o-transform-origin: left; transform-origin: left; }
@media (min-width: 992px) { .category-box .category-list .cate-item::before { width: 150%; left: 0; } }
@media (min-width: 1200px) { .category-box .category-list .cate-item::before { width: 200%; left: -24px; } }
.category-box .category-list .cate-item a { position: relative; z-index: 2; display: block; padding: 1.25rem 0.75rem; font-size: 16px; margin-left: .5rem; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.category-box .category-list .cate-item a::before { content: '- '; }
@media (max-width: 1199.98px) { .category-box .category-list .cate-item a { padding: 0.825rem; } }
@media (max-width: 575.98px) { .category-box .category-list .cate-item a { padding: 0.725rem 1rem; margin-left: 0; } }
@media (min-width: 992px) { .category-box .category-list .cate-item a { margin-left: 1rem; } }
@media (min-width: 1200px) { .category-box .category-list .cate-item a { font-size: 18px; } }
.category-box .category-list .cate-item:hover::before { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); }
.category-box .category-list .cate-item:hover a { color: #ffffff; }
@media (min-width: 576px) { .category-box .category-list .cate-item:hover a { -webkit-transform: translateX(10px); -moz-transform: translateX(10px); -ms-transform: translateX(10px); -o-transform: translateX(10px); transform: translateX(10px); } }

.index-pro-box .pro-left { flex: 0 auto; }
@media (min-width: 1200px) { .index-pro-box .pro-left { width: 8.5%; } }
@media (min-width: 1400px) { .index-pro-box .pro-left { width: 12.5%; } }
@media (min-width: 1680px) { .index-pro-box .pro-left { width: 13.5%; } }
.index-pro-box .pro-main { flex: 1; }
.index-pro-box .pro-category { flex: 0 auto; width: 30.5%; }

/*首页实力*/
.power-section .power-swiper .slide-innet { background-position: center; background-size: cover; background-repeat: no-repeat; height: 750px; }
@media (max-width: 1199.98px) { .power-section .power-swiper .slide-innet { height: 640px; } }
@media (max-width: 991.98px) { .power-section .power-swiper .slide-innet { height: 560px; } }
@media (max-width: 767.98px) { .power-section .power-swiper .slide-innet { height: 480px; } }
@media (max-width: 575.98px) { .power-section .power-swiper .slide-innet { height: 400px; } }
.power-section .power-swiper .item-wrap { position: absolute; width: 100%; height: 100%; left: 0; top: 0; color: #ffffff; }
.power-section .power-swiper .item-wrap .item-top .item-title { font-size: 42px; }
@media (max-width: 991.98px) { .power-section .power-swiper .item-wrap .item-top .item-title { font-size: 36px; } }
@media (max-width: 767.98px) { .power-section .power-swiper .item-wrap .item-top .item-title { font-size: 32px; } }
@media (max-width: 575.98px) { .power-section .power-swiper .item-wrap .item-top .item-title { font-size: 28px; } }
.power-section .power-swiper .item-wrap .item-top .item-title .item-title-icon { display: inline-block; vertical-align: top; }
.power-section .power-swiper .item-wrap .item-top .item-en-title { text-transform: uppercase; }
.power-section .power-swiper .item-wrap .item-bottom { margin-top: 5%; }
.power-section .power-swiper .item-wrap .item-bottom .item-param strong { font-size: 36px; display: inline-block; vertical-align: middle; margin-right: 5px; }
@media (max-width: 991.98px) { .power-section .power-swiper .item-wrap .item-bottom .item-param strong { font-size: 32px; } }
@media (max-width: 767.98px) { .power-section .power-swiper .item-wrap .item-bottom .item-param strong { font-size: 26px; } }
@media (max-width: 575.98px) { .power-section .power-swiper .item-wrap .item-bottom .item-param strong { font-size: 20px; } }
.power-section .power-swiper .item-wrap .item-bottom .item-param .param-item:first-child::after { content: ''; width: 0; height: 20px; border-left: 1px solid #ffffff; margin: 0 1rem; display: inline-block; vertical-align: middle; }
.power-section .power-swiper .item-wrap .item-bottom .item-desc { margin-top: 2%; opacity: .6; }
@media (min-width: 1200px) { .power-section .power-swiper .item-wrap .item-bottom .item-desc { width: 77%; } }
.power-section .power-nav-swiper .item-wrap { background-color: rgba(255, 255, 255, 0.9); border-radius: .5rem .5rem 0 0; }
@media (max-width: 991.98px) { .power-section .power-nav-swiper .item-wrap { border-radius: 0 0 .5rem .5rem; background: rgba(0, 0, 0, 0.05); } }
.power-section .power-nav-swiper .item-wrap .item-icon { margin-right: .5rem; }
.power-section .power-nav-swiper .item-wrap .item-icon svg { width: 48px; height: 48px; }
.power-section .power-nav-swiper .item-wrap .item-icon svg path { fill: var(--theme-red); }
.power-section .power-nav-swiper .item-wrap .item-icon::after { content: ''; display: block; vertical-align: middle; width: 0; border-left: 1px solid rgba(0, 0, 0, 0.1); top: 0; right: 0; bottom: 0; margin: 0 0.5rem; height: 40px; }
.power-section .power-nav-swiper .item-wrap .item-info { position: relative; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; color: #333333; }
.power-section .power-nav-swiper .item-wrap .item-info .item-title { font-size: 22px; line-height: 1; }
.power-section .power-nav-swiper .item-wrap .item-info .item-en-title { line-height: 2; font-size: 14px; opacity: .8; }
.power-section .power-nav-swiper .swiper-slide.swiper-slide-thumb-active .item-wrap { -webkit-transition: background-color .3s; -moz-transition: background-color .3s; -ms-transition: background-color .3s; -o-transition: background-color .3s; transition: background-color .3s; background-color: rgba(196, 0, 0, 0.9); }
.power-section .power-nav-swiper .swiper-slide.swiper-slide-thumb-active .item-wrap .item-icon svg path { -webkit-transition: fill .3s; -moz-transition: fill .3s; -ms-transition: fill .3s; -o-transition: fill .3s; transition: fill .3s; fill: #ffffff; }
.power-section .power-nav-swiper .swiper-slide.swiper-slide-thumb-active .item-wrap .item-icon::after { border-color: rgba(255, 255, 255, 0.3); }
.power-section .power-nav-swiper .swiper-slide.swiper-slide-thumb-active .item-wrap .item-info { color: #ffffff; }
.power-section .power-nav-swiper .swiper-slide.swiper-slide-thumb-active .item-wrap .item-info .item-en-title { opacity: .3; }
@media (min-width: 992px) { .power-section .nav-swiper-container { position: absolute; left: 0; bottom: 0; right: 0; } }

/*产品列表*/
.pro-list .item .item-wrap { overflow: hidden; }
.pro-list .item .item-wrap .overlay { -webkit-transition: opacity .3s; -moz-transition: opacity .3s; -ms-transition: opacity .3s; -o-transition: opacity .3s; transition: opacity .3s; opacity: 0; background-color: rgba(0, 0, 0, 0.6); }
.pro-list .item .item-wrap .overlay .overlay-wrap { width: 100%; height: 100%; }
.pro-list .item .item-wrap .overlay .overlay-wrap .item-icon { width: 50px; height: 50px; border: 1px dashed rgba(255, 255, 255, 0.3); border-radius: 50%; padding: 8px; opacity: 0; -webkit-transform: translateY(30px); -moz-transform: translateY(30px); -ms-transform: translateY(30px); -o-transform: translateY(30px); transform: translateY(30px); -webkit-transition: transform 1s, opacity .3s; -moz-transition: transform 1s, opacity .3s; -ms-transition: transform 1s, opacity .3s; -o-transition: transform 1s, opacity .3s; transition: transform 1s, opacity .3s; }
@media (min-width: 1200px) { .pro-list .item .item-wrap .overlay .overlay-wrap .item-icon { width: 80px; height: 80px; } }
.pro-list .item .item-wrap .overlay .overlay-wrap .item-icon .icon-wrap { background-color: rgba(255, 255, 255, 0.3); width: 100%; height: 100%; border-radius: 50%; position: relative; -webkit-transition: background-color .3s; -moz-transition: background-color .3s; -ms-transition: background-color .3s; -o-transition: background-color .3s; transition: background-color .3s; }
.pro-list .item .item-wrap .overlay .overlay-wrap .item-icon .icon-wrap svg { width: 60%; position: absolute; margin: auto; top: 0; left: 0; right: 0; bottom: 0; }
.pro-list .item .item-wrap .overlay .overlay-wrap .item-title { opacity: 0; width: 96%; margin: 0 auto; line-height: 2; margin-top: .5rem; color: #ffffff; text-align: center; -webkit-transform: translateY(20px); -moz-transform: translateY(20px); -ms-transform: translateY(20px); -o-transform: translateY(20px); transform: translateY(20px); -webkit-transition: transform 1s, opacity .3s; -moz-transition: transform 1s, opacity .3s; -ms-transition: transform 1s, opacity .3s; -o-transition: transform 1s, opacity .3s; transition: transform 1s, opacity .3s; }
@media (min-width: 1200px) { .pro-list .item .item-wrap .overlay .overlay-wrap .item-title { font-size: 18px; padding: 0 12px; } }
.pro-list .item:hover .overlay { opacity: 1; }
.pro-list .item:hover .overlay .overlay-wrap .item-icon { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
.pro-list .item:hover .overlay .overlay-wrap .item-icon:hover .icon-wrap { background-color: var(--theme-red); }
.pro-list .item:hover .overlay .overlay-wrap .item-title { opacity: 1; webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); -webkit-transition-delay: .3s; -moz-transition-delay: .3s; -ms-transition-delay: .3s; -o-transition-delay: .3s; transition-delay: .3s; }

/*行业应用*/
.app-swiper-box .app-head-swiper .item { position: relative; }
.app-swiper-box .app-head-swiper .item:not(:last-child)::after { content: ''; position: absolute; width: 0; height: 60%; margin: auto; top: 0; bottom: 0; right: 0; border-left: 1px solid #b0b0b0; }
.app-swiper-box .app-head-swiper .item .item-wrap .item-icon { width: 60px; height: 60px; }
.app-swiper-box .app-head-swiper .item .item-wrap .item-icon svg { width: 100%; height: 100%; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.app-swiper-box .app-head-swiper .item .item-wrap .item-icon svg .st0 { fill: none; stroke: var(--theme-color); stroke-width: 0.9779; stroke-miterlimit: 10; stroke-dasharray: 4; }
.app-swiper-box .app-head-swiper .item .item-wrap .item-icon svg .st1 { fill: var(--theme-color); }
.app-swiper-box .app-head-swiper .item .item-wrap .item-icon svg .st2 { fill: #ffffff; }
.app-swiper-box .app-head-swiper .item .item-wrap .item-info { padding-left: 1rem; }
.app-swiper-box .app-head-swiper .item .item-wrap .item-info .item-title { font-size: 18px; color: #333333; line-height: 1; }
.app-swiper-box .app-head-swiper .item .item-wrap .item-info .item-desc { font-size: 12px; line-height: 2; color: #999999; text-transform: uppercase; }
@media (min-width: 920px) { .app-swiper-box .app-head-swiper .item .item-wrap .item-info .item-title { font-size: 20px; } }
@media (min-width: 1200px) { .app-swiper-box .app-head-swiper .item .item-wrap .item-info .item-title { font-size: 24px; } }
.app-swiper-box .app-head-swiper .item.swiper-slide-thumb-active .item-wrap .item-icon svg .st0 { stroke: var(--theme-blue); }
.app-swiper-box .app-head-swiper .item.swiper-slide-thumb-active .item-wrap .item-icon svg .st1 { fill: var(--theme-blue); }
.app-swiper-box .ratio-application { --mdb-aspect-ratio: calc(13 / 28 * 100%); }
.app-swiper-box .app-body-swiper .swiper-slide .item-content { position: absolute; width: 96%; background: rgba(255, 255, 255, 0.9); bottom: 5%; left: 0; margin: auto; right: 0; padding: 1rem; border-radius: 3px; backdrop-filter: blur(2px); }
.app-swiper-box .app-body-swiper .swiper-slide .item-content .con-left p:nth-child(1) { font-size: 34px; font-weight: bold; line-height: 1; }
.app-swiper-box .app-body-swiper .swiper-slide .item-content .con-left p:nth-child(1) span { color: var(--theme-color); }
.app-swiper-box .app-body-swiper .swiper-slide .item-content .con-left p:nth-child(2) { color: #b3b3b3; text-transform: uppercase; line-height: 2; margin: 0.5rem 0; }
.app-swiper-box .app-body-swiper .swiper-slide .item-content .con-left p:nth-child(3) i { display: inline-block; width: 8px; height: 20px; margin-right: 3px; background: var(--theme-color); -webkit-transform: skewX(-15deg); -moz-transform: skewX(-15deg); -ms-transform: skewX(-15deg); -o-transform: skewX(-15deg); transform: skewX(-15deg); }
.app-swiper-box .app-body-swiper .swiper-slide .item-content .con-right p { margin: .25rem 0; }
.app-swiper-box .app-body-swiper .swiper-slide .item-content .con-right p::before { content: ''; display: inline-block; vertical-align: middle; width: 16px; height: 16px; background: url("../images/icon-dot.png") center/cover no-repeat; margin-right: 5px; }
@media (max-width: 1199.98px) { .app-swiper-box .app-body-swiper .swiper-slide .item-content .con-left p:nth-child(1) { font-size: 28px; }
  .app-swiper-box .app-body-swiper .swiper-slide .item-content .con-left p:nth-child(2) { font-size: 13px; }
  .app-swiper-box .app-body-swiper .swiper-slide .item-content .con-left p:nth-child(3) i { width: 4px; height: 12px; }
  .app-swiper-box .app-body-swiper .swiper-slide .item-content .con-right p { font-size: 14px; } }
@media (max-width: 991.98px) { .app-swiper-box .app-body-swiper .swiper-slide .item-content { position: relative; width: 100%; }
  .app-swiper-box .app-body-swiper .swiper-slide .item-content .con-left p:nth-child(1) { font-size: 20px; }
  .app-swiper-box .app-body-swiper .swiper-slide .item-content .con-left p:nth-child(2) { margin: auto; font-size: 14px; }
  .app-swiper-box .app-body-swiper .swiper-slide .item-content .con-left p:nth-child(3) i { width: 3px; height: 10px; }
  .app-swiper-box .app-body-swiper .swiper-slide .item-content .con-right p { font-size: 14px; } }
@media (min-width: 1200px) { .app-swiper-box .app-body-swiper .swiper-slide .item-content { padding: 2rem; } }
.app-swiper-box .app-body-swiper .slide-innet { background-repeat: no-repeat; background-size: cover; background-position: center; }

@media (min-width: 1200px) { .row-cols-xl-8 &gt; *, .row-cols-xxl-8 &gt; * { width: calc(100% / 8); } }

.process-box { background: url("../images/process-bg.jpg") center/cover no-repeat; }
.process-box .box-head { border-bottom: 1px solid #e2e2e2; }
.process-box .box-head .head-wrap { position: relative; }
.process-box .box-head .head-wrap::before { content: ''; display: block; position: absolute; left: 0; bottom: 0; height: 54px; width: 7px; background-color: var(--theme-color); margin-right: 1rem; }
.process-box .box-head .head-name { position: relative; }
.process-box .box-head .head-name strong { font-size: 24px; color: #333333; }
.process-box .box-head .head-name span { font-size: 14px; color: #999999; text-transform: uppercase; }
.process-box .box-head .head-more { border: 1px solid #eee; padding: 0.5rem 1.5rem; }
.process-box .process-list .process-item .item-wrap { border: 1px solid #eee; border-radius: 50rem; }
.process-box .process-list .process-item .item-wrap .item-icon { width: 80px; height: 80px; border-radius: 50%; position: relative; background-size: cover; }
.process-box .process-list .process-item .item-wrap .item-icon .icon-wrap svg { position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; }
@media (max-width: 575.98px) { .process-box .process-list .process-item .item-wrap .item-icon { width: 68px; height: 68px; } }
.process-box .process-list .process-item .item-wrap .item-txt { padding: 18%; text-align: center; margin: 2rem 0; color: #333333; }
@media (max-width: 575.98px) { .process-box .process-list .process-item .item-wrap .item-txt { margin: .625rem 0; } }
.process-box .process-list .process-item:nth-child(1) .item-wrap .item-icon { background-images: url("../images/process-icon1.png"); }
.process-box .process-list .process-item:nth-child(2) .item-wrap .item-icon { background-images: url("../images/process-icon2.png"); }
.process-box .process-list .process-item:nth-child(3) .item-wrap .item-icon { background-images: url("../images/process-icon3.png"); }
.process-box .process-list .process-item:nth-child(4) .item-wrap .item-icon { background-images: url("../images/process-icon4.png"); }
.process-box .process-list .process-item:nth-child(5) .item-wrap .item-icon { background-images: url("../images/process-icon5.png"); }
.process-box .process-list .process-item:nth-child(6) .item-wrap .item-icon { background-images: url("../images/process-icon6.png"); }
.process-box .process-list .process-item:nth-child(7) .item-wrap .item-icon { background-images: url("../images/process-icon7.png"); }
.process-box .process-list .process-item:nth-child(8) .item-wrap .item-icon { background-images: url("../images/process-icon8.png"); }

.style-box .item .item-caption { width: 100%; bottom: 0; height: auto; top: auto; color: #fff; padding: 1rem 1.5rem; z-index: 2; position: absolute; }
.style-box .item .item-caption .item-more svg { width: 20px; height: auto; }
.style-box .item .item-wrap { -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; overflow: hidden; }
.style-box .item .item-wrap img { -webkit-transition: transform 2s; -moz-transition: transform 2s; -ms-transition: transform 2s; -o-transition: transform 2s; transition: transform 2s; }
.style-box .item .item-wrap::after { content: ''; display: block; height: 40%; position: absolute; width: 100%; bottom: 0; -webkit-transition: height .3s; -moz-transition: height .3s; -ms-transition: height .3s; -o-transition: height .3s; transition: height .3s; background: -moz-linear-gradient(bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%); background: -webkit-linear-gradient(bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%); background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%); }
@media (min-width: 992px) { .style-box .item .item-wrap:hover { -webkit-box-shadow: 0 0 10px #808080; -moz-box-shadow: 0 0 10px #808080; box-shadow: 0 0 10px #808080; -webkit-transform: translateY(-5px); -moz-transform: translateY(-5px); -ms-transform: translateY(-5px); -o-transform: translateY(-5px); transform: translateY(-5px); }
  .style-box .item .item-wrap: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); } }
.style-box .item.item-1 .item-wrap { --mdb-aspect-ratio: calc(434 / 810 * 100%); }
.style-box .item.item-2 .item-wrap { --mdb-aspect-ratio: calc(3 /4 * 100%); }
.style-box .item.item-3 .item-wrap { --mdb-aspect-ratio: calc(3 / 4 * 100%); }
.style-box .item.item-4 .item-wrap { --mdb-aspect-ratio: calc(30 / 58 * 100%); }
.style-box .item.item-5 .item-wrap { --mdb-aspect-ratio: calc(3 / 4 * 100%); }

/*首页关于*/
.about-section { position: relative; height: 650px; background: url("../images/about-bg.jpg") left center no-repeat; background-size: cover; }
@media (max-width: 992.98px) { .about-section { height: 460px; } }
@media (max-width: 1199.98px) { .about-section { height: 500px; } }
.about-section .about-sec-wrap { position: absolute; width: 100%; height: 100%; top: 0; bottom: 0; left: 0; }
.about-section .about-sec-wrap .container { height: 100%; position: relative; }
.about-section .about-box { position: relative; height: 100%; }
.about-section .about-box .box-wrap { position: absolute; margin: auto; height: 80%; top: 0; bottom: 0; right: 0; background-color: rgba(255, 255, 255, 0.9); backdrop-filter: blur(2px); border-top: 8px solid var(--theme-color); }
@media (min-width: 1200px) { .about-section .about-box .box-wrap { width: 60%; } }
.about-section .about-box .box-wrap::before { content: ''; display: block; width: 2rem; height: 2px; background: #ffffff; position: absolute; margin: auto; left: 0; right: 0; top: -5px; }
.about-section .about-box .box-wrap .box-head { border-bottom: 1px solid #eeeeee; padding-bottom: 1rem; }
.about-section .about-box .box-wrap .box-head .head-title .title-en img { display: block; }
.about-section .about-box .box-wrap .box-head .head-title .title-cn { font-size: 24px; color: #333333; font-weight: bold; }
.about-section .about-box .box-wrap .box-head .head-more { border: 1px solid #eee; padding: 0.5rem 1.5rem; }
.about-section .about-box .box-wrap .about-intro { color: #666666; line-height: 2; }
@media (max-width: 575.98px) { .about-section .about-box .box-wrap .about-intro { line-height: inherit; } }
.about-section .about-box .box-wrap .about-param { position: relative; z-index: 2; }
.about-section .about-box .box-wrap .about-param .param-item .item-num { font-family: Impact; color: var(--theme-color); font-size: 46px; }
.about-section .about-box .box-wrap .about-param .param-item .item-info { margin-left: .25rem; line-height: 1.2; }
@media (max-width: 767.98px) { .about-section .about-box .box-wrap .about-param .param-item .item-num { font-size: 32px; }
  .about-section .about-box .box-wrap .about-param .param-item .item-info { font-size: 14px; } }
@media (max-width: 575.98px) { .about-section .about-box .box-wrap .about-param .param-item .item-num { font-size: 28px; }
  .about-section .about-box .box-wrap .about-param .param-item .item-info { font-size: 12px; } }

/*关于我们*/
.single-content { line-height: 2; }
.single-content img { display: block; margin: 0 auto; max-width: 100%; }

.sec-profile { background: url("../images/profile-bg.jpg") bottom center no-repeat; }

/*关于 企业文化*/
.profile-box .profile-param { background-color: #f7f7f7; }
.profile-box .profile-param .param-item .item-num { font-family: Bahnschrift,BEBAS; color: var(--theme-color); font-size: 46px; font-weight: bold; }
.profile-box .profile-param .param-item .item-info { margin-left: .25rem; line-height: 1.2; }
.profile-box .profile-param .param-item .item-info .item-name { font-size: 20px; color: #333; }
@media (max-width: 992px) { .profile-box .profile-param .param-item .item-info .item-name { font-size: 18px; } }
.profile-box .profile-param .param-item .item-info .item-desc { font-size: 14px; color: #666666; }
@media (max-width: 767.98px) { .profile-box .profile-param .param-item .item-num { font-size: 32px; }
  .profile-box .profile-param .param-item .item-info { font-size: 14px; } }
@media (max-width: 575.98px) { .profile-box .profile-param .param-item .item-num { font-size: 28px; }
  .profile-box .profile-param .param-item .item-info { font-size: 12px; } }
.profile-box .profile-param .param-item:not(:first-child) { border-left: 1px solid #e3e3e3; }

.cultrue-box .item .item-wrap { position: relative; overflow: hidden; }
.cultrue-box .item .item-wrap .item-img { background: #000000; }
.cultrue-box .item .item-wrap .item-img img { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; width: 100%; }
.cultrue-box .item .item-wrap .item-name { position: absolute; bottom: 0; width: 100%; padding: 1rem 1.5rem; background: rgba(0, 0, 0, 0.5); color: #fff; font-size: 24px; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.cultrue-box .item .item-wrap .item-overlay { top: 0; left: 0; width: 100%; height: 100%; color: #666666; }
.cultrue-box .item .item-wrap .item-overlay .overlay-name { font-size: 24px; display: none; }
@media (min-width: 768px) { .cultrue-box .item .item-wrap .item-overlay { color: #ffffff; position: absolute; }
  .cultrue-box .item .item-wrap .item-overlay .overlay-name { display: block; font-size: 24px; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: transform .5s,opacity .3s; -moz-transition: transform .5s,opacity .3s; -ms-transition: transform .5s,opacity .3s; -o-transition: transform .5s,opacity .3s; transition: transform .5s,opacity .3s; opacity: 0; visibility: hidden; }
  .cultrue-box .item .item-wrap .item-overlay .overlay-content { -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; opacity: 0; visibility: hidden; } }
@media (max-width: 575.98px) { .cultrue-box .item .item-wrap .item-name { font-size: 22px; }
  .cultrue-box .item .item-wrap .item-overlay { color: #333333; position: relative; } }
@media (max-width: 991.98px) { .cultrue-box .item .item-wrap .item-name { font-size: 22px; }
  .cultrue-box .item .item-wrap .item-overlay { line-height: 1.8; } }
@media (max-width: 1199.98px) { .cultrue-box .item .item-wrap .item-name { font-size: 20px; }
  .cultrue-box .item .item-wrap .item-overlay { font-size: 14px; line-height: 1.8; }
  .cultrue-box .item .item-wrap .item-overlay .overlay-name { font-size: 20px; } }
@media (min-width: 768px) { .cultrue-box .item:hover .item-name { -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); transform: translateY(100%); }
  .cultrue-box .item:hover .item-img img { opacity: .5; }
  .cultrue-box .item:hover .item-overlay .overlay-name, .cultrue-box .item:hover .item-overlay .overlay-content { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); opacity: 1; visibility: visible; } }

.cultrue-tips { font-size: 24px; color: var(--theme-color); }
@media (max-width: 992.98px) { .cultrue-tips { font-size: 20px; } }
@media (max-width: 575.98px) { .cultrue-tips { font-size: 18px; } }

/*资质切换*/
.sec-honor { background: url("../images/sec-honor-bg.jpg") center/cover no-repeat fixed; }

.gradient-circle { width: 100%; height: 100%; background-images: -moz-linear-gradient(90deg, #c40000 0%, #ef0e0e 100%); background-images: -webkit-linear-gradient(90deg, #c40000 0%, #ef0e0e 100%); background-images: -ms-linear-gradient(90deg, #c40000 0%, #ef0e0e 100%); border-radius: 50%; padding: 10px; position: relative; }
.gradient-circle::before { content: ''; display: block; width: 100%; height: 100%; background: #fff; border-radius: 50%; }

.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-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-list-1 .first-news-item { border-bottom: 1px solid #f2f2f2; }
@media (min-width: 1200px) { .news-list-1 .first-news-item { padding: 2rem 0; } }
.news-list-1 .first-news-item .news-title { color: #282828; font-size: 26px; }
.news-list-1 .first-news-item .news-desc { color: #aaaaaa; line-height: 2; }
.news-list-1 .news-item::before { content: ''; display: block; width: 3px; height: 3px; background-color: #aaaaaa; margin-right: 1rem; }
.news-list-1 .news-item .news-title { width: calc(100% - 110px); font-size: 18px; }
.news-list-1 .news-item .news-time { font-size: 14px; color: #aaaaaa; width: 100px; }

.news-list-2 .news-item .item-wrap { box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.03); -webkit-box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.03); -moz-box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.03); box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.03); background-color: #fff; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.news-list-2 .news-item .item-img .item-time { position: absolute; width: 170px; height: 48px; text-align: center; line-height: 48px; background-images: -moz-linear-gradient(90deg, #c40000 0%, #ef0e0e 100%); background-images: -webkit-linear-gradient(90deg, #c40000 0%, #ef0e0e 100%); background-images: -ms-linear-gradient(90deg, #c40000 0%, #ef0e0e 100%); color: #ffffff; bottom: 0; left: 0; }
@media (max-width: 575.98px) { .news-list-2 .news-item .item-img .item-time { width: 120px; height: 36px; line-height: 36px; } }
.news-list-2 .news-item .item-caption { padding-top: 1.5rem; padding-left: 2.2rem; padding-right: 2.2rem; padding-bottom: 0.5rem; }
@media (max-width: 575.98px) { .news-list-2 .news-item .item-caption { padding: .5rem 1rem; } }
.news-list-2 .news-item .item-name { font-size: 20px; }
.news-list-2 .news-item .item-desc { line-height: 2; color: #999999; }
.news-list-2 .news-item .item-foot { border-top: 1px dashed #e8e8e8; }
.news-list-2 .news-item .item-foot a { text-transform: uppercase; font-size: 14px; }
.news-list-2 .news-item:hover .item-wrap { -webkit-transform: translateY(-5px); -moz-transform: translateY(-5px); -ms-transform: translateY(-5px); -o-transform: translateY(-5px); transform: translateY(-5px); box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.08); -webkit-box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.08); -moz-box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.08); box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.08); }

.news-list-3 .news-item { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; border-bottom: 1px dashed #eee; }
.news-list-3 .news-item .news-time { width: 90px; }
.news-list-3 .news-item .news-time .date { font-size: 50px; line-height: 1; font-family: Bahnschrift; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.news-list-3 .news-item .news-time .month { color: #999999; font-size: 14px; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.news-list-3 .news-item .news-info { color: #333333; border-left: 1px solid #e8e8e9; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; max-width: calc(100% - 90px); }
.news-list-3 .news-item .news-info .news-title { color: #333333; font-size: 18px; line-height: 2; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.news-list-3 .news-item .news-info .news-desc { color: #999999; font-size: 14px; line-height: 2; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.news-list-3 .news-item:hover { background-color: #f3f3f3; }
.news-list-3 .news-item:hover .news-time .date { color: var(--theme-color); -webkit-animation: swing 1.5s; -o-animation: swing 1.5s; animation: swing 1.5s; }
.news-list-3 .news-item:hover .news-info .news-title { color: var(--theme-color); }
.news-list-3 .news-item:hover .news-info .news-desc { color: #666666; }

.news-video-container .video-wrapper { position: relative; }
.news-video-container .video-wrapper .video-thumb { position: relative; z-index: 2; display: none; }
.news-video-container .video-wrapper .player_wrapper { position: relative; top: 0; bottom: 0; left: 0; right: 0; }

.prolist-swiper .item { position: relative; }
.prolist-swiper .item .item-img { background: black; }
.prolist-swiper .item .item-img img { opacity: .3; }
.prolist-swiper .item .item-wrap { background-color: rgba(0, 0, 0, 0.55); position: absolute; top: 0; bottom: 0; left: 0; right: 0; color: #ffffff; }
.prolist-swiper .item .item-wrap .item-head .item-en-title { font-size: 24px; text-transform: uppercase; margin-bottom: 1rem; }
.prolist-swiper .item .item-wrap .item-head .item-cn-title { color: #ffffff; font-size: 44px; font-weight: bold; }
@media (max-width: 767.98px) { .prolist-swiper .item .item-wrap .item-head .item-cn-title { font-size: 36px; } }
.prolist-swiper .item .item-wrap .item-head .item-head-line { height: 5px; background-images: -moz-linear-gradient(90deg, #c40000 0%, #ef0e0e 100%); background-images: -webkit-linear-gradient(90deg, #c40000 0%, #ef0e0e 100%); background-images: -ms-linear-gradient(90deg, #c40000 0%, #ef0e0e 100%); width: 70px; margin: 2rem auto; }
.prolist-swiper .item .item-wrap .item-content { font-size: 18px; opacity: .5; line-height: 2; }

/*新闻详情*/
.news-detail-page .news-top .news-title { font-size: 24px; color: #333333; }
@media (min-width: 1400px) { .news-detail-page .news-top .news-title { font-size: 32px; } }
.news-detail-page .news-top .news-meta { color: #999999; line-height: 2; }
.news-detail-page .news-img { background-color: #f0f0f0; border-radius: 5px; }
.news-detail-page .news-content { color: #666666; line-height: 2; }
.news-detail-page .news-content img { max-width: 100%; }
@media (min-width: 1400px) { .news-detail-page .news-right { padding-left: 20px; } }
.news-detail-page .news-right .wiget-box { border: 1px solid #eeeeee; }
.news-detail-page .news-right .wiget-box .head .head-name { font-size: 18px; font-weight: bold; color: #333333; }
.news-detail-page .news-right .wiget-box .head .head-name::before { content: ''; display: inline-block; vertical-align: middle; width: 4px; height: 20px; background-images: -moz-linear-gradient(146deg, #c60609 0%, #ea2000 100%); background-images: -webkit-linear-gradient(146deg, #c60609 0%, #ea2000 100%); background-images: -ms-linear-gradient(146deg, #c60609 0%, #ea2000 100%); margin-right: 10px; }
.news-detail-page .news-right .tags .tag { padding: .3rem .6rem; font-size: 14px; background-color: #f7f8fa; border-radius: 3px; margin: 6px 3px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.news-detail-page .news-right .tags .tag:hover { background-color: #dbdddf; }
.news-detail-page .news-right .wiget-catelist li { line-height: 2; padding: .5rem; font-size: 18px; position: relative; }
.news-detail-page .news-right .wiget-catelist li a { display: block; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.news-detail-page .news-right .wiget-catelist li:not(:last-child)::after, .news-detail-page .news-right .wiget-catelist li:not(:last-child)::before { content: ''; display: block; position: absolute; width: 100%; height: 1px; background-color: #eeeeee; left: 0; bottom: 0; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; -webkit-transform-origin: left center; -moz-transform-origin: left center; -ms-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; }
.news-detail-page .news-right .wiget-catelist li::after { -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); }
.news-detail-page .news-right .wiget-catelist li:last-child { border-bottom: none; }
.news-detail-page .news-right .wiget-catelist li:hover::before { -webkit-transform-origin: right center; -moz-transform-origin: right center; -ms-transform-origin: right center; -o-transform-origin: right center; transform-origin: right center; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); }
.news-detail-page .news-right .wiget-catelist li:hover::after { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); background-images: -moz-linear-gradient(90deg, #c40000 0%, #ef0e0e 100%); background-images: -webkit-linear-gradient(90deg, #c40000 0%, #ef0e0e 100%); background-images: -ms-linear-gradient(90deg, #c40000 0%, #ef0e0e 100%); -webkit-transition-delay: .2s; -moz-transition-delay: .2s; -ms-transition-delay: .2s; -o-transition-delay: .2s; transition-delay: .2s; }
.news-detail-page .news-right .prev_next { border-top: 1px solid #ededed; padding-top: 1.5rem; }
.news-detail-page .news-right .prev_next .page-a { border: 1px solid #efefef; border-radius: 5px; padding: 1rem; color: #666666; margin-bottom: 1rem; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; position: relative; overflow: hidden; }
.news-detail-page .news-right .prev_next .page-a::before, .news-detail-page .news-right .prev_next .page-a::after { content: ''; display: block; position: absolute; width: 100%; height: 100%; top: 0; left: 0; -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; }
.news-detail-page .news-right .prev_next .page-a::before { z-index: -1; background-images: -moz-linear-gradient(90deg, #c40000 0%, #ef0e0e 100%); background-images: -webkit-linear-gradient(90deg, #c40000 0%, #ef0e0e 100%); background-images: -ms-linear-gradient(90deg, #c40000 0%, #ef0e0e 100%); }
.news-detail-page .news-right .prev_next .page-a::after { z-index: 1; }
.news-detail-page .news-right .prev_next .page-a a { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; position: relative; z-index: 2; }
.news-detail-page .news-right .prev_next .page-a:hover { color: #ffffff; }
.news-detail-page .news-right .prev_next .page-a:hover::before, .news-detail-page .news-right .prev_next .page-a:hover::after { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); }
.news-detail-page .news-right .prev_next .page-a:hover a { color: #ffffff; }


 .goods-top { position: relative; }
 .goods-top .goods-top-wrap { box-shadow: 3.864px 1.035px 24px 0px rgba(16, 104, 223, 0.11); }
 .goods-summary .goods-title { font-size: 26px; color: #333333; }
@media (max-width: 991.98px) {  .goods-summary .goods-title { font-size: 24px; } }
@media (max-width: 767.98px) {  .goods-summary .goods-title { font-size: 22px; } }
@media (max-width: 575.98px) {  .goods-summary .goods-title { font-size: 20px; } }
 .goods-summary .goods-desc { color: #999999; font-size: 14px; margin: 1rem 0; line-height: 2; border-top: 1px solid #e7e7e7; border-bottom: 1px solid #e7e7e7; }
 .goods-summary .goods-service .s-item { display: flex; align-items: center; color: #666666; }
@media (max-width: 767.98px) {  .goods-summary .goods-service .s-item { font-size: 14px; } }
@media (max-width: 575.98px) {  .goods-summary .goods-service .s-item { font-size: 12px; } }
 .goods-summary .goods-service .s-item .item-icon { margin-right: 6px; }
 .goods-summary .goods-service .s-item .item-icon svg { width: 20px; height: 20px; }
 .goods-summary .goods-relate .item .item-wrap { border: 1px solid #f5f6f8; }
 .goods-summary .goods-contact .contact-icon svg { width: 46px; height: 46px; }
 .goods-summary .goods-contact .contact-icon svg path { fill: var(--theme-color); }
 .goods-summary .goods-contact .contact-info { font-size: 14px; }
 .goods-summary .goods-contact .contact-info .tel-num { font-family: Impact; color: var(--theme-color); font-size: 26px; line-height: 1; }
 .goods-content .detail-nav { padding-bottom: 1rem; border-bottom: 1px solid #efefef; }
 .goods-content .detail-nav li:not(:first-child) { border-left: 1px solid #d5d5d5; }
 .detail-section .sec-head { border-bottom: 1px solid #f7f7f7; }
 .detail-section .sec-head .head-name .cn { font-size: 24px; color: #333333; }
@media (max-width: 575.98px) {  .detail-section .sec-head .head-name .cn { font-size: 20px; } }
 .detail-section .sec-head .head-name .en { color: #999999; }
 .detail-section .sec-head .head-desc { color: #999999; font-size: 14px; }
@media (max-width: 767.98px) {  .detail-section .sec-head .head-desc { display: none; } }
 .goods-strength-box { padding: 1rem 0; }
 .goods-strength-box .item .item-wrap { z-index: 2; color: #333333; text-align: center; border: 1px solid #e7e7e7; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
 .goods-strength-box .item .item-wrap::before { content: ''; position: absolute; width: 60%; height: 60%; border: 35px solid #e7e7e7; margin: auto; top: 0; bottom: 0; left: 0; right: 0; display: block; border-radius: 50%; opacity: .3; -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; }
 .goods-strength-box .item .item-wrap .item-icon { width: 60px; height: 60px; margin: 0 auto; position: relative; }
@media (min-width: 1200px) {  .goods-strength-box .item .item-wrap .item-icon { width: 100px; height: 100px; } }
 .goods-strength-box .item .item-wrap .item-icon svg { position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; width: 60%; height: auto; }
 .goods-strength-box .item .item-wrap .item-icon svg path { fill: var(--theme-color); -webkit-transition: fill .3s; -moz-transition: fill .3s; -ms-transition: fill .3s; -o-transition: fill .3s; transition: fill .3s; }
 .goods-strength-box .item .item-wrap .item-name { position: relative; font-size: 24px; line-height: 2; }
@media (max-width: 991.98px) {  .goods-strength-box .item .item-wrap .item-name { font-size: 20px; } }
 .goods-strength-box .item .item-wrap .item-desc { position: relative; }
 .goods-strength-box .item:hover .item-wrap { background-color: var(--theme-color); color: #fff; border-color: var(--theme-color); }
 .goods-strength-box .item:hover .item-wrap::before { -webkit-transform: scale(1.4); -moz-transform: scale(1.4); -ms-transform: scale(1.4); -o-transform: scale(1.4); transform: scale(1.4); }
 .goods-strength-box .item:hover .item-wrap .item-icon svg path { fill: #ffffff; }

.contact-box .contact-item .item-head .head-icon { margin-right: 15px; }
.contact-box .contact-item .item-head .head-icon svg { width: 42px; height: 42px; }
@media (max-width: 575.98px) { .contact-box .contact-item .item-head .head-icon { margin-right: 8px; }
  .contact-box .contact-item .item-head .head-icon svg { width: 32px; height: 32px; } }
.contact-box .contact-item .item-head .head-name { font-size: 20px; display: inline-block; background-images: -moz-linear-gradient(90deg, #c40000 0%, #ef0e0e 100%); background-images: -webkit-linear-gradient(90deg, #c40000 0%, #ef0e0e 100%); background-images: -ms-linear-gradient(90deg, #c40000 0%, #ef0e0e 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.contact-box .contact-item .item-body p { color: #666666; line-height: 32px; }
.contact-box .contact-item .item-body .qrcodes .qrcode-item { width: 120px; height: 120px; }
.contact-box .item { background-color: #ffffff; }
.contact-box .item .item-icon { width: 60px; height: 60px; margin: 0 auto; position: relative; }
.contact-box .item .item-icon svg { position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; width: 60%; height: 60%; }
.contact-box .item .item-icon svg path { fill: var(--theme-color); }
.contact-box .item .item-name { font-size: 24px; line-height: 2; }
.contact-box .item .item-con { padding: 1rem .25rem; font-size: 14px; }

.form-outline .form-control:focus ~ .form-label { color: var(--theme-color); }
.form-outline .form-control:focus ~ .form-notch .form-notch-leading { border-color: var(--theme-color); }
.form-outline .form-control:focus ~ .form-notch .form-notch-middle { border-color: var(--theme-color); }
.form-outline .form-control:focus ~ .form-notch .form-notch-trailing { border-color: var(--theme-color); }
</pre></body></html>