@charset "UTF-8";
@import url("../font/lovelo/lovelo.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-5 { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 5; overflow: hidden; }

.text-justify { text-align: justify !important; text-align-last: justify; }

.object-fit-cover { -o-object-fit: cover; object-fit: cover; }

.object-fit-contain { -o-object-fit: contain; object-fit: contain; }

.object-fit-scaleDown { -o-object-fit: scale-down; object-fit: scale-down; }

a:focus { outline: none; }

.ratio-2x3 { --bs-aspect-ratio: calc(2 / 3 * 100%); --mdb-aspect-ratio: calc(2 / 3 * 100%); }

.ratio-3x2 { --bs-aspect-ratio: calc(3 / 2 * 100%); --mdb-aspect-ratio: calc(3 / 2 * 100%); }

.ratio-3x4 { --bs-aspect-ratio: calc(4 / 3 * 100%); --mdb-aspect-ratio: calc(4 / 3 * 100%); }

.ratio-8x3 { --mdb-aspect-ratio: calc(3 / 8 * 100%); --bs-aspect-ratio: calc(3 / 8 * 100%); }

.vertical-txt { writing-mode: vertical-rl; }

.nopic { background-color: #f8f8f8; color: #bcbcbc; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.nopic p:nth-child(1) { font-size: 130%; }

/*滚动条样式*/
@media screen and (-webkit-min-device-pixel-ratio: 0) { ::-webkit-scrollbar { width: 5px; height: 8px; }
  ::-webkit-scrollbar-track:enabled { background-color: #999999; }
  ::-webkit-scrollbar-thumb:vertical { background-color: var(--theme-color); border-radius: 30px; }
  ::-webkit-scrollbar-thumb:horizontal { background-color: var(--theme-color); border-radius: 30px; } }
.m-scroll::-webkit-scrollbar { /*滚动条整体样式*/ width: 5px; /*高宽分别对应横竖滚动条的尺寸*/ height: 3px; }

.m-scroll::-webkit-scrollbar-thumb { /*滚动条里面小方块*/ border-radius: 10px; box-shadow: inset 0 0 2.5px rgba(0, 0, 0, 0.1); background: var(--theme-red); }

.m-scroll::-webkit-scrollbar-track { /*滚动条里面轨道*/ box-shadow: inset 0 0 2.5px rgba(0, 0, 0, 0.1); border-radius: 5px; background: #ededed; }

a { color: #333333; text-decoration: none; }
a:hover { text-decoration: none; color: var(--theme-color); }
a:focus { outline: none !important; }

.w-next, .w-prev { cursor: pointer; z-index: 2; width: 40px; height: 40px; margin: auto; top: 0; bottom: 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.w-next { right: 0; }

.w-prev { left: 0; }

.de-page-mian .page-inner { padding: 1.5rem 0; display: flex; align-items: center; justify-content: center; }
.de-page-mian .page-inner a { position: relative; display: block; padding: .5rem .75rem; line-height: 1.25; color: #666; background-color: #e2e2e2; margin: 2px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.de-page-mian .page-inner a:hover, .de-page-mian .page-inner a.active { background-color: var(--theme-color); color: #fff; }
.de-page-mian .page-inner a.prev::after { content: '<'; font-family: "宋体",SimSun; color: CurrentColor; font-weight: bold; }
.de-page-mian .page-inner a.next::after { content: '>'; font-family: "宋体",SimSun; color: CurrentColor; font-weight: bold; }
.de-page-mian .page-inner span, .de-page-mian .page-inner input, .de-page-mian .page-inner a.page-btn { display: none; }

.glightbox-clean .gdesc-inner, .glightbox-modern .gdesc-inner { padding: 12px !important; }

.glightbox-clean .gslide-title, .glightbox-modern .gslide-title { margin-bottom: 0 !important; text-align: center !important; }

@media (min-width: 1680px) { .container-xl, .container-xxl { max-width: 1544px; } }
.ratio-avatar { --mdb-aspect-ratio: calc(25/19 * 100%); }

/*播放器控制栏*/
.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); }

body { --theme-red:#cf2b2f; --theme-color: #035cac; }

#imgConac { width: 105px; }

.header .header-top { background: #ffffff; }
.header .header-top .logo { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; position: relative; z-index: 11; max-width: 45%; }
@media (min-width: 992px) { .header .header-top .logo { max-width: 30%; } }
@media (min-width: 1680px) { .header .header-top .logo { max-width: 40%; } }
.header .header-top .header-tips { flex: 1; margin-left: 25px; }
.header .header-top .header-tips p { font-size: 14px; line-height: 1.8; color: #666666; }
.header .header-top .header-tips p::before { content: ''; display: inline-block; width: 14px; height: 14px; background: url("../Image/icon-star.png") center/contain no-repeat; margin-right: 5px; }
@media (max-width: 1199.98px) { .header .header-top .header-tips p { font-size: 12px; line-height: 1.5; } }
.header .header-top .header-tel .tel-icon { width: 70px; text-align: center; }
.header .header-top .header-tel .tel-icon img { max-width: 100%; }
.header .header-top .header-tel .tel-info .info-title { color: #333333; }
.header .header-top .header-tel .tel-info .info-number { line-height: 1; font-size: 30px; color: #000000; }
@media (max-width: 991.98px) { .header .header-top .header-tel .tel-icon { width: 56px; }
  .header .header-top .header-tel .tel-info .info-title { font-size: 14px; }
  .header .header-top .header-tel .tel-info .info-number { font-size: 56px; } }
.header .header-nav { background-color: var(--theme-color); position: relative; z-index: 2; }
.header .header-nav li { flex: 1; }
.header .header-nav li > a { text-align: center; position: relative; z-index: 2; color: #ffffff; font-size: 20px; display: block; line-height: 70px; }
@media (max-width: 1199.98px) { .header .header-nav li > a { font-size: 18px; line-height: 62px; } }
@media (max-width: 991.98px) { .header .header-nav li > a { font-size: 16px; line-height: 56px; } }
.header .header-nav li > a span { position: relative; z-index: 2; }
.header .header-nav li > a::after { content: ""; position: absolute; left: 100%; width: 0; height: 100%; bottom: 0; transition: 0.2s all linear; background-color: var(--theme-red); }
.header .header-nav li .sub-nav { position: absolute; width: 100%; left: 0; top: 100%; display: none; }
.header .header-nav li .sub-nav .sub-nav-wrap { background: url("../Image/dropdown_bg_2.jpg") center/cover no-repeat; -webkit-box-shadow: 0 0 15px rgba(39, 39, 39, 0.05); -moz-box-shadow: 0 0 15px rgba(39, 39, 39, 0.05); box-shadow: 0 0 15px rgba(39, 39, 39, 0.05); margin: auto; width: 100%; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; opacity: 0; padding: 3% 0; }
.header .header-nav li .sub-nav .sub-nav-wrap .sub-nav-name { font-size: 22px; color: var(--theme-color); }
.header .header-nav li .sub-nav .sub-nav-wrap .sub-nav-name::after { content: ''; display: block; width: 1rem; height: 2px; background-color: var(--theme-color); margin: 1rem 0; }
.header .header-nav li .sub-nav .sub-nav-wrap .sub-nav-desc { color: #666666; font-size: 15px; line-height: 2; }
.header .header-nav li .sub-nav .sub-nav-wrap .sub-nav-more { font-size: 15px; color: var(--theme-color); line-height: 2; display: inline-block; margin-top: 1.5rem; }
.header .header-nav li .sub-nav .sub-nav-wrap .sub-nav-list dd { margin-bottom: 0; }
.header .header-nav li .sub-nav .sub-nav-wrap .sub-nav-list dd svg { display: block; width: 10px; margin-right: 5px; }
.header .header-nav li .sub-nav .sub-nav-wrap .sub-nav-list dd svg path { fill: var(--theme-color); }
.header .header-nav li .sub-nav .sub-nav-wrap .sub-nav-list dd a { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.header .header-nav li .sub-nav .sub-nav-wrap .sub-nav-list dd a:hover { color: var(--theme-color); }
.header .header-nav li.on > a:after, .header .header-nav li:hover > a:after { width: 100%; left: 0; }
.header .header-nav li:hover ~ li > a::after { left: 0; }
.header .header-nav li:hover .sub-nav .sub-nav-wrap { opacity: 1; }

.noscroll { height: 100vh; overflow: hidden; }

.menu-icon { width: 60px; height: 60px; color: var(--theme-color); position: relative; cursor: pointer; z-index: 11; }
.menu-icon span { position: absolute; width: 50%; height: 2px; color: var(--theme-color); background-color: CurrentColor; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; margin: auto; left: 0; right: 0; top: 0; bottom: 0; }
.menu-icon span::before, .menu-icon span::after { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; position: absolute; content: ''; display: block; width: 100%; height: 2px; background-color: CurrentColor; }
.menu-icon span::before { top: 600%; }
.menu-icon span::after { bottom: 600%; }
.menu-icon.open span { background-color: unset; }
.menu-icon.open span::before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: 0; }
.menu-icon.open span::after { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); bottom: 0; }
@media (max-width: 575.98px) { .menu-icon { right: 0; width: 56px; height: 56px; top: 0; bottom: 0; }
  .menu-icon span::before { top: 500%; }
  .menu-icon span::after { bottom: 500%; } }

.mobile-nav { overflow: hidden; position: fixed; width: 100vw; height: 100vh; z-index: 10; background: #ffffff; top: 0; left: 0; padding: 60px; overflow-y: 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 0 20px; } }
.mobile-nav .nav-wrap { height: 100%; overflow-y: scroll; padding: 1.5rem 20px 0; }
.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: #000000; 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 { padding-left: 10px; }
.mobile-nav .nav-wrap dl dd .child-nav li > a { font-size: 16px; color: #333333; }
.mobile-nav .nav-wrap dl dd .child-nav li > a:hover { color: var(--theme-color); }
.mobile-nav .nav-wrap dl dd .child-nav li .children a { color: #666666; line-height: 2; font-size: 14px; }
.mobile-nav .nav-wrap dl dd .child-nav li .children 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); }

.open-menu .header-top .logo { position: fixed; top: 18px; }
.open-menu .header-top .menu-icon { position: fixed; right: 10px; top: 10px; }

.crumbs svg { width: 20px; height: 20px; display: inline-block; vertical-align: middle; }
.crumbs span { vertical-align: middle; }

.sbanner { background-color: #333333; height: 450px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; background-position: center; background-size: cover; }
@media (max-width: 992.98px) { .sbanner { height: 360px; } }
@media (max-width: 767.98px) { .sbanner { height: 300px; } }
@media (max-width: 575.98px) { .sbanner { height: 150px; } }

.channel-name { height: 0; position: relative; }
.channel-name svg { position: absolute; left: 0; bottom: 0; margin: auto; }
.channel-name .channel-name-wrap { z-index: 2; position: absolute; bottom: 0; color: #ffffff; padding: 26px 30px; width: 340px; overflow: hidden; background: url("../Image/channel-name-bg.png") center/contain no-repeat; }
.channel-name .channel-name-wrap .cn-name { font-size: 34px; }
.channel-name .channel-name-wrap .en-name { font-size: 13px; opacity: .5; line-height: 1.2; text-transform: uppercase; margin-top: 10px; margin-bottom: 10px; }
@media (max-width: 991.98px) { .channel-name .channel-name-wrap { padding: 15px 20px; width: 260px; }
  .channel-name .channel-name-wrap .cn-name { font-size: 30px; }
  .channel-name .channel-name-wrap .en-name { font-size: 12px; margin-top: 5px; margin-bottom: 5px; } }
@media (max-width: 767.98px) { .channel-name .channel-name-wrap { padding: 8px 15px; width: 170px; }
  .channel-name .channel-name-wrap .cn-name { font-size: 16px; }
  .channel-name .channel-name-wrap .en-name { font-size: 10px; margin-top: 3px; margin-bottom: 3px; } }
@media (max-width: 575.98px) { .channel-name .channel-name-wrap { padding: 8px; width: 110px; }
  .channel-name .channel-name-wrap .cn-name { font-size: 14px; }
  .channel-name .channel-name-wrap .en-name { display: flex; font-size: 6px; } }

@media (max-width: 767.98px) { .location-box { font-size: 14px; } }
@media (max-width: 575.98px) { .location-box { display: none; } }
.location-box svg { width: 18px; height: 18px; }
.location-box svg path { fill: #6b6b6b; }
.location-box span, .location-box a { color: #aaaaaa; -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; }
.location-box a:hover { color: var(--theme-color); }

.channel-box { border-bottom: 1px solid #e1e1e1; --nav-height:80px; line-height: var(--nav-height); }
@media (max-width: 991.98px) { .channel-box { --nav-height:72px; } }
@media (max-width: 767.98px) { .channel-box { --nav-height:56px; } }
@media (max-width: 991.98px) { .channel-box .channel-nav { display: none; } }
.channel-box .channel-nav ul { height: 100%; }
.channel-box .channel-nav ul li { margin-right: 2rem; height: 100%; position: relative; flex: 1; text-align: center; }
.channel-box .channel-nav ul li::after { content: ''; position: absolute; display: block; width: 100%; bottom: -1px; left: 0; right: 0; margin: auto; height: 3px; background-color: var(--theme-color); -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); }
.channel-box .channel-nav ul li a { font-size: 18px; display: block; position: relative; }
@media (max-width: 767.98px) { .channel-box .channel-nav ul li a { font-size: 16px; } }
@media (max-width: 575.98px) { .channel-box .channel-nav ul li a { font-size: 14px; } }
.channel-box .channel-nav ul li.on::after, .channel-box .channel-nav ul li:hover::after { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); width: 100%; }
.channel-box .channel-nav ul li.on a, .channel-box .channel-nav ul li:hover a { color: var(--theme-color); }

.params-box { background-color: #f2f6fa; padding: 25px 0; }
@media (max-width: 1199.98px) { .params-box { padding: 15px 0; } }
@media (max-width: 991.98px) { .params-box { padding: 10px 0; } }
@media (max-width: 991.98px) { .params-box .item .item-wrap { padding: 5px; } }
.params-box .item .item-wrap .item-icon { width: 90px; height: 90px; padding: 5px; position: relative; }
.params-box .item .item-wrap .item-icon::before { content: ''; display: block; position: absolute; width: 100%; height: 100%; margin: auto; top: 0; left: 0; background-image: -moz-linear-gradient(90deg, #cf2b2f 0%, #e74a4b 100%); background-image: -webkit-linear-gradient(90deg, #cf2b2f 0%, #e74a4b 100%); background-image: -ms-linear-gradient(90deg, #cf2b2f 0%, #e74a4b 100%); border-radius: 50%; opacity: .2; }
.params-box .item .item-wrap .item-icon .icon-wrap { position: relative; z-index: 2; width: 100%; height: 100%; background-image: -moz-linear-gradient(90deg, #cf2b2f 0%, #e74a4b 100%); background-image: -webkit-linear-gradient(90deg, #cf2b2f 0%, #e74a4b 100%); background-image: -ms-linear-gradient(90deg, #cf2b2f 0%, #e74a4b 100%); border-radius: 50%; }
.params-box .item .item-wrap .item-icon .icon-wrap svg { display: block; width: 60%; height: 60%; position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; }
.params-box .item .item-wrap .item-info { width: calc(100% - 90px); padding-left: 10px; color: #282828; }
.params-box .item .item-wrap .item-info .item-title { font-size: 22px; font-weight: bold; }
@media (max-width: 1399.98px) { .params-box .item .item-wrap .item-icon { width: 80px; height: 80px; }
  .params-box .item .item-wrap .item-info .item-title { font-size: 20px; }
  .params-box .item .item-wrap .item-info .item-desc { font-size: 15px; } }
@media (max-width: 1199.98px) { .params-box .item .item-wrap .item-icon { width: 70px; height: 70px; }
  .params-box .item .item-wrap .item-info .item-title { font-size: 18px; }
  .params-box .item .item-wrap .item-info .item-desc { font-size: 14px; } }
@media (max-width: 991.98px) { .params-box .item .item-wrap .item-icon { width: 60px; height: 60px; }
  .params-box .item .item-wrap .item-info .item-title { font-size: 16px; }
  .params-box .item .item-wrap .item-info .item-desc { font-size: 14px; } }

.section { padding: 3% 0; }
@media (max-width: 991.98px) { .section { padding: 5% 0; } }
@media (max-width: 767.98px) { .section { padding: 8% 0; } }
@media (max-width: 575.98px) { .section { padding: 10% 0; } }
.section .sec-head { text-align: center; margin-bottom: 2%; }
.section .sec-head .sec-name { position: relative; color: #333333; }
.section .sec-head .sec-name::before { color: rgba(51, 51, 51, 0.05); content: attr(data-title); font-size: 60px; font-family: "Lovelo Black"; text-align: center; position: absolute; left: 0; right: 0; margin: auto; top: 35%; bottom: 0; display: block; line-height: 0; text-transform: uppercase; }
.section .sec-head .sec-name span { display: block; position: relative; font-size: 40px; font-weight: bold; color: #333333; }
.section .sec-head .sec-desc { font-size: 22px; line-height: 36px; color: #666666; width: 80%; margin: 0.5rem auto 3rem; }
@media (max-width: 991.98px) { .section .sec-head .sec-name::before { font-size: 65px; }
  .section .sec-head .sec-name span { font-size: 28px; }
  .section .sec-head .sec-desc { width: 100%; font-size: 18px; } }
@media (max-width: 767.98px) { .section .sec-head .sec-name::before { font-size: 62px; }
  .section .sec-head .sec-name span { font-size: 28px; }
  .section .sec-head .sec-desc { font-size: 16px; } }
@media (max-width: 575.98px) { .section .sec-head .sec-name::before { font-size: 32px; }
  .section .sec-head .sec-name span { font-size: 24px; }
  .section .sec-head .sec-desc { font-size: 14px; } }
.section.sec-about { background: url("../Image/sec-about-bg.jpg") 0 8% no-repeat; }
.section.sec-about .about-box .about-video .video-wrap { background: url("../Image/about-img.jpg") center/cover no-repeat; height: 550px; position: relative; }
.section.sec-about .about-box .about-video .video-wrap .video-btn { cursor: pointer; }
.section.sec-about .about-box .about-video .video-wrap .video-btn .btn-wrap { width: 75px; height: 75px; background-color: #e8162f; border-radius: 50%; position: relative; z-index: 3; }
.section.sec-about .about-box .about-video .video-wrap .video-btn .btn-wrap svg { position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; width: 30%; }
.section.sec-about .about-box .about-video .video-wrap .video-desc { font-size: 30px; line-height: 2; margin: 1rem auto; color: #ffffff; }
@media (max-width: 767.98px) { .section.sec-about .about-box .about-video .video-wrap { height: 380px; }
  .section.sec-about .about-box .about-video .video-wrap .video-btn .btn-wrap { width: 66px; height: 66px; }
  .section.sec-about .about-box .about-video .video-wrap .video-desc { font-size: 24px; } }
@media (max-width: 575.98px) { .section.sec-about .about-box .about-video .video-wrap { height: 180px; }
  .section.sec-about .about-box .about-video .video-wrap .video-btn .btn-wrap { width: 46px; height: 46px; }
  .section.sec-about .about-box .about-video .video-wrap .video-desc { font-size: 18px; } }
.section.sec-about .about-box .about-content .content-wrap { -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); width: 89%; background-color: #ffffff; margin: 0 auto; box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.05); }
.section.sec-about .about-box .about-content .content-wrap .content-left { padding: 0 50px; flex: 1; }
.section.sec-about .about-box .about-content .content-wrap .about-head .head-name { font-size: 38px; line-height: 1; background-image: -moz-linear-gradient(90deg, #cf2b2f 0%, #e74a4b 100%); background-image: -webkit-linear-gradient(90deg, #cf2b2f 0%, #e74a4b 100%); background-image: -ms-linear-gradient(90deg, #cf2b2f 0%, #e74a4b 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; font-weight: bold; }
.section.sec-about .about-box .about-content .content-wrap .about-head .head-ename { text-transform: uppercase; color: #282828; font-size: 14px; letter-spacing: 0.5px; }
.section.sec-about .about-box .about-content .content-wrap .about-detail { font-size: 18px; line-height: 2; color: #000; flex: 1; margin-left: 20px; padding-left: 20px; border-left: 1px solid #eee; }
.section.sec-about .about-box .about-content .content-wrap .about-more { width: 160px; height: 160px; background-color: var(--theme-color); }
.section.sec-about .about-box .about-content .content-wrap .about-more .more-icon { width: 42px; height: 42px; position: relative; }
.section.sec-about .about-box .about-content .content-wrap .about-more .more-icon svg { position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: auto; display: block; }
.section.sec-about .about-box .about-content .content-wrap .about-more .more-txt { font-size: 20px; }
@media (max-width: 991.98px) { .section.sec-about .about-box .about-content .content-wrap .content-left { padding: 0 40px; }
  .section.sec-about .about-box .about-content .content-wrap .about-head .head-name { font-size: 36px; }
  .section.sec-about .about-box .about-content .content-wrap .about-head .head-ename { font-size: 13px; }
  .section.sec-about .about-box .about-content .content-wrap .about-detail { font-size: 16px; line-height: 1.8; margin-left: 15px; padding-left: 15px; }
  .section.sec-about .about-box .about-content .content-wrap .about-more { width: 140px; height: 140px; }
  .section.sec-about .about-box .about-content .content-wrap .about-more .more-icon { width: 36px; height: 36px; }
  .section.sec-about .about-box .about-content .content-wrap .about-more .more-txt { font-size: 18px; } }
@media (max-width: 767.98px) { .section.sec-about .about-box .about-content .content-wrap .content-left { padding: 0 30px; }
  .section.sec-about .about-box .about-content .content-wrap .about-head .head-name { font-size: 32px; }
  .section.sec-about .about-box .about-content .content-wrap .about-head .head-ename { font-size: 12px; }
  .section.sec-about .about-box .about-content .content-wrap .about-detail { font-size: 14px; line-height: 1.5; margin-left: 10px; padding-left: 10px; }
  .section.sec-about .about-box .about-content .content-wrap .about-more { width: 120px; height: 120px; }
  .section.sec-about .about-box .about-content .content-wrap .about-more .more-icon { width: 30px; height: 30px; }
  .section.sec-about .about-box .about-content .content-wrap .about-more .more-txt { font-size: 14px; } }
@media (max-width: 575.98px) { .section.sec-about .about-box .about-content .content-wrap .content-left { padding: 0 10px; }
  .section.sec-about .about-box .about-content .content-wrap .about-head .head-name { font-size: 15px; }
  .section.sec-about .about-box .about-content .content-wrap .about-head .head-ename { font-size: 5px; }
  .section.sec-about .about-box .about-content .content-wrap .about-detail { font-size: 10px; margin-left: 5px; padding-left: 5px; }
  .section.sec-about .about-box .about-content .content-wrap .about-more { width: 56px; height: 56px; }
  .section.sec-about .about-box .about-content .content-wrap .about-more .more-icon { width: 22px; height: 22px; }
  .section.sec-about .about-box .about-content .content-wrap .about-more .more-txt { font-size: 8px; } }
.section.sec-mode { background: url("../Image/sec-mode-bg.jpg") top center no-repeat fixed #f2f6fa; }
.section.sec-mode .mode-nav .nav-item { margin: 0 10px; }
@media (max-width: 767.98px) { .section.sec-mode .mode-nav .nav-item { margin: 0 8px; } }
@media (max-width: 575.98px) { .section.sec-mode .mode-nav .nav-item { margin: 0 5px; } }
.section.sec-mode .mode-nav .nav-item .nav-wrap { border-radius: 5px; background-color: #035cac; position: relative; width: 200px; height: 50px; text-align: center; line-height: 50px; text-align: center; color: #ffffff; font-size: 20px; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.section.sec-mode .mode-nav .nav-item .nav-wrap::after { content: ''; display: block; position: absolute; width: 0; height: 0; border: 7px solid transparent; border-top-color: #d02c30; margin: auto; bottom: 0; left: 0; right: 0; opacity: 0; -webkit-transition: transform .5s,opacity .5s; -moz-transition: transform .5s,opacity .5s; -ms-transition: transform .5s,opacity .5s; -o-transition: transform .5s,opacity .5s; transition: transform .5s,opacity .5s; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
.section.sec-mode .mode-nav .nav-item .nav-wrap img { display: inline-block; vertical-align: middle; margin-right: 5px; }
@media (max-width: 991.98px) { .section.sec-mode .mode-nav .nav-item .nav-wrap { font-size: 16px; }
  .section.sec-mode .mode-nav .nav-item .nav-wrap img { width: 20px; } }
@media (max-width: 767.98px) { .section.sec-mode .mode-nav .nav-item .nav-wrap { width: 160px; font-size: 14px; line-height: 42px; height: 42px; }
  .section.sec-mode .mode-nav .nav-item .nav-wrap img { width: 18px; } }
@media (max-width: 575.98px) { .section.sec-mode .mode-nav .nav-item .nav-wrap { width: 110px; font-size: 13px; line-height: 36px; height: 36px; }
  .section.sec-mode .mode-nav .nav-item .nav-wrap img { width: 18px; } }
.section.sec-mode .mode-nav .nav-item:hover .nav-wrap, .section.sec-mode .mode-nav .nav-item.active .nav-wrap { background-image: -moz-linear-gradient(90deg, #cf2b2f 0%, #e74a4b 100%); background-image: -webkit-linear-gradient(90deg, #cf2b2f 0%, #e74a4b 100%); background-image: -ms-linear-gradient(90deg, #cf2b2f 0%, #e74a4b 100%); }
.section.sec-mode .mode-nav .nav-item:hover .nav-wrap::after, .section.sec-mode .mode-nav .nav-item.active .nav-wrap::after { -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); transform: translateY(100%); opacity: 1; }
.section.sec-team { background: url("../Image/sec-team-bg.jpg") 0 2vw no-repeat; }
.section.sec-team .team-box { height: auto; }
@media (min-width: 992px) { .section.sec-team .team-box { background: #f8fafc; } }
.section.sec-team .team-box .team-item { width: 12.8%; position: relative; }
@media (min-width: 992px) { .section.sec-team .team-box .team-item.active { width: 61.5%; }
  .section.sec-team .team-box .team-item.active .item-overlay { display: none; }
  .section.sec-team .team-box .team-item.active .item-wrap .item-img { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); -webkit-transform-origin: left; -moz-transform-origin: left; -ms-transform-origin: left; -o-transform-origin: left; transform-origin: left; }
  .section.sec-team .team-box .team-item.active .item-wrap .item-info { opacity: 1; -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); -webkit-transform-origin: left; -moz-transform-origin: left; -ms-transform-origin: left; -o-transform-origin: left; transform-origin: left; } }
.section.sec-team .team-box .team-item .item-wrap .item-img { width: 40.7%; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: right; -moz-transform-origin: right; -ms-transform-origin: right; -o-transform-origin: right; transform-origin: right; }
.section.sec-team .team-box .team-item .item-wrap .item-info { opacity: 0; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: right; -moz-transform-origin: right; -ms-transform-origin: right; -o-transform-origin: right; transform-origin: right; flex: 1; max-width: 59.3%; padding: 5%; }
.section.sec-team .team-box .team-item .item-wrap .item-info .item-head .item-title { font-size: 30px; color: #282828; line-height: 2; }
.section.sec-team .team-box .team-item .item-wrap .item-info .item-head .item-tags { color: #666666; }
.section.sec-team .team-box .team-item .item-wrap .item-info .item-head::after { content: ''; display: block; width: 2rem; height: 3px; background-color: var(--theme-color); margin: 1.5rem 0; }
.section.sec-team .team-box .team-item .item-wrap .item-info .item-content { color: #333333; line-height: 2; }
.section.sec-team .team-box .team-item .item-overlay { position: absolute; top: 0; left: 0; background-color: var(--theme-color); }
.section.sec-team .team-box .team-item .item-overlay .overlay-avatar { position: absolute; width: 100%; height: 100%; top: 0; left: 0; overflow: hidden; }
.section.sec-team .team-box .team-item .item-overlay .overlay-avatar::before { content: ''; display: block; position: absolute; width: 100%; height: 100%; background-color: rgba(207, 216, 225, 0.05); }
.section.sec-team .team-box .team-item .item-overlay .overlay-avatar img { position: absolute; margin: auto; top: 0; right: 0; opacity: .1; }
.section.sec-team .team-box .team-item .item-overlay .overlay-wrap { color: #ffffff; padding-top: 30%; writing-mode: vertical-lr; letter-spacing: 2px; position: relative; z-index: 2; }
.section.sec-team .team-box .team-item .item-overlay .overlay-wrap .item-title { letter-spacing: 6px; font-size: 30px; position: relative; }
.section.sec-team .team-box .team-item .item-overlay .overlay-wrap .item-title::after { content: ''; display: inline-block; vertical-align: middle; border: 2px solid #f8fafc; border-radius: 50%; opacity: 0.2; width: 10px; height: 10px; }
.section.sec-team .team-box .team-item .item-overlay .overlay-wrap .item-tags { height: 55%; writing-mode: vertical-rl; }
@media (max-width: 991.98px) { .section.sec-team .team-box .team-item { width: 100%; margin-bottom: 10px; }
  .section.sec-team .team-box .team-item .item-overlay { display: none; }
  .section.sec-team .team-box .team-item .item-wrap .item-img { width: 30%; -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); -webkit-transform-origin: left; -moz-transform-origin: left; -ms-transform-origin: left; -o-transform-origin: left; transform-origin: left; }
  .section.sec-team .team-box .team-item .item-wrap .item-info { max-width: 70%; padding: 0 5%; opacity: 1; -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); -webkit-transform-origin: left; -moz-transform-origin: left; -ms-transform-origin: left; -o-transform-origin: left; transform-origin: left; }
  .section.sec-team .team-box .team-item .item-wrap .item-more { font-size: 14px; } }
@media (max-width: 767.98px) { .section.sec-team .team-box .team-item .item-wrap .item-info .item-head::after { margin: 1rem 0; }
  .section.sec-team .team-box .team-item .item-wrap .item-info .item-head .item-title { font-size: 26px; }
  .section.sec-team .team-box .team-item .item-wrap .item-info .item-head .item-tags { font-size: 14px; }
  .section.sec-team .team-box .team-item .item-wrap .item-info .item-content { -webkit-line-clamp: 3; font-size: 14px; }
  .section.sec-team .team-box .team-item .item-wrap .item-info .item-more { font-size: 13px; } }
@media (max-width: 575.98px) { .section.sec-team .team-box .team-item .item-wrap .item-info .item-head::after { display: none; }
  .section.sec-team .team-box .team-item .item-wrap .item-info .item-head .item-title { font-size: 20px; line-height: 1.8; }
  .section.sec-team .team-box .team-item .item-wrap .item-info .item-head .item-tags { font-size: 12px; }
  .section.sec-team .team-box .team-item .item-wrap .item-info .item-content { -webkit-line-clamp: 2; font-size: 12px; }
  .section.sec-team .team-box .team-item .item-wrap .item-info .item-more { font-size: 12px; } }
.section.sec-news { background-color: #f2f6fa; }

.swiper-mode .item .item-wrap { border-radius: 5px; overflow: hidden; }
.swiper-mode .item .item-wrap .item-caption { background-color: #ffffff; }
.swiper-mode .item .item-wrap .item-caption .caption-wrap { padding: 15px 2rem 10px; background: #ffffff; position: relative; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.swiper-mode .item .item-wrap .item-caption .caption-wrap .item-title { font-weight: bold; color: #035cac; font-size: 18px; line-height: 42px; }
.swiper-mode .item .item-wrap .item-caption .caption-wrap .item-desc { color: #666666; line-height: 36px; margin: 10px 0; border-top: 1px solid #eee; padding-top: 20px; }
.swiper-mode .item .item-wrap .item-caption .caption-wrap .item-more { position: absolute; margin: auto; -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%); }
.swiper-mode .item .item-wrap .item-caption .caption-wrap .item-more a { display: inline-block; background-color: #035cac; color: #ffffff; border-radius: 3px; margin-top: 1rem; line-height: 36px; padding: 0 20px; font-size: 14px; -webkit-transition: background-color .5s; -moz-transition: background-color .5s; -ms-transition: background-color .5s; -o-transition: background-color .5s; transition: background-color .5s; }
.swiper-mode .item .item-wrap .item-caption .caption-wrap .item-more a svg { transition: .5s; margin-left: 10px; width: 16px; height: 16px; }
.swiper-mode .item .item-wrap .item-caption .caption-wrap .item-more a svg path { fill: #ffffff; }
.swiper-mode .item .item-wrap .item-caption .caption-wrap .item-more a:hover { background-color: var(--theme-red); }
.swiper-mode .item .item-wrap .item-caption .caption-wrap .item-more a:hover svg { -webkit-transform: translateX(3px); -moz-transform: translateX(3px); -ms-transform: translateX(3px); -o-transform: translateX(3px); transform: translateX(3px); }
@media (max-width: 767.98px) { .swiper-mode .item .item-wrap .item-caption .caption-wrap .item-title { font-size: 16px; line-height: 32px; }
  .swiper-mode .item .item-wrap .item-caption .caption-wrap .item-desc { font-size: 14px; line-height: 1.5; padding-top: 10px; } }
@media (max-width: 575.98px) { .swiper-mode .item .item-wrap .item-caption .caption-wrap .item-desc { font-size: 12px; } }
.swiper-mode .item:hover .item-wrap .item-caption .caption-wrap { -webkit-transform: translateY(-70px); -moz-transform: translateY(-70px); -ms-transform: translateY(-70px); -o-transform: translateY(-70px); transform: translateY(-70px); }
.swiper-mode .item:hover .item-wrap .item-caption .caption-wrap .item-more { -webkit-transition-delay: .2s; -moz-transition-delay: .2s; -ms-transition-delay: .2s; -o-transition-delay: .2s; transition-delay: .2s; opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }

.bg { background-color: #f4f6f8 !important; }

.inner-section { padding: 3% 0; }
@media (max-width: 767.98px) { .inner-section { padding: 8% 0; } }
@media (max-width: 575.98px) { .inner-section { padding: 10% 0; } }
.inner-section .sec-head { text-align: center; margin-bottom: 2%; }
.inner-section .sec-head .sec-name { position: relative; color: #333333; }
.inner-section .sec-head .sec-name::before { color: rgba(51, 51, 51, 0.05); content: attr(data-title); font-size: 60px; font-family: "Lovelo Black"; text-align: center; position: absolute; left: 0; right: 0; margin: auto; top: 35%; bottom: 0; display: block; line-height: 0; text-transform: uppercase; }
.inner-section .sec-head .sec-name span { display: block; position: relative; font-size: 40px; font-weight: bold; color: #333333; }
.inner-section .sec-head .sec-desc { font-size: 22px; line-height: 36px; color: #666666; width: 80%; margin: 0.5rem auto 3rem; }
@media (max-width: 991.98px) { .inner-section .sec-head .sec-name::before { font-size: 65px; }
  .inner-section .sec-head .sec-name span { font-size: 28px; }
  .inner-section .sec-head .sec-desc { width: 100%; font-size: 18px; } }
@media (max-width: 767.98px) { .inner-section .sec-head .sec-name::before { font-size: 56px; }
  .inner-section .sec-head .sec-name span { font-size: 28px; }
  .inner-section .sec-head .sec-desc { font-size: 16px; } }
@media (max-width: 575.98px) { .inner-section .sec-head .sec-name::before { font-size: 42px; }
  .inner-section .sec-head .sec-name span { font-size: 24px; }
  .inner-section .sec-head .sec-desc { font-size: 14px; } }
.inner-section .sec-box .box-head .head-name .cn-name { color: #222222; font-size: 30px; }
@media (max-width: 1199.98px) { .inner-section .sec-box .box-head .head-name .cn-name { font-size: 26px; } }
@media (max-width: 991.98px) { .inner-section .sec-box .box-head .head-name .cn-name { font-size: 24px; } }
@media (max-width: 767.98px) { .inner-section .sec-box .box-head .head-name .cn-name { font-size: 22px; } }
@media (max-width: 575.98px) { .inner-section .sec-box .box-head .head-name .cn-name { font-size: 18px; } }
.inner-section .sec-box .box-head .head-name .en-name { font-size: 14px; color: #333333; text-transform: uppercase; }
@media (max-width: 767.98px) { .inner-section .sec-box .box-head .head-name .en-name { font-size: 13px; } }
@media (max-width: 575.98px) { .inner-section .sec-box .box-head .head-name .en-name { font-size: 12px; } }
.inner-section .sec-box .box-more { font-weight: bold; }
.inner-section .sec-box .box-more svg path { fill: var(--theme-color); }
@media (max-width: 575.98px) { .inner-section .sec-box .box-more { font-size: 14px; font-weight: normal; }
  .inner-section .sec-box .box-more svg { width: 22px; height: 22px; } }
.inner-section .contact-head .head-name { font-size: 28px; color: #333333; }
@media (max-width: 991.98px) { .inner-section .contact-head .head-name { font-size: 24px; } }
@media (max-width: 767.98px) { .inner-section .contact-head .head-name { font-size: 22px; } }
@media (max-width: 575.98px) { .inner-section .contact-head .head-name { font-size: 20px; } }
.inner-section .contact-head .head-desc { font-size: 16px; color: #757575; }
@media (max-width: 767.98px) { .inner-section .contact-head .head-desc { font-size: 15px; } }
@media (max-width: 575.98px) { .inner-section .contact-head .head-desc { font-size: 13px; } }
.inner-section.sec-about .about-top { position: relative; }
.inner-section.sec-about .about-top .about-left { width: 600px; }
.inner-section.sec-about .about-top .about-left::before { content: attr(data-title); font-family: lovelo; font-size: 140px; color: #000; font-family: "Lovelo Black"; text-transform: uppercase; line-height: 1; position: absolute; left: 0; opacity: .05; }
@media (max-width: 1679.98px) { .inner-section.sec-about .about-top .about-left::before { font-size: 140px; } }
@media (max-width: 1399.98px) { .inner-section.sec-about .about-top .about-left::before { font-size: 120px; } }
@media (max-width: 1199.98px) { .inner-section.sec-about .about-top .about-left::before { font-size: 105px; } }
@media (max-width: 991.98px) { .inner-section.sec-about .about-top .about-left::before { font-size: 60px; margin-top: 2%; } }
@media (max-width: 767.98px) { .inner-section.sec-about .about-top .about-left::before { font-size: 60px; } }
@media (max-width: 575.98px) { .inner-section.sec-about .about-top .about-left::before { font-size: 32px; } }
.inner-section.sec-about .about-top .about-left .about-head { position: relative; }
.inner-section.sec-about .about-top .about-left .about-head .head-en { font-size: 16px; color: var(--theme-color); text-transform: uppercase; }
.inner-section.sec-about .about-top .about-left .about-head .head-en span { vertical-align: middle; }
.inner-section.sec-about .about-top .about-left .about-head .head-title { font-size: 46px; font-weight: bold; color: #282828; }
@media (max-width: 1399.98px) { .inner-section.sec-about .about-top .about-left { width: auto; }
  .inner-section.sec-about .about-top .about-left .about-head .head-title { font-size: 42px; }
  .inner-section.sec-about .about-top .about-left .about-head .head-brief { font-size: 24px; } }
@media (max-width: 1199.98px) { .inner-section.sec-about .about-top .about-left .about-head .head-title { font-size: 32px; }
  .inner-section.sec-about .about-top .about-left .about-head .head-brief { font-size: 22px; } }
@media (max-width: 991.98px) { .inner-section.sec-about .about-top .about-left { width: 100%; } }
@media (max-width: 767.98px) { .inner-section.sec-about .about-top .about-left { /*.about-head { .head-en{ font-size: 13px; } .head-title{ font-size: 20px; } .head-brief{ font-size: 16px; line-height: 1.5; }
}*/ } }
@media (max-width: 575.98px) { .inner-section.sec-about .about-top .about-left .about-head .head-en { font-size: 13px; }
  .inner-section.sec-about .about-top .about-left .about-head .head-title { font-size: 20px; }
  .inner-section.sec-about .about-top .about-left .about-head .head-brief { font-size: 16px; line-height: 1.5; } }
.inner-section.sec-about .about-top .about-params { position: relative; flex: 1; text-align: center; }
@media (max-width: 1399.98px) { .inner-section.sec-about .about-top .about-params { padding-left: 5%; } }
@media (max-width: 991.98px) { .inner-section.sec-about .about-top .about-params { width: 100%; margin-top: 3%; padding-left: 0; } }
.inner-section.sec-about .about-top .about-params .param-item .item-wrap .item-value .number { font-family: lovelo,AvianBold; font-size: 52px; font-weight: bold; line-height: 1; color: var(--theme-color); }
.inner-section.sec-about .about-top .about-params .param-item .item-wrap .item-value .unit { font-size: 20px; color: #666666; }
.inner-section.sec-about .about-top .about-params .param-item .item-wrap .item-title { font-size: 20px; }
@media (max-width: 1399.98px) { .inner-section.sec-about .about-top .about-params .param-item .item-wrap .item-value .number { font-size: 38px; }
  .inner-section.sec-about .about-top .about-params .param-item .item-wrap .item-title { font-size: 18px; } }
@media (max-width: 991.98px) { .inner-section.sec-about .about-top .about-params .param-item .item-wrap .item-value .number { font-size: 36px; }
  .inner-section.sec-about .about-top .about-params .param-item .item-wrap .item-value .unit { font-size: 14px; }
  .inner-section.sec-about .about-top .about-params .param-item .item-wrap .item-title { font-size: 18px; } }
@media (max-width: 767.98px) { .inner-section.sec-about .about-top .about-params .param-item .item-wrap .item-value .number { font-size: 32px; }
  .inner-section.sec-about .about-top .about-params .param-item .item-wrap .item-value .unit { font-size: 14px; }
  .inner-section.sec-about .about-top .about-params .param-item .item-wrap .item-title { font-size: 16px; } }
@media (max-width: 420.98px) { .inner-section.sec-about .about-top .about-params .param-item .item-wrap .item-value .number { font-size: 26px; }
  .inner-section.sec-about .about-top .about-params .param-item .item-wrap .item-value .unit { font-size: 12px; }
  .inner-section.sec-about .about-top .about-params .param-item .item-wrap .item-title { font-size: 12px; } }
.inner-section.sec-about .about-content { margin-top: 3%; padding-top: 3%; color: #333333; line-height: 40px; }
@media (max-width: 991.98PX) { .inner-section.sec-about .about-content { line-height: 36px; font-size: 14px; margin-top: 0; padding-top: 3%; } }
@media (max-width: 575.98PX) { .inner-section.sec-about .about-content { margin-top: 0; line-height: 32px; font-size: 14px; } }
.inner-section.sec-honor .honor-box { padding-top: 5%; position: relative; }
.inner-section.sec-honor .honor-box .honor-link { display: block; line-height: 42px; background-color: var(--theme-color); color: #ffffff; width: 160px; text-align: center; border-radius: 21px; text-transform: uppercase; margin: -7% auto 0; }
@media (max-width: 575.98px) { .inner-section.sec-honor .honor-box .honor-link { margin: -7% auto 2%; font-size: 13px; line-height: 32px; width: 140px; } }
.inner-section.sec-honor .honor-swiper .item .item-wrap .item-img { border: 6px solid #d7b364; background-color: white; }
.inner-section.sec-history { position: relative; }
.inner-section.sec-history::after { content: ''; display: block; height: 18px; width: 100%; position: absolute; left: 0; bottom: 0; background: url("../Image/bg-rule.png") 0 0 repeat-x; opacity: .2; }
.inner-section.sec-history .history-zone .swiper-history-thumb .year-item { cursor: pointer; position: relative; }
.inner-section.sec-history .history-zone .swiper-history-thumb .year-item span { color: #666666; font-size: 18px; line-height: 2; -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; display: block; margin-bottom: 10px; }
.inner-section.sec-history .history-zone .swiper-history-thumb .year-item .dot { position: relative; z-index: 2; display: block; width: 30px; height: 30px; border-radius: 50%; margin: 0 auto; padding: 5px; background-color: rgba(225, 225, 225, 0.4); }
.inner-section.sec-history .history-zone .swiper-history-thumb .year-item .dot .dot-wrap { width: 100%; height: 100%; border-radius: 50%; background-color: #c6c6c6; position: relative; }
.inner-section.sec-history .history-zone .swiper-history-thumb .year-item .dot .dot-wrap i { position: absolute; width: 40%; height: 0; margin: auto; top: 0; bottom: 0; left: 0; right: 0; -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; }
.inner-section.sec-history .history-zone .swiper-history-thumb .year-item .dot .dot-wrap i::before, .inner-section.sec-history .history-zone .swiper-history-thumb .year-item .dot .dot-wrap i::after { content: ''; display: block; 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; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; }
.inner-section.sec-history .history-zone .swiper-history-thumb .year-item .dot .dot-wrap i::before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.inner-section.sec-history .history-zone .swiper-history-thumb .year-item .dot .dot-wrap i::after { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
.inner-section.sec-history .history-zone .swiper-history-thumb .year-item::after { content: ''; display: block; border-bottom: 1px dashed #e2e2e2; position: absolute; width: 100%; z-index: 0; left: 0; bottom: 15px; }
.inner-section.sec-history .history-zone .swiper-history-thumb .year-item.swiper-slide-thumb-active span { color: #006ab7; font-weight: bold; -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); }
.inner-section.sec-history .history-zone .swiper-history-thumb .year-item.swiper-slide-thumb-active .dot { background-color: rgba(0, 106, 183, 0.2); }
.inner-section.sec-history .history-zone .swiper-history-thumb .year-item.swiper-slide-thumb-active .dot .dot-wrap { background-color: #006ab7; }
.inner-section.sec-history .history-zone .swiper-history-thumb .year-item.swiper-slide-thumb-active .dot .dot-wrap i { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
.inner-section.sec-history .history-zone .swiper-history-thumb .control-bar { position: absolute; width: 100%; z-index: 2; display: flex; bottom: 10px; justify-content: space-between; }
.inner-section.sec-history .history-zone .swiper-history-thumb .control-bar .prev_next { bottom: 0; position: absolute; }
.inner-section.sec-history .history-zone .swiper-history-thumb .control-bar .prev_next.prev { left: 0; }
.inner-section.sec-history .history-zone .swiper-history-thumb .control-bar .prev_next.next { right: 0; }
.inner-section.sec-history .history-zone .swiper-history-thumb .control-bar .prev_next.swiper-button-disabled { cursor: not-allowed; filter: grayscale(100%); }
.inner-section.sec-history .history-zone .swiper-history-content .year-content { position: relative; }
.inner-section.sec-history .history-zone .swiper-history-content .year-content::before { content: attr(data-title); font-size: 420px; color: var(--theme-color); font-family: "Lovelo Black",lovelo; text-align: center; line-height: 1; opacity: .03; width: 100%; display: block; }
@media (max-width: 991.98px) { .inner-section.sec-history .history-zone .swiper-history-content .year-content::before { font-size: 320px; } }
@media (max-width: 767.98px) { .inner-section.sec-history .history-zone .swiper-history-content .year-content { font-size: 14px; }
  .inner-section.sec-history .history-zone .swiper-history-content .year-content::before { font-size: 260px; } }
@media (max-width: 575.98px) { .inner-section.sec-history .history-zone .swiper-history-content .year-content { font-size: 12px; }
  .inner-section.sec-history .history-zone .swiper-history-content .year-content::before { font-size: 210px; } }
.inner-section.sec-style .style-swiper .item .item-title { text-align: center; background-color: #eceff4; }
.inner-section.sec-style .style-swiper .env-pagination { position: relative; width: 80%; margin: 3.5% auto 2%; height: 6px; border-radius: 10px; overflow: hidden; --swiper-pagination-color:#3466ce; background-color: #eeeef3; }
.inner-section.sec-style .style-swiper .env-pagination .swiper-pagination-progressbar-fill { border-radius: 10px; }
.inner-section.sec-mode .mode-box { position: relative; }
.inner-section.sec-mode .mode-box .box-wrap { height: 100%; position: relative; }
.inner-section.sec-mode .mode-box .box-wrap .box-left { position: absolute; z-index: 2; height: 100%; width: 460px; background-color: var(--theme-color); padding: 3%; }
.inner-section.sec-mode .mode-box .box-wrap .box-left .left-wrap .mode-txt-swiper .mode-item .mode-title { font-size: 32px; }
.inner-section.sec-mode .mode-box .box-wrap .box-left .left-wrap .mode-txt-swiper .mode-item .mode-en-title { font-size: 14px; text-transform: uppercase; opacity: .5; margin-top: 2%; }
.inner-section.sec-mode .mode-box .box-wrap .box-left .left-wrap .mode-txt-swiper .mode-item .mode-content { font-size: 16px; margin: 10% 0; }
@media (min-width: 1200px) { .inner-section.sec-mode .mode-box .box-wrap .box-left .left-wrap .mode-txt-swiper .mode-item .mode-content { font-size: 18px; } }
.inner-section.sec-mode .mode-box .box-wrap .box-left .left-wrap .mode-txt-swiper .mode-item .mode-more { color: rgba(255, 255, 255, 0.5); display: inline-block; padding: 5px 15px; border-bottom: 1px solid rgba(255, 255, 255, 0.5); text-transform: uppercase; }
.inner-section.sec-mode .mode-box .box-wrap .box-left .left-wrap .mode-nav { margin-top: 8%; }
.inner-section.sec-mode .mode-box .box-wrap .box-left .left-wrap .mode-nav .mode-item .item-wrap { border: 1px solid rgba(255, 255, 255, 0.2); -webkit-transition: border-color .5s,background-color .5s; -moz-transition: border-color .5s,background-color .5s; -ms-transition: border-color .5s,background-color .5s; -o-transition: border-color .5s,background-color .5s; transition: border-color .5s,background-color .5s; }
.inner-section.sec-mode .mode-box .box-wrap .box-left .left-wrap .mode-nav .mode-item .item-wrap .item-icon { width: 42px; height: 42px; position: relative; }
.inner-section.sec-mode .mode-box .box-wrap .box-left .left-wrap .mode-nav .mode-item .item-wrap .item-icon img { position: absolute; margin: auto; top: 0; bottom: 0; right: 0; left: 0; width: 100%; max-width: 60%; height: auto; -webkit-transition: opacity .5s; -moz-transition: opacity .5s; -ms-transition: opacity .5s; -o-transition: opacity .5s; transition: opacity .5s; opacity: .5; }
.inner-section.sec-mode .mode-box .box-wrap .box-left .left-wrap .mode-nav .mode-item .item-wrap .item-name { -webkit-transition: opacity .5s; -moz-transition: opacity .5s; -ms-transition: opacity .5s; -o-transition: opacity .5s; transition: opacity .5s; opacity: .5; }
.inner-section.sec-mode .mode-box .box-wrap .box-left .left-wrap .mode-nav .mode-item.active .item-wrap, .inner-section.sec-mode .mode-box .box-wrap .box-left .left-wrap .mode-nav .mode-item:hover .item-wrap { border-color: transparent; background-color: var(--theme-red); }
.inner-section.sec-mode .mode-box .box-wrap .box-left .left-wrap .mode-nav .mode-item.active .item-wrap .item-icon img, .inner-section.sec-mode .mode-box .box-wrap .box-left .left-wrap .mode-nav .mode-item:hover .item-wrap .item-icon img { opacity: 1; }
.inner-section.sec-mode .mode-box .box-wrap .box-left .left-wrap .mode-nav .mode-item.active .item-wrap .item-name, .inner-section.sec-mode .mode-box .box-wrap .box-left .left-wrap .mode-nav .mode-item:hover .item-wrap .item-name { opacity: 1; }
.inner-section.sec-mode .swiper-mode-box { margin-top: 3%; }
.inner-section .company-news-box .com-news-right .comnews-txt-swiper { background-color: #f6f7f9; }
.inner-section .company-news-box .com-news-right .comnews-txt-swiper .item .item-wrap { padding: 12% 8%; }
.inner-section .company-news-box .com-news-right .news-time { color: #333333; font-size: 14px; }
.inner-section .company-news-box .com-news-right .news-title { font-size: 24px; color: #282828; }
.inner-section .company-news-box .com-news-right .news-content { color: #666666; line-height: 2; }
.inner-section .company-news-box .com-news-right .news-more { font-size: 14px; color: #035cac; }
.inner-section .company-news-box .com-news-right .news-more span { display: inline-block; vertical-align: middle; }
.inner-section .company-news-box .com-news-right .news-more svg { -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; width: 18px; height: 18px; display: inline-block; vertical-align: middle; }
.inner-section .company-news-box .com-news-right .news-more svg path { fill: currentColor; }
.inner-section .company-news-box .com-news-right .news-more:hover svg { -webkit-transform: translateX(3px); -moz-transform: translateX(3px); -ms-transform: translateX(3px); -o-transform: translateX(3px); transform: translateX(3px); }
.inner-section.sec-hynews { position: relative; }
.inner-section.sec-hynews::before { content: ''; display: block; position: absolute; left: 0; bottom: 0; height: 100vh; width: 100%; background-image: -moz-linear-gradient(90deg, #f6f7f9 0%, #ffffff 100%); background-image: -ms-linear-gradient(90deg, #f6f7f9 0%, #ffffff 100%); background-image: -webkit-linear-gradient(90deg, #f6f7f9 0%, #ffffff 100%); }
.inner-section.sec-hynews .news-swiper .item .item-wrap .item-img { position: relative; overflow: hidden; }
.inner-section.sec-hynews .news-swiper .item .item-wrap .item-img .ratio > img { -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.inner-section.sec-hynews .news-swiper .item .item-wrap .item-img .item-tags { -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; position: absolute; bottom: 0; left: 0; line-height: 42px; background-color: var(--theme-color); color: #ffffff; font-size: 14px; padding: 0 15px; }
.inner-section.sec-hynews .news-swiper .item .item-wrap .item-img .item-tags span { display: inline-block; margin: 0 8px; }
.inner-section.sec-hynews .news-swiper .item .item-wrap .item-caption { background-color: #ffffff; position: relative; }
.inner-section.sec-hynews .news-swiper .item .item-wrap .item-caption::after { content: ''; display: block; height: 2px; width: 100%; margin: auto; position: absolute; left: 0; bottom: 0; background-color: var(--theme-color); -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; -webkit-transform-origin: left center; -moz-transform-origin: left center; -ms-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; }
.inner-section.sec-hynews .news-swiper .item .item-wrap .item-caption .item-title { font-size: 20px; color: #333333; font-weight: bold; margin-bottom: 10px; }
.inner-section.sec-hynews .news-swiper .item .item-wrap .item-caption .item-desc { color: #999999; line-height: 1.8; }
.inner-section.sec-hynews .news-swiper .item:hover .item-wrap .item-img .ratio > img { -webkit-transform: scale(1.02); -moz-transform: scale(1.02); -ms-transform: scale(1.02); -o-transform: scale(1.02); transform: scale(1.02); }
.inner-section.sec-hynews .news-swiper .item:hover .item-wrap .item-img .item-tags { border-top-right-radius: 20px; }
.inner-section.sec-hynews .news-swiper .item:hover .item-wrap .item-caption::after { -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(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-contact .contact-box .contact-item .item-wrap .item-head .head-icon { width: 32px; height: 32px; }
.inner-section.sec-contact .contact-box .contact-item .item-wrap .item-head .head-icon svg { width: 100%; height: 100%; }
.inner-section.sec-contact .contact-box .contact-item .item-wrap .item-head .head-icon svg path { fill: var(--theme-color); }
.inner-section.sec-contact .contact-box .contact-item .item-wrap .item-head .head-txt { padding-left: 10px; color: #000000; font-style: italic; font-size: 18px; }
.inner-section.sec-contact .contact-box .contact-item .item-wrap .item-value { color: #666666; font-size: 16px; margin: 15px 0; }
@media (max-width: 1199.98px) { .inner-section.sec-contact .contact-box .contact-item .item-wrap .item-value { font-size: 14px; } }
.inner-section.sec-contact .map-box { margin-top: 3%; }
.inner-section.sec-message .message-form #verifyImg { width: 80px; cursor: pointer; }
.inner-section.sec-message .message-form label { color: #999999; padding: .25rem; }
.inner-section.sec-message .message-form .input-text { border: none; padding: .25rem .875rem; }
.inner-section.sec-message .message-form .input-text:focus { outline: none; }
@media (max-width: 575.98px) { .inner-section.sec-message .message-form .input-text.captcha { max-width: 32%; } }
.inner-section.sec-message .message-form .input-group-append svg { width: 20px; height: 20px; }
.inner-section.sec-message .message-form .input-group-append svg path { fill: #a5a5a5; }
.inner-section.sec-message .message-form .submit { position: relative; padding-right: 1.5rem; padding-left: 1rem; }
.inner-section.sec-message .message-form .submit::after, .inner-section.sec-message .message-form .submit::before { content: ''; display: block; width: 8px; height: 0; border-bottom: 1px solid CurrentColor; position: absolute; margin: auto; top: 0; bottom: 0; right: 5px; -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: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.inner-section.sec-message .message-form .submit::after { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.inner-section.sec-message .message-form .submit::before { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
.inner-section.sec-message .message-form .submit:hover::after, .inner-section.sec-message .message-form .submit:hover::before { right: 0; }

.swiper-focus { --swiper-navigation-color: #fff; --swiper-pagination-color: #fff; --swiper-pagination-bullet-inactive-color:#ffffff; }
.swiper-focus .ratio-focus { --mdb-aspect-ratio: calc( 440 / 925 * 100%); }
.swiper-focus .item .item-wrap { display: block; position: relative; }
@media (max-width: 1679.98px) { .swiper-focus .item .item-wrap .ratio { --mdb-aspect-ratio: calc(9/16*100%); } }
@media (max-width: 1199.98px) { .swiper-focus .item .item-wrap .ratio { --mdb-aspect-ratio: calc(2/3*100%); } }
@media (max-width: 767.98px) { .swiper-focus .item .item-wrap .ratio { --mdb-aspect-ratio: 56.25%; } }
.swiper-focus .item .item-wrap .item-bottom { position: absolute; width: 100%; bottom: 0; left: 0; background-color: rgba(3, 92, 172, 0.8); color: #ffffff; }
.swiper-focus .item .item-wrap .item-bottom .item-title { width: 80%; }
.swiper-focus .item .item-wrap .item-bottom .item-title svg { display: inline-block; width: 10px; height: 10px; }
.swiper-focus .item .item-wrap .item-bottom .item-title svg path { fill: #ffffff; }
@media (max-width: 575.98px) { .swiper-focus .item .item-wrap .item-bottom .item-title { font-size: 14px; } }
.swiper-focus .focus-news-pagination { position: absolute; width: 100%; bottom: 0; display: flex; justify-content: end; z-index: 33; align-items: center; height: 42px; padding-right: 20px; }
.swiper-focus .focus-news-pagination .swiper-pagination-bullet { width: 12px; height: 4px; border-radius: 0; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
@media (min-width: 992px) { .swiper-focus .focus-news-pagination { height: 56px; } }
@media (max-width: 991.98px) { .swiper-focus .focus-news-pagination { padding-right: 10px; }
  .swiper-focus .focus-news-pagination .swiper-pagination-bullet { width: 10px; height: 3px; } }

.index-box { padding: 20px 40px; background-color: rgba(255, 255, 255, 0.502); box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05); }
.index-box .box-head .head-name .cn-name { font-size: 30px; }
.index-box .box-head .head-name .en-name { line-height: 1; font-size: 13px; color: #666666; text-transform: uppercase; padding-left: 5px; }
.index-box .box-head .head-more a { color: #666666; font-size: 14px; }
.index-box .box-head .head-more a span { display: inline-block; vertical-align: middle; }
.index-box .box-head .head-more a i { margin-left: 5px; display: inline-block; vertical-align: middle; width: 0; height: 0; border: 5px solid transparent; border-left-color: var(--theme-color); -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; }
.index-box .box-head .head-more a:hover { color: var(--theme-color); }
.index-box .box-head .head-more a:hover i { -webkit-transform: translateX(3px); -moz-transform: translateX(3px); -ms-transform: translateX(3px); -o-transform: translateX(3px); transform: translateX(3px); }
.index-box.no-bg { background: none; padding: 0; box-shadow: none; }
@media (max-width: 1199.98px) { .index-box .box-head .head-name .cn-name { font-size: 24px; }
  .index-box .box-head .head-name .en-name { font-size: 12px; } }
@media (max-width: 575.98px) { .index-box { padding: 10px 13px; }
  .index-box .box-head .head-name .cn-name { font-size: 22px; } }

.box-bg { background-color: rgba(255, 255, 255, 0.502); box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05); }

@media (max-width: 991.98px) { .footer .footer-logo img { height: 140px; } }
@media (max-width: 767.98px) { .footer .footer-logo img { height: 120px; } }
@media (max-width: 575.98px) { .footer .footer-logo img { height: 100px; } }
.footer .footer-nav { background-color: var(--theme-color); }
.footer .footer-nav li { flex: 1; text-align: center; position: relative; }
.footer .footer-nav li a { position: relative; z-index: 2; color: #ffffff; font-size: 20px; display: block; line-height: 70px; }
.footer .footer-nav li::after { content: ""; position: absolute; left: 100%; width: 0; height: 100%; bottom: 0; transition: 0.2s all linear; background-color: var(--theme-red); }
.footer .footer-nav li:hover:after { width: 100%; left: 0; }
.footer .footer-nav li:hover ~ li::after { left: 0; }
@media (max-width: 991.98px) { .footer .footer-nav li { flex: 0 auto; width: 25%; }
  .footer .footer-nav li a { font-size: 16px; line-height: 56px; } }
@media (max-width: 575.98px) { .footer .footer-nav li a { font-size: 14px; line-height: 42px; } }
.footer .footer-middle { background-color: #ffffff; }
.footer .footer-middle .footer-box .box-head { margin-bottom: .5rem; }
.footer .footer-middle .footer-box .box-head .head-name { font-size: 20px; color: #000000; }
.footer .footer-middle .footer-box .contact-box { line-height: 2; font-size: 16px; color: #666666; }
@media (max-width: 767.98px) { .footer .footer-middle .footer-box .contact-box { font-size: 14px; } }
.footer .footer-middle .footer-box .qrcode { width: 125px; text-align: center; }
.footer .footer-middle .footer-box .qrcode img { width: 100%; height: 100%; }
.footer .footer-middle .footer-box .qrcode p { line-height: 2; margin-top: 10px; }
@media (max-width: 767.98px) { .footer .footer-middle .footer-box .qrcode p { font-size: 14px; margin-top: 5px; } }
@media (min-width: 1400px) { .footer .footer-middle .footer-box.footer-contact { padding-left: 8%; position: relative; padding-top: 12px; padding-bottom: 12px; }
  .footer .footer-middle .footer-box.footer-contact::before { content: ''; display: block; position: absolute; margin: auto; height: 100%; top: 0; bottom: 0; border-left: 1px solid #e7e7e7; }
  .footer .footer-middle .footer-box.footer-contact::before { left: 0; }
  .footer .footer-middle .footer-box.footer-qrcode { padding-left: 15%; } }
.footer .copyright { background-color: #f8f8f8; }
.footer .copyright span { display: inline-block; }
.footer .copyright a:hover { color: #000000; }
@media (max-width: 767.98px) { .footer .copyright { font-size: 14px; } }
@media (max-width: 575.98px) { .footer .copyright { font-size: 12px; } }

.news-list { padding: 10px 0; }
.news-list li a { line-height: 2; }
.news-list li a .news-time { color: #a6a6a6; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.news-list li a .news-title { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; padding-left: 8px; color: #3d3d3d; }
.news-list li a:hover .news-time { color: #666666; }
.news-list li a:hover .news-title { color: var(--theme-color); }

.news-list-2 { border-top: 1px solid #e5e5e5; }
.news-list-2 .news-item { border-bottom: 1px solid #e5e5e5; padding: 1rem 0; }
@media (max-width: 767.98px) { .news-list-2 .news-item { padding: 12px 0; } }
@media (max-width: 575.98px) { .news-list-2 .news-item { padding: 8px 0; } }
.news-list-2 .news-item .item-wrap { padding: 6px 0 5px; }
.news-list-2 .news-item:last-child { border-bottom: none; padding-bottom: 0; }
.news-list-2 .news-item .news-time { width: 60px; text-align: center; }
.news-list-2 .news-item .news-time .time-day { font-size: 32px; color: #333333; }
@media (max-width: 1199.98px) { .news-list-2 .news-item .news-time .time-day { font-size: 24px; } }
.news-list-2 .news-item .news-time .time-month { font-size: 12px; color: #999999; line-height: 2; }
.news-list-2 .news-item .news-title { width: calc(100% - 60px); padding-left: 1rem; margin-left: 1rem; border-left: 1px solid #EEEEEE; color: #666666; }

.mode-list .item .item-wrap { border-radius: 5px; overflow: hidden; }
.mode-list .item .item-wrap .item-caption { background-color: #ffffff; }
.mode-list .item .item-wrap .item-caption .caption-wrap { padding: 15px 2rem 10px; background: #ffffff; position: relative; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.mode-list .item .item-wrap .item-caption .caption-wrap .item-title { font-weight: bold; color: #035cac; font-size: 18px; line-height: 42px; }
.mode-list .item .item-wrap .item-caption .caption-wrap .item-desc { color: #666666; line-height: 36px; margin: 10px 0; border-top: 1px solid #eee; padding-top: 20px; }
.mode-list .item .item-wrap .item-caption .caption-wrap .item-more { position: absolute; margin: auto; -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%); }
.mode-list .item .item-wrap .item-caption .caption-wrap .item-more a { display: inline-block; background-color: #035cac; color: #ffffff; border-radius: 3px; margin-top: 1rem; line-height: 36px; padding: 0 20px; font-size: 14px; -webkit-transition: background-color .5s; -moz-transition: background-color .5s; -ms-transition: background-color .5s; -o-transition: background-color .5s; transition: background-color .5s; }
.mode-list .item .item-wrap .item-caption .caption-wrap .item-more a svg { transition: .5s; margin-left: 10px; width: 16px; height: 16px; }
.mode-list .item .item-wrap .item-caption .caption-wrap .item-more a svg path { fill: #ffffff; }
.mode-list .item .item-wrap .item-caption .caption-wrap .item-more a:hover { background-color: var(--theme-red); }
.mode-list .item .item-wrap .item-caption .caption-wrap .item-more a:hover svg { -webkit-transform: translateX(3px); -moz-transform: translateX(3px); -ms-transform: translateX(3px); -o-transform: translateX(3px); transform: translateX(3px); }
.mode-list .item:hover .item-wrap .item-caption .caption-wrap { -webkit-transform: translateY(-70px); -moz-transform: translateY(-70px); -ms-transform: translateY(-70px); -o-transform: translateY(-70px); transform: translateY(-70px); }
.mode-list .item:hover .item-wrap .item-caption .caption-wrap .item-more { -webkit-transition-delay: .2s; -moz-transition-delay: .2s; -ms-transition-delay: .2s; -o-transition-delay: .2s; transition-delay: .2s; opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }

.video-list .item .item-img { position: relative; overflow: hidden; }
.video-list .item .item-img img { -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.video-list .item .item-img .play-btn { position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-color: rgba(0, 0, 0, 0.5); }
.video-list .item .item-img .play-btn svg { -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; width: 52px; height: 52px; position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; }
@media (max-width: 991.98px) { .video-list .item .item-img .play-btn svg { width: 36px; height: 36px; } }
.video-list .item .item-img .play-btn svg path { fill: #ffffff; }
.video-list .item .item-img:hover img { -webkit-transform: scale(1.02); -moz-transform: scale(1.02); -ms-transform: scale(1.02); -o-transform: scale(1.02); transform: scale(1.02); }
.video-list .item .item-img:hover .play-btn svg path { fill: var(--theme-color); }

.style-box .item .item-wrap { position: relative; overflow: hidden; border-radius: 10px; }
.style-box .item .item-wrap img { width: 100%; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.style-box .item .item-wrap .item-title { background-color: rgba(3, 92, 172, 0.65); line-height: 46px; text-align: center; position: absolute; width: 100%; left: 0; bottom: 0; padding: 0 30px; color: #ffffff; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); transform: translateY(100%); }
.style-box .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); }
.style-box .item:hover .item-wrap .item-title { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }

@media (min-width: 992px) { .style-primary .item-caption { padding: 2rem !important; } }
.style-primary .item-caption .item-foot { color: #999999; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.style-primary .item-caption .item-foot:hover { color: #666666; }
.style-primary .item-caption .item-foot .item-more { color: currentColor; font-size: 14px; }
.style-primary .item-caption .item-foot .item-time { color: currentColor; font-size: 14px; }
.style-primary .item-caption .item-foot .item-time svg { width: 18px; height: auto; display: inline-block; vertical-align: middle; }
.style-primary .item-caption .item-foot .item-time svg path { fill: CurrentColor; }
.style-primary .item-caption .item-foot .item-time span { vertical-align: middle; }

.news-list-3 { padding: 20px 40px; }
.news-list-3 .news-item { padding: 0.625rem 0; }
.news-list-3 .news-item .news-title { line-height: 2.5; color: #333333; }
.news-list-3 .news-item .news-time { display: flex; position: relative; margin-top: 5px; }
.news-list-3 .news-item .news-time span { color: #999999; font-size: 14px; font-style: italic; }
.news-list-3 .news-item .news-time::after { flex: 1; display: block; content: ''; vertical-align: middle; height: 0; border-bottom: 1px solid #e4e4e4; position: absolute; margin: auto; top: 0; bottom: 0; right: 0; width: calc(100% - 100px); }
@media (max-width: 1399.98px) { .news-list-3 { padding: 10px 20px; }
  .news-list-3 .news-item { padding: .225rem 0; } }

.index-video { padding: 40px; }
@media (max-width: 991.98px) { .index-video { padding: 30px; } }
@media (max-width: 767.98px) { .index-video { padding: 20px; } }
@media (max-width: 575.98px) { .index-video { padding: 15px; } }
.index-video .video-content { line-height: 30px; color: #666666; }
.index-video .video-more span { vertical-align: middle; }
.index-video .video-more::after { content: ''; display: inline-block; vertical-align: middle; width: 3rem; height: 0; border-bottom: 1px solid var(--theme-color); }

.list-container { background-color: #f9f9f9; padding-bottom: 3%; }

.news-list-4 .news-item { border-bottom: 1px solid #e9e9e9; }
.news-list-4 .news-item .news-time { width: 80px; margin-right: 15px; text-align: center; }
.news-list-4 .news-item .news-time .day { -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; font-size: 36px; }
.news-list-4 .news-item .news-time .year-month { -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; color: #999999; }
.news-list-4 .news-item .news-info { flex: 0 auto; width: calc(100% - 150px); padding-right: 5%; }
.news-list-4 .news-item .news-info .news-title { display: block; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; font-size: 20px; }
.news-list-4 .news-item .news-info .news-content { -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; color: #999999; }
.news-list-4 .news-item .news-more { width: 40px; }
.news-list-4 .news-item .news-more a { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; display: block; width: 40px; height: 40px; position: relative; background: #dddddd; }
.news-list-4 .news-item .news-more a svg { position: absolute; margin: auto; top: 0; bottom: 0; right: 0; left: 0; display: block; width: 50%; height: 50%; }
.news-list-4 .news-item .news-more a svg path { fill: #ffffff; }
@media (max-width: 767.98px) { .news-list-4 .news-item .news-time { width: 60px; }
  .news-list-4 .news-item .news-time .day { font-size: 26px; }
  .news-list-4 .news-item .news-time .year-month { font-size: 12px; }
  .news-list-4 .news-item .news-info { width: calc(100% - 100px); }
  .news-list-4 .news-item .news-info .news-title { font-size: 16px; }
  .news-list-4 .news-item .news-more { width: 30px; }
  .news-list-4 .news-item .news-more a { width: 30px; height: 30px; } }
.news-list-4 .news-item:hover .news-time .day, .news-list-4 .news-item:hover .news-time .year-month { color: var(--theme-color); }
.news-list-4 .news-item:hover .news-more a { background: var(--theme-color); }
.news-list-4.notime .news-item .news-time { display: none; }
.news-list-4.notime .news-item .news-info { width: calc(100% - 80px); }
@media (max-width: 767.98px) { .news-list-4.notime .news-item .news-info { width: calc(100% - 40px); padding-right: 0; } }

.box .box-head { height: 0; position: relative; border-bottom: 1px solid #e5e5e5; }
.box .box-head .head-wrap { background-color: #fff; -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%); padding: 0 30px; }
@media (max-width: 575.98px) { .box .box-head .head-wrap { padding: 0 20px; } }
@media (max-width: 480.98px) { .box .box-head .head-wrap { padding: 0 10px; } }
.box .box-head .head-name { position: relative; padding: 22px; }
.box .box-head .head-name::before { content: ''; width: 4px; height: 28px; background-color: var(--theme-color); position: absolute; margin: auto; top: 0; bottom: 0; left: 0; border-radius: 30px; }
.box .box-head .head-name .cn-name { font-size: 28px; color: var(--theme-color); line-height: 2; }
@media (max-width: 767.98px) { .box .box-head .head-name .cn-name { font-size: 24px; } }
@media (max-width: 575.98px) { .box .box-head .head-name .cn-name { font-size: 20px; } }
.box .box-head .head-name .en-name { line-height: 1.2; font-size: 13px; color: #666666; text-transform: uppercase; padding-left: 5px; }
@media (max-width: 767.98px) { .box .box-head .head-name { padding: 15px; }
  .box .box-head .head-name .cn-name { font-size: 20px; }
  .box .box-head .head-name .en-name { font-size: 12px; }
  .box .box-head .head-name::before { height: 20px; width: 3px; } }
@media (max-width: 575.98px) { .box .box-head .head-name { padding: 12px; }
  .box .box-head .head-name .cn-name { font-size: 18px; }
  .box .box-head .head-name .en-name { font-size: 10px; }
  .box .box-head .head-name::before { height: 18px; width: 3px; } }
@media (max-width: 480.98px) { .box .box-head .head-name { padding: 12px; }
  .box .box-head .head-name .cn-name { font-size: 18px; }
  .box .box-head .head-name::before { height: 20px; width: 3px; } }

.content-row { margin: 0 -15px; }
.content-row .content-main { padding: 0 15px; width: 100%; }
@media (min-width: 992px) { .content-row .content-main { flex: 0 auto; width: calc(100% - 300px); } }
.content-row .content-main .article-content { line-height: 2; }
.content-row .content-main .article-content img { max-width: 100%; }
.content-row .sidebar { padding: 0 15px; flex: 0 auto; width: 330px; }
@media (max-width: 1199.98px) { .content-row { margin: -10px; }
  .content-row .content-main { padding: 10px; }
  .content-row .sidebar { padding: 10px; } }
.content-row .widget-box { position: sticky; top: 0; }
.content-row .quick-nav { background-color: #fff; padding: 10px 40px 30px; }
.content-row .quick-nav .nav-item .item-wrap { background-color: #f2f7fb; border-radius: 5px; }
.content-row .quick-nav .nav-item .item-wrap .item-icon { width: 45px; height: 45px; position: relative; }
.content-row .quick-nav .nav-item .item-wrap .item-icon svg { display: block; position: absolute; margin: auto; width: 80%; height: auto; top: 0; bottom: 0; left: 0; right: 0; }
.content-row .quick-nav .nav-item .item-wrap .item-icon svg path { fill: #337bbc; }
.content-row .quick-nav .nav-item .item-wrap .item-name { font-size: 14px; line-height: 32px; }

.widget-box .box-head { height: 0; position: relative; }
.widget-box .box-head .head-wrap { padding: 20px; -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%); background-color: var(--theme-color); }
.widget-box .box-head .head-wrap::before { content: ''; position: absolute; background: url("../Image/logo-icon.png") left center/cover no-repeat; width: 80px; height: 100%; right: 0; top: 0; }
.widget-box .box-head .head-name { position: relative; color: #ffffff; z-index: 2; }
.widget-box .box-head .head-name .cn-name { font-size: 30px; line-height: 2; }
.widget-box .box-head .head-name .en-name { line-height: 1.2; font-size: 12px; text-transform: uppercase; padding-left: 8px; opacity: .5; }
.widget-box .category-nav { padding: 10px 40px 30px; background-color: #fff; }
@media (max-width: 1199.98px) { .widget-box .category-nav { padding: 10px 20px 20px; } }
.widget-box .category-nav li { border-bottom: 1px solid #efefef; position: relative; }
.widget-box .category-nav li a { line-height: 2; display: block; font-size: 20px; padding: 10px 0; }
.widget-box .category-nav li a i { position: absolute; display: block; width: 10px; height: 1px; margin: auto; top: 0; bottom: 0; right: 10px; -webkit-transition: transform .3s,color .3s,opacity .3s; -moz-transition: transform .3s,color .3s,opacity .3s; -ms-transition: transform .3s,color .3s,opacity .3s; -o-transition: transform .3s,color .3s,opacity .3s; transition: transform .3s,color .3s,opacity .3s; opacity: .5; }
.widget-box .category-nav li a i::before, .widget-box .category-nav li a i::after { content: ''; display: block; position: absolute; width: 100%; height: 100%; right: 0; top: 0; bottom: 0; -webkit-transform-origin: right; -moz-transform-origin: right; -ms-transform-origin: right; -o-transform-origin: right; transform-origin: right; background: currentColor; }
.widget-box .category-nav li a i::before { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
.widget-box .category-nav li a i::after { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.widget-box .category-nav li.on a, .widget-box .category-nav li:hover a { color: var(--theme-color); }
.widget-box .category-nav li.on a i, .widget-box .category-nav li:hover a i { opacity: 1; -webkit-transform: translateX(3px); -moz-transform: translateX(3px); -ms-transform: translateX(3px); -o-transform: translateX(3px); transform: translateX(3px); }

.news-thumb-list .news-item .news-img { display: block; }
.news-thumb-list .news-item .news-img img { -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.news-thumb-list .news-item .news-info .news-title { -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; display: block; color: #000; line-height: 2; }
@media (min-width: 1200px) { .news-thumb-list .news-item .news-info .news-title { font-size: 18px; } }
@media (min-width: 1680px) { .news-thumb-list .news-item .news-info .news-title { font-size: 20px; } }
.news-thumb-list .news-item .news-info .news-content { -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; color: #999999; font-size: 14px; }
@media (min-width: 768px) { .news-thumb-list .news-item .news-info .news-content { margin: .5rem 0; } }
.news-thumb-list .news-item .news-info .news-time { -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; color: #999999; }
.news-thumb-list .news-item .news-info .news-time svg { -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; display: inline-block; vertical-align: middle; width: 16px; height: 16px; margin-right: 5px; }
.news-thumb-list .news-item .news-info .news-time svg path { fill: currentColor; }
@media (max-width: 767.98px) { .news-thumb-list .news-item .news-info .news-time { font-size: 12px; }
  .news-thumb-list .news-item .news-info .news-time svg { width: 14px; height: 14px; } }
.news-thumb-list .news-item:hover .news-img img { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); }
.news-thumb-list .news-item:hover .news-info .news-title { color: var(--theme-color); }
.news-thumb-list .news-item:hover .news-info .news-content, .news-thumb-list .news-item:hover .news-info .news-time { color: #666666; }

.news-detail .news-title { line-height: 1.5; }
@media (max-width: 991.98px) { .news-detail .news-title { font-size: 23px; } }
@media (max-width: 767.98px) { .news-detail .news-title { font-size: 20px; } }
@media (max-width: 575.98px) { .news-detail .news-title { font-size: 18px; } }
.news-detail .news-meta { font-size: 14px; color: #999999; margin-top: .5rem; }
@media (max-width: 767.98px) { .news-detail .news-meta { font-size: 12px; } }
.news-detail .news-meta svg { display: inline-block; vertical-align: middle; width: 16px; height: 16px; }
.news-detail .news-meta svg path { fill: #999999; }
.news-detail .news-meta span { vertical-align: middle; }
.news-detail .news-img { margin: 0 auto 1rem; }
.news-detail .news-img img { max-width: 100%; display: block; margin: 0 auto; }
@media (min-width: 992px) { .news-detail .news-img { width: 80%; } }
@media (min-width: 1680px) { .news-detail .news-img { width: 60%; } }
.news-detail .news-content { line-height: 2; }
.news-detail .news-content img { max-width: 100%; }
.news-detail .news-content > p { margin-bottom: .5rem; }
@media (min-width: 1400px) { .news-detail .news-content > p { margin-bottom: 1rem; } }
.news-detail .news-content > p > img { display: block; margin: 0 auto; }
@media (max-width: 767.98px) { .news-detail .news-content > p { font-size: 14px; } }
.news-detail .newsPage { border-top: 1px dashed #eee; padding-top: 0.5rem; }
@media (max-width: 767.98px) { .news-detail .newsPage { font-size: 14px; } }
.news-detail .newsPage .page-a { line-height: 2; margin: 0.5rem 0; }

@media (max-width: 1399.98px) { .leader-list .leader-item .item-img .ratio-4x3 { --mdb-aspect-ratio:calc(9/16 * 100%); } }
.leader-list .leader-item .item-info .item-title { font-size: 22px; color: var(--theme-color); }
.leader-list .leader-item .item-info .item-title::after { content: ''; display: block; width: 2rem; height: 2px; background-color: var(--theme-color); margin: .725rem 0; }
.leader-list .leader-item .item-info .item-content { line-height: 2; }
@media (min-width: 1400px) and (max-width: 1679.98px) { .leader-list .leader-item .item-info .item-content { height: 170px; } }
@media (max-width: 991.98px) { .leader-list .leader-item .item-info .item-content { font-size: 14px; } }

.newslist-page, .article-page { background-color: #f9f9f9; }

.news-page .page-crumbs { line-height: 48px; }
.news-page .page-crumbs .location-box { margin: 8px 0; }
.news-page .widget-box .box-head { height: auto; }
.news-page .widget-box .box-head .head-wrap { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }

.teacher-list .item .item-wrap { cursor: pointer; }
.teacher-list .item .item-wrap .item-img { border-radius: 8px; overflow: hidden; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.teacher-list .item .item-wrap:hover .item-img { -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); }

.layer-item .item-left .item-wrap { text-align: center; background-size: auto 80%; }
.layer-item .item-left .item-wrap .item-img { border-radius: 5px; overflow: hidden; }
.layer-item .item-left .item-caption { color: #ffffff; width: 100%; left: 0; bottom: 0; padding: 0 9% 5%; }
.layer-item .item-left .item-caption::before { position: absolute; content: ''; display: block; width: 100%; height: 100%; background-color: #1d4b93; margin: auto; left: 0; bottom: 0; opacity: 0; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s,opacity .5s; -webkit-transform: scaleY(0); -moz-transform: scaleY(0); -ms-transform: scaleY(0); -o-transform: scaleY(0); transform: scaleY(0); -webkit-transform-origin: bottom; -moz-transform-origin: bottom; -ms-transform-origin: bottom; -o-transform-origin: bottom; transform-origin: bottom; }
.layer-item .item-left .item-caption .item-name { font-size: 26px; line-height: 2; }
.layer-item .item-left .item-caption .item-posts { transform-style: preserve-3d; border: 1px solid rgba(255, 255, 255, 0.5); line-height: 34px; text-align: center; transform-origin: top; transition: transform .5s; }
.layer-item .item-left .item-caption .item-posts .posts-name { flex: 1; }
.layer-item .item-left .item-caption .item-posts .posts-value { border-left: 1px solid rgba(255, 255, 255, 0.5); flex: 1.5; }
.layer-item .item-left .item-caption .item-keshi { transition: transform .5s; opacity: .5; line-height: 2; }
.layer-item .item-left .item-caption .item-more { display: block; transition: transform .5s,background-color .5s; border: 1px solid #ffffff; border-radius: 5px; font-size: 16px; text-align: center; line-height: 36px; opacity: 0; position: absolute; width: 70%; margin: auto; left: 0; right: 0; bottom: -15%; cursor: pointer; }
.layer-item .item-left .item-caption .item-more:hover { border-color: rgba(255, 255, 255, 0.6); background-color: rgba(0, 0, 0, 0.15); }
.layer-item .item-right { padding: 2rem 3rem; padding-left: 0; }
.layer-item .item-right .item-title { color: #000000; font-size: 36px; }
.layer-item .item-right .item-head { padding-bottom: 10px; position: relative; }
.layer-item .item-right .item-head::after { content: ''; display: block; width: 2rem; height: 3px; background-color: var(--theme-color); position: absolute; margin: auto; bottom: -2px; left: 0; }
.layer-item .item-right .item-content { border-top: 1px solid #e1e1e1; padding: 2rem 0 3rem; color: #666666; line-height: 26px; }
@media (max-width: 991.98px) { .layer-item .item-right { padding: 1rem 1.5rem; }
  .layer-item .item-right .item-title { font-size: 26px; } }
@media (max-width: 767.98px) { .layer-item .item-right { padding: 1rem; }
  .layer-item .item-right .item-title { font-size: 22px; }
  .layer-item .item-right .item-content { padding: 1rem 0; } }
@media (max-width: 575.98px) { .layer-item .item-right { padding: 0; }
  .layer-item .item-right .item-title { font-size: 22px; } }
@media (min-width: 992.98px) { .layer-item .item-left { width: 300px; }
  .layer-item .item-right { flex: 1; } }

.history-floor-box { padding-top: 3%; overflow: hidden; }
.history-floor-box .floor .floor-left { position: relative; }
@media (min-width: 1200px) { .history-floor-box .floor .floor-left::after { content: ''; display: block; position: absolute; width: 0; height: 100%; right: 15px; border-left: 1px dashed #EEEEEE; } }
.history-floor-box .floor .floor-left .floor-num { font-size: 26px; color: #666666; line-height: 1.2; margin-right: 5px; display: inline-block; vertical-align: middle; top: 0; position: sticky; }
@media (max-width: 767.98px) { .history-floor-box .floor .floor-left .floor-num { font-size: 18px; } }
.history-floor-box .floor .floor-left .floor-icon { display: inline-block; vertical-align: middle; top: 0; position: sticky; z-index: 2; width: 30px; height: 30px; border-radius: 50%; margin: 0; padding: 5px; -webkit-transition: background-color .3s; -moz-transition: background-color .3s; -ms-transition: background-color .3s; -o-transition: background-color .3s; transition: background-color .3s; background-color: rgba(225, 225, 225, 0.4); }
@media (max-width: 767.98px) { .history-floor-box .floor .floor-left .floor-icon { width: 24px; height: 24px; padding: 3px; } }
.history-floor-box .floor .floor-left .floor-icon .icon-wrap { width: 100%; height: 100%; border-radius: 50%; background-color: #c6c6c6; -webkit-transition: background-color .3s; -moz-transition: background-color .3s; -ms-transition: background-color .3s; -o-transition: background-color .3s; transition: background-color .3s; position: relative; }
.history-floor-box .floor .floor-left .floor-icon .icon-wrap i { position: absolute; width: 40%; height: 0; margin: auto; top: 0; bottom: 0; left: 0; right: 0; -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; }
.history-floor-box .floor .floor-left .floor-icon .icon-wrap i::before, .history-floor-box .floor .floor-left .floor-icon .icon-wrap i::after { content: ''; display: block; 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; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; }
.history-floor-box .floor .floor-left .floor-icon .icon-wrap i::before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.history-floor-box .floor .floor-left .floor-icon .icon-wrap i::after { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
.history-floor-box .floor .floor-right .events-list .item { color: #333333; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
@media (max-width: 767.98px) { .history-floor-box .floor .floor-right .events-list .item { font-size: 14px; } }
.history-floor-box .floor .floor-right .events-list .item:hover { color: var(--theme-color); }
.history-floor-box .floor:hover .floor-left .floor-num { color: var(--theme-color); }
.history-floor-box .floor:hover .floor-left .floor-icon { background-color: rgba(0, 106, 183, 0.2); }
.history-floor-box .floor:hover .floor-left .floor-icon .icon-wrap { background-color: #006ab7; }
.history-floor-box .floor:hover .floor-left .floor-icon .icon-wrap i { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
