@charset "utf-8";

@font-face {
    font-family: 'en1';
    src: url('../fonts/en/AbhayaLibre-ExtraBold.ttf')
}

.en1 {
    font-family: 'en1'
}

@font-face {
    font-family: 'en2';
    src: url('../fonts/en/Archivo-Bold.ttf')
}

.en2 {
    font-family: 'en2'
}

@font-face {
    font-family: 'en3';
    src: url('../fonts/en/Caveat.ttf')
}

.en3 {
    font-family: 'en3'
}

@font-face {
    font-family: 'en4';
    src: url('../fonts/en/MontserratAlternates-BlackItalic.ttf')
}

.en4 {
    font-family: 'en4'
}

@font-face {
    font-family: 'en5';
    src: url('../fonts/en/NewBaskerville.ttf')
}

.en5 {
    font-family: 'en5'
}

@font-face {
    font-family: 'en6';
    src: url('../fonts/en/utile.woff2')
}

.en6 {
    font-family: 'en6'
}

@font-face {
    font-family: 'en7';
    src: url('../fonts/en/OpenSans-Light.ttf')
}

.en7 {
    font-family: 'en7'
}

@font-face {
    font-family: 'en8';
    src: url('../fonts/en/Square721BT.ttf')
}

.en8 {
    font-family: 'en8'
}

@font-face {
    font-family: 'en9';
    src: url('../fonts/en/D-DIN-PRO-900-Heavy.otf')
}

.en9 {
    font-family: 'en9'
}

@font-face {
    font-family: 'en10';
    src: url('../fonts/en/NewBaskerville Italic.ttf')
}

.en10 {
    font-family: 'en10'
}

@keyframes myBounce {
    0% {
        transform: translate3d(0, 0, 0)
    }

    100% {
        transform: translate3d(0, -0.5em, 0)
    }
}

@keyframes xuanzhuan {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(-360deg)
    }
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(88, 181, 48, 0.15), 0 0 0 10px rgba(88, 181, 48, 0.15), 0 0 0 20px rgba(88, 181, 48, 0.15)
    }

    100% {
        box-shadow: 0 0 0 10px rgba(88, 181, 48, 0.15), 0 0 0 20px rgba(88, 181, 48, 0.15), 0 0 0 40px rgba(88, 181, 48, 0)
    }
}

a,
div,
section,
p,
button,
ul,
li,
body,
html,
img,
textarea,
input {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    background-repeat: no-repeat;
    box-sizing: border-box;
    touch-action: pan-y;
    font-size: .8vw;
    color: #333
}

@media (max-width:1360px) {

    a,
    div,
    section,
    p,
    button,
    ul,
    li,
    body,
    html,
    img,
    textarea,
    input {
        font-size: 12px
    }
}

@media (max-width:1024px) {

    a,
    div,
    section,
    p,
    button,
    ul,
    li,
    body,
    html,
    img,
    textarea,
    input {
        font-size: 3.2vw
    }
}

a {
    display: block;
    text-decoration: none;
    outline: none
}

img {
    border: 0;
    display: block
}

body {
    margin: 0 auto;
    background-repeat: repeat
}

ul,
li {
    list-style-type: none
}

button {
    border: none;
    outline: none;
    background-color: transparent;
    box-sizing: content-box
}

p {
    line-height: 2em;
    text-align: justify
}

.wenzhang p {
    font-size: .9vw;
    text-indent: 2em;
    line-height: 2em;
    text-align: justify;
    padding: 4px 0
}

@media (max-width:1360px) {
    .wenzhang p {
        font-size: 12px
    }
}

@media (max-width:1024px) {
    .wenzhang p {
        font-size: 3.4vw
    }
}

.wenzhang p img {
    max-width: 100%;
    margin: 20px auto;
    display: block
}

@media (max-width:1024px) {
    .wenzhang p img {
        width: 100% !important;
        height: unset !important
    }
}

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

tr {
    border: none;
    border: 1px solid #DDD
}

td {
    border: none;
    border: 1px solid #DDD
}

input {
    outline: none;
    border: none
}

.fancybox__container * {
    color: #fff !important
}

.fancybox__container * .fancybox__content {
    width: 80vw !important;
    height: 80vh !important
}

.buttonLink {
    display: none
}

.pageBox {
    max-width: 100%;
    margin: 0 auto
}

.pageContent {
    position: relative;
    z-index: 4;
    padding: 6vw 0
}

@media (max-width:1600px) {
    .pageContent {
        padding: 6vw 0
    }
}

@media (max-width:1360px) {
    .pageContent {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    .pageContent {
        padding: 15vw 0
    }
}

mod {
    display: block
}

.en {
    font-family: 'en6';
    text-transform: uppercase
}

.imgBox img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.cenBox {
    width: 70%;
    margin: 0 auto
}

@media (max-width:1600px) {
    .cenBox {
        width: 70%
    }
}

@media (max-width:1360px) {
    .cenBox {
        width: 80%
    }
}

@media (max-width:1024px) {
    .cenBox {
        width: 86%
    }
}

.bgImg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
}

.bgImg img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

::-webkit-scrollbar {
    width: 4px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1)
}

::-webkit-scrollbar-thumb {
    width: 4px;
    border-radius: 10px;
    background-color: #0f398b
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.2)
}

.mapGoOpenBoxMask {
    backdrop-filter: blur(15px);
    background-color: rgba(255, 255, 255, 0.1);
    position: fixed;
    opacity: 0;
    pointer-events: none;
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.56, -0.01, .04, 1);
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 15
}

.mapGoOpenBoxMask.show {
    opacity: 1;
    pointer-events: auto
}

.mapGoOpenBox {
    position: fixed;
    bottom: 0;
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.56, -0.01, .04, 1);
    width: 100%;
    z-index: 16;
    padding: 10vw;
    transform: translateY(100%);
    pointer-events: none
}

.mapGoOpenBox .box {
    border-radius: 2vw;
    background-color: #0f398b;
    width: 100%;
    padding: 1vw 3vw
}

.mapGoOpenBox .box a {
    height: 16vw;
    margin: 2vw 0;
    border-radius: 1vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    color: #0f398b;
    background-color: #fff
}

.mapGoOpenBox.show {
    transform: translateY(0);
    pointer-events: auto
}

body {
    background-color: #F6F5F0
}

.topNav {
    position: fixed;
    z-index: 10;
    top: 0;
    width: 100%;
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.56, -0.01, .04, 1);
    transform: translateY(-100%)
}

.topNav>.thisBox {
    width: 100%
}

.topNav>.thisBox .topOnBox {
    width: 100%;
    height: 100%;
    height: 2.2vw;
    padding: 0 5vw;
    background-color: #0f398b;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.topNav>.thisBox .topOnBox * {
    color: #fff
}

.topNav>.thisBox .topOnBox>.thisBox {
    width: 70%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset
}

@media (max-width:1600px) {
    .topNav>.thisBox .topOnBox>.thisBox {
        width: 70%
    }
}

@media (max-width:1360px) {
    .topNav>.thisBox .topOnBox>.thisBox {
        width: 80%
    }
}

@media (max-width:1024px) {
    .topNav>.thisBox .topOnBox>.thisBox {
        width: 86%
    }
}

.topNav>.thisBox .topOnBox>.thisBox .swiperBox {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset
}

.topNav>.thisBox .coutBox {
    height: 5vw;
    padding: 0 5vw;
    background-color: #fff;
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.56, -0.01, .04, 1);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset
}

@media (max-width:1600px) {
    .topNav>.thisBox .coutBox {
        height: 5vw
    }
}

@media (max-width:1360px) {
    .topNav>.thisBox .coutBox {
        height: 5vw
    }
}

@media (max-width:1024px) {
    .topNav>.thisBox .coutBox {
        height: 18vw
    }
}

.topNav>.thisBox .coutBox .topLogo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    height: 80%
}

.topNav>.thisBox .coutBox .topLogo .logoA {
    height: 100%;
    filter: invert(1);
}

.topNav>.thisBox .coutBox .topLogo .logoA img {
    height: 100%
}

.topNav>.thisBox .coutBox .navBar {
    height: 100%
}

@media (max-width:1024px) {
    .topNav>.thisBox .coutBox .navBar {
        display: none
    }
}

.topNav>.thisBox .coutBox .navBar .ul1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    height: 100%
}

.topNav>.thisBox .coutBox .navBar .ul1 .li1 {
    position: relative;
    padding: 0 1.8vw;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.topNav>.thisBox .coutBox .navBar .ul1 .li1 .a1 {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.topNav>.thisBox .coutBox .navBar .ul1 .li1 .a1 .txt.ani_txt>div>div {
    font-size: .9vw
}

@media (max-width:1360px) {
    .topNav>.thisBox .coutBox .navBar .ul1 .li1 .a1 .txt.ani_txt>div>div {
        font-size: 12px
    }
}

@media (max-width:1024px) {
    .topNav>.thisBox .coutBox .navBar .ul1 .li1 .a1 .txt.ani_txt>div>div {
        font-size: 3.4vw
    }
}

.topNav>.thisBox .coutBox .navBar .ul1 .li1 .twoNav {
    position: absolute;
    top: 5vw;
    left: 0;
    width: 100%;
    padding-top: 1vw;
    clip-path: inset(0 0 100% 0);
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.56, -0.01, .04, 1);
    pointer-events: none
}

.topNav>.thisBox .coutBox .navBar .ul1 .li1 .twoNav .ul2 {
    background-color: #fff;
    padding: 1vw 0;
    border-radius: 1vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    row-gap: 1vw
}

.topNav>.thisBox .coutBox .navBar .ul1 .li1::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0;
    height: 0;
    background-color: #0f398b;
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.56, -0.01, .04, 1)
}

.topNav>.thisBox .coutBox .navBar .ul1 .li1.on .a1 .ani_txt .init_txt div {
    text-indent: 100%
}

.topNav>.thisBox .coutBox .navBar .ul1 .li1.on .a1 .ani_txt .show_txt div {
    text-indent: 0;
    color: #FFF100
}

.topNav>.thisBox .coutBox .navBar .ul1 .li1.on::after {
    height: 100%
}

.topNav>.thisBox .coutBox .navBar .ul1 .li1:hover .twoNav {
    pointer-events: auto;
    clip-path: inset(0 0 0 0)
}

.topNav>.thisBox .coutBox .navBar .ul1 .li1:hover .a1 .ani_txt .init_txt div {
    text-indent: 100%
}

.topNav>.thisBox .coutBox .navBar .ul1 .li1:hover .a1 .ani_txt .show_txt div {
    text-indent: 0;
    color: #FFF100
}

.topNav>.thisBox .coutBox .navBar .ul1 .li1:hover::after {
    height: 100%
}

.topNav.show {
    transform: translateY(0)
}

.openBtn {
    position: fixed;
    right: 4vw;
    top: 4vw;
    z-index: 12
}

@media (min-width:1024px) {
    .openBtn {
        display: none
    }
}

.openBtn .openNavBtn .menuBtn {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.56, -0.01, .04, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    background-color: #0f398b
}

.openBtn .openNavBtn .menuBtn span {
    width: 20px;
    height: 1px;
    background-color: #fff;
    display: block
}

.openBtn .openNavBtn .menuBtn span:nth-child(1) {
    margin-bottom: 5px
}

.openBtn .openNavBtn .menuBtn span:nth-child(3) {
    margin-top: 5px
}

.openBtn .openNavBtn .menuBtn.open {
    background-color: #fff
}

.openBtn .openNavBtn .menuBtn.open span {
    background-color: #0f398b
}

.openNav {
    position: fixed;
    top: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    z-index: 11;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: unset
}

.openNav .openNavThis {
    clip-path: inset(0 0 0 100%);
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.56, -0.01, .04, 1);
    position: relative;
    z-index: 1;
    height: 100%;
    width: 70%;
    background-color: #0f398b
}

.openNav .openNavThis>.thisBox {
    padding: 10vw 8vw;
    padding-top: 30vw
}

.openNav .openNavThis>.thisBox .coutBox {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: unset;
    gap: 2vw
}

.openNav .openNavThis>.thisBox .coutBox .openNavBar {
    width: 100%
}

.openNav .openNavThis>.thisBox .coutBox .openNavBar .ul1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    gap: 10vw
}

.openNav .openNavThis>.thisBox .coutBox .openNavBar .ul1 .li1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: unset;
    width: 100%
}

.openNav .openNavThis>.thisBox .coutBox .openNavBar .ul1 .li1 .a1 {
    clip-path: inset(0 0 0 100%);
    font-size: 1.5vw;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset;
    gap: .5vw;
    color: #fff;
    padding-bottom: .5vw;
    gap: 4vw;
    border-bottom: 1px solid #eee;
    width: 100%
}

@media (max-width:1024px) {
    .openNav .openNavThis>.thisBox .coutBox .openNavBar .ul1 .li1 .a1 {
        font-size: 4.6vw
    }
}

.openNav .openNavThis>.thisBox .coutBox .openNavBar .ul1 .li1 .a1::after {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    width: 2vw;
    border-bottom: 1px solid #0f398b;
    left: 0;
    bottom: -1px
}

.openNav .openNavThis>.thisBox .coutBox .openNavBar .ul1 .li1 .navTwoBox {
    margin-top: 4vw
}

.openNav .openNavThis>.thisBox .coutBox .openNavBar .ul1 .li1 .navTwoBox .ul2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
    gap: 2vw
}

.openNav .openNavThis>.thisBox .coutBox .openNavBar .ul1 .li1 .navTwoBox .ul2 .li2 {
    clip-path: inset(0 0 0 100%)
}

.openNav .openNavThis>.thisBox .coutBox .openNavBar .ul1 .li1 .navTwoBox .ul2 .li2 .a2 {
    position: relative;
    padding-left: 6vw;
    font-size: .7vw;
    color: #fff;
    font-size: 1.3vw
}

@media (max-width:1360px) {
    .openNav .openNavThis>.thisBox .coutBox .openNavBar .ul1 .li1 .navTwoBox .ul2 .li2 .a2 {
        font-size: 12px
    }
}

@media (max-width:1024px) {
    .openNav .openNavThis>.thisBox .coutBox .openNavBar .ul1 .li1 .navTwoBox .ul2 .li2 .a2 {
        font-size: 3vw
    }
}

@media (max-width:1024px) {
    .openNav .openNavThis>.thisBox .coutBox .openNavBar .ul1 .li1 .navTwoBox .ul2 .li2 .a2 {
        font-size: 4.2vw
    }
}

.openNav .openNavThis>.thisBox .coutBox .openNavBar .ul1 .li1 .navTwoBox .ul2 .li2 .a2::before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 50%;
    width: 4vw;
    border-bottom: 1px solid #fff
}

.openNav .openNavThis>.thisBox .coutBox .openNavBar .ul1 .li1 .navTwoBox .ul2 .li2 .a2:hover {
    color: #0f398b
}

.openNav::after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.56, -0.01, .04, 1);
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.3)
}

.openNav.show {
    pointer-events: auto
}

.openNav.show .openNavThis {
    clip-path: inset(0 0 0 0)
}

.openNav.show::after {
    opacity: 1
}

.gonggao {
    width: 30vw
}

.gonggao ul {
    transition-timing-function: linear
}

.gonggao ul .swiper-slide {
    width: fit-content
}

.gonggao ul .swiper-slide .txt {
    width: max-content;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.gonggao ul .swiper-slide .txt:hover {
    text-decoration: underline;
    color: #0f398b
}

.firstTop {
    position: relative;
    z-index: 2
}

.firstTop>.thisBox {
    height: 8vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.firstTop>.thisBox .logoBox {
    width: 8vw;
    height: 8vw;
    padding: .6vw
}

.firstTop>.thisBox .logoBox .aBox {
    width: 100%;
    height: 100%
}

.firstTop>.thisBox .logoBox .aBox img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.firstTop>.thisBox .left,
.firstTop>.thisBox .right {
    width: calc(50% - 4vw);
    height: 100%
}

.firstTop>.thisBox .left.left,
.firstTop>.thisBox .right.left {
    padding-left: 3vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

.firstTop>.thisBox .left.left .rexian,
.firstTop>.thisBox .right.left .rexian {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.firstTop>.thisBox .left.left .rexian .name,
.firstTop>.thisBox .right.left .rexian .name {
    font-size: .9vw
}

@media (max-width:1360px) {

    .firstTop>.thisBox .left.left .rexian .name,
    .firstTop>.thisBox .right.left .rexian .name {
        font-size: 12px
    }
}

@media (max-width:1024px) {

    .firstTop>.thisBox .left.left .rexian .name,
    .firstTop>.thisBox .right.left .rexian .name {
        font-size: 3.4vw
    }
}

.firstTop>.thisBox .left.left .rexian .txt,
.firstTop>.thisBox .right.left .rexian .txt {
    margin-top: .2vw;
    font-family: 'en6';
    text-transform: uppercase;
    color: #0f398b;
    font-size: 1.5vw;
    font-weight: bold
}

@media (max-width:1024px) {

    .firstTop>.thisBox .left.left .rexian .txt,
    .firstTop>.thisBox .right.left .rexian .txt {
        font-size: 4.6vw
    }
}

.firstTop>.thisBox .left.right,
.firstTop>.thisBox .right.right {
    padding-right: 3vw;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: unset
}

.firstTop>.thisBox .left.right .zimeiti .ul,
.firstTop>.thisBox .right.right .zimeiti .ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    gap: 1vw
}

.firstTop>.thisBox .left.right .zimeiti .ul .li,
.firstTop>.thisBox .right.right .zimeiti .ul .li {
    position: relative
}

.firstTop>.thisBox .left.right .zimeiti .ul .li .box,
.firstTop>.thisBox .right.right .zimeiti .ul .li .box {
    background-color: #0f398b;
    width: 2.4vw;
    height: 2.4vw;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    cursor: pointer
}

.firstTop>.thisBox .left.right .zimeiti .ul .li .box i,
.firstTop>.thisBox .right.right .zimeiti .ul .li .box i {
    color: #fff
}

.firstTop>.thisBox .left.right .zimeiti .ul .li .showBox,
.firstTop>.thisBox .right.right .zimeiti .ul .li .showBox {
    opacity: 0;
    pointer-events: none;
    padding-top: 1vw;
    position: absolute;
    top: 100%;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.56, -0.01, .04, 1);
    left: 50%;
    transform: translateX(-50%)
}

.firstTop>.thisBox .left.right .zimeiti .ul .li .showBox .imgBox,
.firstTop>.thisBox .right.right .zimeiti .ul .li .showBox .imgBox {
    transform: translateY(1vw);
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.56, -0.01, .04, 1);
    width: 6vw;
    height: 6vw
}

.firstTop>.thisBox .left.right .zimeiti .ul .li:hover .showBox,
.firstTop>.thisBox .right.right .zimeiti .ul .li:hover .showBox {
    opacity: 1;
    pointer-events: auto
}

.firstTop>.thisBox .left.right .zimeiti .ul .li:hover .showBox .imgBox,
.firstTop>.thisBox .right.right .zimeiti .ul .li:hover .showBox .imgBox {
    transform: translateY(0)
}

.openNavBox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 5;
    background-color: #fff;
    pointer-events: none;
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.56, -0.01, .04, 1);
    transform: translateX(100%)
}

.openNavBox.open {
    pointer-events: auto;
    transform: translateX(0)
}

.ani_txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    color: #fff;
    position: relative
}

