@charset "UTF-8";

.nav-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.nav-right strong {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px
}

.nav-right strong img {
    width: 24px
}

.nav-right .icon {
    margin-left: 6px;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 1px solid #fff;
    border-top: 0;
    border-left: 0;
    -webkit-transition: all .5s;
    transition: all .5s
}

.nav-right .white {
    display: inline-block
}

.nav-right .black {
    display: none
}

.nav-right .language-wrap strong {
    font-weight: 400;
    position: relative;
    z-index: 2
}

.nav-right .language-wrap aside {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    padding: 15px;
    border-radius: 10px;
    width: 160px;
    background-color: #fff;
    right: -20px;
    bottom: 0;
    -webkit-transform: translate(0, 90%);
    transform: translate(0, 90%);
    pointer-events: none
}

.nav-right .language-wrap aside a {
    line-height: 40px;
    width: 100%;
    text-align: center;
    cursor: pointer;
    color: var(--gray-drak)
}

.nav-right .language-wrap aside a:not(:last-child) {
    border-bottom: 1px solid var(--gray-light)
}

.nav-right .language-wrap aside a:hover {
    color: var(--blue) !important
}

.nav-right .language-wrap:hover aside {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    pointer-events: all;
    opacity: 1;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-box-shadow: 0 0 30px 0 rgba(76, 126, 233, .3);
    box-shadow: 0 0 30px 0 rgba(76, 126, 233, .3)
}

.nav-right .nav-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.nav-right .nav-buttons .btn {
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: relative
}

.nav-right .nav-buttons .btn:not(:last-child):after {
    content: "";
    border-right: 1px solid #fff;
    height: 12px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.nav-right .nav-buttons .btn:hover {
    color: var(--blue) !important
}

.nav-right .nav-buttons .button {
    margin: 0 10px 0 0;
    border-radius: 2px;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 40px;
    height: 40px
}

.nav-right .nav-buttons .btn-white {
    border: none
}

.channels-wrapper .nav-wrap {
    background-color: #fff
}

.channels-wrapper .nav-wrap .logo .logo-h {
    display: none
}

.channels-wrapper .nav-wrap .logo .logo-f {
    display: block
}

.channels-wrapper .nav-wrap .nav-buttons .btn,
.channels-wrapper .nav-wrap .nav-tabs li a {
    color: #020814
}

.channels-wrapper .nav-wrap .nav-buttons .btn strong:after,
.channels-wrapper .nav-wrap .nav-tabs li a strong:after {
    border-top-color: #4173f6
}

.channels-wrapper .nav-wrap .nav-buttons .btn:after,
.channels-wrapper .nav-wrap .nav-tabs li a:after {
    background-color: #4173f6
}

.channels-wrapper .nav-wrap .nav-right .white {
    display: none
}

.channels-wrapper .nav-wrap .nav-right .black {
    display: inline-block
}

.channels-wrapper .nav-wrap .nav-right .icon {
    border-color: #020814
}

.top-animate {
    position: absolute;
    top: -20px;
    right: 2px;
    width: 560px;
    height: 205px;
    overflow: hidden;
    z-index: -1
}

.top-animate .shadow-Dom {
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 0 50px 30px #0074ff;
    box-shadow: 0 0 50px 30px #0074ff;
    z-index: 2
}

.user-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1150px;
    position: absolute;
    top: 20px;
    right: 0;
    font-size: 13px;
    color: #fff
}

.user-box .user-info-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.user-box .user-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 18px
}

.user-info button {
    background: 0 0 !important;
    border: none;
    color: #d9d9d9;
    font-size: 12px;
    padding: 0
}

.user-info button:hover {
    text-decoration: underline
}

.mobile-nav-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    padding: 10px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: none;
    opacity: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.mobile-nav-btn i,
.mobile-nav-btn:after,
.mobile-nav-btn:before {
    width: 100%;
    height: 2px;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s;
    background-color: #fff
}

.mobile-nav-btn:after,
.mobile-nav-btn:before {
    content: ""
}

.nav-wrap {
    height: var(--headerHeight);
    width: 100%;
    z-index: 999;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    -webkit-transition: all .5s;
    transition: all .5s
}

.nav-wrap.nav-fixed {
    position: fixed
}

.nav-wrap .item-flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.nav-wrap.nav-hidden {
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%)
}

.nav-wrap .logo {
    width: 100px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 40px;
    font-size: 14px
}

.nav-wrap .logo img {
    width: 100%;
    height: auto;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: block
}

.nav-wrap .logo .logo-f {
    display: none
}

.nav-wrap.nav-bg,
.nav-wrap:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 10px #e9edf2;
    box-shadow: 0 1px 10px #e9edf2
}

.nav-wrap.nav-bg .logo .logo-h,
.nav-wrap:hover .logo .logo-h {
    display: none
}

.nav-wrap.nav-bg .logo .logo-f,
.nav-wrap:hover .logo .logo-f {
    display: block
}

.nav-wrap.nav-bg .nav-buttons .btn:after,
.nav-wrap:hover .nav-buttons .btn:after {
    border-color: #020814
}

.nav-wrap.nav-bg .nav-buttons .btn,
.nav-wrap.nav-bg .nav-tabs li a,
.nav-wrap:hover .nav-buttons .btn,
.nav-wrap:hover .nav-tabs li a {
    color: #020814
}

.nav-wrap.nav-bg .nav-buttons .btn:after,
.nav-wrap.nav-bg .nav-tabs li a:after,
.nav-wrap:hover .nav-buttons .btn:after,
.nav-wrap:hover .nav-tabs li a:after {
    background-color: var(--mainColor)
}

.nav-wrap.nav-bg .nav-buttons .btn strong:after,
.nav-wrap.nav-bg .nav-tabs li a strong:after,
.nav-wrap:hover .nav-buttons .btn strong:after,
.nav-wrap:hover .nav-tabs li a strong:after {
    border-top-color: #4173f6
}

.nav-wrap.nav-bg .nav-right .white,
.nav-wrap:hover .nav-right .white {
    display: none
}

.nav-wrap.nav-bg .nav-right .black,
.nav-wrap:hover .nav-right .black {
    display: inline-block
}

.nav-wrap.nav-bg .nav-right .icon,
.nav-wrap:hover .nav-right .icon {
    border-color: #020814
}

.nav-wrap.nav-bg .nav-right .btn-white {
    background-color: #247dff;
    color: #fff
}

.nav-wrap.nav-bg .nav-right .btn-white-blue {
    background-color: #fff;
    color: #4c7ee9;
    border-color: #247dff
}

.nav-wrap.nav-bg .mobile-nav-btn i,
.nav-wrap.nav-bg .mobile-nav-btn:after,
.nav-wrap.nav-bg .mobile-nav-btn:before {
    background-color: #27314a
}

.channels-wrapper .mobile-nav-btn i,
.channels-wrapper .mobile-nav-btn:after,
.channels-wrapper .mobile-nav-btn:before {
    background-color: #4c7ee9
}

.nav-tabs {
    max-width: 1100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border: none;
    margin: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    justify-align: center;
    padding-left: 10px
}

.nav-tabs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.nav-tabs li {
    padding: 0 20px;
    text-align: center;
    color: #fff;
    position: relative
}

.nav-tabs li a {
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    text-decoration: none
}

.nav-tabs li a:after {
    content: "";
    width: 0;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 50%;
    bottom: 10px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: width .5s;
    transition: width .5s
}

.nav-tabs li a strong {
    font-weight: 400
}

