html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
textarea,
button,
img {
    padding: 0;
    margin: 0;
    font-weight: 400;
}

p {
    margin: 0px;
    padding: 0px;
}

body,
button,
input,
select,
textarea {
    font: 14px/1.5 'gilroymedium', 'Microsoft YaHei', 'Hiragino Sans GB', sans-serif, Arial;
    color: #333;
}

img {
    border: 0px;
    vertical-align: middle;
}

video,
iframe {
    max-width: 100%;
    /* width: auto;
    height: auto; */
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table th,
table td {
    /* border: 1px solid #ccc; */
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    text-decoration: none;
    color: #333;
    outline: none;
    cursor: pointer;
}

a:hover {
    background-repeat: no-repeat;
    text-decoration: none;
}

a,
input[type="button"],
button,
label,
input[type="submit"],
input[type="reset"] {
    cursor: pointer;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input,
textarea,
select {
    outline: none;
}

input[type="text"],
input[type="password"],
input[type="button"],
input[type="submit"],
input[type="reset"],
select,
textarea {
    outline-style: none;
    -webkit-appearance: none;
    resize: none;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

input:-webkit-autofill {
    /* 选择历史信息的样式 */
    -webkit-box-shadow: 0 0 0px rgba(255, 255, 255, 0) inset !important;
    -webkit-box-flex-color: #333;
}

* {
    outline: none;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: unset;
}

.auto_1560 {
    margin: auto;
    width: 81.25vw;
    max-width: 81.25vw;
}

.auto_1400 {
    margin: auto;
    width: 72.91666666666667vw;
}

.auto_1000 {
    margin: auto;
    width: 52.08333333333333vw;
}

@media(max-width:992px) {
    .auto_1560,
    .auto_1400,
    .auto_1000 {
        width: 90%;
        max-width: 90%;
    }
}

.columns {
    display: flex;
}

.move {
    display: none;
}

@media(max-width:992px) {
    .pc {
        display: none !important;
    }
    .move {
        display: block;
    }
}

.image {
    overflow: hidden;
}

.image img {
    transition: 1s;
}

/*强制去除表单自带的样式*/

select,
input,
textarea {
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #878787;
    font-family: Arial;
}

input:focus {
    outline: none;
}

input,
button,
select,
textarea {
    outline: none;
    /*-webkit-appearance:none; */
}

input:-webkit-autofill {
    box-shadow: 0 0 0 1000px white inset !important;
}

input:-internal-autofill-previewed,
input:-internal-autofill-selected {
    -webkit-text-fill-color: #999 !important;
    -webkit-transition: background-color 99999999s ease-in-out 0s !important;
    -o-transition: background-color 99999999s ease-in-out 0s !important;
    transition: background-color 99999999s ease-in-out 0s !important
}

textarea {
    resize: none;
    /*-webkit-appearance:none; */
}

textarea,
input,
select {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

img {
    display: block;
    max-width: 100%;
}

li {
    list-style: none;
}

/* 分页 */

.layui-box {
    margin-bottom: 6.25vw;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.layui-box em {
    font-style: normal
}

.layui-box a,
.layui-box .layui-laypage-curr {
    width: 40px;
    height: 40px;
    display: block;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    color: rgba(102, 102, 102, 1);
    margin: 0 10px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    font-weight: bold;
    /* background-color: #ebebeb */
}

.layui-box a:hover,
.layui-box .layui-laypage-curr:hover {
    color: #fff !important;
    background-color: rgba(0, 114, 188, 1);
    border: solid 1px rgba(0, 114, 188, 1)
}

.layui-box .layui-laypage-curr {
    color: #fff;
    border: solid 1px rgba(0, 114, 188, 1);
    background-color: rgba(0, 114, 188, 1)
}

.layui-box .layui-laypage-prev,
.layui-box .layui-laypage-next,
.layui-box .layui-laypage-last,
.layui-box .layui-laypage-first {
    line-height: 40px;
    margin: 0 10px
}

.layui-box .layui-laypage-next {
    margin-left: 17px
}

.layui-box .layui-laypage-prev {
    margin-right: 17px
}

.module_HL1GBCD1 .pageMain {
    padding: xsPaddingTop;
    overflow: hidden;
    position: relative;
    background: mainBgColor;
}

.module_HL1GBCD1 .pageMain .commonMain {
    max-width: var(--content-Wdith);
    margin: 0px auto;
    padding: 0px 20px;
}

.module_HL1GBCD1 .pageMain #pagination {
    text-align: center;
    display: none;
}

.module_HL1GBCD1 .pageMain #pagination a {
    height: 30px;
    line-height: 30px;
    width: 30px;
    padding: 0px;
    margin: 0px 4px;
    position: relative;
    border: none;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, .2);
}

.module_HL1GBCD1 .pageMain #pagination a:hover {
    color: #fff;
}

.module_HL1GBCD1 .pageMain #pagination a:hover .icon-zuojiantou,
.module_HL1GBCD1 .pageMain #pagination a:hover .icon-youjiantou {
    color: #fff;
}

.module_HL1GBCD1 .pageMain #pagination a .icon-zuojiantou,
.module_HL1GBCD1 .pageMain #pagination a .icon-youjiantou {
    color: rgba(102, 102, 102, 1);
}

.module_HL1GBCD1 .pageMain #pagination a.layui-laypage-prev {
    font-size: 16px;
}

.module_HL1GBCD1 .pageMain #pagination a.layui-laypage-next {
    font-size: 16px;
}

.module_HL1GBCD1 .pageMain #pagination .layui-laypage .layui-laypage-curr {
    height: 30px;
    line-height: 30px;
    width: 30px;
    font-size: 14px;
    border: none;
    padding: 0px;
    margin: 0px 4px;
    font-weight: 600;
}

.module_HL1GBCD1 .pageMain #pagination .layui-laypage .layui-laypage-curr em {
    color: #fff;
}

.module_HL1GBCD1 .pageMain .loadMore {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.module_HL1GBCD1 .pageMain .loadMore a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    -moz-transition: .8s ease;
    transition: .8s ease;
    font-size: 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: rgba(102, 102, 102, 1);
    width: 110px;
    border-radius: 45px;
    height: 30px;
    border: 2px solid #0d5e9e;
}

.module_HL1GBCD1 .pageMain .loadMore a .icon {
    margin-left: 10px;
    width: 12px;
    height: 13px;
    -webkit-transition: .6s ease;
    -o-transition: .6s ease;
    -moz-transition: .6s ease;
    transition: .6s ease;
    background-position: 0px -14px;
    background-repeat: no-repeat;
    background-image: url(xsloadmoreIcon);
    display: block;
}

.module_HL1GBCD1 .pageMain .loadMore a:hover {
    background: #0d5e9e;
    color: #fff;
}

.module_HL1GBCD1 .pageMain .loadMore a:hover .icon {
    background-position: 0px 0px;
}

.module_HL1GBCD1 .pageMain .loadMore a {
    margin: 30px 0;
}

@media (min-width:768px) {
    .module_HL1GBCD1 .pageMain {
        padding: mdPaddingTop;
    }
    .module_HL1GBCD1 .pageMain .commonMain {
        max-width: mdContentWidth;
    }
    .module_HL1GBCD1 .pageMain #pagination {
        display: block;
    }
    .module_HL1GBCD1 .pageMain #pagination a {
        height: 48px;
        line-height: 48px;
        width: 48px;
        margin: 0px 4px;
        font-size: 14px;
    }
    .module_HL1GBCD1 .pageMain #pagination .layui-laypage .layui-laypage-curr {
        height: 48px;
        line-height: 48px;
        width: 48px;
        font-size: 18px;
    }
    /* .module_HL1GBCD1 .pageMain #pagination .layui-laypage .layui-laypage-curr em{border-radius: 8px;} */
    .module_HL1GBCD1 .pageMain #pagination a.layui-laypage-prev {
        font-size: 16px;
    }
    .module_HL1GBCD1 .pageMain #pagination a.layui-laypage-next {
        font-size: 16px;
    }
    .module_HL1GBCD1 .pageMain .loadMore {
        display: none;
    }
}

@media (min-width:1200px) {
    .module_HL1GBCD1 .pageMain {
        padding: lgPaddingTop;
    }
    .module_HL1GBCD1 .pageMain .commonMain {
        max-width: lgContentWidth;
    }
    .module_HL1GBCD1 .pageMain #pagination a {
        height: 48px;
        line-height: 48px;
        width: 48px;
        margin: 0px 4px;
        font-size: 14px;
    }
    .module_HL1GBCD1 .pageMain #pagination .layui-laypage .layui-laypage-curr {
        height: 48px;
        line-height: 48px;
        width: 48px;
        font-size: 18px;
    }
    /* .module_HL1GBCD1 .pageMain #pagination .layui-laypage .layui-laypage-curr em{border-radius: 8px;} */
    .module_HL1GBCD1 .pageMain #pagination a.layui-laypage-prev {
        font-size: 16px;
    }
    .module_HL1GBCD1 .pageMain #pagination a.layui-laypage-next {
        font-size: 16px;
    }
}