.ani_txt .init_txt {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.ani_txt .init_txt>div {
    overflow: hidden;
    text-indent: 0
}

.ani_txt .show_txt {
    top: 0;
    position: absolute
}

.ani_txt .show_txt>div {
    overflow: hidden;
    color: #0f398b;
    text-indent: 100%
}

.ani_txt>div>div {
    transition: text-indent 1.2s cubic-bezier(.16, 1, .4, 1);
    transition-duration: 1.2s;
    font-size: .8vw
}

@media (max-width:1360px) {
    .ani_txt>div>div {
        font-size: 12px
    }
}

@media (max-width:1024px) {
    .ani_txt>div>div {
        font-size: 3.2vw
    }
}

.ani_txt:hover .init_txt>div {
    text-indent: 100%
}

.ani_txt:hover .show_txt>div {
    text-indent: 0
}

.unifyTitle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    margin-bottom: 3vw
}

@media (max-width:1024px) {
    .unifyTitle {
        margin-bottom: 8vw
    }
}

.unifyTitle .unifyTitleThis {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.unifyTitle .unifyTitleThis .unifyTitle-left {
    position: relative;
    height: 100%
}

.unifyTitle .unifyTitleThis .unifyTitle-left .maobiQ {
    width: 6vw;
    height: 6vw;
    -webkit-mask-image: url(../img/maobiQ.png);
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat
}

.unifyTitle .unifyTitleThis .unifyTitle-left .maobiQ .color {
    background-color: #0f398b;
    width: 100%;
    height: 100%
}

.unifyTitle .unifyTitleThis .unifyTitle-left .maobiQ .colorBox {
    background-color: #000;
    width: 100%;
    height: 100%;
    opacity: .9
}

.unifyTitle .unifyTitleThis .unifyTitle-left .title-left {
    top: 40%;
    transform: translateY(-50%);
    position: absolute;
    line-height: 1em;
    font-size: 3.7vw;
    right: 0;
    color: #0f398b
}

@media (max-width:1024px) {
    .unifyTitle .unifyTitleThis .unifyTitle-left .title-left {
        font-size: 9vw
    }
}

.unifyTitle .unifyTitleThis .unifyTitle-right {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

.unifyTitle .unifyTitleThis .unifyTitle-right .title-right {
    margin-left: 1vw;
    font-size: 2.2vw
}

@media (max-width:1024px) {
    .unifyTitle .unifyTitleThis .unifyTitle-right .title-right {
        font-size: 6vw
    }
}

.unifyTitle .unifyTitleThis .unifyTitle-right .titleX {
    margin-top: .5vw
}

.unifyTitle .unifyTitleThis .unifyTitle-right .bottom {
    position: absolute;
    bottom: 0;
    height: 30%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.unifyTitle .unifyTitleThis .unifyTitle-right .bottom .titleS {
    height: 80%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.unifyTitle .unifyTitleThis .unifyTitle-right .bottom .subname {
    color: #0f398b;
    text-transform: uppercase
}

.unifyTitle.qianse .unifyTitleThis .unifyTitle-left .title-left {
    color: #fff
}

.unifyTitle.qianse .unifyTitleThis .unifyTitle-left .maobiQ .colorBox {
    background-color: #fff
}

.unifyTitle.qianse .unifyTitleThis .unifyTitle-right .title-right {
    color: #fff
}

.unifyTitle.qianse .unifyTitleThis .unifyTitle-right .titleX {
    filter: grayscale(1) invert(1) brightness(1000)
}

.unifyTitle.qianse .unifyTitleThis .unifyTitle-right .bottom .titleS {
    filter: grayscale(1) invert(1) brightness(1000)
}

.fiexdRight {
    position: fixed;
    right: 1vw;
    bottom: 2vw
}

.fiexdRight .coutBox .ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    gap: .4vw
}

.fiexdRight .coutBox .ul .li .box {
    position: relative
}

.fiexdRight .coutBox .ul .li .box .btn {
    cursor: pointer;
    width: 3vw;
    height: 3vw;
    border-radius: 50%;
    background-color: #0f398b;
    transition-duration: .2s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.56, -0.01, .04, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.fiexdRight .coutBox .ul .li .box .btn i {
    color: #FFF100;
    font-size: 1.3vw;
    transition-duration: .2s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.56, -0.01, .04, 1)
}

@media (max-width:1024px) {
    .fiexdRight .coutBox .ul .li .box .btn i {
        font-size: 4.2vw
    }
}

.fiexdRight .coutBox .ul .li .box .showBox {
    position: absolute;
    right: 100%;
    bottom: 0;
    display: none;
    padding-right: 1vw
}

.fiexdRight .coutBox .ul .li .box .showBox .twoLineBox .kuangBox {
    padding: 1vw;
    background-color: #FFF100
}

.fiexdRight .coutBox .ul .li .box .showBox .twoLineBox .kuangBox .imgBox {
    width: 7vw;
    height: 7vw
}

.fiexdRight .coutBox .ul .li .box .showBox .twoLineBox .kuangBox .title {
    font-size: 1vw
}

@media (max-width:1360px) {
    .fiexdRight .coutBox .ul .li .box .showBox .twoLineBox .kuangBox .title {
        font-size: 12px
    }
}

@media (max-width:1024px) {
    .fiexdRight .coutBox .ul .li .box .showBox .twoLineBox .kuangBox .title {
        font-size: 3.6vw
    }
}

.fiexdRight .coutBox .ul .li .box:hover .btn {
    background-color: #FFF100
}

.fiexdRight .coutBox .ul .li .box:hover .btn i {
    color: #0f398b
}

.fiexdRight .coutBox .ul .li .box:hover .showBox {
    display: block
}

.swiperControl .navigation .navigationThis .btn {
    position: absolute;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    width: 2.4vw;
    height: 2.4vw;
    transition-duration: .2s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.56, -0.01, .04, 1);
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #0f398b
}

@media (max-width:1024px) {
    .swiperControl .navigation .navigationThis .btn {
        width: 6vw;
        height: 6vw
    }
}

.swiperControl .navigation .navigationThis .btn i {
    color: #0f398b
}

.swiperControl .navigation .navigationThis .btn:hover {
    background-color: #FFF100
}

.swiperControl .navigation .navigationThis .btn.leftBtn {
    left: 4vw
}

.swiperControl .navigation .navigationThis .btn.rightBtn {
    right: 4vw
}

.swiperControl .pagination .paginationThis {
    position: absolute;
    left: 50%;
    bottom: 1vw;
    z-index: 2;
    gap: 1vw
}

.swiperControl .pagination .paginationThis .swiper-pagination-bullet {
    background-color: #0f398b;
    opacity: 1;
    width: 1.2vw;
    height: 1.2vw;
    cursor: pointer
}

.swiperControl .pagination .paginationThis .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #FFF100
}

.changePageMoveBox {
    position: fixed;
    z-index: 111;
    pointer-events: none;
    background-color: #F6F5F0;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.changePageMoveBox .logo {
    width: 15vw;
    height: 15vw
}

@media (max-width:1024px) {
    .changePageMoveBox .logo {
        width: 30vw;
        height: 30vw
    }
}

.changePageMoveBox .logo img {
    object-fit: contain;
    width: 100%;
    height: 100%
}

.maidian {
    line-height: 2em;
    font-size: .7vw;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
    grid-column-gap: 1vw
}

@media (max-width:1360px) {
    .maidian {
        font-size: 12px
    }
}

@media (max-width:1024px) {
    .maidian {
        font-size: 3vw
    }
}

.maidian .li {
    padding: .3vw 0 .3vw;
    border-bottom: 1px dotted #ddd;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .maidian .li {
        padding: 2vw 0
    }
}

.maidian .li .tabel {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    font-weight: bold;
    word-break: keep-all;
    font-size: .8vw
}

@media (max-width:1360px) {
    .maidian .li .tabel {
        font-size: 12px
    }
}

@media (max-width:1024px) {
    .maidian .li .tabel {
        font-size: 3.2vw
    }
}

.maidian .li .tabel i {
    height: 1vw;
    width: 1px;
    background-color: #ccc;
    transform: rotate(20deg);
    display: block;
    margin-left: .4vw
}

@media (max-width:1024px) {
    .maidian .li .tabel i {
        margin-left: 3vw;
        height: 4vw
    }
}

.maidian .li .text {
    margin-left: .6vw;
    font-size: .7vw
}

@media (max-width:1360px) {
    .maidian .li .text {
        font-size: 12px
    }
}

@media (max-width:1024px) {
    .maidian .li .text {
        font-size: 3vw
    }
}

@media (max-width:1024px) {
    .maidian .li .text {
        margin-left: 3vw
    }
}

.maidian .li .text .hasSpan {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

.maidian .li .text .hasSpan span {
    font-size: .7vw
}

@media (max-width:1360px) {
    .maidian .li .text .hasSpan span {
        font-size: 12px
    }
}

@media (max-width:1024px) {
    .maidian .li .text .hasSpan span {
        font-size: 3vw
    }
}

.foot {
    position: relative;
    background-color: #0f398b
}

.foot * {
    color: #fff
}

.foot::after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2)
}

.foot>.thisBox {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    padding-top: 3vw;
    padding-bottom: 6vw
}

@media (max-width:1600px) {
    .foot>.thisBox {
        padding-bottom: 6vw
    }
}

@media (max-width:1360px) {
    .foot>.thisBox {
        padding-bottom: 6vw
    }
}

@media (max-width:1024px) {
    .foot>.thisBox {
        padding-bottom: 15vw
    }
}

@media (max-width:1024px) {
    .foot>.thisBox {
        padding-bottom: 10vw
    }
}

.foot>.thisBox .logoBox {
    width: 10vw;
    height: 10vw
}

@media (max-width:1024px) {
    .foot>.thisBox .logoBox {
        width: 30vw;
        height: 30vw
    }
}

.foot>.thisBox .logoBox img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.foot>.thisBox .navBar {
    width: 70vw;
    margin: 0 auto;
    margin-top: 2vw;
    padding-bottom: 2vw;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

.foot>.thisBox .navBar .ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    gap: 3vw
}

@media (max-width:1024px) {
    .foot>.thisBox .navBar .ul {
        flex-wrap: wrap;
        gap: 5vw
    }
}

.foot>.thisBox .navBar .ul .li .aBox.ani_txt>div>div {
    font-size: .9vw
}

@media (max-width:1360px) {
    .foot>.thisBox .navBar .ul .li .aBox.ani_txt>div>div {
        font-size: 12px
    }
}

@media (max-width:1024px) {
    .foot>.thisBox .navBar .ul .li .aBox.ani_txt>div>div {
        font-size: 3.4vw
    }
}

.foot>.thisBox .navBar .ul .li .aBox.ani_txt .show_txt div {
    color: #FFF100
}

.foot>.thisBox .zimeiti {
    margin-top: 2vw;
    margin-bottom: 2vw
}

@media (max-width:1024px) {
    .foot>.thisBox .zimeiti {
        width: 100%
    }
}

.foot>.thisBox .zimeiti .ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    gap: 1vw
}

@media (max-width:1024px) {
    .foot>.thisBox .zimeiti .ul {
        width: 100%;
        padding: 3vw 0 0 0
    }
}

@media (max-width:1024px) {
    .foot>.thisBox .zimeiti .ul .li {
        width: 100%
    }
}

.foot>.thisBox .zimeiti .ul .li .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.foot>.thisBox .zimeiti .ul .li .box .imgBox {
    width: 5vw;
    height: 5vw
}

@media (max-width:1024px) {
    .foot>.thisBox .zimeiti .ul .li .box .imgBox {
        width: 25vw;
        height: 25vw
    }
}

.foot>.thisBox .zimeiti .ul .li .box .title {
    margin-top: .4vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .foot>.thisBox .zimeiti .ul .li .box .title {
        padding: 2vw 0 4vw 0
    }
}

.foot>.thisBox .zimeiti .ul .li .box .title .txt {
    margin-left: .2vw;
    font-size: .7vw
}

@media (max-width:1360px) {
    .foot>.thisBox .zimeiti .ul .li .box .title .txt {
        font-size: 12px
    }
}

@media (max-width:1024px) {
    .foot>.thisBox .zimeiti .ul .li .box .title .txt {
        font-size: 3vw
    }
}

.foot>.thisBox .siteFootInfo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.foot>.thisBox .siteFootInfo .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    gap: .6vw
}

.foot>.thisBox .siteFootInfo .box div {
    font-size: .7vw
}

@media (max-width:1360px) {
    .foot>.thisBox .siteFootInfo .box div {
        font-size: 12px
    }
}

@media (max-width:1024px) {
    .foot>.thisBox .siteFootInfo .box div {
        font-size: 3vw
    }
}

.foot>.thisBox .siteFootInfo .box .jishuzhichi {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.shuju {
    margin-top: 2vw
}

.shuju .ul {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

.shuju .ul .li {
    border-right: 1px solid #ddd;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.shuju .ul .li:nth-child(1) {
    border-left: 1px solid #ddd
}

.shuju .ul .li .value {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.shuju .ul .li .value .num {
    font-size: 1.3vw;
    font-family: 'en6';
    text-transform: uppercase;
    color: #0f398b
}

@media (max-width:1024px) {
    .shuju .ul .li .value .num {
        font-size: 4.2vw
    }
}

.shuju .ul .li .value .danwei {
    font-size: .9vw;
    color: #0f398b
}

@media (max-width:1360px) {
    .shuju .ul .li .value .danwei {
        font-size: 12px
    }
}

@media (max-width:1024px) {
    .shuju .ul .li .value .danwei {
        font-size: 3.4vw
    }
}

.shuju .ul .li .title {
    font-size: .7vw
}

@media (max-width:1360px) {
    .shuju .ul .li .title {
        font-size: 12px
    }
}

@media (max-width:1024px) {
    .shuju .ul .li .title {
        font-size: 3vw
    }
}

.normalBtn {
    position: relative;
    margin-left: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    padding: .4vw 2vw;
    background-color: #0f398b
}

.normalBtn .txt {
    position: relative;
    z-index: 1;
    color: #FFF100;
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.56, -0.01, .04, 1)
}

.normalBtn::after {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    top: 0;
    right: 0;
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.56, -0.01, .04, 1);
    background-color: #FFF100;
    width: 0
}

.normalBtn:hover::after {
    width: 100%;
    left: 0
}

.normalBtn:hover .txt {
    color: #0f398b
}

.diandian {
    position: relative;
    width: 2.4vw;
    height: 1vw
}

.diandian::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    background-color: #0f398b;
    width: 60%;
    height: 100%;
    border-radius: 50%
}

.diandian::after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    background-color: #FFF100;
    border-radius: 50%
}

.moreA {
    margin: 0 auto;
    width: fit-content;
    margin-top: 2vw
}

.moreA .unifyButton .unifyButtonThis {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.moreA .unifyButton .unifyButtonThis .ico {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.moreA .unifyButton .unifyButtonThis .ico .xian {
    position: relative;
    z-index: 1;
    width: 4vw;
    height: 1px;
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.56, -0.01, .04, 1);
    transform: translateX(1vw);
    background-color: #0f398b
}

@media (max-width:1024px) {
    .moreA .unifyButton .unifyButtonThis .ico .xian {
        width: 10vw;
        height: 1px
    }
}

.moreA .unifyButton .unifyButtonThis .ico .xian::before {
    content: '';
    position: absolute;
    display: block;
    transform-origin: 100% 0;
    width: 1vw;
    height: 1px;
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.56, -0.01, .04, 1);
    background-color: #0f398b;
    transform: rotate(30deg);
    right: 0
}

.moreA .unifyButton .unifyButtonThis .ico .xian::after {
    content: '';
    position: absolute;
    display: block;
    transform-origin: 100% 0;
    width: 1vw;
    height: 1px;
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.56, -0.01, .04, 1);
    background-color: #0f398b;
    transform: rotate(-30deg);
    right: 0
}

.moreA .unifyButton .unifyButtonThis .ico .quan {
    transform: translateX(-1vw);
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.56, -0.01, .04, 1);
    width: 4vw;
    height: 4vw
}

@media (max-width:1024px) {
    .moreA .unifyButton .unifyButtonThis .ico .quan {
        transform: translateX(-4vw);
        width: 16vw;
        height: 16vw
    }
}

.moreA .unifyButton .unifyButtonThis .ico .quan .xuanzhuan {
    border: 1px dashed #333;
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.moreA .unifyButton .unifyButtonThis .txt {
    margin-top: 1vw;
    font-size: 1.1vw;
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.56, -0.01, .04, 1)
}

@media (max-width:1024px) {
    .moreA .unifyButton .unifyButtonThis .txt {
        font-size: 3.8vw
    }
}

.moreA .unifyButton .unifyButtonThis:hover .ico .xian {
    width: 2vw;
    background-color: #0f398b;
    transform: translateX(2vw)
}

@media (max-width:1024px) {
    .moreA .unifyButton .unifyButtonThis:hover .ico .xian {
        width: 8vw;
        transform: translateX(8vw)
    }
}

.moreA .unifyButton .unifyButtonThis:hover .ico .xian::before {
    background-color: #0f398b
}

.moreA .unifyButton .unifyButtonThis:hover .ico .xian::after {
    background-color: #0f398b
}

.moreA .unifyButton .unifyButtonThis:hover .ico .quan .xuanzhuan {
    border-color: #0f398b;
    background-color: #FFF100;
    animation: xuanzhuan 20s linear 0s infinite normal
}

.moreA .unifyButton .unifyButtonThis:hover .txt {
    color: #0f398b
}

.pageBg {
    position: fixed;
    z-index: -1;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .2
}

.pageBg img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.twoPageBox .topNav {
    transform: translateY(0)
}

.twoPageBox .twoBanner {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 5vw
}

@media (max-width:1600px) {
    .twoPageBox .twoBanner {
        padding-top: 5vw
    }
}

@media (max-width:1360px) {
    .twoPageBox .twoBanner {
        padding-top: 5vw
    }
}

@media (max-width:1024px) {
    .twoPageBox .twoBanner {
        padding-top: 18vw
    }
}

.twoPageBox .twoBanner .thisBox {
    position: relative;
    width: 100%;
    height: 25vw
}

@media (max-width:1024px) {
    .twoPageBox .twoBanner .thisBox {
        height: 60vw
    }
}

.twoPageBox .twoBanner .thisBox .imgBox {
    width: 100%;
    height: 100%
}

.twoPageBox .twoBanner .thisBox .banText {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    background-color: rgba(0, 0, 0, 0.3)
}

.twoPageBox .twoBanner .thisBox .banText .cn {
    font-size: 2.9vw;
    color: #fff;
    position: relative;
    z-index: 1;
    font-weight: bold
}

@media (max-width:1024px) {
    .twoPageBox .twoBanner .thisBox .banText .cn {
        font-size: 7.4vw
    }
}

.twoPageBox .twoBanner .thisBox .banText .yuan {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    margin-top: 1vw;
    width: 4vw;
    height: .2vw;
    background-color: #0f398b
}

.twoPageBox .twoBanner .thisBox .posImg .yunHeng {
    position: absolute;
    bottom: -2px;
    z-index: 1;
    left: 0
}

.twoPageBox .twoBanner .thisBox .posImg .yunHeng img {
    width: 100%
}

.twoPageBox .pageContent {
    padding-top: 4vw;
    position: relative;
    z-index: 1
}

.tongzhi {
    position: fixed;
    z-index: 1111;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none
}

.tongzhi .kuangjia {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.56, -0.01, .04, 1)
}

.tongzhi .kuangjia .box {
    width: 400px;
    padding: 20px 0;
    background-color: #fff;
    box-shadow: 2px 2px 30px rgba(255, 255, 255, 0.5);
    transform: translateY(50px);
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.56, -0.01, .04, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    border-radius: 10px
}

@media (max-width:1024px) {
    .tongzhi .kuangjia .box {
        width: 90%
    }
}

.tongzhi .kuangjia .box i {
    font-size: 80px;
    margin-bottom: 20px
}

@media (max-width:1024px) {
    .tongzhi .kuangjia .box i {
        font-size: 18vw
    }
}

