@charset "UTF-8";
@import url("../font/lovelo/lovelo.css");
@import url("../font/bahnschrift/bahnschrift.css");
html { color: #282828; }

:root { scroll-behavior: unset; }

ul { padding-left: 0; margin-bottom: 0; }
ul li { list-style: none; }
ul li::marker { display: none; }

p { margin: 0; }

.img-cover-4by3 { height: 0; width: 100%; padding-bottom: 75%; overflow: hidden; position: relative; }

.img-cover-3by2 { height: 0; width: 100%; padding-bottom: 66.667%; overflow: hidden; position: relative; }

.img-cover img { max-width: 100%; max-height: 100%; position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; }

.abs-center { margin: auto; left: 0; right: 0; top: 0; bottom: 0; position: absolute; }

.over-line-2 { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }

.over-line-3 { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }

.over-line-4 { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; }

.over-line-5 { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 5; overflow: hidden; }

.text-justify { text-align: justify !important; text-align-last: justify; }

.object-fit-cover { -o-object-fit: cover; object-fit: cover; }

.object-fit-contain { -o-object-fit: contain; object-fit: contain; }

.object-fit-scaleDown { -o-object-fit: scale-down; object-fit: scale-down; }

a:focus { outline: none; }

.ratio-2x3 { --bs-aspect-ratio: calc(2 / 3 * 100%); --mdb-aspect-ratio: calc(2 / 3 * 100%); }

.ratio-3x2 { --bs-aspect-ratio: calc(3 / 2 * 100%); --mdb-aspect-ratio: calc(3 / 2 * 100%); }

.ratio-3x4 { --bs-aspect-ratio: calc(4 / 3 * 100%); --mdb-aspect-ratio: calc(4 / 3 * 100%); }

.ratio-8x3 { --mdb-aspect-ratio: calc(3 / 8 * 100%); --bs-aspect-ratio: calc(3 / 8 * 100%); }

.vertical-txt { writing-mode: vertical-rl; }

.nopic { background-color: #f8f8f8; color: #bcbcbc; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.nopic p:nth-child(1) { font-size: 130%; }

/*滚动条样式*/
@media screen and (-webkit-min-device-pixel-ratio: 0) { ::-webkit-scrollbar { width: 5px; height: 8px; }
  ::-webkit-scrollbar-track:enabled { background-color: #999999; }
  ::-webkit-scrollbar-thumb:vertical { background-color: var(--theme-color); border-radius: 30px; }
  ::-webkit-scrollbar-thumb:horizontal { background-color: var(--theme-color); border-radius: 30px; } }
.m-scroll::-webkit-scrollbar { /*滚动条整体样式*/ width: 5px; /*高宽分别对应横竖滚动条的尺寸*/ height: 3px; }

.m-scroll::-webkit-scrollbar-thumb { /*滚动条里面小方块*/ border-radius: 10px; box-shadow: inset 0 0 2.5px rgba(0, 0, 0, 0.1); background: var(--theme-red); }

.m-scroll::-webkit-scrollbar-track { /*滚动条里面轨道*/ box-shadow: inset 0 0 2.5px rgba(0, 0, 0, 0.1); border-radius: 5px; background: #ededed; }

a { color: #333333; text-decoration: none; }
a:hover { text-decoration: none; color: var(--theme-color); }
a:focus { outline: none !important; }

.w-next, .w-prev { cursor: pointer; z-index: 2; width: 40px; height: 40px; margin: auto; top: 0; bottom: 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.w-next { right: 0; }

.w-prev { left: 0; }

.de-page-mian .page-inner { padding: 1.5rem 0; display: flex; align-items: center; justify-content: center; }
.de-page-mian .page-inner a { position: relative; display: block; padding: .5rem .75rem; line-height: 1.25; color: #666; background-color: #e2e2e2; margin: 2px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.de-page-mian .page-inner a:hover, .de-page-mian .page-inner a.active { background-color: var(--theme-color); color: #fff; }
.de-page-mian .page-inner a.prev::after { content: '<'; font-family: "宋体",SimSun; color: CurrentColor; font-weight: bold; }
.de-page-mian .page-inner a.next::after { content: '>'; font-family: "宋体",SimSun; color: CurrentColor; font-weight: bold; }
.de-page-mian .page-inner span, .de-page-mian .page-inner input, .de-page-mian .page-inner a.page-btn { display: none; }

.w-form .form-item { position: relative; }
.w-form .form-item .input-txt, .w-form .form-item .input-textarea { display: block; height: 46px; border: none; background-color: #ffffff; padding: 10px; }
.w-form .form-item .input-txt:focus, .w-form .form-item .input-txt.active, .w-form .form-item .input-textarea:focus, .w-form .form-item .input-textarea.active { outline: none; }
.w-form .form-item .input-textarea { height: 130px; }
.w-form .form-item .input-icon { width: 46px; height: 46px; position: absolute; right: 0; top: 0; }
.w-form .form-item .input-icon svg { position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; width: 60%; height: auto; }
.w-form .form-item .input-icon svg path { fill: #9e9e9e; }
.w-form .verifyImg { height: 46px; cursor: pointer; }
.w-form .submit-btn { display: block; background-color: var(--theme-color); color: #ffffff; text-align: center; line-height: 46px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.w-form .submit-btn:hover { opacity: .8; }

/*字母滚动*/
.cm-word-split-JS { overflow: hidden; opacity: 0; }
.cm-word-split-JS.splitting { opacity: 1; }
.cm-word-split-JS.splitting .word { overflow: hidden; line-height: 1.1; display: inline-block; vertical-align: middle; }
.cm-word-split-JS.splitting .char { display: inline-block; position: relative; font-size: inherit; font-family: inherit; font-weight: inherit; opacity: 0; }
@media (max-width: 1199.98px) { .cm-word-split-JS { opacity: 1; }
  .cm-word-split-JS .char { opacity: 1 !important; } }

#verifyImg { cursor: pointer; }

@font-face { font-family: "MiSans-ExtraLight"; src: url("../font/misans/MiSans-ExtraLight.ttf") format("truetype"); font-weight: bold; font-style: normal; }
.ratio-flash { --mdb-aspect-ratio: calc(47 / 96 * 100%); }

body { color: #222222; --theme-red:#e80125; --theme-color: #2559a2; --theme-bgcolor:#e0d3c8; --theme-green:#8eb031; }
body.active .scroll-down-icon { opacity: 1; bottom: 60px; }
body.active .scroll-down-icon .circle::before { -webkit-animation: upDown 2s ease-in-out infinite; -o-animation: upDown 2s ease-in-out infinite; animation: upDown 2s ease-in-out infinite; }
body.active .scroll-down-icon.hide { opacity: 0; }
@media (max-width: 1399.98px) { body.active .scroll-down-icon { display: none; } }

@media (min-width: 1680px) { .container, .container-xl { /*max-width: 1624px;*/ max-width: 1524px; } }
@keyframes upDown { 0% { opacity: 0.1; transform: translateY(-30px); }
  50% { opacity: 1; transform: translateY(50%); }
  100% { opacity: 0.1; transform: translateY(30px); } }
@keyframes text-active-animation { from { opacity: 0; filter: Alpha(opacity=0); -webkit-transform: translateY(50px); transform: translateY(50px); }
  to { opacity: 1.0; filter: Alpha(opacity=100); -webkit-transform: translateY(0); transform: translateY(0); } }
@keyframes text-fade-out { from { opacity: 1.0; filter: Alpha(opacity=100); }
  to { opacity: 0; filter: Alpha(opacity=0); } }
.ms-preloader { width: 100%; height: 100%; position: fixed; z-index: 9999999; top: 0; left: 0; opacity: 1; visibility: visible; background-color: #151515; }

.lds-grid { display: inline-block; position: relative; width: 80px; height: 80px; }
.lds-grid div { position: absolute; width: 16px; height: 16px; border-radius: 50%; background: #fff; animation: lds-grid 1.2s linear infinite; }
.lds-grid div:nth-child(1) { top: 8px; left: 8px; animation-delay: 0s; }
.lds-grid div:nth-child(2) { top: 8px; left: 32px; animation-delay: -0.4s; }
.lds-grid div:nth-child(3) { top: 8px; left: 56px; animation-delay: -0.8s; }
.lds-grid div:nth-child(4) { top: 32px; left: 8px; animation-delay: -0.4s; }
.lds-grid div:nth-child(5) { top: 32px; left: 32px; animation-delay: -0.8s; }
.lds-grid div:nth-child(6) { top: 32px; left: 56px; animation-delay: -1.2s; }
.lds-grid div:nth-child(7) { top: 56px; left: 8px; animation-delay: -0.8s; }
.lds-grid div:nth-child(8) { top: 56px; left: 32px; animation-delay: -1.2s; }
.lds-grid div:nth-child(9) { top: 56px; left: 56px; animation-delay: -1.6s; }

.loading, .loading > div { position: relative; box-sizing: border-box; }

.loading { display: block; font-size: 0; color: #000; }

.loading.la-dark { color: #333; }

.loading > div { display: inline-block; float: none; background-color: currentColor; border: 0 solid currentColor; }

.ani-menu { width: 38px; height: 38px; display: flex; flex-wrap: wrap; border: 1px solid #dddddd; padding: 5px; position: relative; }
.ani-menu > div { -webkit-transition: opacity .5s; -moz-transition: opacity .5s; -ms-transition: opacity .5s; -o-transition: opacity .5s; transition: opacity .5s; background-color: #bbbbbb; width: 4px; height: 4px; margin: 2px; border-radius: 100%; }
.ani-menu > div:nth-child(1) { animation-duration: 0.65s; animation-delay: 0.03s; }
.ani-menu > div:nth-child(2) { animation-duration: 1.02s; animation-delay: 0.09s; }
.ani-menu > div:nth-child(3) { animation-duration: 1.06s; animation-delay: -0.69s; }
.ani-menu > div:nth-child(4) { animation-duration: 1.5s; animation-delay: -0.41s; }
.ani-menu > div:nth-child(5) { animation-duration: 1.6s; animation-delay: 0.04s; }
.ani-menu > div:nth-child(6) { animation-duration: 0.84s; animation-delay: 0.07s; }
.ani-menu > div:nth-child(7) { animation-duration: 0.68s; animation-delay: -0.66s; }
.ani-menu > div:nth-child(8) { animation-duration: 0.93s; animation-delay: -0.76s; }
.ani-menu > div:nth-child(9) { animation-duration: 1.24s; animation-delay: -0.76s; }
.ani-menu:hover > div { animation-name: ball-grid-beat; animation-iteration-count: infinite; }

@keyframes ball-grid-beat { 0% { opacity: 1; }
  50% { opacity: 0.35; }
  100% { opacity: 1; } }
@media (max-width: 1679.98px) { html { font-size: 15px; } }
@media (max-width: 1199.98px) { html { font-size: 14px; } }
@media (max-width: 991.98px) { html { font-size: 12px; } }
@media (max-width: 767.98px) { html { font-size: 10px; } }

.header2 { background-color: #ffffff; position: sticky; width: 100%; z-index: 1040; --header-height:100px; --nav-width:70%; top: 0; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; --logo-width:270px; }
.header2 .header-wrap { width: 93%; margin: 0 auto; height: var(--header-height); -webkit-transition: height .5s; -moz-transition: height .5s; -ms-transition: height .5s; -o-transition: height .5s; transition: height .5s; }
.header2 .header-wrap .logo { width: var(--logo-width); max-width: 100%; }
.header2 .header-wrap .logo img { -webkit-transition: height .5s; -moz-transition: height .5s; -ms-transition: height .5s; -o-transition: height .5s; transition: height .5s; max-width: 100%; object-fit: contain; }
.header2 .header-wrap .nav { width: var(--nav-width); margin: 0 3rem; margin-right: 1rem; flex: 1; }
.header2 .header-wrap .nav li { flex: 1; text-align: center; position: relative; }
.header2 .header-wrap .nav li::after { content: ''; display: block; position: absolute; width: 60%; margin: auto; left: 0; right: 0; bottom: 0; height: 2px; background-color: var(--theme-color); -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); }
.header2 .header-wrap .nav li.active::after, .header2 .header-wrap .nav li:hover::after { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); }
.header2 .header-wrap .sub-nav { display: none; background-color: #ffffff; box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05); }
.header2 .header-wrap .sub-nav ul { padding: 10px; }
.header2 .header-wrap .sub-nav li { line-height: 42px; position: relative; padding-right: 20px; font-size: 14px; }
.header2 .header-wrap .sub-nav li::after { content: ''; display: block; width: 8px; height: 8px; border: 1px solid currentColor; border-top: 0; border-left: 0; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); position: absolute; margin: auto; top: 0; bottom: 0; right: 13px; -webkit-transition: right .5s ,border-color .5s; -moz-transition: right .5s ,border-color .5s; -ms-transition: right .5s ,border-color .5s; -o-transition: right .5s ,border-color .5s; transition: right .5s ,border-color .5s; }
.header2 .header-wrap .sub-nav li a { position: relative; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.header2 .header-wrap .sub-nav li:hover::after { right: 10px; border-color: var(--theme-color); }
.header2 .header-wrap .sub-nav li:hover a:hover { color: var(--theme-color); }
.header2 .header-wrap .header-tools { color: #333333; }
.header2 .header-wrap .header-tools svg path { fill: currentColor; }
.header2 .header-wrap .header-tools a { color: #333333; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.header2 .header-wrap .header-tools .item { margin-bottom: 0; position: relative; }
.header2 .header-wrap .header-tools .item:nth-child(2) { margin-left: 10px; padding-left: 10px; }
.header2 .header-wrap .header-tools .item .item-title { -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.header2 .header-wrap .header-tools .item .item-title a, .header2 .header-wrap .header-tools .item .item-title svg, .header2 .header-wrap .header-tools .item .item-title span { display: inline-block; vertical-align: middle; font-weight: normal; color: currentColor; }
.header2 .header-wrap .header-tools .item .item-sub { position: absolute; display: none; width: 100%; z-index: 100; }
.header2 .header-wrap .header-tools .item .item-sub ul { padding: 8px; background-color: #fff; width: 100%; margin-top: 10px; text-align: center; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); position: relative; border: 1px solid var(--theme-color); }
.header2 .header-wrap .header-tools .item .item-sub ul::before { content: ''; display: block; width: 0; height: 0; border: 5px solid transparent; border-bottom-color: var(--theme-color); position: absolute; top: -10px; left: 0; right: 0; margin: auto; }
.header2 .header-wrap .header-tools .item .item-sub ul li { font-size: 14px; line-height: 36px; }
.header2 .header-wrap .header-tools .item .item-sub ul li a:hover { color: var(--theme-color); }
.header2 .header-wrap .header-tools .item:hover .item-title { color: var(--theme-color); }
@media (min-width: 1280px) { .header2.header-white:not(:hover) .header-wrap .logo img { filter: contrast(0) grayscale(100%) brightness(100); -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
  .header2.header-white:not(:hover) .header-wrap .nav li > a { color: #ffffff; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
  .header2.header-white:not(:hover) .header-wrap .header-tools { color: #ffffff; }
  .header2.header-white:not(:hover) .header-wrap .header-tools a { color: #ffffff; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; } }
.header2.header-min { --header-height: 70px; -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05); -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05); box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05); }
.header2.header-min .header-wrap .logo img { height: 50px; }
@media (max-width: 1399.98px) { .header2 { --logo-width: 200px; } }
@media (max-width: 991.98px) { .header2 { background-color: #ffffff !important; --header-height:80px; --logo-width:200px; }
  .header2 .header-wrap .logo img { filter: none !important; } }
@media (max-width: 575.98px) { .header2 { --header-height:60px; --logo-width:50%; }
  .header2 .header-wrap .logo img { height: 42px; }
  .header2.header-min { --header-height:60px; } }

.header { background-color: #ffffff; position: sticky; width: 100%; z-index: 110; --header-height:100px; --nav-width:70%; --logo-width:270px; top: 0; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.header .header-wrap { width: 93%; margin: 0 auto; height: var(--header-height); -webkit-transition: height .5s; -moz-transition: height .5s; -ms-transition: height .5s; -o-transition: height .5s; transition: height .5s; }
.header .header-wrap .logo { width: var(--logo-width); max-width: 100%; }
.header .header-wrap .logo img { -webkit-transition: height .5s; -moz-transition: height .5s; -ms-transition: height .5s; -o-transition: height .5s; transition: height .5s; max-width: 100%; object-fit: contain; }
.header .header-wrap .logo img.logo-white { display: none; }
.header .header-wrap .logo img.logo-normal { display: block; }
.header .header-wrap .nav { margin: 0 3rem; flex: 1; margin-right: 1.5rem; }
.header .header-wrap .nav > li { height: 100%; flex: 1; max-width: 180px; text-align: center; position: relative; }
.header .header-wrap .nav > li a { color: #333333; }
.header .header-wrap .nav > li::after { content: ''; display: block; position: absolute; width: 60%; margin: auto; left: 0; right: 0; bottom: 0; height: 2px; background-color: var(--theme-color); -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); }
.header .header-wrap .nav > li.active::after, .header .header-wrap .nav > li:hover::after { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); }
.header .header-wrap .sub-nav { display: none; background-color: #ffffff; box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05); }
.header .header-wrap .sub-nav ul { padding: 10px; }
.header .header-wrap .sub-nav li { line-height: 42px; position: relative; padding-right: 20px; font-size: 14px; }
.header .header-wrap .sub-nav li::after { content: ''; display: block; width: 8px; height: 8px; border: 1px solid currentColor; border-top: 0; border-left: 0; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); position: absolute; margin: auto; top: 0; bottom: 0; right: 10px; -webkit-transition: right .5s ,border-color .5s; -moz-transition: right .5s ,border-color .5s; -ms-transition: right .5s ,border-color .5s; -o-transition: right .5s ,border-color .5s; transition: right .5s ,border-color .5s; }
.header .header-wrap .sub-nav li a { position: relative; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.header .header-wrap .sub-nav li:hover::after { right: 5px; border-color: var(--theme-color); }
.header .header-wrap .sub-nav li:hover a:hover { color: var(--theme-color); }
.header .header-wrap .header-tel { margin-right: 3%; color: #333333; }
.header .header-wrap .header-tel .tel-icon { margin-right: 8px; }
.header .header-wrap .header-tel .tel-info .tel-title { font-size: 14px; line-height: 2; color: #282828; }
.header .header-wrap .header-tel .tel-info .tel-number { font-size: 24px; line-height: 1; }
.header .header-wrap .header-tools .language .item { display: inline-block; position: relative; color: #cccccc; margin: 0 .5rem; -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; }
.header .header-wrap .header-tools .language .item::after { content: ''; display: block; width: 100%; height: 2px; 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); -webkit-transform-origin: left; -moz-transform-origin: left; -ms-transform-origin: left; -o-transform-origin: left; transform-origin: left; }
.header .header-wrap .header-tools .language .item:hover { color: #333333; }
.header .header-wrap .header-tools .language .item.active { color: #000000; }
.header .header-wrap .header-tools .language .item.active::after { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); -webkit-transform-origin: right; -moz-transform-origin: right; -ms-transform-origin: right; -o-transform-origin: right; transform-origin: right; }
.header .header-wrap .header-tools .full-menu { cursor: pointer; }
.header .header-wrap .header-tools .full-menu .ani-menu { -webkit-transition: border-color .5s; -moz-transition: border-color .5s; -ms-transition: border-color .5s; -o-transition: border-color .5s; transition: border-color .5s; }
.header .header-wrap .header-tools .full-menu .ani-menu > div { opacity: 0; }
.header .header-wrap .header-tools .full-menu .ani-menu::before, .header .header-wrap .header-tools .full-menu .ani-menu::after { content: ''; position: absolute; display: block; top: 0; left: 0; margin: auto; bottom: 0; right: 0; width: 0; height: 1px; background-color: var(--theme-color); z-index: 1; -webkit-transition: width .5s; -moz-transition: width .5s; -ms-transition: width .5s; -o-transition: width .5s; transition: width .5s; }
.header .header-wrap .header-tools .full-menu .ani-menu::before { transform: rotate(45deg); }
.header .header-wrap .header-tools .full-menu .ani-menu::after { transform: rotate(-45deg); }
.header .header-wrap .header-tools .full-menu:not(.open) .ani-menu > div { opacity: 1; }
.header .header-wrap .header-tools .full-menu.open .ani-menu { border-color: var(--theme-color); }
.header .header-wrap .header-tools .full-menu.open .ani-menu::before, .header .header-wrap .header-tools .full-menu.open .ani-menu::after { width: 60%; }
.header .header-wrap .header-tools .full-menu.open:hover .ani-menu::before, .header .header-wrap .header-tools .full-menu.open:hover .ani-menu::after { width: 0; }
.header .header-wrap .header-tools .full-menu.open:hover .ani-menu > div { background-color: var(--theme-color); }
.header.header-whites:not(:hover) .header-wrap .logo img { filter: contrast(0) grayscale(100%) brightness(100); -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.header.header-whites:not(:hover) .header-wrap .nav li > a { color: #ffffff; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.header.header-whites:not(:hover) .header-wrap .header-tools { color: #ffffff; }
.header.header-whites:not(:hover) .header-wrap .header-tools a { color: #ffffff; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.header.header-whites:not(:hover) .header-wrap .header-tools .language .item { color: #ffffff; opacity: .5; }
.header.header-whites:not(:hover) .header-wrap .header-tools .language .item.active { opacity: .8; }
.header.header-min { --header-height: 70px; -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05); -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05); box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05); background-color: #ffffff; }
.header.header-min .header-wrap .logo img { height: 50px; }
.header.header-min .header-wrap .logo img.logo-white { display: none; }
.header.header-min .header-wrap .logo img.logo-normal { display: block; }
.header.header-min .header-wrap .nav li a { color: #333333; }
.header.header-min .header-wrap .header-tel .tel-info .tel-title { color: #282828; }
.header.header-min .header-wrap .header-tel .tel-info .tel-number { color: #333333; }
@media (max-width: 575.98px) { .header.header-min { --header-height: 60px; }
  .header.header-min .header-wrap .logo img { height: 40px; } }
.header:hover { background-color: #ffffff; }
.header:hover .header-wrap .logo .logo-white { display: none; }
.header:hover .header-wrap .logo .logo-normal { display: block; }
.header:hover .header-wrap .nav li a { color: #333333; }
.header:hover .header-wrap .header-tel { margin-right: 3%; }
.header:hover .header-wrap .header-tel .tel-icon { margin-right: 8px; }
.header:hover .header-wrap .header-tel .tel-info .tel-title { color: #282828; }
.header:hover .header-wrap .header-tel .tel-info .tel-number { color: #333333; }
@media (max-width: 767.98px) { .header { --header-height: 60px; background-color: #fff; }
  .header .header-wrap .logo img { height: 40px; } }

.dropdown-nav { position: absolute; width: 100%; height: 400px; display: none; background: url("../Image/dropdown.jpg") left center/cover no-repeat #fbfbfb; left: 0; overflow: hidden; z-index: 99; }
@media (max-width: 1199.98px) { .dropdown-nav { background-size: 50% 100%; } }
@media (min-width: 1680px) { .dropdown-nav .container { max-width: 1320px; } }
.dropdown-nav .nav-rightbar { flex: 0 0 auto; width: 28%; position: relative; }
.dropdown-nav .nav-rightbar::before { content: ''; display: block; position: absolute; width: 50vw; height: 100%; top: 0; left: 0; background: url("../Image/dropdown-bg.jpg") left/cover no-repeat; }
.dropdown-nav .nav-rightbar .right-wrap { z-index: 2; position: relative; z-index: 2; height: 100%; color: #ffffff; padding-left: 3vw; }
.dropdown-nav .nav-rightbar .right-wrap a { color: #ffffff; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.dropdown-nav .nav-rightbar .right-wrap p { font-size: 26px; line-height: 2; }
.dropdown-nav .nav-rightbar .right-wrap ul { margin-top: 1rem; }
.dropdown-nav .nav-rightbar .right-wrap ul li a { font-size: 18px; line-height: 2.5; display: block; position: relative; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.dropdown-nav .nav-rightbar .right-wrap ul li a:hover { opacity: .8; }
.dropdown-nav .nav-rightbar .right-wrap ul li a:hover::after { content: ''; }
.dropdown-nav .nav-rightbar .right-wrap .nav-contact { margin-top: 1rem; }
.dropdown-nav .nav-rightbar .right-wrap .nav-contact .contact-title svg { width: 24px; height: 24px; }
.dropdown-nav .nav-rightbar .right-wrap .nav-contact .contact-title svg path { fill: #ffffff; }
.dropdown-nav .nav-rightbar .right-wrap .nav-contact .contact-title span { font-size: 14px; }
.dropdown-nav .nav-rightbar .right-wrap .nav-contact .contact-number { font-size: 24px; font-weight: bold; line-height: 2; }
.dropdown-nav .nav-container { flex: 0 0 auto; width: 62%; }
.dropdown-nav .nav-container .child-item { display: none; height: 100%; }
.dropdown-nav .nav-container .child-item .item-info-wrap { padding-right: 5%; height: 100%; }
.dropdown-nav .nav-container .child-item .item-info-wrap .info-title { color: #333; padding-top: 1rem; font-size: 28px; }
.dropdown-nav .nav-container .child-item .item-info-wrap .info-desc { line-height: 2; color: #666666; }
.dropdown-nav .nav-container .child-item .item-info-wrap ul { margin-top: 1rem; }
.dropdown-nav .nav-container .child-item .item-info-wrap ul li a { line-height: 2; padding: 1rem .5rem; border-bottom: 1px solid #d3dee2; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; position: relative; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.dropdown-nav .nav-container .child-item .item-info-wrap ul li a::before { content: ''; display: inline-block; vertical-align: middle; margin-right: 12px; width: 5px; height: 5px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; background-color: var(--theme-color); }
.dropdown-nav .nav-container .child-item .item-info-wrap ul li:hover a::before { -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -ms-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); border-radius: 50%; }
.dropdown-nav .nav-container .child-item .item-info-wrap ul li a { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; display: inline-block; vertical-align: middle; flex: 1; }
.dropdown-nav .nav-container .child-item .child-nav .nav-item { padding: 0 1.5%; }
.dropdown-nav .nav-container .child-item .child-nav .nav-item .item-img { overflow: hidden; }
.dropdown-nav .nav-container .child-item .child-nav .nav-item .item-img .img-wrap img { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; }
.dropdown-nav .nav-container .child-item .child-nav .nav-item .item-name { color: #333333; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.dropdown-nav .nav-container .child-item .child-nav .nav-item:hover .item-name { color: var(--theme-red); }
.dropdown-nav .nav-container .child-item.active { display: block; }
.dropdown-nav .nav-container .child-item.item-3 .child-nav .nav-item .item-img { width: 60px; margin: 0 auto; }
.dropdown-nav .nav-container .child-item.item-3 .child-nav .nav-item:hover .item-img img { -webkit-animation: swing 1 1s linear; -o-animation: swing 1 1s linear; animation: swing 1 1s linear; }
@media (max-width: 1199.98px) { .dropdown-nav .nav-rightbar { width: 27%; }
  .dropdown-nav .nav-container { width: 73%; } }
@media (max-width: 1399.98px) { .dropdown-nav .nav-rightbar { width: 20%; }
  .dropdown-nav .nav-container { width: 80%; } }

.drop-menu-full { position: absolute; width: 100%; z-index: 100; background-color: #f8f8f9; display: none; height: calc(100vh - var(--header-height)); }
.drop-menu-full .search-box { margin: 5% 0; width: 51%; }
.drop-menu-full .search-box .form-wrap { border-bottom: 1px solid #dddddd; }
.drop-menu-full .search-box .form-wrap .input-icon { margin-right: 5px; width: 32px; height: 32px; }
.drop-menu-full .search-box .form-wrap .input-icon svg { display: block; width: 100%; height: 100%; }
.drop-menu-full .search-box .form-wrap .input-icon svg path { fill: var(--theme-color); }
.drop-menu-full .search-box .form-wrap input { background-color: transparent; display: block; border: none; flex: 1; line-height: 46px; }
.drop-menu-full .search-box .form-wrap input:focus { outline: none; }
.drop-menu-full .menu-nav-box .menu-nav dl dt { margin-bottom: 1rem; color: #000000; font-size: 1.375rem; font-weight: normal; }
.drop-menu-full .menu-nav-box .menu-nav dl dd li { line-height: 2.625rem; }
.drop-menu-full .menu-nav-box .menu-nav dl dd li a { color: #737373; }
.drop-menu-full .menu-nav-box .menu-nav dl dd li:hover a { color: var(--theme-color); }
.drop-menu-full .menu-foot { border-top: 1px solid #dddddd; padding: 3% 0; }
.drop-menu-full .menu-foot .menu-foot-left { color: #4c4c4c; }
.drop-menu-full .menu-foot .menu-foot-left svg { display: inline-block; margin-right: 3px; vertical-align: middle; }
.drop-menu-full .menu-foot .menu-foot-left span { display: inline-block; vertical-align: middle; }
.drop-menu-full .menu-foot .menu-foot-left .tel { margin-right: 3rem; }
.drop-menu-full .menu-foot .menu-foot-right { color: #999999; }
.drop-menu-full .menu-foot .menu-foot-right a { color: CurrentColor; }
.drop-menu-full .menu-foot .menu-foot-right a:hover { color: var(--theme-color); }
@media (max-width: 991.98px) { .drop-menu-full { display: none !important; } }

.more-icon { width: 40px; height: 40px; margin: auto; left: 0; right: 0; display: flex; justify-content: center; align-items: center; background: #eee; border-radius: 50%; top: 0; bottom: 0; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.more-icon svg { width: 40%; height: 40%; fill: #666; }
.more-icon:hover { background-color: var(--theme-color); }
.more-icon:hover svg { fill: #ffffff; }

.mask { top: 100px; display: none; position: fixed; height: 100vh; width: 100vw; background-color: rgba(0, 0, 0, 0.4); z-index: 88; }

.menu-icon { width: 80px; height: 80px; color: var(--theme-color); position: relative; cursor: pointer; }
.menu-icon span { position: absolute; width: 50%; height: 2px; color: var(--theme-color); background-color: CurrentColor; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; margin: auto; left: 0; right: 0; top: 0; bottom: 0; }
.menu-icon span::before, .menu-icon span::after { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; position: absolute; content: ''; display: block; width: 100%; height: 2px; background-color: CurrentColor; }
.menu-icon span::before { top: 600%; }
.menu-icon span::after { bottom: 600%; }
.menu-icon.open span { background-color: unset; }
.menu-icon.open span::before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: 0; }
.menu-icon.open span::after { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); bottom: 0; }
@media (max-width: 575.98px) { .menu-icon { position: absolute; right: 0; width: 56px; height: 56px; }
  .menu-icon span::before { top: 500%; }
  .menu-icon span::after { bottom: 500%; } }

.mobile-nav { font-size: 16px; z-index: 9; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; position: fixed; background-color: #333; width: 100%; height: 100%; top: 60px; left: 0; -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); }
.mobile-nav .nav-wrap { padding: 1rem 2rem; height: 100%; }
.mobile-nav dl { margin-bottom: 0; }
.mobile-nav dl a { color: #f8f8f8; }
.mobile-nav dl dt { position: relative; padding: .5rem; }
.mobile-nav dl dt a { line-height: 2; display: block; width: 80%; margin-right: 2rem; font-weight: normal; }
.mobile-nav dl dt.has-child::after { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
.mobile-nav dl dd { display: none; padding-left: 1rem; }
.mobile-nav dl dd ul { margin-bottom: 0; line-height: 2; margin-top: 5px; list-style: inside circle; color: #fff; }
.mobile-nav dl dd ul li::before { content: ''; display: inline-block; width: 5px; height: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.7); vertical-align: middle; margin-right: 3px; }
.mobile-nav dl dd ul li a { font-size: 14px; opacity: .7; vertical-align: middle; display: inline-block; }
.mobile-nav dl.active dt::before { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.mobile-nav dl.active dt::after { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.mobile-nav dl.active dt.has-child a { color: var(--theme-color); }

.mobile-nav dt.has-child::before, .mobile-nav dt.has-child::after { content: ''; position: absolute; width: 1rem; height: 0; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; border-bottom: 1px solid #d3d3d3; right: .5rem; margin: auto; top: 0; bottom: 0; }

.open-menu.header { background-color: rgba(255, 255, 255, 0.95); }

.open-menu ~ .mobile-nav { -webkit-transform: translate(0); -moz-transform: translate(0); -ms-transform: translate(0); -o-transform: translate(0); transform: translate(0); }
@media (min-width: 992px) { .open-menu ~ .mobile-nav { display: none !important; } }

.index-page .header { position: fixed; }
@media (max-width: 575.98px) { .index-page .header { position: sticky; } }
.index-page .header:hover { background-color: #fff; }
.index-page .header.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 { height: 100%; }
@media (min-width: 1200px) { .swiper-banner .banner-item img { /*width: 100vw;
height: 100vh;*/ object-fit: cover; } }
.swiper-banner .banner-item .overlay { z-index: 2; background-color: rgba(4, 15, 44, 0.4); }
.swiper-banner .banner-item .overlay .video-cover-img { width: 71.4%; }

.sbanner-box { height: 490px; }
.sbanner-box .sbanner-wrap { height: 100%; padding-bottom: 3%; }
.sbanner-box .sbanner-wrap .sbanner-name { position: relative; color: #ffffff; }
.sbanner-box .sbanner-wrap .sbanner-name span { font-size: 3rem; position: relative; z-index: 2; }
.sbanner-box .sbanner-wrap .sbanner-name .en-name { font-size: 1.375rem; text-transform: uppercase; }
@media (max-width: 767.98px) { .sbanner-box .sbanner-wrap .sbanner-icon { width: 20px; height: 20px; }
  .sbanner-box .sbanner-wrap .sbanner-icon svg { width: 100%; height: 100%; } }
.sbanner-box .sbanner-wrap .sbanner-desc { color: #ffffff; line-height: 2; }
@media (max-width: 991.98px) { .sbanner-box { height: 280px; }
  .sbanner-box .sbanner-wrap .sbanner-name::before { font-size: 66px; }
  .sbanner-box .sbanner-wrap .sbanner-name span { font-size: 26px; } }
@media (max-width: 575.98px) { .sbanner-box { height: 220px; }
  .sbanner-box .sbanner-wrap .sbanner-name::before { font-size: 56px; }
  .sbanner-box .sbanner-wrap .sbanner-name span { font-size: 22px; } }
.sbanner-box .goods-nav-box { font-size: 1.25rem; }
.sbanner-box .goods-nav-box .head-name { position: relative; width: 16.75rem; }
.sbanner-box .goods-nav-box .head-name::before { content: ''; position: absolute; display: block; left: 0; top: 0; width: 100%; height: 7.75rem; background: url("../Image/category-bg.png") center/contain no-repeat; }
.sbanner-box .goods-nav-box .head-name .name-wrap { color: #ffffff; position: relative; z-index: 2; line-height: 5.625rem; text-align: center; font-size: 1.25rem; }
.sbanner-box .goods-nav-box .head-name .name-wrap svg { position: absolute; color: #fff; margin: auto; left: 0; right: 0; bottom: 0; }
.sbanner-box .goods-nav-box .head-name .name-wrap svg path { fill: currentColor; }
.sbanner-box .goods-nav-box .head-nav { max-width: calc(100% - 20rem); }
.sbanner-box .goods-nav-box .head-nav a { line-height: 5.625rem; height: 5.625rem; display: block; width: 100%; padding: 0 0.9375rem; color: #ffffff; }
.sbanner-box .goods-nav-box .head-nav .swiper-slide { width: auto !important; }
@media (max-width: 991.98px) { .sbanner-box .goods-nav-box { display: none !important; } }

.footer { padding-top: 3%; background: #1e232e; }
.footer .footer-nav .nav-item dt { line-height: 46px; font-size: 18px; color: #fff; font-weight: normal; margin-bottom: 1rem; }
.footer .footer-nav .nav-item dt a { color: #ffffff; }
.footer .footer-nav .nav-item dd ul li a { -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; color: #999999; line-height: 42px; }
.footer .footer-nav .nav-item dd ul li:hover a { color: #ffffff; }
@media (max-width: 991.98px) { .footer .footer-nav .nav-item dt { margin-bottom: 0; }
  .footer .footer-nav .nav-item dd ul li a { line-height: 32px; } }
@media (max-width: 767.98px) { .footer .footer-nav .nav-item dt { font-size: 16px; }
  .footer .footer-nav .nav-item dd ul li a { font-size: 14px; line-height: 28px; } }
@media (max-width: 575.98px) { .footer .nav-contact { font-size: 14px; } }
.footer .nav-contact dt svg { width: 46px; height: 46px; }
.footer .nav-contact dt .contact-number { vertical-align: middle; font-size: 40px; color: #ffffff; font-family: Bahnschrift; }
.footer .nav-contact dd p { color: #ffffff; line-height: 42px; }
.footer .nav-contact dd .qrcode-item { margin-top: .5rem; text-align: center; width: 45%; }
.footer .nav-contact dd .qrcode-item .item-img { background-color: #252a35; padding: 10px; position: relative; }
.footer .nav-contact dd .qrcode-item .item-img i { position: absolute; display: block; width: 12px; height: 12px; margin: auto; border: 2px solid rgba(255, 255, 255, 0.5); }
.footer .nav-contact dd .qrcode-item .item-img i:nth-child(1) { top: 0; left: 0; border-right: none; border-bottom: none; }
.footer .nav-contact dd .qrcode-item .item-img i:nth-child(2) { top: 0; right: 0; border-left: none; border-bottom: none; }
.footer .nav-contact dd .qrcode-item .item-img i:nth-child(3) { bottom: 0; left: 0; border-right: none; border-top: none; }
.footer .nav-contact dd .qrcode-item .item-img i:nth-child(4) { bottom: 0; right: 0; border-left: none; border-top: none; }
.footer .nav-contact dd .qrcode-item .item-title { color: #999999; line-height: 2; margin-top: .5rem; }
@media (max-width: 575.98px) { .footer .nav-contact dt svg { width: 32px; height: 32px; }
  .footer .nav-contact dt .contact-number { font-size: 32px; } }
.footer .copyright { background-color: #1b1f29; color: #999999; font-size: 14px; }
.footer .copyright a { -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; color: #999999; }
.footer .copyright a:hover { color: var(--theme-color); }

.ratio-honor { --mdb-aspect-ratio: calc( 325 / 235 * 100%); }

.location-box { border-bottom: 1px solid #ebebeb; --location-height:80px; }
.location-box .location-box-wrap { line-height: 2; height: var(--location-height); }
.location-box .location-box-wrap .channel-nav li { padding: 0 1.5rem; -webkit-transition: background-color .5s; -moz-transition: background-color .5s; -ms-transition: background-color .5s; -o-transition: background-color .5s; transition: background-color .5s; list-style: none; position: relative; overflow: hidden; }
.location-box .location-box-wrap .channel-nav li::before { content: ''; display: inline-block; vertical-align: middle; margin-right: 8px; width: 80%; height: 3px; background-color: var(--theme-color); -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); position: absolute; margin: auto; bottom: 0; left: 0; right: 0; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.location-box .location-box-wrap .channel-nav li::marker { display: none; }
.location-box .location-box-wrap .channel-nav li a { -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; color: #333333; display: block; line-height: var(--location-height); }
.location-box .location-box-wrap .channel-nav li.active::before, .location-box .location-box-wrap .channel-nav li:hover::before { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); }
.location-box .location-box-wrap .channel-nav li.active a, .location-box .location-box-wrap .channel-nav li:hover a { color: var(--theme-color); }
@media (min-width: 1400px) { .location-box .location-box-wrap .channel-nav li { font-size: 18px; } }
@media (max-width: 1199.98px) { .location-box .location-box-wrap { height: 70px; } }
@media (max-width: 991.98px) { .location-box .location-box-wrap { height: 60px; } }

.page-crumbs { color: var(--theme-color); line-height: 60px; position: relative; z-index: 2; }
.page-crumbs a, .page-crumbs span { display: inline-block; vertical-align: middle; }
.page-crumbs svg { display: inline-block; vertical-align: middle; width: 16px; height: 16px; }
.page-crumbs svg path { fill: var(--theme-color); }

.scroll-down-icon { position: fixed; bottom: 0px; left: 4rem; display: flex; align-items: center; text-align: center; z-index: 9; opacity: 0; transition: trasnform .5s, bottom 0.8s, opacity 0.5s; }
.scroll-down-icon .circle { display: block; position: relative; width: 34px; height: 34px; border: 1px solid white; border-radius: 50%; margin-right: 13px; overflow: hidden; }
.scroll-down-icon .circle::before { content: ""; width: 4px; height: 4px; background-color: #fff; border-radius: 50%; position: absolute; top: 50%; left: 50%; margin: -2px 0 0 -2px; }
.scroll-down-icon .txt { font-size: 12px; display: block; color: rgba(255, 255, 255, 0.6); font-weight: 500; }
.scroll-down-icon.black .circle { border-color: rgba(51, 51, 51, 0.5); }
.scroll-down-icon.black .circle::before { background-color: #333; }
.scroll-down-icon.black .txt { color: rgba(51, 51, 51, 0.6); }
.scroll-down-icon.active { bottom: 60px; opacity: 1; }

.more-btn { position: relative; color: #ffffff; line-height: 2.875rem; text-align: center; display: block; width: 10rem; background-color: var(--theme-color); border-radius: 2.875rem; -webkit-transition: background-color .5s; -moz-transition: background-color .5s; -ms-transition: background-color .5s; -o-transition: background-color .5s; transition: background-color .5s; font-size: 14px; }
.more-btn::before { left: 0; content: ''; display: none; position: absolute; background-color: var(--theme-color); width: 100%; height: var(--btn-height); border-radius: var(--btn-height); -webkit-transition: width .5s; -moz-transition: width .5s; -ms-transition: width .5s; -o-transition: width .5s; transition: width .5s; }
.more-btn span { position: relative; display: inline-block; vertical-align: middle; color: currentColor; }
.more-btn img { position: relative; display: inline-block; }
.more-btn svg { display: inline-block; position: relative; vertical-align: middle; width: 1.125rem; height: 1.125rem; }
.more-btn svg path { fill: currentColor; }
.more-btn:hover { color: #ffffff; background-color: #007bd6; }

.filter-white { filter: contrast(0) grayscale(100%) brightness(100); }

body.active #fp-nav { right: 30px; opacity: 1; }

body.active #fp-nav.hide { top: 10%; margin-top: 0; transition: all 0.8s ease; }

#fp-nav { position: fixed; z-index: 100; margin-top: 0 !important; transform: translateY(-40%); top: 40%; right: 10px; margin-right: 13px; opacity: 0; transition: all 0.8s; font-size: 14px; color: #d7dfe4; letter-spacing: -0.025em; font-weight: 700; text-align: center; }
#fp-nav .nav-title { writing-mode: vertical-rl; display: block; letter-spacing: 1px; margin-bottom: 2px; height: 100px; text-align: right; }
#fp-nav svg path { fill: currentColor; }
#fp-nav ul { position: relative; }
#fp-nav ul li { position: relative; width: 100%; margin: 0 auto; height: 20px; cursor: pointer; }
#fp-nav ul li:last-child { display: none; }
#fp-nav ul li a { width: 1px !important; margin: 0 auto; display: block; position: relative; width: 100%; box-sizing: border-box; -webkit-transition: width .5s; -moz-transition: width .5s; -ms-transition: width .5s; -o-transition: width .5s; transition: width .5s; }
#fp-nav ul li a:before { content: ""; width: 100%; height: 0; background-color: #fff; position: absolute; left: 0; top: 0; transition: height 0.4s; }
#fp-nav ul li a span { display: block; width: 100% !important; height: 100% !important; background-color: #fff; opacity: 0.2; -webkit-transition: opacity .5s; -moz-transition: opacity .5s; -ms-transition: opacity .5s; -o-transition: opacity .5s; transition: opacity .5s; margin: 0 !important; border-radius: 0 !important; top: 0; left: 0; }
#fp-nav ul li a.active:before { height: 100%; }
#fp-nav ul li:hover a { width: 3px !important; }
#fp-nav ul li:hover a span { opacity: .8; background-color: var(--theme-color); }
#fp-nav .cur { display: block; margin: 10px 0 15px; font-family: "Lovelo Black"; }
#fp-nav .total { display: block; margin-top: 24px; opacity: 0.3; }
#fp-nav.black { color: #333; }
#fp-nav.black ul li a:not(.active):before, #fp-nav.black ul li a.active:before { background-color: #000; }
#fp-nav.black ul li a:not(.active) span { background-color: #000; }

.cm-word-split-JS.splitting .char { -webkit-animation: text-fade-out 1.5s cubic-bezier(0.4, 0, 0.2, 1) both; animation: text-fade-out 1.5s cubic-bezier(0.4, 0, 0.2, 1) both; }

@media (max-width: 1199.98px) { .section { padding: 5% 0; } }
.section .sec-head .sec-name { position: relative; }
.section .sec-head .sec-name::before { display: block; content: attr(data-title); font-family: "Lovelo Black"; font-size: 90px; color: rgba(51, 51, 51, 0.05); text-transform: uppercase; line-height: 1; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; position: absolute; left: 0; right: 0; }
.section .sec-head .sec-name span { -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; font-size: 40px; color: #000; line-height: 2; font-weight: bold; position: relative; top: 0; width: 100%; left: 0; }
.section .sec-head .sec-desc { color: #333333; margin-top: 0.9375rem; }
@media (min-width: 1400px) { .section .sec-head .sec-desc { font-size: 18px; } }
@media (max-width: 991.98px) { .section .sec-head .sec-name::before { font-size: 65px; }
  .section .sec-head .sec-name span { font-size: 28px; } }
@media (max-width: 767.98px) { .section .sec-head .sec-name::before { font-size: 62px; }
  .section .sec-head .sec-name span { font-size: 28px; } }
@media (max-width: 575.98px) { .section .sec-head .sec-name::before { font-size: 46px; }
  .section .sec-head .sec-name span { font-size: 22px; }
  .section .sec-head .sec-desc { font-size: 14px; } }
.section .sec-nav { margin-top: 3%; }
.section .sec-nav a { margin: 0 10px; display: inline-block; line-height: 34px; padding: 4px 20px; width: 140px; text-align: center; color: #999999; border: 1px solid #999999; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; border-radius: 10rem; }
.section .sec-nav a:hover { color: #ffffff; background-color: var(--theme-color); border-color: var(--theme-color); }
.section.sec-solution .solution-wrap { padding-top: 3%; }
.section.sec-solution .solution-wrap .solution-head .head-left .head-title .en-title { color: var(--theme-color); }
.section.sec-solution .solution-wrap .solution-head .head-left .head-title .en-title svg { display: inline-block; vertical-align: middle; width: 1rem; height: 1rem; }
.section.sec-solution .solution-wrap .solution-head .head-left .head-title .en-title svg path { fill: currentColor; }
.section.sec-solution .solution-wrap .solution-head .head-left .head-title .cn-title { font-size: 1.125rem; color: #666666; }
.section.sec-solution .solution-wrap .solution-head .head-left .head-title .cn-title strong { color: #222222; font-size: 2.5rem; }
.section.sec-solution .solution-wrap .solution-head .head-right .head-nav a { margin-left: 1rem; display: inline-block; line-height: 2.875rem; padding: 0 1.25rem; border: 1px solid #e3e4e5; border-radius: 10rem; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.section.sec-solution .solution-wrap .solution-head .head-right .head-nav a:hover { background-color: var(--theme-color); color: #fff; border-color: var(--theme-color); }
.section.sec-solution .solution-wrap .solution-box { margin-top: 1.5%; }
.section.sec-solution .solution-wrap .solution-box .item { position: relative; overflow: hidden; width: 14.5%; -webkit-transition: width .5s; -moz-transition: width .5s; -ms-transition: width .5s; -o-transition: width .5s; transition: width .5s; }
.section.sec-solution .solution-wrap .solution-box .item .item-img img { transform: translateX(-50%); filter: blur(3px); -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.section.sec-solution .solution-wrap .solution-box .item .item-wrap { position: absolute; width: 100%; height: 100%; top: 0; left: 0; }
.section.sec-solution .solution-wrap .solution-box .item .item-wrap .item-min { width: 100%; height: 100%; display: block; }
.section.sec-solution .solution-wrap .solution-box .item .item-wrap .item-min .item-title { width: 100%; -webkit-transition: opacity .5s; -moz-transition: opacity .5s; -ms-transition: opacity .5s; -o-transition: opacity .5s; transition: opacity .5s; opacity: 1; writing-mode: vertical-lr; color: #fff; margin: 0 auto; height: 100%; padding: 28% 20%; -webkit-transition-delay: 1s; -moz-transition-delay: 1s; -ms-transition-delay: 1s; -o-transition-delay: 1s; transition-delay: 1s; }
.section.sec-solution .solution-wrap .solution-box .item .item-wrap .item-min .item-title .cn-title { font-size: 1.75rem; line-height: 3.5; letter-spacing: 2px; }
.section.sec-solution .solution-wrap .solution-box .item .item-wrap .item-min .item-title .en-title { opacity: .3; font-size: 0.875rem; text-align: end; text-transform: uppercase; }
.section.sec-solution .solution-wrap .solution-box .item .item-wrap .overlay { height: 100%; padding: 7%; }
.section.sec-solution .solution-wrap .solution-box .item .item-wrap .overlay-wrap { height: 100%; color: #ffffff; }
.section.sec-solution .solution-wrap .solution-box .item .item-wrap .overlay-wrap .item-title .cn-title { font-weight: bold; font-size: 2.25rem; -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 1s ,opacity 1s; -webkit-transition-delay: .3s; -moz-transition-delay: .3s; -ms-transition-delay: .3s; -o-transition-delay: .3s; transition-delay: .3s; -webkit-transform: translateY(1.875rem); -moz-transform: translateY(1.875rem); -ms-transform: translateY(1.875rem); -o-transform: translateY(1.875rem); transform: translateY(1.875rem); opacity: 0; }
.section.sec-solution .solution-wrap .solution-box .item .item-wrap .overlay-wrap .item-title .en-title { text-transform: uppercase; font-size: 1rem; opacity: .5; line-height: 3; -webkit-transition: transform 1s ,opacity 1s; -moz-transition: transform 1s ,opacity 1s; -ms-transition: transform 1s ,opacity 1s; -o-transition: transform 1s ,opacity 1s; transition: transform 1s ,opacity 1s; -webkit-transition-delay: .4s; -moz-transition-delay: .4s; -ms-transition-delay: .4s; -o-transition-delay: .4s; transition-delay: .4s; -webkit-transform: translateY(1.875rem); -moz-transform: translateY(1.875rem); -ms-transform: translateY(1.875rem); -o-transform: translateY(1.875rem); transform: translateY(1.875rem); opacity: 0; }
.section.sec-solution .solution-wrap .solution-box .item .item-wrap .overlay-wrap .item-icon { margin: 1rem 0 1.25rem; opacity: .5; -webkit-transition: transform 1s ,opacity 1s; -moz-transition: transform 1s ,opacity 1s; -ms-transition: transform 1s ,opacity 1s; -o-transition: transform 1s ,opacity 1s; transition: transform 1s ,opacity 1s; -webkit-transition-delay: .3s; -moz-transition-delay: .3s; -ms-transition-delay: .3s; -o-transition-delay: .3s; transition-delay: .3s; -webkit-transform: translateY(1.5625rem); -moz-transform: translateY(1.5625rem); -ms-transform: translateY(1.5625rem); -o-transform: translateY(1.5625rem); transform: translateY(1.5625rem); opacity: 0; }
.section.sec-solution .solution-wrap .solution-box .item .item-wrap .overlay-wrap .item-icon svg path { fill: CurrentColor; }
.section.sec-solution .solution-wrap .solution-box .item .item-wrap .overlay-wrap .item-content { line-height: 2; -webkit-transition: transform 1s ,opacity 1s; -moz-transition: transform 1s ,opacity 1s; -ms-transition: transform 1s ,opacity 1s; -o-transition: transform 1s ,opacity 1s; transition: transform 1s ,opacity 1s; -webkit-transition-delay: .5s; -moz-transition-delay: .5s; -ms-transition-delay: .5s; -o-transition-delay: .5s; transition-delay: .5s; -webkit-transform: translateY(2.1875rem); -moz-transform: translateY(2.1875rem); -ms-transform: translateY(2.1875rem); -o-transform: translateY(2.1875rem); transform: translateY(2.1875rem); opacity: 0; }
.section.sec-solution .solution-wrap .solution-box .item .item-wrap .overlay-wrap .item-more { margin-top: 10%; -webkit-transition: transform 1s ,opacity 1s; -moz-transition: transform 1s ,opacity 1s; -ms-transition: transform 1s ,opacity 1s; -o-transition: transform 1s ,opacity 1s; transition: transform 1s ,opacity 1s; -webkit-transition-delay: .6s; -moz-transition-delay: .6s; -ms-transition-delay: .6s; -o-transition-delay: .6s; transition-delay: .6s; -webkit-transform: translateY(2.1875rem); -moz-transform: translateY(2.1875rem); -ms-transform: translateY(2.1875rem); -o-transform: translateY(2.1875rem); transform: translateY(2.1875rem); opacity: 0; }
.section.sec-solution .solution-wrap .solution-box .item .item-wrap .overlay-wrap .item-more a { background-color: var(--theme-color); color: #ffffff; display: inline-block; padding: 0.625rem 1.875rem; line-height: 2; border-radius: 3rem; }
.section.sec-solution .solution-wrap .solution-box .item .item-wrap .overlay-wrap .item-more a span { display: inline-block; vertical-align: middle; }
.section.sec-solution .solution-wrap .solution-box .item .item-wrap .overlay-wrap .item-more a svg { width: 26px; height: 26px; margin-left: 3px; display: inline-block; vertical-align: middle; }
.section.sec-solution .solution-wrap .solution-box .item .item-wrap .overlay-wrap .item-more a svg path { fill: CurrentColor; }
.section.sec-solution .solution-wrap .solution-box .item.active { width: 71%; }
.section.sec-solution .solution-wrap .solution-box .item.active .item-img img { transform: translateX(0); filter: blur(0); -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.section.sec-solution .solution-wrap .solution-box .item.active .item-min { display: none; }
.section.sec-solution .solution-wrap .solution-box .item.active .item-min .item-title { opacity: 0; -webkit-transition-delay: 0s; -moz-transition-delay: 0s; -ms-transition-delay: 0s; -o-transition-delay: 0s; transition-delay: 0s; }
.section.sec-solution .solution-wrap .solution-box .item.active .overlay .overlay-wrap .item-title .cn-title, .section.sec-solution .solution-wrap .solution-box .item.active .overlay .overlay-wrap .item-title .en-title { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); opacity: 1; }
.section.sec-solution .solution-wrap .solution-box .item.active .overlay .overlay-wrap .item-icon { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); opacity: .5; }
.section.sec-solution .solution-wrap .solution-box .item.active .overlay .overlay-wrap .item-content { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); opacity: .8; }
.section.sec-solution .solution-wrap .solution-box .item.active .overlay .overlay-wrap .item-more { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); opacity: 1; }
@media (max-width: 1679.98px) { .section.sec-solution .solution-wrap .solution-box { height: 500px; } }
@media (max-width: 1399.98px) { .section.sec-solution .solution-wrap .solution-box { height: 460px; } }
@media (max-width: 1199.98px) { .section.sec-solution .solution-wrap .solution-box { height: 420px; } }
@media (max-width: 991.98px) { .section.sec-solution .solution-wrap .solution-box { height: 360px; } }
@media (max-width: 767.98px) { .section.sec-solution .solution-wrap .solution-box { height: 320px; } }
@media (max-width: 575.98px) { .section.sec-solution .solution-wrap .solution-box .item .item-wrap .item-min .item-title .cn-title { line-height: 1.5; }
  .section.sec-solution .solution-wrap .solution-box .item.active { width: 71%; }
  .section.sec-solution .solution-wrap .solution-box .item.active .item-img img { transform: translateX(0); filter: blur(0); -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
  .section.sec-solution .solution-wrap .solution-box .item.active .item-min { display: none; }
  .section.sec-solution .solution-wrap .solution-box .item.active .item-min .item-title { opacity: 0; -webkit-transition-delay: 0s; -moz-transition-delay: 0s; -ms-transition-delay: 0s; -o-transition-delay: 0s; transition-delay: 0s; }
  .section.sec-solution .solution-wrap .solution-box .item.active .overlay .overlay-wrap .item-title .cn-title, .section.sec-solution .solution-wrap .solution-box .item.active .overlay .overlay-wrap .item-title .en-title { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); opacity: 1; }
  .section.sec-solution .solution-wrap .solution-box .item.active .overlay .overlay-wrap .item-icon { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); opacity: .5; }
  .section.sec-solution .solution-wrap .solution-box .item.active .overlay .overlay-wrap .item-content { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); opacity: .8; }
  .section.sec-solution .solution-wrap .solution-box .item.active .overlay .overlay-wrap .item-more { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); opacity: 1; } }
.section.sec-product { background: url("../Image/sec-product.jpg") bottom center/100% 50% no-repeat, url("../Image/sec-product-1.jpg") center/cover no-repeat fixed; }
.section.sec-about { background: url("../Image/sec-about-bg.jpg") center/cover no-repeat; overflow: hidden; }
.section.sec-about .about-top .about-head { position: relative; }
.section.sec-about .about-top .about-head::before { content: attr(data-title); font-family: lovelo; font-size: 160px; color: #000; background: url(../Image/dot-bg.png); -webkit-background-clip: text; -webkit-text-fill-color: transparent; text-transform: uppercase; line-height: 1; position: absolute; left: 0; }
.section.sec-about .about-top .about-head .head-en { position: relative; z-index: 2; font-size: 1rem; color: var(--theme-color); text-transform: uppercase; line-height: 1; }
.section.sec-about .about-top .about-head .head-en svg path { fill: var(--theme-color); }
.section.sec-about .about-top .about-head .head-title { position: relative; z-index: 2; font-size: 2.5rem; font-weight: bold; color: #222222; }
.section.sec-about .about-top .about-head .head-brief { position: relative; z-index: 2; margin-top: 2.5rem; font-size: 1.5rem; color: #1e222b; }
@media (max-width: 1399.98px) { .section.sec-about .about-top .about-head::before { font-size: 125px; } }
@media (max-width: 1199.98px) { .section.sec-about .about-top .about-head::before { font-size: 110px; } }
@media (max-width: 991.98px) { .section.sec-about .about-top .about-head::before { font-size: 80px; } }
@media (max-width: 767.98px) { .section.sec-about .about-top .about-head::before { font-size: 46px; } }
.section.sec-about .about-left .about-content { color: #282828; line-height: 36px; }
@media (max-width: 991.98px) { .section.sec-about .about-left .about-content { line-height: 2; } }
@media (max-width: 767.98px) { .section.sec-about .about-left .about-content { line-height: 1.8; } }
@media (max-width: 575.98px) { .section.sec-about .about-left .about-content { line-height: 1.5; font-size: 14px; } }
.section.sec-about .about-left .more-btn { --btn-height:40px; color: #ffffff; --btn-width:140px; margin-top: 5%; }
.section.sec-about .about-left .more-btn::before { width: 100%; }
.section.sec-about .about-left .about-params { margin-top: 3%; }
.section.sec-about .about-left .about-params .param-item .item-wrap .item-value { color: var(--theme-color); position: relative; }
.section.sec-about .about-left .about-params .param-item .item-wrap .item-value .number { font-size: 60px; line-height: 1; font-family: "lovelo"; }
@media (max-width: 1399.98px) { .section.sec-about .about-left .about-params .param-item .item-wrap .item-value .number { font-size: 52px; } }
.section.sec-about .about-left .about-params .param-item .item-wrap .item-value .unit { font-size: 14px; }
.section.sec-about .about-left .about-params .param-item .item-wrap .item-title { line-height: 2; color: #3f4042; }
@media (max-width: 1199.98px) { .section.sec-about .about-left .about-params .param-item .item-wrap { padding-left: 10% !important; }
  .section.sec-about .about-left .about-params .param-item .item-wrap .item-value .number { font-size: 42px; }
  .section.sec-about .about-left .about-params .param-item .item-wrap .item-value .unit { font-size: 16px; } }
@media (max-width: 767.98px) { .section.sec-about .about-left .about-params .param-item .item-wrap .item-value .number { font-size: 36px; }
  .section.sec-about .about-left .about-params .param-item .item-wrap .item-value .unit { font-size: 14px; } }
@media (max-width: 575.98px) { .section.sec-about .about-left .about-params .param-item .item-wrap .item-value .number { font-size: 28px; }
  .section.sec-about .about-left .about-params .param-item .item-wrap .item-value .unit { font-size: 12px; } }
.section.sec-about .about-left .about-params .param-item:nth-child(4) .item-wrap .item-value::after { display: none; }
@media (max-width: 991.98px) { .section.sec-about .about-left .about-params .param-item:nth-child(2) .item-wrap .item-value::after { display: none; } }
@media (max-width: 575.98px) { .section.sec-about .about-left .about-top .about-head .head-en { font-size: 13px; }
  .section.sec-about .about-left .about-top .about-head .head-title { font-size: 20px; }
  .section.sec-about .about-left .about-top .about-head .head-brief { font-size: 16px; line-height: 1.5; }
  .section.sec-about .about-left .about-top .about-content { font-size: 14px; }
  .section.sec-about .about-left .about-top .more-btn { --btn-height: 32px; font-size: 13px; --btn-width: 120px; }
  .section.sec-about .about-left .about-top .more-btn svg { width: 14px; height: 14px; } }
@media (min-width: 992px) { .section.sec-about .about-right .about-img { position: absolute; bottom: 0; right: 0; max-width: 35vw; } }
.section.sec-service { background: url("../Image/bg-title-txt.png") bottom center/contain no-repeat fixed, url("../Image/sec-service-bg.jpg") center center/cover no-repeat; }
.section.sec-service .service-box .service-item { padding: 0 10%; }
.section.sec-service .service-box .service-item .item-title { position: relative; }
.section.sec-service .service-box .service-item .item-title::before { content: attr(data-title); font-family: lovelo; font-size: 8.75rem; color: #000; background: url("../Image/dot-bg-white.png"); -webkit-background-clip: text; -webkit-text-fill-color: transparent; text-transform: uppercase; line-height: 1; position: absolute; left: 0; opacity: .5; }
@media (max-width: 1199.98px) { .section.sec-service .service-box .service-item .item-title::before { font-size: 7.5rem; } }
.section.sec-service .service-box .service-item .item-title .cn-title { position: relative; z-index: 2; font-weight: bold; font-size: 3rem; }
.section.sec-service .service-box .service-item .item-title .en-title { position: relative; z-index: 2; font-size: 1rem; }
.section.sec-service .service-box .service-item .item-content { line-height: 2; opacity: .5; }
.section.sec-service .service-box .service-item .more-btn { margin-top: 10%; border: 1px solid var(--theme-color); font-size: 1rem; line-height: 2.875rem; --btn-height: pxTorem(46px); --btn-width: pxTorem(160px); }
.section.sec-service .service-box .service-item .more-btn:hover { background-color: transparent; border-color: rgba(255, 255, 255, 0.5); }
.section.sec-service .service-box .service-item.item-download { position: relative; }
@media (min-width: 992px) { .section.sec-service .service-box .service-item.item-download::before { content: ''; display: block; position: absolute; bottom: 0; left: 0; margin: auto; height: 80%; border-left: 1px solid rgba(255, 255, 255, 0.2); } }
@media (max-width: 991.98px) { .section.sec-service .service-box .service-item { margin-top: 1.25rem; padding: 0 5%; }
  .section.sec-service .service-box .service-item .item-title .cn-title { font-size: 2.25rem; } }
@media (max-width: 767.98px) { .section.sec-service .service-box .service-item .item-more { margin-top: 5%; margin-bottom: 3%; } }
@media (max-width: 1199.98px) { .section.sec-industry { height: 600px; } }
@media (max-width: 991.98px) { .section.sec-industry { height: 520px; } }
@media (max-width: 767.98px) { .section.sec-industry { height: 460px; } }
.section.sec-industry .industry-bg-swiper .item { position: relative; }
.section.sec-industry .industry-bg-swiper .item::before { content: ''; display: block; position: absolute; width: 100%; height: 100%; left: 0; bottom: 0; background-image: linear-gradient(0, rgba(0, 36, 71, 0.5), rgba(0, 36, 71, 0) 60%); }
.section.sec-industry .industry-txt-swiper { height: 100%; }
.section.sec-industry .industry-txt-swiper .item .item-wrap { height: 100%; position: relative; color: #ffffff; overflow: hidden; }
.section.sec-industry .industry-txt-swiper .item .item-wrap .item-overlay { padding: 10%; }
.section.sec-industry .industry-txt-swiper .item .item-wrap .item-overlay::before, .section.sec-industry .industry-txt-swiper .item .item-wrap .item-overlay::after { content: ''; display: block; position: absolute; width: 100%; height: 100%; bottom: 0; left: 0; -webkit-transition: transform .5s, opacity .5s; -moz-transition: transform .5s, opacity .5s; -ms-transition: transform .5s, opacity .5s; -o-transition: transform .5s, opacity .5s; transition: transform .5s, opacity .5s; -webkit-transform: scaleY(0); -moz-transform: scaleY(0); -ms-transform: scaleY(0); -o-transform: scaleY(0); transform: scaleY(0); opacity: 0; -webkit-transform-origin: top; -moz-transform-origin: top; -ms-transform-origin: top; -o-transform-origin: top; transform-origin: top; }
.section.sec-industry .industry-txt-swiper .item .item-wrap .item-overlay::before { background-image: linear-gradient(rgba(10, 106, 191, 0), rgba(10, 106, 191, 0.8) 100%); }
.section.sec-industry .industry-txt-swiper .item .item-wrap .item-overlay::after { background-image: linear-gradient(rgba(10, 106, 191, 0), #0a6abf 100%); height: 30%; }
.section.sec-industry .industry-txt-swiper .item .item-wrap .item-overlay .item-head { position: relative; z-index: 2; }
.section.sec-industry .industry-txt-swiper .item .item-wrap .item-overlay .item-head::before { content: 'tuoxin'; text-transform: uppercase; color: #ffffff; font-size: 78px; font-family: lovelo; -webkit-text-stroke: 1px rgba(255, 255, 255, 0.5); color: transparent; -webkit-transition: transform .5s, opacity .3s; -moz-transition: transform .5s, opacity .3s; -ms-transition: transform .5s, opacity .3s; -o-transition: transform .5s, opacity .3s; transition: transform .5s, opacity .3s; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); opacity: 0; -webkit-transition-delay: .1s; -moz-transition-delay: .1s; -ms-transition-delay: .1s; -o-transition-delay: .1s; transition-delay: .1s; }
.section.sec-industry .industry-txt-swiper .item .item-wrap .item-overlay .item-head .head-name { font-size: 36px; line-height: 2; -webkit-transition: transform .5s, opacity .3s; -moz-transition: transform .5s, opacity .3s; -ms-transition: transform .5s, opacity .3s; -o-transition: transform .5s, opacity .3s; transition: transform .5s, opacity .3s; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); opacity: 0; -webkit-transition-delay: .1s; -moz-transition-delay: .1s; -ms-transition-delay: .1s; -o-transition-delay: .1s; transition-delay: .1s; }
.section.sec-industry .industry-txt-swiper .item .item-wrap .item-overlay .item-head .head-icon { -webkit-transition: transform .5s, opacity .3s; -moz-transition: transform .5s, opacity .3s; -ms-transition: transform .5s, opacity .3s; -o-transition: transform .5s, opacity .3s; transition: transform .5s, opacity .3s; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); opacity: 0; -webkit-transition-delay: .15s; -moz-transition-delay: .15s; -ms-transition-delay: .15s; -o-transition-delay: .15s; transition-delay: .15s; }
.section.sec-industry .industry-txt-swiper .item .item-wrap .item-overlay .item-head .head-icon img { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); width: 24px; height: 24px; }
.section.sec-industry .industry-txt-swiper .item .item-wrap .item-overlay .item-content { -webkit-transition: transform .5s, opacity .3s; -moz-transition: transform .5s, opacity .3s; -ms-transition: transform .5s, opacity .3s; -o-transition: transform .5s, opacity .3s; transition: transform .5s, opacity .3s; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); opacity: 0; -webkit-transition-delay: .2s; -moz-transition-delay: .2s; -ms-transition-delay: .2s; -o-transition-delay: .2s; transition-delay: .2s; position: relative; z-index: 2; margin-top: 5%; line-height: 2; }
.section.sec-industry .industry-txt-swiper .item .item-wrap .item-overlay .item-more { -webkit-transition: transform .5s, opacity .3s; -moz-transition: transform .5s, opacity .3s; -ms-transition: transform .5s, opacity .3s; -o-transition: transform .5s, opacity .3s; transition: transform .5s, opacity .3s; -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); opacity: 0; -webkit-transition-delay: .2s; -moz-transition-delay: .2s; -ms-transition-delay: .2s; -o-transition-delay: .2s; transition-delay: .2s; position: relative; z-index: 2; margin-top: 25%; }
.section.sec-industry .industry-txt-swiper .item .item-wrap .item-overlay .item-more a { display: block; line-height: 46px; border-radius: 10rem; background-color: var(--theme-green); color: #ffffff; line-height: 46px; text-align: center; width: 180px; -webkit-transition: background-color .5s, transform .5s, box-shadow .3s; -moz-transition: background-color .5s, transform .5s, box-shadow .3s; -ms-transition: background-color .5s, transform .5s, box-shadow .3s; -o-transition: background-color .5s, transform .5s, box-shadow .3s; transition: background-color .5s, transform .5s, box-shadow .3s; }
.section.sec-industry .industry-txt-swiper .item .item-wrap .item-overlay .item-more a span, .section.sec-industry .industry-txt-swiper .item .item-wrap .item-overlay .item-more a img { display: inline-block; vertical-align: middle; }
.section.sec-industry .industry-txt-swiper .item .item-wrap .item-overlay .item-more a img { margin-left: 8px; width: 16px; height: 16px; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.section.sec-industry .industry-txt-swiper .item .item-wrap .item-overlay .item-more a:hover { background-color: var(--theme-color); box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, 0.1); -webkit-transform: translateY(-3px); -moz-transform: translateY(-3px); -ms-transform: translateY(-3px); -o-transform: translateY(-3px); transform: translateY(-3px); }
.section.sec-industry .industry-txt-swiper .item .item-wrap .item-overlay .item-more a:hover img { -webkit-transform: translateX(3px); -moz-transform: translateX(3px); -ms-transform: translateX(3px); -o-transform: translateX(3px); transform: translateX(3px); }
.section.sec-industry .industry-txt-swiper .item .item-wrap .item-overlay .item-icon { position: absolute; width: 240px; height: 240px; margin: auto; bottom: 0; -webkit-transition: opacity 1s, transform .5s; -moz-transition: opacity 1s, transform .5s; -ms-transition: opacity 1s, transform .5s; -o-transition: opacity 1s, transform .5s; transition: opacity 1s, transform .5s; -webkit-transform: translateY(50%); -moz-transform: translateY(50%); -ms-transform: translateY(50%); -o-transform: translateY(50%); transform: translateY(50%); opacity: 0; }
.section.sec-industry .industry-txt-swiper .item .item-wrap .item-overlay .item-icon img { width: 100%; height: 100%; object-fit: contain; opacity: .1; }
@media (max-width: 1199.98px) { .section.sec-industry .industry-txt-swiper .item .item-wrap .item-overlay .item-head::before { font-size: 60px; }
  .section.sec-industry .industry-txt-swiper .item .item-wrap .item-overlay .item-head .head-name { font-size: 32px; }
  .section.sec-industry .industry-txt-swiper .item .item-wrap .item-overlay .item-icon { width: 200px; height: 200px; }
  .section.sec-industry .industry-txt-swiper .item .item-wrap .item-overlay .item-more a { width: 160px; line-height: 42px; } }
@media (max-width: 991.98px) { .section.sec-industry .industry-txt-swiper .item .item-wrap .item-overlay .item-head::before { font-size: 52px; }
  .section.sec-industry .industry-txt-swiper .item .item-wrap .item-overlay .item-head .head-name { font-size: 26px; }
  .section.sec-industry .industry-txt-swiper .item .item-wrap .item-overlay .item-icon { width: 180px; height: 180px; }
  .section.sec-industry .industry-txt-swiper .item .item-wrap .item-overlay .item-more a { width: 140px; line-height: 36px; } }
.section.sec-industry .industry-txt-swiper .item .item-wrap .item-caption { position: absolute; width: 100%; bottom: 0; left: 0; padding: 10%; -webkit-transition: transform .5s, opacity .5s; -moz-transition: transform .5s, opacity .5s; -ms-transition: transform .5s, opacity .5s; -o-transition: transform .5s, opacity .5s; transition: transform .5s, opacity .5s; }
.section.sec-industry .industry-txt-swiper .item .item-wrap .item-caption .item-icon { width: 70px; height: 70px; padding: 5px; }
.section.sec-industry .industry-txt-swiper .item .item-wrap .item-caption .item-icon img { object-fit: contain; width: 100%; height: 100%; }
.section.sec-industry .industry-txt-swiper .item .item-wrap .item-caption .item-info .item-title { font-size: 26px; line-height: 1.1; }
.section.sec-industry .industry-txt-swiper .item .item-wrap .item-caption .item-info .item-desc { font-size: 18px; line-height: 2; opacity: .5; }
@media (max-width: 1679.98px) { .section.sec-industry .industry-txt-swiper .item .item-wrap .item-caption .item-icon { width: 60px; height: 60px; }
  .section.sec-industry .industry-txt-swiper .item .item-wrap .item-caption .item-info .item-title { font-size: 24px; }
  .section.sec-industry .industry-txt-swiper .item .item-wrap .item-caption .item-info .item-desc { font-size: 14px; } }
@media (max-width: 1199.98px) { .section.sec-industry .industry-txt-swiper .item .item-wrap .item-caption .item-icon { width: 56px; height: 56px; }
  .section.sec-industry .industry-txt-swiper .item .item-wrap .item-caption .item-info .item-title { font-size: 22px; }
  .section.sec-industry .industry-txt-swiper .item .item-wrap .item-caption .item-info .item-desc { font-size: 14px; } }
@media (max-width: 991.98px) { .section.sec-industry .industry-txt-swiper .item .item-wrap .item-caption .item-icon { width: 48px; height: 48px; }
  .section.sec-industry .industry-txt-swiper .item .item-wrap .item-caption .item-info .item-title { font-size: 18px; }
  .section.sec-industry .industry-txt-swiper .item .item-wrap .item-caption .item-info .item-desc { font-size: 13px; } }
@media (max-width: 767.98px) { .section.sec-industry .industry-txt-swiper .item .item-wrap .item-caption .item-icon { width: 42px; height: 42px; }
  .section.sec-industry .industry-txt-swiper .item .item-wrap .item-caption .item-info .item-title { font-size: 16px; }
  .section.sec-industry .industry-txt-swiper .item .item-wrap .item-caption .item-info .item-desc { font-size: 12px; } }
@media (max-width: 575.98px) { .section.sec-industry .industry-txt-swiper .item .item-wrap .item-caption .item-icon { width: 32px; height: 32px; }
  .section.sec-industry .industry-txt-swiper .item .item-wrap .item-caption .item-info .item-title { font-size: 14px; }
  .section.sec-industry .industry-txt-swiper .item .item-wrap .item-caption .item-info .item-desc { font-size: 8px; } }
.section.sec-industry .industry-txt-swiper .item.swiper-slide-thumb-active .item-wrap .item-overlay::before, .section.sec-industry .industry-txt-swiper .item.swiper-slide-thumb-active .item-wrap .item-overlay::after { -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); -webkit-transform-origin: bottom; -moz-transform-origin: bottom; -ms-transform-origin: bottom; -o-transform-origin: bottom; transform-origin: bottom; opacity: 1; }
.section.sec-industry .industry-txt-swiper .item.swiper-slide-thumb-active .item-wrap .item-overlay .item-head::before { -webkit-transition-delay: .2s; -moz-transition-delay: .2s; -ms-transition-delay: .2s; -o-transition-delay: .2s; transition-delay: .2s; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); opacity: 1; }
.section.sec-industry .industry-txt-swiper .item.swiper-slide-thumb-active .item-wrap .item-overlay .item-head .head-name { -webkit-transition-delay: .2s; -moz-transition-delay: .2s; -ms-transition-delay: .2s; -o-transition-delay: .2s; transition-delay: .2s; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); opacity: 1; }
.section.sec-industry .industry-txt-swiper .item.swiper-slide-thumb-active .item-wrap .item-overlay .item-head .head-icon { -webkit-transition-delay: .2s; -moz-transition-delay: .2s; -ms-transition-delay: .2s; -o-transition-delay: .2s; transition-delay: .2s; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); opacity: 1; }
.section.sec-industry .industry-txt-swiper .item.swiper-slide-thumb-active .item-wrap .item-overlay .item-content { -webkit-transition-delay: .15s; -moz-transition-delay: .15s; -ms-transition-delay: .15s; -o-transition-delay: .15s; transition-delay: .15s; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); opacity: 1; }
.section.sec-industry .industry-txt-swiper .item.swiper-slide-thumb-active .item-wrap .item-overlay .item-more { -webkit-transition-delay: .1s; -moz-transition-delay: .1s; -ms-transition-delay: .1s; -o-transition-delay: .1s; transition-delay: .1s; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); opacity: 1; }
.section.sec-industry .industry-txt-swiper .item.swiper-slide-thumb-active .item-wrap .item-overlay .item-icon { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); opacity: 1; }
.section.sec-industry .industry-txt-swiper .item.swiper-slide-thumb-active .item-wrap .item-caption { -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); transform: translateY(100%); opacity: 0; }
.section.sec-honor { position: relative; }
.section.sec-honor .honor-wrap { position: relative; z-index: 2; }
@media (min-width: 1200px) { .section.sec-honor .honor-left { width: 50%; } }
@media (min-width: 1400px) { .section.sec-honor .honor-left { width: 50%; } }
@media (min-width: 1680px) { .section.sec-honor .honor-left { width: 45%; } }
.section.sec-honor .honor-left .honor-head .head-ename { color: #282828; opacity: .3; font-size: 28px; font-weight: bold; }
.section.sec-honor .honor-left .honor-head .head-cname { font-weight: bold; color: #282828; font-size: 36px; line-height: 2; }
.section.sec-honor .honor-left .honor-head::after { content: ''; display: block; width: 3rem; height: 2px; background-color: #a8aaad; margin: 2.5rem 0; }
.section.sec-honor .honor-left .honor-desc { color: #666666; font-size: 18px; }
.section.sec-honor .honor-left .honor-params { margin: 10% 0; }
.section.sec-honor .honor-left .honor-params .item .item-icon img { height: 32px; width: auto; }
.section.sec-honor .honor-left .honor-params .item .item-info { margin-left: 10px; color: #666666; line-height: 1.5; font-size: 15px; }
@media (max-width: 575.98px) { .section.sec-honor .honor-left .honor-params .item-cosmos, .section.sec-honor .honor-left .honor-params .item-pmda { order: -1; } }
.section.sec-honor .honor-left .honor-more a i { display: inline-block; width: 42px; height: 42px; position: relative; vertical-align: middle; border-radius: 50%; background-color: var(--theme-color); }
.section.sec-honor .honor-left .honor-more a i::before, .section.sec-honor .honor-left .honor-more a i::after { content: ''; display: block; position: absolute; width: 30%; height: 0; border-bottom: 2px solid #ffffff; -webkit-transform-origin: right center; -moz-transform-origin: right center; -ms-transform-origin: right center; -o-transform-origin: right center; transform-origin: right center; margin: auto; top: 0; bottom: 0; left: 0; right: 0; }
.section.sec-honor .honor-left .honor-more a i::before { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
.section.sec-honor .honor-left .honor-more a i::after { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.section.sec-honor .honor-left .honor-more a span { font-weight: bold; color: #282828; vertical-align: middle; display: inline-block; text-transform: uppercase; margin-left: 8px; }
@media (max-width: 1199.98px) { .section.sec-honor .honor-left { width: 50%; }
  .section.sec-honor .honor-left .honor-head .head-ename { font-size: 24px; }
  .section.sec-honor .honor-left .honor-head .head-cname { font-size: 32px; }
  .section.sec-honor .honor-left .honor-head::after { margin: 1.5rem 0; }
  .section.sec-honor .honor-left .honor-desc { font-size: 16px; }
  .section.sec-honor .honor-left .honor-params { margin: 10% 0; }
  .section.sec-honor .honor-left .honor-params .item .item-icon img { height: 26px; }
  .section.sec-honor .honor-left .honor-params .item .item-info { margin-left: 5px; font-size: 13px; }
  .section.sec-honor .honor-left .honor-more a i { width: 32px; height: 32px; } }
@media (max-width: 991.98px) { .section.sec-honor .honor-left { width: 100%; }
  .section.sec-honor .honor-left .honor-head .head-ename { font-size: 20px; }
  .section.sec-honor .honor-left .honor-head .head-cname { font-size: 26px; }
  .section.sec-honor .honor-left .honor-head::after { margin: 1rem 0; }
  .section.sec-honor .honor-left .honor-desc { font-size: 14px; }
  .section.sec-honor .honor-left .honor-params { margin: 3% 0; }
  .section.sec-honor .honor-left .honor-params .item .item-icon img { height: 26px; }
  .section.sec-honor .honor-left .honor-params .item .item-info { margin-left: 5px; font-size: 13px; }
  .section.sec-honor .honor-left .honor-more a i { width: 32px; height: 32px; } }
@media (max-width: 767.98px) { .section.sec-honor .honor-left { width: 100%; }
  .section.sec-honor .honor-left .honor-head .head-ename { font-size: 18px; }
  .section.sec-honor .honor-left .honor-head .head-cname { font-size: 22px; }
  .section.sec-honor .honor-left .honor-head::after { margin: .75rem 0; }
  .section.sec-honor .honor-left .honor-params { margin: 3% 0; }
  .section.sec-honor .honor-left .honor-params .item .item-icon img { height: 26px; }
  .section.sec-honor .honor-left .honor-params .item .item-info { margin-left: 5px; font-size: 13px; }
  .section.sec-honor .honor-left .honor-more a i { width: 24px; height: 24px; } }
.section.sec-honor .honor-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url("../Image/sec-honor-bg.jpg") right/cover no-repeat; }
@media (max-width: 1199.98px) { .section.sec-honor .honor-bg { background-position: center; } }
@media (max-width: 991.98px) { .section.sec-honor .honor-bg { position: relative; margin-top: 2rem; height: 360px; } }
@media (max-width: 767.98px) { .section.sec-honor .honor-bg { height: 260px; } }
@media (max-width: 575.98px) { .section.sec-honor .honor-bg { margin-top: 1rem; height: 200px; } }
.section.sec-news { background: url("../Image/sec-news-bg.jpg") center/cover no-repeat; }
.section.sec-news .swiper-news { margin-top: 4%; }
.section.sec-news .swiper-news .item { border: 1px solid #e7e7e7; padding: 3% 4%; position: relative; }
.section.sec-news .swiper-news .item .item-wrap { position: relative; }
.section.sec-news .swiper-news .item .item-wrap .item-time { position: relative; }
.section.sec-news .swiper-news .item .item-wrap .item-time strong { color: var(--theme-color); font-size: 1.5rem; }
.section.sec-news .swiper-news .item .item-wrap .item-time span { color: #7f7f7f; font-weight: bold; }
.section.sec-news .swiper-news .item .item-wrap .item-time::after { content: ''; display: block; width: 60px; height: 2px; background-color: #d9d9d9; margin: 20px 0; }
.section.sec-news .swiper-news .item .item-wrap .item-title { font-size: 1.375rem; color: #000000; line-height: 3; }
.section.sec-news .swiper-news .item .item-wrap .item-content { color: #666666; line-height: 1.8; margin: 5% 0 15%; }
.section.sec-news .swiper-news .item .item-wrap .item-more span { display: inline-block; vertical-align: middle; font-size: 15px; color: #4f4f4f; }
.section.sec-news .swiper-news .item .item-wrap .item-more i { position: relative; width: 20px; height: 20px; display: inline-block; border-radius: 50%; background-color: var(--theme-color); vertical-align: middle; }
.section.sec-news .swiper-news .item .item-wrap .item-more i::before, .section.sec-news .swiper-news .item .item-wrap .item-more i::after { content: ''; display: block; position: absolute; width: 35%; height: 0; border-bottom: 1px solid #ffffff; margin: auto; top: 0; bottom: 0; left: 0; right: 0; -webkit-transform-origin: right center; -moz-transform-origin: right center; -ms-transform-origin: right center; -o-transform-origin: right center; transform-origin: right center; }
.section.sec-news .swiper-news .item .item-wrap .item-more i::before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.section.sec-news .swiper-news .item .item-wrap .item-more i::after { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
@media (max-width: 575.98px) { .section.sec-news .swiper-news .item .item-wrap .item-title { line-height: 2; font-size: 16px; }
  .section.sec-news .swiper-news .item .item-wrap .item-content { margin-bottom: 5%; } }
.section.sec-news .swiper-news .item .item-img { position: absolute; bottom: 0; left: 0; width: 100%; }
.section.sec-news .swiper-news .item .item-img img { width: 100%; height: 100%; }
.section.sec-partner { background: url("../Image/sec-partner-bg.jpg") center/cover no-repeat; }
.section.sec-partner .partner-box { margin-top: 3%; padding: 2%; background: #fff; }
.section.sec-partner .partner-box .item .item-wrap { padding: 1px; }
.section.active .cm-word-split-JS.splitting .char { animation: text-active-animation 1.5s cubic-bezier(0.4, 0, 0.2, 1) both; }

.swiper-product, .product-list { padding-top: 3%; }
.swiper-product .item .item-wrap, .product-list .item .item-wrap { background-color: #f6f7f9; }
.swiper-product .item .item-wrap .item-img, .product-list .item .item-wrap .item-img { background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.08)); background-image: linear-gradient(to right, #f2f2f2 0%, #dddddd 51%, #f6f6f6 100%); }
.swiper-product .item .item-wrap .item-caption, .product-list .item .item-wrap .item-caption { padding: 4% 6%; }
.swiper-product .item .item-wrap .item-caption .item-title, .product-list .item .item-wrap .item-caption .item-title { font-size: 1.375rem; line-height: 2; color: #282828; text-transform: uppercase; }
@media (max-width: 767.98px) { .swiper-product .item .item-wrap .item-caption .item-title, .product-list .item .item-wrap .item-caption .item-title { font-size: 18px; } }
.swiper-product .item .item-wrap .item-caption .item-brief, .product-list .item .item-wrap .item-caption .item-brief { color: #c5c6c7; -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; }
.swiper-product .item .item-wrap .item-caption .item-more, .product-list .item .item-wrap .item-caption .item-more { opacity: .5; border-top: 1px solid #e5e5e5; padding: 6% 0 3%; -webkit-transition: opacity .5s; -moz-transition: opacity .5s; -ms-transition: opacity .5s; -o-transition: opacity .5s; transition: opacity .5s; margin-top: 5%; opacity: 1; }
.swiper-product .item .item-wrap .item-caption .item-more .more-txt, .product-list .item .item-wrap .item-caption .item-more .more-txt { font-size: 14px; color: #888888; -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; }
.swiper-product .item .item-wrap .item-caption .item-more .more-icon, .product-list .item .item-wrap .item-caption .item-more .more-icon { width: 26px; height: 26px; background-color: transparent; position: relative; -webkit-transition: background-color .5s; -moz-transition: background-color .5s; -ms-transition: background-color .5s; -o-transition: background-color .5s; transition: background-color .5s; margin: 0; }
.swiper-product .item .item-wrap .item-caption .item-more .more-icon svg, .product-list .item .item-wrap .item-caption .item-more .more-icon svg { position: absolute; margin: auto; top: 0; bottom: 0; right: 0; left: 0; width: 70%; height: 70%; display: block; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.swiper-product .item .item-wrap .item-caption .item-more .more-icon svg path, .product-list .item .item-wrap .item-caption .item-more .more-icon svg path { fill: var(--theme-color); }
.swiper-product .item .item-wrap:hover .item-caption .item-brief, .product-list .item .item-wrap:hover .item-caption .item-brief { color: #666666; }
.swiper-product .item .item-wrap:hover .item-caption .item-more, .product-list .item .item-wrap:hover .item-caption .item-more { opacity: 1; }
.swiper-product .item .item-wrap:hover .item-caption .item-more .more-txt, .product-list .item .item-wrap:hover .item-caption .item-more .more-txt { color: var(--theme-color); }
.swiper-product .item .item-wrap:hover .item-caption .item-more .more-icon, .product-list .item .item-wrap:hover .item-caption .item-more .more-icon { background-color: var(--theme-color); }
.swiper-product .item .item-wrap:hover .item-caption .item-more .more-icon svg, .product-list .item .item-wrap:hover .item-caption .item-more .more-icon svg { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
.swiper-product .item .item-wrap:hover .item-caption .item-more .more-icon svg path, .product-list .item .item-wrap:hover .item-caption .item-more .more-icon svg path { fill: #ffffff; }

.product-list { padding-top: 0; }
.product-list .item .item-wrap .item-img { padding: 1px; }

.btn-grad { background-image: linear-gradient(to right, #ECE9E6 0%, #FFFFFF 51%, #ECE9E6 100%); margin: 10px; padding: 15px 45px; text-align: center; text-transform: uppercase; transition: 0.5s; background-size: 200% auto; color: white; box-shadow: 0 0 20px #eee; border-radius: 10px; display: block; }

.btn-grad:hover { background-position: right center; /* change the direction of the change here */ color: #fff; text-decoration: none; }

.industry-list .item { margin: 4% 0; }
.industry-list .item .item-wrap { display: block; background-repeat: no-repeat; background-size: cover; background-position: center; padding: 6%; color: #ffffff; position: relative; }
.industry-list .item .item-wrap::before { content: ''; display: block; position: absolute; background-image: linear-gradient(90deg, rgba(10, 106, 191, 0.5), rgba(10, 106, 191, 0) 100%); width: 100%; height: 100%; top: 0; left: 0; }
@media (min-width: 1200px) { .industry-list .item .item-wrap::before { width: 60%; } }
@media (min-width: 1400px) { .industry-list .item .item-wrap::before { width: 50%; } }
.industry-list .item .item-wrap .item-left { position: relative; z-index: 2; width: 45%; }
.industry-list .item .item-wrap .item-left .item-head { position: relative; z-index: 2; }
.industry-list .item .item-wrap .item-left .item-head::before { content: 'tuoxin'; text-transform: uppercase; color: #ffffff; font-size: 78px; font-family: lovelo; -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2); color: transparent; -webkit-transition: transform .5s, opacity .3s; -moz-transition: transform .5s, opacity .3s; -ms-transition: transform .5s, opacity .3s; -o-transition: transform .5s, opacity .3s; transition: transform .5s, opacity .3s; }
.industry-list .item .item-wrap .item-left .item-head .head-name { font-size: 52px; font-weight: bold; line-height: 2; -webkit-transition: transform .5s, opacity .3s; -moz-transition: transform .5s, opacity .3s; -ms-transition: transform .5s, opacity .3s; -o-transition: transform .5s, opacity .3s; transition: transform .5s, opacity .3s; }
.industry-list .item .item-wrap .item-left .item-head .head-icon { -webkit-transition: transform .5s, opacity .3s; -moz-transition: transform .5s, opacity .3s; -ms-transition: transform .5s, opacity .3s; -o-transition: transform .5s, opacity .3s; transition: transform .5s, opacity .3s; }
.industry-list .item .item-wrap .item-left .item-head .head-icon img { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); width: 24px; height: 24px; }
.industry-list .item .item-wrap .item-left .item-content { -webkit-transition: transform .5s, opacity .3s; -moz-transition: transform .5s, opacity .3s; -ms-transition: transform .5s, opacity .3s; -o-transition: transform .5s, opacity .3s; transition: transform .5s, opacity .3s; position: relative; z-index: 2; margin-top: 5%; line-height: 2; }
@media (min-width: 1400px) { .industry-list .item .item-wrap .item-left .item-content { font-size: 18px; } }
.industry-list .item .item-wrap .item-left .item-more { color: #333333; -webkit-transition: transform .5s, opacity .3s; -moz-transition: transform .5s, opacity .3s; -ms-transition: transform .5s, opacity .3s; -o-transition: transform .5s, opacity .3s; transition: transform .5s, opacity .3s; position: relative; z-index: 2; margin-top: 15%; }
.industry-list .item .item-wrap .item-left .item-more .more-wrap { display: block; border-radius: 10rem; background-color: #ffffff; line-height: 48px; text-align: center; width: 180px; -webkit-transition: background-color .5s, transform .5s, box-shadow .3s; -moz-transition: background-color .5s, transform .5s, box-shadow .3s; -ms-transition: background-color .5s, transform .5s, box-shadow .3s; -o-transition: background-color .5s, transform .5s, box-shadow .3s; transition: background-color .5s, transform .5s, box-shadow .3s; }
.industry-list .item .item-wrap .item-left .item-more .more-wrap span, .industry-list .item .item-wrap .item-left .item-more .more-wrap img { display: inline-block; vertical-align: middle; }
.industry-list .item .item-wrap .item-left .item-more .more-wrap img { margin-left: 8px; width: 16px; height: 16px; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.industry-list .item .item-wrap .item-left .item-more .more-wrap:hover { background-color: var(--theme-color); box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, 0.1); -webkit-transform: translateY(-3px); -moz-transform: translateY(-3px); -ms-transform: translateY(-3px); -o-transform: translateY(-3px); transform: translateY(-3px); color: #ffffff; }
.industry-list .item .item-wrap .item-left .item-more .more-wrap:hover img { filter: contrast(0) grayscale(100%) brightness(100); }
.industry-list .item .item-wrap .item-left .item-more .more-wrap:hover img { -webkit-transform: translateX(3px); -moz-transform: translateX(3px); -ms-transform: translateX(3px); -o-transform: translateX(3px); transform: translateX(3px); }

.article-page .location-box { background-image: -webkit-linear-gradient(270deg, #f4f6f8 0%, rgba(244, 246, 248, 0) 100%); }
.article-page .main-body { background-image: -moz-linear-gradient(90deg, #f4f6f8 0%, rgba(244, 246, 248, 0) 100%); background-image: -webkit-linear-gradient(90deg, #f4f6f8 0%, rgba(244, 246, 248, 0) 100%); background-image: -ms-linear-gradient(90deg, #f4f6f8 0%, rgba(244, 246, 248, 0) 100%); position: relative; }
.article-page .main-body > .container-fluid { position: relative; z-index: 2; }

.inner-section { padding: 5% 0; }
.inner-section.bg { background-color: #f8f8f8; }
@media (max-width: 767.98px) { .inner-section { padding: 8% 0; } }
@media (max-width: 575.98px) { .inner-section { padding: 10% 0; } }
.inner-section .sec-head { position: relative; }
.inner-section .sec-head::before { content: 'zhengle'; position: absolute; bottom: 0; left: 0; line-height: 1; text-transform: uppercase; color: transparent; background: url(../Image/dot-bg.png); -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-family: "Lovelo Black"; font-size: 7.5rem; }
.inner-section .sec-head .head-left { position: relative; z-index: 2; }
.inner-section .sec-head .head-left .head-icon { display: inline-block; vertical-align: middle; }
.inner-section .sec-head .head-left .head-name { position: relative; display: inline-block; color: #282828; }
.inner-section .sec-head .head-left .head-name .en-name { font-weight: bold; font-size: 2.5rem; font-family: lovelo; text-transform: uppercase; text-align: left; }
.inner-section .sec-head .head-left .head-name .cn-name { opacity: .5; text-transform: uppercase; }
.inner-section .sec-head .sec-more span { color: #282828; font-weight: bold; display: inline-block; vertical-align: middle; text-transform: uppercase; margin-right: 5px; -webkit-transition: letter-spacing .5s; -moz-transition: letter-spacing .5s; -ms-transition: letter-spacing .5s; -o-transition: letter-spacing .5s; transition: letter-spacing .5s; }
.inner-section .sec-head .sec-more i { display: inline-block; width: 2.625rem; height: 2.625rem; position: relative; vertical-align: middle; border-radius: 50%; background-color: var(--theme-color); }
.inner-section .sec-head .sec-more i::before, .inner-section .sec-head .sec-more i::after { content: ''; display: block; position: absolute; top: 0; left: 0; width: 25%; height: 2px; bottom: 0; margin: auto; right: 0; background-color: #ffffff; -webkit-transform-origin: right center; -moz-transform-origin: right center; -ms-transform-origin: right center; -o-transform-origin: right center; transform-origin: right center; }
.inner-section .sec-head .sec-more i::before { transform: rotate(45deg); }
.inner-section .sec-head .sec-more i::after { transform: rotate(-45deg); }
.inner-section .sec-head .sec-more:hover span { letter-spacing: 2px; }
@media (max-width: 1199.98px) { .inner-section .sec-head .sec-more { font-size: 14px; }
  .inner-section .sec-head .sec-more img { width: 26px; } }
@media (max-width: 991.98px) { .inner-section .sec-head .sec-more { font-size: 14px; }
  .inner-section .sec-head .sec-more img { width: 26px; } }
@media (max-width: 767.98px) { .inner-section .sec-head .head-left .head-name .en-name { font-size: 32px; }
  .inner-section .sec-head .head-left .head-name .en-name::after { width: 28px; height: 20px; }
  .inner-section .sec-head .head-left .head-name .cn-name { font-size: 14px; }
  .inner-section .sec-head .sec-name::before { font-size: 32px; }
  .inner-section .sec-head .sec-more { font-size: 12px; }
  .inner-section .sec-head .sec-more img { width: 24px; } }
@media (max-width: 575.98px) { .inner-section .sec-head .head-left .head-name .en-name { font-size: 22px; }
  .inner-section .sec-head .head-left .head-name .en-name::after { width: 21px; height: 15px; }
  .inner-section .sec-head .head-left .head-name .cn-name { font-size: 12px; }
  .inner-section .sec-head .sec-name::before { font-size: 32px; } }
@media (max-width: 460.98px) { .inner-section .sec-head .head-left .head-name .en-name { font-size: 22px; }
  .inner-section .sec-head .head-left .head-name .en-name::after { width: 21px; height: 15px; }
  .inner-section .sec-head .head-left .head-name .cn-name { color: #666666; text-transform: uppercase; font-size: 12px; }
  .inner-section .sec-head .sec-name::before { font-size: 32px; } }
.inner-section .contact-head { position: relative; margin-bottom: 2%; }
.inner-section .contact-head::before { content: 'tuoxin'; font-family: "Lovelo Black"; font-size: 80px; position: absolute; top: 0; left: 0; opacity: .05; line-height: 0.5; }
@media (max-width: 1399.98px) { .inner-section .contact-head::before { font-size: 72px; } }
@media (max-width: 1199.98px) { .inner-section .contact-head::before { font-size: 68px; } }
@media (max-width: 991.98px) { .inner-section .contact-head::before { font-size: 56px; } }
@media (max-width: 767.98px) { .inner-section .contact-head::before { font-size: 48px; } }
@media (max-width: 575.98px) { .inner-section .contact-head::before { font-size: 42px; } }
.inner-section .contact-head .head-name { position: relative; font-size: 46px; color: #000000; }
.inner-section .contact-head .head-name .en-name { font-size: 24px; opacity: .8; }
@media (max-width: 1399.98px) { .inner-section .contact-head .head-name { font-size: 38px; } }
@media (max-width: 1199.98px) { .inner-section .contact-head .head-name { font-size: 32px; }
  .inner-section .contact-head .head-name .en-name { font-size: 20px; } }
@media (max-width: 991.98px) { .inner-section .contact-head .head-name { font-size: 24px; }
  .inner-section .contact-head .head-name .en-name { font-size: 16px; } }
@media (max-width: 767.98px) { .inner-section .contact-head .head-name { font-size: 22px; }
  .inner-section .contact-head .head-name .en-name { font-size: 14px; } }
@media (max-width: 575.98px) { .inner-section .contact-head .head-name { font-size: 20px; }
  .inner-section .contact-head .head-name .en-name { font-size: 12px; } }
.inner-section .contact-head .head-desc { font-size: 16px; color: #757575; }
@media (max-width: 767.98px) { .inner-section .contact-head .head-desc { font-size: 15px; } }
@media (max-width: 575.98px) { .inner-section .contact-head .head-desc { font-size: 13px; } }
.inner-section .inner-head { position: relative; }
.inner-section .inner-head.head-white { color: #ffffff; }
.inner-section .inner-head.head-white .head-name { color: #ffffff; }
.inner-section .inner-head::before { content: 'tuoxin'; font-family: "Lovelo Black"; font-size: 80px; position: absolute; top: 0; left: 0; opacity: .05; line-height: 0.5; }
@media (max-width: 1399.98px) { .inner-section .inner-head::before { font-size: 72px; } }
@media (max-width: 1199.98px) { .inner-section .inner-head::before { font-size: 68px; } }
@media (max-width: 991.98px) { .inner-section .inner-head::before { font-size: 56px; } }
@media (max-width: 767.98px) { .inner-section .inner-head::before { font-size: 48px; } }
@media (max-width: 575.98px) { .inner-section .inner-head::before { font-size: 42px; } }
.inner-section .inner-head .head-name { position: relative; font-size: 46px; color: #000000; }
.inner-section .inner-head .head-name .en-name { text-transform: uppercase; font-size: 24px; opacity: .8; }
@media (max-width: 1399.98px) { .inner-section .inner-head .head-name { font-size: 38px; } }
@media (max-width: 1199.98px) { .inner-section .inner-head .head-name { font-size: 32px; }
  .inner-section .inner-head .head-name .en-name { font-size: 20px; } }
@media (max-width: 991.98px) { .inner-section .inner-head .head-name { font-size: 24px; }
  .inner-section .inner-head .head-name .en-name { font-size: 16px; } }
@media (max-width: 767.98px) { .inner-section .inner-head .head-name { font-size: 22px; }
  .inner-section .inner-head .head-name .en-name { font-size: 14px; } }
@media (max-width: 575.98px) { .inner-section .inner-head .head-name { font-size: 20px; }
  .inner-section .inner-head .head-name .en-name { font-size: 12px; } }
.inner-section .inner-head .head-more { background-color: var(--theme-color); -webkit-transform: skewX(-15deg); -moz-transform: skewX(-15deg); -ms-transform: skewX(-15deg); -o-transform: skewX(-15deg); transform: skewX(-15deg); width: 180px; text-align: center; }
@media (min-width: 992px) { .inner-section .inner-head .head-more { margin-right: 20px; } }
.inner-section .inner-head .head-more a { display: block; width: 100%; height: 100%; -webkit-transform: skewX(15deg); -moz-transform: skewX(15deg); -ms-transform: skewX(15deg); -o-transform: skewX(15deg); transform: skewX(15deg); color: #ffffff; line-height: 50px; }
.inner-section .inner-head .head-more a span, .inner-section .inner-head .head-more a svg { display: inline-block; vertical-align: middle; }
.inner-section .inner-head .head-more a svg { margin-left: 8px; width: 24px; height: 24px; }
.inner-section .inner-head .head-more a svg path { fill: #ffffff; }
@media (max-width: 1199.98px) { .inner-section .inner-head .head-more { width: 160px; }
  .inner-section .inner-head .head-more a { line-height: 46px; }
  .inner-section .inner-head .head-more a svg { width: 22px; height: 22px; } }
@media (max-width: 991.98px) { .inner-section .inner-head .head-more { width: 140px; }
  .inner-section .inner-head .head-more a { font-size: 14px; line-height: 42px; }
  .inner-section .inner-head .head-more a svg { width: 20px; height: 20px; } }
@media (max-width: 767.98px) { .inner-section .inner-head .head-more { width: 120px; }
  .inner-section .inner-head .head-more a { font-size: 13px; line-height: 32px; }
  .inner-section .inner-head .head-more a svg { width: 20px; height: 20px; } }
@media (max-width: 575.98px) { .inner-section .inner-head .head-more { width: 100px; }
  .inner-section .inner-head .head-more a { font-size: 12px; line-height: 28px; }
  .inner-section .inner-head .head-more a svg { width: 20px; height: 20px; } }
.inner-section .inner-head .head-control .control { width: 50px; height: 50px; position: relative; background-color: transparent; border: 1px solid var(--theme-color); color: var(--theme-color); -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; -webkit-transform: skewX(-10deg); -moz-transform: skewX(-10deg); -ms-transform: skewX(-10deg); -o-transform: skewX(-10deg); transform: skewX(-10deg); margin-left: 10px; cursor: pointer; }
@media (max-width: 991.98px) { .inner-section .inner-head .head-control .control { width: 42px; height: 42px; } }
@media (max-width: 767.98px) { .inner-section .inner-head .head-control .control { width: 36px; height: 36px; } }
@media (max-width: 575.98px) { .inner-section .inner-head .head-control .control { width: 28px; height: 28px; } }
.inner-section .inner-head .head-control .control .con-wrap { height: 100%; -webkit-transform: skewX(10deg); -moz-transform: skewX(10deg); -ms-transform: skewX(10deg); -o-transform: skewX(10deg); transform: skewX(10deg); position: relative; }
.inner-section .inner-head .head-control .control .con-wrap svg { max-width: 70%; position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.inner-section .inner-head .head-control .control .con-wrap svg path { fill: currentColor; }
.inner-section .inner-head .head-control .control:hover { background-color: var(--theme-color); color: #ffffff; }
.inner-section .head-icon { display: block; margin: 3vw 0; }
@media (max-width: 991.98px) { .inner-section .head-icon { width: 36px; margin: 2rem 0; } }
@media (max-width: 767.98px) { .inner-section .head-icon { margin: 1.5rem 0; width: 30px; } }
@media (max-width: 575.98px) { .inner-section .head-icon { width: 26px; margin: 1rem 0; } }
.inner-section.gradient-bg { background: #f3f5f7; position: relative; }
.inner-section.gradient-bg > .container-fluid { position: relative; z-index: 2; }
.inner-section.sec-about .about-top { position: relative; }
.inner-section.sec-about .about-top .about-left { width: 600px; }
.inner-section.sec-about .about-top .about-left::before { content: attr(data-title); font-family: lovelo; font-size: 160px; color: #000; background: url("../Image/dot-bg.png"); -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-family: "Lovelo Black"; text-transform: uppercase; line-height: 1; position: absolute; left: 0; }
@media (max-width: 1679.98px) { .inner-section.sec-about .about-top .about-left::before { font-size: 140px; } }
@media (max-width: 1399.98px) { .inner-section.sec-about .about-top .about-left::before { font-size: 120px; } }
@media (max-width: 1199.98px) { .inner-section.sec-about .about-top .about-left::before { font-size: 105px; } }
@media (max-width: 991.98px) { .inner-section.sec-about .about-top .about-left::before { font-size: 80px; margin-top: 2%; } }
@media (max-width: 767.98px) { .inner-section.sec-about .about-top .about-left::before { font-size: 60px; } }
@media (max-width: 575.98px) { .inner-section.sec-about .about-top .about-left::before { font-size: 38px; } }
.inner-section.sec-about .about-top .about-left .about-head { position: relative; }
.inner-section.sec-about .about-top .about-left .about-head .head-en { font-size: 16px; color: var(--theme-color); text-transform: uppercase; }
.inner-section.sec-about .about-top .about-left .about-head .head-en svg { display: inline-block; margin-right: 5px; vertical-align: middle; }
.inner-section.sec-about .about-top .about-left .about-head .head-en svg path { fill: var(--theme-color); }
.inner-section.sec-about .about-top .about-left .about-head .head-en span { display: inline-block; vertical-align: middle; }
.inner-section.sec-about .about-top .about-left .about-head .head-title { font-size: 40px; font-weight: bold; color: #282828; }
.inner-section.sec-about .about-top .about-left .about-head .head-brief { font-size: 24px; color: #282828; line-height: 1; }
@media (max-width: 1399.98px) { .inner-section.sec-about .about-top .about-left { width: auto; }
  .inner-section.sec-about .about-top .about-left .about-head .head-title { font-size: 36px; }
  .inner-section.sec-about .about-top .about-left .about-head .head-brief { font-size: 22px; } }
@media (max-width: 1199.98px) { .inner-section.sec-about .about-top .about-left .about-head .head-title { font-size: 32px; }
  .inner-section.sec-about .about-top .about-left .about-head .head-brief { font-size: 20px; } }
@media (max-width: 991.98px) { .inner-section.sec-about .about-top .about-left { width: 100%; } }
@media (max-width: 767.98px) { .inner-section.sec-about .about-top .about-left { /*.about-head { .head-en{ font-size: 13px; } .head-title{ font-size: 20px; } .head-brief{ font-size: 16px; line-height: 1.5; }
}*/ } }
@media (max-width: 575.98px) { .inner-section.sec-about .about-top .about-left .about-head .head-en { font-size: 13px; }
  .inner-section.sec-about .about-top .about-left .about-head .head-title { font-size: 20px; }
  .inner-section.sec-about .about-top .about-left .about-head .head-brief { font-size: 16px; line-height: 1.5; } }
.inner-section.sec-about .about-top .about-params { position: relative; flex: 1; }
@media (max-width: 1399.98px) { .inner-section.sec-about .about-top .about-params { padding-left: 10%; } }
@media (max-width: 991.98px) { .inner-section.sec-about .about-top .about-params { width: 100%; margin-top: 3%; padding-left: 0; } }
.inner-section.sec-about .about-top .about-params .param-item .item-wrap .item-value .number { font-family: lovelo,AvianBold; font-size: 42px; font-weight: bold; line-height: 1; color: var(--theme-color); }
.inner-section.sec-about .about-top .about-params .param-item .item-wrap .item-value .unit { color: var(--theme-color); }
@media (max-width: 991.98px) { .inner-section.sec-about .about-top .about-params .param-item .item-wrap .item-value .number { font-size: 36px; }
  .inner-section.sec-about .about-top .about-params .param-item .item-wrap .item-value .unit { font-size: 14px; } }
@media (max-width: 767.98px) { .inner-section.sec-about .about-top .about-params .param-item .item-wrap .item-value .number { font-size: 32px; }
  .inner-section.sec-about .about-top .about-params .param-item .item-wrap .item-value .unit { font-size: 14px; } }
@media (max-width: 420.98px) { .inner-section.sec-about .about-top .about-params .param-item .item-wrap .item-value .number { font-size: 26px; }
  .inner-section.sec-about .about-top .about-params .param-item .item-wrap .item-value .unit { font-size: 12px; }
  .inner-section.sec-about .about-top .about-params .param-item .item-wrap .item-title { font-size: 12px; } }
.inner-section.sec-about .about-content { margin-top: 3%; padding-top: 3%; color: #333333; line-height: 40px; }
@media (max-width: 991.98PX) { .inner-section.sec-about .about-content { line-height: 36px; font-size: 14px; } }
@media (max-width: 575.98PX) { .inner-section.sec-about .about-content { line-height: 32px; font-size: 14px; } }
.inner-section.sec-honor .honor-box { padding-top: 5%; position: relative; }
.inner-section.sec-honor .honor-box .honor-link { display: block; line-height: 42px; background-color: var(--theme-color); color: #ffffff; width: 160px; text-align: center; border-radius: 21px; text-transform: uppercase; margin: -7% auto 0; }
@media (max-width: 575.98px) { .inner-section.sec-honor .honor-box .honor-link { margin: -7% auto 2%; font-size: 13px; line-height: 32px; width: 140px; } }
.inner-section.sec-power .swiper-power { margin-top: 5%; --swiper-navigation-color:#ffffff; }
@media (max-width: 991.98px) { .inner-section.sec-power .swiper-power { margin-top: 3%; } }
.inner-section.sec-power .swiper-power .item .item-img { overflow: hidden; }
.inner-section.sec-power .swiper-power .item .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-power .swiper-power .item .item-title { background-color: var(--theme-color); color: #ffffff; position: absolute; bottom: 0; left: 0; width: 45%; line-height: 52px; padding: 0 20px; text-align: left; }
.inner-section.sec-power .swiper-power .item .item-title span { -webkit-transition: letter-spacing .5s; -moz-transition: letter-spacing .5s; -ms-transition: letter-spacing .5s; -o-transition: letter-spacing .5s; transition: letter-spacing .5s; }
.inner-section.sec-power .swiper-power .item .item-title i { -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; position: absolute; width: 20px; height: 20px; margin: auto; top: 0; bottom: 0; right: 20px; }
.inner-section.sec-power .swiper-power .item .item-title i::before, .inner-section.sec-power .swiper-power .item .item-title i::after { content: ""; position: absolute; top: 0; left: 0; margin: auto; right: 0; bottom: 0; width: 50%; height: 1px; background-color: #fff; display: block; -webkit-transform-origin: right center; -moz-transform-origin: right center; -ms-transform-origin: right center; -o-transform-origin: right center; transform-origin: right center; }
.inner-section.sec-power .swiper-power .item .item-title i::before { transform: rotate(45deg); }
.inner-section.sec-power .swiper-power .item .item-title i::after { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
@media (max-width: 767.98px) { .inner-section.sec-power .swiper-power .item .item-title { width: 80%; line-height: 42px; font-size: 14px; } }
@media (max-width: 575.98px) { .inner-section.sec-power .swiper-power .item .item-title { width: 80%; line-height: 36px; font-size: 12px; } }
.inner-section.sec-power .swiper-power .item:hover .item-title span { letter-spacing: 1px; }
.inner-section.sec-power .swiper-power .item:hover .item-title i { transform: translateX(5px); }
.inner-section.sec-power .swiper-power .swiper-button-prev, .inner-section.sec-power .swiper-power .swiper-button-next { background: rgba(0, 0, 0, 0.3); width: calc(56px / 56* 30); }
.inner-section.sec-power .swiper-power .swiper-button-prev::after, .inner-section.sec-power .swiper-power .swiper-button-next::after { font-size: 24px; }
.inner-section.sec-power .swiper-power .env-pagination { position: relative; width: 80%; margin: 3.5% auto 2%; height: 6px; border-radius: 10px; overflow: hidden; --swiper-pagination-color:var(--theme-color); background-color: #eeeef3; }
.inner-section.sec-power .swiper-power .env-pagination .swiper-pagination-progressbar-fill { border-radius: 10px; }
.inner-section.sec-social-detail .social-brief, .inner-section.sec-social-detail .social-detail { line-height: 2; color: #666666; }
@media (min-width: 1400px) { .inner-section.sec-social-detail .social-brief, .inner-section.sec-social-detail .social-detail { font-size: 18px; } }
@media (max-width: 575.98px) { .inner-section.sec-social-detail .social-brief, .inner-section.sec-social-detail .social-detail { font-size: 14px; } }
.inner-section.sec-social-detail .social-swiper .item .item-wrap .item-img { overflow: hidden; }
.inner-section.sec-social-detail .social-swiper .item .item-wrap .item-img img { -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.inner-section.sec-social-detail .social-swiper .item .item-wrap .item-title { text-align: center; line-height: 42px; color: #666666; background-color: #f2f2f2; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
@media (max-width: 1199.98px) { .inner-section.sec-social-detail .social-swiper .item .item-wrap .item-title { line-height: 36px; } }
@media (max-width: 1199.98px) { .inner-section.sec-social-detail .social-swiper .item .item-wrap .item-title { line-height: 32px; font-size: 14px; } }
.inner-section.sec-social-detail .social-swiper .item .item-wrap:hover .item-img img { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); }
.inner-section.sec-social-detail .social-swiper .item .item-wrap:hover .item-title { color: #ffffff; background-color: var(--theme-color); }
.inner-section.sec-social-detail .social-detail img { max-width: 100%; }
.inner-section.sec-social-detail .social-detail h3 > strong { font-size: 32px; font-weight: normal; margin-top: 3%; color: #000000; line-height: 2; display: block; }
.inner-section.sec-social-detail .social-detail h3 > strong::before { content: ''; display: inline-block; width: 46px; height: 46px; vertical-align: middle; background: url("../Image/icon-2.png") center/contain no-repeat; margin-right: 15px; }
@media (max-width: 991.98px) { .inner-section.sec-social-detail .social-detail h3 > strong { font-size: 26px; }
  .inner-section.sec-social-detail .social-detail h3 > strong::before { width: 32px; height: 32px; } }
@media (max-width: 575.98px) { .inner-section.sec-social-detail .social-detail h3 > strong { font-size: 20px; }
  .inner-section.sec-social-detail .social-detail h3 > strong::before { width: 28px; height: 28px; } }
.inner-section .swiper-talent-concept { margin-top: 3%; padding-top: 8%; }
@media (min-width: 992px) { .inner-section .swiper-talent-concept { padding-top: 0; } }
.inner-section .swiper-talent-concept .item { background-color: #f8f8f8; position: relative; height: auto; }
.inner-section .swiper-talent-concept .item .item-wrap { height: 100%; color: #282828; padding: 10%; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; position: relative; }
.inner-section .swiper-talent-concept .item .item-wrap .item-head .item-num { font-size: 20px; color: #282828; }
.inner-section .swiper-talent-concept .item .item-wrap .item-head .item-ename { margin-top: 5px; line-height: 2; color: #999999; font-size: 14px; }
.inner-section .swiper-talent-concept .item .item-wrap .item-name { font-weight: bold; font-size: 30px; margin: 15% 0 5%; }
.inner-section .swiper-talent-concept .item .item-wrap .item-content { color: #999999; font-size: 18px; line-height: 1.6; }
@media (max-width: 1199.98px) { .inner-section .swiper-talent-concept .item .item-wrap .item-name { font-size: 28px; }
  .inner-section .swiper-talent-concept .item .item-wrap .item-content { font-size: 16px; } }
@media (max-width: 991.98px) { .inner-section .swiper-talent-concept .item .item-wrap .item-icon { width: 52px; height: 52px; }
  .inner-section .swiper-talent-concept .item .item-wrap .item-name { font-size: 26px; }
  .inner-section .swiper-talent-concept .item .item-wrap .item-content { font-size: 14px; } }
@media (max-width: 767.98px) { .inner-section .swiper-talent-concept .item .item-wrap .item-icon { width: 46px; height: 46px; }
  .inner-section .swiper-talent-concept .item .item-wrap .item-name { font-size: 22px; }
  .inner-section .swiper-talent-concept .item .item-wrap .item-content { font-size: 14px; } }
@media (max-width: 575.98px) { .inner-section .swiper-talent-concept .item .item-wrap .item-icon { width: 42px; height: 42px; }
  .inner-section .swiper-talent-concept .item .item-wrap .item-name { font-size: 18px; }
  .inner-section .swiper-talent-concept .item .item-wrap .item-content { font-size: 12px; } }
.inner-section .swiper-talent-concept .item.active .item-wrap { background-color: var(--theme-color); color: #ffffff; }
.inner-section .swiper-talent-concept .item.active .item-wrap .item-head .item-num { color: #ffffff; }
.inner-section .swiper-talent-concept .item.active .item-wrap .item-ename { color: #ffffff; }
.inner-section .swiper-talent-concept .item.active .item-wrap .item-content { color: #ffffff; }
.inner-section.sec-contact .contact-way .item .item-wrap .item-head { padding-bottom: 10px; border-bottom: 1px solid #dddddd; }
.inner-section.sec-contact .contact-way .item .item-wrap .item-head .head-title { font-size: 24px; color: #282828; }
.inner-section.sec-contact .contact-way .item .item-wrap .item-head .head-icon { width: 26px; height: 26px; margin: 0; }
.inner-section.sec-contact .contact-way .item .item-wrap .item-head .head-icon svg { width: 100%; height: 100%; }
.inner-section.sec-contact .contact-way .item .item-wrap .item-head .head-icon svg path { fill: var(--theme-color); }
.inner-section.sec-contact .contact-way .item .item-wrap .item-value { margin-top: 1rem; font-size: 18px; color: #666666; line-height: 2; }
@media (max-width: 1199.98px) { .inner-section.sec-contact .contact-way .item .item-wrap .item-head .head-title { font-size: 20px; }
  .inner-section.sec-contact .contact-way .item .item-wrap .item-head .head-icon { width: 22px; height: 22px; }
  .inner-section.sec-contact .contact-way .item .item-wrap .item-value { font-size: 16px; } }
@media (max-width: 991.98px) { .inner-section.sec-contact .contact-way .item .item-wrap .item-head .head-title { font-size: 18px; }
  .inner-section.sec-contact .contact-way .item .item-wrap .item-head .head-icon { width: 20px; height: 20px; } }
@media (max-width: 575.98px) { .inner-section.sec-contact .contact-way .item .item-wrap .item-head .head-title { font-size: 16px; }
  .inner-section.sec-contact .contact-way .item .item-wrap .item-value { margin-top: .5rem; font-size: 14px; } }
.inner-section.sec-contact .bdmap { height: 600px; }
.inner-section.sec-contact .bdmap #dituContent { width: 100%; height: 100%; }
@media (max-width: 1399.98px) { .inner-section.sec-contact .bdmap { height: 560px; } }
@media (max-width: 1199.98px) { .inner-section.sec-contact .bdmap { height: 520px; } }
@media (max-width: 991.98px) { .inner-section.sec-contact .bdmap { height: 480px; } }
@media (max-width: 767.98px) { .inner-section.sec-contact .bdmap { height: 360px; } }
.inner-section.sec-message .w-form .form-item .input-txt, .inner-section.sec-message .w-form .form-item .input-textarea { background-color: #f6f6f6; border-radius: 3px; }
@media (min-width: 1200px) { .inner-section.sec-message .w-form .form-item .input-textarea { height: 180px; } }
@media (min-width: 1400px) { .inner-section.sec-message .w-form .form-item .input-textarea { height: 200px; } }
@media (min-width: 1680px) { .inner-section.sec-message .w-form .form-item .input-textarea { height: 250px; } }
.inner-section.sec-message .w-form .form-item .input-icon { width: 32px; height: 32px; position: absolute; right: 7px; top: 0; background: var(--theme-color); margin: auto; bottom: 0; border-radius: 3px; }
.inner-section.sec-message .w-form .form-item .input-icon svg path { fill: #ffffff; }

.swiper-honor, .honor-list { margin-top: 4%; }
.swiper-honor .item .item-img, .honor-list .item .item-img { background: url("../Image/honor-border.png") center/cover no-repeat; }
.swiper-honor .item .item-img .img-wrap, .honor-list .item .item-img .img-wrap { padding: 25px; }
.swiper-honor .item .item-img img, .honor-list .item .item-img img { position: absolute; max-height: 100%; bottom: 0; }
.swiper-honor .item .item-title, .honor-list .item .item-title { line-height: 3; }

.honor-list { margin-top: 2%; }

.article-page .news-detail .news-title, .news-page .news-detail .news-title { font-size: 30px; line-height: 1.4; margin-bottom: 1rem; color: #282828; }
@media (max-width: 991.98px) { .article-page .news-detail .news-title, .news-page .news-detail .news-title { font-size: 26px; } }
@media (max-width: 767.98px) { .article-page .news-detail .news-title, .news-page .news-detail .news-title { font-size: 22px; } }
@media (max-width: 575.98px) { .article-page .news-detail .news-title, .news-page .news-detail .news-title { font-size: 18px; } }
.article-page .news-detail .news-meta, .news-page .news-detail .news-meta { font-size: 14px; color: #999999; }
.article-page .news-detail .news-meta span, .news-page .news-detail .news-meta span { display: inline-block; margin-right: 10px; }
.article-page .news-detail .news-content, .news-page .news-detail .news-content { border-top: 1px solid #eeeeee; line-height: 1.8; color: #666666; }
.article-page .news-detail .news-content img, .news-page .news-detail .news-content img { max-width: 100% !important; height: auto !important; vertical-align: bottom; }
.article-page .news-detail .news-content p, .news-page .news-detail .news-content p { background-color: transparent !important; }
.article-page .news-detail .news-content > *, .news-page .news-detail .news-content > * { background-color: transparent; }
.article-page .news-right, .news-page .news-right { position: sticky; top: 70px; }
.article-page .news-right .relate-news .head .head-name, .news-page .news-right .relate-news .head .head-name { font-size: 24px; color: #333333; position: relative; padding-left: 10px; }
.article-page .news-right .relate-news .head .head-name span, .news-page .news-right .relate-news .head .head-name span { vertical-align: middle; display: inline-block; }
.article-page .news-right .relate-news .head .head-name span:nth-child(2), .news-page .news-right .relate-news .head .head-name span:nth-child(2) { font-size: 14px; color: #999999; }
.article-page .news-right .relate-news .head .head-name::before, .news-page .news-right .relate-news .head .head-name::before { content: ''; display: inline-block; width: 4px; height: 24px; vertical-align: middle; background-color: var(--theme-color); position: absolute; margin: auto; top: 0; bottom: 0; left: 0; }
@media (max-width: 991.98px) { .article-page .news-right .relate-news .head .head-name, .news-page .news-right .relate-news .head .head-name { font-size: 20px; } }
@media (max-width: 575.98px) { .article-page .news-right .relate-news .head .head-name, .news-page .news-right .relate-news .head .head-name { font-size: 18px; } }
.article-page .news-right .relate-news-list .news-item, .news-page .news-right .relate-news-list .news-item { border-bottom: 1px solid #e6e6e6; }
.article-page .news-right .relate-news-list .news-item:last-child, .news-page .news-right .relate-news-list .news-item:last-child { border-bottom: none; }
.article-page .news-right .relate-news-list .news-item .news-title, .news-page .news-right .relate-news-list .news-item .news-title { line-height: 2; }
.article-page .news-right .relate-news-list .news-item .news-title::before, .news-page .news-right .relate-news-list .news-item .news-title::before { content: ''; width: 5px; height: 5px; margin-right: 5px; display: inline-block; vertical-align: middle; background-color: var(--theme-color); }
.article-page .news-right .relate-news-list .news-item .news-desc, .news-page .news-right .relate-news-list .news-item .news-desc { text-indent: 2rem; font-size: 14px; margin-top: 3px; color: #999999; }
.article-page .bg-gray, .news-page .bg-gray { background-color: #f9f9f9; }
.article-page .prev_next_nav .prev_next, .news-page .prev_next_nav .prev_next { flex: 1; background-color: #ffffff; border-radius: 5px; padding: 12px; display: flex; align-items: center; margin: 5px 0; }
.article-page .prev_next_nav .prev_next.prev, .article-page .prev_next_nav .prev_next.next, .news-page .prev_next_nav .prev_next.prev, .news-page .prev_next_nav .prev_next.next { width: 47%; display: flex; }
.article-page .prev_next_nav .prev_next.prev .page-a, .article-page .prev_next_nav .prev_next.next .page-a, .news-page .prev_next_nav .prev_next.prev .page-a, .news-page .prev_next_nav .prev_next.next .page-a { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #666666; }
.article-page .prev_next_nav .prev_next.prev .page-a:hover, .article-page .prev_next_nav .prev_next.next .page-a:hover, .news-page .prev_next_nav .prev_next.prev .page-a:hover, .news-page .prev_next_nav .prev_next.next .page-a:hover { color: var(--theme-color); }
.article-page .prev_next_nav .prev_next.prev a, .article-page .prev_next_nav .prev_next.next a, .news-page .prev_next_nav .prev_next.prev a, .news-page .prev_next_nav .prev_next.next a { max-width: calc(100% - 70px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: CurrentColor; }
@media (max-width: 1199.98px) { .article-page .prev_next_nav .prev_next.prev, .article-page .prev_next_nav .prev_next.next, .news-page .prev_next_nav .prev_next.prev, .news-page .prev_next_nav .prev_next.next { width: 100%; } }
@media (max-width: 767.98px) { .article-page .prev_next_nav .prev_next.prev, .article-page .prev_next_nav .prev_next.next, .news-page .prev_next_nav .prev_next.prev, .news-page .prev_next_nav .prev_next.next { font-size: 14px; } }
.article-page .prev_next_nav .prev_next.menu, .news-page .prev_next_nav .prev_next.menu { flex: 0 0 auto; padding: 0; background: transparent; }
.article-page .prev_next_nav .prev_next.menu .menu-wrap, .news-page .prev_next_nav .prev_next.menu .menu-wrap { margin: 0 10px; background: #ffffff; padding: 10px; border-radius: 5px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.article-page .prev_next_nav .prev_next.menu svg, .news-page .prev_next_nav .prev_next.menu svg { width: 26px; height: 26px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; fill: #666; }
.article-page .prev_next_nav .prev_next.menu:hover .menu-wrap, .news-page .prev_next_nav .prev_next.menu:hover .menu-wrap { background-color: var(--theme-color); }
.article-page .prev_next_nav .prev_next.menu:hover .menu-wrap svg, .news-page .prev_next_nav .prev_next.menu:hover .menu-wrap svg { fill: #ffffff; }

.box .box-head .head-name::before { content: ''; display: inline-block; width: 4px; height: 25px; vertical-align: middle; background-color: var(--theme-color); margin-right: 10px; }
@media (max-width: 767.98px) { .box .box-head .head-name::before { width: 3px; height: 22px; } }
@media (max-width: 575.98px) { .box .box-head .head-name::before { width: 2px; height: 20px; } }
.box .box-head .head-name span { font-size: 26px; display: inline-block; vertical-align: middle; }
@media (max-width: 1199.98px) { .box .box-head .head-name span { font-size: 24px; } }
@media (max-width: 991.98px) { .box .box-head .head-name span { font-size: 22px; } }
@media (max-width: 767.98px) { .box .box-head .head-name span { font-size: 20px; } }
@media (max-width: 575.98px) { .box .box-head .head-name span { font-size: 18px; } }
.box .box-head .head-more span { -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; display: inline-block; vertical-align: middle; text-transform: uppercase; color: #282828; }
.box .box-head .head-more .plus { display: inline-block; width: 18px; height: 18px; position: relative; background-color: var(--theme-color); border-radius: 50%; vertical-align: middle; margin-left: 3px; }
.box .box-head .head-more .plus::before, .box .box-head .head-more .plus::after { content: ''; display: block; width: 50%; height: 1px; background-color: #ffffff; position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; }
.box .box-head .head-more .plus::after { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
.box .box-head .head-more:hover span { color: var(--theme-color); }
.box .box-head .head-more:hover .plus { -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }

.news-list .item .item-wrap { padding-top: 3%; }
.news-list .item .item-wrap .item-img { overflow: hidden; border-radius: 10px; -webkit-transition: transform .5s ,box-shadow .5s; -moz-transition: transform .5s ,box-shadow .5s; -ms-transition: transform .5s ,box-shadow .5s; -o-transition: transform .5s ,box-shadow .5s; transition: transform .5s ,box-shadow .5s; }
.news-list .item .item-wrap .item-caption .item-title { color: #282828; font-size: 18px; line-height: 2; margin: 1rem 0 2rem; -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; }
.news-list .item .item-wrap .item-caption .item-time { color: #888888; font-size: 14px; }
.news-list .item .item-wrap .item-caption .item-time span { display: inline-block; vertical-align: middle; }
.news-list .item .item-wrap .item-caption .item-time svg { display: inline-block; vertical-align: middle; width: 18px; height: 18px; }
.news-list .item .item-wrap .item-caption .item-time svg path { fill: currentColor; }
.news-list .item .item-wrap:hover .item-img { -webkit-box-shadow: 0 6px 10px #e3e3e3; -moz-box-shadow: 0 6px 10px #e3e3e3; box-shadow: 0 6px 10px #e3e3e3; -webkit-transform: translateY(-5px); -moz-transform: translateY(-5px); -ms-transform: translateY(-5px); -o-transform: translateY(-5px); transform: translateY(-5px); }
.news-list .item .item-wrap:hover .item-caption .item-title { 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; } }
@media (max-width: 767.98px) { .news-thumb-list .news-item .news-info .news-title { font-size: 14px; line-height: 1.5; } }

.image-news-list .item .item-wrap { background-color: #ffffff; }
.image-news-list .item .item-wrap .item-time { font-size: 16px; color: #999999; line-height: 36px; margin-bottom: 8px; }
.image-news-list .item .item-wrap .item-title { color: #333333; font-size: 16px; margin-top: 15px; }

.swiper-focus .news-img { overflow: hidden; }
.swiper-focus .focus-control { position: absolute; right: 20px; bottom: 20px; z-index: 2; }
.swiper-focus .focus-control i { position: relative; display: inline-block; vertical-align: middle; width: 40px; height: 40px; border-radius: 50%; background-color: var(--theme-color); -webkit-transition: background-color .5s; -moz-transition: background-color .5s; -ms-transition: background-color .5s; -o-transition: background-color .5s; transition: background-color .5s; }
.swiper-focus .focus-control i svg { position: absolute; margin: auto; width: 50%; top: 0; bottom: 0; right: 0; left: 0; display: block; }
.swiper-focus .focus-control i svg path { fill: #ffffff; }
.swiper-focus .focus-control i:hover { background-color: rgba(12, 92, 170, 0.5); }
.swiper-focus .focus-control i.swiper-button-disabled { cursor: not-allowed; background-color: rgba(12, 92, 170, 0.5); }

.swiper-news-info { background-color: #f7f9fa; }
.swiper-news-info .news-info .news-title { font-size: 24px; color: #333333; }
@media (max-width: 1199.98px) { .swiper-news-info .news-info .news-title { font-size: 22px; } }
@media (max-width: 991.98px) { .swiper-news-info .news-info .news-title { font-size: 20px; } }
@media (max-width: 767.98px) { .swiper-news-info .news-info .news-title { font-size: 18px; } }
@media (max-width: 575.98px) { .swiper-news-info .news-info .news-title { font-size: 16px; } }
.swiper-news-info .news-info .news-content { color: #666666; font-size: 18px; line-height: 2; }
@media (max-width: 991.98px) { .swiper-news-info .news-info .news-content { font-size: 16px; } }
@media (max-width: 575.98px) { .swiper-news-info .news-info .news-content { font-size: 13px; line-height: 1.5; } }
.swiper-news-info .news-info .news-bottom { border-top: 1px solid #e5e7e8; line-height: 2; }
.swiper-news-info .news-info .news-bottom .news-time { color: #999999; font-size: 15px; }
.swiper-news-info .news-info .news-bottom .news-more { color: #999999; font-size: 15px; }
.swiper-news-info .news-info .news-bottom .news-more:hover { color: var(--theme-color); }
.swiper-news-info .news-info:hover .news-title { color: var(--theme-color); }
.swiper-news-info .news-info:hover .news-title .news-content { color: #333333; }
.swiper-news-info .news-info:hover .news-title .news-bottom { color: #666666; }

.job-list { padding-top: 3%; }
.job-list .job-item .item-head { background-color: #f8f8f8; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; cursor: pointer; }
.job-list .job-item .item-head .item-name { font-size: 20px; text-align: center; }
@media (min-width: 992px) { .job-list .job-item .item-head .item-name { width: 20%; text-align: left; } }
@media (max-width: 575.98px) { .job-list .job-item .item-head .item-name { font-size: 18px; } }
.job-list .job-item .item-head .info-params { flex: 1; padding-right: 10%; }
@media (max-width: 767.98px) { .job-list .job-item .item-head .info-params { font-size: 14px; flex: 0 auto; padding-right: 0; } }
.job-list .job-item .item-head .info-detail { font-size: 14px; flex: 1; }
.job-list .job-item .item-head .info-detail p { flex: 1; color: #666666; line-height: 2; }
.job-list .job-item .item-head .info-detail p span { color: #333333; }
@media (max-width: 575.98px) { .job-list .job-item .item-head .info-detail p { font-size: 14px; } }
.job-list .job-item .item-head .info-more { width: 30px; height: 30px; color: #282828; border-radius: 50%; border: 1px solid currentColor; }
@media (max-width: 991.98px) { .job-list .job-item .item-head .info-more { width: 24px; height: 24px; } }
.job-list .job-item .item-head .info-more i { display: block; width: 100%; height: 100%; position: relative; }
.job-list .job-item .item-head .info-more i::before, .job-list .job-item .item-head .info-more i::after { content: ''; display: block; width: 55%; height: 0; border-bottom: 1px solid currentColor; position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; -webkit-transition: transform .3s,opacity .3s; -moz-transition: transform .3s,opacity .3s; -ms-transition: transform .3s,opacity .3s; -o-transition: transform .3s,opacity .3s; transition: transform .3s,opacity .3s; }
.job-list .job-item .item-head .info-more i::after { width: 0; height: 55%; border-bottom: none; border-left: 1px solid currentColor; }
.job-list .job-item .item-content { border: 1px solid #e6e4e2; padding: 3%; line-height: 2; font-size: 14px; color: #666666; display: none; }
.job-list .job-item .item-content .hr-info .con .con-title { color: #000000; line-height: 2; font-size: 20px; }
@media (max-width: 1199.98px) { .job-list .job-item .item-content .hr-info .con .con-title { font-size: 18px; } }
@media (max-width: 991.98px) { .job-list .job-item .item-content .hr-info .con .con-title { font-size: 16px; } }
.job-list .job-item .item-content .hr-info .con .con-content { line-height: 2; }
@media (max-width: 991.98px) { .job-list .job-item .item-content .hr-info .con .con-content { font-size: 14px; } }
.job-list .job-item .item-content strong { font-size: 16px; font-weight: normal; line-height: 32px; margin: 5px 0; display: block; color: #333333; }
.job-list .job-item .item-content .seek-btn { display: block; margin: 30px auto 0; width: 130px; height: 40px; background-color: #ececec; color: #333333; text-align: center; line-height: 40px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.job-list .job-item .item-content .seek-btn:hover { color: #FFFFFF; background-color: #e23833; }
.job-list .job-item.active .item-head, .job-list .job-item:hover .item-head { background-color: #2378c7; color: #ffffff; }
.job-list .job-item.active .item-head .info-more, .job-list .job-item:hover .item-head .info-more { color: #ffffff; }
.job-list .job-item.active .info-more i::after { -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); transform: translateY(100%); opacity: 0; }

.swiper-actives { margin-top: 4%; }
.swiper-actives .item .item-wrap { border-bottom: 1px solid #d7d7d7; }
.swiper-actives .item .item-time { color: #999999; font-size: 14px; line-height: 2; }
.swiper-actives .item .item-title { color: #333333; line-height: 1.8; }
@media (min-width: 1400px) { .swiper-actives .item .item-title { font-size: 18px; } }
@media (max-width: 767.98px) { .swiper-actives .item .item-title { font-size: 14px; } }
.swiper-actives .item .item-more a { color: #898788; }
.swiper-actives .item .item-more a:hover { color: var(--theme-color); }
@media (max-width: 767.98px) { .swiper-actives .item .item-more a { font-size: 13px; } }
.swiper-actives .item:hover .item-title { color: var(--theme-color); }
.swiper-actives .item:hover .item-time { color: #666666; }

.actives-list .item .item-wrap { border-bottom: 1px solid #d7d7d7; }
.actives-list .item .item-time { color: #999999; font-size: 14px; line-height: 2; }
.actives-list .item .item-title { color: #333333; line-height: 1.8; }
@media (min-width: 1400px) { .actives-list .item .item-title { font-size: 18px; } }
@media (max-width: 767.98px) { .actives-list .item .item-title { font-size: 14px; } }
.actives-list .item .item-more a { color: #898788; }
.actives-list .item .item-more a:hover { color: var(--theme-color); }
@media (max-width: 767.98px) { .actives-list .item .item-more a { font-size: 13px; } }
.actives-list .item:hover .item-title { color: var(--theme-color); }
.actives-list .item:hover .item-time { color: #666666; }

.swiper-style { margin-top: 3%; }

.goods-info .info-crumbs { padding: 1rem; background-image: -webkit-linear-gradient(270deg, #f4f6f8 0%, rgba(244, 246, 248, 0) 100%); }
@media (max-width: 767.98px) { .goods-info .info-crumbs { font-size: 14px; } }
@media (max-width: 575.98px) { .goods-info .info-crumbs { font-size: 12px; } }
.goods-info .info-crumbs .location { line-height: 46px; }
.goods-info .info-crumbs .location svg { width: 16px; height: 16px; display: inline-block; vertical-align: middle; }
.goods-info .goods-top { background-color: #f8f8f8; padding-bottom: 3%; }
.goods-info .goods-top .goods-summary { width: 100%; padding: 6%; }
.goods-info .goods-top .goods-summary .goods-title { position: relative; z-index: 2; font-size: 36px; line-height: 2; }
.goods-info .goods-top .goods-summary .goods-head { position: relative; }
.goods-info .goods-top .goods-summary .goods-head::after { content: ''; position: absolute; width: 100%; height: 3px; background: url("../Image/line-bg.png") 0 0 repeat-x; bottom: 0; left: 0; }
.goods-info .goods-top .goods-summary .goods-desc { color: #333333; line-height: 2; padding-bottom: 2rem; position: relative; }
.goods-info .goods-top .goods-summary .goods-contact .contact-btn { color: #333333; display: inline-block; width: 45%; 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; background: #f3f3f3; border-radius: 10rem; }
.goods-info .goods-top .goods-summary .goods-contact .contact-btn span { display: inline-block; vertical-align: middle; }
.goods-info .goods-top .goods-summary .goods-contact .contact-btn svg { margin-left: 5px; display: inline-block; vertical-align: middle; width: 26px; height: 26px; }
.goods-info .goods-top .goods-summary .goods-contact .contact-btn svg path { fill: CurrentColor; }
.goods-info .goods-top .goods-summary .goods-contact .contact-btn:first-child { margin-right: 15px; }
.goods-info .goods-top .goods-summary .goods-contact .contact-btn:hover { background-color: var(--theme-color); color: #ffffff; border-color: var(--theme-color); }
.goods-info .goods-top .goods-summary .goods-service { margin-bottom: 1rem; }
.goods-info .goods-top .goods-summary .goods-service .s-item { padding: 2.5% 0; }
.goods-info .goods-top .goods-summary .goods-service .s-item .item-icon { width: 48px; height: 48px; position: relative; margin: 0 auto 15px; }
.goods-info .goods-top .goods-summary .goods-service .s-item .item-icon svg { position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; display: block; width: 100%; height: 100%; }
.goods-info .goods-top .goods-summary .goods-service .s-item .item-icon svg path { fill: var(--theme-color); }
.goods-info .goods-top .goods-summary .goods-service .s-item .item-title { font-size: 16px; line-height: 2; }
.goods-info .goods-top .goods-summary .goods-service .s-item .item-name { text-align: center; }
.goods-info .goods-top .goods-summary .goods-service .s-item .item-name .cn-name { font-size: 18px; font-weight: bold; color: #282828; }
.goods-info .goods-top .goods-summary .goods-service .s-item .item-name .en-name { font-size: 12px; color: #999999; }
@media (min-width: 1680px) { .goods-info .goods-top .goods-summary .goods-service .s-item { padding: 4% 0; }
  .goods-info .goods-top .goods-summary .goods-service .s-item .item-icon { width: 42px; height: 42px; }
  .goods-info .goods-top .goods-summary .goods-service .s-item:nth-child(2) .item-wrap, .goods-info .goods-top .goods-summary .goods-service .s-item:nth-child(3) .item-wrap { border-left: 1px solid #e5e5e5; } }
.goods-info .goods-top .goods-summary .goods-service .s-item:hover .item-icon { -webkit-animation: swing 1s; -o-animation: swing 1s; animation: swing 1s; }
@media (max-width: 1679.98px) { .goods-info .goods-top .goods-summary .goods-head::before { font-size: 140px; } }
@media (max-width: 1399.98px) { .goods-info .goods-top .goods-summary .goods-head::before { font-size: 100px; line-height: 2; } }
@media (max-width: 1199.98px) { .goods-info .goods-top .goods-summary .goods-title { font-size: 24px; } }
@media (max-width: 992.98px) { .goods-info .goods-top .goods-summary .goods-service .s-item .item-icon { width: 36px; height: 36px; }
  .goods-info .goods-top .goods-summary .goods-service .s-item .item-name .cn-name { font-size: 16px; }
  .goods-info .goods-top .goods-summary .goods-service .s-item .item-name .en-name { font-size: 12px; } }
@media (max-width: 767.98px) { .goods-info .goods-top .goods-summary .goods-head::before { font-size: 90px; line-height: 2; }
  .goods-info .goods-top .goods-summary .goods-title { font-size: 18px; }
  .goods-info .goods-top .goods-summary .goods-service .s-item .item-icon { width: 30px; height: 30px; }
  .goods-info .goods-top .goods-summary .goods-service .s-item .item-name .cn-name { font-size: 16px; }
  .goods-info .goods-top .goods-summary .goods-service .s-item .item-name .en-name { font-size: 10px; } }
@media (max-width: 575.98px) { .goods-info .goods-top .goods-summary { padding: 3% 4%; }
  .goods-info .goods-top .goods-summary .goods-head::before { font-size: 80px; line-height: 2; }
  .goods-info .goods-top .goods-summary .goods-catname { font-size: 16px; }
  .goods-info .goods-top .goods-summary .goods-title { font-size: 18px; }
  .goods-info .goods-top .goods-summary .goods-desc { font-size: 13px; }
  .goods-info .goods-top .goods-summary .goods-service .s-item .item-icon { width: 28px; height: 28px; }
  .goods-info .goods-top .goods-summary .goods-service .s-item .item-name .cn-name { font-size: 14px; }
  .goods-info .goods-top .goods-summary .goods-service .s-item .item-name .en-name { font-size: 9px; }
  .goods-info .goods-top .goods-summary .goods-contact .contact-btn { width: 148px; height: 42px; line-height: 42px; } }
.goods-info .goods-top .goods-preview { --swiper-navigation-size:20px; --swiper-theme-color: var(--theme-color); }
.goods-info .goods-top .goods-preview .preview-image { position: relative; }
.goods-info .goods-top .goods-preview .preview-image .play-btn { position: absolute; width: 80px; height: 80px; filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.1)); border-radius: 50%; right: 10%; bottom: 10%; z-index: 2; cursor: pointer; }
@media (max-width: 767.98px) { .goods-info .goods-top .goods-preview .preview-image .play-btn { width: 65px; height: 65px; } }
@media (max-width: 575.98px) { .goods-info .goods-top .goods-preview .preview-image .play-btn { width: 50px; height: 50px; } }
.goods-info .goods-top .goods-preview .preview-image .play-btn svg { width: 100%; height: 100%; }
.goods-info .goods-top .goods-preview .preview-image .play-btn svg path { fill: var(--theme-color); }
.goods-info .goods-top .goods-preview .swiper-button { width: 2rem; height: 3rem; color: #ffffff; background-color: rgba(0, 0, 0, 0.3); }
.goods-info .goods-bottom .goods-info-nav { border-bottom: 1px solid #f1f1f1; }
.goods-info .goods-bottom .goods-info-nav .nav-item { position: relative; }
.goods-info .goods-bottom .goods-info-nav .nav-item .item-name { position: relative; color: #3d3d3d; font-size: 20px; padding: 15px 50px; display: block; line-height: 46px; -webkit-transition: color .5s,background-color .5s; -moz-transition: color .5s,background-color .5s; -ms-transition: color .5s,background-color .5s; -o-transition: color .5s,background-color .5s; transition: color .5s,background-color .5s; }
.goods-info .goods-bottom .goods-info-nav .nav-item .item-name::after { content: ''; display: block; position: absolute; margin: auto; left: 0; right: 0; width: 45%; height: 2px; background-color: var(--theme-color); bottom: -1px; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; transform: scaleX(0); }
.goods-info .goods-bottom .goods-info-nav .nav-item .item-name:hover, .goods-info .goods-bottom .goods-info-nav .nav-item .item-name.active { color: var(--theme-color); }
.goods-info .goods-bottom .goods-info-nav .nav-item .item-name:hover::after, .goods-info .goods-bottom .goods-info-nav .nav-item .item-name.active::after { transform: scaleX(1); }
@media (max-width: 991.98px) { .goods-info .goods-bottom .goods-info-nav .nav-item .item-name { font-size: 18px; line-height: 38px; padding: 8px 30px; } }
@media (max-width: 767.98px) { .goods-info .goods-bottom .goods-info-nav .nav-item .item-name { font-size: 14px; line-height: 2; padding: 5px 20px; } }
@media (max-width: 575.98px) { .goods-info .goods-bottom .goods-info-nav .nav-item .item-name { font-size: 12px; padding: 2px 6px; border-radius: 0; } }
.goods-info .goods-bottom .detail-section.bg { background-color: #f8f8f8; }
.goods-info .goods-bottom .detail-section .sec-wrap { padding: 3% 0; }
.goods-info .goods-bottom .detail-section .sec-wrap .sec-head { background-color: #f6f7f9; }
.goods-info .goods-bottom .detail-section .sec-wrap .sec-head .head-name { font-size: 24px; color: #444444; font-family: MiSans-Bold,"Microsoft YaHei"; }
@media (max-width: 991.98px) { .goods-info .goods-bottom .detail-section .sec-wrap .sec-head .head-name { font-size: 20px; } }
@media (max-width: 767.98px) { .goods-info .goods-bottom .detail-section .sec-wrap .sec-head .head-name { font-size: 18px; } }
.goods-info .goods-bottom .detail-section .goods-detail { line-height: 2; /**{ font-size: 16px !important; line-height: 1.5 !important;
}*/ }
.goods-info .goods-bottom .detail-section .goods-detail img { max-width: 100%; vertical-align: bottom; }
.goods-info .goods-bottom .detail-section .goods-detail p, .goods-info .goods-bottom .detail-section .goods-detail span { font-size: initial !important; padding: initial !important; }
.goods-info .goods-bottom .detail-section .adv-swiper .item { height: auto; }
.goods-info .goods-bottom .detail-section .adv-swiper .item .item-wrap { padding: 8%; -webkit-transition: background-color .5s; -moz-transition: background-color .5s; -ms-transition: background-color .5s; -o-transition: background-color .5s; transition: background-color .5s; }
.goods-info .goods-bottom .detail-section .adv-swiper .item .item-head .head-num { -webkit-text-stroke: 1px rgba(167, 167, 167, 0.5); -webkit-text-fill-color: transparent; font-size: 72px; font-family: AvianBold; margin-right: 15px; line-height: 1; transition: all .5s; }
.goods-info .goods-bottom .detail-section .adv-swiper .item .item-head .head-name .cn-name { font-size: 24px; color: #000000; }
.goods-info .goods-bottom .detail-section .adv-swiper .item .item-head .head-name .en-name { color: #a2a2a2; font-size: 18px; text-transform: uppercase; }
.goods-info .goods-bottom .detail-section .adv-swiper .item .item-content { color: #888888; line-height: 32px; }
@media (min-width: 992px) { .goods-info .goods-bottom .detail-section .adv-swiper .item:hover { background-color: #f9f9f9; }
  .goods-info .goods-bottom .detail-section .adv-swiper .item:hover .item-head .head-num { -webkit-text-stroke-color: var(--theme-red); }
  .goods-info .goods-bottom .detail-section .adv-swiper .item:hover .item-content { color: #666; } }
@media (max-width: 991.98px) { .goods-info .goods-bottom .detail-section .adv-swiper .item { background-color: #f9f9f9; }
  .goods-info .goods-bottom .detail-section .adv-swiper .item .item-head .head-num { -webkit-text-stroke-color: var(--theme-red); }
  .goods-info .goods-bottom .detail-section .adv-swiper .item .item-head .head-name .cn-name { font-size: 20px; }
  .goods-info .goods-bottom .detail-section .adv-swiper .item .item-head .head-name .cn-name { font-size: 16px; }
  .goods-info .goods-bottom .detail-section .adv-swiper .item .item-content { color: #666; } }
.goods-info .goods-bottom table { width: 100% !important; margin-bottom: 5px; border: 1px solid #f3f3f3; }
.goods-info .goods-bottom table tr { -webkit-transition: background-color .5s; -moz-transition: background-color .5s; -ms-transition: background-color .5s; -o-transition: background-color .5s; transition: background-color .5s; }
.goods-info .goods-bottom table tr:nth-child(even) { background-color: #f8f8f8 !important; text-align: center; }
.goods-info .goods-bottom table td { border: none !important; width: auto !important; padding: 3px !important; text-align: center; vertical-align: middle; }
.goods-info .goods-bottom table td p:nth-of-type(1) { text-align: center !important; }
@media (min-width: 1200px) { .goods-info .goods-bottom table td { padding: 5px !important; } }
.goods-info .order-box { margin-top: 3%; }
.goods-info .order-box .box-left { background-color: #ffffff; padding: 3rem; }
.goods-info .order-box .box-left .box-head span { color: #666666; }
.goods-info .order-box .box-left .box-head span.head-title { font-size: 30px; color: #282828; }
.goods-info .order-box .box-right { padding: 3rem; background-color: #ffffff; }
.goods-info .order-box .box-right .box-head { color: #282828; }
.goods-info .order-box .box-right .box-head .cn-title { font-weight: bold; font-size: 30px; }
.goods-info .order-box .box-right .box-head .en-title { font-size: 16px; opacity: .45; text-transform: uppercase; }
.goods-info .order-box .box-right .box-content p { font-size: 20px; color: #000000; line-height: 2; margin: .5rem 0 1rem; }
.goods-info .order-box .box-right .box-content p::before { content: ''; display: inline-block; width: 5px; height: 5px; background-color: var(--theme-color); vertical-align: middle; margin-right: 5px; }

.w-form .form-item { background-color: #f8f8f8; }

.w-form .form-item .input-icon { width: 30px; height: 30px; position: relative; background: #dfdfdf; margin: 8px; border-radius: 3px; }
.w-form .form-item .input-icon svg path { fill: #ffffff; }

.w-form .form-item .input-txt, .w-form .form-item .input-textarea { background-color: #f8f8f8; flex: 1; }

.w-form .form-item .input-textarea { height: 170px; }

.brand-adv-box { margin-top: 3%; }
.brand-adv-box .item { background-color: #fff; position: relative; overflow: hidden; }
.brand-adv-box .item::before { content: attr(data-id); position: absolute; width: 100%; font-size: 7.5rem; bottom: 0; left: 0; line-height: 0.8; transform: translateY(32px); text-transform: uppercase; color: transparent; background: url("../Image/dot-bg.png"); -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-family: "Lovelo Black"; text-align: center; opacity: 0.7; }
.brand-adv-box .item .item-wrap { position: relative; padding-bottom: 4%; z-index: 2; }
.brand-adv-box .item .item-wrap .item-icon { width: 5rem; height: 5rem; margin: 0 auto; background-color: #f2f7fb; position: relative; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.brand-adv-box .item .item-wrap .item-icon svg { -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; width: 50%; height: 50%; }
.brand-adv-box .item .item-wrap .item-icon svg path { fill: var(--theme-color); }
.brand-adv-box .item .item-wrap .item-title { -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; font-weight: bold; font-size: 1.875rem; color: #282828; line-height: 2; margin-top: .75rem; }
.brand-adv-box .item .item-wrap .item-content { line-height: 1.8; font-size: 16px; color: #999999; margin: 1rem 0 1.8rem; }
.brand-adv-box .item .item-wrap:hover .item-icon { border-radius: 50%; }
.brand-adv-box .item .item-wrap:hover .item-icon svg { -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); transform: scale(0.8); }
.brand-adv-box .item .item-wrap:hover .item-title { color: var(--theme-color); }

.order-service-box .order-item { background-color: #ffffff; color: var(--theme-color); flex: 1; }
.order-service-box .order-item:nth-child(1) { margin-bottom: var(--mdb-gutter-y); }
.order-service-box .order-item .item-wrap { padding: 1.5rem 2rem; }
.order-service-box .order-item .item-head { position: relative; padding-bottom: 1.5rem; }
.order-service-box .order-item .item-head::before, .order-service-box .order-item .item-head::after { position: absolute; left: 0; bottom: 0; content: ''; display: block; width: 100%; height: 2px; background-color: #f4f7fb; }
.order-service-box .order-item .item-head::after { background-color: var(--theme-color); z-index: 2; width: 2rem; }
.order-service-box .order-item .item-head .item-icon { width: 48px; height: 48px; }
.order-service-box .order-item .item-head .item-icon svg { width: 100%; height: 100%; }
.order-service-box .order-item .item-head .item-icon svg path { fill: currentColor; }
.order-service-box .order-item .item-title { font-size: 22px; color: #282828; line-height: 2; margin-top: 1rem; }
.order-service-box .order-item .item-value { font-size: 18px; }
.order-service-box .order-item .item-value strong { font-weight: normal; font-size: 36px; display: inline-block; margin-right: 3px; }

.single-info { padding: 3% 0; }
.single-info .single-content { line-height: 1.8; color: #666666; }
.single-info .single-content img { max-width: 100% !important; height: auto !important; vertical-align: bottom; }
