@charset "UTF-8";
@import url("../font/bahnschrift/bahnschrift.css");
@import url("../font/Avian/Avian.css");
@import url("../font/pmzd/pmzd.css");
@import url("../font/CenturyGothic/CenturyGothic.css");
@import url("../font/centurygothicbold/centurygothicbold.css");
html { color: #666666; }

:root { scroll-behavior: unset; }

ul { padding-left: 0; margin-bottom: 0; }
ul li { list-style: none; }
ul li::marker { display: none; }

p { margin: 0; }

.img-cover-4by3 { height: 0; width: 100%; padding-bottom: 75%; overflow: hidden; position: relative; }

.img-cover-3by2 { height: 0; width: 100%; padding-bottom: 66.667%; overflow: hidden; position: relative; }

.img-cover img { max-width: 100%; max-height: 100%; position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; }

.abs-center { margin: auto; left: 0; right: 0; top: 0; bottom: 0; position: absolute; }

.over-line-2 { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }

.over-line-3 { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }

.over-line-4 { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; }

.over-line-5 { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 5; overflow: hidden; }

.text-justify { text-align: justify !important; text-align-last: justify; }

.object-fit-cover { -o-object-fit: cover; object-fit: cover; }

.object-fit-contain { -o-object-fit: contain; object-fit: contain; }

.object-fit-scaleDown { -o-object-fit: scale-down; object-fit: scale-down; }

a:focus { outline: none; }

.ratio-2x3 { --bs-aspect-ratio: calc(2 / 3 * 100%); --mdb-aspect-ratio: calc(2 / 3 * 100%); }

.ratio-3x2 { --bs-aspect-ratio: calc(3 / 2 * 100%); --mdb-aspect-ratio: calc(3 / 2 * 100%); }

.ratio-3x4 { --bs-aspect-ratio: calc(4 / 3 * 100%); --mdb-aspect-ratio: calc(4 / 3 * 100%); }

.ratio-8x3 { --mdb-aspect-ratio: calc(3 / 8 * 100%); --bs-aspect-ratio: calc(3 / 8 * 100%); }

.vertical-txt { writing-mode: vertical-rl; }

.nopic { background-color: #f8f8f8; color: #bcbcbc; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.nopic p:nth-child(1) { font-size: 130%; }

/*滚动条样式*/
@media screen and (-webkit-min-device-pixel-ratio: 0) { ::-webkit-scrollbar { width: 5px; height: 8px; }
  ::-webkit-scrollbar-track:enabled { background-color: #999999; }
  ::-webkit-scrollbar-thumb:vertical { background-color: var(--theme-color); border-radius: 30px; }
  ::-webkit-scrollbar-thumb:horizontal { background-color: var(--theme-color); border-radius: 30px; } }
.m-scroll::-webkit-scrollbar { /*滚动条整体样式*/ width: 5px; /*高宽分别对应横竖滚动条的尺寸*/ height: 3px; }

.m-scroll::-webkit-scrollbar-thumb { /*滚动条里面小方块*/ border-radius: 10px; box-shadow: inset 0 0 2.5px rgba(0, 0, 0, 0.1); background: var(--theme-red); }

.m-scroll::-webkit-scrollbar-track { /*滚动条里面轨道*/ box-shadow: inset 0 0 2.5px rgba(0, 0, 0, 0.1); border-radius: 5px; background: #ededed; }

a { color: #333333; text-decoration: none; }
a:hover { text-decoration: none; color: var(--theme-color); }
a:focus { outline: none !important; }

.w-next, .w-prev { cursor: pointer; z-index: 2; width: 40px; height: 40px; margin: auto; top: 0; bottom: 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.w-next { right: 0; }

.w-prev { left: 0; }

.de-page-mian .page-inner { padding: 1.5rem 0; display: flex; align-items: center; justify-content: center; }
.de-page-mian .page-inner a { position: relative; display: block; padding: .5rem .75rem; line-height: 1.25; color: #666; background-color: #e2e2e2; margin: 2px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
@media (max-width: 575.98px) { .de-page-mian .page-inner a { padding: .25rem .5rem; } }
.de-page-mian .page-inner a:hover, .de-page-mian .page-inner a.active { background-color: var(--theme-color); color: #fff; }
.de-page-mian .page-inner a.prev::after { content: '<'; font-family: "宋体",SimSun; color: CurrentColor; font-weight: bold; }
.de-page-mian .page-inner a.next::after { content: '>'; font-family: "宋体",SimSun; color: CurrentColor; font-weight: bold; }
.de-page-mian .page-inner span, .de-page-mian .page-inner input, .de-page-mian .page-inner a.page-btn { display: none; }

@font-face { font-family: "DINOTBold"; src: url("../font/DINOT/DINOTBold.otf") format("OpenType"); font-weight: normal; font-style: normal; }
@font-face { font-family: "DINOTMedium"; src: url("../font/DINOT/DINOTMedium.ttf") format("truetype"); font-weight: normal; font-style: normal; }
body { --theme-red:#c40000; --theme-color: #d51713; --theme-bgcolor:#f5f7fa; --theme-orange:#ea5412; --color-nomarl:#666666; --color-primary:#333333; }

@media (min-width: 1680px) { .container-xl { max-width: 1624px; } }
@keyframes outer-ripple { 0% { transform: scale(0); opacity: 1; }
  100% { transform: scale(1.2); opacity: 0; } }
@keyframes inner-ripple { 0% { transform: scale(0); opacity: 1; }
  100% { transform: scale(1.5); opacity: 0; } }
@keyframes scaleOut { 0% { transform: scale(0); opacity: 0; }
  90% { transform: scale(1); opacity: 1; }
  100% { opacity: 0; } }
@keyframes changeColor { from { color: var(--theme-color); }
  to { color: #ffffff; } }
@keyframes scrollBack { 0% { -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); }
  50% { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
  100% { -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); } }
@keyframes btnWave { 0% { -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scaleX(0); -webkit-transform-origin: left; -moz-transform-origin: left; -ms-transform-origin: left; -o-transform-origin: left; transform-origin: left; opacity: 0; }
  75% { -webkit-transform: scale(0.9); -moz-transform: scale(0.9); -ms-transform: scale(0.9); -o-transform: scale(0.9); transform: scaleX(0.9); -webkit-transform-origin: left; -moz-transform-origin: left; -ms-transform-origin: left; -o-transform-origin: left; transform-origin: left; opacity: 0.8; }
  100% { /*-webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(0); -webkit-transform-origin: center; -moz-transform-origin: center; -ms-transform-origin: center; -o-transform-origin: center; transform-origin: center;*/
opacity: 0; } }
.red { color: var(--theme-color); }

.ratio-flash { --mdb-aspect-ratio: calc(95 / 192 * 100%); }

.no-filter { filter: none !important; }

.header { z-index: 999; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; /*  &:not(.open-menu),&:not(.header-min){ .logo{ img{ filter:  contrast(0) grayscale(100%) brightness(100); } } .nav li > a{ color: #ffffff; } }*/ }
.header .header-wrap { padding: 0 1rem; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
.header .logo { position: relative; z-index: 20; }
@media (max-width: 991.98px) { .header .logo .logo-icon { height: 42px; } }
@media (max-width: 767.98px) { .header .logo .logo-icon { height: 36px; } }
@media (max-width: 575.98px) { .header .logo .logo-icon { height: 32px; } }
.header .logo .logo-img { max-width: 320px; }
.header .logo .logo-img 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; max-height: 46px; }
@media (max-width: 991.98px) { .header .logo .logo-img img { max-height: 43px; } }
@media (max-width: 767.98px) { .header .logo .logo-img img { max-height: 38px; } }
@media (max-width: 767.98px) { .header .logo .logo-img img { max-height: 32px; } }
.header .nav { flex: 1; }
.header .nav li { flex: 1; }
.header .nav li > a { display: block; position: relative; color: #ffffff; overflow: hidden; }
@media (min-width: 1440px) { .header .nav li > a { padding: 0 1rem; } }
.header .nav li .sub-nav { position: absolute; width: 100%; left: 0; top: 100%; display: none; }
.header .nav li .sub-nav .sub-nav-wrap { background-image: linear-gradient(0deg, white, rgba(255, 255, 255, 0.9)); margin: auto; width: 100%; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; padding: 2% 0 3%; backdrop-filter: blur(13px); }
.header .nav li .sub-nav .sub-nav-wrap .sub-nav-name { font-size: 26px; color: #333333; }
.header .nav li .sub-nav .sub-nav-wrap .sub-nav-desc { color: #666666; opacity: .6; font-size: 16px; margin-top: .75rem; }
.header .nav li .sub-nav .sub-nav-wrap .sub-nav-list dd { margin-bottom: 0; }
.header .nav li .sub-nav .sub-nav-wrap .sub-nav-list dd a { color: #333333; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.header .nav li .sub-nav .sub-nav-wrap .sub-nav-list dd a::before { content: ''; width: 0; height: 0; display: inline-block; vertical-align: middle; border: 8px solid transparent; border-radius: 2px; border-left-color: currentColor; border-bottom-width: 5px; border-top-width: 5px; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.header .nav li .sub-nav .sub-nav-wrap .sub-nav-list dd a:hover { color: var(--theme-color); }
.header .nav li .sub-nav .sub-nav-wrap .sub-nav-list dd a:hover::before { -webkit-transform: translateX(3px); -moz-transform: translateX(3px); -ms-transform: translateX(3px); -o-transform: translateX(3px); transform: translateX(3px); }
.header .nav li .sub-nav .sub-nav-wrap .sub-nav-img img { max-width: 100%; }
.header .header-tel { border-left: 1px solid rgba(255, 255, 255, 0.2); padding-left: 2%; }
.header .header-tel .tel-icon { width: 48px; display: inline-block; vertical-align: middle; position: relative; }
.header .header-tel .tel-icon svg { width: 80%; height: 80%; display: block; }
.header .header-tel .tel-num { font-size: 30px; line-height: 1; color: #ffffff; }
@media (max-width: 1679.98px) { .header .header-tel .tel-num { font-size: 22px; } }
@media (max-width: 1199.98px) { .header .header-tel .tel-num { font-size: 20px; } }
.header.header-min .header-wrap { box-shadow: 0 0 20px rgba(255, 255, 255, 0.08); background-color: rgba(0, 0, 0, 0.6); }
.header:not(.open-menu).scroll_bottom { -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%); -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.header.open-menu .logo img { filter: none !important; }
.header:hover .header-wrap { box-shadow: 0 0 20px rgba(255, 255, 255, 0.08); background-color: rgba(0, 0, 0, 0.6); }

.menu-icon { width: 60px; height: 60px; 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; margin: auto; top: 0; bottom: 0; }
  .menu-icon span::before { top: 500%; }
  .menu-icon span::after { bottom: 500%; } }

.mobile-nav { position: fixed; width: 100vw; height: 100vh; z-index: 10; background: rgba(255, 255, 255, 0.7); backdrop-filter: blur(20px); top: 0; left: 0; padding: 60px; overflow-x: scroll; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); }
@media (max-width: 575.98px) { .mobile-nav { padding: 60px 20px; } }
.mobile-nav .nav-wrap dl { border-bottom: 1px dashed rgba(0, 0, 0, 0.1); padding: .5rem; margin-bottom: 0; }
.mobile-nav .nav-wrap dl dt { font-weight: normal; position: relative; }
.mobile-nav .nav-wrap dl dt.has-child::before, .mobile-nav .nav-wrap dl dt.has-child::after { content: ''; display: block; position: absolute; width: 12px; height: 0; border-bottom: 1px solid #999999; -webkit-transform-origin: right center; -moz-transform-origin: right center; -ms-transform-origin: right center; -o-transform-origin: right center; transform-origin: right center; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; right: 0; margin: auto; top: 0; bottom: 0; }
.mobile-nav .nav-wrap dl dt.has-child::before { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
.mobile-nav .nav-wrap dl dt.has-child::after { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.mobile-nav .nav-wrap dl dt a { font-size: 18px; color: #333333; line-height: 2; display: block; width: 90%; }
.mobile-nav .nav-wrap dl dd { margin-bottom: 0; display: none; }
.mobile-nav .nav-wrap dl dd .child-nav { border-top: 1px solid rgba(0, 0, 0, 0.05); margin-top: 5px; padding-top: 5px; }
.mobile-nav .nav-wrap dl dd .child-nav li { margin: 5px 0; padding-left: 10px; }
.mobile-nav .nav-wrap dl dd .child-nav li a { color: #666666; line-height: 2; font-size: 14px; }
.mobile-nav .nav-wrap dl dd .child-nav li a:hover { color: var(--theme-color); }
.mobile-nav .nav-wrap dl.active dt.has-child::before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.mobile-nav .nav-wrap dl.active dt.has-child::after { -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -ms-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); }

.open-menu ~ .mobile-nav { -webkit-transform: translate(0); -moz-transform: translate(0); -ms-transform: translate(0); -o-transform: translate(0); transform: translate(0); }

.banner-box { position: relative; }
.banner-box .banner-nav { position: absolute; width: 100%; height: 0; left: 0; bottom: 20px; z-index: 2; }
.banner-box .banner-nav .nav-wrap { position: absolute; width: 100%; left: 0; bottom: 0; z-index: 2; }
.banner-box .banner-nav .nav-wrap .nav-row .bottom-item .item-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; border: 1px solid rgba(255, 255, 255, 0.3); border-radius: 5px; color: #ffffff; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.banner-box .banner-nav .nav-wrap .nav-row .bottom-item .item-wrap .item-info { flex: 0 auto; width: 80%; }
.banner-box .banner-nav .nav-wrap .nav-row .bottom-item .item-wrap .item-info .item-title { font-size: 24px; }
.banner-box .banner-nav .nav-wrap .nav-row .bottom-item .item-wrap .item-icon { flex: 0 auto; width: 20%; }
.banner-box .banner-nav .nav-wrap .nav-row .bottom-item .item-wrap .item-icon .icon-wrap svg { display: block; position: absolute; margin: auto; max-width: 50%; max-height: 50%; top: 0; bottom: 0; left: 0; right: 0; }
.banner-box .banner-nav .nav-wrap .nav-row .bottom-item .item-wrap .item-icon .icon-wrap svg path { fill: #ffffff; }
.banner-box .banner-nav .nav-wrap .nav-row .bottom-item:hover .item-wrap { border-color: var(--theme-color); background-color: var(--theme-color); }

.sbanner { top: 0; height: 480px; -webkit-transition: height .3s; -moz-transition: height .3s; -ms-transition: height .3s; -o-transition: height .3s; transition: height .3s; }
@media (max-width: 991.98px) { .sbanner { height: 360px; } }
@media (max-width: 767.98px) { .sbanner { height: 320px; } }
@media (max-width: 575.98px) { .sbanner { height: 260px; } }
.sbanner .sbanner-wrap { color: #ffffff; }
.sbanner .sbanner-wrap h3 { font-size: 42px; font-weight: normal; }
@media (max-width: 1199.98px) { .sbanner .sbanner-wrap h3 { font-size: 36px; } }
@media (max-width: 991.98px) { .sbanner .sbanner-wrap h3 { font-size: 34px; } }
@media (max-width: 767.98px) { .sbanner .sbanner-wrap h3 { font-size: 30px; } }
@media (max-width: 575.98px) { .sbanner .sbanner-wrap h3 { font-size: 26px; } }
.sbanner .sbanner-wrap p { font-size: 18px; }

.location-box { border-bottom: 1px solid #ebebeb; --location-height:80px; background-color: #ffffff; }
.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; }
  .location-box .location-box-wrap .channel-nav li { padding: 0 10px; } }
@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); }

.footer { background: url("../Image/footer-bg.jpg") center/cover no-repeat; }
.footer .footer-mid .footer-nav { padding: 4% 0 3%; width: 60%; border-right: 1px solid #354052; }
@media (min-width: 1200px) { .footer .footer-mid .footer-nav { width: 80%; } }
@media (min-width: 1400px) { .footer .footer-mid .footer-nav { width: 60%; } }
@media (max-width: 1399.98px) { .footer .footer-mid .footer-nav { width: 54%; } }
.footer .footer-mid .footer-nav a { color: #a1aec2; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.footer .footer-mid .footer-nav dl { flex: 1; }
.footer .footer-mid .footer-nav dl dt { position: relative; margin-bottom: 1rem; }
.footer .footer-mid .footer-nav dl dt::after { content: ''; display: block; width: 20px; height: 2px; background-color: var(--theme-color); margin: 10px 0; }
@media (max-width: 767.98px) { .footer .footer-mid .footer-nav dl dt { margin-bottom: .5rem; } }
.footer .footer-mid .footer-nav dl dt a { font-size: 18px; color: #ffffff; font-weight: normal; }
.footer .footer-mid .footer-nav dl dd { position: relative; }
.footer .footer-mid .footer-nav dl dd a { line-height: 2; font-size: 16px; }
.footer .footer-mid .footer-nav dl dd a:hover { color: #ffffff; }
@media (max-width: 991.98px) { .footer .footer-mid .footer-nav dl:not(.footer-nav-contact) { display: none; } }
.footer .footer-mil-right { flex: 1; padding: 4% 0 4% 5%; color: #a1aec2; }
.footer .footer-contact .contact-info { color: #a1aec2; }
.footer .footer-contact .contact-info p { margin: 1rem 0; }
.footer .footer-contact .contact-info p svg { display: inline-block; vertical-align: middle; width: 22px; height: 22px; margin-right: 8px; }
.footer .footer-contact .contact-info p svg path { fill: #a1aec2; }
.footer .footer-contact .contact-info p span { display: inline-block; vertical-align: middle; }
.footer .footer-contact .contact-qrcode { width: 130px; margin-top: 1.5rem; }
@media (max-width: 1199.98px) { .footer .footer-contact .contact-qrcode { margin-right: 5%; } }
.footer .footer-right { flex: 0 auto; width: 13.5%; }
.footer .footer-right .footer-qrcode { width: 65%; margin: 0 auto; color: #ffffff; }
.footer .footer-right .footer-qrcode .qrcode-title { font-weight: bold; font-size: 18px; }
.footer .footer-right .footer-qrcode .qrcode-item .item-img { background: #2e3a48; border-radius: 5px; width: 100%; padding: 20px; }
.footer .footer-right .footer-qrcode .qrcode-item .item-img .img-wrap { background-color: #fff; }
.footer .footer-right .footer-qrcode .qrcode-item .item-title { color: #ffffff; font-size: 14px; margin-top: .5rem; text-align: center; }
.footer .copyright { border-top: 1px solid #354052; color: #ffffff; font-size: 14px; }
.footer .copyright span, .footer .copyright a { color: rgba(255, 255, 255, 0.3); -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.footer .copyright span:hover, .footer .copyright a:hover { color: rgba(255, 255, 255, 0.8); }
.footer .copyright span { display: inline-block; margin: 0 5px; }

.theme-head .head-left .head-top .head-dot { width: 5px; height: 5px; display: inline-block; margin-right: 10px; position: relative; }
.theme-head .head-left .head-top .head-dot::before { content: ''; display: block; position: absolute; width: 100%; height: 100%; background: var(--theme-color); z-index: 2; }
.theme-head .head-left .head-top .head-dot::after { content: ''; display: block; position: absolute; margin: auto; right: 0; top: 0; bottom: 0; height: 1px; background-color: #ebebeb; width: 30vw; }
.theme-head .head-left .head-top .head-en-name { color: #999999; }
@media (max-width: 575.98px) { .theme-head .head-left .head-top .head-en-name { font-size: 14px; } }
.theme-head .head-left .head-name { font-size: 32px; }
@media (max-width: 1679.98px) { .theme-head .head-left .head-name { font-size: 28px; } }
@media (max-width: 1399.98px) { .theme-head .head-left .head-name { font-size: 28px; } }
@media (max-width: 767.98px) { .theme-head .head-left .head-name { font-size: 26px; } }
@media (max-width: 575.98px) { .theme-head .head-left .head-name { font-size: 22px; } }

.theme-btn { display: inline-block; background-color: var(--theme-color); padding-right: 20px; position: relative; }
.theme-btn::before, .theme-btn::after { content: ''; display: block; position: absolute; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.2); top: 0; bottom: 0; left: 0; margin: auto; }
.theme-btn::before { -webkit-animation: btnWave 1s infinite; -o-animation: btnWave 1s infinite; animation: btnWave 2s infinite; }
.theme-btn::after { width: 90%; -webkit-animation: btnWave 1s infinite; -o-animation: btnWave 1s infinite; animation: btnWave 1.5s infinite; -webkit-animation-delay: .5s; -moz-animation-delay: .5s; -o-animation-delay: .5s; animation-delay: .5s; }
.theme-btn a { display: block; background-color: rgba(255, 255, 255, 0.1); padding: 8px 15px; color: #ffffff; position: relative; z-index: 2; }
@media (max-width: 575.98px) { .theme-btn { padding-right: 15px; }
  .theme-btn a { font-size: 14px; padding: 6px 10px; } }

.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; }

.bg { background-color: #f5f5f5; }

/*index product*/
.index-products-box { background: url("../Image/product-box-bg.jpg") 0 0/cover no-repeat; padding: 3% 0 7%; }
.index-products-box .product-top { --top-left-width:520px; margin-bottom: 4%; }
.index-products-box .product-top .top-left { width: var(--top-left-width); }
.index-products-box .product-top .top-left .product-head .head-title::after { content: ''; display: inline-block; width: 2rem; height: 2px; margin: 10px 0; background: var(--theme-color); z-index: 2; }
.index-products-box .product-top .top-left .product-head .head-title .en-title { font-size: 44px; font-family: Impact; text-transform: uppercase; color: var(--theme-color); line-height: 1.2; }
.index-products-box .product-top .top-left .product-head .head-title .cn-title { font-size: 36px; color: #ffffff; font-weight: bold; }
@media (max-width: 1399.98px) { .index-products-box .product-top .top-left .product-head .head-title .en-title { font-size: 32px; }
  .index-products-box .product-top .top-left .product-head .head-title .cn-title { font-size: 24px; } }
@media (max-width: 991.98px) { .index-products-box .product-top .top-left .product-head .head-title .en-title { font-size: 28px; }
  .index-products-box .product-top .top-left .product-head .head-title .cn-title { font-size: 22px; } }
@media (max-width: 767.98px) { .index-products-box .product-top .top-left .product-head .head-title .en-title { font-size: 24px; }
  .index-products-box .product-top .top-left .product-head .head-title .cn-title { font-size: 20px; } }
@media (max-width: 575.98px) { .index-products-box .product-top .top-left .product-head .head-title .en-title { font-size: 20px; }
  .index-products-box .product-top .top-left .product-head .head-title .cn-title { font-size: 16px; } }
.index-products-box .product-top .top-left .category-list { margin: 5% 0 7%; }
@media (min-width: 992px) { .index-products-box .product-top .top-left .category-list { width: 60%; } }
@media (min-width: 1200px) { .index-products-box .product-top .top-left .category-list { width: 55%; } }
@media (min-width: 1499px) { .index-products-box .product-top .top-left .category-list { width: 45%; } }
.index-products-box .product-top .top-left .category-list li { line-height: 56px; border-bottom: 1px dashed rgba(255, 255, 255, 0.2); }
.index-products-box .product-top .top-left .category-list li a { -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; color: #ffffff; }
.index-products-box .product-top .top-left .category-list li a span { display: inline-block; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.index-products-box .product-top .top-left .category-list li a svg { opacity: .5; -webkit-transition: opacity .5s,transform .5s; -moz-transition: opacity .5s,transform .5s; -ms-transition: opacity .5s,transform .5s; -o-transition: opacity .5s,transform .5s; transition: opacity .5s,transform .5s; }
.index-products-box .product-top .top-left .category-list li:hover a { color: var(--theme-color); }
.index-products-box .product-top .top-left .category-list li:hover a span { -webkit-transform: translateX(5px); -moz-transform: translateX(5px); -ms-transform: translateX(5px); -o-transform: translateX(5px); transform: translateX(5px); }
.index-products-box .product-top .top-left .category-list li:hover a svg { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
.index-products-box .product-top .top-left .product-contact { color: #ffffff; font-size: 26px; }
.index-products-box .product-top .top-left .product-contact svg { width: 36px; height: 36px; display: inline-block; margin-right: 8px; }
@media (max-width: 1399.98px) { .index-products-box .product-top .top-left .product-contact { font-size: 22px; }
  .index-products-box .product-top .top-left .product-contact svg { width: 32px; height: 32px; } }
@media (max-width: 991.98px) { .index-products-box .product-top .top-left .product-contact { font-size: 20px; }
  .index-products-box .product-top .top-left .product-contact svg { width: 26px; height: 26px; } }
@media (max-width: 767.98px) { .index-products-box .product-top .top-left .product-contact { font-size: 18x; }
  .index-products-box .product-top .top-left .product-contact svg { width: 24px; height: 24px; } }
.index-products-box .product-top .top-right { width: calc(100% - var(--top-left-width)); }
.index-products-box .product-top .top-right .top-product .item .item-wrap .item-left { width: 45%; padding: 5%; }
.index-products-box .product-top .top-right .top-product .item .item-wrap .item-left .en-title { color: #333333; opacity: .2; text-transform: uppercase; font-family: Impact; font-size: 32px; line-height: 1; }
.index-products-box .product-top .top-right .top-product .item .item-wrap .item-left .cn-title { margin-top: 3%; font-weight: bold; font-size: 30px; color: #333333; }
.index-products-box .product-top .top-right .top-product .item .item-wrap .item-left .item-brief { color: #333333; line-height: 2; }
.index-products-box .product-top .top-right .top-product .item .item-wrap .item-left .item-desc { margin: 5% 0 7%; font-size: 14px; color: #999999; }
.index-products-box .product-top .top-right .top-product .item .item-wrap .item-left .item-more { color: #333333; position: relative; }
.index-products-box .product-top .top-right .top-product .item .item-wrap .item-left .item-more span { display: inline-block; position: relative; z-index: 2; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; -webkit-transform: translateX(-30%); -moz-transform: translateX(-30%); -ms-transform: translateX(-30%); -o-transform: translateX(-30%); transform: translateX(-30%); }
.index-products-box .product-top .top-right .top-product .item .item-wrap .item-left .item-more:hover span { -webkit-transform: translateX(-20%); -moz-transform: translateX(-20%); -ms-transform: translateX(-20%); -o-transform: translateX(-20%); transform: translateX(-20%); }
@media (max-width: 1399.98px) { .index-products-box .product-top .top-right .top-product .item .item-wrap .item-left .en-title { font-size: 24px; }
  .index-products-box .product-top .top-right .top-product .item .item-wrap .item-left .cn-title { font-size: 22px; }
  .index-products-box .product-top .top-right .top-product .item .item-wrap .item-left .item-more img { height: 28px; } }
.index-products-box .product-top .top-right .top-product .item .item-wrap .item-img { width: 55%; }
@media (max-width: 767.98px) { .index-products-box .product-top .top-right .top-product .item .item-wrap .item-left { padding: 4%; }
  .index-products-box .product-top .top-right .top-product .item .item-wrap .item-left .en-title { font-size: 20px; display: flex; }
  .index-products-box .product-top .top-right .top-product .item .item-wrap .item-left .en-title p:nth-child(2) { margin-left: 5px; }
  .index-products-box .product-top .top-right .top-product .item .item-wrap .item-left .cn-title { font-size: 22px; }
  .index-products-box .product-top .top-right .top-product .item .item-wrap .item-left .item-brief { font-size: 14px; }
  .index-products-box .product-top .top-right .top-product .item .item-wrap .item-left .item-desc { font-size: 14px; }
  .index-products-box .product-top .top-right .top-product .item .item-wrap .item-left .item-more { font-size: 14px; }
  .index-products-box .product-top .top-right .top-product .item .item-wrap .item-left .item-more img { height: 24px; }
  .index-products-box .product-top .top-right .top-product .item .item-wrap .item-img { width: 57%; } }
@media (max-width: 575.98px) { .index-products-box .product-top .top-right .top-product .item .item-wrap .item-left { padding: 3%; }
  .index-products-box .product-top .top-right .top-product .item .item-wrap .item-left .en-title { font-size: 16px; display: flex; }
  .index-products-box .product-top .top-right .top-product .item .item-wrap .item-left .en-title p:nth-child(2) { margin-left: 5px; }
  .index-products-box .product-top .top-right .top-product .item .item-wrap .item-left .cn-title { font-size: 18px; }
  .index-products-box .product-top .top-right .top-product .item .item-wrap .item-left .item-brief { font-size: 12px; }
  .index-products-box .product-top .top-right .top-product .item .item-wrap .item-left .item-desc { font-size: 13px; }
  .index-products-box .product-top .top-right .top-product .item .item-wrap .item-left .item-more { font-size: 14px; }
  .index-products-box .product-top .top-right .top-product .item .item-wrap .item-left .item-more img { height: 20px; }
  .index-products-box .product-top .top-right .top-product .item .item-wrap .item-img { width: 57%; } }
@media (max-width: 1679.98px) { .index-products-box .product-top { --top-left-width: 420px; } }
@media (max-width: 1399.98px) { .index-products-box .product-top { --top-left-width: 420px; }
  .index-products-box .product-top .top-left .category-list { width: 80%; } }
@media (max-width: 1199.98px) { .index-products-box .product-top { --top-left-width: 380px; } }
@media (max-width: 1199.98px) { .index-products-box .product-top { --top-left-width: 100%; }
  .index-products-box .product-top .top-left .category-list { width: 100%; margin: 1% 0 3%; }
  .index-products-box .product-top .top-right { width: 100%; margin-top: 3%; } }

.index-adv-box { background: #cd2d2d; position: relative; }
.index-adv-box .adv-top-jt { position: absolute; top: -50%; left: 15%; height: 50.5%; }
.index-adv-box .adv-swiper .item { color: #ffffff; font-size: 36px; font-weight: bold; position: relative; padding: 3.5% 0; }
.index-adv-box .adv-swiper .item .item-title { position: relative; z-index: 2; background-color: #cd2d2d; padding-right: 10px; }
.index-adv-box .adv-swiper .item::before { content: ''; display: block; position: absolute; top: 0; bottom: 0; height: 1px; background-color: #fff; opacity: .3; margin: auto; left: 0; width: 100%; }
@media (max-width: 1399.98px) { .index-adv-box .adv-swiper .item { font-size: 32px; } }
@media (max-width: 1199.98px) { .index-adv-box .adv-swiper .item { font-size: 30px; } }
@media (max-width: 991.98px) { .index-adv-box .adv-swiper .item { font-size: 26px; } }
@media (max-width: 767.98px) { .index-adv-box .adv-swiper .item { font-size: 20px; } }
@media (max-width: 575.98px) { .index-adv-box .adv-swiper .item { font-size: 16px; } }

.product-list .item .item-wrap { background-color: #fff; position: relative; }
.product-list .item .item-wrap::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 3px solid var(--theme-color); opacity: 0; -webkit-transition: opacity .5s; -moz-transition: opacity .5s; -ms-transition: opacity .5s; -o-transition: opacity .5s; transition: opacity .5s; z-index: 3; }
.product-list .item .item-wrap .item-img { position: relative; overflow: hidden; }
.product-list .item .item-wrap .item-img img { -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.product-list .item .item-wrap .item-caption { position: relative; }
.product-list .item .item-wrap .item-caption .item-title { font-size: 20px; line-height: 2; }
.product-list .item .item-wrap .item-caption .item-desc { color: #999999; font-size: 14px; line-height: 1.8; }
.product-list .item .item-wrap .item-caption .item-more { position: absolute; width: 54px; height: 54px; border-radius: 50%; background-color: var(--theme-color); top: 0; right: 7%; -webkit-transition: transform .5s, opacity .5s; -moz-transition: transform .5s, opacity .5s; -ms-transition: transform .5s, opacity .5s; -o-transition: transform .5s, opacity .5s; transition: transform .5s, opacity .5s; opacity: 0; }
.product-list .item .item-wrap .item-caption .item-more svg { margin: auto; position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; max-width: 50%; max-height: 50%; }
.product-list .item .item-wrap .item-caption .item-more svg path { fill: #ffffff; }
@media (max-width: 767.98px) { .product-list .item .item-wrap .item-caption .item-title { font-size: 18px; }
  .product-list .item .item-wrap .item-caption .item-desc { font-size: 14px; }
  .product-list .item .item-wrap .item-caption .item-more { width: 42px; height: 42px; } }
@media (max-width: 575.98px) { .product-list .item .item-wrap .item-caption .item-title { font-size: 16px; }
  .product-list .item .item-wrap .item-caption .item-desc { font-size: 13px; }
  .product-list .item .item-wrap .item-caption .item-more { width: 36px; height: 36px; } }
.product-list .item:hover .item-wrap::before { opacity: 1; }
.product-list .item:hover .item-wrap .item-img img { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); }
.product-list .item:hover .item-wrap .item-caption .item-more { -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); opacity: 1; }

.index-power-box .power-top { background: url("../Image/power-bg.jpg") center center no-repeat; overflow: hidden; padding-top: 3.5%; }
.index-power-box .power-title { color: #333333; font-weight: bold; font-size: 38px; }
@media (max-width: 1399.98px) { .index-power-box .power-title { font-size: 34px; } }
@media (max-width: 1199.98px) { .index-power-box .power-title { font-size: 30px; } }
@media (max-width: 991.98px) { .index-power-box .power-title { font-size: 26px; } }
@media (max-width: 767.98px) { .index-power-box .power-title { font-size: 22px; } }
@media (max-width: 575.98px) { .index-power-box .power-title { font-size: 18px; } }
.index-power-box .power-desc { color: #666666; line-height: 1.8; text-align: center; margin: 0 auto; }
@media (min-width: 992px) { .index-power-box .power-desc { width: 70%; } }
@media (min-width: 1200px) { .index-power-box .power-desc { width: 60%; } }
@media (min-width: 1400px) { .index-power-box .power-desc { width: 50%; } }
@media (max-width: 991.98px) { .index-power-box .power-desc { font-size: 14px; } }
.index-power-box .power-params .param-item .item-wrap .item-title { font-size: 42px; font-weight: bold; background-image: linear-gradient(to right, #ff5b2f 40%, #ec1914 90%); background-clip: text; -webkit-background-clip: text; color: transparent; }
.index-power-box .power-params .param-item .item-wrap .item-desc { font-size: 24px; }
@media (max-width: 1399.98px) { .index-power-box .power-params .param-item .item-wrap .item-title { font-size: 38px; }
  .index-power-box .power-params .param-item .item-wrap .item-desc { font-size: 20px; } }
@media (max-width: 1199.98px) { .index-power-box .power-params .param-item .item-wrap .item-title { font-size: 34px; }
  .index-power-box .power-params .param-item .item-wrap .item-desc { font-size: 16px; } }
@media (max-width: 991.98px) { .index-power-box .power-params .param-item .item-wrap .item-title { font-size: 30px; } }
@media (max-width: 767.98px) { .index-power-box .power-params .param-item .item-wrap .item-title { font-size: 26px; }
  .index-power-box .power-params .param-item .item-wrap .item-desc { margin-top: 10px; } }
@media (max-width: 575.98px) { .index-power-box .power-params .param-item .item-wrap .item-title { font-size: 20px; }
  .index-power-box .power-params .param-item .item-wrap .item-desc { font-size: 13px; } }
@media (max-width: 991.98px) { .index-power-box .power-list .item .ratio { --mdb-aspect-ratio: calc(9 / 21 * 100%) !important; } }
@media (max-width: 767.98px) { .index-power-box .power-list .item .ratio { --mdb-aspect-ratio: calc(2 / 3 * 100%) !important; } }
@media (max-width: 575.98px) { .index-power-box .power-list .item .ratio { --mdb-aspect-ratio: calc(9 / 21 * 100%) !important; } }
.index-power-box .power-list .item .item-wrap { padding: 10% 35% 10% 10%; background: url("../Image/power/1.jpg") center/cover no-repeat; color: #ffffff; }
.index-power-box .power-list .item .item-wrap .item-title { font-size: 30px; position: relative; line-height: 2.5; padding-bottom: 10px; }
.index-power-box .power-list .item .item-wrap .item-title::before, .index-power-box .power-list .item .item-wrap .item-title::after { content: ''; display: block; position: absolute; left: 0; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.index-power-box .power-list .item .item-wrap .item-title::before { bottom: 0; width: 100%; height: 1px; background-color: #fff; opacity: .6; }
.index-power-box .power-list .item .item-wrap .item-title::after { background-color: var(--theme-color); width: 3rem; bottom: -1px; height: 3px; }
.index-power-box .power-list .item .item-wrap .item-desc { line-height: 2; margin: 5% 0; }
.index-power-box .power-list .item .item-wrap .item-more { -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; border: 1px solid var(--theme-color); text-transform: uppercase; width: 130px; height: 36px; line-height: 36px; text-align: center; border-radius: 5rem; background-color: var(--theme-color); }
.index-power-box .power-list .item .item-wrap:hover .item-title::after { width: 6rem; }
.index-power-box .power-list .item .item-wrap:hover .item-more:hover { background-color: transparent; color: var(--theme-color); }
@media (max-width: 1399.98px) { .index-power-box .power-list .item .item-wrap { padding-right: 20%; }
  .index-power-box .power-list .item .item-wrap .item-title { font-size: 24px; }
  .index-power-box .power-list .item .item-wrap .item-more { width: 120px; height: 34px; line-height: 34px; } }
@media (max-width: 1199.98px) { .index-power-box .power-list .item .item-wrap { padding-right: 15%; padding-bottom: 5%; }
  .index-power-box .power-list .item .item-wrap .item-title { font-size: 22px; line-height: 2; }
  .index-power-box .power-list .item .item-wrap .item-more { font-size: 14px; width: 120px; height: 34px; line-height: 34px; } }
@media (max-width: 991.98px) { .index-power-box .power-list .item .item-wrap { padding: 5%; }
  .index-power-box .power-list .item .item-wrap .item-title { font-size: 18px; }
  .index-power-box .power-list .item .item-wrap .item-desc { margin-top: 3%; opacity: .8; font-size: 14px; }
  .index-power-box .power-list .item .item-wrap .item-more { font-size: 13px; width: 100px; height: 28px; line-height: 28px; } }
@media (max-width: 575.98px) { .index-power-box .power-list .item .item-wrap { padding: 5%; }
  .index-power-box .power-list .item .item-wrap .item-title { font-size: 18px; }
  .index-power-box .power-list .item .item-wrap .item-desc { font-size: 13px; margin-top: 3%; } }
.index-power-box .power-list .item:nth-child(2) .item-wrap { background-image: url("../Image/power/2.jpg"); }
.index-power-box .power-list .item:nth-child(3) .item-wrap { background-image: url("../Image/power/3.jpg"); }
.index-power-box .power-list .item:nth-child(4) .item-wrap { background-image: url("../Image/power/4.jpg"); }

.index-choose-box { background: url("../Image/choose-img.jpg") center/cover no-repeat; padding: 5% 0 8%; }
.index-choose-box .choose-info { width: 30%; margin: 0 auto; }
.index-choose-box .choose-title { font-size: 36px; font-weight: bold; line-height: 2; color: #333333; }
.index-choose-box .choose-title::after { content: ''; display: block; width: 2rem; height: 3px; background-color: var(--theme-color); margin: 1rem auto; }
.index-choose-box .choose-desc { margin-top: 8%; color: #333333; text-align: center; line-height: 2; }
.index-choose-box .choose-logo { width: 224px; height: 224px; margin: 15% auto 10%; background-color: white; box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.06); border-radius: 50%; position: relative; }
.index-choose-box .choose-logo img { position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; max-width: 50%; max-height: 50%; }
.index-choose-box .choose-btns a { display: block; width: 200px; border-radius: 5rem; background-image: -moz-linear-gradient(0deg, #f25a43 0%, #d51713 100%); background-image: -webkit-linear-gradient(0deg, #f25a43 0%, #d51713 100%); background-image: -ms-linear-gradient(0deg, #f25a43 0%, #d51713 100%); line-height: 46px; text-align: center; color: #ffffff; }
@media (max-width: 1679.98px) { .index-choose-box .choose-info { width: 40%; } }
@media (max-width: 1399.98px) { .index-choose-box .choose-info { width: 45%; } }
@media (max-width: 1199.98px) { .index-choose-box .choose-info { width: 50%; } }
@media (max-width: 991.98px) { .index-choose-box .choose-info { width: 60%; } }
@media (max-width: 767.98px) { .index-choose-box .choose-info { width: 57%; }
  .index-choose-box .choose-title { font-size: 22px; }
  .index-choose-box .choose-desc { line-height: 1.8; font-size: 14px; }
  .index-choose-box .choose-logo { width: 200px; height: 200px; margin: 8% auto; }
  .index-choose-box .choose-btns a { font-size: 13px; line-height: 42px; width: 45%; } }
@media (max-width: 575.98px) { .index-choose-box .choose-info { width: 65%; }
  .index-choose-box .choose-title { font-size: 20px; }
  .index-choose-box .choose-desc { line-height: 1.8; font-size: 14px; }
  .index-choose-box .choose-logo { width: 130px; height: 130px; }
  .index-choose-box .choose-btns a { font-size: 12px; line-height: 36px; width: 45%; } }
@media (max-width: 419.98px) { .index-choose-box .choose-info { width: 90%; } }

.more-btn { background-image: -moz-linear-gradient(0deg, #f25a43 0%, #d51713 100%); background-image: -webkit-linear-gradient(0deg, #f25a43 0%, #d51713 100%); background-image: -ms-linear-gradient(0deg, #f25a43 0%, #d51713 100%); width: 200px; height: 46px; color: #ffffff; text-transform: uppercase; text-align: center; line-height: 46px; border-radius: 5rem; }
.more-btn:hover { background-position: right center; }

.section { padding: 2% 0; }
.section .sec-head { position: relative; margin: 1rem 0; }
.section .sec-head .head-left .head-name { font-size: 38px; font-weight: bold; color: #333333; }
.section .sec-head .head-left .head-desc { font-size: 18px; line-height: 2; }
.section .sec-head .head-more { background-image: -moz-linear-gradient(0deg, #f25a43 0%, #d51713 100%); background-image: -webkit-linear-gradient(0deg, #f25a43 0%, #d51713 100%); background-image: -ms-linear-gradient(0deg, #f25a43 0%, #d51713 100%); height: 46px; color: #ffffff; text-transform: uppercase; text-align: center; line-height: 46px; border-radius: 5rem; padding: 0 30px; }
@media (min-width: 1680px) { .section .sec-head .head-more { width: 200px; } }
@media (max-width: 991.98px) { .section .sec-head .head-more { font-size: 14px; line-height: 36px; height: 36px; } }
@media (max-width: 575.98px) { .section .sec-head .head-more { font-size: 13px; line-height: 32px; height: 32px; padding: 0 20px; } }
.section .sec-head .head-more:hover { background-position: right center; }
@media (max-width: 1399.98px) { .section .sec-head .head-left .head-name { font-size: 34px; } }
@media (max-width: 1199.98px) { .section .sec-head .head-left .head-name { font-size: 32px; } }
@media (max-width: 991.98px) { .section .sec-head .head-left .head-name { font-size: 28px; }
  .section .sec-head .head-left .head-desc { font-size: 14px; } }
@media (max-width: 767.98px) { .section .sec-head .head-left .head-name { font-size: 22px; } }
@media (max-width: 575.98px) { .section .sec-head .head-left .head-name { font-size: 18px; }
  .section .sec-head .head-left .head-desc { font-size: 13px; } }
.section.sec-cases { position: relative; padding-bottom: 0; }
.section.sec-cases .case-swiper .item { overflow: hidden; }
.section.sec-cases .case-swiper .item .item-wrap { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; position: relative; }
.section.sec-cases .case-swiper .item .item-wrap .item-img { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; overflow: hidden; }
.section.sec-cases .case-swiper .item .item-wrap .item-img img { -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .5s; width: 100%; }
.section.sec-cases .case-swiper .item .item-wrap .item-caption .item-title { font-size: 24px; color: #333333; line-height: 2; font-weight: bold; padding: 0 12px; position: relative; margin-top: 10px; }
.section.sec-cases .case-swiper .item .item-wrap .item-caption .item-title::before { content: ''; display: block; position: absolute; top: 0; bottom: 0; margin: auto; left: 0; width: 20px; height: 30px; background-color: var(--theme-color); -webkit-transform: translateX(3px) skewX(-10deg); -moz-transform: translateX(3px) skewX(-10deg); -ms-transform: translateX(3px) skewX(-10deg); -o-transform: translateX(3px) skewX(-10deg); transform: translateX(3px) skewX(-10deg); -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.section.sec-cases .case-swiper .item .item-wrap .item-caption .item-title span { display: block; position: relative; z-index: 2; }
.section.sec-cases .case-swiper .item .item-wrap .item-caption .item-tags { color: #999999; }
@media (max-width: 1199.98px) { .section.sec-cases .case-swiper .item .item-wrap .item-caption .item-title { font-size: 22px; }
  .section.sec-cases .case-swiper .item .item-wrap .item-caption .item-title::before { width: 12px; height: 18px; }
  .section.sec-cases .case-swiper .item .item-wrap .item-caption .item-tags { font-size: 14px; } }
@media (max-width: 991.98px) { .section.sec-cases .case-swiper .item .item-wrap .item-caption .item-title { font-size: 20px; }
  .section.sec-cases .case-swiper .item .item-wrap .item-caption .item-title::before { width: 10px; height: 15px; } }
@media (max-width: 767.98px) { .section.sec-cases .case-swiper .item .item-wrap .item-caption .item-title { font-size: 18px; }
  .section.sec-cases .case-swiper .item .item-wrap .item-caption .item-tags { font-size: 13px; } }
@media (max-width: 575.98px) { .section.sec-cases .case-swiper .item .item-wrap .item-caption .item-title { font-size: 16px; }
  .section.sec-cases .case-swiper .item .item-wrap .item-caption .item-tags { font-size: 12px; } }
.section.sec-cases .case-swiper .item:hover .item-wrap .item-img img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.05); }
.section.sec-cases .case-swiper .item:hover .item-wrap .item-caption .item-title::before { -webkit-transform: translateX(8px) skewX(-20deg); -moz-transform: translateX(8px) skewX(-20deg); -ms-transform: translateX(8px) skewX(-20deg); -o-transform: translateX(8px) skewX(-20deg); transform: translateX(8px) skewX(-20deg); }
.section.sec-cases .cases-bottom { margin-top: 3%; background: url("../Image/cases-bg.jpg") top/cover no-repeat #ffffff; padding: 3% 0; }
.section.sec-cases .cases-bottom .bottom-left { background: -webkit-linear-gradient(90deg, #d51713 25%, #082051 10%); padding: 4% 4.5% 0; }
.section.sec-cases .cases-bottom .bottom-left .case-title { font-size: 30px; color: #ffffff; font-weight: bold; margin-bottom: 5%; }
.section.sec-cases .cases-bottom .bottom-left .case-info { background: #ffffff; border-radius: 30px 30px 0 0; padding: 4% 6% 10%; }
.section.sec-cases .cases-bottom .bottom-left .case-info .info-title { font-size: 30px; color: #333333; line-height: 3; font-weight: bold; }
.section.sec-cases .cases-bottom .bottom-left .case-info .info-desc { color: #666666; line-height: 2; }
.section.sec-cases .cases-bottom .bottom-left .case-info .info-more { margin-top: 5%; }
.section.sec-cases .cases-bottom .bottom-left .case-info .info-more:hover { color: #ffffff; }
@media (max-width: 991.98px) { .section.sec-cases .cases-bottom .bottom-left .case-title { font-size: 24px; }
  .section.sec-cases .cases-bottom .bottom-left .case-info .info-title { font-size: 24px; }
  .section.sec-cases .cases-bottom .bottom-left .case-info .info-desc { font-size: 15px; }
  .section.sec-cases .cases-bottom .bottom-left .case-info .info-more { margin-top: 5%; } }
@media (max-width: 767.98px) { .section.sec-cases .cases-bottom .bottom-left .case-title { font-size: 22px; }
  .section.sec-cases .cases-bottom .bottom-left .case-info .info-title { font-size: 22px; }
  .section.sec-cases .cases-bottom .bottom-left .case-info .info-desc { font-size: 14px; }
  .section.sec-cases .cases-bottom .bottom-left .case-info .info-more { margin-top: 4%; width: 150px; padding: 0 20px; line-height: 36px; height: 36px; } }
@media (max-width: 575.98px) { .section.sec-cases .cases-bottom .bottom-left .case-title { font-size: 20px; }
  .section.sec-cases .cases-bottom .bottom-left .case-info .info-title { font-size: 20px; }
  .section.sec-cases .cases-bottom .bottom-left .case-info .info-desc { font-size: 13px; }
  .section.sec-cases .cases-bottom .bottom-left .case-info .info-more { font-size: 13px; width: 130px; margin-top: 3%; } }
.section.sec-news { background: url("../Image/sec-news-bg.jpg") center/cover no-repeat; }
.section.sec-news .news-swiper .item .item-wrap { position: relative; border: 1px solid #f5f5f5; }
.section.sec-news .news-swiper .item .item-wrap .item-img { overflow: hidden; }
.section.sec-news .news-swiper .item .item-wrap .item-img img { -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.section.sec-news .news-swiper .item .item-wrap .item-caption { padding: 12px 25px; }
.section.sec-news .news-swiper .item .item-wrap .item-caption .item-time { font-size: 14px; color: #c4c4c4; line-height: 2; }
.section.sec-news .news-swiper .item .item-wrap .item-caption .item-title { color: #333333; font-size: 18px; line-height: 2.2; }
.section.sec-news .news-swiper .item .item-wrap .item-caption .item-more { border-top: 1px solid #f5f5f5; color: #333333; padding: 12px 0 10px; margin-top: 10px; }
.section.sec-news .news-swiper .item .item-wrap .item-caption .item-more svg { width: 16px; height: 16px; }
.section.sec-news .news-swiper .item .item-wrap .item-caption .item-more svg path { fill: #a3a3a3; }
.section.sec-news .news-swiper .item .item-wrap .overlay { position: absolute; bottom: 0; left: 0; height: 48%; width: 100%; padding: 3% 6%; background: url("../Image/news-logo-bg.jpg") 90% 100%/auto 80% no-repeat #ffffff; -webkit-transition: transform .5s , opacity .5s; -moz-transition: transform .5s , opacity .5s; -ms-transition: transform .5s , opacity .5s; -o-transition: transform .5s , opacity .5s; transition: transform .5s , opacity .5s; opacity: 0; -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); transform: translateY(100%); }
.section.sec-news .news-swiper .item .item-wrap .overlay .overlay-wrap { height: 100%; }
.section.sec-news .news-swiper .item .item-wrap .overlay .overlay-wrap .item-time { font-size: 14px; color: #c4c4c4; line-height: 2; }
.section.sec-news .news-swiper .item .item-wrap .overlay .overlay-wrap .item-title { color: #333333; font-size: 18px; line-height: 2.2; -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; }
.section.sec-news .news-swiper .item .item-wrap .overlay .overlay-wrap .item-title:hover { color: var(--theme-color); }
.section.sec-news .news-swiper .item .item-wrap .overlay .overlay-wrap .item-desc { padding-top: 1rem; border-top: 1px solid #f5f5f5; margin: 1.3rem 0; color: #666666; }
.section.sec-news .news-swiper .item .item-wrap .overlay .overlay-wrap .item-more { border-top: 1px solid #f5f5f5; color: var(--theme-color); padding: 12px 0 10px; margin-top: 10px; }
.section.sec-news .news-swiper .item .item-wrap .overlay .overlay-wrap .item-more svg { width: 16px; height: 16px; opacity: .5; }
.section.sec-news .news-swiper .item .item-wrap .overlay .overlay-wrap .item-more svg path { fill: var(--theme-color); }
.section.sec-news .news-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); }
@media (min-width: 992px) { .section.sec-news .news-swiper .item .item-wrap:hover .overlay { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } }

.index-about-box { background-color: #ffffff; position: relative; }
.index-about-box::before { content: ''; display: block; position: absolute; height: 100%; width: 25%; left: 0; top: 0; background-color: #cd2d2d; }
@media (max-width: 575.98px) { .index-about-box::before { display: none; } }
.index-about-box .box-wrap { position: relative; z-index: 2; }
@media (max-width: 1199.98px) { .index-about-box .box-wrap { padding-left: 5%; } }
@media (max-width: 575.98px) { .index-about-box .box-wrap { padding-left: 0; } }
.index-about-box .box-wrap .about-img { overflow: hidden; border-bottom-left-radius: 50px; }
.index-about-box .box-wrap .about-img img { width: 100%; }
@media (min-width: 992px) { .index-about-box .box-wrap .about-img { border-bottom-left-radius: 100px; } }
@media (min-width: 1200px) { .index-about-box .box-wrap .about-img { width: 110%; border-bottom-left-radius: 130px; } }
@media (min-width: 1400px) { .index-about-box .box-wrap .about-img { width: 115%; border-bottom-left-radius: 160px; } }
@media (min-width: 1680px) { .index-about-box .box-wrap .about-img { width: 110%; } }
.index-about-box .box-wrap .about-bottom { padding: 3% 0; }
.index-about-box .box-wrap .about-bottom .about-head { width: 20%; }
.index-about-box .box-wrap .about-bottom .about-head .head-title { color: #ffffff; }
.index-about-box .box-wrap .about-bottom .about-head .head-title .en-title { font-size: 72px; text-transform: uppercase; line-height: 1; font-weight: bold; }
.index-about-box .box-wrap .about-bottom .about-head .head-title .cn-title span { font-size: 34px; }
.index-about-box .box-wrap .about-bottom .about-head .head-title .cn-title span.plus { background-color: #ffffff; width: 20px; height: 20px; position: relative; border-radius: 50%; }
.index-about-box .box-wrap .about-bottom .about-head .head-title .cn-title span.plus::before, .index-about-box .box-wrap .about-bottom .about-head .head-title .cn-title span.plus::after { content: ''; display: block; position: absolute; width: 40%; height: 1px; background-color: var(--theme-color); margin: auto; top: 0; bottom: 0; left: 0; right: 0; }
.index-about-box .box-wrap .about-bottom .about-head .head-title .cn-title span.plus::after { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
.index-about-box .box-wrap .about-bottom .about-info { padding-left: 5%; }
.index-about-box .box-wrap .about-bottom .about-info .info-title { color: #333333; font-weight: bold; font-size: 24px; }
.index-about-box .box-wrap .about-bottom .about-info .info-title::after { content: ''; display: block; width: 2rem; height: 3px; background-color: var(--theme-color); margin: 1rem 0 0; }
.index-about-box .box-wrap .about-bottom .about-info .info-content { line-height: 1.8; color: #666666; }
@media (max-width: 1679.98px) { .index-about-box .box-wrap .about-bottom .about-head .head-title .en-title { font-size: 60px; }
  .index-about-box .box-wrap .about-bottom .about-head .head-title .cn-title span { font-size: 32px; } }
@media (max-width: 1399.98px) { .index-about-box .box-wrap .about-bottom .about-head { width: 24%; }
  .index-about-box .box-wrap .about-bottom .about-head .head-title .en-title { font-size: 52px; }
  .index-about-box .box-wrap .about-bottom .about-head .head-title .cn-title span { font-size: 30px; }
  .index-about-box .box-wrap .about-bottom .about-head .head-title .cn-title span.plus { background-color: #ffffff; width: 20px; height: 20px; position: relative; border-radius: 50%; }
  .index-about-box .box-wrap .about-bottom .about-head .head-title .cn-title span.plus::before, .index-about-box .box-wrap .about-bottom .about-head .head-title .cn-title span.plus::after { content: ''; display: block; position: absolute; width: 40%; height: 1px; background-color: var(--theme-color); margin: auto; top: 0; bottom: 0; left: 0; right: 0; }
  .index-about-box .box-wrap .about-bottom .about-head .head-title .cn-title span.plus::after { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); } }
@media (max-width: 1199.98px) { .index-about-box .box-wrap .about-bottom .about-head .head-title .en-title { font-size: 44px; }
  .index-about-box .box-wrap .about-bottom .about-head .head-title .cn-title span { font-size: 26px; }
  .index-about-box .box-wrap .about-bottom .about-head .head-title .cn-title span.plus { width: 18px; height: 18px; }
  .index-about-box .box-wrap .about-bottom .about-info .info-content { padding-right: 2%; } }
@media (max-width: 991.98px) { .index-about-box .box-wrap .about-bottom .about-head .head-title .en-title { font-size: 38px; }
  .index-about-box .box-wrap .about-bottom .about-head .head-title .cn-title span { font-size: 24px; }
  .index-about-box .box-wrap .about-bottom .about-head .head-title .cn-title span.plus { width: 16px; height: 16px; } }
@media (max-width: 767.98px) { .index-about-box .box-wrap .about-bottom .about-head .head-title .en-title { font-size: 32px; }
  .index-about-box .box-wrap .about-bottom .about-head .head-title .cn-title span { font-size: 22px; }
  .index-about-box .box-wrap .about-bottom .about-head .head-title .cn-title span.plus { width: 14px; height: 14px; }
  .index-about-box .box-wrap .about-bottom .about-info .info-title { font-size: 20px; }
  .index-about-box .box-wrap .about-bottom .about-info .info-title::after { margin-top: 12px; }
  .index-about-box .box-wrap .about-bottom .about-info .info-content { font-size: 16px; } }
@media (max-width: 575.98px) { .index-about-box .box-wrap .about-bottom .about-head { display: none; }
  .index-about-box .box-wrap .about-bottom .about-head .head-title .en-title { font-size: 20px; }
  .index-about-box .box-wrap .about-bottom .about-head .head-title .cn-title span { font-size: 18px; }
  .index-about-box .box-wrap .about-bottom .about-head .head-title .cn-title span.plus { width: 14px; height: 14px; }
  .index-about-box .box-wrap .about-bottom .about-info .info-title { font-size: 18px; }
  .index-about-box .box-wrap .about-bottom .about-info .info-title::after { margin-top: 8px; }
  .index-about-box .box-wrap .about-bottom .about-info .info-content { font-size: 14px; } }

.about-bottom-nav .item:nth-child(1) { background: url("../Image/about-bottom-left.jpg") center/cover no-repeat; }
.about-bottom-nav .item:nth-child(2) { background: url("../Image/about-bottom-right.jpg") center/cover no-repeat; }
.about-bottom-nav .item .item-wrap { padding: 5% 10%; color: #ffffff; }
.about-bottom-nav .item .item-wrap .item-title { font-size: 36px; }
.about-bottom-nav .item .item-wrap .item-desc { font-size: 16px; line-height: 2; height: 64px; }
.about-bottom-nav .item .item-wrap .item-more { margin-top: 10%; }
.about-bottom-nav .item .item-wrap .item-more .more-wrap { background-color: #f5f6fa; border-radius: 10px; padding: 10px 20px; -webkit-transition: background-color .5s; -moz-transition: background-color .5s; -ms-transition: background-color .5s; -o-transition: background-color .5s; transition: background-color .5s; }
.about-bottom-nav .item .item-wrap .item-more i { margin-left: 15px; width: 36px; height: 36px; border-radius: 50%; background-color: #fff; 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; }
.about-bottom-nav .item .item-wrap .item-more i svg { position: absolute; margin: auto; width: 50%; height: 50%; top: 0; 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; }
.about-bottom-nav .item .item-wrap .item-more:hover .more-wrap { color: #ffffff; background-color: rgba(0, 0, 0, 0.5); }
.about-bottom-nav .item .item-wrap .item-more:hover .more-wrap i { background-color: #d70c19; }
.about-bottom-nav .item .item-wrap .item-more:hover .more-wrap i svg path { fill: #ffffff; }

.category-nav a { display: inline-block; padding: 6px 17px; border-radius: 5px; font-size: 18px; color: #333333; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
@media (max-width: 991.98px) { .category-nav a { font-size: 16px; } }
@media (max-width: 767.98px) { .category-nav a { font-size: 14px; } }
.category-nav a:hover, .category-nav a.on { background-color: var(--theme-color); color: #ffffff; font-weight: bold; }

.category-swiper .nav-item .item-wrap .item-icon { width: 70px; height: 70px; border-radius: 50%; background-color: #f3f3f3; text-transform: uppercase; color: #333333; font-size: 24px; margin: 0 auto; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.category-swiper .nav-item .item-wrap .item-icon svg { width: 60%; height: 60%; }
.category-swiper .nav-item .item-wrap .item-icon svg path { fill: #666666; }
.category-swiper .nav-item .item-wrap .item-name { font-size: 18px; color: #666666; line-height: 2; }
.category-swiper .nav-item.active .item-wrap .item-icon, .category-swiper .nav-item:hover .item-wrap .item-icon { background-color: var(--theme-red); color: #ffffff; }

.news-box .item .item-wrap { background-color: #fafafa; border: 1px solid #e9e9e9; padding: 15px 20px; }
.news-box .item .item-wrap .item-title { font-size: 18px; font-weight: bold; }
@media (max-width: 991.98px) { .news-box .item .item-wrap .item-title { line-height: 2; } }
.news-box .item .item-wrap .item-desc { color: #999999; }
.news-box .item .item-wrap .item-bottom { border-top: 1px dashed #ebebeb; padding-top: 1rem; }
.news-box .item .item-wrap .item-time { text-align: center; color: #d9d9d9; }
.news-box .item .item-wrap .item-time .date { font-family: Impact; font-size: 32px; line-height: 1; }
.news-box .item .item-wrap .item-time .year-month { line-height: 2; font-size: 14px; }
.news-box .item .item-wrap .item-more svg { width: 32px; height: 32px; }

.inner-section { padding: 3% 0; }
.inner-section .sec-head { position: relative; margin: 1rem 0; text-align: center; }
.inner-section .sec-head .head-name { --head-base-size: 100px; flex: 0 auto; font-size: 36px; color: #333333; }
.inner-section .sec-head .head-name strong { color: var(--theme-color); margin-right: 6px; display: inline-block; }
.inner-section .sec-head .head-desc { font-size: 16px; line-height: 2; color: #666666; text-transform: uppercase; }
.inner-section .sec-head .head-desc span { vertical-align: middle; display: inline-block; margin: 0 10px; }
@media (min-width: 1200px) { .inner-section .sec-head .head-desc span { margin: 0 20px; } }
.inner-section .sec-head .head-desc::before, .inner-section .sec-head .head-desc::after { content: ''; display: inline-block; vertical-align: middle; width: 5vw; height: 1px; background-color: currentColor; }
.inner-section .sec-head.head-white .head-name { color: #ffffff; }
.inner-section .sec-head.head-white .head-desc { color: #dadada; }
@media (max-width: 1199.98px) { .inner-section .sec-head .head-name { font-size: 30px; } }
@media (max-width: 991.98px) { .inner-section .sec-head .head-name { font-size: 26px; }
  .inner-section .sec-head .head-desc { font-size: 14px; } }
@media (max-width: 767.98px) { .inner-section .sec-head .head-name { font-size: 22px; } }
@media (max-width: 575.98px) { .inner-section .sec-head .head-name { font-size: 18px; }
  .inner-section .sec-head .head-desc { font-size: 13px; } }
.inner-section.sec-about { position: relative; padding-top: 3%; overflow: hidden; background: url("../Image/inner-sec-about-bg.jpg") center/cover no-repeat; }
.inner-section.sec-about .about-head { position: relative; }
.inner-section.sec-about .about-head::before, .inner-section.sec-about .about-head::after { content: ''; display: block; margin: auto; top: 0; bottom: 0; }
.inner-section.sec-about .about-head::after { display: inline-block; width: 45px; height: 4px; background-color: var(--theme-color); }
.inner-section.sec-about .about-head .about-title { position: relative; color: #333333; font-weight: bold; font-size: 36px; }
.inner-section.sec-about .about-head .about-title span { position: relative; }
.inner-section.sec-about .about-head .about-title span::before { content: ''; position: absolute; top: 0; right: -20px; display: block; width: 11px; height: 11px; border-width: 2px; border-color: #0f55ca; border-style: solid; border-radius: 50%; }
.inner-section.sec-about .about-head .about-desc { margin-top: 8px; font-size: 22px; color: #666666; }
@media (max-width: 767.98px) { .inner-section.sec-about .about-head .about-title { font-size: 32px; }
  .inner-section.sec-about .about-head .about-title::after { font-size: 200px; }
  .inner-section.sec-about .about-head .about-desc { font-size: 18px; } }
@media (max-width: 575.98px) { .inner-section.sec-about .about-head .about-title { font-size: 24px; }
  .inner-section.sec-about .about-head .about-title::after { font-size: 150px; }
  .inner-section.sec-about .about-head .about-desc { font-size: 16px; } }
.inner-section.sec-about .about-params { margin-top: 3%; }
.inner-section.sec-about .about-params .param-item .item-wrap { border: 1px solid #d7d7d7; width: 100%; height: 100%; --icon-size:86px; -webkit-transition: border-color .5s; -moz-transition: border-color .5s; -ms-transition: border-color .5s; -o-transition: border-color .5s; transition: border-color .5s; }
.inner-section.sec-about .about-params .param-item .item-wrap .item-icon { width: var(--icon-size); height: var(--icon-size); -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.inner-section.sec-about .about-params .param-item .item-wrap .item-icon svg { display: block; width: 100%; height: 100%; }
.inner-section.sec-about .about-params .param-item .item-wrap .item-info { flex: 1; }
.inner-section.sec-about .about-params .param-item .item-wrap .item-info .item-name { -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; font-size: 22px; font-weight: bold; color: #333333; }
.inner-section.sec-about .about-params .param-item .item-wrap .item-info .item-desc { color: #666666; line-height: 28px; }
@media (max-width: 991.98px) { .inner-section.sec-about .about-params .param-item .item-wrap { --icon-size:66px; } }
@media (max-width: 767.98px) { .inner-section.sec-about .about-params .param-item .item-wrap { --icon-size:56px; }
  .inner-section.sec-about .about-params .param-item .item-wrap .item-info .item-name { font-size: 18px; } }
@media (max-width: 575.98px) { .inner-section.sec-about .about-params .param-item .item-wrap { --icon-size:42px; }
  .inner-section.sec-about .about-params .param-item .item-wrap .item-info .item-name { font-size: 16px; } }
.inner-section.sec-about .about-params .param-item:hover .item-wrap { border-color: var(--theme-color); }
.inner-section.sec-about .about-params .param-item:hover .item-wrap .item-icon { padding: 2%; }
.inner-section.sec-about .about-params .param-item:hover .item-wrap .item-info .item-name { color: var(--theme-color); }
.inner-section.sec-about .about-content { color: #666666; line-height: 2; margin: 3% 0; }
.inner-section.sec-cultrue { background: url("../Image/inner-sec-cultrue-bg.jpg") center/cover no-repeat; }
.inner-section.sec-cultrue .cultrue-box .cultrue-item .item-wrap { background-color: #ffffff; color: #333333; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; padding: 20% 10%; text-align: center; }
.inner-section.sec-cultrue .cultrue-box .cultrue-item .item-wrap .head-icon { margin: 0 auto 5%; width: 74px; height: 86px; background: url("../Image/icon-bg.png") center/contain no-repeat; position: relative; }
.inner-section.sec-cultrue .cultrue-box .cultrue-item .item-wrap .head-icon svg { display: block; position: absolute; margin: auto; top: 0; bottom: 0; right: 0; left: 0; max-width: 40%; }
.inner-section.sec-cultrue .cultrue-box .cultrue-item .item-wrap .head-name { line-height: 2; font-size: 22px; -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; }
.inner-section.sec-cultrue .cultrue-box .cultrue-item .item-wrap .head-name::after { content: ''; display: block; margin: 1rem auto; top: 0; bottom: 0; width: 2.2rem; height: 2px; background-color: var(--theme-color); -webkit-transition: width .5s; -moz-transition: width .5s; -ms-transition: width .5s; -o-transition: width .5s; transition: width .5s; }
.inner-section.sec-cultrue .cultrue-box .cultrue-item .item-wrap .item-content { line-height: 2; color: #666666; }
.inner-section.sec-cultrue .cultrue-box .cultrue-item .item-wrap:hover .head-icon { -webkit-animation: swing 1s; -o-animation: swing 1s; animation: swing 1s; }
.inner-section.sec-cultrue .cultrue-box .cultrue-item .item-wrap:hover .head-name { color: var(--theme-color); }
.inner-section.sec-cultrue .cultrue-box .cultrue-item .item-wrap:hover .head-name::after { width: 3rem; }
.inner-section.sec-power .power-box .power-item { position: relative; }
.inner-section.sec-power .power-box .power-item .item-wrap { position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 2; padding: 5% 10%; color: #ffffff; }
@media (max-width: 575.98px) { .inner-section.sec-power .power-box .power-item .item-wrap { padding: 5%; } }
.inner-section.sec-power .power-box .power-item .item-wrap .item-head .item-name { font-weight: bold; font-size: 36px; }
.inner-section.sec-power .power-box .power-item .item-wrap .item-params .param-item { position: relative; }
.inner-section.sec-power .power-box .power-item .item-wrap .item-params .param-item:nth-child(1) { margin-right: 10%; padding-right: 10%; }
.inner-section.sec-power .power-box .power-item .item-wrap .item-params .param-item:nth-child(1)::before { content: ''; display: block; height: 80%; position: absolute; margin: auto; top: 0; bottom: 0; right: 0; border-right: 1px solid #ffffff; }
.inner-section.sec-power .power-box .power-item .item-wrap .item-params .param-item .item-value .value-number { font-family: Bahnschrift,AvianBold; font-size: 42px; line-height: 1; }
.inner-section.sec-power .power-box .power-item .item-wrap .item-more a { display: inline-block; padding: 10px 30px; background-color: var(--theme-color); color: #ffffff; }
@media (max-width: 575.98px) { .inner-section.sec-power .power-box .power-item .item-wrap .item-head .item-name { font-size: 28px; }
  .inner-section.sec-power .power-box .power-item .item-wrap .item-head .item-desc { font-size: 16px; }
  .inner-section.sec-power .power-box .power-item .item-wrap .item-params .param-item .item-value .value-number { font-size: 26px; }
  .inner-section.sec-power .power-box .power-item .item-wrap .item-more a { padding: 6px 25px; } }
@media (max-width: 575.98px) { .inner-section.sec-power .power-box .power-item .item-wrap .item-head .item-name { font-size: 24px; }
  .inner-section.sec-power .power-box .power-item .item-wrap .item-head .item-desc { font-size: 14px; }
  .inner-section.sec-power .power-box .power-item .item-wrap .item-params .param-item .item-value .value-number { font-size: 24px; }
  .inner-section.sec-power .power-box .power-item .item-wrap .item-params .param-item .item-value .unit { font-size: 12px; }
  .inner-section.sec-power .power-box .power-item .item-wrap .item-params .param-item .item-name { font-size: 14px; }
  .inner-section.sec-power .power-box .power-item .item-wrap .item-more a { padding: 5px 20px; } }
.inner-section.sec-honor { background-color: #fcfbfd; }
.inner-section.sec-honor .honor-swiper { padding-top: 3%; }
.inner-section.sec-honor .honor-swiper .item .item-img { overflow: hidden; }
.inner-section.sec-honor .honor-swiper .item .item-img img { -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; }
.inner-section.sec-honor .honor-swiper .item .item-title { background-color: #f2f2f2; text-align: center; color: #333333; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.inner-section.sec-honor .honor-swiper .item:hover .item-img img { opacity: .8; -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-honor .honor-swiper .item:hover .item-title { background-color: var(--theme-color); color: #ffffff; }
.inner-section.sec-contact .contact-company { font-size: 28px; color: #282828; font-weight: bold; line-height: 2; }
@media (max-width: 991.98px) { .inner-section.sec-contact .contact-company { font-size: 24px; } }
@media (max-width: 767.98px) { .inner-section.sec-contact .contact-company { font-size: 20px; } }
@media (max-width: 575.98px) { .inner-section.sec-contact .contact-company { font-size: 18px; } }
.inner-section.sec-contact .contact-tips { color: #999999; font-size: 16px; }
@media (max-width: 767.98px) { .inner-section.sec-contact .contact-tips { font-size: 14px; } }

.contact-box .contact-info .contact-item { border-bottom: 1px solid #eee; }
.contact-box .contact-info .contact-item .item-icon { width: 40px; height: 40px; background: rgba(230, 230, 230, 0.5); border-radius: 50%; margin-right: .5rem; position: relative; }
.contact-box .contact-info .contact-item .item-icon svg { position: absolute; margin: auto; top: 0; bottom: 0; right: 0; left: 0; display: block; width: 60%; height: 60%; }
.contact-box .contact-info .contact-item:not(:first-child) { border-top: 1px solid #ffffff; }
.contact-box .contact-qrcode .qrcode-item { width: 48%; margin: 0 auto; max-width: 230px; }
.contact-box .contact-qrcode .qrcode-item .qrcode-img { padding: 10px; background-color: #efefef; }
.contact-box .contact-qrcode .qrcode-item .qrcode-title { background: rgba(230, 230, 230, 0.5); font-size: 14px; }

.goods-page .power-param-box .param-item { background-color: rgba(15, 85, 202, 0.1); line-height: 42px; padding: 0 30px; margin: 1rem .5rem; color: #0f55ca; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.goods-page .power-param-box .param-item:hover { background-color: #0f55ca; color: #ffffff; }
.goods-page .inner-section.sec-strength { background: url("../Image/inner-sec-power-bg.jpg") top center no-repeat; }

.goods-info .goods-top { padding: 3% 0; }
.goods-info .goods-top .goods-summary { padding-left: 5%; }
.goods-info .goods-top .goods-summary .goods-title { color: #333333; font-size: 26px; font-weight: bold; }
.goods-info .goods-top .goods-summary .goods-title span { font-size: 16px; display: inline-block; margin-left: 5px; padding: 3px 8px; background-color: var(--theme-color); border-radius: 5px; color: #ffffff; }
.goods-info .goods-top .goods-summary .goods-tags span { display: block; background-color: rgba(15, 85, 202, 0.1); line-height: 36px; padding: 0 15px; margin: .5rem .25rem; color: #0f55ca; border-radius: 5px; }
@media (max-width: 575.98px) { .goods-info .goods-top .goods-summary .goods-tags span { padding: 0 8px; font-size: 13px; line-height: 32px; } }
.goods-info .goods-top .goods-summary .goods-attr { line-height: 2; margin-top: 3%; padding: 4% 0; border-top: 1px solid #ededed; border-bottom: 1px solid #ededed; color: #666666; }
.goods-info .goods-top .goods-summary .goods-catname { color: #666666; margin-bottom: 10px; }
.goods-info .goods-top .goods-summary .goods-catname span { color: #333333; }
.goods-info .goods-top .goods-summary .goods-contact { width: 50%; }
.goods-info .goods-top .goods-summary .goods-contact .contact-icon { width: 50px; height: 50px; border-radius: 50%; background-color: var(--theme-color); position: relative; }
.goods-info .goods-top .goods-summary .goods-contact .contact-icon svg { display: block; width: 50%; height: 50%; position: absolute; margin: auto; left: 0; right: 0; top: 0; bottom: 0; }
.goods-info .goods-top .goods-summary .goods-contact .contact-icon svg path { fill: #ffffff; }
.goods-info .goods-top .goods-summary .goods-contact .contact-info p { color: #666666; line-height: 1; }
.goods-info .goods-top .goods-summary .goods-contact .contact-info .contact-number { font-size: 26px; color: var(--theme-color); font-family: AvianBold; }
.goods-info .goods-top .goods-summary .goods-service { width: 70%; }
.goods-info .goods-top .goods-summary .goods-service .s-item .item-wrap { border: 1px solid #e7e7e7; color: #999999; line-height: 1; font-size: 14px; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.goods-info .goods-top .goods-summary .goods-service .s-item:hover .item-wrap { color: #ffffff; background-color: var(--theme-color); border-color: var(--theme-color); }
@media (max-width: 767.98px) { .goods-info .goods-top .goods-summary .goods-contact, .goods-info .goods-top .goods-summary .goods-service { width: 100%; } }
.goods-info .goods-top .goods-preview-box .preview-image { box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.17); }
.goods-info .goods-top .goods-preview-box .preview-thumb .item .item-wrap { background-color: #fff; box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.17); }
.goods-info .goods-bottom .goods-info-nav { background-color: #f7f8fb; }
.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: #333333; font-size: 16px; line-height: 75px; }
.goods-info .goods-bottom .goods-info-nav .nav-item:not(:last-child)::after { content: ''; height: 40%; position: absolute; margin: auto; top: 0; bottom: 0; right: 0; border-right: 1px solid #cecece; }
.goods-info .goods-bottom .goods-detail img { max-width: 100%; vertical-align: bottom; }
.goods-info .goods-bottom .detail-section { margin-top: -4%; padding-top: 4%; }
.goods-info .goods-bottom .detail-section .sec-wrap { padding: 3% 0; }
.goods-info .goods-bottom .detail-section .sec-wrap .sec-head .head-icon { width: 50px; height: 50px; position: relative; background: url("../Image/icon-head.png") center no-repeat; background-size: 50%; }
.goods-info .goods-bottom .detail-section .sec-wrap .sec-head .head-name { font-size: 30px; color: #302e2f; }
.goods-info .goods-bottom .detail-section.sec-application { background: url("../Image/sec-application-bg.jpg") center no-repeat; }
.goods-info .goods-bottom .detail-section .scope-swiper { margin-top: 3%; margin-bottom: -8%; }
.goods-info .goods-bottom .detail-section .scope-swiper .item .item-wrap .item-img { overflow: hidden; border-radius: 25px 25px 0 0; }
.goods-info .goods-bottom .detail-section .scope-swiper .item .item-wrap .item-img .ratio-scope { --mdb-aspect-ratio: calc(343 / 300 * 100%); }
.goods-info .goods-bottom .detail-section .scope-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; border-radius: 25px 25px 0 0; }
.goods-info .goods-bottom .detail-section .scope-swiper .item .item-wrap .item-caption { width: 70%; margin: 0 auto; -webkit-transform: translateY(-45%); -moz-transform: translateY(-45%); -ms-transform: translateY(-45%); -o-transform: translateY(-45%); transform: translateY(-45%); }
.goods-info .goods-bottom .detail-section .scope-swiper .item .item-wrap .item-caption .caption-wrap { background-color: #f7f7f7; -webkit-transition: background-color .5s, transform .5s; -moz-transition: background-color .5s, transform .5s; -ms-transition: background-color .5s, transform .5s; -o-transition: background-color .5s, transform .5s; transition: background-color .5s, transform .5s; }
.goods-info .goods-bottom .detail-section .scope-swiper .item .item-wrap .item-caption .caption-wrap .item-icon { width: 70px; height: 70px; }
.goods-info .goods-bottom .detail-section .scope-swiper .item .item-wrap .item-caption .caption-wrap .item-icon .icon-wrap svg { width: 80%; height: 80%; display: block; margin: auto; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.goods-info .goods-bottom .detail-section .scope-swiper .item .item-wrap .item-caption .caption-wrap .item-icon .icon-wrap svg path { fill: #303030; }
.goods-info .goods-bottom .detail-section .scope-swiper .item .item-wrap .item-caption .caption-wrap .item-name { font-size: 24px; color: #303030; -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; }
.goods-info .goods-bottom .detail-section .scope-swiper .item .item-wrap .item-caption .caption-wrap .item-more { border: 1px solid #8c8c8c; width: 60%; text-align: center; margin-top: 10px; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.goods-info .goods-bottom .detail-section .scope-swiper .item .item-wrap .item-caption .caption-wrap .item-more span { display: inline-block; color: #8c8c8c; line-height: 40px; }
.goods-info .goods-bottom .detail-section .scope-swiper .item:hover .item-wrap .item-img img { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); }
.goods-info .goods-bottom .detail-section .scope-swiper .item:hover .item-wrap .item-caption .caption-wrap { background-color: #c00505; box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.2); -webkit-transform: translateY(-10%); -moz-transform: translateY(-10%); -ms-transform: translateY(-10%); -o-transform: translateY(-10%); transform: translateY(-10%); }
.goods-info .goods-bottom .detail-section .scope-swiper .item:hover .item-wrap .item-caption .caption-wrap .item-icon .icon-wrap svg path { fill: #ffffff; }
.goods-info .goods-bottom .detail-section .scope-swiper .item:hover .item-wrap .item-caption .caption-wrap .item-name { color: #ffffff; }
.goods-info .goods-bottom .detail-section .scope-swiper .item:hover .item-wrap .item-caption .caption-wrap .item-more { background-color: #f7f7f7; border-color: #f7f7f7; }
.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; }
.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; }

.news-page, .article-page, .goods-page { background-color: #f8f8f8; }
.news-page .news-list .news-item .item-wrap, .article-page .news-list .news-item .item-wrap, .goods-page .news-list .news-item .item-wrap { background-color: #ffffff; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.news-page .news-list .news-item .item-wrap .item-info .news-title, .article-page .news-list .news-item .item-wrap .item-info .news-title, .goods-page .news-list .news-item .item-wrap .item-info .news-title { font-size: 24px; color: #282828; line-height: 2.2; }
@media (max-width: 991.98px) { .news-page .news-list .news-item .item-wrap .item-info .news-title, .article-page .news-list .news-item .item-wrap .item-info .news-title, .goods-page .news-list .news-item .item-wrap .item-info .news-title { font-size: 22px; } }
@media (max-width: 767.98px) { .news-page .news-list .news-item .item-wrap .item-info .news-title, .article-page .news-list .news-item .item-wrap .item-info .news-title, .goods-page .news-list .news-item .item-wrap .item-info .news-title { font-size: 20px; } }
@media (max-width: 575.98px) { .news-page .news-list .news-item .item-wrap .item-info .news-title, .article-page .news-list .news-item .item-wrap .item-info .news-title, .goods-page .news-list .news-item .item-wrap .item-info .news-title { font-size: 18px; } }
.news-page .news-list .news-item .item-wrap .item-info .news-title::after, .article-page .news-list .news-item .item-wrap .item-info .news-title::after, .goods-page .news-list .news-item .item-wrap .item-info .news-title::after { content: ''; display: block; width: 2rem; height: 2px; background-image: -moz-linear-gradient(172deg, #0f55ca 90%, #c40000 10%); background-image: -webkit-linear-gradient(172deg, #0f55ca 90%, #c40000 10%); background-image: -ms-linear-gradient(172deg, #0f55ca 70%, #c40000 30%); margin: .5rem 0 1rem; }
.news-page .news-list .news-item .item-wrap .item-info .news-time, .article-page .news-list .news-item .item-wrap .item-info .news-time, .goods-page .news-list .news-item .item-wrap .item-info .news-time { font-size: 14px; color: #999999; }
.news-page .news-list .news-item .item-wrap .item-info .news-desc, .article-page .news-list .news-item .item-wrap .item-info .news-desc, .goods-page .news-list .news-item .item-wrap .item-info .news-desc { font-size: 16px; line-height: 32px; color: #666666; }
.news-page .news-list .news-item:hover .item-wrap, .article-page .news-list .news-item:hover .item-wrap, .goods-page .news-list .news-item:hover .item-wrap { -webkit-transform: translateY(-5px); -moz-transform: translateY(-5px); -ms-transform: translateY(-5px); -o-transform: translateY(-5px); transform: translateY(-5px); -webkit-box-shadow: 0 12px 20px rgba(39, 39, 39, 0.05); -moz-box-shadow: 0 12px 20px rgba(39, 39, 39, 0.05); box-shadow: 0 12px 20px rgba(39, 39, 39, 0.05); }
.news-page .news-detail .news-title, .article-page .news-detail .news-title, .goods-page .news-detail .news-title { font-size: 24px; line-height: 2; color: #282828; }
.news-page .news-detail .news-meta, .article-page .news-detail .news-meta, .goods-page .news-detail .news-meta { font-size: 14px; color: #999999; }
.news-page .news-detail .news-meta span, .article-page .news-detail .news-meta span, .goods-page .news-detail .news-meta span { display: inline-block; margin: 0 10px; }
.news-page .news-detail .news-content, .article-page .news-detail .news-content, .goods-page .news-detail .news-content { line-height: 1.8; color: #666666; }
.news-page .news-detail .news-content img, .article-page .news-detail .news-content img, .goods-page .news-detail .news-content img { max-width: 100%; vertical-align: bottom; }
.news-page .prev_next, .article-page .prev_next, .goods-page .prev_next { padding: 0 12px; font-size: 14px; color: #666; line-height: 30px; margin: 2% 0 0 0; border-top: 1px solid #f0f6ff; padding-top: 1%; }

.service-page .single-detail, .single-page .single-detail { line-height: 2; padding: 3% 0; }
.service-page .single-detail img, .single-page .single-detail img { max-width: 100%; vertical-align: bottom; }

.relate-news-swiper .item .item-wrap .item-bottom .item-title { font-size: 20px; color: #333333; }
.relate-news-swiper .item .item-wrap .item-bottom .item-desc { color: #999999; }

.relate-list .item .item-name .name-icon { width: 20px; height: 20px; position: relative; background-color: var(--theme-color); border-radius: 3px; display: inline-block; vertical-align: middle; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; margin-right: 3px; }
.relate-list .item .item-name .name-icon i { display: block; position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; height: 0; width: 30%; -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; -webkit-transform: rotate(-90deg) translateX(-10%); -moz-transform: rotate(-90deg) translateX(-10%); -ms-transform: rotate(-90deg) translateX(-10%); -o-transform: rotate(-90deg) translateX(-10%); transform: rotate(-90deg) translateX(-10%); }
.relate-list .item .item-name .name-icon i::before, .relate-list .item .item-name .name-icon i::after { content: ''; display: block; position: absolute; width: 100%; height: 0; border-bottom: 1px 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; right: 0; }
.relate-list .item .item-name .name-icon i::before { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
.relate-list .item .item-name .name-icon i::after { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }

.image-list .item .item-wrap .item-img, .style-swiper .item .item-wrap .item-img { overflow: hidden; }
.image-list .item .item-wrap .item-img img, .style-swiper .item .item-wrap .item-img img { border: 2px solid var(--theme-color); border-radius: 5px; display: block; -webkit-transition: transform .5s, border .3s; -moz-transition: transform .5s, border .3s; -ms-transition: transform .5s, border .3s; -o-transition: transform .5s, border .3s; transition: transform .5s, border .3s; -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
.image-list .item .item-wrap .overlay, .style-swiper .item .item-wrap .overlay { padding: 25px; z-index: 2; }
.image-list .item .item-wrap .overlay::before, .style-swiper .item .item-wrap .overlay::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); -webkit-transition: transform .5s, opacity .5s; -moz-transition: transform .5s, opacity .5s; -ms-transition: transform .5s, opacity .5s; -o-transition: transform .5s, opacity .5s; transition: transform .5s, opacity .5s; -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); transform: scale(0.8); opacity: 0; }
.image-list .item .item-wrap .overlay .overlay-wrap, .style-swiper .item .item-wrap .overlay .overlay-wrap { opacity: 0; position: relative; width: 100%; height: 100%; border: 1px dashed rgba(255, 255, 255, 0.5); -webkit-transition: opacity .8s; -moz-transition: opacity .8s; -ms-transition: opacity .8s; -o-transition: opacity .8s; transition: opacity .8s; }
.image-list .item .item-wrap .overlay .overlay-wrap .item-icon, .style-swiper .item .item-wrap .overlay .overlay-wrap .item-icon { width: 40px; height: 40px; }
.image-list .item .item-wrap .overlay .overlay-wrap .item-icon svg, .style-swiper .item .item-wrap .overlay .overlay-wrap .item-icon svg { display: block; width: 100%; height: 100%; }
.image-list .item .item-wrap .overlay .overlay-wrap .item-name, .style-swiper .item .item-wrap .overlay .overlay-wrap .item-name { color: #ffffff; }
.image-list .item .item-wrap > .item-name, .style-swiper .item .item-wrap > .item-name { -webkit-transition: transform .5s, opacity .5s; -moz-transition: transform .5s, opacity .5s; -ms-transition: transform .5s, opacity .5s; -o-transition: transform .5s, opacity .5s; transition: transform .5s, opacity .5s; }
.image-list .item:hover .item-wrap img, .style-swiper .item:hover .item-wrap img { border-width: 0; border-radius: 0; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
.image-list .item:hover .item-wrap .overlay::before, .style-swiper .item:hover .item-wrap .overlay::before { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity: 1; }
.image-list .item:hover .item-wrap .overlay .overlay-wrap, .style-swiper .item:hover .item-wrap .overlay .overlay-wrap { opacity: 1; }
.image-list .item:hover .item-wrap .overlay .overlay-wrap .item-name, .style-swiper .item:hover .item-wrap .overlay .overlay-wrap .item-name { opacity: 1; }

.case-list .item { overflow: hidden; }
.case-list .item .item-wrap { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; position: relative; }
.case-list .item .item-wrap .item-img { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; overflow: hidden; }
.case-list .item .item-wrap .item-img img { -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .5s; width: 100%; }
.case-list .item .item-wrap .item-caption .item-title { font-size: 24px; color: #333333; line-height: 2; font-weight: bold; padding: 0 12px; position: relative; margin-top: 10px; }
.case-list .item .item-wrap .item-caption .item-title::before { content: ''; display: block; position: absolute; top: 0; bottom: 0; margin: auto; left: 0; width: 20px; height: 30px; background-color: var(--theme-color); -webkit-transform: translateX(3px) skewX(-10deg); -moz-transform: translateX(3px) skewX(-10deg); -ms-transform: translateX(3px) skewX(-10deg); -o-transform: translateX(3px) skewX(-10deg); transform: translateX(3px) skewX(-10deg); -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.case-list .item .item-wrap .item-caption .item-title span { display: block; position: relative; z-index: 2; }
.case-list .item .item-wrap .item-caption .item-tags { color: #999999; }
.case-list .item:hover .item-wrap .item-img img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.05); }
.case-list .item:hover .item-wrap .item-caption .item-title::before { -webkit-transform: translateX(8px) skewX(-20deg); -moz-transform: translateX(8px) skewX(-20deg); -ms-transform: translateX(8px) skewX(-20deg); -o-transform: translateX(8px) skewX(-20deg); transform: translateX(8px) skewX(-20deg); }

.glightbox-clean .gslide-title, .glightbox-modern .gslide-title { margin-bottom: 0; line-height: 1.8; }