.tongzhi .kuangjia .box i.icon-zhengque {
    color: #46ad75
}

.tongzhi .kuangjia .box i.icon-cuowu {
    color: #b62c2c
}

.tongzhi .kuangjia .box span {
    font-size: 18px;
    color: #666
}

.tongzhi .kuangjia .box .jishi {
    margin-top: 20px;
    color: #666;
    font-size: 14px;
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.56, -0.01, .04, 1)
}

.tongzhi .kuangjia.on .box {
    transform: translateY(0)
}

.sortNav {
    margin: auto;
    width: 80%;
    margin-bottom: 4vw
}

 .sortNav .sortNavThis .twoTab  {
    width: 70%;
    margin: 0 auto
}

@media (max-width:1600px) {
    .sortNav .sortNavThis .twoTab  {
        width: 70%
    }
}

@media (max-width:1360px) {
    .sortNav .sortNavThis .twoTab  {
        width: 80%
    }
}

@media (max-width:1024px) {
    .sortNav .sortNavThis .twoTab  {
        width: 86%
    }
}

.sortNav .sortNavThis .twoTab ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.sortNav .sortNavThis .twoTab ul li{
  padding: 0 2vw;
}

.sortNav .sortNavThis .twoTab ul li a .cn {
    font-size: 1.6vw;
    color: #0f398b;
    transition-duration: .2s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.56, -0.01, .04, 1)

}
.fenye {
    margin-top: 4vw
}

.fenye .fenyeThis>.thisBox .box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 70%;
    margin: 0 auto;
    gap: 2vw
}

@media (max-width:1600px) {
    .fenye .fenyeThis>.thisBox .box {
        width: 70%
    }
}

@media (max-width:1360px) {
    .fenye .fenyeThis>.thisBox .box {
        width: 80%
    }
}

@media (max-width:1024px) {
    .fenye .fenyeThis>.thisBox .box {
        width: 86%
    }
}

.fenye .fenyeThis>.thisBox .box .page_pre a,
.fenye .fenyeThis>.thisBox .box .page_next a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    gap: 1vw
}

.fenye .fenyeThis>.thisBox .box .page_pre a .txt,
.fenye .fenyeThis>.thisBox .box .page_next a .txt {
    font-size: 1.6vw;
    transition-duration: .2s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.56, -0.01, .04, 1)
}

@media (max-width:1024px) {

    .fenye .fenyeThis>.thisBox .box .page_pre a .txt,
    .fenye .fenyeThis>.thisBox .box .page_next a .txt {
        font-size: 4.8vw
    }
}

.fenye .fenyeThis>.thisBox .box .page_numbar {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    gap: 2vw
}

.fenye .fenyeThis>.thisBox .box a {
    line-height: 1em;
    font-family: 'en6';
    text-transform: uppercase;
    font-size: 1.7vw;
    transition-duration: .2s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.56, -0.01, .04, 1);
    border-radius: 50%;
    width: 3vw;
    height: 3vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .fenye .fenyeThis>.thisBox .box a {
        font-size: 5vw
    }
}

@media (max-width:1024px) {
    .fenye .fenyeThis>.thisBox .box a {
        width: 14vw;
        height: 14vw
    }
}

.fenye .fenyeThis>.thisBox .box a i {
    font-size: 1.7vw;
    transition-duration: .2s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.56, -0.01, .04, 1)
}

@media (max-width:1024px) {
    .fenye .fenyeThis>.thisBox .box a i {
        font-size: 5vw
    }
}

.fenye .fenyeThis>.thisBox .box a.page-num-current {
    opacity: 1;
    background-color: #0f398b;
    color: #fff
}

.fenye .fenyeThis>.thisBox .box a.page-num-current i {
    color: #0f398b
}

.twoLineBox {
    background-color: #F6F5F0;
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.56, -0.01, .04, 1);
    border: 1px solid #0f398b;
    width: 100%;
    height: 100%;
    padding: 2px
}

.twoLineBox .kuangBox {
    border: 1px solid #0f398b;
    width: 100%;
    height: 100%
}

#index_page .pageContentAll .inxBanner {
    overflow: hidden;
    position: relative;
    height: 100vh
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxBanner {
        height: 70vw
    }
}

#index_page .pageContentAll .inxBanner>.thisBox {
    position: relative;
    width: 100%;
    height: 100%
}

#index_page .pageContentAll .inxBanner>.thisBox .swiperBox {
    z-index: 1;
    position: relative;
    width: 100%;
    height: 100%
}

#index_page .pageContentAll .inxBanner>.thisBox .swiperBox #inxBanner {
    width: 100%;
    height: 100%
}

#index_page .pageContentAll .inxBanner>.thisBox .swiperBox #inxBanner .swiper-slide {
    opacity: 1 !important;
    z-index: 0
}

#index_page .pageContentAll .inxBanner>.thisBox .swiperBox #inxBanner .swiper-slide .box {
    position: relative;
    width: 100%;
    height: 100%
}

#index_page .pageContentAll .inxBanner>.thisBox .swiperBox #inxBanner .swiper-slide .box .imgBox {
    width: 100%;
    height: 100%
}

#index_page .pageContentAll .inxBanner>.thisBox .swiperBox #inxBanner .swiper-slide.swiper-slide-active {
    z-index: 1
}

#index_page .pageContentAll .inxBanner>.thisBox .swiperControl .navigation .navigationThis .btn {
    top: 43%
}

#index_page .pageContentAll .inxBanner>.thisBox .swiperControl .pagination .paginationBanner {
    position: absolute;
      top: 85%;
    left: 46%;
    z-index: 1;
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxBanner>.thisBox .swiperControl .pagination .paginationBanner {
      top: 83%;
    left: 40%;
    }
}

#index_page .pageContentAll .inxBanner>.thisBox .swiperControl .pagination .paginationBanner .ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

#index_page .pageContentAll .inxBanner>.thisBox .swiperControl .pagination .paginationBanner .ul .li {
    margin: 0 1vw;
    position: relative;
    cursor: pointer;
    width: 30px;
    height: 30px
}

#index_page .pageContentAll .inxBanner>.thisBox .swiperControl .pagination .paginationBanner .ul .li .mydot {
    width: 100%;
    height: 100%;
    background-color: #0f398b;
    border-radius: 50%
}

#index_page .pageContentAll .inxBanner>.thisBox .swiperControl .pagination .paginationBanner .ul .li svg {
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px
}

#index_page .pageContentAll .inxBanner>.thisBox .swiperControl .pagination .paginationBanner .ul .li svg circle {
    cx: 25;
    cy: 25;
    r: 6;
    fill: transparent;
    stroke-width: 12;
    stroke: #FFF100;
    stroke-dasharray: 75.36;
    stroke-dashoffset: 75.36
}

#index_page .pageContentAll .inxBanner>.thisBox .swiperControl .pagination .paginationBanner .ul .li.circleOn svg circle {
    stroke-dashoffset: 0;
    transition-duration: 10s;
    transition-timing-function: linear
}

#index_page .pageContentAll .inxBanner>.thisBox .miaoshuBox {
    position: absolute;
    top: 35%;
    width: 100%;
    left: 20%;
    z-index: 1;
    width: 60vw
}

#index_page .pageContentAll .inxBanner>.thisBox .miaoshuBox .ul {
    position: relative;
    width: 100%
}

#index_page .pageContentAll .inxBanner>.thisBox .miaoshuBox .ul .li {
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

#index_page .pageContentAll .inxBanner>.thisBox .miaoshuBox .ul .li .miaoshu .xian {
    margin-bottom: 2vw;
    width: 0;
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.56, -0.01, .04, 1);
    height: 2px;
    background-color: #fff
}

#index_page .pageContentAll .inxBanner>.thisBox .miaoshuBox .ul .li .miaoshu .txt {
    text-align: center;
    font-size: 2.7vw;
    color: #fff;
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.56, -0.01, .04, 1);
    opacity: 0;
    transform: translateY(2vw)
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxBanner>.thisBox .miaoshuBox .ul .li .miaoshu .txt {
        font-size: 7vw
    }
}

#index_page .pageContentAll .inxBanner>.thisBox .miaoshuBox .ul .li.on .miaoshu .xian {
    width: 6vw;
    transition-delay: 1.8s
}

#index_page .pageContentAll .inxBanner>.thisBox .miaoshuBox .ul .li.on .miaoshu .txt {
    transition-delay: 1.5s;
    opacity: 1;
    transform: translateY(0)
}

#index_page .pageContentAll .inxBanner>.thisBox .initTopNav {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset;
    padding: 1vw 4vw
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxBanner>.thisBox .initTopNav {
        height: 5vw
    }
}

@media (max-width:1024px) and (max-width:1600px) {
    #index_page .pageContentAll .inxBanner>.thisBox .initTopNav {
        height: 5vw
    }
}

@media (max-width:1024px) and (max-width:1360px) {
    #index_page .pageContentAll .inxBanner>.thisBox .initTopNav {
        height: 5vw
    }
}

@media (max-width:1024px) and (max-width:1024px) {
    #index_page .pageContentAll .inxBanner>.thisBox .initTopNav {
        height: 18vw
    }
}

#index_page .pageContentAll .inxBanner>.thisBox .initTopNav .initLogo {
    height: 6vw
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxBanner>.thisBox .initTopNav .initLogo {
        height: 12vw
    }
}

#index_page .pageContentAll .inxBanner>.thisBox .initTopNav .initLogo img {
    height: 100%
}

#index_page .pageContentAll .inxBanner>.thisBox .initTopNav .bannerNavbar {
    height: 100%;
    background-color: #0f398b;
    border-radius: 1.5vw;
    padding: 0 2vw;
    height: 3vw
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxBanner>.thisBox .initTopNav .bannerNavbar {
        display: none
    }
}

#index_page .pageContentAll .inxBanner>.thisBox .initTopNav .bannerNavbar .ul1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    height: 100%
}

#index_page .pageContentAll .inxBanner>.thisBox .initTopNav .bannerNavbar .ul1 .li1 {
    position: relative;
    padding: 0 1.8vw;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

#index_page .pageContentAll .inxBanner>.thisBox .initTopNav .bannerNavbar .ul1 .li1 .a1 {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

#index_page .pageContentAll .inxBanner>.thisBox .initTopNav .bannerNavbar .ul1 .li1 .a1 .txt.ani_txt>div>div {
    font-size: .9vw
}

@media (max-width:1360px) {
    #index_page .pageContentAll .inxBanner>.thisBox .initTopNav .bannerNavbar .ul1 .li1 .a1 .txt.ani_txt>div>div {
        font-size: 12px
    }
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxBanner>.thisBox .initTopNav .bannerNavbar .ul1 .li1 .a1 .txt.ani_txt>div>div {
        font-size: 3.4vw
    }
}

#index_page .pageContentAll .inxBanner>.thisBox .initTopNav .bannerNavbar .ul1 .li1 .twoNav {
    position: absolute;
    top: 5vw;
    left: 0;
    width: 100%;
    padding-top: 1vw;
    clip-path: inset(0 0 100% 0);
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.56, -0.01, .04, 1);
    pointer-events: none
}

#index_page .pageContentAll .inxBanner>.thisBox .initTopNav .bannerNavbar .ul1 .li1 .twoNav .ul2 {
    background-color: #fff;
    padding: 1vw 0;
    border-radius: 1vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    row-gap: 1vw
}

#index_page .pageContentAll .inxBanner>.thisBox .initTopNav .bannerNavbar .ul1 .li1::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0;
    height: 0;
    background-color: #0f398b;
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.56, -0.01, .04, 1)
}

#index_page .pageContentAll .inxBanner>.thisBox .initTopNav .bannerNavbar .ul1 .li1.on .a1 .ani_txt .init_txt div {
    text-indent: 100%
}

#index_page .pageContentAll .inxBanner>.thisBox .initTopNav .bannerNavbar .ul1 .li1.on .a1 .ani_txt .show_txt div {
    text-indent: 0;
    color: #FFF100
}

#index_page .pageContentAll .inxBanner>.thisBox .initTopNav .bannerNavbar .ul1 .li1.on::after {
    height: 100%
}

#index_page .pageContentAll .inxBanner>.thisBox .initTopNav .bannerNavbar .ul1 .li1:hover .twoNav {
    pointer-events: auto;
    clip-path: inset(0 0 0 0)
}

#index_page .pageContentAll .inxBanner>.thisBox .initTopNav .bannerNavbar .ul1 .li1:hover .a1 .ani_txt .init_txt div {
    text-indent: 100%
}

#index_page .pageContentAll .inxBanner>.thisBox .initTopNav .bannerNavbar .ul1 .li1:hover .a1 .ani_txt .show_txt div {
    text-indent: 0;
    color: #FFF100
}

#index_page .pageContentAll .inxBanner>.thisBox .initTopNav .bannerNavbar .ul1 .li1:hover::after {
    height: 100%
}

#index_page .pageContentAll .inxBanner>.thisBox .initTopNav .bannerNavbar .ul1 .li1 .a1 .txt.ani_txt .init_txt>div {
    color: #fff
}

#index_page .pageContentAll .inxBanner>.thisBox .initTopNav .bannerNavbar .ul1 .li1 .a1 .txt.ani_txt .show_txt>div {
    color: #FFF100
}

#index_page .pageContentAll .inxBanner>.thisBox .initTopNav .bannerNavbar .ul1 .li1 .twoNav {
    top: 3vw
}

#index_page .pageContentAll .inxBanner>.thisBox .scrollDown {
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: 90vh;
    left: 50%;
    transform: translateX(-50%);
    height: 3vw;
    color: #fff
}

@keyframes arrowDown {

    0%,
    20%,
    50%,
    80%,
    to {
        bottom: 0
    }

    40% {
        bottom: 1vw
    }

    60% {
        bottom: .8vw
    }
}

#index_page .pageContentAll .inxBanner>.thisBox .scrollDown::before {
    content: '';
    position: absolute;
    display: block;
    width: 2vw;
    height: 2px;
    background-color: #fff;
    animation: 2s arrowDown ease-out infinite;
    right: 50%;
    transform-origin: bottom right;
    transform: rotate(30deg)
}

#index_page .pageContentAll .inxBanner>.thisBox .scrollDown::after {
    content: '';
    position: absolute;
    display: block;
    width: 2vw;
    height: 2px;
    background-color: #fff;
    animation: 2s arrowDown ease-out infinite;
    left: 50%;
    transform-origin: bottom left;
    transform: rotate(-30deg)
}

#index_page .pageContentAll .inxAbout {
    z-index: 1;
    margin-top: -2vw;
    position: relative
}

#index_page .pageContentAll .inxAbout>.thisBox .coutBox {
    position: relative;
    padding: 6vw 8vw;
    width: 70%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 1vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset
}

@media (max-width:1600px) {
    #index_page .pageContentAll .inxAbout>.thisBox .coutBox {
        width: 70%
    }
}

@media (max-width:1360px) {
    #index_page .pageContentAll .inxAbout>.thisBox .coutBox {
        width: 80%
    }
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxAbout>.thisBox .coutBox {
        width: 86%
    }
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxAbout>.thisBox .coutBox {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

#index_page .pageContentAll .inxAbout>.thisBox .coutBox .left {
    width: 60%
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxAbout>.thisBox .coutBox .left {
        width: 100%
    }
}

#index_page .pageContentAll .inxAbout>.thisBox .coutBox .left .sortName {
    font-size: 1.9vw;
    font-weight: bold;
    margin-bottom: 2vw
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxAbout>.thisBox .coutBox .left .sortName {
        font-size: 5.4vw
    }
}

#index_page .pageContentAll .inxAbout>.thisBox .coutBox .left .content {
    line-height: 2em
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxAbout>.thisBox .coutBox .left .shuju {
        padding: 5vw 0
    }
}

#index_page .pageContentAll .inxAbout>.thisBox .coutBox .left .shuju ul li .num {
    font-size: 2.5vw;
    font-weight: bold;
    margin-bottom: 1vw
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxAbout>.thisBox .coutBox .left .shuju ul li .num {
        font-size: 6.6vw
    }
}

#index_page .pageContentAll .inxAbout>.thisBox .coutBox .jixiangwu {
    position: absolute;
    right: -4vw;
    bottom: 2vw;
    height: 110%
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxAbout>.thisBox .coutBox .jixiangwu {
        right: -2vw;
        top: -25vw;
        height: 38vw
    }
}

#index_page .pageContentAll .inxAbout>.thisBox .coutBox .jixiangwu img {
    object-fit: contain;
    height: 100%
}

#index_page .pageContentAll .inxAbout .posImg .bg {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
    mix-blend-mode: color-burn;
    opacity: .3
}

#index_page .pageContentAll .inxAbout .posImg .bg img {
    width: 100%
}

#index_page .pageContentAll .inxHistory>.thisBox {
    padding: 6vw 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1600px) {
    #index_page .pageContentAll .inxHistory>.thisBox {
        padding: 6vw 0
    }
}

@media (max-width:1360px) {
    #index_page .pageContentAll .inxHistory>.thisBox {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxHistory>.thisBox {
        padding: 15vw 0
    }
}

#index_page .pageContentAll .inxHistory>.thisBox .def1 {
    font-size: 1.3vw;
    color: #0f398b;
    margin-bottom: 1vw
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxHistory>.thisBox .def1 {
        font-size: 4.2vw
    }
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxHistory>.thisBox .def1 {
        font-size: 1.7vw
    }
}

@media (max-width:1024px) and (max-width:1024px) {
    #index_page .pageContentAll .inxHistory>.thisBox .def1 {
        font-size: 5vw
    }
}

#index_page .pageContentAll .inxHistory>.thisBox .def2 {
    font-size: 1.2vw
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxHistory>.thisBox .def2 {
        font-size: 4vw
    }
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxHistory>.thisBox .def2 {
        font-size: 1.7vw
    }
}

@media (max-width:1024px) and (max-width:1024px) {
    #index_page .pageContentAll .inxHistory>.thisBox .def2 {
        font-size: 5vw
    }
}

#index_page .pageContentAll .inxHistory>.thisBox .coutBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 76vw;
    margin: 0 auto
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxHistory>.thisBox .coutBox {
        padding: 0 0 10vw 0
    }
}

#index_page .pageContentAll .inxHistory>.thisBox .coutBox .swiperBox {
    position: relative;
    width: 100%
}

#index_page .pageContentAll .inxHistory>.thisBox .coutBox .swiperBox #inxHistory .swiper-slide {
    padding: 2.3vw 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxHistory>.thisBox .coutBox .swiperBox #inxHistory .swiper-slide {
        padding: 10vw 0
    }
}

#index_page .pageContentAll .inxHistory>.thisBox .coutBox .swiperBox #inxHistory .swiper-slide .box {
    width: 14vw;
    height: 14vw
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxHistory>.thisBox .coutBox .swiperBox #inxHistory .swiper-slide .box {
        width: 30vw;
        height: 30vw
    }
}

#index_page .pageContentAll .inxHistory>.thisBox .coutBox .swiperBox #inxHistory .swiper-slide .box .dian {
    background-color: #0f398b;
    width: 100%;
    height: 100%;
    transform: scale(.05);
    border-radius: 50%;
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.56, -0.01, .04, 1)
}

#index_page .pageContentAll .inxHistory>.thisBox .coutBox .swiperBox #inxHistory .swiper-slide .box .dian .imgBox {
    overflow: hidden;
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.56, -0.01, .04, 1);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0)
}

#index_page .pageContentAll .inxHistory>.thisBox .coutBox .swiperBox #inxHistory .swiper-slide .box .year {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    top: 50%;
    left: 50%;
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.56, -0.01, .04, 1);
    transform: translateX(-50%) translateY(1vw)
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxHistory>.thisBox .coutBox .swiperBox #inxHistory .swiper-slide .box .year {
        transform: translateX(-50%) translateY(12vw) !important
    }
}

