@charset "UTF-8";
@import url("../font/lovelo/lovelo.css");
@import url("../font/bahnschrift/bahnschrift.css");
html { color: #282828; }

:root { scroll-behavior: unset; }

ul { padding-left: 0; margin-bottom: 0; }
ul li { list-style: none; }
ul li::marker { display: none; }

p { margin: 0; }

.img-cover-4by3 { height: 0; width: 100%; padding-bottom: 75%; overflow: hidden; position: relative; }

.img-cover-3by2 { height: 0; width: 100%; padding-bottom: 66.667%; overflow: hidden; position: relative; }

.img-cover img { max-width: 100%; max-height: 100%; position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; }

.abs-center { margin: auto; left: 0; right: 0; top: 0; bottom: 0; position: absolute; }

.over-line-2 { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }

.over-line-3 { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }

.over-line-4 { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; }

.over-line-5 { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 5; overflow: hidden; }

.text-justify { text-align: justify !important; text-align-last: justify; }

.object-fit-cover { -o-object-fit: cover; object-fit: cover; }

.object-fit-contain { -o-object-fit: contain; object-fit: contain; }

.object-fit-scaleDown { -o-object-fit: scale-down; object-fit: scale-down; }

a:focus { outline: none; }

.ratio-2x3 { --bs-aspect-ratio: calc(2 / 3 * 100%); --mdb-aspect-ratio: calc(2 / 3 * 100%); }

.ratio-3x2 { --bs-aspect-ratio: calc(3 / 2 * 100%); --mdb-aspect-ratio: calc(3 / 2 * 100%); }

.ratio-3x4 { --bs-aspect-ratio: calc(4 / 3 * 100%); --mdb-aspect-ratio: calc(4 / 3 * 100%); }

.ratio-8x3 { --mdb-aspect-ratio: calc(3 / 8 * 100%); --bs-aspect-ratio: calc(3 / 8 * 100%); }

.vertical-txt { writing-mode: vertical-rl; }

.nopic { background-color: #f8f8f8; color: #bcbcbc; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.nopic p:nth-child(1) { font-size: 130%; }

/*滚动条样式*/
@media screen and (-webkit-min-device-pixel-ratio: 0) { ::-webkit-scrollbar { width: 5px; height: 8px; }
  ::-webkit-scrollbar-track:enabled { background-color: #999999; }
  ::-webkit-scrollbar-thumb:vertical { background-color: var(--theme-color); border-radius: 30px; }
  ::-webkit-scrollbar-thumb:horizontal { background-color: var(--theme-color); border-radius: 30px; } }
.m-scroll::-webkit-scrollbar { /*滚动条整体样式*/ width: 5px; /*高宽分别对应横竖滚动条的尺寸*/ height: 3px; }

.m-scroll::-webkit-scrollbar-thumb { /*滚动条里面小方块*/ border-radius: 10px; 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; }

a { color: #333333; text-decoration: none; }
a:hover { text-decoration: none; color: var(--theme-color); }
a:focus { outline: none !important; }

.w-next, .w-prev { cursor: pointer; z-index: 2; width: 40px; height: 40px; margin: auto; top: 0; bottom: 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.w-next { right: 0; }

.w-prev { left: 0; }

.de-page-mian .page-inner { padding: 1.5rem 0; display: flex; align-items: center; justify-content: center; }
.de-page-mian .page-inner a { position: relative; display: block; padding: .5rem .75rem; line-height: 1.25; color: #666; background-color: #e2e2e2; margin: 2px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.de-page-mian .page-inner a:hover, .de-page-mian .page-inner a.active { background-color: var(--theme-color); color: #fff; }
.de-page-mian .page-inner a.prev::after { content: '<'; font-family: "宋体",SimSun; color: CurrentColor; font-weight: bold; }
.de-page-mian .page-inner a.next::after { content: '>'; font-family: "宋体",SimSun; color: CurrentColor; font-weight: bold; }
.de-page-mian .page-inner span, .de-page-mian .page-inner input, .de-page-mian .page-inner a.page-btn { display: none; }

.w-form .form-item { position: relative; }
.w-form .form-item .input-txt, .w-form .form-item .input-textarea { display: block; height: 46px; border: none; background-color: #ffffff; padding: 10px; }
.w-form .form-item .input-txt:focus, .w-form .form-item .input-txt.active, .w-form .form-item .input-textarea:focus, .w-form .form-item .input-textarea.active { outline: none; }
.w-form .form-item .input-textarea { height: 130px; }
.w-form .form-item .input-icon { width: 46px; height: 46px; position: absolute; right: 0; top: 0; }
.w-form .form-item .input-icon svg { position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; width: 60%; height: auto; }
.w-form .form-item .input-icon svg path { fill: #9e9e9e; }
.w-form .verifyImg { height: 46px; cursor: pointer; }
.w-form .submit-btn { display: block; background-color: var(--theme-color); color: #ffffff; text-align: center; line-height: 46px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.w-form .submit-btn:hover { opacity: .8; }

/*字母滚动*/
.cm-word-split-JS { overflow: hidden; opacity: 0; }
.cm-word-split-JS.splitting { opacity: 1; }
.cm-word-split-JS.splitting .word { overflow: hidden; line-height: 1.1; display: inline-block; vertical-align: middle; }
.cm-word-split-JS.splitting .char { display: inline-block; position: relative; font-size: inherit; font-family: inherit; font-weight: inherit; opacity: 0; }
@media (max-width: 1199.98px) { .cm-word-split-JS { opacity: 1; }
  .cm-word-split-JS .char { opacity: 1 !important; } }

@font-face { font-family: "MiSans-ExtraLight"; src: url("../font/misans/MiSans-ExtraLight.ttf") format("truetype"); font-weight: bold; font-style: normal; }
body { color: #222222; --theme-red:#e80125; --theme-color: #1169b6; --theme-bgcolor:#e0d3c8; --theme-yellow:#fd5e1b; }
body.active .scroll-down-icon { opacity: 1; bottom: 60px; }
body.active .scroll-down-icon .circle::before { -webkit-animation: upDown 2s ease-in-out infinite; -o-animation: upDown 2s ease-in-out infinite; animation: upDown 2s ease-in-out infinite; }
body.active .scroll-down-icon.hide { opacity: 0; }
@media (max-width: 1399.98px) { body.active .scroll-down-icon { display: none; } }

@media (min-width: 1680px) { .container, .container-xl { max-width: 1624px; /*max-width: 1524px;*/ } }
@keyframes upDown { 0% { opacity: 0.1; transform: translateY(-30px); }
  50% { opacity: 1; transform: translateY(50%); }
  100% { opacity: 0.1; transform: translateY(30px); } }
@keyframes text-active-animation { from { opacity: 0; filter: Alpha(opacity=0); -webkit-transform: translateY(50px); transform: translateY(50px); }
  to { opacity: 1.0; filter: Alpha(opacity=100); -webkit-transform: translateY(0); transform: translateY(0); } }
@keyframes text-fade-out { from { opacity: 1.0; filter: Alpha(opacity=100); }
  to { opacity: 0; filter: Alpha(opacity=0); } }
.ms-preloader { width: 100%; height: 100%; position: fixed; z-index: 9999999; top: 0; left: 0; opacity: 1; visibility: visible; background-color: #151515; }

.control-bar .w-btn { border-radius: 0; width: 35px; height: 35px; margin: 2px; text-align: center; line-height: 35px; background-color: #8a8a8a; position: relative; color: #eeeeee; cursor: pointer; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.control-bar .w-btn:hover { background-color: var(--theme-color); color: #ffffff; }
.control-bar .prev_next { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.control-bar .prev_next i { display: block; width: 0; position: relative; height: 1px; background-color: CurrentColor; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.control-bar .prev_next i::before, .control-bar .prev_next i::after { content: ''; display: block; width: 10px; height: 1px; background-color: CurrentColor; position: absolute; margin: auto; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.control-bar .prev_next i::before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.control-bar .prev_next i::after { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
.control-bar .prev_next.next i { margin-left: 10px; }
.control-bar .prev_next.next i::before, .control-bar .prev_next.next i::after { right: 0; transform-origin: right; }
.control-bar .prev_next.prev i { margin-right: 10px; }
.control-bar .prev_next.prev i::before, .control-bar .prev_next.prev i::after { left: 0; transform-origin: left; }
.control-bar .prev_next:not(.swiper-button-disabled):hover i { width: 20px; margin: 0; }
.control-bar .prev_next:not(.swiper-button-disabled):hover i::before, .control-bar .prev_next:not(.swiper-button-disabled):hover i::after { width: 8px; }
.control-bar .prev_next.swiper-button-disabled { opacity: .5; cursor: not-allowed; }
.control-bar .more i { width: 15px; height: 1px; background-color: CurrentColor; position: relative; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.control-bar .more i::before, .control-bar .more i::after { content: ''; display: block; width: 100%; height: 100%; background-color: CurrentColor; position: absolute; margin: auto; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.control-bar .more i::before { top: -6px; }
.control-bar .more i::after { bottom: -6px; }
.control-bar .more:hover i { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); width: 2px; height: 2px; }

.header { background-color: #ffffff; position: sticky; width: 100%; z-index: 1040; --header-height:100px; --nav-width:70%; top: 0; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; --logo-width:150px; }
.header .header-wrap { width: 93%; margin: 0 auto; height: var(--header-height); -webkit-transition: height .5s; -moz-transition: height .5s; -ms-transition: height .5s; -o-transition: height .5s; transition: height .5s; }
.header .header-wrap .logo { width: var(--logo-width); max-width: 100%; }
.header .header-wrap .logo img { -webkit-transition: height .5s; -moz-transition: height .5s; -ms-transition: height .5s; -o-transition: height .5s; transition: height .5s; max-width: 100%; object-fit: contain; }
.header .header-wrap .nav { width: var(--nav-width); margin: 0 3rem; margin-right: 1rem; flex: 1; }
.header .header-wrap .nav li { flex: 1; text-align: center; position: relative; }
.header .header-wrap .nav li::after { content: ''; display: block; position: absolute; width: 60%; margin: auto; left: 0; right: 0; bottom: 0; height: 2px; background-color: var(--theme-color); -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); }
.header .header-wrap .nav li.active::after, .header .header-wrap .nav li:hover::after { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); }
.header .header-wrap .header-tel .tel-icon { margin-right: 10px; }
.header .header-wrap .header-tel .tel-info .tel-title { color: #282828; opacity: .8; }
.header .header-wrap .header-tel .tel-info .tel-number { color: #282828; font-size: 24px; line-height: 1.2; }
@media (min-width: 1280px) { .header.header-white:not(:hover) .header-wrap .logo img { filter: contrast(0) grayscale(100%) brightness(100); -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
  .header.header-white:not(:hover) .header-wrap .nav li > a { color: #ffffff; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
  .header.header-white:not(:hover) .header-wrap .header-tools { color: #ffffff; }
  .header.header-white:not(:hover) .header-wrap .header-tools a { color: #ffffff; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; } }
.header.header-min { --header-height: 70px; -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05); -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05); box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05); }
.header.header-min .header-wrap .logo img { height: 50px; }
@media (max-width: 991.98px) { .header { background-color: #ffffff !important; --header-height:80px; --logo-width:200px; }
  .header .header-wrap .logo img { filter: none !important; } }
@media (max-width: 575.98px) { .header { --header-height:60px; --logo-width:50%; }
  .header .header-wrap .logo img { height: 42px; }
  .header.header-min { --header-height:60px; } }

.dropdown-nav { position: absolute; width: 100%; height: auto; display: none; background: #fbfbfb; left: 0; overflow: hidden; z-index: 99; }
@media (max-width: 1199.98px) { .dropdown-nav { background-size: 50% 100%; } }
@media (min-width: 1680px) { .dropdown-nav .container { max-width: 1320px; } }
.dropdown-nav .nav-container { flex: 0 0 auto; width: 100%; padding: 2% 0; }
.dropdown-nav .nav-container .child-item { display: none; height: 100%; }
.dropdown-nav .nav-container .child-item ul li { padding: 0 2rem; }
.dropdown-nav .nav-container .child-item ul li a { line-height: 2; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; position: relative; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.dropdown-nav .nav-container .child-item ul li a::before { content: ''; display: inline-block; vertical-align: middle; margin-right: 12px; width: 6px; height: 6px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; background-color: var(--theme-color); }
.dropdown-nav .nav-container .child-item ul li:hover a::before { -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -ms-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); border-radius: 50%; }
.dropdown-nav .nav-container .child-item ul li a { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; display: inline-block; vertical-align: middle; flex: 1; }
.dropdown-nav .nav-container .child-item.active { display: block; }
.dropdown-nav .nav-container .child-item.item-3 .child-nav .nav-item .item-img { width: 60px; margin: 0 auto; }
.dropdown-nav .nav-container .child-item.item-3 .child-nav .nav-item:hover .item-img img { -webkit-animation: swing 1 1s linear; -o-animation: swing 1 1s linear; animation: swing 1 1s linear; }
@media (max-width: 1199.98px) { .dropdown-nav .nav-rightbar { width: 27%; }
  .dropdown-nav .nav-container { width: 73%; } }
@media (max-width: 1399.98px) { .dropdown-nav .nav-rightbar { width: 20%; }
  .dropdown-nav .nav-container { width: 80%; } }

.more-icon { width: 40px; height: 40px; margin: auto; left: 0; right: 0; display: flex; justify-content: center; align-items: center; background: #eee; border-radius: 50%; top: 0; bottom: 0; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.more-icon svg { width: 40%; height: 40%; fill: #666; }
.more-icon:hover { background-color: var(--theme-color); }
.more-icon:hover svg { fill: #ffffff; }

.mask { top: 100px; display: none; position: fixed; height: 100vh; width: 100vw; background-color: rgba(0, 0, 0, 0.4); z-index: 88; }

.menu-icon { width: 80px; height: 80px; color: var(--theme-color); position: relative; cursor: pointer; }
.menu-icon span { position: absolute; width: 50%; height: 2px; color: var(--theme-color); background-color: CurrentColor; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; margin: auto; left: 0; right: 0; top: 0; bottom: 0; }
.menu-icon span::before, .menu-icon span::after { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; position: absolute; content: ''; display: block; width: 100%; height: 2px; background-color: CurrentColor; }
.menu-icon span::before { top: 600%; }
.menu-icon span::after { bottom: 600%; }
.menu-icon.open span { background-color: unset; }
.menu-icon.open span::before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: 0; }
.menu-icon.open span::after { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); bottom: 0; }
@media (max-width: 575.98px) { .menu-icon { position: absolute; right: 0; width: 56px; height: 56px; }
  .menu-icon span::before { top: 500%; }
  .menu-icon span::after { bottom: 500%; } }

.mobile-nav { z-index: 9; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; position: fixed; background-color: #333; width: 100%; height: 100%; top: 60px; left: 0; -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); }
.mobile-nav .nav-wrap { padding: 1rem 2rem; height: 100%; }
.mobile-nav dl { margin-bottom: 0; }
.mobile-nav dl a { color: #f8f8f8; }
.mobile-nav dl dt { position: relative; padding: .5rem; }
.mobile-nav dl dt a { line-height: 2; display: block; width: 80%; margin-right: 2rem; font-weight: normal; }
.mobile-nav dl dt.has-child::after { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
.mobile-nav dl dd { display: none; padding-left: 1rem; }
.mobile-nav dl dd ul { margin-bottom: 0; line-height: 2; margin-top: 5px; list-style: inside circle; color: #fff; }
.mobile-nav dl dd ul li::before { content: ''; display: inline-block; width: 5px; height: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.7); vertical-align: middle; margin-right: 3px; }
.mobile-nav dl dd ul li a { font-size: 14px; opacity: .7; vertical-align: middle; display: inline-block; }
.mobile-nav dl.active dt::before { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.mobile-nav dl.active dt::after { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.mobile-nav dl.active dt.has-child a { color: var(--theme-color); }

.mobile-nav dt.has-child::before, .mobile-nav dt.has-child::after { content: ''; position: absolute; width: 1rem; height: 0; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; border-bottom: 1px solid #d3d3d3; right: .5rem; margin: auto; top: 0; bottom: 0; }

.open-menu.header { background-color: rgba(255, 255, 255, 0.95); }

.open-menu ~ .mobile-nav { -webkit-transform: translate(0); -moz-transform: translate(0); -ms-transform: translate(0); -o-transform: translate(0); transform: translate(0); }
@media (min-width: 992px) { .open-menu ~ .mobile-nav { display: none; } }

.swiper-banner { height: 100%; }
@media (min-width: 1200px) { .swiper-banner .banner-item img { width: 100vw; height: 100vh; object-fit: cover; } }

.sbanner-box { height: 400px; }
.sbanner-box .sbanner-wrap { height: 100%; padding-bottom: 3%; }
.sbanner-box .sbanner-wrap .sbanner-name { position: relative; color: #ffffff; }
.sbanner-box .sbanner-wrap .sbanner-name span { font-size: 56px; position: relative; z-index: 2; }
.sbanner-box .sbanner-wrap .sbanner-name .en-name { font-size: 22px; text-transform: capitalize; }
.sbanner-box .sbanner-wrap .sbanner-desc { color: #ffffff; line-height: 2; }
@media (max-width: 991.98px) { .sbanner-box { height: 280px; }
  .sbanner-box .sbanner-wrap .sbanner-name::before { font-size: 66px; }
  .sbanner-box .sbanner-wrap .sbanner-name span { font-size: 26px; } }
@media (max-width: 575.98px) { .sbanner-box { height: 220px; }
  .sbanner-box .sbanner-wrap .sbanner-name::before { font-size: 56px; }
  .sbanner-box .sbanner-wrap .sbanner-name span { font-size: 22px; } }

.footer { background: #161b23; }
.footer .footer-top { padding: 3% 0; border-bottom: 1px solid #363a4f; }
.footer .footer-top .footer-service .item .item-wrap .item-icon { position: relative; width: 55px; height: 55px; border-radius: 5px; border: 1px solid #40445a; }
.footer .footer-top .footer-service .item .item-wrap .item-icon svg { position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; max-width: 60%; height: auto; }
.footer .footer-top .footer-service .item .item-wrap .item-icon svg path { fill: var(--theme-yellow); }
.footer .footer-top .footer-service .item .item-wrap .item-info .item-title { font-size: 18px; color: #ffffff; }
.footer .footer-top .footer-service .item .item-wrap .item-info .item-desc { color: #8f929d; }
@media (max-width: 991.98px) { .footer .footer-top .footer-service .item .item-wrap .item-icon { width: 42px; height: 42px; }
  .footer .footer-top .footer-service .item .item-wrap .item-info .item-title { font-size: 16px; }
  .footer .footer-top .footer-service .item .item-wrap .item-info .item-desc { font-size: 12px; } }
@media (max-width: 767.98px) { .footer .footer-top .footer-service .item .item-wrap .item-icon { width: 42px; height: 42px; }
  .footer .footer-top .footer-service .item .item-wrap .item-info .item-title { font-size: 16px; }
  .footer .footer-top .footer-service .item .item-wrap .item-info .item-desc { font-size: 12px; } }
@media (max-width: 575.98px) { .footer .footer-top .footer-service .item .item-wrap .item-icon { width: 36px; height: 36px; }
  .footer .footer-top .footer-service .item .item-wrap .item-info .item-title { font-size: 14px; }
  .footer .footer-top .footer-service .item .item-wrap .item-info .item-desc { font-size: 10px; } }
.footer .footer-nav { padding-top: 3%; padding-bottom: 3%; }
.footer .footer-nav .nav-item { margin-bottom: 0; flex: 1; }
.footer .footer-nav .nav-item dt { line-height: 32px; font-size: 16px; color: #ffffff; font-weight: normal; -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; margin-bottom: 0; }
.footer .footer-nav .nav-item dt a { color: #ffffff; }
.footer .footer-nav .nav-item dt::after { content: ''; display: block; width: 2rem; height: 2px; background-color: var(--theme-yellow); margin: .625rem 0; -webkit-transition: background-color .5s,width .5s; -moz-transition: background-color .5s,width .5s; -ms-transition: background-color .5s,width .5s; -o-transition: background-color .5s,width .5s; transition: background-color .5s,width .5s; }
.footer .footer-nav .nav-item dd { margin-top: 1rem; }
@media (min-width: 1400px) { .footer .footer-nav .nav-item dd { margin-top: 1.5rem; } }
.footer .footer-nav .nav-item dd ul li a { -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; color: #999999; line-height: 36px; }
.footer .footer-nav .nav-item dd ul li:hover a { color: #ffffff; }
.footer .footer-nav .nav-item.nav-contact { flex: 1.5; }
.footer .footer-nav .nav-item.nav-contact dd .contact-tel { color: #ffffff; }
.footer .footer-nav .nav-item.nav-contact dd .contact-tel .tel-icon { display: block; width: 46px; height: 46px; border-radius: 50%; background-color: var(--theme-yellow); position: relative; }
.footer .footer-nav .nav-item.nav-contact dd .contact-tel .tel-icon svg { width: 50%; height: 50%; position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; }
.footer .footer-nav .nav-item.nav-contact dd .contact-tel .tel-icon svg path { fill: CurrentColor; }
.footer .footer-nav .nav-item.nav-contact dd .contact-tel .tel-number { font-size: 32px; }
@media (max-width: 1199.98px) { .footer .footer-nav .nav-item.nav-contact dd .contact-tel .tel-icon { width: 42px; height: 42px; }
  .footer .footer-nav .nav-item.nav-contact dd .contact-tel .tel-number { font-size: 26px; } }
@media (max-width: 767.98px) { .footer .footer-nav .nav-item.nav-contact dd .contact-tel .tel-icon { width: 42px; height: 42px; }
  .footer .footer-nav .nav-item.nav-contact dd .contact-tel .tel-number { font-size: 26px; } }
@media (max-width: 575.98px) { .footer .footer-nav .nav-item.nav-contact dd .contact-tel tel-icon { width: 36px; height: 36px; }
  .footer .footer-nav .nav-item.nav-contact dd .contact-tel .tel-number { font-size: 22px; } }
.footer .footer-nav .nav-item.nav-contact dd .contact-info { color: #c7c8ce; }
.footer .footer-nav .nav-item.nav-contact dd .contact-info p { margin: 12px 0; }
.footer .footer-nav .nav-item.nav-follow { color: #c7c8ce; }
.footer .footer-nav .nav-item.nav-follow .qrcode-item { width: 148px; }
.footer .footer-nav .nav-item.nav-follow .qrcode-item .item-img { position: relative; width: 148px; height: 148px; padding: 10px; }
.footer .footer-nav .nav-item.nav-follow .qrcode-item .item-img i { position: absolute; width: 100%; height: 100%; top: 0; bottom: 0; left: 0; right: 0; margin: auto; }
.footer .footer-nav .nav-item.nav-follow .qrcode-item .item-img i::before, .footer .footer-nav .nav-item.nav-follow .qrcode-item .item-img i::after { content: ''; display: block; position: absolute; width: 8px; height: 8px; margin: auto; color: #6f7279; -webkit-transition: transform .5s,color .5s; -moz-transition: transform .5s,color .5s; -ms-transition: transform .5s,color .5s; -o-transition: transform .5s,color .5s; transition: transform .5s,color .5s; }
.footer .footer-nav .nav-item.nav-follow .qrcode-item .item-img i:nth-child(1)::before { top: 0; left: 0; border-left: 2px solid currentColor; border-top: 2px solid currentColor; }
.footer .footer-nav .nav-item.nav-follow .qrcode-item .item-img i:nth-child(1)::after { left: 0; bottom: 0; border-bottom: 2px solid currentColor; border-left: 2px solid currentColor; }
.footer .footer-nav .nav-item.nav-follow .qrcode-item .item-img i:nth-child(2)::before { top: 0; right: 0; border-right: 2px solid currentColor; border-top: 2px solid currentColor; }
.footer .footer-nav .nav-item.nav-follow .qrcode-item .item-img i:nth-child(2)::after { right: 0; bottom: 0; border-bottom: 2px solid currentColor; border-right: 2px solid currentColor; }
.footer .footer-nav .nav-item.nav-follow .qrcode-item:hover .item-img i::before, .footer .footer-nav .nav-item.nav-follow .qrcode-item:hover .item-img i::after { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); color: #fff; }
.footer .footer-nav .nav-item:hover dt { color: var(--theme-color); }
.footer .footer-nav .nav-item:hover dt::after { width: 1.5rem; }
@media (max-width: 991.98px) { .footer .footer-nav .nav-item dt { margin-bottom: 0; }
  .footer .footer-nav .nav-item dd ul li a { line-height: 32px; } }
@media (max-width: 767.98px) { .footer .footer-nav .nav-item dt { font-size: 16px; }
  .footer .footer-nav .nav-item dd ul li a { font-size: 14px; line-height: 28px; } }
.footer .footer-contact { width: 15%; text-align: center; }
@media (max-width: 991.98px) { .footer .footer-contact { width: 50%; margin: 0 auto; } }
.footer .footer-contact .contact-title { color: #ffffff; line-height: 32px; }
.footer .footer-contact .qrcode-item { margin: 0 auto; text-align: center; width: 60%; }
.footer .footer-contact .qrcode-item .item-img { max-width: 200px; margin: 0 auto; }
.footer .footer-contact .qrcode-item .item-img img { background: #e7e7e7; }
.footer .footer-contact .qrcode-item .item-title { color: #999999; line-height: 2; margin-top: .5rem; }
.footer .copyright { background-color: #1b2229; color: #999999; font-size: 14px; }
.footer .copyright a { -webkit-transition: color .5s, opacity .3s; -moz-transition: color .5s, opacity .3s; -ms-transition: color .5s, opacity .3s; -o-transition: color .5s, opacity .3s; transition: color .5s, opacity .3s; color: #ffffff; opacity: .5; }
.footer .copyright a svg { width: 22px; height: 22px; display: inline-block; vertical-align: middle; }
.footer .copyright a svg path { fill: #ffffff; }
.footer .copyright a span { display: inline-block; margin-left: 5px; vertical-align: middle; }
.footer .copyright a:hover { opacity: 1; }

.location-box { border-bottom: 1px solid #ebebeb; --location-height:80px; }
.location-box .location-box-wrap { line-height: 2; height: var(--location-height); }
.location-box .location-box-wrap .channel-nav li { margin-right: 15px; padding: 0 1.5rem; -webkit-transition: background-color .5s; -moz-transition: background-color .5s; -ms-transition: background-color .5s; -o-transition: background-color .5s; transition: background-color .5s; list-style: none; position: relative; overflow: hidden; }
.location-box .location-box-wrap .channel-nav li::before { content: ''; display: inline-block; vertical-align: middle; margin-right: 8px; width: 4px; height: 15px; background-color: var(--theme-color); -webkit-transform: skewX(-10deg); -moz-transform: skewX(-10deg); -ms-transform: skewX(-10deg); -o-transform: skewX(-10deg); transform: skewX(-10deg); position: absolute; margin: auto; top: 0; bottom: 0; left: -10px; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; opacity: 0; }
.location-box .location-box-wrap .channel-nav li::marker { display: none; }
.location-box .location-box-wrap .channel-nav li a { -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; color: #333333; line-height: var(--location-height); }
.location-box .location-box-wrap .channel-nav li.active::before, .location-box .location-box-wrap .channel-nav li:hover::before { left: 7px; opacity: 1; }
.location-box .location-box-wrap .channel-nav li.active a, .location-box .location-box-wrap .channel-nav li:hover a { color: var(--theme-color); }
@media (min-width: 1400px) { .location-box .location-box-wrap .channel-nav li { font-size: 18px; } }
@media (max-width: 1199.98px) { .location-box .location-box-wrap { height: 70px; } }
@media (max-width: 991.98px) { .location-box .location-box-wrap { height: 60px; } }

.page-crumbs { color: var(--theme-color); line-height: 60px; position: relative; z-index: 2; }
.page-crumbs a, .page-crumbs span { display: inline-block; vertical-align: middle; }
.page-crumbs svg { display: inline-block; vertical-align: middle; width: 16px; height: 16px; }
.page-crumbs svg path { fill: var(--theme-color); }

.scroll-down-icon { position: fixed; bottom: 0px; left: 4rem; display: flex; align-items: center; text-align: center; z-index: 9; opacity: 0; transition: trasnform .5s, bottom 0.8s, opacity 0.5s; }
.scroll-down-icon .circle { display: block; position: relative; width: 34px; height: 34px; border: 1px solid white; border-radius: 50%; margin-right: 13px; overflow: hidden; }
.scroll-down-icon .circle::before { content: ""; width: 4px; height: 4px; background-color: #fff; border-radius: 50%; position: absolute; top: 50%; left: 50%; margin: -2px 0 0 -2px; }
.scroll-down-icon .txt { font-size: 12px; display: block; color: rgba(255, 255, 255, 0.6); font-weight: 500; }
.scroll-down-icon.black .circle { border-color: rgba(51, 51, 51, 0.5); }
.scroll-down-icon.black .circle::before { background-color: #333; }
.scroll-down-icon.black .txt { color: rgba(51, 51, 51, 0.6); }
.scroll-down-icon.active { bottom: 60px; opacity: 1; }
.scroll-down-icon.first { -webkit-transform: translateY(-300%); -moz-transform: translateY(-300%); -ms-transform: translateY(-300%); -o-transform: translateY(-300%); transform: translateY(-300%); }

.more-btn { --btn-height:40px; position: relative; color: #ffffff; --btn-width:140px; line-height: var(--btn-height); text-align: center; display: block; width: var(--btn-width); background-color: var(--theme-color); border-radius: var(--btn-height); -webkit-transition: background-color .5s; -moz-transition: background-color .5s; -ms-transition: background-color .5s; -o-transition: background-color .5s; transition: background-color .5s; }
.more-btn::before { left: 0; content: ''; display: none; position: absolute; background-color: var(--theme-color); width: 100%; height: var(--btn-height); border-radius: var(--btn-height); -webkit-transition: width .5s; -moz-transition: width .5s; -ms-transition: width .5s; -o-transition: width .5s; transition: width .5s; }
.more-btn span { position: relative; display: inline-block; vertical-align: middle; color: currentColor; }
.more-btn img { position: relative; display: inline-block; }
.more-btn svg { display: inline-block; position: relative; vertical-align: middle; width: 18px; height: 18px; }
.more-btn svg path { fill: currentColor; }
.more-btn:hover { color: #ffffff; background-color: #007bd6; }

.filter-white { filter: contrast(0) grayscale(100%) brightness(100); }

body.active #fp-nav { right: 10px; opacity: 1; }

body.active #fp-nav.hide { top: 10%; margin-top: 0; transition: all 0.8s ease; }

#fp-nav { position: fixed; z-index: 100; margin-top: 0 !important; transform: translateY(-40%); top: 40%; right: 10px; margin-right: 13px; opacity: 0; transition: all 0.8s; font-size: 14px; color: #d7dfe4; letter-spacing: -0.025em; font-weight: 700; text-align: center; }
#fp-nav .nav-title { writing-mode: vertical-rl; display: block; letter-spacing: 1px; margin-bottom: 2px; height: 100px; text-align: right; }
#fp-nav svg path { fill: currentColor; }
#fp-nav ul { position: relative; }
#fp-nav ul li { position: relative; width: 100%; margin: 0 auto; height: 30px; cursor: pointer; }
#fp-nav ul li:last-child { display: none; }
#fp-nav ul li a { width: 1px !important; margin: 0 auto; display: block; position: relative; width: 100%; box-sizing: border-box; -webkit-transition: width .5s; -moz-transition: width .5s; -ms-transition: width .5s; -o-transition: width .5s; transition: width .5s; }
#fp-nav ul li a:before { content: ""; width: 100%; height: 0; background-color: #fff; position: absolute; left: 0; top: 0; transition: height 0.4s; }
#fp-nav ul li a span { display: block; width: 100% !important; height: 100% !important; background-color: #fff; opacity: 0.2; -webkit-transition: opacity .5s; -moz-transition: opacity .5s; -ms-transition: opacity .5s; -o-transition: opacity .5s; transition: opacity .5s; margin: 0 !important; border-radius: 0 !important; top: 0; left: 0; }
#fp-nav ul li a.active:before { height: 100%; }
#fp-nav ul li:hover a { width: 3px !important; }
#fp-nav ul li:hover a span { opacity: .8; background-color: var(--theme-color); }
#fp-nav .cur { display: block; margin: 10px 0 15px; font-family: "lovelo"; }
#fp-nav .total { display: block; margin-top: 24px; opacity: 0.3; }
#fp-nav.black { color: #333; }
#fp-nav.black ul li a:not(.active):before, #fp-nav.black ul li a.active:before { background-color: #000; }
#fp-nav.black ul li a:not(.active) span { background-color: #000; }

.control-box .control-prev, .control-box .control-next { width: 50px; height: 50px; border: 1px solid rgba(255, 255, 255, 0.5); position: relative; }
.control-box .control-prev svg, .control-box .control-next svg { position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; width: 50%; height: 50%; }
.control-box .control-prev svg path, .control-box .control-next svg path { fill: #ffffff; }

.section { padding: 4% 0; }
@media (max-width: 1199.98px) { .section { padding: 5% 0; } }
.section .sec-head .sec-name { position: relative; }
.section .sec-head .sec-name::before { display: block; content: attr(data-title); font-family: "lovelo"; font-size: 80px; line-height: 1; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; position: absolute; -webkit-text-stroke: 1px #000000; color: transparent; opacity: .1; left: 0; right: 0; text-transform: uppercase; }
.section .sec-head .sec-name span { -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; font-size: 36px; color: #000; line-height: 2; position: relative; top: 0; width: 100%; left: 0; }
.section .sec-head .sec-name span strong { color: var(--theme-color); }
.section .sec-head .sec-desc { color: #333333; }
@media (min-width: 1400px) { .section .sec-head .sec-desc { font-size: 20px; } }
@media (max-width: 991.98px) { .section .sec-head .sec-name::before { font-size: 65px; }
  .section .sec-head .sec-name span { font-size: 28px; } }
@media (max-width: 767.98px) { .section .sec-head .sec-name::before { font-size: 62px; }
  .section .sec-head .sec-name span { font-size: 28px; } }
@media (max-width: 575.98px) { .section .sec-head .sec-name::before { font-size: 46px; }
  .section .sec-head .sec-name span { font-size: 22px; }
  .section .sec-head .sec-desc { font-size: 14px; } }
.section.sec-product .category-nav { padding: 2% 0; }
.section.sec-product .category-nav li { position: relative; }
.section.sec-product .category-nav li:not(:last-child)::after { content: ''; display: block; position: absolute; width: 0; height: 45%; border-right: 1px solid #9f9f9f; margin: auto; top: 0; bottom: 0; right: 0; -webkit-transform: skewX(-8deg); -moz-transform: skewX(-8deg); -ms-transform: skewX(-8deg); -o-transform: skewX(-8deg); transform: skewX(-8deg); }
.section.sec-product .category-nav li a { display: block; line-height: 32px; font-size: 20px; padding: 10px 25px; color: #333333; -webkit-transform: skewX(-8deg); -moz-transform: skewX(-8deg); -ms-transform: skewX(-8deg); -o-transform: skewX(-8deg); transform: skewX(-8deg); border-radius: 3px; -webkit-transition: background-color .5s; -moz-transition: background-color .5s; -ms-transition: background-color .5s; -o-transition: background-color .5s; transition: background-color .5s; }
.section.sec-product .category-nav li a span { display: block; -webkit-transform: skewX(8deg); -moz-transform: skewX(8deg); -ms-transform: skewX(8deg); -o-transform: skewX(8deg); transform: skewX(8deg); }
.section.sec-product .category-nav li.active a, .section.sec-product .category-nav li:hover a { background-color: var(--theme-color); color: #ffffff; }
@media (max-width: 991.98px) { .section.sec-product .category-nav li a { line-height: 1.3; font-size: 16px; padding: 10px 20px; } }
@media (max-width: 767.98px) { .section.sec-product .category-nav li a { line-height: 1.3; font-size: 16px; padding: 10px 20px; } }
@media (max-width: 575.98px) { .section.sec-product .category-nav li a { line-height: 1.5; font-size: 13px; padding: 5px; } }
.section.sec-product .product-swiper .item .item-wrap { background-color: #f8f8f8; height: 100%; -webkit-transition: background-color .5s; -moz-transition: background-color .5s; -ms-transition: background-color .5s; -o-transition: background-color .5s; transition: background-color .5s; }
.section.sec-product .product-swiper .item .item-wrap .item-caption { padding: 28px; }
.section.sec-product .product-swiper .item .item-wrap .item-caption .item-title { font-size: 22px; color: #333333; -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; }
.section.sec-product .product-swiper .item .item-wrap .item-caption .item-title::after { content: ''; display: block; width: 1rem; height: 2px; background-color: var(--theme-color); margin: 13px 0; }
.section.sec-product .product-swiper .item .item-wrap .item-caption .item-desc { line-height: 1.8; color: #999999; -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; }
.section.sec-product .product-swiper .item .item-wrap .item-caption .item-more { -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; margin-top: 1rem; text-transform: uppercase; font-size: 12px; color: #999999; }
.section.sec-product .product-swiper .item:hover .item-wrap { background-color: var(--theme-color); }
.section.sec-product .product-swiper .item:hover .item-wrap .item-caption .item-title { color: #ffffff; }
.section.sec-product .product-swiper .item:hover .item-wrap .item-caption .item-title::after { background-color: #ffffff; }
.section.sec-product .product-swiper .item:hover .item-wrap .item-caption .item-desc { color: #f4f6f8; opacity: .5; }
.section.sec-product .product-swiper .item:hover .item-wrap .item-caption .item-more { opacity: .5; color: #f4f6f8; }
.section.sec-product .pro-pagination { position: relative; width: 100%; margin: 3% auto 2%; height: 5px; border-radius: 10px; overflow: hidden; --swiper-pagination-color:#3466ce; background-color: #eeeef3; }
.section.sec-product .pro-pagination .swiper-pagination-progressbar-fill { border-radius: 10px; }
.section.sec-adv { background: url("../Image/sec-adv-bg.jpg") center/cover no-repeat; }
@media (min-width: 1680px) { .section.sec-adv .sec-adv-container { max-width: 1624px; } }
@media (max-width: 1679.98px) { .section.sec-adv .sec-adv-container { max-width: 93%; } }
.section.sec-adv .adv-box { margin-top: 3%; }
.section.sec-adv .adv-box .adv-left { width: var(--adv-left-width); }
.section.sec-adv .adv-box .adv-left .adv-nav { height: 100%; background-color: #ffffff; }
.section.sec-adv .adv-box .adv-left .adv-nav .nav-item { -webkit-transition: background-color .5s; -moz-transition: background-color .5s; -ms-transition: background-color .5s; -o-transition: background-color .5s; transition: background-color .5s; border-bottom: 1px solid #EEEEEE; }
.section.sec-adv .adv-box .adv-left .adv-nav .nav-item .item-wrap { color: #666666; }
.section.sec-adv .adv-box .adv-left .adv-nav .nav-item .item-wrap .item-icon { width: 68px; height: 68px; position: relative; margin: 0 auto; }
.section.sec-adv .adv-box .adv-left .adv-nav .nav-item .item-wrap .item-icon svg { position: absolute; max-width: 50%; margin: auto; top: 0; bottom: 0; left: 0; right: 0; }
.section.sec-adv .adv-box .adv-left .adv-nav .nav-item .item-wrap .item-icon svg path { fill: CurrentColor; }
.section.sec-adv .adv-box .adv-left .adv-nav .nav-item .item-wrap .item-title { text-align: center; }
.section.sec-adv .adv-box .adv-left .adv-nav .nav-item .item-wrap .item-title .cn-title { font-size: 22px; }
.section.sec-adv .adv-box .adv-left .adv-nav .nav-item .item-wrap .item-title .en-title { font-size: 10px; opacity: .5; }
.section.sec-adv .adv-box .adv-left .adv-nav .nav-item::after { content: ''; display: block; width: 20%; height: 2px; background: #ffffff; opacity: .5; margin-top: 1rem; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); }
.section.sec-adv .adv-box .adv-left .adv-nav .nav-item:nth-child(odd) { border-right: 1px solid #EEEEEE; }
.section.sec-adv .adv-box .adv-left .adv-nav .nav-item:nth-last-child(-n+2) { border-bottom: none; }
.section.sec-adv .adv-box .adv-left .adv-nav .nav-item.active, .section.sec-adv .adv-box .adv-left .adv-nav .nav-item:hover { background-color: var(--theme-color); }
.section.sec-adv .adv-box .adv-left .adv-nav .nav-item.active::after, .section.sec-adv .adv-box .adv-left .adv-nav .nav-item:hover::after { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); }
.section.sec-adv .adv-box .adv-left .adv-nav .nav-item.active .item-wrap, .section.sec-adv .adv-box .adv-left .adv-nav .nav-item:hover .item-wrap { color: #ffffff; }
.section.sec-adv .adv-box .adv-right { flex: 1; max-width: calc(100% - var(--adv-left-width) ); }
.section.sec-adv .adv-box .adv-right .adv-swiper .item { position: relative; }
.section.sec-adv .adv-box .adv-right .adv-swiper .item .item-img { background-color: #ffffff; }
.section.sec-adv .adv-box .adv-right .adv-swiper .item img { width: 100%; height: 100%; }
.section.sec-adv .adv-box .adv-right .adv-swiper .item .item-caption { background-color: rgba(17, 105, 182, 0.95); color: #ffffff; position: absolute; padding: 30px; width: 100%; bottom: 0; z-index: 2; }
.section.sec-adv .adv-box .adv-right .adv-swiper .item .item-caption .item-name { width: 80px; height: 80px; text-align: center; font-size: 26px; border: 1px solid rgba(255, 255, 255, 0.3); line-height: 1.3; }
.section.sec-adv .adv-box .adv-right .adv-swiper .item .item-caption .item-info { line-height: 2; }
.section.sec-adv .adv-box .adv-right .adv-swiper .control-box { position: absolute; bottom: 8%; right: 3%; z-index: 1; }
.section.sec-adv .adv-box .adv-right .adv-swiper .control-box .control { -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; margin-left: 10px; cursor: pointer; }
.section.sec-adv .adv-box .adv-right .adv-swiper .control-box .control.swiper-button-disabled { cursor: not-allowed; opacity: .5; }
.section.sec-adv .adv-box .adv-right .adv-swiper .control-box .control:hover { background-color: rgba(0, 0, 0, 0.1); }
@media (max-width: 1679.98px) { .section.sec-adv .adv-box { --adv-left-width:400px; } }
@media (max-width: 1399.98px) { .section.sec-adv .adv-box { --adv-left-width:300px; }
  .section.sec-adv .adv-box .adv-left .adv-nav .nav-item { border-right: 1px solid #EEEEEE; border-bottom: 1px solid #EEEEEE; padding: .6rem 0; }
  .section.sec-adv .adv-box .adv-left .adv-nav .nav-item .item-wrap .item-icon { width: 52px; height: 52px; }
  .section.sec-adv .adv-box .adv-left .adv-nav .nav-item .item-wrap .item-title .cn-title { font-size: 18px; }
  .section.sec-adv .adv-box .adv-left .adv-nav .nav-item::after { content: ''; display: block; width: 20%; height: 2px; background: #ffffff; opacity: .5; margin-top: 1rem; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); }
  .section.sec-adv .adv-box .adv-right .control-box .control { width: 42px; height: 42px; } }
@media (max-width: 1199.98px) { .section.sec-adv .adv-box { --adv-left-width:100%; }
  .section.sec-adv .adv-box .adv-right { max-width: 100%; width: 100%; } }
@media (max-width: 991.98px) { .section.sec-adv .adv-box .adv-right .adv-swiper .item .item-caption { padding: 25px; }
  .section.sec-adv .adv-box .adv-right .adv-swiper .item .item-caption .item-name { width: 70px; height: 70px; font-size: 20px; }
  .section.sec-adv .adv-box .adv-right .adv-swiper .item .item-caption .item-info { font-size: 14px; }
  .section.sec-adv .adv-box .adv-right .adv-swiper .control-box .control { width: 42px; height: 42px; } }
@media (max-width: 767.98px) { .section.sec-adv .adv-box .adv-left .adv-nav .nav-item { padding: .75rem 0; }
  .section.sec-adv .adv-box .adv-left .adv-nav .nav-item .item-wrap .item-icon { width: 42px; height: 42px; }
  .section.sec-adv .adv-box .adv-left .adv-nav .nav-item .item-wrap .item-title .cn-title { font-size: 16px; }
  .section.sec-adv .adv-box .adv-left .adv-nav .nav-item::after { margin-top: .75rem; }
  .section.sec-adv .adv-box .adv-right .adv-swiper .item .item-caption { position: relative; padding: 25px; }
  .section.sec-adv .adv-box .adv-right .adv-swiper .item .item-caption .item-name { width: 60px; height: 60px; font-size: 16px; }
  .section.sec-adv .adv-box .adv-right .adv-swiper .item .item-caption .item-info { font-size: 12px; }
  .section.sec-adv .adv-box .adv-right .adv-swiper .control-box .control { width: 42px; height: 42px; } }
@media (max-width: 575.98px) { .section.sec-adv .adv-box .adv-left .adv-nav .nav-item { padding: .5rem 0; }
  .section.sec-adv .adv-box .adv-left .adv-nav .nav-item .item-wrap .item-icon { width: 36px; height: 36px; }
  .section.sec-adv .adv-box .adv-left .adv-nav .nav-item .item-wrap .item-title .cn-title { font-size: 14px; }
  .section.sec-adv .adv-box .adv-left .adv-nav .nav-item::after { margin-top: .5rem; }
  .section.sec-adv .adv-box .adv-right .adv-swiper .item .item-caption { position: relative; padding: 15px; }
  .section.sec-adv .adv-box .adv-right .adv-swiper .item .item-caption .item-name { width: 50px; height: 50px; font-size: 12px; }
  .section.sec-adv .adv-box .adv-right .adv-swiper .item .item-caption .item-info { font-size: 9px; } }
@media (min-width: 1680px) { .section.sec-adv .adv-box { --adv-left-width:420px; } }
.section.sec-about { background-color: #f9f9f9; overflow: hidden; }
.section.sec-about .about-top { position: relative; }
.section.sec-about .about-top .about-info { position: absolute; width: 55%; bottom: 0; height: 90%; background: url("../Image/about-info-bg.jpg") center/cover no-repeat; right: 0; }
.section.sec-about .about-top .about-info .info-left { padding: 8%; }
.section.sec-about .about-top .about-info .info-left .about-head { position: relative; font-weight: bold; }
.section.sec-about .about-top .about-info .info-left .about-head::before { display: block; content: attr(data-title); font-family: "lovelo"; font-size: 100px; line-height: 0.8; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; position: absolute; -webkit-text-stroke: 1px #000000; color: transparent; opacity: .1; left: 0; right: 0; text-transform: uppercase; }
.section.sec-about .about-top .about-info .info-left .about-head .about-title { position: relative; z-index: 2; }
.section.sec-about .about-top .about-info .info-left .about-head .about-en { font-size: 20px; text-transform: uppercase; line-height: 1; }
.section.sec-about .about-top .about-info .info-left .about-head .about-cn { font-size: 42px; color: #333333; }
.section.sec-about .about-top .about-info .info-left .about-content { line-height: 2.5; margin: 5% 0 3%; color: #666666; }
.section.sec-about .about-top .about-info .info-left .about-more { text-align: center; display: block; border: 1px solid #999999; color: #333333; width: 150px; height: 48px; line-height: 42px; -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; }
.section.sec-about .about-top .about-info .info-left .about-more span, .section.sec-about .about-top .about-info .info-left .about-more svg { display: inline-block; vertical-align: middle; }
.section.sec-about .about-top .about-info .info-left .about-more svg { width: 22px; height: 22px; }
.section.sec-about .about-top .about-info .info-left .about-more svg path { fill: currentColor; }
.section.sec-about .about-top .about-info .info-left .about-more:hover { border-color: var(--theme-color); color: var(--theme-color); }
.section.sec-about .about-top .about-info .info-right { writing-mode: vertical-rl; font-family: Bahnschrift; font-size: 48px; text-transform: uppercase; color: #e6e6e6; text-align: center; border-left: 1px solid #f0f0f0; position: relative; line-height: 3; }
.section.sec-about .about-top .about-info .info-right span { font-weight: bold; opacity: .5; }
.section.sec-about .about-top .about-info .info-right::after { content: ''; display: block; position: absolute; left: 0; bottom: 0; width: 100%; height: 80px; background-color: var(--theme-yellow); }
@media (max-width: 1399.98px) { .section.sec-about .about-top .about-info .info-left .about-head::before { font-size: 70px; }
  .section.sec-about .about-top .about-info .info-left .about-head .about-en { font-size: 18px; }
  .section.sec-about .about-top .about-info .info-left .about-head .about-cn { font-size: 36px; } }
@media (max-width: 1199.98px) { .section.sec-about .about-top .about-info { width: 65%; height: 80%; }
  .section.sec-about .about-top .about-info .info-left .about-head::before { font-size: 56px; }
  .section.sec-about .about-top .about-info .info-left .about-head .about-en { font-size: 18px; }
  .section.sec-about .about-top .about-info .info-left .about-head .about-cn { font-size: 36px; }
  .section.sec-about .about-top .about-info .info-right { font-size: 36px; }
  .section.sec-about .about-top .about-info .info-right::after { height: 60px; } }
@media (max-width: 991.98px) { .section.sec-about .about-top .about-info .info-left .about-head::before { font-size: 46px; }
  .section.sec-about .about-top .about-info .info-left .about-head .about-en { font-size: 15px; }
  .section.sec-about .about-top .about-info .info-left .about-head .about-cn { font-size: 32px; }
  .section.sec-about .about-top .about-info .info-left .about-more { width: 130px; height: 38px; line-height: 34px; font-size: 14px; }
  .section.sec-about .about-top .about-info .info-right { font-size: 32px; }
  .section.sec-about .about-top .about-info .info-right::after { height: 52px; } }
@media (max-width: 767.98px) { .section.sec-about .about-top .about-info { width: 100%; position: relative; }
  .section.sec-about .about-top .about-info .info-left { padding: 7%; }
  .section.sec-about .about-top .about-info .info-left .about-head::before { font-size: 46px; }
  .section.sec-about .about-top .about-info .info-left .about-head .about-en { font-size: 14px; }
  .section.sec-about .about-top .about-info .info-left .about-head .about-cn { font-size: 26px; }
  .section.sec-about .about-top .about-info .info-left .about-content { line-height: 2; } }
@media (max-width: 575.98px) { .section.sec-about .about-top .about-info { width: 100%; position: relative; }
  .section.sec-about .about-top .about-info .info-left { padding: 5%; }
  .section.sec-about .about-top .about-info .info-left .about-head::before { font-size: 46px; }
  .section.sec-about .about-top .about-info .info-left .about-head .about-en { font-size: 15px; }
  .section.sec-about .about-top .about-info .info-left .about-head .about-cn { font-size: 32px; }
  .section.sec-about .about-top .about-info .info-left .about-content { line-height: 1.5; font-size: 14px; }
  .section.sec-about .about-top .about-info .info-left .about-more { width: 130px; height: 38px; line-height: 34px; font-size: 14px; }
  .section.sec-about .about-top .about-info .info-right { display: none; } }
.section.sec-about .about-params { position: relative; z-index: 2; color: #595959; height: 100%; padding: 2% 0; }
@media (min-width: 1200px) { .section.sec-about .about-params { height: calc(100% - 100px); }
  .section.sec-about .about-params::before { width: 40vw; } }
.section.sec-about .about-params .item .item-wrap { position: relative; --icon-size:70px; padding-left: 25%; }
.section.sec-about .about-params .item .item-wrap .item-icon { width: var(--icon-size); height: var(--icon-size); position: relative; margin-right: 10px; }
.section.sec-about .about-params .item .item-wrap .item-icon svg { position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; max-width: 70%; }
.section.sec-about .about-params .item .item-wrap .item-value .value-number { font-size: 46px; line-height: 1; color: var(--theme-color); font-weight: bold; }
.section.sec-about .about-params .item .item-wrap .item-title { line-height: 2; }
.section.sec-about .about-params .item .item-wrap:hover .item-icon { -webkit-animation: swing 1s; -o-animation: swing 1s; animation: swing 1s; }
@media (max-width: 1399.98px) { .section.sec-about .about-params .item .item-wrap { padding-left: 15%; }
  .section.sec-about .about-params .item .item-wrap .item-title { font-size: 14px; } }
@media (max-width: 1199.98px) { .section.sec-about .about-params .item .item-wrap { --icon-size:60px; padding-left: 0; }
  .section.sec-about .about-params .item .item-wrap .item-value .value-number { font-size: 36px; }
  .section.sec-about .about-params .item .item-wrap .item-value .value-unit { font-size: 14px; } }
@media (max-width: 991.98px) { .section.sec-about .about-params .item .item-wrap { --icon-size:56px; }
  .section.sec-about .about-params .item .item-wrap .item-value .value-number { font-size: 32px; }
  .section.sec-about .about-params .item .item-wrap .item-value .value-unit { font-size: 14px; } }
@media (max-width: 767.98px) { .section.sec-about .about-params .item .item-wrap { --icon-size:48px; }
  .section.sec-about .about-params .item .item-wrap .item-value .value-number { font-size: 26px; }
  .section.sec-about .about-params .item .item-wrap .item-value .value-unit { font-size: 14px; } }
@media (max-width: 575.98px) { .section.sec-about .about-params .item .item-wrap { --icon-size:42px; }
  .section.sec-about .about-params .item .item-wrap .item-value .value-number { font-size: 22px; }
  .section.sec-about .about-params .item .item-wrap .item-value .value-unit { font-size: 12px; }
  .section.sec-about .about-params .item .item-wrap .item-title { font-size: 12px; } }
@media (max-width: 575.98px) { .section.sec-about .about-params .item { width: 33.333%; margin-bottom: 10px; margin-top: 10px; }
  .section.sec-about .about-params .item:nth-last-child(-n+2) { width: 50%; }
  .section.sec-about .about-params .item:nth-last-child(-n+2) .item-wrap { padding-left: 20%; } }
.section.sec-cases .choose-box { margin-top: 3%; }
@media (min-width: 1400px) { .section.sec-cases .choose-box { padding: 0 5%; } }
.section.sec-cases .choose-box .item .item-wrap .item-icon { width: 60px; height: 60px; position: relative; border-radius: 50%; border: 1px solid #cdcdcd; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.section.sec-cases .choose-box .item .item-wrap .item-icon svg { display: block; position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; max-width: 50%; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.section.sec-cases .choose-box .item .item-wrap .item-icon svg path { fill: #a5a5a5; }
.section.sec-cases .choose-box .item .item-wrap .item-info { margin-left: 15px; }
.section.sec-cases .choose-box .item .item-wrap .item-info .item-title { font-size: 30px; color: #333333; }
.section.sec-cases .choose-box .item .item-wrap .item-info .item-desc { font-size: 18px; color: #666666; }
@media (max-width: 1399.98px) { .section.sec-cases .choose-box .item .item-wrap .item-icon { width: 52px; height: 52px; }
  .section.sec-cases .choose-box .item .item-wrap .item-info { margin-left: 10px; }
  .section.sec-cases .choose-box .item .item-wrap .item-info .item-title { font-size: 26px; }
  .section.sec-cases .choose-box .item .item-wrap .item-info .item-desc { font-size: 16px; } }
@media (max-width: 991.98px) { .section.sec-cases .choose-box .item .item-wrap .item-icon { width: 42px; height: 42px; }
  .section.sec-cases .choose-box .item .item-wrap .item-info { flex: 1; margin-left: 10px; }
  .section.sec-cases .choose-box .item .item-wrap .item-info .item-title { font-size: 22px; }
  .section.sec-cases .choose-box .item .item-wrap .item-info .item-desc { font-size: 14px; } }
@media (max-width: 767.98px) { .section.sec-cases .choose-box .item .item-wrap .item-icon { width: 36px; height: 36px; }
  .section.sec-cases .choose-box .item .item-wrap .item-info { flex: 1; margin-left: 5px; }
  .section.sec-cases .choose-box .item .item-wrap .item-info .item-title { font-size: 18px; }
  .section.sec-cases .choose-box .item .item-wrap .item-info .item-desc { font-size: 12px; } }
@media (max-width: 575.98px) { .section.sec-cases .choose-box .item .item-wrap .item-icon { width: 32px; height: 32px; }
  .section.sec-cases .choose-box .item .item-wrap .item-info { flex: 1; margin-left: 5px; }
  .section.sec-cases .choose-box .item .item-wrap .item-info .item-title { font-size: 16px; }
  .section.sec-cases .choose-box .item .item-wrap .item-info .item-desc { font-size: 9px; } }
.section.sec-cases .choose-box .item:hover .item-wrap .item-icon { background-color: var(--theme-yellow); }
.section.sec-cases .choose-box .item:hover .item-wrap .item-icon svg path { fill: #ffffff; }
.section.sec-cases .cases-swiper { margin-top: 3%; }
.section.sec-cases .cases-swiper .item { background-color: #f5f5f5; border-radius: 20px; overflow: hidden; }
.section.sec-cases .cases-swiper .item .item-img { border-radius: 20px; overflow: hidden; }
.section.sec-cases .cases-swiper .item .item-img img { -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.section.sec-cases .cases-swiper .item .item-caption { position: relative; }
.section.sec-cases .cases-swiper .item .item-caption::before { content: ''; display: block; position: absolute; width: 100%; height: 135%; background: url("../Image/caption-bg.png") left/contain no-repeat; left: 0; bottom: 0; }
.section.sec-cases .cases-swiper .item .item-caption .catption-wrap { position: relative; z-index: 2; padding: 0 30px; line-height: 68px; }
.section.sec-cases .cases-swiper .item .item-caption .catption-wrap .item-title { font-size: 20px; color: #333333; }
.section.sec-cases .cases-swiper .item .item-caption .catption-wrap .item-title i, .section.sec-cases .cases-swiper .item .item-caption .catption-wrap .item-title span { font-style: normal; display: inline-block; vertical-align: middle; }
.section.sec-cases .cases-swiper .item .item-caption .catption-wrap .item-title i { margin-right: 10px; }
.section.sec-cases .cases-swiper .item .item-caption .catption-wrap .item-title::before { content: ''; display: inline-block; background: url("../Image/icon-jt.png") center/contain no-repeat; width: 22px; height: 18px; margin-right: 15px; vertical-align: middle; }
.section.sec-cases .cases-swiper .item .item-caption .catption-wrap .item-more { width: 30px; height: 30px; position: relative; background-color: #b7b7b7; color: #ffffff; border-radius: 50%; border: 1px solid #b7b7b7; }
.section.sec-cases .cases-swiper .item .item-caption .catption-wrap .item-more i { position: absolute; width: 35%; height: 1px; margin: auto; top: 0; left: 0; right: 0; bottom: 0; }
.section.sec-cases .cases-swiper .item .item-caption .catption-wrap .item-more i::before, .section.sec-cases .cases-swiper .item .item-caption .catption-wrap .item-more i::after { content: ''; display: block; position: absolute; width: 100%; height: 100%; background-color: CurrentColor; -webkit-transform-origin: right center; -moz-transform-origin: right center; -ms-transform-origin: right center; -o-transform-origin: right center; transform-origin: right center; }
.section.sec-cases .cases-swiper .item .item-caption .catption-wrap .item-more i::before { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
.section.sec-cases .cases-swiper .item .item-caption .catption-wrap .item-more i::after { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
@media (max-width: 991.98px) { .section.sec-cases .cases-swiper .item .item-caption .catption-wrap { padding: 0 25px; }
  .section.sec-cases .cases-swiper .item .item-caption .catption-wrap .item-title { font-size: 18px; }
  .section.sec-cases .cases-swiper .item .item-caption .catption-wrap .item-title::before { width: 20px; height: 15px; margin-right: 12px; } }
@media (max-width: 767.98px) { .section.sec-cases .cases-swiper .item { border-radius: 15px; }
  .section.sec-cases .cases-swiper .item .item-img { border-radius: 15px; }
  .section.sec-cases .cases-swiper .item .item-caption .catption-wrap { padding: 0 20px; }
  .section.sec-cases .cases-swiper .item .item-caption .catption-wrap .item-title { font-size: 16px; } }
@media (max-width: 575.98px) { .section.sec-cases .cases-swiper .item { border-radius: 10px; }
  .section.sec-cases .cases-swiper .item .item-img { border-radius: 10px; }
  .section.sec-cases .cases-swiper .item .item-caption .catption-wrap { padding: 0 15px; line-height: 42px; }
  .section.sec-cases .cases-swiper .item .item-caption .catption-wrap .item-title { font-size: 14px; }
  .section.sec-cases .cases-swiper .item .item-caption .catption-wrap .item-title::before { width: 15px; height: 15px; margin-right: 5px; } }
.section.sec-cases .cases-swiper .item:hover { background-color: var(--theme-color); }
.section.sec-cases .cases-swiper .item:hover .item-img img { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); }
.section.sec-cases .cases-swiper .item:hover .item-caption::before { background-image: url("../Image/caption-bg-hover.png"); }
.section.sec-cases .cases-swiper .item:hover .item-caption .catption-wrap .item-title { color: #ffffff; }
.section.sec-cases .cases-swiper .item:hover .item-caption .catption-wrap .item-more { background-color: transparent; border-color: #ffffff; color: #ffffff; }
.section.sec-cases .cases-swiper .control-box .control { width: 28px; height: 28px; }
.section.sec-cases .cases-swiper .control-box .control svg { -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; width: 100%; height: 100%; }
.section.sec-cases .cases-swiper .control-box .control svg path { fill: #b6b9bc; }
.section.sec-cases .cases-swiper .control-box .control:hover svg path { fill: var(--theme-color); }
.section.sec-cases .cases-swiper .control-box .cases-pagination { margin: 0 10px; }
@media (min-width: 992px) { .section.sec-cases .cases-swiper .control-box .cases-pagination { margin: 0; min-width: 300px; position: relative; height: 100%; bottom: 0; top: 0; }
  .section.sec-cases .cases-swiper .control-box .cases-pagination::before { content: ''; display: block; width: 100%; position: absolute; height: 0; border-bottom: 1px dashed #EEEEEE; margin: auto; top: 0; bottom: 0; left: 0; } }
@media (min-width: 1200px) { .section.sec-cases .cases-swiper .control-box .cases-pagination { width: 400px; } }
@media (min-width: 1400px) { .section.sec-cases .cases-swiper .control-box .cases-pagination { width: 500px; } }
.section.sec-cases .cases-swiper .control-box .cases-pagination .swiper-pagination-bullet { position: relative; z-index: 2; width: 16px; height: 32px; background-color: #e8e8e8; opacity: 1; border-radius: 32px; -webkit-transition: background-color .5s; -moz-transition: background-color .5s; -ms-transition: background-color .5s; -o-transition: background-color .5s; transition: background-color .5s; }
.section.sec-cases .cases-swiper .control-box .cases-pagination .swiper-pagination-bullet::after { content: ''; display: block; position: absolute; height: 35%; width: 2px; background-color: var(--theme-color); margin: auto; top: 0; bottom: 0; left: 0; right: 0; -webkit-transition: background-color .5s; -moz-transition: background-color .5s; -ms-transition: background-color .5s; -o-transition: background-color .5s; transition: background-color .5s; opacity: .5; }
.section.sec-cases .cases-swiper .control-box .cases-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { background-color: var(--theme-color); }
.section.sec-cases .cases-swiper .control-box .cases-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after { background-color: #ffffff; opacity: 1; }
@media (max-width: 991.98px) { .section.sec-cases .cases-swiper .control-box .cases-pagination .swiper-pagination-bullet { width: 14px; height: 28px; } }
@media (max-width: 767.98px) { .section.sec-cases .cases-swiper .control-box .cases-pagination .swiper-pagination-bullet { width: 12px; height: 22px; } }
@media (max-width: 575.98px) { .section.sec-cases .cases-swiper .control-box .cases-pagination .swiper-pagination-bullet { width: 10px; height: 20px; } }
.section.sec-news .news-swiper { margin-top: 3%; }
.section.sec-news .news-swiper .item { position: relative; border-right: 1px solid #eeeeee; }
.section.sec-news .news-swiper .item .item-wrap .item-img { border-radius: 10px; overflow: hidden; }
.section.sec-news .news-swiper .item .item-wrap .item-title { color: #000000; line-height: 2; font-size: 20px; margin-top: 12px; -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; }
.section.sec-news .news-swiper .item .item-wrap .item-time { color: #a6a6a6; line-height: 2; }
.section.sec-news .news-swiper .item .item-wrap .item-desc { top: 40%; color: #282828; font-size: 18px; line-height: 1.8; }
@media (max-width: 991.98px) { .section.sec-news .news-swiper .item .item-wrap .item-title { font-size: 18px; }
  .section.sec-news .news-swiper .item .item-wrap .item-time { font-size: 14px; }
  .section.sec-news .news-swiper .item .item-wrap .item-desc { font-size: 16px; } }
@media (max-width: 767.98px) { .section.sec-news .news-swiper .item .item-wrap .item-title { font-size: 16px; }
  .section.sec-news .news-swiper .item .item-wrap .item-time { font-size: 12px; }
  .section.sec-news .news-swiper .item .item-wrap .item-desc { font-size: 14px; } }
.section.sec-news .news-swiper .item:hover .item-wrap .item-title { color: var(--theme-color); }
.section.sec-news .news-swiper .item:hover .item-wrap .item-desc { color: #666666; }

.article-page .location-box { background-image: -webkit-linear-gradient(270deg, #f4f6f8 0%, rgba(244, 246, 248, 0) 100%); }
.article-page .main-body { background-image: -moz-linear-gradient(90deg, #f4f6f8 0%, rgba(244, 246, 248, 0) 100%); background-image: -webkit-linear-gradient(90deg, #f4f6f8 0%, rgba(244, 246, 248, 0) 100%); background-image: -ms-linear-gradient(90deg, #f4f6f8 0%, rgba(244, 246, 248, 0) 100%); position: relative; }
.article-page .main-body > .container-fluid { position: relative; z-index: 2; }

.inner-section { padding: 5% 0; }
@media (max-width: 767.98px) { .inner-section { padding: 8% 0; } }
@media (max-width: 575.98px) { .inner-section { padding: 10% 0; } }
.inner-section .sec-head { text-align: center; position: relative; }
.inner-section .sec-head .head-name { position: relative; z-index: 2; }
.inner-section .sec-head .head-name .en-name { font-size: 20px; }
.inner-section .sec-head .sec-title { position: relative; }
.inner-section .sec-head .sec-title::before { content: attr(data-title); text-transform: uppercase; color: #333333; opacity: .05; font-size: 90px; text-align: center; position: absolute; line-height: 1; top: 0; width: 100%; left: 0; font-family: "lovelo"; }
.inner-section .sec-head .sec-title span { font-weight: bold; display: inline-block; position: relative; z-index: 2; color: #000; font-size: 42px; line-height: 2; }
.inner-section .sec-head .sec-desc { color: #333333; line-height: 2; }
@media (max-width: 991.98px) { .inner-section .sec-head .sec-title::before { font-size: 65px; }
  .inner-section .sec-head .sec-title span { font-size: 28px; } }
@media (max-width: 767.98px) { .inner-section .sec-head .sec-title::before { font-size: 62px; }
  .inner-section .sec-head .sec-title span { font-size: 28px; }
  .inner-section .sec-head .sec-desc { font-size: 15px; line-height: 1.5; } }
@media (max-width: 575.98px) { .inner-section .sec-head .sec-title::before { font-size: 46px; }
  .inner-section .sec-head .sec-title span { font-size: 22px; }
  .inner-section .sec-head .sec-desc { font-size: 14px; } }
.inner-section .sec-box .box-head .head-name .cn-name { color: #222222; font-size: 30px; }
@media (max-width: 1199.98px) { .inner-section .sec-box .box-head .head-name .cn-name { font-size: 26px; } }
@media (max-width: 991.98px) { .inner-section .sec-box .box-head .head-name .cn-name { font-size: 24px; } }
@media (max-width: 767.98px) { .inner-section .sec-box .box-head .head-name .cn-name { font-size: 22px; } }
@media (max-width: 575.98px) { .inner-section .sec-box .box-head .head-name .cn-name { font-size: 18px; } }
.inner-section .sec-box .box-head .head-name .en-name { font-size: 14px; color: #333333; text-transform: uppercase; }
@media (max-width: 767.98px) { .inner-section .sec-box .box-head .head-name .en-name { font-size: 13px; } }
@media (max-width: 575.98px) { .inner-section .sec-box .box-head .head-name .en-name { font-size: 12px; } }
.inner-section .sec-box .box-more { font-weight: bold; }
.inner-section .sec-box .box-more svg path { fill: var(--theme-color); }
@media (max-width: 575.98px) { .inner-section .sec-box .box-more { font-size: 14px; font-weight: normal; }
  .inner-section .sec-box .box-more svg { width: 22px; height: 22px; } }
.inner-section .contact-head .head-name { font-size: 28px; color: #333333; }
@media (max-width: 991.98px) { .inner-section .contact-head .head-name { font-size: 24px; } }
@media (max-width: 767.98px) { .inner-section .contact-head .head-name { font-size: 22px; } }
@media (max-width: 575.98px) { .inner-section .contact-head .head-name { font-size: 20px; } }
.inner-section .contact-head .head-desc { font-size: 16px; color: #757575; }
@media (max-width: 767.98px) { .inner-section .contact-head .head-desc { font-size: 15px; } }
@media (max-width: 575.98px) { .inner-section .contact-head .head-desc { font-size: 13px; } }
.inner-section .inner-head { position: relative; }
.inner-section .inner-head.head-white { color: #ffffff; }
.inner-section .inner-head.head-white .head-name { color: #ffffff; }
.inner-section .inner-head::before { content: 'henan mining'; font-family: "lovelo"; font-size: 80px; position: absolute; top: 0; left: 0; opacity: .05; line-height: 0.5; }
@media (max-width: 1399.98px) { .inner-section .inner-head::before { font-size: 72px; } }
@media (max-width: 1199.98px) { .inner-section .inner-head::before { font-size: 68px; } }
@media (max-width: 991.98px) { .inner-section .inner-head::before { font-size: 56px; } }
@media (max-width: 767.98px) { .inner-section .inner-head::before { font-size: 48px; } }
@media (max-width: 575.98px) { .inner-section .inner-head::before { font-size: 42px; } }
.inner-section .inner-head .head-name { position: relative; font-size: 36px; color: #000000; font-weight: bold; }
.inner-section .inner-head .head-name .en-name { text-transform: uppercase; font-size: 24px; opacity: .3; }
@media (max-width: 1399.98px) { .inner-section .inner-head .head-name { font-size: 38px; } }
@media (max-width: 1199.98px) { .inner-section .inner-head .head-name { font-size: 32px; }
  .inner-section .inner-head .head-name .en-name { font-size: 20px; } }
@media (max-width: 991.98px) { .inner-section .inner-head .head-name { font-size: 24px; }
  .inner-section .inner-head .head-name .en-name { font-size: 16px; } }
@media (max-width: 767.98px) { .inner-section .inner-head .head-name { font-size: 22px; }
  .inner-section .inner-head .head-name .en-name { font-size: 14px; } }
@media (max-width: 575.98px) { .inner-section .inner-head .head-name { font-size: 20px; }
  .inner-section .inner-head .head-name .en-name { font-size: 12px; } }
.inner-section .inner-head .head-more { background-color: var(--theme-color); -webkit-transform: skewX(-15deg); -moz-transform: skewX(-15deg); -ms-transform: skewX(-15deg); -o-transform: skewX(-15deg); transform: skewX(-15deg); width: 180px; text-align: center; }
@media (min-width: 992px) { .inner-section .inner-head .head-more { margin-right: 20px; } }
.inner-section .inner-head .head-more a { display: block; width: 100%; height: 100%; -webkit-transform: skewX(15deg); -moz-transform: skewX(15deg); -ms-transform: skewX(15deg); -o-transform: skewX(15deg); transform: skewX(15deg); color: #ffffff; line-height: 50px; }
.inner-section .inner-head .head-more a span, .inner-section .inner-head .head-more a svg { display: inline-block; vertical-align: middle; }
.inner-section .inner-head .head-more a svg { margin-left: 8px; width: 24px; height: 24px; }
.inner-section .inner-head .head-more a svg path { fill: #ffffff; }
@media (max-width: 1199.98px) { .inner-section .inner-head .head-more { width: 160px; }
  .inner-section .inner-head .head-more a { line-height: 46px; }
  .inner-section .inner-head .head-more a svg { width: 22px; height: 22px; } }
@media (max-width: 991.98px) { .inner-section .inner-head .head-more { width: 140px; }
  .inner-section .inner-head .head-more a { font-size: 14px; line-height: 42px; }
  .inner-section .inner-head .head-more a svg { width: 20px; height: 20px; } }
@media (max-width: 767.98px) { .inner-section .inner-head .head-more { width: 120px; }
  .inner-section .inner-head .head-more a { font-size: 13px; line-height: 32px; }
  .inner-section .inner-head .head-more a svg { width: 20px; height: 20px; } }
@media (max-width: 575.98px) { .inner-section .inner-head .head-more { width: 100px; }
  .inner-section .inner-head .head-more a { font-size: 12px; line-height: 28px; }
  .inner-section .inner-head .head-more a svg { width: 20px; height: 20px; } }
.inner-section .inner-head .head-control .control { width: 50px; height: 50px; position: relative; background-color: transparent; border: 1px solid var(--theme-color); color: var(--theme-color); -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; -webkit-transform: skewX(-10deg); -moz-transform: skewX(-10deg); -ms-transform: skewX(-10deg); -o-transform: skewX(-10deg); transform: skewX(-10deg); margin-left: 10px; cursor: pointer; }
@media (max-width: 991.98px) { .inner-section .inner-head .head-control .control { width: 42px; height: 42px; } }
@media (max-width: 767.98px) { .inner-section .inner-head .head-control .control { width: 36px; height: 36px; } }
@media (max-width: 575.98px) { .inner-section .inner-head .head-control .control { width: 28px; height: 28px; } }
.inner-section .inner-head .head-control .control .con-wrap { height: 100%; -webkit-transform: skewX(10deg); -moz-transform: skewX(10deg); -ms-transform: skewX(10deg); -o-transform: skewX(10deg); transform: skewX(10deg); position: relative; }
.inner-section .inner-head .head-control .control .con-wrap svg { max-width: 70%; position: absolute; margin: auto; 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 .3s; }
.inner-section .inner-head .head-control .control .con-wrap svg path { fill: currentColor; }
.inner-section .inner-head .head-control .control:hover { background-color: var(--theme-color); color: #ffffff; }
.inner-section .head-icon { display: block; margin: 3vw 0; }
@media (max-width: 991.98px) { .inner-section .head-icon { width: 36px; margin: 2rem 0; } }
@media (max-width: 767.98px) { .inner-section .head-icon { margin: 1.5rem 0; width: 30px; } }
@media (max-width: 575.98px) { .inner-section .head-icon { width: 26px; margin: 1rem 0; } }
.inner-section.gradient-bg { background: #f3f5f7; position: relative; }
.inner-section.gradient-bg > .container-fluid { position: relative; z-index: 2; }
.inner-section.gradient-bg::after { content: ''; display: block; background-size: 95% auto; width: 100%; height: 11vw; position: absolute; left: 0; bottom: 0; }
@media (min-width: 1680px) { .inner-section.sec-about .about-left { padding-right: 2rem; } }
.inner-section.sec-about .about-left .about-head { position: relative; color: #000; }
.inner-section.sec-about .about-left .about-head::before { color: #666666; content: 'Henan Mining'; font-family: "lovelo"; font-size: 95px; position: absolute; top: 0; left: 0; opacity: .05; line-height: 0.5; text-transform: uppercase; }
@media (max-width: 1399.98px) { .inner-section.sec-about .about-left .about-head::before { font-size: 72px; } }
@media (max-width: 1199.98px) { .inner-section.sec-about .about-left .about-head::before { font-size: 68px; } }
@media (max-width: 991.98px) { .inner-section.sec-about .about-left .about-head::before { font-size: 56px; } }
@media (max-width: 767.98px) { .inner-section.sec-about .about-left .about-head::before { font-size: 48px; } }
@media (max-width: 575.98px) { .inner-section.sec-about .about-left .about-head::before { font-size: 42px; } }
.inner-section.sec-about .about-left .about-head .head-name { position: relative; font-size: 36px; color: #000000; line-height: 2; }
.inner-section.sec-about .about-left .about-head .head-name::after { content: ''; display: block; width: 2rem; height: 3px; background-color: #bebebe; margin: 1rem 0; }
.inner-section.sec-about .about-left .about-head .head-name .head-en { line-height: 1.5; font-size: 28px; opacity: .3; }
@media (max-width: 1399.98px) { .inner-section.sec-about .about-left .about-head .head-name { font-size: 38px; } }
@media (max-width: 1199.98px) { .inner-section.sec-about .about-left .about-head .head-name { font-size: 32px; }
  .inner-section.sec-about .about-left .about-head .head-name .head-en { font-size: 20px; } }
@media (max-width: 991.98px) { .inner-section.sec-about .about-left .about-head .head-name { font-size: 24px; }
  .inner-section.sec-about .about-left .about-head .head-name .head-en { font-size: 16px; } }
@media (max-width: 767.98px) { .inner-section.sec-about .about-left .about-head .head-name { font-size: 22px; }
  .inner-section.sec-about .about-left .about-head .head-name .head-en { font-size: 14px; } }
@media (max-width: 575.98px) { .inner-section.sec-about .about-left .about-head .head-name { font-size: 20px; }
  .inner-section.sec-about .about-left .about-head .head-name .en-name { font-size: 12px; } }
.inner-section.sec-about .about-content { line-height: 2; color: #666666; }
@media (min-width: 1200px) { .inner-section.sec-about .about-content > p { margin-bottom: 1rem; } }
@media (min-width: 1400px) { .inner-section.sec-about .about-content > p { margin-bottom: 1.5rem; } }
@media (min-width: 1680px) { .inner-section.sec-about .about-content > p { margin-bottom: 2rem; } }
@media (max-width: 767.98px) { .inner-section.sec-about .about-content { font-size: 14px; } }
.inner-section.sec-about .about-right { position: relative; }
.inner-section.sec-about .about-right .about-param-box { position: relative; z-index: 2; color: #333333; height: 100%; }
@media (min-width: 1200px) { .inner-section.sec-about .about-right .about-param-box { height: calc(100% - 100px); padding: 20% 0; } }
.inner-section.sec-about .about-right .about-param-box .param-item .item-wrap { position: relative; --icon-size:70px; padding-left: 25%; }
.inner-section.sec-about .about-right .about-param-box .param-item .item-wrap .item-icon { width: var(--icon-size); height: var(--icon-size); position: relative; margin-right: 10px; }
.inner-section.sec-about .about-right .about-param-box .param-item .item-wrap .item-icon svg { position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; max-width: 70%; }
.inner-section.sec-about .about-right .about-param-box .param-item .item-wrap .item-icon svg path { fill: var(--theme-color); }
.inner-section.sec-about .about-right .about-param-box .param-item .item-wrap .item-value { color: var(--theme-color); }
.inner-section.sec-about .about-right .about-param-box .param-item .item-wrap .item-value .number { font-size: 46px; line-height: 1; }
.inner-section.sec-about .about-right .about-param-box .param-item .item-wrap .item-title { line-height: 2; }
.inner-section.sec-about .about-right .about-param-box .param-item .item-wrap:hover .item-icon { -webkit-animation: swing 1s; -o-animation: swing 1s; animation: swing 1s; }
@media (max-width: 1399.98px) { .inner-section.sec-about .about-right .about-param-box .param-item .item-wrap { padding-left: 25%; }
  .inner-section.sec-about .about-right .about-param-box .param-item .item-wrap .item-title { font-size: 14px; } }
@media (max-width: 1199.98px) { .inner-section.sec-about .about-right .about-param-box .param-item .item-wrap { --icon-size:60px; padding-left: 25%; }
  .inner-section.sec-about .about-right .about-param-box .param-item .item-wrap .item-value .number { font-size: 36px; }
  .inner-section.sec-about .about-right .about-param-box .param-item .item-wrap .item-value .unit { font-size: 14px; } }
@media (max-width: 991.98px) { .inner-section.sec-about .about-right .about-param-box .param-item .item-wrap { --icon-size:56px; margin-bottom: 1rem; padding-left: 20%; }
  .inner-section.sec-about .about-right .about-param-box .param-item .item-wrap .item-value .number { font-size: 32px; }
  .inner-section.sec-about .about-right .about-param-box .param-item .item-wrap .item-value .unit { font-size: 14px; } }
@media (max-width: 767.98px) { .inner-section.sec-about .about-right .about-param-box .param-item .item-wrap { --icon-size:48px; padding-left: 0; }
  .inner-section.sec-about .about-right .about-param-box .param-item .item-wrap .item-value .number { font-size: 26px; }
  .inner-section.sec-about .about-right .about-param-box .param-item .item-wrap .item-value .unit { font-size: 14px; } }
@media (max-width: 420.98px) { .inner-section.sec-about .about-right .about-param-box .param-item .item-wrap { --icon-size:42px; }
  .inner-section.sec-about .about-right .about-param-box .param-item .item-wrap .item-value .number { font-size: 22px; }
  .inner-section.sec-about .about-right .about-param-box .param-item .item-wrap .item-value .unit { font-size: 12px; }
  .inner-section.sec-about .about-right .about-param-box .param-item .item-wrap .item-title { font-size: 12px; } }
.inner-section.sec-concept { padding-bottom: 0; position: relative; background-color: #f4f6f8; background: url("../Image/sec-concept.jpg") top center/contain no-repeat; }
.inner-section.sec-concept .concept-swiper { margin-top: 3%; }
@media (min-width: 1400px) { .inner-section.sec-concept .concept-swiper { margin-top: 4%; } }
.inner-section.sec-concept .concept-swiper .item .item-wrap { background-color: #f5f8fa; width: 100%; height: 100%; padding: 10% 13%; -webkit-transition: background-color .5s; -moz-transition: background-color .5s; -ms-transition: background-color .5s; -o-transition: background-color .5s; transition: background-color .5s; overflow: hidden; }
.inner-section.sec-concept .concept-swiper .item .item-wrap::before { content: ''; display: block; width: 5px; height: 14%; position: absolute; margin: auto; top: 19%; left: 0; background-color: var(--theme-color); -webkit-transition: background-color .5s, transform .5s; -moz-transition: background-color .5s, transform .5s; -ms-transition: background-color .5s, transform .5s; -o-transition: background-color .5s, transform .5s; transition: background-color .5s, transform .5s; }
.inner-section.sec-concept .concept-swiper .item .item-wrap .item-head .item-title { -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; }
.inner-section.sec-concept .concept-swiper .item .item-wrap .item-head .item-title .cn-title { font-size: 30px; }
.inner-section.sec-concept .concept-swiper .item .item-wrap .item-head .item-title .en-title { text-transform: uppercase; color: #282828; opacity: .5; }
.inner-section.sec-concept .concept-swiper .item .item-wrap .item-head .item-icon { width: 60px; height: 60px; position: relative; }
.inner-section.sec-concept .concept-swiper .item .item-wrap .item-head .item-icon svg { -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; width: 80%; height: 80%; position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; }
.inner-section.sec-concept .concept-swiper .item .item-wrap .item-head .item-icon svg path { fill: #5b5b5c; }
.inner-section.sec-concept .concept-swiper .item .item-wrap .item-content { -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; margin-top: 5%; font-size: 20px; line-height: 1.8; }
.inner-section.sec-concept .concept-swiper .item .item-wrap::after { content: attr(data-id); font-family: lovelo; font-size: 145px; opacity: .05; position: absolute; bottom: 0; line-height: 0.2; }
@media (max-width: 991.98px) { .inner-section.sec-concept .concept-swiper .item .item-wrap .item-head .item-title .cn-title { font-size: 26px; }
  .inner-section.sec-concept .concept-swiper .item .item-wrap .item-head .item-icon { width: 56px; height: 56px; }
  .inner-section.sec-concept .concept-swiper .item .item-wrap .item-content { font-size: 18px; }
  .inner-section.sec-concept .concept-swiper .item .item-wrap::after { font-size: 120px; } }
@media (max-width: 767.98px) { .inner-section.sec-concept .concept-swiper .item .item-wrap .item-head .item-title .cn-title { font-size: 22px; }
  .inner-section.sec-concept .concept-swiper .item .item-wrap .item-head .item-title .en-title { font-size: 14px; }
  .inner-section.sec-concept .concept-swiper .item .item-wrap .item-head .item-icon { width: 42px; height: 42px; }
  .inner-section.sec-concept .concept-swiper .item .item-wrap .item-content { font-size: 16px; }
  .inner-section.sec-concept .concept-swiper .item .item-wrap::after { font-size: 90px; } }
@media (max-width: 575.98px) { .inner-section.sec-concept .concept-swiper .item .item-wrap .item-head .item-title .cn-title { font-size: 18px; }
  .inner-section.sec-concept .concept-swiper .item .item-wrap .item-head .item-title .en-title { font-size: 10px; }
  .inner-section.sec-concept .concept-swiper .item .item-wrap .item-head .item-icon { width: 36px; height: 36px; }
  .inner-section.sec-concept .concept-swiper .item .item-wrap .item-content { font-size: 14px; }
  .inner-section.sec-concept .concept-swiper .item .item-wrap::after { font-size: 80px; } }
.inner-section.sec-concept .concept-swiper .item:hover .item-wrap { background-color: var(--theme-color); color: #ffffff; }
.inner-section.sec-concept .concept-swiper .item:hover .item-wrap::before { background-color: #fff; -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); transform: translateY(100%); }
.inner-section.sec-concept .concept-swiper .item:hover .item-wrap .item-head .item-title .en-title { color: #ffffff; }
.inner-section.sec-concept .concept-swiper .item:hover .item-wrap .item-head .item-icon svg path { fill: CurrentColor; }
.inner-section.sec-honor .honor-box { padding-top: 5%; position: relative; }
.inner-section.sec-honor .honor-box .honor-link { display: block; line-height: 42px; background-color: var(--theme-color); color: #ffffff; width: 160px; text-align: center; border-radius: 21px; text-transform: uppercase; margin: -7% auto 0; }
@media (max-width: 575.98px) { .inner-section.sec-honor .honor-box .honor-link { margin: -7% auto 2%; font-size: 13px; line-height: 32px; width: 140px; } }
.inner-section.sec-honor .swiper-honor { margin-top: 4%; }
.inner-section.sec-honor .swiper-honor .item .item-img img { position: absolute; max-height: 100%; bottom: 0; }
.inner-section.sec-honor .swiper-honor .item .item-title { line-height: 2.2; }
.inner-section.sec-strength .strength-swiper { margin-top: 3%; }
.inner-section.sec-social-detail .social-brief, .inner-section.sec-social-detail .social-detail { line-height: 2; color: #666666; }
@media (min-width: 1400px) { .inner-section.sec-social-detail .social-brief, .inner-section.sec-social-detail .social-detail { font-size: 18px; } }
@media (max-width: 575.98px) { .inner-section.sec-social-detail .social-brief, .inner-section.sec-social-detail .social-detail { font-size: 14px; } }
.inner-section.sec-social-detail .social-swiper .item .item-wrap .item-img { overflow: hidden; }
.inner-section.sec-social-detail .social-swiper .item .item-wrap .item-img img { -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.inner-section.sec-social-detail .social-swiper .item .item-wrap .item-title { text-align: center; line-height: 42px; color: #666666; background-color: #f2f2f2; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
@media (max-width: 1199.98px) { .inner-section.sec-social-detail .social-swiper .item .item-wrap .item-title { line-height: 36px; } }
@media (max-width: 1199.98px) { .inner-section.sec-social-detail .social-swiper .item .item-wrap .item-title { line-height: 32px; font-size: 14px; } }
.inner-section.sec-social-detail .social-swiper .item .item-wrap:hover .item-img img { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); }
.inner-section.sec-social-detail .social-swiper .item .item-wrap:hover .item-title { color: #ffffff; background-color: var(--theme-color); }
.inner-section.sec-social-detail .social-detail img { max-width: 100%; }
.inner-section.sec-social-detail .social-detail h3 > strong { font-size: 32px; font-weight: normal; margin-top: 3%; color: #000000; line-height: 2; display: block; }
.inner-section.sec-social-detail .social-detail h3 > strong::before { content: ''; display: inline-block; width: 46px; height: 46px; vertical-align: middle; background: url("../Image/icon-2.png") center/contain no-repeat; margin-right: 15px; }
@media (max-width: 991.98px) { .inner-section.sec-social-detail .social-detail h3 > strong { font-size: 26px; }
  .inner-section.sec-social-detail .social-detail h3 > strong::before { width: 32px; height: 32px; } }
@media (max-width: 575.98px) { .inner-section.sec-social-detail .social-detail h3 > strong { font-size: 20px; }
  .inner-section.sec-social-detail .social-detail h3 > strong::before { width: 28px; height: 28px; } }
.inner-section.sec-job-welfare { background-color: #FAFAFA; }
.inner-section.sec-job-welfare .swiper-welfare { margin-top: 3%; margin-bottom: 3%; }
.inner-section.sec-job-welfare .swiper-welfare .item .item-wrap { --icon-size:55px; }
.inner-section.sec-job-welfare .swiper-welfare .item .item-wrap .item-icon { width: var(--icon-size); height: var(--icon-size); position: relative; margin: 0 auto 10px; }
.inner-section.sec-job-welfare .swiper-welfare .item .item-wrap .item-icon svg { position: absolute; width: 90%; height: auto; margin: auto; top: 0; left: 0; right: 0; bottom: 0; }
.inner-section.sec-job-welfare .swiper-welfare .item .item-wrap .item-icon svg path { fill: var(--theme-color); }
.inner-section.sec-job-welfare .swiper-welfare .item .item-wrap .item-name { text-align: center; }
.inner-section.sec-job-welfare .swiper-welfare .item .item-wrap .item-name .cn-name { font-size: 24px; }
.inner-section.sec-job-welfare .swiper-welfare .item .item-wrap .item-name .en-name { font-size: 12px; color: #999999; text-transform: uppercase; }
.inner-section.sec-job-welfare .swiper-welfare .item .item-wrap:hover .item-icon svg { -webkit-animation: swing 1s; -o-animation: swing 1s; animation: swing 1s; }
@media (max-width: 1199.98px) { .inner-section.sec-job-welfare .swiper-welfare .item .item-wrap { --icon-size: 50px; }
  .inner-section.sec-job-welfare .swiper-welfare .item .item-wrap .item-name .cn-name { font-size: 22px; } }
@media (max-width: 991.98px) { .inner-section.sec-job-welfare .swiper-welfare .item .item-wrap { --icon-size: 46px; }
  .inner-section.sec-job-welfare .swiper-welfare .item .item-wrap .item-name .cn-name { font-size: 20px; } }
@media (max-width: 767.98px) { .inner-section.sec-job-welfare .swiper-welfare .item .item-wrap { --icon-size: 38px; }
  .inner-section.sec-job-welfare .swiper-welfare .item .item-wrap .item-icon { margin: 0 auto 8px; }
  .inner-section.sec-job-welfare .swiper-welfare .item .item-wrap .item-name .cn-name { font-size: 18px; } }
@media (max-width: 575.98px) { .inner-section.sec-job-welfare .swiper-welfare .item .item-wrap { --icon-size: 36px; }
  .inner-section.sec-job-welfare .swiper-welfare .item .item-wrap .item-icon { margin: 0 auto 5px; }
  .inner-section.sec-job-welfare .swiper-welfare .item .item-wrap .item-name .cn-name { font-size: 16px; }
  .inner-section.sec-job-welfare .swiper-welfare .item .item-wrap .item-name .en-name { font-size: 10px; } }
@media (max-width: 419.98px) { .inner-section.sec-job-welfare .swiper-welfare .item .item-wrap { --icon-size: 32px; }
  .inner-section.sec-job-welfare .swiper-welfare .item .item-wrap .item-name .cn-name { font-size: 14px; }
  .inner-section.sec-job-welfare .swiper-welfare .item .item-wrap .item-name .en-name { font-size: 6px; } }
.inner-section.sec-job-welfare .welfare-box .item { position: relative; }
.inner-section.sec-job-welfare .welfare-box .item .item-wrap { color: #ffffff; position: relative; overflow: hidden; }
.inner-section.sec-job-welfare .welfare-box .item .item-overlay { position: absolute; width: 100%; height: 100%; z-index: 2; top: 0; left: 0; background-color: rgba(29, 116, 187, 0.85); backdrop-filter: blur(5px); padding: 5% 10%; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); transform: translateY(100%); }
.inner-section.sec-job-welfare .welfare-box .item .item-overlay .item-head .item-title { font-size: 32px; position: relative; -webkit-transition: transform .5s,opacity .3s; -moz-transition: transform .5s,opacity .3s; -ms-transition: transform .5s,opacity .3s; -o-transition: transform .5s,opacity .3s; transition: transform .5s,opacity .3s; -webkit-transform: translateY(10%); -moz-transform: translateY(10%); -ms-transform: translateY(10%); -o-transform: translateY(10%); transform: translateY(10%); opacity: 0; }
.inner-section.sec-job-welfare .welfare-box .item .item-overlay .item-head .item-icon { margin: 5% auto; -webkit-transition: transform .5s,opacity .3s; -moz-transition: transform .5s,opacity .3s; -ms-transition: transform .5s,opacity .3s; -o-transition: transform .5s,opacity .3s; transition: transform .5s,opacity .3s; -webkit-transform: translateY(10%); -moz-transform: translateY(10%); -ms-transform: translateY(10%); -o-transform: translateY(10%); transform: translateY(10%); opacity: 0; }
.inner-section.sec-job-welfare .welfare-box .item .item-overlay .item-content { -webkit-transition: transform .5s,opacity .3s; -moz-transition: transform .5s,opacity .3s; -ms-transition: transform .5s,opacity .3s; -o-transition: transform .5s,opacity .3s; transition: transform .5s,opacity .3s; -webkit-transform: translateY(10%); -moz-transform: translateY(10%); -ms-transform: translateY(10%); -o-transform: translateY(10%); transform: translateY(10%); opacity: 0; line-height: 1.8; }
@media (max-width: 1679.98px) { .inner-section.sec-job-welfare .welfare-box .item .item-overlay .item-head .item-title { font-size: 28px; }
  .inner-section.sec-job-welfare .welfare-box .item .item-overlay .item-head .item-icon { width: 20px; } }
@media (max-width: 1199.98px) { .inner-section.sec-job-welfare .welfare-box .item .item-overlay .item-head .item-title { font-size: 28px; }
  .inner-section.sec-job-welfare .welfare-box .item .item-overlay .item-head .item-icon { width: 20px; } }
@media (max-width: 991.98px) { .inner-section.sec-job-welfare .welfare-box .item .item-overlay .item-head .item-title { font-size: 24px; }
  .inner-section.sec-job-welfare .welfare-box .item .item-overlay .item-head .item-icon { width: 18px; }
  .inner-section.sec-job-welfare .welfare-box .item .item-overlay .item-content { font-size: 14px; } }
@media (max-width: 767.98px) { .inner-section.sec-job-welfare .welfare-box .item .item-overlay { padding: 5%; }
  .inner-section.sec-job-welfare .welfare-box .item .item-overlay .item-head .item-title { font-size: 22px; }
  .inner-section.sec-job-welfare .welfare-box .item .item-overlay .item-head .item-icon { width: 18px; }
  .inner-section.sec-job-welfare .welfare-box .item .item-overlay .item-content { font-size: 13px; } }
@media (max-width: 575.98px) { .inner-section.sec-job-welfare .welfare-box .item .item-overlay .item-head .item-title { font-size: 18px; }
  .inner-section.sec-job-welfare .welfare-box .item .item-overlay .item-head .item-icon { width: 14px; }
  .inner-section.sec-job-welfare .welfare-box .item .item-overlay .item-content { font-size: 12px; } }
@media (max-width: 419.98px) { .inner-section.sec-job-welfare .welfare-box .item .item-overlay .item-head .item-title { font-size: 14px; }
  .inner-section.sec-job-welfare .welfare-box .item .item-overlay .item-head .item-icon { width: 14px; margin: 3px auto; }
  .inner-section.sec-job-welfare .welfare-box .item .item-overlay .item-content { font-size: 10px; } }
.inner-section.sec-job-welfare .welfare-box .item .item-name { position: absolute; width: 100%; bottom: 0; font-size: 24px; margin-bottom: 3%; }
@media (max-width: 991.98px) { .inner-section.sec-job-welfare .welfare-box .item .item-name { font-size: 20px; } }
@media (max-width: 767.98px) { .inner-section.sec-job-welfare .welfare-box .item .item-name { font-size: 18px; } }
@media (max-width: 575.98px) { .inner-section.sec-job-welfare .welfare-box .item .item-name { font-size: 16px; } }
.inner-section.sec-job-welfare .welfare-box .item:hover .item-overlay { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
.inner-section.sec-job-welfare .welfare-box .item:hover .item-overlay .item-head .item-title { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); -webkit-transition-delay: .5s; -moz-transition-delay: .5s; -ms-transition-delay: .5s; -o-transition-delay: .5s; transition-delay: .5s; opacity: 1; }
.inner-section.sec-job-welfare .welfare-box .item:hover .item-overlay .item-head .item-icon { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); -webkit-transition-delay: .6s; -moz-transition-delay: .6s; -ms-transition-delay: .6s; -o-transition-delay: .6s; transition-delay: .6s; opacity: 1; }
.inner-section.sec-job-welfare .welfare-box .item:hover .item-overlay .item-content { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); -webkit-transition-delay: .7s; -moz-transition-delay: .7s; -ms-transition-delay: .7s; -o-transition-delay: .7s; transition-delay: .7s; opacity: 1; }
.inner-section .swioper-talent-concept { margin: 3% 0; }
.inner-section .swioper-talent-concept .item { background-color: #fff; box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.05); border-radius: 10px; position: relative; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.inner-section .swioper-talent-concept .item::before { content: ''; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: url("../Image/dot-bg-white-2.png"); -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); opacity: .1; }
.inner-section .swioper-talent-concept .item .item-wrap { color: #282828; padding: 10%; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; position: relative; }
.inner-section .swioper-talent-concept .item .item-wrap .item-icon { width: 60px; height: 60px; position: relative; }
.inner-section .swioper-talent-concept .item .item-wrap .item-icon svg { display: block; position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; width: 60%; height: auto; }
.inner-section .swioper-talent-concept .item .item-wrap .item-icon svg path { fill: currentColor; }
.inner-section .swioper-talent-concept .item .item-wrap .item-name { font-size: 32px; margin: 5% 0; }
.inner-section .swioper-talent-concept .item .item-wrap .item-content { font-size: 18px; line-height: 2; }
@media (max-width: 1199.98px) { .inner-section .swioper-talent-concept .item .item-wrap .item-name { font-size: 28px; }
  .inner-section .swioper-talent-concept .item .item-wrap .item-content { font-size: 16px; } }
@media (max-width: 991.98px) { .inner-section .swioper-talent-concept .item .item-wrap .item-icon { width: 52px; height: 52px; }
  .inner-section .swioper-talent-concept .item .item-wrap .item-name { font-size: 26px; }
  .inner-section .swioper-talent-concept .item .item-wrap .item-content { font-size: 14px; } }
@media (max-width: 767.98px) { .inner-section .swioper-talent-concept .item .item-wrap .item-icon { width: 46px; height: 46px; }
  .inner-section .swioper-talent-concept .item .item-wrap .item-name { font-size: 22px; }
  .inner-section .swioper-talent-concept .item .item-wrap .item-content { font-size: 14px; } }
@media (max-width: 575.98px) { .inner-section .swioper-talent-concept .item .item-wrap .item-icon { width: 42px; height: 42px; }
  .inner-section .swioper-talent-concept .item .item-wrap .item-name { font-size: 18px; }
  .inner-section .swioper-talent-concept .item .item-wrap .item-content { font-size: 12px; } }
.inner-section .swioper-talent-concept .item:hover { background-color: var(--theme-color); }
.inner-section .swioper-talent-concept .item:hover::before { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
.inner-section .swioper-talent-concept .item:hover .item-wrap { color: #ffffff; }
.inner-section.sec-contact .contact-left { width: 100%; }
@media (min-width: 1200px) { .inner-section.sec-contact .contact-left { width: 440px; } }
.inner-section.sec-contact .contact-left .contact-info .contact-item .item-icon { width: 50px; height: 50px; border-radius: 3px; border: 1px solid #d7d7d7; }
.inner-section.sec-contact .contact-left .contact-info .contact-item .item-icon .icon-wrap svg { width: 50%; height: auto; }
.inner-section.sec-contact .contact-left .contact-info .contact-item .item-icon .icon-wrap svg path { fill: var(--theme-color); }
@media (max-width: 575.98px) { .inner-section.sec-contact .contact-left .contact-info .contact-item .item-icon { width: 42px; height: 42px; } }
.inner-section.sec-contact .contact-left .contact-info .contact-item .item-info { width: calc(100% - 50px); padding-left: .75rem; }
.inner-section.sec-contact .contact-left .contact-info .contact-item .item-info .info-title { font-size: 16px; color: #666666; }
@media (max-width: 575.98px) { .inner-section.sec-contact .contact-left .contact-info .contact-item .item-info .info-title { font-size: 12px; } }
.inner-section.sec-contact .contact-left .contact-info .contact-item .item-info .info-value { color: #000000; font-size: 20px; }
@media (max-width: 767.98px) { .inner-section.sec-contact .contact-left .contact-info .contact-item .item-info .info-value { font-size: 18px; } }
@media (max-width: 575.98px) { .inner-section.sec-contact .contact-left .contact-info .contact-item .item-info .info-value { font-size: 16px; } }
.inner-section.sec-contact .contact-left .contact-qrcode { width: 100%; }
@media (max-width: 1199.98px) { .inner-section.sec-contact .contact-left .contact-qrcode { width: 45%; } }
@media (max-width: 767.98px) { .inner-section.sec-contact .contact-left .contact-qrcode { width: 90%; } }
.inner-section.sec-contact .contact-left .contact-qrcode .qrcode-item { text-align: center; max-width: 200px; }
.inner-section.sec-contact .contact-left .contact-qrcode .qrcode-item .qrcode-img { border: 1px solid #EEEEEE; padding: 6px; }
.inner-section.sec-contact .contact-left .contact-qrcode .qrcode-item .qrcode-title { color: #333333; }
.inner-section.sec-contact .contact-right { width: 100%; }
@media (min-width: 1200px) { .inner-section.sec-contact .contact-right { width: calc(100% - 440px); } }

.swiper-news .item .item-img, .news-list .item .item-img { overflow: hidden; }
.swiper-news .item .item-img img, .news-list .item .item-img img { -webkit-transition: transform  .5s; -moz-transition: transform  .5s; -ms-transition: transform  .5s; -o-transition: transform  .5s; transition: transform  .5s; }
.swiper-news .item .item-caption .item-title, .news-list .item .item-caption .item-title { -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; font-size: 20px; color: #333333; }
@media (max-width: 1199.98px) { .swiper-news .item .item-caption .item-title, .news-list .item .item-caption .item-title { font-size: 18px; } }
@media (max-width: 991.98px) { .swiper-news .item .item-caption .item-title, .news-list .item .item-caption .item-title { font-size: 16px; } }
@media (max-width: 575.98px) { .swiper-news .item .item-caption .item-title, .news-list .item .item-caption .item-title { font-size: 14px; } }
.swiper-news .item .item-caption .item-content, .news-list .item .item-caption .item-content { color: #999999; line-height: 2; -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; }
@media (max-width: 991.98px) { .swiper-news .item .item-caption .item-content, .news-list .item .item-caption .item-content { font-size: 14px; } }
@media (max-width: 767.98px) { .swiper-news .item .item-caption .item-content, .news-list .item .item-caption .item-content { font-size: 13px; } }
@media (max-width: 575.98px) { .swiper-news .item .item-caption .item-content, .news-list .item .item-caption .item-content { font-size: 12px; } }
.swiper-news .item .item-caption .item-time, .news-list .item .item-caption .item-time { -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; font-size: 14px; color: #999999; }
@media (max-width: 991.98px) { .swiper-news .item .item-caption .item-time, .news-list .item .item-caption .item-time { font-size: 13px; } }
@media (max-width: 575.98px) { .swiper-news .item .item-caption .item-time, .news-list .item .item-caption .item-time { font-size: 12px; } }
.swiper-news .item .item-caption .item-time svg, .news-list .item .item-caption .item-time svg { -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; width: 16px; }
@media (max-width: 767.98px) { .swiper-news .item .item-caption .item-time svg, .news-list .item .item-caption .item-time svg { width: 14px; height: 14px; } }
.swiper-news .item .item-caption .item-time svg path, .news-list .item .item-caption .item-time svg path { fill: currentColor; }
.swiper-news .item:hover .item-img img, .news-list .item:hover .item-img img { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); }
.swiper-news .item:hover .item-caption .item-title, .news-list .item:hover .item-caption .item-title { color: var(--theme-color); }
.swiper-news .item:hover .item-caption .item-content, .news-list .item:hover .item-caption .item-content { color: #666666; }
.swiper-news .item:hover .item-caption .item-time, .news-list .item:hover .item-caption .item-time { color: #666666; }

.article-page .location-box, .news-page .location-box, .caseinfo-page .location-box, .goods-page .location-box { background-image: -webkit-linear-gradient(270deg, #f4f6f8 0%, rgba(244, 246, 248, 0) 100%); }
.article-page .main-body, .news-page .main-body, .caseinfo-page .main-body, .goods-page .main-body { background-image: -moz-linear-gradient(90deg, #f4f6f8 0%, rgba(244, 246, 248, 0) 100%); background-image: -webkit-linear-gradient(90deg, #f4f6f8 0%, rgba(244, 246, 248, 0) 100%); background-image: -ms-linear-gradient(90deg, #f4f6f8 0%, rgba(244, 246, 248, 0) 100%); position: relative; }
.article-page .main-body > .container-fluid, .news-page .main-body > .container-fluid, .caseinfo-page .main-body > .container-fluid, .goods-page .main-body > .container-fluid { position: relative; z-index: 2; }
.article-page .news-detail .news-title, .news-page .news-detail .news-title, .caseinfo-page .news-detail .news-title, .goods-page .news-detail .news-title { font-size: 30px; line-height: 1.4; margin-bottom: 1rem; color: #282828; }
@media (max-width: 991.98px) { .article-page .news-detail .news-title, .news-page .news-detail .news-title, .caseinfo-page .news-detail .news-title, .goods-page .news-detail .news-title { font-size: 26px; } }
@media (max-width: 767.98px) { .article-page .news-detail .news-title, .news-page .news-detail .news-title, .caseinfo-page .news-detail .news-title, .goods-page .news-detail .news-title { font-size: 22px; } }
@media (max-width: 575.98px) { .article-page .news-detail .news-title, .news-page .news-detail .news-title, .caseinfo-page .news-detail .news-title, .goods-page .news-detail .news-title { font-size: 18px; } }
.article-page .news-detail .news-meta, .news-page .news-detail .news-meta, .caseinfo-page .news-detail .news-meta, .goods-page .news-detail .news-meta { font-size: 14px; color: #999999; }
.article-page .news-detail .news-meta span, .news-page .news-detail .news-meta span, .caseinfo-page .news-detail .news-meta span, .goods-page .news-detail .news-meta span { display: inline-block; margin-right: 10px; }
.article-page .news-detail .news-content, .news-page .news-detail .news-content, .caseinfo-page .news-detail .news-content, .goods-page .news-detail .news-content { border-top: 1px solid #eeeeee; line-height: 1.8; color: #666666; }
.article-page .news-detail .news-content img, .news-page .news-detail .news-content img, .caseinfo-page .news-detail .news-content img, .goods-page .news-detail .news-content img { max-width: 100% !important; height: auto !important; vertical-align: bottom; }
.article-page .news-detail .news-content p, .news-page .news-detail .news-content p, .caseinfo-page .news-detail .news-content p, .goods-page .news-detail .news-content p { background-color: transparent !important; }
.article-page .news-detail .news-content > *, .news-page .news-detail .news-content > *, .caseinfo-page .news-detail .news-content > *, .goods-page .news-detail .news-content > * { background-color: transparent; }
.article-page .news-right, .news-page .news-right, .caseinfo-page .news-right, .goods-page .news-right { position: sticky; top: 70px; }
.article-page .news-right .relate-news .head .head-name, .news-page .news-right .relate-news .head .head-name, .caseinfo-page .news-right .relate-news .head .head-name, .goods-page .news-right .relate-news .head .head-name { font-size: 24px; color: #333333; position: relative; padding-left: 10px; }
.article-page .news-right .relate-news .head .head-name span, .news-page .news-right .relate-news .head .head-name span, .caseinfo-page .news-right .relate-news .head .head-name span, .goods-page .news-right .relate-news .head .head-name span { font-size: 14px; color: #999999; display: inline-block; }
.article-page .news-right .relate-news .head .head-name::before, .news-page .news-right .relate-news .head .head-name::before, .caseinfo-page .news-right .relate-news .head .head-name::before, .goods-page .news-right .relate-news .head .head-name::before { content: ''; display: inline-block; width: 4px; height: 28px; vertical-align: middle; background-color: var(--theme-color); position: absolute; margin: auto; top: 0; bottom: 0; left: 0; }
@media (max-width: 991.98px) { .article-page .news-right .relate-news .head .head-name, .news-page .news-right .relate-news .head .head-name, .caseinfo-page .news-right .relate-news .head .head-name, .goods-page .news-right .relate-news .head .head-name { font-size: 20px; } }
@media (max-width: 575.98px) { .article-page .news-right .relate-news .head .head-name, .news-page .news-right .relate-news .head .head-name, .caseinfo-page .news-right .relate-news .head .head-name, .goods-page .news-right .relate-news .head .head-name { font-size: 18px; } }
.article-page .news-right .relate-news-list .news-item, .news-page .news-right .relate-news-list .news-item, .caseinfo-page .news-right .relate-news-list .news-item, .goods-page .news-right .relate-news-list .news-item { border-bottom: 1px solid #e6e6e6; }
.article-page .news-right .relate-news-list .news-item:last-child, .news-page .news-right .relate-news-list .news-item:last-child, .caseinfo-page .news-right .relate-news-list .news-item:last-child, .goods-page .news-right .relate-news-list .news-item:last-child { border-bottom: none; }
.article-page .news-right .relate-news-list .news-item .news-title, .news-page .news-right .relate-news-list .news-item .news-title, .caseinfo-page .news-right .relate-news-list .news-item .news-title, .goods-page .news-right .relate-news-list .news-item .news-title { line-height: 2; }
.article-page .news-right .relate-news-list .news-item .news-title::before, .news-page .news-right .relate-news-list .news-item .news-title::before, .caseinfo-page .news-right .relate-news-list .news-item .news-title::before, .goods-page .news-right .relate-news-list .news-item .news-title::before { content: ''; width: 5px; height: 5px; margin-right: 5px; display: inline-block; vertical-align: middle; background-color: var(--theme-color); }
.article-page .news-right .relate-news-list .news-item .news-desc, .news-page .news-right .relate-news-list .news-item .news-desc, .caseinfo-page .news-right .relate-news-list .news-item .news-desc, .goods-page .news-right .relate-news-list .news-item .news-desc { text-indent: 2rem; font-size: 14px; margin-top: 3px; color: #999999; }
.article-page .bg-gray, .news-page .bg-gray, .caseinfo-page .bg-gray, .goods-page .bg-gray { background-color: #f9f9f9; }
.article-page .prev_next_nav .prev_next, .news-page .prev_next_nav .prev_next, .caseinfo-page .prev_next_nav .prev_next, .goods-page .prev_next_nav .prev_next { flex: 1; background-color: #ffffff; border-radius: 5px; padding: 12px; display: flex; align-items: center; margin: 5px 0; }
.article-page .prev_next_nav .prev_next.prev, .article-page .prev_next_nav .prev_next.next, .news-page .prev_next_nav .prev_next.prev, .news-page .prev_next_nav .prev_next.next, .caseinfo-page .prev_next_nav .prev_next.prev, .caseinfo-page .prev_next_nav .prev_next.next, .goods-page .prev_next_nav .prev_next.prev, .goods-page .prev_next_nav .prev_next.next { width: 47%; display: flex; }
.article-page .prev_next_nav .prev_next.prev .page-a, .article-page .prev_next_nav .prev_next.next .page-a, .news-page .prev_next_nav .prev_next.prev .page-a, .news-page .prev_next_nav .prev_next.next .page-a, .caseinfo-page .prev_next_nav .prev_next.prev .page-a, .caseinfo-page .prev_next_nav .prev_next.next .page-a, .goods-page .prev_next_nav .prev_next.prev .page-a, .goods-page .prev_next_nav .prev_next.next .page-a { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #666666; }
.article-page .prev_next_nav .prev_next.prev .page-a:hover, .article-page .prev_next_nav .prev_next.next .page-a:hover, .news-page .prev_next_nav .prev_next.prev .page-a:hover, .news-page .prev_next_nav .prev_next.next .page-a:hover, .caseinfo-page .prev_next_nav .prev_next.prev .page-a:hover, .caseinfo-page .prev_next_nav .prev_next.next .page-a:hover, .goods-page .prev_next_nav .prev_next.prev .page-a:hover, .goods-page .prev_next_nav .prev_next.next .page-a:hover { color: var(--theme-color); }
.article-page .prev_next_nav .prev_next.prev a, .article-page .prev_next_nav .prev_next.next a, .news-page .prev_next_nav .prev_next.prev a, .news-page .prev_next_nav .prev_next.next a, .caseinfo-page .prev_next_nav .prev_next.prev a, .caseinfo-page .prev_next_nav .prev_next.next a, .goods-page .prev_next_nav .prev_next.prev a, .goods-page .prev_next_nav .prev_next.next a { max-width: calc(100% - 70px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: CurrentColor; }
@media (max-width: 1199.98px) { .article-page .prev_next_nav .prev_next.prev, .article-page .prev_next_nav .prev_next.next, .news-page .prev_next_nav .prev_next.prev, .news-page .prev_next_nav .prev_next.next, .caseinfo-page .prev_next_nav .prev_next.prev, .caseinfo-page .prev_next_nav .prev_next.next, .goods-page .prev_next_nav .prev_next.prev, .goods-page .prev_next_nav .prev_next.next { width: 100%; } }
@media (max-width: 767.98px) { .article-page .prev_next_nav .prev_next.prev, .article-page .prev_next_nav .prev_next.next, .news-page .prev_next_nav .prev_next.prev, .news-page .prev_next_nav .prev_next.next, .caseinfo-page .prev_next_nav .prev_next.prev, .caseinfo-page .prev_next_nav .prev_next.next, .goods-page .prev_next_nav .prev_next.prev, .goods-page .prev_next_nav .prev_next.next { font-size: 14px; } }
.article-page .prev_next_nav .prev_next.menu, .news-page .prev_next_nav .prev_next.menu, .caseinfo-page .prev_next_nav .prev_next.menu, .goods-page .prev_next_nav .prev_next.menu { flex: 0 0 auto; padding: 0; background: transparent; }
.article-page .prev_next_nav .prev_next.menu .menu-wrap, .news-page .prev_next_nav .prev_next.menu .menu-wrap, .caseinfo-page .prev_next_nav .prev_next.menu .menu-wrap, .goods-page .prev_next_nav .prev_next.menu .menu-wrap { margin: 0 10px; background: #ffffff; padding: 10px; border-radius: 5px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.article-page .prev_next_nav .prev_next.menu svg, .news-page .prev_next_nav .prev_next.menu svg, .caseinfo-page .prev_next_nav .prev_next.menu svg, .goods-page .prev_next_nav .prev_next.menu svg { width: 26px; height: 26px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; fill: #666; }
.article-page .prev_next_nav .prev_next.menu:hover .menu-wrap, .news-page .prev_next_nav .prev_next.menu:hover .menu-wrap, .caseinfo-page .prev_next_nav .prev_next.menu:hover .menu-wrap, .goods-page .prev_next_nav .prev_next.menu:hover .menu-wrap { background-color: var(--theme-color); }
.article-page .prev_next_nav .prev_next.menu:hover .menu-wrap svg, .news-page .prev_next_nav .prev_next.menu:hover .menu-wrap svg, .caseinfo-page .prev_next_nav .prev_next.menu:hover .menu-wrap svg, .goods-page .prev_next_nav .prev_next.menu:hover .menu-wrap svg { fill: #ffffff; }

.box .box-head .head-name::before { content: ''; display: inline-block; width: 4px; height: 25px; vertical-align: middle; background-color: var(--theme-color); margin-right: 10px; }
@media (max-width: 767.98px) { .box .box-head .head-name::before { width: 3px; height: 22px; } }
@media (max-width: 575.98px) { .box .box-head .head-name::before { width: 2px; height: 20px; } }
.box .box-head .head-name span { font-size: 26px; display: inline-block; vertical-align: middle; }
@media (max-width: 1199.98px) { .box .box-head .head-name span { font-size: 24px; } }
@media (max-width: 991.98px) { .box .box-head .head-name span { font-size: 22px; } }
@media (max-width: 767.98px) { .box .box-head .head-name span { font-size: 20px; } }
@media (max-width: 575.98px) { .box .box-head .head-name span { font-size: 18px; } }
.box .box-head .head-more span { -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; display: inline-block; vertical-align: middle; text-transform: uppercase; color: #282828; }
.box .box-head .head-more .plus { display: inline-block; width: 18px; height: 18px; position: relative; background-color: var(--theme-color); border-radius: 50%; vertical-align: middle; margin-left: 3px; }
.box .box-head .head-more .plus::before, .box .box-head .head-more .plus::after { content: ''; display: block; width: 50%; height: 1px; background-color: #ffffff; position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; }
.box .box-head .head-more .plus::after { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
.box .box-head .head-more:hover span { color: var(--theme-color); }
.box .box-head .head-more:hover .plus { -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }

.news-list-2 .item .item-wrap { box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.05); -webkit-transition: background-color .5s; -moz-transition: background-color .5s; -ms-transition: background-color .5s; -o-transition: background-color .5s; transition: background-color .5s; }
.news-list-2 .item .item-wrap .item-title { color: #333333; font-size: 24px; line-height: 2.2; -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; }
.news-list-2 .item .item-wrap .item-content { border-top: 1px solid #e5e5e5; color: #999999; line-height: 2; }
@media (max-width: 1199.98px) { .news-list-2 .item .item-wrap .item-title { font-size: 22px; } }
@media (max-width: 991.98px) { .news-list-2 .item .item-wrap .item-title { font-size: 20px; }
  .news-list-2 .item .item-wrap .item-content { font-size: 14px; } }
@media (max-width: 575.98px) { .news-list-2 .item .item-wrap .item-title { font-size: 18px; }
  .news-list-2 .item .item-wrap .item-content { font-size: 13px; } }
.news-list-2 .item:hover .item-wrap { background-color: #0c5caa; }
.news-list-2 .item:hover .item-wrap .item-title { color: #ffffff; }
.news-list-2 .item:hover .item-wrap .item-content { border-top-color: rgba(255, 255, 255, 0.5); color: #ffffff; opacity: .5; }

.news-list-3 li { border-bottom: 2px solid #ebebeb; color: #333333; padding: 20px 10px; }
@media (max-width: 991.98px) { .news-list-3 li { padding: 15px 10px; } }
.news-list-3 li .time { width: 100px; font-size: 14px; color: #999999; }
.news-list-3 li .title { font-size: 18px; width: calc(100% - 100px); color: currentColor; }
@media (max-width: 991.98px) { .news-list-3 li .title { font-size: 16px; } }
.news-list-3 li:hover { color: var(--theme-color); }

.news-list-4 .news-item { border-bottom: 1px solid #e9e9e9; padding-right: 10px; }
.news-list-4 .news-item .news-info { flex: 0 auto; width: calc(100% - 100px); padding-right: 5%; }
.news-list-4 .news-item .news-info .news-title { display: block; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; font-size: 20px; color: #000000; line-height: 2.2; }
.news-list-4 .news-item .news-info .news-time { font-size: 15px; color: #999999; line-height: 2; }
.news-list-4 .news-item .news-info .news-content { line-height: 2; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; color: #999999; }
.news-list-4 .news-item .news-more { width: 50px; background-color: var(--theme-color); transform: skewX(-10deg); }
.news-list-4 .news-item .news-more a { color: #ffffff; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; display: block; width: 50px; height: 50px; position: relative; transform: skewX(10deg); }
.news-list-4 .news-item .news-more a svg { position: absolute; margin: auto; top: 0; bottom: 0; right: 0; left: 0; display: block; width: 50%; height: 50%; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.news-list-4 .news-item .news-more a svg path { fill: #ffffff; }
@media (max-width: 767.98px) { .news-list-4 .news-item .news-info { width: calc(100% - 40px); }
  .news-list-4 .news-item .news-info .news-title { font-size: 16px; }
  .news-list-4 .news-item .news-info .news-time { font-size: 13px; }
  .news-list-4 .news-item .news-info .news-content { font-size: 14px; line-height: 1.5; }
  .news-list-4 .news-item .news-more { width: 30px; }
  .news-list-4 .news-item .news-more a { width: 30px; height: 30px; } }
.news-list-4 .news-item:hover .news-title { color: var(--theme-color); }
.news-list-4 .news-item:hover .news-title::first-letter { color: var(--theme-green); }
.news-list-4 .news-item:hover .news-time { color: #666666; }
.news-list-4 .news-item:hover .news-content { color: #333333; }
.news-list-4 .news-item:hover .news-more:hover svg { -webkit-transform: translateX(3px); -moz-transform: translateX(3px); -ms-transform: translateX(3px); -o-transform: translateX(3px); transform: translateX(3px); }
.news-list-4.notime .news-item .news-time { display: none; }
.news-list-4.notime .news-item .news-info { width: calc(100% - 80px); }
@media (max-width: 767.98px) { .news-list-4.notime .news-item .news-info { width: calc(100% - 40px); padding-right: 0; } }

.news-thumb-list .news-item .news-info { height: 100%; line-height: 2; }
.news-thumb-list .news-item .news-info .news-time { font-size: 18px; color: #666666; }
.news-thumb-list .news-item .news-info .news-title { font-size: 18px; color: #333333; }
@media (max-width: 991.98px) { .news-thumb-list .news-item .news-info .news-time, .news-thumb-list .news-item .news-info .news-content { font-size: 16px; } }
@media (max-width: 767.98px) { .news-thumb-list .news-item .news-info .news-title { font-size: 14px; line-height: 1.5; } }

.image-news-list .item .item-wrap { background-color: #ffffff; }
.image-news-list .item .item-wrap .item-time { font-size: 16px; color: #999999; line-height: 36px; margin-bottom: 8px; }
.image-news-list .item .item-wrap .item-title { color: #333333; font-size: 16px; margin-top: 15px; }

.honor-list { margin-top: 4%; }
.honor-list .item .item-img img { position: absolute; max-height: 100%; bottom: 0; }
.honor-list .item .item-title { line-height: 2.2; }

.swiper-focus .news-img { overflow: hidden; }
.swiper-focus .focus-control { position: absolute; right: 10px; bottom: 10px; z-index: 2; }
.swiper-focus .focus-control i { position: relative; display: inline-block; vertical-align: middle; width: 40px; height: 40px; border-radius: 50%; background-color: var(--theme-color); -webkit-transition: background-color .5s; -moz-transition: background-color .5s; -ms-transition: background-color .5s; -o-transition: background-color .5s; transition: background-color .5s; }
.swiper-focus .focus-control i svg { position: absolute; margin: auto; width: 50%; top: 0; bottom: 0; right: 0; left: 0; display: block; }
.swiper-focus .focus-control i svg path { fill: #ffffff; }
.swiper-focus .focus-control i:hover { background-color: rgba(12, 92, 170, 0.5); }
.swiper-focus .focus-control i.swiper-button-disabled { cursor: not-allowed; background-color: rgba(12, 92, 170, 0.5); }

.swiper-news-info { background-color: #f7f9fa; }
.swiper-news-info .news-info .news-title { font-size: 24px; color: #333333; }
@media (max-width: 1199.98px) { .swiper-news-info .news-info .news-title { font-size: 22px; } }
@media (max-width: 991.98px) { .swiper-news-info .news-info .news-title { font-size: 20px; } }
@media (max-width: 767.98px) { .swiper-news-info .news-info .news-title { font-size: 18px; } }
@media (max-width: 575.98px) { .swiper-news-info .news-info .news-title { font-size: 16px; } }
.swiper-news-info .news-info .news-content { color: #666666; font-size: 18px; line-height: 2; }
@media (max-width: 991.98px) { .swiper-news-info .news-info .news-content { font-size: 16px; } }
@media (max-width: 575.98px) { .swiper-news-info .news-info .news-content { font-size: 13px; line-height: 1.5; } }
.swiper-news-info .news-info .news-bottom { border-top: 1px solid #e5e7e8; line-height: 2; }
.swiper-news-info .news-info .news-bottom .news-time { color: #999999; font-size: 15px; }
.swiper-news-info .news-info .news-bottom .news-more { color: #999999; font-size: 15px; }
.swiper-news-info .news-info .news-bottom .news-more:hover { color: var(--theme-color); }

.industry-category { margin-top: 3%; }

.industry-category-swiper .item { -webkit-transition: background-color .5s; -moz-transition: background-color .5s; -ms-transition: background-color .5s; -o-transition: background-color .5s; transition: background-color .5s; }
.industry-category-swiper .item .img-icon { vertical-align: middle; width: 25px; height: 25px; }
.industry-category-swiper .item .img-icon img { -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.industry-category-swiper .item span { -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; font-size: 18px; display: inline-block; vertical-align: middle; }
@media (max-width: 991.98px) { .industry-category-swiper .item span { font-size: 16px; } }
.industry-category-swiper .item:hover, .industry-category-swiper .item.actived { background-color: var(--theme-color); }
.industry-category-swiper .item:hover .img-icon img, .industry-category-swiper .item.actived .img-icon img { filter: contrast(0) grayscale(100%) brightness(100); }
.industry-category-swiper .item:hover span, .industry-category-swiper .item.actived span { color: #ffffff; }

.industry-list .item .item-wrap { background-color: #fff; box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.1); }
.industry-list .item .item-wrap .item-img { overflow: hidden; }
.industry-list .item .item-wrap .item-img img { display: block; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.industry-list .item .item-wrap .item-caption { background-color: #fff; padding: 15px 20px 20px; }
.industry-list .item .item-wrap .item-caption .item-title { font-size: 22px; color: #222523; line-height: 2; }
.industry-list .item .item-wrap .item-caption .item-params { color: #999999; font-size: 18px; }
.industry-list .item .item-wrap .item-caption .item-params span { -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; display: inline-block; vertical-align: middle; position: relative; }
.industry-list .item .item-wrap .item-caption .item-params span:not(:first-child) { margin-left: 5px; }
@media (max-width: 1199.98px) { .industry-list .item .item-wrap .item-caption .item-title { font-size: 20px; }
  .industry-list .item .item-wrap .item-caption .item-params { font-size: 16px; } }
@media (max-width: 767.98px) { .industry-list .item .item-wrap .item-caption { padding: 10px 15px 10px; }
  .industry-list .item .item-wrap .item-caption .item-title { font-size: 18px; }
  .industry-list .item .item-wrap .item-caption .item-params { font-size: 14px; } }
@media (max-width: 575.98px) { .industry-list .item .item-wrap .item-caption { padding: 10px 15px 10px; }
  .industry-list .item .item-wrap .item-caption .item-title { font-size: 16px; }
  .industry-list .item .item-wrap .item-caption .item-params { font-size: 13px; } }
.industry-list .item .item-wrap:hover .item-img img { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); }
.industry-list .item .item-wrap:hover .item-caption .item-title { -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; color: var(--theme-color); }
.industry-list .item .item-wrap:hover .item-caption .item-params { color: #666666; }

.job-list { padding-top: 3%; }
.job-list .job-item .item-head { background-color: #f8f8f8; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; cursor: pointer; }
.job-list .job-item .item-head .item-name { font-size: 20px; text-align: center; }
@media (min-width: 992px) { .job-list .job-item .item-head .item-name { width: 20%; text-align: left; } }
@media (max-width: 575.98px) { .job-list .job-item .item-head .item-name { font-size: 18px; } }
.job-list .job-item .item-head .info-params { flex: 1; padding-right: 10%; }
@media (max-width: 767.98px) { .job-list .job-item .item-head .info-params { font-size: 14px; flex: 0 auto; padding-right: 0; } }
.job-list .job-item .item-head .info-detail { font-size: 14px; flex: 1; }
.job-list .job-item .item-head .info-detail p { flex: 1; color: #666666; line-height: 2; }
.job-list .job-item .item-head .info-detail p span { color: #333333; }
@media (max-width: 575.98px) { .job-list .job-item .item-head .info-detail p { font-size: 14px; } }
.job-list .job-item .item-head .info-more { width: 30px; height: 30px; color: #282828; border-radius: 50%; border: 1px solid currentColor; }
@media (max-width: 991.98px) { .job-list .job-item .item-head .info-more { width: 24px; height: 24px; } }
.job-list .job-item .item-head .info-more i { display: block; width: 100%; height: 100%; position: relative; }
.job-list .job-item .item-head .info-more i::before, .job-list .job-item .item-head .info-more i::after { content: ''; display: block; width: 55%; height: 0; border-bottom: 1px solid currentColor; position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; -webkit-transition: transform .3s,opacity .3s; -moz-transition: transform .3s,opacity .3s; -ms-transition: transform .3s,opacity .3s; -o-transition: transform .3s,opacity .3s; transition: transform .3s,opacity .3s; }
.job-list .job-item .item-head .info-more i::after { width: 0; height: 55%; border-bottom: none; border-left: 1px solid currentColor; }
.job-list .job-item .item-content { border: 1px solid #e6e4e2; padding: 3%; line-height: 2; font-size: 14px; color: #666666; display: none; }
.job-list .job-item .item-content .hr-info .con .con-title { color: #000000; line-height: 2; font-size: 20px; }
@media (max-width: 1199.98px) { .job-list .job-item .item-content .hr-info .con .con-title { font-size: 18px; } }
@media (max-width: 991.98px) { .job-list .job-item .item-content .hr-info .con .con-title { font-size: 16px; } }
.job-list .job-item .item-content .hr-info .con .con-content { line-height: 2; }
@media (max-width: 991.98px) { .job-list .job-item .item-content .hr-info .con .con-content { font-size: 14px; } }
.job-list .job-item .item-content strong { font-size: 16px; font-weight: normal; line-height: 32px; margin: 5px 0; display: block; color: #333333; }
.job-list .job-item .item-content .seek-btn { display: block; margin: 30px auto 0; width: 130px; height: 40px; background-color: #ececec; color: #333333; text-align: center; line-height: 40px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.job-list .job-item .item-content .seek-btn:hover { color: #FFFFFF; background-color: #e23833; }
.job-list .job-item.active .item-head, .job-list .job-item:hover .item-head { background-color: #2378c7; color: #ffffff; }
.job-list .job-item.active .item-head .info-more, .job-list .job-item:hover .item-head .info-more { color: #ffffff; }
.job-list .job-item.active .info-more i::after { -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); transform: translateY(100%); opacity: 0; }

.swiper-style { margin-top: 3%; }

.cases-list { margin-top: 3%; }
.cases-list .item { background-color: #f5f5f5; border-radius: 20px; overflow: hidden; }
.cases-list .item .item-img { border-radius: 20px; overflow: hidden; }
.cases-list .item .item-img img { -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.cases-list .item .item-caption { position: relative; }
.cases-list .item .item-caption::before { content: ''; display: block; position: absolute; width: 100%; height: 135%; background: url("../Image/caption-bg.png") left/contain no-repeat; left: 0; bottom: 0; }
.cases-list .item .item-caption .catption-wrap { position: relative; z-index: 2; padding: 0 30px; line-height: 68px; }
.cases-list .item .item-caption .catption-wrap .item-title { font-size: 20px; color: #333333; }
.cases-list .item .item-caption .catption-wrap .item-title i, .cases-list .item .item-caption .catption-wrap .item-title span { font-style: normal; display: inline-block; vertical-align: middle; }
.cases-list .item .item-caption .catption-wrap .item-title i { margin-right: 10px; }
.cases-list .item .item-caption .catption-wrap .item-title::before { content: ''; display: inline-block; background: url("../Image/icon-jt.png") center/contain no-repeat; width: 22px; height: 18px; margin-right: 15px; vertical-align: middle; }
.cases-list .item .item-caption .catption-wrap .item-more { width: 30px; height: 30px; position: relative; background-color: #b7b7b7; color: #ffffff; border-radius: 50%; border: 1px solid #b7b7b7; }
.cases-list .item .item-caption .catption-wrap .item-more i { position: absolute; width: 35%; height: 1px; margin: auto; top: 0; left: 0; right: 0; bottom: 0; }
.cases-list .item .item-caption .catption-wrap .item-more i::before, .cases-list .item .item-caption .catption-wrap .item-more i::after { content: ''; display: block; position: absolute; width: 100%; height: 100%; background-color: CurrentColor; -webkit-transform-origin: right center; -moz-transform-origin: right center; -ms-transform-origin: right center; -o-transform-origin: right center; transform-origin: right center; }
.cases-list .item .item-caption .catption-wrap .item-more i::before { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
.cases-list .item .item-caption .catption-wrap .item-more i::after { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
@media (max-width: 991.98px) { .cases-list .item .item-caption .catption-wrap { padding: 0 25px; }
  .cases-list .item .item-caption .catption-wrap .item-title { font-size: 18px; }
  .cases-list .item .item-caption .catption-wrap .item-title::before { width: 20px; height: 15px; margin-right: 12px; } }
@media (max-width: 767.98px) { .cases-list .item { border-radius: 15px; }
  .cases-list .item .item-img { border-radius: 15px; }
  .cases-list .item .item-caption .catption-wrap { padding: 0 20px; }
  .cases-list .item .item-caption .catption-wrap .item-title { font-size: 16px; } }
@media (max-width: 575.98px) { .cases-list .item { border-radius: 10px; }
  .cases-list .item .item-img { border-radius: 10px; }
  .cases-list .item .item-caption .catption-wrap { padding: 0 15px; line-height: 42px; }
  .cases-list .item .item-caption .catption-wrap .item-title { font-size: 14px; }
  .cases-list .item .item-caption .catption-wrap .item-title::before { width: 15px; height: 15px; margin-right: 5px; } }
.cases-list .item:hover { background-color: var(--theme-color); }
.cases-list .item:hover .item-img img { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); }
.cases-list .item:hover .item-caption::before { background-image: url("../Image/caption-bg-hover.png"); }
.cases-list .item:hover .item-caption .catption-wrap .item-title { color: #ffffff; }
.cases-list .item:hover .item-caption .catption-wrap .item-more { background-color: transparent; border-color: #ffffff; color: #ffffff; }

.goods-list .item .item-wrap { background-color: #f8f8f8; height: 100%; -webkit-transition: background-color .5s; -moz-transition: background-color .5s; -ms-transition: background-color .5s; -o-transition: background-color .5s; transition: background-color .5s; }
.goods-list .item .item-wrap .item-caption { padding: 28px; }
.goods-list .item .item-wrap .item-caption .item-title { font-size: 22px; color: #333333; -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; }
.goods-list .item .item-wrap .item-caption .item-title::after { content: ''; display: block; width: 1rem; height: 2px; background-color: var(--theme-color); margin: 13px 0; }
.goods-list .item .item-wrap .item-caption .item-desc { line-height: 1.8; color: #999999; -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; }
.goods-list .item .item-wrap .item-caption .item-more { -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; margin-top: 1rem; text-transform: uppercase; font-size: 12px; color: #999999; }
.goods-list .item:hover .item-wrap { background-color: var(--theme-color); }
.goods-list .item:hover .item-wrap .item-caption .item-title { color: #ffffff; }
.goods-list .item:hover .item-wrap .item-caption .item-title::after { background-color: #ffffff; }
.goods-list .item:hover .item-wrap .item-caption .item-desc { color: #f4f6f8; opacity: .5; }
.goods-list .item:hover .item-wrap .item-caption .item-more { opacity: .5; color: #f4f6f8; }

.goods-info .goods-top { padding-top: 3%; padding-bottom: 3%; }
.goods-info .goods-top .goods-left { padding: 5% 10%; }
.goods-info .goods-top .goods-left .goods-title { clear: both; font-size: 30px; font-weight: 100; line-height: 2; }
.goods-info .goods-top .goods-left .goods-desc { color: #333333; line-height: 2; border-bottom: 1px solid #eeeeee; padding-bottom: 1rem; position: relative; }
.goods-info .goods-top .goods-left .goods-desc::after { content: ''; position: absolute; width: 38px; height: 4px; background-color: var(--theme-color); margin: auto; bottom: -1px; left: 0; -webkit-transition: width .5s; -moz-transition: width .5s; -ms-transition: width .5s; -o-transition: width .5s; transition: width .5s; }
.goods-info .goods-top .goods-left .goods-desc:hover::after { width: 52px; }
.goods-info .goods-top .goods-left .goods-contact { border-bottom: 1px solid #eeeeee; }
.goods-info .goods-top .goods-left .goods-contact .contact-icon { margin-right: 10px; }
.goods-info .goods-top .goods-left .goods-contact .contact-icon svg { display: inline-block; width: 36px; height: 36px; fill: var(--theme-color); }
.goods-info .goods-top .goods-left .goods-contact .info-tips { line-height: 2; color: #555555; }
.goods-info .goods-top .goods-left .goods-contact .tel-num { line-height: 1.2; font-family: AvianBold; color: var(--theme-blue); font-size: 28px; }
.goods-info .goods-top .goods-left .goods-service { margin: 2rem auto; }
.goods-info .goods-top .goods-left .goods-service .service-item { padding: 2.5% 0; }
.goods-info .goods-top .goods-left .goods-service .service-item .item-icon { width: 32px; height: 32px; position: relative; margin: 0 auto 10px; }
.goods-info .goods-top .goods-left .goods-service .service-item .item-icon svg { position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; display: block; width: 100%; height: 100%; }
.goods-info .goods-top .goods-left .goods-service .service-item .item-icon svg path { fill: var(--theme-color); }
.goods-info .goods-top .goods-left .goods-service .service-item .item-name { text-align: center; color: #666666; line-height: 2; }
@media (min-width: 1680px) { .goods-info .goods-top .goods-left .goods-service .service-item { padding: 4% 0; }
  .goods-info .goods-top .goods-left .goods-service .service-item .item-icon { width: 42px; height: 42px; }
  .goods-info .goods-top .goods-left .goods-service .service-item .item-name { font-size: 18px; } }
.goods-info .goods-top .goods-left .goods-service .service-item:hover .item-icon { -webkit-animation: swing 1s; -o-animation: swing 1s; animation: swing 1s; }
.goods-info .goods-top .goods-left .goods-quick-nav { margin-top: 1rem; }
.goods-info .goods-top .goods-left .goods-quick-nav .nav-btn { background-color: #272727; height: 58px; flex: 0 auto; width: 45%; text-align: center; border-radius: 5px; }
.goods-info .goods-top .goods-left .goods-quick-nav .nav-btn:nth-child(2) { background-color: var(--theme-color); }
.goods-info .goods-top .goods-left .goods-quick-nav .nav-btn svg { display: inline-block; height: 26px; width: 26px; vertical-align: middle; }
.goods-info .goods-top .goods-left .goods-quick-nav .nav-btn svg path { fill: #ffffff; }
.goods-info .goods-top .goods-left .goods-quick-nav .nav-btn span { margin-left: 20px; vertical-align: middle; color: #ffffff; }
@media (max-width: 1199.98px) { .goods-info .goods-top .goods-left .goods-title { font-size: 24px; }
  .goods-info .goods-top .goods-left .goods-quick-nav .nav-btn { height: 48px; } }
@media (max-width: 767.98px) { .goods-info .goods-top .goods-left .goods-title { font-size: 18px; }
  .goods-info .goods-top .goods-left .goods-quick-nav .nav-btn { height: 36px; font-size: 13px; }
  .goods-info .goods-top .goods-left .goods-quick-nav .nav-btn svg { width: 24px; height: 24px; } }
@media (max-width: 575.98px) { .goods-info .goods-top .goods-left { padding: 3% 4%; }
  .goods-info .goods-top .goods-left .goods-catname { font-size: 16px; }
  .goods-info .goods-top .goods-left .goods-title { font-size: 18px; }
  .goods-info .goods-top .goods-left .goods-desc { font-size: 13px; }
  .goods-info .goods-top .goods-left .goods-contact { font-size: 13px; }
  .goods-info .goods-top .goods-left .goods-contact .tel-num { font-size: 20px; }
  .goods-info .goods-top .goods-left .goods-quick-nav .nav-btn { width: 48%; height: 32px; font-size: 12px; }
  .goods-info .goods-top .goods-left .goods-quick-nav .nav-btn svg { width: 22px; height: 22px; }
  .goods-info .goods-top .goods-left .goods-quick-nav .nav-btn span { margin-left: 10px; } }
.goods-info .goods-top .goods-preview-box .preview-image { position: relative; }
.goods-info .goods-top .goods-preview-box .preview-image .swiper-pagination-bullet { height: 7px; width: 7px; border-radius: 10px; -webkit-transition: width .5s,opacity .5s; -moz-transition: width .5s,opacity .5s; -ms-transition: width .5s,opacity .5s; -o-transition: width .5s,opacity .5s; transition: width .5s,opacity .5s; opacity: 1; background-color: #333333; }
.goods-info .goods-top .goods-preview-box .preview-image .swiper-pagination-bullet.swiper-pagination-bullet-active { width: 2rem; background-color: var(--theme-color); }
.goods-info .goods-top .goods-preview-box .preview-image .play-btn { position: absolute; width: 80px; height: 80px; filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.1)); border-radius: 50%; right: 10%; bottom: 10%; z-index: 2; cursor: pointer; }
@media (max-width: 767.98px) { .goods-info .goods-top .goods-preview-box .preview-image .play-btn { width: 65px; height: 65px; } }
@media (max-width: 575.98px) { .goods-info .goods-top .goods-preview-box .preview-image .play-btn { width: 50px; height: 50px; } }
.goods-info .goods-top .goods-preview-box .preview-image .play-btn svg { width: 100%; height: 100%; }
.goods-info .goods-top .goods-preview-box .preview-image .play-btn svg path { fill: var(--theme-color); }
.goods-info .goods-top .goods-preview-box .preview-thumb .item .item-wrap { background-color: #fff; position: relative; overflow: hidden; border: 1px solid #ebebeb; -webkit-transition: border-color .5s; -moz-transition: border-color .5s; -ms-transition: border-color .5s; -o-transition: border-color .5s; transition: border-color .5s; }
.goods-info .goods-top .goods-preview-box .preview-thumb .item .item-wrap img { -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.goods-info .goods-top .goods-preview-box .preview-thumb .item:hover .item-wrap { border-color: var(--theme-color); }
.goods-info .goods-top .goods-preview-box .preview-thumb .item:hover .item-wrap img { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); }
.goods-info .goods-top .goods-preview-box .preview-thumb .item.swiper-slide-thumb-active .item-wrap { border-color: var(--theme-color); }
.goods-info .goods-top .goods-preview-box .preview-thumb .item.swiper-slide-thumb-active .item-wrap img { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); }
.goods-info .goods-bottom .goods-info-nav { border-bottom: 1px solid #f1f1f1; }
.goods-info .goods-bottom .goods-info-nav .nav-item { position: relative; }
.goods-info .goods-bottom .goods-info-nav .nav-item .item-name { position: relative; color: #3d3d3d; font-size: 20px; padding: 15px 50px; display: block; line-height: 46px; -webkit-transition: color .5s,background-color .5s; -moz-transition: color .5s,background-color .5s; -ms-transition: color .5s,background-color .5s; -o-transition: color .5s,background-color .5s; transition: color .5s,background-color .5s; }
.goods-info .goods-bottom .goods-info-nav .nav-item .item-name::after { content: ''; display: block; position: absolute; margin: auto; left: 0; right: 0; width: 45%; height: 2px; background-color: var(--theme-color); bottom: -1px; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; transform: scaleX(0); }
.goods-info .goods-bottom .goods-info-nav .nav-item .item-name:hover, .goods-info .goods-bottom .goods-info-nav .nav-item .item-name.active { color: var(--theme-color); }
.goods-info .goods-bottom .goods-info-nav .nav-item .item-name:hover::after, .goods-info .goods-bottom .goods-info-nav .nav-item .item-name.active::after { transform: scaleX(1); }
@media (max-width: 991.98px) { .goods-info .goods-bottom .goods-info-nav .nav-item .item-name { font-size: 18px; line-height: 38px; padding: 8px 30px; } }
@media (max-width: 767.98px) { .goods-info .goods-bottom .goods-info-nav .nav-item .item-name { font-size: 14px; line-height: 2; padding: 5px 20px; } }
@media (max-width: 575.98px) { .goods-info .goods-bottom .goods-info-nav .nav-item .item-name { font-size: 12px; padding: 2px 6px; border-radius: 0; } }
.goods-info .goods-bottom .detail-section { margin-top: -4%; padding-top: 4%; }
.goods-info .goods-bottom .detail-section .sec-wrap { padding: 3% 0; }
.goods-info .goods-bottom .detail-section .sec-wrap .sec-head .head-icon { width: 8px; height: 8px; background-color: var(--theme-color); margin-right: 8px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.goods-info .goods-bottom .detail-section .sec-wrap .sec-head .head-name { font-size: 24px; color: #302e2f; }
@media (max-width: 991.98px) { .goods-info .goods-bottom .detail-section .sec-wrap .sec-head .head-name { font-size: 20px; } }
@media (max-width: 767.98px) { .goods-info .goods-bottom .detail-section .sec-wrap .sec-head .head-name { font-size: 18px; } }
.goods-info .goods-bottom .detail-section .goods-detail img { max-width: 100% !important; height: auto !important; vertical-align: bottom; }
.goods-info .goods-bottom .detail-section .adv-swiper .item { height: auto; }
.goods-info .goods-bottom .detail-section .adv-swiper .item .item-wrap { padding: 8%; -webkit-transition: background-color .5s; -moz-transition: background-color .5s; -ms-transition: background-color .5s; -o-transition: background-color .5s; transition: background-color .5s; }
.goods-info .goods-bottom .detail-section .adv-swiper .item .item-head .head-num { -webkit-text-stroke: 1px rgba(167, 167, 167, 0.5); -webkit-text-fill-color: transparent; font-size: 72px; font-family: AvianBold; margin-right: 15px; line-height: 1; transition: all .5s; }
.goods-info .goods-bottom .detail-section .adv-swiper .item .item-head .head-name .cn-name { font-size: 24px; color: #000000; }
.goods-info .goods-bottom .detail-section .adv-swiper .item .item-head .head-name .en-name { color: #a2a2a2; font-size: 18px; text-transform: uppercase; }
.goods-info .goods-bottom .detail-section .adv-swiper .item .item-content { color: #888888; line-height: 32px; }
@media (min-width: 992px) { .goods-info .goods-bottom .detail-section .adv-swiper .item:hover { background-color: #f9f9f9; }
  .goods-info .goods-bottom .detail-section .adv-swiper .item:hover .item-head .head-num { -webkit-text-stroke-color: var(--theme-red); }
  .goods-info .goods-bottom .detail-section .adv-swiper .item:hover .item-content { color: #666; } }
@media (max-width: 991.98px) { .goods-info .goods-bottom .detail-section .adv-swiper .item { background-color: #f9f9f9; }
  .goods-info .goods-bottom .detail-section .adv-swiper .item .item-head .head-num { -webkit-text-stroke-color: var(--theme-red); }
  .goods-info .goods-bottom .detail-section .adv-swiper .item .item-head .head-name .cn-name { font-size: 20px; }
  .goods-info .goods-bottom .detail-section .adv-swiper .item .item-head .head-name .cn-name { font-size: 16px; }
  .goods-info .goods-bottom .detail-section .adv-swiper .item .item-content { color: #666; } }
.goods-info .goods-bottom table { width: 100% !important; margin-bottom: 5px; border: 1px solid #f3f3f3; }
.goods-info .goods-bottom table tr { -webkit-transition: background-color .5s; -moz-transition: background-color .5s; -ms-transition: background-color .5s; -o-transition: background-color .5s; transition: background-color .5s; }
.goods-info .goods-bottom table tr:nth-child(even) { background-color: #f8f8f8 !important; text-align: center; }
.goods-info .goods-bottom table td { border: none !important; width: auto !important; padding: 3px !important; text-align: center; vertical-align: middle; }
.goods-info .goods-bottom table td p:nth-of-type(1) { text-align: center !important; }
@media (min-width: 1200px) { .goods-info .goods-bottom table td { padding: 5px !important; } }