.nav-tabs li a.child strong:after {
    width: 0;
    height: 0;
    display: inline-block;
    content: "";
    margin-left: 10px;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: relative;
    top: -2px;
    border-top: 6px solid #fff;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.nav-tabs li.active>a:after,
.nav-tabs li:hover>a:after {
    width: 100%
}

.nav-tabs li:hover dl {
    display: grid
}

.nav-tabs dl {
    display: none;
    min-width: 100%;
    padding: 40px;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 9999;
    background: #fff;
    font-size: 18px;
    font-weight: 400;
    color: #636161;
    line-height: 21px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-gap: 8px 40px
}

.nav-tabs dl.list-1 {
    grid-template-columns: repeat(1, 1fr)
}

.nav-tabs dl.list-2 {
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.nav-tabs dl.list-3 {
    grid-template-columns: repeat(3, 1fr)
}

.nav-tabs dl a {
    color: #999;
    text-decoration: none;
    white-space: nowrap;
    font-size: 14px;
    width: 100%;
    line-height: 32px;
    padding: 12px;
    border-radius: 4px
}

.nav-tabs dl a.active,
.nav-tabs dl a:hover {
    background: #e8f3ff;
    color: #175dff
}

.nav-tabs dl a .icon {
    width: 32px;
    margin-right: 16px
}

.nav-tabs dl:before {
    content: "";
    width: 100%;
    height: 20px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f1f1f1), color-stop(90%, #fff));
    background: linear-gradient(180deg, #f1f1f1 0, #fff 90%)
}

.nav-tabs-ul li a.child:hover strong:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.top-animate img {
    position: absolute;
    top: -72%;
    left: -50%;
    opacity: .7
}

@-webkit-keyframes ysfadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes ysfadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@font-face {
    font-family: HYYakuHei;
    src: url(../fonts/hyyakuhei-65w.ttf)
}

@font-face {
    font-family: DIN;
    src: url(../fonts/din-alternate-bold.ttf)
}

body {
    min-height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    color: var(--gray)
}

.fixed-body {
    height: 100%;
    overflow: hidden
}

.ys_fadeup1 {
    -webkit-animation: ysfadeInUp .5s ease-in-out both;
    animation: ysfadeInUp .5s ease-in-out both;
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

section {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.imgView {
    cursor: pointer
}

.banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 400px
}

.banner .swiper-container {
    height: 100%
}

.banner .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: center center;
    background-repeat: no-repeat
}

.banner .h2 {
    color: #333;
    font-family: PingFang SC;
    font-size: 48px;
    font-weight: 600;
    line-height: 72px;
    letter-spacing: 0;
    text-align: left;
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.banner .p {
    font-family: PingFang SC;
    font-size: 16px;
    line-height: 24px;
    max-width: 450px;
    color: #41464f;
    margin: 24px 0 32px 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.banner .minBox {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%
}

.banner .link {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1
}

.banner .textBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 40px;
    width: 520px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
    z-index: 2
}

.banner .textBox .box-text {
    margin: 20px 0 0 0;
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.banner .textBox .box-text .h1,
.banner .textBox .box-text .h2,
.banner .textBox .box-text .h3,
.banner .textBox .box-text .h4,
.banner .textBox .box-text .h5,
.banner .textBox .box-text .h6,
.banner .textBox .box-text h1,
.banner .textBox .box-text h2,
.banner .textBox .box-text h3,
.banner .textBox .box-text h4,
.banner .textBox .box-text h5,
.banner .textBox .box-text h6 {
    font-weight: 700
}

.banner .textBox .box-text p {
    font-family: Lantinghei SC;
    font-size: 20px
}

.banner .textBox .button {
    margin-right: 16px
}

.banner .imgBox {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.banner .imgBox img {
    width: 100%
}

.banner .adjust-txt {
    position: absolute;
    top: 180px;
    left: 0
}

.banner .swiper-pagination-bullet {
    width: 48px;
    height: 4px;
    border-radius: 2px;
    background: #dcdfe6;
    outline: 0;
    opacity: 1;
    overflow: hidden;
    position: relative
}

.banner .swiper-pagination-bullet::after {
    content: "";
    width: 0;
    height: 4px;
    background: var(--mainColor);
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 0
}

.banner .swiper-pagination-bullet-active::after {
    width: 100%;
    -webkit-transition: all 3s;
    transition: all 3s
}

.home .banner .textBox .button {
    -webkit-transition: all .6s;
    transition: all .6s
}

.home .channel-page-wrapper .product-cbam-wrap,
.home .channel-page-wrapper .productServiceCbam-wrap {
    background: #002e16
}

.home .channel-page-wrapper .product-cbam-wrap .box-title,
.home .channel-page-wrapper .productServiceCbam-wrap .box-title {
    color: #fff
}

.home .channel-page-wrapper .product-cbam-wrap .list li,
.home .channel-page-wrapper .productServiceCbam-wrap .list li {
    background: 0 0
}

.home .channel-page-wrapper .product-cbam-wrap .list li strong,
.home .channel-page-wrapper .productServiceCbam-wrap .list li strong {
    color: #fff
}

.home .channel-page-wrapper .product-cbam-wrap .list .text-wrap,
.home .channel-page-wrapper .productServiceCbam-wrap .list .text-wrap {
    color: #fff;
    opacity: .5
}

.header-top {
    padding-top: var(--headerHeight)
}

.item-channel-pd {
    padding-top: 80px;
    padding-bottom: 80px
}

.wave-wrap {
    position: relative;
    overflow: hidden
}

.wave-wrap::before {
    content: " ";
    width: 250px;
    height: 250px;
    border-radius: 50%;
    z-index: 0;
    opacity: 0;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0);
    transform: translate3d(-50%, -50%, 0) scale(0);
    background: #175dff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.wave-wrap:hover::before {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
    transform: translate3d(-50%, -50%, 0) scale(1);
    background: var(--mainColor);
    opacity: .8
}

.wave-wrap:hover span {
    position: relative;
    z-index: 2;
    color: #fff
}

.box-title {
    font-family: PingFang SC;
    font-size: 32px;
    font-weight: 700;
    line-height: 54px;
    color: #333;
    margin-bottom: 20px
}

.box-title.title-line {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 20px
}

.box-title.title-line:after,
.box-title.title-line:before {
    content: "";
    height: 1px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: -webkit-gradient(linear, right top, left top, from(rgba(2, 8, 20, .15)), color-stop(100.71%, rgba(2, 8, 20, 0)));
    background: linear-gradient(270deg, rgba(2, 8, 20, .15) 0, rgba(2, 8, 20, 0) 100.71%)
}

.box-title.title-line:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.box-sub-title {
    font-size: 16px;
    line-height: 24px;
    color: #41464f
}

.bg-color {
    background-color: var(--bgColor)
}

.channel-gray-odd>section:nth-child(odd) {
    background-color: var(--bgColor)
}

.channel-gray-odd>section:nth-child(odd).tab-complex-wrap .tab-content,
.channel-gray-odd>section:nth-child(odd).tab-complex-wrap .tab-title li {
    background-color: #fff
}

.channel-gray-even section:nth-child(even) {
    background-color: var(--bgColor)
}

.button {
    padding: 0 20px;
    height: 48px;
    display: inline-block;
    text-align: center;
    background-color: var(--mainColor);
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: 0;
    color: #fff;
    border-radius: 40px;
    margin-top: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    -webkit-transition: all .2s;
    transition: all .2s
}

.button.btn-white {
    background-color: #fff;
    color: var(--mainColor)
}

.button.btn-white-blue {
    background-color: #247dff;
    color: #fff;
    border: 1px solid #fff
}

.button.btn-blue {
    color: #fff;
    background-color: #2b5493;
    border-color: #2b5493
}

.button.btn-blue:hover {
    color: #e6eefb
}

.button.btn-white {
    border-color: #fff
}

.button.btn-white:hover span {
    color: #fff
}

.button.btn-black {
    border-color: #333;
    background: #333;
    color: #fff
}

.button.btn-black.wave-wrap:hover::before {
    background-color: #fff
}

.button.btn-black:hover {
    background-color: #fff
}

.button.btn-black:hover span {
    color: var(--blue)
}

.btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 30px
}

.btn-wrapper .button {
    margin-top: 0
}

.img-text-wrap {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 60px
}

.img-text-wrap .layout-1,
.img-text-wrap .layout-2,
.img-text-wrap .layout-3,
.img-text-wrap .layout-ab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.img-text-wrap .layout-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.img-text-wrap .layout-1 .text-wrap {
    text-align: center
}

.img-text-wrap .layout-1 .box-title {
    margin-bottom: 0
}

.img-text-wrap .layout-1 .box-text {
    margin-top: 16px
}

.img-text-wrap .layout-1 .product-img {
    padding-top: 32px;
    width: 1000px
}

.img-text-wrap .layout-2 .text-wrap {
    padding-right: 40px
}

.img-text-wrap .layout-3 .text-wrap {
    padding-left: 40px
}

.img-text-wrap .layout-3 .product-img {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.img-text-wrap .layout-ab .text-wrap {
    text-align: center;
    padding-right: 40px
}

.img-text-wrap .layout-ab .box-text {
    margin-bottom: 24px
}

.img-text-wrap .layout-ab .product-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.img-text-wrap .layout-ab .product-img .p-img {
    width: 740px;
    border-radius: 8px;
}

.img-text-wrap .layout-ab .product-img .list-img-wrap {
    position: absolute;
    left: 0;
    bottom: 90px;
    width: calc(100% - 20px);
    padding: 0
}

.img-text-wrap .layout-ab .product-img .list-img-wrap .wrapper {
    width: auto
}

.img-text-wrap .layout-ab .product-img .list-img-wrap a {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.img-text-wrap .layout-ab .product-img .list-img-wrap .img {
    margin-right: 12px
}

.img-text-wrap .layout-ab .product-img .list-img-wrap .text-wrap {
    text-align: left
}

.img-text-wrap .layout-ab .product-img .list-img-wrap .list-hover-shadow li {
    position: relative;
    border-radius: 0
}

.img-text-wrap .layout-ab .product-img .list-img-wrap .list-hover-shadow li:not(:first-child):before {
    content: "";
    display: block;
    height: calc(100% - 40px);
    width: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #ddd
}

.img-text-wrap .layout-ab .product-img .list-img-wrap .list-hover-shadow li:hover {
    background: #4c7ee9;
    color: #fff
}

.img-text-wrap .layout-ab .product-img .list-img-wrap .list-hover-shadow li:hover .counter-wrap {
    color: #fff !important
}

.img-text-wrap .layout-ab .product-img .list-img-wrap .list-hover-shadow li:hover strong {
    color: #fff
}

.img-text-wrap .layout-ab .product-img .list-img-wrap .list-hover-shadow li:hover:before {
    display: none
}

.img-text-wrap .layout-ab .product-img .list-img-wrap .counter-wrap {
    font-size: 48px;
    color: var(--mainColor)
}

.img-text-wrap .text-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.img-text-wrap .text-wrap.text-vertical-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.img-text-wrap .icon-title {
    margin-bottom: 15px;
    height: 54px
}

.img-text-wrap .icon-title img {
    max-height: 100%
}

.img-text-wrap .box-text {
    font-size: 14px;
    color: #41464f
}

.img-text-wrap .box-text.no-title {
    margin: 0 !important
}

.img-text-wrap .box-text img {
    max-width: 100%
}

.img-text-wrap .box-text ul {
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0;
    text-align: left;
    color: #41464f;
    list-style-type: disc
}

.img-text-wrap .box-text ul li {
    margin-left: 20px
}

.img-text-wrap .product-img {
    width: 740px
}

.img-text-wrap .product-img .p-img {
    width: 100%;
    max-width: 100%
    border-radius: 8px;
}

.img-text-wrap .btn-wrapper {
    padding-top: 20px
}

.tab-click-wrap .tab-container,
.tab-wrap .tab-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.tab-click-wrap .tab-tb,
.tab-click-wrap .tab-tb-radius,
.tab-wrap .tab-tb,
.tab-wrap .tab-tb-radius {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.tab-click-wrap .tab-tb .tab-title,
.tab-click-wrap .tab-tb-radius .tab-title,
.tab-wrap .tab-tb .tab-title,
.tab-wrap .tab-tb-radius .tab-title {
    width: 100%
}

.tab-click-wrap .tab-tb .tab-title li,
.tab-click-wrap .tab-tb-radius .tab-title li,
.tab-wrap .tab-tb .tab-title li,
.tab-wrap .tab-tb-radius .tab-title li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0
}

.tab-click-wrap .tab-tb .tab-content,
.tab-click-wrap .tab-tb-radius .tab-content,
.tab-wrap .tab-tb .tab-content,
.tab-wrap .tab-tb-radius .tab-content {
    margin-top: 30px
}

.tab-click-wrap .tab-lr,
.tab-wrap .tab-lr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.tab-click-wrap .tab-tb-radius .tab-title,
.tab-wrap .tab-tb-radius .tab-title {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.tab-click-wrap .tab-tb-radius .tab-title .bg-color,
.tab-wrap .tab-tb-radius .tab-title .bg-color {
    background: #e1edfc
}

.tab-click-wrap .tab-tb-radius .tab-title ul,
.tab-wrap .tab-tb-radius .tab-title ul {
    background: #e1edfc;
    border-radius: 40px;
    grid-gap: 0
}

.tab-click-wrap .tab-tb-radius .tab-title li,
.tab-wrap .tab-tb-radius .tab-title li {
    padding: 16px 64px;
    border-radius: 40px;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #247dff
}

.tab-click-wrap .tab-tb-radius .tab-title li.active,
.tab-wrap .tab-tb-radius .tab-title li.active {
    color: #247dff !important;
    background: #fff !important;
    -webkit-box-shadow: inset 0 0 0 1px #247dff;
    box-shadow: inset 0 0 0 1px #247dff
}

.tab-click-wrap .tab-tb-radius .tab-title li span,
.tab-wrap .tab-tb-radius .tab-title li span {
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding: 0
}

.tab-click-wrap.trusted_enterprises .tab-title,
.tab-wrap.trusted_enterprises .tab-title {
    border: none
}

.tab-click-wrap .tab-title,
.tab-wrap .tab-title {
    border-bottom: 1px solid #e4e9f2
}

.tab-click-wrap .tab-title.tab-block-title,
.tab-wrap .tab-title.tab-block-title {
    border: none
}

.tab-click-wrap .tab-title.tab-block-title li,
.tab-wrap .tab-title.tab-block-title li {
    background-color: #f4f6fc;
    line-height: 100px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 20px
}

.tab-click-wrap .tab-title.tab-block-title li .sort,
.tab-wrap .tab-title.tab-block-title li .sort {
    font-size: 40px
}

.tab-click-wrap .tab-title.tab-block-title li.active,
.tab-wrap .tab-title.tab-block-title li.active {
    background-color: #175dff;
    color: #fff
}

.tab-click-wrap .tab-title.tab-block-title li.active span:after,
.tab-wrap .tab-title.tab-block-title li.active span:after {
    display: none
}

.tab-click-wrap .tab-title .sort,
.tab-wrap .tab-title .sort {
    font-style: normal;
    font-family: DIN-Bold;
    font-size: 24px;
    padding-right: 15px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tab-click-wrap .tab-title .sort:after,
.tab-wrap .tab-title .sort:after {
    content: "";
    margin: 0 0 0 15px;
    width: 3px;
    height: 30px;
    background-color: #202328;
    display: none
}

.tab-click-wrap .tab-title ul,
.tab-wrap .tab-title ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-gap: 16px
}

.tab-click-wrap .tab-title ul img,
.tab-wrap .tab-title ul img {
    max-width: 186px;
    opacity: .5
}

.tab-click-wrap .tab-title .list-2 li,
.tab-click-wrap .tab-title .list-3 li,
.tab-click-wrap .tab-title .list-4 li,
.tab-click-wrap .tab-title .list-5 li,
.tab-wrap .tab-title .list-2 li,
.tab-wrap .tab-title .list-3 li,
.tab-wrap .tab-title .list-4 li,
.tab-wrap .tab-title .list-5 li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.tab-click-wrap .tab-title li,
.tab-wrap .tab-title li {
    width: 220px;
    text-align: center;
    position: relative;
    cursor: pointer;
    -webkit-transition: background .3s;
    transition: background .3s;
    font-size: 16px
}

.tab-click-wrap .tab-title li.active span:after,
.tab-wrap .tab-title li.active span:after {
    width: 100%;
    background-color: var(--mainColor)
}

.tab-click-wrap .tab-title li.active img,
.tab-wrap .tab-title li.active img {
    opacity: 1
}

.tab-click-wrap .tab-title li a,
.tab-click-wrap .tab-title li span,
.tab-wrap .tab-title li a,
.tab-wrap .tab-title li span {
    line-height: 28px;
    padding: 10px 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    text-align: left
}

.tab-click-wrap .tab-title li a:after,
.tab-click-wrap .tab-title li span:after,
.tab-wrap .tab-title li a:after,
.tab-wrap .tab-title li span:after {
    content: "";
    width: 0;
    height: 3px;
    background-color: transparent;
    position: absolute;
    bottom: -1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .5s;
    transition: all .5s
}

.tab-click-wrap .box-sub-title,
.tab-wrap .box-sub-title {
    max-width: 80%;
    margin: 0 auto
}

.tab-click-wrap .tab-content,
.tab-wrap .tab-content {
    position: relative;
    margin-top: 20px
}

.tab-click-wrap .tab-content.tab-content-white,
.tab-wrap .tab-content.tab-content-white {
    color: #fff
}

.tab-click-wrap .tab-content .item-box,
.tab-wrap .tab-content .item-box {
    display: none;
    border-radius: 8px;
    position: relative;
    opacity: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: opacity 1s cubic-bezier(.34, .69, .1, 1) 0s;
    transition: opacity 1s cubic-bezier(.34, .69, .1, 1) 0s
}

.tab-click-wrap .tab-content .item-box.item-justify,
.tab-wrap .tab-content .item-box.item-justify {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.tab-click-wrap .tab-content .item-box.item-justify .text-wrapper,
.tab-wrap .tab-content .item-box.item-justify .text-wrapper {
    padding-left: 30px
}

.tab-click-wrap .tab-content .item-box.layout-3 .inner-img,
.tab-wrap .tab-content .item-box.layout-3 .inner-img {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.tab-click-wrap .tab-content .item-box.active,
.tab-wrap .tab-content .item-box.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    -webkit-transition: opacity 1s cubic-bezier(.34, .69, .1, 1) 0s;
    transition: opacity 1s cubic-bezier(.34, .69, .1, 1) 0s
}

.tab-click-wrap .tab-content .item-box .bg,
.tab-wrap .tab-content .item-box .bg {
    position: absolute;
    z-index: 1;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0
}

.tab-click-wrap .tab-content .text-wrapper,
.tab-wrap .tab-content .text-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    z-index: 2;
    line-height: 22px
}

.tab-click-wrap .tab-content .text-wrapper li,
.tab-wrap .tab-content .text-wrapper li {
    list-style-type: disc;
    margin-left: 20px
}

.tab-click-wrap .tab-content .title,
.tab-wrap .tab-content .title {
    font-family: PingFang SC;
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: 0;
    text-align: left
}

.tab-click-wrap .tab-content .sub-title,
.tab-wrap .tab-content .sub-title {
    font-size: 16px;
    width: 100%
}

.tab-click-wrap .tab-content .text-top,
.tab-wrap .tab-content .text-top {
    padding-bottom: 30px
}

.tab-click-wrap .tab-content .text,
.tab-wrap .tab-content .text {
    font-size: 16px;
    line-height: 32px
}

.tab-click-wrap .tab-content .inner-img,
.tab-wrap .tab-content .inner-img {
    width: 740px
}

.tab-complex-wrap .box-title {
    margin-bottom: 10px
}

.tab-complex-wrap .box-sub-title {
    margin-bottom: 20px
}

.tab-complex-wrap .tab-container {
    padding-top: 20px
}

.tab-complex-wrap .tab-title {
    width: 360px;
    margin-right: 16px;
    border: none
}

.tab-complex-wrap .tab-title ul {
    height: 100%;
    grid-gap: 16px
}

.tab-complex-wrap .tab-title ul li {
    width: 100%;
    font-size: 20px;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: background .3s;
    transition: background .3s;
    padding-right: 60px;
    padding-left: 20px
}

.tab-complex-wrap .tab-title ul li.active {
    background: #f5f7fa url(../images/solve_tab_bg@2x.png) no-repeat center center !important;
    background-size: cover;
    color: #fff !important
}

.tab-complex-wrap .tab-title ul li.active span:after,
.tab-complex-wrap .tab-title ul li.active:after {
    display: none
}

.tab-complex-wrap .tab-title ul li.active .sort:after {
    background-color: #fff
}

.tab-complex-wrap .tab-title ul li .sort {
    padding-right: 15px
}

.tab-complex-wrap .tab-title ul li .sort:after {
    display: block
}

.tab-complex-wrap .tab-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
    border-radius: 8px;
    overflow: hidden
}

.tab-complex-wrap .tab-content .item-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.tab-complex-wrap .tab-content .text-bottom {
    padding: 40px 20px 50px 40px;
    width: 100%
}

.tab-complex-wrap .tab-content .text-bottom .layout-ab {
    position: absolute;
    right: 20px;
    top: 60px;
    width: 290px;
    padding-top: 40px;
    border-radius: 8px;
    background: #f1f9ff
}

.tab-complex-wrap .tab-content .text-bottom .layout-ab .box-title {
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    padding: 0 30px;
    margin-bottom: 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.tab-complex-wrap .tab-content .text-bottom .layout-ab .box-title:after,
.tab-complex-wrap .tab-content .text-bottom .layout-ab .box-title:before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 10px;
    background: url(../images/line-4.png) no-repeat center center;
    background-size: contain
}

.tab-complex-wrap .tab-content .text-bottom .layout-ab .box-title:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.tab-complex-wrap .tab-content .text-bottom .layout-ab .list {
    padding: 0 0 24px;
    grid-gap: 10px 0
}

.tab-complex-wrap .tab-content .text-bottom .layout-ab .list li {
    padding: 16px 0
}

.tab-complex-wrap .tab-content .text-bottom .layout-ab .list .img {
    margin-bottom: 10px
}

.tab-complex-wrap .tab-content .text-bottom .layout-ab .list .img img {
    width: 48px
}

.tab-complex-wrap .tab-content .text-bottom .btn-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    grid-gap: 16px
}

.tab-complex-wrap .tab-content .text-bottom .btn-wrapper .button {
    margin-top: 0
}

.tab-complex-wrap .tab-content .text-bottom>.text-wrap {
    padding-bottom: 100px;
    margin-bottom: 30px;
    line-height: 28px
}

.tab-complex-wrap .tab-content .text-bottom>.text-wrap.max-width {
    border-bottom: 1px solid #e4e9f2
}

.tab-complex-wrap .tab-content .sub-title {
    height: 110px;
    font-size: 20px;
    padding-left: 40px;
    background: #f5f7fa url(../images/tit_bg2.png) no-repeat center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tab-complex-wrap .tab-content .sub-title p {
    line-height: 30px
}

.tab-complex-wrap .tab-content .max-width {
    max-width: calc(100% - 320px)
}

.tab-complex-wrap .tab-content .layout-ab,
.tab-complex-wrap .tab-content .layout-al {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.tab-complex-wrap .tab-content .layout-ab.active,
.tab-complex-wrap .tab-content .layout-al.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tab-complex-wrap .tab-content .layout-ab .product-img,
.tab-complex-wrap .tab-content .layout-al .product-img {
    width: 740px
}

.tab-complex-wrap .tab-content .layout-ab .product-img .p-img,
.tab-complex-wrap .tab-content .layout-al .product-img .p-img {
    max-width: 100%
}

.tab-complex-wrap .tab-content .layout-ab .text-bottom,
.tab-complex-wrap .tab-content .layout-al .text-bottom {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0
}

.tab-complex-wrap .tab-content .layout-ab .list-img-wrap,
.tab-complex-wrap .tab-content .layout-al .list-img-wrap {
    max-width: 100%
}

.tab-complex-wrap .tab-content .layout-ab .list-img-wrap .box-title,
.tab-complex-wrap .tab-content .layout-al .list-img-wrap .box-title {
    text-align: left;
    line-height: 32px;
    margin-bottom: 20px
}

.tab-complex-wrap .tab-content .layout-ab .list-img-wrap .list .img,
.tab-complex-wrap .tab-content .layout-al .list-img-wrap .list .img {
    margin-right: 8px
}

.tab-complex-wrap .tab-content .layout-ab .list-img-wrap .list a,
.tab-complex-wrap .tab-content .layout-al .list-img-wrap .list a {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.tab-complex-wrap .tab-content .layout-ab .list-img-wrap .list strong,
.tab-complex-wrap .tab-content .layout-al .list-img-wrap .list strong {
    font-size: 14px;
    font-weight: 700
}

.tab-complex-wrap .tab-content .layout-ab .list-img-wrap .list .text-wrap.has-img,
.tab-complex-wrap .tab-content .layout-al .list-img-wrap .list .text-wrap.has-img {
    padding-left: 32px;
    padding-top: 8px
}

.tab-complex-wrap .tab-content .layout-ab .product-img {
    margin-right: 80px
}

.tab-complex-wrap .tab-content .layout-al {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.tab-complex-wrap .tab-content .layout-al .product-img {
    margin-left: 80px
}

.tab-complex-wrap .list-img-wrap {
    max-width: calc(100% - 300px);
    padding: 0
}

.tab-complex-wrap .list-img-wrap .wrapper {
    width: auto
}

.tab-complex-wrap .list-img-wrap .list li {
    background: 0 0;
    padding: 0
}

.tab-complex-wrap .list-img-wrap .list strong {
    font-size: 12px;
    text-align: center;
    line-height: 24px
}

.tab-complex-wrap .list-img-wrap .list img {
    width: 40px
}

.tab-list-wrap .box-title {
    margin-bottom: 10px
}

.tab-list-wrap .box-sub-title {
    margin-bottom: 20px
}

.tab-list-wrap .tab-container {
    padding-top: 20px
}

.tab-list-wrap .tab-tb .tab-title li,
.tab-list-wrap .tab-tb-radius .tab-title li {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: auto
}

.tab-list-wrap .tab-title {
    width: 360px;
    margin-right: 16px;
    border: none
}

.tab-list-wrap .tab-title ul {
    height: 100%;
    grid-gap: 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.tab-list-wrap .tab-title ul li {
    width: 100%;
    font-size: 20px;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: background .3s;
    transition: background .3s;
    padding-right: 20px;
    padding-left: 20px
}

.tab-list-wrap .tab-title ul li.active .sort:after {
    background-color: #fff
}

.tab-list-wrap .tab-title ul li.active a,
.tab-list-wrap .tab-title ul li.active span {
    position: relative;
    color: var(--mainColor)
}

.tab-list-wrap .tab-title ul li.active a:after,
.tab-list-wrap .tab-title ul li.active span:after {
    width: 100%;
    background-color: var(--mainColor)
}

.tab-list-wrap .tab-title ul li .sort {
    padding-right: 15px
}

.tab-list-wrap .tab-title ul li .sort:after {
    display: block
}

.tab-list-wrap .tab-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
    border-radius: 8px
}

.tab-list-wrap .tab-content .item-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.tab-list-wrap .tab-content .text-bottom {
    padding: 40px 20px 50px 40px;
    width: 100%
}

.tab-list-wrap .tab-content .text-bottom .layout-ab {
    position: absolute;
    right: 20px;
    top: 60px;
    width: 290px;
    padding-top: 40px;
    border-radius: 8px;
    background: #f1f9ff
}

.tab-list-wrap .tab-content .text-bottom .layout-ab .box-title {
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    padding: 0 30px;
    margin-bottom: 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.tab-list-wrap .tab-content .text-bottom .layout-ab .box-title:after,
.tab-list-wrap .tab-content .text-bottom .layout-ab .box-title:before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 10px;
    background: url(../images/line-4.png) no-repeat center center;
    background-size: contain
}

.tab-list-wrap .tab-content .text-bottom .layout-ab .box-title:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.tab-list-wrap .tab-content .text-bottom .layout-ab .list {
    padding: 0 0 24px;
    grid-gap: 10px 0
}

.tab-list-wrap .tab-content .text-bottom .layout-ab .list li {
    padding: 16px 0
}

.tab-list-wrap .tab-content .text-bottom .layout-ab .list .img {
    margin-bottom: 10px
}

.tab-list-wrap .tab-content .text-bottom .layout-ab .list .img img {
    width: 48px
}

.tab-list-wrap .tab-content .text-bottom .btn-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    grid-gap: 16px
}

.tab-list-wrap .tab-content .text-bottom .btn-wrapper .button {
    margin-top: 0
}

.tab-list-wrap .tab-content .text-bottom>.text-wrap {
    padding-bottom: 100px;
    margin-bottom: 30px;
    line-height: 28px
}

.tab-list-wrap .tab-content .text-bottom>.text-wrap.max-width {
    border-bottom: 1px solid #e4e9f2
}

.tab-list-wrap .tab-content .sub-title {
    height: 110px;
    font-size: 20px;
    padding-left: 40px;
    background: #f5f7fa url(../images/tit_bg2.png) no-repeat center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tab-list-wrap .tab-content .sub-title p {
    line-height: 30px
}

.tab-list-wrap .tab-content .max-width {
    max-width: calc(100% - 320px)
}

.tab-list-wrap .tab-content .text-list-wrap .box-title {
    display: none
}

.tab-list-wrap .tab-content .layout-ab,
.tab-list-wrap .tab-content .layout-al {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.tab-list-wrap .tab-content .layout-ab.active,
.tab-list-wrap .tab-content .layout-al.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tab-list-wrap .tab-content .layout-ab .product-img,
.tab-list-wrap .tab-content .layout-al .product-img {
    width: 740px
}

.tab-list-wrap .tab-content .layout-ab .product-img .p-img,
.tab-list-wrap .tab-content .layout-al .product-img .p-img {
    max-width: 100%
}

.tab-list-wrap .tab-content .layout-ab .text-bottom,
.tab-list-wrap .tab-content .layout-al .text-bottom {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0
}

.tab-list-wrap .tab-content .layout-ab .list-img-wrap,
.tab-list-wrap .tab-content .layout-al .list-img-wrap {
    max-width: 100%
}

.tab-list-wrap .tab-content .layout-ab .list-img-wrap .box-title,
.tab-list-wrap .tab-content .layout-al .list-img-wrap .box-title {
    text-align: left;
    line-height: 32px;
    margin-bottom: 20px
}

.tab-list-wrap .tab-content .layout-ab .list-img-wrap .list .img,
.tab-list-wrap .tab-content .layout-al .list-img-wrap .list .img {
    margin-right: 8px
}

.tab-list-wrap .tab-content .layout-ab .list-img-wrap .list a,
.tab-list-wrap .tab-content .layout-al .list-img-wrap .list a {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.tab-list-wrap .tab-content .layout-ab .list-img-wrap .list strong,
.tab-list-wrap .tab-content .layout-al .list-img-wrap .list strong {
    font-size: 14px;
    font-weight: 700
}

.tab-list-wrap .tab-content .layout-ab .list-img-wrap .list .text-wrap.has-img,
.tab-list-wrap .tab-content .layout-al .list-img-wrap .list .text-wrap.has-img {
    padding-left: 32px;
    padding-top: 8px
}

.tab-list-wrap .tab-content .layout-ab .product-img {
    margin-right: 80px
}

.tab-list-wrap .tab-content .layout-al {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.tab-list-wrap .tab-content .layout-al .product-img {
    margin-left: 80px
}

.tab-list-wrap .list-img-wrap {
    padding: 0;
    overflow: visible
}

.tab-list-wrap .list-img-wrap .wrapper {
    width: auto;
    padding: 0
}

.tab-list-wrap .list-img-wrap .list li {
    padding: 0
}

.tab-list-wrap .list-img-wrap .list strong {
    font-size: 12px;
    text-align: center;
    line-height: 24px
}

.tab-list-wrap .list-img-wrap .list img {
    max-width: 100%
}

.tab-milestone-wrap .tab-title li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.tab-milestone-wrap .tab-title li span {
    font-size: 20px;
    color: #fff
}

.tab-milestone-wrap .tab-title li.active span {
    font-size: 30px
}

.tab-milestone-wrap .tab-content {
    overflow: auto;
    height: 360px
}

.tab-milestone-wrap .tab-content::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 5px
}

.tab-milestone-wrap .tab-content::-webkit-scrollbar {
    width: 6px;
    height: 10px
}

.tab-milestone-wrap .tab-content::-webkit-scrollbar-thumb {
    background: 0 0;
    border-radius: 10px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.tab-milestone-wrap .tab-content::-webkit-scrollbar-corner {
    background: #fff
}

.tab-milestone-wrap .tab-content:hover::-webkit-scrollbar-track {
    background: #537cdd
}

.tab-milestone-wrap .tab-content:hover::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, .4)
}

.tab-milestone-wrap .tab-content .item-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.tab-milestone-wrap .tab-content .text-list-wrap {
    width: 100%
}

.tab-milestone-wrap .list-img-wrap .list li {
    padding: 0 20px;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    background: 0 0
}

.tab-milestone-wrap .list-img-wrap .list li strong {
    color: #fff;
    text-align: left
}

.tab-milestone-wrap .no-message {
    color: #fff
}

.tab-bidds-wrap .tab-container {
    padding: 30px 0
}

.tab-bidds-wrap .tab-title {
    width: 200px
}

.tab-bidds-wrap .tab-title ul {
    height: auto;
    grid-gap: 0;
    position: sticky;
    top: var(--headerHeight)
}

.tab-bidds-wrap .tab-title ul li {
    font-size: 16px
}

.tab-bidds-wrap .tab-title ul li.active a,
.tab-bidds-wrap .tab-title ul li.active span {
    font-size: 20px
}

.tab-bidds-wrap .tab-content {
    border: 1px solid #ededed;
    padding: 20px 50px
}

.tab-bidds-wrap .tab-content .box-title {
    display: block !important;
    font-size: 24px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ededed;
    padding-bottom: 20px
}

.tab-bidds-wrap .tab-content .text-list-wrap {
    width: 100%
}

.tab-bidds-wrap .tab-content .text-list-wrap .title {
    font-size: 20px;
    display: block;
    line-height: 24px;
    margin-bottom: 10px
}

.tab-bidds-wrap .tab-content .text-list-wrap .time {
    font-size: 12px;
    color: #999;
    text-align: right;
    display: block
}

.tab-bidds-wrap .tab-content .text-list-wrap .list li {
    padding-bottom: 20px;
    border-bottom: 1px solid #f7f7f7;
    margin-bottom: 20px
}

.tab-bidds-wrap .tab-content .article {
    width: 100%;
    word-break: break-all
}

.list-grid {
    display: grid;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-gap: 16px;
    grid-template-columns: repeat(4, 1fr)
}

.list-grid.list-1 {
    grid-template-columns: repeat(1, 1fr) !important
}

.list-grid.list-2 {
    grid-template-columns: repeat(2, 1fr) !important
}

.list-grid.list-3 {
    grid-template-columns: repeat(3, 1fr) !important
}

.list-grid.list-4 {
    grid-template-columns: repeat(4, 1fr) !important
}

.list-grid.list-5 {
    grid-template-columns: repeat(5, 1fr) !important
}

.list-grid.list-6 {
    grid-template-columns: repeat(6, 1fr) !important
}

.list-grid.list-8 {
    grid-template-columns: repeat(8, 1fr) !important
}

.list-grid.list-scale li:hover .img img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 1s;
    transition: all 1s
}

.list-grid.list-shadow li {
    -webkit-box-shadow: 0 10px 30px 0 rgba(13, 20, 35, .1019607843);
    box-shadow: 0 10px 30px 0 rgba(13, 20, 35, .1019607843)
}

.list-grid.list-hover-shadow li:hover {
    -webkit-box-shadow: 0 0 30px 0 rgba(76, 126, 233, .3);
    box-shadow: 0 0 30px 0 rgba(76, 126, 233, .3)
}

.list-grid.list-fixedText li {
    position: relative
}

.list-grid.list-fixedText li .text-wrap {
    position: absolute;
    opacity: 0;
    top: 100%;
    height: 100%;
    overflow-y: scroll;
    background-color: #fff;
    padding: 20px 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.list-grid.list-fixedText li .text-wrap::-webkit-scrollbar {
    width: 6px
}

.list-grid.list-fixedText li .text-wrap::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #b9ccf7
}

.list-grid.list-fixedText li .text-wrap::-webkit-scrollbar-track {
    border-radius: 5px;
    background: 0 0
}

.list-grid.list-fixedText li:hover .text-wrap {
    opacity: 1;
    top: 0
}

.list-grid.list-news li {
    padding: 0 !important
}

.list-grid.list-news li .top {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.list-grid.list-news li .top strong {
    padding: 0 32px
}

.list-grid.list-news li .text-wrap {
    padding: 20px 32px 20px
}

.list-grid.list-news-grid {
    grid-template: 440px 240px/repeat(3, auto)
}

.list-grid.list-news-grid .img {
    width: 100%;
    height: 100%
}

.list-grid.list-news-grid .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.list-grid.list-news-grid li {
    padding: 0 !important;
    position: relative
}

.list-grid.list-news-grid li:nth-child(1) {
    grid-column-start: span 2
}

.list-grid.list-news-grid li .top {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0
}

.list-grid.list-news-grid li .top strong {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 10px;
    background: rgba(0, 0, 0, .4);
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.list-grid.swiper-wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.list-img-wrap {
    overflow: hidden
}

.list-img-wrap .list-swiper {
    overflow: hidden;
    padding-bottom: 40px;
    margin-bottom: -40px
}

.list-img-wrap .box-title {
    margin-bottom: 40px
}

.list-img-wrap .box-text {
    margin-bottom: 40px;
    font-size: 16px
}

.list-img-wrap .list li {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 4px;
    padding: 20px;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.list-img-wrap .list li .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.list-img-wrap .list li .top-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.list-img-wrap .list li a.top-horizontal {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.list-img-wrap .list li .img {
    overflow: hidden
}

.list-img-wrap .list li .img img {
    display: block;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative
}

.list-img-wrap .list li strong {
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    font-weight: 400;
    color: #333
}

.list-img-wrap .list li p strong {
    color: inherit;
    font-weight: revert
}

.list-img-wrap .list li .counter-wrap {
    font-size: 40px;
    line-height: 60px;
    font-family: DIN-Bold;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--gray-drak)
}

.list-img-wrap .list li .counter-wrap .counter,
.list-img-wrap .list li .counter-wrap .counter-text {
    font-family: DIN-Bold
}

.list-img-wrap .list li .counter-wrap .unit {
    font-size: 36px
}

.list-img-wrap .list li .counter-wrap .unitOther {
    font-style: normal;
    font-size: 16px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    margin-top: 6px;
    right: 0
}

.list-img-wrap .list .text-wrap {
    padding-top: 12px;
    color: #666;
    line-height: 24px
}

.list-img-wrap .list .text-wrap.text-horizontal-wrap.has-img {
    padding: 0 0 0 12px;
    margin-top: -4px
}

.list-img-wrap .list .text-wrap article,
.list-img-wrap .list .text-wrap p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all
}

.list-img-wrap .list .text-wrap.text-1 article,
.list-img-wrap .list .text-wrap.text-1 p {
    -webkit-line-clamp: 1
}

.list-img-wrap .list .text-wrap.text-2 article,
.list-img-wrap .list .text-wrap.text-2 p {
    -webkit-line-clamp: 2
}

.list-img-wrap .list .text-wrap.text-3 article,
.list-img-wrap .list .text-wrap.text-3 p {
    -webkit-line-clamp: 3
}

.list-img-wrap .list .text-wrap.text-4 article,
.list-img-wrap .list .text-wrap.text-4 p {
    -webkit-line-clamp: 4
}

.list-img-wrap .list .text-wrap.text-5 article,
.list-img-wrap .list .text-wrap.text-5 p {
    -webkit-line-clamp: 5
}

.list-img-wrap .list .text-wrap.text-6 article,
.list-img-wrap .list .text-wrap.text-6 p {
    -webkit-line-clamp: 6
}

.list-img-wrap .list .text-wrap.text-7 article,
.list-img-wrap .list .text-wrap.text-7 p {
    -webkit-line-clamp: 7
}

.list-img-wrap .list .text-wrap.text-8 article,
.list-img-wrap .list .text-wrap.text-8 p {
    -webkit-line-clamp: 8
}

.list-img-wrap .list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.list-img-wrap .list strong {
    color: #333;
    font-weight: 400
}

.list-img-wrap.list-horizontal .box-title {
    text-align: left;
    padding: 0 20px
}

.list-img-wrap.list-horizontal .list li {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.list-img-wrap .list-customer li {
    padding: 0
}

.list-img-wrap .list-customer li a {
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal
}

.list-img-wrap .list-customer li .top {
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal
}

.list-img-wrap .list-customer li .text-wrap {
    padding: 20px 32px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.list-img-wrap .list-customer li .text-wrap p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 5
}

.list-img-wrap .list-customer li .img-logo {
    width: 100%;
    padding: 30px 0 5px 32px;
    position: relative;
    margin-top: -60px;
    margin-bottom: -20px
}

.list-img-wrap .list-customer li .img-logo:before {
    content: "";
    width: 100%;
    height: 60px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .8)), color-stop(90%, #fff));
    background: linear-gradient(180deg, rgba(255, 255, 255, .8) 0, #fff 90%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0
}

.list-img-wrap .list-customer li .img-logo img {
    width: 186px;
    position: relative
}

.list-img-wrap .list-customer li strong {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 32px 40px 0;
    position: relative;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.list-img-wrap .list-customer li strong:before {
    content: "";
    width: 100px;
    height: 1px;
    background-color: rgba(65, 70, 79, .3019607843);
    display: inline-block;
    margin-right: 16px
}

.channel-list-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.channel-list-text .list-text {
    display: grid;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 40px
}

.channel-list-text .list-text.list-swiper {
    overflow: hidden;
    padding-bottom: 40px;
    margin-bottom: -40px
}

.channel-list-text .list-text .item-box {
    height: 100%;
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .1019607843);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .1019607843)
}

.channel-list-text .list-text .item-content {
    padding: 40px 20px 40px 40px
}

.channel-list-text .list-text ul {
    list-style-type: revert
}

.channel-list-text .list-text ol {
    list-style-type: revert
}

.channel-list-text .list-text ol>li,
.channel-list-text .list-text ul>li {
    line-height: 20px;
    font-size: 14px;
    margin-left: 14px
}

.channel-list-text .list-text ol>li:not(:last-child),
.channel-list-text .list-text ul>li:not(:last-child) {
    margin-bottom: 6px
}

.channel-list-text .list-text ol>li a,
.channel-list-text .list-text ul>li a {
    font-size: 14px
}

.channel-list-text .list-text .sub-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
    margin-bottom: 20px
}

.channel-list-text .channel-img img {
    display: block;
    width: 100%
}

.try_wrap {
    color: #fff;
    position: relative;
    background-size: cover;
    background-position: center center;
    padding: 50px 0
}

.try_wrap .box-title {
    color: #fff
}

.try_wrap .sub-title {
    margin: -10px 0 8px
}

.try_wrap .bg {
    position: absolute;
    z-index: -1;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0
}

.cm-navbar .navbar-nav .nav-link {
    font-size: 18px;
    padding-left: 16px;
    padding-right: 16px;
    color: #212529
}

.cm-navbar .navbar-nav .nav-link.active {
    color: #007bff
}

.navbar-nav-scroll {
    max-width: 100%;
    height: 2.5rem;
    overflow: hidden
}

.navbar-nav-scroll .navbar-nav {
    overflow-x: auto;
    white-space: nowrap;
    margin-left: -.5rem;
    margin-right: -.5rem;
    -webkit-overflow-scrolling: touch
}

.bdr {
    border-radius: 4px;
    border: 1px solid #ddd
}

.blue {
    color: #2b5493 !important
}

.gray {
    color: #90969e
}

.fs-12 {
    font-size: 12px
}

.fs-14 {
    font-size: 14px
}

.fs-16 {
    font-size: 16px
}

.cm-hidden {
    display: none
}

.cm-pointer {
    cursor: pointer
}

.cm-ff-yh {
    font-family: "Microsoft YaHei", 微软雅黑, MicrosoftJhengHei, serif
}

.cm-block-head-bottom {
    border-bottom: solid 2px;
    border-color: #007bff;
    display: inline-block;
    padding-bottom: .3rem
}

.cm-trans-bottom {
    width: 100%;
    bottom: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, .4)
}

.media-img {
    max-width: 100%;
    max-height: 130px;
    display: block;
    width: 100%
}

.sm-media-img {
    max-width: 106px;
    max-height: 68px
}

.cm-media-img {
    max-width: 180px;
    max-height: 120px
}

.item-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.no-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 58px 0;
    color: #999
}

.cm-link {
    color: #41464f
}

.cm-link:hover {
    color: var(--mainColor)
}

.es-highlight em {
    color: #dc3545;
    font-style: normal
}

.wrapper {
    width: 1150px;
    margin: auto;
    position: relative
}

.container-wrap {
    margin: 0 auto 20px
}

.item-title {
    color: #2b5493;
    font-family: HYYakuHei;
    font-size: 24px;
    line-height: 38px
}

.icon-arrow-right {
    width: 0;
    height: 0;
    border-left: 6px solid red;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    margin-right: 5px
}

.icon-arrow-bottom {
    width: 0;
    height: 0;
    border-top: 6px solid red;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent
}

.footer-wrap {
    background: #2c333e url("../images/footer_ bg.png") no-repeat center center;
    background-size: cover;
    position: relative;
    font-size: 12px;
    line-height: 32px;
    padding: 30px 0 0;
    color: #fff
}

.footer-wrap .top {
    padding: 0 0 30px
}

.footer-wrap .left {
    width: 250px
}

.footer-wrap .left .logo img {
    height: 28px
}

.footer-wrap .right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer-wrap .right aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.footer-wrap .right .footer-list {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.footer-wrap .right .footer-nav .list,
.footer-wrap .right .footer-nav-en .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.footer-wrap .right .footer-nav .list a:not(:last-child):after,
.footer-wrap .right .footer-nav-en .list a:not(:last-child):after {
    content: "";
    border-right: 1px solid rgba(255, 255, 255, .2509803922);
    height: 14px;
    padding-right: 10px
}

.footer-wrap .right .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-gap: 0 20px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    grid-template-columns: repeat(1, 1fr)
}

.footer-wrap .right .list em {
    font-style: normal
}

.footer-wrap .right .list-bottom {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    grid-gap: 0;
    margin-top: 15px;
    grid-template-columns: repeat(6, 1fr)
}

.footer-wrap .right a {
    color: #fff;
    line-height: 30px;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-wrap .right a img {
    -webkit-transition: all .3s;
    transition: all .3s
}

.footer-wrap .right a p,
.footer-wrap .right a span {
    opacity: .7
}

.footer-wrap .right a:hover {
    color: var(--mainColor)
}

.footer-wrap .right a:hover img {
    opacity: .8
}

.footer-wrap .right a.text:hover {
    color: #fff
}

.footer-wrap strong {
    padding: 0 10px 10px 0;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400
}

.footer-wrap .footer-media,
.footer-wrap .footer-media-en {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.footer-wrap .input-wrap {
    margin-top: 10px
}

.footer-wrap .copyright-wrap {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, .05)
}

.footer-wrap .copyright-wrap a {
    color: #fff
}

.footer-wrap .copyright-wrap a:hover {
    color: var(--mainColor)
}

.footer-wrap .copyright-wrap h2 {
    font-size: 18px
}

.footer-wrap .copyright-wrap p {
    opacity: .5
}

.footer-wrap .logo-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding: 20px 0 30px;
    margin-bottom: 30px
}

.footer-wrap .logo-wrap .logo {
    width: 130px;
    margin-right: 30px
}

.footer-wrap .logo-wrap .logo img {
    width: 100%
}

.footer-wrap .logo-wrap h2 {
    font-size: 20px;
    font-weight: 400
}

.input-wrap {
    width: 220px;
    height: 32px;
    line-height: 32px;
    border-radius: 4px;
    overflow: hidden
}

.input-wrap input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: none;
    background: 0 0;
    padding-left: 10px;
    color: #fff;
    font-size: 12px;
    -webkit-appearance: none
}

.input-wrap input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .2509803922)
}

.input-wrap button {
    font-size: 16px;
    border: none;
    height: 28px;
    background: 0 0;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: 0 0;
    margin-right: 8px;
    border-radius: 6px
}

.input-wrap .input-bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 32px;
    line-height: 32px
}

.search-nav-wrap {
    height: 40px;
    line-height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 12px;
    width: auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
    z-index: 2
}

.search-nav-wrap button {
    padding: 0;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    background: #f3f3f3;
    border: none
}

.search-nav-wrap button img {
    width: 20px
}

.search-nav-wrap input {
    background: 0 0;
    padding: 0;
    width: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #333
}

.search-nav-wrap input::-webkit-input-placeholder {
    color: #999
}

.search-nav-wrap .input-bg {
    height: 48px;
    border-radius: 4px;
    padding: 0 4px 0 15px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.search-nav-wrap:hover input {
    width: 160px
}

.search-nav-wrap:hover .input-bg {
    background: #f3f3f3
}

.list-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 5px
}

.list-inline a:hover {
    color: var(--mainColor)
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.pagination .page-link {
    border: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    margin: 0 5px;
    font-size: 16px;
    border-radius: 4px;
    color: var(--mainColor)
}

.pagination .page-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.pagination .page-item:last-child .page-link {
    margin-right: 0
}

.pagination .page-item.disabled .page-link {
    border-color: #fff
}

.pagination .page-item.disabled .page-link .arrow-btn {
    border-color: #dee2e6
}

.pagination .page-item.active .page-link {
    background: var(--mainColor);
    color: #fff;
    border-color: #fff
}

.pagination .arrow-left,
.pagination .arrow-right {
    position: relative;
    display: block;
    text-indent: -99999px;
    width: 12px;
    height: 12px;
    background-color: transparent;
    border-color: #6c6f72;
    border-style: solid;
    border-width: 2px 2px 0 0;
    -webkit-transform: rotate(45deg) translate(-25%, 25%);
    transform: rotate(45deg) translate(-25%, 25%)
}

.pagination .arrow-left {
    border-width: 0 0 2px 2px;
    -webkit-transform: rotate(45deg) translate(25%, -25%);
    transform: rotate(45deg) translate(25%, -25%)
}

.login-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.login-form .form-group {
    margin: 0 10px 0 0
}

.login-form .form-control {
    height: 32px;
    line-height: 32px;
    width: 164px;
    border-radius: 4px
}

.login-form .btn {
    width: 76px;
    height: 32px;
    line-height: 32px;
    border-radius: 6px;
    background: #224c8d;
    padding: 0;
    border: none
}

.btn-link {
    color: #202328
}

.page-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.page-wrap .select-page {
    width: auto
}

.fa-tag {
    color: #0054d2 !important
}

.swiper-wrap .swiper-button-next:after,
.swiper-wrap .swiper-button-prev:after {
    font-size: 24px
}

.swiper-wrap .swiper-button-next,
.swiper-wrap .swiper-button-prev {
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

.swiper-wrap .swiper:hover .swiper-button-next,
.swiper-wrap .swiper:hover .swiper-button-prev {
    opacity: 1
}

.breadcrumb {
    background: 0 0;
    margin-bottom: 0;
    padding: 1.5rem 0;
    line-height: 24px
}

.channel-banner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.channel-banner .box-title {
    color: #fff;
    margin: 0;
    font-size: 64px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.channel-banner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block
}

.fixed-right-nav {
    position: absolute;
    right: 40px;
    z-index: 9;
    top: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-gap: 20px
}

.fixed-right-nav dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-left: 20px
}

.fixed-right-nav dl dt {
    cursor: pointer
}

.fixed-right-nav dl dt img {
    width: 40px;
    display: block
}

.fixed-right-nav dl dt a {
    display: block
}

.fixed-right-nav dl:hover dd {
    opacity: 1;
    -webkit-transform: scale(1) translate(-100%, -50%);
    transform: scale(1) translate(-100%, -50%);
    pointer-events: all
}

.fixed-right-nav dl dd {
    opacity: 0;
    position: absolute;
    background: #fff;
    padding: 16px 12px;
    border-radius: 6px;
    text-align: center;
    word-break: keep-all;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    left: -10px;
    top: 50%;
    -webkit-transform: scale(.5) translate(-100%, -50%);
    transform: scale(.5) translate(-100%, -50%);
    pointer-events: none
}

.fixed-right-nav dl dd:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    border-color: transparent transparent transparent #fff
}

@-webkit-keyframes shadowChange {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 110, 255, .2);
        box-shadow: 0 0 0 0 rgba(0, 110, 255, .2)
    }

    100% {
        -webkit-box-shadow: 0 0 0 5px rgba(0, 110, 255, .2);
        box-shadow: 0 0 0 5px rgba(0, 110, 255, .2)
    }
}

