@charset "UTF-8";
@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:#d7132e; --theme-blue:#054988; color: #666666; }

.iconfont { font-size: initial; }

.nobg { background: none !important; backdrop-filter: unset !important; }

.bg1 { background-color: #f5f6f8 !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; }

@media (max-width: 575.98px) { .header .header-wrap { position: fixed; width: 100%; background-color: #fff; top: 0; height: auto !important; } }
.header { background-color: rgba(255, 255, 255, 0.5); -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; position: relative; z-index: 99; }
.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 .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 .h-100 { position: fixed; width: 100%; background-color: #fff; top: 0; }
  .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%; } }

.dropdown-nav { position: absolute; width: 100%; height: 360px; display: none; background: url("../Image/dropmenu-bg.png") right bottom no-repeat #f6f7fc; border-top: 1px solid #eaeaea; border-bottom: 1px solid #eaeaea; z-index: 99; }
.dropdown-nav .nav-leftbar { flex: 0 0 auto; width: 21.5%; border-right: 1px solid #e9e9ec; padding: 1.5% 0; }
.dropdown-nav .nav-leftbar .nav-leftbar-title { color: #333333; }
.dropdown-nav .nav-leftbar .nav-leftbar-desc { color: #666666; font-size: .875rem; padding-right: 20%; }
.dropdown-nav .nav-leftbar .nav-leftbar-btn { font-size: 14px; display: block; border-radius: 3px; width: 120px; background-image: -moz-linear-gradient(-170deg, #d7d7d7 0%, #dd3833 0%, #ec4945 100%); background-image: -webkit-linear-gradient(-170deg, #d7d7d7 0%, #dd3833 0%, #ec4945 100%); background-image: -ms-linear-gradient(-170deg, #d7d7d7 0%, #dd3833 0%, #ec4945 100%); text-align: center; color: #fff; }
.dropdown-nav .nav-container { flex: 0 0 auto; width: 78.5%; }
.dropdown-nav .nav-container .child-item { display: none; height: 100%; }
.dropdown-nav .nav-container .child-item .child-nav .nav-item { padding: 0 1.5%; }
.dropdown-nav .nav-container .child-item .child-nav .nav-item .item-img { overflow: hidden; }
.dropdown-nav .nav-container .child-item .child-nav .nav-item .item-img .img-wrap img { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; }
.dropdown-nav .nav-container .child-item .child-nav .nav-item .item-name { color: #333333; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.dropdown-nav .nav-container .child-item .child-nav .nav-item:hover .item-name { color: var(--theme-red); }
.dropdown-nav .nav-container .child-item.active { display: block; }
.dropdown-nav .nav-container .child-item.item-1 .child-nav .nav-item .item-img, .dropdown-nav .nav-container .child-item.item-4 .child-nav .nav-item .item-img, .dropdown-nav .nav-container .child-item.item-5 .child-nav .nav-item .item-img { --bs-aspect-ratio: calc(130 / 200 * 100%); }
.dropdown-nav .nav-container .child-item.item-3 .child-nav .nav-item .item-img { width: 60px; margin: 0 auto; }
.dropdown-nav .nav-container .child-item.item-3 .child-nav .nav-item:hover .item-img img { -webkit-animation: swing 1 1s linear; -o-animation: swing 1 1s linear; animation: swing 1 1s linear; }
.dropdown-nav .nav-container .child-item .child-contact-box .nav-item .nav-icon svg path { fill: var(--theme-red); }
.dropdown-nav .nav-container .child-item .child-contact-box .nav-item:hover .nav-icon svg { -webkit-animation: swing 1 1s linear; -o-animation: swing 1 1s linear; animation: swing 1 1s linear; }

.mask { top: 100px; display: none; position: fixed; height: 100vh; width: 100vw; background-color: rgba(0, 0, 0, 0.4); z-index: 88; }

.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); }

.full-menu { position: fixed; z-index: 999; background-color: #fff; width: 100vw; height: 100vh; top: 0; left: 0; -webkit-transition: transform .8s,opacity .3s; -moz-transition: transform .8s,opacity .3s; -ms-transition: transform .8s,opacity .3s; -o-transition: transform .8s,opacity .3s; transition: transform .8s,opacity .3s; -webkit-transform: translateX(100%) scaleX(0); -moz-transform: translateX(100%) scaleX(0); -ms-transform: translateX(100%) scaleX(0); -o-transform: translateX(100%) scaleX(0); transform: translateX(100%) scaleX(0); opacity: 0; }
.full-menu.open { -webkit-transform: translateX(0) scaleX(1); -moz-transform: translateX(0) scaleX(1); -ms-transform: translateX(0) scaleX(1); -o-transform: translateX(0) scaleX(1); transform: translateX(0) scaleX(1); opacity: 1; }
.full-menu .menu-wrap { padding: 5%; }
.full-menu dl { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; margin: 0; }
.full-menu dl dt { padding: 1rem 0; font-size: 22px; }
.full-menu dl dt::after { content: ''; display: block; width: 1.5rem; height: 2px; background-color: var(--theme-red); margin-top: 1rem; -webkit-transition: width .5s; -moz-transition: width .5s; -ms-transition: width .5s; -o-transition: width .5s; transition: width .5s; }
.full-menu dl dd { line-height: 2.5; }
.full-menu dl dd a { padding-left: .625rem; }
.full-menu dl dd a::before { content: ''; display: block; position: absolute; margin: auto; left: 0; top: 0; bottom: 0; width: 0; height: 0; border: 4px solid transparent; border-left-color: CurrentColor; }
.full-menu dl dd a:hover { padding-left: .875rem; }
@media (min-width: 1200px) { .full-menu dl:hover dt::after { width: 2rem; } }
.full-menu dl a { color: #333333; -webkit-transition: color .5s,padding-left .3s; -moz-transition: color .5s,padding-left .3s; -ms-transition: color .5s,padding-left .3s; -o-transition: color .5s,padding-left .3s; transition: color .5s,padding-left .3s; position: relative; }
.full-menu dl a:hover { color: var(--theme-red); }
.full-menu .close-btn { position: absolute; width: 3.5rem; height: 3.5rem; border-radius: 50%; background-color: #fbfcfc; top: 4%; right: 4%; -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05); -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05); box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05); }
.full-menu .close-btn i { cursor: pointer; position: absolute; width: 50%; height: 2px; color: #a0a0a0; -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; }
.full-menu .close-btn i::before, .full-menu .close-btn i::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; }
.full-menu .close-btn i::before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: 0; }
.full-menu .close-btn i::after { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); bottom: 0; }
.full-menu .close-btn:hover i { color: var(--theme-red); }
.full-menu .close-btn:hover i::before { -webkit-transform: rotate(30deg); -moz-transform: rotate(30deg); -ms-transform: rotate(30deg); -o-transform: rotate(30deg); transform: rotate(30deg); }
.full-menu .close-btn:hover i::after { -webkit-transform: rotate(-30deg); -moz-transform: rotate(-30deg); -ms-transform: rotate(-30deg); -o-transform: rotate(-30deg); transform: rotate(-30deg); }
@media (max-width: 1199.98px) { .full-menu dl dt { font-size: 20px; }
  .full-menu .close-btn { width: 3rem; height: 3rem; top: 2%; right: 4%; } }
@media (max-width: 767.98px) { .full-menu .menu-wrap { height: 100%; overflow-y: scroll; }
  .full-menu dl dt { position: relative; padding-left: .875rem; font-size: 16px; }
  .full-menu dl dt::after { margin-top: 0; width: 3px; height: 12px; left: 0; top: 0; position: absolute; margin: auto; bottom: 0; }
  .full-menu dl dd { font-size: 14px; }
  .full-menu dl dd a { line-height: 1.5; font-size: 14px; }
  .full-menu dl dd ul { display: flex; flex-direction: row; flex-wrap: wrap; }
  .full-menu dl dd ul li { width: auto; flex: 0 0 33.333%; }
  .full-menu .close-btn { width: 2.2rem; height: 2.2rem; top: 2%; right: 2%; } }
@media (max-width: 575.98px) { .full-menu .menu-wrap { height: 100%; overflow-y: scroll; }
  .full-menu dl dt { position: relative; padding: 0; padding-left: .5rem; font-size: 16px; }
  .full-menu dl dt::after { margin-top: 0; width: 3px; height: 12px; left: 0; top: 0; position: absolute; margin: auto; bottom: 0; }
  .full-menu dl dd { font-size: 14px; }
  .full-menu dl dd a { line-height: 1.5; font-size: 14px; }
  .full-menu dl dd ul { display: flex; flex-direction: row; flex-wrap: wrap; }
  .full-menu dl dd ul li { width: auto; flex: 0 0 50%; }
  .full-menu .close-btn { width: 2.2rem; height: 2.2rem; top: 2%; right: 2%; } }

.footer { position: relative; z-index: 2; background-color: #282828; color: #666666; }
@media (max-width: 575.98px) { .footer .footer-top .wx-qrcode { max-width: 30% !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 .footer-contact p { line-height: 2; }
.footer .footer-nav { margin-top: 2rem; padding-bottom: 0rem; }
.footer .footer-nav dl { position: relative; flex: 1; padding-left: 1.5rem; }
.footer .footer-nav dl::before { -webkit-transition: all 1s linear; -moz-transition: all 1s linear; -ms-transition: all 1s linear; -o-transition: all 1s linear; transition: all 1s linear; position: absolute; top: 0; left: -2px; height: 18px; width: 2px; background-color: #7f1c2a; }
.footer .footer-nav dl::after { -webkit-transition: all 1.1s linear; -moz-transition: all 1.1s linear; -ms-transition: all 1.1s linear; -o-transition: all 1.1s linear; transition: all 1.1s linear; position: absolute; left: -1px; top: 0; height: 0; border-left: 1px solid rgba(255, 255, 255, 0.1); }
.footer .footer-nav dl:nth-child(2) { flex: 2; }
.footer .footer-nav dl:not(:first-child) { border-left: 1px solid rgba(0, 0, 0, 0.2); }
.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 dd a { font-size: .875rem; }
.footer .footer-nav dl:hover { /*&::before { top: calc(100% - 18px);
}*/ }
.footer .footer-nav dl:hover::after { height: 100%; border-left-color: rgba(255, 255, 255, 0.2); }
.footer .footer-nav dt { margin-bottom: .5rem; }
.footer .footer-nav dt a { color: #fff; }
.footer .footer-nav dl:not(:first-child)::before, .footer .footer-nav dl:not(:first-child)::after { content: ''; }
.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 dl { text-align: center; flex: 1; max-width: 30%; border-right: 1px solid #2c2c30; }
.footer dl:first-child { text-align: left; max-width: 18%; }
.footer dl dt { color: #ffffff; line-height: 2; margin-bottom: .5rem; font-weight: normal; }
.footer dl dd { margin-bottom: 0; }
.footer dl dd a { font-size: 14px; line-height: 32px; color: #999; }
.footer dl dd a:hover { color: #fff !important; }
.footer .footer-logo .logo-wrap .logo-info { border-left: 1px solid #3e3e3e; }
.footer .footer-logo .logo-wrap .logo-info h3 { color: #FFFFFF; margin-bottom: 0; }
.footer .footer-logo .logo-wrap .logo-info p { font-size: 18px; }
.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 svg { width: 26px; height: 26px; fill: var(--theme-red); }

.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; height: 2px; }
.section .sec-head .sec-line::before, .section .sec-head .sec-line::after { content: ''; width: 11px; height: 2px; display: block; background-color: var(--theme-red); position: absolute; }
.section .sec-head .sec-line::before { left: 0; }
.section .sec-head .sec-line::after { right: 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: 75px; width: 75px; margin: auto; top: 0; bottom: 0; background-color: var(--theme-red); 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: all 1s; -moz-transition: all 1s; -ms-transition: all 1s; -o-transition: all 1s; transition: all 1s; }
#swiper-products .swiper-products .pro-item.swiper-slide-active { opacity: 1; }
#swiper-products .swiper-products .pro-item .item-wrap { background-color: #f5f6f8; padding: 30px; }
#swiper-products .swiper-products .pro-item .item-wrap .item-name { font-size: 30px; color: #333333; font-weight: bold; }
#swiper-products .swiper-products .pro-item .item-wrap .item-desc { color: #999999; line-height: 26px; }
#swiper-products .swiper-products .pro-item .item-wrap .item-param-lists .param-item { text-align: center; }
#swiper-products .swiper-products .pro-item .item-wrap .item-param-lists .param-item:not(:nth-child(3n)) { border-right: 1px solid #ececed; }
#swiper-products .swiper-products .pro-item .item-wrap .item-param-lists .param-item .param-icon { display: inline-block; width: 68px; height: 68px; border-radius: 50%; background-color: var(--theme-red); }
#swiper-products .swiper-products .pro-item .item-wrap .item-param-lists .param-item .param-name { line-height: 26px; }
@media (max-width: 1680px) { #swiper-products .pro-swiper-prev, #swiper-products .pro-swiper-next { height: 65px; width: 65px; }
  #swiper-products .pro-swiper-prev svg, #swiper-products .pro-swiper-next svg { width: 35px; height: 35px; }
  #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: 65px; width: 65px; }
  #swiper-products .pro-swiper-prev svg, #swiper-products .pro-swiper-next svg { width: 35px; height: 35px; }
  #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-box { --swiper-navigation-size:30px; }
.scheme-box .box-head { background-color: #f5f6f8; }
.scheme-box .scheme-item { cursor: pointer; text-align: center; }
.scheme-box .scheme-item .item-icon img { filter: grayscale(100%); -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.scheme-box .scheme-item .item-name { color: #333333; font-size: 20px; line-height: 2; }
@media (max-width: 767.98px) { .scheme-box .scheme-item .item-name { font-size: 16px; } }
@media (max-width: 575.98px) { .scheme-box .scheme-item .item-name { font-size: 14px; } }
.scheme-box .scheme-item:hover .item-icon img, .scheme-box .scheme-item.swiper-slide-thumb-active .item-icon img { filter: grayscale(0); }
.scheme-box .scheme-item:hover .item-name, .scheme-box .scheme-item.swiper-slide-thumb-active .item-name { color: var(--theme-red); }
.scheme-box .swiper-button-next.swiper-button-black, .scheme-box .swiper-button-prev.swiper-button-black { --swiper-navigation-color: #333333; }

.about-box { color: #ffffff; background: url("../Image/about-bg.jpg") center/cover no-repeat; }
.about-box .about-left .about-left-warp { padding: 4vw; height: 100%; }
.about-box .about-left .about-left-warp .about-desc { font-size: 20px; font-weight: bold; }
.about-box .about-left .about-left-warp .about-con { font-size: .875rem; line-height: 36px; }
.about-box .about-left .about-left-warp .about-btn { margin-top: 2rem; width: 120px; height: 36px; text-align: center; background-color: #ffffff; border-radius: 18px; display: block; color: #282828; line-height: 36px; }
.about-box .about-left .about-left-warp .about-btn span { font-size: 14px; }
.about-box .about-right .about-right-warp { height: 100%; background-color: rgba(215, 19, 46, 0.6);  }
.about-box .about-right .about-grid { border: 1px solid #a84956; border-bottom: none; border-right: none; }
.about-box .about-right .about-grid .grid-param { border-right: 1px solid #a84956; border-bottom: 1px solid #a84956; color: #cea9ac; }
.about-box .about-right .about-grid .grid-param strong { color: #ffffff; font-family: Impact; font-size: 40px; margin-right: 5px; }
@media (max-width: 575.98px) { .about-box .about-right .about-grid .grid-param strong { font-size: 32px; }
  .about-box .about-right .about-grid .grid-param p { font-size: 14px; } }

.promise-box .promise-item .item-wrap { height: 100%; border: 1px solid #f0f0f0; background-color: #ffffff; padding: 36px; position: relative; overflow: hidden; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.promise-box .promise-item .item-wrap:hover { -webkit-box-shadow: 0 0 20px rgba(232, 233, 238, 0.9); -moz-box-shadow: 0 0 20px rgba(232, 233, 238, 0.9); box-shadow: 0 0 20px rgba(232, 233, 238, 0.9); -webkit-transform: translateY(-3px); -moz-transform: translateY(-3px); -ms-transform: translateY(-3px); -o-transform: translateY(-3px); transform: translateY(-3px); }
.promise-box .promise-item .item-wrap:hover .item-icon { -webkit-animation: swing 1 1s linear; -o-animation: swing 1 1s linear; animation: swing 1 1s linear; }
.promise-box .promise-item .item-wrap::after { font-family: Impact; font-size: 100px; color: #f5f5f5; position: absolute; left: 20px; line-height: 1; bottom: -23%; }
.promise-box .promise-item .item-icon { width: 68px; height: 68px; background-position: center; background-repeat: no-repeat; }
.promise-box .promise-item .item-info { padding-left: 24px; flex: 1; }
.promise-box .promise-item .item-info .item-name { font-size: 18px; color: #232221; line-height: 2; }
.promise-box .promise-item .item-info .item-name::after { content: ''; display: block; width: 10%; height: 0; border-bottom: 2px solid #e2e2e2; margin-bottom: 5px; }
.promise-box .promise-item .item-info .item-desc { padding-top: 8px; font-size: 14px; color: #999999; line-height: 26px; }
.promise-box .promise-item:nth-child(1) .item-icon { background-image: url("../Image/icon-cn-1.png"); }
.promise-box .promise-item:nth-child(1) .item-wrap::after { content: "01"; }
.promise-box .promise-item:nth-child(2) .item-icon { background-image: url("../Image/icon-cn-2.png"); }
.promise-box .promise-item:nth-child(2) .item-wrap::after { content: "02"; }
.promise-box .promise-item:nth-child(3) .item-icon { background-image: url("../Image/icon-cn-3.png"); }
.promise-box .promise-item:nth-child(3) .item-wrap::after { content: "03"; }
.promise-box .promise-item:nth-child(4) .item-icon { background-image: url("../Image/icon-cn-4.png"); }
.promise-box .promise-item:nth-child(4) .item-wrap::after { content: "04"; }
.promise-box .promise-item:nth-child(5) .item-icon { background-image: url("../Image/icon-cn-5.png"); }
.promise-box .promise-item:nth-child(5) .item-wrap::after { content: "05"; }
.promise-box .promise-item:nth-child(6) .item-icon { background-image: url("../Image/icon-cn-6.png"); }
.promise-box .promise-item:nth-child(6) .item-wrap::after { content: "06"; }
@media (max-width: 991.98px) { .promise-box .promise-item .item-wrap { padding: 32px; }
  .promise-box .promise-item .item-wrap::after { font-size: 80px; } }
@media (max-width: 767.98px) { .promise-box .promise-item .item-wrap { padding: 30px; }
  .promise-box .promise-item .item-wrap::after { font-size: 75px; } }
@media (max-width: 575.98px) { .promise-box .promise-item .item-wrap { padding: 16px; }
  .promise-box .promise-item .item-wrap::after { font-weight: bold; font-size: 75px; } }

.process-box .process-item { position: relative; }
.process-box .process-item .item-icon { width: 100px; height: 100px; margin: 0 auto; border-radius: 50%; background-color: #f6f6f6; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; position: relative; background-position: center; background-repeat: no-repeat; margin-bottom: 15px; }
.process-box .process-item .item-icon img { margin: auto; position: absolute; top: 0; bottom: 0; left: 0; right: 0; max-width: 50%; }
.process-box .process-item .item-name { text-align: center; font-size: 16px; color: #333333; line-height: 2; }
.process-box .process-item:not(:last-child)::after { content: ''; display: block; width: 9px; height: 15px; background: url("../Image/icon-jt.png") center no-repeat; position: absolute; margin: auto; top: 43px; right: -4.5px; }
@media (min-width: 1680px) { .process-box .process-item:not(:last-child)::after { right: -20.5px; } }
.process-box .process-item:hover .item-icon { background-image: -moz-linear-gradient(-170deg, #d7d7d7 0%, #dd3833 0%, #ec4945 100%); background-image: -webkit-linear-gradient(-170deg, #d7d7d7 0%, #dd3833 0%, #ec4945 100%); background-image: -ms-linear-gradient(-170deg, #d7d7d7 0%, #dd3833 0%, #ec4945 100%); box-shadow: 0px 10px 20px 0px rgba(221, 56, 51, 0.26); }
.process-box .process-item:hover .item-icon img { filter: grayscale(100%) brightness(100); -webkit-animation: swing 1 1s linear; -o-animation: swing 1 1s linear; animation: swing 1 1s linear; }
@media (max-width: 991.98px) { .process-box .process-item .item-icon { width: 60px; height: 60px; }
  .process-box .process-item:not(:last-child)::after { top: 30px; }
  .process-box .process-item:nth-child(4n)::after { display: none; } }

.bottom-fixed { position: relative; z-index: 2; background-color: #f5f5f5; }
@media (min-width: 1200px) { .bottom-fixed .form-left { background: url("../Image/form-tips.png") top right no-repeat; } }
.bottom-fixed .form-left .tip { color: #333333; line-height: 2; }
.bottom-fixed .form-left .cn-name { font-size: 36px; color: #262626; font-weight: bold; }
.bottom-fixed .form-left .en-name { text-transform: uppercase; font-size: 14px; color: #858585; font-weight: bold; letter-spacing: 5px; }
.bottom-fixed .form-left .tel { color: #858585; }
.bottom-fixed .form-left .tel span svg { fill: #262626; width: 25px; height: 25px; margin-right: 4px; }
.bottom-fixed .form-left .tel em { color: #db3048; font-style: normal; font-weight: bold; font-size: 24px; }
@media (max-width: 575.98px) { .bottom-fixed .form-left .cn-name { font-size: 28px; }
  .bottom-fixed .form-left .en-name { font-size: 12px; } }
.bottom-fixed .form-item { border: 1px solid #dddddd; border-radius: 5px; }
.bottom-fixed .form-item .label svg { width: 26px; height: 26px; fill: #3d3d3d; }
.bottom-fixed .input-txt { display: block; border: none; outline: none; background: transparent; flex: 1; margin-right: 10px; }
.bottom-fixed .btn-submit { display: block; border-radius: 5px; background-color: #db3048; border: 1px solid #dddddd; color: #ffffff; text-align: center; line-height: 42px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.bottom-fixed .btn-submit i { display: inline-block; width: 58px; height: 2px; background-color: CurrentColor; vertical-align: middle; margin-left: 3px; position: relative; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.bottom-fixed .btn-submit i::after { content: ''; width: 25%; height: 100%; position: absolute; right: 0; background-color: CurrentColor; -webkit-transform: rotate(30deg); -moz-transform: rotate(30deg); -ms-transform: rotate(30deg); -o-transform: rotate(30deg); transform: rotate(30deg); -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-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.bottom-fixed .btn-submit:hover i { -webkit-transform: translateX(5px); -moz-transform: translateX(5px); -ms-transform: translateX(5px); -o-transform: translateX(5px); transform: translateX(5px); }
.bottom-fixed .btn-submit:hover i::after { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }

.about-param .about-grid .grid-param { color: #333333; }
.about-param .about-grid .grid-param:not(:last-child) { border-right: 1px solid #ededed; }
.about-param .about-grid .grid-param strong { color: var(--theme-red); font-family: Impact; font-size: 40px; margin-right: 5px; }

.about-container .about-img { border: 10px solid #f5f6f8; }
.about-container .about-txt { line-height: 2; font-size: 1rem; }
@media (min-width: 1200px) { .about-container .about-txt { line-height: 2.5; } }

.factory-video .video-wrap { margin: auto; position: relative; height: 100%; max-height: 100vh; top: 0; left: 0; right: 0; -webkit-transition: ease 0.6s; -moz-transition: ease 0.6s; -o-transition: ease 0.6s; transition: ease 0.6s; overflow: hidden; }
.factory-video .video-wrap .video-item { object-fit: cover; width: 100%; }
.factory-video .video-wrap .video-shade { position: absolute; width: 100%; height: 100%; top: 0; bottom: 0; left: 0; right: 0; background: rgba(0, 0, 0, 0.5); display: none; z-index: 1; }
.factory-video .video-wrap .overlay { position: absolute; height: 100%; width: 100%; top: 0; bottom: 0; left: 0; right: 0; color: #ffffff; z-index: 3; opacity: 0; }
.factory-video .video-wrap .overlay h3 { font-size: 28px; }
@media (min-width: 1300px) { .factory-video .video-wrap .overlay h3 { font-size: 42px; } }
.factory-video .video-wrap .overlay .desc { font-size: 18px; }
@media (min-width: 1300px) { .factory-video .video-wrap .overlay .desc { font-size: 20px; } }
.factory-video .video-wrap .overlay .content { line-height: 2; }
@media (min-width: 1300px) { .factory-video .video-wrap .overlay .content { font-size: 18px; } }
.factory-video .video-container.fixed-video .video-wrap .overlay { opacity: 1; -webkit-transition: all 2s; -moz-transition: all 2s; -ms-transition: all 2s; -o-transition: all 2s; transition: all 2s; }

.story-box .item .item-wrap { position: relative; height: 100%; color: #ffffff; overflow: hidden; }
.story-box .item .item-wrap img { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; height: 100%; width: 100%; display: block; object-fit: cover; }
.story-box .item .item-wrap .item-txt { position: absolute; z-index: 2; padding: 8%; top: 0; bottom: 0; left: 0; right: 0; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .5s; }
.story-box .item .item-wrap .item-txt .cn-name { font-size: 24px; }
.story-box .item .item-wrap .item-txt .en-name { font-weight: 300; font-size: 18px; }
.story-box .item .item-wrap .item-txt .line { position: relative; height: 2px; width: 4rem; margin-top: 1rem; overflow: hidden; }
.story-box .item .item-wrap .item-txt .line::before, .story-box .item .item-wrap .item-txt .line::after { content: ''; display: block; background-color: rgba(255, 255, 255, 0.5); height: 100%; width: 100%; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.story-box .item .item-wrap .item-txt .line::after { position: absolute; right: -100%; background-color: #ffffff; -webkit-transition-delay: .1s; -moz-transition-delay: .1s; -ms-transition-delay: .1s; -o-transition-delay: .1s; transition-delay: .1s; }
.story-box .item.item-nomarl .txt-content { line-height: 2; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; opacity: 0; -webkit-transform: translateY(30%); -moz-transform: translateY(30%); -ms-transform: translateY(30%); -o-transform: translateY(30%); transform: translateY(30%); }
.story-box .item.item-nomarl:hover .txt-content { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); opacity: 1; }
.story-box .item.item-hover .overlay { position: absolute; z-index: 3; top: 0; height: 100%; width: 100%; left: 0; visibility: hidden; }
.story-box .item.item-hover .overlay .overlay-wrap { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; -webkit-transform: translateX(20%); -moz-transform: translateX(20%); -ms-transform: translateX(20%); -o-transform: translateX(20%); transform: translateX(20%); opacity: 0; }
.story-box .item.item-hover .overlay .overlay-wrap .overlay-head { background-color: var(--theme-red); color: #ffffff; }
.story-box .item.item-hover .overlay .overlay-wrap .overlay-head .cname { font-size: 24px; letter-spacing: 5px; }
.story-box .item.item-hover .overlay .overlay-wrap .overlay-con { font-size: 18px; background: rgba(0, 0, 0, 0.75); line-height: 2.5; }
@media (max-width: 1399.98px) { .story-box .item.item-hover .overlay .overlay-wrap .overlay-head .cname { font-size: 22px; letter-spacing: 3px; }
  .story-box .item.item-hover .overlay .overlay-wrap .overlay-con { font-size: 16px; line-height: 2; } }
@media (max-width: 1199.98px) { .story-box .item.item-hover .overlay .overlay-wrap .overlay-head .cname { font-size: 20px; letter-spacing: 3px; }
  .story-box .item.item-hover .overlay .overlay-wrap .overlay-con { font-size: 14px; line-height: 2; } }
.story-box .item.item-hover:hover .item-wrap .item-txt { -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.story-box .item.item-hover:hover .item-wrap .overlay { visibility: visible; }
.story-box .item.item-hover:hover .item-wrap .overlay .overlay-wrap { opacity: 1; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }

.floor-container .floor .floor-wrap { position: relative; }
.floor-container .floor .floor-wrap .floor-head { text-align: center; position: absolute; z-index: 2; }
.floor-container .floor .floor-wrap .floor-head .head-name { font-size: 36px; color: #222222; position: relative; }
@media (max-width: 575.98px) { .floor-container .floor .floor-wrap .floor-head .head-name { font-size: 18px; } }
@media (min-width: 768px) { .floor-container .floor .floor-wrap .floor-head .head-name { font-size: 22px; } }
@media (min-width: 992px) { .floor-container .floor .floor-wrap .floor-head .head-name { font-size: 28px; }
  .floor-container .floor .floor-wrap .floor-head .head-name::before { content: attr(data-title); text-transform: uppercase; font-size: 66px; color: rgba(27, 27, 27, 0.04); 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) { .floor-container .floor .floor-wrap .floor-head .head-name::before { font-size: 72px; -webkit-transform: translateY(-12%); -moz-transform: translateY(-12%); -ms-transform: translateY(-12%); -o-transform: translateY(-12%); transform: translateY(-12%); } }
.floor-container .floor .floor-wrap .floor-head .head-name span { position: relative; z-index: 2; }
.floor-container .floor .floor-wrap .floor-head .head-desc { line-height: 2; color: #999999 !important; }
@media (max-width: 575.98px) { .floor-container .floor .floor-wrap .floor-head .head-desc { font-size: 14px; } }
.floor-container .floor .floor-wrap .floor-head .head-line { width: 28px; position: relative; margin: 6px auto 0; height: 2px; }
.floor-container .floor .floor-wrap .floor-head .head-line::before, .floor-container .floor .floor-wrap .floor-head .head-line::after { content: ''; width: 11px; height: 2px; display: block; background-color: var(--theme-red); position: absolute; }
.floor-container .floor .floor-wrap .floor-head .head-line::before { left: 0; }
.floor-container .floor .floor-wrap .floor-head .head-line::after { right: 0; }
.floor-container .floor .floor-wrap a { display: block; width: 100%; height: 100%; position: relative; z-index: 2; }
.floor-container .floor .floor-wrap a::after { content: ''; display: block; position: absolute; width: 100%; height: 100%; z-index: 2; background: rgba(0, 0, 0, 0.1); top: 0; }
@media (max-width: 575.98px) { .floor-container .floor .floor-wrap { /*height: 50vw;
img{ height: 100%; width: auto; max-width: inherit; left: -20%; position: relative;
}*/ } }

.pro-floor .floor-wrap .floor-con-wrap { border: 1px solid #e6e4e4; }
.pro-floor .floor-wrap .floor-left .floor-name { font-size: 22px; color: #333333; }
.pro-floor .floor-wrap .floor-left .floor-btn-group .floor-btn { border-radius: 3px; padding: .375rem 1rem; flex: 1; text-align: center; color: #ffffff; }
.pro-floor .floor-wrap .floor-left .floor-btn-group .floor-btn svg { width: 16px; height: 16px; fill: #fff; margin-right: 3px; }
.pro-floor .floor-wrap .floor-left .floor-btn-group .floor-btn.btn-red { background-color: var(--theme-red); }
.pro-floor .floor-wrap .floor-left .floor-btn-group .floor-btn.btn-block { background-color: #333333; }
@media (min-width: 1400px) { .pro-floor .floor-wrap .floor-left { width: 27.8%; } }
.pro-floor .floor-wrap .floor-con-head { border-bottom: 1px solid #e6e4e4; }
.pro-floor .floor-wrap .floor-con-head .head-name { color: #333333; font-weight: bold; }
.pro-floor .floor-wrap .floor-con-head .head-name svg { fill: var(--theme-red); width: 1.2rem; height: 1.2rem; display: inline-block; vertical-align: middle; }
.pro-floor .floor-wrap .floor-con-head .head-name span { display: inline-block; vertical-align: middle; }
.pro-floor .floor-wrap .floor-con-head p { color: #7c7c7c; }

.goods-list { margin-top: 1px; }
.goods-list .item .item-wrap { background-color: #fff; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.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; }
.goods-list .item .item-wrap:hover { -webkit-box-shadow: 0 5px 15px rgba(21, 21, 21, 0.2); -moz-box-shadow: 0 5px 15px rgba(21, 21, 21, 0.2); box-shadow: 0 5px 15px rgba(21, 21, 21, 0.2); -webkit-transform: translateY(-2px); -moz-transform: translateY(-2px); -ms-transform: translateY(-2px); -o-transform: translateY(-2px); transform: translateY(-2px); }

.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-page .location-box { background: #ffffff; }
.goods-page .goods-top { padding-top: 30px; }
@media (min-width: 1400px) { .goods-page .goods-top .goods-gallery { padding: 0 10.694%; } }
.goods-page .goods-top .goods-title { font-weight: bold; font-size: 18px; color: #333333; }
@media (min-width: 1400px) { .goods-page .goods-top .goods-title { font-size: 30px; } }
.goods-page .goods-top .goods-brief { color: #999999; line-height: 2; }
.goods-page .goods-top .goods-attrs { border-top: 1px solid #e5e6e8; border-bottom: 1px solid #e5e6e8; line-height: 2; }
.goods-page .goods-top .goods-attrs .attr-name { color: #666666; }
.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; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.goods-page .goods-top .goods-info-bottom .zx-btn:hover { background-color: #c70924; }
.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 { -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; bottom: 0; left: 0; right: 0; }
.goods-page .goods-params .param-item .item-name { line-height: 26px; }
.goods-page .goods-params .param-item:hover .item-icon .icon-wrap img { -webkit-animation: swing 1 1s linear; -o-animation: swing 1 1s linear; animation: swing 1 1s linear; }
.goods-page .goods-detail { line-height: 2; }
.goods-page .goods-detail img { max-width: 100%;  }
.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; } }

.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: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .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; left: 0; }
.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; right: 0; }

.leftbar .category-name { background: url("../Image/nav-bg.png") center/cover no-repeat var(--theme-red); color: #ffffff; font-size: 24px; line-height: 2; position: relative; }
.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: 42px; color: #ffffff; opacity: .05; position: absolute; top: 0; bottom: 0; left: 0; right: 0; font-family: impact; display: flex; justify-content: center; align-items: center; line-height: 1; } }
@media (min-width: 1400px) { .leftbar .category-name { padding-top: 1.313rem !important; padding-bottom: 1.313rem !important; }
  .leftbar .category-name::before { font-size: 50px; } }
.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: 32px; height: 32px; position: relative; vertical-align: middle; }
.leftbar .category-nav li .icon img { position: absolute; margin: auto; top: 0; bottom: 0; right: 0; left: 0; padding: 3px; max-width: 100%; }
.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 img, .leftbar .category-nav li.on .icon img { filter: grayscale(100%) brightness(100); }
.leftbar .category-nav li:last-child a { margin-bottom: 0 !important; }

.leftContact h3 { color: #282828; font-size: 28px; }
.leftContact .contact-btn { display: block; background-color: var(--theme-red); color: #ffffff; border-radius: 5px; color: #ffffff; width: 60%; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.leftContact .contact-btn:hover { opacity: .9; }

.news-page .inner-section-box .inner-section { padding-top: 0; }
.news-page .news-container { background-color: #fff; }
.news-page .news-container .news-title { line-height: 2; }
.news-page .news-container .news-meta { color: #999999; font-size: .875rem; }
.news-page .news-container .news-detail { line-height: 2; font-size: 1rem; }
.news-page .news-container .newsPage { font-size: 1rem; line-height: 36px; }
.news-page .news-right > p { padding-left: 5%; font-size: 16px; color: #000; line-height: 70px; position: relative; }
.news-page .news-right > p::before { position: absolute; content: ""; background: var(--theme-red); width: 4px; height: 30%; left: 0; top: 0; bottom: 0; margin: auto; }
.news-page .news-right .hot_news { width: 90%; margin: 0 auto; padding: 5% 0; }
.news-page .news-right .hot_news:not(:last-child) { border-bottom: 1px solid #ededed; }
.news-page .news-right .hot_news a { color: #333; font-size: 14px; line-height: 25px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.news-page .news-right .hot_news a:hover { color: var(--theme-red); }

.newslists-page .inner-section-box .inner-section { padding-top: 0; }

.news-detail .news-content { background-color: #f7f8fa; line-height: 2; }

.news-detail .news-content:not(.embed-responsive) img { max-width: 100%; height: auto !important; }

/*联系方式*/
.contact-box .contact-item .item-wrap { padding: 2rem; }
.contact-box .contact-item .item-head { margin-bottom: 1rem; }
.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; }
.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(50%); -moz-transform: translateY(50%); -ms-transform: translateY(50%); -o-transform: translateY(50%); transform: translateY(50%); visibility: hidden; opacity: 0; } }

/*合作伙伴*/
.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; } }
.device-list .item .item-wrap { overflow: hidden; }
@media (min-width: 1200px) { .device-list .item .item-wrap.ratio-lg-3x4s { --bs-aspect-ratio: calc( 465 / 360 * 100%); } }
.device-list .item .item-wrap img { -webkit-transition: all 1s; -moz-transition: all 1s; -ms-transition: all 1s; -o-transition: all 1s; transition: all 1s; }
.device-list .item:hover .item-wrap 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); }