/* 分页 */

.banner_ .image img {
    animation: zoomIn 3s cubic-bezier(0.18, 0.61, 0.34, 0.99);
    -webkit-animation: zoomIn 3s cubic-bezier(0.18, 0.61, 0.34, 0.99);
    animation-timing-function: ease;
    width: 100%;
    -webkit-transform-origin: 80% 20%;
    -ms-transform-origin: 80% 20%;
    transform-origin: 80% 20%;
}

@-webkit-keyframes zoomIn {
    0% {
        transform: scale(1.5);
        /* opacity: .5; */
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        transform: scale(1.5);
        /* opacity: .5; */
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes amplify {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes amplify {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.bgimage img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

/* 按钮 */

.SeeMore {
    width: 8.333333vw;
    height: 2.708333vw;
    line-height: 2.708333vw;
    border: .104167vw solid #FFFFFF;
    border-radius: 2.6042vw;
    padding: 0px 1.0417vw;
    font-size: var(--font-size16);
    font-weight: bold;
    color: #FFFFFF;
    display: block;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.SeeMore:hover {
    background: linear-gradient(90deg, #0A2D6D, #277CBD);
    border: 0 solid #FFFFFF;
    color: #FFFFFF;
}

.SeeMore img {
    width: .729167vw;
}

@media (max-width:992px) {
    .SeeMore {
        width: 135px;
        height: 35px;
        line-height: 35px;
        padding: 0 15px 0 20px;
        border-radius: 30px;
        border-width: 2px;
    }
    .SeeMore img {
        width: 12px;
    }
}

/* 按钮 */

/* 触摸放大 */

.amplify:hover .image img {
    transform: scale(1.05);
}

/* 触摸放大 */

/* 轮播图圆点 */

.slick-dots {
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0px 5px;
}

.slick-dots li button {
    background: #0071bc3f;
    display: block;
    font-size: 0;
    padding: 4px;
    border: 0;
    border-radius: 50px;
}

li.slick-active button {
    background: #0071bc;
}

/* 轮播图圆点 */

/* 弹窗 */

.tanchuang {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(0 0 0 / 30%);
    visibility: hidden;
    opacity: 0;
    transition: .5s;
}

.tanchuang.on {
    visibility: unset;
    opacity: 1;
    transition: .5s;
}

/* 弹窗 */

.title {
    font-size: var(--font-size48);
    font-weight: bold;
    color: #01173C;
    line-height: 1;
}

html {
    --font-size12: .625vw;
    --font-size13: .677083vw;
    --font-size14: 0.7291666666666667vw;
    --font-size15: .78125vw;
    --font-size16: 0.8333333333333333vw;
    --font-size17: 0.8854166666666667vw;
    --font-size18: 0.9375vw;
    --font-size19: .989583vw;
    --font-size20: 1.041666666666667vw;
    --font-size22: 1.145833333333333vw;
    --font-size24: 1.25vw;
    --font-size26: 1.354166666666667vw;
    --font-size28: 1.458333333333333vw;
    --font-size30: 1.5625vw;
    --font-size32: 1.666666666666667vw;
    --font-size36: 1.875vw;
    --font-size38: 1.979167vw;
    --font-size40: 2.083333333333333vw;
    --font-size46: 2.395833333333333vw;
    --font-size48: 2.5vw;
    --font-size54: 2.8125vw;
    --font-size56: 2.916666666666667vw;
    --font-size60: 3.125vw;
    --font-size90: 4.6875vw;
}

@media(max-width:992px) {
    html {
        --font-size12: 12px;
        --font-size13: 12px;
        --font-size14: 12px;
        --font-size15: 12px;
        --font-size16: 13px;
        --font-size17: 14px;
        --font-size18: 14px;
        --font-size19: 15px;
        --font-size20: 15px;
        --font-size22: 16px;
        --font-size24: 18px;
        --font-size26: 18px;
        --font-size28: 18px;
        --font-size30: 18px;
        --font-size32: 18px;
        --font-size36: 18px;
        --font-size38: 18px;
        --font-size40: 18px;
        --font-size46: 20px;
        --font-size48: 20px;
        --font-size54: 20px;
        --font-size56: 20px;
        --font-size60: 22px;
        --font-size90: 22px;
    }
}

.banner {
    position: relative;
}

.banner .list>div>img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.banner .columns {
    position: absolute;
    top: 19.020833vw;
    left: 0;
    width: 100%;
}

.banner .columns .title {
    font-size: var(--font-size60);
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.2;
    text-align: center;
    margin: 0 0 1.5625vw;
}

.banner .list .columns .title {
    animation: fadeInUp0 1.5s;
    -webkit-animation: fadeInUp0 1.5s;
    animation-timing-function: ease;
    display: none;
}

.banner .list.swiper-slide-active .columns .title {
    display: block;
}

.banner .list .columns .SeeMore {
    animation: fadeInUp 1.5s 0.1s;
    -webkit-animation: fadeInUp 1.5s 0.1s;
    animation-timing-function: ease;
    display: none;
}

.banner .list.swiper-slide-active .columns .SeeMore {
    display: flex;
}

.banner.swiper-container-horizontal>.swiper-pagination-bullets {
    display: flex;
    justify-content: center;
    bottom: 2.34375vw;
}

.banner .swiper-pagination-bullet {
    width: 1.875vw;
    height: 1.875vw;
    border-radius: 50%;
    background: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    opacity: 1;
}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    /* background: url('../images/images6.png') no-repeat center / 1.875vw; */
    /* animation: rotate 1.5s infinite linear;
    -webkit-animation: rotate 1.5s infinite linear; */
    border: 2.5px solid #fff;
    box-shadow: 0px 0px 6px #fff;
}

.banner .swiper-pagination-bullet::after {
    content: '';
    display: block;
    width: .208333vw;
    height: .208333vw;
    background: #FFFFFF;
    border-radius: 50%;
}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    width: .416667vw;
    height: .416667vw;
}

@media(max-width:992px) {
    .banner .columns {
        top: 25%;
        padding: 0;
    }
    .banner .columns .title {
        margin: 0 0 40px;
    }
    .banner .swiper-pagination-bullet {
        width: 26px;
        height: 26px;
    }
    .banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: url('../images/images6.png') no-repeat center / 25px;
    }
    .banner .swiper-pagination-bullet::after {
        width: 3px;
        height: 3px;
    }
    .banner .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
        width: 6px;
        height: 6px;
    }
}

.Mainbottom {
    padding: 3.489583vw 0 0;
    position: relative;
}

.Mainbottom .logo img {
    height: 2.5vw;
}

.Mainbottom ul.top {
    padding: 1.9271vw 0 5.208333vw;
    margin: 1.5625vw 0 0;
    border-top: 1px solid rgba(25, 26, 27, .1);
    display: flex;
    justify-content: space-between;
}

.Mainbottom ul.top a {
    display: block;
    margin: 2.1875vw 0 0;
    font-size: var(--font-size16);
    font-weight: 400;
    color: #6d7275;
    line-height: 1;
}

.Mainbottom ul.top a:nth-child(1) {
    font-size: var(--font-size19);
    color: #01173C;
    opacity: 0.95;
    margin: 0 0 1.9792vw;
    font-weight: bold;
}

.Mainbottom ul.top a:nth-child(2) {
    margin-top: 0px;
}

.Mainbottom ul.top a:hover {
    color: #005da0;
}

.Mainbottom .copyright {
    position: relative;
    padding: 2.864583vw 0;
}

.Mainbottom .copyright .columns {
    justify-content: space-between;
}

.Mainbottom .copyright .columns>div {
    font-size: var(--font-size12);
    font-weight: 400;
    color: #FFFFFF;
}

.Mainbottom .copyright .columns>div span {
    margin: 0 .260417vw 0 0;
    opacity: 0.8;
}

.Mainbottom .copyright .columns>div a {
    margin: 0 .260417vw;
    opacity: 0.8;
}

.Mainbottom .copyright .columns>div a:hover {
    opacity: 1;
}

.Mainbottom .copyright .columns>div a {
    font-size: var(--font-size12);
    font-weight: 400;
    color: #FFFFFF;
}

.Mainbottom .copyright ul {
    display: flex;
}

.Mainbottom .copyright ul a {
    position: relative;
    margin: 0 0 0 1.9271vw;
}

.Mainbottom .copyright ul a img:nth-child(1) {
    width: auto;
    height: 1.0417vw;
    opacity: .65;
}

.Mainbottom .copyright ul a img:nth-child(2) {
    position: absolute;
    transform: translateX(-50%);
    min-width: 5.208333vw;
    bottom: 0;
    left: 50%;
    width: 5.208333vw;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    user-select: none;
    z-index: -1;
}

.Mainbottom .copyright ul a:hover img:nth-child(1) {
    opacity: 1;
}

.Mainbottom .copyright ul a:hover img:nth-child(2) {
    opacity: 1;
    bottom: 150%;
    transition: .5s;
    visibility: unset;
}

.Mainbottom .copyright .columns>div span br {
    display: none;
}

@media(max-width:992px) {
    .Mainbottom {
        padding: 0;
        overflow: hidden;
    }
    .Mainbottom .bgimage img {
        transform: scale(1.5);
    }
    .Mainbottom .copyright .columns>div span {
        color: #4D5F73;
        display: block;
        text-align: center;
        line-height: 1.4;
    }
    .Mainbottom .copyright .columns>div i {
        display: none;
    }
    .Mainbottom .copyright .columns>div span br {
        display: block;
    }
    .Mainbottom .copyright .columns {
        justify-content: center;
        margin: 15px 0 0;
    }
    .Mainbottom .copyright {
        padding: 35px 0;
    }
    .Mainbottom .copyright .columns>div a {
        display: none;
    }
    .Mainbottom .copyright .img {
        text-align: center;
    }
    .Mainbottom .copyright .img img {
        height: 32px;
    }
}

.ProductSolution {
    padding: 5.208333vw 0 0;
    min-height: 100vh;
}

.ProductSolution .title {
    margin: 0 0 1.302083vw;
    text-align: center;
}

.ProductSolution .intro {
    font-size: var(--font-size19);
    font-weight: 400;
    color: #696E74;
    opacity: 0.8;
    margin: 0 0 2.083333vw;
    text-align: center;
}

.ProductSolution .icon-img {
    text-align: center;
}

.ProductSolution .icon-img img {
    margin: 0 auto 3.125vw;
}

.ProductSolution .list {
    /* min-height: 39.583333vw; */
    position: relative;
}

/* .ProductSolution .list .bg{
    position: relative;
} */

.ProductSolution .list ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.ProductSolution .list ul .Htitle {
    font-size: var(--font-size24);
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.1;
    text-align: center;
    min-height: 2.760417vw;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ProductSolution .list ul .image {
    height: 6.25vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ProductSolution .list ul .img {
    max-height: 4.6875vw;
    max-width: 9.895833vw;
}

.ProductSolution .list ul a {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 1.041667vw;
    /* height: 39.583333vw; */
    transition: background-color .4s ease;
    border-right: 1px solid rgba(235, 240, 244, .2);
}

.ProductSolution .list ul a:hover {
    border-left: 1px solid rgba(235, 240, 244, .2);
    margin-left: -1px;
    background: rgba(0, 64, 160, .9);
    border-left: 1px solid rgba(0, 64, 160, .9);
    border-color: rgba(0, 64, 160, .9);
}

.ProductSolution .swiper-pagination {
    left: 50%;
    bottom: 1.5625vw;
    transform: translateX(-50%);
}

.ProductSolution .swiper-pagination-bullet {
    width: .572917vw;
    height: .572917vw;
    background: transparent;
    border-radius: 50%;
    margin: 0 .3125vw;
    border: 2px solid #fff;
    opacity: 1;
    border-radius: 50%;
}

.ProductSolution .swiper-pagination-bullet-active {
    background: #0040A0;
    border-color: #0040A0;
    opacity: 1;
}

.ProductSolution .swiper-button-prev,
.ProductSolution .swiper-button-next {
    width: 28.57%;
    height: 100%;
    background: none;
    opacity: 0;
    top: 0px;
    margin-top: 0px;
    pointer-events: none;
}

.ProductSolution .swiper-button-prev {
    left: 0px;
}

.ProductSolution .swiper-button-next {
    right: 0px;
}

.ProductSolution .images {
    position: relative;
    overflow: hidden;
}

.ProductSolution .images .image img {
    width: 100%;
    max-height: 33.541667vw;
    object-fit: cover;
}

.ProductSolution .images .img:nth-child(1) {
    position: absolute;
    right: 0;
    top: 0;
    width: 23.28125vw;
    transition: 1s;
}

.ProductSolution .images .img:nth-child(3) {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 39.0625vw;
    transition: 1s;
}

@media(max-width:992px) {
    .ProductSolution {
        padding: 35px 0 0;
        min-height: auto;
    }
    .ProductSolution .title {
        margin: 0 0 10px;
    }
    .ProductSolution .intro {
        margin: 0 0 18px;
    }
    .ProductSolution .icon-img img {
        margin: 0 auto 30px;
    }
    .ProductSolution .images .img:nth-child(1) {
        width: 33.33%;
    }
    .ProductSolution .images .img:nth-child(3) {
        width: 100%;
    }
    .ProductSolution .swiper-pagination {
        bottom: 20px;
    }
    .ProductSolution .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 4px;
        bottom: 40px;
    }
    .ProductSolution .list ul .image {
        height: 125px;
        padding: 0 0 15px;
    }
    .ProductSolution .list ul .Htitle br {
        display: none;
    }
    .ProductSolution .images .image img {
        max-height: unset;
    }
    .ProductSolution .list ul a:hover {
        background: unset;
    }
    .ProductSolution .list ul {
        height: calc(100% - 25px);
    }
}

.WhatSNew {
    padding: 5.208333vw 0 6.979167vw;
    position: relative;
    overflow: hidden;
    height: 100vh;
}

.WhatSNew .bgimage img {
    height: auto;
}

.WhatSNew .title {
    margin: 0 0 1.302083vw;
    text-align: center;
}

.WhatSNew .intro {
    font-size: var(--font-size19);
    font-weight: 400;
    color: #696E74;
    opacity: 0.8;
    margin: 0 0 2.083333vw;
    text-align: center;
}

.WhatSNew .icon-img {
    text-align: center;
}

.WhatSNew .icon-img img {
    margin: 0 auto 3.125vw;
}

.WhatSNew .images {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 47.916667vw;
    margin: 0 2.96875vw;
}

.WhatSNew .images .image img {
    width: 100%;
    height: 28.9583vw;
    object-fit: cover;
}

.WhatSNew .images .img img {
    width: 100%;
}

.WhatSNew .images .img:nth-child(1) {
    position: absolute;
    right: 0;
    top: 0;
    width: 18.125vw;
    transition: 1s;
    z-index: 5;
}

.WhatSNew .images .img:nth-child(4) {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    transition: 1s;
    z-index: 0;
}

.WhatSNew .columns .images ul {
    width: 100%;
}

.WhatSNew .columns .images ul li {
    position: relative;
    overflow: hidden;
}

.WhatSNew .columns .images ul li .text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1.354167vw 2.083333vw;
    z-index: 10;
}

.WhatSNew .columns .images ul li .Htitle {
    font-size: var(--font-size22);
    font-weight: 400;
    color: #FFFFFF;
    /* line-height: 1.1; */
    margin: 0 0 1.041667vw;
}

.WhatSNew .columns .images ul li .date {
    display: flex;
    align-items: center;
    font-size: var(--font-size14);
    font-weight: 300;
    color: #FFFFFF;
}

.WhatSNew .columns .images ul li .date i {
    margin: 0 .3125vw 0 0;
    font-size: var(--font-size14);
}

.WhatSNew .columns .list {
    flex: 1;
    height: 28.958333vw;
    overflow: hidden;
    /* overflow: auto; */
}

.WhatSNew .columns .list::-webkit-scrollbar {
    display: none;
}

.WhatSNew .columns .list ul {
    overflow: hidden;
}

.WhatSNew .columns .list ul .date {
    padding: .833333vw;
    margin: 0 1.197917vw 0 0;
    height: 100%;
    text-align: center;
    transition: all .5s ease;
}

.WhatSNew .columns .list ul .date span:nth-child(1) {
    font-size: var(--font-size60);
    font-weight: bold;
    color: rgba(74, 75, 82, 1);
    line-height: .7;
    margin: 0 0 .416667vw;
    display: block;
    /* transition: .5s; */
}

.WhatSNew .columns .list ul .date span:nth-child(2) {
    font-size: var(--font-size16);
    font-weight: bold;
    color: #B9B9B9;
    line-height: 1;
    display: block;
    /* transition: .5s; */
}

.WhatSNew .columns .list ul .Htitle {
    font-size: var(--font-size18);
    font-weight: bold;
    color: #8C9095;
    line-height: 1.35;
    padding: .520833vw 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.WhatSNew .columns .list ul .Hintro {
    font-size: var(--font-size18);
    font-weight: 400;
    color: #8C9095;
    line-height: 1.35;
    padding: .520833vw 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.WhatSNew .columns .list ul li a {
    display: flex;
    padding: .729167vw 0 .520833vw;
    border-bottom: .104167vw solid rgba(234, 240, 244, 1);
}

.WhatSNew .columns .list ul li:nth-child(1) a {
    padding-top: 0;
}

.WhatSNew .columns .list ul .layui-icon-right {
    min-width: 2.5vw;
    font-size: var(--font-size20);
    color: #8c909578;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.WhatSNew .columns .list ul .More {
    max-height: 0px;
    overflow: hidden;
}

.WhatSNew .columns .list ul li .SeeMore {
    color: rgba(140, 144, 149, 1);
    background: unset;
    font-weight: 400;
    margin: .260417vw 0 0;
    padding: 0;
    width: 4.947917vw;
    border: 0 solid #FFFFFF;
    height: 2.083333vw;
    line-height: 2.083333vw;
}

.WhatSNew .columns .list ul li .SeeMore img {
    filter: grayscale(100%) brightness(60%);
}

.WhatSNew .columns .list ul>.SeeMore {
    border-color: #0040A0;
    color: #0040A0;
    margin-left: 0px;
    float: right;
    margin-top: 1.0417vw;
}

.WhatSNew .columns .list ul>.SeeMore:hover {
    color: #fff;
}

.WhatSNew .columns .list ul>.SeeMore:hover img {
    filter: grayscale(1) brightness(500%);
}

/* .WhatSNew .columns .list ul li a:hover .date{
    background: #0040A0;
}
.WhatSNew .columns .list ul li a:hover .date span{
    color: rgba(255, 255, 255, 1) !important;
}
.WhatSNew .columns .list ul li a:hover .layui-icon-right{
    font-size: 0;
}
.WhatSNew .columns .list ul li a:hover .More,
.WhatSNew .columns .list ul li a:hover .Htitle{
    display: block;
} */

.WhatSNew .columns .list ul li.on .Htitle {
    color: #0040A0;
}

.WhatSNew .columns .list ul li.on a .date {
    background: #0040A0;
}

.WhatSNew .columns .list ul li.on a .date span {
    color: rgba(255, 255, 255, 1) !important;
}

.WhatSNew .columns .list ul li.on a .layui-icon-right {
    font-size: 0;
}

.WhatSNew .columns .list ul li.on a .More {
    max-height: 2.0833vw;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.WhatSNew .columns .swiper-pagination-bullet {
    width: .885417vw;
    height: .15625vw;
    background: #FFFFFF;
    opacity: 0.3;
    border-radius: .104167vw;
}

.WhatSNew .columns .swiper-pagination-bullet-active {
    width: 1.197917vw;
    opacity: 1;
}

.WhatSNew .columns .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 2.083333vw;
    text-align: right;
    padding: 0 3.645833vw;
}

@media(max-width:992px) {
    .WhatSNew {
        height: auto;
        padding: 35px 0;
    }
    .WhatSNew .title {
        margin: 0 0 10px;
    }
    .WhatSNew .intro {
        margin: 0 0 18px;
    }
    .WhatSNew .icon-img img {
        margin: 0 auto 30px;
    }
    .WhatSNew .columns {
        display: block;
    }
    .WhatSNew .images {
        max-width: 111%;
        margin: 0 -5.5%;
        width: 111%;
    }
    .WhatSNew .images .image img {
        height: 60.8696vw;
    }
    .WhatSNew .columns .images ul li:not(:first-child) {
        display: none;
    }
    .WhatSNew .columns .list ul li.on a .Htitle {
        max-height: 44px;
    }
    .WhatSNew .columns .list ul li.on a .More {
        max-height: 29px;
    }
    .WhatSNew .columns .images ul li .text {
        display: none;
    }
    .WhatSNew .columns .list {
        height: auto;
        margin: 40px 0 0;
        overflow: unset;
    }
    .WhatSNew .columns .list ul .date {
        padding: 10px;
        margin: 0 15px 0 0;
    }
    .WhatSNew .columns .list ul .Htitle {
        margin: 0 0 2px;
    }
    .WhatSNew .columns .list ul .Hintro {
        padding: 8px 0 0;
    }
    .WhatSNew .columns .list ul>.SeeMore {
        width: 135px;
        margin-top: 20px;
    }
    .WhatSNew .columns .list ul .date span:nth-child(1) {
        margin: 0 0 8px;
        font-size: 28px;
    }
    .WhatSNew .columns .list ul li a {
        padding: 12px 0 8px;
    }
    .WhatSNew .columns .list ul .layui-icon-right {
        width: 40px;
    }
    .WhatSNew .columns .list ul li .SeeMore {
        width: 60px;
    }
    .WhatSNew .columns .list ul li .SeeMore {
        height: 30px;
        line-height: 30px;
    }
    .WhatSNew .columns .list ul li:nth-child(n+5) {
        display: none;
    }
}

.achieve {
    padding: 12.5vw 0;
    position: relative;
    height: 100vh;
}

.achieve ul {
    display: flex;
    justify-content: center;
}

.achieve ul li {
    width: 25%;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
}

.achieve ul li::after {
    content: '';
    width: .052083vw;
    height: calc(100% - 1.5625vw);
    background: rgba(255, 255, 255, .1);
    top: .78125vw;
    right: 0;
    position: absolute;
    display: block;
}

.achieve ul li .top {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.achieve ul li .top:hover .bgimage img {
    top: -0.46875vw;
    opacity: 1;
    transition: .5s;
}

.achieve ul li .bottom {
    position: relative;
}

.achieve ul li .bottom:hover .bgimage img {
    top: -0.46875vw;
    opacity: 1;
    transition: .5s;
}

.achieve ul li:last-child::after {
    display: none;
}

.achieve ul li .icon-img {
    height: 5.208333vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.achieve ul li .icon-img img {
    max-width: 2.395833vw;
}

.achieve ul li .text span:nth-child(1) {
    font-size: var(--font-size54);
    font-weight: bold;
    color: #FFFFFF;
    line-height: .8;
    margin: 0 .416667vw;
}

.achieve ul li .text {
    display: flex;
    align-items: flex-end;
    margin: 0 0 .78125vw;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.achieve ul li .text span:nth-child(2) {
    font-size: var(--font-size20);
    font-weight: bold;
    color: #FFFFFF;
}

.achieve ul li .intro {
    font-size: var(--font-size22);
    color: #FFFFFF;
    margin: 0 0 2.34375vw;
    padding: 0% 7%;
    position: relative;
    z-index: 1;
    height: 2.2917vw;
}

.achieve ul li .bgimage img {
    opacity: 0;
    transition: .5s;
    z-index: 0;
}

@media(max-width:992px) {
    .achieve {
        height: auto;
        padding: 35px 0 80px;
    }
    .achieve ul {
        overflow: hidden;
        flex-direction: column;
    }
    .achieve ul li {
        width: 100%;
        flex-direction: row;
        margin: 0 0 -1px;
    }
    .achieve ul li .top {
        width: 100%;
        border-right: 1px solid rgba(255, 255, 255, .1);
    }
    .achieve ul li .bottom {
        width: 100%;
    }
    .achieve ul li .icon-img img {
        max-width: 30px;
    }
    .achieve ul li .icon-img {
        height: 65px;
    }
    .achieve ul li .text {
        margin: 0 0 10px;
    }
    .achieve ul li .intro {
        margin: 0 0 25px;
        line-height: 1.3;
        height: auto;
        padding: 0 10px;
    }
    .achieve ul li::after {
        right: unset;
        top: unset;
        bottom: 0;
        width: calc(100% - 20px);
        left: 10px;
        height: 1px
    }
    .achieve ul li:nth-child(4n):after {
        display: block;
    }
    .achieve ul li .text span:nth-child(1) {
        font-size: 28px;
    }
    .achieve ul li .bgimage img {
        transition: 0s !important;
        top: 0 !important;
    }
    .achieve ul li .intro br {
        display: none;
    }
    .achieve ul li .text span:nth-child(1) {
        margin: 0 5px;
    }
}

.IndexAbout {
    position: relative;
    padding: 4.166667vw 0 8.75vw;
    overflow: hidden;
    height: 100vh;
}

.IndexAbout .columns {
    min-height: 38.020833vw;
    width: 38.020833vw;
    align-items: center;
    justify-content: center;
    position: relative;
}

.IndexAbout .title {
    margin: 0 0 1.302083vw;
    text-align: center;
    color: #fff;
}

.IndexAbout .intro {
    font-size: var(--font-size22);
    font-weight: 400;
    color: #fff;
    opacity: 0.8;
    margin: 0 0 2.083333vw;
    text-align: center;
}

.IndexAbout .icon-img {
    text-align: center;
}

.IndexAbout .icon-img img {
    margin: 0 auto 1.822917vw;
}

.icon-img img {
    width: 4.375vw;
}

.IndexAbout .Hintro {
    font-size: var(--font-size18);
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.35;
    max-width: 30.208333vw;
    margin: 0 1.5625vw 3.125vw 0;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
}

.IndexAbout .images {
    position: absolute;
    width: 100%;
    height: 100%;
}

.IndexAbout .images img {
    pointer-events: none;
}

.IndexAbout .images img:nth-of-type(2),
.IndexAbout .images img:nth-of-type(3) {
    position: absolute;
    top: 0;
    left: 0;
}

.IndexAbout .images img:nth-of-type {
    animation: rotate 5s infinite linear;
    -webkit-animation: rotate 5s infinite linear;
    width: 36.302083vw;
}

.IndexAbout .images img:nth-of-type(1) {
    width: 36.3021vw;
}

.IndexAbout .images img:nth-of-type(2) {
    animation: rotate 5s infinite linear;
    -webkit-animation: rotate 5s infinite linear;
    width: 37.5vw;
}

.IndexAbout .images img:nth-of-type(3) {
    animation: rotate 15s infinite linear;
    -webkit-animation: rotate 15s infinite linear;
    width: 38.541667vw;
}

.IndexAbout .images a {
    display: block;
    position: absolute;
    bottom: 2.708333vw;
    right: 4.010417vw;
    box-shadow: 0px 3px 9px 1px rgba(2, 23, 56, 0.35);
    border-radius: 50%;
    width: 7.083333vw;
    height: auto;
    animation: float 3.5s infinite linear;
    -webkit-animation: float 3.5s infinite linear;
}

.IndexAbout .images a img {
    width: 100%;
    height: auto;
}

@-webkit-keyframes float {
    0% {
        transform: translateY(-10%);
    }
    50% {
        transform: translateY(10%);
    }
    100% {
        transform: translateY(-10%);
    }
}

@keyframes float {
    0% {
        transform: translateY(-10%);
    }
    50% {
        transform: translateY(10%);
    }
    100% {
        transform: translateY(-10%);
    }
}

.IndexAbout .img img {
    width: 100%;
}

.IndexAbout .img1 {
    position: absolute;
    right: 0;
    top: 0;
    width: 23.28125vw;
    transition: 1s;
}

.IndexAbout .img2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 92.708333vw;
    transition: 1s;
}

.IndexAbout .img1 img,
.IndexAbout .img2 img {
    width: 100%;
}

/* .IndexAbout .enter {
    position: absolute;
    bottom: 2.708333vw;
    right: 4.010417vw;
    box-shadow: 0px 3px 9px 1px rgba(2,23,56,0.35);
    border-radius: 50%;
    height: 7.083333vw;
    width: 7.083333vw;
    background-color: rgba(0, 64, 160, 1);
    text-align: center;

    display: flex;
    align-items: center;
    justify-content: center;
}
.IndexAbout .enter img {
    width: 3.125vw;
    margin: -1.041667vw auto 0 ;
    animation: identifier 3s linear infinite;
}
@keyframes identifier {
    0% {
        transform: rotateX(251deg) rotate(0deg);
    }
    to {
        transform: rotateX(251deg) rotate(360deg);
    }
}
@-webkit-keyframes identifier {
    0% {
        transform: rotateX(251deg) rotate(0deg);
    }
    to {
        transform: rotateX(251deg) rotate(360deg);
    }
} */

.IndexAbout .enter a>div span {
    font-size: var(--font-size26);
    font-weight: bold;
    color: #FFFFFF;
    display: block;
    margin: 0 -0.260417vw 0 0;
}

.IndexAbout .enter a>span {
    font-size: var(--font-size19);
    font-weight: 400;
    color: #FFFFFF;
    margin: -0.46875vw 0 0;
    display: block;
}

@media(max-width:992px) {
    .IndexAbout {
        padding: 50px 0;
        height: auto;
        min-height: 750px;
    }
    .IndexAbout .icon-img img {
        margin: 0 auto 25px;
    }
    .icon-img img {
        width: 45px;
    }
    .IndexAbout .columns {
        width: 100%;
        min-height: 350px;
    }
    .IndexAbout ul li .text {
        margin: 0 0 10px;
    }
    .IndexAbout ul li .intro {
        margin: 0 0 25px;
        line-height: 1.3;
        padding: 0 10px;
    }
    .IndexAbout .images {
        max-width: 105%;
        margin: 0 -2.5%;
        width: 105%;
    }
    .IndexAbout .images img {
        width: auto !important;
    }
    .IndexAbout .images a {
        width: 70px !important;
        bottom: -15px;
        right: 40px;
    }
    /* .IndexAbout .enter {
    width: 80px !important;
    height: 80px !important;
    bottom: -15px;
    right: 40px;
}
.IndexAbout .enter a >div span {
    font-size: 14px;
}
.IndexAbout .enter a > span{
    font-size: 12px;
}
.IndexAbout .enter img {
    width: 30px;
    margin: -10px auto 0;
} */
    .IndexAbout .Hintro {
        max-width: 75%;
        margin: auto;
    }
}

/* 动画 */

/* transform: translate3d(0, -100px, 0); 上 fadeInUp wow" data-wow-duration="2s"   */

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeInUp0 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp0 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.fadeInUp,
.fadeInUp1 {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes admission {
    0% {
        opacity: 0;
        right: -23.28125vw;
        top: -5.520833vw;
    }
    to {
        opacity: 1;
        right: 0;
        top: 0;
    }
}

@keyframes admission {
    0% {
        right: -23.28125vw;
        top: -5.520833vw;
    }
    to {
        right: 0;
        top: 0;
    }
}

@-webkit-keyframes admission1 {
    0% {
        opacity: 0;
        bottom: -9.895833vw;
        left: -39.0625vw;
    }
    to {
        opacity: 1;
        bottom: 0;
        left: 0;
    }
}

@keyframes admission1 {
    0% {
        opacity: 0;
        bottom: -9.895833vw;
        left: -39.0625vw;
    }
    to {
        opacity: 1;
        bottom: 0;
        left: 0;
    }
}

@-webkit-keyframes admission2 {
    0% {
        opacity: 0;
        bottom: -9.895833vw;
        left: 0;
    }
    to {
        opacity: 1;
        bottom: 0;
        left: 0;
    }
}

@keyframes admission2 {
    0% {
        opacity: 0;
        bottom: -9.895833vw;
        left: 0;
    }
    to {
        opacity: 1;
        bottom: 0;
        left: 0;
    }
}

.admission {
    -webkit-animation-name: admission;
    animation-name: admission
}

.admission1 {
    -webkit-animation-name: admission1;
    animation-name: admission1
}

.admission2 {
    -webkit-animation-name: admission2;
    animation-name: admission2
}

@-webkit-keyframes rotate {
    0% {
        opacity: 1;
        transform: rotate(0deg);
    }
    33.33% {
        opacity: .8;
    }
    50% {
        opacity: 1;
        transform: rotate(180deg);
    }
    66.66% {
        opacity: .7;
    }
    to {
        opacity: 1;
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        opacity: 1;
        transform: rotate(0deg);
    }
    33.33% {
        opacity: .8;
    }
    50% {
        opacity: 1;
        transform: rotate(180deg);
    }
    66.66% {
        opacity: .7;
    }
    to {
        opacity: 1;
        transform: rotate(360deg);
    }
}

html {
    --vi-color: rgba(0, 64, 160, 1);
    --title-color: #272727;
    --text-color: #4c505f;
    --content-Wdith-1200: 77.0833vw;
    --bigTitle-fontSize-1200: 2.3958vw;
    --bigTitle-lineheight-1200: 2.9167vw;
    --smallTitle-fontsize-1200: 1.5625vw;
    --smallTitle-lineheight-1200: 1.8229vw;
    --padding-1200: 5.7292vw 0vw;
    --text-fontsize-1200: 0.9375vw;
    --text-lineheight-1200: 1.4583vw;
    --content-Wdith-768: 81.25vw;
    --bigTitle-fontSize-768: 2.875vw;
    --bigTitle-lineheight-768: 3.5vw;
    --smallTitle-fontsize-768: 1.875vw;
    --smallTitle-lineheight-768: 2.1875vw;
    --padding-768: 6.875vw 0vw;
    --text-fontsize-768: 1.125vw;
    --text-lineheight-768: 1.75vw;
    --content-Wdith: 100%;
    --bigTitle-fontSize: 22px;
    --bigTitle-lineheight: 30px;
    --smallTitle-fontsize: 16px;
    --smallTitle-lineheight: 23px;
    --text-fontsize: 14px;
    --text-lineheight: 24px;
    --padding: 35px 0px;
}

body {
    padding-top: 0px !important;
    position: relative;
    -webkit-transition: left 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: left 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    left: 0px;
}

.header {
    background: transparent;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    -webkit-transition: left 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: left 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    left: 0px;
    z-index: 99;
    border-bottom: 1px solid transparent;
}

.header .headerFast {
    display: none;
    padding: 12px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
}

.header .headerFast .content1560 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header .headerFast .link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .headerFast .link a {
    color: #fff;
    font-size: 16px;
    margin-right: 35px;
    position: relative;
}

.header .headerFast .link a::after {
    content: '';
    position: absolute;
    right: -18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 14px;
    background: rgba(255, 255, 255, 0.4);
}

.header .headerFast .lang {
    position: relative;
}

.header .headerFast .lang .btn {
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: .4s;
    transition: .4s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .headerFast .lang .btn i {
    font-size: 24px;
}

.header .headerFast .lang .popup {
    display: none;
    position: absolute;
    top: 32px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 4px;
    padding: 5px 0px;
    box-shadow: 0 0 4px #eee;
    z-index: 9;
    transition: all .6s ease;
}

.header .headerFast .lang .popup::after {
    position: absolute;
    left: 50%;
    top: -10px;
    transform: translateX(-50%) rotate(180deg);
    width: 0px;
    height: 0px;
    border: 5px solid #ffffff;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    content: "";
}

.header .headerFast .lang .popup a {
    display: block;
    font-size: 13px;
    color: #333;
    line-height: 25px;
    padding: 0px 10px;
    white-space: nowrap;
}

.header .headerFast .lang .popup a:hover {
    color: #0040A0;
}

.header .content1560 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .logo {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.header .logo img {
    height: 35px;
}

.header .logo .transparent {
    display: block;
}

.header .logo .colour {
    display: none;
}

.header .navBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .navBox .navList {
    background: #FAFAFA;
    display: none;
    position: fixed;
    width: 260px;
    right: -260px;
    top: 0px;
    bottom: 0px;
    padding: 50px 0px 0px;
    overflow-y: auto;
    -webkit-transition: right 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: right 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.header .navBox .navList .list {
    position: relative;
    border-top: 1px solid #eff1f3;
}

.header .navBox .navList .list h3 a {
    padding: 0px 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 50px;
    font-size: 14px;
    position: relative;
    color: #333;
    font-weight: normal;
}

.header .navBox .navList .list h3 a::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #D8D8D8;
    margin-right: 15px;
}

.header .navBox .navList .list.cur {
    background: #fff;
}

.header .navBox .navList .list.cur h3 a::before {
    background: #666;
    border-color: #666;
}

.header .navBox .navList .closeNavText a {
    visibility: hidden;
}

.header .navBox .haderOther {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .navBox .haderOther .langBox {
    margin-left: 11px;
    position: relative;
}

.header .navBox .haderOther .langBox .langBtn {
    display: block;
    width: 21px;
    color: #fff;
    font-size: 21px;
    transition: none;
}

.header .navBox .haderOther .langBox .popup {
    display: none;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 3px;
    padding: 4px 0px;
    background: #fff;
    box-shadow: 0 0 4px #eee;
}

.header .navBox .haderOther .langBox .popup::after {
    position: absolute;
    left: 50%;
    top: -10px;
    transform: translateX(-50%) rotate(180deg);
    width: 0px;
    height: 0px;
    border: 5px solid #ffffff;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    content: "";
}

.header .navBox .haderOther .langBox .popup a {
    font-size: 14px;
    line-height: 25px;
    padding: 0px 6px;
}

.header .navBox .haderOther .searchBox {
    margin-left: 15px;
    position: relative;
}

.header .navBox .haderOther .searchBox .searchBtn {
    display: block;
    width: 21px;
    color: #fff;
    font-size: 21px;
    transition: none;
}

.header .navBox .haderOther .navbtn {
    color: #fff;
    width: 26px;
    position: relative;
    cursor: pointer;
    margin-left: 15px;
    font-size: 26px;
}

.header .searchformMain {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 99;
}

.header .searchformMain .searchform {
    background: #fff;
    padding: 10px 20px 30px;
    position: relative;
    z-index: 99;
    -webkit-transition: opacity 0.8s cubic-bezier(0.2, 1, 0.3, 1), -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
    transition: opacity 0.8s cubic-bezier(0.2, 1, 0.3, 1), -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
    transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.8s cubic-bezier(0.2, 1, 0.3, 1);
    transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.8s cubic-bezier(0.2, 1, 0.3, 1), -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
    opacity: 0;
    -webkit-transform: translate3d(0px, -100%, 1px);
    transform: translate3d(0px, -100%, 1px);
}

.header .searchformMain .searchform form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1080px;
    margin: 0px auto;
    border-bottom: 2px solid #595959;
    width: 100%;
    padding: 20px 0px;
    position: relative;
}

.header .searchformMain .searchform form input {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0px 15px;
    font-size: 14px;
    color: #333;
    line-height: inherit;
    vertical-align: middle;
}

.header .searchformMain .searchform form button {
    left: 0px;
    font-size: 20px;
    height: 100%;
    top: 0px;
    background: none;
    border: none;
    cursor: pointer;
}

.header .searchformMain .searchform form .closeSearch {
    cursor: pointer;
    right: 0px;
    top: 0px;
    height: 100%;
    font-size: 20px;
    color: #333;
}

.header .searchformMain .search_mask {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.header .searchformMain.admission .searchform {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
}

.admissionheader {
    left: -260px;
}

.admissionheader .navBox .navList {
    right: 0px;
}

.hideScroll {
    overflow: hidden;
}

.admissionBody {
    left: -260px;
}

.header .navBox .navList .list .subNavBtn {
    position: absolute;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
    -webkit-justify-content: right;
    -ms-flex-pack: right;
    justify-content: right;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 45%;
    height: 50px;
    top: 0px;
    right: 0px;
    padding-right: 25px;
}

.header .navBox .navList .list .subNavBtn i {
    width: 12px;
    height: 12px;
    display: block;
    position: relative;
}

.header .navBox .navList .list .subNavBtn i::after {
    content: '';
    width: 100%;
    height: 2px;
    background: #474747;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -1px;
}

.header .navBox .navList .list .subNavBtn i::before {
    content: '';
    width: 2px;
    height: 100%;
    background: #474747;
    position: absolute;
    left: 50%;
    top: 0px;
    margin-left: -1px;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.header .navBox .navList .list .subNavMain {
    display: none;
}

.header .navBox .navList .list .subNavMain .threeNavBox {
    display: none;
}

.header .navBox .navList .list .subNavMain .subNavList {
    position: relative;
}

.header .navBox .navList .list .subNavMain .subNavList>a {
    padding: 15px 25px;
    border-top: 1px solid #EBEBEB;
    background: #f2f2f2;
    display: block;
}

.header .navBox .navList .list .subNavMain .subNavList>a::before {
    margin-right: 10px;
}

.header .navBox .navList .list .subNavMain .subNavList .mThreeNav {
    display: none;
}

.header .navBox .navList .list .subNavMain .subNavList .mThreeNav .mThreeNavItem {
    position: relative;
}

.header .navBox .navList .list .subNavMain .subNavList .mFourNav {
    display: none;
}

.header .navBox .navList .list.active h3 {
    background: #ebebeb;
}

.header .navBox .navList .list.active h3 a::before {
    background: #666;
    border-color: #666;
}

.header .navBox .navList .list.active .subNavBtn i::before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.header .navBox .navList .list .subNavMain .subNavBox .subNavList .threeNavBtn {
    position: absolute;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
    -webkit-justify-content: right;
    -ms-flex-pack: right;
    justify-content: right;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40%;
    height: 45px;
    top: 0px;
    right: 0px;
    padding-right: 25px;
}

.header .navBox .navList .list .subNavMain .subNavBox .subNavList .threeNavBtn i {
    width: 12px;
    height: 12px;
    display: block;
    position: relative;
}

.header .navBox .navList .list .subNavMain .subNavBox .subNavList .threeNavBtn i::after {
    content: '';
    width: 100%;
    height: 2px;
    background: #474747;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -1px;
}

.header .navBox .navList .list .subNavMain .subNavBox .subNavList .threeNavBtn i::before {
    content: '';
    width: 2px;
    height: 100%;
    background: #474747;
    position: absolute;
    left: 50%;
    top: 0px;
    margin-left: -1px;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.header .navBox .navList .list .subNavMain .subNavBox .subNavList .mThreeNav a {
    display: block;
    padding: 15px 50px;
    border-top: 1px solid #EBEBEB;
    background: #f6f6f6;
}

.header .navBox .navList .list .subNavMain .subNavBox .subNavList .mThreeNav a::before {
    margin-right: 10px;
}

.header .navBox .navList .list .subNavMain .subNavBox .subNavList.active1 .threeNavBtn i::before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.header .navBox .navList .list .subNavMain .subNavBox .subNavList .fourNavBtn {
    position: absolute;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
    -webkit-justify-content: right;
    -ms-flex-pack: right;
    justify-content: right;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40%;
    height: 45px;
    top: 0px;
    right: 0px;
    padding-right: 25px;
}

.header .navBox .navList .list .subNavMain .subNavBox .subNavList .fourNavBtn i {
    width: 12px;
    height: 12px;
    display: block;
    position: relative;
}

.header .navBox .navList .list .subNavMain .subNavBox .subNavList .fourNavBtn i::after {
    content: '';
    width: 100%;
    height: 2px;
    background: #474747;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -1px;
}

.header .navBox .navList .list .subNavMain .subNavBox .subNavList .fourNavBtn i::before {
    content: '';
    width: 2px;
    height: 100%;
    background: #474747;
    position: absolute;
    left: 50%;
    top: 0px;
    margin-left: -1px;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.header .navBox .navList .list .subNavMain .subNavBox .subNavList .mFourNav a {
    display: block;
    padding: 15px 20px 15px 60px;
    border-top: 1px solid #EBEBEB;
    background: #fff;
}

.header .navBox .navList .list .subNavMain .subNavBox .subNavList .mFourNav a::before {
    margin-right: 10px;
}

.header .navBox .navList .list .subNavMain .subNavBox .mThreeNavItem.active1 .fourNavBtn i::before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.headerUp {
    background: #fff;
    border-color: #eee;
}

.headerUp .logo .transparent {
    display: none;
}

.headerUp .logo .colour {
    display: block;
}

.headerUp .navBox .haderOther .langBox .langBtn {
    color: #0040a0;
}

.headerUp .navBox .haderOther .searchBox .searchBtn {
    color: #0040a0;
}

.headerUp .navBox .haderOther .navbtn {
    color: #0040a0;
}

.headerDown {
    background: #fff;
    border-color: #eee;
}

.headerDown .logo .transparent {
    display: none;
}

.headerDown .logo .colour {
    display: block;
}

.headerDown .navBox .haderOther .searchBox .searchBtn {
    color: #0040a0;
}

.headerDown .navBox .haderOther .langBox .langBtn {
    color: #0040a0;
}

.headerDown .navBox .haderOther .navbtn {
    color: #0040a0;
}

.pcImg {
    display: none !important;
}

.mImg {
    display: block !important;
}

.productsMenusBg {
    display: none;
}

@media (min-width: 768px) {
    .header .searchformMain .searchform {
        padding: 0.625vw 1vw 3.125vw;
    }
    .header .searchformMain .searchform form {
        padding: 2.8125vw 0vw;
    }
    .header .searchformMain .searchform form input {
        margin: 0vw 1.875vw;
        font-size: 1.125vw;
    }
    .header .searchformMain .searchform form button {
        font-size: 1.5vw;
    }
    .header .searchformMain .searchform form .closeSearch {
        font-size: 1.5vw;
    }
    .header .searchformMain .search_mask {
        background: rgba(0, 0, 0, 0);
    }
    .pcImg {
        display: block !important;
    }
    .mImg {
        display: none !important;
    }
}

@media (min-width: 992px) {
    body {
        padding-top: 0vw !important;
    }
    .header {
        height: auto;
        position: absolute;
        left: 0vw;
        top: 0vw;
        width: 100%;
        background: none;
        border-bottom: 0px;
    }
    .header .headerFast {
        display: block;
        padding: .4688vw 0vw;
    }
    .header .headerFast .link a {
        font-size: 0.833vw;
        margin-right: 1.823vw;
    }
    .header .headerFast .link a::after {
        right: -0.938vw;
        width: 0.052vw;
        height: 0.729vw;
    }
    .header .headerFast .lang .btn {
        font-size: 0.833vw;
    }
    .header .headerFast .lang .btn i {
        font-size: 1.25vw;
        margin-right: .2604vw;
    }
    .header .headerFast .lang .popup {
        top: 1.6667vw;
        border-radius: .2083vw;
        padding: .2604vw 0px;
    }
    .header .headerFast .lang .popup {
        box-shadow: 0 0 .3125vw #eee;
    }
    .header .headerFast .lang .popup::after {
        top: -0.625vw;
        border-width: .3646vw;
    }
    .header .headerFast .lang .popup a {
        font-size: .7292vw;
        line-height: 1.5625vw;
        padding: 0px .5208vw;
    }
    .header .logo img {
        height: 3.6979vw;
    }
    .header .logo .transparent {
        display: block;
    }
    .header .logo .colour {
        display: none;
    }
    .header .navBox .haderOther .langBox {
        display: none;
    }
    .header .navBox .haderOther .navbtn {
        display: none;
    }
    .header .navBox .navList {
        padding: 0vw;
        width: auto;
        right: 0vw;
        background: none;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        padding: 0vw;
        position: relative;
        overflow: visible;
        top: 0vw;
    }
    .header .navBox .navList .list {
        margin-left: 2.8646vw;
        padding: 0vw;
        border-top: none;
    }
    .header .navBox .navList .list h3 a {
        line-height: 5.2083vw;
        font-size: .9896vw;
        padding: 0vw;
        color: #fff;
    }
    .header .navBox .navList .list h3 a::before {
        display: none;
    }
    .header .navBox .navList .list h3 a::after {
        bottom: 0vw;
        width: 0vw;
        height: 0.1042vw;
        background: #0040a0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        content: '';
        position: absolute;
        -webkit-transition: .6s ease;
        transition: .6s ease;
    }
    .header .navBox .navList .list.cur {
        background: none;
    }
    .header .navBox .navList .list:first-child {
        margin-left: 0vw;
    }
    .header .navBox .navList .closeNavText {
        display: none;
    }
    .header .navBox .haderOther .searchBox {
        margin-left: 1.875vw;
    }
    .header .navBox .haderOther .searchBox .searchBtn {
        color: #fff;
        width: 1.0938vw;
        font-size: 1.3021vw;
    }
    .header .searchformMain .searchform {
        padding: 0.5208vw 1vw 2.6042vw;
    }
    .header .searchformMain .searchform form {
        padding: 2.3438vw 0vw;
    }
    .header .searchformMain .searchform form input {
        margin: 0vw 1.5625vw;
        font-size: 0.9375vw;
    }
    .header .searchformMain .searchform form button {
        font-size: 1.25vw;
    }
    .header .searchformMain .searchform form .closeSearch {
        font-size: 1.25vw;
    }
    .headerbg {
        background: #fff;
        border-bottom: 1px solid #ececec;
    }
    .headerbg .logo .transparent {
        display: none;
    }
    .headerbg .logo .colour {
        display: block;
    }
    .headerbg .navBox .navList .list h3 a {
        color: #333;
    }
    .headerbg .navBox .navList .list:hover h3 a {
        color: #0040a0;
    }
    .headerbg .navBox .navList .list:hover h3 a::after {
        width: 100%;
    }
    .headerbg .navBox .navList .list.cur h3 a {
        color: #0040a0;
    }
    .headerbg .navBox .navList .list.cur h3 a::after {
        width: 100%;
    }
    .headerbg .navBox .haderOther .searchBox .searchBtn {
        color: #333;
    }
    .headerbg .headerFast {
        background-color: #0040a0;
        border-color: #eee;
    }
    .headerbg .headerFast .link a {
        color: #fff;
    }
    .headerbg .headerFast .link a::after {
        background: #fff;
    }
    .headerbg .headerFast .lang .btn {
        color: #fff;
    }
    .headerDown {
        background: #fff;
        top: -2.864583333vw;
        position: fixed;
        border-bottom: 1px solid #ececec;
    }
    .headerDown .logo .transparent {
        display: none;
    }
    .headerDown .logo .colour {
        display: block;
    }
    .headerDown .navBox .navList .list h3 a {
        color: #333;
    }
    .headerDown .navBox .navList .list:hover h3 a {
        color: #0040a0;
    }
    .headerDown .navBox .navList .list:hover h3 a::after {
        width: 100%;
    }
    .headerDown .navBox .navList .list.cur h3 a {
        color: #0040a0;
    }
    .headerDown .navBox .navList .list.cur h3 a::after {
        width: 100%;
    }
    .headerDown .navBox .haderOther .searchBox .searchBtn {
        color: #333;
    }
    .headerDown .headerFast {
        background-color: #0040a0;
        border-color: #eee;
    }
    .headerDown .headerFast .link a {
        color: #fff;
    }
    .headerDown .headerFast .link a::after {
        background: #fff;
    }
    .headerDown .headerFast .lang .btn {
        color: #fff;
    }
    .headerUp {
        background: #fff;
        top: -8.125vw;
        position: fixed;
        border-bottom: 1px solid #ececec;
    }
    .headerUp .logo .transparent {
        display: none;
    }
    .headerUp .logo .colour {
        display: block;
    }
    .headerUp .navBox .navList .list h3 a {
        color: #333;
    }
    .headerUp .navBox .navList .list:hover h3 a {
        color: #0040a0;
    }
    .headerUp .navBox .navList .list:hover h3 a::after {
        width: 100%;
    }
    .headerUp .navBox .navList .list.cur h3 a {
        color: #0040a0;
    }
    .headerUp .navBox .navList .list.cur h3 a::after {
        width: 100%;
    }
    .headerUp .navBox .haderOther .searchBox .searchBtn {
        color: #333;
    }
    .headerUp .headerFast {
        background-color: #0040a0;
        border-color: #eee;
    }
    .headerUp .headerFast .link a {
        color: #fff;
    }
    .headerUp .headerFast .link a::after {
        background: #fff;
    }
    .headerUp .headerFast .lang .btn {
        color: #fff;
    }
    .header .navBox .navList .list .subNavBtn {
        display: none;
    }
    .header .navBox .navList .list .subNavMain {
        position: absolute;
        min-width: 100%;
        left: -2.0833vw;
        overflow: hidden;
        max-height: 0vw;
        display: block;
    }
    .header .navBox .navList .list .subNavMain .subNavBox {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        background: #f9f9f9;
        white-space: nowrap;
        -webkit-border-radius: 0vw 0vw 0.5208vw 0.5208vw;
        border-radius: 0vw 0vw 0.5208vw 0.5208vw;
        overflow: hidden;
    }
    .header .navBox .navList .list .subNavMain .subNavBox .subNav {
        min-width: 10.4167vw;
        padding: 1.5625vw 0vw;
    }
    .header .navBox .navList .list .subNavMain .subNavBox .subNav .subNavList>a {
        display: block;
        background: none;
        border: none;
        line-height: 2.0833vw;
        font-size: 0.8333vw;
        padding: 0vw 2.0833vw;
        position: relative;
        transition: none;
    }
    .header .navBox .navList .list .subNavMain .subNavBox .subNav .subNavList>a:hover::after {
        content: '';
        border-right: 0.4167vw solid transparent;
        border-top: 0.4167vw solid #0040a0;
        position: absolute;
        left: 0vw;
        top: 0vw;
    }
    .header .navBox .navList .list .subNavMain .subNavBox .subNav .subNavList>a:hover {
        background: #e3e3e7;
    }
    .header .navBox .navList .list .subNavMain .subNavBox .subNav .subNavList.cur1>a::after {
        content: '';
        border-right: 0.4167vw solid transparent;
        border-top: 0.4167vw solid #0040a0;
        position: absolute;
        left: 0vw;
        top: 0vw;
    }
    .header .navBox .navList .list .subNavMain .subNavBox .subNav .subNavList.cur1>a {
        background: #e3e3e7;
    }
    .header .navBox .navList .list .subNavMain .subNavBox .subNav .threeNavBtn {
        display: none;
    }
    .header .navBox .navList .list .subNavMain .subNavBox .subNav .mThreeNav {
        display: none;
    }
    .header .navBox .navList .list .subNavMain .subNavBox .threeNavBox {
        display: block;
        padding: 1.5625vw 0vw;
        position: relative;
    }
    .header .navBox .navList .list .subNavMain .subNavBox .threeNavBox::before {
        content: '';
        width: 0.0521vw;
        height: 100%;
        position: absolute;
        left: 0vw;
        top: 0vw;
        background: #eae9f1;
    }
    .header .navBox .navList .list .subNavMain .subNavBox .threeNavBox .threeNav {
        min-width: 10.4167vw;
        display: none;
    }
    .header .navBox .navList .list .subNavMain .subNavBox .threeNavBox .threeNav>a {
        display: block;
        line-height: 2.0833vw;
        padding: 0vw 2.0833vw;
        font-size: 0.8333vw;
    }
    .header .navBox .navList .list .subNavMain .subNavBox .threeNavBox .threeNav>a:hover {
        background: #e3e3e7;
    }
    .header .navBox .navList .list:hover .subNavMain {
        max-height: 52.0833vw;
    }
    .header .navBox .navList .list .subNavMain .subNavList>a::before {
        display: none;
    }
    .header .navBox .navList .list:hover .productsMenusBg {
        max-height: 18.1771vw;
    }
    /* 遮罩 */
    .maskLayer {
        position: fixed;
        z-index: 98;
        background-color: rgba(0, 0, 0, 0.6);
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        display: none;
    }
    /* 产品下拉 */
    .productsMenusBg {
        position: absolute;
        top: 5.20833vw;
        left: -14.16667vw;
        /* width: 54.4271vw; */
        width: auto;
        overflow: hidden;
        max-height: 0px;
        background: #FFFFFF;
        display: block;
    }
    .productsMenus {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        padding: 1.4063vw 0px 2.6563vw;
    }
    .productsMenus>div:last-child {
        border-right: 0px;
    }
    .productsMenus .productsMenusOneLevel {
        width: 19.0104vw;
        height: 14.5833vw;
        padding-left: 2.5vw;
        border-right: 1px solid #E3E7EF;
    }
    .productsMenus .content {
        max-height: 12.5vw;
        padding-right: 1.7708vw;
        overflow-y: auto;
    }
    .productsMenus .content::-webkit-scrollbar {
        width: .2083vw;
        height: .2083vw;
        background-color: #EBEEF2;
    }
    .productsMenus .content::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 0.10417vw rgba(0, 0, 0, 0.1);
        border-radius: .2083vw;
        background-color: #EBEEF2;
    }
    .productsMenus .content::-webkit-scrollbar-thumb {
        border-radius: .2083vw;
        -webkit-box-shadow: inset 0 0 0.10417vw rgba(0, 0, 0, 0.1);
        background-color: #123E8C;
    }
    .productsMenus .productsMenusOneLevel .title {
        font-size: .9375vw;
        color: #003F89;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 1.0938vw;
    }
    .productsMenus .productsMenusOneLevel a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-size: .8333vw;
        color: #637381;
        line-height: 1.4583vw;
        padding: .3125vw 1.1458vw;
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
    }
    .productsMenus .productsMenusOneLevel a i {
        font-size: .6771vw;
    }
    .productsMenus .productsMenusOneLevel a.active {
        background-color: #F5F7FA;
        color: #0040A0;
    }
    .productsMenus .productsMenusTwoLevel {
        width: 17.7083vw;
    }
    .productsMenus .productsMenusTwoLevel ul {
        display: none;
        padding-left: 0.9375vw;
    }
    .productsMenus .productsMenusTwoLevel ul.active {
        display: block;
    }
    .productsMenus .productsMenusTwoLevel ul li:last-child a {
        border-bottom: 0px;
    }
    .productsMenus .productsMenusTwoLevel ul li.active a {
        background-color: #F5F7FA;
        color: #0040A0;
    }
    .productsMenus .productsMenusTwoLevel ul li a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-size: .8333vw;
        color: #637381;
        line-height: 1.4583vw;
        padding: .3125vw 1.1458vw;
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
    }
    .productsMenus .productsMenusTwoLevel ul li a i {
        font-size: 0.72917vw;
    }
    .productsMenus .productsMenusThreeLevel {
        /* width: 17.6563vw; */
        width: auto;
        border-left: 1px solid #E3E7EF;
        padding-right: 2.5vw;
    }
    .productsMenus .productsMenusThreeLevel .item {
        display: none;
    }
    .productsMenus .productsMenusThreeLevel .item.active {
        display: block;
    }
    .productsMenus .productsMenusThreeLevel .item ul {
        display: none;
        padding-left: 0.9375vw;
    }
    .productsMenus .productsMenusThreeLevel .item ul.active {
        display: block;
    }
    .productsMenus .productsMenusThreeLevel .item ul li:last-child a {
        border-bottom: 0px;
    }
    .productsMenus .productsMenusThreeLevel .item ul li {
        padding: .3125vw 1.1458vw;
    }
    .productsMenus .productsMenusThreeLevel .item ul li a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-size: .8333vw;
        color: #637381;
        width: 10.6563vw;
        line-height: 1.4583vw;
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
    }
    .productsMenus .productsMenusThreeLevel .item ul li a span span {
        display: inline-block;
        font-size: .5729vw;
        vertical-align: top;
        margin-top: -2px;
    }
    .productsMenus .productsMenusThreeLevel .item ul li a:hover {
        color: #0040A0;
    }
    .productsMenus .productsMenusThreeLevel .item ul li a i {
        font-size: 0.72917vw;
    }
}