@keyframes shadowChange {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 110, 255, .2);
        box-shadow: 0 0 0 0 rgba(0, 110, 255, .2)
    }

    100% {
        -webkit-box-shadow: 0 0 0 5px rgba(0, 110, 255, .2);
        box-shadow: 0 0 0 5px rgba(0, 110, 255, .2)
    }
}

.time-line-wrap .box-text {
    margin: -20px 0 80px
}

.time-line-wrap .list-grid {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px 0
}

.time-line-wrap .list {
    position: relative
}

.time-line-wrap .list:before {
    content: "";
    height: 100%;
    width: 1px;
    background: #889db4;
    display: block;
    position: absolute;
    left: 50%
}

.time-line-wrap .list li {
    width: 50%;
    position: relative
}

.time-line-wrap .list li:nth-child(odd) {
    text-align: right;
    padding-right: 30px
}

.time-line-wrap .list li:nth-child(even) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    padding-left: 30px
}

.time-line-wrap .list li:nth-child(even) .time-wrap:before {
    left: -36px
}

.time-line-wrap .list li:nth-child(even) .time-wrap:after {
    left: 0;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    border-right: 10px solid var(--mainColor);
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid transparent
}

.time-line-wrap .list li .time-wrap {
    background-color: var(--mainColor);
    font-size: 24px;
    color: #fff;
    line-height: 24px;
    padding: 18px 22px 18px 30px;
    display: inline-block;
    border-radius: 12px;
    position: relative
}