#index_page .pageContentAll .inxHistory>.thisBox .coutBox .swiperBox #inxHistory .swiper-slide .box .year .txt {
    font-size: 1.7vw;
    color: #0f398b;
    font-family: 'en6';
    text-transform: uppercase
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxHistory>.thisBox .coutBox .swiperBox #inxHistory .swiper-slide .box .year .txt {
        font-size: 5vw
    }
}

#index_page .pageContentAll .inxHistory>.thisBox .coutBox .swiperBox #inxHistory .swiper-slide .box .year .t {
    color: #0f398b;
    margin-top: .3vw
}

#index_page .pageContentAll .inxHistory>.thisBox .coutBox .swiperBox #inxHistory .swiper-slide .box:hover .dian {
    position: relative;
    z-index: 1;
    transform: scale(.4);
    background-color: rgba(88, 181, 48, 0.4)
}

#index_page .pageContentAll .inxHistory>.thisBox .coutBox .swiperBox #inxHistory .swiper-slide .box:hover .dian .imgBox {
    transform: scale(.9)
}

#index_page .pageContentAll .inxHistory>.thisBox .coutBox .swiperBox #inxHistory .swiper-slide .box:hover .year {
    transform: translateX(-50%) translateY(-50%)
}

#index_page .pageContentAll .inxHistory>.thisBox .coutBox .swiperBox #inxHistory .swiper-slide.swiper-slide-active {
    pointer-events: none
}

#index_page .pageContentAll .inxHistory>.thisBox .coutBox .swiperBox #inxHistory .swiper-slide.swiper-slide-active .box .dian {
    transform: scale(1);
    background-color: transparent;
    transition-delay: .8s
}

#index_page .pageContentAll .inxHistory>.thisBox .coutBox .swiperBox #inxHistory .swiper-slide.swiper-slide-active .box .dian .imgBox {
    transform: scale(1);
    transition-delay: .8s
}

#index_page .pageContentAll .inxHistory>.thisBox .coutBox .swiperBox #inxHistory .swiper-slide.swiper-slide-active .box .year {
    transition-delay: .8s;
    transform: translateX(-50%) translateY(calc(14vw / 2 - .6vw))
}

#index_page .pageContentAll .inxHistory>.thisBox .coutBox .swiperBox .xian {
    height: 1px;
    background-color: #0f398b;
    opacity: .3;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 50%
}

#index_page .pageContentAll .inxHistory>.thisBox .coutBox .swiperBox .xian::before {
    content: '';
    position: absolute;
    display: block;
    transform: translateY(-0.4vw);
    width: .6vw;
    height: .6vw;
    border-radius: 50%;
    border: 2px solid #0f398b;
    right: 100%
}

#index_page .pageContentAll .inxHistory>.thisBox .coutBox .swiperBox .xian::after {
    content: '';
    position: absolute;
    display: block;
    transform: translateY(-0.4vw);
    width: .6vw;
    height: .6vw;
    border-radius: 50%;
    border: 2px solid #0f398b;
    left: 100%
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxHistory>.thisBox .coutBox .swiperBox .swiperControl .navigation .navigationThis .btn {
        width: 10vw;
        height: 10vw
    }
}

#index_page .pageContentAll .inxHistory>.thisBox .coutBox .swiperBox .swiperControl .navigation .navigationThis .btn.leftBtn {
    left: unset;
    right: calc(50% + 14vw / 2 + 2vw)
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxHistory>.thisBox .coutBox .swiperBox .swiperControl .navigation .navigationThis .btn.leftBtn {
        left: 3vw;
        right: auto
    }
}

#index_page .pageContentAll .inxHistory>.thisBox .coutBox .swiperBox .swiperControl .navigation .navigationThis .btn.rightBtn {
    left: calc(50% + 14vw / 2 + 2vw)
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxHistory>.thisBox .coutBox .swiperBox .swiperControl .navigation .navigationThis .btn.rightBtn {
        left: auto;
        right: 3vw
    }
}

#index_page .pageContentAll .inxHistory>.thisBox .coutBox .miaoshuBox {
    position: relative;
    margin-top: 1vw
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxHistory>.thisBox .coutBox .miaoshuBox {
        margin: 5vw 0 0 0
    }
}

#index_page .pageContentAll .inxHistory>.thisBox .coutBox .miaoshuBox .ul .li {
    width: max-content;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxHistory>.thisBox .coutBox .miaoshuBox .ul .li {
        width: 80vw
    }
}

#index_page .pageContentAll .inxHistory>.thisBox .coutBox .miaoshuBox .ul .li .txt div {
    opacity: 0;
    font-size: .9vw
}

@media (max-width:1360px) {
    #index_page .pageContentAll .inxHistory>.thisBox .coutBox .miaoshuBox .ul .li .txt div {
        font-size: 12px
    }
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxHistory>.thisBox .coutBox .miaoshuBox .ul .li .txt div {
        font-size: 3.4vw
    }
}

#index_page .pageContentAll .inxMaidian>.thisBox .swiperBox {
    position: relative;
    width: 100%;
    height: 30vw
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxMaidian>.thisBox .swiperBox {
        width: 100%;
        height: 100vw
    }
}

#index_page .pageContentAll .inxMaidian>.thisBox .swiperBox #inxMaidian {
    width: 100%;
    height: 100%
}

#index_page .pageContentAll .inxMaidian>.thisBox .swiperBox #inxMaidian .swiper-slide .box {
    width: 100%;
    height: 100%
}

#index_page .pageContentAll .inxMaidian>.thisBox .swiperBox #inxMaidian .swiper-slide .box .imgBox {
    width: 100%;
    height: 100%
}

#index_page .pageContentAll .inxMaidian>.thisBox .swiperBox #inxMaidian .swiper-slide .box .imgBox::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4)
}

#index_page .pageContentAll .inxMaidian>.thisBox .swiperBox #inxMaidian .swiper-slide .box .textBox {
    position: absolute;
    top: 30%;
    left: 10%;
    width: 40%;
    gap: 1vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxMaidian>.thisBox .swiperBox #inxMaidian .swiper-slide .box .textBox {
        top: 15%;
        width: 74%
    }
}

#index_page .pageContentAll .inxMaidian>.thisBox .swiperBox #inxMaidian .swiper-slide .box .textBox .title {
    font-size: 2.1vw;
    color: #fff
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxMaidian>.thisBox .swiperBox #inxMaidian .swiper-slide .box .textBox .title {
        font-size: 5.8vw
    }
}

#index_page .pageContentAll .inxMaidian>.thisBox .swiperBox #inxMaidian .swiper-slide .box .textBox .miaoshu {
    padding: .4vw 1vw;
    background-color: #0f398b;
    color: #fff;
    font-size: 1vw
}

@media (max-width:1360px) {
    #index_page .pageContentAll .inxMaidian>.thisBox .swiperBox #inxMaidian .swiper-slide .box .textBox .miaoshu {
        font-size: 12px
    }
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxMaidian>.thisBox .swiperBox #inxMaidian .swiper-slide .box .textBox .miaoshu {
        font-size: 3.6vw
    }
}

#index_page .pageContentAll .inxMaidian>.thisBox .swiperBox #inxMaidian .swiper-slide .box .textBox .xian {
    width: 0;
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.56, -0.01, .04, 1);
    height: 1px;
    background-color: #fff
}

#index_page .pageContentAll .inxMaidian>.thisBox .swiperBox #inxMaidian .swiper-slide .box .textBox .content p {
    color: #fff
}

#index_page .pageContentAll .inxMaidian>.thisBox .swiperBox #inxMaidian .swiper-slide.swiper-slide-active .box .xian {
    width: 100%;
    transition-delay: 1s
}

#index_page .pageContentAll .inxMaidian>.thisBox .swiperBox .swiperControl .pagination .paginationThis {
    width: fit-content;
    z-index: 1;
    right: 10vw;
    left: unset;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxMaidian>.thisBox .swiperBox .swiperControl .pagination .paginationThis .swiper-pagination-bullet {
        width: 4vw;
        height: 4vw;
        margin: 0 0 2vw 0
    }
}

#index_page .pageContentAll .inxProduct {
    position: relative
}

#index_page .pageContentAll .inxProduct>.thisBox {
    position: relative;
    z-index: 2;
    padding: 6vw 0
}

@media (max-width:1600px) {
    #index_page .pageContentAll .inxProduct>.thisBox {
        padding: 6vw 0
    }
}

@media (max-width:1360px) {
    #index_page .pageContentAll .inxProduct>.thisBox {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxProduct>.thisBox {
        padding: 15vw 0
    }
}

#index_page .pageContentAll .inxProduct>.thisBox .coutBox {
    position: relative;
    width: 80vw;
    margin: 0 auto
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxProduct>.thisBox .coutBox {
        width: 100%
    }
}

#index_page .pageContentAll .inxProduct>.thisBox .coutBox .proTop {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxProduct>.thisBox .coutBox .proTop {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset;
        margin-bottom: 8vw
    }
}

#index_page .pageContentAll .inxProduct>.thisBox .coutBox .proTop .sortName .cn {
    font-size: 2.1vw;
    font-weight: bold
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxProduct>.thisBox .coutBox .proTop .sortName .cn {
        font-size: 5.8vw
    }
}

#index_page .pageContentAll .inxProduct>.thisBox .coutBox .proTop .sortName .def1 {
    margin-top: 1vw;
    color: #0f398b;
    font-size: 1.1vw
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxProduct>.thisBox .coutBox .proTop .sortName .def1 {
        font-size: 3.8vw
    }
}

#index_page .pageContentAll .inxProduct>.thisBox .coutBox .proTop .tabsBox {
    right: 0;
    top: 0;
    position: absolute;
    z-index: 2;
    width: 33vw
}

@media (max-width:1360px) {
    #index_page .pageContentAll .inxProduct>.thisBox .coutBox .proTop .tabsBox {
        width: 38vw
    }
}

@media (max-width:1360px) and (max-width:1024px) {
    #index_page .pageContentAll .inxProduct>.thisBox .coutBox .proTop .tabsBox {
        display: none
    }
}

#index_page .pageContentAll .inxProduct>.thisBox .coutBox .proTop .tabsBox .ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0;
    grid-row-gap: .8vw
}

#index_page .pageContentAll .inxProduct>.thisBox .coutBox .proTop .tabsBox .ul .li {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: unset
}

#index_page .pageContentAll .inxProduct>.thisBox .coutBox .proTop .tabsBox .ul .li .xian {
    position: relative;
    width: 2vw;
    height: 1px
}

#index_page .pageContentAll .inxProduct>.thisBox .coutBox .proTop .tabsBox .ul .li .xian::before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 0;
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.56, -0.01, .04, 1);
    background-color: #0f398b
}

#index_page .pageContentAll .inxProduct>.thisBox .coutBox .proTop .tabsBox .ul .li .xian::after {
    content: '';
    position: absolute;
    display: block;
    top: calc(50% - .3vw);
    width: .6vw;
    height: .6vw;
    opacity: 0;
    border-radius: 50%;
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.56, -0.01, .04, 1);
    background-color: #FFF100;
    left: 110%
}

#index_page .pageContentAll .inxProduct>.thisBox .coutBox .proTop .tabsBox .ul .li .txt {
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.56, -0.01, .04, 1);
    cursor: pointer;
    margin-left: 1.5vw;
    font-size: .9vw
}

@media (max-width:1360px) {
    #index_page .pageContentAll .inxProduct>.thisBox .coutBox .proTop .tabsBox .ul .li .txt {
        font-size: 12px
    }
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxProduct>.thisBox .coutBox .proTop .tabsBox .ul .li .txt {
        font-size: 3.4vw
    }
}

#index_page .pageContentAll .inxProduct>.thisBox .coutBox .proTop .tabsBox .ul .li.on .xian::before {
    width: 2vw
}

#index_page .pageContentAll .inxProduct>.thisBox .coutBox .proTop .tabsBox .ul .li.on .xian::after {
    transition-delay: .5s;
    opacity: 1
}

#index_page .pageContentAll .inxProduct>.thisBox .coutBox .proTop .tabsBox .ul .li.on .txt {
    color: #0f398b
}

#index_page .pageContentAll .inxProduct>.thisBox .coutBox .swiperBox {
    width: 100%;
    position: relative;
    height: 28vw;
    margin-top: -3vw;
    margin-bottom: 3vw
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxProduct>.thisBox .coutBox .swiperBox {
        width: 100%;
        margin: 0;
        height: 70vw
    }
}

#index_page .pageContentAll .inxProduct>.thisBox .coutBox .swiperBox #inxProduct {
    height: 100%;
    z-index: 1
}

#index_page .pageContentAll .inxProduct>.thisBox .coutBox .swiperBox #inxProduct .swiper-slide {
    transition: width 1s cubic-bezier(.19, 1, .22, 1) 0s;
    will-change: width;
    padding-bottom: 3vw
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxProduct>.thisBox .coutBox .swiperBox #inxProduct .swiper-slide {
        padding-bottom: 6vw
    }
}

#index_page .pageContentAll .inxProduct>.thisBox .coutBox .swiperBox #inxProduct .swiper-slide .box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    position: relative;
    padding-top: 7vw;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.56, -0.01, .04, 1);
    transform: translateY(3vw)
}

#index_page .pageContentAll .inxProduct>.thisBox .coutBox .swiperBox #inxProduct .swiper-slide .box .imgBox {
    width: 100%;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
    opacity: .9;
    height: 100%;
    transform: scale(.6);
    filter: blur(2px);
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.56, -0.01, .04, 1)
}

#index_page .pageContentAll .inxProduct>.thisBox .coutBox .swiperBox #inxProduct .swiper-slide .box .imgBox img {
    position: relative;
    z-index: 1;
    object-fit: contain;
    width: 100%;
    height: 100%;

}

#index_page .pageContentAll .inxProduct>.thisBox .coutBox .swiperBox #inxProduct .swiper-slide .box .imgBox::after {
    content: '';
    position: absolute;
    display: block;
    width: 7vw;
    height: 1vw;
    border-radius: 50%;
    bottom: 0.5vw;
    left: 17%;
    display: none;
    filter: blur(15px);
    background-color: rgba(0, 0, 0, 0.7);
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxProduct>.thisBox .coutBox .swiperBox #inxProduct .swiper-slide .box .imgBox::after {
        width: 48vw;
        height: 4vw
    }
}

#index_page .pageContentAll .inxProduct>.thisBox .coutBox .swiperBox #inxProduct .swiper-slide.swiper-slide-prev .box,
#index_page .pageContentAll .inxProduct>.thisBox .coutBox .swiperBox #inxProduct .swiper-slide.swiper-slide-next .box {
    padding-top: 3vw
}

#index_page .pageContentAll .inxProduct>.thisBox .coutBox .swiperBox #inxProduct .swiper-slide.swiper-slide-prev .box .imgBox,
#index_page .pageContentAll .inxProduct>.thisBox .coutBox .swiperBox #inxProduct .swiper-slide.swiper-slide-next .box .imgBox {
    transform: scale(.7)
}

#index_page .pageContentAll .inxProduct>.thisBox .coutBox .swiperBox #inxProduct .swiper-slide.swiper-slide-active {
    z-index: 1
}

#index_page .pageContentAll .inxProduct>.thisBox .coutBox .swiperBox #inxProduct .swiper-slide.swiper-slide-active .box {
    padding-top: 0;
    transform: translateY(0)
}

#index_page .pageContentAll .inxProduct>.thisBox .coutBox .swiperBox #inxProduct .swiper-slide.swiper-slide-active .box .imgBox {
    opacity: 1;
    filter: blur(0);
    transform: scale(1)
}

#index_page .pageContentAll .inxProduct>.thisBox .coutBox .swiperBox .muwan {
    position: absolute;
    left: 50%;
    width: 24vw;
    bottom: -3vw;
    transform: translate(-50%)
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxProduct>.thisBox .coutBox .swiperBox .muwan {
        width: 70vw;
        bottom: -10vw
    }
}

#index_page .pageContentAll .inxProduct>.thisBox .coutBox .swiperBox .muwan img {
    width: 100%
}

#index_page .pageContentAll .inxProduct>.thisBox .coutBox .proBotm {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset;
    width: 100%
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxProduct>.thisBox .coutBox .proBotm {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset;
        gap: 4vw;
        width: 90vw;
        margin: 0 auto;
        margin-top: 18vw
    }
}

#index_page .pageContentAll .inxProduct>.thisBox .coutBox .proBotm .miaoshuBox {
    width: 100%
}

#index_page .pageContentAll .inxProduct>.thisBox .coutBox .proBotm .miaoshuBox .ul {
    width: 100%;
    position: relative
}

#index_page .pageContentAll .inxProduct>.thisBox .coutBox .proBotm .miaoshuBox .ul .li {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none
}

#index_page .pageContentAll .inxProduct>.thisBox .coutBox .proBotm .miaoshuBox .ul .li .box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset;
    width: 100%;
    opacity: 0;
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.56, -0.01, .04, 1);
    transform: translateY(2vw)
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxProduct>.thisBox .coutBox .proBotm .miaoshuBox .ul .li .box {
        flex-wrap: wrap
    }
}

#index_page .pageContentAll .inxProduct>.thisBox .coutBox .proBotm .miaoshuBox .ul .li .box .textBox {
    width: 17vw;
    gap: 1vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxProduct>.thisBox .coutBox .proBotm .miaoshuBox .ul .li .box .textBox {
        width: 100%;
        align-items: center
    }
}

#index_page .pageContentAll .inxProduct>.thisBox .coutBox .proBotm .miaoshuBox .ul .li .box .textBox .title {
   font-size: 1.8vw;
    font-weight: bold;
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxProduct>.thisBox .coutBox .proBotm .miaoshuBox .ul .li .box .textBox .title {
        font-size: 4.2vw
    }
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxProduct>.thisBox .coutBox .proBotm .miaoshuBox .ul .li .box .textBox .title {
        font-size: 6vw;
        font-weight: bold
    }
}

#index_page .pageContentAll .inxProduct>.thisBox .coutBox .proBotm .miaoshuBox .ul .li .box .textBox .xian {
    width: 0;
    height: 1px;
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.56, -0.01, .04, 1);
    background-color: #0f398b
}

#index_page .pageContentAll .inxProduct>.thisBox .coutBox .proBotm .miaoshuBox .ul .li .box .textBox .miaoshu {
    overflow: hidden;
        font-size: 1.2vw;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5em
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxProduct>.thisBox .coutBox .proBotm .miaoshuBox .ul .li .box .textBox .miaoshu {
        font-size: 3.65vw;
        padding: 3vw 0 0 0
    }
}

#index_page .pageContentAll .inxProduct>.thisBox .coutBox .proBotm .miaoshuBox .ul .li.on {
    pointer-events: auto
}

#index_page .pageContentAll .inxProduct>.thisBox .coutBox .proBotm .miaoshuBox .ul .li.on .box {
    transition-delay: .3s;
    opacity: 1;
    transform: translateY(0)
}

#index_page .pageContentAll .inxProduct>.thisBox .coutBox .proBotm .miaoshuBox .ul .li.on .box .textBox .xian {
    width: 100%;
    transition-delay: .5s
}

#index_page .pageContentAll .inxProduct>.thisBox .coutBox .proBotm .swiperControl .pagination .paginationThis {
    width: fit-content;
    right: 0;
    left: unset;
    top: 45%;
    position: unset
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxProduct>.thisBox .coutBox .proBotm .swiperControl .pagination .paginationThis span {
        width: 4vw;
        height: 4vw
    }
}

