﻿
@import url("lovelo.css");
@import url("bahnschrift.css");
@import url("Avian.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; }

/*播放器控制栏*/
.jw-controlbar { width: 100%; }

.popup-box { position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 9999; display: none; }
.popup-box::before { content: ''; display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background-color: rgba(0, 0, 0, 0.85); }
.popup-box .popup-wrapper { width: 73%; height: 100%; margin: 0 auto; position: relative; z-index: 2; }
@media (max-width: 575.98px) { .popup-box .popup-wrapper { width: 100%; } }
.popup-box .popup-wrapper .popup-container { position: relative; height: 100%; display: flex; flex-direction: column; justify-content: center; }
.popup-box .popup-close { position: absolute; width: 50px; height: 50px; border-radius: 50%; top: 5%; right: 5%; border: 1px solid var(--theme-color); -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; cursor: pointer; z-index: 8; }
.popup-box .popup-close::before, .popup-box .popup-close::after { content: ''; display: block; position: absolute; margin: auto; height: 1px; width: 45%; top: 0; bottom: 0; left: 0; right: 0; background-color: var(--theme-color); -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.popup-box .popup-close::before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.popup-box .popup-close::after { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
.popup-box .popup-close:hover::before, .popup-box .popup-close:hover::after { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }

@font-face { font-family: "StopD"; src: url("../font/StopD.ttf") format("truetype"); font-weight: bold; font-style: normal; }
@font-face { font-family: "MiSans-Bold"; src: url("../font/MiSans-Bold.ttf") format("truetype"); font-weight: bold; font-style: normal; }
@font-face { font-family: "MiSans-ExtraLight"; src: url("../font/MiSans-ExtraLight.ttf") format("truetype"); font-style: normal; }
@font-face { font-family: "MiSans-Normal"; src: url("../font/MiSans-Normal.ttf") format("truetype"); font-style: normal; }
@font-face { font-family: "MiSans-Medium"; src: url("../font/MiSans-Medium.ttf") format("truetype"); font-style: normal; }
@font-face { font-family: "BaiJamjuree"; src: url("/static/index/zm001/font/BaiJamjuree/BaiJamjuree-Regular.otf") format("OpenType"); font-weight: 300; font-style: normal; }
.font-baiJamjuree { font-family: 'BaiJamjuree'; }

body { color: #222222; --theme-red:#e80125; --theme-color: #d8262c; --theme-bgcolor:#e0d3c8; --theme-green:#8eb031; }

.ratio-5x3 { --mdb-aspect-ratio: calc(3 / 5 * 100%); }

.ratio-5x7 { --mdb-aspect-ratio: calc(5 / 7 * 100%); }

.red { color: var(--theme-color) !important; }

@media (min-width: 1680px) { .container, .container-xl { max-width: 1624px; /*max-width: 1524px;*/ } }
@keyframes upDown { 0% { opacity: 0; transform: translateY(-30px); }
  50% { opacity: 1; transform: translateY(0); }
  100% { opacity: 0; 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); } }
@keyframes arrowRun { 0% { transform: translate3d(0%, 0%, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg); transform-style: preserve-3d; }
  7% { transform: translate3d(150%, -150%, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg); transform-style: preserve-3d; }
  7.1% { transform: translate3d(-150%, 150%, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg); transform-style: preserve-3d; }
  14% { transform: translate3d(0%, 0%, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg); transform-style: preserve-3d; } }
@keyframes rotate360 { 0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); } }
.ms-preloader { width: 100%; height: 100%; position: fixed; z-index: 9999999; top: 0; left: 0; opacity: 1; visibility: visible; background-color: #151515; }

.ratio-flash { --mdb-aspect-ratio: 48.95%; }

.wrapper-table { width: 100%; overflow-x: scroll; }

.ratio-honor { --mdb-aspect-ratio: calc( 325 / 235 * 100%); }

.svg-jt.jt-top-end { -webkit-transform: rotate(-135deg); -moz-transform: rotate(-135deg); -ms-transform: rotate(-135deg); -o-transform: rotate(-135deg); transform: rotate(-135deg); }

.icon-jt { color: #000; width: 18px; height: 18px; position: relative; border: 1px solid CurrentColor; display: block; border-left: none; border-bottom: none; }
.icon-jt::before { content: ''; display: block; height: 1px; width: 143%; position: absolute; right: 0; background: currentColor; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-transform-origin: top right; -moz-transform-origin: top right; -ms-transform-origin: top right; -o-transform-origin: top right; transform-origin: top right; }

.header { position: sticky; background-color: #ffffff; width: 100%; z-index: 110; --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:auto; }
@media (max-width: 1199.98px) { .header { --header-height:90px; } }
.header .header-wrap { padding-left: 3%; 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 .logo img.logo-white { display: none; }
.header .header-wrap .logo img.logo-normal { display: block; }
.header .header-wrap .header-right { width: 75%; padding-right: 2rem; }
@media (max-width: 1400px) { .header .header-wrap .header-right { width: 80%; } }
.header .header-wrap .nav { flex: 1; padding: 0 3%; }
.header .header-wrap .nav li { flex: 1; text-align: center; position: relative; overflow: hidden; }
.header .header-wrap .nav li::before { content: ''; display: block; position: absolute; width: 5px; margin: auto; top: 0; left: 20%; bottom: 0; height: 16px; background-color: var(--theme-color); -webkit-transition: transform .5s, opacity .5s; -moz-transition: transform .5s, opacity .5s; -ms-transition: transform .5s, opacity .5s; -o-transition: transform .5s, opacity .5s; transition: transform .5s, opacity .5s; -webkit-transform: skewX(-20deg) translateX(-50%); -moz-transform: skewX(-20deg) translateX(-50%); -ms-transform: skewX(-20deg) translateX(-50%); -o-transform: skewX(-20deg) translateX(-50%); transform: skewX(-20deg) translateX(-50%); opacity: 0; }
.header .header-wrap .nav li.active::before, .header .header-wrap .nav li:hover::before { -webkit-transform: skewX(-20deg) translateX(0); -moz-transform: skewX(-20deg) translateX(0); -ms-transform: skewX(-20deg) translateX(0); -o-transform: skewX(-20deg) translateX(0); transform: skewX(-20deg) translateX(0); opacity: 1; }
@media (max-width: 1399.98px) { .header .header-wrap .nav li.active::before, .header .header-wrap .nav li:hover::before { -webkit-transform: skewX(-20deg) translateX(-0.5rem); -moz-transform: skewX(-20deg) translateX(-0.5rem); -ms-transform: skewX(-20deg) translateX(-0.5rem); -o-transform: skewX(-20deg) translateX(-0.5rem); transform: skewX(-20deg) translateX(-0.5rem); } }
.header .header-wrap .nav li.active a, .header .header-wrap .nav li:hover a { color: var(--theme-color); }
.header .header-wrap .header-search { width: 120px; text-align: center; position: relative; color: var(--theme-color); }
.header .header-wrap .header-search::before { content: ''; display: block; position: absolute; margin: auto; top: 0; bottom: 0; height: 15px; width: 1px; background-color: #333333; }
.header .header-wrap .header-search svg { width: 22px; height: 22px; display: inline-block; vertical-align: middle; }
.header .header-wrap .header-search svg path { fill: currentColor; }
.header .header-wrap .header-search span { display: inline-block; vertical-align: middle; }
.header .header-wrap .header-lang { position: relative; }
.header .header-wrap .header-lang .lang-current { color: #ffffff; background-color: var(--theme-color); line-height: 1.5; border-radius: 10rem; padding: 2px 15px; font-size: 14px; position: relative; }
.header .header-wrap .header-lang .lang-current span { letter-spacing: 3px; font-weight: 100; }
.header .header-wrap .header-lang .lang-current svg { margin-left: 5px; width: 18px; height: auto; display: block; }
.header .header-wrap .header-lang .lang-current svg path { fill: #ffffff; }
.header .header-wrap .header-lang .lang-select { position: absolute; top: 100%; width: 100%; text-align: center; line-height: 2; font-size: 14px; padding-top: 4px; display: none; }
.header .header-wrap .header-lang .lang-select ul { position: relative; position: relative; margin-top: 5px; background-color: #ebebeb; border-radius: 5rem; padding: 2px 15px; line-height: 1.5; }
.header .header-wrap .header-lang .lang-select ul::before { content: ''; display: block; width: 0; height: 0; border: 4px solid transparent; border-bottom-color: #ebebeb; position: absolute; margin: auto; left: 0; right: 0; top: -8px; }
.header .header-wrap .header-lang .lang-select ul li a { display: block; }
.header .header-wrap .header-lang:hover .lang-select { display: block; }
@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-min { --header-height: 70px; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); }
.header.header-min .header-wrap .logo img { height: 50px; }
@media (max-width: 1399.98px) { .header { --nav-width: 60%; } }
@media (max-width: 1199.98px) { .header { --nav-width: 60%; } }
@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: 767.98px) { .header { --header-height:66px; --logo-width:50%; }
  .header .header-wrap .logo img { height: 42px; }
  .header.header-min { --header-height:60px; } }
@media (max-width: 575.98px) { .header { --header-height:60px; --logo-width:50%; }
  .header .header-wrap .logo img { height: 32px; }
  .header.header-min { --header-height:60px; } }

.index-page .header { border-bottom: none; position: fixed; background-color: transparent; }
.index-page .header .header-wrap1 .logo img { filter: contrast(0) grayscale(100%) brightness(100); }
.index-page .header .header-wrap1 .nav li a { color: #ffffff; }
.index-page .header .header-wrap1 .header-right .header-lang a { color: #ffffff; }
.index-page .header .header-wrap1 .header-right .header-search { color: #ffffff; }
.index-page .header:hover, .index-page .header.header-white, .index-page .header.header-min { background-color: #ffffff; }
.index-page .header:hover .header-wrap, .index-page .header.header-white .header-wrap, .index-page .header.header-min .header-wrap { box-shadow: 0.829px 0.559px 21px 0px rgba(52, 102, 206, 0.15); }
.index-page .header:hover .header-wrap .logo img, .index-page .header.header-white .header-wrap .logo img, .index-page .header.header-min .header-wrap .logo img { filter: none !important; }
.index-page .header:hover .header-wrap .nav li a, .index-page .header.header-white .header-wrap .nav li a, .index-page .header.header-min .header-wrap .nav li a { color: #333333; }
.index-page .header:hover .header-wrap .nav li:hover a, .index-page .header.header-white .header-wrap .nav li:hover a, .index-page .header.header-min .header-wrap .nav li:hover a { color: var(--theme-color); }
.index-page .header:hover .header-wrap .header-right .right-item, .index-page .header.header-white .header-wrap .header-right .right-item, .index-page .header.header-min .header-wrap .header-right .right-item { border-left-color: #eeeeee; }
.index-page .header:hover .header-wrap .header-right .header-lang a, .index-page .header.header-white .header-wrap .header-right .header-lang a, .index-page .header.header-min .header-wrap .header-right .header-lang a { color: #333333; }
.index-page .header:hover .header-wrap .header-right .header-search, .index-page .header.header-white .header-wrap .header-right .header-search, .index-page .header.header-min .header-wrap .header-right .header-search { color: #333333; }

.dropdown-nav { position: absolute; width: 100%; height: 260px; 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-rightbar { flex: 0 0 auto; width: 28%; position: relative; }
.dropdown-nav .nav-rightbar::before { content: ''; display: block; position: absolute; width: 50vw; height: 100%; top: 0; left: 0; background: url("../image/dropdown-bg.jpg") left/cover no-repeat var(--theme-color); }
.dropdown-nav .nav-rightbar .right-wrap { z-index: 2; position: relative; z-index: 2; height: 100%; color: #ffffff; padding-left: 3vw; }
.dropdown-nav .nav-rightbar .right-wrap a { color: #ffffff; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.dropdown-nav .nav-rightbar .right-wrap p { font-size: 22px; line-height: 2; }
.dropdown-nav .nav-rightbar .right-wrap ul li a { font-size: 16px; line-height: 2; display: block; position: relative; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.dropdown-nav .nav-rightbar .right-wrap ul li a:hover { opacity: .8; }
.dropdown-nav .nav-rightbar .right-wrap ul li a:hover::after { content: ''; }
.dropdown-nav .nav-rightbar .right-wrap .nav-contact { margin-top: 1rem; }
.dropdown-nav .nav-rightbar .right-wrap .nav-contact .contact-title svg { width: 24px; height: 24px; }
.dropdown-nav .nav-rightbar .right-wrap .nav-contact .contact-title svg path { fill: #ffffff; }
.dropdown-nav .nav-rightbar .right-wrap .nav-contact .contact-title span { font-size: 14px; }
.dropdown-nav .nav-rightbar .right-wrap .nav-contact .contact-number { font-size: 22px; font-weight: bold; line-height: 2; }
.dropdown-nav .nav-container { flex: 0 0 auto; width: 62%; }
.dropdown-nav .nav-container .child-item { display: none; height: 100%; }
.dropdown-nav .nav-container .child-item .item-info-wrap { padding-right: 5%; height: 100%; }
.dropdown-nav .nav-container .child-item .item-info-wrap .info-title { color: #333; line-height: 1; font-size: 28px; }
.dropdown-nav .nav-container .child-item .item-info-wrap .info-desc { line-height: 2; color: #666666; }
.dropdown-nav .nav-container .child-item .item-info-wrap ul li { position: relative; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.dropdown-nav .nav-container .child-item .item-info-wrap ul li a { line-height: 4; border-bottom: 1px solid #eaeaea; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; position: relative; -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 .item-info-wrap ul li a::after { content: ''; display: block; position: absolute; z-index: 2; left: 0; bottom: -1px; width: 100%; height: 1px; 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); -webkit-transform-origin: left; -moz-transform-origin: left; -ms-transform-origin: left; -o-transform-origin: left; transform-origin: left; }
.dropdown-nav .nav-container .child-item .item-info-wrap ul li a::before { content: ''; display: inline-block; vertical-align: middle; margin-right: 12px; width: 5px; height: 5px; -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 .item-info-wrap ul li:hover a::after { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); -webkit-transform-origin: right; -moz-transform-origin: right; -ms-transform-origin: right; -o-transform-origin: right; transform-origin: right; }
.dropdown-nav .nav-container .child-item .item-info-wrap 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 .child-nav .nav-item { padding: 0 1.5%; }
.dropdown-nav .nav-container .child-item .child-nav .nav-item .item-img { overflow: hidden; }
.dropdown-nav .nav-container .child-item .child-nav .nav-item .item-img .img-wrap img { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; }
.dropdown-nav .nav-container .child-item .child-nav .nav-item .item-name { color: #333333; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.dropdown-nav .nav-container .child-item .child-nav .nav-item:hover .item-name { color: var(--theme-red); }
.dropdown-nav .nav-container .child-item.active { display: block; }
.dropdown-nav .nav-container .child-item.item-3 .child-nav .nav-item .item-img { width: 60px; margin: 0 auto; }
.dropdown-nav .nav-container .child-item.item-3 .child-nav .nav-item:hover .item-img img { -webkit-animation: swing 1 1s linear; -o-animation: swing 1 1s linear; animation: swing 1 1s linear; }

.dropdown-search { position: absolute; width: 100%; height: 280px; display: none; left: 0; background: #fafafa; }
.dropdown-search .search-form .search-title { font-size: 32px; color: #333333; margin-bottom: 2%; }
.dropdown-search .search-form .form-wrap { width: 75%; margin: 0 auto; }
.dropdown-search .search-form .form-wrap .select-model li { line-height: 42px; padding: 0 52px; cursor: pointer; background-color: #f4f4f4; margin-right: 10px; color: #999999; border-radius: 5px 5px 0 0; }
.dropdown-search .search-form .form-wrap .select-model li.active { background-color: var(--theme-color); color: #ffffff; }
.dropdown-search .search-form .form-wrap .search-wrap { background-color: #ffffff; padding: 15px 20px; border-radius: 0 5px 5px 5px; }
.dropdown-search .search-form .form-wrap .search-input { display: block; flex: 1; border: none; background: transparent; outline: none; }
.dropdown-search .search-form .form-wrap .search-submit { display: block; border: none; background: none; }
.dropdown-search .search-form .form-wrap .search-submit svg { width: 36px; height: 36px; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.dropdown-search .search-form .form-wrap .search-submit svg path { fill: #242121; }
.dropdown-search .search-form .form-wrap .search-submit:hover svg path { fill: var(--theme-color); }
.dropdown-search .search-form .form-wrap .hot-products a { display: inline-block; margin-right: 8px; line-height: 2; }

.more-icon2 { 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-icon2 svg { width: 40%; height: 40%; fill: #666; }
.more-icon2:hover { background-color: var(--theme-color); }
.more-icon2: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%); }
@media (min-width: 992px) { .mobile-nav { display: none; } }
.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 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: 1366px) { .swiper-banner .banner-item img { width: 100vw; height: 100vh; object-fit: cover; } }

.sbanner-box { background-size: cover; background-position: center; background-repeat: no-repeat; height: 680px; position: relative; }
.sbanner-box .sbanner-wrap { height: 100%; padding-bottom: 5%; }
.sbanner-box .sbanner-wrap .sbanner-name { position: relative; color: #ffffff; }
.sbanner-box .sbanner-wrap .sbanner-name .cn-name { font-size: 60px; position: relative; z-index: 2; }
.sbanner-box .sbanner-wrap .sbanner-name .en-name { font-size: 20px; text-transform: uppercase; }
.sbanner-box .sbanner-wrap .sbanner-icon { margin-top: 5%; width: 36px; height: 36px; position: relative; background-color: var(--theme-color); overflow: hidden; }
.sbanner-box .sbanner-wrap .sbanner-icon svg { width: 60%; height: 60%; position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; animation: upDown 3s infinite; }
.sbanner-box .sbanner-wrap .sbanner-icon svg path { fill: #ffffff; }
@media (max-width: 1399.98px) { .sbanner-box { height: 420px; }
  .sbanner-box .sbanner-wrap .sbanner-name .cn-name { font-size: 26px; }
  .sbanner-box .sbanner-wrap .sbanner-name .en-name { font-size: 14px; } }
@media (max-width: 1199.98px) { .sbanner-box { height: 360px; }
  .sbanner-box .sbanner-wrap .sbanner-name .cn-name { font-size: 26px; }
  .sbanner-box .sbanner-wrap .sbanner-name .en-name { font-size: 14px; } }
@media (max-width: 991.98px) { .sbanner-box { height: 280px; }
  .sbanner-box .sbanner-wrap .sbanner-name .cn-name { font-size: 26px; }
  .sbanner-box .sbanner-wrap .sbanner-name .en-name { font-size: 14px; } }
@media (max-width: 575.98px) { .sbanner-box { height: 220px; }
  .sbanner-box .sbanner-wrap .sbanner-name .cn-name { font-size: 22px; }
  .sbanner-box .sbanner-wrap .sbanner-name .en-name { font-size: 12px; } }

.contact-page .sbanner-box { height: 800px; }
.contact-page .sbanner-box .sbanner-wrap .sbanner-name { color: #333333; }
.contact-page .sbanner-box .pos-icon { position: absolute; width: 50%; height: 100%; z-index: 3; right: 0; top: 0; }
@media (max-width: 1399.98px) { .contact-page .sbanner-box { height: 720px; } }
@media (max-width: 1199.98px) { .contact-page .sbanner-box { height: 600px; } }
@media (max-width: 991.98px) { .contact-page .sbanner-box { height: 520px; } }
@media (max-width: 767.98px) { .contact-page .sbanner-box { height: 460px; } }
@media (max-width: 575.98px) { .contact-page .sbanner-box { height: 320px; } }

#dituContent { filter: grayscale(1); }

.bottom-service { background: url("../image/bottom-bg.jpg") center/cover no-repeat; padding: 4.1% 0; }
.bottom-service .bottom-left { color: #ffffff; font-size: 26px; line-height: 1.8; }
@media (max-width: 1399.98px) { .bottom-service .bottom-left { font-size: 24px; } }
@media (max-width: 1199.98px) { .bottom-service .bottom-left { font-size: 22px; } }
@media (max-width: 991.98px) { .bottom-service .bottom-left { font-size: 20px; line-height: 1.5; } }
@media (max-width: 767.98px) { .bottom-service .bottom-left { font-size: 18px; } }
@media (max-width: 575.98px) { .bottom-service .bottom-left { font-size: 16px; } }
.bottom-service .bottom-more a { display: inline-block; line-height: 46px; color: #ffffff; border: 1px solid rgba(255, 255, 255, 0.4); width: 160px; text-align: center; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
@media (max-width: 991.98px) { .bottom-service .bottom-more a { width: 140px; font-size: 14px; line-height: 42px; } }
@media (max-width: 767.98px) { .bottom-service .bottom-more a { width: 140px; font-size: 14px; line-height: 32px; } }
@media (max-width: 575.98px) { .bottom-service .bottom-more a { width: 120px; font-size: 12px; } }
.bottom-service .bottom-more a:hover { border-color: var(--theme-color); color: var(--theme-color); }

.footer { background: #252525; }
.footer .footer-left { width: 30%; }
.footer .footer-left .footer-logo { margin-bottom: 1.5vw; }
.footer .footer-left .footer-logo img { height: auto; }
.footer .footer-left .footer-contact .contact-item { color: #ffffff; font-size: 20px; line-height: 2; margin-bottom: 1rem; }
.footer .footer-left .qrcode-box { padding-bottom: 1.5vw; }
.footer .footer-left .qrcode-box .qrcode-item { margin-top: .5rem; text-align: center; max-width: 150px; }
.footer .footer-left .qrcode-box .qrcode-item .item-img { border: 1px solid rgba(255, 255, 255, 0.1); padding: 10px; position: relative; }
.footer .footer-left .qrcode-box .qrcode-item .item-img i { position: absolute; display: block; width: 12px; height: 12px; margin: auto; border: 3px solid #da0000; }
.footer .footer-left .qrcode-box .qrcode-item .item-img i:nth-child(1) { top: -2px; left: -2px; border-right: none; border-bottom: none; }
.footer .footer-left .qrcode-box .qrcode-item .item-img i:nth-child(2) { top: -2px; right: -2px; border-left: none; border-bottom: none; }
.footer .footer-left .qrcode-box .qrcode-item .item-img i:nth-child(3) { bottom: -2px; left: -2px; border-right: none; border-top: none; }
.footer .footer-left .qrcode-box .qrcode-item .item-img i:nth-child(4) { bottom: -2px; right: -2px; border-left: none; border-top: none; }
.footer .footer-left .qrcode-box .qrcode-item .item-title { color: #666666; line-height: 2; font-size: 14px; margin-top: .5rem; }
@media (max-width: 1399.98px) { .footer .footer-left { width: 32%; } }
@media (max-width: 1199.98px) { .footer .footer-left { width: 35%; } }
@media (max-width: 991.98px) { .footer .footer-left { width: 100%; margin: 0 auto; border-right: none; } }
@media (max-width: 767.98px) { .footer .footer-left { width: 95%; } }
@media (max-width: 575.98px) { .footer .footer-left { width: 98%; } }
.footer .footer-nav { flex: 1; padding-right: 3vw; }
.footer .footer-nav .nav-item { flex: 1; max-width: 20%; }
.footer .footer-nav .nav-item dt { line-height: 2; margin-bottom: .75rem; }
.footer .footer-nav .nav-item dt::after { content: ''; display: block; height: 2px; background-color: var(--theme-color); width: 1rem; margin: 12px 0; -webkit-transition: width .5s; -moz-transition: width .5s; -ms-transition: width .5s; -o-transition: width .5s; transition: width .5s; }
.footer .footer-nav .nav-item dt a { color: #ffffff; font-weight: normal; -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; font-size: 18px; }
.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: #666666; line-height: 32px; font-size: 14px; }
@media (min-width: 1680px) { .footer .footer-nav .nav-item dd ul li a { font-size: 16px; line-height: 36px; } }
.footer .footer-nav .nav-item dd ul li:hover a { color: white; }
.footer .footer-nav .nav-item:hover dt::after { width: 2rem; }
.footer .copyright { border-top: 1px solid rgba(255, 255, 255, 0.2); color: #979797; opacity: .5; font-size: 14px; line-height: 2; }
.footer .copyright a { -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; color: #979797; }
.footer .copyright a:hover { color: #ffffff; }

.location-box { font-size: 16px; --location-height:90px; height: 0; }
.location-box .location-box-wrap { color: #ffffff; -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%); line-height: 2; height: var(--location-height); }
.location-box .location-box-wrap .container-fluid { height: 100%; }
.location-box .location-box-wrap .channel-nav li { 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:not(:first-child)::before { content: ''; display: block; position: absolute; margin: auto; height: 25%; top: 0; bottom: 0; left: 0; border-left: 1px solid rgba(255, 255, 255, 0.3); }
.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: #FFFFFF; display: block; 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 { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(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 (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: #9b9b9b; line-height: 60px; position: relative; z-index: 2; }
.page-crumbs a, .page-crumbs span { display: inline-block; vertical-align: middle; color: rgba(255, 255, 255, 0.5); -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; }
.page-crumbs a:hover, .page-crumbs a:last-child, .page-crumbs span:hover, .page-crumbs span:last-child { color: #ffffff; }
.page-crumbs svg { display: inline-block; vertical-align: middle; width: 16px; height: 16px; }
.page-crumbs svg path { fill: rgba(255, 255, 255, 0.5); }

.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); }

.sidebar { width: 300px; margin-right: 1rem; }
.sidebar .sidebar-search .search-title { font-size: 30px; font-weight: bold; line-height: 2; margin-bottom: 10px; }
.sidebar .sidebar-search .search-form .search-input { border: 1px solid #EEEEEE; border-right: none; display: block; flex: 1; outline: none; padding-left: 12px; font-size: 14px; -webkit-transition: border-color .5s; -moz-transition: border-color .5s; -ms-transition: border-color .5s; -o-transition: border-color .5s; transition: border-color .5s; }
.sidebar .sidebar-search .search-form .search-input:focus { outline: none; border-color: var(--theme-color); }
.sidebar .sidebar-search .search-form .search-btn { border: none; width: 56px; height: 56px; background: var(--theme-color); position: relative; }
.sidebar .sidebar-search .search-form .search-btn svg { display: block; position: absolute; margin: auto; width: 50%; height: 50%; top: 0; bottom: 0; left: 0; right: 0; }
.sidebar .sidebar-search .search-form .search-btn svg path { fill: #ffffff; }
.sidebar .category-nav { padding-top: 1rem; padding-bottom: 1rem; }
.sidebar .category-nav dl { overflow: hidden; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; position: relative; border-bottom: 1px solid #EEEEEE; margin-bottom: 0; }
.sidebar .category-nav dl dt { padding-left: 1rem; position: relative; line-height: 36px; }
@media (min-width: 1200px) { .sidebar .category-nav dl dt { font-size: 16px; line-height: 50px; padding-left: 1.5rem; } }
@media (min-width: 1400px) { .sidebar .category-nav dl dt { padding-left: 1.5rem; line-height: 56px; } }
@media (min-width: 1680px) { .sidebar .category-nav dl dt { line-height: 62px; padding-left: 2rem; } }
.sidebar .category-nav dl dt::before { content: ''; display: block; height: 30%; width: 5px; background-color: var(--theme-color); position: absolute; margin: auto; top: 0; bottom: 0; left: 0; -webkit-transition: transform .5s, opacity .5s; -moz-transition: transform .5s, opacity .5s; -ms-transition: transform .5s, opacity .5s; -o-transition: transform .5s, opacity .5s; transition: transform .5s, opacity .5s; -webkit-transform: skewX(-15deg) translateX(-55px); -moz-transform: skewX(-15deg) translateX(-55px); -ms-transform: skewX(-15deg) translateX(-55px); -o-transform: skewX(-15deg) translateX(-55px); transform: skewX(-15deg) translateX(-55px); opacity: 0; }
@media (max-width: 1199.98px) { .sidebar .category-nav dl dt::before { width: 3px; } }
@media (max-width: 1399.98px) { .sidebar .category-nav dl dt::before { width: 4px; } }
.sidebar .category-nav dl dt::after { position: absolute; content: ''; display: block; width: 8px; height: 8px; margin: auto; top: 0; bottom: 0; right: 10px; border-top: 1px solid #959595; border-right: 1px solid #959595; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); -webkit-transform-origin: left; -moz-transform-origin: left; -ms-transform-origin: left; -o-transform-origin: left; transform-origin: left; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.sidebar .category-nav dl dt a { -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; display: block; }
.sidebar .category-nav dl dt a span { -webkit-transition: transform .5s, color .3s; -moz-transition: transform .5s, color .3s; -ms-transition: transform .5s, color .3s; -o-transition: transform .5s, color .3s; transition: transform .5s, color .3s; display: inline-block; }
@media (min-width: 1200px) { .sidebar .category-nav dl dd { font-size: 16px; line-height: 26px; padding-left: 1.5rem; } }
@media (min-width: 1400px) { .sidebar .category-nav dl dd { padding-left: 2rem; line-height: 32px; } }
@media (min-width: 1680px) { .sidebar .category-nav dl dd { line-height: 32px; padding-left: 2.5rem; } }
.sidebar .category-nav dl:hover dt::before, .sidebar .category-nav dl.on dt::before { -webkit-transform: skewX(-15deg) translateX(15px); -moz-transform: skewX(-15deg) translateX(15px); -ms-transform: skewX(-15deg) translateX(15px); -o-transform: skewX(-15deg) translateX(15px); transform: skewX(-15deg) translateX(15px); opacity: 1; }
.sidebar .category-nav dl:hover dt::after, .sidebar .category-nav dl.on dt::after { right: 5px; border-color: var(--theme-color); }
.sidebar .category-nav dl:hover dt a, .sidebar .category-nav dl.on dt a { text-indent: 5px; color: var(--theme-color); }
.sidebar .category-nav dl:hover dt a span, .sidebar .category-nav dl.on dt a span { -webkit-transform: scale(1.2) translateX(20px); -moz-transform: scale(1.2) translateX(20px); -ms-transform: scale(1.2) translateX(20px); -o-transform: scale(1.2) translateX(20px); transform: scale(1.2) translateX(20px); }
.sidebar .category-nav dl:hover dd.on a, .sidebar .category-nav dl.on dd.on a { color: var(--theme-color); }
@media (max-width: 1399.98px) { .sidebar { width: 260px; }
  .sidebar .sidebar-search .search-title { font-size: 24px; }
  .sidebar .sidebar-search .search-form .search-input { line-height: 38px; }
  .sidebar .sidebar-search .search-form .search-btn { height: 42px; width: 42px; } }
@media (max-width: 1199.98px) { .sidebar { width: 240px; }
  .sidebar .sidebar-search .search-title { font-size: 22px; } }

@media (min-width: 920px) { .right-content { padding-left: 1rem; } }
@media (min-width: 1400px) { .right-content { padding-left: 2rem; } }
@media (min-width: 1680px) { .right-content { padding-left: 3rem; } }
.right-content .content-head .head-name { position: relative; }
.right-content .content-head .head-name::before { content: 'newbell'; font-family: lovelo; font-size: 80px; -webkit-text-stroke: 1px #000; color: transparent; opacity: .1; position: absolute; left: 0; top: -50%; bottom: -50%; margin: auto; text-transform: uppercase; }
.right-content .content-head .head-name span { font-family: "MiSans-Medium"; vertical-align: middle; display: inline-block; font-size: 40px; font-weight: bold; position: relative; }
.right-content .content-head .head-name::after { content: ''; display: inline-block; width: 3rem; height: 1px; background-color: var(--theme-color); vertical-align: middle; margin-left: 10px; }
.right-content .content-head .head-desc { font-size: 18px; line-height: 2; }

.ratio-cases { --mdb-aspect-ratio: calc(43 / 37 * 100%); }

.cm-word-split-JS.splitting .char { -webkit-animation: text-fade-out 1.5s cubic-bezier(0.4, 0, 0.2, 1) both; animation: text-fade-out 1.5s cubic-bezier(0.4, 0, 0.2, 1) both; }

.section { padding: 3% 0; }
.section.bg { background-color: #f6f7f9; }
.section .sec-head .sec-name { position: relative; }
.section .sec-head .sec-name::after { content: 'yucheng'; font-family: StopD; display: inline-block; vertical-align: bottom; margin-left: 1rem; color: var(--theme-color); font-size: 36px; line-height: 1.2; }
.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: #282828; position: relative; display: inline-block; vertical-align: middle; }
.section .sec-head .sec-desc { font-size: 15px; color: #666666; }
@media (max-width: 1200px) { .section .sec-head .sec-desc { font-size: 14px; } }
.section .sec-head .sec-more { display: block; color: #999999; }
.section .sec-head .sec-more img { display: block; margin: 0 auto; }
.section .sec-head .sec-more p { -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; }
.section .sec-head .sec-more:hover { color: var(--theme-color); }
.section .sec-head.head-white { filter: brightness(100); }
.section .sec-head .head-left { max-width: 85%; }
@media (max-width: 991.98px) { .section .sec-head { padding: 4% 0; }
  .section .sec-head .sec-name::after { font-size: 28px; }
  .section .sec-head .sec-name span { font-size: 28px; }
  .section .sec-head .sec-more { font-size: 14px; }
  .section .sec-head .sec-more img { width: 26px; } }
@media (max-width: 767.98px) { .section .sec-head { padding: 8% 0; }
  .section .sec-head .sec-name::after { font-size: 24px; }
  .section .sec-head .sec-name span { font-size: 24px; }
  .section .sec-head .sec-more { font-size: 12px; }
  .section .sec-head .sec-more img { width: 24px; } }
@media (max-width: 575.98px) { .section .sec-head { padding: 10% 0; }
  .section .sec-head .sec-name::after { font-size: 22px; }
  .section .sec-head .sec-name span { font-size: 22px; }
  .section .sec-head .sec-desc { font-size: 14px; }
  .section .sec-head .sec-more { font-size: 10px; }
  .section .sec-head .sec-more img { width: 22px; } }
.section .inner-head { position: relative; margin-bottom: 3%; }
.section .inner-head.head-white { color: #ffffff; }
.section .inner-head.head-white .head-name { color: #ffffff; }
.section .inner-head::before { content: attr(data-title); font-family: lovelo; font-size: 150px; position: absolute; top: 0; left: 0; opacity: .02; line-height: 0.7; }
@media (max-width: 1399.98px) { .section .inner-head::before { font-size: 72px; } }
@media (max-width: 1199.98px) { .section .inner-head::before { font-size: 68px; } }
@media (max-width: 991.98px) { .section .inner-head::before { font-size: 56px; } }
@media (max-width: 767.98px) { .section .inner-head::before { font-size: 48px; } }
@media (max-width: 575.98px) { .section .inner-head::before { font-size: 42px; } }
.section .inner-head .head-left { max-width: 85%; }
.section .inner-head .head-nav { width: 70%; padding-left: 3rem; margin-bottom: 1rem; }
.section .inner-head .head-nav .nav-item { position: relative; width: auto; }
.section .inner-head .head-nav .nav-item a { font-size: 18px; color: #cdcdcd; font-weight: bold; display: inline-block; text-align: center; position: relative; -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; }
.section .inner-head .head-nav .nav-item a::after { content: ''; display: block; width: 100%; 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); -webkit-transform-origin: right; -moz-transform-origin: right; -ms-transform-origin: right; -o-transform-origin: right; transform-origin: right; }
.section .inner-head .head-nav .nav-item.swiper-slide-thumb-active a, .section .inner-head .head-nav .nav-item:hover a { color: var(--theme-color); }
.section .inner-head .head-nav .nav-item.swiper-slide-thumb-active a::after, .section .inner-head .head-nav .nav-item:hover a::after { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); -webkit-transform-origin: left; -moz-transform-origin: left; -ms-transform-origin: left; -o-transform-origin: left; transform-origin: left; }
.section .inner-head .head-name { position: relative; font-size: 42px; color: #333333; }
.section .inner-head .head-name .en-name { font-size: 24px; line-height: 1.2; }
.section .inner-head .head-name .cn-name { font-weight: bold; }
@media (max-width: 1399.98px) { .section .inner-head .head-name { font-size: 38px; } }
@media (max-width: 1199.98px) { .section .inner-head .head-name { font-size: 32px; }
  .section .inner-head .head-name .en-name { font-size: 20px; } }
@media (max-width: 991.98px) { .section .inner-head .head-name { font-size: 24px; }
  .section .inner-head .head-name .en-name { font-size: 16px; } }
@media (max-width: 767.98px) { .section .inner-head .head-name { font-size: 22px; }
  .section .inner-head .head-name .en-name { font-size: 14px; } }
@media (max-width: 575.98px) { .section .inner-head .head-name { font-size: 20px; }
  .section .inner-head .head-name .en-name { font-size: 12px; } }
.section .inner-head .head-more a { font-size: 18px; }
@media (max-width: 991.98px) { .section .inner-head .head-more a { font-size: 16px; } }
@media (max-width: 767.98px) { .section .inner-head .head-more a { font-size: 14px; } }
@media (max-width: 575.98px) { .section .inner-head .head-more a { font-size: 12px; } }
.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) { .section .inner-head .head-control .control { width: 42px; height: 42px; } }
@media (max-width: 767.98px) { .section .inner-head .head-control .control { width: 36px; height: 36px; } }
@media (max-width: 575.98px) { .section .inner-head .head-control .control { width: 28px; height: 28px; } }
.section .inner-head .head-control .control .con-wrap { height: 100%; -webkit-transform: skewX(10px); -moz-transform: skewX(10px); -ms-transform: skewX(10px); -o-transform: skewX(10px); transform: skewX(10px); position: relative; }
.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; }
.section .inner-head .head-control .control .con-wrap svg path { fill: currentColor; }
.section .inner-head .head-control .control:hover { background-color: var(--theme-color); color: #ffffff; }
.section.sec-news .swiper-news { margin-top: 4%; }
.section.sec-news .swiper-news .item { position: relative; }
.section.sec-news .swiper-news .item .item-wrap { position: relative; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.section.sec-news .swiper-news .item .item-wrap .item-img { overflow: hidden; position: relative; }
.section.sec-news .swiper-news .item .item-wrap .item-caption { position: relative; z-index: 2; padding: 10px 0; }
.section.sec-news .swiper-news .item .item-wrap .item-caption .item-time { line-height: 2; color: #ababab; }
@media (max-width: 991.98px) { .section.sec-news .swiper-news .item .item-wrap .item-caption .item-time { font-size: 14px; } }
@media (max-width: 767.98px) { .section.sec-news .swiper-news .item .item-wrap .item-caption .item-time { font-size: 12px; } }
@media (max-width: 575.98px) { .section.sec-news .swiper-news .item .item-wrap .item-caption .item-time { font-size: 10px; } }
.section.sec-news .swiper-news .item .item-wrap .item-caption .item-title { -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; color: #333333; font-size: 20px; }
@media (max-width: 1199.98px) { .section.sec-news .swiper-news .item .item-wrap .item-caption .item-title { font-size: 18px; } }
@media (max-width: 991.98px) { .section.sec-news .swiper-news .item .item-wrap .item-caption .item-title { font-size: 16px; } }
@media (max-width: 575.98px) { .section.sec-news .swiper-news .item .item-wrap .item-caption .item-title { font-size: 14px; } }
.section.sec-news .swiper-news .item:hover .item-wrap .item-caption .item-title { color: var(--theme-color); }
.section.sec-innovate { background: url("../image/sec-innovate-bg.jpg") center/cover no-repeat; }
@media (max-width: 767.98px) { .section.sec-innovate { padding-bottom: 2rem; } }
.section.sec-innovate .innovate-params { position: relative; z-index: 2; color: #595959; }
.section.sec-innovate .innovate-params .param-item .item-wrap { position: relative; }
@media (min-width: 1200px) { .section.sec-innovate .innovate-params .param-item .item-wrap { padding-left: 20% !important; } }
.section.sec-innovate .innovate-params .param-item .item-wrap .item-value .number { font-size: 60px; line-height: 1; font-weight: bold; font-family: lovelo; color: var(--theme-color); }
.section.sec-innovate .innovate-params .param-item .item-wrap .item-value .unit { color: var(--theme-color); }
@media (max-width: 991.98px) { .section.sec-innovate .innovate-params .param-item .item-wrap .item-value .number { font-size: 36px; }
  .section.sec-innovate .innovate-params .param-item .item-wrap .item-value .unit { font-size: 14px; } }
@media (max-width: 767.98px) { .section.sec-innovate .innovate-params .param-item .item-wrap .item-value .number { font-size: 32px; }
  .section.sec-innovate .innovate-params .param-item .item-wrap .item-value .unit { font-size: 14px; } }
@media (max-width: 420.98px) { .section.sec-innovate .innovate-params .param-item .item-wrap .item-value .number { font-size: 26px; }
  .section.sec-innovate .innovate-params .param-item .item-wrap .item-value .unit { font-size: 12px; }
  .section.sec-innovate .innovate-params .param-item .item-wrap .item-title { font-size: 12px; } }
.section.sec-innovate .innovate-box { margin-top: 2%; }
.section.sec-innovate .innovate-box .item .item-wrap .item-caption { position: absolute; left: 0; bottom: 0; color: #ffffff; padding: 5%; width: 100%; }
.section.sec-innovate .innovate-box .item .item-wrap .item-caption .item-icon { width: 50px; height: 50px; }
.section.sec-innovate .innovate-box .item .item-wrap .item-caption .item-icon svg { max-width: 100%; max-height: 100%; }
.section.sec-innovate .innovate-box .item .item-wrap .item-caption .item-title { font-size: 30px; }
.section.sec-innovate .innovate-box .item .item-wrap .item-caption .item-desc { opacity: .6; }
.section.sec-innovate .innovate-box .item .item-wrap .item-overlay { opacity: 0; visibility: hidden; position: absolute; top: 0; width: 100%; height: 100%; left: 0; -webkit-transition: opacity .3s; -moz-transition: opacity .3s; -ms-transition: opacity .3s; -o-transition: opacity .3s; transition: opacity .3s; }
.section.sec-innovate .innovate-box .item .item-wrap .item-overlay::before { content: ''; display: block; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: url("../image/innovate-hover-bg.jpg") center/cover no-repeat #e20012; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; }
.section.sec-innovate .innovate-box .item .item-wrap .item-overlay .overlay-wrap { padding: 5%; color: #ffffff; }
.section.sec-innovate .innovate-box .item .item-wrap .item-overlay .overlay-wrap .item-icon { -webkit-transition: transform .5s, opacity .5s; -moz-transition: transform .5s, opacity .5s; -ms-transition: transform .5s, opacity .5s; -o-transition: transform .5s, opacity .5s; transition: transform .5s, opacity .5s; width: 72px; height: 72px; margin-bottom: 5%; transform: translateY(2rem); opacity: 0; }
.section.sec-innovate .innovate-box .item .item-wrap .item-overlay .overlay-wrap .item-icon svg { max-width: 100%; max-height: 100%; }
.section.sec-innovate .innovate-box .item .item-wrap .item-overlay .overlay-wrap .item-title { -webkit-transition: transform .5s, opacity .5s; -moz-transition: transform .5s, opacity .5s; -ms-transition: transform .5s, opacity .5s; -o-transition: transform .5s, opacity .5s; transition: transform .5s, opacity .5s; font-size: 36px; transform: translateY(2rem); transition-delay: .1s; opacity: 0; }
.section.sec-innovate .innovate-box .item .item-wrap .item-overlay .overlay-wrap .item-title::after { content: ''; display: block; width: 2rem; height: 2px; background-color: #fff; opacity: .5; margin: 1.5rem 0; }
.section.sec-innovate .innovate-box .item .item-wrap .item-overlay .overlay-wrap .item-content { -webkit-transition: transform .5s, opacity .5s; -moz-transition: transform .5s, opacity .5s; -ms-transition: transform .5s, opacity .5s; -o-transition: transform .5s, opacity .5s; transition: transform .5s, opacity .5s; opacity: .8; line-height: 1.8; transform: translateY(2rem); transition-delay: .2s; opacity: 0; }
@media (max-width: 1399.98px) { .section.sec-innovate .innovate-box .item .item-wrap .item-caption .item-icon { width: 42px; height: 42px; }
  .section.sec-innovate .innovate-box .item .item-wrap .item-caption .item-title { font-size: 24px; }
  .section.sec-innovate .innovate-box .item .item-wrap .item-overlay .overlay-wrap .item-icon { width: 52px; height: 52px; margin-bottom: 4%; }
  .section.sec-innovate .innovate-box .item .item-wrap .item-overlay .overlay-wrap .item-title { font-size: 26px; }
  .section.sec-innovate .innovate-box .item .item-wrap .item-overlay .overlay-wrap .item-title::after { margin-top: 1rem; margin-bottom: 1rem; }
  .section.sec-innovate .innovate-box .item .item-wrap .item-overlay .overlay-wrap .item-content { line-height: 1.8; } }
@media (max-width: 1199.98px) { .section.sec-innovate .innovate-box .item .item-wrap .item-caption .item-icon { width: 42px; height: 42px; }
  .section.sec-innovate .innovate-box .item .item-wrap .item-caption .item-title { font-size: 24px; }
  .section.sec-innovate .innovate-box .item .item-wrap .item-overlay .overlay-wrap .item-icon { width: 52px; height: 52px; margin-bottom: 4%; }
  .section.sec-innovate .innovate-box .item .item-wrap .item-overlay .overlay-wrap .item-title { font-size: 26px; }
  .section.sec-innovate .innovate-box .item .item-wrap .item-overlay .overlay-wrap .item-title::after { margin-top: 1rem; margin-bottom: 1rem; }
  .section.sec-innovate .innovate-box .item .item-wrap .item-overlay .overlay-wrap .item-content { line-height: 1.8; } }
@media (max-width: 991.98px) { .section.sec-innovate .innovate-box .item .item-wrap .item-caption .item-icon { width: 46px; height: 46px; }
  .section.sec-innovate .innovate-box .item .item-wrap .item-caption .item-title { font-size: 26px; }
  .section.sec-innovate .innovate-box .item .item-wrap .item-overlay .overlay-wrap .item-icon { width: 62px; height: 62px; margin-bottom: 5%; }
  .section.sec-innovate .innovate-box .item .item-wrap .item-overlay .overlay-wrap .item-title { font-size: 32px; }
  .section.sec-innovate .innovate-box .item .item-wrap .item-overlay .overlay-wrap .item-content { line-height: 1.5; } }
@media (max-width: 767.98px) { .section.sec-innovate .innovate-box .item .item-wrap .item-caption .item-icon { width: 36px; height: 36px; }
  .section.sec-innovate .innovate-box .item .item-wrap .item-caption .item-title { font-size: 20px; }
  .section.sec-innovate .innovate-box .item .item-wrap .item-caption .item-desc { font-size: 14px; }
  .section.sec-innovate .innovate-box .item .item-wrap .item-overlay .overlay-wrap .item-icon { width: 46px; height: 46px; margin-bottom: 4%; }
  .section.sec-innovate .innovate-box .item .item-wrap .item-overlay .overlay-wrap .item-title { font-size: 24px; }
  .section.sec-innovate .innovate-box .item .item-wrap .item-overlay .overlay-wrap .item-title::after { margin-top: .625rem; margin-bottom: .625rem; }
  .section.sec-innovate .innovate-box .item .item-wrap .item-overlay .overlay-wrap .item-content { line-height: 1.8; } }
@media (max-width: 575.98px) { .section.sec-innovate .innovate-box .item .item-wrap .item-caption .item-icon { width: 32px; height: 32px; }
  .section.sec-innovate .innovate-box .item .item-wrap .item-caption .item-title { font-size: 16px; }
  .section.sec-innovate .innovate-box .item .item-wrap .item-caption .item-desc { font-size: 12px; } }
@media (min-width: 576px) { .section.sec-innovate .innovate-box .item .item-wrap:hover .item-overlay { opacity: 1; visibility: visible; }
  .section.sec-innovate .innovate-box .item .item-wrap:hover .item-overlay::before { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); -webkit-transform-origin: right; -moz-transform-origin: right; -ms-transform-origin: right; -o-transform-origin: right; transform-origin: right; }
  .section.sec-innovate .innovate-box .item .item-wrap:hover .item-overlay .overlay-wrap .item-icon { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); opacity: 1; }
  .section.sec-innovate .innovate-box .item .item-wrap:hover .item-overlay .overlay-wrap .item-title { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); opacity: 1; }
  .section.sec-innovate .innovate-box .item .item-wrap:hover .item-overlay .overlay-wrap .item-content { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); opacity: 1; } }
.section.sec-about { position: relative; }
.section.sec-about::before { content: ''; display: block; position: absolute; width: 100%; height: 60%; top: 0; left: 0; background: #f8f8f8; }
.section.sec-about .head-name .en-name { line-height: 2; }
.section.sec-about .head-name .cn-name { line-height: 1.3; }
.section.sec-about .head-nav { width: 65%; }
@media (max-width: 575.98px) { .section.sec-about .head-nav { width: 100%; margin-top: 2rem; padding-left: 0; } }
.section.sec-about .about-params { position: relative; flex: 1; }
.section.sec-about .about-params .param-item .item-wrap { position: relative; }
.section.sec-about .about-params .param-item .item-wrap .item-value .number { font-size: 60px; line-height: 1; font-weight: bold; font-family: lovelo; color: var(--theme-color); }
.section.sec-about .about-params .param-item .item-wrap .item-value .unit { color: var(--theme-color); }
@media (max-width: 1679.98px) { .section.sec-about .about-params .param-item .item-wrap .item-value .number { font-size: 52px; } }
@media (max-width: 1399.98px) { .section.sec-about .about-params .param-item .item-wrap .item-value .number { font-size: 48px; } }
@media (max-width: 1199.98px) { .section.sec-about .about-params .param-item .item-wrap .item-value .number { font-size: 38px; } }
@media (max-width: 991.98px) { .section.sec-about .about-params .param-item .item-wrap .item-value .number { font-size: 36px; }
  .section.sec-about .about-params .param-item .item-wrap .item-value .unit { font-size: 14px; } }
@media (max-width: 767.98px) { .section.sec-about .about-params .param-item .item-wrap .item-value .number { font-size: 32px; }
  .section.sec-about .about-params .param-item .item-wrap .item-value .unit { font-size: 12px; }
  .section.sec-about .about-params .param-item .item-wrap .item-title { font-size: 13px; } }
@media (max-width: 420.98px) { .section.sec-about .about-params .param-item .item-wrap .item-value .number { font-size: 26px; }
  .section.sec-about .about-params .param-item .item-wrap .item-value .unit { font-size: 10px; }
  .section.sec-about .about-params .param-item .item-wrap .item-title { font-size: 12px; } }
.section.sec-about .about-img { position: relative; }
.section.sec-about .about-img .img-wrap { width: 93%; margin: auto; position: relative; overflow: hidden; }
@media (min-width: 1199.98px) { .section.sec-about .about-img .img-wrap { width: 83.5509%; } }
.section.sec-about .about-img .img-wrap img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 991.98px) { .section.sec-about .about-img .img-wrap img { min-height: 360px; } }
.section.sec-about .about-img .img-overlay { opacity: 0; position: absolute; top: 0; left: 0; width: 100%; height: 100%; color: #ffffff; }
.section.sec-about .about-img .img-overlay .inner-head::before { opacity: .05; }
@media (min-width: 1400px) { .section.sec-about .about-img .img-overlay .overlay-more { margin-top: 8%; } }
.section.sec-about .about-img .img-overlay .overlay-more a { display: block; width: 60px; height: 60px; border-radius: 50%; position: relative; overflow: hidden; background-color: var(--theme-color); }
@media (max-width: 1199.98px) { .section.sec-about .about-img .img-overlay .overlay-more a { width: 52px; height: 52px; } }
@media (max-width: 991.98px) { .section.sec-about .about-img .img-overlay .overlay-more a { width: 46px; height: 46px; } }
@media (max-width: 767.98px) { .section.sec-about .about-img .img-overlay .overlay-more a { width: 42px; height: 42px; } }
@media (max-width: 575.98px) { .section.sec-about .about-img .img-overlay .overlay-more a { width: 32px; height: 32px; } }
.section.sec-about .about-img .img-overlay .overlay-more a svg { position: absolute; margin: auto; top: 0; left: 0; right: 0; bottom: 0; max-width: 50%; max-height: 50%; }
.section.sec-about .about-img .img-overlay .overlay-more a svg path { fill: #ffffff; }
.section.sec-about .about-img .img-overlay .overlay-more a:hover svg { animation: arrowRun 5s infinite; }
.section.sec-product .swiper-product .item { position: relative; }
.section.sec-product .swiper-product .item .item-wrap { position: absolute; width: 100%; height: 100%; left: 0; top: 0; }
.section.sec-product .swiper-product .item .item-info-box .box-wrap { background: rgba(255, 255, 255, 0.5); padding: 2.5rem 3rem 3rem; backdrop-filter: blur(3px); }
.section.sec-product .swiper-product .item .item-info-box .item-title { font-size: 28px; color: #000000; line-height: 1.6; }
.section.sec-product .swiper-product .item .item-info-box .item-title::after { content: ''; display: block; width: 100%; height: 3px; margin-top: 2.5rem; background: url("../image/dot-line-bg.png") 0 0 repeat-x; }
.section.sec-product .swiper-product .item .item-info-box .item-desc { font-size: 18px; line-height: 2; margin: 10% 0 12%; }
.section.sec-product .swiper-product .item .item-info-box .item-tools .tools-item a { display: block; background-color: #fff; line-height: 46px; text-align: center; }
.section.sec-product .swiper-product .item .item-info-box .item-tools .tools-item.active a { background-color: var(--theme-color); color: #ffffff; }
@media (max-width: 1399.98px) { .section.sec-product .swiper-product .item .item-info-box .item-title { font-size: 24px; line-height: 1.5; }
  .section.sec-product .swiper-product .item .item-info-box .item-title::after { margin-top: 1rem; }
  .section.sec-product .swiper-product .item .item-info-box .item-desc { font-size: 16px; }
  .section.sec-product .swiper-product .item .item-info-box .item-tools .tools-item a { line-height: 42px; } }
@media (max-width: 1199.98px) { .section.sec-product .swiper-product .item .item-info-box .box-wrap { padding: 2rem 2.5rem 2.5rem; }
  .section.sec-product .swiper-product .item .item-info-box .item-title { font-size: 22px; }
  .section.sec-product .swiper-product .item .item-info-box .item-title::after { margin-top: 1rem; }
  .section.sec-product .swiper-product .item .item-info-box .item-desc { font-size: 16px; }
  .section.sec-product .swiper-product .item .item-info-box .item-tools .tools-item a { line-height: 36px; } }
@media (max-width: 991.98px) { .section.sec-product .swiper-product .item .item-info-box .box-wrap { padding: 1.5rem; }
  .section.sec-product .swiper-product .item .item-info-box .item-title { font-size: 20px; }
  .section.sec-product .swiper-product .item .item-info-box .item-title::after { margin-top: 1rem; }
  .section.sec-product .swiper-product .item .item-info-box .item-desc { font-size: 14px; margin: 1rem 0; }
  .section.sec-product .swiper-product .item .item-info-box .item-tools .tools-item a { line-height: 36px; font-size: 14px; } }
@media (max-width: 767.98px) { .section.sec-product .swiper-product .item .item-info-box .box-wrap { padding: 1rem; }
  .section.sec-product .swiper-product .item .item-info-box .item-title { font-size: 18px; }
  .section.sec-product .swiper-product .item .item-info-box .item-title::after { margin-top: 1rem; }
  .section.sec-product .swiper-product .item .item-info-box .item-desc { margin: 10px 0; font-size: 12px; }
  .section.sec-product .swiper-product .item .item-info-box .item-tools .tools-item a { line-height: 32px; font-size: 12px; } }
@media (max-width: 575.98px) { .section.sec-product .swiper-product .item .item-info-box .item-title { font-size: 14px; }
  .section.sec-product .swiper-product .item .item-info-box .item-title::after { margin-top: 10px; }
  .section.sec-product .swiper-product .item .item-info-box .item-desc { margin: 8px 0; font-size: 12px; line-height: 1.5; }
  .section.sec-product .swiper-product .item .item-info-box .item-tools .tools-item a { line-height: 24px; font-size: 10px; } }

.main-body { background-color: #ffffff; position: relative; }

.application-list { padding-top: 3%; }
.application-list .item .item-wrap .item-img { overflow: hidden; }
.application-list .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; }
.application-list .item .item-wrap .item-img .overlay { visibility: hidden; background-color: rgba(32, 49, 127, 0.8); opacity: 0; -webkit-transition: opacity 1s; -moz-transition: opacity 1s; -ms-transition: opacity 1s; -o-transition: opacity 1s; transition: opacity 1s; backdrop-filter: blur(5px); }
.application-list .item .item-wrap .item-img .overlay .overlay-wrap { color: #ffffff; padding: 8%; height: 100%; height: 100%; -webkit-transition: transform .5s, opacity .5s; -moz-transition: transform .5s, opacity .5s; -ms-transition: transform .5s, opacity .5s; -o-transition: transform .5s, opacity .5s; transition: transform .5s, opacity .5s; opacity: 0; -webkit-transform: translateY(-20%); -moz-transform: translateY(-20%); -ms-transform: translateY(-20%); -o-transform: translateY(-20%); transform: translateY(-20%); }
@media (min-width: 1680px) { .application-list .item .item-wrap .item-img .overlay .overlay-wrap { line-height: 2; padding: 10%; font-size: 18px; } }
@media (max-width: 1199.98px) { .application-list .item .item-wrap .item-img .overlay .overlay-wrap { font-size: 16px; } }
@media (max-width: 767.98px) { .application-list .item .item-wrap .item-img .overlay .overlay-wrap { font-size: 14px; } }
.application-list .item .item-wrap .item-caption .caption-wrap { padding: 5% 3%; background-color: #ffffff; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); width: 90%; margin: 0 auto; }
.application-list .item .item-wrap .item-caption .item-title { margin-bottom: 6px; }
.application-list .item .item-wrap .item-caption .item-title .cn-title { font-size: 18px; line-height: 2; }
.application-list .item .item-wrap .item-caption .item-title .en-title { color: #999999; font-size: 14px; line-height: 2; }
.application-list .item .item-wrap .item-caption .item-more { width: 20px; height: 20px; margin: 0 auto; position: relative; background-color: var(--theme-color); }
.application-list .item .item-wrap .item-caption .item-more::before, .application-list .item .item-wrap .item-caption .item-more::after { content: ''; display: block; width: 65%; height: 2px; background-color: #ffffff; position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; }
.application-list .item .item-wrap .item-caption .item-more::after { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
.application-list .item .item-wrap:hover .item-img .overlay { visibility: visible; opacity: 1; }
.application-list .item .item-wrap:hover .item-img .overlay .overlay-wrap { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
.application-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 { margin: 4% 0; }
.industry-list .item .item-wrap { display: block; background-repeat: no-repeat; background-size: cover; background-position: center; padding: 6%; color: #ffffff; position: relative; }
.industry-list .item .item-wrap::before { content: ''; display: block; position: absolute; background-image: linear-gradient(90deg, rgba(10, 106, 191, 0.5), rgba(10, 106, 191, 0) 100%); width: 100%; height: 100%; top: 0; left: 0; }
@media (min-width: 1200px) { .industry-list .item .item-wrap::before { width: 60%; } }
@media (min-width: 1400px) { .industry-list .item .item-wrap::before { width: 50%; } }
.industry-list .item .item-wrap .item-left { position: relative; z-index: 2; width: 45%; }
.industry-list .item .item-wrap .item-left .item-head { position: relative; z-index: 2; }
.industry-list .item .item-wrap .item-left .item-head::before { content: 'tuoxin'; text-transform: uppercase; color: #ffffff; font-size: 78px; font-family: lovelo; -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2); color: transparent; -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; }
.industry-list .item .item-wrap .item-left .item-head .head-name { font-size: 52px; font-weight: bold; line-height: 2; -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; }
.industry-list .item .item-wrap .item-left .item-head .head-icon { -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; }
.industry-list .item .item-wrap .item-left .item-head .head-icon img { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); width: 24px; height: 24px; }
.industry-list .item .item-wrap .item-left .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; position: relative; z-index: 2; margin-top: 5%; line-height: 2; }
@media (min-width: 1400px) { .industry-list .item .item-wrap .item-left .item-content { font-size: 18px; } }
.industry-list .item .item-wrap .item-left .item-more { color: #333333; -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; position: relative; z-index: 2; margin-top: 15%; }
.industry-list .item .item-wrap .item-left .item-more .more-wrap { display: block; border-radius: 10rem; background-color: #ffffff; line-height: 48px; text-align: center; width: 180px; -webkit-transition: background-color .5s, transform .5s, box-shadow .3s; -moz-transition: background-color .5s, transform .5s, box-shadow .3s; -ms-transition: background-color .5s, transform .5s, box-shadow .3s; -o-transition: background-color .5s, transform .5s, box-shadow .3s; transition: background-color .5s, transform .5s, box-shadow .3s; }
.industry-list .item .item-wrap .item-left .item-more .more-wrap span, .industry-list .item .item-wrap .item-left .item-more .more-wrap img { display: inline-block; vertical-align: middle; }
.industry-list .item .item-wrap .item-left .item-more .more-wrap img { margin-left: 8px; width: 16px; height: 16px; -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-left .item-more .more-wrap:hover { background-color: var(--theme-color); box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, 0.1); -webkit-transform: translateY(-3px); -moz-transform: translateY(-3px); -ms-transform: translateY(-3px); -o-transform: translateY(-3px); transform: translateY(-3px); color: #ffffff; }
.industry-list .item .item-wrap .item-left .item-more .more-wrap:hover img { filter: contrast(0) grayscale(100%) brightness(100); }
.industry-list .item .item-wrap .item-left .item-more .more-wrap:hover img { -webkit-transform: translateX(3px); -moz-transform: translateX(3px); -ms-transform: translateX(3px); -o-transform: translateX(3px); transform: translateX(3px); }

.article-page .main-bodys { 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-bodys::after { content: ''; display: block; background-size: 95% auto; width: 100%; height: 11vw; position: absolute; left: 0; bottom: 0; }
.article-page .main-bodys > .container-fluid { position: relative; z-index: 2; }

.inner-section { padding: 5% 0 3%; }
.inner-section.bg { background-color: #f6f7f9; }
.inner-section .sec-head .sec-name { position: relative; }
.inner-section .sec-head .sec-name::before { display: block; content: attr(data-title); font-family: lovelo; font-size: 80px; text-transform: uppercase; 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 rgba(201, 201, 201, 0.5); color: transparent; }
.inner-section .sec-head .sec-name::after { content: ''; display: inline-block; width: 3rem; height: 1px; background-color: var(--theme-color); vertical-align: middle; margin-left: 1rem; }
.inner-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; font-weight: bold; position: relative; display: inline-block; vertical-align: middle; }
.inner-section .sec-head .sec-desc { color: #666666; }
@media (min-width: 1400px) { .inner-section .sec-head .sec-desc { font-size: 18px; } }
.inner-section .sec-head .sec-more { display: block; color: #999999; }
.inner-section .sec-head .sec-more img { display: block; margin: 0 auto; }
.inner-section .sec-head .sec-more p { -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; }
.inner-section .sec-head .sec-more:hover { color: var(--theme-color); }
@media (max-width: 991.98px) { .inner-section .sec-head .sec-name::before { font-size: 65px; }
  .inner-section .sec-head .sec-name span { font-size: 28px; }
  .inner-section .sec-head .sec-more { font-size: 14px; }
  .inner-section .sec-head .sec-more img { width: 26px; } }
@media (max-width: 767.98px) { .inner-section .sec-head .sec-name::before { font-size: 62px; }
  .inner-section .sec-head .sec-name span { font-size: 28px; }
  .inner-section .sec-head .sec-more { font-size: 12px; }
  .inner-section .sec-head .sec-more img { width: 24px; } }
@media (max-width: 575.98px) { .inner-section .sec-head .sec-name::before { font-size: 46px; }
  .inner-section .sec-head .sec-name span { font-size: 22px; }
  .inner-section .sec-head .sec-desc { font-size: 14px; }
  .inner-section .sec-head .sec-more { font-size: 10px; }
  .inner-section .sec-head .sec-more img { width: 22px; } }
.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 { position: relative; margin-bottom: 2%; }
.inner-section .contact-head::before { content: 'newbell'; 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 .contact-head::before { font-size: 72px; } }
@media (max-width: 1199.98px) { .inner-section .contact-head::before { font-size: 68px; } }
@media (max-width: 991.98px) { .inner-section .contact-head::before { font-size: 56px; } }
@media (max-width: 767.98px) { .inner-section .contact-head::before { font-size: 48px; } }
@media (max-width: 575.98px) { .inner-section .contact-head::before { font-size: 42px; } }
.inner-section .contact-head .head-name { position: relative; font-size: 46px; color: #000000; }
.inner-section .contact-head .head-name .en-name { font-size: 24px; opacity: .8; }
@media (max-width: 1399.98px) { .inner-section .contact-head .head-name { font-size: 38px; } }
@media (max-width: 1199.98px) { .inner-section .contact-head .head-name { font-size: 32px; }
  .inner-section .contact-head .head-name .en-name { font-size: 20px; } }
@media (max-width: 991.98px) { .inner-section .contact-head .head-name { font-size: 24px; }
  .inner-section .contact-head .head-name .en-name { font-size: 16px; } }
@media (max-width: 767.98px) { .inner-section .contact-head .head-name { font-size: 22px; }
  .inner-section .contact-head .head-name .en-name { font-size: 14px; } }
@media (max-width: 575.98px) { .inner-section .contact-head .head-name { font-size: 20px; }
  .inner-section .contact-head .head-name .en-name { font-size: 12px; } }
.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; margin-bottom: 3%; }
.inner-section .inner-head.head-white { color: #ffffff; }
.inner-section .inner-head.head-white::before { color: #ffffff; }
.inner-section .inner-head.head-white .head-name { color: #ffffff; }
.inner-section .inner-head::before { content: attr(data-title); color: #000; font-family: lovelo; font-size: 150px; position: absolute; top: 0; left: 0; opacity: .02; line-height: 0.8; }
@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: 42px; color: #000000; overflow: hidden; }
.inner-section .inner-head .head-name .cn-name { font-weight: bold; line-height: 1.2; }
.inner-section .inner-head .head-name .en-name { line-height: 2; text-transform: uppercase; font-size: 24px; }
@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 { 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%; 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 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 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 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 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(10px); -moz-transform: skewX(10px); -ms-transform: skewX(10px); -o-transform: skewX(10px); transform: skewX(10px); 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 .inner-head .head-search .search-wrap { border-radius: 5rem; border: 1px solid #9999; padding: 5px 15px; }
.inner-section .inner-head .head-search .search-wrap .search-input { padding: 0; border: none; font-size: 14px; }
.inner-section .inner-head .head-search .search-wrap .search-input:focus { outline: none; }
.inner-section .inner-head .head-search .search-wrap .search-btn { display: block; border: none; width: 22px; height: 22px; position: relative; background: transparent; }
.inner-section .inner-head .head-search .search-wrap .search-btn svg { width: 100%; height: 100%; fill: #333333; display: block; position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; }
@media (min-width: 1400px) { .inner-section .inner-head .head-search .search-wrap .search-input { font-size: 16px; padding: 10px; width: 320px; } }
@media (max-width: 1399.98px) { .inner-section .inner-head .icon-right-icon { width: 80px; } }
@media (max-width: 1199.98px) { .inner-section .inner-head .icon-right-icon { width: 70px; } }
@media (max-width: 991.98px) { .inner-section .inner-head .icon-right-icon { width: 65px; } }
@media (max-width: 767.98px) { .inner-section .inner-head .icon-right-icon { width: 56px; } }
@media (max-width: 575.98px) { .inner-section .inner-head .icon-right-icon { width: 46px; } }
.inner-section .head-icon { display: block; margin: 2vw 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; }
.inner-section.sec-about { background: url("../image/sec-in-about-bg.jpg") bottom center/cover no-repeat; }
.inner-section.sec-about .about-txt { -webkit-text-stroke: 1px rgba(40, 40, 40, 0.1); color: transparent; font-family: lovelo; text-transform: uppercase; writing-mode: vertical-rl; font-size: 180px; position: absolute; line-height: 0.3; z-index: 0; }
@media (min-width: 1400px) { .inner-section.sec-about .about-left { padding-right: 8%; } }
@media (min-width: 1680px) { .inner-section.sec-about .about-left { padding-right: 8%; } }
@media (max-width: 1199.98px) { .inner-section.sec-about .about-left { padding-right: 5%; } }
.inner-section.sec-about .about-left .about-head { position: relative; color: #000; margin-bottom: 3.5%; }
.inner-section.sec-about .about-left .about-head::before { content: 'Yucheng Electric'; font-family: StopD; font-size: 105px; position: absolute; top: 0; left: 0; opacity: .5; color: #f4f3f3; 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: 46px; font-family: "Microsoft Yahei"; }
.inner-section.sec-about .about-left .about-head .head-name .head-en { color: var(--theme-color); font-size: 24px; opacity: .8; font-weight: bold; line-height: 2; }
.inner-section.sec-about .about-left .about-head .head-name .head-title { line-height: 1; }
@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-left .about-head .about-icon { margin-top: 3.5%; }
.inner-section.sec-about .about-params { margin-top: 3%; }
.inner-section.sec-about .about-params .param-item .item-wrap .item-value { color: var(--theme-color); position: relative; }
.inner-section.sec-about .about-params .param-item .item-wrap .item-value::after { content: ''; display: block; width: 16px; height: 16px; position: absolute; margin: auto; right: 0; top: 0; }
.inner-section.sec-about .about-params .param-item .item-wrap .item-value .number { font-size: 60px; line-height: 1; font-family: "MiSans-Medium"; }
@media (max-width: 1399.98px) { .inner-section.sec-about .about-params .param-item .item-wrap .item-value .number { font-size: 52px; } }
.inner-section.sec-about .about-params .param-item .item-wrap .item-value .unit { font-size: 14px; vertical-align: top; }
.inner-section.sec-about .about-params .param-item .item-wrap .item-title { line-height: 2; color: #3f4042; text-transform: capitalize; }
@media (max-width: 1399.98px) { .inner-section.sec-about .about-params .param-item .item-wrap { padding-left: 25%; } }
@media (max-width: 1199.98px) { .inner-section.sec-about .about-params .param-item .item-wrap { padding-left: 20%; } }
@media (max-width: 991.98px) { .inner-section.sec-about .about-params .param-item .item-wrap { padding-left: 10%; } }
@media (max-width: 991.98px) { .inner-section.sec-about .about-params .param-item .item-wrap .item-value .number { font-size: 32px; }
  .inner-section.sec-about .about-params .param-item .item-wrap .item-value .unit { font-size: 12px; } }
@media (max-width: 767.98px) { .inner-section.sec-about .about-params .param-item .item-wrap .item-value .number { font-size: 46px; }
  .inner-section.sec-about .about-params .param-item .item-wrap .item-value .unit { font-size: 14px; } }
@media (max-width: 575.98px) { .inner-section.sec-about .about-params .param-item .item-wrap .item-value .number { font-size: 32px; }
  .inner-section.sec-about .about-params .param-item .item-wrap .item-value .unit { font-size: 12px; } }
@media (max-width: 991.98px) { .inner-section.sec-about .about-params .param-item:nth-child(2) .item-wrap .item-value::after, .inner-section.sec-about .about-params .param-item:nth-child(4) .item-wrap .item-value::after { display: none; } }
.inner-section.sec-about .about-content { line-height: 2; color: #282828; }
@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: 1400px) { .inner-section.sec-about .about-content { line-height: 2.5; }
  .inner-section.sec-about .about-content > p { margin-bottom: 1.5rem; } }
@media (max-width: 767.98px) { .inner-section.sec-about .about-content { font-size: 14px; } }
.inner-section.sec-about .about-params-box .item .item-wrap { color: var(--theme-color); }
.inner-section.sec-about .about-params-box .item .item-wrap .item-head { border-bottom: 1px solid #bababa; padding-bottom: 12px; }
.inner-section.sec-about .about-params-box .item .item-wrap .item-head .item-title { font-size: 22px; line-height: 1.5; }
.inner-section.sec-about .about-params-box .item .item-wrap .item-head .item-tips { line-height: 2; color: #666666; }
.inner-section.sec-about .about-params-box .item .item-wrap .item-value { font-size: 80px; font-family: arial; }
@media (max-width: 1399.98px) { .inner-section.sec-about .about-params-box .item .item-wrap .item-head .item-title { font-size: 20px; }
  .inner-section.sec-about .about-params-box .item .item-wrap .item-value { font-size: 72px; } }
@media (max-width: 1199.98px) { .inner-section.sec-about .about-params-box .item .item-wrap .item-head .item-title { font-size: 18px; }
  .inner-section.sec-about .about-params-box .item .item-wrap .item-head .item-tips { font-size: 14px; }
  .inner-section.sec-about .about-params-box .item .item-wrap .item-value { font-size: 62px; } }
@media (max-width: 991.98px) { .inner-section.sec-about .about-params-box .item .item-wrap .item-head .item-title { font-size: 16px; }
  .inner-section.sec-about .about-params-box .item .item-wrap .item-head .item-tips { font-size: 12px; }
  .inner-section.sec-about .about-params-box .item .item-wrap .item-value { font-size: 52px; } }
@media (max-width: 767.98px) { .inner-section.sec-about .about-params-box .item .item-wrap .item-head .item-title { font-size: 14px; }
  .inner-section.sec-about .about-params-box .item .item-wrap .item-head .item-tips { font-size: 8px; }
  .inner-section.sec-about .about-params-box .item .item-wrap .item-value { font-size: 42px; } }
@media (max-width: 575.98px) { .inner-section.sec-about .about-params-box .item .item-wrap .item-head .item-title { font-size: 14px; }
  .inner-section.sec-about .about-params-box .item .item-wrap .item-head .item-tips { font-size: 8px; }
  .inner-section.sec-about .about-params-box .item .item-wrap .item-value { font-size: 36px; } }
.inner-section.sec-cultrue { background: url("../image/sec-cultrue-bg.jpg") center/cover no-repeat; }
.inner-section.sec-cultrue .cultrue-box .item .item-wrap { color: #ffffff; padding: 20px 0; --item-icon-size:60px; }
.inner-section.sec-cultrue .cultrue-box .item .item-wrap .item-top { border-bottom: 2px solid rgba(255, 255, 255, 0.2); line-height: 1.2; padding: 1rem 0 2rem; }
.inner-section.sec-cultrue .cultrue-box .item .item-wrap .item-top .item-title .en-title { font-size: 36px; }
.inner-section.sec-cultrue .cultrue-box .item .item-wrap .item-top .item-title .cn-title { font-size: 30px; }
.inner-section.sec-cultrue .cultrue-box .item .item-wrap .item-top .item-icon { width: var(--item-icon-size); height: var(--item-icon-size); }
.inner-section.sec-cultrue .cultrue-box .item .item-wrap .item-top .item-icon svg { width: 100%; height: 100%; opacity: .5; }
.inner-section.sec-cultrue .cultrue-box .item .item-wrap .item-top .item-icon svg path { fill: #ffffff; }
@media (max-width: 1199.98px) { .inner-section.sec-cultrue .cultrue-box .item .item-wrap .item-top .item-title .en-title { font-size: 32px; }
  .inner-section.sec-cultrue .cultrue-box .item .item-wrap .item-top .item-title .cn-title { font-size: 28px; } }
@media (max-width: 991.98px) { .inner-section.sec-cultrue .cultrue-box .item .item-wrap .item-top .item-title .en-title { font-size: 28px; }
  .inner-section.sec-cultrue .cultrue-box .item .item-wrap .item-top .item-title .cn-title { font-size: 24px; } }
@media (max-width: 767.98px) { .inner-section.sec-cultrue .cultrue-box .item .item-wrap .item-top .item-title .en-title { font-size: 24px; }
  .inner-section.sec-cultrue .cultrue-box .item .item-wrap .item-top .item-title .cn-title { font-size: 20px; } }
@media (max-width: 575.98px) { .inner-section.sec-cultrue .cultrue-box .item .item-wrap .item-top .item-title .en-title { font-size: 20px; }
  .inner-section.sec-cultrue .cultrue-box .item .item-wrap .item-top .item-title .cn-title { font-size: 16px; } }
.inner-section.sec-cultrue .cultrue-box .item .item-wrap .item-desc { font-size: 20px; line-height: 1.8; padding-top: 2rem; }
@media (max-width: 991.98px) { .inner-section.sec-cultrue .cultrue-box .item .item-wrap .item-desc { font-size: 18px; padding-top: 22px; } }
@media (max-width: 767.98px) { .inner-section.sec-cultrue .cultrue-box .item .item-wrap .item-desc { font-size: 16px; padding-top: 20px; } }
@media (max-width: 575.98px) { .inner-section.sec-cultrue .cultrue-box .item .item-wrap .item-desc { font-size: 14px; padding-top: 15px; } }
@media (min-width: 1400px) { .inner-section.sec-cultrue .cultrue-box .item .item-wrap .item-icons { width: 80%; } }
.inner-section.sec-cultrue .cultrue-box .item .item-wrap .item-icons .icon-item { text-align: center; }
.inner-section.sec-cultrue .cultrue-box .item .item-wrap .item-icons .icon-item .icon { width: var(--item-icon-size); height: var(--item-icon-size); margin: 0 auto; }
.inner-section.sec-cultrue .cultrue-box .item .item-wrap .item-icons .icon-item .icon svg { width: 100%; height: 100%; opacity: .5; }
.inner-section.sec-cultrue .cultrue-box .item .item-wrap .item-icons .icon-item .icon svg path { fill: #ffffff; }
.inner-section.sec-cultrue .cultrue-box .item .item-wrap .item-icons .icon-item .name { font-size: 24px; line-height: 2; }
@media (max-width: 1199.98px) { .inner-section.sec-cultrue .cultrue-box .item .item-wrap { padding: 15px 0; --item-icon-size:48px; }
  .inner-section.sec-cultrue .cultrue-box .item .item-wrap .item-top { padding-top: 10px; padding-bottom: 26px; }
  .inner-section.sec-cultrue .cultrue-box .item .item-wrap .item-icons .icon-item .name { font-size: 20px; } }
@media (max-width: 991.98px) { .inner-section.sec-cultrue .cultrue-box .item .item-wrap { padding: 12px 0; --item-icon-size:42px; }
  .inner-section.sec-cultrue .cultrue-box .item .item-wrap .item-top { padding-top: 8px; padding-bottom: 22px; }
  .inner-section.sec-cultrue .cultrue-box .item .item-wrap .item-icons .icon-item .name { font-size: 18px; } }
@media (max-width: 767.98px) { .inner-section.sec-cultrue .cultrue-box .item .item-wrap { padding: 10px 0; --item-icon-size:36px; }
  .inner-section.sec-cultrue .cultrue-box .item .item-wrap .item-top { padding-top: 6px; padding-bottom: 20px; }
  .inner-section.sec-cultrue .cultrue-box .item .item-wrap .item-icons .icon-item .name { font-size: 16px; } }
@media (max-width: 575.98px) { .inner-section.sec-cultrue .cultrue-box .item .item-wrap { padding: 8px 0; --item-icon-size:32px; }
  .inner-section.sec-cultrue .cultrue-box .item .item-wrap .item-top { padding-top: 4px; padding-bottom: 15px; }
  .inner-section.sec-cultrue .cultrue-box .item .item-wrap .item-icons .icon-item .name { font-size: 14px; } }
.inner-section.sec-concept { position: relative; background: url("/static/index/zm001/Image/sec-concept.jpg") center/cover no-repeat; }
.inner-section.sec-concept .cultrue-swiper { margin-top: 5%; }
.inner-section.sec-concept .cultrue-swiper .item { background-color: #ffffff; border-radius: 5px; overflow: hidden; text-align: center; -webkit-transition: background-color .5s linear; -moz-transition: background-color .5s linear; -ms-transition: background-color .5s linear; -o-transition: background-color .5s linear; transition: background-color .5s linear; padding: 5% 0 6%; position: relative; }
.inner-section.sec-concept .cultrue-swiper .item::before { content: 'yucheng'; font-family: StopD; font-size: 48px; color: #000000; display: block; position: absolute; opacity: .05; top: 0; line-height: 0.6; writing-mode: vertical-rl; -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; }
.inner-section.sec-concept .cultrue-swiper .item::after { content: ''; display: block; position: absolute; width: 100%; height: 50%; background: url("/static/index/zm001/Image/icon-ico.png") top no-repeat; bottom: 0; z-index: 0; filter: grayscale(100) brightness(0); opacity: .03; transform: scale(0.7); -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; -webkit-transform-origin: bottom center; -moz-transform-origin: bottom center; -ms-transform-origin: bottom center; -o-transform-origin: bottom center; transform-origin: bottom center; }
.inner-section.sec-concept .cultrue-swiper .item .item-icon { width: 75px; height: 75px; margin: 0 auto 5%; position: relative; }
.inner-section.sec-concept .cultrue-swiper .item .item-icon svg { display: block; margin: auto; position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 60%; height: 60%; -webkit-transition: fill .5s; -moz-transition: fill .5s; -ms-transition: fill .5s; -o-transition: fill .5s; transition: fill .5s; }
.inner-section.sec-concept .cultrue-swiper .item .item-icon svg path { fill: #666666; }
.inner-section.sec-concept .cultrue-swiper .item .item-name .cn-name { font-size: 30px; color: #333333; -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; }
.inner-section.sec-concept .cultrue-swiper .item .item-name .en-name { text-transform: capitalize; font-size: 16px; color: #999999; -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; }
.inner-section.sec-concept .cultrue-swiper .item .item-name::after { content: ''; display: block; width: 20px; height: 2px; margin: 2rem auto; background-color: #666666; -webkit-transition: background-color .5s; -moz-transition: background-color .5s; -ms-transition: background-color .5s; -o-transition: background-color .5s; transition: background-color .5s; }
.inner-section.sec-concept .cultrue-swiper .item .item-content { position: relative; z-index: 2; letter-spacing: 3px; font-size: 24px; color: #282828; -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; }
.inner-section.sec-concept .cultrue-swiper .item:hover { background-color: var(--theme-color); }
.inner-section.sec-concept .cultrue-swiper .item:hover::before { color: #ffffff; }
.inner-section.sec-concept .cultrue-swiper .item:hover::after { filter: grayscale(100) brightness(100); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
.inner-section.sec-concept .cultrue-swiper .item:hover .item-icon svg path { fill: #ffffff; }
.inner-section.sec-concept .cultrue-swiper .item:hover .item-name .cn-name { color: #ffffff; }
.inner-section.sec-concept .cultrue-swiper .item:hover .item-name .en-name { color: #ffffff; }
.inner-section.sec-concept .cultrue-swiper .item:hover .item-name::after { background-color: #fff; opacity: .5s; }
.inner-section.sec-concept .cultrue-swiper .item:hover .item-content { color: #ffffff; opacity: .5; }
.inner-section.sec-video { background: url("../image/sec-video-bg.jpg") center/cover no-repeat; }
.inner-section.sec-video .video-info { position: relative; width: 100%; }
.inner-section.sec-video .video-info .video-txt { position: absolute; margin: auto; display: block; max-width: 93%; top: 0; bottom: 0; left: 0; opacity: .03; filter: contrast(0) grayscale(100%) brightness(100); right: 0; }
.inner-section.sec-video .video-info .video-logo { position: relative; }
.inner-section.sec-video .video-info .video-logo img { transition: all .5s; }
@media (max-width: 991.98px) { .inner-section.sec-video .video-info .video-logo img { height: 42px; } }
@media (max-width: 767.98px) { .inner-section.sec-video .video-info .video-logo img { height: 36px; } }
@media (max-width: 575.98px) { .inner-section.sec-video .video-info .video-logo img { height: 32px; } }
.inner-section.sec-video .video-info .video-title { position: relative; }
.inner-section.sec-video .video-info .video-title .cn-title { font-size: 60px; line-height: 2; margin: .625rem 0; }
.inner-section.sec-video .video-info .video-title .en-title { font-size: 14px; opacity: .5; line-height: 1.4; }
@media (max-width: 1399.98px) { .inner-section.sec-video .video-info .video-title .cn-title { font-size: 52px; } }
@media (max-width: 1199.98px) { .inner-section.sec-video .video-info .video-title .cn-title { font-size: 46px; } }
@media (max-width: 991.98px) { .inner-section.sec-video .video-info .video-title .cn-title { font-size: 28px; }
  .inner-section.sec-video .video-info .video-title .en-title { font-size: 12px; } }
@media (max-width: 767.98px) { .inner-section.sec-video .video-info .video-title .cn-title { font-size: 20px; margin: 0; }
  .inner-section.sec-video .video-info .video-title .en-title { font-size: 10px; } }
@media (max-width: 575.98px) { .inner-section.sec-video .video-info .video-title .cn-title { font-size: 16px; }
  .inner-section.sec-video .video-info .video-title .en-title { font-size: 8px; } }
.inner-section.sec-video .video-play { margin-top: 3%; --btn-size:85px; }
@media (max-width: 1399.98px) { .inner-section.sec-video .video-play { --btn-size:72px; } }
@media (max-width: 1199.98px) { .inner-section.sec-video .video-play { --btn-size:66px; } }
@media (max-width: 991.98px) { .inner-section.sec-video .video-play { --btn-size:46px; } }
@media (max-width: 767.98px) { .inner-section.sec-video .video-play { --btn-size:42px; } }
@media (max-width: 575.98px) { .inner-section.sec-video .video-play { --btn-size:32px; } }
.inner-section.sec-video .video-play .play-btn { width: var(--btn-size); height: var(--btn-size); margin: 0 auto; cursor: pointer; position: relative; }
.inner-section.sec-video .video-play .play-btn::before { content: ''; position: absolute; width: 100%; height: 100%; border-radius: 50%; border: 1px dashed rgba(255, 255, 255, 0.5); margin: auto; top: 0; left: 0; animation: rotate360 10s infinite linear; }
.inner-section.sec-video .video-play .play-btn svg { -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; width: 80%; height: 100%; position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; }
.inner-section.sec-video .video-play .play-btn:hover::before { animation-play-state: paused; }
.inner-section.sec-video .video-play .play-btn:hover svg { transform: rotate(120deg); }
.inner-section.sec-video .video-play .play-btn:hover svg path { fill: var(--theme-color); }
.inner-section.sec-video .video-play .play-txt { text-align: center; line-height: 2; margin-top: .5rem; letter-spacing: 2px; }
@media (max-width: 991.98px) { .inner-section.sec-video .video-play .play-txt { font-size: 14px; } }
@media (max-width: 767.98px) { .inner-section.sec-video .video-play .play-txt { font-size: 12px; margin-top: 8px; } }
@media (max-width: 575.98px) { .inner-section.sec-video .video-play .play-txt { font-size: 10px; margin-top: 5px; } }
.inner-section.sec-strength .strength-box { margin-top: 3%; }
.inner-section.sec-strength .strength-box .item .item-left { width: 29%; background: url("/static/index/zm001/Image/strength-bg.jpg") center/cover no-repeat #2e3d73; color: #ffffff; padding: 3%; }
.inner-section.sec-strength .strength-box .item .item-left .item-content { line-height: 1.5; }
.inner-section.sec-strength .strength-box .item .item-left .item-content p { margin-bottom: 10px; }
@media (min-width: 992px) { .inner-section.sec-strength .strength-box .item .item-left .item-content { font-size: 16px; }
  .inner-section.sec-strength .strength-box .item .item-left .item-content p { margin-bottom: 8px; } }
@media (min-width: 1200px) { .inner-section.sec-strength .strength-box .item .item-left .item-content p { margin-bottom: 5px; } }
@media (min-width: 1400px) { .inner-section.sec-strength .strength-box .item .item-left .item-content { font-size: 18px; line-height: 1.8; }
  .inner-section.sec-strength .strength-box .item .item-left .item-content p { margin-bottom: 6px; } }
@media (min-width: 1680px) { .inner-section.sec-strength .strength-box .item .item-left .item-content { line-height: 2; font-size: 20px; }
  .inner-section.sec-strength .strength-box .item .item-left .item-content p { margin-bottom: 6px; } }
.inner-section.sec-strength .strength-box .item .item-right { width: 71%; }
@media (max-width: 991.98px) { .inner-section.sec-strength .strength-box .item .item-left { width: 100%; }
  .inner-section.sec-strength .strength-box .item .item-right { width: 100%; } }
.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("/static/index/zm001/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-intelligent .intelligent-left { width: 71.3%; }
@media (max-width: 992px) { .inner-section.sec-intelligent .intelligent-left { width: 100%; } }
.inner-section.sec-intelligent .intelligent-left .item { position: relative; }
.inner-section.sec-intelligent .intelligent-left .item .item-name { bottom: 0; left: 0; z-index: 2; position: absolute; background: var(--theme-color); line-height: 2; font-size: 16px; padding: 5px 20px; color: #ffffff; }
.inner-section.sec-intelligent .intelligent-left .item .item-name p { font-size: 70%; line-height: 1; margin-bottom: 5px; text-transform: uppercase; opacity: .8; }
.inner-section.sec-intelligent .intelligent-nav { width: 28.7%; }
.inner-section.sec-intelligent .intelligent-nav-swiper .item { color: #282828; flex: 1; border-bottom: 1px solid #ededed; position: relative; -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; z-index: 2; }
.inner-section.sec-intelligent .intelligent-nav-swiper .item .item-wrap { position: absolute; width: 100%; height: 100%; top: 0; right: 0; padding: 5% 14%; display: flex; flex-direction: column; justify-content: center; -webkit-transition: width .5s,background-color .5s; -moz-transition: width .5s,background-color .5s; -ms-transition: width .5s,background-color .5s; -o-transition: width .5s,background-color .5s; transition: width .5s,background-color .5s; }
.inner-section.sec-intelligent .intelligent-nav-swiper .item .cn-title { -webkit-transition: font-size .5s; -moz-transition: font-size .5s; -ms-transition: font-size .5s; -o-transition: font-size .5s; transition: font-size .5s; font-size: 24px; }
.inner-section.sec-intelligent .intelligent-nav-swiper .item .en-title { text-transform: uppercase; opacity: .5; -webkit-transition: font-size .5s; -moz-transition: font-size .5s; -ms-transition: font-size .5s; -o-transition: font-size .5s; transition: font-size .5s; font-size: 12px; }
.inner-section.sec-intelligent .intelligent-nav-swiper .item.active, .inner-section.sec-intelligent .intelligent-nav-swiper .item:hover { color: #ffffff; }
.inner-section.sec-intelligent .intelligent-nav-swiper .item.active .item-wrap, .inner-section.sec-intelligent .intelligent-nav-swiper .item:hover .item-wrap { background: #d8262c; width: 115%; }
.inner-section.sec-intelligent .intelligent-nav-swiper .item.active .cn-title, .inner-section.sec-intelligent .intelligent-nav-swiper .item:hover .cn-title { font-size: 160%; }
.inner-section.sec-intelligent .intelligent-nav-swiper .item.active .en-title, .inner-section.sec-intelligent .intelligent-nav-swiper .item:hover .en-title { font-size: 90%; }
.inner-section.sec-intelligent .intelligent-nav ul { width: 100%; height: 100%; display: flex; flex-direction: column; background: #fafafa; border-top: 1px solid #ededed; }
.inner-section.sec-intelligent .intelligent-nav ul li { color: #282828; flex: 1; border-bottom: 1px solid #ededed; position: relative; -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; z-index: 2; }
.inner-section.sec-intelligent .intelligent-nav ul li .item-wrap { position: absolute; width: 100%; height: 100%; top: 0; right: 0; padding: 5% 14%; display: flex; flex-direction: column; justify-content: center; -webkit-transition: width .5s,background-color .5s; -moz-transition: width .5s,background-color .5s; -ms-transition: width .5s,background-color .5s; -o-transition: width .5s,background-color .5s; transition: width .5s,background-color .5s; }
.inner-section.sec-intelligent .intelligent-nav ul li .cn-title { -webkit-transition: font-size .5s; -moz-transition: font-size .5s; -ms-transition: font-size .5s; -o-transition: font-size .5s; transition: font-size .5s; font-size: 24px; }
@media (max-width: 1679.98px) { .inner-section.sec-intelligent .intelligent-nav ul li .cn-title { font-size: 22px; } }
@media (max-width: 1399.98px) { .inner-section.sec-intelligent .intelligent-nav ul li .cn-title { font-size: 20px; } }
@media (max-width: 1199.98px) { .inner-section.sec-intelligent .intelligent-nav ul li .cn-title { font-size: 18px; } }
.inner-section.sec-intelligent .intelligent-nav ul li .en-title { text-transform: uppercase; opacity: .5; -webkit-transition: font-size .5s; -moz-transition: font-size .5s; -ms-transition: font-size .5s; -o-transition: font-size .5s; transition: font-size .5s; font-size: 12px; }
.inner-section.sec-intelligent .intelligent-nav ul li.active, .inner-section.sec-intelligent .intelligent-nav ul li:hover { color: #ffffff; }
.inner-section.sec-intelligent .intelligent-nav ul li.active .item-wrap, .inner-section.sec-intelligent .intelligent-nav ul li:hover .item-wrap { background: #d8262c; width: 115%; }
@media (min-width: 1680px) { .inner-section.sec-intelligent .intelligent-nav ul li.active .cn-title, .inner-section.sec-intelligent .intelligent-nav ul li:hover .cn-title { font-size: 160%; } }
@media (max-width: 1399.98px) { .inner-section.sec-intelligent .intelligent-nav ul li.active .cn-title, .inner-section.sec-intelligent .intelligent-nav ul li:hover .cn-title { font-size: 140%; } }
@media (max-width: 1199.98px) { .inner-section.sec-intelligent .intelligent-nav ul li.active .cn-title, .inner-section.sec-intelligent .intelligent-nav ul li:hover .cn-title { font-size: 100%; } }
.inner-section.sec-intelligent .intelligent-nav ul li.active .en-title, .inner-section.sec-intelligent .intelligent-nav ul li:hover .en-title { font-size: 90%; }
.inner-section.sec-innovate .innovate-params { position: relative; z-index: 2; color: #595959; }
.inner-section.sec-innovate .innovate-params .param-item .item-wrap { position: relative; }
@media (min-width: 1200px) { .inner-section.sec-innovate .innovate-params .param-item .item-wrap { padding-left: 20% !important; } }
.inner-section.sec-innovate .innovate-params .param-item .item-wrap .item-value .number { font-size: 60px; line-height: 1; font-weight: bold; font-family: lovelo; color: var(--theme-color); }
.inner-section.sec-innovate .innovate-params .param-item .item-wrap .item-value .unit { color: var(--theme-color); }
@media (max-width: 991.98px) { .inner-section.sec-innovate .innovate-params .param-item .item-wrap .item-value .number { font-size: 36px; }
  .inner-section.sec-innovate .innovate-params .param-item .item-wrap .item-value .unit { font-size: 14px; } }
@media (max-width: 767.98px) { .inner-section.sec-innovate .innovate-params .param-item .item-wrap .item-value .number { font-size: 32px; }
  .inner-section.sec-innovate .innovate-params .param-item .item-wrap .item-value .unit { font-size: 14px; } }
@media (max-width: 420.98px) { .inner-section.sec-innovate .innovate-params .param-item .item-wrap .item-value .number { font-size: 26px; }
  .inner-section.sec-innovate .innovate-params .param-item .item-wrap .item-value .unit { font-size: 12px; }
  .inner-section.sec-innovate .innovate-params .param-item .item-wrap .item-title { font-size: 12px; } }
.inner-section.sec-innovate .swiper-innovate { margin-top: 2%; }
.inner-section.sec-innovate .swiper-innovate .item { background-color: #f8f8f8; }
.inner-section.sec-innovate .swiper-innovate .item .item-img { padding: 10%; }
.inner-section.sec-innovate .ratio-innovate { --mdb-aspect-ratio: calc(396 / 280* 100%); }
.inner-section.sec-job-style .swiper-jobstyle .item .item-wrap { height: 100%; }
.inner-section.sec-job-style .swiper-jobstyle .item .item-wrap .item-img { overflow: hidden; }
.inner-section.sec-job-style .swiper-jobstyle .item .item-wrap .item-name { color: #070002; line-height: 2; font-size: 22px; margin: 1.5rem 0 8px; }
.inner-section.sec-job-style .swiper-jobstyle .item .item-wrap .item-time { color: #999999; line-height: 2; }
.inner-section.sec-job-concept .job-concept-box .concept-left .concept-tips { color: #070002; line-height: 2; font-size: 26px; }
@media (max-width: 1399.98px) { .inner-section.sec-job-concept .job-concept-box .concept-left .concept-tips { font-size: 24px; } }
@media (max-width: 1199.98px) { .inner-section.sec-job-concept .job-concept-box .concept-left .concept-tips { font-size: 22px; } }
@media (max-width: 991.98px) { .inner-section.sec-job-concept .job-concept-box .concept-left .concept-tips { font-size: 20px; } }
@media (max-width: 767.98px) { .inner-section.sec-job-concept .job-concept-box .concept-left .concept-tips { font-size: 18px; } }
@media (max-width: 575.98px) { .inner-section.sec-job-concept .job-concept-box .concept-left .concept-tips { font-size: 16px; } }
.inner-section.sec-job-concept .job-concept-box .concept-left .concept-img img { border-radius: 5px; display: block; }
.inner-section.sec-job-concept .job-concept-box .concept-list .item { flex: 1; padding: 1rem 0; }
.inner-section.sec-job-concept .job-concept-box .concept-list .item:not(:first-child) { border-top: 1px dashed #d0d0d0; }
.inner-section.sec-job-concept .job-concept-box .concept-list .item .item-title { width: 330px; padding: 0 2rem; color: #333333; }
.inner-section.sec-job-concept .job-concept-box .concept-list .item .item-title .cn-title { font-size: 26px; position: relative; }
.inner-section.sec-job-concept .job-concept-box .concept-list .item .item-title .cn-title::before { content: ''; position: absolute; width: 5px; height: 24px; background-color: var(--theme-color); margin: auto; top: 0; bottom: 0; left: -1rem; -webkit-transform: skewX(-15deg); -moz-transform: skewX(-15deg); -ms-transform: skewX(-15deg); -o-transform: skewX(-15deg); transform: skewX(-15deg); }
.inner-section.sec-job-concept .job-concept-box .concept-list .item .item-title .en-title { margin-top: 10px; opacity: .8; line-height: 1.2; }
.inner-section.sec-job-concept .job-concept-box .concept-list .item .item-info { max-width: 65%; line-height: 1.8; }
@media (max-width: 1399.98px) { .inner-section.sec-job-concept .job-concept-box .concept-list .item .item-title .cn-title { font-size: 24px; }
  .inner-section.sec-job-concept .job-concept-box .concept-list .item .item-title .cn-title::before { width: 4px; height: 22px; } }
@media (max-width: 1199.98px) { .inner-section.sec-job-concept .job-concept-box .concept-list .item .item-title .cn-title { font-size: 22px; }
  .inner-section.sec-job-concept .job-concept-box .concept-list .item .item-title .cn-title::before { width: 4px; height: 20px; } }
@media (max-width: 991.98px) { .inner-section.sec-job-concept .job-concept-box .concept-list .item .item-title .cn-title { font-size: 20px; }
  .inner-section.sec-job-concept .job-concept-box .concept-list .item .item-title .cn-title::before { width: 3px; height: 18px; } }
@media (max-width: 767.98px) { .inner-section.sec-job-concept .job-concept-box .concept-list .item .item-title .cn-title { font-size: 18px; }
  .inner-section.sec-job-concept .job-concept-box .concept-list .item .item-title .cn-title::before { width: 3px; height: 16px; } }
@media (max-width: 575.98px) { .inner-section.sec-job-concept .job-concept-box .concept-list .item .item-title .cn-title { font-size: 24px; }
  .inner-section.sec-job-concept .job-concept-box .concept-list .item .item-title .cn-title::before { width: 4px; height: 22px; } }
.inner-section.sec-job-welfare .swiper-welfare { padding: 3% 0; }
.inner-section.sec-job-welfare .swiper-welfare .item { height: auto; -webkit-transition: box-shadow 1s; -moz-transition: box-shadow 1s; -ms-transition: box-shadow 1s; -o-transition: box-shadow 1s; transition: box-shadow 1s; background-color: #ffffff; position: relative; }
.inner-section.sec-job-welfare .swiper-welfare .item::before { content: ''; display: block; position: absolute; width: 100%; height: 100%; -webkit-transition: opacity .5s; -moz-transition: opacity .5s; -ms-transition: opacity .5s; -o-transition: opacity .5s; transition: opacity .5s; background: url("../image/welfare-bg.jpg") center/cover no-repeat; opacity: 0; }
.inner-section.sec-job-welfare .swiper-welfare .item .item-wrap { height: 100%; position: relative; z-index: 2; border: 1px solid #ededed; padding: 16.5% 10%; display: flex; flex-direction: column; }
.inner-section.sec-job-welfare .swiper-welfare .item .item-wrap .item-icon { width: 110px; height: 110px; margin: 0 auto; position: relative; -webkit-transition: transform .5s, opacity .5s; -moz-transition: transform .5s, opacity .5s; -ms-transition: transform .5s, opacity .5s; -o-transition: transform .5s, opacity .5s; transition: transform .5s, opacity .5s; }
.inner-section.sec-job-welfare .swiper-welfare .item .item-wrap .item-icon svg { position: absolute; margin: auto; top: 0; bottom: 0; right: 0; left: 0; width: 50%; height: 50%; }
.inner-section.sec-job-welfare .swiper-welfare .item .item-wrap .item-icon svg path { fill: #333333; }
.inner-section.sec-job-welfare .swiper-welfare .item .item-wrap .item-title { color: #333333; text-align: center; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.inner-section.sec-job-welfare .swiper-welfare .item .item-wrap .item-title .cn-title { font-size: 32px; line-height: 2; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.inner-section.sec-job-welfare .swiper-welfare .item .item-wrap .item-title .en-title { line-height: 1.2; margin: 10px 0; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.inner-section.sec-job-welfare .swiper-welfare .item .item-wrap .item-content { flex: 1; visibility: hidden; opacity: 0; font-size: 20px; color: #666666; line-height: 1.8; -webkit-transition: transform .5s, opacity .5s, color .5s; -moz-transition: transform .5s, opacity .5s, color .5s; -ms-transition: transform .5s, opacity .5s, color .5s; -o-transition: transform .5s, opacity .5s, color .5s; transition: transform .5s, opacity .5s, color .5s; }
.inner-section.sec-job-welfare .swiper-welfare .item .item-wrap .item-bottom { position: relative; }
.inner-section.sec-job-welfare .swiper-welfare .item .item-wrap .item-bottom::before { content: ''; display: block; position: absolute; width: 15%; height: 3px; background-color: var(--theme-color); margin: auto; left: 0; right: 0; top: 0; bottom: 0; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.inner-section.sec-job-welfare .swiper-welfare .item .item-wrap .item-bottom svg { width: 32px; height: 32px; -webkit-transition: transform .5s, opacity .5s; -moz-transition: transform .5s, opacity .5s; -ms-transition: transform .5s, opacity .5s; -o-transition: transform .5s, opacity .5s; transition: transform .5s, opacity .5s; opacity: 0; -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%); }
.inner-section.sec-job-welfare .swiper-welfare .item .item-wrap .item-bottom svg path { fill: #333333; }
@media (max-width: 1399.98px) { .inner-section.sec-job-welfare .swiper-welfare .item .item-wrap .item-icon { width: 80px; height: 80px; }
  .inner-section.sec-job-welfare .swiper-welfare .item .item-wrap .item-title .cn-title { font-size: 26px; } }
@media (max-width: 1199.98px) { .inner-section.sec-job-welfare .swiper-welfare .item .item-wrap .item-icon { width: 76px; height: 76px; }
  .inner-section.sec-job-welfare .swiper-welfare .item .item-wrap .item-title .cn-title { font-size: 24px; } }
@media (max-width: 991.98px) { .inner-section.sec-job-welfare .swiper-welfare .item .item-wrap .item-icon { width: 60px; height: 60px; }
  .inner-section.sec-job-welfare .swiper-welfare .item .item-wrap .item-title .cn-title { font-size: 22px; }
  .inner-section.sec-job-welfare .swiper-welfare .item .item-wrap .item-content { font-size: 18px; } }
@media (max-width: 767.98px) { .inner-section.sec-job-welfare .swiper-welfare .item .item-wrap .item-icon { width: 56px; height: 56px; }
  .inner-section.sec-job-welfare .swiper-welfare .item .item-wrap .item-title .cn-title { font-size: 20px; }
  .inner-section.sec-job-welfare .swiper-welfare .item .item-wrap .item-title .en-title { font-size: 14px; }
  .inner-section.sec-job-welfare .swiper-welfare .item .item-wrap .item-content { font-size: 16px; }
  .inner-section.sec-job-welfare .swiper-welfare .item .item-wrap .item-bottom svg { width: 26px; height: 26px; } }
@media (max-width: 575.98px) { .inner-section.sec-job-welfare .swiper-welfare .item .item-wrap .item-icon { width: 46px; height: 46px; }
  .inner-section.sec-job-welfare .swiper-welfare .item .item-wrap .item-title .cn-title { font-size: 20px; }
  .inner-section.sec-job-welfare .swiper-welfare .item .item-wrap .item-title .en-title { font-size: 12px; }
  .inner-section.sec-job-welfare .swiper-welfare .item .item-wrap .item-content { font-size: 14px; } }
.inner-section.sec-job-welfare .swiper-welfare .item:hover { box-shadow: 35.355px 35.355px 80px 0px rgba(0, 0, 0, 0.15); z-index: 2; }
.inner-section.sec-job-welfare .swiper-welfare .item:hover::before { opacity: 1; }
.inner-section.sec-job-welfare .swiper-welfare .item:hover .item-wrap .item-icon { -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); opacity: 0; }
.inner-section.sec-job-welfare .swiper-welfare .item:hover .item-wrap .item-icon svg path { fill: #ffffff; }
.inner-section.sec-job-welfare .swiper-welfare .item:hover .item-wrap .item-title { -webkit-transform: translateY(-20%); -moz-transform: translateY(-20%); -ms-transform: translateY(-20%); -o-transform: translateY(-20%); transform: translateY(-20%); color: #ffffff; }
.inner-section.sec-job-welfare .swiper-welfare .item:hover .item-wrap .item-title .cn-title { -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
.inner-section.sec-job-welfare .swiper-welfare .item:hover .item-wrap .item-title .en-title { -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%); opacity: .5; }
.inner-section.sec-job-welfare .swiper-welfare .item:hover .item-wrap .item-content { visibility: visible; opacity: 1; transform: translateY(-30%); color: #fff; }
.inner-section.sec-job-welfare .swiper-welfare .item:hover .item-wrap .item-bottom::before { -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); }
.inner-section.sec-job-welfare .swiper-welfare .item:hover .item-wrap .item-bottom svg { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); opacity: 1; }
.inner-section.sec-job-welfare .swiper-welfare .item:hover .item-wrap .item-bottom svg path { fill: #ffffff; }
.inner-section.sec-job-welfare .welfare-list { margin-top: 3%; }
.inner-section.sec-job-welfare .welfare-list .item .item-wrap { padding: 5%; --icon-size:90px; }
.inner-section.sec-job-welfare .welfare-list .item .item-wrap .item-icon { width: var(--icon-size); height: var(--icon-size); position: relative; margin: 0 auto 20px; background-color: var(--theme-color); border-radius: 50%; }
.inner-section.sec-job-welfare .welfare-list .item .item-wrap .item-icon svg { position: absolute; width: 50%; height: auto; margin: auto; top: 0; left: 0; right: 0; bottom: 0; }
.inner-section.sec-job-welfare .welfare-list .item .item-wrap .item-icon svg path { fill: #ffffff; }
.inner-section.sec-job-welfare .welfare-list .item .item-wrap .item-name { font-size: 24px; text-align: center; font-family: "Microsoft YaHei"; font-weight: bold; line-height: 2; }
.inner-section.sec-job-welfare .welfare-list .item .item-wrap .item-desc { color: #666666; line-height: 1.8; text-align: center; }
@media (min-width: 992px) { .inner-section.sec-job-welfare .welfare-list .item .item-wrap .item-desc { padding: 0 12%; } }
@media (min-width: 1200px) { .inner-section.sec-job-welfare .welfare-list .item .item-wrap .item-desc { padding: 0 15%; } }
@media (min-width: 1400px) { .inner-section.sec-job-welfare .welfare-list .item .item-wrap .item-desc { padding: 0 18%; } }
.inner-section.sec-job-welfare .welfare-list .item .item-wrap:hover .item-icon svg { -webkit-animation: swing 1s; -o-animation: swing 1s; animation: swing 1s; }
@media (max-width: 1399.98px) { .inner-section.sec-job-welfare .welfare-list .item .item-wrap { --icon-size: 70px; } }
@media (max-width: 1199.98px) { .inner-section.sec-job-welfare .welfare-list .item .item-wrap { --icon-size: 60px; }
  .inner-section.sec-job-welfare .welfare-list .item .item-wrap .item-name { font-size: 22px; }
  .inner-section.sec-job-welfare .welfare-list .item .item-wrap .item-desc { font-size: 14px; } }
@media (max-width: 991.98px) { .inner-section.sec-job-welfare .welfare-list .item .item-wrap { --icon-size: 46px; }
  .inner-section.sec-job-welfare .welfare-list .item .item-wrap .item-name { font-size: 20px; } }
@media (max-width: 767.98px) { .inner-section.sec-job-welfare .welfare-list .item .item-wrap { --icon-size: 38px; }
  .inner-section.sec-job-welfare .welfare-list .item .item-wrap .item-icon { margin: 0 auto 8px; }
  .inner-section.sec-job-welfare .welfare-list .item .item-wrap .item-name { font-size: 18px; line-height: 1.8; }
  .inner-section.sec-job-welfare .welfare-list .item .item-wrap .item-desc { font-size: 12px; } }
@media (max-width: 575.98px) { .inner-section.sec-job-welfare .welfare-list .item .item-wrap { --icon-size: 36px; }
  .inner-section.sec-job-welfare .welfare-list .item .item-wrap .item-icon { margin: 0 auto 5px; }
  .inner-section.sec-job-welfare .welfare-list .item .item-wrap .item-name { font-size: 16px; }
  .inner-section.sec-job-welfare .welfare-list .item .item-wrap .item-desc { font-size: 10px; line-height: 1.5; } }
@media (max-width: 419.98px) { .inner-section.sec-job-welfare .welfare-list .item .item-wrap { --icon-size: 32px; }
  .inner-section.sec-job-welfare .welfare-list .item .item-wrap .item-name { font-size: 14px; }
  .inner-section.sec-job-welfare .welfare-list .item .item-wrap .item-desc { font-size: 8px; } }
.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; }
@media (min-width: 1200px) { .inner-section.sec-contact { padding: 0; } }
.inner-section.sec-contact .bdmap { height: 750px; position: relative; }
@media (min-width: 1200px) { .inner-section.sec-contact .bdmap .map-contact { position: absolute; margin: auto; width: 90%; left: 0; right: 0; background-color: var(--theme-color); color: #ffffff; bottom: 10%; z-index: 2; } }
.inner-section.sec-contact .bdmap .map-contact .contact-wrap { padding: 3.2% 0; }
.inner-section.sec-contact .bdmap .map-contact .contact-wrap .item .item-wrap { height: 100%; padding: 5%; }
.inner-section.sec-contact .bdmap .map-contact .contact-wrap .item .item-wrap .item-title { font-size: 20px; line-height: 2; }
.inner-section.sec-contact .bdmap .map-contact .contact-wrap .item .item-wrap .item-value { min-height: 32px; font-size: 16px; }
@media (max-width: 991.98px) { .inner-section.sec-contact .bdmap .map-contact .contact-wrap .item .item-wrap .item-title { font-size: 18px; }
  .inner-section.sec-contact .bdmap .map-contact .contact-wrap .item .item-wrap .item-value { font-size: 14px; } }
@media (max-width: 575.98px) { .inner-section.sec-contact .bdmap .map-contact .contact-wrap .item .item-wrap .item-title { font-size: 16px; }
  .inner-section.sec-contact .bdmap .map-contact .contact-wrap .item .item-wrap .item-value { font-size: 12px; } }
.inner-section.sec-contact .bdmap .map-contact .contact-wrap .item:not(:first-child) .item-wrap { border-left: 1px solid rgba(255, 255, 255, 0.1); }
@media (max-width: 1199.98px) { .inner-section.sec-contact .bdmap { height: 620px; } }
@media (max-width: 991.98px) { .inner-section.sec-contact .bdmap { height: 480px; } }
@media (max-width: 767.98px) { .inner-section.sec-contact .bdmap { height: 420px; } }
@media (max-width: 575.98px) { .inner-section.sec-contact .bdmap { height: 360px; } }
@media (min-width: 1200px) { .inner-section.sec-contact .contact-box { -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); } }
.inner-section.sec-contact .contact-box .item .item-wrap { -webkit-transition: box-shadow .5s,transform .5s; -moz-transition: box-shadow .5s,transform .5s; -ms-transition: box-shadow .5s,transform .5s; -o-transition: box-shadow .5s,transform .5s; transition: box-shadow .5s,transform .5s; box-shadow: 0 20px 200px 0 rgba(0, 0, 0, 0.06); height: 100%; background-color: #fff; padding: 6%; display: flex; flex-direction: column; justify-content: space-between; }
.inner-section.sec-contact .contact-box .item .item-wrap .item-title { color: #333333; font-size: 20px; }
.inner-section.sec-contact .contact-box .item .item-wrap .item-title::after { content: ''; display: block; width: 1.5rem; height: 2px; margin: 1rem 0; background-color: var(--theme-color); }
.inner-section.sec-contact .contact-box .item .item-wrap .item-title .en-title { text-transform: capitalize; font-size: 16px; }
.inner-section.sec-contact .contact-box .item .item-wrap .item-content { font-size: 22px; flex: 1; }
.inner-section.sec-contact .contact-box .item .item-wrap .item-boot { text-align: right; }
@media (max-width: 1399.98px) { .inner-section.sec-contact .contact-box .item .item-wrap { box-shadow: 0 20px 200px 0 rgba(0, 0, 0, 0.06); } }
.inner-section.sec-contact .contact-box .item .item-wrap:hover { -webkit-transform: translateY(-5px); -moz-transform: translateY(-5px); -ms-transform: translateY(-5px); -o-transform: translateY(-5px); transform: translateY(-5px); -webkit-box-shadow: 0 20px 200px 0 rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 20px 200px 0 rgba(0, 0, 0, 0.15); box-shadow: 0 20px 200px 0 rgba(0, 0, 0, 0.15); }
.inner-section.sec-message .w-form .form-item { display: flex; justify-content: space-between; align-items: center; padding: 8px; background-color: #f6f6f6; border-radius: 3px; }
.inner-section.sec-message .w-form .form-item .input-txt, .inner-section.sec-message .w-form .form-item .input-textarea { background: transparent; }
@media (min-width: 1200px) { .inner-section.sec-message .w-form .form-item .input-textarea { height: 180px; } }
@media (min-width: 1400px) { .inner-section.sec-message .w-form .form-item .input-textarea { height: 200px; } }
@media (min-width: 1680px) { .inner-section.sec-message .w-form .form-item .input-textarea { height: 250px; } }
.inner-section.sec-message .w-form .form-item .input-icon { width: 32px; height: 32px; position: relative; background: var(--theme-color); margin: auto; border-radius: 3px; }
.inner-section.sec-message .w-form .form-item .input-icon svg path { fill: #ffffff; }
@media (min-width: 1680px) { .inner-section.sec-message .w-form .form-item { padding-right: 15px; }
  .inner-section.sec-message .w-form .form-item .submit-btn { line-height: 64px; height: 64px; } }
.inner-section.sec-saleservice .sale-service-box .item .item-wrap { background-color: #f8f8f8; padding: 3% 5%; }
.inner-section.sec-saleservice .sale-service-box .item .item-wrap .item-title { font-size: 24px; line-height: 2; color: #000000; }
.inner-section.sec-saleservice .sale-service-box .item .item-wrap .item-title i { display: inline-block; margin-left: 1rem; position: relative; width: 12px; height: 12px; }
.inner-section.sec-saleservice .sale-service-box .item .item-wrap .item-title i::before, .inner-section.sec-saleservice .sale-service-box .item .item-wrap .item-title i::after { content: ''; display: block; position: absolute; width: 100%; height: 100%; border-radius: 50%; border: 1px solid var(--theme-color); margin: auto; top: 0; background-color: var(--theme-color); left: 50%; border-radius: 50%; }
.inner-section.sec-saleservice .sale-service-box .item .item-wrap .item-title i::after { background-color: transparent; transform: translateX(-50%); }
@media (max-width: 1399.98px) { .inner-section.sec-saleservice .sale-service-box .item .item-wrap .item-title { font-size: 22px; } }
@media (max-width: 1199.98px) { .inner-section.sec-saleservice .sale-service-box .item .item-wrap .item-title { font-size: 20px; } }
@media (max-width: 991.98px) { .inner-section.sec-saleservice .sale-service-box .item .item-wrap .item-title { font-size: 18px; } }
@media (max-width: 767.98px) { .inner-section.sec-saleservice .sale-service-box .item .item-wrap .item-title { font-size: 16px; } }
.inner-section.sec-saleservice .sale-service-box .item .item-wrap .item-content { font-size: 16px; color: #666666; line-height: 2; }
@media (max-width: 767.98px) { .inner-section.sec-saleservice .sale-service-box .item .item-wrap .item-content { font-size: 14px; } }
@media (max-width: 575.98px) { .inner-section.sec-saleservice .sale-service-box .item .item-wrap .item-content { font-size: 12px; } }

.news-list .item .item-wrap { display: block; position: relative; border-top: 1px solid #c6c6c6; }
.news-list .item .item-wrap::before { content: ''; display: block; position: absolute; top: -1px; left: 0; right: 0; width: 100%; background-color: var(--theme-color); height: 1px; z-index: 2; -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); -webkit-transform-origin: right; -moz-transform-origin: right; -ms-transform-origin: right; -o-transform-origin: right; transform-origin: right; }
@media (min-width: 1680px) { .news-list .item .item-wrap { padding: 3rem 0 2rem !important; } }
.news-list .item .item-time { font-size: 22px; font-weight: bold; color: #000000; line-height: 2; }
.news-list .item .item-title { font-size: 22px; color: #333333; line-height: 2; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; }
@media (max-width: 1399.98px) { .news-list .item .item-title { font-size: 20px; } }
@media (max-width: 991.98px) { .news-list .item .item-title { font-size: 18px; } }
@media (max-width: 575.98px) { .news-list .item .item-title { font-size: 16px; } }
.news-list .item .item-img { overflow: hidden; }
.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; }
.news-list .item .item-caption .item-title { font-size: 20px; color: #333333; font-weight: bold; }
@media (max-width: 1199.98px) { .news-list .item .item-caption .item-title { font-size: 18px; } }
@media (max-width: 991.98px) { .news-list .item .item-caption .item-title { font-size: 16px; } }
@media (max-width: 575.98px) { .news-list .item .item-caption .item-title { font-size: 14px; } }
.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) { .news-list .item .item-caption .item-content { font-size: 14px; } }
@media (max-width: 767.98px) { .news-list .item .item-caption .item-content { font-size: 13px; } }
@media (max-width: 575.98px) { .news-list .item .item-caption .item-content { font-size: 12px; } }
.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) { .news-list .item .item-caption .item-time { font-size: 13px; } }
@media (max-width: 575.98px) { .news-list .item .item-caption .item-time { font-size: 12px; } }
.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) { .news-list .item .item-caption .item-time svg { width: 14px; height: 14px; } }
.news-list .item .item-caption .item-time svg path { fill: currentColor; }
.news-list .item:hover .item-wrap::before { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); -webkit-transform-origin: left; -moz-transform-origin: left; -ms-transform-origin: left; -o-transform-origin: left; transform-origin: left; }
.news-list .item:hover .item-title { color: var(--theme-color); }
.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); }
.news-list .item:hover .item-caption .item-title { color: var(--theme-color); }
.news-list .item:hover .item-caption .item-content { color: #666666; }
.news-list .item:hover .item-caption .item-time { color: #666666; }

.article-page .news-detail .news-title, .news-page .news-detail .news-title { font-size: 30px; line-height: 1.4; margin-bottom: 1rem; color: #282828; }
@media (max-width: 1399.98px) { .article-page .news-detail .news-title, .news-page .news-detail .news-title { font-size: 28px; } }
@media (max-width: 1199.98px) { .article-page .news-detail .news-title, .news-page .news-detail .news-title { font-size: 26px; } }
@media (max-width: 991.98px) { .article-page .news-detail .news-title, .news-page .news-detail .news-title { font-size: 22px; } }
@media (max-width: 767.98px) { .article-page .news-detail .news-title, .news-page .news-detail .news-title { font-size: 20px; } }
@media (max-width: 575.98px) { .article-page .news-detail .news-title, .news-page .news-detail .news-title { font-size: 18px; } }
.article-page .news-detail .news-meta, .news-page .news-detail .news-meta { font-size: 14px; color: #666666; }
.article-page .news-detail .news-meta span, .news-page .news-detail .news-meta span { display: inline-block; margin-right: 10px; }
@media (min-width: 1400px) { .article-page .news-detail .news-meta, .news-page .news-detail .news-meta { font-size: 16px; } }
.article-page .news-detail .news-content, .news-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 { max-width: 100% !important; height: auto !important; vertical-align: bottom; }
.article-page .news-detail .news-content p, .news-page .news-detail .news-content p { background-color: transparent !important; }
.article-page .news-detail .news-content > *, .news-page .news-detail .news-content > * { background-color: transparent; }
.article-page .news-right, .news-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 { font-size: 22px; 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 { 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 { content: ''; display: inline-block; width: 4px; height: 20px; 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 { 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 { font-size: 18px; } }
.article-page .news-right .relate-news-list .news-item, .news-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 { 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 { 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 { 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 { text-indent: 2rem; font-size: 14px; margin-top: 3px; color: #999999; }
.article-page .bg-gray, .news-page .bg-gray { background-color: #f9f9f9; }
.article-page .prev_next_nav .prev_next, .news-page .prev_next_nav .prev_next { flex: 1; display: flex; align-items: center; }
.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 { color: #000000; font-weight: bold; width: 100%; }
.article-page .prev_next_nav .prev_next.prev .page-a a, .article-page .prev_next_nav .prev_next.next .page-a a, .news-page .prev_next_nav .prev_next.prev .page-a a, .news-page .prev_next_nav .prev_next.next .page-a a { color: #666666; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: normal; margin-top: 8px; }
.article-page .prev_next_nav .prev_next.prev .page-a a:hover, .article-page .prev_next_nav .prev_next.next .page-a a:hover, .news-page .prev_next_nav .prev_next.prev .page-a a:hover, .news-page .prev_next_nav .prev_next.next .page-a a:hover { color: var(--theme-color); }
@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 { 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 { font-size: 14px; } }
.article-page .prev_next_nav .prev_next.menu, .news-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 { 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 { 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 { 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 { fill: #ffffff; }
.article-page .prev_next_nav .prev_next_return, .news-page .prev_next_nav .prev_next_return { display: block; line-height: 46px; background: var(--theme-color); color: #fff; text-align: center; margin-top: 2rem; padding: 0 10px; }
.article-page .prev_next_nav .prev_next_return svg, .news-page .prev_next_nav .prev_next_return svg { height: 26px; }
.article-page .prev_next_nav .prev_next_return svg path, .news-page .prev_next_nav .prev_next_return svg path { fill: CurrentColor; }
@media (max-width: 1199.98px) { .article-page .prev_next_nav .prev_next_return, .news-page .prev_next_nav .prev_next_return { line-height: 36px; font-size: 14px; }
  .article-page .prev_next_nav .prev_next_return svg, .news-page .prev_next_nav .prev_next_return svg { height: 22px; } }

.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-img-list { padding-top: 1rem; }
.news-img-list .item .item-wrap .item-img { overflow: hidden; }
.news-img-list .item .item-wrap .item-img img { transition: transform .5s; }
.news-img-list .item .item-wrap .item-info { color: #333333; transition: color .5s; }
.news-img-list .item .item-wrap .item-info .item-title { color: #000000; transition: color .5s; }
.news-img-list .item .item-wrap .item-info .item-desc { line-height: 2; }
.news-img-list .item .item-wrap .item-info .item-time { font-size: 14px; color: #999999; }
.news-img-list .item .item-wrap .item-info .item-time svg { width: 16px; height: 16px; margin-right: 5px; }
.news-img-list .item .item-wrap .item-info .item-time svg path { fill: currentColor; }
.news-img-list .item:hover .item-wrap .item-img img { transform: scale(1.05); }
.news-img-list .item:hover .item-wrap .item-info .item-title { color: var(--theme-color); }

.news-list-2 .item .item-wrap .item-time { text-transform: capitalize; }
.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-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-list-5 .item .item-wrap { display: block; border-bottom: 1px solid #EEEEEE; }
.news-list-5 .item .item-wrap .item-title { -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; line-height: 2; font-size: 20px; color: #333333; }
.news-list-5 .item .item-wrap .item-desc { -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; color: #666666; line-height: 1.8; margin: .75rem 0; }
.news-list-5 .item .item-wrap .item-more svg { -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; fill: #333333; width: 32px; height: 32px; }
.news-list-5 .item .item-wrap:hover .item-title { color: var(--theme-color); }
.news-list-5 .item .item-wrap:hover .item-desc { color: #333333; }
.news-list-5 .item .item-wrap:hover .item-more svg { fill: var(--theme-color); }

.research-list .item { padding: 1rem; padding-left: 3rem; border-bottom: 1px dashed #cfd2d8; }
@media (min-width: 1400px) { .research-list .item { padding: 2rem; } }
.research-list .item .item-info { width: 70%; }
.research-list .item .item-info .item-title { position: relative; font-size: 24px; font-weight: bold; color: #333333; }
.research-list .item .item-info .item-title a { display: block; }
.research-list .item .item-info .item-title::before { content: ''; width: 20px; height: 20px; border-radius: 50%; border: 5px solid var(--theme-color); position: absolute; margin: auto; top: 0; bottom: 0; left: -2.2rem; }
.research-list .item .item-info .item-desc { color: #8c9097; line-height: 2.2; }
.research-list .item .item-img { position: relative; width: 30%; }
.research-list .item .item-img .img-wrap { visibility: hidden; position: absolute; width: 60%; margin: auto; left: 0; right: 0; bottom: 0; opacity: 0; transition: opacity .5s, transform .5s; }
.research-list .item:hover .item-img .img-wrap { visibility: visible; opacity: 1; transform: translateY(50%); }

.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; }

.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); }

.swiper-honor { margin-top: 4%; }
.swiper-honor .item .item-wrap .item-img { padding: 10px 13px; background: url("../image/img-border.png") center/cover no-repeat; }

.honor-list { margin-top: 4%; }
.honor-list .item .item-img { background: url("../image/honor-border.png") center/cover no-repeat; }
.honor-list .item .item-img .img-wrap { padding: 25px; }
.honor-list .item .item-img img { max-height: 100%; }
.honor-list .item .item-title { line-height: 3; }

.honor-list { margin-top: 2%; }

.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: var(--theme-color); 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-actives { margin-top: 4%; }
.swiper-actives .item .item-wrap { border-bottom: 1px solid #d7d7d7; }
.swiper-actives .item .item-time { color: #999999; font-size: 14px; line-height: 2; }
.swiper-actives .item .item-title { color: #333333; line-height: 1.8; }
@media (min-width: 1400px) { .swiper-actives .item .item-title { font-size: 18px; } }
@media (max-width: 767.98px) { .swiper-actives .item .item-title { font-size: 14px; } }
.swiper-actives .item .item-more a { color: #898788; }
.swiper-actives .item .item-more a:hover { color: var(--theme-color); }
@media (max-width: 767.98px) { .swiper-actives .item .item-more a { font-size: 13px; } }
.swiper-actives .item:hover .item-title { color: var(--theme-color); }
.swiper-actives .item:hover .item-time { color: #666666; }

.actives-list .item .item-wrap { border-bottom: 1px solid #d7d7d7; }
.actives-list .item .item-time { color: #999999; font-size: 14px; line-height: 2; }
.actives-list .item .item-title { color: #333333; line-height: 1.8; }
@media (min-width: 1400px) { .actives-list .item .item-title { font-size: 18px; } }
@media (max-width: 767.98px) { .actives-list .item .item-title { font-size: 14px; } }
.actives-list .item .item-more a { color: #898788; }
.actives-list .item .item-more a:hover { color: var(--theme-color); }
@media (max-width: 767.98px) { .actives-list .item .item-more a { font-size: 13px; } }
.actives-list .item:hover .item-title { color: var(--theme-color); }
.actives-list .item:hover .item-time { color: #666666; }

.swiper-style { margin-top: 3%; }

.sec-product-list .category-nav { width: 80%; }
@media (max-width: 991.98px) { .sec-product-list .category-nav { width: 100%; margin-top: 2rem; } }
@media (max-width: 575.98px) { .sec-product-list .category-nav { margin-top: .5rem; } }
.sec-product-list .category-nav .nav-item .item-wrap { -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-radius: 5px; }
.sec-product-list .category-nav .nav-item .item-wrap .item-icon { width: 70px; height: 70px; position: relative; }
.sec-product-list .category-nav .nav-item .item-wrap .item-icon img { position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; max-width: 100%; max-height: 100%; }
.sec-product-list .category-nav .nav-item .item-wrap .item-info .item-cname { font-size: 22px; }
.sec-product-list .category-nav .nav-item .item-wrap .item-info .item-ename { font-size: 14px; }
@media (max-width: 1399.98px) { .sec-product-list .category-nav .nav-item .item-wrap .item-icon { width: 60px; height: 60px; }
  .sec-product-list .category-nav .nav-item .item-wrap .item-info .item-cname { font-size: 20px; }
  .sec-product-list .category-nav .nav-item .item-wrap .item-info .item-ename { font-size: 12px; } }
@media (max-width: 991.98px) { .sec-product-list .category-nav .nav-item .item-wrap .item-icon { width: 48px; height: 48px; }
  .sec-product-list .category-nav .nav-item .item-wrap .item-info .item-cname { font-size: 18px; }
  .sec-product-list .category-nav .nav-item .item-wrap .item-info .item-ename { font-size: 12px; } }
@media (max-width: 575.98px) { .sec-product-list .category-nav .nav-item .item-wrap .item-icon { width: 38px; height: 38px; }
  .sec-product-list .category-nav .nav-item .item-wrap .item-info .item-cname { font-size: 16px; }
  .sec-product-list .category-nav .nav-item .item-wrap .item-info .item-ename { font-size: 10px; } }
.sec-product-list .category-nav .nav-item:hover .item-wrap, .sec-product-list .category-nav .nav-item.active .item-wrap { background-color: var(--theme-color); }
.sec-product-list .category-nav .nav-item:hover .item-icon img, .sec-product-list .category-nav .nav-item.active .item-icon img { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; filter: contrast(0) grayscale(100%) brightness(100); }
.sec-product-list .category-nav .nav-item:hover .item-info, .sec-product-list .category-nav .nav-item.active .item-info { color: #ffffff; }
.sec-product-list .category-nav .nav-item:hover .item-info .item-ename, .sec-product-list .category-nav .nav-item.active .item-info .item-ename { opacity: .5; }

.product-list { padding-top: 3%; }
.product-list .item .item-wrap { background-color: #f7f7f7; padding: 20px 40px 30px; -webkit-transition: transform .5s, box-shadow .5s; -moz-transition: transform .5s, box-shadow .5s; -ms-transition: transform .5s, box-shadow .5s; -o-transition: transform .5s, box-shadow .5s; transition: transform .5s, box-shadow .5s; }
.product-list .item .item-wrap .item-title { font-size: 24px; font-weight: bold; }
.product-list .item .item-wrap .item-desc { color: #666666; line-height: 1.8; font-size: 16px; }
.product-list .item .item-wrap .item-more { text-transform: capitalize; color: #333333; line-height: 1; margin-top: 1.5rem; margin-bottom: .5rem; }
.product-list .item .item-wrap .item-more span, .product-list .item .item-wrap .item-more svg { -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; display: inline-block; vertical-align: middle; }
.product-list .item .item-wrap .item-more svg { width: 18px; height: 18px; }
.product-list .item .item-wrap .item-more svg path { fill: currentColor; }
.product-list .item .item-wrap .item-img img { display: block; -webkit-transition: transform 1.5s; -moz-transition: transform 1.5s; -ms-transition: transform 1.5s; -o-transition: transform 1.5s; transition: transform 1.5s; }
@media (max-width: 1399.98px) { .product-list .item .item-wrap { padding: 18px 30px 26px; }
  .product-list .item .item-wrap .item-title { font-size: 22px; } }
@media (max-width: 1199.98px) { .product-list .item .item-wrap { padding: 16px 26px 24px; }
  .product-list .item .item-wrap .item-title { font-size: 20px; }
  .product-list .item .item-wrap .item-desc { font-size: 14px; line-height: 1.5; } }
@media (max-width: 991.98px) { .product-list .item .item-wrap { padding: 14px 22px 20px; }
  .product-list .item .item-wrap .item-title { font-size: 18px; }
  .product-list .item .item-wrap .item-desc { font-size: 13px; } }
@media (max-width: 767.98px) { .product-list .item .item-wrap { padding: 14px 15px 16px; }
  .product-list .item .item-wrap .item-title { font-size: 16px; }
  .product-list .item .item-wrap .item-desc { font-size: 12px; }
  .product-list .item .item-wrap .item-more { margin-top: .725rem; margin-bottom: .5rem; font-size: 14px; }
  .product-list .item .item-wrap .item-more svg { width: 16px; height: 16px; } }
@media (max-width: 575.98px) { .product-list .item .item-wrap { padding: 14px 15px 16px; }
  .product-list .item .item-wrap .item-title { font-size: 14px; }
  .product-list .item .item-wrap .item-desc { font-size: 10px; }
  .product-list .item .item-wrap .item-more { margin-top: .5rem; margin-bottom: .25rem; font-size: 12px; }
  .product-list .item .item-wrap .item-more svg { width: 14px; height: 14px; } }
.product-list .item .item-wrap:hover { -webkit-transform: translateY(-3px); -moz-transform: translateY(-3px); -ms-transform: translateY(-3px); -o-transform: translateY(-3px); transform: translateY(-3px); }
.product-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); }
.product-list .item .item-wrap:hover .item-more span { letter-spacing: 1px; }
.product-list .item .item-wrap:hover .item-more svg { -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); }

.goods-info .ratio-preview { --mdb-aspect-ratio: calc(65 / 104 * 100%); }
.goods-info .goods-top { border-top: 1px solid #e5e5e5; background: #f5f5f5; padding-top: 2%; padding-bottom: 5%; position: relative; }
.goods-info .goods-top .goods-logo-txt { position: absolute; width: 100%; left: 0; bottom: 0; }
.goods-info .goods-top .goods-logo-txt img { -webkit-transform: translateY(50%); -moz-transform: translateY(50%); -ms-transform: translateY(50%); -o-transform: translateY(50%); transform: translateY(50%); }
.goods-info .goods-top .goods-summary { padding-right: 10%; }
.goods-info .goods-top .goods-summary .goods-title { position: relative; z-index: 2; font-size: 36px; line-height: 2; font-family: 'MiSans-Bold',"Microsoft YaHei"; color: #000000; }
.goods-info .goods-top .goods-summary .goods-catname { position: relative; z-index: 2; color: #666666; font-size: 20px; }
.goods-info .goods-top .goods-summary .goods-head { position: relative; }
.goods-info .goods-top .goods-summary .goods-head::after { content: ''; position: absolute; width: 38px; height: 3px; background-color: var(--theme-color); margin: auto; bottom: -2px; 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-summary .goods-desc { color: #333333; line-height: 2; padding-bottom: 1rem; position: relative; }
.goods-info .goods-top .goods-summary .goods-desc:hover::after { width: 52px; }
.goods-info .goods-top .goods-summary .goods-params { margin-top: 4%; margin-bottom: 4%; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; }
.goods-info .goods-top .goods-summary .goods-params .param-item { position: relative; }
.goods-info .goods-top .goods-summary .goods-params .param-item .item-wrap { line-height: 2; position: relative; }
.goods-info .goods-top .goods-summary .goods-params .param-item .item-wrap .item-title { color: #999999; }
.goods-info .goods-top .goods-summary .goods-params .param-item .item-wrap .item-value { color: #282828; font-size: 18px; }
.goods-info .goods-top .goods-summary .goods-params .param-item:not(:first-child) .item-wrap::before { content: ''; display: block; position: absolute; margin: auto; top: 0; bottom: 0; left: 0; height: 50%; border-left: 1px solid #e5e5e5; }
.goods-info .goods-top .goods-summary .goods-contact { margin-top: 5%; }
.goods-info .goods-top .goods-summary .goods-contact .contact-btn { color: #000000; border: 1px solid #000000; display: inline-block; width: 100%; line-height: 56px; text-align: center; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.goods-info .goods-top .goods-summary .goods-contact .contact-btn span { display: inline-block; vertical-align: middle; }
.goods-info .goods-top .goods-summary .goods-contact .contact-btn svg { margin-left: 5px; display: inline-block; vertical-align: middle; }
.goods-info .goods-top .goods-summary .goods-contact .contact-btn svg path { fill: CurrentColor; }
.goods-info .goods-top .goods-summary .goods-contact .contact-btn:hover { background-color: var(--theme-color); color: #ffffff; border-color: var(--theme-color); }
.goods-info .goods-top .goods-summary .goods-service { margin-bottom: 1rem; }
.goods-info .goods-top .goods-summary .goods-service .s-item { padding: 2.5% 0; }
.goods-info .goods-top .goods-summary .goods-service .s-item .item-icon { width: 42px; height: 42px; position: relative; margin: 0 auto 10px; }
.goods-info .goods-top .goods-summary .goods-service .s-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-summary .goods-service .s-item .item-icon svg path { fill: var(--theme-color); }
.goods-info .goods-top .goods-summary .goods-service .s-item .item-name { text-align: center; }
.goods-info .goods-top .goods-summary .goods-service .s-item .item-name .cn-name { font-size: 18px; font-weight: bold; color: #282828; }
.goods-info .goods-top .goods-summary .goods-service .s-item .item-name .en-name { font-size: 12px; color: #999999; }
@media (min-width: 1680px) { .goods-info .goods-top .goods-summary .goods-service .s-item { padding: 4% 0; }
  .goods-info .goods-top .goods-summary .goods-service .s-item .item-icon { width: 42px; height: 42px; }
  .goods-info .goods-top .goods-summary .goods-service .s-item .item-name { font-size: 18px; } }
.goods-info .goods-top .goods-summary .goods-service .s-item:hover .item-icon { -webkit-animation: swing 1s; -o-animation: swing 1s; animation: swing 1s; }
@media (max-width: 1199.98px) { .goods-info .goods-top .goods-summary .goods-title { font-size: 24px; } }
@media (max-width: 992.98px) { .goods-info .goods-top .goods-summary .goods-service .s-item .item-icon { width: 36px; height: 36px; }
  .goods-info .goods-top .goods-summary .goods-service .s-item .item-name .cn-name { font-size: 16px; }
  .goods-info .goods-top .goods-summary .goods-service .s-item .item-name .en-name { font-size: 12px; } }
@media (max-width: 767.98px) { .goods-info .goods-top .goods-summary .goods-title { font-size: 18px; }
  .goods-info .goods-top .goods-summary .goods-service .s-item .item-icon { width: 30px; height: 30px; }
  .goods-info .goods-top .goods-summary .goods-service .s-item .item-name .cn-name { font-size: 16px; }
  .goods-info .goods-top .goods-summary .goods-service .s-item .item-name .en-name { font-size: 10px; } }
@media (max-width: 575.98px) { .goods-info .goods-top .goods-summary { padding: 3% 4%; }
  .goods-info .goods-top .goods-summary .goods-catname { font-size: 16px; }
  .goods-info .goods-top .goods-summary .goods-title { font-size: 18px; }
  .goods-info .goods-top .goods-summary .goods-desc { font-size: 13px; }
  .goods-info .goods-top .goods-summary .goods-service .s-item .item-icon { width: 28px; height: 28px; }
  .goods-info .goods-top .goods-summary .goods-service .s-item .item-name .cn-name { font-size: 14px; }
  .goods-info .goods-top .goods-summary .goods-service .s-item .item-name .en-name { font-size: 9px; }
  .goods-info .goods-top .goods-summary .goods-contact .contact-btn { line-height: 42px; } }
.goods-info .goods-top .goods-preview .preview-image { background-color: #f5f5f5; position: relative; }
.goods-info .goods-top .goods-preview .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 .preview-image .play-btn { width: 65px; height: 65px; } }
@media (max-width: 575.98px) { .goods-info .goods-top .goods-preview .preview-image .play-btn { width: 50px; height: 50px; } }
.goods-info .goods-top .goods-preview .preview-image .play-btn svg { width: 100%; height: 100%; }
.goods-info .goods-top .goods-preview .preview-image .play-btn svg path { fill: var(--theme-color); }
.goods-info .goods-top .goods-preview .preview-pagination { --swiper-pagination-color:var(--theme-color); }
.goods-info .goods-top .goods-preview .preview-pagination .swiper-pagination-bullet { border-radius: 0; }
.goods-info .goods-bottom .detail-section .sec-wrap { padding: 2rem 0; }
.goods-info .goods-bottom .detail-section .sec-wrap .sec-head { border-bottom: 2px solid #f4f4f4; position: relative; margin-bottom: 1.5rem; }
.goods-info .goods-bottom .detail-section .sec-wrap .sec-head .head-name { font-size: 32px; }
.goods-info .goods-bottom .detail-section .sec-wrap .sec-head .head-name strong { font-weight: normal; display: inline-block; padding-bottom: 1rem; position: relative; }
.goods-info .goods-bottom .detail-section .sec-wrap .sec-head .head-name strong::after { content: ''; display: block; position: absolute; width: 50%; left: 0; bottom: -2px; height: 3px; background-color: var(--theme-color); }
@media (max-width: 1399.98px) { .goods-info .goods-bottom .detail-section .sec-wrap .sec-head .head-name { font-size: 26px; } }
@media (max-width: 1199.98px) { .goods-info .goods-bottom .detail-section .sec-wrap .sec-head .head-name { font-size: 24px; margin-bottom: 10px; } }
@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 h3 { border-bottom: 2px solid #f4f4f4; position: relative; margin-bottom: 1.5rem; }
.goods-info .goods-bottom .detail-section .goods-detail h3:not(:first-child) { margin-top: 2rem; }
.goods-info .goods-bottom .detail-section .goods-detail h3 strong { font-size: 32px; font-weight: normal; display: inline-block; padding-bottom: 1rem; position: relative; }
.goods-info .goods-bottom .detail-section .goods-detail h3 strong::after { content: ''; display: block; position: absolute; width: 50%; left: 0; bottom: -2px; height: 3px; background-color: var(--theme-color); }
.goods-info .goods-bottom .detail-section .goods-detail img { max-width: 100%; vertical-align: bottom; }
.goods-info .goods-bottom .detail-section .goods-detail p { line-height: 2; }
.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 .goods-param-table li { line-height: 46px; display: flex; border: 1px solid #f8f8f8; }
.goods-info .goods-bottom .goods-param-table li span { display: inline-block; flex: 1; padding-left: 20px; }
.goods-info .goods-bottom .goods-param-table li span:first-child { width: auto; flex: 0 0 auto; padding: 0 12px; background-color: #f8f8f8; }
@media (min-width: 1400px) { .goods-info .goods-bottom .goods-param-table li span:first-child { min-width: 140px; text-align: center; } }
.goods-info .goods-bottom .detail-sidebar { width: 300px; }
@media (min-width: 1680px) { .goods-info .goods-bottom .detail-sidebar { width: 360px; } }
.goods-info .goods-bottom .detail-sidebar .sidebar-wrap { position: sticky; top: 100px; }
.goods-info .goods-bottom .detail-sidebar .sidebar-wrap .detail-nav li { line-height: 56px; position: relative; font-size: 18px; }
.goods-info .goods-bottom .detail-sidebar .sidebar-wrap .detail-nav li::after { content: ''; display: block; position: absolute; width: 4px; height: 100%; background-color: var(--theme-color); margin: auto; right: 0; top: 0; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; -webkit-transform: scaleY(0); -moz-transform: scaleY(0); -ms-transform: scaleY(0); -o-transform: scaleY(0); transform: scaleY(0); -webkit-transform-origin: bottom; -moz-transform-origin: bottom; -ms-transform-origin: bottom; -o-transform-origin: bottom; transform-origin: bottom; }
.goods-info .goods-bottom .detail-sidebar .sidebar-wrap .detail-nav li a { display: block; text-align: center; }
.goods-info .goods-bottom .detail-sidebar .sidebar-wrap .detail-nav li.active, .goods-info .goods-bottom .detail-sidebar .sidebar-wrap .detail-nav li:hover { background-color: #f8f8f8; }
.goods-info .goods-bottom .detail-sidebar .sidebar-wrap .detail-nav li.active::after, .goods-info .goods-bottom .detail-sidebar .sidebar-wrap .detail-nav li:hover::after { -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); -webkit-transform-origin: top; -moz-transform-origin: top; -ms-transform-origin: top; -o-transform-origin: top; transform-origin: top; }
.goods-info .goods-bottom .detail-sidebar .sidebar-wrap .detail-contact { background-color: #f8f8f8; padding: 2rem; color: #333333; }
.goods-info .goods-bottom .detail-sidebar .sidebar-wrap .detail-contact .contact-tips { font-size: 18px; line-height: 2; }
.goods-info .goods-bottom .detail-sidebar .sidebar-wrap .detail-contact .contact-info { opacity: .8; line-height: 2; }
.goods-info .goods-bottom .detail-sidebar .sidebar-wrap .detail-contact .contact-info svg { display: inline-block; width: 18px; height: 18px; vertical-align: middle; margin-right: 5px; }
.goods-info .goods-bottom .detail-sidebar .sidebar-wrap .detail-contact .contact-info svg path { fill: currentColor; }
.goods-info .goods-bottom .detail-sidebar .sidebar-wrap .detail-contact .contact-btn { display: block; line-height: 56px; background-color: var(--theme-color); color: #ffffff; text-align: center; font-size: 18px; }
.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; } }
.goods-info .empty_params { color: #999999; margin: 5% 0 0; }
@media (min-width: 992px) { .goods-info .empty_params { font-size: 18px; line-height: 1.8; } }
@media (min-width: 1200px) { .goods-info .empty_params { font-size: 20px; line-height: 2; } }
@media (min-width: 1400px) { .goods-info .empty_params { font-size: 24px; line-height: 2; } }

.relate-swiper .item .item-wrap { background-color: #f7f7f7; padding: 25px 30px; -webkit-transition: transform .5s, box-shadow .5s; -moz-transition: transform .5s, box-shadow .5s; -ms-transition: transform .5s, box-shadow .5s; -o-transition: transform .5s, box-shadow .5s; transition: transform .5s, box-shadow .5s; }
.relate-swiper .item .item-wrap .item-title { font-size: 22px; font-weight: bold; -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; }
.relate-swiper .item .item-wrap .item-desc { color: #666666; line-height: 1.8; font-size: 16px; }
.relate-swiper .item .item-wrap .item-more { text-transform: capitalize; color: #333333; line-height: 1; margin-top: 1rem; }
.relate-swiper .item .item-wrap .item-more span, .relate-swiper .item .item-wrap .item-more svg { -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; display: inline-block; vertical-align: middle; }
.relate-swiper .item .item-wrap .item-more svg { width: 18px; height: 18px; }
.relate-swiper .item .item-wrap .item-more svg path { fill: currentColor; }
.relate-swiper .item .item-wrap .item-img img { display: block; -webkit-transition: transform 1.5s; -moz-transition: transform 1.5s; -ms-transition: transform 1.5s; -o-transition: transform 1.5s; transition: transform 1.5s; }
.relate-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); }
.relate-swiper .item .item-wrap:hover .item-more span { letter-spacing: 1px; }
.relate-swiper .item .item-wrap:hover .item-more svg { -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); }

.image-list .item .item-wrap .item-img, .style-swiper .item .item-wrap .item-img { overflow: hidden; }
.image-list .item .item-wrap .item-img img, .style-swiper .item .item-wrap .item-img img { border: 2px solid var(--theme-color); border-radius: 5px; display: block; -webkit-transition: transform .5s, border .3s; -moz-transition: transform .5s, border .3s; -ms-transition: transform .5s, border .3s; -o-transition: transform .5s, border .3s; transition: transform .5s, border .3s; -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
.image-list .item .item-wrap .overlay, .style-swiper .item .item-wrap .overlay { padding: 25px; z-index: 2; }
.image-list .item .item-wrap .overlay::before, .style-swiper .item .item-wrap .overlay::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); -webkit-transition: transform .5s, opacity .5s; -moz-transition: transform .5s, opacity .5s; -ms-transition: transform .5s, opacity .5s; -o-transition: transform .5s, opacity .5s; transition: transform .5s, opacity .5s; -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); transform: scale(0.8); opacity: 0; }
.image-list .item .item-wrap .overlay .overlay-wrap, .style-swiper .item .item-wrap .overlay .overlay-wrap { opacity: 0; position: relative; width: 100%; height: 100%; border: 1px dashed rgba(255, 255, 255, 0.5); -webkit-transition: opacity .8s; -moz-transition: opacity .8s; -ms-transition: opacity .8s; -o-transition: opacity .8s; transition: opacity .8s; }
.image-list .item .item-wrap .overlay .overlay-wrap .item-icon, .style-swiper .item .item-wrap .overlay .overlay-wrap .item-icon { width: 40px; height: 40px; }
.image-list .item .item-wrap .overlay .overlay-wrap .item-icon svg, .style-swiper .item .item-wrap .overlay .overlay-wrap .item-icon svg { display: block; width: 100%; height: 100%; }
.image-list .item .item-wrap .overlay .overlay-wrap .item-name, .style-swiper .item .item-wrap .overlay .overlay-wrap .item-name { color: #ffffff; }
.image-list .item .item-wrap > .item-name, .style-swiper .item .item-wrap > .item-name { -webkit-transition: transform .5s, opacity .5s; -moz-transition: transform .5s, opacity .5s; -ms-transition: transform .5s, opacity .5s; -o-transition: transform .5s, opacity .5s; transition: transform .5s, opacity .5s; }
.image-list .item:hover .item-wrap img, .style-swiper .item:hover .item-wrap img { border-width: 0; border-radius: 0; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
.image-list .item:hover .item-wrap .overlay::before, .style-swiper .item:hover .item-wrap .overlay::before { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity: 1; }
.image-list .item:hover .item-wrap .overlay .overlay-wrap, .style-swiper .item:hover .item-wrap .overlay .overlay-wrap { opacity: 1; }
.image-list .item:hover .item-wrap .overlay .overlay-wrap .item-name, .style-swiper .item:hover .item-wrap .overlay .overlay-wrap .item-name { opacity: 1; }

.glightbox-clean .gslide-title, .glightbox-modern .gslide-title { line-height: 2; margin-bottom: 5px; }

.history-swiper .item .item-wrap .item-year { font-size: 24px; color: #000; line-height: 1; }
.history-swiper .item .item-wrap .item-line { position: relative; height: 10px; margin-top: 2rem; }
.history-swiper .item .item-wrap .item-line:before, .history-swiper .item .item-wrap .item-line::after { content: ''; display: block; position: absolute; margin: auto; bottom: 0; left: 0; top: 0; }
.history-swiper .item .item-wrap .item-line::before { width: 300%; height: 2px; background-color: #f0f0f0; }
.history-swiper .item .item-wrap .item-line::after { width: 10px; height: 10px; background-color: var(--theme-color); z-index: 2; }
.history-swiper .item .item-wrap .item-img { overflow: hidden; padding: 2rem 0; width: 90%; }
.history-swiper .item .item-wrap .item-img > div { border-radius: 10px; overflow: hidden; }
.history-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; }
.history-swiper .item .item-wrap .item-img:hover img { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); }
.history-swiper .item .item-wrap .item-title { color: #666666; line-height: 2.2; }

.goods-page .category-banner-swiper { height: 100vh; }
.goods-page .category-banner-swiper .item:not(:last-child) .item-wrap { border-right: 1px solid rgba(255, 255, 255, 0.1); }
.goods-page .category-banner-swiper .item .item-wrap { height: 100%; position: relative; color: #ffffff; overflow: hidden; }
.goods-page .category-banner-swiper .item .item-wrap .item-overlay { visibility: hidden; padding: 10%; }
.goods-page .category-banner-swiper .item .item-wrap .item-overlay::before { content: ''; display: block; position: absolute; width: 100%; height: 100%; bottom: 0; left: 0; -webkit-transition: transform .5s, opacity .5s; -moz-transition: transform .5s, opacity .5s; -ms-transition: transform .5s, opacity .5s; -o-transition: transform .5s, opacity .5s; transition: transform .5s, opacity .5s; -webkit-transform: scaleY(0); -moz-transform: scaleY(0); -ms-transform: scaleY(0); -o-transform: scaleY(0); transform: scaleY(0); opacity: 0; -webkit-transform-origin: top; -moz-transform-origin: top; -ms-transform-origin: top; -o-transform-origin: top; transform-origin: top; background: url("../image/category-active-bg.jpg") center/cover no-repeat #d30e1d; }
.goods-page .category-banner-swiper .item .item-wrap .item-overlay .item-head { position: relative; z-index: 2; }
.goods-page .category-banner-swiper .item .item-wrap .item-overlay .item-head .head-num { font-weight: bold; -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(50%); -moz-transform: translateY(50%); -ms-transform: translateY(50%); -o-transform: translateY(50%); transform: translateY(50%); opacity: 0; font-size: 36px; }
.goods-page .category-banner-swiper .item .item-wrap .item-overlay .item-head .head-name { font-size: 24px; -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(50%); -moz-transform: translateY(50%); -ms-transform: translateY(50%); -o-transform: translateY(50%); transform: translateY(50%); opacity: 0; -webkit-transition-delay: .1s; -moz-transition-delay: .1s; -ms-transition-delay: .1s; -o-transition-delay: .1s; transition-delay: .1s; }
.goods-page .category-banner-swiper .item .item-wrap .item-overlay .item-head .head-name .en-title { font-size: 14px; opacity: .35; text-transform: uppercase; line-height: 2; }
.goods-page .category-banner-swiper .item .item-wrap .item-overlay .item-children { -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(50%); -moz-transform: translateY(50%); -ms-transform: translateY(50%); -o-transform: translateY(50%); transform: translateY(50%); opacity: 0; -webkit-transition-delay: .4s; -moz-transition-delay: .4s; -ms-transition-delay: .4s; -o-transition-delay: .4s; transition-delay: .4s; position: relative; z-index: 2; margin-top: 5%; line-height: 2; font-size: 18px; }
.goods-page .category-banner-swiper .item .item-wrap .item-overlay .item-children li a { color: #ffffff; }
.goods-page .category-banner-swiper .item .item-wrap .item-overlay .item-more { -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; -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); opacity: 0; -webkit-transition-delay: .2s; -moz-transition-delay: .2s; -ms-transition-delay: .2s; -o-transition-delay: .2s; transition-delay: .2s; position: relative; z-index: 2; margin-top: 25%; }
.goods-page .category-banner-swiper .item .item-wrap .item-overlay .item-more a { display: block; line-height: 46px; color: #ffffff; border: 1px solid rgba(255, 255, 255, 0.5); line-height: 48px; text-align: center; width: 160px; -webkit-transition: transform .5s, border-radius .5s; -moz-transition: transform .5s, border-radius .5s; -ms-transition: transform .5s, border-radius .5s; -o-transition: transform .5s, border-radius .5s; transition: transform .5s, border-radius .5s; }
.goods-page .category-banner-swiper .item .item-wrap .item-overlay .item-more a:hover { border-radius: 40px; }
@media (max-width: 1199.98px) { .goods-page .category-banner-swiper .item .item-wrap .item-overlay .item-head::before { font-size: 60px; }
  .goods-page .category-banner-swiper .item .item-wrap .item-overlay .item-head .head-name { font-size: 32px; }
  .goods-page .category-banner-swiper .item .item-wrap .item-overlay .item-more a { width: 160px; line-height: 42px; } }
@media (max-width: 991.98px) { .goods-page .category-banner-swiper .item .item-wrap .item-overlay .item-head::before { font-size: 52px; }
  .goods-page .category-banner-swiper .item .item-wrap .item-overlay .item-head .head-name { font-size: 26px; }
  .goods-page .category-banner-swiper .item .item-wrap .item-overlay .item-more a { width: 140px; line-height: 36px; } }
.goods-page .category-banner-swiper .item .item-wrap .item-caption { -webkit-transition: transform .5s, opacity .5s; -moz-transition: transform .5s, opacity .5s; -ms-transition: transform .5s, opacity .5s; -o-transition: transform .5s, opacity .5s; transition: transform .5s, opacity .5s; }
.goods-page .category-banner-swiper .item .item-wrap .item-caption .item-num { font-size: 36px; color: #FFFFFF; opacity: .35; font-weight: bold; }
.goods-page .category-banner-swiper .item .item-wrap .item-caption .item-title { font-size: 24px; font-weight: bold; }
.goods-page .category-banner-swiper .item .item-wrap .item-caption .item-title::before { content: ''; display: block; margin: 1rem auto; width: 8px; height: 20px; background-color: var(--theme-color); transform: skewX(-20deg); }
.goods-page .category-banner-swiper .item .item-wrap .item-caption .item-en-title { opacity: .35; font-size: 14px; }
@media (max-width: 1679.98px) { .goods-page .category-banner-swiper .item .item-wrap .item-caption .item-en-title { font-size: 26px; }
  .goods-page .category-banner-swiper .item .item-wrap .item-caption .item-title { font-size: 36px; } }
@media (max-width: 1399.98px) { .goods-page .category-banner-swiper .item .item-wrap .item-caption .item-en-title { font-size: 24px; }
  .goods-page .category-banner-swiper .item .item-wrap .item-caption .item-title { font-size: 34px; } }
@media (max-width: 1199.98px) { .goods-page .category-banner-swiper .item .item-wrap .item-caption .item-en-title { font-size: 22px; }
  .goods-page .category-banner-swiper .item .item-wrap .item-caption .item-title { font-size: 32px; } }
@media (max-width: 991.98px) { .goods-page .category-banner-swiper .item .item-wrap .item-caption .item-en-title { font-size: 20px; }
  .goods-page .category-banner-swiper .item .item-wrap .item-caption .item-title { font-size: 26px; } }
@media (max-width: 767.98px) { .goods-page .category-banner-swiper .item .item-wrap .item-caption .item-num { font-size: 14px; }
  .goods-page .category-banner-swiper .item .item-wrap .item-caption .item-en-title { font-size: 16px; }
  .goods-page .category-banner-swiper .item .item-wrap .item-caption .item-title { font-size: 22px; } }
@media (max-width: 575.98px) { .goods-page .category-banner-swiper .item .item-wrap .item-caption .item-num { font-size: 12px; }
  .goods-page .category-banner-swiper .item .item-wrap .item-caption .item-en-title { font-size: 14px; }
  .goods-page .category-banner-swiper .item .item-wrap .item-caption .item-title { font-size: 20px; } }
.goods-page .category-banner-swiper .item.active .item-wrap .item-overlay { visibility: visible; }
.goods-page .category-banner-swiper .item.active .item-wrap .item-overlay::before, .goods-page .category-banner-swiper .item.active .item-wrap .item-overlay::after { -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); -webkit-transform-origin: bottom; -moz-transform-origin: bottom; -ms-transform-origin: bottom; -o-transform-origin: bottom; transform-origin: bottom; opacity: 1; }
.goods-page .category-banner-swiper .item.active .item-wrap .item-overlay .item-head::after { -webkit-transition-delay: .25s; -moz-transition-delay: .25s; -ms-transition-delay: .25s; -o-transition-delay: .25s; transition-delay: .25s; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); opacity: .5; }
.goods-page .category-banner-swiper .item.active .item-wrap .item-overlay .item-head .head-num { opacity: .35; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
.goods-page .category-banner-swiper .item.active .item-wrap .item-overlay .item-head .head-name { -webkit-transition-delay: .2s; -moz-transition-delay: .2s; -ms-transition-delay: .2s; -o-transition-delay: .2s; transition-delay: .2s; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); opacity: 1; }
.goods-page .category-banner-swiper .item.active .item-wrap .item-overlay .item-children { -webkit-transition-delay: .15s; -moz-transition-delay: .15s; -ms-transition-delay: .15s; -o-transition-delay: .15s; transition-delay: .15s; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); opacity: .8; }
.goods-page .category-banner-swiper .item.active .item-wrap .item-caption { -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); transform: translateY(100%); opacity: 0; }
