@charset "UTF-8";
@import url("../font/lovelo/lovelo.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; }
@media (max-width: 767.98px) { .de-page-mian .page-inner a { padding: .3rem .5rem; } }
@media (max-width: 575.98px) { .de-page-mian .page-inner a { padding: .25rem .5rem; } }
.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: #f9f9f9; 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: 200; 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); }

.glightbox-clean .gslide-title, .glightbox-modern .gslide-title { margin-bottom: 0; text-align: center; }

.popup-box .popup-close { border-color: #ffffff; opacity: .8; }
.popup-box .popup-close::before, .popup-box .popup-close::after { background-color: #ffffff; }

body { color: #222222; --theme-red:#FF7EOO; --theme-color: #004085; --theme-bgcolor:#e0d3c8; --theme-orange:#FF7E00; }

@media (min-width: 1680px) { .container, .container-xl { max-width: 1624px; /*max-width: 1524px;*/ } }
@keyframes upDown { 0% { opacity: 0.1; transform: translateY(-30px); }
  50% { opacity: 1; transform: translateY(50%); }
  100% { opacity: 0.1; transform: translateY(30px); } }
@keyframes text-active-animation { from { opacity: 0; filter: Alpha(opacity=0); -webkit-transform: translateY(50px); transform: translateY(50px); }
  to { opacity: 1.0; filter: Alpha(opacity=100); -webkit-transform: translateY(0); transform: translateY(0); } }
@keyframes text-fade-out { from { opacity: 1.0; filter: Alpha(opacity=100); }
  to { opacity: 0; filter: Alpha(opacity=0); } }
.ms-preloader { width: 100%; height: 100%; position: fixed; z-index: 9999999; top: 0; left: 0; opacity: 1; visibility: visible; background-color: #151515; }

.ratio-flash { --mdb-aspect-ratio: 48.95%; }

.wrapper-table { width: 100%; overflow-x: scroll; }

.ratio-honor { --mdb-aspect-ratio: calc( 325 / 235 * 100%); }

.ratio-cultrue { --mdb-aspect-ratio: calc( 499 / 339 * 100%); }

.control-bar .w-btn { border-radius: 0; width: 35px; height: 35px; margin: 2px; text-align: center; line-height: 35px; background-color: #8a8a8a; position: relative; color: #eeeeee; cursor: pointer; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.control-bar .w-btn:hover { background-color: var(--theme-color); color: #ffffff; }
.control-bar .prev_next { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.control-bar .prev_next i { display: block; width: 0; position: relative; height: 1px; background-color: CurrentColor; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.control-bar .prev_next i::before, .control-bar .prev_next i::after { content: ''; display: block; width: 10px; height: 1px; background-color: CurrentColor; position: absolute; margin: auto; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.control-bar .prev_next i::before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.control-bar .prev_next i::after { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
.control-bar .prev_next.next i { margin-left: 10px; }
.control-bar .prev_next.next i::before, .control-bar .prev_next.next i::after { right: 0; transform-origin: right; }
.control-bar .prev_next.prev i { margin-right: 10px; }
.control-bar .prev_next.prev i::before, .control-bar .prev_next.prev i::after { left: 0; transform-origin: left; }
.control-bar .prev_next:not(.swiper-button-disabled):hover i { width: 20px; margin: 0; }
.control-bar .prev_next:not(.swiper-button-disabled):hover i::before, .control-bar .prev_next:not(.swiper-button-disabled):hover i::after { width: 8px; }
.control-bar .prev_next.swiper-button-disabled { opacity: .5; cursor: not-allowed; }
.control-bar .more i { width: 15px; height: 1px; background-color: CurrentColor; position: relative; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.control-bar .more i::before, .control-bar .more i::after { content: ''; display: block; width: 100%; height: 100%; background-color: CurrentColor; position: absolute; margin: auto; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.control-bar .more i::before { top: -6px; }
.control-bar .more i::after { bottom: -6px; }
.control-bar .more:hover i { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); width: 2px; height: 2px; }

.no-filter { filter: none !important; }

#echatsMap { width: 100%; height: 80vh; }
@media (max-width: 767.98px) { #echatsMap { height: 50vh; } }

.header { position: sticky; width: 100%; z-index: 110; --header-height:90px; --nav-width:70%; top: 0; transition: background-color .5s, height .5s; --logo-width:auto; }
@media (max-width: 1199.98px) { .header { --header-height:80px; } }
.header .header-wrap { padding-left: 3%; padding-right: 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; max-height: 100%; width: 140px; }
.header .header-wrap .logo img.jt-logo { max-height: 60px; }
.header .header-wrap .nav { flex: 1; padding: 0 3%; }
.header .header-wrap .nav li { flex: 1; text-align: center; position: relative; }
.header .header-wrap .nav li > a { color: #000000; font-size: 18px; }
.header .header-wrap .nav li > a::after { content: ''; display: inline-block; vertical-align: middle; margin-left: 5px; width: 0; height: 0; border: 6px solid transparent; border-top-color: currentColor; margin-top: 8px; }
.header .header-wrap .nav li .child-dropdown { padding: 1rem 0; position: absolute; top: 100%; background-color: #ffffff; display: none; width: 80%; margin: auto; left: 0; right: 0; box-shadow: inset 0 10px 50px 0 rgba(0, 0, 0, 0.05); }
.header .header-wrap .nav li .child-dropdown-wrap { text-align: left; }
.header .header-wrap .nav li .child-dropdown-wrap .child-dropdown-item .child-title { font-weight: bold; font-size: 20px; line-height: 3; border-bottom: 1px solid #ccc; margin-bottom: 1rem; }
.header .header-wrap .nav li .child-dropdown-wrap .child-dropdown-item .child-title a { color: #333333; display: block; padding-left: 2rem; }
.header .header-wrap .nav li .child-dropdown-wrap .child-dropdown-item .child-title a:hover { color: var(--theme-color); }
.header .header-wrap .nav li .child-dropdown-wrap .child-list { line-height: 3; }
@media (max-width: 1199.98px) { .header .header-wrap .nav li .child-dropdown-wrap .child-list { line-height: 2.5; } }
.header .header-wrap .nav li .child-dropdown-wrap .child-list a { color: #333333; display: block; padding-left: 2rem; text-align: left; }
@media (max-width: 1199.98px) { .header .header-wrap .nav li .child-dropdown-wrap .child-list a { padding-left: 1.5rem; } }
.header .header-wrap .nav li .child-dropdown-wrap .child-list a:hover { color: var(--theme-orange); }
.header .header-wrap .nav li:nth-child(1) .child-dropdown { padding: 30px 50px; width: 280%; }
.header .header-wrap .nav li:nth-child(3) .child-dropdown { padding: 30px 40px; width: 180%; }
@media (max-width: 1679.98px) { .header .header-wrap .nav li:nth-child(1) .child-dropdown, .header .header-wrap .nav li:nth-child(3) .child-dropdown { padding: 30px 50px; width: 600px; } }
@media (max-width: 1399.98px) { .header .header-wrap .nav li > a { font-size: 16px; }
  .header .header-wrap .nav li:nth-child(1) .child-dropdown, .header .header-wrap .nav li:nth-child(3) .child-dropdown { padding: 10px 50px 30px; width: 600px; } }
@media (max-width: 1199.98px) { .header .header-wrap .nav li:nth-child(1), .header .header-wrap .nav li:nth-child(3) { position: static; }
  .header .header-wrap .nav li:nth-child(1) .child-dropdown, .header .header-wrap .nav li:nth-child(3) .child-dropdown { padding: 30px 50px; width: 100%; } }
.header .header-wrap .header-right { width: 20%; color: currentColor; text-align: right; margin-left: 3%; color: #333333; }
.header .header-wrap .header-right .right-item { flex: 1; }
.header .header-wrap .header-right .right-item svg { width: 18px; height: 18px; display: inline-block; vertical-align: middle; }
.header .header-wrap .header-right .right-item svg path { fill: currentColor; }
.header .header-wrap .header-right .right-item span { margin-left: 5px; vertical-align: middle; }
.header .header-wrap .header-right .right-item:nth-child(1) { flex: 3; }
.header .header-wrap .header-right .right-item.header-lang { flex: 2; }
.header .header-wrap .header-right .right-item.header-lang .lang_dropdown { transition: transform .5s, opacity .5s; opacity: 0; transform: translateY(20px); visibility: hidden; position: absolute; top: 100%; background-color: currentColor; width: 100%; color: var(--theme-color); }
.header .header-wrap .header-right .right-item.header-lang .lang_dropdown::before { content: ''; display: block; width: 0; border: 8px solid transparent; border-bottom-color: currentColor; position: absolute; top: -16px; left: 0; right: 0; margin: auto; }
.header .header-wrap .header-right .right-item.header-lang .lang_dropdown a { display: block; color: #ffffff; line-height: 2; padding: 8px; }
.header .header-wrap .header-right .right-item.header-lang .lang_dropdown a:hover { background-color: var(--theme-orange); color: #ffffff; }
.header .header-wrap .header-right .right-item.header-lang:hover .lang_dropdown { opacity: 1; transform: translateY(0); visibility: visible; }
@media (max-width: 1199.98px) { .header .header-wrap .header-right { width: 15%; margin-left: 0; } }
@media (max-width: 991.98px) { .header .header-wrap .header-right { width: 25%; } }
@media (max-width: 767.98px) { .header .header-wrap .header-right { width: 40%; } }
@media (max-width: 575.98px) { .header .header-wrap .header-right { width: 50%; } }
@media (min-width: 992px) { .header.header-white:not(:hover) { background-color: transparent; }
  .header.header-white:not(:hover) .header-wrap .logo img { filter: contrast(0) grayscale(100%) brightness(100); -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
  .header.header-white:not(:hover) .header-wrap .nav li > a { color: #ffffff; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
  .header.header-white:not(:hover) .header-wrap .header-tel .tel-info .tel-title { color: #ffffff; }
  .header.header-white:not(:hover) .header-wrap .header-tel .tel-info .tel-number { color: #ffffff; } }
.header:hover { background-color: #ffffff; }
.header:hover .header-wrap .logo img { filter: none; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.header:hover .header-wrap .nav li > a { color: #333; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.header:hover .header-wrap .header-right { color: #333333; }
.header.header-min { background-color: #ffffff; --header-height: 70px; -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05); -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05); box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05); }
.header.header-min .header-wrap .logo img { filter: none; }
.header.header-min .header-wrap .nav li a { color: #333333; }
.header.header-min .header-wrap .header-right { color: #333333; }
@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:70px; --logo-width:200px; }
  .header .header-wrap .logo img { filter: none !important; }
  .header .header-wrap .nav { padding: 0; } }
@media (max-width: 767.98px) { .header { --header-height:60px; --logo-width:50%; }
  .header .header-wrap .logo img { height: 32px; }
  .header.header-min { --header-height:70px; } }
@media (max-width: 575.98px) { .header { --header-height:56px; --logo-width:50%; }
  .header .header-wrap .logo img { height: 26px; }
  .header.header-min { --header-height:60px; } }
@media (min-width: 992px) { .header { position: fixed; }
  .header .header-wrap .logo img { filter: contrast(0) grayscale(100%) brightness(100); }
  .header .header-wrap .nav li > a { color: #ffffff; }
  .header .header-wrap .header-right { color: #ffffff; }
  .header .header-wrap .header-right a { color: #ffffff; }
  .header:hover { background-color: #ffffff; }
  .header:hover .header-wrap .logo img { filter: none; transition: none; }
  .header:hover .header-wrap .nav li > a { color: #333; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
  .header:hover .header-wrap .header-right { color: #333333; }
  .header:hover .header-wrap .header-right a { color: #333333; }
  .header.header-min { background-color: #ffffff; --header-height: 70px; -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05); -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05); box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05); }
  .header.header-min .header-wrap .logo img { filter: none; }
  .header.header-min .header-wrap .nav li a { color: #333333; }
  .header.header-min .header-wrap .header-right { color: #333333; }
  .header.header-min .header-wrap .header-right a { color: #333333; } }

@media (min-width: 992px) { .index-page .header { position: fixed; }
  .index-page .header .header-wrap .logo img { filter: contrast(0) grayscale(100%) brightness(100); }
  .index-page .header .header-wrap .nav li > a { color: #ffffff; }
  .index-page .header .header-wrap .header-right { color: #ffffff; }
  .index-page .header .header-wrap .header-right a { color: #ffffff; }
  .index-page .header:hover { background-color: #ffffff; }
  .index-page .header:hover .header-wrap .logo img { filter: none; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
  .index-page .header:hover .header-wrap .nav li > a { color: #333; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
  .index-page .header:hover .header-wrap .header-right { color: #333333; }
  .index-page .header:hover .header-wrap .header-right a { color: #333333; }
  .index-page .header.header-min { background-color: #ffffff; --header-height: 70px; -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05); -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05); box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05); }
  .index-page .header.header-min .header-wrap .logo img { filter: none; }
  .index-page .header.header-min .header-wrap .nav li a { color: #333333; }
  .index-page .header.header-min .header-wrap .header-right { color: #333333; }
  .index-page .header.header-min .header-wrap .header-right a { color: #333333; } }

.dropdown-search { position: absolute; left: 0; right: 0; display: block; top: 100%; width: 100%; text-align: center; padding: 1rem 0; background-color: #ffffff; box-shadow: inset 0 10px 50px 0 rgba(0, 0, 0, 0.05); }
.dropdown-search .search-wrap { width: 50%; margin: 0 auto; position: relative; padding: 2% 0; }
.dropdown-search .search-wrap form { position: relative; }
.dropdown-search .search-wrap input { display: block; width: 100%; line-height: 56px; border: none; background-color: #f9f9f9; border-radius: 5px; outline: none; padding: 0 1rem; }
.dropdown-search .search-wrap button { border: none; ouline: none; position: absolute; top: 0; right: 0; margin: auto; width: 56px; height: 56px; border-radius: 50%; background-color: var(--theme-orange); }
.dropdown-search .search-wrap button svg { max-width: 60%; height: auto !important; width: auto !important; position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; }
.dropdown-search .search-wrap button svg path { fill: #ffffff !important; }
@media (max-width: 991.98px) { .dropdown-search .search-wrap { width: 60%; }
  .dropdown-search .search-wrap input { height: 50px; }
  .dropdown-search .search-wrap button { width: 50px; height: 50px; } }
@media (max-width: 767.98px) { .dropdown-search .search-wrap { width: 70%; }
  .dropdown-search .search-wrap input { height: 46px; }
  .dropdown-search .search-wrap button { width: 46px; height: 46px; } }
@media (max-width: 575.98px) { .dropdown-search .search-wrap { width: 80%; }
  .dropdown-search .search-wrap input { height: 36px; }
  .dropdown-search .search-wrap button { width: 36px; height: 36px; } }

.dropdown-nav { position: absolute; width: 100%; height: 400px; display: none; background: #fbfbfb; left: 0; overflow: hidden; z-index: 99; }
@media (max-width: 1199.98px) { .dropdown-nav { background-size: 50% 100%; } }
@media (min-width: 1680px) { .dropdown-nav .container { max-width: 1320px; } }
.dropdown-nav .nav-container { flex: 0 0 auto; width: 100%; }
.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; 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 { margin-top: 1rem; }
.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: 2.5; 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; }
.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 .item-info-wrap ul li a { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; display: inline-block; vertical-align: middle; flex: 1; }
.dropdown-nav .nav-container .child-item .item-info-wrap ul.pro-subnav li a::before, .dropdown-nav .nav-container .child-item .item-info-wrap ul.pro-subnav li a::after { display: none; }
.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; }

.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 { 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 dd ul .child-list { padding-left: 10px; }
.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); }

.swiper-banner .banner-swiper-next, .swiper-banner .banner-swiper-prev { position: absolute; margin: auto; top: 0; bottom: 0; z-index: 2; width: 50px; height: 50px; opacity: .3; }
@media (max-width: 991.98px) { .swiper-banner .banner-swiper-next, .swiper-banner .banner-swiper-prev { width: 42px; height: 42px; } }
@media (max-width: 767.98px) { .swiper-banner .banner-swiper-next, .swiper-banner .banner-swiper-prev { width: 36px; height: 36px; } }
@media (max-width: 575.98px) { .swiper-banner .banner-swiper-next, .swiper-banner .banner-swiper-prev { width: 32px; height: 32px; } }
.swiper-banner .banner-swiper-next svg, .swiper-banner .banner-swiper-prev svg { transition: all .5s; }
.swiper-banner .banner-swiper-next svg path, .swiper-banner .banner-swiper-prev svg path { fill: #ffffff; }
.swiper-banner .banner-swiper-next:hover, .swiper-banner .banner-swiper-prev:hover { opacity: 1; }
.swiper-banner .banner-swiper-next:hover svg path, .swiper-banner .banner-swiper-prev:hover svg path { fill: var(--theme-orange); }
.swiper-banner .banner-swiper-next { left: 3%; }
.swiper-banner .banner-swiper-prev { right: 3%; }
.swiper-banner .swiper-pagination { bottom: 3%; }

.sbanner-box { background-color: #282828 !important; height: 480px; }
.sbanner-box .sbanner-wrap { height: 100%; padding-bottom: 3%; }
.sbanner-box .sbanner-wrap .sbanner-name { position: relative; color: #ffffff; opacity: .6; }
.sbanner-box .sbanner-wrap .sbanner-name span { font-weight: bold; font-size: 40px; position: relative; z-index: 2; }
.sbanner-box .sbanner-wrap .sbanner-name .en-name { font-size: 22px; text-transform: uppercase; }
.sbanner-box .sbanner-wrap .sbanner-desc { color: #ffffff; line-height: 2; font-size: 20px; width: 60%; opacity: .6; }
@media (max-width: 1679.98px) { .sbanner-box .sbanner-wrap .sbanner-desc { width: 70%; font-size: 18px; } }
@media (max-width: 1399.98px) { .sbanner-box .sbanner-wrap .sbanner-desc { width: 75%; font-size: 16px; } }
@media (max-width: 1199.98px) { .sbanner-box .sbanner-wrap .sbanner-desc { width: 80%; font-size: 16px; } }
@media (max-width: 991.98px) { .sbanner-box .sbanner-wrap .sbanner-desc { width: 85%; font-size: 14px; } }
@media (max-width: 767.98px) { .sbanner-box .sbanner-wrap .sbanner-desc { width: 90%; line-height: 1.5; font-size: 12px; } }
@media (max-width: 767.98px) { .sbanner-box .sbanner-wrap .sbanner-desc { width: 90%; line-height: 1.5; font-size: 10px; } }
@media (max-width: 575.98px) { .sbanner-box .sbanner-wrap .sbanner-desc { width: 95%; } }
@media (max-width: 1399.98px) { .sbanner-box { height: 420px; }
  .sbanner-box .sbanner-wrap .sbanner-name span { font-size: 26px; } }
@media (max-width: 1199.98px) { .sbanner-box { height: 380px; }
  .sbanner-box .sbanner-wrap .sbanner-name span { font-size: 26px; } }
@media (max-width: 991.98px) { .sbanner-box { height: 280px; }
  .sbanner-box .sbanner-wrap .sbanner-name::before { font-size: 66px; }
  .sbanner-box .sbanner-wrap .sbanner-name span { font-size: 26px; }
  .sbanner-box .sbanner-wrap .sbanner-name .en-name { font-size: 14px; }
  .sbanner-box .sbanner-wrap::after { width: 22px; margin-top: 8px; } }
@media (max-width: 991.98px) { .sbanner-box { height: 260px; }
  .sbanner-box .sbanner-wrap .sbanner-name span { font-size: 22px; } }
@media (max-width: 767.98px) { .sbanner-box { height: 220px; }
  .sbanner-box .sbanner-wrap .sbanner-name span { font-size: 18px; } }
@media (max-width: 575.98px) { .sbanner-box { height: 170px; }
  .sbanner-box .sbanner-wrap .sbanner-name span { font-size: 16px; } }

.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: 16px; } }
@media (max-width: 575.98px) { .bottom-service .bottom-left { font-size: 12px; } }
.bottom-service .bottom-more::after { content: ''; display: inline-block; width: 100%; height: 26px; background: url("../Image/button-icon.png") center/contain no-repeat; }
.bottom-service .bottom-more a { display: inline-block; color: #ffffff; width: 160px; font-weight: bold; text-align: center; transition: color .5s; }
.bottom-service .bottom-more a:hover { color: var(--theme-orange); }
@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; line-height: 22px; } }

.footer { background: #18191d; }
.footer .footer-top { border-bottom: 1px solid rgba(255, 255, 255, 0.1); padding: 3% 0; }
.footer .footer-top .footer-dealer { margin-left: 15%; color: #ffffff; font-size: 18px; font-weight: bold; transition: color .5s; }
.footer .footer-top .footer-dealer:hover { color: var(--theme-orange); }
.footer .footer-top .footer-dealer svg { display: inline-block; width: 20px; height: 20px; }
.footer .footer-top .footer-dealer svg path { fill: currentColor; }
.footer .footer-top .footer-dealer span { display: inline-block; margin-left: 5px; }
.footer .footer-social .social-item .item-wrap .item-icon { width: 50px; height: 50px; position: relative; }
.footer .footer-social .social-item .item-wrap .item-icon .icon-wrap { z-index: 2; }
.footer .footer-social .social-item .item-wrap .item-icon::before, .footer .footer-social .social-item .item-wrap .item-icon::after { content: ''; position: absolute; border-radius: 50%; top: 0; right: 0; bottom: 0; left: 0; margin: auto; width: 100%; height: 100%; transition: transform .5s , opacity .5s; }
.footer .footer-social .social-item .item-wrap .item-icon::before { border: 2px solid #9b999a; }
.footer .footer-social .social-item .item-wrap .item-icon::after { transform: scale(0.5); opacity: 0; background: var(--theme-color); }
.footer .footer-social .social-item .item-wrap .item-icon svg { position: absolute; margin: auto; top: 0; right: 0; bottom: 0; left: 0; display: block; max-width: 50%; max-height: 50%; }
.footer .footer-social .social-item .item-wrap .item-icon svg path { fill: #ffffff; }
.footer .footer-social .social-item:hover .item-wrap .item-icon::before { transform: scale(1.1); opacity: 0; }
.footer .footer-social .social-item:hover .item-wrap .item-icon::after { transform: scale(1); opacity: 1; }
.footer .footer-nav { padding-top: 3%; }
.footer .footer-nav .nav-item { flex: 1; }
.footer .footer-nav .nav-item dt { line-height: 46px; font-size: 18px; font-weight: normal; margin-bottom: 1rem; }
.footer .footer-nav .nav-item dt a { color: #ffffff; }
.footer .footer-nav .nav-item dd ul li a { -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; color: #999999; line-height: 42px; }
.footer .footer-nav .nav-item dd ul li:hover a { color: #ffffff; }
@media (max-width: 991.98px) { .footer .footer-nav .nav-item dt { margin-bottom: 0; }
  .footer .footer-nav .nav-item dd ul li a { line-height: 32px; } }
@media (max-width: 767.98px) { .footer .footer-nav .nav-item dt { font-size: 16px; }
  .footer .footer-nav .nav-item dd ul li a { font-size: 14px; line-height: 28px; } }
.footer .copyright { position: relative; overflow: hidden; color: #999999; font-size: 14px; }
.footer .copyright::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 100%; width: 100%; background: url("../Image/footer-bg.png") 0 0 repeat-x; opacity: .03; }
.footer .copyright .copyright-wrap { border-top: 1px solid rgba(255, 255, 255, 0.1); }
.footer .copyright a { -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; color: #999999; }
.footer .copyright a:hover { color: var(--theme-color); }
@media (max-width: 991.98px) { .footer .footer-top .footer-logo img { height: 36px; }
  .footer .footer-top .footer-dealer { font-size: 16px; }
  .footer .footer-top .footer-dealer svg { width: 18px; height: 18px; }
  .footer .footer-social .social-item .item-wrap .item-icon { width: 42px; height: 42px; } }
@media (max-width: 767.98px) { .footer .footer-top .footer-logo img { height: 32px; }
  .footer .footer-top .footer-dealer { font-size: 16px; }
  .footer .footer-top .footer-dealer svg { width: 18px; height: 18px; }
  .footer .footer-social .social-item .item-wrap .item-icon { width: 36px; height: 36px; } }
@media (max-width: 575.98px) { .footer .footer-top .footer-logo img { height: 26px; }
  .footer .footer-top .footer-dealer { font-size: 14px; }
  .footer .footer-top .footer-dealer svg { width: 16px; height: 16px; }
  .footer .footer-social .social-item .item-wrap .item-icon { width: 32px; height: 32px; }
  .footer .copyright { font-size: 12px; } }

.channel-nav2 ul li a { display: block; position: relative; font-size: 20px; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
@media (max-width: 991.98px) { .channel-nav2 ul li a { font-size: 18px; } }
@media (max-width: 767.98px) { .channel-nav2 ul li a { font-size: 16px; } }
@media (max-width: 575.98px) { .channel-nav2 ul li a { font-size: 14px; } }
.channel-nav2 ul li a::after { content: ''; display: block; position: absolute; width: 100%; height: 0; bottom: -1px; left: 0; right: 0; border-bottom: 3px solid #2378c7; -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); border-bottom-color: CurrentColor; }
.channel-nav2 ul li.active a, .channel-nav2 ul li:hover a { color: #2378c7; }
.channel-nav2 ul li.active a::after, .channel-nav2 ul li:hover a::after { transform: scaleX(1); }

.location-box { --location-height:80px; height: 0; }
.location-box .location-box-wrap { line-height: 2; height: var(--location-height); transform: translateY(-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::before { content: ''; display: inline-block; vertical-align: middle; margin-right: 8px; width: 0; height: 6px; background: var(--theme-orange); transform-origin: center bottom; position: absolute; margin: auto; bottom: 0; left: 0; right: 0; transition: width .5s; }
.location-box .location-box-wrap .channel-nav li::marker { display: none; }
.location-box .location-box-wrap .channel-nav li a { position: relative; z-index: 2; -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 { width: 80%; }
.location-box .location-box-wrap .channel-nav li.bg { height: 0; background: url("../Image/nav-bg.png") center/cover repeat var(--theme-orange); transition: height .5s; }
.location-box .location-box-wrap .channel-nav li.bg.active::before, .location-box .location-box-wrap .channel-nav li.bg:hover::before { height: 100%; }
@media (min-width: 1400px) { .location-box .location-box-wrap .channel-nav li { font-size: 18px; min-width: 150px; text-align: center; } }
@media (min-width: 1680px) { .location-box .location-box-wrap .channel-nav li { font-size: 22px; min-width: 170px; } }
@media (max-width: 1399.98px) { .location-box .location-box-wrap .channel-nav li::before { height: 4px; } }
@media (max-width: 1199.98px) { .location-box .location-box-wrap .channel-nav li { padding: 0 .625em; }
  .location-box .location-box-wrap .channel-nav li::before { height: 3px; } }
@media (max-width: 1199.98px) { .location-box .location-box-wrap { --location-height:70px; } }
@media (max-width: 991.98px) { .location-box .location-box-wrap { --location-height: 60px; } }
@media (max-width: 767.98px) { .location-box .location-box-wrap { --location-height: 52px; } }
@media (max-width: 575.98px) { .location-box .location-box-wrap { --location-height: 36px; } }

.page-crumbs { color: #ffffff; line-height: 60px; position: relative; z-index: 2; }
.page-crumbs a, .page-crumbs span { display: inline-block; vertical-align: middle; color: #ffffff; }
.page-crumbs a:hover, .page-crumbs span:hover { color: var(--theme-orange); }
.page-crumbs a:last-child:hover { color: var(--theme-orange); }
.page-crumbs svg { display: inline-block; vertical-align: middle; width: 16px; height: 16px; }
.page-crumbs svg path { fill: currentColor; }
@media (max-width: 991.98px) { .page-crumbs { line-height: 46px; } }
@media (max-width: 767.98px) { .page-crumbs { font-size: 14px; line-height: 42px; } }
@media (max-width: 575.98px) { .page-crumbs { font-size: 12px; line-height: 32px; } }

.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); }

@media (min-width: 920px) { .sidebar { padding-right: 1rem; border-right: 1px solid #e3e3e3; } }
@media (min-width: 1400px) { .sidebar { padding-right: 2rem; } }
@media (min-width: 1680px) { .sidebar { padding-right: 3rem; } }
.sidebar .category-name { background: var(--theme-color); color: #ffffff; font-size: 24px; line-height: 1; position: relative; }
@media (max-width: 992.98px) { .sidebar .category-name svg { width: 26px; height: 26px; } }
@media (max-width: 1199.98px) { .sidebar .category-name svg { width: 28px; height: 28px; } }
@media (max-width: 1399.98px) { .sidebar .category-name svg { width: 30px; height: 30px; } }
.sidebar .category-name svg path { fill: #FFFFFF; }
.sidebar .category-name span { position: relative; z-index: 2; }
@media (min-width: 1200px) { .sidebar .category-name { font-size: 24px; padding: 1rem 1.5rem; } }
@media (min-width: 1400px) { .sidebar .category-name { font-size: 28px; padding-top: 1.313rem !important; padding-bottom: 1.313rem !important; padding-left: 1.5rem; } }
@media (min-width: 1680px) { .sidebar .category-name { padding-left: 2rem; } }
@media (max-width: 1199.98px) { .sidebar .category-name { padding: 1rem; } }
.sidebar .category-nav { padding-top: 1rem; padding-bottom: 1rem; }
.sidebar .category-nav li { overflow: hidden; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; position: relative; line-height: 36px; padding-left: 1rem; }
@media (min-width: 1200px) { .sidebar .category-nav li { font-size: 16px; line-height: 42px; padding-left: 1.5rem; } }
@media (min-width: 1400px) { .sidebar .category-nav li { font-size: 18px; padding-left: 1.5rem; line-height: 56px; } }
@media (min-width: 1680px) { .sidebar .category-nav li { font-size: 20px; line-height: 62px; padding-left: 2rem; } }
.sidebar .category-nav li::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 li::before { width: 3px; } }
@media (max-width: 1399.98px) { .sidebar .category-nav li::before { width: 4px; } }
.sidebar .category-nav li a { display: block; }
.sidebar .category-nav li 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; }
.sidebar .category-nav li:hover::before, .sidebar .category-nav li.on::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 li:hover a, .sidebar .category-nav li.on a { color: var(--theme-color); font-weight: bold; }
.sidebar .category-nav li:hover a span, .sidebar .category-nav li.on 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 li:last-child a { margin-bottom: 0 !important; }

@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; }
@media (max-width: 991.98px) { .right-content .content-head .head-name::before { font-size: 68px; }
  .right-content .content-head .head-name span { font-size: 32px; }
  .right-content .content-head .head-desc { font-size: 16px; } }
@media (max-width: 767.98px) { .right-content .content-head .head-name::before { font-size: 46px; }
  .right-content .content-head .head-name span { font-size: 22px; }
  .right-content .content-head .head-desc { font-size: 14px; } }
@media (max-width: 575.98px) { .right-content .content-head .head-name::before { font-size: 42px; }
  .right-content .content-head .head-name span { font-size: 20px; }
  .right-content .content-head .head-desc { font-size: 12px; } }

.ratio-cases { --mdb-aspect-ratio: calc(43 / 37 * 100%); }

.category-box .con { display: none; }
.category-box .con.con_1 { display: block; }

.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; }
.section .inner-head .head-nav .nav-item { position: relative; margin-left: 10%; }
.section .inner-head .head-nav .nav-item a { font-size: 20px; color: #000000; 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:hover { color: var(--theme-color); }
.section .inner-head .head-nav .nav-item .item-icon { width: 42px; height: 42px; margin: 0 auto; position: relative; }
.section .inner-head .head-nav .nav-item .item-icon img { max-width: 80%; max-height: 90%; position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; }
.section .inner-head .head-nav .nav-item.active a { color: var(--theme-color); }
@media (max-width: 991.98px) { .section .inner-head .head-nav .nav-item a { font-size: 16px; }
  .section .inner-head .head-nav .nav-item .item-icon { width: 32px; height: 32px; } }
@media (max-width: 767.98px) { .section .inner-head .head-nav .nav-item a { font-size: 14px; }
  .section .inner-head .head-nav .nav-item .item-icon { width: 26px; height: 26px; } }
@media (max-width: 575.98px) { .section .inner-head .head-nav .nav-item a { font-size: 10px; }
  .section .inner-head .head-nav .nav-item .item-icon { width: 18px; height: 18px; } }
.section .inner-head .head-name { position: relative; font-size: 42px; color: #333333; }
.section .inner-head .head-name .en-name { color: #666666; font-size: 24px; line-height: 1.2; }
.section .inner-head .head-name .cn-name { font-weight: bold; position: relative; }
.section .inner-head .head-name .cn-name::after { content: ''; display: block; width: 15px; height: 15px; background: url("../Image/icon-1.svg") center/contain no-repeat; top: 22%; right: -20px; position: absolute; }
@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: 22px; }
  .section .inner-head .head-name .en-name { font-size: 16px; } }
@media (max-width: 767.98px) { .section .inner-head .head-name { font-size: 18px; }
  .section .inner-head .head-name .en-name { font-size: 14px; } }
@media (max-width: 575.98px) { .section .inner-head .head-name { font-size: 16px; }
  .section .inner-head .head-name .en-name { font-size: 10px; } }
.section .inner-head .head-more a { font-size: 18px; text-transform: uppercase; position: relative; font-weight: bold; }
.section .inner-head .head-more a p:nth-child(2) { font-size: 64%; }
.section .inner-head .head-more a::after { content: ''; display: block; width: 100%; height: 2px; background: currentColor; transition: transform .5s; transform-origin: left center; }
.section .inner-head .head-more a:hover::after { transform: scaleX(0); transform-origin: right center; }
@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%; 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.bg { background-color: #f6f7f9; }
.section .sec-head .head-left .head-icon { display: inline-block; vertical-align: top; margin-top: 3px; }
.section .sec-head .head-left .head-name { margin-left: 10px; position: relative; display: inline-block; color: #000000; max-width: calc(100% - 2.7rem); }
.section .sec-head .head-left .head-name .en-name { font-size: 42px; font-family: lovelo; text-transform: uppercase; line-height: 1; }
.section .sec-head .head-left .head-name .cn-name { font-size: 30px; }
@media (max-width: 1199.98px) { .section .sec-head .head-left .head-name .en-name { font-size: 36px; }
  .section .sec-head .head-left .head-name .cn-name { font-size: 26px; } }
@media (max-width: 767.98px) { .section .sec-head .head-left .head-icon { width: 20px; }
  .section .sec-head .head-left .head-name .en-name { font-size: 32px; }
  .section .sec-head .head-left .head-name .cn-name { font-size: 24px; } }
@media (max-width: 575.98px) { .section .sec-head .head-left .head-icon { width: 20px; }
  .section .sec-head .head-left .head-name .en-name { font-size: 26px; }
  .section .sec-head .head-left .head-name .cn-name { font-size: 20px; } }
.section .sec-head .head-nav ul li { margin-bottom: 10px; }
.section .sec-head .head-nav ul li a { font-size: 18px; display: block; line-height: 2; padding: 8px 25px; border-radius: 5rem; color: #000000; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; position: relative; }
.section .sec-head .head-nav ul li a svg { position: absolute; margin: auto; top: 0; bottom: 0; opacity: 0; right: 10%; -webkit-transform: translateX(-1rem); -moz-transform: translateX(-1rem); -ms-transform: translateX(-1rem); -o-transform: translateX(-1rem); transform: translateX(-1rem); -webkit-transition: transform 0.5s, opacity 0.5s; -moz-transition: transform 0.5s, opacity 0.5s; -ms-transition: transform 0.5s, opacity 0.5s; -o-transition: transform 0.5s, opacity 0.5s; transition: transform 0.5s, opacity 0.5s; }
.section .sec-head .head-nav ul li a svg path { fill: CurrentColor; }
.section .sec-head .head-nav ul li:hover a, .section .sec-head .head-nav ul li.active a { padding: 8px 42px; color: #ffffff; background-color: var(--theme-color); }
.section .sec-head .head-nav ul li:hover a svg, .section .sec-head .head-nav ul li.active a svg { opacity: 1; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); }
@media (max-width: 1399.98px) { .section .sec-head .head-nav ul li a { font-size: 16px; } }
@media (max-width: 1199.98px) { .section .sec-head .head-nav { margin-top: 3.5%; }
  .section .sec-head .head-nav ul li a { font-size: 14px; } }
@media (max-width: 991.98px) { .section .sec-head .head-nav { margin-top: 2.5%; }
  .section .sec-head .head-nav ul li a { font-size: 14px; } }
@media (max-width: 767.98px) { .section .sec-head .head-nav { margin-top: 2.5%; }
  .section .sec-head .head-nav ul li a { padding: 5px 15px; }
  .section .sec-head .head-nav ul li:hover a { padding: 6px 32px; }
  .section .sec-head .head-nav ul li:hover a svg { display: none; } }
@media (max-width: 575.98px) { .section .sec-head .head-nav { margin-top: 2%; }
  .section .sec-head .head-nav ul li a { padding: 0; font-size: 12px; }
  .section .sec-head .head-nav ul li:hover a { padding: 0; background-color: transparent; color: var(--theme-color); }
  .section .sec-head .head-nav ul li:hover a svg { display: none; } }
.section .sec-head .sec-name { position: relative; }
.section .sec-head .sec-name::before { display: block; content: attr(data-title); font-family: lovelo; font-size: 80px; 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; }
.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; }
.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; }
.section .sec-head .sec-desc { color: #666666; }
@media (min-width: 1400px) { .section .sec-head .sec-desc { font-size: 18px; } }
.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); }
@media (max-width: 991.98px) { .section .sec-head .sec-name::before { font-size: 65px; }
  .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 .sec-name::before { font-size: 62px; }
  .section .sec-head .sec-name span { font-size: 28px; }
  .section .sec-head .sec-more { font-size: 12px; }
  .section .sec-head .sec-more img { width: 24px; } }
@media (max-width: 575.98px) { .section .sec-head .sec-name::before { font-size: 46px; }
  .section .sec-head .sec-name span { font-size: 22px; }
  .section .sec-head .sec-desc { font-size: 14px; }
  .section .sec-head .sec-more { font-size: 10px; }
  .section .sec-head .sec-more img { width: 22px; } }
.section.sec-product .swiper-product .item .item-wrap { background-color: #ffffff; -webkit-transition: background-color .5s; -moz-transition: background-color .5s; -ms-transition: background-color .5s; -o-transition: background-color .5s; transition: background-color .5s; }
.section.sec-product .swiper-product .item .item-wrap .item-img { overflow: hidden; }
.section.sec-product .swiper-product .item .item-wrap .item-img img { transition: transform 1s; }
.section.sec-product .swiper-product .item .item-wrap .item-caption { padding: 6%; }
.section.sec-product .swiper-product .item .item-wrap .item-caption .item-title { font-size: 28px; line-height: 2; color: #000000; }
.section.sec-product .swiper-product .item .item-wrap .item-caption .item-params .param-item:nth-child(-n+2) { border-bottom: 1px solid #d3d3d3; padding-bottom: .5rem; margin-bottom: .5rem; }
.section.sec-product .swiper-product .item .item-wrap .item-caption .item-params .param-item .param-name { color: #282828; font-size: 18px; }
.section.sec-product .swiper-product .item .item-wrap .item-caption .item-params .param-item .param-value { color: #666666; }
.section.sec-product .swiper-product .item .item-wrap .item-caption .item-desc { color: #999999; }
.section.sec-product .swiper-product .item .item-wrap .item-caption .item-more { opacity: .5; border-top: 1px solid #e5e5e5; padding: 6% 0 3%; margin-top: 6%; -webkit-transition: opacity .5s; -moz-transition: opacity .5s; -ms-transition: opacity .5s; -o-transition: opacity .5s; transition: opacity .5s; opacity: 1; }
.section.sec-product .swiper-product .item .item-wrap .item-caption .item-more .more-txt { font-size: 14px; color: var(--theme-color); }
.section.sec-product .swiper-product .item .item-wrap .item-caption .item-more .more-icon { width: 26px; height: 26px; background-color: transparent; position: relative; -webkit-transition: background-color .5s; -moz-transition: background-color .5s; -ms-transition: background-color .5s; -o-transition: background-color .5s; transition: background-color .5s; }
.section.sec-product .swiper-product .item .item-wrap .item-caption .item-more .more-icon svg { position: absolute; margin: auto; top: 0; bottom: 0; right: 0; left: 0; width: 70%; height: 70%; display: block; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.section.sec-product .swiper-product .item .item-wrap .item-caption .item-more .more-icon svg path { fill: var(--theme-color); }
@media (max-width: 991.98px) { .section.sec-product .swiper-product .item .item-wrap .item-caption .item-title { font-size: 18px; }
  .section.sec-product .swiper-product .item .item-wrap .item-caption .item-desc { font-size: 14px; }
  .section.sec-product .swiper-product .item .item-wrap .item-caption .item-more { font-size: 13px; }
  .section.sec-product .swiper-product .item .item-wrap .item-caption .item-params .param-item .param-name { font-size: 16px; }
  .section.sec-product .swiper-product .item .item-wrap .item-caption .item-params .param-item .param-value { font-size: 14px; } }
@media (max-width: 991.98px) { .section.sec-product .swiper-product .item .item-wrap .item-caption .item-params .param-item .param-name { font-size: 14px; }
  .section.sec-product .swiper-product .item .item-wrap .item-caption .item-params .param-item .param-value { font-size: 12px; } }
@media (max-width: 575.98px) { .section.sec-product .swiper-product .item .item-wrap .item-caption .item-title { font-size: 16px; }
  .section.sec-product .swiper-product .item .item-wrap .item-caption .item-desc { font-size: 14px; }
  .section.sec-product .swiper-product .item .item-wrap .item-caption .item-more { font-size: 12px; }
  .section.sec-product .swiper-product .item .item-wrap .item-caption .item-params .param-item .param-name { font-size: 12px; }
  .section.sec-product .swiper-product .item .item-wrap .item-caption .item-params .param-item .param-value { font-size: 10px; } }
@media (max-width: 419.98px) { .section.sec-product .swiper-product .item .item-wrap .item-caption .item-title { font-size: 12px; }
  .section.sec-product .swiper-product .item .item-wrap .item-caption .item-params .param-item .param-name { font-size: 10px; }
  .section.sec-product .swiper-product .item .item-wrap .item-caption .item-params .param-item .param-value { font-size: 8px; } }
.section.sec-product .swiper-product .item .item-wrap:hover .item-img img { transform: scale(1.1); }
.section.sec-product .swiper-product .item .item-wrap:hover .item-caption .item-title { color: var(--theme-color); }
.section.sec-product .index-product-box .product-swiper-next, .section.sec-product .index-product-box .product-swiper-prev { z-index: 2; position: absolute; width: 50px; height: 50px; margin: auto; top: 0; bottom: 0; transition: all .5s; }
.section.sec-product .index-product-box .product-swiper-next svg, .section.sec-product .index-product-box .product-swiper-prev svg { transition: path .5s; }
.section.sec-product .index-product-box .product-swiper-next svg path, .section.sec-product .index-product-box .product-swiper-prev svg path { fill: var(--theme-color); }
.section.sec-product .index-product-box .product-swiper-next:hover svg path, .section.sec-product .index-product-box .product-swiper-prev:hover svg path { fill: var(--theme-orange); }
.section.sec-product .index-product-box .product-swiper-next { left: 3%; }
.section.sec-product .index-product-box .product-swiper-prev { right: 3%; }
.section.sec-adv .adv-box { position: relative; z-index: 2; }
.section.sec-adv .adv-box .box-top { top: 0; height: 100%; z-index: 2; }
.section.sec-adv .adv-box .adv-txt-item::before { content: ''; display: block; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.2); position: absolute; top: 0; left: 0; z-index: 1; }
.section.sec-adv .adv-box .adv-txt-item .item-wrap { opacity: .7; width: 60%; margin: auto; text-align: center; color: #fff; padding-bottom: 10%; z-index: 2; position: relative; }
.section.sec-adv .adv-box .adv-txt-item .item-title { font-size: 60px; position: relative; font-weight: bold; display: inline-block; letter-spacing: 3px; transition: transform .5s, opacity .5s; width: 100%; }
.section.sec-adv .adv-box .adv-txt-item .item-title span { display: inline-block; position: relative; z-index: 2; }
.section.sec-adv .adv-box .adv-txt-item .item-desc { letter-spacing: 1px; -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: 26px; line-height: 2; font-weight: 100; transform: translateY(10px); }
.section.sec-adv .adv-box .adv-txt-item.swiper-slide-active .item-bg { animation: scale_zoom linear infinite 5s; }
.section.sec-adv .adv-box .adv-item { position: static; }
.section.sec-adv .adv-box .adv-item .item-wrap { height: 100%; overflow: hidden; position: relative; }
.section.sec-adv .adv-box .adv-item .item-wrap .caption { position: absolute; bottom: 0; width: 100%; z-index: 1; color: #ffffff; padding: 10% 15%; transition: background-color .3s; text-align: center; text-transform: uppercase; }
.section.sec-adv .adv-box .adv-item .item-wrap .caption .item-name { font-weight: bold; font-size: 36px; position: relative; line-height: 2; -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; }
.section.sec-adv .adv-box .adv-item .item-wrap .caption .caption-wrap { transition: transform .5s ,opacity .5s; }
.section.sec-adv .adv-box .adv-item .item-wrap .caption .caption-wrap .item-ename { font-size: 14px; text-transform: uppercase; }
.section.sec-adv .adv-box .adv-item .item-wrap .caption .caption-overlay { visibility: hidden; opacity: 0; position: absolute; width: 100%; height: 100%; top: 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; }
.section.sec-adv .adv-box .adv-item .item-wrap .caption .caption-overlay .overlay-wrap { height: 100%; padding: 10%; }
.section.sec-adv .adv-box .adv-item .item-wrap .caption .caption-overlay .overlay-wrap .item-desc { opacity: .8; font-size: 24px; line-height: 1; }
.section.sec-adv .adv-box .adv-item .item-wrap .caption .caption-overlay .overlay-wrap .overlay-left { transition: transform .5s, opacity .5s; transform: translateX(30%); opacity: 0; }
.section.sec-adv .adv-box .adv-item .item-wrap .caption .caption-overlay .overlay-wrap .overlay-icon { transform: translateX(-30%); opacity: 0; transition: transform .5s, opacity .5s; width: 70px; height: 70px; }
.section.sec-adv .adv-box .adv-item .item-wrap .caption .caption-overlay .overlay-wrap .overlay-icon img { max-width: 100%; max-height: 100%; }
.section.sec-adv .adv-box .adv-item .item-wrap .caption .caption-overlay .overlay-wrap .overlay-icon svg { max-width: 100%; max-height: 100%; }
.section.sec-adv .adv-box .adv-item .item-wrap .caption .caption-overlay .overlay-wrap .overlay-icon svg path { fill: #ffffff; }
.section.sec-adv .adv-box .adv-item.active {           /*.item-wrap{ .front,.back{ -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1); transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1); -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1); transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1); } .front{ -webkit-transform: rotateY(-180deg); transform: rotateY(-180deg); -webkit-transform-style: preserve-3d; transform-style: preserve-3d; opacity: 0; } .back{ opacity: 1; -webkit-transform: rotateY(0deg); transform: rotateY(0deg); -webkit-transform-style: preserve-3d; transform-style: preserve-3d;
 } }*/ /*.caption{ -webkit-transform: translateY(50%); -moz-transform: translateY(50%); -ms-transform: translateY(50%); -o-transform: translateY(50%); transform: translateY(100%);
}*/ }
.section.sec-adv .adv-box .adv-item.active .caption { background: url("../Image/adv-item-bg.jpg") center/cover no-repeat var(--theme-color); }
.section.sec-adv .adv-box .adv-item.active .caption .caption-wrap { transform: translateX(-20%); opacity: 0; }
.section.sec-adv .adv-box .adv-item.active .caption .caption-overlay { visibility: visible; opacity: 1; transform: translateX(0); transition: transform .5s, opacity .5s; }
.section.sec-adv .adv-box .adv-item.active .caption .caption-overlay .overlay-wrap .overlay-left, .section.sec-adv .adv-box .adv-item.active .caption .caption-overlay .overlay-wrap .overlay-icon { transform: translateX(0); opacity: 1; }
@media (min-width: 1200px) { .section.sec-adv .adv-box { height: 100vh; } }
@media (max-width: 1679.98px) { .section.sec-adv .adv-box .adv-item .item-wrap .caption .item-name { font-size: 30px; }
  .section.sec-adv .adv-box .adv-item .item-wrap .caption .caption-overlay .overlay-wrap .item-desc { font-size: 18px; }
  .section.sec-adv .adv-box .adv-item .item-wrap .caption .caption-overlay .overlay-wrap .overlay-icon { width: 60px; height: 60px; } }
@media (max-width: 1399.98px) { .section.sec-adv .adv-box .adv-item .item-wrap .caption .item-name { font-size: 24px; }
  .section.sec-adv .adv-box .adv-item .item-wrap .caption .caption-overlay .overlay-wrap .item-desc { font-size: 18px; }
  .section.sec-adv .adv-box .adv-item .item-wrap .caption .caption-overlay .overlay-wrap .overlay-icon { width: 56px; height: 56px; } }
@media (max-width: 1199.98px) { .section.sec-adv .adv-box { height: 600px; }
  .section.sec-adv .adv-box .adv-txt-item .item-title { font-size: 38px; line-height: 2.5; }
  .section.sec-adv .adv-box .adv-txt-item .item-title::before { font-size: 70px; }
  .section.sec-adv .adv-box .adv-txt-item .item-desc { font-size: 18px; line-height: 2; }
  .section.sec-adv .adv-box .adv-item .item-wrap .caption::before { font-size: 60px; }
  .section.sec-adv .adv-box .adv-item .item-wrap .caption .item-name { font-size: 26px; }
  .section.sec-adv .adv-box .adv-item .item-wrap .caption .item-ename { font-size: 18px; }
  .section.sec-adv .adv-box .adv-item .item-wrap .caption .caption-overlay .overlay-wrap .item-desc { font-size: 16px; }
  .section.sec-adv .adv-box .adv-item .item-wrap .caption .caption-overlay .overlay-wrap .overlay-icon { width: 52px; height: 52px; } }
@media (max-width: 991.98px) { .section.sec-adv .adv-box { height: 480px; }
  .section.sec-adv .adv-box .adv-txt-item { width: 70%; }
  .section.sec-adv .adv-box .adv-txt-item .item-title { font-size: 28px; line-height: 2; }
  .section.sec-adv .adv-box .adv-txt-item .item-title::before { font-size: 48px; }
  .section.sec-adv .adv-box .adv-txt-item .item-desc { font-size: 16px; line-height: 1.8; }
  .section.sec-adv .adv-box .adv-item .item-wrap .caption::before { font-size: 48px; }
  .section.sec-adv .adv-box .adv-item .item-wrap .caption .item-name { font-size: 24px; line-height: 1.8; }
  .section.sec-adv .adv-box .adv-item .item-wrap .caption .item-ename { font-size: 16px; }
  .section.sec-adv .adv-box .adv-item .item-wrap .caption .caption-overlay .overlay-wrap .item-desc { font-size: 16px; }
  .section.sec-adv .adv-box .adv-item .item-wrap .caption .caption-overlay .overlay-wrap .overlay-icon { width: 46px; height: 46px; } }
@media (max-width: 767.98px) { .section.sec-adv .adv-box { height: 420px; }
  .section.sec-adv .adv-box .adv-txt-item { width: 80%; }
  .section.sec-adv .adv-box .adv-txt-item .item-title { font-size: 24px; line-height: 2; }
  .section.sec-adv .adv-box .adv-txt-item .item-title::before { font-size: 36px; }
  .section.sec-adv .adv-box .adv-txt-item .item-desc { font-size: 14px; line-height: 2; }
  .section.sec-adv .adv-box .adv-item .item-wrap .caption { padding: 5% 10%; }
  .section.sec-adv .adv-box .adv-item .item-wrap .caption .item-name { font-size: 18px; } }
@media (max-width: 575.98px) { .section.sec-adv .adv-box { height: 320px; }
  .section.sec-adv .adv-box .adv-txt-item { width: 90%; }
  .section.sec-adv .adv-box .adv-txt-item .item-title { font-size: 18px; }
  .section.sec-adv .adv-box .adv-txt-item .item-title::before { font-size: 30px; }
  .section.sec-adv .adv-box .adv-txt-item .item-desc { font-size: 12px; line-height: 2; }
  .section.sec-adv .adv-box .adv-item .item-wrap .caption { padding: 3% 5%; }
  .section.sec-adv .adv-box .adv-item .item-wrap .caption .item-name { font-size: 16px; }
  .section.sec-adv .adv-box .adv-item .item-wrap .caption .caption-overlay .overlay-wrap .item-desc { font-size: 12px; }
  .section.sec-adv .adv-box .adv-item .item-wrap .caption .caption-overlay .overlay-wrap .overlay-icon { width: 36px; height: 36px; } }
.section.sec-about { overflow: hidden; }
@media (min-width: 1680px) { .section.sec-about .about-box-nav { --mdb-gutter-x: 6.5rem; --mdb-gutter-y: 6.5rem; } }
.section.sec-about .about-box-nav .item .item-wrap img { width: 100%; }
.section.sec-about .about-box-nav .item .item-wrap .item-title { font-size: 30px; font-weight: bold; line-height: 2.5; margin-top: 10px; }
.section.sec-about .about-box-nav .item .item-wrap .item-desc { font-size: 18px; line-height: 2; color: #5a5a5a; }
.section.sec-about .about-box-nav .item .item-wrap .item-more { margin-top: 8%; margin-bottom: 2%; font-weight: bold; }
.section.sec-about .about-box-nav .item .item-wrap .item-more a { display: flex; align-items: center; color: var(--theme-color); }
.section.sec-about .about-box-nav .item .item-wrap .item-more a svg { width: 16px; height: 16px; vertical-align: middle; }
.section.sec-about .about-box-nav .item .item-wrap .item-more a svg path { fill: currentColor; }
@media (max-width: 1399.98px) { .section.sec-about .about-box-nav .item .item-wrap .item-title { font-size: 26px; } }
@media (max-width: 1199.98px) { .section.sec-about .about-box-nav .item .item-wrap .item-title { font-size: 22px; }
  .section.sec-about .about-box-nav .item .item-wrap .item-desc { font-size: 16px; }
  .section.sec-about .about-box-nav .item .item-wrap .item-more { font-size: 14px; }
  .section.sec-about .about-box-nav .item .item-wrap .item-more svg { width: 14px; height: 14px; } }
@media (max-width: 991.98px) { .section.sec-about .about-box-nav .item .item-wrap .item-title { font-size: 20px; }
  .section.sec-about .about-box-nav .item .item-wrap .item-desc { font-size: 14px; }
  .section.sec-about .about-box-nav .item .item-wrap .item-more { margin-top: 20px; font-size: 12px; }
  .section.sec-about .about-box-nav .item .item-wrap .item-more svg { width: 12px; height: 12px; } }
@media (max-width: 767.98px) { .section.sec-about .about-box-nav .item .item-wrap .item-title { font-size: 18px; }
  .section.sec-about .about-box-nav .item .item-wrap .item-desc { font-size: 14px; }
  .section.sec-about .about-box-nav .item .item-wrap .item-more { margin-top: 16px; font-size: 12px; } }
@media (max-width: 575.98px) { .section.sec-about .about-box-nav .item .item-wrap .item-title { font-size: 16px; }
  .section.sec-about .about-box-nav .item .item-wrap .item-desc { font-size: 14px; }
  .section.sec-about .about-box-nav .item .item-wrap .item-more { margin-top: 12px; font-size: 10px; }
  .section.sec-about .about-box-nav .item .item-wrap .item-more svg { width: 10px; height: 10px; } }

.application-content img { max-width: 100%; display: block; }

.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; } }
.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: 24px; line-height: 1; }
.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 .location-box, .news-page .location-box, .videoinfo-page .location-box { background-image: -webkit-linear-gradient(270deg, #f4f6f8 0%, rgba(244, 246, 248, 0) 100%); }
.article-page .main-body, .news-page .main-body, .videoinfo-page .main-body { background-image: -moz-linear-gradient(90deg, #f4f6f8 0%, rgba(244, 246, 248, 0) 100%); background-image: -webkit-linear-gradient(90deg, #f4f6f8 0%, rgba(244, 246, 248, 0) 100%); background-image: -ms-linear-gradient(90deg, #f4f6f8 0%, rgba(244, 246, 248, 0) 100%); position: relative; }
.article-page .main-body > .container-fluid, .news-page .main-body > .container-fluid, .videoinfo-page .main-body > .container-fluid { position: relative; z-index: 2; }

.inner-section { padding: 5% 0; }
.inner-section.bg { background-color: #f6f7f9; }
.inner-section .sec-head { position: relative; margin-bottom: 3%; }
.inner-section .sec-head.head-white { color: #ffffff; }
.inner-section .sec-head.head-white .head-name { color: #ffffff; }
.inner-section .sec-head.head-white .head-name .cn-name::after { filter: contrast(0) grayscale(100%) brightness(100); }
.inner-section .sec-head::before { content: attr(data-title); font-family: lovelo; font-size: 150px; position: absolute; top: 0; left: 0; opacity: .04; line-height: 0.6; }
@media (max-width: 1399.98px) { .inner-section .sec-head::before { font-size: 72px; } }
@media (max-width: 1199.98px) { .inner-section .sec-head::before { font-size: 68px; } }
@media (max-width: 991.98px) { .inner-section .sec-head::before { font-size: 56px; } }
@media (max-width: 767.98px) { .inner-section .sec-head::before { font-size: 48px; } }
@media (max-width: 575.98px) { .inner-section .sec-head::before { font-size: 42px; } }
.inner-section .sec-head .head-left { max-width: 85%; }
.inner-section .sec-head .head-nav { width: 70%; padding-left: 3rem; }
.inner-section .sec-head .head-nav .nav-item { position: relative; margin-left: 10%; }
.inner-section .sec-head .head-nav .nav-item a { font-size: 20px; color: #000000; text-align: center; position: relative; -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; }
.inner-section .sec-head .head-nav .nav-item a:hover { color: var(--theme-color); }
.inner-section .sec-head .head-nav .nav-item .item-icon { width: 42px; height: 42px; margin: 0 auto; position: relative; }
.inner-section .sec-head .head-nav .nav-item .item-icon img { max-width: 80%; max-height: 90%; position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; }
@media (max-width: 991.98px) { .inner-section .sec-head .head-nav .nav-item a { font-size: 16px; }
  .inner-section .sec-head .head-nav .nav-item .item-icon { width: 32px; height: 32px; } }
@media (max-width: 767.98px) { .inner-section .sec-head .head-nav .nav-item a { font-size: 14px; }
  .inner-section .sec-head .head-nav .nav-item .item-icon { width: 26px; height: 26px; } }
@media (max-width: 575.98px) { .inner-section .sec-head .head-nav .nav-item a { font-size: 10px; }
  .inner-section .sec-head .head-nav .nav-item .item-icon { width: 18px; height: 18px; } }
.inner-section .sec-head .head-name { position: relative; font-size: 42px; color: #333333; }
.inner-section .sec-head .head-name .en-name { color: #666666; font-size: 24px; line-height: 1.2; }
.inner-section .sec-head .head-name .cn-name { font-weight: bold; position: relative; }
.inner-section .sec-head .head-name .cn-name::after { content: ''; display: block; width: 15px; height: 15px; background: url("../Image/icon-1.svg") center/contain no-repeat; top: 22%; right: -20px; position: absolute; }
@media (max-width: 1399.98px) { .inner-section .sec-head .head-name { font-size: 38px; } }
@media (max-width: 1199.98px) { .inner-section .sec-head .head-name { font-size: 32px; }
  .inner-section .sec-head .head-name .en-name { font-size: 20px; } }
@media (max-width: 991.98px) { .inner-section .sec-head .head-name { font-size: 24px; }
  .inner-section .sec-head .head-name .en-name { font-size: 16px; } }
@media (max-width: 767.98px) { .inner-section .sec-head .head-name { font-size: 22px; }
  .inner-section .sec-head .head-name .en-name { font-size: 14px; } }
@media (max-width: 575.98px) { .inner-section .sec-head .head-name { font-size: 20px; }
  .inner-section .sec-head .head-name .en-name { font-size: 12px; } }
.inner-section .sec-head .head-more a { font-size: 18px; text-transform: uppercase; position: relative; font-weight: bold; }
.inner-section .sec-head .head-more a::after { content: ''; display: block; width: 100%; height: 2px; background: currentColor; transition: transform .5s; transform-origin: left center; }
.inner-section .sec-head .head-more a:hover::after { transform: scaleX(0); transform-origin: right center; }
@media (max-width: 991.98px) { .inner-section .sec-head .head-more a { font-size: 16px; } }
@media (max-width: 767.98px) { .inner-section .sec-head .head-more a { font-size: 14px; } }
@media (max-width: 575.98px) { .inner-section .sec-head .head-more a { font-size: 12px; } }
.inner-section .sec-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 .sec-head .head-control .control { width: 42px; height: 42px; } }
@media (max-width: 767.98px) { .inner-section .sec-head .head-control .control { width: 36px; height: 36px; } }
@media (max-width: 575.98px) { .inner-section .sec-head .head-control .control { width: 28px; height: 28px; } }
.inner-section .sec-head .head-control .control .con-wrap { height: 100%; position: relative; }
.inner-section .sec-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 .sec-head .head-control .control .con-wrap svg path { fill: currentColor; }
.inner-section .sec-head .head-control .control:hover { background-color: var(--theme-color); color: #ffffff; }
.inner-section .inner-desc { color: #666666; margin-bottom: 3%; }
.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 .head-icon { display: block; margin: 3vw 0; }
@media (max-width: 991.98px) { .inner-section .head-icon { width: 36px; margin: 2rem 0; } }
@media (max-width: 767.98px) { .inner-section .head-icon { margin: 1.5rem 0; width: 30px; } }
@media (max-width: 575.98px) { .inner-section .head-icon { width: 26px; margin: 1rem 0; } }
.inner-section.gradient-bg { background: #f3f5f7; position: relative; }
.inner-section.gradient-bg > .container-fluid { position: relative; z-index: 2; }
.inner-section.gradient-bg::after { content: ''; display: block; background-size: 95% auto; width: 100%; height: 11vw; position: absolute; left: 0; bottom: 0; }
.inner-section.sec-about .about-head { position: relative; color: #000; margin-bottom: 5%; }
.inner-section.sec-about .about-head::before { content: 'newbell'; font-family: lovelo; font-size: 160px; position: absolute; top: 0; left: 0; opacity: .5; color: #f4f3f3; line-height: 0.8; text-transform: uppercase; }
@media (max-width: 1399.98px) { .inner-section.sec-about .about-head::before { font-size: 72px; } }
@media (max-width: 1199.98px) { .inner-section.sec-about .about-head::before { font-size: 68px; } }
@media (max-width: 991.98px) { .inner-section.sec-about .about-head::before { font-size: 56px; } }
@media (max-width: 767.98px) { .inner-section.sec-about .about-head::before { font-size: 48px; } }
@media (max-width: 575.98px) { .inner-section.sec-about .about-head::before { font-size: 42px; } }
.inner-section.sec-about .about-head .head-name { position: relative; font-size: 46px; color: var(--theme-color); font-family: "Microsoft Yahei"; }
.inner-section.sec-about .about-head .head-name .head-en { color: #282828; font-size: 32px; opacity: .8; }
.inner-section.sec-about .about-head .head-name .head-title { font-weight: bold; line-height: 1; }
@media (max-width: 1399.98px) { .inner-section.sec-about .about-head .head-name { font-size: 38px; } }
@media (max-width: 1199.98px) { .inner-section.sec-about .about-head .head-name { font-size: 32px; }
  .inner-section.sec-about .about-head .head-name .head-en { font-size: 20px; } }
@media (max-width: 991.98px) { .inner-section.sec-about .about-head .head-name { font-size: 24px; }
  .inner-section.sec-about .about-head .head-name .head-en { font-size: 16px; } }
@media (max-width: 767.98px) { .inner-section.sec-about .about-head .head-name { font-size: 22px; }
  .inner-section.sec-about .about-head .head-name .head-en { font-size: 14px; } }
@media (max-width: 575.98px) { .inner-section.sec-about .about-head .head-name { font-size: 20px; }
  .inner-section.sec-about .about-head .head-name .en-name { font-size: 12px; } }
.inner-section.sec-about .about-img { position: sticky; top: 100px; }
.inner-section.sec-about .about-content { padding-top: 3%; line-height: 2; color: #000000; }
@media (min-width: 1200px) { .inner-section.sec-about .about-content > p { line-height: 2.2; } }
@media (min-width: 1400px) { .inner-section.sec-about .about-content > p { line-height: 2.5; } }
@media (min-width: 1680px) { .inner-section.sec-about .about-content > p { line-height: 3; } }
@media (max-width: 767.98px) { .inner-section.sec-about .about-content { font-size: 14px; } }
.inner-section .control-box .control { --control-size:50px; width: var(--control-size); height: var(--control-size); position: relative; border: 1px solid rgba(255, 255, 255, 0.5); -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; cursor: pointer; }
.inner-section .control-box .control svg { -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; position: absolute; margin: auto; top: 0; bottom: 0; right: 0; left: 0; width: 60%; height: 60%; }
.inner-section .control-box .control svg path { fill: #ffffff; }
.inner-section .control-box .control:hover { background-color: #ffffff; border-color: #ffffff; }
.inner-section .control-box .control:hover svg path { fill: var(--theme-color); }
.inner-section .control-box .control.control-prev { margin-right: 12px; }
@media (max-width: 1199.98px) { .inner-section .control-box .control { --control-size: 46px; } }
@media (max-width: 991.98px) { .inner-section .control-box .control { --control-size: 42px; } }
@media (max-width: 767.98px) { .inner-section .control-box .control { --control-size: 36px; } }
@media (max-width: 575.98px) { .inner-section .control-box .control { --control-size: 32px; } }
.inner-section .section-content { padding-top: 3%; }
.inner-section.sec-concept { position: relative; }
.inner-section.sec-concept .swiper-concept .item { position: relative; }
.inner-section.sec-concept .swiper-concept .item img { transition: 1s linear 2s; transform: scale(1.1, 1.1); }
.inner-section.sec-concept .swiper-concept .item .item-wrap { color: #ffffff; position: absolute; width: 100%; height: 100%; top: 0; left: 0; }
.inner-section.sec-concept .swiper-concept .item .item-wrap .item-title { font-size: 42px; font-family: "MiSans-Bold"; position: relative; }
.inner-section.sec-concept .swiper-concept .item .item-wrap .item-title::before { content: attr(data-title); display: block; position: absolute; margin: auto; text-align: center; top: -50%; bottom: -50%; opacity: 0.1; text-transform: uppercase; font-family: lovelo; line-height: 1.9; font-size: 72px; width: 300%; left: -150%; right: -150%; }
.inner-section.sec-concept .swiper-concept .item .item-wrap .item-title span { position: relative; z-index: 2; }
.inner-section.sec-concept .swiper-concept .item .item-wrap .item-icon { margin: 2% auto 4%; display: block; }
.inner-section.sec-concept .swiper-concept .item .item-wrap .item-desc { font-size: 28px; }
@media (max-width: 1399.98px) { .inner-section.sec-concept .swiper-concept .item .item-wrap .item-title { font-size: 36px; }
  .inner-section.sec-concept .swiper-concept .item .item-wrap .item-title::before { font-size: 62px; }
  .inner-section.sec-concept .swiper-concept .item .item-wrap .item-desc { font-size: 20px; } }
@media (max-width: 1199.98px) { .inner-section.sec-concept .swiper-concept .item .item-wrap .item-title { font-size: 32px; }
  .inner-section.sec-concept .swiper-concept .item .item-wrap .item-title::before { font-size: 54px; }
  .inner-section.sec-concept .swiper-concept .item .item-wrap .item-desc { font-size: 18px; } }
@media (max-width: 991.98px) { .inner-section.sec-concept .swiper-concept .item .item-wrap .item-title { font-size: 28px; }
  .inner-section.sec-concept .swiper-concept .item .item-wrap .item-title::before { font-size: 46px; }
  .inner-section.sec-concept .swiper-concept .item .item-wrap .item-desc { font-size: 16px; } }
@media (max-width: 767.98px) { .inner-section.sec-concept .swiper-concept .item .item-wrap .item-title { font-size: 24px; }
  .inner-section.sec-concept .swiper-concept .item .item-wrap .item-title::before { font-size: 42px; }
  .inner-section.sec-concept .swiper-concept .item .item-wrap .item-desc { font-size: 14px; } }
@media (max-width: 575.98px) { .inner-section.sec-concept .swiper-concept .item .item-wrap .item-title { font-size: 20px; }
  .inner-section.sec-concept .swiper-concept .item .item-wrap .item-title::before { font-size: 36px; }
  .inner-section.sec-concept .swiper-concept .item .item-wrap .item-desc { font-size: 12px; } }
.inner-section.sec-concept .swiper-concept .item.swiper-slide-active img, .inner-section.sec-concept .swiper-concept .item .swiper-slide-duplicate-active img { transition: 6s linear; transform: scale(1, 1); }
.inner-section.sec-concept .swiper-concept .control-box { position: absolute; left: 8%; bottom: 8%; z-index: 2; }
.inner-section.sec-concept .swiper-concept .control-box .control:hover { border-color: var(--theme-color); background-color: var(--theme-color); }
.inner-section.sec-concept .swiper-concept .control-box .control:hover svg path { fill: #ffffff; }
.inner-section.sec-cultrue { background: url("../Image/sec-cultrue-bg.jpg") center/cover no-repeat; }
.inner-section.sec-cultrue .cultrue-box .item .item-wrap { border-bottom: 2px solid rgba(255, 255, 255, 0.2); color: #ffffff; padding: 20px 0; --item-icon-size:60px; }
.inner-section.sec-cultrue .cultrue-box .item .item-wrap .item-title { line-height: 2; }
.inner-section.sec-cultrue .cultrue-box .item .item-wrap .item-title .en-title { font-size: 18px; }
.inner-section.sec-cultrue .cultrue-box .item .item-wrap .item-title .cn-title { font-size: 30px; }
@media (max-width: 767.98px) { .inner-section.sec-cultrue .cultrue-box .item .item-wrap .item-title .en-title { font-size: 14px; }
  .inner-section.sec-cultrue .cultrue-box .item .item-wrap .item-title .cn-title { font-size: 20px; } }
.inner-section.sec-cultrue .cultrue-box .item .item-wrap .item-desc { font-size: 18px; line-height: 1.8; }
@media (max-width: 991.98px) { .inner-section.sec-cultrue .cultrue-box .item .item-wrap .item-desc { font-size: 16px; } }
@media (max-width: 767.98px) { .inner-section.sec-cultrue .cultrue-box .item .item-wrap .item-desc { font-size: 14px; } }
@media (max-width: 575.98px) { .inner-section.sec-cultrue .cultrue-box .item .item-wrap .item-desc { font-size: 12px; } }
@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-title .cn-title { font-size: 28px; } }
@media (max-width: 991.98px) { .inner-section.sec-cultrue .cultrue-box .item .item-wrap { padding: 12px 0; --item-icon-size:42px; } }
@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-title .en-title { font-size: 16px; }
  .inner-section.sec-cultrue .cultrue-box .item .item-wrap .item-title .cn-title { font-size: 24px; } }
@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-title .en-title { font-size: 12px; }
  .inner-section.sec-cultrue .cultrue-box .item .item-wrap .item-title .cn-title { font-size: 16px; } }
.inner-section.sec-honor .honor-box { padding-top: 5%; position: relative; }
.inner-section.sec-honor .honor-box .honor-link { display: block; line-height: 42px; background-color: var(--theme-color); color: #ffffff; width: 160px; text-align: center; border-radius: 21px; text-transform: uppercase; margin: -7% auto 0; }
@media (max-width: 575.98px) { .inner-section.sec-honor .honor-box .honor-link { margin: -7% auto 2%; font-size: 13px; line-height: 32px; width: 140px; } }
.inner-section.sec-history { background: url("../Image/sec-history-bg.jpg") bottom/cover no-repeat #ffffff; }
.inner-section.sec-history .swiper-slide-duplicate { pointer-events: none !important; }
.inner-section.sec-history .swiper-history { margin-top: 3%; }
.inner-section.sec-history .swiper-history .item .item-wrap { color: #282828; transition: color 0.5s,background-color 0.5s; }
.inner-section.sec-history .swiper-history .item .item-wrap .item-title { font-size: 60px; font-weight: bold; }
.inner-section.sec-history .swiper-history .item .item-wrap .item-tags { font-size: 30px; line-height: 2; margin-bottom: 3%; }
.inner-section.sec-history .swiper-history .item .item-wrap .item-content { color: #666666; font-size: 18px; margin-top: 3%; margin-bottom: 10%; }
.inner-section.sec-history .swiper-history .item .item-wrap .item-more { width: 38px; height: 38px; position: relative; color: #bcbcbc; background: var(--theme-orange); -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.inner-section.sec-history .swiper-history .item .item-wrap .item-more svg { position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; width: 60%; height: auto; }
.inner-section.sec-history .swiper-history .item .item-wrap .item-more svg path { fill: #ffffff; }
@media (max-width: 1399.98px) { .inner-section.sec-history .swiper-history .item .item-wrap .item-title { font-size: 42px; }
  .inner-section.sec-history .swiper-history .item .item-wrap .item-content { font-size: 16px; }
  .inner-section.sec-history .swiper-history .item .item-wrap .item-more { width: 32px; height: 32px; } }
@media (max-width: 1199.98px) { .inner-section.sec-history .swiper-history .item .item-wrap .item-title { font-size: 36px; }
  .inner-section.sec-history .swiper-history .item .item-wrap .item-content { font-size: 14px; margin-bottom: 5%; }
  .inner-section.sec-history .swiper-history .item .item-wrap .item-more { width: 26px; height: 26px; } }
@media (max-width: 991.98px) { .inner-section.sec-history .swiper-history .item .item-wrap .item-title { font-size: 26px; } }
@media (max-width: 767.98px) { .inner-section.sec-history .swiper-history .item .item-wrap .item-title { font-size: 24px; }
  .inner-section.sec-history .swiper-history .item .item-wrap .item-content { font-size: 12px; margin-bottom: 5%; }
  .inner-section.sec-history .swiper-history .item .item-wrap .item-more { width: 24px; height: 24px; } }
.inner-section.sec-history .swiper-history .item.swiper-slide-active2 .item-wrap, .inner-section.sec-history .swiper-history .item .swiper-slide-duplicate-active2 .item-wrap { background: url("../Image/history-bg.png") #003e7d center/cover no-repeat; color: #ffffff; }
.inner-section.sec-history .swiper-history .item.swiper-slide-active2 .item-wrap .item-content, .inner-section.sec-history .swiper-history .item .swiper-slide-duplicate-active2 .item-wrap .item-content { color: #ffffff; }
.inner-section.sec-history .swiper-history .item.swiper-slide-active2 .item-wrap .item-more, .inner-section.sec-history .swiper-history .item .swiper-slide-duplicate-active2 .item-wrap .item-more { color: var(--theme-orange); background-color: currentColor; }
.inner-section.sec-history .swiper-history .item.swiper-slide-active2 .item-wrap .item-more svg path, .inner-section.sec-history .swiper-history .item .swiper-slide-duplicate-active2 .item-wrap .item-more svg path { fill: #ffffff; }
.inner-section.sec-history .history-rule-swiper { --dot-size:22px; padding: 0 30px; }
.inner-section.sec-history .history-rule-swiper .item { padding: 1rem 0; cursor: pointer; }
.inner-section.sec-history .history-rule-swiper .item .item-wrap { position: relative; }
.inner-section.sec-history .history-rule-swiper .item .item-wrap::before { content: ''; display: block; position: absolute; top: calc( var(--dot-size) / 2); height: 0; width: 300%; border-bottom: 1px dashed #b5babe; }
.inner-section.sec-history .history-rule-swiper .item .item-wrap .item-dot { width: var(--dot-size); height: var(--dot-size); border-radius: 50%; margin: 0 auto; --dot-color:#b5babe; background-color: var(--dot-color); position: relative; }
.inner-section.sec-history .history-rule-swiper .item .item-wrap .item-dot::after { content: ''; display: block; position: absolute; }
.inner-section.sec-history .history-rule-swiper .item .item-wrap .item-dot svg { position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; width: 50%; height: 50%; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.inner-section.sec-history .history-rule-swiper .item .item-wrap .item-dot svg path { fill: #333333; }
.inner-section.sec-history .history-rule-swiper .item .item-wrap .item-dot::before { content: ''; position: absolute; width: 100%; height: 100%; border-radius: 50%; background-color: var(--dot-color); -webkit-transform: scale(1.5); -moz-transform: scale(1.5); -ms-transform: scale(1.5); -o-transform: scale(1.5); transform: scale(1.5); opacity: .2; margin: auto; top: 0; bottom: 0; left: 0; right: 0; }
.inner-section.sec-history .history-rule-swiper .item .item-wrap .item-year { line-height: 3; color: #333333; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.inner-section.sec-history .history-rule-swiper .item.swiper-slide-thumb-active .item-wrap .item-dot { --dot-color:#b5babe; background-color: var(--theme-color); }
.inner-section.sec-history .history-rule-swiper .item.swiper-slide-thumb-active .item-wrap .item-dot svg path { fill: #ffffff; }
.inner-section.sec-history .history-rule-swiper .item.swiper-slide-thumb-active .item-wrap .item-dot::before { background-color: var(--theme-color); }
.inner-section.sec-history .history-rule-swiper .item.swiper-slide-thumb-active .item-wrap .item-year { color: var(--theme-color); }
@media (max-width: 1199.98px) { .inner-section.sec-history .history-rule-swiper { --dot-size:18px; }
  .inner-section.sec-history .history-rule-swiper .item .item-wrap .item-year { font-size: 14px; } }
@media (max-width: 991.98px) { .inner-section.sec-history .history-rule-swiper { --dot-size:18px; }
  .inner-section.sec-history .history-rule-swiper .item .item-wrap .item-year { font-size: 12px; } }
@media (max-width: 575.98px) { .inner-section.sec-history .history-rule-swiper { --dot-size:16px; }
  .inner-section.sec-history .history-rule-swiper .item .item-wrap .item-year { font-size: 10px; } }
.inner-section.sec-history .history-rule-swiper .swiper-prev, .inner-section.sec-history .history-rule-swiper .swiper-next { width: var(--dot-size); height: var(--dot-size); position: absolute; top: 16px; bottom: 0; z-index: 2; }
.inner-section.sec-history .history-rule-swiper .swiper-prev svg, .inner-section.sec-history .history-rule-swiper .swiper-next svg { position: absolute; width: 100%; height: 100%; }
.inner-section.sec-history .history-rule-swiper .swiper-prev svg path, .inner-section.sec-history .history-rule-swiper .swiper-next svg path { fill: #333333; }
.inner-section.sec-history .history-rule-swiper .swiper-prev { left: 0; }
.inner-section.sec-history .history-rule-swiper .swiper-next { right: 0; }
.inner-section.sec-contact .contact-list .item .item-title { font-weight: bold; font-size: 22px; line-height: 3; margin-top: .5rem; }
.inner-section.sec-contact .contact-list .item .item-content { line-height: 1.8; font-size: 18px; }
.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; opacity: .7; }
@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; } }

.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 { -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; font-size: 22px; color: #000000; }
@media (max-width: 1399.98px) { .news-list .item .item-caption .item-title { font-size: 20px; } }
@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: #797979; line-height: 2; -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; font-size: 16px; }
@media (max-width: 1199.98px) { .news-list .item .item-caption .item-content { font-size: 14px; } }
@media (max-width: 991.98px) { .news-list .item .item-caption .item-content { font-size: 14px; line-height: 1.8; } }
@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; line-height: 1.5; } }
.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: 16px; color: var(--theme-color); font-weight: bold; }
@media (max-width: 1199.98px) { .news-list .item .item-caption .item-time { font-size: 14px; } }
@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-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: #282828; }

.article-page .news-detail .news-title, .news-page .news-detail .news-title, .videoinfo-page .news-detail .news-title { font-size: 30px; line-height: 1.4; margin-bottom: 1rem; color: #282828; }
@media (max-width: 991.98px) { .article-page .news-detail .news-title, .news-page .news-detail .news-title, .videoinfo-page .news-detail .news-title { font-size: 26px; } }
@media (max-width: 767.98px) { .article-page .news-detail .news-title, .news-page .news-detail .news-title, .videoinfo-page .news-detail .news-title { font-size: 22px; } }
@media (max-width: 575.98px) { .article-page .news-detail .news-title, .news-page .news-detail .news-title, .videoinfo-page .news-detail .news-title { font-size: 18px; } }
.article-page .news-detail .news-meta, .news-page .news-detail .news-meta, .videoinfo-page .news-detail .news-meta { font-size: 14px; color: #999999; }
.article-page .news-detail .news-meta span, .news-page .news-detail .news-meta span, .videoinfo-page .news-detail .news-meta span { display: inline-block; margin-right: 10px; }
.article-page .news-detail .news-content, .news-page .news-detail .news-content, .videoinfo-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, .videoinfo-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, .videoinfo-page .news-detail .news-content p { background-color: transparent !important; }
.article-page .news-detail .news-content > *, .news-page .news-detail .news-content > *, .videoinfo-page .news-detail .news-content > * { background-color: transparent; }
@media (max-width: 575.98px) { .article-page .news-detail .news-content, .news-page .news-detail .news-content, .videoinfo-page .news-detail .news-content { font-size: 14px; line-height: 1.5; } }
.article-page .news-right, .news-page .news-right, .videoinfo-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, .videoinfo-page .news-right .relate-news .head .head-name { font-size: 24px; color: #333333; position: relative; padding-left: 10px; }
.article-page .news-right .relate-news .head .head-name span, .news-page .news-right .relate-news .head .head-name span, .videoinfo-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, .videoinfo-page .news-right .relate-news .head .head-name::before { content: ''; display: inline-block; width: 4px; height: 28px; vertical-align: middle; background-color: var(--theme-color); position: absolute; margin: auto; top: 0; bottom: 0; left: 0; }
@media (max-width: 991.98px) { .article-page .news-right .relate-news .head .head-name, .news-page .news-right .relate-news .head .head-name, .videoinfo-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, .videoinfo-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, .videoinfo-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, .videoinfo-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, .videoinfo-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, .videoinfo-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, .videoinfo-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, .videoinfo-page .bg-gray { background-color: #f9f9f9; }
.article-page .prev_next_nav .prev_next, .news-page .prev_next_nav .prev_next, .videoinfo-page .prev_next_nav .prev_next { flex: 1; background-color: #ffffff; border-radius: 5px; padding: 12px; display: flex; align-items: center; margin: 5px 0; }
.article-page .prev_next_nav .prev_next.prev, .article-page .prev_next_nav .prev_next.next, .news-page .prev_next_nav .prev_next.prev, .news-page .prev_next_nav .prev_next.next, .videoinfo-page .prev_next_nav .prev_next.prev, .videoinfo-page .prev_next_nav .prev_next.next { width: 47%; display: flex; }
.article-page .prev_next_nav .prev_next.prev .page-a, .article-page .prev_next_nav .prev_next.next .page-a, .news-page .prev_next_nav .prev_next.prev .page-a, .news-page .prev_next_nav .prev_next.next .page-a, .videoinfo-page .prev_next_nav .prev_next.prev .page-a, .videoinfo-page .prev_next_nav .prev_next.next .page-a { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #666666; }
.article-page .prev_next_nav .prev_next.prev .page-a:hover, .article-page .prev_next_nav .prev_next.next .page-a:hover, .news-page .prev_next_nav .prev_next.prev .page-a:hover, .news-page .prev_next_nav .prev_next.next .page-a:hover, .videoinfo-page .prev_next_nav .prev_next.prev .page-a:hover, .videoinfo-page .prev_next_nav .prev_next.next .page-a:hover { color: var(--theme-color); }
.article-page .prev_next_nav .prev_next.prev a, .article-page .prev_next_nav .prev_next.next a, .news-page .prev_next_nav .prev_next.prev a, .news-page .prev_next_nav .prev_next.next a, .videoinfo-page .prev_next_nav .prev_next.prev a, .videoinfo-page .prev_next_nav .prev_next.next a { max-width: calc(100% - 70px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: CurrentColor; }
@media (max-width: 1199.98px) { .article-page .prev_next_nav .prev_next.prev, .article-page .prev_next_nav .prev_next.next, .news-page .prev_next_nav .prev_next.prev, .news-page .prev_next_nav .prev_next.next, .videoinfo-page .prev_next_nav .prev_next.prev, .videoinfo-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, .videoinfo-page .prev_next_nav .prev_next.prev, .videoinfo-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, .videoinfo-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, .videoinfo-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, .videoinfo-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, .videoinfo-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, .videoinfo-page .prev_next_nav .prev_next.menu:hover .menu-wrap svg { fill: #ffffff; }

.box .box-head .head-name::before { content: ''; display: inline-block; width: 4px; height: 25px; vertical-align: middle; background-color: var(--theme-color); margin-right: 10px; }
@media (max-width: 767.98px) { .box .box-head .head-name::before { width: 3px; height: 22px; } }
@media (max-width: 575.98px) { .box .box-head .head-name::before { width: 2px; height: 20px; } }
.box .box-head .head-name span { font-size: 26px; display: inline-block; vertical-align: middle; }
@media (max-width: 1199.98px) { .box .box-head .head-name span { font-size: 24px; } }
@media (max-width: 991.98px) { .box .box-head .head-name span { font-size: 22px; } }
@media (max-width: 767.98px) { .box .box-head .head-name span { font-size: 20px; } }
@media (max-width: 575.98px) { .box .box-head .head-name span { font-size: 18px; } }
.box .box-head .head-more span { -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; display: inline-block; vertical-align: middle; text-transform: uppercase; color: #282828; }
.box .box-head .head-more .plus { display: inline-block; width: 18px; height: 18px; position: relative; background-color: var(--theme-color); border-radius: 50%; vertical-align: middle; margin-left: 3px; }
.box .box-head .head-more .plus::before, .box .box-head .head-more .plus::after { content: ''; display: block; width: 50%; height: 1px; background-color: #ffffff; position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; }
.box .box-head .head-more .plus::after { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
.box .box-head .head-more:hover span { color: var(--theme-color); }
.box .box-head .head-more:hover .plus { -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }

.news-list-2 .item .item-wrap { box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.05); -webkit-transition: background-color .5s; -moz-transition: background-color .5s; -ms-transition: background-color .5s; -o-transition: background-color .5s; transition: background-color .5s; }
.news-list-2 .item .item-wrap .item-title { color: #333333; font-size: 24px; line-height: 2.2; -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; }
.news-list-2 .item .item-wrap .item-content { border-top: 1px solid #e5e5e5; color: #999999; line-height: 2; }
@media (max-width: 1199.98px) { .news-list-2 .item .item-wrap .item-title { font-size: 22px; } }
@media (max-width: 991.98px) { .news-list-2 .item .item-wrap .item-title { font-size: 20px; }
  .news-list-2 .item .item-wrap .item-content { font-size: 14px; } }
@media (max-width: 575.98px) { .news-list-2 .item .item-wrap .item-title { font-size: 18px; }
  .news-list-2 .item .item-wrap .item-content { font-size: 13px; } }
.news-list-2 .item:hover .item-wrap { background-color: #0c5caa; }
.news-list-2 .item:hover .item-wrap .item-title { color: #ffffff; }
.news-list-2 .item:hover .item-wrap .item-content { border-top-color: rgba(255, 255, 255, 0.5); color: #ffffff; opacity: .5; }

.news-list-3 .news-item { border-radius: 5px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.news-list-3 .news-item .news-time { width: 90px; }
.news-list-3 .news-item .news-time .date { font-size: 50px; line-height: 1; font-family: Bahnschrift; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.news-list-3 .news-item .news-time .month { color: #999999; font-size: 14px; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.news-list-3 .news-item .news-info { color: #333333; border-left: 1px solid #e8e8e9; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; max-width: calc(100% - 90px); }
.news-list-3 .news-item .news-info .news-title { color: #333333; font-size: 18px; line-height: 2; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.news-list-3 .news-item .news-info .news-desc { color: #999999; font-size: 14px; line-height: 2; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.news-list-3 .news-item:hover { background-color: var(--theme-color); }
.news-list-3 .news-item:hover a { color: #ffffff; }
.news-list-3 .news-item:hover .news-time .date { color: #ffffff; }
.news-list-3 .news-item:hover .news-time .month { color: #ffffff; opacity: .5; }
.news-list-3 .news-item:hover .news-info .news-title { color: #ffffff; }
.news-list-3 .news-item:hover .news-info .news-desc { color: #ffffff; opacity: .5; }

.news-list-4 .news-item { border-bottom: 1px solid #e9e9e9; padding-right: 10px; }
.news-list-4 .news-item .news-info { flex: 0 auto; width: calc(100% - 100px); padding-right: 5%; }
.news-list-4 .news-item .news-info .news-title { display: block; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; font-size: 20px; color: #000000; line-height: 2.2; }
.news-list-4 .news-item .news-info .news-time { font-size: 15px; color: #999999; line-height: 2; }
.news-list-4 .news-item .news-info .news-content { line-height: 2; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; color: #999999; }
.news-list-4 .news-item .news-more { width: 50px; background-color: var(--theme-color); transform: skewX(-10deg); }
.news-list-4 .news-item .news-more a { color: #ffffff; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; display: block; width: 50px; height: 50px; position: relative; transform: skewX(10deg); }
.news-list-4 .news-item .news-more a svg { position: absolute; margin: auto; top: 0; bottom: 0; right: 0; left: 0; display: block; width: 50%; height: 50%; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.news-list-4 .news-item .news-more a svg path { fill: #ffffff; }
@media (max-width: 767.98px) { .news-list-4 .news-item .news-info { width: calc(100% - 40px); }
  .news-list-4 .news-item .news-info .news-title { font-size: 16px; }
  .news-list-4 .news-item .news-info .news-time { font-size: 13px; }
  .news-list-4 .news-item .news-info .news-content { font-size: 14px; line-height: 1.5; }
  .news-list-4 .news-item .news-more { width: 30px; }
  .news-list-4 .news-item .news-more a { width: 30px; height: 30px; } }
.news-list-4 .news-item:hover .news-title { color: var(--theme-color); }
.news-list-4 .news-item:hover .news-title::first-letter { color: var(--theme-green); }
.news-list-4 .news-item:hover .news-time { color: #666666; }
.news-list-4 .news-item:hover .news-content { color: #333333; }
.news-list-4 .news-item:hover .news-more:hover svg { -webkit-transform: translateX(3px); -moz-transform: translateX(3px); -ms-transform: translateX(3px); -o-transform: translateX(3px); transform: translateX(3px); }
.news-list-4.notime .news-item .news-time { display: none; }
.news-list-4.notime .news-item .news-info { width: calc(100% - 80px); }
@media (max-width: 767.98px) { .news-list-4.notime .news-item .news-info { width: calc(100% - 40px); padding-right: 0; } }

.news-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); }

.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-style { margin-top: 3%; }

.product-list { padding-top: 3%; padding-bottom: 3%; }
.product-list .item .item-wrap { background-color: #ffffff; -webkit-transition: background-color .5s; -moz-transition: background-color .5s; -ms-transition: background-color .5s; -o-transition: background-color .5s; transition: background-color .5s; }
.product-list .item .item-wrap .item-img { overflow: hidden; }
.product-list .item .item-wrap .item-img img { transition: transform 1s; }
.product-list .item .item-wrap .item-caption { padding: 4% 6%; }
.product-list .item .item-wrap .item-caption .item-title { font-size: 28px; line-height: 2; color: #000000; }
.product-list .item .item-wrap .item-caption .item-params .param-item:nth-child(-n+2) { border-bottom: 1px solid #d3d3d3; padding-bottom: .5rem; margin-bottom: .5rem; }
.product-list .item .item-wrap .item-caption .item-params .param-item .param-name { color: #282828; font-size: 18px; }
.product-list .item .item-wrap .item-caption .item-params .param-item .param-value { color: #666666; }
.product-list .item .item-wrap .item-caption .item-desc { color: #999999; }
.product-list .item .item-wrap .item-caption .item-more { opacity: .5; border-top: 1px solid #e5e5e5; padding: 6% 0 3%; margin-top: 6%; -webkit-transition: opacity .5s; -moz-transition: opacity .5s; -ms-transition: opacity .5s; -o-transition: opacity .5s; transition: opacity .5s; opacity: 1; }
.product-list .item .item-wrap .item-caption .item-more .more-txt { font-size: 14px; color: var(--theme-color); }
.product-list .item .item-wrap .item-caption .item-more .more-icon { width: 26px; height: 26px; background-color: transparent; position: relative; -webkit-transition: background-color .5s; -moz-transition: background-color .5s; -ms-transition: background-color .5s; -o-transition: background-color .5s; transition: background-color .5s; }
.product-list .item .item-wrap .item-caption .item-more .more-icon svg { position: absolute; margin: auto; top: 0; bottom: 0; right: 0; left: 0; width: 70%; height: 70%; display: block; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.product-list .item .item-wrap .item-caption .item-more .more-icon svg path { fill: var(--theme-color); }
@media (max-width: 991.98px) { .product-list .item .item-wrap .item-caption .item-title { font-size: 18px; }
  .product-list .item .item-wrap .item-caption .item-desc { font-size: 14px; }
  .product-list .item .item-wrap .item-caption .item-more { font-size: 13px; }
  .product-list .item .item-wrap .item-caption .item-params .param-item .param-name { font-size: 16px; }
  .product-list .item .item-wrap .item-caption .item-params .param-item .param-value { font-size: 14px; } }
@media (max-width: 991.98px) { .product-list .item .item-wrap .item-caption .item-params .param-item .param-name { font-size: 14px; }
  .product-list .item .item-wrap .item-caption .item-params .param-item .param-value { font-size: 12px; } }
@media (max-width: 575.98px) { .product-list .item .item-wrap .item-caption .item-title { font-size: 16px; }
  .product-list .item .item-wrap .item-caption .item-desc { font-size: 14px; }
  .product-list .item .item-wrap .item-caption .item-more { font-size: 12px; }
  .product-list .item .item-wrap .item-caption .item-params .param-item .param-name { font-size: 12px; }
  .product-list .item .item-wrap .item-caption .item-params .param-item .param-value { font-size: 10px; } }
.product-list .item .item-wrap:hover .item-img img { transform: scale(1.1); }
.product-list .item .item-wrap:hover .item-caption .item-title { color: var(--theme-color); }

.video-list .item .item-img { position: relative; overflow: hidden; }
.video-list .item .item-img img { -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.video-list .item .item-img .play-btn { position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-color: rgba(0, 0, 0, 0.5); }
.video-list .item .item-img .play-btn svg { -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; width: 52px; height: 52px; position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; }
@media (max-width: 991.98px) { .video-list .item .item-img .play-btn svg { width: 36px; height: 36px; } }
.video-list .item .item-img .play-btn svg path { fill: #ffffff; }
.video-list .item .item-img:hover img { -webkit-transform: scale(1.02); -moz-transform: scale(1.02); -ms-transform: scale(1.02); -o-transform: scale(1.02); transform: scale(1.02); }
.video-list .item .item-img:hover .play-btn svg path { fill: var(--theme-color); }

.goods-info .info-crumbs { padding: 1rem; background-image: -webkit-linear-gradient(270deg, #f4f6f8 0%, rgba(244, 246, 248, 0) 100%); }
@media (max-width: 767.98px) { .goods-info .info-crumbs { font-size: 14px; } }
@media (max-width: 575.98px) { .goods-info .info-crumbs { font-size: 12px; } }
.goods-info .info-crumbs .location { line-height: 46px; }
.goods-info .info-crumbs .location svg { width: 16px; height: 16px; display: inline-block; vertical-align: middle; }
.goods-info .goods-top { padding-bottom: 3%; }
.goods-info .goods-top .goods-summary { width: 100%; padding: 6%; }
.goods-info .goods-top .goods-summary .goods-title { position: relative; z-index: 2; font-size: 36px; line-height: 2; }
.goods-info .goods-top .goods-summary .goods-head { position: relative; border-bottom: 1px solid #e5e5e5; }
.goods-info .goods-top .goods-summary .goods-head::after { content: ''; position: absolute; width: 80px; height: 2px; background-color: var(--theme-color); margin: auto; bottom: -1px; left: 0; -webkit-transition: width .5s; -moz-transition: width .5s; -ms-transition: width .5s; -o-transition: width .5s; transition: width .5s; }
.goods-info .goods-top .goods-summary .goods-head:hover::after { width: 52px; }
.goods-info .goods-top .goods-summary .goods-desc { color: #333333; line-height: 2; padding-bottom: 2rem; position: relative; }
.goods-info .goods-top .goods-summary .goods-params { margin: 3% 0; }
.goods-info .goods-top .goods-summary .goods-params .param-item:nth-child(-n+2) { border-bottom: 1px solid #d3d3d3; padding-bottom: 1rem; margin-bottom: 1rem; }
.goods-info .goods-top .goods-summary .goods-params .param-item .param-name { color: #282828; font-size: 18px; font-weight: bold; }
.goods-info .goods-top .goods-summary .goods-params .param-item .param-value { color: #282828; }
.goods-info .goods-top .goods-summary .goods-contact .contact-btn { color: #ffffff; border: 1px solid #e7e7e7; background-color: var(--theme-orange); display: block; max-width: 80%; line-height: 56px; margin-top: 4%; 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:first-child { margin-right: 15px; }
.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-tools { padding: 3% 0; }
.goods-info .goods-top .goods-summary .goods-tools a { color: var(--theme-orange); }
.goods-info .goods-top .goods-summary .goods-tools a:hover { color: var(--theme-color); }
.goods-info .goods-top .goods-summary .goods-tools a svg { width: 20px; height: auto; display: inline-block; vertical-align: middle; margin-right: 10px; }
.goods-info .goods-top .goods-summary .goods-tools a svg path { fill: currentColor; }
.goods-info .goods-top .goods-summary .goods-tools a span { display: inline-block; vertical-align: middle; }
@media (max-width: 1679.98px) { .goods-info .goods-top .goods-summary .goods-head::before { font-size: 140px; } }
@media (max-width: 1399.98px) { .goods-info .goods-top .goods-summary .goods-head::before { font-size: 100px; line-height: 2; } }
@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-desc { padding-bottom: 1.5rem; } }
@media (max-width: 767.98px) { .goods-info .goods-top .goods-summary .goods-head::before { font-size: 90px; line-height: 2; }
  .goods-info .goods-top .goods-summary .goods-title { font-size: 18px; }
  .goods-info .goods-top .goods-summary .goods-desc { padding-bottom: 1rem; } }
@media (max-width: 575.98px) { .goods-info .goods-top .goods-summary { padding: 3% 4%; }
  .goods-info .goods-top .goods-summary .goods-head::before { font-size: 80px; line-height: 2; }
  .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; padding-bottom: 1rem; }
  .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 { width: 148px; height: 42px; line-height: 42px; } }
.goods-info .goods-top .goods-preview { --swiper-navigation-size:20px; --swiper-theme-color: var(--theme-color); }
.goods-info .goods-top .goods-preview .preview-image { 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 .swiper-button { width: 2rem; height: 3rem; color: #ffffff; background-color: rgba(0, 0, 0, 0.3); }
.goods-info .goods-bottom .detail-section h3 { border-bottom: 1px solid #f4f4f4; position: relative; margin-bottom: 2.5%; display: block; }
.goods-info .goods-bottom .detail-section h3 strong { display: block; font-size: 36px; color: #1a1a1a; padding: 1.5rem 0; }
.goods-info .goods-bottom .detail-section h3 strong::after { content: ''; display: block; position: absolute; margin: auto; left: 0; width: 2.3em; height: 3px; background-color: var(--theme-color); bottom: -1px; }
@media (max-width: 1199.98px) { .goods-info .goods-bottom .detail-section h3 strong { font-size: 26px; } }
@media (max-width: 991.98px) { .goods-info .goods-bottom .detail-section h3 strong { font-size: 22px; } }
@media (max-width: 767.98px) { .goods-info .goods-bottom .detail-section h3 strong { font-size: 18px; } }
@media (max-width: 575.98px) { .goods-info .goods-bottom .detail-section h3 strong { font-size: 16px; } }
.goods-info .goods-bottom .detail-section .goods-detail { line-height: 2; }
.goods-info .goods-bottom .detail-section .goods-detail img { max-width: 100%; vertical-align: bottom; }
.goods-info .goods-bottom .detail-section .adv-swiper .item { height: auto; }
.goods-info .goods-bottom .detail-section .adv-swiper .item .item-wrap { padding: 8%; -webkit-transition: background-color .5s; -moz-transition: background-color .5s; -ms-transition: background-color .5s; -o-transition: background-color .5s; transition: background-color .5s; }
.goods-info .goods-bottom .detail-section .adv-swiper .item .item-head .head-num { -webkit-text-stroke: 1px rgba(167, 167, 167, 0.5); -webkit-text-fill-color: transparent; font-size: 72px; font-family: AvianBold; margin-right: 15px; line-height: 1; transition: all .5s; }
.goods-info .goods-bottom .detail-section .adv-swiper .item .item-head .head-name .cn-name { font-size: 24px; color: #000000; }
.goods-info .goods-bottom .detail-section .adv-swiper .item .item-head .head-name .en-name { color: #a2a2a2; font-size: 18px; text-transform: uppercase; }
.goods-info .goods-bottom .detail-section .adv-swiper .item .item-content { color: #888888; line-height: 32px; }
@media (min-width: 992px) { .goods-info .goods-bottom .detail-section .adv-swiper .item:hover { background-color: #f9f9f9; }
  .goods-info .goods-bottom .detail-section .adv-swiper .item:hover .item-head .head-num { -webkit-text-stroke-color: var(--theme-red); }
  .goods-info .goods-bottom .detail-section .adv-swiper .item:hover .item-content { color: #666; } }
@media (max-width: 991.98px) { .goods-info .goods-bottom .detail-section .adv-swiper .item { background-color: #f9f9f9; }
  .goods-info .goods-bottom .detail-section .adv-swiper .item .item-head .head-num { -webkit-text-stroke-color: var(--theme-red); }
  .goods-info .goods-bottom .detail-section .adv-swiper .item .item-head .head-name .cn-name { font-size: 20px; }
  .goods-info .goods-bottom .detail-section .adv-swiper .item .item-head .head-name .cn-name { font-size: 16px; }
  .goods-info .goods-bottom .detail-section .adv-swiper .item .item-content { color: #666; } }
.goods-info .goods-bottom table { width: 100% !important; margin-bottom: 5px; border: 1px solid #eeeeee; }
@media (min-width: 1200px) { .goods-info .goods-bottom table { width: 70% !important; } }
@media (min-width: 1300px) { .goods-info .goods-bottom table { width: 75% !important; } }
.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: 0 !important; text-align: center; vertical-align: middle; line-height: 2.5; }
.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: 0 !important; } }
.goods-info .goods-bottom table td h4 { margin: 0; font-size: 16px; display: block; background: var(--theme-color); color: #fff; line-height: inherit; }
.goods-info .order-box .box-left { background-color: #f9f9fa; padding: 3rem; }
.goods-info .order-box .box-left .box-head span { color: #666666; }
.goods-info .order-box .box-left .box-head span.head-title { font-size: 30px; color: #282828; }
.goods-info .order-box .box-right { padding: 3rem; background-color: #f9f9fa; }
.goods-info .order-box .box-right .box-head { color: #282828; }
.goods-info .order-box .box-right .box-head .cn-title { font-weight: bold; font-size: 30px; }
.goods-info .order-box .box-right .box-head .en-title { font-size: 16px; opacity: .45; text-transform: uppercase; }
.goods-info .order-box .box-right .box-content p { font-size: 20px; color: #000000; line-height: 2; margin: .5rem 0 1rem; }
.goods-info .order-box .box-right .box-content p::before { content: ''; display: inline-block; width: 5px; height: 5px; background-color: var(--theme-color); vertical-align: middle; margin-right: 5px; }

/*fixed video*/
.fixed-video { position: fixed; z-index: 10; right: 10px; bottom: 20px; }
@media (max-width: 991.98px) { .fixed-video { display: none; } }
.fixed-video .close { position: absolute; margin: auto; top: 15px; right: 10px; width: 20px; height: 0; z-index: 2; cursor: pointer; opacity: .8; }
.fixed-video .close::before, .fixed-video .close::after { content: ''; display: block; width: 100%; height: 1px; background-color: #ffffff; top: 0; bottom: 0; }
.fixed-video .close::before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.fixed-video .close::after { transform: rotate(-45deg); }
.fixed-video .wrapper { position: relative; }
.fixed-video .wrapper .video-img { width: 220px; position: relative; }
.fixed-video .wrapper .video-img::before { content: ''; display: block; position: absolute; top: 0; left: 0; background: #000000; opacity: .2; bottom: 0; right: 0; }
.fixed-video .wrapper .video-img img { width: 100%; height: 100%; object-fit: cover; }
.fixed-video .wrapper .play-btn { cursor: pointer; width: 45px; height: 45px; position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; }
.fixed-video .wrapper .play-btn svg { -webkit-transition: all 1s; -moz-transition: all 1s; -ms-transition: all 1s; -o-transition: all 1s; transition: all 1s; width: 100%; height: 100%; }
.fixed-video .wrapper .play-btn svg path { fill: #ffffff; }
.fixed-video .wrapper .play-btn::before svg path { fill: var(--theme-color); }
.fixed-video.hide { display: none; }

.process-list { margin-top: 3%; }
@media (min-width: 992px) { .process-list .item:nth-child(even) .item-wrap { flex-direction: row-reverse !important; } }
.process-list .item .item-wrap .item-title { font-size: 24px; color: #000000; }
.process-list .item .item-wrap .item-title::after { content: ''; display: block; width: 2rem; height: 3px; background-color: var(--theme-color); margin: 1rem 0; }
.process-list .item .item-wrap .item-desc { font-size: 16px; color: #666666; line-height: 2; }
@media (max-width: 1199.98px) { .process-list .item .item-wrap .item-title { font-size: 22px; } }
@media (max-width: 991.98px) { .process-list .item .item-wrap .item-title { font-size: 20px; } }
@media (max-width: 767.98px) { .process-list .item .item-wrap .item-title { font-size: 18px; }
  .process-list .item .item-wrap .item-title::after { height: 2px; width: 1.5rem; }
  .process-list .item .item-wrap .item-desc { font-size: 14px; } }
@media (max-width: 575.98px) { .process-list .item .item-wrap .item-title { font-size: 16px; }
  .process-list .item .item-wrap .item-title::after { height: 2px; width: 1.5rem; }
  .process-list .item .item-wrap .item-desc { font-size: 13px; } }

.application-box .swiper-container { width: 100%; height: 100%; }
.application-box .swiper-slide { text-align: center; font-size: 18px; background: #fff; overflow: hidden; }
.application-box .slide-inner { position: absolute; width: 100%; height: 100%; left: 0; top: 0; background-size: cover; background-position: center; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; color: #fff; }
.application-box:hover .w-prev, .application-box:hover .w-next { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); }
.application-box .thumbSwiper { padding: 2.5rem; position: absolute; width: 100%; bottom: 0; left: 0; z-index: 2; opacity: .3; -webkit-transition: opacity .3s; -moz-transition: opacity .3s; -ms-transition: opacity .3s; -o-transition: opacity .3s; transition: opacity .3s; }
.application-box .thumbSwiper:hover { opacity: 1; }
.application-box .thumbSwiper .item .item-wrap { cursor: pointer; background-color: #ffffff; padding: 3px; transition: background-color linear .5s; }
.application-box .thumbSwiper .swiper-slide-thumb-active .item-wrap { background-color: var(--theme-color); }
.application-box .previewSwiper .preview-swiper-pagination { bottom: 5%; }
.application-box .previewSwiper .preview-swiper-pagination .swiper-pagination-bullet { border-radius: 0; width: 30px; height: 3px; background-color: #ffffff; }
.application-box .previewSwiper img { max-height: 100vh; }
@media (min-width: 1200px) { .application-box .previewSwiper img { max-height: calc(100vh - 40px); } }
.application-box .preview-swiper-next, .application-box .preview-swiper-prev { position: absolute; margin: auto; top: 0; bottom: 0; z-index: 2; width: 52px; height: 52px; opacity: .3; }
@media (max-width: 1399.98px) { .application-box .preview-swiper-next, .application-box .preview-swiper-prev { width: 42px; height: 42px; } }
@media (max-width: 991.98px) { .application-box .preview-swiper-next, .application-box .preview-swiper-prev { width: 32px; height: 32px; } }
@media (max-width: 767.98px) { .application-box .preview-swiper-next, .application-box .preview-swiper-prev { width: 26px; height: 26px; } }
@media (max-width: 575.98px) { .application-box .preview-swiper-next, .application-box .preview-swiper-prev { width: 22px; height: 22px; } }
.application-box .preview-swiper-next svg, .application-box .preview-swiper-prev svg { transition: all .5s; }
.application-box .preview-swiper-next svg path, .application-box .preview-swiper-prev svg path { fill: #ffffff; }
.application-box .preview-swiper-next:hover, .application-box .preview-swiper-prev:hover { opacity: 1; }
.application-box .preview-swiper-next:hover svg path, .application-box .preview-swiper-prev:hover svg path { fill: var(--theme-orange); }
.application-box .preview-swiper-next { left: 3%; }
.application-box .preview-swiper-prev { right: 3%; }

.accessory-box .item .item-img { overflow: hidden; }
.accessory-box .item .item-img img { transition: transform .5s; }
.accessory-box .item .item-title { font-weight: bold; font-size: 24px; line-height: 2.5; margin-top: .5rem; transition: color .5s; }
.accessory-box .item .item-desc { font-size: 18px; line-height: 1.8; }
.accessory-box .item:hover .item-img img { transform: scale(1.1); }
.accessory-box .item:hover .item-title { color: var(--theme-color); }

.single-detail-content { line-height: 1.8; }
.single-detail-content p { margin-bottom: .5rem; }
.single-detail-content strong { font-size: 24px; }
@media (max-width: 1199.98px) { .single-detail-content strong { font-size: 22px; } }
@media (max-width: 991.98px) { .single-detail-content strong { font-size: 20px; } }
@media (max-width: 767.98px) { .single-detail-content strong { font-size: 18px; } }
@media (max-width: 575.98px) { .single-detail-content strong { font-size: 16px; } }

@media (max-width: 991.98px) { .training-content { height: auto !important; } }
.training-content .content-wrap { padding-top: 1rem; }
@media (max-width: 1399.98px) { .training-content .content-wrap { padding: 0 1.5rem 1.5rem; } }
@media (max-width: 1199.98px) { .training-content .content-wrap { padding: 0 1rem 1rem; } }
@media (min-width: 992px) { .training-content .content-wrap { height: 100%; overflow-x: hidden; overflow-y: scroll; padding: 0 2rem 2rem; } }

.promise-box { background-color: #f8f8f8; }
.promise-box .ratio-promise { --mdb-aspect-ratio: calc(38 / 40 * 100%) ; }
.promise-box .item .item-wrap { color: #333333; padding: 10%; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.promise-box .item .item-wrap .item-head .item-title .cn-title { font-size: 30px; font-weight: bold; }
.promise-box .item .item-wrap .item-head .item-title .en-title { font-size: 14px; opacity: .3; text-transform: uppercase; }
.promise-box .item .item-wrap .item-head .item-num { font-size: 60px; opacity: .3; }
.promise-box .item .item-wrap .item-icon { margin-bottom: 1.5rem; margin-top: 0.5rem; }
.promise-box .item .item-wrap .item-icon img { transition: all .5s; }
.promise-box .item .item-wrap .item-content { opacity: .8; font-size: 18px; line-height: 1.8; }
.promise-box .item.active .item-wrap { color: #ffffff; background: url("../Image/promise-bg.jpg") no-repeat center/cover; }
.promise-box .item.active .item-wrap .item-icon img { filter: contrast(0) grayscale(100%) brightness(100); }

.provider-search .search-title { font-size: 32px; color: #000000; }
.provider-search .form-wrap { position: relative; width: 50%; margin: 1% auto 2%; }
.provider-search .form-wrap input { display: block; border: 1px solid #cececd; width: 100%; height: 56px; padding: 10px; padding-left: 20px; border-radius: 5rem; transition: border-color .5s; outline: none; }
.provider-search .form-wrap input:focus { border-color: var(--theme-orange); }
.provider-search .form-wrap .search-submit { width: 46px; height: 46px; position: absolute; right: 5px; position: absolute; top: 0; bottom: 0; margin: auto; background-color: var(--theme-orange); border-radius: 50%; border: none; }
.provider-search .form-wrap .search-submit svg { max-width: 80%; height: auto; }
.provider-search .form-wrap .search-submit svg path { fill: #ffffff; }

.provider-list { margin-top: 4%; }
.provider-list .item .item-wrap { padding: 2rem; }
.provider-list .item .item-wrap .item-title { border-bottom: 1px solid #c1c1c0; }
.provider-list .item .item-wrap .item-title svg { width: 20px; height: auto; display: inline-block; vertical-align: middle; }
.provider-list .item .item-wrap .item-title svg path { fill: var(--theme-color); }
.provider-list .item .item-wrap .item-title span { margin-left: 5px; line-height: 2; font-size: 26px; display: inline-block; vertical-align: middle; }
.provider-list .item .item-wrap .item-content { font-size: 18px; line-height: 1.8; color: #3e3e3e; }

.download-list { margin-top: 4%; }
.download-list .item .item-wrap { transition: background .5s; display: block; padding: 15% 10%; border: 1px solid #e3e3e3; }
.download-list .item .item-wrap .item-time { font-size: 14px; }
.download-list .item .item-wrap .item-title { font-size: 20px; }
.download-list .item .item-wrap .download-icon { display: inline-block; }
.download-list .item .item-wrap .download-icon svg { vertical-align: middle; width: 26px; height: auto; }
.download-list .item .item-wrap .download-icon svg path { fill: var(--theme-color); }
.download-list .item .item-wrap .download-icon span { color: #7f7f7f; font-size: 18px; display: inline-block; vertical-align: middle; }
.download-list .item:hover .item-wrap { background: url("../Image/history-bg.png") no-repeat center/cover var(--theme-color); }
.download-list .item:hover .item-wrap .item-time { color: #ffffff; }
.download-list .item:hover .item-wrap .item-title { color: #ffffff; }
.download-list .item:hover .item-wrap .download-icon svg path { fill: #ffffff; }
.download-list .item:hover .item-wrap .download-icon span { color: #ffffff; }