#index_page .pageContentAll .inxProduct>.thisBox .coutBox .proBotm .moreA {
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxProduct>.thisBox .coutBox .proBotm .moreA {
        width: 100%;
        position: unset;
        transform: translate(0, 0);
        margin-top: 8vw
    }
}

#index_page .pageContentAll .inxProduct .bgImgBox {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    overflow: hidden
}

#index_page .pageContentAll .inxProduct .bgImgBox img {
    width: 100%;
    object-fit: cover;
    height: 120%;
    filter: grayscale(1);
    opacity: 1
}

#index_page .pageContentAll .inxProduct .bgImgBox::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    height: 20%;
    z-index: 1;
    width: 100%;
    background: linear-gradient(to top, transparent, #F6F5F0)
}

#index_page .pageContentAll .inxProduct .bgProQ {
    position: absolute;
    opacity: .5;
    top: 10%;
    height: 80%;
    left: 50%;
    transform: translateX(-60%)
}

#index_page .pageContentAll .inxProduct .bgProQ img {
    height: 100%
}

#index_page .pageContentAll .inxGoShop>.thisBox {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 34vw
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxGoShop>.thisBox {
        width: 100%;
        height: 90vw
    }
}

#index_page .pageContentAll .inxGoShop>.thisBox .coutBox {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3)
}

#index_page .pageContentAll .inxGoShop>.thisBox .coutBox .sortname {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    gap: 1vw
}

#index_page .pageContentAll .inxGoShop>.thisBox .coutBox .sortname .def1 {
  font-weight: bold;
    color: #fff;
    font-size: 2.3vw;
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxGoShop>.thisBox .coutBox .sortname .def1 {
        font-size: 4.2vw
    }
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxGoShop>.thisBox .coutBox .sortname .def1 {
        font-size: 1.2vw;
        width: 70%;
        text-align: center
    }
}

@media (max-width:1024px) and (max-width:1024px) {
    #index_page .pageContentAll .inxGoShop>.thisBox .coutBox .sortname .def1 {
        font-size: 4vw
    }
}

#index_page .pageContentAll .inxGoShop>.thisBox .coutBox .sortname .def2 {
    background-color: #0f398b;
    font-size: 1.5vw;
    font-weight: bold;
    padding: .4vw 2vw;
    border-radius: 10vw;
    color: #FFF100
}

@media (max-width:1360px) {
    #index_page .pageContentAll .inxGoShop>.thisBox .coutBox .sortname .def2 {
        font-size: 16px
    }
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxGoShop>.thisBox .coutBox .sortname .def2 {
        font-size: 3.6vw
    }
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxGoShop>.thisBox .coutBox .sortname .def2 {
        font-size: 1.5vw;
        line-height: 1;
        padding: 2vw 5vw;
        margin: 5vw 0
    }
}

@media (max-width:1024px) and (max-width:1024px) {
    #index_page .pageContentAll .inxGoShop>.thisBox .coutBox .sortname .def2 {
        font-size: 4.6vw
    }
}

#index_page .pageContentAll .inxGoShop>.thisBox .coutBox .ul {
    margin-top: 4vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    gap: 4vw
}

#index_page .pageContentAll .inxGoShop>.thisBox .coutBox .ul .li .aBox {
    width: 7vw;
    height: 7vw;
    border-radius: 50%;
    background-color: rgba(246, 245, 240, 0.7);
    border: 1px solid #0f398b;
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.56, -0.01, .04, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxGoShop>.thisBox .coutBox .ul .li .aBox {
        width: 35vw;
        height: 35vw
    }
}

#index_page .pageContentAll .inxGoShop>.thisBox .coutBox .ul .li .aBox .ico {
    width: 2.5vw;
    height: 2.5vw
}

#index_page .pageContentAll .inxGoShop>.thisBox .coutBox .ul .li .aBox .ico img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxGoShop>.thisBox .coutBox .ul .li .aBox .ico {
        width: 8vw;
        height: 8vw
    }
}

#index_page .pageContentAll .inxGoShop>.thisBox .coutBox .ul .li .aBox .title {
    margin-top: .5vw
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxGoShop>.thisBox .coutBox .ul .li .aBox .title {
        font-size: 1.2vw
    }
}

@media (max-width:1024px) and (max-width:1024px) {
    #index_page .pageContentAll .inxGoShop>.thisBox .coutBox .ul .li .aBox .title {
        font-size: 4vw
    }
}

#index_page .pageContentAll .inxGoShop>.thisBox .coutBox .ul .li .aBox:hover {
    background-color: #FFF100
}

#index_page .pageContentAll .inxGoShop>.thisBox .bgImgBox {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    height: calc(100% + 10vw)
}

#index_page .pageContentAll .inxGoShop>.thisBox .bgImgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#index_page .pageContentAll .inxNews>.thisBox {
    padding: 6vw 0
}

@media (max-width:1600px) {
    #index_page .pageContentAll .inxNews>.thisBox {
        padding: 6vw 0
    }
}

@media (max-width:1360px) {
    #index_page .pageContentAll .inxNews>.thisBox {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxNews>.thisBox {
        padding: 15vw 0
    }
}

#index_page .pageContentAll .inxNews>.thisBox .coutBox {
    width: 70%;
    margin: 0 auto;
    height: 30vw;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1600px) {
    #index_page .pageContentAll .inxNews>.thisBox .coutBox {
        width: 70%
    }
}

@media (max-width:1360px) {
    #index_page .pageContentAll .inxNews>.thisBox .coutBox {
        width: 80%
    }
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxNews>.thisBox .coutBox {
        width: 86%
    }
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxNews>.thisBox .coutBox {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        height: 100%
    }
}

#index_page .pageContentAll .inxNews>.thisBox .coutBox .newsBox {
    position: relative;
    width: calc(100% - 17vw);
    height: 100%
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxNews>.thisBox .coutBox .newsBox {
        width: 100%;
        height: 160vw
    }
}

#index_page .pageContentAll .inxNews>.thisBox .coutBox .newsBox .ul {
    overflow: auto;
    position: absolute;
    top: 0;
    opacity: 0;
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.56, -0.01, .04, 1);
    pointer-events: none;
    width: 100%;
    height: 100%;
    padding-right: 4vw
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxNews>.thisBox .coutBox .newsBox .ul {
        margin: 5vw 0 0 0
    }
}

#index_page .pageContentAll .inxNews>.thisBox .coutBox .newsBox .ul::-webkit-scrollbar {
    width: 1px
}

#index_page .pageContentAll .inxNews>.thisBox .coutBox .newsBox .ul .li {
    width: 100%;
    height: 15vw;
    padding: 2vw 0;
    border-bottom: 1px solid #ddd
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxNews>.thisBox .coutBox .newsBox .ul .li {
        height: 80vw;
        padding: 4vw 0
    }
}

#index_page .pageContentAll .inxNews>.thisBox .coutBox .newsBox .ul .li .box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset;
    height: 100%;
    gap: 2vw
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxNews>.thisBox .coutBox .newsBox .ul .li .box {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

#index_page .pageContentAll .inxNews>.thisBox .coutBox .newsBox .ul .li .box .imgBox {
    width: 16vw;
    height: 100%
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxNews>.thisBox .coutBox .newsBox .ul .li .box .imgBox {
        width: 100%;
        height: 50vw
    }
}

#index_page .pageContentAll .inxNews>.thisBox .coutBox .newsBox .ul .li .box .xian {
    width: 6vw;
    border-top: 1px solid #0f398b
}

#index_page .pageContentAll .inxNews>.thisBox .coutBox .newsBox .ul .li .box .textBox {
    width: calc(100% - 16vw);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
    gap: 1vw
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxNews>.thisBox .coutBox .newsBox .ul .li .box .textBox {
        width: 100%
    }
}

#index_page .pageContentAll .inxNews>.thisBox .coutBox .newsBox .ul .li .box .textBox .title {
    font-size: 1vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

@media (max-width:1360px) {
    #index_page .pageContentAll .inxNews>.thisBox .coutBox .newsBox .ul .li .box .textBox .title {
        font-size: 12px
    }
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxNews>.thisBox .coutBox .newsBox .ul .li .box .textBox .title {
        font-size: 3.6vw
    }
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxNews>.thisBox .coutBox .newsBox .ul .li .box .textBox .title {
        font-weight: bold;
        font-size: 1.2vw
    }
}

@media (max-width:1024px) and (max-width:1024px) {
    #index_page .pageContentAll .inxNews>.thisBox .coutBox .newsBox .ul .li .box .textBox .title {
        font-size: 4vw
    }
}

#index_page .pageContentAll .inxNews>.thisBox .coutBox .newsBox .ul .li .box .textBox .title:hover {
    color: #0f398b
}

#index_page .pageContentAll .inxNews>.thisBox .coutBox .newsBox .ul .li .box .textBox .miaoshu {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5em;
    opacity: .7
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxNews>.thisBox .coutBox .newsBox .ul .li .box .textBox .normalBtn .txt {
        font-size: 1.2vw
    }
}

@media (max-width:1024px) and (max-width:1024px) {
    #index_page .pageContentAll .inxNews>.thisBox .coutBox .newsBox .ul .li .box .textBox .normalBtn .txt {
        font-size: 4vw
    }
}

#index_page .pageContentAll .inxNews>.thisBox .coutBox .newsBox .ul .li:nth-child(even) .box {
    flex-direction: row-reverse
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxNews>.thisBox .coutBox .newsBox .ul .li:nth-child(even) .box {
        flex-direction: column
    }
}

#index_page .pageContentAll .inxNews>.thisBox .coutBox .newsBox .ul.on {
    opacity: 1;
    pointer-events: auto
}

#index_page .pageContentAll .inxNews>.thisBox .coutBox .biaotiBox {
    width: 17vw;
    padding-left: 4vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: unset;
    height: 100%
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxNews>.thisBox .coutBox .biaotiBox {
        width: 100%;
        height: auto;
        flex-direction: row;
        align-items: center
    }
}

#index_page .pageContentAll .inxNews>.thisBox .coutBox .biaotiBox .sortnameBox .cn {
    font-size: 2.1vw;
    font-weight: bold;
    margin-bottom: 1vw
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxNews>.thisBox .coutBox .biaotiBox .sortnameBox .cn {
        font-size: 5.8vw
    }
}

#index_page .pageContentAll .inxNews>.thisBox .coutBox .biaotiBox .sortnameBox .def1 {
    font-size: 1.1vw;
    color: #0f398b
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxNews>.thisBox .coutBox .biaotiBox .sortnameBox .def1 {
        font-size: 3.8vw
    }
}

#index_page .pageContentAll .inxNews>.thisBox .coutBox .biaotiBox .sortnameBox .tabsBox {
    margin-top: 4vw
}

#index_page .pageContentAll .inxNews>.thisBox .coutBox .biaotiBox .sortnameBox .tabsBox .ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
    gap: 1vw
}

#index_page .pageContentAll .inxNews>.thisBox .coutBox .biaotiBox .sortnameBox .tabsBox .ul .li {
    width: 100%;
    cursor: pointer;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset;
    gap: 2vw
}

#index_page .pageContentAll .inxNews>.thisBox .coutBox .biaotiBox .sortnameBox .tabsBox .ul .li .txt {
    font-size: 1.2vw
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxNews>.thisBox .coutBox .biaotiBox .sortnameBox .tabsBox .ul .li .txt {
        font-size: 4vw
    }
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxNews>.thisBox .coutBox .biaotiBox .sortnameBox .tabsBox .ul .li .txt {
        font-weight: bold
    }
}

#index_page .pageContentAll .inxNews>.thisBox .coutBox .biaotiBox .sortnameBox .tabsBox .ul .li .xian {
    position: relative;
    width: 0;
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.56, -0.01, .04, 1);
    height: 1px;
    background-color: #0f398b
}

#index_page .pageContentAll .inxNews>.thisBox .coutBox .biaotiBox .sortnameBox .tabsBox .ul .li .xian::after {
    content: '';
    position: absolute;
    display: block;
    top: calc(50% - .3vw);
    width: .6vw;
    height: .6vw;
    opacity: 0;
    border-radius: 50%;
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.56, -0.01, .04, 1);
    background-color: #FFF100;
    right: 110%
}

#index_page .pageContentAll .inxNews>.thisBox .coutBox .biaotiBox .sortnameBox .tabsBox .ul .li.on .xian {
    width: 4vw
}

#index_page .pageContentAll .inxNews>.thisBox .coutBox .biaotiBox .sortnameBox .tabsBox .ul .li.on .xian::after {
    transition-delay: .5s;
    opacity: 1
}

#index_page .pageContentAll .inxNews>.thisBox .coutBox .biaotiBox .sortnameBox .tabsBox .ul .li.on .txt {
    color: #0f398b
}

#index_page .pageContentAll .inxNews>.thisBox .coutBox .biaotiBox .moreA {
    margin: 0
}

#about_page .pageContentAll .pageContent {
    padding-bottom: 0
}

#about_page .pageContentAll .pageContent .qiyejieshaoBox {
    width: 70%;
    margin: 0 auto
}

@media (max-width:1600px) {
    #about_page .pageContentAll .pageContent .qiyejieshaoBox {
        width: 70%
    }
}

@media (max-width:1360px) {
    #about_page .pageContentAll .pageContent .qiyejieshaoBox {
        width: 80%
    }
}

@media (max-width:1024px) {
    #about_page .pageContentAll .pageContent .qiyejieshaoBox {
        width: 86%
    }
}

#about_page .pageContentAll .pageContent .qiyejieshaoBox .topInfo {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: unset
}

@media (max-width:1024px) {
    #about_page .pageContentAll .pageContent .qiyejieshaoBox .topInfo {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

#about_page .pageContentAll .pageContent .qiyejieshaoBox .topInfo .leftBox {
    width: 60%
}

@media (max-width:1024px) {
    #about_page .pageContentAll .pageContent .qiyejieshaoBox .topInfo .leftBox {
        width: 100%;
        padding-right: 0
    }
}

#about_page .pageContentAll .pageContent .qiyejieshaoBox .topInfo .leftBox .startYears {
    font-weight: bold;
    color: #0f398b;
    letter-spacing: .1em;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.56, -0.01, .04, 1);
    cursor: default;
    font-family: 'en6';
    text-transform: uppercase;
    font-size: 2.7vw
}

@media (max-width:1024px) {
    #about_page .pageContentAll .pageContent .qiyejieshaoBox .topInfo .leftBox .startYears {
        font-size: 7vw
    }
}

#about_page .pageContentAll .pageContent .qiyejieshaoBox .topInfo .leftBox .realBox {
    margin-top: 30px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    #about_page .pageContentAll .pageContent .qiyejieshaoBox .topInfo .leftBox .realBox {
        margin-top: 0
    }
}

#about_page .pageContentAll .pageContent .qiyejieshaoBox .topInfo .leftBox .realBox .rightFont {
    width: 100%
}

#about_page .pageContentAll .pageContent .qiyejieshaoBox .topInfo .leftBox .realBox .rightFont .jieshaoName {
    font-size: 1.9vw
}

@media (max-width:1024px) {
    #about_page .pageContentAll .pageContent .qiyejieshaoBox .topInfo .leftBox .realBox .rightFont .jieshaoName {
        font-size: 5.4vw
    }
}

#about_page .pageContentAll .pageContent .qiyejieshaoBox .topInfo .leftBox .realBox .rightFont .content {
    padding: 20px 0
}

@media (max-width:1024px) {
    #about_page .pageContentAll .pageContent .qiyejieshaoBox .topInfo .leftBox .realBox .rightFont .content {
        padding-bottom: 0
    }
}

#about_page .pageContentAll .pageContent .qiyejieshaoBox .topInfo .icoImg {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: unset;
    width: 32vw
}

@media (max-width:1024px) {
    #about_page .pageContentAll .pageContent .qiyejieshaoBox .topInfo .icoImg {
        width: 100%
    }
}

#about_page .pageContentAll .pageContent .qiyejieshaoBox .topInfo .icoImg .imgBox {
    width: 25vw;
    height: 30vw
}

@media (max-width:1024px) {
    #about_page .pageContentAll .pageContent .qiyejieshaoBox .topInfo .icoImg .imgBox {
        height: 95vw;
        width: 100%;
        padding: 5vw 0
    }
}

#about_page .pageContentAll .pageContent .qiyejieshaoBox .topInfo .icoImg .shuju {
    width: 25vw
}

@media (max-width:1024px) {
    #about_page .pageContentAll .pageContent .qiyejieshaoBox .topInfo .icoImg .shuju {
        width: 100%
    }
}

@media (max-width:1024px) {
    #about_page .pageContentAll .pageContent .qiyejieshaoBox .topInfo .icoImg .shuju .ul .li .value .num {
        font-size: 6.2vw
    }
}

#about_page .pageContentAll .pageContent .qiyejieshaoBox .topInfo .icoImg .posBox {
    position: absolute;
    top: 6vw;
    left: 0;
    width: 20vw;
    background-color: #0f398b;
    padding: 4vw 2vw
}

#about_page .pageContentAll .pageContent .qiyejieshaoBox .topInfo .icoImg .posBox .biaoti {
    color: #fff;
    font-size: 1.5vw
}

@media (max-width:1024px) {
    #about_page .pageContentAll .pageContent .qiyejieshaoBox .topInfo .icoImg .posBox .biaoti {
        font-size: 4.6vw
    }
}

#about_page .pageContentAll .pageContent .wenhua>.thisBox {
    padding: 6vw 0
}

@media (max-width:1600px) {
    #about_page .pageContentAll .pageContent .wenhua>.thisBox {
        padding: 6vw 0
    }
}

@media (max-width:1360px) {
    #about_page .pageContentAll .pageContent .wenhua>.thisBox {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    #about_page .pageContentAll .pageContent .wenhua>.thisBox {
        padding: 15vw 0
    }
}

#about_page .pageContentAll .pageContent .wenhua>.thisBox .coutBox {
    width: 70%;
    margin: 0 auto
}

@media (max-width:1600px) {
    #about_page .pageContentAll .pageContent .wenhua>.thisBox .coutBox {
        width: 70%
    }
}

@media (max-width:1360px) {
    #about_page .pageContentAll .pageContent .wenhua>.thisBox .coutBox {
        width: 80%
    }
}

@media (max-width:1024px) {
    #about_page .pageContentAll .pageContent .wenhua>.thisBox .coutBox {
        width: 86%
    }
}

#about_page .pageContentAll .pageContent .wenhua>.thisBox .coutBox .ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 3vw
}

@media (max-width:1024px) {
    #about_page .pageContentAll .pageContent .wenhua>.thisBox .coutBox .ul {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 3vw
    }
}

#about_page .pageContentAll .pageContent .wenhua>.thisBox .coutBox .ul .li .box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: unset;
    gap: 2vw
}

#about_page .pageContentAll .pageContent .wenhua>.thisBox .coutBox .ul .li .box .xian {
    width: 100%;
    height: .5vw;
    background-color: #0f398b2e
}

#about_page .pageContentAll .pageContent .wenhua>.thisBox .coutBox .ul .li .box .title {
    font-size: 1.3vw;
    font-weight: bold;
    color: #0f398b
}

@media (max-width:1024px) {
    #about_page .pageContentAll .pageContent .wenhua>.thisBox .coutBox .ul .li .box .title {
        font-size: 4.2vw
    }
}

#about_page .pageContentAll .pageContent .wenhua>.thisBox .coutBox .ul .li .box .imgBox {
    width: 100%;
    height: 12vw
}

@media (max-width:1024px) {
    #about_page .pageContentAll .pageContent .wenhua>.thisBox .coutBox .ul .li .box .imgBox {
        height: 45vw
    }
}

#about_page .pageContentAll .pageContent .honor {
    position: relative
}

