@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; }

/*播放器控制栏*/
.jw-controlbar { width: 100%; }

.popup-box { position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 9999; display: none; }
.popup-box::before { content: ''; display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background-color: rgba(0, 0, 0, 0.85); }
.popup-box .popup-wrapper { width: 73%; height: 100%; margin: 0 auto; position: relative; z-index: 2; }
@media (max-width: 575.98px) { .popup-box .popup-wrapper { width: 100%; } }
.popup-box .popup-wrapper .popup-container { position: relative; height: 100%; display: flex; flex-direction: column; justify-content: center; }
.popup-box .popup-close { position: absolute; width: 50px; height: 50px; border-radius: 50%; top: 5%; right: 5%; border: 1px solid var(--theme-color); -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; cursor: pointer; z-index: 8; }
.popup-box .popup-close::before, .popup-box .popup-close::after { content: ''; display: block; position: absolute; margin: auto; height: 1px; width: 45%; top: 0; bottom: 0; left: 0; right: 0; background-color: var(--theme-color); -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.popup-box .popup-close::before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.popup-box .popup-close::after { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
.popup-box .popup-close:hover::before, .popup-box .popup-close:hover::after { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }

@font-face { font-family: "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: #005fcc; --theme-bgcolor:#f5f7fa; --theme-orange:#ea5412; --color-nomarl:#666666; --color-primary:#333333; }

@media (min-width: 1680px) { .container-xl { max-width: 1424px; } }
@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; }

.header2 { background-color: #ffffff; position: sticky; width: 100%; z-index: 110; --header-height:100px; --nav-width:70%; --logo-width:330px; top: 0; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; height: var(--header-height); }
.header2 .header-wrap { width: 93%; margin: 0 auto; height: var(--header-height); -webkit-transition: height .5s; -moz-transition: height .5s; -ms-transition: height .5s; -o-transition: height .5s; transition: height .5s; }
.header2 .header-wrap .logo { width: var(--logo-width); max-width: 100%; }
.header2 .header-wrap .logo img { -webkit-transition: height .5s; -moz-transition: height .5s; -ms-transition: height .5s; -o-transition: height .5s; transition: height .5s; max-width: 100%; object-fit: contain; }
.header2 .header-wrap .logo img.logo-white { display: none; }
.header2 .header-wrap .logo img.logo-normal { display: block; }
.header2 .header-wrap .nav { flex: 1; }
.header2 .header-wrap .nav li { flex: 1; }
.header2 .header-wrap .nav li > a { display: block; position: relative; color: #333333; overflow: hidden; }
@media (min-width: 1440px) { .header2 .header-wrap .nav li > a { padding: 0 1rem; } }
.header2 .header-wrap .nav li .sub-nav { position: absolute; width: 100%; left: 0; top: 100%; display: none; }
.header2 .header-wrap .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); }
.header2 .header-wrap .nav li .sub-nav .sub-nav-wrap .sub-nav-name { font-size: 26px; color: #333333; }
.header2 .header-wrap .nav li .sub-nav .sub-nav-wrap .sub-nav-desc { color: #666666; opacity: .6; font-size: 16px; margin-top: .75rem; }
.header2 .header-wrap .nav li .sub-nav .sub-nav-wrap .sub-nav-list dd { margin-bottom: 0; }
.header2 .header-wrap .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; }
.header2 .header-wrap .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; }
.header2 .header-wrap .nav li .sub-nav .sub-nav-wrap .sub-nav-list dd a:hover { color: var(--theme-color); }
.header2 .header-wrap .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); }
.header2 .header-wrap .nav li .sub-nav .sub-nav-wrap .sub-nav-img img { max-width: 100%; }
.header2 .header-wrap .header-tel { color: #333333; }
.header2 .header-wrap .header-tel .tel-icon { width: 48px; height: 48px; margin-right: 8px; }
.header2 .header-wrap .header-tel .tel-icon svg { width: 100%; height: 100%; }
.header2 .header-wrap .header-tel .tel-icon svg path { fill: var(--theme-red); }
.header2 .header-wrap .header-tel .tel-info .tel-title { font-size: 14px; line-height: 2; color: #282828; }
.header2 .header-wrap .header-tel .tel-info .tel-number { color: var(--theme-red); font-size: 24px; line-height: 1; }
.header2.header-min { --header-height: 70px; -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05); -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05); box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05); background-color: #ffffff; }
.header2.header-min .header-wrap .logo img { height: 50px; }
.header2.header-min .header-wrap .logo img.logo-white { display: none; }
.header2.header-min .header-wrap .logo img.logo-normal { display: block; }
.header2.header-min .header-wrap .nav li a { color: #333333; }
.header2.header-min .header-wrap .header-tel .tel-info .tel-title { color: #282828; }
.header2.header-min .header-wrap .header-tel .tel-info .tel-number { color: #333333; }
@media (max-width: 575.98px) { .header2.header-min { --header-height: 60px; }
  .header2.header-min .header-wrap .logo img { height: 40px; } }
.header2:hover { background-color: #ffffff; }
.header2:hover .header-wrap .logo .logo-white { display: none; }
.header2:hover .header-wrap .logo .logo-normal { display: block; }
.header2:hover .header-wrap .nav li a { color: #333333; }
.header2:hover .header-wrap .header-tel .tel-info .tel-title { color: #282828; }
.header2:hover .header-wrap .header-tel .tel-info .tel-number { color: #333333; }
@media (max-width: 767.98px) { .header2 { --header-height: 60px; background-color: #fff; }
  .header2 .header-wrap .logo img { height: 40px; max-width: 60%; } }
@media (max-width: 575.98px) { .header2 { --header-height: 50px; background-color: #fff; } }

.header { z-index: 999; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; position: sticky; top: 0; width: 100%; }
.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 { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; max-height: 46px; }
.header .logo .logo-img img.logo-white { display: none; }
.header .logo .logo-img img.logo-normal { display: block; }
@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: #333333; 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(180deg, white, rgba(255, 255, 255, 0.95)); backdrop-filter: blur(3px); 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-icon svg path { fill: #df2d2d; }
.header .header-tel .tel-num { font-size: 30px; line-height: 1; color: #333333; }
@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 { background-color: #ffffff; }
.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 { background-color: rgba(255, 255, 255, 0.9); backdrop-filter: blur(13px); }

.index-page .header { position: fixed; }
.index-page .header:not(.header-min) { background: transparent; backdrop-filter: blur(10px); }
.index-page .header:not(.header-min) .header-wrap .logo img.logo-normal { display: none; }
.index-page .header:not(.header-min) .header-wrap .logo img.logo-white { display: block; }
.index-page .header:not(.header-min) .header-wrap .nav li a { color: #ffffff; }
.index-page .header:not(.header-min) .header-wrap .header-tel .tel-icon svg path { fill: #ffffff; }
.index-page .header:not(.header-min) .header-wrap .header-tel .tel-num { color: #ffffff; }
.index-page .header:hover { background-color: #ffffff; }
.index-page .header:hover .header-wrap .logo img.logo-white { display: none; }
.index-page .header:hover .header-wrap .logo img.logo-normal { display: block; }
.index-page .header:hover .header-wrap .nav li a { color: #333333; }
.index-page .header:hover .header-wrap .header-tel .tel-icon svg path { fill: #df2d2d; }
.index-page .header:hover .header-wrap .header-tel .tel-num { font-size: 30px; line-height: 1; color: #333333; }

.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); }

.swiper-banner .swiper-slide .slide-video::before { content: ''; display: block; width: 100%; height: 100%; background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0) 60%); position: absolute; top: 0; left: 0; z-index: 1; }

.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: #000000; }
.sbanner .sbanner-wrap p { font-size: 60px; text-transform: uppercase; font-weight: bold; opacity: .5; }
@media (max-width: 1399.98px) { .sbanner .sbanner-wrap p { font-size: 52px; } }
@media (max-width: 1199.98px) { .sbanner .sbanner-wrap p { font-size: 46px; } }
@media (max-width: 991.98px) { .sbanner .sbanner-wrap p { font-size: 42px; } }
@media (max-width: 767.98px) { .sbanner .sbanner-wrap p { font-size: 30px; } }
@media (max-width: 575.98px) { .sbanner .sbanner-wrap p { font-size: 26px; } }
.sbanner .sbanner-wrap h3 { font-size: 36px; }
@media (max-width: 1399.98px) { .sbanner .sbanner-wrap h3 { font-size: 32px; } }
@media (max-width: 1199.98px) { .sbanner .sbanner-wrap h3 { font-size: 26px; } }
@media (max-width: 991.98px) { .sbanner .sbanner-wrap h3 { font-size: 22px; } }
@media (max-width: 767.98px) { .sbanner .sbanner-wrap h3 { font-size: 20px; } }
@media (max-width: 575.98px) { .sbanner .sbanner-wrap h3 { font-size: 16px; } }

.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; border-top: 5px solid #005fcc; }
.footer .footer-top { padding: 3% 0; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
@media (max-width: 1199.98px) { .footer .footer-top .footer-logo img { max-height: 56px; } }
@media (max-width: 991.98px) { .footer .footer-top .footer-logo img { max-height: 46px; } }
@media (max-width: 767.98px) { .footer .footer-top .footer-logo img { max-height: 42px; } }
.footer .footer-top .footer-link a { display: block; background-color: #005fcc; color: #ffffff; line-height: 38px; padding: 0 25px; border-radius: 38px; -webkit-transition: background-color .5s; -moz-transition: background-color .5s; -ms-transition: background-color .5s; -o-transition: background-color .5s; transition: background-color .5s; }
.footer .footer-top .footer-link a span { display: inline-block; margin-right: 12px; }
.footer .footer-top .footer-link a:hover { background-color: #0d54a6; }
@media (max-width: 767.98px) { .footer .footer-top .footer-link a { line-height: 36px; padding: 0 22px; font-size: 14px; } }
@media (max-width: 575.98px) { .footer .footer-top .footer-link a { line-height: 32px; padding: 0 22px; font-size: 12px; } }
.footer .footer-mid { padding: 3% 0; }
.footer .footer-mid .footer-mid-item { padding-left: 4rem; }
.footer .footer-mid .footer-mid-item:nth-child(1) { padding-left: 0; width: 22%; border-right: 1px solid rgba(255, 255, 255, 0.1); }
.footer .footer-mid .footer-mid-item:nth-child(2) { width: 34%; }
.footer .footer-mid .footer-mid-item:nth-child(3) { flex: 1; border-left: 1px solid rgba(255, 255, 255, 0.1); }
.footer .footer-mid .footer-mid-item .item-label { line-height: 36px; margin-bottom: 15px; }
.footer .footer-mid .footer-mid-item .item-label .label-icon { width: 22px; height: 22px; margin-right: 8px; }
.footer .footer-mid .footer-mid-item .item-label .label-icon svg { display: block; width: 100%; height: 100%; }
.footer .footer-mid .footer-mid-item .item-label .label-title { font-size: 18px; color: #ffffff; }
.footer .footer-mid .footer-mid-item .item-con a { display: block; font-size: 14px; line-height: 38px; color: #ffffff; opacity: .5; -webkit-transition: opacity .5s; -moz-transition: opacity .5s; -ms-transition: opacity .5s; -o-transition: opacity .5s; transition: opacity .5s; }
.footer .footer-mid .footer-mid-item .item-con a:hover { opacity: 1; }
@media (max-width: 1199.89px) { .footer .footer-mid .footer-mid-item:nth-child(1) { padding-left: 2rem; } }
@media (max-width: 991.98px) { .footer .footer-mid .footer-mid-item:nth-child(1) { padding-left: 2rem; width: 50%; }
  .footer .footer-mid .footer-mid-item:nth-child(2) { padding-left: 2rem; width: 50%; }
  .footer .footer-mid .footer-mid-item:nth-child(3) { padding-left: 2rem; width: 100%; } }
@media (max-width: 767.98px) { .footer .footer-mid .footer-mid-item { width: 100% !important; border-right: none !important; border-left: none !important; }
  .footer .footer-mid .footer-mid-item .contact-qrcode { margin: 0 auto !important; } }
@media (max-width: 575.98px) { .footer .footer-mid .footer-mid-item { padding-left: 1rem; } }
.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: #ffffff; }
.footer .footer-contact .contact-info p { display: flex; margin-bottom: 1rem; }
.footer .footer-contact .contact-info p svg { display: inline-block; vertical-align: middle; width: 26px; height: 26px; margin-right: 8px; }
.footer .footer-contact .contact-info p svg path { fill: #ffffff; }
.footer .footer-contact .contact-info p span { display: inline-block; vertical-align: middle; }
@media (max-width: 575.98px) { .footer .footer-contact .contact-info p { margin-bottom: 12px; font-size: 14px; } }
.footer .footer-contact .contact-qrcode { width: 130px; }
.footer .footer-contact .contact-qrcode .qrcode-img .img-wrap { padding: 8px; border: 1px dashed rgba(255, 255, 255, 0.4); }
.footer .footer-contact .contact-qrcode .qrcode-title { font-size: 14px; }
@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 { background-color: rgba(0, 0, 0, 0.1); 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 a:hover { color: rgba(255, 255, 255, 0.8); }
.footer .copyright span { display: inline-block; margin: 0 5px; }
@media (max-width: 767.98px) { .footer .copyright { text-align: center; font-size: 12px; } }
@media (max-width: 575.98px) { .footer .copyright { font-size: 10px; } }
@media (max-width: 419.98px) { .footer .copyright { font-size: 8px; } }

.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: #f8f8f8; }

.blue { color: #005fcc; }

/*index product*/
.index-product-box .item .item-img { overflow: hidden; }
.index-product-box .item .item-img img { -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.index-product-box .item .item-img:hover img { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); }
.index-product-box .item .item-info { padding-bottom: 3rem; }
.index-product-box .item .item-info .item-title { position: relative; }
.index-product-box .item .item-info .item-title::before { content: attr(data-title); display: block; text-transform: uppercase; font-size: 72px; color: #333333; opacity: .05; font-weight: bold; }
@media (max-width: 991.98px) { .index-product-box .item .item-info .item-title::before { font-size: 60px; } }
@media (max-width: 767.98px) { .index-product-box .item .item-info .item-title::before { font-size: 52px; } }
.index-product-box .item .item-info .item-title span { -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; position: absolute; display: block; z-index: 2; font-size: 24px; font-weight: bold; color: #333333; line-height: 72px; height: 72px; margin: auto; top: 0; bottom: 0; }
@media (max-width: 991.98px) { .index-product-box .item .item-info .item-title span { height: 60px; line-height: 60px; font-size: 20px; } }
@media (max-width: 767.98px) { .index-product-box .item .item-info .item-title span { height: 52px; line-height: 52px; font-size: 18px; } }
.index-product-box .item .item-info .item-desc strong { display: block; font-size: 18px; color: #333333; margin-bottom: 10px; }
.index-product-box .item .item-info .item-desc p { color: #999999; font-size: 14px; line-height: 1.8; }
.index-product-box .item .item-info .item-more { margin-top: 2rem; }
.index-product-box .item .item-info .item-more a { color: #ffffff; padding: 0 20px; line-height: 36px; height: 38px; border-radius: 38px; display: inline-block; border: 1px solid var(--theme-color); background-color: var(--theme-color); -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
@media (max-width: 767.98px) { .index-product-box .item .item-info .item-more a { line-height: 32px; font-size: 14px; height: 34px; } }
.index-product-box .item .item-info .item-more a span { display: inline-block; margin-right: 10px; }
.index-product-box .item .item-info .item-more a:hover { background-color: transparent; color: var(--theme-color); }
.index-product-box .item .item-info:hover .item-title span { color: var(--theme-color); }
.index-product-box .item .item-caption { padding: 7.2% 10px; }
.index-product-box .item .item-caption .item-more { text-align: center; margin-top: 10px; }
.index-product-box .item .item-caption .item-more .more-txt { font-size: 14px; color: var(--theme-color); -webkit-transition: letter-spacing .5s; -moz-transition: letter-spacing .5s; -ms-transition: letter-spacing .5s; -o-transition: letter-spacing .5s; transition: letter-spacing .5s; }
.index-product-box .item .item-caption .item-more .more-icon { display: inline-block; text-align: center; position: relative; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.index-product-box .item .item-caption .item-more .more-icon::before, .index-product-box .item .item-caption .item-more .more-icon::after { content: ''; width: 10px; display: inline-block; height: 1px; background-color: var(--theme-color); left: 0; bottom: 0; }
.index-product-box .item .item-caption .item-more .more-icon::before { -webkit-transform-origin: right center; -moz-transform-origin: right center; -ms-transform-origin: right center; -o-transform-origin: right center; transform-origin: right center; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.index-product-box .item .item-caption .item-more .more-icon::after { -webkit-transform-origin: left center; -moz-transform-origin: left center; -ms-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
.index-product-box .item:hover .item-caption .more-txt { letter-spacing: 2px; }
.index-product-box .item:hover .item-caption .more-icon { -webkit-transform: translateY(5px); -moz-transform: translateY(5px); -ms-transform: translateY(5px); -o-transform: translateY(5px); transform: translateY(5px); }
@media (max-width: 991.98px) { .index-product-box .col-lg-3.col-6:last-child { display: none; } }

.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; }

.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: 1% 0; }
.section .sec-head { position: relative; margin: 1rem 0; }
.section .sec-head .head-name { font-size: 38px; font-weight: bold; color: #333333; }
.section .sec-head .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-name { font-size: 34px; } }
@media (max-width: 1199.98px) { .section .sec-head .head-name { font-size: 32px; } }
@media (max-width: 991.98px) { .section .sec-head .head-name { font-size: 28px; }
  .section .sec-head .head-desc { font-size: 14px; } }
@media (max-width: 767.98px) { .section .sec-head .head-name { font-size: 22px; } }
@media (max-width: 575.98px) { .section .sec-head .head-name { font-size: 18px; }
  .section .sec-head .head-desc { font-size: 13px; } }
.section.sec-product .product-nav-box .nav-left { background: url("../Image/nav-left-bg.jpg") center/cover no-repeat; width: 15%; }
.section.sec-product .product-nav-box .nav-left .left-wrap { padding: 12% 15%; color: #ffffff; }
.section.sec-product .product-nav-box .nav-left .left-wrap .left-head .head-cn-title { font-size: 26px; font-weight: bold; }
.section.sec-product .product-nav-box .nav-left .left-wrap .left-head .head-en-title { font-size: 14px; text-transform: capitalize; }
.section.sec-product .product-nav-box .nav-body ul li { border-bottom: 1px solid #eeeeee; }
.section.sec-product .product-nav-box .nav-body ul li a { position: relative; padding-right: 1rem; }
.section.sec-product .product-nav-box .nav-body ul li a svg { margin: 0 8px; width: 26px; height: 26px; }
.section.sec-product .product-nav-box .nav-body ul li a span { flex: 1; }
@media (max-width: 575.98px) { .section.sec-product .product-nav-box .nav-body ul li a svg { margin: 0 5px; width: 22px; height: 22px; } }
.section.sec-product .product-nav-box .nav-body ul li a::before, .section.sec-product .product-nav-box .nav-body ul li a::after { content: ''; display: block; width: 9px; position: absolute; margin: auto; top: 0; bottom: 0; right: 0; border-bottom: 1px solid #b5b5b5; height: 0; -webkit-transform-origin: right center; -moz-transform-origin: right center; -ms-transform-origin: right center; -o-transform-origin: right center; transform-origin: right center; }
.section.sec-product .product-nav-box .nav-body ul li a::before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.section.sec-product .product-nav-box .nav-body ul li a::after { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
.section.sec-adv { padding: 7% 0; }
.section.sec-adv .adv-left { width: 66%; }
@media (max-width: 1199.98px) { .section.sec-adv .adv-left { width: 90%; } }
@media (max-width: 991.98px) { .section.sec-adv .adv-left { width: 95%; } }
@media (max-width: 767.98px) { .section.sec-adv .adv-left { width: 98%; } }
.section.sec-adv .adv-left .adv-head .adv-img-title { width: 23%; }
.section.sec-adv .adv-left .adv-head .adv-title .cn-title { font-size: 48px; font-weight: bold; color: #282828; }
.section.sec-adv .adv-left .adv-head .adv-title .en-title { text-transform: uppercase; color: #999999; }
@media (max-width: 1399.98px) { .section.sec-adv .adv-left .adv-head .adv-title .cn-title { font-size: 42px; } }
@media (max-width: 1199.98px) { .section.sec-adv .adv-left .adv-head .adv-title .cn-title { font-size: 38px; } }
@media (max-width: 991.98px) { .section.sec-adv .adv-left .adv-head .adv-title .cn-title { font-size: 28px; } }
@media (max-width: 767.98px) { .section.sec-adv .adv-left .adv-head .adv-title .cn-title { font-size: 24px; }
  .section.sec-adv .adv-left .adv-head .adv-title .en-title { font-size: 14px; } }
@media (max-width: 575.98px) { .section.sec-adv .adv-left .adv-head .adv-title .cn-title { font-size: 22px; }
  .section.sec-adv .adv-left .adv-head .adv-title .en-title { font-size: 12px; } }
.section.sec-adv .adv-left .adv-content { color: #666666; line-height: 2; margin-top: 3%; margin-bottom: 10%; }
@media (max-width: 767.98px) { .section.sec-adv .adv-left .adv-content { font-size: 14px; line-height: 1.8; } }
.section.sec-adv .adv-left .adv-pagination .swiper-pagination-bullet { width: 46px; height: 5px; border-radius: 50px; position: relative; overflow: hidden; opacity: 1; background: transparent; }
.section.sec-adv .adv-left .adv-pagination .swiper-pagination-bullet::before, .section.sec-adv .adv-left .adv-pagination .swiper-pagination-bullet::after { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-transform-origin: left center; -moz-transform-origin: left center; -ms-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; }
.section.sec-adv .adv-left .adv-pagination .swiper-pagination-bullet::before { background-color: #000000; opacity: .2; }
.section.sec-adv .adv-left .adv-pagination .swiper-pagination-bullet::after { -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); background-color: var(--theme-color); transition: all .5s; }
.section.sec-adv .adv-left .adv-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after { -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); }
.section.sec-adv .adv-nav li { display: flex; align-items: center; padding: 20px 20px; background: rgba(0, 95, 204, 0.7); margin-bottom: 1px; color: #fff; -webkit-transition: background-color .5s; -moz-transition: background-color .5s; -ms-transition: background-color .5s; -o-transition: background-color .5s; transition: background-color .5s; cursor: pointer; }
.section.sec-adv .adv-nav li:hover, .section.sec-adv .adv-nav li.active { background: #005fcc; }
.section.sec-adv .adv-nav li .nav-icon { width: 50px; height: 50px; margin-right: 20px; }
.section.sec-adv .adv-nav li .nav-icon svg { display: block; width: 100%; height: 100%; }
.section.sec-adv .adv-nav li .nav-icon img { max-width: 100%; max-height: 100%; }
.section.sec-adv .adv-nav li .nav-info .nav-title { font-size: 22px; }
.section.sec-adv .adv-nav li .nav-info .nav-en-title { font-size: 14px; opacity: .2; text-transform: uppercase; }
.section.sec-application .application-swiper { margin: 4% 0; }
.section.sec-application .application-swiper .item .item-wrap { position: relative; }
.section.sec-application .application-swiper .item .item-wrap img { -webkit-transition: transform 1s; -moz-transition: transform 1s; -ms-transition: transform 1s; -o-transition: transform 1s; transition: transform 1s; }
/* .section.sec-application .application-swiper .item .item-wrap .item-title { width: 100%; position: absolute; left: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.6); color: #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; } */
.section.sec-application .application-swiper .item .item-wrap .overlay { -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; position: absolute; bottom: 0; left: 0; width: 100%; padding: 20% 10% 10%; background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%); color: #ffffff; opacity: 0; -webkit-transform: translateY(50%); -moz-transform: translateY(50%); -ms-transform: translateY(50%); -o-transform: translateY(50%); transform: translateY(50%); }
.section.sec-application .application-swiper .item .item-wrap .overlay .overlay-title { font-weight: bold; font-size: 24px; }
/* .section.sec-application .application-swiper .item .item-wrap .overlay .overlay-title::after { content: ''; display: block; width: 2rem; height: 3px; margin: 1rem 0; background-color: var(--theme-color); } */



.section.sec-application .application-swiper .item .item-wrap .item-caption { padding: 12px 25px; }
.section.sec-application .application-swiper .item .item-wrap .item-caption .item-time { font-size: 14px; color: #c4c4c4; line-height: 2; }
.section.sec-application .application-swiper .item .item-wrap .item-caption .item-title { color: #333333; font-size: 18px; line-height: 2.2; }
.section.sec-application .application-swiper .item .item-wrap .item-caption .item-more { border-top: 1px solid #f5f5f5; color: #333333; padding: 12px 0 10px; margin-top: 10px; }
.section.sec-application .application-swiper .item .item-wrap .item-caption .item-more svg { width: 16px; height: 16px; }
.section.sec-application .application-swiper .item .item-wrap .item-caption .item-more svg path { fill: #a3a3a3; }








@media (max-width: 767.98px) { .section.sec-application .application-swiper .item .item-wrap .overlay .overlay-title::after { margin: 10px 0; } }
.section.sec-application .application-swiper .item .item-wrap .overlay .overlay-content { line-height: 1.8; }
@media (max-width: 991.98px) { .section.sec-application .application-swiper .item .item-wrap .overlay .overlay-title { font-size: 22px; } }
@media (max-width: 767.98px) { .section.sec-application .application-swiper .item .item-wrap .overlay .overlay-title { font-size: 20px; }
  .section.sec-application .application-swiper .item .item-wrap .overlay .overlay-content { font-size: 14px; } }
@media (max-width: 575.98px) { .section.sec-application .application-swiper .item .item-wrap .overlay .overlay-title { font-size: 18px; }
  .section.sec-application .application-swiper .item .item-wrap .overlay .overlay-content { font-size: 12px; } }
.section.sec-application .application-swiper .item:hover .item-wrap img { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); }
.section.sec-application .application-swiper .item:hover .item-wrap .item-title { -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); transform: translateY(100%); }
.section.sec-application .application-swiper .item:hover .item-wrap .overlay { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); opacity: 1; }
.section.sec-application .application-swiper .application-next, .section.sec-application .application-swiper .application-prev { width: 42px; height: 42px; position: absolute; z-index: 2; margin: auto; top: 0; bottom: 0; border-radius: 50%; background-color: rgba(0, 0, 0, 0.5); }
.section.sec-application .application-swiper .application-next svg, .section.sec-application .application-swiper .application-prev svg { width: 50%; height: 50%; position: absolute; margin: auto; top: 0; bottom: 0; right: 0; left: 0; }
.section.sec-application .application-swiper .application-next svg path, .section.sec-application .application-swiper .application-prev svg path { fill: #ffffff; }
.section.sec-application .application-swiper .application-next { right: 30px; }
.section.sec-application .application-swiper .application-prev { left: 30px; }
.section.sec-about { background: url("../Image/sec-about-bg.jpg") center/cover no-repeat; padding: 4% 0; }
.section.sec-about .about-left .about-head .head-title { color: #333333; }
.section.sec-about .about-left .about-head .head-title .en-title { line-height: 2; }
.section.sec-about .about-left .about-head .head-title .cn-title { font-size: 36px; line-height: 1.2; }
.section.sec-about .about-left .about-head .head-title::after { content: ''; display: inline-block; width: 40px; height: 3px; background-color: var(--theme-color); }
@media (max-width: 1199.98px) { .section.sec-about .about-left .about-head .head-title .cn-title { font-size: 28px; }
  .section.sec-about .about-left .about-head .head-title::after { width: 32px; } }
@media (max-width: 991.98px) { .section.sec-about .about-left .about-head .head-title .cn-title { font-size: 26px; } }
@media (max-width: 767.98px) { .section.sec-about .about-left .about-head .head-title .en-title { font-size: 14px; }
  .section.sec-about .about-left .about-head .head-title .cn-title { font-size: 24px; } }
@media (max-width: 575.98px) { .section.sec-about .about-left .about-head .head-title .en-title { font-size: 12px; }
  .section.sec-about .about-left .about-head .head-title .cn-title { font-size: 22px; } }
.section.sec-about .about-left .about-content { color: #333333; line-height: 2; margin: 4% 0 12%; }
@media (max-width: 767.98px) { .section.sec-about .about-left .about-content { font-size: 14px; line-height: 1.8; } }
.section.sec-about .about-left .about-more { margin-bottom: 10%; }
.section.sec-about .about-left .about-more a { display: inline-block; line-height: 36px; padding: 0 20px; color: #ffffff; border-radius: 38px; -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); background-color: var(--theme-color); }
@media (min-width: 1200px) { .section.sec-about .about-left .about-more a { width: 160px; text-align: center; } }
.section.sec-about .about-left .about-more a span { margin-right: 12px; }
@media (max-width: 991.98px) { .section.sec-about .about-left .about-more a { font-size: 14px; line-height: 32px; padding: 0 18px; } }
.section.sec-about .about-left .about-more a:hover { color: var(--theme-color); background-color: transparent; }
.section.sec-about .about-params { margin-top: 5%; margin-bottom: 4%; }
.section.sec-about .about-params .param-item:not(:last-child) .item-wrap::after { content: ''; display: block; position: absolute; margin: auto; top: 0; bottom: 0; height: 50%; right: 0; width: 1px; background-color: #D0D0D0; }
.section.sec-about .about-params .param-item .item-wrap { padding: 10% 20%; background-color: rgba(255, 255, 255, 0.95); position: relative; }
.section.sec-about .about-params .param-item .item-wrap .item-value { color: #333333; position: relative; -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; }
.section.sec-about .about-params .param-item .item-wrap .item-value .number { font-size: 48px; line-height: 1; font-family: Impact; }
.section.sec-about .about-params .param-item .item-wrap .item-value .unit { font-size: 16px; }
.section.sec-about .about-params .param-item .item-wrap .item-title { line-height: 2; color: #3f4042; }
@media (max-width: 1399.98px) { .section.sec-about .about-params .param-item .item-wrap .item-value .number { font-size: 38px; }
  .section.sec-about .about-params .param-item .item-wrap .item-value .unit { font-size: 20px; }
  .section.sec-about .about-params .param-item .item-wrap .item-title { font-size: 14px; } }
@media (max-width: 1199.98px) { .section.sec-about .about-params .param-item .item-wrap { padding-left: 10% !important; }
  .section.sec-about .about-params .param-item .item-wrap .item-value .number { font-size: 36px; }
  .section.sec-about .about-params .param-item .item-wrap .item-value .unit { font-size: 12px; } }
@media (max-width: 767.98px) { .section.sec-about .about-params .param-item .item-wrap .item-value .number { font-size: 36px; }
  .section.sec-about .about-params .param-item .item-wrap .item-value .unit { font-size: 10px; } }
@media (max-width: 575.98px) { .section.sec-about .about-params .param-item .item-wrap { padding: 10% !important; }
  .section.sec-about .about-params .param-item .item-wrap .item-value .number { font-size: 28px; }
  .section.sec-about .about-params .param-item .item-wrap .item-value .unit { font-size: 8px; }
  .section.sec-about .about-params .param-item .item-wrap .item-title { font-size: 12px; } }
@media (max-width: 991.98px) { .section.sec-about .about-params .param-item:nth-child(2) .item-wrap .item-value::after { display: none; } }
.section.sec-about .about-params .param-item:hover .item-wrap .item-value { color: var(--theme-color); }
.section.sec-cases { background: url("../Image/sec-cases-bg.jpg") center/cover no-repeat #f9f9f9; }
.section.sec-cases .cases-swiper { margin-top: 3%; margin-bottom: 3%; }
.section.sec-cases .cases-swiper .item .item-wrap { position: relative; border: 1px solid #f5f5f5; }
.section.sec-cases .cases-swiper .item .item-wrap .item-img { overflow: hidden; }
.section.sec-cases .cases-swiper .item .item-wrap .item-img img { -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.section.sec-cases .cases-swiper .item .item-wrap .item-caption { padding: 12px 25px; }
.section.sec-cases .cases-swiper .item .item-wrap .item-caption .item-time { font-size: 14px; color: #c4c4c4; line-height: 2; }
.section.sec-cases .cases-swiper .item .item-wrap .item-caption .item-title { color: #333333; font-size: 18px; line-height: 2.2; }
.section.sec-cases .cases-swiper .item .item-wrap .item-caption .item-more { border-top: 1px solid #f5f5f5; color: #333333; padding: 12px 0 10px; margin-top: 10px; }
.section.sec-cases .cases-swiper .item .item-wrap .item-caption .item-more svg { width: 16px; height: 16px; }
.section.sec-cases .cases-swiper .item .item-wrap .item-caption .item-more svg path { fill: #a3a3a3; }
.section.sec-cases .cases-swiper .item .item-wrap .overlay { position: absolute; bottom: 0; left: 0; 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-cases .cases-swiper .item .item-wrap .overlay .overlay-wrap { height: 100%; }
.section.sec-cases .cases-swiper .item .item-wrap .overlay .overlay-wrap .item-time { font-size: 14px; color: #c4c4c4; line-height: 2; }
.section.sec-cases .cases-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-cases .cases-swiper .item .item-wrap .overlay .overlay-wrap .item-title:hover { color: var(--theme-color); }
.section.sec-cases .cases-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-cases .cases-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-cases .cases-swiper .item .item-wrap .overlay .overlay-wrap .item-more svg { width: 16px; height: 16px; opacity: .5; }
.section.sec-cases .cases-swiper .item .item-wrap .overlay .overlay-wrap .item-more svg path { fill: var(--theme-color); }
.section.sec-cases .cases-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-cases .cases-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); } }
.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::after { content: ''; display: block; position: absolute; width: 100%; height: 100%; left: 0; bottom: 0; background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%); }
.section.sec-news .news-swiper .item .item-wrap .item-caption { position: absolute; z-index: 2; bottom: 0; left: 0; padding: 2rem 2.5rem 3rem; }
.section.sec-news .news-swiper .item .item-wrap .item-caption .item-title { color: #ffffff; font-size: 20px; margin-bottom: 12px; font-weight: bold; }
.section.sec-news .news-swiper .item .item-wrap .item-caption .item-content { color: #ffffff; }
@media (max-width: 767.98px) { .section.sec-news .news-swiper .item .item-wrap .item-caption { padding: 1rem 1.5rem 2rem; }
  .section.sec-news .news-swiper .item .item-wrap .item-caption .item-title { font-size: 18px; }
  .section.sec-news .news-swiper .item .item-wrap .item-caption .item-content { font-size: 14px; } }
@media (max-width: 575.98px) { .section.sec-news .news-swiper .item .item-wrap .item-caption { padding: 1rem 1.5rem 2rem; }
  .section.sec-news .news-swiper .item .item-wrap .item-caption .item-title { font-size: 16px; }
  .section.sec-news .news-swiper .item .item-wrap .item-caption .item-content { font-size: 12px; } }
.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); } }

/*带日期月份的新闻列表*/
.news-list-3 .news-item { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; border-bottom: 1px dashed #e5e5e5; }
.news-list-3 .news-item .news-time { width: 90px; }
.news-list-3 .news-item .news-time .date { font-size: 48px; line-height: 1; font-family: DINOTBold; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; color: #666666; }
.news-list-3 .news-item .news-time .month { color: #666666; font-size: 14px; line-height: 2.5; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.news-list-3 .news-item .news-info { color: #333333; border-left: 1px solid #e8e8e9; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; max-width: calc(100% - 90px); }
.news-list-3 .news-item .news-info .news-title { color: #333333; font-size: 18px; line-height: 2; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.news-list-3 .news-item .news-info .news-desc { color: #999999; font-size: 14px; line-height: 2; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
@media (max-width: 767.98px) { .news-list-3 .news-item .news-time { width: 80px; }
  .news-list-3 .news-item .news-time .date { font-size: 38px; }
  .news-list-3 .news-item .news-time .month { font-size: 14px; line-height: 2; }
  .news-list-3 .news-item .news-info { max-width: calc(100% - 80px); }
  .news-list-3 .news-item .news-info .news-title { font-size: 16px; }
  .news-list-3 .news-item .news-info .news-desc { font-size: 12px; } }
@media (max-width: 575.98px) { .news-list-3 .news-item .news-time { width: 70px; }
  .news-list-3 .news-item .news-time .date { font-size: 34px; }
  .news-list-3 .news-item .news-time .month { font-size: 12px; }
  .news-list-3 .news-item .news-info { max-width: calc(100% - 70px); }
  .news-list-3 .news-item .news-info .news-title { font-size: 16px; }
  .news-list-3 .news-item .news-info .news-desc { font-size: 12px; } }
.news-list-3 .news-item:hover { background-color: #f3f3f3; }
.news-list-3 .news-item:hover a { color: #ffffff; }
.news-list-3 .news-item:hover .news-time .date { color: var(--theme-color); }

.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; }
.inner-section .sec-head .head-name { --head-base-size: 100px; font-size: 32px; color: #000000; }
.inner-section .sec-head .head-name::after { content: ''; display: block; width: 40px; height: 5px; background-color: var(--theme-color); margin: 1rem 0; }
.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/about-profile-bg.jpg") top/cover no-repeat; }
.inner-section.sec-about .about-head { position: relative; }
.inner-section.sec-about .about-head .about-title { position: relative; color: #000000; font-size: 36px; }
.inner-section.sec-about .about-head .about-title::after { content: ''; display: block; width: 40px; height: 5px; background-color: var(--theme-color); margin: 1rem 0; }
.inner-section.sec-about .about-head .about-desc { font-size: 24px; color: #2f2f2f; }
@media (max-width: 1399.98px) { .inner-section.sec-about .about-head .about-title { font-size: 32px; }
  .inner-section.sec-about .about-head .about-desc { font-size: 22px; } }
@media (max-width: 1199.98px) { .inner-section.sec-about .about-head .about-title { font-size: 28px; }
  .inner-section.sec-about .about-head .about-desc { font-size: 20px; } }
@media (max-width: 991.98px) { .inner-section.sec-about .about-head .about-title { font-size: 26px; }
  .inner-section.sec-about .about-head .about-desc { font-size: 18px; } }
@media (max-width: 767.98px) { .inner-section.sec-about .about-head .about-title { font-size: 24px; }
  .inner-section.sec-about .about-head .about-desc { font-size: 16px; } }
@media (max-width: 575.98px) { .inner-section.sec-about .about-head .about-title { font-size: 20px; }
  .inner-section.sec-about .about-head .about-desc { font-size: 16px; } }
.inner-section.sec-about .about-params .param-item .item-wrap { position: relative; padding: 15px 20px; border-bottom: 1px solid #e8e8e8; }
.inner-section.sec-about .about-params .param-item .item-wrap .item-value { color: #333333; position: relative; -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; }
.inner-section.sec-about .about-params .param-item .item-wrap .item-value .number { font-size: 48px; line-height: 1; font-family: Impact; }
.inner-section.sec-about .about-params .param-item .item-wrap .item-value .unit { display: inline-block; font-size: 16px; width: 24px; height: 24px; border-radius: 50%; color: #ffffff; line-height: 24px; text-align: center; background-color: var(--theme-color); }
.inner-section.sec-about .about-params .param-item .item-wrap .item-title { line-height: 2; color: #3f4042; }
.inner-section.sec-about .about-params .param-item .item-wrap .item-icon { width: 70px; height: 70px; }
.inner-section.sec-about .about-params .param-item .item-wrap .item-icon svg { width: 100%; height: 100%; }
.inner-section.sec-about .about-params .param-item .item-wrap .item-icon svg path { fill: var(--theme-color); }
@media (max-width: 1399.98px) { .inner-section.sec-about .about-params .param-item .item-wrap .item-value .number { font-size: 38px; }
  .inner-section.sec-about .about-params .param-item .item-wrap .item-value .unit { font-size: 20px; }
  .inner-section.sec-about .about-params .param-item .item-wrap .item-title { font-size: 14px; }
  .inner-section.sec-about .about-params .param-item .item-wrap .item-icon { width: 52px; height: 52px; } }
@media (max-width: 1199.98px) { .inner-section.sec-about .about-params .param-item .item-wrap { padding-left: 10% !important; }
  .inner-section.sec-about .about-params .param-item .item-wrap .item-value .number { font-size: 36px; }
  .inner-section.sec-about .about-params .param-item .item-wrap .item-value .unit { font-size: 12px; }
  .inner-section.sec-about .about-params .param-item .item-wrap .item-icon { width: 42px; height: 42px; } }
@media (max-width: 767.98px) { .inner-section.sec-about .about-params .param-item .item-wrap .item-value .number { font-size: 36px; }
  .inner-section.sec-about .about-params .param-item .item-wrap .item-value .unit { font-size: 10px; }
  .inner-section.sec-about .about-params .param-item .item-wrap .item-icon { width: 46px; height: 46px; }
  .inner-section.sec-about .about-params .param-item .item-wrap .item-title { font-size: 12px; } }
@media (max-width: 575.98px) { .inner-section.sec-about .about-params .param-item .item-wrap .item-value .number { font-size: 22px; }
  .inner-section.sec-about .about-params .param-item .item-wrap .item-value .unit { width: 18px; height: 18px; line-height: 18px; font-size: 8px; }
  .inner-section.sec-about .about-params .param-item .item-wrap .item-title { font-size: 10px; }
  .inner-section.sec-about .about-params .param-item .item-wrap .item-icon { width: 36px; height: 36px; } }
@media (max-width: 459.98px) { .inner-section.sec-about .about-params .param-item .item-wrap .item-value .number { font-size: 18px; }
  .inner-section.sec-about .about-params .param-item .item-wrap .item-value .unit { width: 18px; height: 18px; line-height: 18px; font-size: 8px; }
  .inner-section.sec-about .about-params .param-item .item-wrap .item-title { font-size: 8px; }
  .inner-section.sec-about .about-params .param-item .item-wrap .item-icon { width: 32px; height: 32px; } }
.inner-section.sec-about .about-params .param-item:hover .item-wrap .item-value { color: var(--theme-color); }
.inner-section.sec-about .about-content { color: #666666; line-height: 2; margin: 3% 0; }
.inner-section.sec-about .about-content p { margin-bottom: 1rem; }
@media (max-width: 767.98px) { .inner-section.sec-about .about-content { margin-top: 1.5rem; font-size: 14px; line-height: 1.8; } }
.inner-section.sec-cultrue { background: url("../Image/inner-sec-cultrue-bg.jpg") center/cover no-repeat; }
.inner-section.sec-cultrue .cultrue-box .cultrue-item { position: relative; overflow: hidden; cursor: pointer; }
.inner-section.sec-cultrue .cultrue-box .cultrue-item::before { content: ''; display: block; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-color: var(--theme-color); opacity: .5; -webkit-transition: transform .5s, opacity .1s; -moz-transition: transform .5s, opacity .1s; -ms-transition: transform .5s, opacity .1s; -o-transition: transform .5s, opacity .1s; transition: transform .5s, opacity .1s; -webkit-transform-origin: left center; -moz-transform-origin: left center; -ms-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -o-transform: translateX(-100%); transform: translateX(-110%); }
.inner-section.sec-cultrue .cultrue-box .cultrue-item .item-wrap { height: 100%; z-index: 2; position: relative; color: #333333; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; padding: 20% 10% 15%; text-align: center; }
.inner-section.sec-cultrue .cultrue-box .cultrue-item .item-wrap .head-icon { margin: 0 auto 5%; width: 56px; height: 56px; }
.inner-section.sec-cultrue .cultrue-box .cultrue-item .item-wrap .head-icon svg { display: block; margin: auto; width: 100%; height: 90%; }
.inner-section.sec-cultrue .cultrue-box .cultrue-item .item-wrap .head-icon svg path { fill: CurrentColor; }
@media (max-width: 1199.98px) { .inner-section.sec-cultrue .cultrue-box .cultrue-item .item-wrap .head-icon { width: 52px; height: 52px; } }
@media (max-width: 991.98px) { .inner-section.sec-cultrue .cultrue-box .cultrue-item .item-wrap .head-icon { width: 48px; height: 48px; } }
@media (max-width: 767.98px) { .inner-section.sec-cultrue .cultrue-box .cultrue-item .item-wrap .head-icon { width: 42px; height: 42px; } }
@media (max-width: 575.98px) { .inner-section.sec-cultrue .cultrue-box .cultrue-item .item-wrap .head-icon { width: 36px; height: 36px; } }
.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 .en-name { font-size: 18px; color: #939393; }
.inner-section.sec-cultrue .cultrue-box .cultrue-item .item-wrap .item-content { line-height: 2; color: #666666; margin: 20% 0; }
@media (min-width: 1200px) { .inner-section.sec-cultrue .cultrue-box .cultrue-item .item-wrap .item-content { width: 75%; margin: 20% auto 25%; } }
.inner-section.sec-cultrue .cultrue-box .cultrue-item.swiper-slide-active::before { -webkit-transform: translateX(0%); -moz-transform: translateX(0%); -ms-transform: translateX(0%); -o-transform: translateX(0%); transform: translateX(0%); -webkit-transform-origin: right center; -moz-transform-origin: right center; -ms-transform-origin: right center; -o-transform-origin: right center; transform-origin: right center; }
.inner-section.sec-cultrue .cultrue-box .cultrue-item.swiper-slide-active .item-wrap .head-icon { -webkit-animation: swing 1s; -o-animation: swing 1s; animation: swing 1s; }
.inner-section.sec-cultrue .cultrue-box .cultrue-item.swiper-slide-active .item-wrap .head-icon svg path { fill: #ffffff; }
.inner-section.sec-cultrue .cultrue-box .cultrue-item.swiper-slide-active .item-wrap .head-name { color: #ffffff; }
.inner-section.sec-cultrue .cultrue-box .cultrue-item.swiper-slide-active .item-wrap .head-name .en-name { color: #ffffff; }
.inner-section.sec-cultrue .cultrue-box .cultrue-item.swiper-slide-active .item-wrap .head-name::after { width: 3rem; }
.inner-section.sec-cultrue .cultrue-box .cultrue-item.swiper-slide-active .item-wrap .item-content { color: #ffffff; }
.inner-section.sec-cultrue .cultrue-box .cultrue-item.swiper-slide-active .item-wrap .item-num { color: #ffffff; }
.inner-section.sec-video { padding: 0; position: relative; }
.inner-section.sec-video .video-wrap { position: absolute; top: 0; left: 0; right: 0; bottom: 0; color: #ffffff; }
.inner-section.sec-video .video-wrap .video-play .play-btn { cursor: pointer; margin: 0 auto; text-align: center; }
.inner-section.sec-video .video-wrap .video-play .play-btn svg { padding: 2px; border: 1px dashed; border-radius: 50%; --svg-size:84px; width: var(--svg-size); height: var(--svg-size); }
@media (max-width: 1399.98px) { .inner-section.sec-video .video-wrap .video-play .play-btn svg { --svg-size: 72px; } }
@media (max-width: 1199.98px) { .inner-section.sec-video .video-wrap .video-play .play-btn svg { --svg-size: 60px; } }
@media (max-width: 991.98px) { .inner-section.sec-video .video-wrap .video-play .play-btn svg { --svg-size: 52px; } }
@media (max-width: 767.98px) { .inner-section.sec-video .video-wrap .video-play .play-btn svg { --svg-size: 42px; } }
@media (max-width: 575.98px) { .inner-section.sec-video .video-wrap .video-play .play-btn svg { --svg-size: 36px; } }
.inner-section.sec-video .video-wrap .video-play .play-title { font-size: 32px; line-height: 2; }
@media (max-width: 1199.98px) { .inner-section.sec-video .video-wrap .video-play .play-title { font-size: 24px; } }
@media (max-width: 991px) { .inner-section.sec-video .video-wrap .video-play .play-title { font-size: 22px; } }
@media (max-width: 767.98px) { .inner-section.sec-video .video-wrap .video-play .play-title { font-size: 20px; } }
@media (max-width: 575.98px) { .inner-section.sec-video .video-wrap .video-play .play-title { font-size: 18px; } }
.inner-section.sec-video .video-wrap .video-desc { margin: 0 auto; padding: 0 3rem; font-size: 12px; line-height: 1.8; }
@media (min-width: 768px) { .inner-section.sec-video .video-wrap .video-desc { width: 60%; font-size: 14px; } }
@media (min-width: 992px) { .inner-section.sec-video .video-wrap .video-desc { width: 50%; font-size: 16px; } }
@media (min-width: 1200px) { .inner-section.sec-video .video-wrap .video-desc { width: 45%; } }
@media (min-width: 1400px) { .inner-section.sec-video .video-wrap .video-desc { width: 40%; } }
@media (min-width: 1680px) { .inner-section.sec-video .video-wrap .video-desc { width: 30%; } }
.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 .honor-swiper { padding: 4% 0 8%; }
.inner-section.sec-honor .honor-swiper .item .item-img::after { content: ''; display: block; height: 60px; width: 100%; background: url("../Image/honor-bg.png") center bottom/contain no-repeat; margin-bottom: -1.5rem; }
@media (max-width: 991.98px) { .inner-section.sec-honor .honor-swiper .item .item-img::after { height: 45px; } }
@media (max-width: 575.98px) { .inner-section.sec-honor .honor-swiper .item .item-img::after { height: 30px; } }
.inner-section.sec-honor .honor-swiper .item .item-img img { position: absolute; max-width: 90%; max-height: 100%; bottom: 0; left: 0; right: 0; margin: auto; }
.inner-section.sec-honor .honor-swiper .item .item-title { text-align: center; color: #333333; }
@media (max-width: 767.98px) { .inner-section.sec-honor .honor-swiper .item .item-title { font-size: 14px; } }
@media (max-width: 575.98px) { .inner-section.sec-honor .honor-swiper .item .item-title { font-size: 12px; } }
.inner-section.sec-honor .honor-swiper .honor-scrollbar { height: 2px; bottom: 30px; }
@media (max-width: 767.98px) { .inner-section.sec-honor .honor-swiper .honor-scrollbar { bottom: 15px; } }
.inner-section.sec-honor .honor-swiper .honor-scrollbar .swiper-scrollbar-drag { cursor: grab; --icon-icon: 56px; width: var(--icon-icon); height: var(--icon-icon); border-radius: 50%; margin-top: calc( var( --icon-icon) / 2 * -1 ); background: url("../Image/scrollbar-icon.jpg") center/contain no-repeat; }
@media (max-width: 1199.98px) { .inner-section.sec-honor .honor-swiper .honor-scrollbar .swiper-scrollbar-drag { --icon-icon:46px; } }
@media (max-width: 991.98px) { .inner-section.sec-honor .honor-swiper .honor-scrollbar .swiper-scrollbar-drag { --icon-icon:36px; } }
@media (max-width: 767.98px) { .inner-section.sec-honor .honor-swiper .honor-scrollbar .swiper-scrollbar-drag { --icon-icon: 32px; } }
.inner-section.sec-honor .honor-swiper2 { padding-top: 3%; }
.inner-section.sec-honor .honor-swiper2 .item .item-img { overflow: hidden; }
.inner-section.sec-honor .honor-swiper2 .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-swiper2 .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-swiper2 .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-swiper2 .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; }




	.cp_class{ text-align: center; padding: 3% 0;}
	.cp_class li{ display: inline-block; height: 45px; line-height: 45px; background: #ededed; width: 20%; margin: 0 0.5% 1%; transition: 0.3s;}
	.cp_class li:hover{ background: #d51e07; color: #fff;}
	.cp_class #li-on{ background: #d51e07; color: #fff;}
	@media screen and (max-width:991px){
	    .cp_class li{ width: 23%;}
	}
	@media screen and (max-width:768px){
	    .cp_class li{ font-size: 12px;}
	}
	