
@import url("bahnschrift.css");
@media (min-width: 1680px) { .container { max-width: 1420px; } }
.gradient-bg { background-image: -moz-linear-gradient(0deg, #cd0000 0%, #ff5454 100%); background-image: -webkit-linear-gradient(0deg, #cd0000 0%, #ff5454 100%); background-image: -ms-linear-gradient(0deg, #cd0000 0%, #ff5454 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-image: -moz-linear-gradient(0deg, #cd0000 0%, #ff5454 100%); background-image: -webkit-linear-gradient(0deg, #cd0000 0%, #ff5454 100%); background-image: -ms-linear-gradient(0deg, #cd0000 0%, #ff5454 100%); }

.gradient-text { display: inline-block; background-image: -moz-linear-gradient(146deg, #f48506 0%, #ffbc00 100%); background-image: -webkit-linear-gradient(146deg, #f48506 0%, #ffbc00 100%); background-image: -ms-linear-gradient(146deg, #f48506 0%, #ffbc00 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-image: -moz-linear-gradient(0deg, #cd0000 0%, #ff5454 100%); background-image: -webkit-linear-gradient(0deg, #cd0000 0%, #ff5454 100%); background-image: -ms-linear-gradient(0deg, #cd0000 0%, #ff5454 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%); } }

.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 { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
@media (min-width: 1199.98px) { .header .header-wrap { height: 100px; } }
.header .logo img { -webkit-transition: transform .3s,width .3s; -moz-transition: transform .3s,width .3s; -ms-transition: transform .3s,width .3s; -o-transition: transform .3s,width .3s; transition: transform .3s,width .3s; }
@media (max-width: 1680px) { .header .logo img { width: 500px; } }
@media (max-width: 1400px) { .header .logo img { width: 400px; } }
@media (max-width: 991.98px) { .header .logo img { width: 350px; margin: 0.15rem 0; } }
@media (max-width: 575.98px) { .header .logo img { width: 80%; margin: 0.15rem 0; } }
@media (min-width: 1730px) { .header .header-tel { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; } }
.header .header-tel .tel-info .tel-head { line-height: 1; font-size: 14px; color: #5e5e5e; }
.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-image: -moz-linear-gradient(0deg, #cd0000 0%, #ff5454 100%); background-image: -webkit-linear-gradient(0deg, #cd0000 0%, #ff5454 100%); background-image: -ms-linear-gradient(0deg, #cd0000 0%, #ff5454 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 > a { display: block; position: relative; overflow: hidden; }
@media (min-width: 1440px) { .header .nav li > a { padding: 0 1rem; } }
.header .nav li > 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 > 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 > 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 > 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: 768px) { .header.header-min .menu-icon { width: 70px; height: 70px; } }
@media (min-width: 1200px) { .header .container { max-width: 93%; } }

.dropdown-nav { position: absolute; width: 100%; height: 190px; display: none; background: url("../image/dropdown-bg.png") 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; }
.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 { width: 100%; }
.dropdown-nav .nav-container .child-item { display: none; height: 100%; }
.dropdown-nav .nav-container .child-item .child-left { border-left: 1px solid #d5d5d5; height: 100%; }
.dropdown-nav .nav-container .child-item .child-left p { color: #d71530; font-size: 24px; line-height: 2; position: relative; }
.dropdown-nav .nav-container .child-item .child-left p::before { content: ''; display: block; height: 100%; position: absolute; left: 0; top: 0; width: 3px; background: currentColor; left: -2px; }
.dropdown-nav .nav-container .child-item .item-info-wrap { height: 100%; }
.dropdown-nav .nav-container .child-item .item-info-wrap ul li a { display: block; width: 100%; height: 100%; line-height: 2; padding: .5rem; border-bottom: 1px solid #d5d5d5; border-top: 1px solid #d5d5d5; position: relative; }
.dropdown-nav .nav-container .child-item .item-info-wrap ul li a i { display: block; width: 0; position: relative; height: 1px; background-color: CurrentColor; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; position: absolute; margin: auto; top: 0; right: 10px; bottom: 0; }
.dropdown-nav .nav-container .child-item .item-info-wrap ul li a i::before, .dropdown-nav .nav-container .child-item .item-info-wrap ul li a i::after { content: ''; display: block; width: 10px; height: 1px; background-color: CurrentColor; position: absolute; margin: auto; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.dropdown-nav .nav-container .child-item .item-info-wrap ul li a i::before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.dropdown-nav .nav-container .child-item .item-info-wrap ul li a i::after { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
.dropdown-nav .nav-container .child-item .item-info-wrap ul li a i::before, .dropdown-nav .nav-container .child-item .item-info-wrap ul li a i::after { right: 0; transform-origin: right; }
.dropdown-nav .nav-container .child-item .item-info-wrap ul li:hover i { width: 20px; right: 5px; }
.dropdown-nav .nav-container .child-item .item-info-wrap ul li:hover i::before, .dropdown-nav .nav-container .child-item .item-info-wrap ul li:hover i::after { width: 8px; }
.dropdown-nav .nav-container .child-item.active { display: block; }

.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 { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; width: 100px; height: 100px; background-color: var(--theme-color); position: relative; cursor: pointer; }
.menu-icon span { position: absolute; width: 50%; height: 2px; color: #ffffff; background-color: CurrentColor; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; margin: auto; left: 0; right: 0; top: 0; bottom: 0; }
.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: 1199.98px) { .menu-icon { width: 70px; height: 70px; } }
@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: 9; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; position: fixed; background-color: #333; width: 100%; height: 100%; top: 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: #f8f8f8; }
.mobile-nav dl dt { position: relative; padding: .5rem; }
.mobile-nav dl dt a { line-height: 2; display: block; width: 80%; margin-right: 2rem; 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; color: #fff; }
.mobile-nav dl dd ul li::before { content: ''; display: inline-block; width: 5px; height: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.7); vertical-align: middle; margin-right: 3px; }
.mobile-nav dl dd ul li a { font-size: 14px; opacity: .7; 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 #d3d3d3; right: .5rem; margin: auto; top: 0; bottom: 0; }

.open-menu.header { background-color: rgba(255, 255, 255, 0.95); }

.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-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; margin-top: 100px; position: relative; height: 450px; }
@media (max-width: 1199.98px) { .sbanner { margin-top: 70px; height: 360px; } }
@media (max-width: 575.98px) { .sbanner { height: 260px; margin-top: 56px; } }
.sbanner .sbanner-wrap { top: 0; }
.sbanner .sbanner-wrap .sbanner-content { position: relative; }
.sbanner .sbanner-wrap .sbanner-content .sbanner-title { color: #ffffff; font-size: 36px; }
.sbanner .sbanner-wrap .sbanner-content .sbanner-line { border-bottom: 1px solid #919cae; position: relative; margin: .5rem 0; }
.sbanner .sbanner-wrap .sbanner-content .sbanner-line::after { content: ''; display: block; position: absolute; width: 35%; height: 3px; margin: auto; left: 0; right: 0; top: -1px; background-color: var(--theme-color); background-image: -moz-linear-gradient(0deg, #cd0000 0%, #ff5454 100%); background-image: -webkit-linear-gradient(0deg, #cd0000 0%, #ff5454 100%); background-image: -ms-linear-gradient(0deg, #cd0000 0%, #ff5454 100%); }
.sbanner .sbanner-wrap .sbanner-content .sbanner-en-title { color: #ffffff; opacity: .5; font-size: 18px; text-transform: uppercase; line-height: 2; letter-spacing: 1px; }

@media (max-width: 575.98px) { .banner-swiper { --swiper-navigation-size:32px; } }
@media (max-width: 991.98px) { .banner-swiper { --swiper-navigation-size:36px; } }
.banner-swiper .banner-item img { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
@media (min-width: 1400px) { .banner-swiper .banner-item img { width: 100vw; height: 100vh; object-fit: cover; } }

.backTop { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; cursor: pointer; }

.footer { position: relative; background-color: #262626; font-size: 14px; }
.footer .footer-nav { padding: 3% 0 2%; }
.footer .footer-nav dl { flex: 0 0 auto; margin: 0; position: relative; width: calc(100% / 6); }
.footer .footer-nav dl dt { font-weight: normal; line-height: 42px; margin-bottom: 10px; }
.footer .footer-nav dl dt i { display: flex; justify-content: space-between; width: 15px; height: 2px; left: 0; right: auto; position: relative; margin: 5px 0; }
.footer .footer-nav dl dt i::before, .footer .footer-nav dl dt i::after { content: ''; display: block; height: 100%; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.footer .footer-nav dl dt i::before { width: 4px; background-color: #eeeeee; }
.footer .footer-nav dl dt i::after { width: 9px; background-color: var(--theme-color); margin-left: 2px; }
.footer .footer-nav dl dt a { font-size: 16px; color: #ffffff; }
.footer .footer-nav dl dd { margin-bottom: 0; padding: 4px 0; }
.footer .footer-nav dl a { -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; color: #9d9d9d; }
.footer .footer-nav dl a:hover { color: #eeeeee; }
.footer .footer-nav dl:hover dt i::before { width: 9px; }
.footer .footer-nav dl:hover dt i::after { width: 4px; }
.footer .footer-nav dl.contact { width: unset; padding-right: 0; }
.footer .footer-nav dl.contact .tel-num { font-size: 24px; color: var(--theme-color); }
.footer .footer-contact .contact-head { border-bottom: 1px solid #545454; margin-bottom: 20px; }
.footer .footer-contact .contact-head p { color: #7d7d7d; font-size: 14px; }
.footer .footer-contact .contact-head p.tel-num { font-family: Arial; font-size: 42px; color: var(--theme-color); }
.footer .footer-contact .contact-body p { color: #888888; line-height: 32px; font-size: 14px; }
.footer .footer-contact .contact-body p svg { width: 24px; height: auto; display: inline-block; vertical-align: middle; margin-right: 10px; }
.footer .footer-contact .contact-body p svg path { fill: #888888; }
.footer .copyright { border-top: 1px solid #3c3c3c; color: #666666; font-size: 14px; }
.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 { font-size: 14px; background: #ffffff; border-bottom: 1px solid #e9e9e9; width: 100%; z-index: 2; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.location-box .page-crumbs .crumbs-icon svg { width: 16px; height: auto; margin-right: 3px; display: inline-block; vertical-align: middle; }
.location-box .page-crumbs .crumbs-icon svg path { fill: #666; }
.location-box .channel-nav li { position: relative; }
.location-box .channel-nav li::after { content: ""; width: 0; height: 2px; background-color: var(--theme-color); position: absolute; left: 100%; bottom: 0; transition: all .3s; }
.location-box .channel-nav li:hover, .location-box .channel-nav li.active { color: var(--theme-color); }
.location-box .channel-nav li:hover::after, .location-box .channel-nav li.active::after { width: 100%; left: 0; }
.location-box .channel-nav li:hover ~ li::after, .location-box .channel-nav li.active ~ li::after { left: 0; }

.border-btn { border: 1px solid var(--theme-color); color: var(--theme-color); display: inline-block; padding: .5rem 1.5rem; font-size: 14px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.border-btn:hover { background-color: var(--theme-color); color: #ffffff; }

/*首页*/
.section { padding: 2rem 0; position: relative; }
.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 span { color: var(--theme-color); font-weight: bold; }
.section .sec-head .head-name::before { color: #a3a3a3; opacity: .08; content: attr(data-title); font-family: BEBAS; font-size: 56px; text-align: center; position: absolute; left: 0; right: 0; margin: auto; top: 0; bottom: 0; display: block; height: 94px; line-height: 94px; }
.section .sec-head .head-name::after { content: ''; display: block; width: 40px; height: 2px; background-color: var(--theme-color); margin: 1rem auto; }
@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: #999999; font-size: 14px; text-transform: uppercase; }
.section .sec-head.white .head-name { color: #ffffff; }
.section .sec-head.white .head-name span { color: #ffffff; }
.section .sec-head.white .sec-desc { color: #ffffff; }
.section .sec-head.headleft { text-align: left; }
.section .sec-head.headleft .head-name span { color: #ffffff; }
.section .sec-head.bg .sec-head::after { color: #a3a3a3; opacity: .8; }
.section.sec-product { background: url("../image/sec-product-bg.png") top/cover no-repeat; }
.section.sec-product .index-category .category-head { background-color: #2b2b2b; }
.section.sec-product .index-category .category-head p { color: #ffffff; text-transform: uppercase; }
.section.sec-product .index-category .category-head p.cn-name { font-weight: bold; font-size: 24px; line-height: 1; }
.section.sec-product .index-category .category-list { border: 1px solid #e7e7e7; background-color: #ffffff; }
.section.sec-product .index-category .category-list ul li { line-height: 48px; position: relative; width: 100%; }
.section.sec-product .index-category .category-list ul li::before { content: ''; position: absolute; display: block; 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-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; background-color: var(--theme-color); -webkit-transform-origin: bottom; -moz-transform-origin: bottom; -ms-transform-origin: bottom; -o-transform-origin: bottom; transform-origin: bottom; }
.section.sec-product .index-category .category-list ul li .item-wrap { padding: 0 10px; border-top: 1px solid #dfdfdf; position: relative; z-index: 2; }
.section.sec-product .index-category .category-list ul li i { margin-right: 5px; }
.section.sec-product .index-category .category-list ul li i svg { width: 20px; height: auto; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.section.sec-product .index-category .category-list ul li i svg path { fill: #c5c5c5; }
.section.sec-product .index-category .category-list ul li a { font-size: 14px; }
.section.sec-product .index-category .category-list ul li:hover::before { -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); -webkit-transform-origin: top; -moz-transform-origin: top; -ms-transform-origin: top; -o-transform-origin: top; transform-origin: top; }
.section.sec-product .index-category .category-list ul li:hover .item-wrap { border-top-color: transparent; }
.section.sec-product .index-category .category-list ul li:hover i svg path { fill: #ffffff; }
.section.sec-product .index-category .category-list ul li:hover a { color: #ffffff; }
.section.sec-product .product-info .product-title { font-size: 24px; color: #333; font-weight: bold; position: relative; }
.section.sec-product .product-info .product-title::before { content: ''; display: block; position: absolute; margin: auto; top: 0; bottom: 0; height: 20px; width: 4px; background-color: var(--theme-color); left: -20px; }
.section.sec-product .product-info .product-param { color: #767676; line-height: 36px; }
.section.sec-product .product-info .pro-contact .contact-tel i svg { width: 30px; height: 30px; }
.section.sec-product .product-info .pro-contact .contact-tel .tel-num { font-size: 28px; color: var(--theme-color); font-family: Arial; line-height: 1; }
.section.sec-product .product-info .pro-contact .contact-btn { background-image: -moz-linear-gradient(146deg, #c60609 0%, #ea2000 100%); background-image: -webkit-linear-gradient(146deg, #c60609 0%, #ea2000 100%); background-image: -ms-linear-gradient(146deg, #c60609 0%, #ea2000 100%); color: #ffffff; text-align: center; line-height: 46px; display: block; min-width: 170px; }
@media (max-width: 575.98px) { .section.sec-product .product-info .pro-contact .contact-tel span { font-size: 14px; }
  .section.sec-product .product-info .pro-contact .contact-tel .tel-num { font-size: 22px; }
  .section.sec-product .product-info .pro-contact .contact-btn { min-width: unset; padding: 0 5px; line-height: 36px; font-size: 14px; } }
.section.sec-scheme { position: relative; }
.section.sec-scheme .sec-bg { position: absolute; height: 520px; width: 100%; top: 0; left: 0; background: url("../image/sec-scheme-bg.jpg") center/cover no-repeat fixed; }
.section.sec-scheme .sec-bg::after { content: ''; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: rgba(0, 0, 0, 0.5); }
.section.sec-scheme .sec-head-2 .sec-name { position: relative; font-size: 36px; position: relative; z-index: 2; color: #ffffff; }
.section.sec-scheme .sec-head-2 .sec-name span { font-weight: bold; }
.section.sec-scheme .sec-head-2 .sec-name::after { content: ''; display: block; width: 40px; height: 2px; background-color: var(--theme-color); margin: 1rem 0; }
.section.sec-scheme .sec-head-2 .sec-desc { position: relative; z-index: 2; color: #ffffff; font-size: 14px; text-transform: uppercase; }
.section.sec-scheme .scheme-box .scheme-item { background-size: cover; background-position: center; background-repeat: no-repeat; position: relative; flex: 1; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; overflow: hidden; /*-webkit-transition-delay: .5s;
-moz-transition-delay: .5s;
-ms-transition-delay: .5s;
-o-transition-delay: .5s;
transition-delay: .5s;*/ }
.section.sec-scheme .scheme-box .scheme-item .item-bottom { bottom: 0; width: 100%; text-align: center; color: #ffffff; padding: 2.5rem 0; -webkit-transition: tran  sform 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; }
.section.sec-scheme .scheme-box .scheme-item .item-bottom .item-name { font-size: 24px; line-height: 1; }
.section.sec-scheme .scheme-box .scheme-item .item-bottom .item-desc { line-height: 2; }
.section.sec-scheme .scheme-box .scheme-item .overlay { background: rgba(215, 19, 46, 0.8); color: #ffffff; padding: 10%; opacity: 0; -webkit-transition: transform 1s, opacity .6s; -moz-transition: transform 1s, opacity .6s; -ms-transition: transform 1s, opacity .6s; -o-transition: transform 1s, opacity .6s; transition: transform 1s, opacity .6s; -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); }
.section.sec-scheme .scheme-box .scheme-item .overlay .overlay-wrap { -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; -webkit-transition-delay: .8s; -moz-transition-delay: .8s; -ms-transition-delay: .8s; -o-transition-delay: .8s; transition-delay: .8s; text-align: center; opacity: 0; }
.section.sec-scheme .scheme-box .scheme-item .overlay .overlay-wrap .item-name { font-size: 24px; -webkit-transform: translateY(25%); -moz-transform: translateY(25%); -ms-transform: translateY(25%); -o-transform: translateY(25%); transform: translateY(25%); -webkit-transition-duration: 0; -moz-transition-duration: 0; -ms-transition-duration: 0; -o-transition-duration: 0; transition-duration: 0; -webkit-transition-delay: .3s; -moz-transition-delay: .3s; -ms-transition-delay: .3s; -o-transition-delay: .3s; transition-delay: .3s; opacity: 0; }
.section.sec-scheme .scheme-box .scheme-item .overlay .overlay-wrap .item-content { line-height: 26px; -webkit-transform: translateY(35%); -moz-transform: translateY(35%); -ms-transform: translateY(35%); -o-transform: translateY(35%); transform: translateY(35%); opacity: 0; -webkit-transition-delay: 0; -moz-transition-delay: 0; -ms-transition-delay: 0; -o-transition-delay: 0; transition-delay: 0; -webkit-transition-delay: .6s; -moz-transition-delay: .6s; -ms-transition-delay: .6s; -o-transition-delay: .6s; transition-delay: .6s; }
.section.sec-scheme .scheme-box .scheme-item .overlay .overlay-wrap .item-btn { border: 1px solid #ffffff; display: inline-block; padding: .5rem 1.5rem; color: #ffffff; font-size: 14px; -webkit-transform: translateY(40%); -moz-transform: translateY(40%); -ms-transform: translateY(40%); -o-transform: translateY(40%); transform: translateY(40%); opacity: 0; -webkit-transition: transform 1s, opacity 1s; -moz-transition: transform 1s, opacity 1s; -ms-transition: transform 1s, opacity 1s; -o-transition: transform 1s, opacity 1s; transition: transform 1s ease-in-out .9s, opacity 1s; -webkit-transition-delay: .9s; -moz-transition-delay: .9s; -ms-transition-delay: .9s; -o-transition-delay: .9s; transition-delay: .9s; }
.section.sec-scheme .scheme-box .scheme-item::before, .section.sec-scheme .scheme-box .scheme-item::after { content: ''; position: absolute; z-index: 0; display: block; width: 100%; left: 0; height: 100%; bottom: 0; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; -webkit-transform-origin: bottom; -moz-transform-origin: bottom; -ms-transform-origin: bottom; -o-transform-origin: bottom; transform-origin: bottom; }
.section.sec-scheme .scheme-box .scheme-item::before { background: -webkit-linear-gradient(top, transparent 10%, rgba(19, 50, 96, 0.9) 100%); height: 60%; }
.section.sec-scheme .scheme-box .scheme-item::after { background: -webkit-linear-gradient(top, transparent 10%, rgba(0, 0, 0, 0.8) 100%); height: 50%; -webkit-transform: scaleY(0); -moz-transform: scaleY(0); -ms-transform: scaleY(0); -o-transform: scaleY(0); transform: scaleY(0); }
.section.sec-scheme .scheme-box .scheme-item:hover { flex: 2; }
.section.sec-scheme .scheme-box .scheme-item:hover::before { /*-webkit-transform: scaleY(0);
-moz-transform: scaleY(0);
-ms-transform: scaleY(0);
-o-transform: scaleY(0);
transform: scaleY(0);*/ }
.section.sec-scheme .scheme-box .scheme-item:hover::after { /* -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1);*/ /*-webkit-transition-delay: .5s;
-moz-transition-delay: .5s;
-ms-transition-delay: .5s;
-o-transition-delay: .5s;
transition-delay: .5s;*/ }
.section.sec-scheme .scheme-box .scheme-item:hover .item-bottom { -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); transform: translateY(100%); opacity: 0; }
.section.sec-scheme .scheme-box .scheme-item:hover .overlay { z-index: 3; opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); -webkit-transition-delay: .5s; -moz-transition-delay: .5s; -ms-transition-delay: .5s; -o-transition-delay: .5s; transition-delay: .5s; }
.section.sec-scheme .scheme-box .scheme-item:hover .overlay::before { -webkit-transition-delay: .5s; -moz-transition-delay: .5s; -ms-transition-delay: .5s; -o-transition-delay: .5s; transition-delay: .5s; }
.section.sec-scheme .scheme-box .scheme-item:hover .overlay::after { -webkit-transition-delay: 0; -moz-transition-delay: 0; -ms-transition-delay: 0; -o-transition-delay: 0; transition-delay: 0; }
.section.sec-scheme .scheme-box .scheme-item:hover .overlay .overlay-wrap { opacity: 1; -webkit-transition-delay: 0; -moz-transition-delay: 0; -ms-transition-delay: 0; -o-transition-delay: 0; transition-delay: 0; }
.section.sec-scheme .scheme-box .scheme-item:hover .overlay .overlay-wrap .item-name { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); -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 ease-in-out .3s, opacity 1s; }
.section.sec-scheme .scheme-box .scheme-item:hover .overlay .overlay-wrap .item-content { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); -webkit-transition: transform 1s, opacity 1s; -moz-transition: transform 1s, opacity 1s; -ms-transition: transform 1s, opacity 1s; -o-transition: transform 1s, opacity 1s; transition: transform 1s ease-in-out .6s, opacity 1s; }
.section.sec-scheme .scheme-box .scheme-item:hover .overlay .overlay-wrap .item-btn { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
@media (max-width: 991.98px) { .section.sec-scheme .scheme-box .scheme-item { flex: auto !important; height: 320px; } }
@media (min-width: 992px) { .section.sec-scheme .scheme-box { height: 580px; } }
.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("/static/index/zm001/Image/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(/static/index/zm001/Image/bg-dot2.png) -35% -20% no-repeat, url(/static/index/zm001/Image/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-about { position: relative; }
.section.sec-about .sec-bg { position: absolute; height: 660px; width: 100%; top: 0; left: 0; background: url("../image/sec-about-bg.jpg") center/cover no-repeat fixed; }
.section.sec-about .sec-bg::after { content: ''; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: rgba(0, 0, 0, 0.5); }
@media (max-width: 991.98px) { .section.sec-about .sec-bg { height: 85%; } }
.section.sec-about .about-content { color: #ffffff; font-size: 14px; line-height: 2; }
@media (min-width: 1400px) { .section.sec-about .about-content { width: 80%; margin: 0 auto; } }
.section.sec-about .about-btn { border: 1px solid #ffffff; color: #ffffff; display: block; margin: 0 auto; width: 160px; font-size: 14px; }
.section.sec-about .about-param-box .param-item { color: #ffffff; text-align: center; }
.section.sec-about .about-param-box .param-item .item-wrap { border: 1px solid rgba(255, 255, 255, 0.3); border-radius: 5px; padding: 15% 0; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.section.sec-about .about-param-box .param-item a { display: block; }
.section.sec-about .about-param-box .param-item .item-icon svg { width: 42px; height: auto; }
.section.sec-about .about-param-box .param-item .item-icon svg path { fill: #ffffff; }
.section.sec-about .about-param-box .param-item .item-name { line-height: 2; margin: 5px 0; color: #ffffff; }
.section.sec-about .about-param-box .param-item:hover .item-wrap { border: 1px solid var(--theme-color); background-color: var(--theme-color); }
.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("/static/index/zm001/Image/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("/static/index/zm001/Image/news-bg.png") center/cover no-repeat fixed #000; position: absolute; width: 100%; left: 0; top: 0; }

.power-box .power-head .item { text-align: center; cursor: pointer; }
.power-box .power-head .item .item-icon svg { width: 42px; height: auto; }
.power-box .power-head .item .item-icon svg path { fill: #57585a; }
.power-box .power-head .item .item-name { margin-top: 5px; line-height: 2; font-size: 18px; color: #666666; }
@media (max-width: 575.98px) { .power-box .power-head .item .item-icon svg { width: 32px; }
  .power-box .power-head .item .item-name { font-size: 14px; } }
.power-box .power-head .item:hover .item-icon { -webkit-animation: swing 1s; -o-animation: swing 1s; animation: swing 1s; }
.power-box .power-head .item:hover .item-icon svg path { fill: var(--theme-color); }
.power-box .power-head .item:hover .item-name { color: var(--theme-color); }
.power-box .power-head .swiper-slide-thumb-active .item .item-icon { -webkit-animation: swing 1s; -o-animation: swing 1s; animation: swing 1s; }
.power-box .power-head .swiper-slide-thumb-active .item .item-icon svg path { fill: var(--theme-color); }
.power-box .power-head .swiper-slide-thumb-active .item .item-name { color: var(--theme-color); }
.power-box .power-body .item { position: relative; }
.power-box .power-body .item .item-img { height: 560px; background-size: cover; background-position: center; }
@media (max-width: 575.98px) { .power-box .power-body .item .item-img { height: 320px; } }
@media (max-width: 991.98px) { .power-box .power-body .item .item-img { height: 420px; } }
.power-box .power-body .item .item-bottom { position: absolute; background-color: #f2f2f2; left: 0; right: 0; bottom: 0; }
.power-box .power-body .item .item-bottom .bottom-wrap .item-left { position: relative; }
.power-box .power-body .item .item-bottom .bottom-wrap .item-left .left-wrap { width: 80%; background-color: var(--theme-color); color: #ffffff; position: absolute; left: 0; bottom: 0; height: 150%; }
.power-box .power-body .item .item-bottom .bottom-wrap .item-left .left-wrap .item-num { font-size: 72px; line-height: 1.2; }
.power-box .power-body .item .item-bottom .bottom-wrap .item-left .left-wrap .item-breif { font-size: 18px; }
.power-box .power-body .item .item-bottom .bottom-wrap .item-left .left-wrap .item-name { font-size: 24px; }
.power-box .power-body .item .item-bottom .bottom-wrap .item-mid { font-size: 14px; color: #666666; line-height: 28px; padding: 2% 0; }
.power-box .power-body .item .item-bottom .bottom-wrap .item-right .item-btn { background-color: var(--theme-color); color: #ffffff; font-size: 14px; }
.power-box .power-body .item .item-bottom .bottom-wrap .item-right .item-btn i { display: inline-block; width: 40px; margin-left: 10px; height: 0; border-bottom: 1px solid #eeeeee; vertical-align: middle; position: relative; }
.power-box .power-body .item .item-bottom .bottom-wrap .item-right .item-btn i::after { content: ''; width: 12px; position: absolute; right: 0; display: block; -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; height: 0; border-bottom: 1px solid #ffffff; -webkit-transform: rotateZ(30deg); -moz-transform: rotateZ(30deg); -ms-transform: rotateZ(30deg); -o-transform: rotateZ(30deg); transform: rotateZ(30deg); -webkit-transform-origin: right; -moz-transform-origin: right; -ms-transform-origin: right; -o-transform-origin: right; transform-origin: right; }
.power-box .power-body .item .item-bottom .bottom-wrap .item-right .item-btn:hover i::after { -webkit-transform: rotateZ(45deg); -moz-transform: rotateZ(45deg); -ms-transform: rotateZ(45deg); -o-transform: rotateZ(45deg); transform: rotateZ(45deg); }

/*****首页图片*****/
.index-news .box .box-head .head-name { font-size: 24px; color: #323232; }
.index-news .box .box-head .head-more a { color: #898989; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.index-news .box .box-head .head-more a i.icon { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; width: 20px; height: 20px; display: inline-block; vertical-align: middle; margin-left: 3px; background-color: #898989; border-radius: 50%; }
.index-news .box .box-head .head-more a i.icon svg { width: 60%; height: auto; fill: #ffffff; }
.index-news .box .box-head .head-more a:hover { color: var(--theme-color); }
.index-news .box .box-head .head-more a:hover i.icon { background-color: var(--theme-color); }
.index-news .box .news-list .news-item { line-height: 46px; border-top: 1px solid #e5e5e5; }
.index-news .box .news-list .news-item::before { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; content: ''; width: 5px; height: 5px; background-color: #666666; border-radius: 50%; display: inline-block; vertical-align: middle; margin-right: 8px; }
.index-news .box .news-list .news-item .news-title { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; color: #666666; font-size: 14px; flex: 0 0 auto; width: calc(100% - 120px); }
.index-news .box .news-list .news-item .news-time { width: 90px; color: #999999; font-size: 14px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.index-news .box .news-list .news-item:hover::before { background-color: var(--theme-color); }
.index-news .box .news-list .news-item:hover .news-title { -webkit-transform: translateX(3px); -moz-transform: translateX(3px); -ms-transform: translateX(3px); -o-transform: translateX(3px); transform: translateX(3px); color: var(--theme-color); }
.index-news .box .news-list .news-item:hover .news-time { color: #666666; }

.single-title { font-size: 24px; color: #333333; line-height: 2; }

.leader-page .main-body { background: url("../image/leader-bg.jpg") center no-repeat fixed; }
.leader-page .content { font-size: 14px; line-height: 2.2; color: #666666; }
.leader-page .content .content-title { color: #333333; line-height: 2.5; }
.leader-page .content p { margin-bottom: 1rem; }
@media (min-width: 1200px) { .leader-page .content p { margin-bottom: 1.5rem; } }

.structure-page .main-body { background: url("../image/structure-bg.jpg") center/cover no-repeat fixed; }

.single-content img { max-width: 100%; }

@keyframes move { 0% { background-position: 30% 50%; }
  100% { background-position: 50% 50%; } }
.company-page .about-main-container .about-top .about-head span { font-size: 30px; text-transform: uppercase; color: #7b7b7b; }
.company-page .about-main-container .about-top .about-head span.num { margin-left: 5px; color: transparent; font-size: 97px; line-height: 1; font-family: Arial; font-weight: bold; background: url("../image/animate-bg.png") center no-repeat; background-size: 400%; -webkit-animation: move 20s alternate infinite; -o-animation: move 20s alternate infinite; animation: move 20s alternate infinite; -webkit-background-clip: text; background-clip: text; }
@media (max-width: 575.98px) { .company-page .about-main-container .about-top .about-head span.num { font-size: 58px; } }
@media (max-width: 991.98px) { .company-page .about-main-container .about-top .about-head span.num { font-size: 80px; } }
.company-page .about-main-container .about-top .about-head p { font-size: 24px; color: #000; }
.company-page .about-main-container .about-top .about-head::after { content: ''; width: 3rem; height: 2px; display: block; background-color: var(--theme-color); -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; margin: 10px 0; }
.company-page .about-main-container .about-top .about-content { font-size: 14px; color: #7c7c7c; line-height: 1.8; }
@media (min-width: 992px) { .company-page .about-main-container .about-top .about-content.scroll-content { height: 250px; overflow-y: scroll; } }
.company-page .about-main-container .about-top .about-contact-btn { background-color: var(--theme-color); color: #ffffff; font-size: 14px; }
.company-page .about-main-container .about-img.ratio { --mdb-aspect-ratio: calc(303 / 488 * 100%); }
.company-page .about-main-container .about-param .param-item .item-wrap .item-top { color: #656565; font-size: 14px; }
.company-page .about-main-container .about-param .param-item .item-wrap .item-top .item-num { font-size: 3rem; color: var(--theme-color); line-height: 1; font-weight: bold; }
.company-page .about-main-container .about-param .param-item .item-wrap .item-name { color: #363636; line-height: 2; }
.company-page .about-main-container .about-param .param-item:not(:last-child) .item-wrap { border-right: 1px solid #e8e8e8; }
.company-page .about-main-container .about-nav-box .nav-item .item-wrap { border-radius: 8px; overflow: hidden; }
@media (max-width: 1199.98px) { .company-page .about-main-container .about-nav-box .nav-item .item-wrap { --mdb-aspect-ratio: 65%; } }
.company-page .about-main-container .about-nav-box .nav-item .item-wrap .overlay { text-align: center; background: rgba(0, 0, 0, 0.5); color: #ffffff; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.company-page .about-main-container .about-nav-box .nav-item .item-wrap .overlay .item-head { -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; -webkit-transform: translateY(20px); -moz-transform: translateY(20px); -ms-transform: translateY(20px); -o-transform: translateY(20px); transform: translateY(20px); }
.company-page .about-main-container .about-nav-box .nav-item .item-wrap .overlay .item-head .head-icon svg path { fill: #ffffff; }
.company-page .about-main-container .about-nav-box .nav-item .item-wrap .overlay .item-desc { font-size: 14px; line-height: 2; opacity: 0; visibility: hidden; -webkit-transition: transform .3s,opacity .5s; -moz-transition: transform .3s,opacity .5s; -ms-transition: transform .3s,opacity .5s; -o-transition: transform .3s,opacity .5s; transition: transform .3s,opacity .5s; -webkit-transform: translateY(50px); -moz-transform: translateY(50px); -ms-transform: translateY(50px); -o-transform: translateY(50px); transform: translateY(50px); }
.company-page .about-main-container .about-nav-box .nav-item:hover .item-wrap .overlay { background: rgba(215, 19, 46, 0.9); }
.company-page .about-main-container .about-nav-box .nav-item:hover .item-wrap .overlay .item-head { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
.company-page .about-main-container .about-nav-box .nav-item:hover .item-wrap .overlay .item-desc { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); opacity: 1; visibility: visible; }

.cultrue-page .cultrue-box .cultrue-item .item-wrap { background-color: #f7f7f7; border-radius: 5px; overflow: hidden; }
.cultrue-page .cultrue-box .cultrue-item .item-wrap .item-con { -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; }
.cultrue-page .cultrue-box .cultrue-item .item-wrap .item-con .item-icon { width: 80px; height: 80px; padding: 3px; border-radius: 50rem; border: 1px solid #c8c8c8; background-color: #fff; }
@media (max-width: 767.98px) { .cultrue-page .cultrue-box .cultrue-item .item-wrap .item-con .item-icon { width: 50px; height: 50px; } }
@media (max-width: 991.98px) { .cultrue-page .cultrue-box .cultrue-item .item-wrap .item-con .item-icon { width: 60px; height: 60px; } }
.cultrue-page .cultrue-box .cultrue-item .item-wrap .item-con .item-icon .icon-wrap { background-color: #c8c8c8; border-radius: 50rem; width: 100%; height: 100%; position: relative; }
.cultrue-page .cultrue-box .cultrue-item .item-wrap .item-con .item-icon .icon-wrap svg { position: absolute; margin: auto; top: 0; bottom: 0; right: 0; left: 0; width: 45%; height: auto; }
.cultrue-page .cultrue-box .cultrue-item .item-wrap .item-con .item-icon .icon-wrap svg path { fill: #ffffff; }
.cultrue-page .cultrue-box .cultrue-item .item-wrap .item-con .item-name { margin-top: 1rem; font-size: 24px; }
.cultrue-page .cultrue-box .cultrue-item .item-wrap .item-con .item-name::after { content: ''; display: block; width: 15px; height: 2px; background-color: var(--theme-color); margin: 1rem auto; }
.cultrue-page .cultrue-box .cultrue-item .item-wrap .item-con .item-content { font-size: 14px; line-height: 32px; }
.cultrue-page .cultrue-box .cultrue-item .overlay { width: 100%; height: 100%; background-color: #e20012; padding: 13% 15% 10%; color: #ffffff; -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; -webkit-transform: scale(1.3); -moz-transform: scale(1.3); -ms-transform: scale(1.3); -o-transform: scale(1.3); transform: scale(1.3); opacity: 0; }
.cultrue-page .cultrue-box .cultrue-item .overlay::before { content: 'BANG EN'; font-size: 157px; line-height: 1; color: #d60011; text-transform: uppercase; text-align: center; position: absolute; width: 100%; height: 100%; left: 0; top: 0; font-family: Impact; text-align: center; }
.cultrue-page .cultrue-box .cultrue-item .overlay .item-name { position: relative; font-size: 26px; }
.cultrue-page .cultrue-box .cultrue-item .overlay .item-name::after { content: ''; display: block; width: 15px; height: 2px; background-color: CurrentColor; margin: 1rem 0; }
.cultrue-page .cultrue-box .cultrue-item .overlay .item-content { position: relative; font-size: 14px; line-height: 32px; }
.cultrue-page .cultrue-box .cultrue-item:hover .item-con { opacity: 0; -webkit-transform: scale(0.5); -moz-transform: scale(0.5); -ms-transform: scale(0.5); -o-transform: scale(0.5); transform: scale(0.5); }
.cultrue-page .cultrue-box .cultrue-item:hover .overlay { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity: 1; }

.cases-list .item .item-wrap { box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.13); -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.cases-list .item .item-wrap .item-info .item-name { font-size: 18px; line-height: 2; }
.cases-list .item .item-wrap .item-info .item-name a { -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.cases-list .item .item-wrap .item-info .item-name::after { content: ''; display: block; width: 34px; height: 3px; background-color: var(--theme-color); margin: 10px 0; -webkit-transition: width .3s; -moz-transition: width .3s; -ms-transition: width .3s; -o-transition: width .3s; transition: width .3s; }
.cases-list .item .item-wrap .item-info .item-content { font-size: 14px; line-height: 2; color: #8e8e8e; }
.cases-list .item .item-wrap .item-info .item-more a { color: #a7a7a7; font-size: 14px; line-height: 2; margin-top: .5rem; }
.cases-list .item:hover .item-wrap { box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08); }
.cases-list .item:hover .item-wrap .item-info .item-name a { color: var(--theme-color); }
.cases-list .item:hover .item-wrap .item-info .item-name::after { width: 40px; }

.gradient-circle { width: 100%; height: 100%; background-image: -moz-linear-gradient(0deg, #cd0000 0%, #ff5454 100%); background-image: -webkit-linear-gradient(0deg, #cd0000 0%, #ff5454 100%); background-image: -ms-linear-gradient(0deg, #cd0000 0%, #ff5454 100%); border-radius: 50%; padding: 10px; position: relative; }
.gradient-circle::before { content: ''; display: block; width: 100%; height: 100%; background: #fff; border-radius: 50%; }

.ratio-video { --mdb-aspect-ratio: calc(367 / 649 *100%); }

.in-section { padding: 3rem 0; }
.in-section .sec-head .head-name { position: relative; }
.in-section .sec-head .head-name .circle { width: 60px; height: 60px; position: relative; }
.in-section .sec-head .head-name .circle .gradient-circle { opacity: .2; }
.in-section .sec-head .head-name .cn-name { font-size: 36px; font-weight: bold; color: #333333; position: relative; transform: translateX(-30px); padding-right: 2rem; }
.in-section .sec-head .head-name .cn-name::after { content: ''; height: 2px; width: 3rem; display: block; background-image: -moz-linear-gradient(0deg, #cd0000 0%, #ff5454 100%); background-image: -webkit-linear-gradient(0deg, #cd0000 0%, #ff5454 100%); background-image: -ms-linear-gradient(0deg, #cd0000 0%, #ff5454 100%); position: absolute; margin: auto; top: 0; bottom: 0; right: 0; transform: translateX(40px); -webkit-animation: gradientBG 2s ease-out infinite; -o-animation: gradientBG 2s ease-out infinite; animation: gradientBG 2s ease-out infinite; }
@media (max-width: 575.98px) { .in-section .sec-head .head-name .cn-name { font-size: 28px; } }
.in-section .sec-head .head-name .en-name { color: #666666; font-size: 18px; text-transform: uppercase; }
@media (max-width: 767.98px) { .in-section .sec-head .head-name .en-name { display: none; } }
.in-section .sec-more { display: inline-block; background-image: -moz-linear-gradient(0deg, #cd0000 0%, #ff5454 100%); background-image: -webkit-linear-gradient(0deg, #cd0000 0%, #ff5454 100%); background-image: -ms-linear-gradient(0deg, #cd0000 0%, #ff5454 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.in-section .sec-more::before { content: ''; height: 2px; width: 2.5rem; display: inline-block; vertical-align: middle; margin-right: .5rem; background-image: -moz-linear-gradient(0deg, #cd0000 0%, #ff5454 100%); background-image: -webkit-linear-gradient(0deg, #cd0000 0%, #ff5454 100%); background-image: -ms-linear-gradient(0deg, #cd0000 0%, #ff5454 100%); }
.in-section.sec-about .about-content { line-height: 2; }
.in-section.sec-about .about-content p { margin-bottom: 1rem; }
@media (min-width: 1680px) { .in-section.sec-about .about-video-box { width: 650px; } }
.in-section.sec-about .about-video-box .video-wrap .video-line { position: absolute; top: -20px; left: -10px; width: 90%; }
.in-section.sec-about .about-video-box .video-wrap .video-bg { position: relative; width: 100%; }
.in-section.sec-about .about-video-box .video-wrap .play-btn { position: absolute; width: 72px; height: 72px; margin: auto; top: 0; bottom: 0; left: 0; right: 0; background-image: -moz-linear-gradient(0deg, #cd0000 0%, #ff5454 100%); background-image: -webkit-linear-gradient(0deg, #cd0000 0%, #ff5454 100%); background-image: -ms-linear-gradient(0deg, #cd0000 0%, #ff5454 100%); border-radius: 50%; box-shadow: 0px 15px 22.5px 2.5px rgba(0, 0, 0, 0.15); cursor: pointer; }
.in-section.sec-about .about-video-box .video-wrap .play-btn svg { width: 40px; height: 40px; position: absolute; margin: auto; left: 0; right: 0; top: 0; bottom: 0; }
.in-section.sec-cultrue {     /*.box-item:hover ~ .box-item .cultrue-item{ .item-bg{
 -webkit-transform-origin: right; -moz-transform-origin: right; -ms-transform-origin: right; -o-transform-origin: right; transform-origin: left; } }*/ }
.in-section.sec-cultrue .cultrue-item { --mdb-aspect-ratio: calc(12 / 11 * 100%); position: relative; background-color: #f7f8fa; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; border-radius: 5px; overflow: hidden; }
.in-section.sec-cultrue .cultrue-item .item-bg { background-image: -moz-linear-gradient(0deg, #cd0000 0%, #ff5454 100%); background-image: -webkit-linear-gradient(0deg, #cd0000 0%, #ff5454 100%); background-image: -ms-linear-gradient(0deg, #cd0000 0%, #ff5454 100%); -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; }
.in-section.sec-cultrue .cultrue-item .item-bg::after { content: ''; position: absolute; width: 100%; height: 100%; top: 0; left: 0; }
.in-section.sec-cultrue .cultrue-item .item-wrap { padding: 12% 14%; height: 100%; }
.in-section.sec-cultrue .cultrue-item .item-wrap .item-head .cn-name { color: #4d4d4d; font-size: 24px; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
@media (max-width: 575.98px) { .in-section.sec-cultrue .cultrue-item .item-wrap .item-head .cn-name { font-size: 20px; } }
.in-section.sec-cultrue .cultrue-item .item-wrap .item-head .cn-name::after { content: ''; display: inline-block; width: 1rem; vertical-align: middle; height: 2px; background: CurrentColor; margin-left: .625rem; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.in-section.sec-cultrue .cultrue-item .item-wrap .item-head .en-name { -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; color: #d0d0d0; font-size: 12px; text-transform: uppercase; }
.in-section.sec-cultrue .cultrue-item .item-wrap .item-content { font-size: 18px; margin-top: 1rem; }
@media (min-width: 1400px) { .in-section.sec-cultrue .cultrue-item .item-wrap .item-content { margin-top: 1.5rem; } }
@media (max-width: 575.98px) { .in-section.sec-cultrue .cultrue-item .item-wrap .item-content { font-size: 16px; } }
.in-section.sec-cultrue .cultrue-item .item-wrap::after { content: attr(data-id); font-family: bahnschrift,BEBAS; font-weight: bold; color: #d0d0d0; opacity: .13; line-height: 1; position: absolute; font-size: 260px; right: 10px; bottom: 0; height: 40%; overflow: hidden; }
@media (max-width: 575.98px) { .in-section.sec-cultrue .cultrue-item { --mdb-aspect-ratio: calc(1 / 2 * 100%); }
  .in-section.sec-cultrue .cultrue-item .item-wrap { padding: 8%; }
  .in-section.sec-cultrue .cultrue-item .item-wrap::after { font-size: 150px; } }
.in-section.sec-cultrue .cultrue-item:hover { color: #ffffff; }
.in-section.sec-cultrue .cultrue-item:hover .item-bg { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); -webkit-transform-origin: right; -moz-transform-origin: right; -ms-transform-origin: right; -o-transform-origin: right; transform-origin: right; }
.in-section.sec-cultrue .cultrue-item:hover * { color: #ffffff !important; }
.in-section.sec-history { position: relative; }
.in-section.sec-history::before { content: ''; display: block; position: absolute; top: 0; bottom: 0; left: 0; background: url("/static/index/zm001/Image/bg-dot.png") #f7f8fa; width: 100%; height: 100%; opacity: .04; }
.in-section.sec-history .swiper-history .history-item { padding: 3rem 0; }
.in-section.sec-history .swiper-history .history-item .item-wrap { padding-left: 20px; border-left: 1px solid #dedede; }
.in-section.sec-history .swiper-history .history-item .item-year { position: relative; }
.in-section.sec-history .swiper-history .history-item .item-year::before { content: attr(data-title); position: absolute; font-size: 80px; color: #282828; opacity: .04; text-align: center; line-height: 1; top: 0; text-transform: uppercase; font-weight: bold; }
.in-section.sec-history .swiper-history .history-item .item-year .year-num { line-height: 2; font-size: 45px; font-family: bahnschrift; color: var(--theme-color); }
.in-section.sec-history .swiper-history .history-item .item-content { color: #666666; line-height: 2; }
.in-section .swiper-news .news-item { margin-bottom: 50px; margin-top: 50px; background-color: #fff; }
@media (max-width: 1199.98px) { .in-section .swiper-news .news-item { margin-bottom: 30px; margin-top: 30px; } }
@media (max-width: 575.98px) { .in-section .swiper-news .news-item { margin-bottom: 10px; margin-top: 10px; } }
.in-section .swiper-news .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); }
.in-section .swiper-news .news-item .item-img .item-time { position: absolute; width: 170px; height: 48px; text-align: center; line-height: 48px; background-image: -moz-linear-gradient(0deg, #cd0000 0%, #ff5454 100%); background-image: -webkit-linear-gradient(0deg, #cd0000 0%, #ff5454 100%); background-image: -ms-linear-gradient(0deg, #cd0000 0%, #ff5454 100%); color: #ffffff; bottom: 0; left: 0; }
@media (max-width: 575.98px) { .in-section .swiper-news .news-item .item-img .item-time { width: 120px; height: 36px; line-height: 36px; } }
.in-section .swiper-news .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) { .in-section .swiper-news .news-item .item-caption { padding: .5rem 1rem; } }
.in-section .swiper-news .news-item .item-name { font-size: 20px; }
.in-section .swiper-news .news-item .item-desc { line-height: 2; color: #999999; }
.in-section .swiper-news .news-item .item-foot { border-top: 1px dashed #e8e8e8; }
.in-section .swiper-news .news-item .item-foot::before { content: ''; width: 2rem; height: 2px; background-color: var(--theme-color); background-image: -moz-linear-gradient(0deg, #cd0000 0%, #ff5454 100%); background-image: -webkit-linear-gradient(0deg, #cd0000 0%, #ff5454 100%); background-image: -ms-linear-gradient(0deg, #cd0000 0%, #ff5454 100%); display: inline-block; vertical-align: middle; margin-right: 10px; }
.in-section .swiper-news .news-item .item-foot a { color: var(--theme-color); display: inline-block; background-image: -moz-linear-gradient(0deg, #cd0000 0%, #ff5454 100%); background-image: -webkit-linear-gradient(0deg, #cd0000 0%, #ff5454 100%); background-image: -ms-linear-gradient(0deg, #cd0000 0%, #ff5454 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; font-weight: bold; text-transform: uppercase; }
.in-section .swiper-news .news-item:hover .item-foot::before { animation: gradientBG 3s ease infinite; }
.in-section .swiper-news .news-item:hover .item-foot a { animation: gradientBG 3s ease infinite; }
.in-section.sec-adv .adv-box .adv-item { position: relative;         /*&:nth-child(odd){ .item-wrap{ .item-icon{ .icon-wrap{ .icon-top{ top: -4px; left: -4px; } .icon-bottom{ bottom: 2px; right: 2px; } } } }
 }*/ /*&:nth-child(even){ .item-wrap{ .item-icon{ .icon-wrap{ .icon-top{ top: -4px; right: -4px; } .icon-bottom{ bottom: 2px; left: 2px; } } } }
}*/ }
.in-section.sec-adv .adv-box .adv-item .item-wrap { padding: 1.3rem 2.3rem; border: 1px solid #f1f1f1; margin-top: -1px; margin-left: -1px; position: relative; }
.in-section.sec-adv .adv-box .adv-item .item-wrap .item-icon { position: relative; }
.in-section.sec-adv .adv-box .adv-item .item-wrap .item-icon .icon-wrap { z-index: 1; position: relative; }
.in-section.sec-adv .adv-box .adv-item .item-wrap .item-icon .icon-wrap .icon-top { position: absolute; top: -4px; left: -4px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.in-section.sec-adv .adv-box .adv-item .item-wrap .item-icon .icon-wrap .icon-bottom { position: absolute; bottom: 2px; right: 2px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.in-section.sec-adv .adv-box .adv-item .item-wrap .item-icon .icon-wrap .icon-big { position: relative; }
.in-section.sec-adv .adv-box .adv-item .item-wrap .item-icon::after { display: block; content: attr(data-id); font-family: bahnschrift; color: #ffffff; font-size: 40px; position: absolute; top: 0; bottom: 0; left: 0; right: 0; text-align: center; z-index: 2; }
.in-section.sec-adv .adv-box .adv-item .item-wrap .item-info { line-height: 2; color: #333333; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.in-section.sec-adv .adv-box .adv-item::before, .in-section.sec-adv .adv-box .adv-item::after { content: ''; display: block; position: absolute; 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-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; -webkit-transform-origin: bottom; -moz-transform-origin: bottom; -ms-transform-origin: bottom; -o-transform-origin: bottom; transform-origin: bottom; }
.in-section.sec-adv .adv-box .adv-item::before { background-image: -moz-linear-gradient(0deg, #cd0000 0%, #ff5454 100%); background-image: -webkit-linear-gradient(0deg, #cd0000 0%, #ff5454 100%); background-image: -ms-linear-gradient(0deg, #cd0000 0%, #ff5454 100%); }
.in-section.sec-adv .adv-box .adv-item::after { -webkit-transition-delay: .1s; -moz-transition-delay: .1s; -ms-transition-delay: .1s; -o-transition-delay: .1s; transition-delay: .1s; }
.in-section.sec-adv .adv-box .adv-item:hover::before, .in-section.sec-adv .adv-box .adv-item:hover::after { -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); }
.in-section.sec-adv .adv-box .adv-item:hover .item-wrap .item-icon .icon-wrap { -webkit-animation: swing 1s; -o-animation: swing 1s; animation: swing 1s; }
.in-section.sec-adv .adv-box .adv-item:hover .item-wrap .item-icon .icon-wrap .icon-top { top: -4px; right: -4px; left: auto; }
.in-section.sec-adv .adv-box .adv-item:hover .item-wrap .item-icon .icon-wrap .icon-bottom { bottom: 2px; left: 2px; right: auto; }
.in-section.sec-adv .adv-box .adv-item:hover .item-wrap .item-info { color: #ffffff; }

.news-list .item .item-wrap { -webkit-box-shadow: 0px 5px 20px 0px rgba(68, 68, 68, 0.06); -moz-box-shadow: 0px 5px 20px 0px rgba(68, 68, 68, 0.06); box-shadow: 0px 5px 20px 0px rgba(68, 68, 68, 0.06); -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.news-list .item .item-wrap .item-img { background-color: #eaeaea; }
.news-list .item .item-wrap .item-name { -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; line-height: 2; color: #000; font-size: 18px; }
.news-list .item .item-wrap .item-time { color: #939393; font-size: 14px; line-height: 2; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.news-list .item .item-wrap .item-desc { color: #666666; }
.news-list .item .item-wrap .icons svg { width: 28px; height: 28px; }
.news-list .item .item-wrap .icons svg path { fill: #747474; }
.news-list .item .item-wrap:hover { -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05) !important; box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05) !important; -webkit-transform: translateY(-5px); -moz-transform: translateY(-5px); -ms-transform: translateY(-5px); -o-transform: translateY(-5px); transform: translateY(-5px); }
.news-list .item .item-wrap:hover .item-name { color: var(--theme-color); }
.news-list .item .item-wrap:hover .item-time { letter-spacing: 1px; }

.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-image: -moz-linear-gradient(0deg, #cd0000 0%, #ff5454 100%); background-image: -webkit-linear-gradient(0deg, #cd0000 0%, #ff5454 100%); background-image: -ms-linear-gradient(0deg, #cd0000 0%, #ff5454 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::before { content: ''; width: 2rem; height: 2px; background-color: var(--theme-color); background-image: -moz-linear-gradient(0deg, #cd0000 0%, #ff5454 100%); background-image: -webkit-linear-gradient(0deg, #cd0000 0%, #ff5454 100%); background-image: -ms-linear-gradient(0deg, #cd0000 0%, #ff5454 100%); display: inline-block; vertical-align: middle; margin-right: 10px; animation: gradientBG 3s ease infinite; }
.news-list-2 .news-item .item-foot a { color: var(--theme-color); display: inline-block; background-image: -moz-linear-gradient(0deg, #cd0000 0%, #ff5454 100%); background-image: -webkit-linear-gradient(0deg, #cd0000 0%, #ff5454 100%); background-image: -ms-linear-gradient(0deg, #cd0000 0%, #ff5454 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; font-weight: bold; text-transform: uppercase; animation: gradientBG 3s ease infinite; }
.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; }
.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 .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; }

.video-list .video-item .item-wrap { -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; }
.video-list .video-item .item-wrap .item-img { overflow: hidden; }
.video-list .video-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; }
.video-list .video-item .item-wrap .item-img .play-icon { position: absolute; margin: auto; top: 0; left: 0; bottom: 0; right: 0; width: 70px; height: 70px; }
.video-list .video-item .item-wrap .item-img .play-icon svg { width: 100%; height: auto; fill: #fff; }
.video-list .video-item .item-wrap .item-name { position: relative; }
.video-list .video-item .item-wrap .item-name a { -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.video-list .video-item .item-wrap .item-name::before { content: ''; display: block; position: absolute; left: 0; top: 0; width: 3px; height: 100%; background-image: -moz-linear-gradient(0deg, #cd0000 0%, #ff5454 100%); background-image: -webkit-linear-gradient(0deg, #cd0000 0%, #ff5454 100%); background-image: -ms-linear-gradient(0deg, #cd0000 0%, #ff5454 100%); -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; -webkit-transform: scaleY(0); -moz-transform: scaleY(0); -ms-transform: scaleY(0); -o-transform: scaleY(0); transform: scaleY(0); -webkit-transform-origin: bottom; -moz-transform-origin: bottom; -ms-transform-origin: bottom; -o-transform-origin: bottom; transform-origin: bottom; }
.video-list .video-item:hover .item-wrap { -webkit-transform: translateY(-5px); -moz-transform: translateY(-5px); -ms-transform: translateY(-5px); -o-transform: translateY(-5px); transform: translateY(-5px); }
.video-list .video-item:hover .item-wrap .item-img img { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); }
.video-list .video-item:hover .item-wrap .item-name::before { -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); -webkit-transform-origin: top; -moz-transform-origin: top; -ms-transform-origin: top; -o-transform-origin: top; transform-origin: top; }

.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-image: -moz-linear-gradient(0deg, #cd0000 0%, #ff5454 100%); background-image: -webkit-linear-gradient(0deg, #cd0000 0%, #ff5454 100%); background-image: -ms-linear-gradient(0deg, #cd0000 0%, #ff5454 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%; }
.news-detail-page .news-right .box .box-head .head-name { font-size: 16px; font-weight: bold; color: #333; }
.news-detail-page .news-right .box .box-head .head-name span { display: inline-block; vertical-align: middle; }
.news-detail-page .news-right .box .box-head .head-name::before { content: ''; display: inline-block; vertical-align: middle; margin-right: 8px; width: 3px; height: 16px; background-color: var(--theme-color); }
@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-image: -moz-linear-gradient(90deg, #e34b09 0%, #fca158 100%); background-image: -webkit-linear-gradient(90deg, #e34b09 0%, #fca158 100%); background-image: -ms-linear-gradient(90deg, #e34b09 0%, #fca158 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::after, .news-detail-page .news-right .wiget-catelist li::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-image: -moz-linear-gradient(0deg, #cd0000 0%, #ff5454 100%); background-image: -webkit-linear-gradient(0deg, #cd0000 0%, #ff5454 100%); background-image: -ms-linear-gradient(0deg, #cd0000 0%, #ff5454 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-image: -moz-linear-gradient(0deg, #cd0000 0%, #ff5454 100%); background-image: -webkit-linear-gradient(0deg, #cd0000 0%, #ff5454 100%); background-image: -ms-linear-gradient(0deg, #cd0000 0%, #ff5454 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; }

.ratio-system { --mdb-aspect-ratio: calc(11 / 10 * 100%); }
@media (max-width: 575.98px) { .ratio-system { --mdb-aspect-ratio: calc(11 / 8 * 100%); } }

.ratio-25x69 { --mdb-aspect-ratio: calc(25 / 69 * 100%); }

.aftersale-box .item { border-bottom: 1px solid #eeeeee; }
.aftersale-box .item .item-icon { width: 120px; height: 120px; position: relative; }
@media (max-width: 575.98px) { .aftersale-box .item .item-icon { width: 60px; height: 60px; } }
@media (max-width: 991.98px) { .aftersale-box .item .item-icon { width: 85px; height: 85px; } }
.aftersale-box .item .item-icon .icon-wrap { position: relative; background-color: #f0f0f0; border-radius: 50%; width: 100%; height: 100%; }
.aftersale-box .item .item-icon .icon-wrap svg { position: absolute; width: 45%; height: auto; margin: auto; left: 0; right: 0; top: 0; bottom: 0; fill: url("#svgGradient"); }
.aftersale-box .item .item-title { -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; font-size: 22px; line-height: 2; color: #333333; }
@media (max-width: 1199.98px) { .aftersale-box .item .item-title { font-size: 20px; } }
@media (max-width: 991.98px) { .aftersale-box .item .item-title { font-size: 18px; } }
@media (max-width: 575.98px) { .aftersale-box .item .item-title { font-size: 16px; } }
.aftersale-box .item .item-desc { -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; color: #8a8a8a; line-height: 1.8; font-size: 14px; }
@media (min-width: 768px) { .aftersale-box .item:nth-child(even) { border-left: 1px solid #eeeeee; }
  .aftersale-box .item:nth-child(n+3) { border-bottom: none; } }
.aftersale-box .item:hover .item-title { color: var(--theme-color); }
.aftersale-box .item:hover .item-desc { color: #666666; }
.aftersale-box .item:hover .item-icon svg { -webkit-animation: swing 1s linear; -o-animation: swing 1s linear; animation: swing 1s linear; }

.sec-baozhang { background-color: #f7f9fd; position: relative; overflow: hidden; }
@media (min-width: 1400px) { .sec-baozhang::before { content: 'BANGEN'; font-family: Impact; font-size: 640px; text-transform: uppercase; color: #f0f3f9; position: absolute; bottom: 0; left: 0; line-height: 1; bottom: -350px; } }
.sec-baozhang .bz-box { position: relative; }
.sec-baozhang .bz-box .bz-item .item-wrap { background: #ffffff; position: relative; border-radius: 10px; border: 1px solid #ededed; }
.sec-baozhang .bz-box .bz-item .item-wrap .item-icon { width: 100px; height: 100px; position: relative; border: 1px solid #f3f3f3; border-radius: 50%; padding: 5px; }
.sec-baozhang .bz-box .bz-item .item-wrap .item-icon::before, .sec-baozhang .bz-box .bz-item .item-wrap .item-icon::after { content: ''; position: absolute; display: block; width: 100%; height: 100%; margin: auto; top: 0; bottom: 0; left: 0; right: 0; }
.sec-baozhang .bz-box .bz-item .item-wrap .item-icon::before { border: 2px solid var(--theme-color); background-color: transparent; border-radius: 50%; }
.sec-baozhang .bz-box .bz-item .item-wrap .item-icon::after { width: 110%; left: -5%; right: -5%; height: 50%; background-color: #ffffff; }
.sec-baozhang .bz-box .bz-item .item-wrap .item-icon .icon-wrap { position: relative; z-index: 2; background-color: #f3f3f3; width: 100%; height: 100%; border-radius: 50%; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.sec-baozhang .bz-box .bz-item .item-wrap .item-icon .icon-wrap svg { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; width: 50%; fill: url("#svgGradient"); }
.sec-baozhang .bz-box .bz-item .item-wrap .item-title { color: #333333; font-size: 26px; line-height: 1.8; }
.sec-baozhang .bz-box .bz-item .item-wrap .item-desc { line-height: 2; margin-top: .5rem; color: #999999; }
.sec-baozhang .bz-box .bz-item .item-wrap .item-bd { padding-bottom: 1.5rem; }
.sec-baozhang .bz-box .bz-item:hover .item-wrap { background: url("../image/dot-bg.png") #ffffff; }
.sec-baozhang .bz-box .bz-item:hover .item-wrap .item-icon::after { -webkit-transition: transform 1s; -moz-transition: transform 1s; -ms-transition: transform 1s; -o-transition: transform 1s; transition: transform 1s; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.sec-baozhang .bz-box .bz-item:hover .item-wrap .item-icon .icon-wrap { background-color: var(--theme-color); }
.sec-baozhang .bz-box .bz-item:hover .item-wrap .item-icon .icon-wrap svg { fill: #ffffff; }
.sec-baozhang .bz-box .bz-item:hover .item-title { color: var(--theme-color); }
@media (min-width: 1400px) { .sec-baozhang .bz-box .bz-item:nth-child(odd) .item-wrap { -webkit-transform: translateY(40px); -moz-transform: translateY(40px); -ms-transform: translateY(40px); -o-transform: translateY(40px); transform: translateY(40px); } }

.sec-linian .linian-info .head .head-title { font-size: 30px; line-height: 2; margin-bottom: 1rem; color: #2f2f2f; }
.sec-linian .linian-info .head .head-brief { font-size: 36px; font-weight: bold; color: #333; line-height: 1; }
.sec-linian .linian-info .head .head-desc { line-height: 2.5; font-size: 14px; color: #c4c4c4; text-transform: uppercase; }
.sec-linian .linian-info .content p { color: #797979; line-height: 3; }
.sec-linian .linian-info .content p::before { content: ''; display: inline-block; margin: 10px; width: 10px; height: 10px; background-color: #d7132e; border-radius: 50%; vertical-align: middle; }
.sec-linian .linian-info .s-param-box .param-item .item-num { color: #d7132e; font-size: 48px; width: 100px; height: 100px; padding: 10px; border-radius: 50%; margin: 0 auto; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.sec-linian .linian-info .s-param-box .param-item .item-num .wrap { font-weight: 300; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; border-radius: 50%; border: 1px solid #eaeaea; }
.sec-linian .linian-info .s-param-box .param-item .item-name { font-size: 14px; color: #878787; }
.sec-linian .linian-info .s-param-box .param-item:hover .item-num { padding: 0; }
.sec-linian .linian-info .s-param-box .param-item:hover .item-num .wrap { -webkit-box-shadow: 0 0 15px rgba(215, 19, 46, 0.3); -moz-box-shadow: 0 0 15px rgba(215, 19, 46, 0.3); box-shadow: 0 0 15px rgba(215, 19, 46, 0.3); border: none; font-weight: 600; }

.preview-swiper { position: relative; z-index: 0; }
.preview-swiper .swiper-slide.has-video { position: relative; cursor: pointer; }
.preview-swiper .swiper-slide.has-video .play-btn { position: absolute; z-index: 1; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.75); }
.preview-swiper .swiper-slide.has-video .play-btn svg { width: 60px; height: 60px; position: absolute; margin: auto; left: 0; right: 0; top: 0; bottom: 0; z-index: 2; }
.preview-swiper .swiper-slide.has-video .play-btn svg path { fill: #ffffff; }
.preview-swiper .swiper-slide .thumb-img { cursor: pointer; background-color: #000000; }
.preview-swiper .swiper-slide .thumb-img img { opacity: .4; -webkit-transition: opacity .3s; -moz-transition: opacity .3s; -ms-transition: opacity .3s; -o-transition: opacity .3s; transition: opacity .3s; }
.preview-swiper .swiper-slide.swiper-slide-thumb-active .thumb-img img { opacity: 1; }

.floor-box { background-color: #eef0f2; }
.floor-box .floor-wrap { -webkit-transition: all .4s; -moz-transition: all .4s; -ms-transition: all .4s; -o-transition: all .4s; transition: all .4s; }
.floor-box .floor-wrap:hover { -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.05); box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.05); -webkit-transform: translateY(-5px); -moz-transform: translateY(-5px); -ms-transform: translateY(-5px); -o-transform: translateY(-5px); transform: translateY(-5px); }
.floor-box .floor-icon svg { width: 48px; height: 48px; }
.floor-box .floor-icon svg path { fill: var(--theme-color); }
.floor-box .floor-name { font-size: 30px; color: var(--theme-color); }
@media (max-width: 575.98px) { .floor-box .floor-name { font-size: 22px; } }
.floor-box .floor-desc { font-size: 14px; color: #a5a5a5; line-height: 26px; }
.floor-box .floor-btn a { color: #6a6969; display: inline-block; padding: .5rem 1.2rem; border: 1px solid #e0e0e0; font-size: 14px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.floor-box .floor-btn a:hover { border-color: var(--theme-color); background-color: var(--theme-color); color: #ffffff; }
.floor-box .floor-goods-txt-list li::before { content: ''; display: inline-block; width: 9px; height: 9px; border-radius: 50%; background-color: #d7d7d7; margin-right: 8px; vertical-align: middle; -webkit-transition: background-color .3s; -moz-transition: background-color .3s; -ms-transition: background-color .3s; -o-transition: background-color .3s; transition: background-color .3s; }
.floor-box .floor-goods-txt-list li a { display: block; font-size: 14px; -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; flex: 0 0 auto; max-width: 90%; }
.floor-box .floor-goods-txt-list li:hover { color: var(--theme-color); }
.floor-box .floor-goods-txt-list li:hover::before { background-color: CurrentColor; }
.floor-box .floor-goods-txt-list li:hover a { -webkit-transform: translateX(5px); -moz-transform: translateX(5px); -ms-transform: translateX(5px); -o-transform: translateX(5px); transform: translateX(5px); }

.goods-list .item .item-wrap .item-info .item-title { font-size: 18px; }
.goods-list .item .item-wrap .item-info .item-param { font-size: 14px; line-height: 28px; }
.goods-list .item .item-wrap .item-info .item-param .param-label { color: #999999; }
.goods-list .item .item-wrap .item-info .item-param .param-value { color: #666666; }
.goods-list .item .item-wrap .item-info .item-tools .contact-btn { font-size: 14px; box-shadow: none; border: 1px solid var(--theme-color); background-color: transparent; color: var(--theme-color); }
.goods-list .item .item-wrap .item-info .item-tools .contact-btn.fill { color: #ffffff; background-color: var(--theme-color); }
.goods-list .item .item-wrap .item-info .item-tools .contact-btn:hover:not(.fill) { color: #ffffff; background-color: var(--theme-color); }
.goods-list .item .item-wrap .item-info .item-tools .contact-btn:hover.fill { border: 1px solid var(--theme-color); background-color: transparent; color: var(--theme-color); }
.goods-list .item .item-wrap .goods-service { background-color: #f6f9fc; border: 1px solid #f2f2f2; }
.goods-list .item .item-wrap .goods-service .s-item { line-height: 42px; font-size: 14px; position: relative; }
.goods-list .item .item-wrap .goods-service .s-item span { display: inline-block; vertical-align: middle; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.goods-list .item .item-wrap .goods-service .s-item svg { width: 18px; height: 18px; }
.goods-list .item .item-wrap .goods-service .s-item svg path { fill: var(--theme-color); }
.goods-list .item .item-wrap .goods-service .s-item:hover span { color: var(--theme-color); }
.goods-list .item .item-wrap .goods-service .s-item:hover svg { -webkit-animation: swing 1s linear; -o-animation: swing 1s linear; animation: swing 1s linear; }

.goods-top { position: relative; }
.goods-top .goods-summary .goods-title { font-size: 26px; color: #222222; line-height: 3; border-bottom: 1px solid #f1f1f1; }
.goods-top .goods-summary .goods-title .quick-mobile-view { background-color: #f6f6f6; color: #828282; font-size: 14px; line-height: 2; }
.goods-top .goods-summary .goods-title .quick-mobile-view svg { width: 16px; height: 16px; }
.goods-top .goods-summary .goods-title .quick-mobile-view svg path { fill: #828282; }
.goods-top .goods-summary .goods-desc .desc-title { color: #333; font-size: 14px; }
.goods-top .goods-summary .goods-desc .desc-content { color: #7c7c7c; line-height: 2; font-size: 14px; }
.goods-top .goods-summary .goods-param-box .param-item { background-color: #fafafa; border-top: 1px solid #f1f1f1; font-size: 14px; line-height: 42px; color: #333333; }
.goods-top .goods-summary .goods-param-box .param-item .item-label { color: #7c7c7c; }
.goods-top .goods-summary .goods-service { background-color: #fafafa; }
.goods-top .goods-summary .goods-service .s-item { line-height: 48px; font-size: 14px; position: relative; }
.goods-top .goods-summary .goods-service .s-item:not(:last-child)::after { content: ''; display: block; width: 0; height: 18px; border-left: 1px solid #dedede; position: absolute; margin: auto; top: 0; bottom: 0; right: 0; }
.goods-top .goods-summary .goods-service .s-item span { display: inline-block; vertical-align: middle; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.goods-top .goods-summary .goods-service .s-item svg { width: 22px; height: 22px; }
.goods-top .goods-summary .goods-service .s-item svg path { fill: var(--theme-color); }
.goods-top .goods-summary .goods-service .s-item:hover span { color: var(--theme-color); }
.goods-top .goods-summary .goods-service .s-item:hover svg { -webkit-animation: swing 1s linear; -o-animation: swing 1s linear; animation: swing 1s linear; }
.goods-top .goods-summary .goods-tools .contact-btn { font-size: 14px; box-shadow: none; border: 1px solid var(--theme-color); background-color: transparent; color: var(--theme-color); }
.goods-top .goods-summary .goods-tools .contact-btn.fill { color: #ffffff; background-color: var(--theme-color); }
.goods-top .goods-summary .goods-tools .contact-btn:hover:not(.fill) { color: #ffffff; background-color: var(--theme-color); }
.goods-top .goods-summary .goods-tools .contact-btn:hover.fill { border: 1px solid var(--theme-color); background-color: transparent; color: var(--theme-color); }

.goods-detail .detail-navbar { background-color: #f6f6f6; }
.goods-detail .detail-navbar ul li { flex: 1; text-align: center; line-height: 58px; font-size: 18px; position: relative; max-width: 200px; margin-right: 12px; }
.goods-detail .detail-navbar ul li::after { content: ''; display: block; position: absolute; width: 0; height: 45%; border-left: 1px solid #d5d5d5; margin: auto; top: 0; bottom: 0; right: 0; -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; }
.goods-detail .detail-navbar ul li::before { content: ''; display: block; height: 2px; width: 100%; position: absolute; 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: right; -moz-transform-origin: right; -ms-transform-origin: right; -o-transform-origin: right; transform-origin: right; background-color: var(--theme-color); }
.goods-detail .detail-navbar ul li:hover, .goods-detail .detail-navbar ul li.active { background-color: #ffffff; color: var(--theme-color); }
.goods-detail .detail-navbar ul li:hover::after, .goods-detail .detail-navbar ul li.active::after { -webkit-transform: scaleY(0); -moz-transform: scaleY(0); -ms-transform: scaleY(0); -o-transform: scaleY(0); transform: scaleY(0); }
.goods-detail .detail-navbar ul li:hover::before, .goods-detail .detail-navbar ul li.active::before { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); -webkit-transform-origin: left; -moz-transform-origin: left; -ms-transform-origin: left; -o-transform-origin: left; transform-origin: left; }
.goods-detail .detail-content table { width: 100%; max-width: 100%; }
.goods-detail .detail-content table tr td { border: 1px solid #eeeeee; padding: 10px 12px; font-size: 14px; color: #666666; }
.goods-detail .detail-content table tr td:nth-child(1) { color: #333333; }
.goods-detail .detail-content img { max-width: 100%; display: block; margin: 0 auto; }
.goods-detail .detail-section .detail-sec-head { text-align: center; }
.goods-detail .detail-section .detail-sec-head .head-name { font-size: 24px; line-height: 1.2; color: #333333; display: inline-block; position: relative; }
.goods-detail .detail-section .detail-sec-head .head-name::before { content: ''; display: block; position: absolute; height: 7px; background-color: rgba(222, 3, 13, 0.7); left: 0; bottom: 0; width: 100%; }
.goods-detail .detail-section .detail-sec-head .head-name span { position: relative; }
.goods-detail .detail-section .detail-sec-head .head-desc { font-size: 14px; line-height: 2; color: #6b6b6b; }
.goods-detail .ratio-233x432 { --mdb-aspect-ratio: calc(15 / 27 * 100%); }
.goods-detail .ratio-233x206 { --mdb-aspect-ratio: calc(233 / 206 * 100%); }
.goods-detail .goods-adv .adv-param-box .param-item .item-wrap { background-color: #f8f8f8; }
.goods-detail .goods-adv .adv-param-box .param-item .item-wrap .param-icon svg { width: 68px; height: 68px; }
.goods-detail .goods-adv .adv-param-box .param-item .item-wrap .param-icon svg path { fill: #666666; }
.goods-detail .goods-adv .adv-param-box .param-item .item-wrap .param-info { font-size: 14px; color: #666666; padding-left: 10px; }
.goods-detail .goods-adv .adv-param-box .param-item .item-wrap .param-info .param-num { font-weight: bold; font-size: 36px; color: var(--theme-color); line-height: 1; }
.goods-detail .goods-adv .adv-param-box .param-item .item-wrap .param-info .param-num span { color: #666666; font-size: 14px; font-weight: normal; margin-left: 5px; }
.goods-detail .goods-adv .adv-param-box .param-item .item-wrap .param-info .param-desc { line-height: 2; }
.goods-detail .goods-adv .adv-box .item .item-wrap { position: relative; }
.goods-detail .goods-adv .adv-box .item .item-wrap::before { content: ''; display: block; position: absolute; bottom: 0; left: 0; width: 100%; height: 60%; background: url("../image/goods-adv-bg.jpg") center bottom no-repeat; background-size: cover; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.goods-detail .goods-adv .adv-box .item .item-wrap .item-img { background: #fff; border: 1px dashed #d3d3d3; border-radius: 50%; position: relative; padding: 10px; }
.goods-detail .goods-adv .adv-box .item .item-wrap .item-bd { position: relative; padding: 2rem 0; color: #ffffff; }
.goods-detail .goods-adv .adv-box .item:hover .item-wrap::before { background: var(--theme-color); }
.goods-detail .detail-right { background-color: #f8f8f8; }
.goods-detail .detail-right .box .box-head .head-name { font-size: 16px; font-weight: bold; color: #333; }
.goods-detail .detail-right .box .box-head .head-name span { display: inline-block; vertical-align: middle; }
.goods-detail .detail-right .box .box-head .head-name::before { content: ''; display: inline-block; vertical-align: middle; margin-right: 8px; width: 3px; height: 16px; background-color: var(--theme-color); }
.goods-detail .detail-right .category-list li { line-height: 2; margin-bottom: 10px; background-color: #f1f1f1; font-size: 14px; padding: 10px 20px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.goods-detail .detail-right .category-list li a { color: #707070; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; display: block; }
.goods-detail .detail-right .category-list li a .icon { width: 22px; height: 22px; position: relative; vertical-align: middle; -webkit-transition: background-color .3s; -moz-transition: background-color .3s; -ms-transition: background-color .3s; -o-transition: background-color .3s; transition: background-color .3s; border-radius: 50%; }
.goods-detail .detail-right .category-list li a .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%; }
.goods-detail .detail-right .category-list li a .icon svg path { fill: #666666; }
.goods-detail .detail-right .category-list li:hover { background-color: var(--theme-color); }
.goods-detail .detail-right .category-list li:hover a { text-indent: 5px; color: #ffffff; }
.goods-detail .detail-right .category-list li:hover a .icon { background-color: #FFFFFF; }
.goods-detail .detail-right .category-list li:hover a .icon svg { -webkit-transform: translateX(2px); -moz-transform: translateX(2px); -ms-transform: translateX(2px); -o-transform: translateX(2px); transform: translateX(2px); }
.goods-detail .detail-right .category-list li:hover a .icon svg path { fill: #333333; }

.c-section .c-head { color: #2b2a28; }

.contact-nav .item .item-wrap .item-title { font-size: 30px; font-weight: bold; color: #333333; line-height: 2; }
@media (max-width: 991.98px) { .contact-nav .item .item-wrap .item-title { font-size: 24px; } }
@media (max-width: 767.98px) { .contact-nav .item .item-wrap .item-title { font-size: 20px; } }
@media (max-width: 575.98px) { .contact-nav .item .item-wrap .item-title { font-size: 18px; } }
.contact-nav .item .item-wrap .item-tips { font-size: 18px; color: #444444; }
.contact-nav .item .item-wrap .btn-main { background-color: var(--theme-color); color: #ffffff; display: block; width: 280px; line-height: 48px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
@media (max-width: 575.98px) { .contact-nav .item .item-wrap .btn-main { width: 200px; line-height: 42px; font-size: 14px; } }
.contact-nav .item .item-wrap .item-tools a { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; display: inline-block; background-color: #fff; color: #333333; font-size: 14px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; border: 1px solid #dbe6f2; }
.contact-nav .item .item-wrap .item-tools a:hover { background-color: var(--theme-color); color: #ffffff; }
.contact-nav .item.item-1 .item-wrap { background: url("../image/contact-bg-1.jpg") center/cover no-repeat; }
.contact-nav .item.item-2 .item-wrap { background: url("../image/contact-bg-2.jpg") center/cover no-repeat; }

.contact-box .item .item-wrap { width: 100%; height: 100%; border: 1px solid #e8ecf0; background-color: #f3f5f8; }
.contact-box .item .item-wrap .item-icon svg { width: 40px; height: 40px; fill: url("#svgGradient"); }
.contact-box .item .item-wrap .item-title { color: #929292; line-height: 2; }
.contact-box .item .item-wrap .item-value { font-size: 18px; color: #2a2a2a; font-family: Arial; }
.contact-box .item .item-wrap .item-value strong { font-size: 26px; }

.link-box .item { position: relative;     /*&:nth-child(odd){ .item-wrap{ .item-icon{ .icon-wrap{ .icon-top{ top: -4px; left: -4px; } .icon-bottom{ bottom: 2px; right: 2px; } } } }
 }*/ /*&:nth-child(even){ .item-wrap{ .item-icon{ .icon-wrap{ .icon-top{ top: -4px; right: -4px; } .icon-bottom{ bottom: 2px; left: 2px; } } } }
}*/ }
.link-box .item .item-wrap { position: relative; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.link-box .item .item-wrap .item-right { width: 60px; height: 60px; }
.link-box .item .item-wrap .item-right img { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.link-box .item::before, .link-box .item::after { content: ''; display: block; position: absolute; 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-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; -webkit-transform-origin: bottom; -moz-transform-origin: bottom; -ms-transform-origin: bottom; -o-transform-origin: bottom; transform-origin: bottom; }
.link-box .item::before { background-image: -moz-linear-gradient(0deg, #cd0000 0%, #ff5454 100%); background-image: -webkit-linear-gradient(0deg, #cd0000 0%, #ff5454 100%); background-image: -ms-linear-gradient(0deg, #cd0000 0%, #ff5454 100%); }
.link-box .item::after { -webkit-transition-delay: .1s; -moz-transition-delay: .1s; -ms-transition-delay: .1s; -o-transition-delay: .1s; transition-delay: .1s; }
.link-box .item:hover::before, .link-box .item:hover::after { -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); }
.link-box .item:hover .item-wrap { color: #ffffff; }
.link-box .item:hover .item-wrap img { opacity: .55; }

.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); }