#about_page .pageContentAll .pageContent .honor>.thisBox {
    position: relative;
    z-index: 1;
    padding: 6vw 0
}

@media (max-width:1600px) {
    #about_page .pageContentAll .pageContent .honor>.thisBox {
        padding: 6vw 0
    }
}

@media (max-width:1360px) {
    #about_page .pageContentAll .pageContent .honor>.thisBox {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    #about_page .pageContentAll .pageContent .honor>.thisBox {
        padding: 15vw 0
    }
}

#about_page .pageContentAll .pageContent .honor>.thisBox .coutBox {
    width: 70%;
    margin: 0 auto
}

@media (max-width:1600px) {
    #about_page .pageContentAll .pageContent .honor>.thisBox .coutBox {
        width: 70%
    }
}

@media (max-width:1360px) {
    #about_page .pageContentAll .pageContent .honor>.thisBox .coutBox {
        width: 80%
    }
}

@media (max-width:1024px) {
    #about_page .pageContentAll .pageContent .honor>.thisBox .coutBox {
        width: 86%
    }
}

#about_page .pageContentAll .pageContent .honor>.thisBox .coutBox .topTabs {
    padding-bottom: 1vw;
    margin-bottom: 1vw;
    border-bottom: 1px solid #ccc;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset
}

#about_page .pageContentAll .pageContent .honor>.thisBox .coutBox .topTabs .tabsBox .ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    gap: 2vw
}

#about_page .pageContentAll .pageContent .honor>.thisBox .coutBox .topTabs .tabsBox .ul .li {
    cursor: pointer
}

#about_page .pageContentAll .pageContent .honor>.thisBox .coutBox .topTabs .tabsBox .ul .li .title {
    font-size: 1.3vw
}

@media (max-width:1024px) {
    #about_page .pageContentAll .pageContent .honor>.thisBox .coutBox .topTabs .tabsBox .ul .li .title {
        font-size: 4.2vw
    }
}

#about_page .pageContentAll .pageContent .honor>.thisBox .coutBox .topTabs .tabsBox .ul .li.on .title {
    color: #0f398b
}

#about_page .pageContentAll .pageContent .honor>.thisBox .coutBox .topTabs .swiperControl {
    width: 5vw;
    height: 2vw;
    position: relative
}

@media (max-width:1024px) {
    #about_page .pageContentAll .pageContent .honor>.thisBox .coutBox .topTabs .swiperControl {
        width: 20vw;
        height: 14vw
    }
}

#about_page .pageContentAll .pageContent .honor>.thisBox .coutBox .topTabs .swiperControl .navigation {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset
}

#about_page .pageContentAll .pageContent .honor>.thisBox .coutBox .topTabs .swiperControl .navigation .btn {
    cursor: pointer;
    width: 2vw;
    height: 2vw;
    border-radius: 50%;
    background-color: #0f398b;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

#about_page .pageContentAll .pageContent .honor>.thisBox .coutBox .topTabs .swiperControl .navigation .btn:hover {
    background-color: #FFF100
}

@media (max-width:1024px) {
    #about_page .pageContentAll .pageContent .honor>.thisBox .coutBox .topTabs .swiperControl .navigation .btn {
        width: 8vw;
        height: 8vw
    }
}

#about_page .pageContentAll .pageContent .honor>.thisBox .coutBox .topTabs .swiperControl .navigation .btn i {
    color: #fff;
    font-size: .9vw
}

@media (max-width:1360px) {
    #about_page .pageContentAll .pageContent .honor>.thisBox .coutBox .topTabs .swiperControl .navigation .btn i {
        font-size: 12px
    }
}

@media (max-width:1024px) {
    #about_page .pageContentAll .pageContent .honor>.thisBox .coutBox .topTabs .swiperControl .navigation .btn i {
        font-size: 3.4vw
    }
}

#about_page .pageContentAll .pageContent .honor>.thisBox .coutBox .topTabs .swiperControl .navigation.on {
    opacity: 1;
    pointer-events: auto
}

#about_page .pageContentAll .pageContent .honor>.thisBox .coutBox .swiperCout {
    height: 20vw;
    width: 100%;
    position: relative
}

@media (max-width:1024px) {
    #about_page .pageContentAll .pageContent .honor>.thisBox .coutBox .swiperCout {
        height: 55vw
    }
}

#about_page .pageContentAll .pageContent .honor>.thisBox .coutBox .swiperCout .swiperBox {
    position: absolute;
    top: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    opacity: 0
}

#about_page .pageContentAll .pageContent .honor>.thisBox .coutBox .swiperCout .swiperBox .swiper {
    width: 100%;
    height: 100%
}

#about_page .pageContentAll .pageContent .honor>.thisBox .coutBox .swiperCout .swiperBox .swiper .swiper-slide .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 100%;
    height: 100%
}

#about_page .pageContentAll .pageContent .honor>.thisBox .coutBox .swiperCout .swiperBox .swiper .swiper-slide .box .imgBox {
    width: 100%;
    height: 16vw
}

@media (max-width:1024px) {
    #about_page .pageContentAll .pageContent .honor>.thisBox .coutBox .swiperCout .swiperBox .swiper .swiper-slide .box .imgBox {
        height: 45vw
    }
}

#about_page .pageContentAll .pageContent .honor>.thisBox .coutBox .swiperCout .swiperBox .swiper .swiper-slide .box .imgBox img {
    object-fit: contain
}

#about_page .pageContentAll .pageContent .honor>.thisBox .coutBox .swiperCout .swiperBox .swiper .swiper-slide .box .title {
    margin-top: 1vw;
    font-size: .9vw
}

@media (max-width:1360px) {
    #about_page .pageContentAll .pageContent .honor>.thisBox .coutBox .swiperCout .swiperBox .swiper .swiper-slide .box .title {
        font-size: 12px
    }
}

@media (max-width:1024px) {
    #about_page .pageContentAll .pageContent .honor>.thisBox .coutBox .swiperCout .swiperBox .swiper .swiper-slide .box .title {
        font-size: 3.4vw
    }
}

@media (max-width:1024px) {
    #about_page .pageContentAll .pageContent .honor>.thisBox .coutBox .swiperCout .swiperBox .swiper .swiper-slide .box .title {
        margin-top: 3vw;
        font-size: 1.2vw
    }
}

@media (max-width:1024px) and (max-width:1024px) {
    #about_page .pageContentAll .pageContent .honor>.thisBox .coutBox .swiperCout .swiperBox .swiper .swiper-slide .box .title {
        font-size: 4vw
    }
}

#about_page .pageContentAll .pageContent .honor>.thisBox .coutBox .swiperCout .swiperBox.on {
    pointer-events: auto;
    opacity: 1
}

#honor_page .pageContentAll .pageContent .honorListBox>.thisBox .cenBox .ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 4vw
}

#honor_page .pageContentAll .pageContent .honorListBox>.thisBox .cenBox .ul .li .honorA {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

#honor_page .pageContentAll .pageContent .honorListBox>.thisBox .cenBox .ul .li .honorA .imgBox {
    width: 100%;
    padding: 1vw;
    background-color: #f8f8f8;
    height: 14vw
}

#honor_page .pageContentAll .pageContent .honorListBox>.thisBox .cenBox .ul .li .honorA .imgBox img {
    object-fit: contain
}

#honor_page .pageContentAll .pageContent .honorListBox>.thisBox .cenBox .ul .li .honorA .txt {
    margin-top: 1vw;
    font-size: .9vw
}

@media (max-width:1360px) {
    #honor_page .pageContentAll .pageContent .honorListBox>.thisBox .cenBox .ul .li .honorA .txt {
        font-size: 12px
    }
}

@media (max-width:1024px) {
    #honor_page .pageContentAll .pageContent .honorListBox>.thisBox .cenBox .ul .li .honorA .txt {
        font-size: 3.4vw
    }
}

@media (max-width:1024px) {
    #news_page .pageContentAll .pageContent .newsTop {
        display: none
    }
}

#news_page .pageContentAll .pageContent .newsTop>.thisBox .coutBox {
    width: 70%;
    margin: 0 auto
}

@media (max-width:1600px) {
    #news_page .pageContentAll .pageContent .newsTop>.thisBox .coutBox {
        width: 70%
    }
}

@media (max-width:1360px) {
    #news_page .pageContentAll .pageContent .newsTop>.thisBox .coutBox {
        width: 80%
    }
}

@media (max-width:1024px) {
    #news_page .pageContentAll .pageContent .newsTop>.thisBox .coutBox {
        width: 86%
    }
}

#news_page .pageContentAll .pageContent .newsTop>.thisBox .coutBox .swiperBox {
    position: relative;
    width: 100%
}

#news_page .pageContentAll .pageContent .newsTop>.thisBox .coutBox .swiperBox #newsTop {
    height: 24vw;
    width: 100%
}

#news_page .pageContentAll .pageContent .newsTop>.thisBox .coutBox .swiperBox #newsTop .swiper-slide .box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 7vw
}

#news_page .pageContentAll .pageContent .newsTop>.thisBox .coutBox .swiperBox #newsTop .swiper-slide .box .imgBoxAll {
    overflow: hidden
}

#news_page .pageContentAll .pageContent .newsTop>.thisBox .coutBox .swiperBox #newsTop .swiper-slide .box .imgBoxAll .imgBox {
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.56, -0.01, .04, 1)
}

#news_page .pageContentAll .pageContent .newsTop>.thisBox .coutBox .swiperBox #newsTop .swiper-slide .box .imgBoxAll:hover .imgBox {
    transform: scale(1.1)
}

#news_page .pageContentAll .pageContent .newsTop>.thisBox .coutBox .swiperBox #newsTop .swiper-slide .box .textBox {
    padding-top: 2vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: unset
}

#news_page .pageContentAll .pageContent .newsTop>.thisBox .coutBox .swiperBox #newsTop .swiper-slide .box .textBox .textTop {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
    gap: 1vw
}

#news_page .pageContentAll .pageContent .newsTop>.thisBox .coutBox .swiperBox #newsTop .swiper-slide .box .textBox .textTop .topInfo {
    padding-bottom: .4vw;
    border-bottom: 1px solid #0f398b;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset
}

#news_page .pageContentAll .pageContent .newsTop>.thisBox .coutBox .swiperBox #newsTop .swiper-slide .box .textBox .textTop .topInfo .date {
    font-size: 1.2vw;
    font-weight: bold;
    opacity: .6;
    font-family: 'en6';
    text-transform: uppercase
}

@media (max-width:1024px) {
    #news_page .pageContentAll .pageContent .newsTop>.thisBox .coutBox .swiperBox #newsTop .swiper-slide .box .textBox .textTop .topInfo .date {
        font-size: 4vw
    }
}

#news_page .pageContentAll .pageContent .newsTop>.thisBox .coutBox .swiperBox #newsTop .swiper-slide .box .textBox .textTop .topInfo .sortOf {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    gap: .5vw
}

#news_page .pageContentAll .pageContent .newsTop>.thisBox .coutBox .swiperBox #newsTop .swiper-slide .box .textBox .textTop .topInfo .sortOf .txt {
    color: #0f398b;
    font-weight: bold;
    font-size: .9vw
}

@media (max-width:1360px) {
    #news_page .pageContentAll .pageContent .newsTop>.thisBox .coutBox .swiperBox #newsTop .swiper-slide .box .textBox .textTop .topInfo .sortOf .txt {
        font-size: 12px
    }
}

@media (max-width:1024px) {
    #news_page .pageContentAll .pageContent .newsTop>.thisBox .coutBox .swiperBox #newsTop .swiper-slide .box .textBox .textTop .topInfo .sortOf .txt {
        font-size: 3.4vw
    }
}

#news_page .pageContentAll .pageContent .newsTop>.thisBox .coutBox .swiperBox #newsTop .swiper-slide .box .textBox .textTop .title {
    margin-top: 1vw
}

#news_page .pageContentAll .pageContent .newsTop>.thisBox .coutBox .swiperBox #newsTop .swiper-slide .box .textBox .textTop .title a {
    font-size: 1.2vw;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.56, -0.01, .04, 1)
}

@media (max-width:1024px) {
    #news_page .pageContentAll .pageContent .newsTop>.thisBox .coutBox .swiperBox #newsTop .swiper-slide .box .textBox .textTop .title a {
        font-size: 4vw
    }
}

#news_page .pageContentAll .pageContent .newsTop>.thisBox .coutBox .swiperBox #newsTop .swiper-slide .box .textBox .textTop .title:hover a {
    color: #0f398b
}

#news_page .pageContentAll .pageContent .newsTop>.thisBox .coutBox .swiperBox #newsTop .swiper-slide .box .textBox .textTop .miaoshu {
    opacity: .8
}

#news_page .pageContentAll .pageContent .newsTop>.thisBox .coutBox .swiperBox #newsTop .swiper-slide .box .textBox .miaoshu {
    line-height: 2em
}

#news_page .pageContentAll .pageContent .newsTop>.thisBox .coutBox .swiperBox .navigation .btn.leftBtn {
    left: unset;
    right: 4vw;
    top: unset;
    bottom: 0
}

#news_page .pageContentAll .pageContent .newsTop>.thisBox .coutBox .swiperBox .navigation .btn.rightBtn {
    left: unset;
    right: 0;
    top: unset;
    bottom: 0
}

#news_page .pageContentAll .pageContent .newsSortNav>.thisBox .coutBox {
    width: 70%;
    margin: 0 auto;
    margin-top: 2vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset;
    padding: 2vw 0;
    border: 1px solid #ddd;
    border-left: none;
    border-right: none
}

@media (max-width:1600px) {
    #news_page .pageContentAll .pageContent .newsSortNav>.thisBox .coutBox {
        width: 70%
    }
}

@media (max-width:1360px) {
    #news_page .pageContentAll .pageContent .newsSortNav>.thisBox .coutBox {
        width: 80%
    }
}

@media (max-width:1024px) {
    #news_page .pageContentAll .pageContent .newsSortNav>.thisBox .coutBox {
        width: 86%
    }
}

@media (max-width:1024px) {
    #news_page .pageContentAll .pageContent .newsSortNav>.thisBox .coutBox {
        padding: 5vw 0
    }
}

#news_page .pageContentAll .pageContent .newsSortNav>.thisBox .coutBox .leftTitle {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    gap: .5vw
}

@media (max-width:1024px) {
    #news_page .pageContentAll .pageContent .newsSortNav>.thisBox .coutBox .leftTitle {
        display: none
    }
}

#news_page .pageContentAll .pageContent .newsSortNav>.thisBox .coutBox .leftTitle .txt {
    font-size: 1.1vw;
    font-weight: bold
}

@media (max-width:1024px) {
    #news_page .pageContentAll .pageContent .newsSortNav>.thisBox .coutBox .leftTitle .txt {
        font-size: 3.8vw
    }
}

#news_page .pageContentAll .pageContent .newsSortNav>.thisBox .coutBox .ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    gap: 2vw
}

@media (max-width:1024px) {
    #news_page .pageContentAll .pageContent .newsSortNav>.thisBox .coutBox .ul {
        width: 100%
    }
}

#news_page .pageContentAll .pageContent .newsSortNav>.thisBox .coutBox .ul .li .normalBtn {
    background-color: #ddd
}

@media (max-width:1024px) {
    #news_page .pageContentAll .pageContent .newsSortNav>.thisBox .coutBox .ul .li .normalBtn {
        padding: 2vw 3vw
    }
}

#news_page .pageContentAll .pageContent .newsSortNav>.thisBox .coutBox .ul .li .normalBtn .txt {
    color: #333
}

@media (max-width:1024px) {
    #news_page .pageContentAll .pageContent .newsSortNav>.thisBox .coutBox .ul .li .normalBtn .txt {
        font-size: 1.2vw
    }
}

@media (max-width:1024px) and (max-width:1024px) {
    #news_page .pageContentAll .pageContent .newsSortNav>.thisBox .coutBox .ul .li .normalBtn .txt {
        font-size: 4vw
    }
}

#news_page .pageContentAll .pageContent .newsSortNav>.thisBox .coutBox .ul .li .normalBtn::after {
    background-color: #0f398b
}

#news_page .pageContentAll .pageContent .newsSortNav>.thisBox .coutBox .ul .li .normalBtn:hover .txt {
    color: #fff
}

#news_page .pageContentAll .pageContent .newsSortNav>.thisBox .coutBox .ul .li.on .normalBtn {
    background-color: #0f398b
}

#news_page .pageContentAll .pageContent .newsSortNav>.thisBox .coutBox .ul .li.on .normalBtn .txt {
    color: #fff
}

#news_page .pageContentAll .pageContent .newsList>.thisBox {
    padding-top: 2vw
}

@media (max-width:1024px) {
    #news_page .pageContentAll .pageContent .newsList>.thisBox {
        padding-top: 6vw
    }
}

#news_page .pageContentAll .pageContent .newsList>.thisBox .coutBox {
    width: 70%;
    margin: 0 auto
}

@media (max-width:1600px) {
    #news_page .pageContentAll .pageContent .newsList>.thisBox .coutBox {
        width: 70%
    }
}

@media (max-width:1360px) {
    #news_page .pageContentAll .pageContent .newsList>.thisBox .coutBox {
        width: 80%
    }
}

@media (max-width:1024px) {
    #news_page .pageContentAll .pageContent .newsList>.thisBox .coutBox {
        width: 86%
    }
}

#news_page .pageContentAll .pageContent .newsList>.thisBox .coutBox .ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2vw
}

@media (max-width:1024px) {
    #news_page .pageContentAll .pageContent .newsList>.thisBox .coutBox .ul {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 6vw
    }
}

#news_page .pageContentAll .pageContent .newsList>.thisBox .coutBox .ul .li {
    position: relative
}

#news_page .pageContentAll .pageContent .newsList>.thisBox .coutBox .ul .li .aBox .imgBox {
    overflow: hidden;
    width: 100%;
    height: 10vw
}

@media (max-width:1024px) {
    #news_page .pageContentAll .pageContent .newsList>.thisBox .coutBox .ul .li .aBox .imgBox {
        width: 100%;
        height: 60vw
    }
}

#news_page .pageContentAll .pageContent .newsList>.thisBox .coutBox .ul .li .aBox .imgBox img {
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.56, -0.01, .04, 1)
}

#news_page .pageContentAll .pageContent .newsList>.thisBox .coutBox .ul .li .aBox .textBox {
    margin-top: .6vw
}

#news_page .pageContentAll .pageContent .newsList>.thisBox .coutBox .ul .li .aBox .textBox .title {
    font-size: .9vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition-duration: .2s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.56, -0.01, .04, 1)
}

@media (max-width:1360px) {
    #news_page .pageContentAll .pageContent .newsList>.thisBox .coutBox .ul .li .aBox .textBox .title {
        font-size: 12px
    }
}

@media (max-width:1024px) {
    #news_page .pageContentAll .pageContent .newsList>.thisBox .coutBox .ul .li .aBox .textBox .title {
        font-size: 3.4vw
    }
}

@media (max-width:1024px) {
    #news_page .pageContentAll .pageContent .newsList>.thisBox .coutBox .ul .li .aBox .textBox .title {
        font-size: 1.2vw;
        font-weight: bold;
        margin: 3vw 0
    }
}

@media (max-width:1024px) and (max-width:1024px) {
    #news_page .pageContentAll .pageContent .newsList>.thisBox .coutBox .ul .li .aBox .textBox .title {
        font-size: 4vw
    }
}

#news_page .pageContentAll .pageContent .newsList>.thisBox .coutBox .ul .li .aBox .textBox .info {
    margin-top: 3vw;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset
}

#news_page .pageContentAll .pageContent .newsList>.thisBox .coutBox .ul .li .aBox .textBox .info .date {
    font-family: 'en6';
    text-transform: uppercase
}

