@charset "UTF-8";
@import url("../font/bahnschrift/bahnschrift.css");
body { --theme-red:#a1181e; --theme-blue:#015aa4; --theme-color: #015aa4; --theme-bgcolor:#f5f7fa; }

@media (min-width: 1680px) { .container, .container-lg, .container-xl { max-width: 1600px; } }
.text-red { color: var(--theme-red); }

@keyframes gradientBG { 0% { background-size: 200% 200%; background-position-x: 100%; }
  50% { background-size: 200% 200%; background-position-x: 0%; }
  100% { background-position-x: -100%; background-size: 200% 200%; } }
@keyframes scaleDown { 0% { transform: scale(1); }
  50% { -webkit-transform: scale(1.2); }
  100% { -webkit-transform: scale(1); } }
@-webkit-keyframes slideIn { 0% { -webkit-transform: translateX(50px); transform: translateX(50px); }
  100% { -webkit-transform: translateX(0); transform: translateX(0); } }
@keyframes slideIn { 0% { -webkit-transform: translateX(50px); -ms-transform: translateX(50px); transform: translateX(50px); }
  100% { -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); } }
.slideIn { -webkit-animation-name: slideIn; animation-name: slideIn; }

.scaleDown { -webkit-animation: scaleDown 60s infinite linear; -o-animation: scaleDown 60s infinite linear; animation: scaleDown 60s infinite linear; }

