@charset "UTF-8";
@import url("../font/lovelo/lovelo.css");
@import url("../font/Avian/Avian.css");
@import url("../font/bahnschrift/bahnschrift.css");
html { color: #282828; }

:root { scroll-behavior: unset; }

ul { padding-left: 0; margin-bottom: 0; }
ul li { list-style: none; }
ul li::marker { display: none; }

p { margin: 0; }

.img-cover-4by3 { height: 0; width: 100%; padding-bottom: 75%; overflow: hidden; position: relative; }

.img-cover-3by2 { height: 0; width: 100%; padding-bottom: 66.667%; overflow: hidden; position: relative; }

.img-cover img { max-width: 100%; max-height: 100%; position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; }

.abs-center { margin: auto; left: 0; right: 0; top: 0; bottom: 0; position: absolute; }

.over-line-2 { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }

.over-line-3 { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }

.over-line-4 { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; }

.over-line-5 { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 5; overflow: hidden; }

.text-justify { text-align: justify !important; text-align-last: justify; }

.object-fit-cover { -o-object-fit: cover; object-fit: cover; }

.object-fit-contain { -o-object-fit: contain; object-fit: contain; }

.object-fit-scaleDown { -o-object-fit: scale-down; object-fit: scale-down; }

a:focus { outline: none; }

.ratio-2x3 { --bs-aspect-ratio: calc(2 / 3 * 100%); --mdb-aspect-ratio: calc(2 / 3 * 100%); }

.ratio-3x2 { --bs-aspect-ratio: calc(3 / 2 * 100%); --mdb-aspect-ratio: calc(3 / 2 * 100%); }

.ratio-3x4 { --bs-aspect-ratio: calc(4 / 3 * 100%); --mdb-aspect-ratio: calc(4 / 3 * 100%); }

.ratio-8x3 { --mdb-aspect-ratio: calc(3 / 8 * 100%); --bs-aspect-ratio: calc(3 / 8 * 100%); }

.vertical-txt { writing-mode: vertical-rl; }

.nopic { background-color: #f8f8f8; color: #bcbcbc; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.nopic p:nth-child(1) { font-size: 130%; }

/*滚动条样式*/
@media screen and (-webkit-min-device-pixel-ratio: 0) { ::-webkit-scrollbar { width: 5px; height: 8px; }
  ::-webkit-scrollbar-track:enabled { background-color: #999999; }
  ::-webkit-scrollbar-thumb:vertical { background-color: var(--theme-color); border-radius: 30px; }
  ::-webkit-scrollbar-thumb:horizontal { background-color: var(--theme-color); border-radius: 30px; } }
.m-scroll::-webkit-scrollbar { /*滚动条整体样式*/ width: 5px; /*高宽分别对应横竖滚动条的尺寸*/ height: 3px; }

.m-scroll::-webkit-scrollbar-thumb { /*滚动条里面小方块*/ border-radius: 10px; box-shadow: inset 0 0 2.5px rgba(0, 0, 0, 0.1); background: var(--theme-red); }

.m-scroll::-webkit-scrollbar-track { /*滚动条里面轨道*/ box-shadow: inset 0 0 2.5px rgba(0, 0, 0, 0.1); border-radius: 5px; background: #ededed; }

a { color: #333333; text-decoration: none; }
a:hover { text-decoration: none; color: var(--theme-color); }
a:focus { outline: none !important; }

.w-next, .w-prev { cursor: pointer; z-index: 2; width: 40px; height: 40px; margin: auto; top: 0; bottom: 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.w-next { right: 0; }

.w-prev { left: 0; }

.de-page-mian .page-inner { padding: 1.5rem 0; display: flex; align-items: center; justify-content: center; }
.de-page-mian .page-inner a { position: relative; display: block; padding: .5rem .75rem; line-height: 1.25; color: #666; background-color: #e2e2e2; margin: 2px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.de-page-mian .page-inner a:hover, .de-page-mian .page-inner a.active { background-color: var(--theme-color); color: #fff; }
.de-page-mian .page-inner a.prev::after { content: '<'; font-family: "宋体",SimSun; color: CurrentColor; font-weight: bold; }
.de-page-mian .page-inner a.next::after { content: '>'; font-family: "宋体",SimSun; color: CurrentColor; font-weight: bold; }
.de-page-mian .page-inner span, .de-page-mian .page-inner input, .de-page-mian .page-inner a.page-btn { display: none; }

.w-form .form-item { position: relative; }
.w-form .form-item .input-txt, .w-form .form-item .input-textarea { display: block; height: 46px; border: none; background-color: #ffffff; padding: 10px; }
.w-form .form-item .input-txt:focus, .w-form .form-item .input-txt.active, .w-form .form-item .input-textarea:focus, .w-form .form-item .input-textarea.active { outline: none; }
.w-form .form-item .input-textarea { height: 130px; }
.w-form .form-item .input-icon { width: 46px; height: 46px; position: absolute; right: 0; top: 0; }
.w-form .form-item .input-icon svg { position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; width: 60%; height: auto; }
.w-form .form-item .input-icon svg path { fill: #9e9e9e; }
.w-form .verifyImg { height: 46px; cursor: pointer; }
.w-form .submit-btn { display: block; background-color: var(--theme-color); color: #ffffff; text-align: center; line-height: 46px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.w-form .submit-btn:hover { opacity: .8; }

/*字母滚动*/
.cm-word-split-JS { overflow: hidden; opacity: 0; }
.cm-word-split-JS.splitting { opacity: 1; }
.cm-word-split-JS.splitting .word { overflow: hidden; line-height: 1.1; display: inline-block; vertical-align: middle; }
.cm-word-split-JS.splitting .char { display: inline-block; position: relative; font-size: inherit; font-family: inherit; font-weight: inherit; opacity: 0; }

/*播放器控制栏*/
.jw-controlbar { width: 100%; }

@font-face { font-family: "manrope"; src: url("../font/manrope/manrope-thin.otf") format("OpenType"); font-weight: 100; font-style: normal; }
@font-face { font-family: "manrope"; src: url("../font/manrope/manrope-light.otf") format("OpenType"); font-weight: 200; font-style: normal; }
@font-face { font-family: "manrope"; src: url("../font/manrope/manrope-regular.otf") format("OpenType"); font-weight: 300; font-style: normal; }
@font-face { font-family: "DIN"; src: url("../font/DIN/DIN-Medium.otf") format("OpenType"); font-weight: 600; font-style: normal; }
@media (min-width: 769px) { .goverlay { background: rgba(0, 0, 0, 0.5); } }
.icon { width: 1rem; height: 1rem; }

.glightbox-clean .gslide-title, .glightbox-modern .gslide-title { margin-bottom: 0; text-align: center; line-height: 2; }

.glightbox-clean .gdesc-inner, .glightbox-modern .gdesc-inner { padding: 15px; }

body { color: #222222; --theme-red:#e22638; --theme-color: #3e69ca; --theme-green:#16a776; --theme-blue:#3466ce; }

@media (min-width: 1680px) { .container, .container-xl { max-width: 1624px; /*max-width: 1464px;*/ } }
@media (max-width: 575.98px) { html, body { font-size: 14px; } }
@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); } }
@keyframes spin { to { transform: rotate(1turn); } }
@keyframes spin2 { to { transform: rotate(-1turn); } }
@keyframes spin-reverse { from { transform: rotate(1turn); } }
@keyframes spin-reverse2 { from { transform: rotate(-1turn); } }
@keyframes scaleOut { 0% { transform: scale(0.5); opacity: 0; }
  75% { transform: scale(0.9); opacity: 1; }
  100% { transform: scale(1); opacity: 0; } }
.filter-white { filter: contrast(0) grayscale(100%) brightness(100); }

.w-form .form-item { position: relative; }
.w-form .form-item .input-txt, .w-form .form-item .input-textarea { display: block; height: 46px; border: none; background-color: #ffffff; padding: 10px; }
.w-form .form-item .input-txt:focus, .w-form .form-item .input-txt.active, .w-form .form-item .input-textarea:focus, .w-form .form-item .input-textarea.active { outline: none; }
.w-form .form-item .input-textarea { height: 130px; }
.w-form .form-item .input-icon { width: 46px; height: 46px; position: absolute; right: 0; top: 0; }
.w-form .form-item .input-icon svg { position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; width: 60%; height: auto; }
.w-form .form-item .input-icon svg path { fill: #9e9e9e; }
.w-form .verifyImg { height: 46px; cursor: pointer; }
.w-form .submit-btn { display: block; background-color: var(--theme-color); color: #ffffff; text-align: center; line-height: 46px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.w-form .submit-btn:hover { opacity: .8; }

.popup-box { position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 9999; display: none; }
.popup-box::before { content: ''; display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background-color: rgba(0, 0, 0, 0.85); }
.popup-box .popup-wrapper { width: 73%; height: 100%; margin: 0 auto; position: relative; z-index: 2; }
@media (max-width: 575.98px) { .popup-box .popup-wrapper { width: 100%; } }
.popup-box .popup-wrapper .popup-container { position: relative; height: 100%; display: flex; flex-direction: column; justify-content: center; }
.popup-box .popup-close { position: absolute; width: 50px; height: 50px; border-radius: 50%; top: 5%; right: 5%; border: 1px solid var(--theme-color); -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; cursor: pointer; z-index: 8; }
.popup-box .popup-close::before, .popup-box .popup-close::after { content: ''; display: block; position: absolute; margin: auto; height: 1px; width: 45%; top: 0; bottom: 0; left: 0; right: 0; background-color: var(--theme-color); -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.popup-box .popup-close::before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.popup-box .popup-close::after { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
.popup-box .popup-close:hover::before, .popup-box .popup-close:hover::after { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }

.header { border-bottom: none; position: fixed; background-color: transparent; width: 100%; z-index: 1040; --header-height:100px; --nav-width:70%; top: 0; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.header .header-wrap { padding: 0 2% 0 5%; height: var(--header-height); -webkit-transition: height .5s; -moz-transition: height .5s; -ms-transition: height .5s; -o-transition: height .5s; transition: height .5s; position: relative; z-index: 100; }
.header .header-wrap .logo { text-align: center; padding-right: 3%; 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; filter: contrast(0) grayscale(100%) brightness(100); }
.header .header-wrap .nav { width: var(--nav-width); }
.header .header-wrap .nav li { flex: 1; text-align: center; position: relative; }
.header .header-wrap .nav li::before { content: ''; display: block; position: absolute; width: 50%; margin: auto; bottom: -1px; left: 0; right: 0; height: 3px; background-color: currentColor; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); }
.header .header-wrap .nav li a { position: relative; width: 100%; color: #ffffff; }
.header .header-wrap .nav li.active::before, .header .header-wrap .nav li:hover::before { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); background-color: #3466ce; }
.header .header-wrap .nav li.active a, .header .header-wrap .nav li:hover a { color: #3466ce !important; }
.header .header-wrap .header-right { filter: contrast(0) grayscale(100%) brightness(100); width: 22%; }
.header .header-wrap .header-right .header-search { -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; width: var(--header-height); position: relative; color: #333333; }
.header .header-wrap .header-right .header-search svg { position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; width: 35%; height: 35%; }
.header .header-wrap .header-right .header-search svg path { fill: CurrentColor; }
.header .header-wrap .header-right .header-tel .tel-icon { width: 60px; height: 50px; position: relative; }
.header .header-wrap .header-right .header-tel .tel-icon svg { width: 80%; height: 80%; margin: auto; position: absolute; top: 0; bottom: 0; left: 0; right: 0; }
.header .header-wrap .header-right .header-tel .tel-icon svg path { fill: var(--theme-red); }
.header .header-wrap .header-right .header-tel .tel-info .tel-title { font-weight: 100; font-size: 16px; color: #333333; line-height: 2; }
.header .header-wrap .header-right .header-tel .tel-info .tel-number { line-height: 1; font-size: 24px; font-family: AvianBold,"Lovelo Black"; }
@media (max-width: 1679.98px) { .header .header-wrap .header-right .header-tel .tel-icon { width: 42px; height: 42px; }
  .header .header-wrap .header-right .header-tel .tel-info .tel-number { font-size: 20px; } }
.header .header-wrap .header-right .header-lang { -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.header .header-wrap .header-right .header-lang svg { width: 20px; height: 20px; }
.header .header-wrap .header-right .header-menu { cursor: pointer; width: var(--header-height); -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.header .header-wrap .header-right .header-menu .menu-wrap { background-color: var(--theme-color); }
.header .header-wrap .header-right .header-menu .menu-wrap i { -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; margin: 5px; height: 2px; background-color: #fff; display: block; width: 50%; -webkit-transform-origin: left center; -moz-transform-origin: left center; -ms-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; }
.header .header-wrap .header-right .header-menu .menu-wrap i:nth-child(2) { -webkit-transform: scaleX(0.8); -moz-transform: scaleX(0.8); -ms-transform: scaleX(0.8); -o-transform: scaleX(0.8); transform: scaleX(0.8); }
.header .header-wrap .header-right .header-menu:hover .menu-wrap i { -webkit-transform-origin: left; -moz-transform-origin: left; -ms-transform-origin: left; -o-transform-origin: left; transform-origin: left; }
.header .header-wrap .header-right .header-menu:hover .menu-wrap i:nth-child(2) { transform: scaleX(0.6); opacity: .8; }
.header .header-wrap .header-right .header-menu:hover .menu-wrap i:nth-child(1) { transform: rotate(10deg); }
.header .header-wrap .header-right .header-menu:hover .menu-wrap i:nth-child(3) { transform: rotate(-10deg); }
.header .header-wrap .header-right .header-menu.open .menu-wrap i { -webkit-transform-origin: left; -moz-transform-origin: left; -ms-transform-origin: left; -o-transform-origin: left; transform-origin: left; }
.header .header-wrap .header-right .header-menu.open .menu-wrap i:nth-child(2) { transform: scaleX(0) translateX(-5px); opacity: 0; }
.header .header-wrap .header-right .header-menu.open .menu-wrap i:nth-child(1) { transform: rotate(45deg); }
.header .header-wrap .header-right .header-menu.open .menu-wrap i:nth-child(3) { transform: rotate(-45deg); }
.header.header-min { position: fixed !important; --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); background-color: #ffffff; }
.header.header-min .header-wrap .logo img { max-height: 50px; filter: none; }
.header.header-min .header-wrap .nav li a { color: #333333; }
.header.header-min .header-wrap .header-right { filter: none; }
@media (max-width: 575.98px) { .header.header-min { --header-height: 60px; }
  .header.header-min .header-wrap .logo img { max-height: 40px; } }
.header.hover { background-color: #ffffff; }
.header.hover .header-wrap { box-shadow: 0.829px 0.559px 21px 0px rgba(52, 102, 206, 0.15); }
.header.hover .header-wrap .logo img { filter: none; }
.header.hover .header-wrap .nav li a { color: #333333; }
.header.hover .header-wrap .header-right { filter: none; }
@media (max-height: 1679.98px) { .header { --nav-width:55%; } }
@media (max-height: 1399.98px) { .header { --nav-width:60%; }
  .header .header-wrap .logo img { max-height: 46px; } }
@media (max-width: 1199.98px) { .header { --nav-width:70%; --header-height:75px; }
  .header .header-wrap .logo { padding-left: 3%; }
  .header .header-wrap .logo img { max-height: 42px; }
  .header .header-wrap .header-right { padding-left: 3%; } }
@media (max-width: 991.98px) { .header { --header-height:65px; }
  .header .header-wrap .logo { padding-left: 3%; }
  .header .header-wrap .logo img { max-height: 36px; }
  .header .header-wrap .header-right { width: auto; } }
@media (max-width: 575.98px) { .header { --header-height:60px; }
  .header .header-wrap .logo { padding-left: 3%; }
  .header .header-wrap .logo img { max-height: 32px; } }
.header.header-white { background: #ffffff; }
.header.header-white .nav li a { color: #333333; }
.header.header-white * { filter: none !important; }

.goods-page.details { background: url("../Image/detail-page-bg.jpg") 0 0 no-repeat; }
.goods-page.details .header { position: sticky; }

.dropdown-nav { position: absolute; width: 100%; height: 360px; display: none; left: 0; overflow: hidden; background: url("../Image/bg-2.jpg") right center/cover no-repeat #ffffff; z-index: 99; }
@media (min-width: 1680px) { .dropdown-nav .container { max-width: 1320px; } }
.dropdown-nav .nav-rightbar { width: 28%; color: #000; position: relative; padding: 3% 0; padding-left: 3%; }
.dropdown-nav .nav-rightbar::before { content: ''; position: absolute; display: block; width: 100vw; height: 100%; background: #ffffff; right: 100%; }
.dropdown-nav .nav-rightbar .nav-header { font-size: 22px; line-height: 1.5; }
.dropdown-nav .nav-rightbar .nav-contact { position: relative; }
.dropdown-nav .nav-rightbar .nav-contact .contact-tips { color: #666666; line-height: 2; margin: 10% 0; }
.dropdown-nav .nav-rightbar .nav-contact .contact-btns .btn-item { background-color: #e5e5e5; border-radius: 5px; color: #333333; line-height: 44px; text-align: center; display: inline-block; width: 130px; -webkit-transition: background-color .5s,color .5s; -moz-transition: background-color .5s,color .5s; -ms-transition: background-color .5s,color .5s; -o-transition: background-color .5s,color .5s; transition: background-color .5s,color .5s; }
.dropdown-nav .nav-rightbar .nav-contact .contact-btns .btn-item:hover { background-color: var(--theme-color); color: #ffffff; }
@media (max-width: 1399.98px) { .dropdown-nav .nav-rightbar .nav-header { font-size: 18px; }
  .dropdown-nav .nav-rightbar .nav-contact .contact-tips { font-size: 14px; }
  .dropdown-nav .nav-rightbar .nav-contact .contact-btns .btn-item { font-size: 14px; line-height: 36px; } }
.dropdown-nav .nav-container { flex: 0 0 auto; width: 72%; padding-left: 5%; padding-right: 5%; position: relative; }
.dropdown-nav .nav-container .child-item { display: none; width: 100%; position: relative; z-index: 2; }
.dropdown-nav .nav-container .child-item .item-info-wrap { height: 100%; }
.dropdown-nav .nav-container .child-item .item-info-wrap .info-title { color: var(--theme-color); font-size: 24px; }
.dropdown-nav .nav-container .child-item .item-info-wrap .info-title span { display: inline-block; color: #cccccc; text-transform: uppercase; }
.dropdown-nav .nav-container .child-item .item-info-wrap ul { margin-top: 1rem; }
.dropdown-nav .nav-container .child-item .item-info-wrap ul li a { line-height: 2; padding: 1rem 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; max-width: 80%; width: 80%; border-bottom: 1px solid #e5e5e5; }
.dropdown-nav .nav-container .child-item .item-info-wrap ul li a::after { content: ''; display: inline-block; width: 1px; height: 14px; position: absolute; margin: auto; top: 0; bottom: 0; right: 5%; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); margin-right: 5px; margin-left: 5px; background-color: #bdbdbd; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.dropdown-nav .nav-container .child-item .item-info-wrap ul li a span { display: block; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.dropdown-nav .nav-container .child-item .item-info-wrap ul li:hover a span { -webkit-transform: translateX(1rem); -moz-transform: translateX(1rem); -ms-transform: translateX(1rem); -o-transform: translateX(1rem); transform: translateX(1rem); }
.dropdown-nav .nav-container .child-item .item-info-wrap ul li:hover a::after { -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -ms-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); }
.dropdown-nav .nav-container .child-item .item-info-wrap ul li:hover a svg { -webkit-transform: translateX(3px); -moz-transform: translateX(3px); -ms-transform: translateX(3px); -o-transform: translateX(3px); transform: translateX(3px); }
.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 .category-tree { margin-top: 2%; }
.dropdown-nav .nav-container .child-item .category-tree dl dt { line-height: 2; font-size: 18px; margin-bottom: 10px; }
.dropdown-nav .nav-container .child-item .category-tree dl dt::before { content: ''; display: inline-block; width: 7px; height: 3px; vertical-align: middle; margin-right: 8px; background-color: var(--theme-color); transform: skewX(45deg) rotate(-25deg); }
.dropdown-nav .nav-container .child-item .category-tree dl dd a:before { content: ''; display: inline-block; width: 5px; height: 1px; vertical-align: middle; margin-right: 8px; background-color: currentColor; }
@media (max-width: 1399.98px) { .dropdown-nav .nav-container .child-item .category-tree dl dt { font-size: 16px; }
  .dropdown-nav .nav-container .child-item .category-tree dl dd a { font-size: 12px; } }
.dropdown-nav .nav-container .child-item.active { display: block; }
.dropdown-nav .nav-container .child-item.item-2 .child-nav { padding: 1rem 0; }
.dropdown-nav .nav-container .child-item.item-2 .child-nav .nav-label { font-size: 18px; width: 100px; }
.dropdown-nav .nav-container .child-item.item-2 .child-nav .nav-list a { display: inline-block; line-height: 2; padding: 1rem; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; flex: 1; }
.dropdown-nav .nav-container .child-item.item-2 .child-nav .nav-list a span { margin-left: 5px; }
.dropdown-nav .nav-container .child-item.item-2 .child-nav .nav-list a svg { -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; width: 22px; height: 22px; }
.dropdown-nav .nav-container .child-item.item-2 .child-nav .nav-list a svg path { fill: CurrentColor; }
.dropdown-nav .nav-container .child-item.item-2 .child-nav .nav-list a span, .dropdown-nav .nav-container .child-item.item-2 .child-nav .nav-list a svg { display: inline-block; vertical-align: middle; }
.dropdown-nav .nav-container .child-item.item-2 .child-nav .nav-list a.active, .dropdown-nav .nav-container .child-item.item-2 .child-nav .nav-list a:hover { color: var(--theme-color); }
.dropdown-nav .nav-container .child-item.item-2 .child-nav .nav-list a.active svg, .dropdown-nav .nav-container .child-item.item-2 .child-nav .nav-list a:hover svg { -webkit-transform: translateX(3px); -moz-transform: translateX(3px); -ms-transform: translateX(3px); -o-transform: translateX(3px); transform: translateX(3px); }
.dropdown-nav .nav-container .child-item.item-3 .child-nav .nav-item .item-img { width: 60px; margin: 0 auto; }
.dropdown-nav .nav-container .child-item.item-3 .child-nav .nav-item:hover .item-img img { -webkit-animation: swing 1 1s linear; -o-animation: swing 1 1s linear; animation: swing 1 1s linear; }
@media (max-width: 1399.98px) { .dropdown-nav .nav-leftbar { width: 33%; }
  .dropdown-nav .nav-container { padding-left: 0; padding-right: 0; } }
@media (max-width: 1199.98px) { .dropdown-nav .nav-leftbar { width: 30%; }
  .dropdown-nav .nav-container { width: 90%; padding-left: 10%; } }
@media (max-width: 991.98px) { .dropdown-nav .nav-leftbar { width: 47%; }
  .dropdown-nav .nav-container { width: 100%; } }

.dropdown-goods { display: none; position: absolute; width: 100%; background-color: #fff; }
.dropdown-goods .goods-nav-box { max-height: 80vh; }
.dropdown-goods .goods-nav-box .container-left { width: 15vw; position: relative; }
@media (max-width: 1399.98px) { .dropdown-goods .goods-nav-box .container-left { width: 18vw; } }
.dropdown-goods .goods-nav-box .container-left::before { content: ''; display: block; position: absolute; height: 100%; width: 100vw; right: 0; top: 0; background-color: #eff2f6; }
.dropdown-goods .goods-nav-box .container-left .nav-list { padding: 3vw 0; position: relative; z-index: 2; }
.dropdown-goods .goods-nav-box .container-left .nav-list li { padding-left: 60px; border-left: 3px solid transparent; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
@media (max-width: 1679.98px) { .dropdown-goods .goods-nav-box .container-left .nav-list li { padding-left: 40px; } }
@media (max-width: 1399.98px) { .dropdown-goods .goods-nav-box .container-left .nav-list li { padding-left: 30px; } }
.dropdown-goods .goods-nav-box .container-left .nav-list li a { -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; display: block; line-height: 55px; }
.dropdown-goods .goods-nav-box .container-left .nav-list li.active, .dropdown-goods .goods-nav-box .container-left .nav-list li:hover { background-color: #ffffff; border-left-color: var(--theme-color); }
.dropdown-goods .goods-nav-box .container-right { width: 75vw; padding-left: 3vw; }
@media (max-width: 1399.98px) { .dropdown-goods .goods-nav-box .container-right { width: 72vw; } }
.dropdown-goods .goods-nav-box .container-right .goods-category-nav { width: 100%; }
.dropdown-goods .goods-nav-box .container-right .goods-category-nav .children-box { display: none; }
.dropdown-goods .goods-nav-box .container-right .goods-category-nav .children-box.active { display: flex; }
.dropdown-goods .goods-nav-box .container-right .goods-category-nav .children-list { width: 75%; height: 100%; overflow-y: scroll; padding-left: 10px; padding-top: 3vw; }
.dropdown-goods .goods-nav-box .container-right .goods-category-nav .children-list .nav-item { padding: 10px 0; }
.dropdown-goods .goods-nav-box .container-right .goods-category-nav .children-list .nav-item .item-name::before { content: ''; display: inline-block; width: 8px; height: 8px; background-color: var(--theme-color); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); margin-right: 10px; vertical-align: middle; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.dropdown-goods .goods-nav-box .container-right .goods-category-nav .children-list .nav-item .item-name a { display: inline-block; vertical-align: middle; font-size: 18px; line-height: 2; color: var(--theme-color); }
@media (max-width: 1399.98px) { .dropdown-goods .goods-nav-box .container-right .goods-category-nav .children-list .nav-item .item-name a { font-size: 16px; } }
.dropdown-goods .goods-nav-box .container-right .goods-category-nav .children-list .nav-item .item-name:hover::before { -webkit-transform: rotate(90deg) scale(0.8); -moz-transform: rotate(90deg) scale(0.8); -ms-transform: rotate(90deg) scale(0.8); -o-transform: rotate(90deg) scale(0.8); transform: rotate(90deg) scale(0.8); }
.dropdown-goods .goods-nav-box .container-right .goods-category-nav .children-list .nav-item .item-children { margin-top: 15px; }
.dropdown-goods .goods-nav-box .container-right .goods-category-nav .children-list .nav-item .item-children .item a { font-size: 14px; display: block; border: 1px solid #d8d8d8; line-height: 32px; padding: 0 25px; border-radius: 36px; color: #666666; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
@media (max-width: 1399.98px) { .dropdown-goods .goods-nav-box .container-right .goods-category-nav .children-list .nav-item .item-children .item a { font-size: 13px; line-height: 26px; padding: 0 18px; } }
.dropdown-goods .goods-nav-box .container-right .goods-category-nav .children-list .nav-item .item-children .item a:hover { box-shadow: 0.829px 0.559px 5px 0px rgba(52, 102, 206, 0.51); }
.dropdown-goods .goods-nav-box .container-right .nav-hot-goods { width: 25%; border-left: 2px solid #eff2f6; padding-top: 2.5vw; padding-bottom: 2rem; }
.dropdown-goods .goods-nav-box .container-right .nav-hot-goods .hot-goods-title { font-size: 20px; color: #484848; padding-left: 2rem; }
.dropdown-goods .goods-nav-box .container-right .nav-hot-goods .hot-goods-list { padding: 1rem 2rem 0; }
.dropdown-goods .goods-nav-box .container-right .nav-hot-goods .hot-goods-list .item .item-name { line-height: 42px; }

.dropdown-search { position: absolute; width: 100%; height: 420px; display: none; left: 0; background: #ffffff; }
.dropdown-search .search-form .search-title { font-size: 32px; color: #333333; margin-bottom: 3%; }
.dropdown-search .search-form .form-wrap { background-color: #edf0f6; padding: 20px; width: 75%; margin: 0 auto; border-radius: 10px; }
.dropdown-search .search-form .form-wrap .search-input { display: block; flex: 1; border: none; background: transparent; outline: none; }
.dropdown-search .search-form .form-wrap .search-submit { display: block; border: none; background: none; }
.dropdown-search .search-form .form-wrap .search-submit svg { width: 36px; height: 36px; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.dropdown-search .search-form .form-wrap .search-submit svg path { fill: #242121; }
.dropdown-search .search-form .form-wrap .search-submit:hover svg path { fill: var(--theme-color); }

.drop-menu-full { position: absolute; width: 100%; z-index: 100; background: url("../Image/full-menu-bg.jpg") center/cover no-repeat #ffffff; border-top: 1px solid #eee; display: none; height: calc(100vh - var(--header-height)); }
.drop-menu-full .menu-nav-box .menu-nav dl dt { margin-bottom: 1rem; color: #333333; font-size: 20px; font-weight: bold; }
.drop-menu-full .menu-nav-box .menu-nav dl dt img { display: inline-block; margin-right: 10px; }
.drop-menu-full .menu-nav-box .menu-nav dl dd li { position: relative; }
.drop-menu-full .menu-nav-box .menu-nav dl dd li a { height: 66px; line-height: 66px; border-bottom: 1px solid #e9e9e9; display: block; color: #737373; width: 80%; }
@media (max-width: 1399.98px) { .drop-menu-full .menu-nav-box .menu-nav dl dd li a { height: 56px; line-height: 56px; } }
@media (max-width: 1199.98px) { .drop-menu-full .menu-nav-box .menu-nav dl dd li a { width: 100%; } }
.drop-menu-full .menu-nav-box .menu-nav dl dd li:hover a { color: var(--theme-color); }
@media (max-width: 991.98px) { .drop-menu-full { display: none !important; } }

.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 { right: 0; width: 56px; height: 56px; }
  .menu-icon span::before { top: 500%; }
  .menu-icon span::after { bottom: 500%; } }

.mobile-nav { z-index: 9; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; position: fixed; background-color: #333; width: 100%; height: 100%; top: 60px; left: 0; -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); }
.mobile-nav .nav-wrap { padding: 1rem 2rem; height: 100%; }
.mobile-nav dl { margin-bottom: 0; }
.mobile-nav dl a { color: #f8f8f8; }
.mobile-nav dl dt { position: relative; padding: .5rem; }
.mobile-nav dl dt a { line-height: 2; display: block; width: 80%; margin-right: 2rem; font-weight: normal; }
.mobile-nav dl dt.has-child::after { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
.mobile-nav dl dd { display: none; padding-left: 1rem; }
.mobile-nav dl dd ul { margin-bottom: 0; line-height: 2; margin-top: 5px; list-style: inside circle; color: #fff; }
.mobile-nav dl dd ul li::before { content: ''; display: inline-block; width: 5px; height: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.7); vertical-align: middle; margin-right: 3px; }
.mobile-nav dl dd ul li a { font-size: 14px; opacity: .7; vertical-align: middle; display: inline-block; }
.mobile-nav dl.active dt::before { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.mobile-nav dl.active dt::after { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.mobile-nav dl.active dt.has-child a { color: var(--theme-color); }
@media (min-width: 992px) { .mobile-nav { display: none; } }

.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 { --swiper-pagination-bullet-inactive-color: #ffffff; --swiper-pagination-bullet-inactive-opacity:.5; }
.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: 1; }
@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 { width: 60%; height: 100%; display: block; margin: 0 auto; 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-color); }
.swiper-banner .banner-swiper-next { left: 3%; }
.swiper-banner .banner-swiper-prev { right: 3%; }
.swiper-banner .swiper-pagination { bottom: 3%; }

.red { color: var(--theme-red) !important; }

.font-theme-color { color: var(--theme-color) !important; }

@media (min-width: 1400px) { .row-cols-xxl-10 > * { width: 10%; } }
.ratio-flash { --mdb-aspect-ratio: calc(23 / 48 * 100%); }

/*.index-page{ .header{ background-color: transparent; position: fixed; &:hover{ background-color: #fff; } &.hide{ -webkit-transition: transform 1s; -moz-transition: transform 1s; -ms-transition: transform 1s; -o-transition: transform 1s; transition: transform 1s; -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%); } }
}*/
.swiper-banner .swiper-slide .slide-video::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; }

.sbanner { height: 700px; position: relative; background-size: cover; }
.sbanner .sbanner-wrap { height: 100%; color: #121212; }
.sbanner .sbanner-wrap .sbanner-name { position: relative; color: #ffffff; }
.sbanner .sbanner-wrap .sbanner-name .cn-name { font-weight: bold; font-size: 40px; }
.sbanner .sbanner-wrap .sbanner-name .en-name { text-transform: capitalize; font-size: 30px; font-family: bahnschrift; }
@media (max-width: 1199.98px) { .sbanner { height: 420px; }
  .sbanner .sbanner-wrap .sbanner-name .cn-name { font-size: 36px; } }
@media (max-width: 991.98px) { .sbanner { height: 360px; }
  .sbanner .sbanner-wrap .sbanner-name .cn-name { font-size: 26px; }
  .sbanner .sbanner-wrap .sbanner-name .en-name { font-size: 14px; } }
@media (max-width: 767.98px) { .sbanner { height: 320px; }
  .sbanner .sbanner-wrap .sbanner-name .cn-name { font-size: 24px; }
  .sbanner .sbanner-wrap .sbanner-name .en-name { font-size: 16px; } }
@media (max-width: 575.98px) { .sbanner .sbanner-wrap .sbanner-name .cn-name { font-size: 20px; }
  .sbanner .sbanner-wrap .sbanner-name .en-name { font-size: 14px; } }

.company-page .about-top { padding-top: 5%; background: url("../Image/sec-profile-bg.png") bottom center no-repeat #234b91; position: relative; }
.company-page .about-top::before { content: ''; display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background-color: #234b91; opacity: .5; }
@media (max-width: 991.98px) { .company-page .about-top .sec-profile { margin-top: 2rem; } }
.company-page .about-top .sec-profile .about-head { border-bottom: 1px solid rgba(255, 255, 255, 0.3); margin-bottom: 3rem; padding-bottom: 1rem; }
.company-page .about-top .sec-profile .about-head .head-left .head-title::before { filter: contrast(0) grayscale(100%) brightness(100); opacity: .5; }
.company-page .about-top .sec-profile .about-head .head-left .head-line::before, .company-page .about-top .sec-profile .about-head .head-left .head-line::after { background-color: #ffffff; }
.company-page .about-top .sec-profile .about-head .head-param .param-item { margin-bottom: 2rem; }
.company-page .about-top .sec-profile .about-head .head-param .param-item .item-value { line-height: 1.5; font-size: 48px; font-family: manrope ,DIN; }
.company-page .about-top .sec-profile .about-head .head-param .param-item .item-title { font-size: 18px; }
@media (max-width: 1199.98px) { .company-page .about-top .sec-profile .about-head .head-param .param-item { margin-bottom: 1.5rem; }
  .company-page .about-top .sec-profile .about-head .head-param .param-item .item-value { font-size: 36px; }
  .company-page .about-top .sec-profile .about-head .head-param .param-item .item-title { font-size: 16px; } }
@media (max-width: 991.98px) { .company-page .about-top .sec-profile .about-head .head-param .param-item { margin-bottom: 1rem; }
  .company-page .about-top .sec-profile .about-head .head-param .param-item .item-value { font-size: 30px; } }
@media (max-width: 767.98px) { .company-page .about-top .sec-profile .about-head .head-param .param-item .item-value { font-size: 26px; }
  .company-page .about-top .sec-profile .about-head .head-param .param-item .item-title { font-size: 14px; } }
@media (min-width: 1680px) { .company-page .about-top .profile-box .about-params .item { margin-bottom: 5rem; } }
.company-page .about-top .profile-box .about-params .item .item-wrap { display: flex; align-items: center; }
.company-page .about-top .profile-box .about-params .item .item-wrap .item-img { width: 60px; height: 60px; position: relative; margin-right: 20px; }
.company-page .about-top .profile-box .about-params .item .item-wrap .item-img img { max-width: 100%; max-height: 100%; position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; }
.company-page .about-top .profile-box .about-params .item .item-wrap .item-info { flex: 1; }
.company-page .about-top .profile-box .about-params .item .item-wrap .item-value { position: relative; -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; }
.company-page .about-top .profile-box .about-params .item .item-wrap .item-value .number { font-size: 56px; line-height: 1; font-family: manrope ,DIN; font-weight: bold; }
.company-page .about-top .profile-box .about-params .item .item-wrap .item-value .unit { font-size: 30px; }
.company-page .about-top .profile-box .about-params .item .item-wrap .item-title { line-height: 2; color: #3f4042; }
@media (max-width: 1399.98px) { .company-page .about-top .profile-box .about-params .item .item-wrap .item-img { width: 55px; height: 55px; margin-right: 15px; }
  .company-page .about-top .profile-box .about-params .item .item-wrap .item-value .number { font-size: 42px; }
  .company-page .about-top .profile-box .about-params .item .item-wrap .item-value .unit { font-size: 24px; } }
@media (max-width: 1199.98px) { .company-page .about-top .profile-box .about-params .item .item-wrap .item-img { width: 50px; height: 50px; margin-right: 15px; }
  .company-page .about-top .profile-box .about-params .item .item-wrap .item-value .number { font-size: 36px; }
  .company-page .about-top .profile-box .about-params .item .item-wrap .item-value .unit { font-size: 20px; } }
@media (max-width: 991.98px) { .company-page .about-top .profile-box .about-params .item .item-wrap .item-img { width: 42px; height: 42px; margin-right: 12px; }
  .company-page .about-top .profile-box .about-params .item .item-wrap .item-value .number { font-size: 32px; }
  .company-page .about-top .profile-box .about-params .item .item-wrap .item-value .unit { font-size: 18px; } }
@media (max-width: 767.98px) { .company-page .about-top .profile-box .about-params .item .item-wrap .item-img { width: 40px; height: 40px; margin-right: 10px; }
  .company-page .about-top .profile-box .about-params .item .item-wrap .item-value .number { font-size: 30px; }
  .company-page .about-top .profile-box .about-params .item .item-wrap .item-value .unit { font-size: 16px; } }
@media (max-width: 575.98px) { .company-page .about-top .profile-box .about-params .item .item-wrap .item-value .number { font-size: 26px; }
  .company-page .about-top .profile-box .about-params .item .item-wrap .item-value .unit { font-size: 14px; } }
@media (max-width: 991.98px) { .company-page .about-top .profile-box .about-params .item:nth-child(2) .item-wrap .item-value::after { display: none; } }
.company-page .about-top .profile-box .about-params .item:hover .item-wrap .item-value { color: var(--theme-color); }
@media (min-width: 1400px) { .company-page .about-top .profile-box .box-right { padding-left: 5%; } }
@media (min-width: 1680px) { .company-page .about-top .profile-box .box-right { padding-left: 8%; } }
@media (min-width: 1200px) { .company-page .about-top .profile-box .profile-content { line-height: 1.8; } }
@media (min-width: 1400px) { .company-page .about-top .profile-box .profile-content { line-height: 2; } }
@media (min-width: 1680px) { .company-page .about-top .profile-box .profile-content { line-height: 2.5; } }
@media (min-width: 1400px) { .company-page .about-top .profile-bottom { -webkit-transform: translateY(70%); -moz-transform: translateY(70%); -ms-transform: translateY(70%); -o-transform: translateY(70%); transform: translateY(70%); } }
@media (min-width: 1200px) { .company-page .about-top .profile-bottom .item { width: auto; flex: 1; -webkit-transition: flex .5s; -moz-transition: flex .5s; -ms-transition: flex .5s; -o-transition: flex .5s; transition: flex .5s; }
  .company-page .about-top .profile-bottom .item.active { flex: 1.5; } }
.company-page .about-top .profile-bottom .item .item-wrap { height: 100%; box-shadow: 0 0 32px 0 rgba(57, 57, 81, 0.1); }
.company-page .about-top .profile-bottom .item .item-wrap .item-left { background-color: var(--theme-color); color: #ffffff; padding: 32px; font-size: 24px; line-height: 2; letter-spacing: 4px; text-align: center; }
.company-page .about-top .profile-bottom .item .item-wrap .item-info { background: url("../Image/bg-2.jpg") top right no-repeat #ffffff; flex: 1; padding: 40px 50px; }
.company-page .about-top .profile-bottom .item .item-wrap .item-info .item-title { font-size: 30px; color: #3a3a3a; line-height: 2; }
.company-page .about-top .profile-bottom .item .item-wrap .item-info .item-desc { height: 88px; margin-top: 10px; color: #666666; line-height: 1.8; }
@media (max-width: 991.98px) { .company-page .about-top .profile-bottom .item .item-wrap .item-left { padding: 22px; font-size: 20px; }
  .company-page .about-top .profile-bottom .item .item-wrap .item-info { padding: 20px 25px; }
  .company-page .about-top .profile-bottom .item .item-wrap .item-info .item-title { font-size: 22px; }
  .company-page .about-top .profile-bottom .item .item-wrap .item-info .item-desc { height: 88px; margin-top: 10px; color: #666666; line-height: 1.8; } }
@media (max-width: 767.98px) { .company-page .about-top .profile-bottom .item .item-wrap .item-left { padding: 15px; font-size: 18px; }
  .company-page .about-top .profile-bottom .item .item-wrap .item-info { padding: 20px 25px; }
  .company-page .about-top .profile-bottom .item .item-wrap .item-info .item-title { line-height: 1.8; font-size: 22px; }
  .company-page .about-top .profile-bottom .item .item-wrap .item-info .item-desc { height: 88px; margin-top: 10px; color: #666666; line-height: 1.8; } }
@media (max-width: 575.98px) { .company-page .about-top .profile-bottom .item .item-wrap .item-left { padding: 10px; font-size: 16px; }
  .company-page .about-top .profile-bottom .item .item-wrap .item-info { padding: 12px 20px; }
  .company-page .about-top .profile-bottom .item .item-wrap .item-info .item-title { line-height: 1.5; font-size: 18px; }
  .company-page .about-top .profile-bottom .item .item-wrap .item-info .item-desc { height: 88px; margin-top: 5px; color: #666666; line-height: 1.8; } }
.company-page .sec-company-cultrue { background-color: #f6f7fa; padding-top: 10%; }
.company-page .sec-company-cultrue .cultrue-box { background-color: #2955a5; margin-top: 3%; }
@media (max-width: 767.98px) { .company-page .sec-company-cultrue .cultrue-box .cultrue-bg { height: 360px; }
  .company-page .sec-company-cultrue .cultrue-box .cultrue-bg img { height: 100%; object-fit: cover; } }
.company-page .sec-company-cultrue .cultrue-box .cultrue-swiper .item { border-right: 1px solid rgba(255, 255, 255, 0.3); }
.company-page .sec-company-cultrue .cultrue-box .cultrue-swiper .item .item-wrap { color: #ffffff; padding: 5% 18%; }
.company-page .sec-company-cultrue .cultrue-box .cultrue-swiper .item .item-wrap .item-icon { -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; width: 80px; height: 80px; position: relative; }
.company-page .sec-company-cultrue .cultrue-box .cultrue-swiper .item .item-wrap .item-icon img { margin: auto; top: 0; bottom: 0; left: 0; right: 0; position: absolute; max-width: 100%; max-height: 100%; }
.company-page .sec-company-cultrue .cultrue-box .cultrue-swiper .item .item-wrap .item-title { -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; font-size: 30px; margin: 8% 0; }
.company-page .sec-company-cultrue .cultrue-box .cultrue-swiper .item .item-wrap .item-desc { -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; text-align: center; font-size: 18px; height: 88px; opacity: 0; -webkit-transform: translateY(15%); -moz-transform: translateY(15%); -ms-transform: translateY(15%); -o-transform: translateY(15%); transform: translateY(15%); }
@media (max-width: 991.98px) { .company-page .sec-company-cultrue .cultrue-box .cultrue-swiper .item .item-wrap { padding: 5% 10%; }
  .company-page .sec-company-cultrue .cultrue-box .cultrue-swiper .item .item-wrap .item-icon { width: 70px; height: 70px; }
  .company-page .sec-company-cultrue .cultrue-box .cultrue-swiper .item .item-wrap .item-title { font-size: 22px; }
  .company-page .sec-company-cultrue .cultrue-box .cultrue-swiper .item .item-wrap .item-desc { font-size: 16px; height: 78px; } }
@media (max-width: 767.98px) { .company-page .sec-company-cultrue .cultrue-box .cultrue-swiper .item .item-wrap .item-icon { width: 56px; height: 56px; }
  .company-page .sec-company-cultrue .cultrue-box .cultrue-swiper .item .item-wrap .item-title { font-size: 20px; }
  .company-page .sec-company-cultrue .cultrue-box .cultrue-swiper .item .item-wrap .item-desc { font-size: 14px; height: 68px; } }
.company-page .sec-company-cultrue .cultrue-box .cultrue-swiper .item:hover .item-wrap .item-icon, .company-page .sec-company-cultrue .cultrue-box .cultrue-swiper .item.swiper-slide-thumb-active .item-wrap .item-icon { -webkit-transform: translateY(-15%); -moz-transform: translateY(-15%); -ms-transform: translateY(-15%); -o-transform: translateY(-15%); transform: translateY(-15%); }
.company-page .sec-company-cultrue .cultrue-box .cultrue-swiper .item:hover .item-wrap .item-title, .company-page .sec-company-cultrue .cultrue-box .cultrue-swiper .item.swiper-slide-thumb-active .item-wrap .item-title { -webkit-transform: translateY(-13%); -moz-transform: translateY(-13%); -ms-transform: translateY(-13%); -o-transform: translateY(-13%); transform: translateY(-13%); }
.company-page .sec-company-cultrue .cultrue-box .cultrue-swiper .item:hover .item-wrap .item-desc, .company-page .sec-company-cultrue .cultrue-box .cultrue-swiper .item.swiper-slide-thumb-active .item-wrap .item-desc { opacity: 1; -webkit-transform: translateY(-8%); -moz-transform: translateY(-8%); -ms-transform: translateY(-8%); -o-transform: translateY(-8%); transform: translateY(-8%); }

.index-page .about-top .top-right { color: #666666; line-height: 2.2; }
@media (max-width: 1199.98px) { .index-page .about-top .top-right { line-height: 1.8; } }
@media (max-width: 991.98px) { .index-page .about-top .top-right { line-height: 1.5; font-size: 14px; } }

.about-sbanner { position: relative; }
.about-sbanner::before { content: ''; display: block; position: absolute; }
.about-sbanner .sbanner-wrap { position: relative; z-index: 2; height: 385px; }

.footer { background: url("../Image/footer-bg.jpg") top/cover no-repeat #1a1a1a; }
.footer .footer-top { padding: 2vw 0; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
@media (max-width: 767.98px) { .footer .footer-top { padding: 3vw 0; } }
@media (max-width: 575.98px) { .footer .footer-top { padding: 4vw 0; } }
.footer .footer-top .footer-tel .tel-icon { width: 60px; height: 60px; position: relative; margin-right: 10px; }
.footer .footer-top .footer-tel .tel-icon svg { position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; display: block; width: 80%; height: auto; }
.footer .footer-top .footer-tel .tel-icon svg path { fill: var(--theme-red); }
.footer .footer-top .footer-tel .tel-info { color: #ffffff; }
.footer .footer-top .footer-tel .tel-info .tel-title { font-size: 16px; }
.footer .footer-top .footer-tel .tel-info .tel-number { font-size: 24px; font-weight: bold; font-family: AvianBold; }
@media (max-width: 991.98px) { .footer .footer-top .footer-logo img { height: 42px; }
  .footer .footer-top .footer-tel .tel-icon { width: 42px; height: 42px; margin-right: 0; }
  .footer .footer-top .footer-tel .tel-info .tel-title { font-size: 16px; }
  .footer .footer-top .footer-tel .tel-info .tel-number { line-height: 1; font-size: 20px; } }
@media (max-width: 767.98px) { .footer .footer-top .footer-logo img { height: 36px; }
  .footer .footer-top .footer-tel .tel-icon { width: 36px; height: 36px; }
  .footer .footer-top .footer-tel .tel-info .tel-title { font-size: 14px; }
  .footer .footer-top .footer-tel .tel-info .tel-number { font-size: 18px; } }
@media (max-width: 575.98px) { .footer .footer-top .footer-logo img { height: 32px; }
  .footer .footer-top .footer-tel .tel-icon { width: 32px; height: 32px; }
  .footer .footer-top .footer-tel .tel-info .tel-title { font-size: 12px; }
  .footer .footer-top .footer-tel .tel-info .tel-number { font-size: 16px; } }
.footer .footer-left { width: 30%; }
.footer .footer-left .footer-logo { margin-bottom: 1.5vw; }
.footer .footer-left .footer-logo img { width: 120px; height: auto; }
@media (max-width: 1399.98px) { .footer .footer-left { width: 32%; } }
@media (max-width: 1199.98px) { .footer .footer-left { width: 35%; } }
@media (max-width: 991.98px) { .footer .footer-left { width: 100%; margin: 0 auto; border-right: none; } }
@media (max-width: 767.98px) { .footer .footer-left { width: 95%; } }
@media (max-width: 575.98px) { .footer .footer-left { width: 98%; } }
.footer .footer-qrcode { width: 20%; }
@media (max-width: 1399.98px) { .footer .footer-qrcode { width: 30%; } }
@media (max-width: 991.98px) { .footer .footer-qrcode { width: 100%; } }
@media (max-width: 991.98px) { .footer .qrcode-box { width: 75%; } }
.footer .qrcode-box .qrcode-item { text-align: center; }
.footer .qrcode-box .qrcode-item .item-img { height: 168px; width: 168px; position: relative; padding: 14px; border: 1px solid #4b4b4b; }
.footer .qrcode-box .qrcode-item .item-img::before, .footer .qrcode-box .qrcode-item .item-img::after { content: ''; display: block; width: 100%; }
.footer .qrcode-box .qrcode-item .item-img .ratio { z-index: 2; }
.footer .qrcode-box .qrcode-item .item-img img { background-color: #fff; z-index: 2; }
.footer .qrcode-box .qrcode-item .item-title { font-size: 14px; line-height: 2; margin-top: 5px; color: #ffffff; }
@media (max-width: 575.98px) { .footer .qrcode-box .qrcode-item .item-title { font-size: 12px; } }
.footer .footer-contact { flex: 2; margin-bottom: 1.5rem; }
.footer .footer-contact .contact-title { color: #a6a6a6; line-height: 2; }
.footer .footer-contact .contact-number { font-size: 30px; color: var(--theme-color); font-family: AvianBold; }
.footer .footer-contact .contact-number svg { width: 28px; height: 28px; display: inline-block; }
.footer .footer-contact .contact-number svg path { fill: var(--theme-color); }
.footer .footer-contact .contact-number span { font-size: 30px; vertical-align: middle; color: var(--theme-color); font-family: manrope,Arial,sans-serif; font-weight: bold; }
.footer .footer-contact .contact-item { color: #ffffff; line-height: 2; font-size: 14px; transition: color .5s; }
.footer .footer-contact .contact-item svg { width: 20px; height: 20px; display: inline-block; margin-right: 5px; }
.footer .footer-contact .contact-item svg path { fill: #939393; }
@media (max-width: 575.98px) { .footer .footer-contact .contact-item { font-size: 12px; } }
.footer .footer-contact .contact-item:hover { color: white; }
.footer .footer-nav { padding-left: 5vw; flex: 1; }
@media (max-width: 1399.98px) { .footer .footer-nav { padding-left: 3vw; } }
.footer .footer-nav .nav-item { flex: 1; max-width: 20%; }
.footer .footer-nav .nav-item dt { line-height: 2; margin-bottom: .75rem; }
@media (min-width: 1680px) { .footer .footer-nav .nav-item dt { font-size: 18px; } }
.footer .footer-nav .nav-item dt a { color: #ffffff; font-weight: normal; -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; }
.footer .footer-nav .nav-item dt a:hover { 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: #ffffff; line-height: 32px; font-size: 14px; }
@media (min-width: 1680px) { .footer .footer-nav .nav-item dd ul li a { font-size: 16px; line-height: 36px; } }
.footer .footer-nav .nav-item dd ul li:hover a { opacity: 1; }
.footer .footer-nav .nav-item:nth-child(1) { flex: 1.5; }
.footer .footer-nav .nav-item.footer-contact { flex: 2; max-width: 40%; }
.footer .footer-nav .nav-item:hover dt::after { width: 2rem; }
.footer .copyright { border-top: 1px solid rgba(255, 255, 255, 0.2); color: #979797; opacity: .5; font-size: 14px; line-height: 2; }
@media (max-width: 767.98px) { .footer .copyright { font-size: 12px; } }
@media (max-width: 575.98px) { .footer .copyright { font-size: 10px; } }
.footer .copyright a { -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; color: #979797; }
.footer .copyright a:hover { color: #ffffff; }

.wrapper { overflow: hidden; }

.location-box2 { border-bottom: 1px solid #eeeeee; --location-height:64px; }
.location-box2 .location-box-wrap { line-height: 2; background: #fff; }
.location-box2 .location-box-wrap .location-left .channel-name { background: var(--theme-color); color: #fff; }
.location-box2 .location-box-wrap .channel-nav li { margin: 0 20px; padding: 0 1rem; -webkit-transition: background-color .5s; -moz-transition: background-color .5s; -ms-transition: background-color .5s; -o-transition: background-color .5s; transition: background-color .5s; position: relative; }
.location-box2 .location-box-wrap .channel-nav li::before { position: absolute; content: ''; display: block; margin: auto; height: 2px; width: 100%; left: 0; bottom: 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; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); }
.location-box2 .location-box-wrap .channel-nav li a { -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; color: #333333; line-height: var(--location-height); }
.location-box2 .location-box-wrap .channel-nav li.active::before, .location-box2 .location-box-wrap .channel-nav li:hover::before { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); }
@media (max-width: 1399.98px) { .location-box2 .location-box-wrap .channel-nav li { padding: 0 1rem; } }
@media (max-width: 991.98px) { .location-box2 { --location-height:60px; } }
@media (max-width: 767.98px) { .location-box2 { --location-height: 56px; }
  .location-box2 .location-box-wrap .channel-name { font-size: 14px; } }

.location-box { font-size: 16px; --location-height:64px; height: 0; }
@media (max-width: 1399.98px) { .location-box { --location-height:56px; } }
@media (max-width: 1199.98px) { .location-box { --location-height:46px; } }
.location-box .location-box-wrap { color: #ffffff; -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%); line-height: 2; height: auto; }
.location-box .location-box-wrap .container-fluid { height: 100%; }
.location-box .location-box-wrap .channel-nav { background: rgba(255, 255, 255, 0.08); border-top: 1px solid rgba(255, 255, 255, 0.2); }
.location-box .location-box-wrap .channel-nav ul { width: 75%; }
@media (max-width: 1399.98px) { .location-box .location-box-wrap .channel-nav ul { width: 80%; } }
@media (max-width: 1199.98px) { .location-box .location-box-wrap .channel-nav ul { width: 90%; } }
.location-box .location-box-wrap .channel-nav li { flex: 1; max-width: 25%; 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; text-align: center; }
.location-box .location-box-wrap .channel-nav li::marker { display: none; }
.location-box .location-box-wrap .channel-nav li::before, .location-box .location-box-wrap .channel-nav li::after { position: absolute; content: ''; display: block; margin: auto; top: 0; left: 0; transition: transform .5s; }
.location-box .location-box-wrap .channel-nav li::before { height: 2px; width: 100%; background-color: var(--theme-color); transform: scaleX(0); transition-delay: .5s; }
.location-box .location-box-wrap .channel-nav li::after { background: -webkit-linear-gradient(90deg, rgba(62, 105, 202, 0) 20%, rgba(62, 105, 202, 0.9) 130%); height: 100%; transform-origin: top; transform: scaleY(0); width: 100%; z-index: 0; opacity: .5; transition-delay: 0s; }
.location-box .location-box-wrap .channel-nav li a { -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; color: #FFFFFF; display: block; line-height: var(--location-height); position: relative; z-index: 2; }
.location-box .location-box-wrap .channel-nav li.active::before, .location-box .location-box-wrap .channel-nav li:hover::before { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); transition-delay: 0s; }
.location-box .location-box-wrap .channel-nav li.active::after, .location-box .location-box-wrap .channel-nav li:hover::after { transform: scaleY(1); transition-delay: .5s; }
@media (max-width: 1199.98px) { .location-box .location-box-wrap { height: auto; } }
@media (max-width: 991.98px) { .location-box .location-box-wrap { padding-bottom: 5px; }
  .location-box .location-box-wrap .channel-nav { display: none; } }

.page-crumbs { color: #ffffff; position: relative; z-index: 2; line-height: 56px; }
.page-crumbs a, .page-crumbs span { display: inline-block; vertical-align: middle; color: CurrentColor; }
.page-crumbs svg { display: inline-block; vertical-align: middle; width: 18px; height: 18px; }
.page-crumbs svg path { fill: currentColor; }
.page-crumbs a:hover { color: var(--theme-color); }
@media (max-width: 1199.98px) { .page-crumbs { line-height: 55px; } }
@media (max-width: 991.98px) { .page-crumbs { line-height: 45px; } }
@media (max-width: 767.98px) { .page-crumbs { line-height: 38px; font-size: 14px; } }
@media (max-width: 575.98px) { .page-crumbs { line-height: 32px; font-size: 12px; } }

.channel-box { position: absolute; z-index: 3; width: 100%; left: 0; bottom: 0; }
.channel-box .box-wrap { padding-top: 1rem; }

.channel-swiper { background-color: rgba(0, 0, 0, 0.7); }
.channel-swiper .item::before { content: ''; display: block; position: absolute; width: 100%; height: 110%; left: 0; bottom: 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; -webkit-transform: scaleY(0); -moz-transform: scaleY(0); -ms-transform: scaleY(0); -o-transform: scaleY(0); transform: scaleY(0); -webkit-transform-origin: bottom; -moz-transform-origin: bottom; -ms-transform-origin: bottom; -o-transform-origin: bottom; transform-origin: bottom; }
.channel-swiper .item .item-wrap { -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; padding: 1rem; position: relative; z-index: 2; }
.channel-swiper .item .item-icon { width: 32px; height: 32px; margin-right: 10px; }
.channel-swiper .item .item-icon img { max-width: 100%; max-height: 100%; }
.channel-swiper .item .item-icon svg { max-width: 100%; max-height: 100%; opacity: 1; }
.channel-swiper .item .item-icon svg path { fill: #ffffff; }
.channel-swiper .item .item-title { color: #ffffff; font-size: 18px; line-height: 2; }
.channel-swiper .item svg { opacity: 0; -webkit-transition: opacity .5s; -moz-transition: opacity .5s; -ms-transition: opacity .5s; -o-transition: opacity .5s; transition: opacity .5s; }
.channel-swiper .item .sub-list { border-bottom: 2px solid var(--theme-color); display: none; position: absolute; padding: 1rem 2rem; width: 100%; background: rgba(0, 0, 0, 0.7); }
.channel-swiper .item .sub-list ul li { line-height: 46px; }
.channel-swiper .item .sub-list ul li a { color: #ffffff; }
.channel-swiper .item:hover::before, .channel-swiper .item.active::before { -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); -webkit-transform-origin: top; -moz-transform-origin: top; -ms-transform-origin: top; -o-transform-origin: top; transform-origin: top; }
.channel-swiper .item:hover .item-wrap, .channel-swiper .item.active .item-wrap { -webkit-transform: translateY(-4px); -moz-transform: translateY(-4px); -ms-transform: translateY(-4px); -o-transform: translateY(-4px); transform: translateY(-4px); }
.channel-swiper .item:hover .item-wrap svg, .channel-swiper .item.active .item-wrap svg { opacity: 1; }

.more-btn { --btn-height:40px; position: relative; color: #282828; --btn-width:140px; line-height: var(--btn-height); text-align: center; display: block; width: var(--btn-width); }
.more-btn::before { left: 0; content: ''; display: block; position: absolute; background-color: var(--theme-color); width: var(--btn-height); 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 svg { display: inline-block; position: relative; vertical-align: middle; width: 18px; height: 18px; }
.more-btn svg path { fill: currentColor; }
.more-btn:hover { color: #ffffff; }
.more-btn:hover::before { width: 100%; }

.sbanner-box { background-color: #282828 !important; height: 680px; }
.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 .sbanner-wrap .sbanner-name span { font-size: 16px; } }

.article-page .main-body { background-image: -moz-linear-gradient(90deg, #f4f6f8 0%, rgba(244, 246, 248, 0) 100%); background-image: -webkit-linear-gradient(90deg, #f4f6f8 0%, rgba(244, 246, 248, 0) 100%); background-image: -ms-linear-gradient(90deg, #f4f6f8 0%, rgba(244, 246, 248, 0) 100%); position: relative; }
.article-page .main-body > .container-fluid { position: relative; z-index: 2; }

.section { padding: 5% 0 3%; }
.section .sec-head { position: relative; --head-size:36px; }
.section .sec-head .head-title { position: relative; font-size: calc(var(--head-size) * 1); font-weight: bold; color: var(--theme-color); }
.section .sec-head .head-title::before { content: ''; display: block; background: url("../Image/head-icon.png") center/contain no-repeat; width: 45px; height: 6px; margin-bottom: 10px; }
.section .sec-head .head-brief { font-weight: bold; color: #000000; font-size: calc(var(--head-size) * 1.666); }
.section .sec-head .head-desc { color: #3e69ca; font-weight: 100; font-size: calc(var(--head-size) * .666); }
.section .sec-head .head-more a { display: block; line-height: 56px; width: 220px; text-align: center; font-size: 16px; background-color: var(--theme-color); color: #ffffff; }
.section .sec-head .head-nav .nav-item a { display: block; line-height: calc(var(--head-size) * 1.556); width: calc(var(--head-size) * 3.889); text-align: center; font-size: calc(var(--head-size) * 0.5); background-color: #e2e6ef; color: var(--theme-color); -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.section .sec-head .head-nav .nav-item.active a, .section .sec-head .head-nav .nav-item:hover a { background-color: var(--theme-color); color: #ffffff; }
.section .sec-head.head-white .head-title { color: #ffffff; }
.section .sec-head.head-white .head-title::before { filter: contrast(0) grayscale(100%) brightness(100); }
.section .sec-head.head-white .head-desc { color: #ffffff; }
.section .sec-head.head-white .head-more a { color: #333333; background-color: #ffffff; }
.section .sec-head.head-white .head-more a:hover { color: var(--theme-color); }
.section .sec-head .honor-category .item .item-wrap { position: relative; line-height: 58px; font-size: 18px; }
.section .sec-head .honor-category .item .item-wrap::after { content: ''; display: block; position: absolute; width: 100%; left: 0; bottom: 0; height: 2px; margin: auto; 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); }
@media (max-width: 991.98px) { .section .sec-head .honor-category .item .item-wrap { font-size: 16px; } }
@media (max-width: 767.98px) { .section .sec-head .honor-category .item .item-wrap { font-size: 14px; } }
.section .sec-head .honor-category .item.active .item-wrap, .section .sec-head .honor-category .item:hover .item-wrap { color: var(--theme-color); }
.section .sec-head .honor-category .item.active .item-wrap::after, .section .sec-head .honor-category .item:hover .item-wrap::after { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); }
@media (max-width: 1679.98px) { .section .sec-head { --head-size:34px; } }
@media (max-width: 1399.98px) { .section .sec-head { --head-size:32px; } }
@media (max-width: 1199.98px) { .section .sec-head { --head-size:26px; }
  .section .sec-head .head-more a { line-height: 46px; width: 180px; font-size: 14px; } }
@media (max-width: 991.98px) { .section .sec-head { --head-size:22px; }
  .section .sec-head::before { font-size: 48px; }
  .section .sec-head .head-more a { line-height: 42px; width: 160px; } }
@media (max-width: 767.98px) { .section .sec-head { --head-size:18px; }
  .section .sec-head .head-more a { line-height: 32px; font-size: 13px; width: 120px; } }
@media (max-width: 575.98px) { .section .sec-head { --head-size:16px; }
  .section .sec-head .head-more a { line-height: 36px; width: 140px; font-size: 12px; } }
.section .sec-more { margin: 3% 0 0; display: inline-block; border: 2px solid var(--theme-color); border-radius: 10em; padding: 10px 25px; color: var(--theme-color); }
.section .sec-more span { display: inline-block; vertical-align: middle; }
.section .sec-more span.more-icon { width: 26px; height: 26px; border-radius: 50%; background-color: currentColor; position: relative; }
.section .sec-more svg { width: 26px; height: 26px; margin-left: 10px; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.section .sec-more svg path { fill: var(--theme-color); }
@media (max-width: 767.98px) { .section .sec-more { padding: 6px 15px; }
  .section .sec-more span.more-icon { width: 22px; height: 22px; } }
@media (max-width: 575.98px) { .section .sec-more { font-size: 12px; padding: 4px 16px; }
  .section .sec-more span.more-icon { width: 18px; height: 18px; } }
.section .sec-more:hover svg { -webkit-transform: rotate(30deg); -moz-transform: rotate(30deg); -ms-transform: rotate(30deg); -o-transform: rotate(30deg); transform: rotate(30deg); }
.section.sec-about { background: url("../Image/sec-about-bg.jpg") center/cover no-repeat; }
@media (min-width: 1200px) { .section.sec-about { padding: 0; padding-top: 10px; } }
@media (max-width: 767.98px) { .section.sec-about { background-position: left; } }
.section.sec-about .sec-head .head-desc { margin: 2% 0 5%; }
@media (max-width: 991.98px) { .section.sec-about .sec-head .head-desc { font-size: 22px; } }
@media (max-width: 767.98px) { .section.sec-about .sec-head .head-desc { font-size: 20px; } }
.section.sec-about .about-left { padding-top: 5vw; position: relative; z-index: 2; }
.section.sec-about .about-right .about-img { user-select: none; display: block; transform: translateX(-4.8vw); }
.section.sec-about .about-content { color: #7a7a7a; }
@media (min-width: 1680px) { .section.sec-about .about-content { line-height: 2; } }
.section.sec-about .about-more { margin: 3vw 0; display: inline-block; background-color: var(--theme-color); border: 1px solid transparent; padding: 10px 30px; color: #ffffff; transition: color .5s,border-color .5s,background-color .5s; cursor: pointer; }
.section.sec-about .about-more a { color: currentColor; }
.section.sec-about .about-more:hover { backdrop-filter: blur(3px); color: var(--theme-color); border-color: var(--theme-color); background-color: transparent; }
@media (max-width: 767.98px) { .section.sec-about .about-more { padding: 6px 20px; } }
.section.sec-about .about-params { margin-top: 3%; }
.section.sec-about .about-params .param-item { flex: 1.5; }
.section.sec-about .about-params .param-item:nth-child(2) { flex: 2; }
@media (max-width: 991.98px) { .section.sec-about .about-params .param-item { margin: 1rem 0; flex: auto; width: auto; }
  .section.sec-about .about-params .param-item:nth-child(2) { flex: auto; } }
.section.sec-about .about-params .param-item .item-wrap .item-value { color: #333333; position: relative; -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; }
.section.sec-about .about-params .param-item .item-wrap .item-value .number { font-size: 48px; line-height: 1; font-family: AvianBold; font-weight: bold; color: var(--theme-red); }
.section.sec-about .about-params .param-item .item-wrap .item-value .unit { font-size: 24px; vertical-align: top; font-weight: bold; }
.section.sec-about .about-params .param-item .item-wrap .item-title { line-height: 2; color: #3f4042; }
@media (max-width: 1399.98px) { .section.sec-about .about-params .param-item .item-wrap .item-value .number { font-size: 38px; }
  .section.sec-about .about-params .param-item .item-wrap .item-value .unit { font-size: 20px; }
  .section.sec-about .about-params .param-item .item-wrap .item-title { font-size: 14px; } }
@media (max-width: 1199.98px) { .section.sec-about .about-params .param-item .item-wrap { padding-left: 10% !important; }
  .section.sec-about .about-params .param-item .item-wrap .item-value .number { font-size: 36px; }
  .section.sec-about .about-params .param-item .item-wrap .item-value .unit { font-size: 18px; } }
@media (max-width: 767.98px) { .section.sec-about .about-params .param-item .item-wrap .item-value .number { font-size: 36px; }
  .section.sec-about .about-params .param-item .item-wrap .item-value .unit { font-size: 18px; } }
@media (max-width: 575.98px) { .section.sec-about .about-params .param-item .item-wrap .item-value .number { font-size: 28px; }
  .section.sec-about .about-params .param-item .item-wrap .item-value .unit { font-size: 16px; } }
.section.sec-about .about-params .param-item:nth-child(4) .item-wrap .item-value::after { display: none; }
@media (max-width: 991.98px) { .section.sec-about .about-params .param-item:nth-child(2) .item-wrap .item-value::after { display: none; } }
.section.sec-about .about-params .param-item:hover .item-wrap .item-value .number { color: var(--theme-color); }
.section.sec-product { background: url("../Image/sec-product-bg.jpg") center/cover no-repeat; }
.section.sec-product .product-swiper { padding: 3% 0; }
.section.sec-product .product-swiper .item .item-wrap { background-color: #ffffff; width: 100%; height: 100%; --item-fontsize: 16px; transition: transform .5s linear ,box-shadow .5s linear; }
.section.sec-product .product-swiper .item .item-wrap .item-catname { font-size: calc(var(--item-fontsize) * 1.128); font-weight: bold; line-height: 2; margin-bottom: 1rem; }
.section.sec-product .product-swiper .item .item-wrap .item-catname::before { content: ''; display: inline-block; vertical-align: middle; margin-right: 8px; width: calc(var(--item-fontsize) * 1.25); height: calc(var(--item-fontsize) * 1.125); background: url("../Image/jt-right.png") center/contain no-repeat; }
.section.sec-product .product-swiper .item .item-wrap .item-catname span { display: inline-block; }
.section.sec-product .product-swiper .item .item-wrap .item-img { overflow: hidden; }
.section.sec-product .product-swiper .item .item-wrap .item-img img { transition: transform .5s ease; }
.section.sec-product .product-swiper .item .item-wrap .item-caption .item-title { font-size: calc(var(--item-fontsize) * 1); }
.section.sec-product .product-swiper .item .item-wrap .item-caption .item-more a { font-size: calc(var(--item-fontsize) * .875); font-weight: bold; color: var(--theme-color); }
@media (max-width: 1198.98px) { .section.sec-product .product-swiper .item .item-wrap { --item-fontsize: 14px; } }
@media (max-width: 991.98px) { .section.sec-product .product-swiper .item .item-wrap { --item-fontsize: 14px; } }
@media (max-width: 767.98px) { .section.sec-product .product-swiper .item .item-wrap { --item-fontsize: 13px; } }
@media (max-width: 575.98px) { .section.sec-product .product-swiper .item .item-wrap { --item-fontsize: 12px; } }
.section.sec-product .product-swiper .item .item-wrap:hover { transform: translateY(-5px); box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }
.section.sec-adv { background: url("../Image/sec-adv-bg.jpg") center/cover no-repeat; }
.section.sec-adv .adv-box { margin: 3% 0; --adv-fontsize: 20px; height: calc(var(--adv-fontsize) * 30.75); }
.section.sec-adv .adv-box .adv-item { transition: all 0.5s ease; flex: 1; height: 100%; border-radius: 10px; overflow: hidden; position: relative; }
.section.sec-adv .adv-box .adv-item::before { content: ''; display: block; position: absolute; width: 100%; height: 100%; left: 0; top: 0; background-color: rgba(0, 0, 0, 0.5); z-index: 1; transition: transform .5s ease; transform-origin: bottom center; }
.section.sec-adv .adv-box .adv-item::after { content: ''; display: block; position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: -webkit-linear-gradient(-90deg, rgba(62, 105, 202, 0) 30%, rgba(62, 105, 202, 0.9) 80%); z-index: 1; transition: transform .5s ease; transform: scaleY(0); transform-origin: bottom center; }
.section.sec-adv .adv-box .adv-item .item-wrap { padding: 20% 10% 20%; position: relative; z-index: 3; width: 100%; height: 100%; color: #ffffff; }
.section.sec-adv .adv-box .adv-item .item-wrap .item-icon { width: calc(var(--adv-fontsize) * 4); height: calc(var(--adv-fontsize) * 4); position: relative; }
.section.sec-adv .adv-box .adv-item .item-wrap .item-icon svg { display: block; width: 90%; height: 90%; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; }
.section.sec-adv .adv-box .adv-item .item-wrap .item-caption .caption-title { font-size: calc(var(--adv-fontsize) * 1.5); font-weight: bold; }
.section.sec-adv .adv-box .adv-item .item-wrap .item-caption .caption-desc { font-size: calc(var(--adv-fontsize) * 1.2); font-weight: 100; }
.section.sec-adv .adv-box .adv-item .item-wrap .item-overlay { opacity: 0; visibility: hidden; position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 2; }
.section.sec-adv .adv-box .adv-item .item-wrap .item-overlay .overlay-wrap { padding: 10% 10% 15%; position: relative; z-index: 2; }
.section.sec-adv .adv-box .adv-item .item-wrap .item-overlay .overlay-head { transition: opacity 0.5s ease,transform 1s ease; visibility: hidden; opacity: 0; transform: translateY(-50%); }
.section.sec-adv .adv-box .adv-item .item-wrap .item-overlay .overlay-head .overlay-icon { width: calc(var(--adv-fontsize) * 4.5); height: calc(var(--adv-fontsize) * 4.5); }
.section.sec-adv .adv-box .adv-item .item-wrap .item-overlay .overlay-head .overlay-icon svg { width: 80%; height: 80%; }
.section.sec-adv .adv-box .adv-item .item-wrap .item-overlay .overlay-content { transform: translateY(10%); transition: opacity 0.5s ease,transform 0.5s ease; visibility: hidden; opacity: 0; margin-top: 3%; }
.section.sec-adv .adv-box .adv-item:nth-child(1) { background: url("../Image/adv/1.jpg") center/cover no-repeat; }
.section.sec-adv .adv-box .adv-item:nth-child(2) { background: url("../Image/adv/2.jpg") center/cover no-repeat; }
.section.sec-adv .adv-box .adv-item:nth-child(3) { background: url("../Image/adv/3.jpg") center/cover no-repeat; }
.section.sec-adv .adv-box .adv-item.active { flex: 2; }
.section.sec-adv .adv-box .adv-item.active::before { transform: scaleY(0); transform-origin: top center; }
.section.sec-adv .adv-box .adv-item.active::after { transform: scaleY(1); transform-origin: bottom center; }
.section.sec-adv .adv-box .adv-item.active .item-wrap { padding: 12%; }
.section.sec-adv .adv-box .adv-item.active .item-wrap .item-icon, .section.sec-adv .adv-box .adv-item.active .item-wrap .item-caption { opacity: 0; visibility: hidden; }
.section.sec-adv .adv-box .adv-item.active .item-wrap .item-overlay { visibility: visible; opacity: 1; }
.section.sec-adv .adv-box .adv-item.active .item-wrap .item-overlay .overlay-head { transform: translateY(0); opacity: 1; visibility: visible; /*.overlay-info{ .overlay-title{ font-size: 30px; font-weight: bold; } .overlay-desc{ font-size: 24px; font-weight: 100; }
}*/ }
.section.sec-adv .adv-box .adv-item.active .item-wrap .item-overlay .overlay-content { transition-delay: .5s; transform: translateY(0); line-height: 2; opacity: 1; visibility: visible; }
@media (max-width: 1198.98px) { .section.sec-adv .adv-box { --adv-fontsize: 18px; } }
@media (max-width: 991.98px) { .section.sec-adv .adv-box { --adv-fontsize: 16px; } }
@media (max-width: 767.98px) { .section.sec-adv .adv-box { --adv-fontsize: 14px; height: auto; }
  .section.sec-adv .adv-box .adv-item { margin-top: 15px; flex: auto; }
  .section.sec-adv .adv-box .adv-item.active::before { transform: scaleY(1); transform-origin: top center; }
  .section.sec-adv .adv-box .adv-item.active::after { transform: scaleY(0); transform-origin: bottom center; }
  .section.sec-adv .adv-box .adv-item.active .item-wrap { padding: 20% 10% 20%; }
  .section.sec-adv .adv-box .adv-item .item-wrap .item-icon, .section.sec-adv .adv-box .adv-item .item-wrap .item-caption { opacity: 0; visibility: hidden; }
  .section.sec-adv .adv-box .adv-item .item-wrap .item-overlay { visibility: visible; opacity: 1; }
  .section.sec-adv .adv-box .adv-item .item-wrap .item-overlay .overlay-head { transform: translateY(0); opacity: 1; visibility: visible; }
  .section.sec-adv .adv-box .adv-item .item-wrap .item-overlay .overlay-content { transition-delay: .5s; transform: translateY(0); line-height: 2; opacity: 1; visibility: visible; } }
@media (max-width: 575.98px) { .section.sec-adv .adv-box { --adv-fontsize: 12px; } }
.section.sec-news { background-color: #f7f7f7; }
.section.sec-news .news-box { margin-top: 0; --news-base-fontsize: 16px; }
@media (max-width: 991.98px) { .section.sec-news .news-box { --news-base-fontsize: 14px; } }
@media (max-width: 767.98px) { .section.sec-news .news-box { --news-base-fontsize: 12px; } }
@media (max-width: 575.98px) { .section.sec-news .news-box { --news-base-fontsize: 10px; } }
.section.sec-news .news-box .news-item.news-top .news-wrap { padding: 0; }
.section.sec-news .news-box .news-item.news-top .news-info { padding: 3% 3% 2% 3.5%; }
.section.sec-news .news-box .news-item .news-wrap { padding: 8%; color: #2c2c2c; box-shadow: 0 0 46px 0 rgba(161, 172, 196, 0.18); }
@media (max-width: 1199.98px) { .section.sec-news .news-box .news-item .news-wrap { padding: 7%; } }
@media (max-width: 991.98px) { .section.sec-news .news-box .news-item .news-wrap { padding: 6%; } }
@media (max-width: 767.98px) { .section.sec-news .news-box .news-item .news-wrap { padding: 5%; } }
@media (max-width: 575.98px) { .section.sec-news .news-box .news-item .news-wrap { padding: 4%; } }
.section.sec-news .news-box .news-item .news-wrap .news-catname { font-size: calc(var(--news-base-fontsize) * 1.125); color: var(--theme-color); }
.section.sec-news .news-box .news-item .news-wrap .news-title { font-size: calc(var(--news-base-fontsize) * 1.875); line-height: 2; }
.section.sec-news .news-box .news-item .news-wrap .news-desc { line-height: 2; font-weight: 100; font-size: calc(var(--news-base-fontsize) * 1.25); }
.section.sec-news .news-box .news-item .news-wrap .news-time { font-size: calc(var(--news-base-fontsize) * 1.125); color: #666666; }
.section.sec-news .news-tab-box .news-box { display: none; }
.section.sec-news .news-tab-box .news-box.active { display: flex; }
.section.sec-partner { background: url("../Image/sec-partner-bg.jpg") center/cover no-repeat; color: #ffffff; }
.section.sec-partner .partern-title { margin-bottom: 5%; font-size: 36px; }
@media (max-width: 1399.98px) { .section.sec-partner .partern-title { font-size: 32px; } }
@media (max-width: 1199.98px) { .section.sec-partner .partern-title { font-size: 28px; } }
@media (max-width: 991.98px) { .section.sec-partner .partern-title { font-size: 24px; } }
@media (max-width: 767.98px) { .section.sec-partner .partern-title { font-size: 18px; } }
@media (max-width: 575.98px) { .section.sec-partner .partern-title { font-size: 14px; } }
.section.sec-partner .partner-more { display: block; border: 1px solid white; line-height: 32px; border-top-right-radius: 25px; width: 218px; text-align: center; font-size: 16px; padding: 10px 26px; margin: 3% auto 5%; }
.section.sec-partner .partner-more a { color: #ffffff; }
.section.sec-partner .partner-more a span { display: inline-block; }
.section.sec-partner .partner-more a span.plus { width: 12px; height: 12px; position: relative; }
.section.sec-partner .partner-more a span.plus::before, .section.sec-partner .partner-more a span.plus::after { content: ''; display: block; width: 100%; height: 1px; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; background-color: #ffffff; }
.section.sec-partner .partner-more a span.plus::before { transform: rotate(90deg); }
.section.sec-partner .partner-params { margin: 4% 0; }
.section.sec-partner .partner-params .param-item { flex: 1; }
.section.sec-partner .partner-params .param-item .item-wrap .item-icon { width: 76px; height: 76px; position: relative; }
.section.sec-partner .partner-params .param-item .item-wrap .item-icon img { position: absolute; max-width: 100%; max-height: 100%; margin: auto; top: 0; bottom: 0; left: 0; right: 0; }
.section.sec-partner .partner-params .param-item .item-wrap .item-value { margin-top: 10px; text-shadow: 2.781px 8.56px 13px rgba(232, 66, 39, 0.25); font-size: 72px; color: var(--theme-color); font-family: manrope,DIN; font-weight: normal; line-height: 1.2; transition: text-shadow 0.5s; }
.section.sec-partner .partner-params .param-item .item-wrap .item-title { color: #666666; }
.section.sec-partner .partner-params .param-item .item-wrap:hover .item-value { text-shadow: unset; }
@media (max-width: 1399.98px) { .section.sec-partner .partner-params .param-item .item-wrap .item-icon { width: 60px; height: 60px; }
  .section.sec-partner .partner-params .param-item .item-wrap .item-value { font-size: 60px; } }
@media (max-width: 1199.98px) { .section.sec-partner .partner-params .param-item .item-wrap .item-icon { width: 52px; height: 52px; }
  .section.sec-partner .partner-params .param-item .item-wrap .item-value { font-size: 52px; } }
@media (max-width: 991.98px) { .section.sec-partner .partner-params .param-item .item-wrap .item-icon { width: 46px; height: 46px; }
  .section.sec-partner .partner-params .param-item .item-wrap .item-value { font-size: 46px; }
  .section.sec-partner .partner-params .param-item .item-wrap .item-title { font-size: 14px; } }
@media (max-width: 767.98px) { .section.sec-partner .partner-params .param-item .item-wrap .item-value { font-size: 36px; } }
.section.sec-partner .partner-box { padding-bottom: 5%; }
@media (min-width: 1400px) { .section.sec-partner .partner-box { --mdb-gutter-y:32px; --mdb-gutter-x:20px; } }
@media (min-width: 1680px) { .section.sec-partner .partner-box { --mdb-gutter-y:46px; --mdb-gutter-x:32px; } }

.solution-swiper { margin-top: 2%; padding-bottom: 2%; }
.solution-swiper .swiper-slide.swiper-slide-active { box-shadow: 0px 0px 40px 0px rgba(26, 44, 77, 0.16); }
.solution-swiper .swiper-slide.swiper-slide-active::before { opacity: 0; z-index: -1; }
.solution-swiper .swiper-slide::before { content: ''; display: block; position: absolute; width: 100%; height: 100%; left: 0; top: 0; background-color: rgba(0, 0, 0, 0.5); z-index: 1; -webkit-transition: all 1s; -moz-transition: all 1s; -ms-transition: all 1s; -o-transition: all 1s; transition: all 1s; }
.solution-swiper .swiper-slide.swiper-slide-next::before { background-color: rgba(255, 255, 255, 0.7); }
.solution-swiper .swiper-slide:not(.swiper-slide-active):hover::before { opacity: .5; }
.solution-swiper .swiper-slide .item-wrap { position: relative; }
.solution-swiper .swiper-slide .item-wrap .overlay { position: absolute; right: 6%; bottom: 0; width: 500px; color: #FFFFFF; }
.solution-swiper .swiper-slide .item-wrap .overlay-wrap { background: rgba(230, 75, 50, 0.9); padding: 7%; }
.solution-swiper .swiper-slide .item-wrap .overlay-head { position: relative; border-bottom: 1px solid rgba(255, 255, 255, 0.3); padding-bottom: 8%; margin-bottom: 8%; }
.solution-swiper .swiper-slide .item-wrap .overlay-head .head-title { text-align: center; font-size: 30px; }
.solution-swiper .swiper-slide .item-wrap .overlay-head .head-prev, .solution-swiper .swiper-slide .item-wrap .overlay-head .head-next { width: 22px; height: 22px; position: absolute; margin: auto; top: 50%; bottom: 50%; }
.solution-swiper .swiper-slide .item-wrap .overlay-head .head-prev svg, .solution-swiper .swiper-slide .item-wrap .overlay-head .head-next svg { width: 100%; height: 100%; fill: currentColor; display: block; }
.solution-swiper .swiper-slide .item-wrap .overlay-head .head-prev { left: 0; }
.solution-swiper .swiper-slide .item-wrap .overlay-head .head-next { right: 0; }
.solution-swiper .swiper-slide .item-wrap .overlay-desc { font-size: 16px; line-height: 2; }
.solution-swiper .swiper-slide .item-wrap .overlay-scope { border-top: 1px solid rgba(255, 255, 255, 0.3); margin-top: 8%; padding-top: 5%; }
.solution-swiper .swiper-slide .item-wrap .overlay-scope .scope-title { font-size: 20px; margin-bottom: 3%; }
.solution-swiper .swiper-slide .item-wrap .overlay-scope .scope-list .item .item-wrap .item-icon { border-radius: 50%; border: 2px solid rgba(255, 255, 255, 0.1); overflow: hidden; }
.solution-swiper .swiper-slide .item-wrap .overlay-scope .scope-list .item .item-wrap .item-icon img { width: 100%; height: 100%; object-fit: cover; }
.solution-swiper .swiper-slide .item-wrap .overlay-scope .scope-list .item .item-wrap .item-title { line-height: 2; margin-top: 12px; text-align: center; }

.index-video { position: relative; }
.index-video .video-wrap { position: absolute; top: 0; bottom: 0; left: 0; right: 0; color: #FFFFFF; }
.index-video .video-wrap .play-btn { width: 70px; height: 70px; cursor: pointer; }
.index-video .video-wrap .play-btn svg { width: 100%; height: 100%; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.index-video .video-wrap .play-btn svg path { fill: #FFFFFF; }
.index-video .video-wrap .play-btn svg path:nth-child(1), .index-video .video-wrap .play-btn svg path:nth-child(3) { -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; -webkit-transform-origin: center center; -moz-transform-origin: center center; -ms-transform-origin: center center; -o-transform-origin: center center; transform-origin: center center; }
.index-video .video-wrap .play-btn:hover svg path { fill: var(--theme-color); }
.index-video .video-wrap .play-btn:hover svg path:nth-child(1), .index-video .video-wrap .play-btn:hover svg path:nth-child(3) { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
@media (max-width: 1199.98px) { .index-video .video-wrap .play-btn { width: 62px; height: 62px; } }
@media (max-width: 991.98px) { .index-video .video-wrap .play-btn { width: 56px; height: 56px; } }
@media (max-width: 737.98px) { .index-video { height: 240px; }
  .index-video .video-wrap .play-btn { width: 50px; height: 50px; }
  .index-video .video-wrap .video-desc { font-size: 14px; }
  .index-video img { height: 100%; object-fit: cover; } }
@media (max-width: 575.98px) { .index-video { height: 200px; }
  .index-video .video-wrap .play-btn { width: 42px; height: 42px; } }

.inner-section { padding: 3% 0; }
@media (max-width: 767.98px) { .inner-section { padding: 5% 0; } }
.inner-section .sec-head { position: relative; }
.inner-section .sec-head::before { content: ''; display: block; position: relative; width: 48px; height: 10px; background: url("../Image/head-icon.png") left center/contain no-repeat; margin-bottom: 1rem; }
.inner-section .sec-head .head-title { position: relative; font-size: 36px; color: #222222; font-weight: bold; }
.inner-section .sec-head .head-title::before { content: attr(data-title); display: block; width: 100%; font-weight: bold; font-size: 50px; bottom: 70%; line-height: 1; text-transform: uppercase; -webkit-text-stroke: 1px rgba(204, 204, 204, 0.3); -webkit-text-fill-color: transparent; position: absolute; transform: translateY(40%); }
@media (max-width: 1399.98px) { .inner-section .sec-head .head-title::before { font-size: 48px; } }
@media (max-width: 1199.98px) { .inner-section .sec-head .head-title::before { font-size: 45px; } }
@media (max-width: 991.98px) { .inner-section .sec-head .head-title::before { font-size: 42px; } }
@media (max-width: 767.98px) { .inner-section .sec-head .head-title::before { font-size: 38px; } }
@media (max-width: 575.98px) { .inner-section .sec-head .head-title::before { font-size: 34px; } }
.inner-section .sec-head .head-title span { position: relative; display: inline-block; z-index: 2; }
.inner-section .sec-head.head-white .head-title .en-title { color: #ffffff; }
.inner-section .sec-head.head-white .head-title .cn-title { color: #ffffff; }
.inner-section .sec-head .honor-category .item .item-wrap { position: relative; line-height: 58px; font-size: 18px; }
.inner-section .sec-head .honor-category .item .item-wrap::after { content: ''; display: block; position: absolute; width: 100%; left: 0; bottom: 0; height: 2px; margin: auto; 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); }
@media (max-width: 991.98px) { .inner-section .sec-head .honor-category .item .item-wrap { font-size: 16px; } }
@media (max-width: 767.98px) { .inner-section .sec-head .honor-category .item .item-wrap { font-size: 14px; } }
.inner-section .sec-head .honor-category .item.active .item-wrap, .inner-section .sec-head .honor-category .item:hover .item-wrap { color: var(--theme-color); }
.inner-section .sec-head .honor-category .item.active .item-wrap::after, .inner-section .sec-head .honor-category .item:hover .item-wrap::after { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); }
.inner-section .sec-head .sec-desc { font-size: 24px; color: var(--theme-color); line-height: 2; font-weight: 100; }
.inner-section .sec-head.head-white .head-title { color: #ffffff; }
.inner-section .sec-head.head-white .head-desc { color: #ffffff; }
@media (max-width: 1760px) { .inner-section .sec-head .head-title .cn-title { font-size: 34px; } }
@media (max-width: 1679.98px) { .inner-section .sec-head .head-title { font-size: 34px; }
  .inner-section .sec-head .head-desc { font-size: 24px; } }
@media (max-width: 991.98px) { .inner-section .sec-head .head-title { font-size: 28px; }
  .inner-section .sec-head .sec-desc { font-size: 20px; } }
@media (max-width: 767.98px) { .inner-section .sec-head .head-title { font-size: 24px; }
  .inner-section .sec-head .sec-desc { font-size: 18px; } }
@media (max-width: 575.98px) { .inner-section .sec-head .head-title { font-size: 22px; }
  .inner-section .sec-head .sec-desc { font-size: 16px; } }
.inner-section .sec-head-sub { margin-bottom: 2%; }
.inner-section .sec-head-sub .head-name::before, .inner-section .sec-head-sub .head-name::after { content: ''; display: inline-block; vertical-align: middle; width: 8%; border-bottom: 1px solid #e5e5e5; }
.inner-section .sec-head-sub .head-name strong { font-size: 32px; color: #333333; margin: 0 1.5rem; display: inline-block; vertical-align: middle; }
@media (max-width: 1199.98px) { .inner-section .sec-head-sub .head-name strong { font-size: 28px; } }
@media (max-width: 991.98px) { .inner-section .sec-head-sub .head-name strong { font-size: 24px; } }
@media (max-width: 767.98px) { .inner-section .sec-head-sub .head-name strong { font-size: 20px; } }
@media (max-width: 575.98px) { .inner-section .sec-head-sub .head-name strong { font-size: 18px; } }
.inner-section .sec-head-sub .head-single-line { width: 5%; height: 3px; background-color: var(--theme-color); margin: 2% auto 2.5%; }
.inner-section .sec-box .sec-left { width: 44%; }
.inner-section .sec-box .sec-left .sec-more { display: inline-block; background-color: var(--theme-red); color: #ffffff; width: 160px; height: 46px; line-height: 46px; text-align: center; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.inner-section .sec-box .sec-left .sec-more:hover { color: var(--theme-red); background-color: #ffffff; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); letter-spacing: 1px; }
.inner-section .sec-box .sec-left .sec-content { margin-top: 5%; line-height: 28px; }
@media (max-width: 991.98px) { .inner-section .sec-box .sec-left { width: 100%; }
  .inner-section .sec-box .sec-left .sec-content { margin-bottom: 3%; } }
@media (max-width: 767.98px) { .inner-section .sec-box .sec-left .sec-content { font-size: 14px; } }
@media (max-width: 575.98px) { .inner-section .sec-box .sec-left .sec-content { font-size: 13px; } }
.inner-section .contact-head .head-name { font-size: 28px; color: #333333; }
@media (max-width: 991.98px) { .inner-section .contact-head .head-name { font-size: 24px; } }
@media (max-width: 767.98px) { .inner-section .contact-head .head-name { font-size: 22px; } }
@media (max-width: 575.98px) { .inner-section .contact-head .head-name { font-size: 20px; } }
.inner-section .contact-head .head-desc { font-size: 16px; color: #757575; }
@media (max-width: 767.98px) { .inner-section .contact-head .head-desc { font-size: 15px; } }
@media (max-width: 575.98px) { .inner-section .contact-head .head-desc { font-size: 13px; } }
.inner-section .sec-more { margin: 3% 0; display: inline-block; border: 2px solid var(--theme-color); border-radius: 10em; padding: 10px 25px; color: var(--theme-color); }
.inner-section .sec-more span { display: inline-block; vertical-align: middle; }
.inner-section .sec-more span.more-icon { width: 26px; height: 26px; border-radius: 50%; background-color: currentColor; position: relative; }
.inner-section .sec-more svg { width: 26px; height: 26px; margin-left: 10px; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.inner-section .sec-more svg path { fill: var(--theme-color); }
.inner-section .sec-more:hover svg { -webkit-transform: rotate(30deg); -moz-transform: rotate(30deg); -ms-transform: rotate(30deg); -o-transform: rotate(30deg); transform: rotate(30deg); }
.inner-section.sec-about { padding: 4% 0 0; }
@media (min-width: 992px) { .inner-section.sec-about { background: url("../Image/sec-company-bg.jpg") top right no-repeat; } }
.inner-section.sec-about .about-params { margin: 4% 0; }
.inner-section.sec-about .about-params .param-item { flex: 1; }
.inner-section.sec-about .about-params .param-item .item-wrap .item-icon { width: 60px; height: 60px; margin-right: 10px; }
.inner-section.sec-about .about-params .param-item .item-wrap .item-icon svg { width: 100%; height: 100%; }
.inner-section.sec-about .about-params .param-item .item-wrap .item-icon svg path { fill: #333333; }
.inner-section.sec-about .about-params .param-item .item-wrap .item-value { color: #333333; position: relative; -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; }
.inner-section.sec-about .about-params .param-item .item-wrap .item-value .number { font-size: 48px; line-height: 1; font-family: AvianBold; font-weight: bold; }
.inner-section.sec-about .about-params .param-item .item-wrap .item-value .unit { font-size: 24px; vertical-align: bottom; }
.inner-section.sec-about .about-params .param-item .item-wrap .item-title { line-height: 2; color: #666666; }
@media (max-width: 1399.98px) { .inner-section.sec-about .about-params .param-item .item-wrap .item-value .number { font-size: 38px; }
  .inner-section.sec-about .about-params .param-item .item-wrap .item-value .unit { font-size: 20px; }
  .inner-section.sec-about .about-params .param-item .item-wrap .item-title { font-size: 14px; } }
@media (max-width: 1199.98px) { .inner-section.sec-about .about-params .param-item .item-wrap { padding-left: 10% !important; }
  .inner-section.sec-about .about-params .param-item .item-wrap .item-value .number { font-size: 36px; }
  .inner-section.sec-about .about-params .param-item .item-wrap .item-value .unit { font-size: 18px; } }
@media (max-width: 767.98px) { .inner-section.sec-about .about-params .param-item .item-wrap .item-value .number { font-size: 36px; }
  .inner-section.sec-about .about-params .param-item .item-wrap .item-value .unit { font-size: 18px; } }
@media (max-width: 575.98px) { .inner-section.sec-about .about-params .param-item .item-wrap .item-value .number { font-size: 28px; }
  .inner-section.sec-about .about-params .param-item .item-wrap .item-value .unit { font-size: 16px; } }
@media (max-width: 991.98px) { .inner-section.sec-about .about-params .param-item:nth-child(2) .item-wrap .item-value::after { display: none; } }
.inner-section.sec-about .about-params .param-item:hover .item-wrap .item-value .number { color: #e84227; }
.inner-section.sec-about .about-content { margin-top: 2rem; color: #666666; line-height: 36px; overflow: hidden; }
.inner-section.sec-about .about-content p { margin-bottom: 2rem; }
.inner-section.sec-innovation .cultrue-box { background-color: #2955a5; margin-top: 3%; }
@media (max-width: 767.98px) { .inner-section.sec-innovation .cultrue-box .cultrue-bg { height: 360px; }
  .inner-section.sec-innovation .cultrue-box .cultrue-bg img { height: 100%; object-fit: cover; } }
.inner-section.sec-innovation .cultrue-box .cultrue-swiper .item { border-right: 1px solid rgba(255, 255, 255, 0.3); }
.inner-section.sec-innovation .cultrue-box .cultrue-swiper .item .item-wrap { color: #ffffff; padding: 5% 10%; }
.inner-section.sec-innovation .cultrue-box .cultrue-swiper .item .item-wrap .item-icon { -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; width: 80px; height: 80px; position: relative; }
.inner-section.sec-innovation .cultrue-box .cultrue-swiper .item .item-wrap .item-icon img { margin: auto; top: 0; bottom: 0; left: 0; right: 0; position: absolute; max-width: 100%; max-height: 100%; }
.inner-section.sec-innovation .cultrue-box .cultrue-swiper .item .item-wrap .item-title { -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; font-size: 30px; margin: 8% 0; }
.inner-section.sec-innovation .cultrue-box .cultrue-swiper .item .item-wrap .item-desc { -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; text-align: center; font-size: 18px; height: 88px; opacity: 0; -webkit-transform: translateY(15%); -moz-transform: translateY(15%); -ms-transform: translateY(15%); -o-transform: translateY(15%); transform: translateY(15%); }
@media (max-width: 991.98px) { .inner-section.sec-innovation .cultrue-box .cultrue-swiper .item .item-wrap { padding: 5% 10%; }
  .inner-section.sec-innovation .cultrue-box .cultrue-swiper .item .item-wrap .item-icon { width: 70px; height: 70px; }
  .inner-section.sec-innovation .cultrue-box .cultrue-swiper .item .item-wrap .item-title { font-size: 22px; }
  .inner-section.sec-innovation .cultrue-box .cultrue-swiper .item .item-wrap .item-desc { font-size: 16px; height: 78px; } }
@media (max-width: 767.98px) { .inner-section.sec-innovation .cultrue-box .cultrue-swiper .item .item-wrap .item-icon { width: 56px; height: 56px; }
  .inner-section.sec-innovation .cultrue-box .cultrue-swiper .item .item-wrap .item-title { font-size: 20px; }
  .inner-section.sec-innovation .cultrue-box .cultrue-swiper .item .item-wrap .item-desc { font-size: 14px; height: 68px; } }
.inner-section.sec-innovation .cultrue-box .cultrue-swiper .item:hover .item-wrap .item-icon, .inner-section.sec-innovation .cultrue-box .cultrue-swiper .item.swiper-slide-thumb-active .item-wrap .item-icon { -webkit-transform: translateY(-15%); -moz-transform: translateY(-15%); -ms-transform: translateY(-15%); -o-transform: translateY(-15%); transform: translateY(-15%); }
.inner-section.sec-innovation .cultrue-box .cultrue-swiper .item:hover .item-wrap .item-title, .inner-section.sec-innovation .cultrue-box .cultrue-swiper .item.swiper-slide-thumb-active .item-wrap .item-title { -webkit-transform: translateY(-13%); -moz-transform: translateY(-13%); -ms-transform: translateY(-13%); -o-transform: translateY(-13%); transform: translateY(-13%); }
.inner-section.sec-innovation .cultrue-box .cultrue-swiper .item:hover .item-wrap .item-desc, .inner-section.sec-innovation .cultrue-box .cultrue-swiper .item.swiper-slide-thumb-active .item-wrap .item-desc { opacity: 1; -webkit-transform: translateY(-8%); -moz-transform: translateY(-8%); -ms-transform: translateY(-8%); -o-transform: translateY(-8%); transform: translateY(-8%); }
.inner-section.sec-history { background: url("../Image/sec-history-bg.jpg") center/cover no-repeat; }
.inner-section.sec-history .history-box { margin-top: 4%; }
.inner-section.sec-history .history-box .history-swiper .item .item-wrap .item-year { font-size: 24px; color: #000; line-height: 1; }
.inner-section.sec-history .history-box .history-swiper .item .item-wrap .item-line { position: relative; height: 10px; margin-top: 2rem; }
.inner-section.sec-history .history-box .history-swiper .item .item-wrap .item-line:before, .inner-section.sec-history .history-box .history-swiper .item .item-wrap .item-line::after { content: ''; display: block; position: absolute; margin: auto; bottom: 0; left: 0; top: 0; }
.inner-section.sec-history .history-box .history-swiper .item .item-wrap .item-line::before { width: 300%; height: 2px; background-color: #f0f0f0; }
.inner-section.sec-history .history-box .history-swiper .item .item-wrap .item-line::after { width: 10px; height: 10px; background-color: var(--theme-color); z-index: 2; }
.inner-section.sec-history .history-box .history-swiper .item .item-wrap .item-img { overflow: hidden; padding: 2rem 0; width: 90%; }
.inner-section.sec-history .history-box .history-swiper .item .item-wrap .item-img > div { border-radius: 10px; overflow: hidden; }
.inner-section.sec-history .history-box .history-swiper .item .item-wrap .item-img img { -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.inner-section.sec-history .history-box .history-swiper .item .item-wrap .item-img:hover img { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); }
.inner-section.sec-history .history-box .history-swiper .item .item-wrap .item-title { color: #666666; line-height: 2.2; }
@media (max-width: 1199.98px) { .inner-section.sec-history .history-box .history-swiper .item .item-wrap .item-year { font-size: 22px; }
  .inner-section.sec-history .history-box .history-swiper .item .item-wrap .item-line { height: 8px; margin-top: 14px; }
  .inner-section.sec-history .history-box .history-swiper .item .item-wrap .item-img { padding: 26px 0; }
  .inner-section.sec-history .history-box .history-swiper .item .item-wrap .item-title { font-size: 16px; } }
@media (max-width: 991.98px) { .inner-section.sec-history .history-box .history-swiper .item .item-wrap .item-year { font-size: 20px; }
  .inner-section.sec-history .history-box .history-swiper .item .item-wrap .item-line { height: 7px; margin-top: 12px; }
  .inner-section.sec-history .history-box .history-swiper .item .item-wrap .item-img { padding: 24px 0; }
  .inner-section.sec-history .history-box .history-swiper .item .item-wrap .item-title { font-size: 14px; } }
@media (max-width: 767.98px) { .inner-section.sec-history .history-box .history-swiper .item .item-wrap .item-year { font-size: 18px; }
  .inner-section.sec-history .history-box .history-swiper .item .item-wrap .item-line { height: 6px; margin-top: 12px; }
  .inner-section.sec-history .history-box .history-swiper .item .item-wrap .item-img { padding: 20px 0; }
  .inner-section.sec-history .history-box .history-swiper .item .item-wrap .item-title { font-size: 14px; } }
@media (max-width: 575.98px) { .inner-section.sec-history .history-box .history-swiper .item .item-wrap .item-year { font-size: 16px; }
  .inner-section.sec-history .history-box .history-swiper .item .item-wrap .item-line { height: 5px; margin-top: 10px; }
  .inner-section.sec-history .history-box .history-swiper .item .item-wrap .item-img { padding: 15px 0; }
  .inner-section.sec-history .history-box .history-swiper .item .item-wrap .item-title { font-size: 12px; } }
.inner-section .ratio-honor { --mdb-aspect-ratio: calc( 505 / 369 * 100%); }
.inner-section.sec-honor { background: #ffffff; }
.inner-section.sec-honor .honor-box { padding: 5% 0; }
.inner-section.sec-honor .honor-box .honor-arrow { width: 30%; }
.inner-section.sec-honor .honor-box .honor-arrow .arrow-icon { -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; width: 32px; height: 32px; }
.inner-section.sec-honor .honor-box .honor-arrow .arrow-icon svg { width: 100%; height: 100%; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.inner-section.sec-honor .honor-box .honor-arrow .arrow-info { line-height: 1.5; }
.inner-section.sec-honor .honor-box .honor-arrow .arrow-info .arrow-title { color: #949694; -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; }
.inner-section.sec-honor .honor-box .honor-arrow .arrow-info .arrow-value { -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; color: #333333; }
.inner-section.sec-honor .honor-box .honor-arrow:hover .arrow-info .arrow-title { color: #666666; }
.inner-section.sec-honor .honor-box .honor-arrow:hover .arrow-info .arrow-value { color: var(--theme-color); }
.inner-section.sec-honor .honor-box .honor-arrow.arrow-left:hover .arrow-icon { -webkit-transform: translateX(-5px); -moz-transform: translateX(-5px); -ms-transform: translateX(-5px); -o-transform: translateX(-5px); transform: translateX(-5px); }
.inner-section.sec-honor .honor-box .honor-arrow.arrow-right:hover .arrow-icon { -webkit-transform: translateX(5px); -moz-transform: translateX(5px); -ms-transform: translateX(5px); -o-transform: translateX(5px); transform: translateX(5px); }
.inner-section.sec-honor .honor-swiper .item .item-wrap { transform: scale(0.7); transition: transform .5s; }
.inner-section.sec-honor .honor-swiper .item.swiper-slide-active .item-wrap { transform: scale(1); }
.inner-section.sec-client .sec-content { margin: 0 auto; color: #666666; line-height: 2; }
@media (min-width: 1200px) { .inner-section.sec-client .sec-content { width: 95%; } }
@media (min-width: 1400px) { .inner-section.sec-client .sec-content { width: 80%; } }
@media (min-width: 1680px) { .inner-section.sec-client .sec-content { width: 65%; } }
@media (max-width: 575.98px) { .inner-section.sec-client .sec-content { font-size: 14px; line-height: 1.8; } }
.inner-section.sec-client .client-params { margin-top: 3%; }
.inner-section.sec-client .client-params::before, .inner-section.sec-client .client-params::after { display: inline-block; font-family: arial,sans-serif; font-size: 320px; color: #e3eef7; line-height: 0.5; }
.inner-section.sec-client .client-params::before { content: '“'; -webkit-transform: translateY(30%); -moz-transform: translateY(30%); -ms-transform: translateY(30%); -o-transform: translateY(30%); transform: translateY(30%); }
.inner-section.sec-client .client-params::after { content: '”'; -webkit-transform: translateY(80%); -moz-transform: translateY(80%); -ms-transform: translateY(80%); -o-transform: translateY(80%); transform: translateY(80%); }
@media (max-width: 1199.98px) { .inner-section.sec-client .client-params::before, .inner-section.sec-client .client-params::after { font-size: 280px; } }
@media (max-width: 991.98px) { .inner-section.sec-client .client-params::before, .inner-section.sec-client .client-params::after { font-size: 180px; }
  .inner-section.sec-client .client-params::before { content: '“'; -webkit-transform: translateY(50%); -moz-transform: translateY(50%); -ms-transform: translateY(50%); -o-transform: translateY(50%); transform: translateY(50%); }
  .inner-section.sec-client .client-params::after { content: '”'; -webkit-transform: translateY(60%); -moz-transform: translateY(60%); -ms-transform: translateY(60%); -o-transform: translateY(60%); transform: translateY(60%); } }
@media (max-width: 767.98px) { .inner-section.sec-client .client-params::before, .inner-section.sec-client .client-params::after { font-size: 150px; }
  .inner-section.sec-client .client-params::before { content: '“'; -webkit-transform: translateY(50%); -moz-transform: translateY(50%); -ms-transform: translateY(50%); -o-transform: translateY(50%); transform: translateY(50%); }
  .inner-section.sec-client .client-params::after { content: '”'; -webkit-transform: translateY(60%); -moz-transform: translateY(60%); -ms-transform: translateY(60%); -o-transform: translateY(60%); transform: translateY(60%); } }
@media (max-width: 575.98px) { .inner-section.sec-client .client-params::before, .inner-section.sec-client .client-params::after { display: none; } }
.inner-section.sec-client .client-params .param-item { padding: 0 5%; }
.inner-section.sec-client .client-params .param-item .item-wrap .item-value { font-weight: bold; color: #333333; position: relative; -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; }
.inner-section.sec-client .client-params .param-item .item-wrap .item-value .number { font-size: 52px; font-family: manrope ,DIN; }
.inner-section.sec-client .client-params .param-item .item-wrap .item-value .unit { font-size: 30px; }
@media (max-width: 991.98px) { .inner-section.sec-client .client-params .param-item .item-wrap .item-value .number { font-size: 48px; }
  .inner-section.sec-client .client-params .param-item .item-wrap .item-value .unit { font-size: 24px; } }
@media (max-width: 767.98px) { .inner-section.sec-client .client-params .param-item .item-wrap .item-value .number { font-size: 42px; }
  .inner-section.sec-client .client-params .param-item .item-wrap .item-value .unit { font-size: 20px; } }
@media (max-width: 575.98px) { .inner-section.sec-client .client-params .param-item .item-wrap .item-value .number { font-size: 36px; }
  .inner-section.sec-client .client-params .param-item .item-wrap .item-value .unit { font-size: 18px; } }
.inner-section.sec-client .client-params .param-item .item-wrap .item-desc { color: #666666; }
.inner-section.sec-featrue .sec-head .head-name { font-size: 36px; color: #333333; font-weight: bold; }
.inner-section.sec-featrue .feature-swiper { margin-top: 4%; }
.inner-section.sec-featrue .feature-swiper .item { height: auto; }
.inner-section.sec-featrue .feature-swiper .item .item-wrap { background-color: #f7f8fa; border: 1px solid #f7f8fa; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; padding: 20% 12%; height: 100%; }
.inner-section.sec-featrue .feature-swiper .item .item-wrap .item-icon { width: 60px; height: 60px; position: relative; margin-bottom: 12px; }
.inner-section.sec-featrue .feature-swiper .item .item-wrap .item-icon img { max-width: 100%; max-height: 100%; }
.inner-section.sec-featrue .feature-swiper .item .item-wrap .item-title { font-size: 24px; line-height: 2; font-weight: bold; }
.inner-section.sec-featrue .feature-swiper .item .item-wrap .item-line { height: 3px; background-color: #c7000b; width: 50px; margin: 1.5rem 0; -webkit-transition: width .5s; -moz-transition: width .5s; -ms-transition: width .5s; -o-transition: width .5s; transition: width .5s; }
.inner-section.sec-featrue .feature-swiper .item .item-wrap .item-desc { line-height: 2; color: #333333; font-size: 18px; }
@media (max-width: 1199.98px) { .inner-section.sec-featrue .feature-swiper .item .item-wrap .item-icon { width: 52px; height: 52px; margin-bottom: 10px; }
  .inner-section.sec-featrue .feature-swiper .item .item-wrap .item-title { font-size: 22px; } }
@media (max-width: 991.98px) { .inner-section.sec-featrue .feature-swiper .item .item-wrap .item-icon { width: 46px; height: 46px; position: relative; margin-bottom: 10px; }
  .inner-section.sec-featrue .feature-swiper .item .item-wrap .item-title { font-size: 20px; }
  .inner-section.sec-featrue .feature-swiper .item .item-wrap .item-line { width: 40px; margin: 1.15rem 0; }
  .inner-section.sec-featrue .feature-swiper .item .item-wrap .item-desc { font-size: 16px; } }
@media (max-width: 767.98px) { .inner-section.sec-featrue .feature-swiper .item .item-wrap .item-icon { width: 42px; height: 42px; position: relative; margin-bottom: 8px; }
  .inner-section.sec-featrue .feature-swiper .item .item-wrap .item-title { font-size: 18px; line-height: 2; font-weight: bold; }
  .inner-section.sec-featrue .feature-swiper .item .item-wrap .item-line { width: 30px; margin: 1rem 0; }
  .inner-section.sec-featrue .feature-swiper .item .item-wrap .item-desc { line-height: 1.8; font-size: 14px; } }
.inner-section.sec-featrue .feature-swiper .item .item-wrap:hover { border-color: #e84227; background-color: #fff; }
.inner-section.sec-featrue .feature-swiper .item .item-wrap:hover .item-icon img { -webkit-animation: swing 1s; -o-animation: swing 1s; animation: swing 1s; }
.inner-section.sec-featrue .feature-swiper .item .item-wrap:hover .item-line { width: 60px; }
.inner-section.sec-cases .cases-swiper .item .item-wrap { position: relative; }
.inner-section.sec-cases .cases-swiper .item .item-wrap .item-img { overflow: hidden; }
.inner-section.sec-cases .cases-swiper .item .item-wrap .item-img img { -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.inner-section.sec-cases .cases-swiper .item .item-wrap .item-name { z-index: 2; position: absolute; width: 100%; left: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.3); color: #ffffff; line-height: 2; -webkit-transition: background-color .5s; -moz-transition: background-color .5s; -ms-transition: background-color .5s; -o-transition: background-color .5s; transition: background-color .5s; }
.inner-section.sec-cases .cases-swiper .item:hover .item-wrap .item-img img { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); }
.inner-section.sec-cases .cases-swiper .item:hover .item-wrap .item-name { background-color: rgba(52, 102, 206, 0.5); }
@keyframes spinning { 100% { transform: rotate(-1turn); } }
@keyframes spinning-reverse { 0% { transform: scale(150%) rotate(-1turn); }
  100% { transform: scale(150%) rotate(1turn); } }
.inner-section.sec-contact .qrcode-box .qrcode-item { text-align: center; }
.inner-section.sec-contact .qrcode-box .qrcode-item .item-img { --border-color:rgba(153,153,153,.3); --img-size: 148px; height: var(--img-size); width: var(--img-size); border: 1px solid var(--border-color); padding: 10px; position: relative; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.inner-section.sec-contact .qrcode-box .qrcode-item .item-img::before { content: ''; width: 100%; height: 100%; position: absolute; border: 1px solid var(--border-color); top: 7px; left: 7px; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.inner-section.sec-contact .qrcode-box .qrcode-item .item-img img { z-index: 2; -webkit-transform: translate(5px, 5px); -moz-transform: translate(5px, 5px); -ms-transform: translate(5px, 5px); -o-transform: translate(5px, 5px); transform: translate(5px, 5px); }
.inner-section.sec-contact .qrcode-box .qrcode-item .item-title { margin-top: 1rem; line-height: 2; color: #666666; }
@media (max-width: 991.98px) { .inner-section.sec-contact .qrcode-box .qrcode-item .item-title { margin-top: 0; } }
.inner-section.sec-contact .qrcode-box .qrcode-item:hover .item-img { --border-color:rgba(153,153,153,.6); }
.inner-section.sec-contact .contact-box { margin-top: 3%; position: relative; }
@media (min-width: 1680px) { .inner-section.sec-contact .contact-box { --mdb-gutter-x: 4%; } }
.inner-section.sec-contact .contact-box .contact-item { -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; position: relative; z-index: 1; }
.inner-section.sec-contact .contact-box .contact-item .item-wrap { padding: 2rem; transition: all .5s; background-color: #ffffff; position: relative; border-radius: 10px; }
.inner-section.sec-contact .contact-box .contact-item .item-wrap::after { content: ''; display: block; position: absolute; width: 100%; height: 1px; background-color: #e6e6e6; left: 0; bottom: 0; transition: transform .5s; }
.inner-section.sec-contact .contact-box .contact-item .item-icon { width: 63px; height: 63px; position: relative; border-radius: 50%; background-color: var(--theme-color); -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }
.inner-section.sec-contact .contact-box .contact-item .item-icon svg { position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; width: 50%; height: 50%; }
.inner-section.sec-contact .contact-box .contact-item .item-icon svg path { fill: #ffffff; }
.inner-section.sec-contact .contact-box .contact-item .item-info { flex: 1; padding-left: 12px; }
.inner-section.sec-contact .contact-box .contact-item .item-title { color: #666666; font-size: 16px; line-height: 2; }
.inner-section.sec-contact .contact-box .contact-item .item-value { font-family: Arial, sans-serif; font-size: 22px; color: #1f1f1f; }
.inner-section.sec-contact .contact-box .contact-item .item-value span { font-size: 66.67%; color: #666666; }
@media (max-width: 1679.98px) { .inner-section.sec-contact .contact-box .contact-item .item-wrap { padding: 1.825rem; }
  .inner-section.sec-contact .contact-box .contact-item .item-icon { width: 56px; height: 56px; }
  .inner-section.sec-contact .contact-box .contact-item .item-value { font-size: 19px; } }
@media (max-width: 1199.98px) { .inner-section.sec-contact .contact-box .contact-item .item-wrap { padding: 1.75rem; }
  .inner-section.sec-contact .contact-box .contact-item .item-icon { width: 52px; height: 52px; }
  .inner-section.sec-contact .contact-box .contact-item .item-value { font-size: 18px; } }
@media (max-width: 991.98px) { .inner-section.sec-contact .contact-box .contact-item .item-wrap { padding: 1.625rem; }
  .inner-section.sec-contact .contact-box .contact-item .item-icon { width: 46px; height: 46px; }
  .inner-section.sec-contact .contact-box .contact-item .item-value { font-size: 16px; } }
@media (max-width: 757.98px) { .inner-section.sec-contact .contact-box .contact-item .item-wrap { padding: 1.5rem; }
  .inner-section.sec-contact .contact-box .contact-item .item-icon { width: 42px; height: 42px; }
  .inner-section.sec-contact .contact-box .contact-item .item-value { font-size: 16px; } }
@media (max-width: 575.98px) { .inner-section.sec-contact .contact-box .contact-item .item-wrap { padding: 1rem; }
  .inner-section.sec-contact .contact-box .contact-item .item-icon { width: 36px; height: 36px; }
  .inner-section.sec-contact .contact-box .contact-item .item-value { font-size: 14px; } }
.inner-section.sec-contact .contact-box .contact-item:hover { z-index: 2; }
.inner-section.sec-contact .contact-box .contact-item:hover .item-wrap { box-shadow: 0 0 38px 0 rgba(50, 94, 128, 0.14); transform: translateY(-3px); }
.inner-section.sec-contact .contact-box .contact-item:hover .item-wrap::after { transform: scaleX(0); }
.inner-section.sec-message { position: relative; }
.inner-section.sec-message .message-box .w-form .form-item .input-txt, .inner-section.sec-message .message-box .w-form .form-item .input-textarea { border: 1px solid #efefef; -webkit-transition: border-color .5s; -moz-transition: border-color .5s; -ms-transition: border-color .5s; -o-transition: border-color .5s; transition: border-color .5s; }
.inner-section.sec-message .message-box .w-form .form-item .input-txt:focus, .inner-section.sec-message .message-box .w-form .form-item .input-textarea:focus { border-color: var(--theme-color); }
.inner-section.sec-message .message-box .w-form { margin-bottom: 10px; }
.inner-section.sec-message .message-box .w-form .form-label { line-height: 2; }

.sec-social { background: url("../Image/sec-social.jpg") bottom/cover no-repeat; }
.sec-social .social-desc { color: #666666; margin: 20px auto; }
@media (min-width: 1200px) { .sec-social .social-desc { max-width: 80%; } }
@media (min-width: 1400px) { .sec-social .social-desc { max-width: 60%; } }
@media (min-width: 1680px) { .sec-social .social-desc { max-width: 50%; } }

.social-section { padding: 3% 0; }
.social-section .social-tab-box { height: 100%; width: 75%; margin: 0 auto; }
.social-section .social-tab-box .tab-nav .nav-item { color: #333333; margin: 8% 0; cursor: pointer; }
.social-section .social-tab-box .tab-nav .nav-item::after { content: ''; display: inline-block; width: 2rem; height: 3px; background-color: currentColor; vertical-align: middle; margin: 0 20px; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; -webkit-transform-origin: right center; -moz-transform-origin: right center; -ms-transform-origin: right center; -o-transform-origin: right center; transform-origin: right center; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); }
.social-section .social-tab-box .tab-nav .nav-item::before { opacity: 0; content: ''; display: inline-block; width: 2rem; height: 3px; background-color: currentColor; vertical-align: middle; margin: 0 20px; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; -webkit-transform-origin: right center; -moz-transform-origin: right center; -ms-transform-origin: right center; -o-transform-origin: right center; transform-origin: right center; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); }
.social-section .social-tab-box .tab-nav .nav-item span { display: inline-block; font-size: 24px; line-height: 2.2; vertical-align: middle; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; -webkit-transform-origin: right; -moz-transform-origin: right; -ms-transform-origin: right; -o-transform-origin: right; transform-origin: right; }
.social-section .social-tab-box .tab-nav .nav-item.active, .social-section .social-tab-box .tab-nav .nav-item:hover { color: var(--theme-color); }
.social-section .social-tab-box .tab-nav .nav-item.active::after, .social-section .social-tab-box .tab-nav .nav-item.active::before, .social-section .social-tab-box .tab-nav .nav-item:hover::after, .social-section .social-tab-box .tab-nav .nav-item:hover::before { background-color: var(--theme-color); -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); }
.social-section .social-tab-box .tab-nav .nav-item.active span, .social-section .social-tab-box .tab-nav .nav-item:hover span { -webkit-transform: scale(1.25); -moz-transform: scale(1.25); -ms-transform: scale(1.25); -o-transform: scale(1.25); transform: scale(1.25); }
.social-section .social-tab-box .tab-con { position: relative; margin-top: 20%; }
.social-section .social-tab-box .tab-con::before { content: '”'; font-family: Arial; font-size: 130px; line-height: 1; z-index: 2; color: var(--theme-color); position: absolute; right: 10%; top: -25px; }
.social-section .social-tab-box .tab-con .con-item { position: absolute; right: 0; width: 100%; display: none; background-color: #fff; }
.social-section .social-tab-box .tab-con .con-item .con-wrap { width: 200%; position: absolute; right: 0; padding: 15%; border-radius: 5px; box-shadow: 0 0 32px 0 rgba(57, 57, 81, 0.1); }
.social-section .social-tab-box .tab-con .con-item .con-wrap .con-title { font-size: 30px; font-weight: bold; }
.social-section .social-tab-box .tab-con .con-item .con-wrap .con-desc { color: #666666; font-size: 18px; line-height: 2; margin-top: 20px; }
.social-section .social-tab-box .tab-con .con-item.active { display: block; }
.social-section .social-box.flex-row-reverse .social-tab-box .tab-nav .nav-item { color: #333333; }
.social-section .social-box.flex-row-reverse .social-tab-box .tab-nav .nav-item::before { opacity: 1; }
.social-section .social-box.flex-row-reverse .social-tab-box .tab-nav .nav-item::after { display: none; }
.social-section .social-box.flex-row-reverse .social-tab-box .tab-nav .nav-item span { -webkit-transform-origin: left; -moz-transform-origin: left; -ms-transform-origin: left; -o-transform-origin: left; transform-origin: left; }
.social-section .social-box.flex-row-reverse .social-tab-box .tab-nav .nav-item.active, .social-section .social-box.flex-row-reverse .social-tab-box .tab-nav .nav-item:hover { color: var(--theme-color); }
.social-section .social-box.flex-row-reverse .social-tab-box .tab-nav .nav-item.active::before, .social-section .social-box.flex-row-reverse .social-tab-box .tab-nav .nav-item:hover::before { background-color: var(--theme-color); -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); }
.social-section .social-box.flex-row-reverse .social-tab-box .tab-nav .nav-item.active span, .social-section .social-box.flex-row-reverse .social-tab-box .tab-nav .nav-item:hover span { -webkit-transform: scale(1.25); -moz-transform: scale(1.25); -ms-transform: scale(1.25); -o-transform: scale(1.25); transform: scale(1.25); }
.social-section .social-box.flex-row-reverse .social-tab-box .tab-con::before { content: '“'; right: auto; left: 10%; }
.social-section .social-box.flex-row-reverse .social-tab-box .tab-con .con-item .con-wrap { left: 0; right: auto; }

.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: 20px; color: #333333; font-weight: bold; }
@media (max-width: 1199.98px) { .news-list .item .item-caption .item-title { font-size: 18px; } }
@media (max-width: 991.98px) { .news-list .item .item-caption .item-title { font-size: 16px; } }
.news-list .item .item-caption .item-content { color: #999999; line-height: 2; -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; }
@media (max-width: 991.98px) { .news-list .item .item-caption .item-content { font-size: 14px; } }
.news-list .item .item-caption .item-time { -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; font-size: 14px; color: #999999; }
@media (max-width: 991.98px) { .news-list .item .item-caption .item-time { font-size: 13px; } }
.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; }
.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: #666666; }
.news-list .item:hover .item-caption .item-time { color: #666666; }

.news-swiper .item .item-wrap .item-img { border-radius: 10px; overflow: hidden; }
.news-swiper .item .item-wrap .item-img img { -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.news-swiper .item .item-wrap .item-img:hover img { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); }
.news-swiper .item .item-wrap .item-caption .item-title { font-size: 1.25rem; }
.news-swiper .item .item-wrap .item-caption .item-time { color: #999999; font-size: 14px; font-family: Rany; }
.news-swiper .item .item-wrap .item-caption .item-time svg { display: inline-block; vertical-align: middle; }
.news-swiper .item .item-wrap .item-caption .item-time svg path { fill: currentColor; }
.news-swiper .item .item-wrap .item-caption .item-desc { color: #777777; line-height: 1.8; }
@media (min-width: 1200px) { .news-swiper .item .item-wrap .item-caption .item-desc { font-size: 14px; } }

.article-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 { font-size: 26px; } }
@media (max-width: 767.98px) { .article-page .news-detail .news-title { font-size: 22px; } }
@media (max-width: 575.98px) { .article-page .news-detail .news-title { font-size: 18px; } }
.article-page .news-detail .news-meta { font-size: 14px; color: #999999; }
.article-page .news-detail .news-meta span { display: inline-block; margin-right: 10px; }
.article-page .news-detail .news-content { border-top: 1px solid #eeeeee; line-height: 1.8; color: #666666; }
.article-page .news-detail .news-content img { max-width: 100%; vertical-align: bottom; }
.article-page .news-detail .news-content p { background-color: transparent !important; }
.article-page .news-detail .news-content > * { background-color: transparent; }
.article-page .news-right { position: sticky; top: 0; }
.article-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 { font-size: 14px; color: #999999; display: inline-block; }
.article-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 { font-size: 20px; } }
@media (max-width: 575.98px) { .article-page .news-right .relate-news .head .head-name { font-size: 18px; } }
.article-page .news-right .relate-news-list .news-item { border-bottom: 1px solid #e6e6e6; }
.article-page .news-right .relate-news-list .news-item:last-child { border-bottom: none; }
.article-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 { 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 { text-indent: 2rem; font-size: 14px; margin-top: 3px; color: #999999; }
.article-page .bg-gray { background-color: #f9f9f9; }
.article-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 { width: 47%; display: flex; }
.article-page .prev_next_nav .prev_next.prev .page-a, .article-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 { color: var(--theme-color); }
.article-page .prev_next_nav .prev_next.prev a, .article-page .prev_next_nav .prev_next.next a { max-width: calc(100% - 70px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: CurrentColor; }
.article-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 { 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 { 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 { background-color: var(--theme-color); }
.article-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; }
.box .box-head .head-name span { font-size: 26px; display: inline-block; vertical-align: middle; }
.box .box-head .head-more span { 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); }

.news-list-3 li { border-bottom: 2px solid #ebebeb; color: #333333; padding: 20px 10px; }
@media (max-width: 991.98px) { .news-list-3 li { padding: 15px 10px; } }
.news-list-3 li .time { width: 100px; font-size: 14px; color: #999999; }
.news-list-3 li .title { font-size: 18px; width: calc(100% - 100px); color: currentColor; }
@media (max-width: 991.98px) { .news-list-3 li .title { font-size: 16px; } }
.news-list-3 li:hover { color: var(--theme-color); }

.news-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; } }

.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: 18px; 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; } }
.swiper-news-info .news-info .news-bottom { border-top: 1px solid #e5e7e8; line-height: 2; }
.swiper-news-info .news-info .news-bottom .news-time { color: #999999; font-size: 15px; }
.swiper-news-info .news-info .news-bottom .news-more { color: #999999; font-size: 15px; }
.swiper-news-info .news-info .news-bottom .news-more:hover { color: var(--theme-color); }

.industry-category { margin-top: 3%; }

.industry-category-swiper .item { -webkit-transition: background-color .5s; -moz-transition: background-color .5s; -ms-transition: background-color .5s; -o-transition: background-color .5s; transition: background-color .5s; }
.industry-category-swiper .item .img-icon { vertical-align: middle; width: 25px; height: 25px; }
.industry-category-swiper .item .img-icon img { -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.industry-category-swiper .item span { -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; font-size: 18px; display: inline-block; vertical-align: middle; }
@media (max-width: 991.98px) { .industry-category-swiper .item span { font-size: 16px; } }
.industry-category-swiper .item:hover, .industry-category-swiper .item.actived { background-color: var(--theme-color); }
.industry-category-swiper .item:hover .img-icon img, .industry-category-swiper .item.actived .img-icon img { filter: contrast(0) grayscale(100%) brightness(100); }
.industry-category-swiper .item:hover span, .industry-category-swiper .item.actived span { color: #ffffff; }

.industry-list .item .item-wrap { background-color: #fff; box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.1); }
.industry-list .item .item-wrap .item-img { overflow: hidden; }
.industry-list .item .item-wrap .item-img img { display: block; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.industry-list .item .item-wrap .item-caption { background-color: #fff; padding: 15px 20px 20px; }
.industry-list .item .item-wrap .item-caption .item-title { font-size: 22px; color: #222523; line-height: 2; }
.industry-list .item .item-wrap .item-caption .item-params { color: #999999; font-size: 18px; }
.industry-list .item .item-wrap .item-caption .item-params span { -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; display: inline-block; vertical-align: middle; position: relative; }
.industry-list .item .item-wrap .item-caption .item-params span:not(:first-child) { margin-left: 5px; }
.industry-list .item .item-wrap:hover .item-img img { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); }
.industry-list .item .item-wrap:hover .item-caption .item-title { -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; color: var(--theme-color); }
.industry-list .item .item-wrap:hover .item-caption .item-params { color: #666666; }

@media (min-width: 991.98px) { .industry-info .industry-left { padding-right: 5%; } }
.industry-info .industry-title { font-size: 36px; color: #333333; font-weight: bold; line-height: 1.5; }
.industry-info .industry-content { color: #666666; line-height: 42px; padding-top: 5%; }
.industry-info .industry-content img { width: 100% !important; height: auto !important; display: block; max-width: 100%; }
.industry-info .industry-wiget { position: sticky; top: 80px; background-color: white; box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.05); }
.industry-info .industry-wiget .industry-param-box { padding: 10%; }
.industry-info .industry-wiget .industry-param-box .param-item:not(:first-child) { margin-top: 5%; }
.industry-info .industry-wiget .industry-param-box .param-item .item-wrap { font-size: 18px; line-height: 30px; }
.industry-info .industry-wiget .industry-param-box .param-item .item-wrap .item-head { color: #999999; }
.industry-info .industry-wiget .industry-param-box .param-item .item-wrap .item-head svg { display: inline-block; vertical-align: middle; margin-right: 5px; width: 20px; height: 20px; }
.industry-info .industry-wiget .industry-param-box .param-item .item-wrap .item-head svg path { fill: currentColor; }
.industry-info .industry-wiget .industry-param-box .param-item .item-wrap .item-value { padding-left: 2rem; line-height: 2; color: #333333; }
.industry-info .industry-wiget .wiget-bottom { background-color: var(--theme-color); color: #ffffff; border-radius: 5px; line-height: 60px; }
.industry-info .industry-wiget .wiget-bottom svg { width: 24px; height: 24px; display: inline-block; vertical-align: middle; }
.industry-info .industry-wiget .wiget-bottom svg path { fill: #ffffff; }
.industry-info .industry-wiget .wiget-bottom .tel-tips { font-size: 18px; margin: 0 8px; }
.industry-info .industry-wiget .wiget-bottom .contact-tel { font-size: 24px; line-height: 2; }

.job-list { padding-top: 3%; }
.job-list .job-item .item-head { background-color: #ffffff; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; cursor: pointer; }
.job-list .job-item .item-head .item-name { font-size: 20px; text-align: center; }
.job-list .job-item .item-head .info-detail { font-size: 14px; flex: 1; }
.job-list .job-item .item-head .info-detail p { flex: 1; color: #666666; line-height: 2; }
.job-list .job-item .item-head .info-detail p span { color: #333333; }
@media (max-width: 575.98px) { .job-list .job-item .item-head .info-detail p { font-size: 14px; } }
.job-list .job-item .item-head .info-more { width: 30px; height: 30px; color: #282828; border-radius: 50%; border: 1px solid currentColor; }
@media (max-width: 991.98px) { .job-list .job-item .item-head .info-more { width: 24px; height: 24px; } }
.job-list .job-item .item-head .info-more i { display: block; width: 100%; height: 100%; position: relative; }
.job-list .job-item .item-head .info-more i::before, .job-list .job-item .item-head .info-more i::after { content: ''; display: block; width: 55%; height: 0; border-bottom: 1px solid currentColor; position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; -webkit-transition: transform .3s,opacity .3s; -moz-transition: transform .3s,opacity .3s; -ms-transition: transform .3s,opacity .3s; -o-transition: transform .3s,opacity .3s; transition: transform .3s,opacity .3s; }
.job-list .job-item .item-head .info-more i::after { width: 0; height: 55%; border-bottom: none; border-left: 1px solid currentColor; }
.job-list .job-item .item-content { border: 1px solid #e6e4e2; padding: 3%; line-height: 2; font-size: 14px; color: #666666; display: none; }
.job-list .job-item .item-content .hr-info .con .con-title { color: #000000; line-height: 2; font-size: 20px; }
@media (max-width: 1199.98px) { .job-list .job-item .item-content .hr-info .con .con-title { font-size: 18px; } }
@media (max-width: 991.98px) { .job-list .job-item .item-content .hr-info .con .con-title { font-size: 16px; } }
.job-list .job-item .item-content .hr-info .con .con-content { line-height: 2; }
@media (max-width: 991.98px) { .job-list .job-item .item-content .hr-info .con .con-content { font-size: 14px; } }
.job-list .job-item .item-content strong { font-size: 16px; font-weight: normal; line-height: 32px; margin: 5px 0; display: block; color: #333333; }
.job-list .job-item .item-content .seek-btn { display: block; margin: 30px auto 0; width: 130px; height: 40px; background-color: #ececec; color: #333333; text-align: center; line-height: 40px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.job-list .job-item .item-content .seek-btn:hover { color: #FFFFFF; background-color: #e23833; }
.job-list .job-item.active .item-head, .job-list .job-item:hover .item-head { background-color: #2378c7; color: #ffffff; }
.job-list .job-item.active .item-head .info-more, .job-list .job-item:hover .item-head .info-more { color: #ffffff; }
.job-list .job-item.active .info-more i::after { -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); transform: translateY(100%); opacity: 0; }

.swiper-style { margin-top: 3%; }

.cases-list .item .item-wrap { position: relative; }
.cases-list .item .item-wrap .item-img { overflow: hidden; }
.cases-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; }
.cases-list .item .item-wrap .item-name { z-index: 2; position: absolute; width: 100%; left: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.3); color: #ffffff; line-height: 2; -webkit-transition: background-color .5s; -moz-transition: background-color .5s; -ms-transition: background-color .5s; -o-transition: background-color .5s; transition: background-color .5s; }
.cases-list .item:hover .item-wrap .item-img img { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); }
.cases-list .item:hover .item-wrap .item-name { background-color: rgba(52, 102, 206, 0.5); }

.cases-list-2 .item { background-color: #ffffff; }
.cases-list-2 .item .item-txt { padding: 3%; }
.cases-list-2 .item .item-txt .item-icon { width: 46px; height: 46px; position: relative; }
.cases-list-2 .item .item-txt .item-icon img { max-width: 100%; max-height: 100%; position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; }
.cases-list-2 .item .item-txt .item-title span { display: inline-block; font-size: 24px; color: #373737; line-height: 2; position: relative; }
.cases-list-2 .item .item-txt .item-content { margin-top: 3%; line-height: 36px; color: #666666; }
.cases-list-2 .item .item-txt .item-more a { display: inline-block; color: #d92727; -webkit-transition: opacity .5s; -moz-transition: opacity .5s; -ms-transition: opacity .5s; -o-transition: opacity .5s; transition: opacity .5s; }
.cases-list-2 .item .item-txt .item-more a svg { width: 18px; height: 18px; display: inline-block; vertical-align: middle; margin-right: 5px; }
.cases-list-2 .item .item-txt .item-more a svg path { fill: currentColor; }
.cases-list-2 .item .item-txt .item-more a span { font-size: 14px; display: inline-block; vertical-align: middle; }
.cases-list-2 .item .item-txt .item-more a:hover { opacity: .8; }

.support-list .item .item-wrap .item-img { border: 1px solid #ededf3; overflow: hidden; }
.support-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; }
.support-list .item .item-wrap .item-title { line-height: 2; color: #333333; }
@media (min-width: 1200px) { .support-list .item .item-wrap .item-title { font-size: 18px; } }

.application-list { padding-bottom: 3%; }
.application-list .application-item { margin-top: 0; padding-top: 3%; }
.application-list .application-item .item-wrap { background-color: #ffffff; border-radius: 10px; }
.application-list .application-item .item-wrap .item-info .info-title { color: #121212; font-size: 24px; line-height: 2; position: relative; }
.application-list .application-item .item-wrap .item-info .info-title::after { content: ''; display: block; width: 3rem; height: 2px; background-color: var(--theme-color); margin-top: 2%; -webkit-transition: width .5s; -moz-transition: width .5s; -ms-transition: width .5s; -o-transition: width .5s; transition: width .5s; }
.application-list .application-item .item-wrap .item-info .info-brief { margin-top: 10px; color: #121212; font-size: 24px; line-height: 2; }
.application-list .application-item .item-wrap .item-info .info-content { color: #333333; line-height: 2; margin: 3% 0; }
.application-list .application-item .item-wrap .item-info .info-more a { display: block; width: 160px; line-height: 42px; text-align: center; background-color: transparent; border: 1px solid var(--theme-color); color: var(--theme-color); font-size: 16px; border-radius: 5px; -webkit-transition: background-color .5s, border-color .5s, color .5s; -moz-transition: background-color .5s, border-color .5s, color .5s; -ms-transition: background-color .5s, border-color .5s, color .5s; -o-transition: background-color .5s, border-color .5s, color .5s; transition: background-color .5s, border-color .5s, color .5s; }
.application-list .application-item .item-wrap .item-info .info-more a:hover { background-color: var(--theme-color); color: #ffffff; }
.application-list .application-item .item-wrap .item-img { position: relative; z-index: 2; }
@media (min-width: 1199px) { .application-list .application-item:nth-child(odd) .item-wrap { -webkit-box-orient: horizontal !important; -webkit-box-direction: reverse !important; -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; }
  .application-list .application-item:nth-child(odd) .item-wrap .item-info { padding-right: 3vw; }
  .application-list .application-item:nth-child(even) .item-wrap .item-info { padding-left: 3vw; } }
@media (min-width: 992px) { .application-list .application-item:nth-child(odd) .item-wrap .item-info { padding-right: 2vw; }
  .application-list .application-item:nth-child(even) .item-wrap .item-info { padding-left: 2vw; } }
.application-list .application-item:hover .item-wrap .item-info .info-title::after { width: 3.5rem; }

.news-list .news-item .item-wrap { background-color: #ffffff; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.news-list .news-item .item-wrap .item-info .news-title { font-size: 20px; color: #282828; line-height: 2.2; }
@media (max-width: 991.98px) { .news-list .news-item .item-wrap .item-info .news-title { font-size: 20px; } }
@media (max-width: 767.98px) { .news-list .news-item .item-wrap .item-info .news-title { font-size: 18px; } }
@media (max-width: 575.98px) { .news-list .news-item .item-wrap .item-info .news-title { font-size: 16px; } }
.news-list .news-item .item-wrap .item-info .news-time { font-size: 14px; color: #999999; margin-top: 1rem; }
.news-list .news-item .item-wrap .item-info .news-time svg { display: inline-block; vertical-align: middle; margin-right: 5px; }
.news-list .news-item .item-wrap .item-info .news-time span { vertical-align: middle; display: inline-block; }
.news-list .news-item .item-wrap .item-info .news-desc { text-indent: 2rem; font-size: 16px; line-height: 2; color: #666666; }
@media (max-width: 575.98px) { .news-list .news-item .item-wrap .item-info .news-desc { font-size: 14px; line-height: 2; } }
.news-list .news-item:hover .item-wrap { -webkit-transform: translateY(-5px); -moz-transform: translateY(-5px); -ms-transform: translateY(-5px); -o-transform: translateY(-5px); transform: translateY(-5px); -webkit-box-shadow: 0 12px 20px rgba(39, 39, 39, 0.05); -moz-box-shadow: 0 12px 20px rgba(39, 39, 39, 0.05); box-shadow: 0 12px 20px rgba(39, 39, 39, 0.05); }
.news-list .news-item:hover .item-wrap .item-info .news-title { color: var(--theme-color); }
.news-list .news-item:hover .item-wrap .item-info .news-title::after { width: 3rem; }

.casesinfo-page, .news-page, .article-page { background-color: #f8f8f8; }
.casesinfo-page .news-detail .news-title, .news-page .news-detail .news-title, .article-page .news-detail .news-title { font-weight: normal; font-size: 24px; line-height: 2; color: #282828; }
@media (max-width: 991.98px) { .casesinfo-page .news-detail .news-title, .news-page .news-detail .news-title, .article-page .news-detail .news-title { font-size: 20px; } }
@media (max-width: 575.98px) { .casesinfo-page .news-detail .news-title, .news-page .news-detail .news-title, .article-page .news-detail .news-title { font-size: 18px; } }
.casesinfo-page .news-detail .news-meta, .news-page .news-detail .news-meta, .article-page .news-detail .news-meta { font-size: 14px; color: #999999; }
.casesinfo-page .news-detail .news-meta span, .news-page .news-detail .news-meta span, .article-page .news-detail .news-meta span { display: inline-block; margin: 0 10px; }
.casesinfo-page .news-detail .news-content, .news-page .news-detail .news-content, .article-page .news-detail .news-content { line-height: 1.8; color: #666666; border-top: 1px solid #eee; margin-top: 1rem; }
.casesinfo-page .news-detail .news-content img, .news-page .news-detail .news-content img, .article-page .news-detail .news-content img { max-width: 100%; vertical-align: bottom; }
.casesinfo-page .news-detail .news-content .article-video, .news-page .news-detail .news-content .article-video, .article-page .news-detail .news-content .article-video { margin: 0 auto; }
@media (min-width: 992px) { .casesinfo-page .news-detail .news-content .article-video, .news-page .news-detail .news-content .article-video, .article-page .news-detail .news-content .article-video { width: 80%; } }
@media (min-width: 1199px) { .casesinfo-page .news-detail .news-content .article-video, .news-page .news-detail .news-content .article-video, .article-page .news-detail .news-content .article-video { width: 75%; } }
@media (min-width: 1680px) { .casesinfo-page .news-detail .news-content .article-video, .news-page .news-detail .news-content .article-video, .article-page .news-detail .news-content .article-video { width: 70%; } }
.casesinfo-page .prev_next, .news-page .prev_next, .article-page .prev_next { padding: 0 12px; font-size: 14px; color: #666; line-height: 30px; margin: 2% 0 0 0; border-top: 1px solid #EEEEEE; padding-top: 1%; }

.filter-search .filter-box { padding: 1rem 0 2rem; }
.filter-search .filter-box .filter-item { border-bottom: 1px solid #eaeaea; padding: 26px 0; position: relative; }
.filter-search .filter-box .filter-item .filter-label { width: 60px; }
.filter-search .filter-box .filter-item .filter-list { flex: 1; padding-right: 3rem; overflow: hidden; }
.filter-search .filter-box .filter-item .filter-list .item { margin: 5px 0; padding: 5px 15px; border-radius: 5px; -webkit-transition: background-color .5s; -moz-transition: background-color .5s; -ms-transition: background-color .5s; -o-transition: background-color .5s; transition: background-color .5s; background-color: #f2f4f8; }
.filter-search .filter-box .filter-item .filter-list .item a { -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; }
@media (max-width: 767.98px) { .filter-search .filter-box .filter-item .filter-list .item { font-size: 14px; padding: 2px 10px; } }
@media (max-width: 575.98px) { .filter-search .filter-box .filter-item .filter-list .item { font-size: 13px; padding: 2px 8px; } }
.filter-search .filter-box .filter-item .filter-list .item.active, .filter-search .filter-box .filter-item .filter-list .item:hover { background-color: var(--theme-color); }
.filter-search .filter-box .filter-item .filter-list .item.active a, .filter-search .filter-box .filter-item .filter-list .item:hover a { color: #ffffff; }
.filter-search .filter-box .filter-item .filter-list.filter-list-3 { height: 41px; }
.filter-search .filter-box .filter-item .filter-list.filter-list-3.filter-all { height: auto; }
.filter-search .filter-box .show-more-btn { cursor: pointer; position: absolute; width: 3rem; right: 0; margin: auto; text-align: center; top: 0; bottom: 0; background-color: #f8f8f8; }
.filter-search .filter-box .show-more-btn .more-icon { -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.filter-search .filter-box .show-more-btn svg { width: 24px; height: 24px; }
.filter-search .filter-box .show-more-btn svg path { fill: var(--theme-color); }
.filter-search .filter-box .show-more-btn p { -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; font-size: 14px; line-height: 1; }
.filter-search .filter-box .show-more-btn.open svg { transform: rotate(180deg); }
.filter-search .filter-box .show-more-btn:hover .more-icon { -webkit-transform: translateY(-3px); -moz-transform: translateY(-3px); -ms-transform: translateY(-3px); -o-transform: translateY(-3px); transform: translateY(-3px); }
.filter-search .filter-box .show-more-btn:hover p { color: var(--theme-color); }
.filter-search .search-form { background-color: #edf0f6; padding: 20px; width: 75%; margin: 0 auto; border-radius: 10px; }
.filter-search .search-form .search-input { display: block; flex: 1; border: none; background: transparent; outline: none; }
.filter-search .search-form .search-submit { display: block; border: none; background: none; }
.filter-search .search-form .search-submit svg { width: 36px; height: 36px; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.filter-search .search-form .search-submit svg path { fill: #242121; }
.filter-search .search-form .search-submit:hover svg path { fill: var(--theme-color); }
@media (max-width: 991.98px) { .filter-search .search-form { padding: 15px; }
  .filter-search .search-form .search-submit svg { width: 32px; height: 32px; } }
@media (max-width: 767.98px) { .filter-search .search-form { width: 100%; padding: 10px; }
  .filter-search .search-form .search-submit svg { width: 26px; height: 26px; } }
@media (max-width: 575.98px) { .filter-search .search-form { padding: 6px; }
  .filter-search .search-form .search-submit svg { width: 22px; height: 22px; } }

.goods-container .goods-left { width: 15.1vw; background: url("../Image/goods-left-bg.jpg") center/cover no-repeat; }
.goods-container .goods-left .category-swiper .item .item-head { color: #121212; }
.goods-container .goods-left .category-swiper .item .item-head .item-icon { width: 60px; height: 60px; position: relative; }
.goods-container .goods-left .category-swiper .item .item-head .item-icon img { position: absolute; width: 100%; margin: auto; top: 0; bottom: 0; }
.goods-container .goods-left .category-swiper .item .item-head .item-name { font-size: 30px; font-weight: bold; }
.goods-container .goods-left .category-swiper .item .item-head .item-ename { font-size: 13px; }
.goods-container .goods-left .category-swiper .item .item-content { color: #666666; line-height: 1.8; margin-top: 20%; margin-bottom: 20%; }
.goods-container .goods-left .category-control .control-prev, .goods-container .goods-left .category-control .control-next { width: 40px; height: 40px; }
.goods-container .goods-left .category-control .control-prev svg, .goods-container .goods-left .category-control .control-next svg { width: 100%; height: 100%; }
.goods-container .goods-left .category-control .control-prev svg path, .goods-container .goods-left .category-control .control-next svg path { fill: var(--theme-red); }
.goods-container .goods-left .category-control .control-prev.swiper-button-disabled, .goods-container .goods-left .category-control .control-next.swiper-button-disabled { cursor: not-allowed; }
.goods-container .goods-left .category-control .control-prev.swiper-button-disabled svg path, .goods-container .goods-left .category-control .control-next.swiper-button-disabled svg path { fill: #121212; }
.goods-container .goods-left .category-txt { border-top: 1px solid #d5d5d5; margin-top: 3rem; }
.goods-container .goods-left .category-txt .txt-nav .item { line-height: 2; color: #121212; }
.goods-container .goods-left .category-txt .txt-nav .item.active { color: var(--theme-red); }
.goods-container .goods-left .count-box .cur-num { font-size: 42px; }
.goods-container .goods-left .count-box .total-num { color: #999999; }
.goods-container .goods-right { max-width: 84.6vw; height: 100vh; flex: 1; position: relative; }
.goods-container .goods-right .con { position: absolute; visibility: hidden; top: 0; left: 0; }
.goods-container .goods-right .con .con-wrap { -webkit-transition: opacity .5s; -moz-transition: opacity .5s; -ms-transition: opacity .5s; -o-transition: opacity .5s; transition: opacity .5s; opacity: 0; }
.goods-container .goods-right .con.active { visibility: visible; }
.goods-container .goods-right .con.active .con-wrap { opacity: 1; }
.goods-container .goods-right .swiper-preview-category .item .overlay { background-color: rgba(0, 0, 0, 0.2); -webkit-transition: opacity .5s; -moz-transition: opacity .5s; -ms-transition: opacity .5s; -o-transition: opacity .5s; transition: opacity .5s; opacity: 0; }
.goods-container .goods-right .swiper-preview-category .item .overlay .item-icon { width: 70px; height: 70px; border-radius: 50%; position: relative; background-color: var(--theme-red); -webkit-transition: transform 1s, opacity .5s; -moz-transition: transform 1s, opacity .5s; -ms-transition: transform 1s, opacity .5s; -o-transition: transform 1s, opacity .5s; transition: transform 1s, opacity .5s; opacity: 0; -webkit-transform: translateY(5%); -moz-transform: translateY(5%); -ms-transform: translateY(5%); -o-transform: translateY(5%); transform: translateY(15%); }
.goods-container .goods-right .swiper-preview-category .item .overlay .item-icon svg { display: block; margin: auto; position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; width: 50%; height: auto; }
.goods-container .goods-right .swiper-preview-category .item .overlay .item-title { -webkit-transition: transform 1s, opacity .5s; -moz-transition: transform 1s, opacity .5s; -ms-transition: transform 1s, opacity .5s; -o-transition: transform 1s, opacity .5s; transition: transform 1s, opacity .5s; opacity: 0; -webkit-transform: translateY(5%); -moz-transform: translateY(5%); -ms-transform: translateY(5%); -o-transform: translateY(5%); transform: translateY(15%); line-height: 2; font-size: 24px; color: #ffffff; }
.goods-container .goods-right .swiper-preview-category .item:hover .overlay { opacity: 1; }
.goods-container .goods-right .swiper-preview-category .item:hover .overlay .item-icon { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); opacity: 1; -webkit-transition-delay: .1s; -moz-transition-delay: .1s; -ms-transition-delay: .1s; -o-transition-delay: .1s; transition-delay: .1s; }
.goods-container .goods-right .swiper-preview-category .item:hover .overlay .item-title { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); opacity: 1; }
.goods-container .goods-right .swiper-thumb-category { padding: 18px; }
.goods-container .goods-right .swiper-thumb-category .item { cursor: pointer; }
.goods-container .goods-right .swiper-thumb-category .item .wrap { background: rgba(0, 0, 0, 0.5); -webkit-transition: background-color .5s; -moz-transition: background-color .5s; -ms-transition: background-color .5s; -o-transition: background-color .5s; transition: background-color .5s; color: #fff; }
.goods-container .goods-right .swiper-thumb-category .item.swiper-slide-thumb-active .wrap { background: rgba(0, 0, 0, 0.2); }

.lists-page { background-color: #fafafa; }

.floor-box { padding: 2% 0 5%; }
.floor-box .floor .floor-head { border-bottom: 1px solid #e5e5e5; }
.floor-box .floor .floor-head .head-left { font-size: 32px; line-height: 2; }
.floor-box .floor .floor-head .head-left::before { content: ''; display: inline-block; vertical-align: middle; margin-right: 8px; width: 20px; height: 18px; background: url("../Image/jt-right.png") center/contain no-repeat; }
.floor-box .floor .floor-head .head-nav { height: 100%; }
.floor-box .floor .floor-head .head-nav .nav-item { height: 100%; position: relative; }
.floor-box .floor .floor-con { padding-top: 2%; }
.floor-box .floor .floor-goods .item .item-wrap .item-img { overflow: hidden; position: relative; }
.floor-box .floor .floor-goods .item .item-wrap .item-img img { width: 100%; height: 100%; object-fit: contain; }

.goods-list .item .item-wrap { background-color: #fff; box-shadow: 0 0 49px 0 rgba(91, 99, 109, 0.14); position: relative; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.goods-list .item .item-wrap .item-img { -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; transform-origin: top center; border: 1px solid #e8f8f8; overflow: hidden; position: relative; z-index: 2; }
.goods-list .item .item-wrap .item-img img { -webkit-transition: transform .5s, opacity .5s; -moz-transition: transform .5s, opacity .5s; -ms-transition: transform .5s, opacity .5s; -o-transition: transform .5s, opacity .5s; transition: transform .5s, opacity .5s; }
.goods-list .item .item-wrap .item-caption { position: relative; z-index: 2; padding: 1rem 0; }
.goods-list .item .item-wrap .item-caption .item-title { color: #3e3e3e; font-size: 24px; position: relative; line-height: 2; margin: 5px 0; -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; }
.goods-list .item .item-wrap .item-caption .item-desc { -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; color: #999999; line-height: 1.8; }
.goods-list .item .item-wrap .item-caption .caption-overlay { background: #ffffff; position: absolute; width: 100%; height: 100%; top: 0; left: 0; opacity: 0; -webkit-transition: opacity .5s; -moz-transition: opacity .5s; -ms-transition: opacity .5s; -o-transition: opacity .5s; transition: opacity .5s; }
.goods-list .item .item-wrap .item-caption .caption-overlay .overlay-wrap { -webkit-transition: transform .5s , opacity .5s; -moz-transition: transform .5s , opacity .5s; -ms-transition: transform .5s , opacity .5s; -o-transition: transform .5s , opacity .5s; transition: transform .5s , opacity .5s; }
.goods-list .item .item-wrap .item-caption .caption-overlay .caption-top .item-title { margin: 15px 0; color: var(--theme-color); }
.goods-list .item .item-wrap .item-caption .caption-overlay .caption-top .item-service span { width: 20%; line-height: 2; text-align: center; display: inline-block; border: 1px solid #e2e2e2; margin-right: 10px; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.goods-list .item .item-wrap .item-caption .caption-overlay .caption-top .item-service span:hover { background-color: var(--theme-color); color: #ffffff; border-color: var(--theme-color); }
.goods-list .item .item-wrap .item-caption .caption-overlay .caption-foot { border-top: 1px solid #ebebeb; margin-top: 5%; padding-top: 5%; }
.goods-list .item .item-wrap .item-caption .caption-overlay .caption-foot a { display: inline-block; width: 120px; background-color: var(--theme-color); color: #ffffff; text-align: center; line-height: 38px; border-radius: 10rem; border: 1px solid var(--theme-color); -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.goods-list .item .item-wrap .item-caption .caption-overlay .caption-foot a:hover { background-color: transparent; color: var(--theme-color); }
@media (max-width: 767.98px) { .goods-list .item .item-wrap .item-caption { padding: 12px; }
  .goods-list .item .item-wrap .item-caption .item-title { font-size: 16px; }
  .goods-list .item .item-wrap .item-caption .item-desc { font-size: 14px; } }
@media (max-width: 575.98px) { .goods-list .item .item-wrap .item-caption { padding: 5px; }
  .goods-list .item .item-wrap .item-caption .item-title { font-size: 14px; }
  .goods-list .item .item-wrap .item-caption .item-desc { font-size: 12px; } }
.goods-list .item:hover .item-wrap { -webkit-transform: translateY(-5px); -moz-transform: translateY(-5px); -ms-transform: translateY(-5px); -o-transform: translateY(-5px); transform: translateY(-5px); }
.goods-list .item:hover .item-wrap .item-img { -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); transform: scale(0.9); }
.goods-list .item:hover .item-wrap .item-caption > .item-title, .goods-list .item:hover .item-wrap .item-caption .item-desc { -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: translateY(-10px); -moz-transform: translateY(-10px); -ms-transform: translateY(-10px); -o-transform: translateY(-10px); transform: translateY(-10px); opacity: 0; }
.goods-list .item:hover .item-wrap .item-caption .caption-overlay { opacity: 1; }
.goods-list .item:hover .item-wrap .item-caption .caption-overlay .overlay-wrap { opacity: 1; -webkit-transform: translateY(-30px); -moz-transform: translateY(-30px); -ms-transform: translateY(-30px); -o-transform: translateY(-30px); transform: translateY(-30px); }
.goods-list .item:hover .item-wrap .item-caption .caption-overlay .caption-top .item-title { margin: 15px 0; }
.goods-list .item:hover .item-wrap .item-caption .item-desc { color: #666666; }

.ratio-preview { --mdb-aspect-ratio:calc( 90 / 195 *100%); }

.ratio-thumb { --mdb-aspect-ratio: calc( 14 / 25 * 100%); }

.detail-section .sec-wrap { padding: 3% 0; }
.detail-section .sec-wrap .sec-head { margin-bottom: 2%; }
.detail-section .sec-wrap .sec-head .head-title { display: flex; align-items: center; font-size: 24px; }
.detail-section .sec-wrap .sec-head .head-title svg { width: 42px; height: 42px; display: inline-block; }
.detail-section .sec-wrap .sec-head .head-title svg path { fill: var(--theme-color); }
.detail-section .sec-wrap .sec-head .head-title strong { color: #343434; display: inline-block; vertical-align: middle; }
.detail-section .sec-wrap .sec-head .head-title > span { display: inline-block; position: relative; color: #9d9d9d; font-size: 18px; }
.detail-section .sec-wrap .sec-head.head-white .head-title strong { color: #fff; }
.detail-section .sec-wrap .sec-head.head-white .head-title strong::after { background-color: #fff; }
.detail-section .sec-wrap .sec-head.head-white .head-title > span { color: #fff; }
@media (max-width: 991.98px) { .detail-section .sec-wrap .sec-head .head-title { font-size: 20px; }
  .detail-section .sec-wrap .sec-head .head-title strong::after { height: 18px; } }
@media (max-width: 767.98px) { .detail-section .sec-wrap .sec-head .head-title { font-size: 18px; }
  .detail-section .sec-wrap .sec-head .head-title strong::after { height: 16px; }
  .detail-section .sec-wrap .sec-head .head-title span:nth-child(2) { font-size: 14px; } }

.goods-info { padding-top: 6%; background: url("../Image/goodsinfo-bg.jpg") top center/contain no-repeat; }
.goods-info .page-crumbs { padding: 1.5% 0; margin-bottom: 2%; color: #ffffff; }
.goods-info .page-crumbs svg path { fill: #ffffff; }
@media (max-width: 767.98px) { .goods-info .page-crumbs { font-size: 14px; } }
@media (max-width: 575.98px) { .goods-info .page-crumbs { display: none; } }
.goods-info .goods-info-wrap { padding: 5%; }
@media (max-height: 575.98px) { .goods-info .goods-info-wrap { padding: 0; } }
@media (min-width: 1400px) { .goods-info .goods-top .goods-left { width: 95%; } }
.goods-info .goods-top .goods-left .goods-head { padding: 5% 0 3%; border-bottom: 1px solid rgba(255, 255, 255, 0.5); margin-bottom: 3%; }
.goods-info .goods-top .goods-left .goods-title { font-weight: bold; clear: both; font-size: 36px; line-height: 2; position: relative; border-bottom: 1px solid #e5e5e5; }
.goods-info .goods-top .goods-left .goods-service { color: var(--theme-red); font-size: 18px; }
.goods-info .goods-top .goods-left .goods-service a { color: currentColor; }
.goods-info .goods-top .goods-left .goods-service span { color: #666666; text-decoration: none; }
.goods-info .goods-top .goods-left .goods-desc { color: #666666; font-size: 18px; position: relative; }
.goods-info .goods-top .goods-left .goods-contact { margin-top: 3%; width: 75%; border-radius: 5px; background-color: #f4f4f7; border: 1px solid #e5e5e5; text-align: center; }
.goods-info .goods-top .goods-left .goods-contact .contact-btn { display: flex; align-items: center; justify-content: center; color: #ffffff; background: var(--theme-color); font-size: 18px; }
.goods-info .goods-top .goods-left .goods-contact .goods-tel { text-align: center; font-family: arial; font-size: 30px; font-weight: bold; color: #333333; }
.goods-info .goods-top .goods-left .goods-contact .goods-tel svg { display: inline-block; width: 24px; height: 24px; vertical-align: middle; }
.goods-info .goods-top .goods-left .goods-contact .goods-tel svg path { fill: var(--theme-red); }
.goods-info .goods-top .goods-left .goods-contact .goods-tel span { vertical-align: middle; }
@media (max-width: 1399.98px) { .goods-info .goods-top .goods-left .goods-contact .goods-tel { font-size: 28px; } }
@media (max-width: 1199.98px) { .goods-info .goods-top .goods-left .goods-contact .goods-tel { font-size: 26px; } }
@media (max-width: 991.98px) { .goods-info .goods-top .goods-left .goods-contact .goods-tel { font-size: 22px; } }
@media (max-width: 767.98px) { .goods-info .goods-top .goods-left .goods-contact .goods-tel { font-size: 20px; } }
@media (max-width: 575.98px) { .goods-info .goods-top .goods-left .goods-contact .goods-tel { font-size: 18px; } }
.goods-info .goods-top .goods-left .goods-video svg { display: inline-block; width: 32px; height: 32px; vertical-align: middle; }
.goods-info .goods-top .goods-left .goods-video span { margin-left: 5px; font-size: 18px; color: #3f4150; vertical-align: middle; }
@media (max-width: 1199.98px) { .goods-info .goods-top .goods-left .goods-title { font-size: 24px; } }
@media (max-width: 767.98px) { .goods-info .goods-top .goods-left .goods-title { font-size: 18px; } }
@media (max-width: 575.98px) { .goods-info .goods-top .goods-left { padding: 3% 4%; }
  .goods-info .goods-top .goods-left .goods-title { font-size: 18px; }
  .goods-info .goods-top .goods-left .goods-desc { font-size: 13px; } }
.goods-info .goods-top .goods-preview-box .preview-image { position: relative; }
.goods-info .goods-top .goods-preview-box .preview-image .play-btn { position: absolute; width: 80px; height: 80px; filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.1)); border-radius: 50%; right: 10%; bottom: 10%; z-index: 2; cursor: pointer; }
@media (max-width: 767.98px) { .goods-info .goods-top .goods-preview-box .preview-image .play-btn { width: 65px; height: 65px; } }
@media (max-width: 575.98px) { .goods-info .goods-top .goods-preview-box .preview-image .play-btn { width: 50px; height: 50px; } }
.goods-info .goods-top .goods-preview-box .preview-image .play-btn svg { width: 100%; height: 100%; }
.goods-info .goods-top .goods-preview-box .preview-image .play-btn svg path { fill: var(--theme-color); }
.goods-info .goods-top .goods-preview-box .preview-thumb .item .item-wrap { background-color: #fff; position: relative; overflow: hidden; border: 2px solid #ffffff; -webkit-transition: border-color .5s; -moz-transition: border-color .5s; -ms-transition: border-color .5s; -o-transition: border-color .5s; transition: border-color .5s; }
.goods-info .goods-top .goods-preview-box .preview-thumb .item .item-wrap img { -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.goods-info .goods-top .goods-preview-box .preview-thumb .item:hover .item-wrap { border-color: var(--theme-color); }
.goods-info .goods-top .goods-preview-box .preview-thumb .item:hover .item-wrap img { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); }
.goods-info .goods-top .goods-preview-box .preview-thumb .item.swiper-slide-thumb-active .item-wrap { border-color: var(--theme-color); }
.goods-info .goods-top .goods-preview-box .preview-thumb .item.swiper-slide-thumb-active .item-wrap img { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); }
.goods-info .goods-bottom .detail-section .goods-detail { color: #666666; }
@media (min-width: 1200px) { .goods-info .goods-bottom .detail-section .goods-detail { line-height: 2; } }
@media (min-width: 1400px) { .goods-info .goods-bottom .detail-section .goods-detail { line-height: 2.2; } }
.goods-info .goods-bottom .detail-section .goods-detail p, .goods-info .goods-bottom .detail-section .goods-detail span { text-wrap: initial !important; }
.goods-info .goods-bottom .detail-section .goods-detail img { max-width: 100%; vertical-align: bottom; }
.goods-info .goods-bottom .detail-section.sec-process { background: url("../Image/sec-process.jpg") top/cover no-repeat; padding-bottom: 3%; }
.goods-info .goods-bottom .detail-section.sec-process .sec-wrap .sec-head .sec-title { font-size: 32px; font-weight: bold; color: #222222; }
.goods-info .goods-bottom .detail-section.sec-process .sec-wrap .sec-head .sec-desc { color: #9d9d9d; }
@media (max-width: 1399.98px) { .goods-info .goods-bottom .detail-section.sec-process .sec-wrap .sec-head .sec-title { font-size: 28px; } }
@media (max-width: 1199.98px) { .goods-info .goods-bottom .detail-section.sec-process .sec-wrap .sec-head .sec-title { font-size: 26px; } }
@media (max-width: 991.98px) { .goods-info .goods-bottom .detail-section.sec-process .sec-wrap .sec-head .sec-title { font-size: 22px; }
  .goods-info .goods-bottom .detail-section.sec-process .sec-wrap .sec-head .sec-desc { font-size: 15px; } }
@media (max-width: 767.98px) { .goods-info .goods-bottom .detail-section.sec-process .sec-wrap .sec-head .sec-title { font-size: 18px; }
  .goods-info .goods-bottom .detail-section.sec-process .sec-wrap .sec-head .sec-desc { font-size: 14px; } }
.goods-info .goods-bottom .detail-section.sec-application .sec-wrap { background: url("../Image/sec-application.jpg") top/cover no-repeat; }
.goods-info .goods-bottom .detail-section.sec-application .application-list .item { width: calc(100% / 8); padding: 9px; }
.goods-info .goods-bottom .detail-section.sec-application .application-list .item .item-wrap { padding: 12px 0; }
.goods-info .goods-bottom .detail-section.sec-application .application-list .item .item-wrap .item-title { width: 90%; margin: 0 auto; color: #ffffff; text-align: center; line-height: 38px; border: 1px solid rgba(255, 255, 255, 0.3); }
.goods-info .goods-bottom .detail-section .swiper-recommond .item .item-title { text-align: center; background-color: #eceff4; }
.goods-info .goods-bottom .detail-section .swiper-recommond .swiper-button-prev, .goods-info .goods-bottom .detail-section .swiper-recommond .swiper-button-next { background: rgba(0, 0, 0, 0.3); width: 46px; height: 46px; color: #ffffff; border-radius: 50%; }
.goods-info .goods-bottom .detail-section .swiper-recommond .swiper-button-prev::after, .goods-info .goods-bottom .detail-section .swiper-recommond .swiper-button-next::after { font-size: 14px; }
.goods-info .goods-bottom .detail-section .swiper-recommond .env-pagination { position: relative; width: 80%; margin: 3.5% auto 2%; height: 6px; border-radius: 10px; overflow: hidden; --swiper-pagination-color:#3466ce; background-color: #eeeef3; }
.goods-info .goods-bottom .detail-section .swiper-recommond .env-pagination .swiper-pagination-progressbar-fill { border-radius: 10px; }
@media (max-width: 991.98px) { .goods-info .goods-bottom .detail-section .swiper-recommond { --swiper-navigation-size: 32px; }
  .goods-info .goods-bottom .detail-section .swiper-recommond .env-pagination { height: 5px; } }
@media (max-width: 767.98px) { .goods-info .goods-bottom .detail-section .swiper-recommond { --swiper-navigation-size: 28px; }
  .goods-info .goods-bottom .detail-section .swiper-recommond .env-pagination { height: 4px; } }
@media (max-width: 575.98px) { .goods-info .goods-bottom .detail-section .swiper-recommond { --swiper-navigation-size: 24px; }
  .goods-info .goods-bottom .detail-section .swiper-recommond .env-pagination { height: 3px; } }
.goods-info .goods-bottom table { width: 100% !important; margin-bottom: 5px; border: 1px solid #f3f3f3; }
.goods-info .goods-bottom table tr { -webkit-transition: background-color .5s; -moz-transition: background-color .5s; -ms-transition: background-color .5s; -o-transition: background-color .5s; transition: background-color .5s; }
.goods-info .goods-bottom table tr:nth-child(even) { background-color: #f8f8f8 !important; }
.goods-info .goods-bottom table td { border: none !important; width: auto !important; padding: 3px !important; vertical-align: middle; }
@media (min-width: 1200px) { .goods-info .goods-bottom table td { padding: 5px !important; } }

.solution-detail .solution-content { line-height: 2; color: #666666; }
.solution-detail .solution-application-list .item { width: calc(100% / 10); padding: 9px; }
.solution-detail .solution-application-list .item .item-wrap .item-title { width: 90%; margin: 0 auto; text-align: center; line-height: 38px; }
@media (max-width: 991.98px) { .solution-detail .solution-application-list .item { width: calc(100% / 5); padding: 7px; }
  .solution-detail .solution-application-list .item .item-wrap { padding: 0; }
  .solution-detail .solution-application-list .item .item-wrap .item-img { width: 65%; margin: 0 auto; } }
@media (max-width: 767.98px) { .solution-detail .solution-application-list .item { width: calc(100% / 4); padding: 5px; }
  .solution-detail .solution-application-list .item .item-img { width: 60%; }
  .solution-detail .solution-application-list .item .item-title { font-size: 14px; } }

.image-list .item .item-wrap { position: relative; }
.image-list .item .item-wrap .item-img { position: relative; }
.image-list .item .item-wrap .item-img::before { content: ''; display: block; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-color: rgba(0, 0, 0, 0.5); -webkit-transition: opacity .5s; -moz-transition: opacity .5s; -ms-transition: opacity .5s; -o-transition: opacity .5s; transition: opacity .5s; opacity: 0; margin: auto; z-index: 1; }
.image-list .item .item-wrap .overlay { position: absolute; z-index: 2; width: 100%; height: 100%; top: 0; left: 0; -webkit-transition: opacity .5s; -moz-transition: opacity .5s; -ms-transition: opacity .5s; -o-transition: opacity .5s; transition: opacity .5s; opacity: 0; }
.image-list .item .item-wrap .overlay .item-icon { width: 60px; height: 60px; border-radius: 50%; background-color: var(--theme-red); position: relative; -webkit-transition: transform 1s, opacity .5s; -moz-transition: transform 1s, opacity .5s; -ms-transition: transform 1s, opacity .5s; -o-transition: transform 1s, opacity .5s; transition: transform 1s, opacity .5s; opacity: 0; -webkit-transform: translateY(5%); -moz-transform: translateY(5%); -ms-transform: translateY(5%); -o-transform: translateY(5%); transform: translateY(15%); }
.image-list .item .item-wrap .overlay .item-icon svg { position: absolute; margin: auto; width: 45%; height: 45px; top: 0; left: 0; right: 0; bottom: 0; }
.image-list .item .item-wrap .overlay .item-icon svg path { fill: #ffffff; }
.image-list .item .item-wrap .overlay .item-name { margin-top: .5rem; color: #ffffff; font-size: 22px; -webkit-transition: transform 1s, opacity .5s; -moz-transition: transform 1s, opacity .5s; -ms-transition: transform 1s, opacity .5s; -o-transition: transform 1s, opacity .5s; transition: transform 1s, opacity .5s; opacity: 0; -webkit-transform: translateY(5%); -moz-transform: translateY(5%); -ms-transform: translateY(5%); -o-transform: translateY(5%); transform: translateY(15%); }
.image-list .item:hover .item-wrap .item-img::before { opacity: 1; }
.image-list .item:hover .item-wrap .overlay { opacity: 1; }
.image-list .item:hover .item-wrap .overlay .item-icon { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); opacity: 1; -webkit-transition-delay: .1s; -moz-transition-delay: .1s; -ms-transition-delay: .1s; -o-transition-delay: .1s; transition-delay: .1s; }
.image-list .item:hover .item-wrap .overlay .item-name { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); opacity: 1; }

.single-content { line-height: 2; margin-top: 3%; }
@media (min-width: 1400px) { .single-content > p { margin-bottom: 1rem; } }
.single-content img { max-width: 100%; }

.achievement-list .item { background-color: #fff; border-radius: 10px; overflow: hidden; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.achievement-list .item .item-info .item-title { -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; font-size: 24px; color: #000; line-height: 52px; }
.achievement-list .item .item-info .item-time { font-size: 16px; color: #999999; line-height: 32px; margin-bottom: 1rem; padding-bottom: 1rem; position: relative; -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; }
.achievement-list .item .item-info .item-time::after { content: ''; display: block; width: 2rem; height: 2px; background-color: var(--theme-color); position: absolute; left: 0; bottom: 0; -webkit-transition: width .5s; -moz-transition: width .5s; -ms-transition: width .5s; -o-transition: width .5s; transition: width .5s; }
.achievement-list .item .item-info .item-content { line-height: 36px; }
.achievement-list .item .item-info .item-more { margin-top: 1rem; line-height: 42px; text-align: center; width: 160px; background-color: var(--theme-color); color: #ffffff; display: block; -webkit-transition: background-color .5s ,border-radius .3s; -moz-transition: background-color .5s ,border-radius .3s; -ms-transition: background-color .5s ,border-radius .3s; -o-transition: background-color .5s ,border-radius .3s; transition: background-color .5s ,border-radius .3s; }
.achievement-list .item .item-info .item-more:hover { background-color: var(--theme-green); border-radius: 5px; }
.achievement-list .item:hover { -webkit-transform: translateY(-5px); -moz-transform: translateY(-5px); -ms-transform: translateY(-5px); -o-transform: translateY(-5px); transform: translateY(-5px); -webkit-box-shadow: 0 12px 20px rgba(39, 39, 39, 0.05); -moz-box-shadow: 0 12px 20px rgba(39, 39, 39, 0.05); box-shadow: 0 12px 20px rgba(39, 39, 39, 0.05); }
.achievement-list .item:hover .item-info .item-title { color: var(--theme-color); }
.achievement-list .item:hover .item-info .item-time { color: #666666; }
.achievement-list .item:hover .item-info .item-time::after { width: 3rem; }

.video-list .item .item-wrap { overflow: hidden; border-width: 1px; border-color: #eff3f6; border-style: solid; border-radius: 15px; background-color: white; box-shadow: 0px 0px 40px 0px rgba(41, 67, 152, 0.09); }
.video-list .item .item-wrap .item-img { position: relative; }
.video-list .item .item-wrap .item-img .img-wrap { position: relative; z-index: 3; }
.video-list .item .item-wrap .item-img .play-btn { position: absolute; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); }
.video-list .item .item-wrap .item-img .play-btn svg { position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; width: 70px; height: 70px; }
.video-list .item .item-wrap .item-img .play-btn svg path { fill: #ffffff; }
.video-list .item .item-wrap .item-info .item-title { font-size: 24px; color: #333333; }
.video-list .item .item-wrap .item-info .item-desc { color: #666666; line-height: 30px; }
.video-list .item .item-wrap .item-info .item-more { color: var(--theme-color); }
.video-list .item .item-wrap .item-info .item-more span { line-height: 24px; font-size: 14px; }
.video-list .item .item-wrap .item-info .item-more svg { width: 18px; height: 18px; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.video-list .item .item-wrap .item-info .item-more svg path { fill: var(--theme-color); }
.video-list .item .item-wrap .item-info .item-more:hover svg { -webkit-transform: translateX(3px); -moz-transform: translateX(3px); -ms-transform: translateX(3px); -o-transform: translateX(3px); transform: translateX(3px); }
.video-list .item .item-wrap .item-info .item-meta { color: #999999; font-family: Arial; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.video-list .item .item-wrap .item-info .item-meta:hover { color: #666666; }
.video-list .item .item-wrap .item-info .item-meta svg { display: inline-block; width: 18px; height: 18px; vertical-align: middle; }
.video-list .item .item-wrap .item-info .item-meta svg path { fill: currentColor; }
.video-list .item .item-wrap .item-info .item-meta span { font-size: 14px; display: inline-block; }

.video-zone { width: 100%; }
@media (min-width: 1200px) { .video-zone { width: 80%; margin: 0 auto; } }
@media (min-width: 1400px) { .video-zone { width: 75%; margin: 0 auto; } }
@media (min-width: 1680px) { .video-zone { width: 70%; margin: 0 auto; } }

.video-img-zone { margin: 0 auto; }
@media (min-width: 1200px) { .video-img-zone { width: 80%; } }
@media (min-width: 1400px) { .video-img-zone { width: 75%; } }
@media (min-width: 1680px) { .video-img-zone { width: 70%; } }

@media (min-width: 1200px) { .cases-content { width: 80%; margin: 0 auto; } }
@media (min-width: 1400px) { .cases-content { width: 75%; margin: 0 auto; } }
@media (min-width: 1680px) { .cases-content { width: 70%; margin: 0 auto; } }