#news_page .pageContentAll .pageContent .newsList>.thisBox .coutBox .ul .li .aBox .textBox .info .sortOf {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    gap: .4vw
}

#news_page .pageContentAll .pageContent .newsList>.thisBox .coutBox .ul .li .aBox .textBox .info .sortOf .diandian {
    width: 1.8vw;
    height: .7vw
}

#news_page .pageContentAll .pageContent .newsList>.thisBox .coutBox .ul .li .aBox:hover .imgBox img {
    transform: scale(1.1)
}

#news_page .pageContentAll .pageContent .newsList>.thisBox .coutBox .ul .li .aBox:hover .textBox .title {
    color: #0f398b
}

#news_page .pageContentAll .pageContent .newsList>.thisBox .coutBox .ul .li::before {
    content: '';
    position: absolute;
    display: block;
    left: 5%;
    width: 90%;
    border-top: 1px dotted #ccc;
    bottom: calc(100% + 1vw)
}

@media (max-width:1024px) {
    #news_page .pageContentAll .pageContent .newsList>.thisBox .coutBox .ul .li::before {
        display: none
    }
}

#news_page .pageContentAll .pageContent .newsList>.thisBox .coutBox .ul .li::after {
    content: '';
    position: absolute;
    display: block;
    top: 5%;
    height: 90%;
    border-right: 1px dotted #ccc;
    left: calc(100% + 1vw)
}

@media (max-width:1024px) {
    #news_page .pageContentAll .pageContent .newsList>.thisBox .coutBox .ul .li::after {
        display: none
    }
}

#news_page .pageContentAll .pageContent .newsList>.thisBox .coutBox .ul .li:nth-child(1)::before,
#news_page .pageContentAll .pageContent .newsList>.thisBox .coutBox .ul .li:nth-child(2)::before,
#news_page .pageContentAll .pageContent .newsList>.thisBox .coutBox .ul .li:nth-child(3)::before,
#news_page .pageContentAll .pageContent .newsList>.thisBox .coutBox .ul .li:nth-child(4)::before {
    border-top: none
}

#news_page .pageContentAll .pageContent .newsList>.thisBox .coutBox .ul .li:nth-child(4n)::after {
    border-right: none
}

#product_page .pageContentAll .pageContent .proList>.thisBox .coutBox {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: unset;
    width: 70%;
    margin: 0 auto
}

@media (max-width:1600px) {
    #product_page .pageContentAll .pageContent .proList>.thisBox .coutBox {
        width: 70%
    }
}

@media (max-width:1360px) {
    #product_page .pageContentAll .pageContent .proList>.thisBox .coutBox {
        width: 80%
    }
}

@media (max-width:1024px) {
    #product_page .pageContentAll .pageContent .proList>.thisBox .coutBox {
        width: 86%
    }
}

@media (max-width:1024px) {
    #product_page .pageContentAll .pageContent .proList>.thisBox .coutBox {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

#product_page .pageContentAll .pageContent .proList>.thisBox .coutBox .leftTabs {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: unset;
    gap: 4vw
}

@media (max-width:1024px) {
    #product_page .pageContentAll .pageContent .proList>.thisBox .coutBox .leftTabs {
        width: 100%;
        padding: 8vw 3vw;
        background-color: #fff
    }
}

#product_page .pageContentAll .pageContent .proList>.thisBox .coutBox .leftTabs .sortName {
    font-size: 2.1vw;
    font-weight: bold
}

@media (max-width:1024px) {
    #product_page .pageContentAll .pageContent .proList>.thisBox .coutBox .leftTabs .sortName {
        font-size: 5.8vw
    }
}

#product_page .pageContentAll .pageContent .proList>.thisBox .coutBox .leftTabs .ul {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0;
    grid-row-gap: .8vw;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1vw
}

#product_page .pageContentAll .pageContent .proList>.thisBox .coutBox .leftTabs .ul .li {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: unset
}

#product_page .pageContentAll .pageContent .proList>.thisBox .coutBox .leftTabs .ul .li .xian {
    position: relative;
    width: 2vw;
    height: 1px
}

#product_page .pageContentAll .pageContent .proList>.thisBox .coutBox .leftTabs .ul .li .xian::before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 0;
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.56, -0.01, .04, 1);
    background-color: #0f398b
}

#product_page .pageContentAll .pageContent .proList>.thisBox .coutBox .leftTabs .ul .li .xian::after {
    content: '';
    position: absolute;
    display: block;
    top: calc(50% - .3vw);
    width: .6vw;
    height: .6vw;
    opacity: 0;
    border-radius: 50%;
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.56, -0.01, .04, 1);
    background-color: #FFF100;
    left: 110%
}

#product_page .pageContentAll .pageContent .proList>.thisBox .coutBox .leftTabs .ul .li .txt {
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.56, -0.01, .04, 1);
    cursor: pointer;
    margin-left: 1.5vw;
    font-size: .9vw
}

@media (max-width:1360px) {
    #product_page .pageContentAll .pageContent .proList>.thisBox .coutBox .leftTabs .ul .li .txt {
        font-size: 12px
    }
}

@media (max-width:1024px) {
    #product_page .pageContentAll .pageContent .proList>.thisBox .coutBox .leftTabs .ul .li .txt {
        font-size: 3.4vw
    }
}

#product_page .pageContentAll .pageContent .proList>.thisBox .coutBox .leftTabs .ul .li.on .xian::before {
    width: 2vw
}

#product_page .pageContentAll .pageContent .proList>.thisBox .coutBox .leftTabs .ul .li.on .xian::after {
    transition-delay: .5s;
    opacity: 1
}

#product_page .pageContentAll .pageContent .proList>.thisBox .coutBox .leftTabs .ul .li.on .txt {
    color: #0f398b
}

@media (max-width:1024px) {
    #product_page .pageContentAll .pageContent .proList>.thisBox .coutBox .leftTabs .ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 2vw;
        padding: 0 5vw;
        margin: 8vw 0 0 0
    }
}

#product_page .pageContentAll .pageContent .proList>.thisBox .coutBox .leftTabs .ul .li .txt {
    width: max-content
}

#product_page .pageContentAll .pageContent .proList>.thisBox .coutBox .rightCout {
    width: 45vw
}

@media (max-width:1024px) {
    #product_page .pageContentAll .pageContent .proList>.thisBox .coutBox .rightCout {
        width: 100%;
        padding-left: 0
    }
}

#product_page .pageContentAll .pageContent .proList>.thisBox .coutBox .rightCout .ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    gap: 4vw
}

#product_page .pageContentAll .pageContent .proList>.thisBox .coutBox .rightCout .ul .li {
    width: 100%
}

#product_page .pageContentAll .pageContent .proList>.thisBox .coutBox .rightCout .ul .li .aBox {
    position: relative;
    width: 100%;
    height: 35vw;
    border-radius: 1vw;
    overflow: hidden
}

@media (max-width:1024px) {
    #product_page .pageContentAll .pageContent .proList>.thisBox .coutBox .rightCout .ul .li .aBox {
        height: 80vw
    }
}

#product_page .pageContentAll .pageContent .proList>.thisBox .coutBox .rightCout .ul .li .aBox .imgBox {
    width: 100%;
    height: 100%;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.56, -0.01, .04, 1)
}
#product_page .pageContentAll .pageContent .proList>.thisBox .coutBox .rightCout .ul .li .aBox .imgBox img{
        object-fit: contain;
    width: 100%;
    background-color: #0f398b;
    height: 100%;
}
#product_page .pageContentAll .pageContent .proList>.thisBox .coutBox .rightCout .ul .li .aBox .title {
    position: absolute;
    top: 3vw;
    left: 3vw;
    color: #fff;
    font-size: 1.7vw;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6)
}

@media (max-width:1024px) {
    #product_page .pageContentAll .pageContent .proList>.thisBox .coutBox .rightCout .ul .li .aBox .title {
        font-size: 5vw
    }
}

#product_page .pageContentAll .pageContent .proList>.thisBox .coutBox .rightCout .ul .li .aBox .goDetail {
    width: 6vw;
    height: 2vw;
    border-radius: 1vw;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.5);
    position: absolute;
    bottom: 5vw;
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.56, -0.01, .04, 1);
    left: calc(50% - 3vw);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    color: #fff
}

@media (max-width:1024px) {
    #product_page .pageContentAll .pageContent .proList>.thisBox .coutBox .rightCout .ul .li .aBox .goDetail {
        display: none
    }
}

#product_page .pageContentAll .pageContent .proList>.thisBox .coutBox .rightCout .ul .li .aBox .miaoshu {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4vw;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    color: #fff;
    font-size: .9vw
}

@media (max-width:1360px) {
    #product_page .pageContentAll .pageContent .proList>.thisBox .coutBox .rightCout .ul .li .aBox .miaoshu {
        font-size: 12px
    }
}

@media (max-width:1024px) {
    #product_page .pageContentAll .pageContent .proList>.thisBox .coutBox .rightCout .ul .li .aBox .miaoshu {
        font-size: 3.4vw
    }
}

@media (max-width:1024px) {
    #product_page .pageContentAll .pageContent .proList>.thisBox .coutBox .rightCout .ul .li .aBox .miaoshu {
        height: 16vw;
        padding: 0 3vw
    }
}

#product_page .pageContentAll .pageContent .proList>.thisBox .coutBox .rightCout .ul .li .aBox:hover .imgBox {
    transform: scale(1.03)
}

#product_page .pageContentAll .pageContent .proList>.thisBox .coutBox .rightCout .ul .li .aBox:hover .goDetail {
    background-color: #fff;
    border-color: #fff;
    color: #333
}

#contact_page .pageContentAll .pageContent .contactInfo {
    position: relative
}

#contact_page .pageContentAll .pageContent .contactInfo>.thisBox {
    padding: 0;
    position: relative;
    z-index: 1
}

#contact_page .pageContentAll .pageContent .contactInfo>.thisBox .coutBox {
    position: relative;
    z-index: 1;
    width: 70%;
    margin: 0 auto;
    border-radius: 1vw;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset
}

@media (max-width:1600px) {
    #contact_page .pageContentAll .pageContent .contactInfo>.thisBox .coutBox {
        width: 70%
    }
}

@media (max-width:1360px) {
    #contact_page .pageContentAll .pageContent .contactInfo>.thisBox .coutBox {
        width: 80%
    }
}

@media (max-width:1024px) {
    #contact_page .pageContentAll .pageContent .contactInfo>.thisBox .coutBox {
        width: 86%
    }
}

@media (max-width:1024px) {
    #contact_page .pageContentAll .pageContent .contactInfo>.thisBox .coutBox {
        height: unset;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset;
        padding: 5vw 0 0 0
    }
}

#contact_page .pageContentAll .pageContent .contactInfo>.thisBox .coutBox>div {
    position: relative;
    z-index: 1
}

#contact_page .pageContentAll .pageContent .contactInfo>.thisBox .coutBox>div.lianxi {
    width: 40%;
    position: relative
}

@media (max-width:1024px) {
    #contact_page .pageContentAll .pageContent .contactInfo>.thisBox .coutBox>div.lianxi {
        width: 100%
    }
}

#contact_page .pageContentAll .pageContent .contactInfo>.thisBox .coutBox>div.lianxi .ulBox {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
    gap: 1vw
}

@media (max-width:1024px) {
    #contact_page .pageContentAll .pageContent .contactInfo>.thisBox .coutBox>div.lianxi .ulBox {
        gap: 5vw
    }
}

#contact_page .pageContentAll .pageContent .contactInfo>.thisBox .coutBox>div.lianxi .ulBox .box {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: unset
}

#contact_page .pageContentAll .pageContent .contactInfo>.thisBox .coutBox>div.lianxi .ulBox .box .label {
    word-break: keep-all;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset
}

#contact_page .pageContentAll .pageContent .contactInfo>.thisBox .coutBox>div.lianxi .ulBox .box .label .ico {
    width: 2.4vw;
    height: 2.4vw;
    border-radius: 50%;
    background-color: #0f398b;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1360px) {
    #contact_page .pageContentAll .pageContent .contactInfo>.thisBox .coutBox>div.lianxi .ulBox .box .label .ico {
        width: 3vw;
        height: 3vw
    }
}

@media (max-width:1024px) {
    #contact_page .pageContentAll .pageContent .contactInfo>.thisBox .coutBox>div.lianxi .ulBox .box .label .ico {
        width: 10vw;
        height: 10vw
    }
}

#contact_page .pageContentAll .pageContent .contactInfo>.thisBox .coutBox>div.lianxi .ulBox .box .label .ico i {
    font-size: 1.2vw;
    color: #fff
}

@media (max-width:1024px) {
    #contact_page .pageContentAll .pageContent .contactInfo>.thisBox .coutBox>div.lianxi .ulBox .box .label .ico i {
        font-size: 4vw
    }
}

#contact_page .pageContentAll .pageContent .contactInfo>.thisBox .coutBox>div.lianxi .ulBox .box .label .txt {
    font-size: .9vw;
    margin-left: 1vw;
    font-family: 'en6';
    text-transform: uppercase;
    font-weight: bold
}

@media (max-width:1360px) {
    #contact_page .pageContentAll .pageContent .contactInfo>.thisBox .coutBox>div.lianxi .ulBox .box .label .txt {
        font-size: 12px
    }
}

@media (max-width:1024px) {
    #contact_page .pageContentAll .pageContent .contactInfo>.thisBox .coutBox>div.lianxi .ulBox .box .label .txt {
        font-size: 3.4vw
    }
}

#contact_page .pageContentAll .pageContent .contactInfo>.thisBox .coutBox>div.lianxi .ulBox .box .cout {
    padding-top: .6vw;
    font-size: .8vw
}

@media (max-width:1360px) {
    #contact_page .pageContentAll .pageContent .contactInfo>.thisBox .coutBox>div.lianxi .ulBox .box .cout {
        font-size: 12px
    }
}

@media (max-width:1024px) {
    #contact_page .pageContentAll .pageContent .contactInfo>.thisBox .coutBox>div.lianxi .ulBox .box .cout {
        font-size: 3.2vw
    }
}

@media (max-width:1024px) {
    #contact_page .pageContentAll .pageContent .contactInfo>.thisBox .coutBox>div.lianxi .ulBox .box .cout {
        padding-top: 2.6vw
    }
}

#contact_page .pageContentAll .pageContent .contactInfo>.thisBox .coutBox>div.zimeiti {
    width: 50%
}

@media (max-width:1024px) {
    #contact_page .pageContentAll .pageContent .contactInfo>.thisBox .coutBox>div.zimeiti {
        width: 100%;
        margin: 10vw 0 0 0
    }
}

#contact_page .pageContentAll .pageContent .contactInfo>.thisBox .coutBox>div.zimeiti .ul {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1vw
}

@media (max-width:1024px) {
    #contact_page .pageContentAll .pageContent .contactInfo>.thisBox .coutBox>div.zimeiti .ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 3vw
    }
}

#contact_page .pageContentAll .pageContent .contactInfo>.thisBox .coutBox>div.zimeiti .ul .li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    gap: .4vw
}

#contact_page .pageContentAll .pageContent .contactInfo>.thisBox .coutBox>div.zimeiti .ul .li .icoBox {
    width: 7vw;
    height: 7vw
}

@media (max-width:1024px) {
    #contact_page .pageContentAll .pageContent .contactInfo>.thisBox .coutBox>div.zimeiti .ul .li .icoBox {
        width: 40vw;
        height: 40vw
    }
}

#contact_page .pageContentAll .pageContent .contactInfo>.thisBox .coutBox>div.zimeiti .ul .li .icoBox .imgBox {
    width: 100%;
    height: 100%
}

#contact_page .pageContentAll .pageContent .contactInfo>.thisBox .coutBox>div.zimeiti .ul .li .title {
    font-size: .8vw;
    text-align: center
}

@media (max-width:1360px) {
    #contact_page .pageContentAll .pageContent .contactInfo>.thisBox .coutBox>div.zimeiti .ul .li .title {
        font-size: 12px
    }
}

@media (max-width:1024px) {
    #contact_page .pageContentAll .pageContent .contactInfo>.thisBox .coutBox>div.zimeiti .ul .li .title {
        font-size: 3.2vw
    }
}

#contact_page .pageContentAll .pageContent .contactInfo>.thisBox .coutBox .xian {
    height: 13vw;
    border-left: 1px dotted #ccc
}

@media (max-width:1024px) {
    #contact_page .pageContentAll .pageContent .contactInfo>.thisBox .coutBox .xian {
        display: none
    }
}

#contact_page .pageContentAll .pageContent .contactInfo>.thisBox .coutBox .bgImg {
    left: 0;
    position: absolute;
    opacity: 1;
    z-index: 0
}

#contact_page .pageContentAll .pageContent .contactMap {
    position: relative
}

#contact_page .pageContentAll .pageContent .contactMap>.thisBox {
    position: relative;
    z-index: 1;
    padding: 6vw 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1600px) {
    #contact_page .pageContentAll .pageContent .contactMap>.thisBox {
        padding: 6vw 0
    }
}

@media (max-width:1360px) {
    #contact_page .pageContentAll .pageContent .contactMap>.thisBox {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    #contact_page .pageContentAll .pageContent .contactMap>.thisBox {
        padding: 15vw 0
    }
}

@media (max-width:1024px) {
    #contact_page .pageContentAll .pageContent .contactMap>.thisBox {
        padding: 10vw 0;
        height: unset
    }
}

#contact_page .pageContentAll .pageContent .contactMap>.thisBox .thisMap {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    height: 25vw;
    border-radius: 1vw;
    overflow: hidden;
    width: 70%;
    margin: 0 auto
}

@media (max-width:1600px) {
    #contact_page .pageContentAll .pageContent .contactMap>.thisBox .thisMap {
        width: 70%
    }
}

@media (max-width:1360px) {
    #contact_page .pageContentAll .pageContent .contactMap>.thisBox .thisMap {
        width: 80%
    }
}

@media (max-width:1024px) {
    #contact_page .pageContentAll .pageContent .contactMap>.thisBox .thisMap {
        width: 86%
    }
}

@media (max-width:1024px) {
    #contact_page .pageContentAll .pageContent .contactMap>.thisBox .thisMap {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset;
        height: unset
    }
}

#contact_page .pageContentAll .pageContent .contactMap>.thisBox .thisMap .mapK {
    width: 60%;
    height: 100%
}
#contact_page .pageContentAll .pageContent .contactMap>.thisBox .thisMap .mapK img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width:1024px) {
    #contact_page .pageContentAll .pageContent .contactMap>.thisBox .thisMap .mapK {
        width: 100%;
        height: 70vw
    }
}

#contact_page .pageContentAll .pageContent .contactMap>.thisBox .thisMap .mapK #allmap {
    width: 100%;
    height: 100%
}

#contact_page .pageContentAll .pageContent .contactMap>.thisBox .thisMap .rightCout {
    padding: 1vw;
    padding-right: .5vw;
    width: 40%;
    height: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset
}

@media (max-width:1024px) {
    #contact_page .pageContentAll .pageContent .contactMap>.thisBox .thisMap .rightCout {
        width: 100%
    }
}

#contact_page .pageContentAll .pageContent .contactMap>.thisBox .thisMap .rightCout .pointChange {
    width: 100%;
    height: 100%;
    overflow: auto
}

@media (max-width:1024px) {
    #contact_page .pageContentAll .pageContent .contactMap>.thisBox .thisMap .rightCout .pointChange {
        width: 100%
    }
}

#contact_page .pageContentAll .pageContent .contactMap>.thisBox .thisMap .rightCout .pointChange .ul {
    padding-right: .5vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
    gap: 1vw
}

#contact_page .pageContentAll .pageContent .contactMap>.thisBox .thisMap .rightCout .pointChange .ul .li {
    width: 100%
}