.time-line-wrap .list li .time-wrap b {
    font-size: 36px;
    font-weight: 500
}

.time-line-wrap .list li .time-wrap:before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 100%;
    display: block;
    background: #006eff;
    border: 2px solid #fff;
    position: absolute;
    top: 50%;
    -webkit-box-shadow: 0 0 0 5px rgba(0, 110, 255, .2);
    box-shadow: 0 0 0 5px rgba(0, 110, 255, .2);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -36px;
    -webkit-animation: shadowChange 1s ease-in-out infinite;
    animation: shadowChange 1s ease-in-out infinite
}

.time-line-wrap .list li .time-wrap:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    width: 0;
    height: 0;
    border-left: 10px solid var(--mainColor);
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent
}

.time-line-wrap .list li .title {
    padding: 12px 20px 12px 20px;
    color: #27314a;
    margin-top: 10px;
    background: #fff;
    display: inline-block;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700
}

.list-news-wrap .list li {
    border-bottom: 1px solid #f0f0f0
}

.list-news-wrap .list li>a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.list-news-wrap .list li i {
    display: inline-block;
    width: 30px;
    height: 20px;
    position: relative;
    top: 2px;
    margin-right: 5px
}

.list-news-wrap .list li i.item-hot {
    width: 40px;
    background: url(../images/icon_hot.png) no-repeat center;
    background-size: cover
}