.gradient-2 { background-image: -moz-linear-gradient(90deg, #001f4e 0%, #02276a 100%); background-image: -webkit-linear-gradient(90deg, #001f4e 0%, #02276a 100%); background-image: -ms-linear-gradient(90deg, #001f4e 0%, #02276a 100%); }

.gradient-text { display: inline-block; background-image: -moz-linear-gradient(90deg, #001f4e 0%, #02276a 100%); background-image: -webkit-linear-gradient(90deg, #001f4e 0%, #02276a 100%); background-image: -ms-linear-gradient(90deg, #001f4e 0%, #02276a 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.gradient-text:hover { background-size: 150%; }

.gradient-text-2 { background-image: -moz-linear-gradient(90deg, #001f4e 0%, #02276a 100%); background-image: -webkit-linear-gradient(90deg, #001f4e 0%, #02276a 100%); background-image: -ms-linear-gradient(90deg, #001f4e 0%, #02276a 100%); -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.gradient-text-2:hover { background-size: 150%; -webkit-animation: gradientBG 2s ease-out infinite; -o-animation: gradientBG 2s ease-out infinite; animation: gradientBG 2s ease-out infinite; }

.bg { background-color: #f7f7f7; }

.btn-zy { display: block; width: 180px; text-align: center; font-size: 20px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; background-size: 200%; }
.btn-zy:hover { background-position: 100% 0; }

.jwplayer { background: transparent !important; }

.ratio-index-service { --mdb-aspect-ratio: calc(31 / 65 * 100%); }
@media (max-width: 991.98px) { .ratio-index-service { --mdb-aspect-ratio: calc(9 / 16 * 100%) ; } }
@media (max-width: 575.98px) { .ratio-index-service { --mdb-aspect-ratio: calc(4 / 3 * 100%) ; } }

.ratio-index-cases { --mdb-aspect-ratio: calc(25 / 64 * 100%); }
@media (max-width: 767.98px) { .ratio-index-cases { --mdb-aspect-ratio: calc(4 / 3 * 100%); } }

.ratio-5x3 { --mdb-aspect-ratio: calc(3 / 5 * 100%); }

.font-bahnschrift { font-family: bahnschrift; }

.color-blue { color: var(--theme-blue); }

.jw-controlbar { width: 100%; }

.popup-box { position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 100; 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); }

.index-page { background-color: #11182b; }
.index-page .index-swiper { height: 100vh; }
.index-page .category-page-box .item { position: relative; z-index: 3; }
.index-page .category-page-box .item .item-mask { position: absolute; width: 100%; height: 100%; -webkit-transition: transform .3s ,opacity .5s; -moz-transition: transform .3s ,opacity .5s; -ms-transition: transform .3s ,opacity .5s; -o-transition: transform .3s ,opacity .5s; transition: transform .3s ,opacity .5s; }
.index-page .category-page-box .item .item-mask::after { content: ''; display: block; position: absolute; width: 250%; height: 100%; -webkit-mask: url("../Image/i-cate/mask-bg.png") bottom center no-repeat; -webkit-mask-size: 100% 100%; }
.index-page .category-page-box .item .item-mask::before { content: ''; display: block; position: absolute; width: 250%; height: 100%; background: rgba(17, 24, 43, 0.7); -webkit-mask: url("../Image/i-cate/mask-bg.png") bottom center no-repeat; -webkit-mask-size: 100% 100%; opacity: 0; -webkit-transition: opacity .5s; -moz-transition: opacity .5s; -ms-transition: opacity .5s; -o-transition: opacity .5s; transition: opacity .5s; z-index: 2; }
.index-page .category-page-box .item .item-mask::after { background: url("../Image/i-cate/i-cate-img-1.jpg"); }
.index-page .category-page-box .item:nth-child(1) .item-mask::after, .index-page .category-page-box .item:nth-child(1) .item-mask::before { left: -30%; }
.index-page .category-page-box .item:nth-child(2) .item-mask::after { background: url("../Image/i-cate/i-cate-img-2.jpg"); }
.index-page .category-page-box .item:nth-child(3) .item-mask::after { background: url("../Image/i-cate/i-cate-img-3.jpg"); }
.index-page .category-page-box .item:nth-child(4) .item-mask::after { background: url("../Image/i-cate/i-cate-img-4.jpg"); }
.index-page .category-page-box .item .item-wrap { position: relative; z-index: 2; color: #ffffff; text-align: center; }
.index-page .category-page-box .item .item-wrap .item-icon { -webkit-transition: transform .3s; -moz-transition: transform 0.3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform 0.3s; }
.index-page .category-page-box .item .item-wrap .item-icon .icon-wrap { width: 80px; height: 80px; margin: 0 auto; }
.index-page .category-page-box .item .item-wrap .item-title { color: #ffffff; font-size: 28px; line-height: 1; -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; }
.index-page .category-page-box .item .item-wrap .item-desc { color: #ffffff; font-size: 12px; opacity: .5; text-transform: uppercase; -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; }
.index-page .category-page-box .item .item-wrap .item-more { -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; width: 170px; padding: 0.6rem; margin: 1rem auto 0; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
@media (min-width: 1200px) { .index-page .category-page-box .item .item-wrap .item-more { margin-top: 4rem; } }
@media (max-width: 575.98px) { .index-page .category-page-box .item .item-wrap .item-more { width: 160px; font-size: 14px; } }
.index-page .category-page-box .item .item-wrap .item-more .cn-title { font-size: 16px; color: #ffffff; }
@media (max-width: 575.98px) { .index-page .category-page-box .item .item-wrap .item-more .cn-title { font-size: 14px; } }
.index-page .category-page-box .item .item-wrap .item-more .icon-jt { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; width: 26px; height: 26px; border-radius: 50%; position: relative; display: block; }
.index-page .category-page-box .item .item-wrap .item-more .icon-jt i { width: 30%; height: 1px; position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; display: block; margin-right: 12px; }
.index-page .category-page-box .item .item-wrap .item-more .icon-jt i::before, .index-page .category-page-box .item .item-wrap .item-more .icon-jt i::after { content: ''; position: absolute; width: 100%; height: 100%; background: #fff; -webkit-transform-origin: right center; -moz-transform-origin: right center; -ms-transform-origin: right center; -o-transform-origin: right center; transform-origin: right center; }
.index-page .category-page-box .item .item-wrap .item-more .icon-jt i::before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.index-page .category-page-box .item .item-wrap .item-more .icon-jt i::after { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
.index-page .category-page-box .item:hover .item-mask::before { opacity: 0; }
.index-page .category-page-box .item:hover .item-wrap .item-icon { -webkit-transform: translateY(-10px); -moz-transform: translateY(-10px); -ms-transform: translateY(-10px); -o-transform: translateY(-10px); transform: translateY(-10px); -webkit-transition-delay: 0; -moz-transition-delay: 0; -ms-transition-delay: 0; -o-transition-delay: 0; transition-delay: 0; }
.index-page .category-page-box .item:hover .item-wrap .item-title { -webkit-transform: translateY(-10px); -moz-transform: translateY(-10px); -ms-transform: translateY(-10px); -o-transform: translateY(-10px); transform: translateY(-10px); -webkit-transition-delay: 0; -moz-transition-delay: 0; -ms-transition-delay: 0; -o-transition-delay: 0; transition-delay: 0; }
.index-page .category-page-box .item:hover .item-wrap .item-desc { -webkit-transform: translateY(-10px); -moz-transform: translateY(-10px); -ms-transform: translateY(-10px); -o-transform: translateY(-10px); transform: translateY(-10px); -webkit-transition-delay: 0; -moz-transition-delay: 0; -ms-transition-delay: 0; -o-transition-delay: 0; transition-delay: 0; }
.index-page .category-page-box .item:hover .item-wrap .item-more { -webkit-transform: translateY(-10px); -moz-transform: translateY(-10px); -ms-transform: translateY(-10px); -o-transform: translateY(-10px); transform: translateY(-10px); -webkit-transition-delay: 0; -moz-transition-delay: 0; -ms-transition-delay: 0; -o-transition-delay: 0; transition-delay: 0; background-color: #db0f2c; border-radius: 5rem; }
.index-page .category-page-box .item:hover .item-wrap .item-more .icon-jt { background-color: rgba(0, 0, 0, 0.3); -webkit-transform: translateX(20px); -moz-transform: translateX(20px); -ms-transform: translateX(20px); -o-transform: translateX(20px); transform: translateX(20px); }
.index-page .category-page-box:hover .item:hover ~ .item .item-mask { -webkit-transform: translateX(20px); -moz-transform: translateX(20px); -ms-transform: translateX(20px); -o-transform: translateX(20px); transform: translateX(20px); }
.index-page .category-page-box:hover .item:not(:hover) .item-mask::before { opacity: 1; }
@media (max-width: 991.98px) { .index-page .footer { display: none; } }
@media (max-width: 767.98px) { .index-page .category-page-box .item .item-mask::after { -webkit-mask: none; } }

.header { z-index: 99; border-bottom: 1px solid rgba(255, 255, 255, 0.1); -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; top: 0; width: 100%; position: fixed; }
.header .header-wrap { height: 100px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
@media (max-width: 991.98px) { .header .header-wrap { height: 80px; } }
@media (max-width: 575.98px) { .header .header-wrap { height: 60px; } }
.header .logo img { -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; filter: grayscale(100%) brightness(100); }
@media (max-width: 991.98px) { .header .logo img { height: 56px; } }
@media (max-width: 575.98px) { .header .logo img { height: 46px; } }
.header .logo .logo-txt { display: none; padding-left: .5rem; border-left: 1px solid #e2e2e2; margin-left: .5rem; }
@media (min-width: 1680px) { .header .logo .logo-txt { display: block; } }
.header .logo .logo-txt .title { font-size: 21px; font-weight: bold; color: var(--theme-red); line-height: 1; }
.header .logo .logo-txt .desc { color: #666666; }
.header .header-tel .tel-info { padding-left: 10px; }
.header .header-tel .tel-info .tel-head { font-size: 14px; line-height: 1.6; color: #ffffff; opacity: .6; }
.header .header-tel .tel-info .tel-num { font-size: 26px; line-height: 1; font-family: BEBAS,lovelo; }
.header .header-tel span { font-size: 22px; color: #282828; font-weight: 100; display: inline-block; vertical-align: middle; margin-left: 10px; }
.header .nav { flex: 1 1 0%; }
@media (min-width: 1400px) { .header .nav { padding: 0 1.5rem; } }
.header .nav li { position: relative; flex: auto; }
@media (min-width: 1680px) { .header .nav li { flex: 1; } }
.header .nav li > a { -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; color: #ffffff; display: block; position: relative; overflow: hidden; }
@media (min-width: 1440px) { .header .nav li > a { padding: 1rem; } }
.header .nav li > a span { display: block; -webkit-transition: transform .5s, opacity 1s; -moz-transition: transform .5s, opacity 1s; -ms-transition: transform .5s, opacity 1s; -o-transition: transform .5s, opacity 1s; transition: transform .5s, opacity .3s; }
.header .nav li > a span.en { position: absolute; margin: auto; left: 0; right: 0; text-align: center; opacity: 0; }
.header .nav li .sub-nav { position: absolute; width: 140px; left: -50%; right: -50%; margin: auto; text-align: center; top: 100px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; opacity: 0; -webkit-transform: translateY(20px); -moz-transform: translateY(20px); -ms-transform: translateY(20px); -o-transform: translateY(20px); transform: translateY(20px); }
.header .nav li .sub-nav dl { display: none; padding: 1rem 0; background: #fff; }
.header .nav li .sub-nav dl dd { line-height: 36px; margin: 0; font-size: 14px; }
.header .nav li:hover > a span.cn { -webkit-transform: translateY(-40px); -moz-transform: translateY(-40px); -ms-transform: translateY(-20px); -o-transform: translateY(-20px); transform: translateY(-30px); opacity: 0; }
.header .nav li:hover > a span.en { -webkit-transition: transform .5s, opacity .3s; -moz-transition: transform .5s, opacity .3s; -ms-transition: transform .5s, opacity .3s; -o-transition: transform .5s, opacity 0s; transition: transform .3s, opacity 0s; -webkit-transform: translateY(-25px); -moz-transform: translateY(-25px); -ms-transform: translateY(-25px); -o-transform: translateY(-25px); transform: translateY(-25px); opacity: 1; }
.header .nav li:hover .sub-nav { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); opacity: 1; }
.header .nav li:hover .sub-nav dl { display: block; }
.header.scroll_bottom { -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%); -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.header.header-min { background-color: #fff; border-bottom-color: #EEEEEE; }
@media (min-width: 1199.98px) { .header.header-min .header-wrap { height: 70px; } }
.header.header-min .logo img { filter: none; }
@media (min-width: 992px) { .header.header-min .logo img { -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); transform: scale(0.8); } }
.header.header-min .nav li a { color: #333333; }
.header.header-min .nav li:hover a { color: var(--theme-color); }
.header.header-min .nav li .sub-nav { top: 70px; }
.header.header-min .header-tel .tel-info .tel-head { color: #333333; opacity: 1; }
.header.header-min .menu-icon span { color: var(--theme-color); }
@media (min-width: 1200px) { .header .container { max-width: 93%; } }

.dropdown-nav { position: absolute; width: 100%; padding: 3% 0; display: none; left: 0; overflow: hidden; background: rgba(255, 255, 255, 0.8); backdrop-filter: blur(3px); z-index: 99; }
@media (max-width: 1399.98px) { .dropdown-nav { height: 350px; } }
@media (min-width: 1680px) { .dropdown-nav .container { max-width: 1420px; } }
.dropdown-nav .nav-rightbar { flex: 0 0 auto; /* width: 17%;*/ position: relative; /*&::before{ content: ''; display: block; position: absolute; width: 220%; height: 100%; top: 0; left: 0; background: #cad5dd;
}*/ }
.dropdown-nav .nav-rightbar .right-wrap { position: relative; z-index: 2; height: 100%; color: #333333; padding-left: 2rem; }
.dropdown-nav .nav-rightbar .right-wrap::before { content: ''; display: block; width: 1px; height: 100%; position: absolute; margin: auto; left: 0; top: 0; bottom: 0; border-left: 1px solid #cccccc; }
.dropdown-nav .nav-rightbar .right-wrap a { color: #333333; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.dropdown-nav .nav-rightbar .right-wrap p { font-size: 26px; line-height: 2; color: var(--theme-color); }
.dropdown-nav .nav-rightbar .right-wrap .contact-box { line-height: 2; color: #333333; }
.dropdown-nav .nav-rightbar .right-wrap ul { margin-top: 1rem; }
.dropdown-nav .nav-rightbar .right-wrap ul li a { font-size: 18px; line-height: 2; }
.dropdown-nav .nav-container { flex: 0 0 auto; /*width: 83%;*/ }
.dropdown-nav .nav-container .child-item { display: none; height: 100%; }
.dropdown-nav .nav-container .child-item .item-info-wrap { padding-left: 5%; height: 100%; }
.dropdown-nav .nav-container .child-item .item-info-wrap .info-title { font-size: 26px; color: var(--theme-color); }
@media (max-width: 1199.98px) { .dropdown-nav .nav-container .child-item .item-info-wrap .info-title { font-size: 22px; } }
.dropdown-nav .nav-container .child-item .item-info-wrap .info-title::after { content: ''; display: block; width: 2rem; height: 2px; background-color: var(--theme-color); margin: .5rem 0; }
.dropdown-nav .nav-container .child-item .item-info-wrap .info-desc { line-height: 2; color: #666666; }
.dropdown-nav .nav-container .child-item .item-info-wrap ul { margin-top: 1rem; }
.dropdown-nav .nav-container .child-item .item-info-wrap ul li { line-height: 2; padding: .5rem; flex: 0 0 auto; }
.dropdown-nav .nav-container .child-item .item-info-wrap ul li::before { content: ''; display: inline-block; vertical-align: middle; margin-right: 12px; width: 5px; height: 5px; background-image: -moz-linear-gradient(90deg, #001f4e 0%, #02276a 100%); background-image: -webkit-linear-gradient(90deg, #001f4e 0%, #02276a 100%); background-image: -ms-linear-gradient(90deg, #001f4e 0%, #02276a 100%); -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.dropdown-nav .nav-container .child-item .item-info-wrap ul li:hover::before { -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -ms-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); border-radius: 50%; }
.dropdown-nav .nav-container .child-item .item-info-wrap ul li:hover a { display: inline-block; background-image: -moz-linear-gradient(90deg, #001f4e 0%, #02276a 100%); background-image: -webkit-linear-gradient(90deg, #001f4e 0%, #02276a 100%); background-image: -ms-linear-gradient(90deg, #001f4e 0%, #02276a 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.dropdown-nav .nav-container .child-item .item-info-wrap ul li a { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; display: inline-block; vertical-align: middle; flex: 1; }
.dropdown-nav .nav-container .child-item .item-img img { opacity: 0; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.dropdown-nav .nav-container .child-item .child-nav .nav-item { padding: 0 1.5%; }
.dropdown-nav .nav-container .child-item .child-nav .nav-item .item-img { overflow: hidden; }
.dropdown-nav .nav-container .child-item .child-nav .nav-item .item-img .img-wrap img { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; }
.dropdown-nav .nav-container .child-item .child-nav .nav-item .item-name { color: #333333; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.dropdown-nav .nav-container .child-item .child-nav .nav-item:hover .item-name { color: var(--theme-red); }
.dropdown-nav .nav-container .child-item.active { display: block; }
.dropdown-nav .nav-container .child-item.active .item-img img { opacity: 1; }
.dropdown-nav .nav-container .child-item.item-3 .child-nav .nav-item .item-img { width: 60px; margin: 0 auto; }
.dropdown-nav .nav-container .child-item.item-3 .child-nav .nav-item:hover .item-img img { -webkit-animation: swing 1 1s linear; -o-animation: swing 1 1s linear; animation: swing 1 1s linear; }

.more-icon { width: 40px; height: 40px; margin: auto; left: 0; right: 0; display: flex; justify-content: center; align-items: center; background: #eee; border-radius: 50%; top: 0; bottom: 0; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.more-icon svg { width: 40%; height: 40%; fill: #666; }
.more-icon:hover { background-color: var(--theme-color); }
.more-icon:hover svg { fill: #ffffff; }

.mask { top: 100px; display: none; position: fixed; height: 100vh; width: 100vw; background-color: rgba(0, 0, 0, 0.4); z-index: 88; }

.menu-icon { width: 80px; height: 80px; position: relative; cursor: pointer; }
.menu-icon span { position: absolute; width: 50%; height: 2px; color: #ffffff; background-color: CurrentColor; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; margin: auto; left: 0; right: 0; top: 0; bottom: 0; }
.menu-icon span::before, .menu-icon span::after { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; position: absolute; content: ''; display: block; width: 100%; height: 2px; background-color: CurrentColor; }
.menu-icon span::before { top: 600%; }
.menu-icon span::after { bottom: 600%; }
.menu-icon.open span { background-color: unset; }
.menu-icon.open span::before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: 0; }
.menu-icon.open span::after { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); bottom: 0; }
@media (max-width: 575.98px) { .menu-icon { position: absolute; right: 0; width: 56px; height: 56px; }
  .menu-icon span::before { top: 500%; }
  .menu-icon span::after { bottom: 500%; } }

.mobile-nav { z-index: 100; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; position: fixed; background-color: rgba(251, 251, 251, 0.9); backdrop-filter: blur(5px); width: 100%; height: 100%; top: 60px; left: 0; -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); }
.mobile-nav .nav-wrap { padding: 1rem 2rem; height: 100%; }
.mobile-nav dl { margin-bottom: 0; }
.mobile-nav dl a { color: #333333; }
.mobile-nav dl dt { position: relative; padding: .5rem; }
.mobile-nav dl dt a { line-height: 2; font-weight: normal; }
.mobile-nav dl dt.has-child::after { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
.mobile-nav dl dd { display: none; padding-left: 1rem; }
.mobile-nav dl dd ul { margin-bottom: 0; line-height: 2; margin-top: 5px; list-style: inside circle; }
.mobile-nav dl dd ul li::before { content: ''; display: inline-block; width: 5px; height: 0; border-bottom: 1px solid rgba(0, 0, 0, 0.7); vertical-align: middle; margin-right: 3px; }
.mobile-nav dl dd ul li a { font-size: 14px; vertical-align: middle; display: inline-block; }
.mobile-nav dl.active dt::before { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.mobile-nav dl.active dt::after { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.mobile-nav dl.active dt.has-child a { color: var(--theme-color); }

.mobile-nav dt.has-child::before, .mobile-nav dt.has-child::after { content: ''; position: absolute; width: 1rem; height: 0; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; border-bottom: 1px solid currentColor; right: .5rem; margin: auto; top: 0; bottom: 0; }

.open-menu ~ .mobile-nav { -webkit-transform: translate(0); -moz-transform: translate(0); -ms-transform: translate(0); -o-transform: translate(0); transform: translate(0); }

.m-nav-box { display: block; position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 50; opacity: 0; visibility: hidden; z-index: 999; }
@media (min-width: 1200px) { .m-nav-box { display: none; } }
.m-nav-box .m-nav-bg { position: absolute; left: 50%; top: 50%; width: 150vh; height: 150vh; border-radius: 100%; margin: -75vh 0 0 -75vh; transform: scale(0); background: url("../Image/nav-bg.jpg") center/cover no-repeat rgba(17, 24, 43, 0.7); filter: blur(20px); /*&::before{ content: ''; display: block; position: absolute; width: 100%; height: 100%; background-color: rgba(17, 24, 43, 0.7); top: 0; left: 0;
}*/ }
.m-nav-box .m-nav { position: absolute; left: 0; top: 0; width: 100%; z-index: 3; padding: 6% 3% 0; }
.m-nav-box .m-nav .pub-close { position: relative; width: 50px; height: 50px; background-color: rgba(255, 255, 255, 0.1); border-radius: 100%; }
@media (max-width: 767.98px) { .m-nav-box .m-nav .pub-close { width: 42px; height: 42px; } }
.m-nav-box .top-box { opacity: 0; visibility: hidden; }
.m-nav-box .top-box .logo img { height: 46px; filter: grayscale(100%) brightness(100); }
.m-nav-box .top-box .list { margin-top: 8%; }
.m-nav-box .top-box .list li { opacity: 0; visibility: hidden; transform: translateY(0.5rem); }
.m-nav-box .top-box .list li a { display: block; font-size: 18px; line-height: 2; color: #fff; padding: 10px 15px; transition: all .3s; }

.sbanner { background: url("../Image/sbanner/sbanner.jpg") center/cover no-repeat; height: 200px; background-position: center; background-repeat: no-repeat; background-size: cover; -webkit-transition: height .3s; -moz-transition: height .3s; -ms-transition: height .3s; -o-transition: height .3s; transition: height .3s; color: var(--theme-blue); /*@media (min-width: 1680px) { padding-top: 80px;
}*/ }
@media (max-width: 767.98px) { .sbanner { height: 260px; } }
@media (max-width: 575.98px) { .sbanner { height: 200px; } }
.sbanner .sbanner-name { font-size: 26px; }
.sbanner .sbanner-name span { margin-right: 1rem; font-family: lovelo; font-size: 52px; font-style: italic; }
@media (max-width: 767.98px) { .sbanner .sbanner-name span { font-size: 42px; } }

@media (max-width: 1199.98px) { .banner-swiper { --swiper-navigation-size: 38px; } }
@media (max-width: 991.98px) { .banner-swiper { --swiper-navigation-size: 32px; } }
@media (max-width: 767.98px) { .banner-swiper { --swiper-navigation-size: 24px; } }
@media (max-width: 575.98px) { .banner-swiper { --swiper-navigation-size: 20px; } }
@media (max-width: 575.98px) { .banner-swiper .banner-item img { height: 150px; object-fit: cover; } }
.banner-swiper .banner-item .overlay { background-color: rgba(0, 0, 0, 0.7); }
@media (max-width: 575.98px) { .banner-swiper .banner-item .overlay .overlay-img { max-width: 75%; margin: 0 auto; } }
.banner-swiper .banner-item .overlay .contact-btn { padding: 0.5rem 1.5rem; color: #fff; border-radius: 5rem; font-size: 14px; }
@media (min-width: 1200px) { .banner-swiper .banner-item .overlay .contact-btn { font-size: 20px; width: 180px; line-height: 50px; display: block; padding: 0; margin: 0 auto; } }

.banner-box { margin-top: 100px; }
@media (max-width: 991.98px) { .banner-box { margin-top: 80px; } }
@media (max-width: 575.98px) { .banner-box { margin-top: 60px; } }

.footer { background: #073c64; color: #ffffff; padding: 20px 0; line-height: 2; }
@media (min-width: 992px) and (max-width: 1680px) { .footer { font-size: 14px; } }
.footer .copyright span { color: #ffffff; opacity: .6; -webkit-transition: opacity .3s; -moz-transition: opacity .3s; -ms-transition: opacity .3s; -o-transition: opacity .3s; transition: opacity .3s; }
.footer .copyright span:hover { opacity: 1; }
.footer .copyright a { opacity: .6; color: #ffffff; -webkit-transition: opacity .3s; -moz-transition: opacity .3s; -ms-transition: opacity .3s; -o-transition: opacity .3s; transition: opacity .3s; }
.footer .copyright a:hover { opacity: 1; }
.footer .footer-contact { text-align: center; }
.footer .footer-contact span { opacity: .6; -webkit-transition: opacity .3s; -moz-transition: opacity .3s; -ms-transition: opacity .3s; -o-transition: opacity .3s; transition: opacity .3s; margin: 0 10px; display: inline-block; }
.footer .footer-contact span img { margin-right: 8px; }
.footer .footer-contact span:hover { opacity: 1; }

.index-page .menu-icon span { color: #ffffff; }
.index-page .footer { position: fixed; z-index: 33; bottom: 0; width: 100%; background: none; border-top: 1px solid rgba(255, 255, 255, 0.1); }

.product-gallery .gallery-img { overflow: hidden; background: #ffffff; }
.product-gallery .gallery-img img { -webkit-transform-origin: bottom center; -moz-transform-origin: bottom center; -ms-transform-origin: bottom center; -o-transform-origin: bottom center; transform-origin: bottom center; width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 767px) { .product-gallery .gallery-img { height: 400px; } }
.product-gallery .gallery-wrap .category-title { font-size: 50px; font-weight: bold; color: #ffffff; }
.product-gallery .gallery-wrap .category-en-title { font-size: 20px; color: #ffffff; font-weight: 100; text-transform: uppercase; opacity: .5; line-height: 1; }
.product-gallery .gallery-wrap .category-brief { color: #ffffff; font-size: 29px; opacity: .8; margin-top: 4vw; }
.product-gallery .gallery-wrap .category-line { position: relative; margin-top: 1.5vw; opacity: .5; margin-bottom: 2.2vw; }
.product-gallery .gallery-wrap .category-line::before, .product-gallery .gallery-wrap .category-line::after { content: ''; display: block; position: absolute; background-color: #fff; }
.product-gallery .gallery-wrap .category-line::before { bottom: -4px; height: 5px; width: 70px; }
.product-gallery .gallery-wrap .category-line::after { height: 1px; width: 200px; }
.product-gallery .gallery-wrap .contact-btn { display: inline-block; margin-top: 10vw; border: 1px solid rgba(255, 255, 255, 0.6); border-radius: 10rem; padding: .5rem 2.5rem; color: #ffffff; font-size: 18px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.product-gallery .gallery-wrap .contact-btn:hover { background-color: #db0f2c; border-color: #db0f2c; }
.product-gallery .gallery-wrap .scroll-down { margin-top: 3vw; }
.product-gallery .gallery-wrap .scroll-down .down-icon { width: 30px; height: 30px; background-color: var(--theme-red); border-radius: 50%; position: relative; overflow: hidden; }
@media (min-width: 1200px) { .product-gallery .gallery-wrap .scroll-down .down-icon { width: 40px; height: 40px; } }
.product-gallery .gallery-wrap .scroll-down .down-icon svg { -webkit-animation: scrollDwon 1.2s infinite linear; -o-animation: scrollDwon 1.2s infinite linear; animation: scrollDwon 1.2s infinite linear; margin: auto; position: absolute; top: 0; bottom: 0; right: 0; left: 0; width: 50%; height: 50%; }
.product-gallery .gallery-wrap .scroll-down .down-icon svg path { fill: #ffffff; }
@media (max-width: 1400px) { .product-gallery .gallery-wrap .category-title { font-size: 36px; }
  .product-gallery .gallery-wrap .category-en-title { font-size: 16px; }
  .product-gallery .gallery-wrap .category-brief { font-size: 24px; }
  .product-gallery .gallery-wrap .contact-btn { font-size: 16px; padding: .5rem 1.5rem; margin-top: 4%; } }
@media (max-width: 1199.98px) { .product-gallery .gallery-wrap .category-title { font-size: 32px; }
  .product-gallery .gallery-wrap .category-brief { font-size: 20px; } }
@media (max-width: 991.98px) { .product-gallery .gallery-wrap .category-title { margin-top: 8%; font-size: 28px; font-weight: normal; }
  .product-gallery .gallery-wrap .category-brief { font-size: 18px; }
  .product-gallery .gallery-wrap .contact-btn { font-size: 14px; padding: .5rem 1.5rem; margin-top: 6%; }
  .product-gallery .gallery-wrap .scroll-down { margin-top: 4%; } }
@media (max-width: 767.98px) { .product-gallery .gallery-wrap .category-brief { font-size: 16px; } }

@keyframes scrollDwon { 0% { -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
  50% { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
  100% { -webkit-transform: translateY(50%); -moz-transform: translateY(50%); -ms-transform: translateY(50%); -o-transform: translateY(50%); transform: translateY(50%); } }
.gap-line { height: 5px; background: url("../Image/bg-line.png"); width: 100%; }

.section { padding: 3vw 0; }
.section .sec-head { margin-bottom: 2rem; font-weight: 100; color: #000; }
.section .sec-head .head-name { position: relative; }
.section .sec-head .head-name::before { content: attr(data-title); font-size: 70px; color: rgba(51, 51, 51, 0.05); font-weight: bold; text-transform: uppercase; position: absolute; line-height: 70px; margin-top: -12px; }
.section .sec-head .head-name .name { position: relative; font-size: 30px; z-index: 2; }
.section .sec-head .head-name::after { content: ''; display: inline-block; width: 110px; height: 13px; background-color: #db0f2c; position: absolute; left: 0; bottom: 0; }
.section .sec-head .head-desc { font-size: 22px; margin-top: .5rem; }
@media (max-width: 767.98px) { .section .sec-head .head-name::before { font-size: 56px; line-height: 1; margin: auto; }
  .section .sec-head .head-name .name { font-size: 26px; }
  .section .sec-head .head-name .head-desc { font-size: 20px; } }
@media (max-width: 575.98px) { .section .sec-head .head-name::before { font-size: 42px; line-height: 1; }
  .section .sec-head .head-desc { font-size: 18px; } }
.section.sec-about .sec-content { border-top: 1px solid #e7e7e7; padding: 2rem 0; line-height: 2; color: #333333; }
.section.sec-about .about-cultrue .item .item-wrap { border-radius: 5px; background-color: #f7f7f7; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; padding: 8%; color: #333333; }
.section.sec-about .about-cultrue .item .item-wrap .item-title { position: relative; }
.section.sec-about .about-cultrue .item .item-wrap .item-title .item-icon { position: absolute; right: 0; width: 80px; height: 80px; }
.section.sec-about .about-cultrue .item .item-wrap .item-title .item-icon .icon-wrap { width: 100%; height: 100%; position: relative; }
.section.sec-about .about-cultrue .item .item-wrap .item-title .item-icon.icon-1 .icon-wrap { background: url("../Image/icon-cultrue-1.png") center/cover no-repeat; }
.section.sec-about .about-cultrue .item .item-wrap .item-title .item-icon.icon-2 .icon-wrap { background: url("../Image/icon-cultrue-2.png") center/cover no-repeat; }
.section.sec-about .about-cultrue .item .item-wrap .item-title .item-icon.icon-3 .icon-wrap { background: url("../Image/icon-cultrue-3.png") center/cover no-repeat; }
.section.sec-about .about-cultrue .item .item-wrap .item-title .cn-title { font-size: 26px; }
.section.sec-about .about-cultrue .item .item-wrap .item-title .en-title { text-transform: uppercase; opacity: .5; }
.section.sec-about .about-cultrue .item .item-wrap .item-content { margin-top: 8%; font-size: 22px; }
.section.sec-about .about-cultrue .item:hover .item-wrap { background-color: var(--theme-color); color: #ffffff; }
.section.sec-contact .contact-box .item .item-wrap .item-top .item-icon { margin-right: 8px; }
.section.sec-contact .contact-box .item .item-wrap .item-top .item-title { color: #000000; text-transform: uppercase; }
@media (min-width: 1400px) { .section.sec-contact .contact-box .item .item-wrap .item-top .item-title { font-size: 18px; } }
@media (min-width: 1400px) { .section.sec-contact .contact-box .item .item-wrap .item-value { font-size: 18px; } }

.in-section { padding: 3vw 0; }
.in-section .sec-head { margin-bottom: 2vw; }
.in-section .sec-head .head-name { position: relative; }
.in-section .sec-head .head-name::before { content: attr(data-title); font-size: 70px; color: rgba(51, 51, 51, 0.05); font-weight: bold; text-transform: uppercase; position: absolute; line-height: 70px; margin-top: -12px; }
.in-section .sec-head .head-name .name { position: relative; font-size: 30px; }
.in-section .sec-head .head-name .name::after { content: ''; display: inline-block; width: 3rem; height: 2px; background-color: #015aa4; vertical-align: middle; margin: 0 10px; }
.in-section .sec-head .head-name .en { position: relative; color: #555555; font-size: 18px; text-transform: uppercase; }
.in-section .sec-head-lite { margin-top: 1.5rem; }
.in-section .sec-head-lite .head-name { font-size: 24px; }
.in-section .sec-head-lite .head-name::before { content: ''; display: inline-block; vertical-align: middle; margin-right: 10px; width: 2px; height: 30px; background-color: var(--theme-color); }
@media (max-width: 767.98px) { .in-section .sec-head-lite .head-name { font-size: 20px; } }
@media (max-width: 575.98px) { .in-section .sec-head-lite .head-name { font-size: 16px; } }
.in-section .sec-content { color: #666666; }
.in-section .sec-content p { line-height: 34px; }
.in-section .sec-content img { max-width: 100%; }
@media (max-width: 767.98px) { .in-section .sec-head .head-name::before { font-size: 56px; line-height: 1; margin: auto; }
  .in-section .sec-head .head-name .name { font-size: 26px; }
  .in-section .sec-head .head-name .en { font-size: 14px; display: block; padding: 8px 0; } }
@media (max-width: 575.98px) { .in-section .sec-head .head-name::before { font-size: 42px; line-height: 1; } }

/*汽轮机*/
.weihai-box .item .item-wrap { background-color: #f7f7f7; line-height: 2.2; height: 100%; padding: 2rem; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; border-radius: 3px; }
.weihai-box .item:hover .item-wrap { background-color: var(--theme-color); color: #ffffff; }

.bubble { border-radius: 100vw; background-image: -moz-linear-gradient(90deg, #f1f5ff 0%, #dee6f2 100%); background-image: -webkit-linear-gradient(90deg, #f1f5ff 0%, #dee6f2 100%); background-image: -ms-linear-gradient(90deg, #f1f5ff 0%, #dee6f2 100%); opacity: .05; }

.pro-swiper .swiper-pagination-fraction { bottom: auto; top: 20%; font-size: 24px; padding-right: 10%; text-align: right; }
.pro-swiper .swiper-pagination-fraction .swiper-pagination-current { font-size: 32px; color: var(--theme-color); }
@media (max-width: 1680px) { .pro-swiper .swiper-pagination-fraction { top: 10%; } }
@media (max-width: 1399.98px) { .pro-swiper .swiper-pagination-fraction { top: 10%; } }
@media (max-width: 1199.98px) { .pro-swiper .swiper-pagination-fraction { display: none; } }
.pro-swiper .item-info .item-title { color: #333333; font-size: 32px; position: relative; }
@media (max-width: 1199.98px) { .pro-swiper .item-info .item-title { font-size: 28px; } }
@media (max-width: 767.98px) { .pro-swiper .item-info .item-title { font-size: 24px; } }
@media (max-width: 575.98px) { .pro-swiper .item-info .item-title { font-size: 20px; } }
@media (min-width: 1200px) { .pro-swiper .item-info .item-title::before { content: attr(data-title); display: block; font-size: 60px; position: absolute; right: 0; font-weight: bold; bottom: 0; line-height: 1; -webkit-text-fill-color: transparent; -webkit-text-stroke: 1px rgba(51, 51, 51, 0.1); } }
@media (min-width: 1400px) { .pro-swiper .item-info .item-title::before { font-size: 70px; } }
.pro-swiper .item-info .item-title .item-pagination { font-size: 24px; color: #999999; }
.pro-swiper .item-info .item-title .item-pagination .current_number { color: var(--theme-color); font-size: 40px; }
@media (max-width: 1400px) { .pro-swiper .item-info .item-title .item-pagination .current_number { font-size: 36px; } }
@media (min-width: 1680px) { .pro-swiper .item-info .item-title::before { font-size: 80px; } }
.pro-swiper .item-info .item-desc { color: #333333; font-size: 20px; }
.pro-swiper .item-info .item-desc .tags { font-size: 18px; color: #ffffff; display: inline-block; border-radius: 3px; padding: 2px 10px; vertical-align: middle; margin-right: 5px; background-color: var(--theme-color); }
.pro-swiper .item-info .item-content { position: relative; line-height: 32px; color: #666666; }
.pro-swiper .item-info .item-content::before, .pro-swiper .item-info .item-content::after { content: ''; position: absolute; width: 100%; height: 0; top: 0; left: 0; }
.pro-swiper .item-info .item-content::before { border-top: 1px solid #eaeaea; }
.pro-swiper .item-info .item-content::after { top: 1px; border-top: 1px solid #ffffff; }
.pro-swiper .item .item-img { position: relative; background: url("../Image/bg-txt.png") left center no-repeat; background-size: auto 98%; }
.pro-swiper .pro-prev, .pro-swiper .pro-next { position: absolute; margin: auto; width: 50px; height: 50px; background: var(--theme-color); top: 0; bottom: 0; }
.pro-swiper .pro-prev i, .pro-swiper .pro-next i { width: 100%; height: 100%; position: relative; display: block; }
.pro-swiper .pro-prev svg, .pro-swiper .pro-next svg { position: absolute; margin: auto; top: 0; bottom: 0; right: 0; left: 0; width: 45%; height: 45%; }
.pro-swiper .pro-prev svg path, .pro-swiper .pro-next svg path { fill: #ffffff; }
.pro-swiper .pro-prev { right: 2%; }
.pro-swiper .pro-next { left: 2%; }
.pro-swiper .swiper-pagination-bullet { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; width: 1rem; height: 4px; border-radius: 3px; -webkit-transition: all .4s; -moz-transition: all .4s; -ms-transition: all .4s; -o-transition: all .4s; transition: all .4s; }
.pro-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active { width: 2rem; }

.pro-box .item { position: relative; }
.pro-box .item .item-wrap { overflow: hidden; position: relative; height: 100%; background-color: var(--theme-color); color: #ffffff; padding: 5rem 4rem; border-radius: 3px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; line-height: 2; }
@media (max-width: 1199.98px) { .pro-box .item .item-wrap { padding: 2.5rem; } }
.pro-box .item .item-wrap .item-content { flex: 1; padding: 0 1.5rem; position: relative; z-index: 2; }
.pro-box .item .item-wrap .item-content:nth-child(1) { border-right: 1px solid rgba(255, 255, 255, 0.1); }
.pro-box .item .item-wrap .item-content:nth-child(2) { border-left: 1px solid rgba(0, 0, 0, 0.1); }
@media (max-width: 1199.98px) { .pro-box .item .item-wrap .item-content { padding: 0.5rem 1rem; }
  .pro-box .item .item-wrap .item-content:nth-child(1) { border-right: none; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .pro-box .item .item-wrap .item-content:nth-child(2) { border-left: none; border-top: 1px solid rgba(0, 0, 0, 0.1); } }
.pro-box .item.item-1 .bubble { display: block; position: absolute; width: 460px; height: 460px; }
.pro-box .item.item-1 .bubble.bubble-1 { top: 67%; left: -20%; animation: spin-reverse 19s infinite linear; transform-origin: 48% 49%; }
.pro-box .item.item-1 .bubble.bubble-2 { width: 240px; height: 240px; top: 57%; left: -25%; animation: spin-reverse 22s infinite linear; transform-origin: 57% 52%; }
.pro-box .item.item-1 .bubble.bubble-3 { right: -30%; top: -110%; animation: spin2 24s infinite linear; transform-origin: 34% 40%; }
.pro-box .item.item-2 .bubble { display: block; position: absolute; width: 460px; height: 460px; }
.pro-box .item.item-2 .bubble.bubble-1 { width: 240px; height: 240px; top: 60%; right: 9%; -webkit-animation: spin 14s infinite linear; -o-animation: spin 14s infinite linear; animation: spin 14s infinite linear; transform-origin: 52% 60%; }
.pro-box .item.item-2 .bubble.bubble-2 { right: -20%; top: 70%; -webkit-animation: spin2 20s infinite; -o-animation: spin2 20s infinite; animation: spin2 20s infinite; transform-origin: 52% 46%; }
.pro-box .item:hover .item-wrap { background-color: #073c64; }

.table-content table tr { background-color: #f7f7f7; }
.table-content table tr:nth-child(odd) { background-color: #f0f0f0; }
.table-content table tr:nth-child(1) { background-color: var(--theme-color); color: #ffffff; font-weight: bold; font-size: 24px; border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
@media (max-width: 767.98px) { .table-content table tr:nth-child(1) { font-weight: normal; font-size: 20px; } }
@media (max-width: 575.98px) { .table-content table tr:nth-child(1) { font-size: 18px; } }
.table-content table tr td { padding: 10px; text-align: center; }
.table-content table tr td:not(.table-content table tr td:nth-child(1)) { border-left: 1px solid rgba(255, 255, 255, 0.2); }
.table-content table tr td:nth-child(1) { background-color: var(--theme-color); color: #ffffff; }
.table-content table tr:not(.table-content table tr:nth-child(1)) td:not(.table-content table tr:not(.table-content table tr:nth-child(1)) td:nth-child(1)) { border-left: 1px solid rgba(0, 0, 0, 0.1); }

.qingxibz-box .item .item-wrap { padding: 15% 10%; height: 100%; line-height: 2; height: 100%; font-size: 18px; color: #444b53; position: relative; background-color: #f8f8f8; }
.qingxibz-box .item .item-wrap .item-title { font-weight: bold; font-size: 30px; color: var(--theme-color); position: relative; z-index: 2; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.qingxibz-box .item .item-wrap .item-title::after { content: attr(data-title); position: absolute; font-family: BEBAS; font-size: 70px; margin-top: 0; right: 0; top: 0; color: #000; opacity: .1; line-height: 1; font-weight: normal; }
@media (max-width: 991.98px) { .qingxibz-box .item .item-wrap .item-title::after { font-size: 60px; } }
@media (max-width: 767.98px) { .qingxibz-box .item .item-wrap .item-title::after { font-size: 48px; } }
@media (max-width: 575.98px) { .qingxibz-box .item .item-wrap .item-title::after { font-size: 42px; } }
.qingxibz-box .item .item-wrap .item-desc { position: relative; z-index: 2; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.qingxibz-box .item .item-wrap .item-content { height: 72px; position: relative; z-index: 2; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
@media (max-width: 1399.98px) { .qingxibz-box .item .item-wrap { font-size: 16px; padding: 10%; }
  .qingxibz-box .item .item-wrap .item-title { font-size: 24px; } }
.qingxibz-box .item .item-wrap::before { content: ''; display: block; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-color: var(--theme-color); -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: left; -moz-transform-origin: left; -ms-transform-origin: left; -o-transform-origin: left; transform-origin: left; }
.qingxibz-box .item:hover .item-wrap { background-color: #ffffff; color: #ffffff; }
.qingxibz-box .item:hover .item-wrap .item-title { color: #ffffff; }
.qingxibz-box .item:hover .item-wrap::before { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); }

.btsqzb-box .item .item-wrap .item-icon { width: 110px; height: 110px; border-radius: 3px; background-color: var(--theme-color); position: relative; overflow: hidden; }
@media (max-width: 767.98px) { .btsqzb-box .item .item-wrap .item-icon { width: 80px; height: 80px; } }
.btsqzb-box .item .item-wrap .item-icon::before { content: ''; display: block; position: absolute; width: 100%; height: 100%; background-color: #ffffff; border-radius: 50%; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); opacity: 0; z-index: 2; }
.btsqzb-box .item .item-wrap .item-icon::after { content: ''; display: block; position: absolute; width: 100%; height: 100%; background-color: #ce333e; opacity: 0; top: 0; left: 0; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); z-index: 3; }
.btsqzb-box .item .item-wrap .item-icon .icon-wrap { width: 100%; height: 100%; position: relative; z-index: 4; }
.btsqzb-box .item .item-wrap .item-icon .icon-wrap svg { position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; width: 50%; height: 50%; }
.btsqzb-box .item .item-wrap .item-icon .icon-wrap svg path { fill: #ffffff; }
.btsqzb-box .item .item-wrap .item-info { flex: 1; padding-left: 2rem; }
@media (max-width: 767.98px) { .btsqzb-box .item .item-wrap .item-info { padding-left: 1rem; } }
.btsqzb-box .item .item-wrap .item-info .item-title { font-size: 28px; color: var(--theme-color); -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
@media (max-width: 1199.98px) { .btsqzb-box .item .item-wrap .item-info .item-title { font-size: 24px; } }
@media (max-width: 991.98px) { .btsqzb-box .item .item-wrap .item-info .item-title { font-size: 20px; } }
@media (max-width: 575.98px) { .btsqzb-box .item .item-wrap .item-info .item-title { font-size: 18px; } }
.btsqzb-box .item .item-wrap .item-info .item-content { color: #333333; font-size: 14px; }
@media (min-width: 1200px) { .btsqzb-box .item .item-wrap .item-info .item-content { margin-top: .5rem; font-size: 16px; } }
.btsqzb-box .item .item-wrap:hover .item-icon::before { -webkit-transform: scale(2); -moz-transform: scale(2); -ms-transform: scale(2); -o-transform: scale(2); transform: scale(2); opacity: 1; -webkit-transition: transform .5s, opacity .3s; -moz-transition: transform .5s, opacity .3s; -ms-transition: transform .5s, opacity .3s; -o-transition: transform .5s, opacity .3s; transition: transform .5s, opacity .3s; }
.btsqzb-box .item .item-wrap:hover .item-icon::after { -webkit-transition: transform .3s linear .1s ,opacity .5s; -moz-transition: transform .3s linear .1s ,opacity .5s; -ms-transition: transform .3s linear .1s ,opacity .5s; -o-transition: transform .3s linear .1s ,opacity .5s; transition: transform .3s linear .1s ,opacity .5s; opacity: 1; -webkit-transform: scale(2); -moz-transform: scale(2); -ms-transform: scale(2); -o-transform: scale(2); transform: scale(1); -webkit-transition-delay: .2s; -moz-transition-delay: .2s; -ms-transition-delay: .2s; -o-transition-delay: .2s; transition-delay: .2s; }
.btsqzb-box .item .item-wrap:hover .item-title { color: #ce333e; }

.sgzlfx-box .item .item-wrap { background-color: #f8f8f8; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.sgzlfx-box .item .item-wrap .item-title { position: relative; font-size: 30px; color: #333333; height: 70px; margin: .5rem 0; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.sgzlfx-box .item .item-wrap .item-title::before { content: attr(data-id); font-family: BEBAS; font-size: 70px; opacity: .1; color: currentColor; line-height: 1; height: 70px; position: absolute; top: -10px; bottom: 0; width: 100%; text-align: center; }
.sgzlfx-box .item .item-wrap .item-content { font-size: 18px; padding: 1rem 2rem; text-align: center; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.sgzlfx-box .item .item-wrap:hover { background-color: var(--theme-color); }
.sgzlfx-box .item .item-wrap:hover .item-content, .sgzlfx-box .item .item-wrap:hover .item-title { color: #ffffff; }

.image-list .item .item-wrap { position: relative; }
.image-list .item .item-wrap::before, .image-list .item .item-wrap::after { display: block; position: absolute; width: 100%; height: 100%; z-index: 2; top: 0; left: 0; -webkit-transition: transform .3s ,opacity .3s; -moz-transition: transform .3s ,opacity .3s; -ms-transition: transform .3s ,opacity .3s; -o-transition: transform .3s ,opacity .3s; transition: transform .3s ,opacity .3s; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); opacity: 0; }
.image-list .item .item-wrap::before { content: ''; background-color: var(--theme-color); -webkit-transition-delay: .2s; -moz-transition-delay: .2s; -ms-transition-delay: .2s; -o-transition-delay: .2s; transition-delay: .2s; }
.image-list .item .item-wrap::after { width: 60px; height: 60px; margin: auto; right: 0; bottom: 0; font-size: 60px; content: '+'; z-index: 22; line-height: 1; color: #fff; font-weight: 100; }
.image-list .item .item-wrap .item-img { position: relative; }
.image-list .item:hover .item-wrap::before { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity: .89; -webkit-transition-delay: 0; -moz-transition-delay: 0; -ms-transition-delay: 0; -o-transition-delay: 0; transition-delay: 0; }
.image-list .item:hover .item-wrap::after { opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }

.form-outline .form-control ~ .form-notch div { border: none; }

.form-outline .form-control:focus ~ .form-label { color: var(--theme-color); }
.form-outline .form-control:focus ~ div { border: none !important; }

.form-outline .form-control:focus ~ .form-notch div { border: none !important; }

.form-outline .input-append { position: absolute; right: 5px; bottom: 10px; }
.form-outline .input-append .input-icon svg { width: 22px; height: 22px; }
.form-outline .input-append .input-icon svg path { fill: #666666; }

.ratio-21x8 { --mdb-aspect-ratio: calc(8 / 21 * 100%); }

.partner-box { background: url("../Image/partner-bg.jpg") center/cover no-repeat; }
.partner-box .box-wrap { background-color: rgba(255, 255, 255, 0.6); border-radius: 10px; backdrop-filter: blur(5px); box-shadow: 4.243px 4.243px 40px 0px rgba(40, 40, 40, 0.1); }
.partner-box .box-wrap img { max-width: 100%; max-height: 80px; }

.news-list .item .item-wrap { -webkit-box-shadow: 0px 5px 20px 0px rgba(68, 68, 68, 0.06); -moz-box-shadow: 0px 5px 20px 0px rgba(68, 68, 68, 0.06); box-shadow: 0px 5px 20px 0px rgba(68, 68, 68, 0.06); -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.news-list .item .item-wrap .item-img { background-color: #eaeaea; }
.news-list .item .item-wrap .item-name { -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; line-height: 2; color: #000; font-size: 18px; }
.news-list .item .item-wrap .item-time { color: #939393; font-size: 14px; line-height: 2; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.news-list .item .item-wrap .item-desc { color: #666666; }
.news-list .item .item-wrap .icons svg { width: 28px; height: 28px; }
.news-list .item .item-wrap .icons svg path { fill: #747474; }
.news-list .item .item-wrap:hover { -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05) !important; box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05) !important; -webkit-transform: translateY(-5px); -moz-transform: translateY(-5px); -ms-transform: translateY(-5px); -o-transform: translateY(-5px); transform: translateY(-5px); }
.news-list .item .item-wrap:hover .item-name { color: var(--theme-color); }
.news-list .item .item-wrap:hover .item-time { letter-spacing: 1px; }

.news-list-1 .first-news-item { border-bottom: 1px solid #f2f2f2; }
@media (min-width: 1200px) { .news-list-1 .first-news-item { padding: 2rem 0; } }
.news-list-1 .first-news-item .news-title { color: #282828; font-size: 26px; }
.news-list-1 .first-news-item .news-desc { color: #aaaaaa; line-height: 2; }
.news-list-1 .news-item::before { content: ''; display: block; width: 3px; height: 3px; background-color: #aaaaaa; margin-right: 1rem; }
.news-list-1 .news-item .news-title { width: calc(100% - 110px); font-size: 18px; }
.news-list-1 .news-item .news-time { font-size: 14px; color: #aaaaaa; width: 100px; }

.news-list-2 .news-item .item-wrap { box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.03); -webkit-box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.03); -moz-box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.03); box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.03); background-color: #fff; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.news-list-2 .news-item .item-img .item-time { position: absolute; width: 170px; height: 48px; text-align: center; line-height: 48px; color: #ffffff; bottom: 0; left: 0; }
@media (max-width: 575.98px) { .news-list-2 .news-item .item-img .item-time { width: 120px; height: 36px; line-height: 36px; } }
.news-list-2 .news-item .item-caption { padding-top: 1.5rem; padding-left: 2.2rem; padding-right: 2.2rem; padding-bottom: 0.5rem; }
@media (max-width: 575.98px) { .news-list-2 .news-item .item-caption { padding: .5rem 1rem; } }
.news-list-2 .news-item .item-name { font-size: 20px; }
.news-list-2 .news-item .item-desc { line-height: 2; color: #999999; }
.news-list-2 .news-item .item-foot { border-top: 1px dashed #e8e8e8; }
.news-list-2 .news-item .item-foot::before { content: ''; width: 2rem; height: 2px; background-color: var(--theme-color); display: inline-block; vertical-align: middle; margin-right: 10px; animation: gradientBG 3s ease infinite; }
.news-list-2 .news-item .item-foot a { color: var(--theme-color); font-weight: bold; text-transform: uppercase; animation: gradientBG 3s ease infinite; }
.news-list-2 .news-item:hover .item-wrap { -webkit-transform: translateY(-5px); -moz-transform: translateY(-5px); -ms-transform: translateY(-5px); -o-transform: translateY(-5px); transform: translateY(-5px); box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.08); -webkit-box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.08); -moz-box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.08); box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.08); }

.news-list-3 .news-item { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.news-list-3 .news-item .news-time { width: 90px; }
.news-list-3 .news-item .news-time .date { font-size: 50px; line-height: 1; font-family: Bahnschrift; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.news-list-3 .news-item .news-time .month { color: #999999; font-size: 14px; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.news-list-3 .news-item .news-info { color: #333333; border-left: 1px solid #e8e8e9; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; max-width: calc(100% - 90px); }
.news-list-3 .news-item .news-info .news-title { color: #333333; font-size: 18px; line-height: 2; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.news-list-3 .news-item .news-info .news-desc { color: #999999; font-size: 14px; line-height: 2; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.news-list-3 .news-item:hover .news-time .date { color: var(--theme-color); -webkit-animation: swing 1.5s; -o-animation: swing 1.5s; animation: swing 1.5s; }
.news-list-3 .news-item:hover .news-info .news-title { color: var(--theme-color); }
.news-list-3 .news-item:hover .news-info .news-desc { color: #666666; }

.news-list-4 .item .item-wrap { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.news-list-4 .item .item-wrap .item-time { font-size: 12px; color: #999999; line-height: 2.5; }
.news-list-4 .item .item-wrap .item-info .item-title { -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; font-size: 16px; }
@media (min-width: 992px) { .news-list-4 .item .item-wrap .item-info .item-title { font-size: 18px; } }
@media (min-width: 1200px) { .news-list-4 .item .item-wrap .item-info .item-title { font-size: 22px; } }
.news-list-4 .item .item-wrap .item-info .item-title::after { -webkit-transition: width .5s; -moz-transition: width .5s; -ms-transition: width .5s; -o-transition: width .5s; transition: width .5s; content: ''; display: block; width: 42px; height: 1px; background-color: #b0b1b1; margin-top: .5rem; margin-bottom: .5rem; }
@media (max-width: 575.98px) { .news-list-4 .item .item-wrap .item-info .item-title { font-size: 18px; } }
.news-list-4 .item .item-wrap .item-info .item-desc { font-size: 14px; color: #999999; }
@media (min-width: 1400px) { .news-list-4 .item .item-wrap .item-info .item-desc { line-height: 2; } }
.news-list-4 .item .item-wrap .item-info .item-more { color: #ca1323; font-size: 14px; margin-top: .5rem; display: block; }
.news-list-4 .item:hover .item-wrap { -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); }
.news-list-4 .item:hover .item-wrap .item-time .time-wrap { color: var(--theme-color); }
.news-list-4 .item:hover .item-wrap .item-info .item-title { color: var(--theme-color); }
.news-list-4 .item:hover .item-wrap .item-info .item-title::after { width: 65px; background-color: var(--theme-color); }

.news-list-5 .item .item-wrap { position: relative; }
.news-list-5 .item .item-wrap .item-img { overflow: hidden; }
.news-list-5 .item .item-wrap .item-img img { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.news-list-5 .item .item-wrap .item-caption { -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); background-color: #ffffff; width: 90%; margin: 0 auto; -webkit-box-shadow: 0 12px 15px 0px rgba(0, 0, 0, 0.05); -moz-box-shadow: 0 12px 15px 0px rgba(0, 0, 0, 0.05); box-shadow: 0 12px 15px 0px rgba(0, 0, 0, 0.05); }
.news-list-5 .item .item-wrap .item-caption .item-info { max-width: 82%; }
.news-list-5 .item .item-wrap .item-caption .item-info .item-en { color: #333333; opacity: .5; }
.news-list-5 .item .item-wrap .item-caption .item-info .item-title { font-size: 22px; color: #333333; }
.news-list-5 .item .item-wrap .item-caption .item-more a { display: block; width: 46px; height: 46px; background-color: #f1f1f1; border-radius: 3px; }
.news-list-5 .item .item-wrap .item-caption .item-more a svg { height: auto; width: 60%; -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; -webkit-transform: translateX(-1px); -moz-transform: translateX(-1px); -ms-transform: translateX(-1px); -o-transform: translateX(-1px); transform: translateX(-1px); }
.news-list-5 .item .item-wrap .item-caption .item-more a svg path { fill: #bbbbbb; }
.news-list-5 .item:hover .item-wrap .item-img img { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); }
.news-list-5 .item:hover .item-wrap .item-caption { background-color: var(--theme-color); -webkit-transition: background-color 0.3s; -moz-transition: background-color 0.3s; -ms-transition: background-color 0.3s; -o-transition: background-color 0.3s; transition: background-color 0.3s; }
.news-list-5 .item:hover .item-wrap .item-caption .item-info .item-en { color: #ffffff; }
.news-list-5 .item:hover .item-wrap .item-caption .item-info .item-title { color: #ffffff; }
.news-list-5 .item:hover .item-wrap .item-caption .item-more a { background-color: rgba(255, 255, 255, 0.15); }
.news-list-5 .item:hover .item-wrap .item-caption .item-more a svg { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); }
.news-list-5 .item:hover .item-wrap .item-caption .item-more a svg path { fill: #fff; }

/*新闻详情*/
.news-detail-page .news-top .news-title { font-size: 24px; color: #333333; }
@media (min-width: 1200px) { .news-detail-page .news-top .news-title { font-size: 26px; } }
@media (min-width: 1400px) { .news-detail-page .news-top .news-title { font-size: 28px; } }
.news-detail-page .news-top .news-meta { color: #999999; line-height: 2; }
.news-detail-page .news-img { background-color: #f0f0f0; border-radius: 5px; }
.news-detail-page .news-content { color: #666666; line-height: 2; border-top: 1px solid #eeeeee; }
.news-detail-page .news-content img { max-width: 100%; }
@media (min-width: 1400px) { .news-detail-page .news-right { padding-left: 20px; } }
.news-detail-page .news-right .wiget-box { border: 1px solid #eeeeee; }
.news-detail-page .news-right .wiget-box .head .head-name { font-size: 18px; font-weight: bold; color: #333333; }
.news-detail-page .news-right .wiget-box .head .head-name::before { content: ''; display: inline-block; vertical-align: middle; width: 4px; height: 20px; background-image: -moz-linear-gradient(90deg, #001f4e 0%, #02276a 100%); background-image: -webkit-linear-gradient(90deg, #001f4e 0%, #02276a 100%); background-image: -ms-linear-gradient(90deg, #001f4e 0%, #02276a 100%); margin-right: 10px; }
.news-detail-page .news-right .tags .tag { padding: .3rem .6rem; font-size: 14px; background-color: #f7f8fa; border-radius: 3px; margin: 6px 3px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.news-detail-page .news-right .tags .tag:hover { background-color: #dbdddf; }
.news-detail-page .news-right .wiget-catelist li { line-height: 2; padding: .5rem; font-size: 18px; position: relative; }
.news-detail-page .news-right .wiget-catelist li a { display: block; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.news-detail-page .news-right .wiget-catelist li:not(:last-child)::after, .news-detail-page .news-right .wiget-catelist li:not(:last-child)::before { content: ''; display: block; position: absolute; width: 100%; height: 1px; background-color: #eeeeee; left: 0; bottom: 0; -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; }
.news-detail-page .news-right .wiget-catelist li::after { -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); }
.news-detail-page .news-right .wiget-catelist li:last-child { border-bottom: none; }
.news-detail-page .news-right .wiget-catelist li:hover::before { -webkit-transform-origin: right center; -moz-transform-origin: right center; -ms-transform-origin: right center; -o-transform-origin: right center; transform-origin: right center; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); }
.news-detail-page .news-right .wiget-catelist li:hover::after { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); background-image: -moz-linear-gradient(90deg, #001f4e 0%, #02276a 100%); background-image: -webkit-linear-gradient(90deg, #001f4e 0%, #02276a 100%); background-image: -ms-linear-gradient(90deg, #001f4e 0%, #02276a 100%); -webkit-transition-delay: .2s; -moz-transition-delay: .2s; -ms-transition-delay: .2s; -o-transition-delay: .2s; transition-delay: .2s; }
.news-detail-page .news-right .prev_next { border-top: 1px solid #ededed; padding-top: 1.5rem; }
.news-detail-page .news-right .prev_next .page-a { border: 1px solid #efefef; border-radius: 5px; padding: 1rem; color: #666666; margin-bottom: 1rem; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; position: relative; overflow: hidden; }
.news-detail-page .news-right .prev_next .page-a::before, .news-detail-page .news-right .prev_next .page-a::after { content: ''; display: block; position: absolute; width: 100%; height: 100%; top: 0; left: 0; -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: left; -moz-transform-origin: left; -ms-transform-origin: left; -o-transform-origin: left; transform-origin: left; }
.news-detail-page .news-right .prev_next .page-a::before { z-index: -1; background-image: -moz-linear-gradient(90deg, #001f4e 0%, #02276a 100%); background-image: -webkit-linear-gradient(90deg, #001f4e 0%, #02276a 100%); background-image: -ms-linear-gradient(90deg, #001f4e 0%, #02276a 100%); }
.news-detail-page .news-right .prev_next .page-a::after { z-index: 1; }
.news-detail-page .news-right .prev_next .page-a a { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; position: relative; z-index: 2; }
.news-detail-page .news-right .prev_next .page-a:hover { color: #ffffff; }
.news-detail-page .news-right .prev_next .page-a:hover::before, .news-detail-page .news-right .prev_next .page-a:hover::after { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); }
.news-detail-page .news-right .prev_next .page-a:hover a { color: #ffffff; }

.prev_next { border-top: 1px solid #eeeeee; line-height: 32px; }
