@charset "UTF-8";
@import url("../font/bahnschrift/bahnschrift.css");
@font-face { font-family: "lovelo"; src: url("../font/lovelo/lovelo.woff2") format("woff2"), url("../font/lovelo/lovelo.woff") format("woff"), url("../font/lovelo/lovelo.ttf") format("truetype"), url("../font/lovelo/lovelo.eot") format("embedded-opentype"), url("../font/lovelo/lovelo.svg") format("svg"); font-weight: normal; font-style: normal; }
@media (prefers-reduced-motion: no-preference) { :root { scroll-behavior: unset; } }
body { --theme-red: #c40500; --theme-blue:#054988; color: #666666; }

.iconfont { font-size: initial; }

.nobg { background: none !important; backdrop-filter: unset !important; }

.no-pictrue svg { width: 5rem; height: 5rem; }
.no-pictrue svg path { fill: #999; }

.bg1 { background-color: #f4f6f8 !important; }

.red { color: var(--theme-red); }

.m-scroll::-webkit-scrollbar { /*滚动条整体样式*/ width: 5px; /*高宽分别对应横竖滚动条的尺寸*/ height: 0px; }

.m-scroll::-webkit-scrollbar-thumb { /*滚动条里面小方块*/ border-radius: 5px; box-shadow: inset 0 0 2.5px rgba(0, 0, 0, 0.1); background: var(--theme-red); }

.m-scroll::-webkit-scrollbar-track { /*滚动条里面轨道*/ box-shadow: inset 0 0 2.5px rgba(0, 0, 0, 0.1); border-radius: 5px; background: #ededed; }

/*自定义分页样式*/
.w-page { margin-bottom: 20px; }
.w-page li.active span { z-index: 3; color: #fff; background-color: var(--theme-red); }
.w-page li.disabled { cursor: no-drop; }
.w-page li.disabled span { color: #6c757d; pointer-events: none; background-color: #eeeeee; }

.pagination { display: -ms-flexbox; display: flex; padding-left: 0; list-style: none; }

.w-page li a, .w-page li span { position: relative; display: block; padding: .5rem .75rem; line-height: 1.25; color: #666; background-color: #e2e2e2; margin: 2px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.w-page li a:hover, .w-page li span:hover { background-color: #cdcdcd; color: #fff; }

.wrapper { background-color: #f4f4f4; }

.ratio-partner { --bs-aspect-ratio: calc(140 / 240 * 100%); }

.ratio-index-adv { --bs-aspect-ratio: calc(620 / 1300 * 100%); }

.header { background-color: #FFFFFF; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; position: relative; z-index: 99; height: 100px; width: 100%; }
.header .logo .logo-wrap .logo-name { font-size: 30px; font-weight: bold; color: #333333; }
.header .logo .logo-wrap .logo-desc { font-size: 1.125rem; color: #666666; }
.header .logo .logo-wrap:hover .logo-desc { color: #666666; }
.header .logo img { -webkit-transition: all .8s; -moz-transition: all .8s; -ms-transition: all .8s; -o-transition: all .8s; transition: all .8s; }
.header .nav { flex: 1; }
.header .nav ul { width: 100%; }
.header .nav ul li { position: relative; }
.header .nav ul li::after { content: ''; display: block; position: absolute; width: 100%; height: 4px; left: 0; right: 0; bottom: 0; background-color: var(--theme-red); -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; -webkit-transform: scale(0, 1); -moz-transform: scale(0, 1); -ms-transform: scale(0, 1); -o-transform: scale(0, 1); transform: scale(0, 1); transform-origin: left center; }
.header .nav ul li:hover::after, .header .nav ul li.active::after { -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); -ms-transform: scale(1, 1); -o-transform: scale(1, 1); transform: scale(1, 1); transform-origin: right center; }
.header .nav ul li:hover a, .header .nav ul li.active a { color: var(--theme-red); }
.header .header-tel .tel-info { margin-left: .625rem; flex: 1; }
.header .header-tel .tel-info .tel-head { font-size: 12px; color: #282828; opacity: .8; }
.header .header-tel span.txt { color: #282828; opacity: .5; font-size: .625rem; line-height: 2; }
.header .header-tel p.tel-num { margin-top: 4px; line-height: 1; color: #282828; font-size: 1.375rem; }
.header .header-tel .tel-icon img { margin-left: 3px; }
.header.header-min { height: 80px; position: fixed; top: 0; }
.header.header-min .logo img { height: 48px; }
.header .menu-icon { width: 100px; height: 100px; background-color: var(--theme-red); color: #ffffff; position: relative; cursor: pointer;     /*span{ position: relative;
 } svg{ width: 35%; height: 35%; margin: auto; position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 2; fill: #ffffff; }*/ }
.header .menu-icon span { position: absolute; width: 40%; height: 2px; color: #FFFFFF; background-color: CurrentColor; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; margin: auto; left: 0; right: 0; top: 0; bottom: 0; }
.header .menu-icon span::before, .header .menu-icon span::after { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; position: absolute; content: ''; display: block; width: 100%; height: 2px; background-color: CurrentColor; }
.header .menu-icon span::before { top: 600%; }
.header .menu-icon span::after { bottom: 600%; }
.header .menu-icon.open span { background-color: unset; }
.header .menu-icon.open span::before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: 0; }
.header .menu-icon.open span::after { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); bottom: 0; }
@media (max-width: 1199.98px) { .header .menu-icon { width: 80px; height: 80px; } }
@media (max-width: 575.98px) { .header { height: 60px; }
  .header .logo img { height: 40px; }
  .header .logo .logo-wrap .logo-icon { text-align: center; }
  .header .logo .logo-wrap .logo-icon img { width: 60px; }
  .header .logo .logo-wrap .logo-name { font-size: 20px; }
  .header .logo .logo-wrap .logo-desc { font-size: 12px; line-height: 1; }
  .header .menu-icon { width: 60px; height: 60px; } }
@media (min-width: 1400px) { .header .logo { width: 27%; }
  .header .header-right { width: 73%; } }
@media (min-width: 1680px) { .header .container { max-width: 1560px; } }

.mobile-nav { z-index: 9; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; position: fixed; background-color: #333; width: 100%; height: 100%; top: 0; left: 0; -webkit-transform: translate(100%, 0); -moz-transform: translate(100%, 0); -ms-transform: translate(100%, 0); -o-transform: translate(100%, 0); transform: translate(100%, 0); }
.mobile-nav .nav-wrap { padding: 2.2rem 2rem; }
.mobile-nav dl { margin-bottom: 0; }
.mobile-nav dl.active dt::before { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.mobile-nav dl.active dt::after { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.mobile-nav dt { border-bottom: 1px dashed #4e4e4e; position: relative; padding: .3rem .5rem; }
.mobile-nav dt a { line-height: 2; display: block; width: 80%; margin-right: 2rem; font-weight: normal; }
.mobile-nav dt.has-child::after { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
.mobile-nav dd { display: none; padding-left: 1rem; }
.mobile-nav dd ul { margin-bottom: 0; line-height: 2; margin-top: 5px; list-style: inside circle; color: #fff; }
.mobile-nav dd ul a { font-size: 14px; }
.mobile-nav a { color: #f8f8f8; }

.mobile-nav dt.has-child::before, .mobile-nav dt.has-child::after { content: ''; position: absolute; width: 1rem; height: 0; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; border-bottom: 1px solid #d3d3d3; right: .5rem; margin: auto; top: 0; bottom: 0; }

.open-menu .mobile-nav { -webkit-transform: translate(0); -moz-transform: translate(0); -ms-transform: translate(0); -o-transform: translate(0); transform: translate(0); }

.footer { position: relative; z-index: 2; background: url("../Image/footer-bg.jpg") center/cover no-repeat; color: #666666; }
@media (max-width: 575.98px) { .footer .footer-top .wx-qrcode { max-width: 50% !important; }
  .footer .footer-top .wx-qrcode p { font-size: 14px; } }
@media (max-width: 767.98px) { .footer .footer-top .wx-qrcode p { font-size: 14px; } }
.footer a { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; color: #999999; }
.footer a:hover { color: #c9d0d8; }
.footer .footer-contact p { line-height: 2; }
.footer .footer-nav { margin-top: 2rem; padding-bottom: 0rem; }
.footer .footer-nav dl { position: relative; }
.footer .footer-nav dl a { -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
.footer .footer-nav dl a:hover { color: rgba(255, 255, 255, 0.5); }
.footer .footer-nav dl dt { color: #ffffff; line-height: 2; margin-bottom: .5rem; font-weight: normal; }
.footer .footer-nav dl dt a { color: #fff; }
.footer .footer-nav dl dd { margin-bottom: 0; }
.footer .footer-nav dl dd a { font-size: 14px; line-height: 32px; color: #999; }
.footer .footer-nav dl dd a:hover { color: #fff !important; }
.footer .footer-nav dl dd p.value { padding: .5rem 0; }
.footer .footer-nav dl.contact p.tel em { font-family: bahnschrift; font-style: normal; font-size: 190%; }
.footer .footer-bottom { border-top: 1px solid rgba(255, 255, 255, 0.05); font-size: .875rem; }

.sbanner { height: 350px; overflow: hidden; position: relative; z-index: 1; background-position: right; }
.sbanner .sbanner-warp { color: #ffffff; }
.sbanner .sbanner-warp .sbanner-name { font-size: 2rem; font-weight: 100; line-height: 2; color: var(--theme-red); font-weight: bold; text-transform: uppercase; }
.sbanner .sbanner-warp .sbanner-desc { line-height: 2; font-size: 20px; }
.sbanner .sbanner-warp .sbanner-desc::after { content: ''; display: block; width: 40px; border-bottom: 2px solid var(--theme-red); margin-top: 2rem; }
@media (max-width: 575.98px) { .sbanner { height: 200px; }
  .sbanner .sbanner-warp .sbanner-name { font-size: 1.5rem; } }

.channel-nav-box { position: relative; z-index: 3; height: 36px; }
.channel-nav-box .channel-nav { background-color: #ffffff; height: 72px; margin-top: -36px; box-shadow: 3.214px 3.83px 50px 0px rgba(0, 0, 0, 0.05); }
.channel-nav-box .channel-nav li { flex: 1; line-height: 72px; text-align: center; position: relative; }
.channel-nav-box .channel-nav li:not(:last-child)::after { content: ''; position: absolute; height: 40%; margin: auto; top: 0; bottom: 0; right: 0; border-right: 1px solid #eeeeee; }
.channel-nav-box .channel-nav li a { color: #282828; font-size: 1.125rem; }
.channel-nav-box .channel-nav li a:hover { color: var(--theme-red); }
.channel-nav-box .channel-nav li.active { background-color: var(--theme-red); }
.channel-nav-box .channel-nav li.active::after { display: none; }
.channel-nav-box .channel-nav li.active a { color: #ffffff; }
@media (max-width: 575.98px) { .channel-nav-box { height: auto; padding: 0; }
  .channel-nav-box .channel-nav { margin-top: 0; height: 48px; }
  .channel-nav-box .channel-nav li { line-height: 48px; }
  .channel-nav-box .channel-nav li a { font-size: 1rem; } }

.location-box { background-color: #f5f6f8; }
.location-box .channel-nav li { position: relative; }
.location-box .channel-nav li a { display: inline-block; padding: 3px 10px; border-radius: 3px; position: relative; margin: 0 10px; }
.location-box .channel-nav li:not(:last-child)::after { position: absolute; content: ''; display: inline-block; height: 1rem; width: 0; right: 0; top: 0; bottom: 0; margin: auto; border-right: 1px solid #cccccc; }
.location-box .channel-nav li:hover a, .location-box .channel-nav li.on a { background-color: var(--theme-red); color: #ffffff; }
.location-box .page-crumbs { color: #999999; font-size: 14px; }
.location-box .page-crumbs a { color: #999999; }
.location-box .page-crumbs svg { width: 54px; height: 20px; }
.location-box .page-crumbs svg path { fill: #999999; }

.inner-section-box { background-color: #f8f8f8; padding-top: 3%; }
.inner-section-box .inner-section { padding-top: 2.4%; padding-bottom: 2.4%; }
.inner-section-box .inner-section .sec-head { text-align: center; position: relative; padding-bottom: 1.2%; }
.inner-section-box .inner-section .sec-head .head-name { position: relative; z-index: 2; font-size: 1.875rem; }
.inner-section-box .inner-section .sec-head .head-en-name { position: relative; z-index: 2; font-size: 1.375rem; color: var(--theme-red); }
@media (min-width: 1366px) { .inner-section-box .inner-section .sec-head::after { content: attr(data-title); font-size: 100px; color: #f4f3f4; font-weight: bold; position: absolute; top: 20px; left: 0; height: 79%; overflow: hidden; right: 0; line-height: 1; text-transform: uppercase; } }
.inner-section-box .inner-section .sec-head.opacity-1::after { opacity: 1 !important; }
.inner-section-box .inner-section:nth-child(even) { background-color: #ffffff; }
@media (min-width: 1366px) { .inner-section-box .inner-section:nth-child(even) .sec-head::after { opacity: .5; } }

.section { background: #ffffff; position: relative; z-index: 2; }
.section .sec-head { text-align: center; }
.section .sec-head .sec-name { font-size: 36px; color: #222222; position: relative; }
@media (max-width: 575.98px) { .section .sec-head .sec-name { font-size: 28px; } }
@media (min-width: 992px) { .section .sec-head .sec-name::before { content: attr(data-title); text-transform: uppercase; font-size: 66px; color: rgba(247, 247, 247, 0.8); font-weight: bold; position: absolute; left: 0; right: 0; text-align: center; line-height: 1; -webkit-transform: translateY(-6%); -moz-transform: translateY(-6%); -ms-transform: translateY(-6%); -o-transform: translateY(-6%); transform: translateY(-6%); } }
@media (min-width: 1200px) { .section .sec-head .sec-name::before { font-size: 72px; -webkit-transform: translateY(-12%); -moz-transform: translateY(-12%); -ms-transform: translateY(-12%); -o-transform: translateY(-12%); transform: translateY(-12%); } }
.section .sec-head .sec-name span { position: relative; z-index: 2; }
.section .sec-head .sec-desc { line-height: 2; }
@media (max-width: 575.98px) { .section .sec-head .sec-desc { font-size: 14px; } }
.section .sec-head .sec-line { width: 28px; position: relative; margin: 6px auto 0; }
.section.bg1 .sec-name::before { color: rgba(27, 27, 27, 0.04); }

#swiper-products .pro-swiper-prev, #swiper-products .pro-swiper-next { position: absolute; height: 60px; width: 60px; margin: auto; top: 0; bottom: 0; display: flex; align-items: center; justify-content: center; z-index: 2; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
#swiper-products .pro-swiper-prev:hover, #swiper-products .pro-swiper-next:hover { opacity: .95; }
#swiper-products .pro-swiper-prev svg, #swiper-products .pro-swiper-next svg { fill: #ffffff; width: 45px; height: 45px; }
#swiper-products .pro-swiper-prev { left: 10.4vw; }
#swiper-products .pro-swiper-next { right: 10.4vw; }
#swiper-products .swiper-products .pro-item { -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); transform: scale(0.8); }
#swiper-products .swiper-products .pro-item .item-wrap { background-color: #f5f6f8; position: relative; }
#swiper-products .swiper-products .pro-item .item-wrap .overlay { visibility: hidden; position: absolute; width: 100%; left: 0; bottom: 0; right: 0; background-color: var(--theme-red); }
#swiper-products .swiper-products .pro-item .item-wrap .overlay .item-name { color: #FFFFFF; font-size: 16px; }
#swiper-products .swiper-products .pro-item.swiper-slide-active { transform: scale(1); z-index: 9; }
#swiper-products .swiper-products .pro-item.swiper-slide-active .item-wrap .overlay { visibility: visible; }
@media (max-width: 1680px) { #swiper-products .pro-swiper-prev, #swiper-products .pro-swiper-next { height: 60px; width: 60px; }
  #swiper-products .pro-swiper-prev svg, #swiper-products .pro-swiper-next svg { width: 25px; height: 25px; }
  #swiper-products .pro-swiper-prev { left: 5vw; }
  #swiper-products .pro-swiper-next { right: 5vw; } }
@media (max-width: 1400px) { #swiper-products .pro-swiper-prev, #swiper-products .pro-swiper-next { height: 60px; width: 60px; }
  #swiper-products .pro-swiper-prev svg, #swiper-products .pro-swiper-next svg { width: 25px; height: 25px; }
  #swiper-products .pro-swiper-prev { left: 3vw; }
  #swiper-products .pro-swiper-next { right: 3vw; } }
@media (max-width: 575.98px) { #swiper-products .pro-swiper-prev, #swiper-products .pro-swiper-next { bottom: 35%; }
  #swiper-products .swiper-products .pro-item .item-wrap { padding: 10px; }
  #swiper-products .swiper-products .pro-item .item-wrap .item-name { font-size: 22px; }
  #swiper-products .swiper-products .pro-item .item-wrap .item-param-lists .param-item .param-icon { width: 48px; height: 48px; }
  #swiper-products .swiper-products .pro-item .item-wrap .item-param-lists .param-item .param-icon .icon-wrap img { width: 50%; }
  #swiper-products .pro-swiper-prev, #swiper-products .pro-swiper-next { width: 40px; height: 40px; }
  #swiper-products .pro-swiper-prev svg, #swiper-products .pro-swiper-next svg { width: 40%; height: 40%; } }

.scheme-param-box { -swiper-navigation-size: 30px; }
.scheme-param-box .param-item { cursor: pointer; }
.scheme-param-box .param-item:not(:first-child) { border-left: 1px solid #ededed; }
.scheme-param-box .param-item .item-wrap { padding-left: 10%; }
.scheme-param-box .param-item .item-icon { position: relative; }
.scheme-param-box .param-item .item-icon svg.icon { width: 32px; height: 32px; position: relative; z-index: 2; }
.scheme-param-box .param-item .item-icon svg.icon path { fill: #474747; }
.scheme-param-box .param-item .item-icon::after { content: ''; display: block; position: absolute; width: 26px; height: 26px; left: 10px; bottom: 0; border-radius: 50%; background: #f9dedf; background: linear-gradient(316deg, #f9dedf, transparent); margin: auto; top: 0; }
.scheme-param-box .param-item .item-name { color: #333333; font-size: 20px; line-height: 2; }
.scheme-param-box .param-item .item-desc { color: #999999; font-size: 14px; }
@media (max-width: 575.98px) { .scheme-param-box .param-item .item-desc { font-size: 12px; } }
.scheme-param-box .param-item:hover .item-icon img, .scheme-param-box .param-item.swiper-slide-thumb-active .item-icon img { filter: grayscale(0); }
.scheme-param-box .param-item:hover .item-name, .scheme-param-box .param-item.swiper-slide-thumb-active .item-name { color: var(--theme-red); }
.scheme-param-box .swiper-button-next.swiper-button-black, .scheme-param-box .swiper-button-prev.swiper-button-black { --swiper-navigation-color: #333333; }

.scheme-swiper .scheme-item { position: relative; }
.scheme-swiper .scheme-item::before { content: ''; position: absolute; display: block; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.8); z-index: 2; -webkit-transition: transform 1.3s,opacity .6s; -moz-transition: transform 1.3s,opacity .6s; -ms-transition: transform 1.3s,opacity .6s; -o-transition: transform 1.3s,opacity .6s; transition: transform 1.3s,opacity .6s; -webkit-transform-origin: top center; -moz-transform-origin: top center; -ms-transform-origin: top center; -o-transform-origin: top center; transform-origin: top center; }
.scheme-swiper .scheme-item .item-wrap { position: relative; z-index: 1; }
.scheme-swiper .scheme-item .item-wrap .item-info { position: absolute; width: 100%; bottom: 0; left: 0; background: var(--theme-red); color: #ffffff; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; -webkit-transform: translateY(100px); -moz-transform: translateY(100px); -ms-transform: translateY(100px); -o-transform: translateY(100px); transform: translateY(100px); }
.scheme-swiper .scheme-item .item-wrap .item-info .item-num { font-size: 200%; font-family: bahnschrift; }
.scheme-swiper .scheme-item .item-wrap .item-info .item-more { width: 80px; height: 80px; background: rgba(255, 255, 255, 0.1); -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.scheme-swiper .scheme-item .item-wrap .item-info .item-more .more-wrap { border: 1px solid rgba(255, 255, 255, 0.1); }
.scheme-swiper .scheme-item .item-wrap .item-info .item-more .more-wrap a { display: block; color: #FFFFFF; }
.scheme-swiper .scheme-item .item-wrap .item-info .item-more:hover { background: rgba(255, 255, 255, 0.2); }
.scheme-swiper .scheme-item .item-wrap .item-info .item-more:hover .more-wrap a { opacity: .98; }
@media (max-width: 575.98px) { .scheme-swiper .scheme-item .item-wrap .item-info { font-size: 14px; }
  .scheme-swiper .scheme-item .item-wrap .item-info .item-num { font-size: 150%; }
  .scheme-swiper .scheme-item .item-wrap .item-info .item-more { width: 60px; height: 60px; font-size: 12px; } }
.scheme-swiper .scheme-item img { width: 100%; }
.scheme-swiper .scheme-item.swiper-slide-active::before { -webkit-transform: scaleY(0); -moz-transform: scaleY(0); -ms-transform: scaleY(0); -o-transform: scaleY(0); transform: scaleY(0); opacity: 0; }
.scheme-swiper .scheme-item.swiper-slide-active .item-wrap .item-info { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }

.news-swiper .news-item { background-color: #f4f6f8; }
.news-swiper .news-item .item-name { font-size: 22px; }
.news-swiper .news-item .item-desc { font-size: 14px; color: #888888; line-height: 26px; }
.news-swiper .news-item .item-time { font-size: 14px; }
.news-swiper .news-item .item-more { color: #999999; font-size: 14px; }
.news-swiper .news-item .item-more .more-jt { color: CurrentColor; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.news-swiper .news-item .item-more .more-jt i { width: 1.2rem; }
.news-swiper .news-item:hover .item-more { color: #333333; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.news-swiper .news-item:hover .item-more .more-jt i { width: 1.5rem; }

.about-grid .about-item .item-wrap { position: relative; }
.about-grid .about-item .overlay { position: absolute; width: 100%; height: 100%; top: 0; left: 0; padding: 2.3rem; }
@media (max-width: 991.98px) { .about-grid .about-item .overlay { padding: 1.3rem; } }
.about-grid .about-item .overlay .item-head { color: #333333; }
.about-grid .about-item .overlay .item-head .head-name .cn-name { font-size: 24px; }
.about-grid .about-item .overlay .item-head .head-name .en-name { opacity: .5; }
.about-grid .about-item .overlay .item-head .head-name::after { content: ''; display: block; border-bottom: 2px solid #758287; width: 30%; margin: 9% 0; -webkit-transition: width .3s; -moz-transition: width .3s; -ms-transition: width .3s; -o-transition: width .3s; transition: width .3s; }
.about-grid .about-item .overlay .item-head svg { width: 42px; height: auto; }
.about-grid .about-item .overlay .item-content { color: #333; opacity: .8; line-height: 2; }
.about-grid .about-item .overlay .item-more a { -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
@media (min-width: 1440px) { .about-grid .about-item.item-about { width: 38.166667%; } }
.about-grid .about-item:hover .overlay .item-head .head-name::after { width: 40%; }

.section.sec-partner { background-color: #f4f6f8; }

.partner-swiper .partner-item { border: 1px solid #dcdcdc; }
.partner-swiper .control-bar .w-btn { border-radius: 0; width: 35px; height: 35px; margin: 2px; text-align: center; line-height: 35px; background-color: #d92621; position: relative; color: #eeeeee; cursor: pointer; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.partner-swiper .control-bar .w-btn:hover { background-color: var(--theme-red); color: #ffffff; }
.partner-swiper .control-bar .prev_next i { display: block; width: 0; position: relative; height: 1px; background-color: CurrentColor; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.partner-swiper .control-bar .prev_next i::before, .partner-swiper .control-bar .prev_next i::after { content: ''; display: block; width: 10px; height: 1px; background-color: CurrentColor; position: absolute; margin: auto; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.partner-swiper .control-bar .prev_next i::before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.partner-swiper .control-bar .prev_next i::after { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
.partner-swiper .control-bar .prev_next.next i { margin-left: 10px; }
.partner-swiper .control-bar .prev_next.next i::before, .partner-swiper .control-bar .prev_next.next i::after { right: 0; transform-origin: right; }
.partner-swiper .control-bar .prev_next.prev i { margin-right: 10px; }
.partner-swiper .control-bar .prev_next.prev i::before, .partner-swiper .control-bar .prev_next.prev i::after { left: 0; transform-origin: left; }
.partner-swiper .control-bar .prev_next:hover i { width: 20px; margin: 0; }
.partner-swiper .control-bar .prev_next:hover i::before, .partner-swiper .control-bar .prev_next:hover i::after { width: 8px; }
.partner-swiper .control-bar .prev_next.swiper-button-disabled { background-color: #282828; }
.partner-swiper .control-bar .more { background-color: #c5c5c5; }
.partner-swiper .control-bar .more i { width: 15px; height: 1px; background-color: CurrentColor; position: relative; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.partner-swiper .control-bar .more i::before, .partner-swiper .control-bar .more i::after { content: ''; display: block; width: 100%; height: 100%; background-color: CurrentColor; position: absolute; margin: auto; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.partner-swiper .control-bar .more i::before { top: -6px; }
.partner-swiper .control-bar .more i::after { bottom: -6px; }
.partner-swiper .control-bar .more:hover i { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); width: 2px; height: 2px; }

.about-param .param-wrap { background-color: #FFFFFF; -webkit-box-shadow: 0.276px 0.961px 29px 0px rgba(0, 0, 0, 0.05); -moz-box-shadow: 0.276px 0.961px 29px 0px rgba(0, 0, 0, 0.05); box-shadow: 0.276px 0.961px 29px 0px rgba(0, 0, 0, 0.05); margin-top: -7.5%; position: relative; z-index: 2; }
.about-param .param-wrap .param-item { position: relative; }
.about-param .param-wrap .param-item:not(:first-child)::before { content: ''; display: block; position: absolute; margin: auto; height: 40%; width: 0; border-left: 1px solid #eeeeee; top: 0; bottom: 0; left: 0; }
.about-param .param-wrap .param-item .num em { font-style: normal; font-size: 48px; color: #ff3d00; line-height: 50px; }
.about-param .param-wrap .param-item .num span { font-size: 12px; }
.about-param .param-wrap .param-item .desc { font-size: 14px; color: #999; }
@media (max-width: 575.98px) { .about-param .param-wrap { margin-top: 5%; }
  .about-param .param-wrap .param-item .num em { font-size: 32px; line-height: 42px; } }

.company-page .about-content { color: #666666; line-height: 2; }

.power-swiper .item { position: relative; overflow: hidden; }
.power-swiper .item .item-wrap { position: relative; }
.power-swiper .item .item-wrap .item-name { position: absolute; bottom: 0; width: 100%; left: 0; background-color: rgba(0, 0, 0, 0.6); color: #FFFFFF; }
@media (max-width: 575.98px) { .power-swiper .item .item-wrap .item-name { font-size: 14px; } }
.power-swiper .item .item-mark { position: absolute; z-index: 2; top: 0; bottom: 0; left: 0; right: 0; background-color: rgba(199, 199, 199, 0.6); -webkit-transition: transform 1.2s,opacity 1.5s; -moz-transition: transform 1.2s,opacity 1.5s; -ms-transition: transform 1.2s,opacity 1.5s; -o-transition: transform 1.2s,opacity 1.5s; transition: transform 1.2s,opacity 1.5s; }
.power-swiper .item.swiper-slide-active .item-mark { -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -o-transform: translateX(-100%); transform: translateX(-100%); -webkit-transform-origin: right center; -moz-transform-origin: right center; -ms-transform-origin: right center; -o-transform-origin: right center; transform-origin: right center; opacity: 0; }

.cultrue-box .cultrue-lists { background: url("../Image/cultrue-bg.png") center/cover no-repeat; }
.cultrue-box .item { position: relative; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.cultrue-box .item:after { position: absolute; display: block; content: ''; left: 0; width: 100%; height: 100%; background-color: var(--theme-red); -webkit-transition: transform .3s, opacity .25s; -moz-transition: transform .3s, opacity .25s; -ms-transition: transform .3s, opacity .25s; -o-transition: transform .3s, opacity .25s; transition: transform .3s, opacity .25s; opacity: 0; -webkit-transform: scaleY(0); -moz-transform: scaleY(0); -ms-transform: scaleY(0); -o-transform: scaleY(0); transform: scaleY(0); -webkit-transform-origin: bottom center; -moz-transform-origin: bottom center; -ms-transform-origin: bottom center; -o-transform-origin: bottom center; transform-origin: bottom center; }
.cultrue-box .item .item-icon { width: 52px; height: 52px; position: relative; z-index: 2; }
.cultrue-box .item .item-info { position: relative; z-index: 2; }
.cultrue-box .item .item-en { font-size: 14px; }
.cultrue-box .item:hover { color: #FFFFFF; }
.cultrue-box .item:hover::after { opacity: 1; -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); -webkit-transform-origin: top center; -moz-transform-origin: top center; -ms-transform-origin: top center; -o-transform-origin: top center; transform-origin: top center; }
.cultrue-box .item:hover .item-icon img { filter: contrast(100) brightness(100); }

/*----------新闻页面-------------*/
/*样式一*/
.news-list-2 .news-item { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; background-color: #ffffff; }
.news-list-2 .news-item .news-img { overflow: hidden; }
.news-list-2 .news-item .news-img img { -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; }
.news-list-2 .news-item .news-info .news-title { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; font-size: 18px; }
.news-list-2 .news-item .news-info .news-desc { color: #999999; }
.news-list-2 .news-item .news-info .news-more { -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; color: #999999; }
.news-list-2 .news-item .news-info .news-more span { font-size: 14px; }
.news-list-2 .news-item .news-info .news-time { color: #999999; font-size: 12px; }
.news-list-2 .news-item:hover { background: #ffffff; -webkit-box-shadow: 0px 5px 15px rgba(32, 33, 38, 0.1); -moz-box-shadow: 0px 5px 15px rgba(32, 33, 38, 0.1); box-shadow: 0px 5px 15px rgba(32, 33, 38, 0.1); }
.news-list-2 .news-item:hover .news-img img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
.news-list-2 .news-item:hover .news-title { color: var(--theme-blue); }
.news-list-2 .news-item:hover .news-more { -webkit-transform: translateX(5px); -moz-transform: translateX(5px); -ms-transform: translateX(5px); -o-transform: translateX(5px); transform: translateX(5px); }
.news-list-2 .news-item:hover .news-more span { color: var(--theme-blue); }
.news-list-2 .news-item:hover .news-more .more-jt i { width: 2rem; }

.news-page .inner-section-box .inner-section, .caseinfo-page .inner-section-box .inner-section { padding-top: 0; }
.news-page .news-container, .caseinfo-page .news-container { background-color: #fff; }
.news-page .news-container .news-meta, .caseinfo-page .news-container .news-meta { color: #999999; font-size: .875rem; }
.news-page .news-container .news-detail, .caseinfo-page .news-container .news-detail { border-top: 1px solid #eeeeee; line-height: 2; font-size: 1rem; }
.news-page .news-container .news-detail img, .caseinfo-page .news-container .news-detail img { max-width: 100%; vertical-align: bottom; }
.news-page .news-container .newsPage, .caseinfo-page .news-container .newsPage { font-size: 1rem; line-height: 36px; }
.news-page .news-right > p, .caseinfo-page .news-right > p { padding-left: 5%; font-size: 16px; color: #000; line-height: 70px; position: relative; }
.news-page .news-right > p::before, .caseinfo-page .news-right > p::before { position: absolute; content: ""; background: var(--theme-red); width: 4px; height: 30%; left: 0; top: 0; bottom: 0; margin: auto; }
.news-page .news-right .hot_news, .caseinfo-page .news-right .hot_news { width: 90%; margin: 0 auto; padding: 5% 0; }
.news-page .news-right .hot_news:not(:last-child), .caseinfo-page .news-right .hot_news:not(:last-child) { border-bottom: 1px solid #ededed; }
.news-page .news-right .hot_news a, .caseinfo-page .news-right .hot_news a { color: #333; font-size: 14px; line-height: 25px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.news-page .news-right .hot_news a:hover, .caseinfo-page .news-right .hot_news a:hover { color: var(--theme-red); }

.wiget-box .head { border-bottom: 1px solid #eeeeee; }

.category-list li { position: relative; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.category-list li::before { content: ''; width: 6px; height: 6px; border: 1px solid #444444; display: inline-block; vertical-align: middle; margin-right: .5rem; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.category-list li a { display: inline-block; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.category-list li:nth-child(even) { background-color: #f8f8f8; }
.category-list li:hover::before { border-radius: 50%; border-color: var(--theme-green); }
.category-list li:hover a { -webkit-transform: translateX(10px); -moz-transform: translateX(10px); -ms-transform: translateX(10px); -o-transform: translateX(10px); transform: translateX(10px); }

.related-list { line-height: 2; }

/*样式二*/
.news-list .news-item .item-wrap { background-color: #f9f9f9; padding-bottom: 2rem; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.news-list .news-item .item-caption { padding: 0 2rem; }
.news-list .news-item .item-caption .item-name { color: #666666; font-size: 1.125rem; line-height: 32px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.news-list .news-item .item-caption .item-name::before { content: ''; display: block; width: 40px; height: 2px; background-color: var(--theme-red); margin: 1.5rem 0; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.news-list .news-item .item-caption .item-desc { margin-top: 1rem; color: #999999; font-size: .875rem; line-height: 30px; }
.news-list .news-item .item-caption .item-more { display: block; padding-top: 1.5rem; color: #6b6b6b; font-size: 12px; }
.news-list .news-item .item-caption .item-more span { margin-right: 10px; display: inline-block; vertical-align: middle; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.news-list .news-item .item-caption .item-more i { display: inline-block; vertical-align: middle; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.news-list .news-item:hover .item-wrap { -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05); -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05); box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05); }
.news-list .news-item:hover .item-name { color: var(--theme-red); }
.news-list .news-item:hover .item-name::before { width: 60px; }
.news-list .news-item:hover .item-more { color: var(--theme-red); }
.news-list .news-item:hover .item-more span { letter-spacing: 1px; }
.news-list .news-item:hover .item-more i { -webkit-transform: translateX(3px); -moz-transform: translateX(3px); -ms-transform: translateX(3px); -o-transform: translateX(3px); transform: translateX(3px); }

/*样式二*/
/*----------产品页面-------------*/
.goods-list { margin-top: 1px; }
.goods-list .item .item-wrap { background-color: #fff; }
.goods-list .item .item-wrap .item-img { border-bottom: 2px solid #ededed; padding: 26px; }
.goods-list .item .item-wrap .item-img .img-wrap { background-color: #f5f6f8; }
.goods-list .item .item-wrap .item-caption .item-name { font-size: 20px; }
.goods-list .item .item-wrap .item-caption .item-brief { color: #666666; font-size: 1rem; }
.goods-list .item .item-wrap .item-caption .btn-tools .tool-btn { border-radius: 3px; padding: .375rem 1rem; flex: 1; text-align: center; color: #ffffff; }
.goods-list .item .item-wrap .item-caption .btn-tools .tool-btn svg { width: 16px; height: 16px; fill: #fff; margin-right: 3px; }
.goods-list .item .item-wrap .item-caption .btn-tools .tool-btn.btn-red { background-color: var(--theme-red); }
.goods-list .item .item-wrap .item-caption .btn-tools .tool-btn.btn-block { background-color: #333333; }

.pro-list .item .item-img { background-color: #f8fafc; }
.pro-list .item .item-caption .item-name::after { content: ''; display: block; width: 20px; height: 2px; background-color: var(--theme-red); margin: .875rem 0; -webkit-transition: width .3s; -moz-transition: width .3s; -ms-transition: width .3s; -o-transition: width .3s; transition: width .3s; }
.pro-list .item .item-caption .item-desc { color: #999999; font-size: 14px; line-height: 2; }
.pro-list .item .item-caption .item-more a { font-size: 12px; color: #999999; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.pro-list .item:hover .item-caption .item-name a { color: var(--theme-red); }
.pro-list .item:hover .item-caption .item-name::after { width: 32px; }
.pro-list .item:hover .item-caption .item-more a { color: #333333; letter-spacing: 2px; }

.goods-page .location-box { background: #ffffff; }
.goods-page .goods-top { padding-top: 30px; }
.goods-page .goods-top .goods-title { font-weight: bold; font-size: 18px; color: #333333; position: relative; border-bottom: 1px solid #e5e6e8; }
@media (min-width: 1400px) { .goods-page .goods-top .goods-title { font-size: 30px; } }
.goods-page .goods-top .goods-title::after { content: ''; display: block; width: 2.2rem; height: 2px; background-color: var(--theme-red); position: absolute; left: 0; bottom: 0; }
.goods-page .goods-top .goods-brief { color: #999999; line-height: 2; }
.goods-page .goods-top .goods-attrs .goods-attr { background-color: #f9f9f9; line-height: 2; font-size: 14px; }
.goods-page .goods-top .goods-attrs .goods-attr:not(:last-child) { border-bottom: 1px solid #e9e9e9; }
.goods-page .goods-top .goods-attrs .attr-name { color: #333333; background-color: #F2F2F2; border-right: 1px solid #e9e9e9; }
.goods-page .goods-top .goods-info-bottom .zx-btn { background-color: var(--theme-red); border-radius: 3px; color: #ffffff; text-align: center; padding: .5rem 1.8rem; }
.goods-page .goods-top .goods-info-bottom .info-contact .contact-icon svg { width: 46px; height: 46px; }
.goods-page .goods-top .goods-info-bottom .info-contact .contact-info .tel-num { color: var(--theme-red); font-weight: bold; font-style: normal; font-size: 24px; line-height: 1; }
.goods-page .goods-params .param-item .item-wrap { border-right: 1px solid #ebebec; }
.goods-page .goods-params .param-item .item-icon { display: inline-block; width: 68px; height: 68px; border-radius: 50%; background-color: var(--theme-red); }
.goods-page .goods-params .param-item .item-icon .icon-wrap img { position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; }
.goods-page .goods-params .param-item .item-name { line-height: 26px; }
.goods-page .goods-detail { line-height: 2; font-size: 16px; color: #666666; }
.goods-page .goods-detail ul li > p::before { content: ''; display: inline-block; width: 6px; height: 6px; background-color: var(--theme-blue); margin-right: 10px; vertical-align: middle; }
.goods-page .goods-detail img { max-width: 100%; display: block; margin: 1rem auto; }
.goods-page .goods-detail > h3 { font-size: 24px; line-height: 2.2; color: #333333; }
.goods-page .goods-detail > h4 { font-size: 22px; line-height: 2; color: #c40500; }
.goods-page .goods-detail > p strong { font-size: 18px; line-height: 2; color: #333333; }
.goods-page .goods-detail table { width: 100% !important; margin-bottom: 5px; }
.goods-page .goods-detail table tr:nth-child(even) { background-color: #FFFFFF !important; text-align: center; }
.goods-page .goods-detail table tr:first-child { background-color: #686868 !important; color: #ffffff; font-weight: bold; text-align: center; }
.goods-page .goods-detail table td { border: 1px solid #d9d9d9 !important; width: auto !important; padding: 3px !important; text-align: center; vertical-align: middle; }
.goods-page .goods-detail table td p:nth-of-type(1) { text-align: center !important; }
@media (min-width: 1200px) { .goods-page .goods-detail table td { padding: 5px !important; } }
.goods-page .detail-nav { border-bottom: 1px solid #f2f2f2; }
.goods-page .detail-nav li { font-size: 20px; position: relative; }
.goods-page .detail-nav li::before { content: ''; position: absolute; top: 0; width: 100%; left: 0; border-top: 2px solid var(--theme-red); -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 center; -moz-transform-origin: left center; -ms-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; }
.goods-page .detail-nav li.on a { color: var(--theme-red); }
.goods-page .detail-nav li.on::before { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); }
.goods-page .adv-grid { background-color: #f4f4f4; }
.goods-page .adv-grid .item { border: 1px solid #eeeeee; }
.goods-page .adv-grid .item .item-content { color: #333333; font-size: 14px; }
.goods-page .power-grid .item .item-wrap { position: relative; }
.goods-page .power-grid .item .item-name { position: absolute; width: 100%; left: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.5); color: #FFFFFF; font-size: 14px; }

.inner-box .box-head { border-bottom: 1px solid #ebebeb; }
.inner-box .box-head .head-name { position: relative; font-size: 22px; color: #333333; }
.inner-box .box-head .head-name::after { content: ''; width: 2.2rem; height: 2px; background-color: var(--theme-red); position: absolute; left: 0; bottom: 0; }
.inner-box .box-head .head-more a { color: #666666; }
.inner-box .box-head .head-more a:hover { color: var(--theme-red); }

.image-grid .item .item-img { background-color: #f8fafc; }

.pro-message-form .form-item { position: relative; }
.pro-message-form .form-item .form-item-icon { position: absolute; right: 0; top: 0; bottom: 0; width: 32px; height: 32px; margin: auto; }
.pro-message-form .form-item .form-item-icon svg { width: 20px; height: 100%; }
.pro-message-form .form-item .form-item-icon svg path { fill: #999; }
.pro-message-form .submit { background-color: var(--theme-red) !important; }

.service-page .location-box, .cases-page .location-box, .contact-page .location-box { background: #ffffff; }

.image-list .image-item .item-wrap { background-color: #f5f6f8; }
.image-list .image-item .item-wrap .item-img { overflow: hidden; }
.image-list .image-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; }
.image-list .image-item .item-wrap .item-name { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; position: relative; }
.image-list .image-item .item-wrap .item-name span { position: relative; z-index: 2; }
.image-list .image-item .item-wrap .item-name:after { content: ''; display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background-color: var(--theme-red); -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; }
.image-list .image-item:hover .item-wrap .item-img img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
.image-list .image-item:hover .item-wrap .item-name { color: #ffffff; }
.image-list .image-item:hover .item-wrap .item-name::after { -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; }

.leftbar .category-name { background: #c40500; color: #ffffff; font-size: 24px; line-height: 1; position: relative; }
.leftbar .category-name svg path { fill: #FFFFFF; }
.leftbar .category-name .line { border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
.leftbar .category-name span { position: relative; z-index: 2; }
@media (min-width: 992px) { .leftbar .category-name::before { content: attr(data-title); text-transform: uppercase; font-size: 80px; color: #ffffff; opacity: .05; position: absolute; bottom: 0; left: 0; right: 0; font-family: impact; line-height: 1; bottom: -40%; } }
@media (min-width: 1400px) { .leftbar .category-name { padding-top: 1.313rem !important; padding-bottom: 1.313rem !important; }
  .leftbar .category-name::before { font-size: 80px; } }
.leftbar .category-nav li { background-color: #f5f6f8; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.leftbar .category-nav li .icon { display: inline-block; width: 22px; height: 22px; position: relative; vertical-align: middle; }
.leftbar .category-nav li .icon svg { -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; width: 70%; height: 70%; }
.leftbar .category-nav li .icon svg path { fill: #666666; }
.leftbar .category-nav li span { display: inline-block; vertical-align: middle; }
.leftbar .category-nav li:hover, .leftbar .category-nav li.on { background-color: var(--theme-red); }
.leftbar .category-nav li:hover a, .leftbar .category-nav li.on a { color: #ffffff; }
.leftbar .category-nav li:hover .icon, .leftbar .category-nav li.on .icon { background-color: #FFFFFF; border-radius: 50%; }
.leftbar .category-nav li:hover .icon svg, .leftbar .category-nav li.on .icon svg { -webkit-transform: translateX(2px); -moz-transform: translateX(2px); -ms-transform: translateX(2px); -o-transform: translateX(2px); transform: translateX(2px); }
.leftbar .category-nav li:hover .icon svg path, .leftbar .category-nav li.on .icon svg path { fill: #333333; }
.leftbar .category-nav li:last-child a { margin-bottom: 0 !important; }

.leftContact .contact-head { border-bottom: 1px solid #f4f4f4; }
.leftContact .contact-head .head-icon { background-color: var(--theme-red); width: 45px; margin-right: 3%; }
.leftContact .contact-head .head-icon svg { max-width: 60%; }
.leftContact .contact-head .head-icon svg path { fill: #FFFFFF; }
.leftContact .contact-head .head-info p:nth-child(1) { font-size: 14px; }
.leftContact .contact-head .head-info .tel-num { font-size: 24px; color: var(--theme-red); line-height: 1; }
.leftContact .contact-content p { line-height: 2; }

/*联系方式*/
.contact-box .contact-item .item-wrap { padding: 2rem; }
.contact-box .contact-item .item-head .head-icon { width: 3rem; height: 3rem; }
.contact-box .contact-item .item-head .head-info strong { font-weight: bold; color: #666666; }
.contact-box .contact-item .item-head .head-info p { color: #666666; opacity: .5; font-size: .625rem; }
.contact-box .contact-item .item-bd { color: #666666; line-height: 1.8; text-align: center; }
.contact-box .contact-item .item-bd p { font-size: 1.125rem; }
.contact-box .contact-item:nth-child(1) .item-head .head-icon { background: url("../Image/icon-contact-1.png") center no-repeat; }
.contact-box .contact-item:nth-child(2) .item-head .head-icon { background: url("../Image/icon-contact-2.png") center no-repeat; }
.contact-box .contact-item:nth-child(3) .item-head .head-icon { background: url("../Image/icon-contact-3.png") center no-repeat; }
.contact-box .contact-item:nth-child(1) .item-bd p { font-size: 16px; }
.contact-box .contact-item.contact-qrcode .wx-qrcode img { width: 110px; }
.contact-box .contact-item.contact-qrcode .wx-info p { font-size: .875rem; color: #999999; }
@media (min-width: 1200px) { .contact-box .contact-item.contact-qrcode .wx-info p { line-height: 2; } }
@media (max-width: 575.98px) { .contact-box .contact-item:not(:last-child) { border-bottom: 1px solid #eeeeee; }
  .contact-box .contact-item .item-wrap { padding: 1.5rem 1rem; } }

#dituContent { height: 50vw; }
@media (min-width: 992px) { #dituContent { height: 30vw; } }
@media (min-width: 1200px) { #dituContent { height: 25vw; } }

/*服务-质量保障*/
.quality-box .item { background-color: #f5f6f8; position: relative; overflow: hidden; padding: .5px; }
.quality-box .item .item-wrap { position: relative;       /*&::before{ content: ''; display: block; width: 100%; height: 100%;
 top: 0; left: 0; position: absolute; z-index: 2; }*/ }
.quality-box .item .item-wrap .item-name { position: absolute; background: rgba(215, 19, 46, 0.9); color: #ffffff; bottom: 0; left: 0; right: 0; text-align: center; }
.quality-box .item .item-overlay { position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 3; color: #ffffff; background: rgba(0, 13, 20, 0.7); -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); visibility: hidden; }
@media (min-width: 992px) { .quality-box .item .item-wrap .item-name { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); transform: translateY(100%); }
  .quality-box .item .item-overlay { visibility: visible; }
  .quality-box .item:hover .item-wrap .item-name { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
  .quality-box .item:hover .item-overlay { -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); transform: translateY(100%); visibility: hidden; } }

/*合作伙伴*/
.partner-list-box .item { padding: .5rem; border: 1px solid #eee; margin-left: -1px; margin-top: -1px; }

.cases-swiper .item .item-wrap { position: relative; }
.cases-swiper .item .item-wrap .overlay { position: absolute; width: 100%; height: 100%; top: 0; left: 0; }
.cases-swiper .item .item-wrap .overlay .overlay-wrap { background: rgba(40, 40, 40, 0.89); height: 100%; color: #ffffff; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; -webkit-transform: scale(0) skew(90deg, 0); -moz-transform: scale(0) skew(90deg, 0); -ms-transform: scale(0) skew(90deg, 0); -o-transform: scale(0) skew(90deg, 0); transform: scale(0) skew(90deg, 0); }
.cases-swiper .item .item-wrap:hover .overlay .overlay-wrap { -webkit-transform: scale(1) skew(0, 0); -moz-transform: scale(1) skew(0, 0); -ms-transform: scale(1) skew(0, 0); -o-transform: scale(1) skew(0, 0); transform: scale(1) skew(0, 0); }
.cases-swiper .control-bar .w-btn { border-radius: 0; width: 35px; height: 35px; margin: 2px; text-align: center; line-height: 35px; background-color: #c5c5c5; position: relative; color: #eeeeee; cursor: pointer; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.cases-swiper .control-bar .w-btn:hover { background-color: var(--theme-red); color: #ffffff; }
.cases-swiper .control-bar .w-btn.prev_next { background-color: var(--theme-red); }
.cases-swiper .control-bar .prev_next i { display: block; width: 0; position: relative; height: 1px; background-color: CurrentColor; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.cases-swiper .control-bar .prev_next i::before, .cases-swiper .control-bar .prev_next i::after { content: ''; display: block; width: 10px; height: 1px; background-color: CurrentColor; position: absolute; margin: auto; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.cases-swiper .control-bar .prev_next i::before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.cases-swiper .control-bar .prev_next i::after { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
.cases-swiper .control-bar .prev_next.next i { margin-left: 10px; }
.cases-swiper .control-bar .prev_next.next i::before, .cases-swiper .control-bar .prev_next.next i::after { right: 0; transform-origin: right; }
.cases-swiper .control-bar .prev_next.prev i { margin-right: 10px; }
.cases-swiper .control-bar .prev_next.prev i::before, .cases-swiper .control-bar .prev_next.prev i::after { left: 0; transform-origin: left; }
.cases-swiper .control-bar .prev_next:hover i { width: 20px; margin: 0; }
.cases-swiper .control-bar .prev_next:hover i::before, .cases-swiper .control-bar .prev_next:hover i::after { width: 8px; }
.cases-swiper .control-bar .prev_next.swiper-button-disabled { background-color: #444444; cursor: not-allowed; }
.cases-swiper .control-bar .more i { width: 15px; height: 1px; background-color: CurrentColor; position: relative; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.cases-swiper .control-bar .more i::before, .cases-swiper .control-bar .more i::after { content: ''; display: block; width: 100%; height: 100%; background-color: CurrentColor; position: absolute; margin: auto; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.cases-swiper .control-bar .more i::before { top: -6px; }
.cases-swiper .control-bar .more i::after { bottom: -6px; }
.cases-swiper .control-bar .more:hover i { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); width: 2px; height: 2px; }

@media (min-width: 1200px) { .device-list .box-left { flex: 0 0 auto; width: 27.6% !important; }
  .device-list .box-right { flex: 1 0 0 !important; } }
@media (min-width: 1200px) { .device-list .item .item-wrap.ratio-lg-3x4s { --bs-aspect-ratio: calc( 465 / 360 * 100%); } }