.list-news-wrap .list li i.item-top {
    background: url(../images/icon_top.png) no-repeat center;
    background-size: cover
}

.list-news-wrap .list figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0
}

.list-news-wrap .list figure .img {
    margin-right: 20px;
    width: 210px;
    border-radius: 4px
}

.list-news-wrap .list figure .img img {
    width: 100%;
    height: 100%
}

.list-news-wrap .list figure figcaption {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.list-news-wrap .list figure figcaption>strong {
    font-size: 20px;
    color: #000b17;
    font-weight: 700;
    margin-bottom: 16px;
    display: block;
    text-align: left
}

.list-news-wrap .list figure figcaption .tip {
    line-height: 28px;
    color: #999;
    font-size: 12px
}

.list-news-wrap .list figure figcaption .tip time {
    padding-right: 20px
}

.list-news-wrap .list figure figcaption .tip span {
    padding: 0 20px
}

.steps-wrap .list-wrapper {
    padding-top: 40px
}

.steps-wrap .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.steps-wrap .list li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.steps-wrap .list li .text-wrap {
    padding: 0 40px;
    font-size: 16px
}

.steps-wrap .list li .img {
    text-align: center;
    margin-bottom: 40px;
    position: relative
}

.steps-wrap .list li .img img {
    position: relative;
    z-index: 2
}

.steps-wrap .list li .img:before {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    background: var(--mainColor);
    position: absolute;
    left: 0;
    top: 50%
}

.steps-wrap .list li:first-child .img:before {
    width: 50%;
    left: auto;
    right: 0
}

.steps-wrap .list li:last-child .img:before {
    width: 50%
}

.home-culture .list li .text-line {
    position: relative
}

.home-culture .list li .text-line:after {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    width: 60px;
    height: 8px;
    border-radius: 20px;
    background: var(--mainColor)
}