#contact_page .pageContentAll .pageContent .contactMap>.thisBox .thisMap .rightCout .pointChange .ul .li .box {
    height: 8vw;
    border-radius: .6vw;
    background-color: #f3f3f3;
    padding: 0 2vw;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    #contact_page .pageContentAll .pageContent .contactMap>.thisBox .thisMap .rightCout .pointChange .ul .li .box {
        padding: 4vw;
        height: 25vw
    }
}

#contact_page .pageContentAll .pageContent .contactMap>.thisBox .thisMap .rightCout .pointChange .ul .li .box .textCout {
    width: 100%
}

#contact_page .pageContentAll .pageContent .contactMap>.thisBox .thisMap .rightCout .pointChange .ul .li .box .textCout .btbt {
    margin-bottom: .6vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset;
    font-size: 1vw;
    font-weight: bold
}

#contact_page .pageContentAll .pageContent .contactMap>.thisBox .thisMap .rightCout .pointChange .ul .li .box .textCout .btbt i {
    font-size: 1vw;
    display: block;
    margin-right: .4vw
}

@media (max-width:1360px) {
    #contact_page .pageContentAll .pageContent .contactMap>.thisBox .thisMap .rightCout .pointChange .ul .li .box .textCout .btbt i {
        font-size: 12px
    }
}

@media (max-width:1024px) {
    #contact_page .pageContentAll .pageContent .contactMap>.thisBox .thisMap .rightCout .pointChange .ul .li .box .textCout .btbt i {
        font-size: 3.6vw
    }
}

@media (max-width:1360px) {
    #contact_page .pageContentAll .pageContent .contactMap>.thisBox .thisMap .rightCout .pointChange .ul .li .box .textCout .btbt {
        font-size: 12px
    }
}

@media (max-width:1024px) {
    #contact_page .pageContentAll .pageContent .contactMap>.thisBox .thisMap .rightCout .pointChange .ul .li .box .textCout .btbt {
        font-size: 3.6vw
    }
}

#contact_page .pageContentAll .pageContent .contactMap>.thisBox .thisMap .rightCout .pointChange .ul .li .box .textCout .dizhi {
    font-size: .7vw
}

@media (max-width:1360px) {
    #contact_page .pageContentAll .pageContent .contactMap>.thisBox .thisMap .rightCout .pointChange .ul .li .box .textCout .dizhi {
        font-size: 12px
    }
}

@media (max-width:1024px) {
    #contact_page .pageContentAll .pageContent .contactMap>.thisBox .thisMap .rightCout .pointChange .ul .li .box .textCout .dizhi {
        font-size: 3vw
    }
}

#contact_page .pageContentAll .pageContent .contactMap>.thisBox .thisMap .rightCout .pointChange .ul .li .box .mapGo {
    margin-top: 1vw;
    background-color: #0f398b;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    height: 1.8vw;
    padding: 0 1vw
}

@media (max-width:1024px) {
    #contact_page .pageContentAll .pageContent .contactMap>.thisBox .thisMap .rightCout .pointChange .ul .li .box .mapGo {
        height: 10vw
    }
}

#contact_page .pageContentAll .pageContent .contactMap>.thisBox .thisMap .rightCout .pointChange .ul .li .box .mapGo .shuoming {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    gap: 1vw;
    color: #F6F5F0;
    font-family: 'en6';
    text-transform: uppercase
}

#contact_page .pageContentAll .pageContent .contactMap>.thisBox .thisMap .rightCout .pointChange .ul .li.mapon .box {
    background-color: #0f398b;
    border-color: #0f398b
}

#contact_page .pageContentAll .pageContent .contactMap>.thisBox .thisMap .rightCout .pointChange .ul .li.mapon .box .textCout .btbt {
    color: #fff
}

#contact_page .pageContentAll .pageContent .contactMap>.thisBox .thisMap .rightCout .pointChange .ul .li.mapon .box .textCout .btbt i {
    color: #fff
}

#contact_page .pageContentAll .pageContent .contactMap>.thisBox .thisMap .rightCout .pointChange .ul .li.mapon .box .textCout .dizhi {
    color: #fff
}

#contact_page .pageContentAll .pageContent .contactMap>.thisBox .thisMap .rightCout .pointChange .ul .li.mapon .box .mapGo {
    background-color: #fff
}

#contact_page .pageContentAll .pageContent .contactMap>.thisBox .thisMap .rightCout .pointChange .ul .li.mapon .box .mapGo .shuoming {
    color: #0f398b
}

#contact_page .pageContentAll .pageContent .contactMap .bgImg {
    opacity: .5
}

#contact_page .pageContentAll .pageContent .message>.thisBox {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
    width: 70%;
    margin: 0 auto;
    gap: 6vw
}

@media (max-width:1600px) {
    #contact_page .pageContentAll .pageContent .message>.thisBox {
        width: 70%
    }
}

@media (max-width:1360px) {
    #contact_page .pageContentAll .pageContent .message>.thisBox {
        width: 80%
    }
}

@media (max-width:1024px) {
    #contact_page .pageContentAll .pageContent .message>.thisBox {
        width: 86%
    }
}

@media (max-width:1024px) {
    #contact_page .pageContentAll .pageContent .message>.thisBox {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset;
        gap: 10vw
    }
}

#contact_page .pageContentAll .pageContent .message>.thisBox .leftSortName {
    padding-top: 3vw;
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
    gap: 2vw
}

@media (max-width:1024px) {
    #contact_page .pageContentAll .pageContent .message>.thisBox .leftSortName {
        width: 100%;
        padding: 0
    }
}

#contact_page .pageContentAll .pageContent .message>.thisBox .leftSortName .sortName {
    font-size: 1.9vw;
    font-weight: bold
}

@media (max-width:1024px) {
    #contact_page .pageContentAll .pageContent .message>.thisBox .leftSortName .sortName {
        font-size: 5.4vw
    }
}

#contact_page .pageContentAll .pageContent .message>.thisBox .leftSortName .xian {
    width: 3vw;
    height: .2vw;
    background-color: #0f398b
}

#contact_page .pageContentAll .pageContent .message>.thisBox .leftSortName .def1 {
    font-size: 1.1vw;
    line-height: 1.5em
}

@media (max-width:1024px) {
    #contact_page .pageContentAll .pageContent .message>.thisBox .leftSortName .def1 {
        font-size: 3.8vw
    }
}

#contact_page .pageContentAll .pageContent .message>.thisBox .posiFormBox {
    width: 60%
}

@media (max-width:1024px) {
    #contact_page .pageContentAll .pageContent .message>.thisBox .posiFormBox {
        width: 100%
    }
}

#contact_page .pageContentAll .pageContent .message>.thisBox .posiFormBox .kuangBox {
    position: relative;
    border-radius: 1vw;
    width: 100%;
    border: 1px dashed #F6F5F0
}

#contact_page .pageContentAll .pageContent .message>.thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

#contact_page .pageContentAll .pageContent .message>.thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan {
    width: 100%
}

#contact_page .pageContentAll .pageContent .message>.thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2vw
}

#contact_page .pageContentAll .pageContent .message>.thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: unset
}

@media (max-width:1024px) {
    #contact_page .pageContentAll .pageContent .message>.thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox {
        margin-bottom: 6vw;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        flex-wrap: unset
    }
}

#contact_page .pageContentAll .pageContent .message>.thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox .bdTitle {
    padding-top: .5vw;
    position: relative;
    display: block;
    width: 6vw;
    font-size: 1vw
}

@media (max-width:1360px) {
    #contact_page .pageContentAll .pageContent .message>.thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox .bdTitle {
        font-size: 12px
    }
}

@media (max-width:1024px) {
    #contact_page .pageContentAll .pageContent .message>.thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox .bdTitle {
        font-size: 3.6vw
    }
}

@media (max-width:1024px) {
    #contact_page .pageContentAll .pageContent .message>.thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox .bdTitle {
        width: 100%
    }
}

#contact_page .pageContentAll .pageContent .message>.thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox .input {
    width: calc(100% - 6vw)
}

@media (max-width:1024px) {
    #contact_page .pageContentAll .pageContent .message>.thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox .input {
        width: 100%
    }
}

#contact_page .pageContentAll .pageContent .message>.thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox .input input {
    background-color: transparent;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: .2vw;
    height: 100%;
    padding-left: 1vw;
    height: 2.8vw
}

@media (max-width:1024px) {
    #contact_page .pageContentAll .pageContent .message>.thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox .input input {
        padding-left: 4vw
    }
}

@media (max-width:1024px) {
    #contact_page .pageContentAll .pageContent .message>.thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox .input input {
        height: 12vw
    }
}

#contact_page .pageContentAll .pageContent .message>.thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox .input textarea {
    background-color: transparent;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: .2vw;
    height: 100%;
    padding-left: 1vw;
    height: 6vw
}

@media (max-width:1024px) {
    #contact_page .pageContentAll .pageContent .message>.thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox .input textarea {
        padding-left: 4vw
    }
}

#contact_page .pageContentAll .pageContent .message>.thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox .tianxieInfo {
    position: absolute;
    right: 0;
    top: calc(100% + .4vw);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

#contact_page .pageContentAll .pageContent .message>.thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox.textarea {
    grid-column: span 2
}

#contact_page .pageContentAll .pageContent .message>.thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox.textarea .input {
    height: 6vw
}

@media (max-width:1024px) {
    #contact_page .pageContentAll .pageContent .message>.thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox.textarea .input {
        height: 40vw
    }
}

#contact_page .pageContentAll .pageContent .message>.thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox.textarea .input textarea {
    height: 100%;
    font-family: auto;
    padding: 1vw;
    width: 100%;
    outline: none
}

@media (max-width:1024px) {
    #contact_page .pageContentAll .pageContent .message>.thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox.textarea .input textarea {
        padding: 4vw
    }
}

#contact_page .pageContentAll .pageContent .message>.thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox.yanzhengma {
    grid-column: span 2
}

#contact_page .pageContentAll .pageContent .message>.thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox.yanzhengma .input {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    gap: 1vw
}

#contact_page .pageContentAll .pageContent .message>.thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox.must .bdTitle::after {
    content: '*';
    position: absolute;
    color: red
}

#contact_page .pageContentAll .pageContent .message>.thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox.zhengque .tianxieInfo i {
    color: green
}

#contact_page .pageContentAll .pageContent .message>.thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox.zhengque .tianxieInfo .txt {
    color: green
}

#contact_page .pageContentAll .pageContent .message>.thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox.cuowu .tianxieInfo i {
    color: red
}

#contact_page .pageContentAll .pageContent .message>.thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox.cuowu .tianxieInfo .txt {
    color: red
}

#contact_page .pageContentAll .pageContent .message>.thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .button {
    grid-column: span 2
}

#contact_page .pageContentAll .pageContent .message>.thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .button .submit {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 16vw;
    height: 3vw;
    border-radius: .4vw;
    background-color: #0f398b;
    transition-duration: .1s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.56, -0.01, .04, 1)
}

@media (max-width:1024px) {
    #contact_page .pageContentAll .pageContent .message>.thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .button .submit {
        width: 100%;
        height: 14vw
    }
}

#contact_page .pageContentAll .pageContent .message>.thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .button .submit .txt {
    color: #fff
}

#contact_page .pageContentAll .pageContent .message>.thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .button .submit i {
    color: #fff
}

#contact_page .pageContentAll .pageContent .message>.thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .button .submit:hover {
    background-color: #0f398b
}

#detail_news_page .pageContent .newsDetailBox>.thisBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

#detail_news_page .pageContent .newsDetailBox>.thisBox .titleBox {
    width: 100%
}

#detail_news_page .pageContent .newsDetailBox>.thisBox .titleBox .cenBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

#detail_news_page .pageContent .newsDetailBox>.thisBox .titleBox .cenBox .title {
    font-size: 1.9vw;
    color: #333
}

@media (max-width:1024px) {
    #detail_news_page .pageContent .newsDetailBox>.thisBox .titleBox .cenBox .title {
        font-size: 5.4vw
    }
}

@media (max-width:1024px) {
    #detail_news_page .pageContent .newsDetailBox>.thisBox .titleBox .cenBox .title {
        font-size: 6vw
    }
}

#detail_news_page .pageContent .newsDetailBox>.thisBox .titleBox .cenBox .xian {
    width: 10vw;
    height: 2px;
    margin: 20px 0;
    background-color: #0f398b
}

#detail_news_page .pageContent .newsDetailBox>.thisBox .titleBox .cenBox .info span {
    font-size: .9vw
}

@media (max-width:1360px) {
    #detail_news_page .pageContent .newsDetailBox>.thisBox .titleBox .cenBox .info span {
        font-size: 12px
    }
}

@media (max-width:1024px) {
    #detail_news_page .pageContent .newsDetailBox>.thisBox .titleBox .cenBox .info span {
        font-size: 3.4vw
    }
}

#detail_news_page .pageContent .newsDetailBox>.thisBox .detailContentBox .cenBox {
    padding: 4vw 0
}

#detail_news_page .pageContent .newsDetailBox>.thisBox .detailContentBox .cenBox .twoLineBox .kuangBox {
    padding: 4vw
}

#detail_news_page .pageContent .newsDetailBox>.thisBox .moreLink {
    width: 100%
}

#detail_news_page .pageContent .newsDetailBox>.thisBox .moreLink .cenBox {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    gap: 2vw
}

@media (max-width:1024px) {
    #detail_news_page .pageContent .newsDetailBox>.thisBox .moreLink .cenBox {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        flex-wrap: unset
    }
}

#detail_news_page .pageContent .newsDetailBox>.thisBox .moreLink .cenBox .link {
    padding: 20px 40px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: unset;
    flex: 1;
    background-color: #F6F5F0
}

@media (max-width:1024px) {
    #detail_news_page .pageContent .newsDetailBox>.thisBox .moreLink .cenBox .link {
        padding: 4vw;
        width: 100%;
        margin-bottom: 6vw
    }
}

#detail_news_page .pageContent .newsDetailBox>.thisBox .moreLink .cenBox .link div {
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.56, -0.01, .04, 1)
}

#detail_news_page .pageContent .newsDetailBox>.thisBox .moreLink .cenBox .link div:first-child {
    word-break: keep-all
}

#detail_news_page .pageContent .newsDetailBox>.thisBox .moreLink .cenBox .link:hover div {
    color: #0f398b
}

#product_detail_page .pageContent {
    padding-top: 5vw
}

@media (max-width:1600px) {
    #product_detail_page .pageContent {
        padding-top: 5vw
    }
}

@media (max-width:1360px) {
    #product_detail_page .pageContent {
        padding-top: 5vw
    }
}

@media (max-width:1024px) {
    #product_detail_page .pageContent {
        padding-top: 18vw
    }
}

#product_detail_page .pageContent .proDetail {
    overflow: hidden;
    position: relative;
    width: 70%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1600px) {
    #product_detail_page .pageContent .proDetail {
        width: 70%
    }
}

@media (max-width:1360px) {
    #product_detail_page .pageContent .proDetail {
        width: 80%
    }
}

@media (max-width:1024px) {
    #product_detail_page .pageContent .proDetail {
        width: 86%
    }
}

@media (max-width:1024px) {
    #product_detail_page .pageContent .proDetail {
        height: unset;
        padding-bottom: 6vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

#product_detail_page .pageContent .proDetail .left {
    position: relative;
    z-index: 1;
    width: 30%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    #product_detail_page .pageContent .proDetail .left {
        width: 100%;
        padding: 0 8vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

#product_detail_page .pageContent .proDetail .left .top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 100%
}

#product_detail_page .pageContent .proDetail .left .top .imgBox {
    width: 20vw;
    height: 20vw
}

@media (max-width:1024px) {
    #product_detail_page .pageContent .proDetail .left .top .imgBox {
        width: 100%;
        height: 70vw
    }
}

#product_detail_page .pageContent .proDetail .left .top .imgBox img {
    object-fit: contain
}

#product_detail_page .pageContent .proDetail .left .top .title {
    margin-top: 2vw;
    text-align: center;
    font-size: 1.7vw;
    padding-bottom: 1vw;
    width: 100%;
    border-bottom: 1px solid rgba(88, 181, 48, 0.9)
}

@media (max-width:1024px) {
    #product_detail_page .pageContent .proDetail .left .top .title {
        font-size: 5vw
    }
}

@media (max-width:1024px) {
    #product_detail_page .pageContent .proDetail .left .top .title {
        text-align: center;
        margin: 4vw 0;
        font-weight: bold
    }
}

#product_detail_page .pageContent .proDetail .rightCout {
    width: 70%;
    padding-left: 6vw
}

@media (max-width:1024px) {
    #product_detail_page .pageContent .proDetail .rightCout {
        width: 100%;
        padding: 3vw;
        margin: 10vw 0 0 0
    }
}

#product_detail_page .pageContent .proDetail .rightCout .twoLineBox .kuangBox .wenzhang {
    padding: 2vw;
    background-color: #fff
}



.loadMod-4 .loadThisBox {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    background-color: #2790e1;
    width: 100vw;
    z-index: 1111
}

.loadMod-4 .loadThisBox .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 100%;
    height: 100%
}

.loadMod-4 .loadThisBox .box .loadLogo img {
    height: 100px;
    filter: brightness(1000) grayscale(1)
}

.loadMod-4 .loadThisBox .box .loadIco {
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../../html/rgmod/othersMod/loadMod/loadMod-4/loadIco.png);
    background-position: center;
    width: 40px;
    height: 40px;
    animation: xuanzhuan 2s linear 0s infinite normal;
    animation-timing-function: ease-in-out;
    margin: 40px 0;
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.56, -0.01, .04, 1)
}

.loadMod-4 .loadThisBox .box .button {
    transform: translateY(40px);
    pointer-events: none;
    width: 260px;
    height: 90px;
    opacity: 0;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.56, -0.01, .04, 1)
}

.loadMod-4 .loadThisBox .box .button .btnBox {
    border-radius: 45px;
    border: 1px solid #fff;
    width: 100%;
    height: 100%;
    color: #fff;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.56, -0.01, .04, 1);
    font-size: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.loadMod-4 .loadThisBox .box .button .btnBox:hover {
    background-color: #ffde00;
    color: #2790e1;
    border-color: #ffde00;
    cursor: pointer
}

.loadMod-4 .loadThisBox.on .box .loadIco {
    transform: translateY(-20px);
    opacity: 0;
    pointer-events: none
}

.loadMod-4 .loadThisBox.on .box .button {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    transition-delay: .5s
}

.loadMod-4 .indexIn {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11111;
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.56, -0.01, .04, 1)
}

.loadMod-4 .indexIn.close {
    opacity: 0;
    pointer-events: none
}

.loadMod-4 .loadThisBox .box {
    position: relative;
    z-index: 1
}

@media (max-width:1024px) {
    .loadMod-4 .loadThisBox .box .loadLogo {
        width: 90%;
        height: unset
    }
}

@media (max-width:1024px) {
    .loadMod-4 .loadThisBox .box .loadLogo img {
        width: 100%;
        height: unset
    }
}

.loadMod-4 .loadThisBox .box .slogenLod {
    color: #fff;
    font-size: 30px;
    margin-top: 40px;
    font-weight: bold;
    letter-spacing: .4em;
    transform: translateX(.1em)
}

@media (max-width:1024px) {
    .loadMod-4 .loadThisBox .box .slogenLod {
        text-align: center;
        padding: 0 10vw;
        font-size: 7vw;
        letter-spacing: 0;
        transform: translateX(.1em)
    }
}

.loadMod-4 .loadThisBox:after {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #2790e1;
    top: 0;
    right: 0;
    opacity: .07
}