@charset "utf-8";

.pp {
    line-height: 2em;
    text-indent: 2em;
    font-size: 16px
}

@font-face {
    font-family: 'syst';
    src: url('../fonts/NotoSansHans-Regular.ttf')
}

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

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

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

@keyframes bounce {
    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(255, 255, 255, 0.15), 0 0 0 10px rgba(255, 255, 255, 0.15), 0 0 0 20px rgba(255, 255, 255, 0.15)
    }

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

a,
div,
section,
p,
button,
ul,
li,
body,
html,
img,
textarea,
input,
mod {
    margin: 0;
    padding: 0;
    color: #333;
    -webkit-tap-highlight-color: transparent;
    font-size: 16px;
    font-family: 'syst';
    background-repeat: no-repeat;
    box-sizing: border-box;
    touch-action: pan-y;
    outline: none
}

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

img {
    border: 0px;
    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;
    color: #333;
    font-size: 16px
}

@media (max-width:1600px) {
    p {
        font-size: 16px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    p {
        font-size: 16px
    }
}

@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
    p {
        text-indent: 0;
        font-size: 3.6vw
    }
}

p img {
    max-width: 100%;
    display: inline-block;
    text-indent: 0;
    text-align: justify
}

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

.newsDetail p {
    text-indent: 2em
}

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
}

.buttonLink {
    display: none
}

.pageContent {
    padding: 100px 0;
    background-image: url(../img/bg19.jpg);
background-size: cover;
}

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

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

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

mod {
    display: block
}

.pageBox .unifyButton {
    margin-top: 20px
}

.pageBox .en {
    text-transform: uppercase;
    font-family: 'arc';
    line-height: 1em
}

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

.pageBox .cenBox {
    width: 90%;
    margin: 0 auto
}

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

@media (max-width:1300px) {
    .pageBox .cenBox {
        width: 90%
    }
}

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

.topNav {
    height: 80px
}

@media (max-width:1600px) {
    .topNav {
        height: 70px
    }
}

@media (max-width:1300px) {
    .topNav {
        height: 60px
    }
}

@media (max-width:1024px) {
    .topNav {
        height: 16vw
    }
}

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

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

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

.aboutMod-1 .coutBox {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: 100px 0
}

@media (max-width:1600px) {
    .aboutMod-1 .coutBox {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    .aboutMod-1 .coutBox {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    .aboutMod-1 .coutBox {
        padding: 12vw 0
    }
}

.aboutMod-1 .coutBox .rbBox {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 1500px;
    margin: 0 auto
}

@media (max-width:1600px) {
    .aboutMod-1 .coutBox .rbBox {
        width: 88%
    }
}

@media (max-width:1300px) {
    .aboutMod-1 .coutBox .rbBox {
        width: 90%
    }
}

@media (max-width:1024px) {
    .aboutMod-1 .coutBox .rbBox {
        width: 84%
    }
}

@media (max-width:1024px) {
    .aboutMod-1 .coutBox .rbBox {
        width: 84%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

.aboutMod-1 .coutBox .rbBox .leftImg {
    width: 40%;
    position: relative
}

.aboutMod-1 .coutBox .rbBox .leftImg img {
    width: 100%;
    object-fit: cover
}

@media (max-width:1024px) {
    .aboutMod-1 .coutBox .rbBox .leftImg {
        width: 100%;
        margin-bottom: 10vw
    }
}

.aboutMod-1 .coutBox .rbBox .box {
    padding-left: 80px;
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .aboutMod-1 .coutBox .rbBox .box {
        padding-left: 0;
        width: 100%
    }
}

.aboutMod-1 .coutBox .rbBox .box .unifyTitle {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: unset;
    flex-wrap: unset
}

@media (min-width:1024px) {
    .aboutMod-1 .coutBox .rbBox .box .unifyTitle {
        margin-bottom: 0
    }
}

.aboutMod-1 .coutBox .rbBox .box .xian {
    display: block;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 40px 0;
    width: 100%;
    height: 1px
}

@media (max-width:1600px) {
    .aboutMod-1 .coutBox .rbBox .box .xian {
        margin: 20px 0
    }
}

@media (max-width:1600px) and (max-width:1024px) {
    .aboutMod-1 .coutBox .rbBox .box .xian {
        display: none
    }
}

.aboutMod-1 .coutBox .rbBox .box .xian i {
    background-color: #444;
    width: 0%;
    height: 100%;
    transition-duration: 2s;
    transition-property: all;
    display: block
}

.aboutMod-1 .coutBox .rbBox .box .txtBox * {
    color: #444
}

@media (max-width:1300px) {
    .aboutMod-1 .coutBox .rbBox .box .txtBox * {
        font-size: 14px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .aboutMod-1 .coutBox .rbBox .box .txtBox * {
        font-size: 3.2vw
    }
}

@media (max-width:1024px) {
    .aboutMod-1 .coutBox .rbBox .box a {
        width: 100%
    }
}

.aboutMod-1 .coutBox .rbBox .box a .unifyButton {
    margin-left: 0
}

@media (max-width:1024px) {
    .aboutMod-1 .coutBox .rbBox .box a .unifyButton {
        width: 100%
    }
}

.aboutMod-1 .coutBox .rbBox .box:hover .xian i {
    width: 100%
}

.aboutMod-1 .bgImg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0
}

@media (max-width:1024px) {
    .aboutMod-1 .bgImg {
        display: none
    }
}

.aboutMod-2 {
    overflow: hidden;
    padding: 100px 0;
    background-color: #f7f7f7;
    width: 100%
}

@media (max-width:1600px) {
    .aboutMod-2 {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    .aboutMod-2 {
        padding: 6vw 0
    }
}

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

.aboutMod-2 .bolang {
    margin-top: 80px;
    width: 100%
}

.aboutMod-2 .unifyTitle {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

.aboutMod-2 .cBox {
    width: 1300px;
    margin: 0 auto;
    display: flex;
    align-items: center
}

.aboutMod-2 .left {
    width: 50%;
    padding-right: 60px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

.aboutMod-2 .right {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.aboutMod-2 .subtitle {
    background: linear-gradient(to right, #1a597b, #c30d23);
    padding-right: 10px;
    -webkit-background-clip: text;
    color: transparent;
    font-size: 48px;
    transform: scale(.6, 1);
    transform-origin: 0 0;
    display: block;
    font-style: italic
}

.aboutMod-2 .left .title {
    font-size: 30px;
    margin: 20px
}

.aboutMod-2 .quan {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    box-shadow: 0 0 40px #04466f4a;
    border-radius: 50%
}

.aboutMod-2 .quan>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 10px solid #fff;
    border-radius: 50%
}

.aboutMod-2 .quan img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.aboutMod-2 .quanBox {
    width: 70%;
    position: relative;
    padding: 34px
}

.aboutMod-2 .pointQ {
    background-image: url(../../html/rgmod/moduleMod/aboutMod/aboutMod-2/pointQ.png);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-size: contain;
    animation: spin1 40s infinite linear
}

@keyframes spin1 {
    0% {
        transform: rotate(0)
    }

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

@media only screen and (max-width:1600px) {
    .aboutMod-2 .cBox {
        width: 1200px
    }
}

@media only screen and (max-width:1300px) {
    .aboutMod-2 .cBox {
        width: 90%
    }

    .aboutMod-2 .subtitle {
        width: max-content
    }

    .aboutMod-2 .quanBox {
        width: 84%
    }
}

@media only screen and (max-width:1024px) {
    .aboutMod-2 .cBox {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 84%;
        flex-direction: column-reverse
    }

    .aboutMod-2 .left {
        width: 100%;
        padding-right: 0;
        margin-top: 10vw
    }

    .aboutMod-2 .right {
        width: 100%
    }

    .aboutMod-2 .quanBox {
        width: 100%
    }

    .aboutMod-2 .quanBox {
        padding: 6vw;
        margin: 4vw 0
    }
}

.aboutMod-3 {
    position: relative;
    height: 42vw;
    background-color: #666
}

@media (max-width:1300px) {
    .aboutMod-3 {
        height: 50vw
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .aboutMod-3 {
        height: unset
    }
}

.aboutMod-3 .gallery {
    width: 100%
}

@media (min-width:1024px) {
    .aboutMod-3 .gallery {
        display: none
    }
}

.aboutMod-3 .gallery img {
    width: 100%
}

.aboutMod-3 .coutBox {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: unset;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    padding-top: 14%
}

@media (max-width:1024px) {
    .aboutMod-3 .coutBox {
        padding-top: 0
    }
}

.aboutMod-3 .coutBox .rbBox {
    width: 80%;
    position: relative;
    height: 100%
}

@media (max-width:1024px) {
    .aboutMod-3 .coutBox .rbBox {
        width: 100%
    }
}

.aboutMod-3 .coutBox .rbBox .box {
    padding: 70px 80px
}

@media (max-width:1600px) {
    .aboutMod-3 .coutBox .rbBox .box {
        padding: 40px
    }
}

.aboutMod-3 .coutBox .rbBox .box * {
    color: #fff
}

.aboutMod-3 .coutBox .rbBox .box .more {
    margin-top: 50px
}

.aboutMod-3 .coutBox .rbBox .box .title {
    line-height: 1em;
    font-size: 48px;
    font-family: 'syst'
}

@media (max-width:1600px) {
    .aboutMod-3 .coutBox .rbBox .box .title {
        font-size: 40px
    }
}

@media (max-width:1600px) and (max-width:1024px) {
    .aboutMod-3 .coutBox .rbBox .box .title {
        font-size: 7vw
    }
}

.aboutMod-3 .coutBox .rbBox .box .xian {
    display: block;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 40px 0;
    width: 100%;
    height: 1px
}

@media (max-width:1600px) {
    .aboutMod-3 .coutBox .rbBox .box .xian {
        margin: 20px 0
    }
}

.aboutMod-3 .coutBox .rbBox .box .xian i {
    background-color: #fff;
    width: 0%;
    height: 100%;
    transition-duration: 2s;
    transition-property: all;
    display: block
}

@media (max-width:1300px) {
    .aboutMod-3 .coutBox .rbBox .box .txtBox * {
        font-size: 16px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .aboutMod-3 .coutBox .rbBox .box .txtBox * {
        font-size: 3.2vw
    }
}

.aboutMod-3 .coutBox .rbBox .box:hover .xian i {
    width: 100%
}

.aboutMod-3 .coutBox .rbBox::before {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 150px;
    height: 150px;
    top: -75px;
    left: -75px;
    filter: brightness(1000) grayscale(1);
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../../html/rgmod/moduleMod/aboutMod/aboutMod-3/inxAbtYuan.png);
    background-position: center;
    animation: xuanzhuan 20s linear 0s infinite normal
}

@media (max-width:1600px) {
    .aboutMod-3 .coutBox .rbBox::before {
        content: '';
        position: absolute;
        z-index: 0;
        display: block;
        width: 100px;
        height: 100px;
        top: -50px;
        left: -50px
    }
}

.aboutMod-3 .coutBox .rbBox::after {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #d8b271;
    opacity: .7;
    z-index: -1
}

.aboutMod-4 {
    padding-top: 150px
}

@media (max-width:1300px) {
    .aboutMod-4 {
        padding-top: 80px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .aboutMod-4 {
        padding: 10vw 0
    }
}

.aboutMod-4 .cenBox {
    width: 1500px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1600px) {
    .aboutMod-4 .cenBox {
        width: 88%
    }
}

@media (max-width:1300px) {
    .aboutMod-4 .cenBox {
        width: 90%
    }
}

@media (max-width:1024px) {
    .aboutMod-4 .cenBox {
        width: 84%
    }
}

@media (max-width:1300px) {
    .aboutMod-4 .cenBox {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        flex-wrap: unset;
        flex-direction: column-reverse
    }
}

.aboutMod-4 .cenBox .left {
    position: relative;
    padding-right: 80px;
    width: 65%
}

@media (max-width:1300px) {
    .aboutMod-4 .cenBox .left {
        width: 100%;
        padding: 0
    }
}

.aboutMod-4 .cenBox .left .leftCout {
    position: relative;
    z-index: 1
}

.aboutMod-4 .cenBox .left .leftCout .title .en {
    color: #d8b271;
    font-weight: bold;
    font-size: 20px;
    opacity: .3;
    text-transform: uppercase
}

.aboutMod-4 .cenBox .left .leftCout .title .cn {
    font-weight: bold;
    font-size: 40px
}

.aboutMod-4 .cenBox .left .leftCout .title .titleBom {
    margin-top: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .aboutMod-4 .cenBox .left .leftCout .title .titleBom {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset;
        flex-direction: column-reverse
    }
}

.aboutMod-4 .cenBox .left .leftCout .title .titleBom .yuanLink {
    width: fit-content;
    position: relative;
    transition-duration: .5s;
    transition-property: all;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .aboutMod-4 .cenBox .left .leftCout .title .titleBom .yuanLink canvas {
        width: 30vw !important;
        height: 30vw !important
    }
}

.aboutMod-4 .cenBox .left .leftCout .title .titleBom .yuanLink .abox {
    position: absolute;
    width: 78%;
    height: 78%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    border-radius: 50%;
    z-index: 1
}

.aboutMod-4 .cenBox .left .leftCout .title .titleBom .yuanLink .abox .e {
    font-family: 'Hel-01';
    color: #d8b271;
    font-size: 20px;
    opacity: .4
}

.aboutMod-4 .cenBox .left .leftCout .title .titleBom .yuanLink .abox .c {
    font-size: 20px;
    transition-duration: .5s;
    transition-property: all;
    color: #d8b271;
    font-weight: bold;
    margin-bottom: 10px
}

.aboutMod-4 .cenBox .left .leftCout .title .titleBom .yuanLink .abox i {
    font-size: 20px;
    transition-duration: .5s;
    transition-property: all
}

.aboutMod-4 .cenBox .left .leftCout .title .titleBom .yuanLink::after {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 78%;
    height: 78%;
    opacity: 1;
    border-radius: 50%;
    background-color: #fff;
    transition-duration: .5s;
    transition-property: all
}

.aboutMod-4 .cenBox .left .leftCout .title .titleBom .yuanLink:hover {
    transform: translate(-10px)
}

@media (max-width:1024px) {
    .aboutMod-4 .cenBox .left .leftCout .title .titleBom .yuanLink:hover {
        transform: none
    }
}

.aboutMod-4 .cenBox .left .leftCout .title .titleBom .yuanLink:hover .abox .e {
    color: #fff
}

.aboutMod-4 .cenBox .left .leftCout .title .titleBom .yuanLink:hover .abox .c {
    color: #fff
}

.aboutMod-4 .cenBox .left .leftCout .title .titleBom .yuanLink:hover .abox i {
    color: #fff
}

.aboutMod-4 .cenBox .left .leftCout .title .titleBom .yuanLink:hover::after {
    opacity: 0
}

.aboutMod-4 .cenBox .left .leftCout .title .titleBom .content {
    height: 156px;
    padding: 30px 60px;
    background-color: #f8f8f8;
    border-radius: 100px
}

@media (max-width:1024px) {
    .aboutMod-4 .cenBox .left .leftCout .title .titleBom .content {
        height: unset;
        border-radius: unset;
        padding: 10vw;
        margin-bottom: 10vw
    }
}

.aboutMod-4 .cenBox .left .leftCout .title .titleBom .content p {
    font-size: 16px;
    line-height: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

@media (max-width:1600px) {
    .aboutMod-4 .cenBox .left .leftCout .title .titleBom .content p {
        font-size: 14px
    }
}

@media (max-width:1600px) and (max-width:1024px) {
    .aboutMod-4 .cenBox .left .leftCout .title .titleBom .content p {
        font-size: 3.4vw
    }
}

.aboutMod-4 .cenBox .right {
    width: 35%
}

@media (max-width:1300px) {
    .aboutMod-4 .cenBox .right {
        margin-bottom: 40px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .aboutMod-4 .cenBox .right {
        padding: 0 10vw;
        width: 100%
    }
}

.aboutMod-4 .cenBox .right .oneImg {
    width: 100%;
    margin: 0 auto
}

.aboutMod-5 {
    position: relative;
    z-index: 1;
    height: 650px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1600px) {
    .aboutMod-5 {
        height: 550px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    .aboutMod-5 {
        height: 500px
    }
}

@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
    .aboutMod-5 {
        height: unset;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

.aboutMod-5 .left {
    overflow: hidden;
    border-top-right-radius: 325px;
    border-bottom-right-radius: 325px;
    width: 50%;
    height: 100%
}

@media (max-width:1024px) {
    .aboutMod-5 .left {
        border-radius: 0;
        width: 100%
    }
}

.aboutMod-5 .left .imgBox {
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    position: relative;
    left: -20px;
    top: -20px
}

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

.aboutMod-5 .right {
    position: relative;
    padding: 80px 120px 0;
    width: 50%;
    height: 100%
}

@media (max-width:1300px) {
    .aboutMod-5 .right {
        padding: 40px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .aboutMod-5 .right {
        width: 100%
    }
}

.aboutMod-5 .right .content p {
    font-size: 16px;
    line-height: 3em;
    color: #444;
    text-indent: 2em
}

@media (max-width:1600px) {
    .aboutMod-5 .right .content p {
        line-height: 2.5em;
        font-size: 16px
    }
}

.aboutMod-5 .right .moreBox {
    transform: translateY(-50%);
    position: absolute;
    right: 100%;
    bottom: 0
}

.aboutMod-5 .right .moreBox .more {
    position: relative;
    width: 130px;
    height: 130px;
    padding: 7px;
    border-radius: 50%
}

.aboutMod-5 .right .moreBox .more .nei {
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #ffba7e, #ffd6d4);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.aboutMod-5 .right .moreBox .more .nei .txt {
    font-family: 'siyuansongti';
    font-size: 16px;
    color: #d8b271
}

.aboutMod-5 .right .moreBox .more .nei i {
    color: #d8b271;
    font-size: 20px;
    margin-top: 4px
}

.aboutMod-5 .right .moreBox .more .huan {
    position: absolute;
    top: 0;
    left: 0;
    animation: xuanzhuan 20s linear 0s infinite normal;
    border: 2px dashed #ffee9a;
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.aboutMod-6 {
    padding: 100px 0
}

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

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

@media (max-width:1024px) {
    .aboutMod-6 {
        padding: 12vw 0
    }
}

.aboutMod-6 .coutBox {
    width: 1500px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1600px) {
    .aboutMod-6 .coutBox {
        width: 88%
    }
}

@media (max-width:1300px) {
    .aboutMod-6 .coutBox {
        width: 90%
    }
}

@media (max-width:1024px) {
    .aboutMod-6 .coutBox {
        width: 84%
    }
}

@media (max-width:1024px) {
    .aboutMod-6 .coutBox {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

.aboutMod-6 .coutBox .left {
    width: 45%;
    padding-right: 80px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .aboutMod-6 .coutBox .left {
        margin: 0 auto;
        margin-bottom: 10vw;
        width: 80%;
        padding-right: 0
    }
}

.aboutMod-6 .coutBox .left .xian {
    width: 100%;
    height: 1px;
    background-color: #ccc
}

.aboutMod-6 .coutBox .left .xian i {
    background-color: #d8b271;
    width: 40%;
    height: 100%;
    display: block
}

.aboutMod-6 .coutBox .left .txtCout {
    margin-top: 30px;
    overflow: auto
}

.aboutMod-6 .coutBox .right {
    width: 55%;
    height: 530px
}

@media (max-width:1024px) {
    .aboutMod-6 .coutBox .right {
        width: 100%;
        height: unset
    }
}

.aboutMod-6 .coutBox .right .img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.aboutMod-7 {
    padding: 100px 0
}

@media (max-width:1600px) {
    .aboutMod-7 {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    .aboutMod-7 {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    .aboutMod-7 {
        padding: 12vw 0
    }
}

.aboutMod-7 .cenBox {
    position: relative;
    height: 440px;
    width: 1500px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1600px) {
    .aboutMod-7 .cenBox {
        width: 88%
    }
}

@media (max-width:1300px) {
    .aboutMod-7 .cenBox {
        width: 90%
    }
}

@media (max-width:1024px) {
    .aboutMod-7 .cenBox {
        width: 84%
    }
}

.aboutMod-7 .cenBox .left {
    padding-right: 40px;
    width: 50%;
    height: 100%
}

.aboutMod-7 .cenBox .left .title {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc
}

.aboutMod-7 .cenBox .left .title .cn {
    font-size: 24px;
    font-weight: bold
}

.aboutMod-7 .cenBox .left .title .en {
    font-size: 16px;
    color: #999
}

.aboutMod-7 .cenBox .left .content {
    padding: 20px 0
}

.aboutMod-7 .cenBox .right {
    width: 50%;
    height: 100%
}

.aboutMod-7 .cenBox .right .imgBox {
    height: 100%
}

.aboutMod-7 .cenBox .right .imgBox img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.aboutMod-7 .countUpMod-1 {
    position: absolute;
    bottom: 0;
    width: 50%;
    left: 0;
    padding: 0
}

.aboutMod-8 {
    padding: 100px 0;
    padding-top: 0
}

@media (max-width:1600px) {
    .aboutMod-8 {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    .aboutMod-8 {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    .aboutMod-8 {
        padding: 12vw 0
    }
}

.aboutMod-8 .coutBox {
    width: 1500px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1600px) {
    .aboutMod-8 .coutBox {
        width: 88%
    }
}

@media (max-width:1300px) {
    .aboutMod-8 .coutBox {
        width: 90%
    }
}

@media (max-width:1024px) {
    .aboutMod-8 .coutBox {
        width: 84%
    }
}

@media (max-width:1024px) {
    .aboutMod-8 .coutBox {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

.aboutMod-8 .coutBox .left {
    width: 45%;
    padding-right: 80px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .aboutMod-8 .coutBox .left {
        margin: 0 auto;
        margin-bottom: 10vw;
        width: 80%;
        padding-right: 0
    }
}

.aboutMod-8 .coutBox .left .xian {
    width: 100%;
    height: 1px;
    background-color: #ccc
}

.aboutMod-8 .coutBox .left .xian i {
    background-color: #d8b271;
    width: 40%;
    height: 100%;
    display: block
}

.aboutMod-8 .coutBox .left .txtCout {
    margin-top: 30px;
    overflow: auto
}

.aboutMod-8 .coutBox .right {
    width: 55%;
    height: 530px;
    overflow: hidden
}

@media (max-width:1024px) {
    .aboutMod-8 .coutBox .right {
        width: 100%;
        height: unset
    }
}

.aboutMod-8 .coutBox .right .img {
    position: relative;
    left: -4vw;
    object-fit: cover;
    height: 100%;
    width: calc(100% + 8vw)
}

@media (max-width:1024px) {
    .aboutMod-8 {
        padding-bottom: 0
    }
}

.aboutMod-8 .coutBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.aboutMod-8 .coutBox .left {
    width: 100%;
    margin-bottom: 60px;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .aboutMod-8 .coutBox .left {
        width: 86%
    }
}

.aboutMod-8 .coutBox .right {
    width: 100%
}

@media (max-width:1600px) {
    .aboutMod-8 .coutBox .right {
        height: 400px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    .aboutMod-8 .coutBox .right {
        height: 300px
    }
}

@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
    .aboutMod-8 .coutBox .right {
        height: 60vw
    }
}

.aboutMod-9 {
    position: relative;
    background-color: #d8b271
}

.aboutMod-9 .aboutCenBox {
    position: relative;
    z-index: 1;
    height: 100vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .aboutMod-9 .aboutCenBox {
        height: unset;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset;
        padding-bottom: 10vw
    }
}

.aboutMod-9 .aboutCenBox .left {
    overflow: hidden;
    width: 50%;
    height: 100%;
    border-radius: 0;
    clip-path: polygon(0 0, 70% 0, 100% 100%, 0 100%)
}

@media (max-width:1024px) {
    .aboutMod-9 .aboutCenBox .left {
        border-radius: 0;
        width: 100%;
        clip-path: unset
    }
}

.aboutMod-9 .aboutCenBox .left .imgBox {
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    position: relative;
    left: -20px;
    top: -20px
}

@media (max-width:1024px) {
    .aboutMod-9 .aboutCenBox .left .imgBox {
        left: 0;
        top: 0;
        width: 100%;
        height: 100%
    }
}

.aboutMod-9 .aboutCenBox .left .imgBox img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.aboutMod-9 .aboutCenBox .right {
    position: relative;
    padding: 100px 10vw;
    padding-left: 0;
    width: 50%;
    height: 100%
}

.aboutMod-9 .aboutCenBox .right * {
    color: #fff
}

@media (max-width:1300px) {
    .aboutMod-9 .aboutCenBox .right {
        padding: 60px 0;
        padding-left: 0;
        padding-right: 6vw
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .aboutMod-9 .aboutCenBox .right {
        width: 100%;
        padding: 10vw 6vw
    }
}

.aboutMod-9 .aboutCenBox .right .unifyTitle {
    margin-bottom: 20px
}

.aboutMod-9 .aboutCenBox .right .content {
    font-size: 16px;
    line-height: 3em;
    text-indent: 2em;
    opacity: .8;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}

@media (max-width:1600px) {
    .aboutMod-9 .aboutCenBox .right .content {
        line-height: 2.5em;
        font-size: 16px
    }
}

@media (max-width:1600px) and (max-width:1024px) {
    .aboutMod-9 .aboutCenBox .right .content {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: unset;
        -webkit-box-orient: vertical
    }
}

.aboutMod-9 .aboutCenBox .right .dataNum {
    margin-top: 60px
}

@media (max-width:1300px) {
    .aboutMod-9 .aboutCenBox .right .dataNum {
        margin-top: 30px
    }
}

.aboutMod-9 .aboutCenBox .right .dataNum .countUpMod {
    width: 1500px;
    margin: 0 auto;
    padding: 100px 0
}

@media (max-width:1600px) {
    .aboutMod-9 .aboutCenBox .right .dataNum .countUpMod {
        width: 88%
    }
}

@media (max-width:1300px) {
    .aboutMod-9 .aboutCenBox .right .dataNum .countUpMod {
        width: 90%
    }
}

@media (max-width:1024px) {
    .aboutMod-9 .aboutCenBox .right .dataNum .countUpMod {
        width: 84%
    }
}

@media (max-width:1600px) {
    .aboutMod-9 .aboutCenBox .right .dataNum .countUpMod {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    .aboutMod-9 .aboutCenBox .right .dataNum .countUpMod {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    .aboutMod-9 .aboutCenBox .right .dataNum .countUpMod {
        padding: 12vw 0
    }
}

@media (max-width:1024px) {
    .aboutMod-9 .aboutCenBox .right .dataNum .countUpMod {
        padding: 10vw 0
    }
}

.aboutMod-9 .aboutCenBox .right .dataNum .countUpMod ul {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .aboutMod-9 .aboutCenBox .right .dataNum .countUpMod ul {
        display: flex;
        flex-direction: row;
        align-items: unset;
        justify-content: unset;
        flex-wrap: wrap
    }
}

.aboutMod-9 .aboutCenBox .right .dataNum .countUpMod ul li {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .aboutMod-9 .aboutCenBox .right .dataNum .countUpMod ul li {
        flex: unset;
        width: 50%;
        margin: 4vw 0
    }
}

.aboutMod-9 .aboutCenBox .right .dataNum .countUpMod ul li .shuju {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.aboutMod-9 .aboutCenBox .right .dataNum .countUpMod ul li .shuju span {
    color: #d8b271;
    font-size: 40px
}

@media (max-width:1024px) {
    .aboutMod-9 .aboutCenBox .right .dataNum .countUpMod ul li .shuju span {
        font-size: 10vw
    }
}

.aboutMod-9 .aboutCenBox .right .dataNum .countUpMod ul li p {
    font-size: 16px
}

@media (max-width:1024px) {
    .aboutMod-9 .aboutCenBox .right .dataNum .countUpMod ul li p {
        font-size: 3vw;
        width: 90%
    }
}

.aboutMod-9 .aboutCenBox .right .dataNum .countUpMod ul li .title {
    font-size: 16px
}

@media (max-width:1024px) {
    .aboutMod-9 .aboutCenBox .right .dataNum .countUpMod ul li .title {
        font-size: 4vw
    }
}

.aboutMod-9 .aboutCenBox .right .dataNum .countUpMod {
    width: 100%;
    padding: 0
}

.aboutMod-9 .aboutCenBox .right .dataNum .countUpMod ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: space-between;
    flex-wrap: wrap
}

@media (max-width:1024px) {
    .aboutMod-9 .aboutCenBox .right .dataNum .countUpMod ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

.aboutMod-9 .aboutCenBox .right .dataNum .countUpMod ul li {
    height: 60px;
    border-radius: 30px;
    background-color: #ffee9a;
    width: 48%;
    flex: unset;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    flex-direction: row-reverse
}

@media (max-width:1300px) {
    .aboutMod-9 .aboutCenBox .right .dataNum .countUpMod ul li {
        height: 40px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .aboutMod-9 .aboutCenBox .right .dataNum .countUpMod ul li {
        justify-content: space-between;
        padding: 0 10vw;
        width: 100%;
        margin: 0;
        margin-bottom: 4vw
    }
}

.aboutMod-9 .aboutCenBox .right .dataNum .countUpMod ul li .shuju {
    display: flex;
    flex-direction: row;
    align-items: flex-center;
    justify-content: flex-start;
    flex-wrap: unset
}

.aboutMod-9 .aboutCenBox .right .dataNum .countUpMod ul li .shuju span {
    width: 80px;
    text-align: center;
    line-height: 1em;
    font-family: fantasy
}

@media (max-width:1300px) {
    .aboutMod-9 .aboutCenBox .right .dataNum .countUpMod ul li .shuju span {
        font-size: 26px;
        width: 50px
    }
}

.aboutMod-9 .aboutCenBox .right .dataNum .countUpMod ul li .shuju div {
    font-size: 16px
}

@media (max-width:1300px) {
    .aboutMod-9 .aboutCenBox .right .dataNum .countUpMod ul li .shuju div {
        font-size: 16px
    }
}

.aboutMod-9 .aboutCenBox .right .dataNum .countUpMod ul li .title {
    font-size: 16px
}

@media (max-width:1024px) {
    .aboutMod-9 .aboutCenBox .right .dataNum .countUpMod ul li .title {
        width: unset
    }
}

.aboutMod-9 .aboutCenBox .more {
    position: absolute;
    transition-duration: .5s;
    transition-property: all;
    bottom: 80px;
    left: 20%
}

@media (max-width:1300px) {
    .aboutMod-9 .aboutCenBox .more {
        bottom: 60px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .aboutMod-9 .aboutCenBox .more {
        position: unset
    }
}

.aboutMod-9 .aboutCenBox .more .twoBox {
    overflow: hidden;
    position: relative
}

.aboutMod-9 .aboutCenBox .more .twoBox ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.aboutMod-9 .aboutCenBox .more .twoBox ul li {
    color: #fff;
    font-size: 160px;
    line-height: .9em;
    font-family: fantasy;
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1300px) {
    .aboutMod-9 .aboutCenBox .more .twoBox ul li {
        font-size: 100px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .aboutMod-9 .aboutCenBox .more .twoBox ul li {
        font-size: 12vw
    }
}

.aboutMod-9 .aboutCenBox .more .twoBox ul.hov {
    position: absolute;
    top: 100%;
    left: 0
}

@media (min-width:1024px) {
    .aboutMod-9 .aboutCenBox .more:hover ul li {
        transform: translateY(-100%)
    }
}

.aboutMod-9::after {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    opacity: .05
}

.aboutMod-10 {
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1600px) {
    .aboutMod-10 {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    .aboutMod-10 {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    .aboutMod-10 {
        padding: 12vw 0
    }
}

.aboutMod-10 .logo {
    width: 150px
}

@media (max-width:1300px) {
    .aboutMod-10 .logo {
        width: 120px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .aboutMod-10 .logo {
        width: 20vw
    }
}

.aboutMod-10 .titleTxt {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.aboutMod-10 .titleTxt .s1 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 10px
}

@media (max-width:1300px) {
    .aboutMod-10 .titleTxt .s1 {
        font-size: 30px
    }
}

.aboutMod-10 .titleTxt .s2 {
    font-size: 34px;
    font-weight: bold;
    color: #d8b271;
    line-height: 1em
}

@media (max-width:1300px) {
    .aboutMod-10 .titleTxt .s2 {
        font-size: 28px
    }
}

.aboutMod-10 .cout {
    height: 500px;
    position: relative;
    margin-top: 60px;
    width: 100%
}

@media (max-width:1300px) {
    .aboutMod-10 .cout {
        height: 360px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .aboutMod-10 .cout {
        height: unset
    }
}

.aboutMod-10 .cout .cenBox {
    height: 100%;
    position: relative;
    z-index: 1;
    width: 1500px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset
}

@media (max-width:1600px) {
    .aboutMod-10 .cout .cenBox {
        width: 88%
    }
}

@media (max-width:1300px) {
    .aboutMod-10 .cout .cenBox {
        width: 90%
    }
}

@media (max-width:1024px) {
    .aboutMod-10 .cout .cenBox {
        width: 84%
    }
}

@media (max-width:1024px) {
    .aboutMod-10 .cout .cenBox {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

.aboutMod-10 .cout .cenBox .left {
    height: 100%
}

.aboutMod-10 .cout .cenBox .left img {
    width: 30vw;
    height: 100%
}

@media (max-width:1024px) {
    .aboutMod-10 .cout .cenBox .left img {
        height: 60vw
    }
}

.aboutMod-10 .cout .cenBox .right {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .aboutMod-10 .cout .cenBox .right {
        width: 90%;
        margin-top: 30px
    }
}

.aboutMod-10 .cout .cenBox .right .subtitle span {
    font-weight: bold;
    font-size: 24px
}

.aboutMod-10 .cout .cenBox .right .subtitle span:nth-child(1) {
    margin-right: 20px;
    color: #d8b271
}

.aboutMod-10 .cout .cenBox .right .subtitle span:nth-child(2) {
    color: #d8b271
}

.aboutMod-10 .cout .cenBox .right .title {
    font-weight: bold;
    font-size: 30px;
    margin: 10px 0 20px
}

@media (max-width:1024px) {
    .aboutMod-10 .cout .cenBox .right .title {
        font-size: 24px
    }
}

.aboutMod-10 .cout .cenBox .right .miaoshu {
    font-size: 16px;
    line-height: 3em;
    color: #666
}

@media (max-width:1300px) {
    .aboutMod-10 .cout .cenBox .right .miaoshu {
        margin-bottom: 40px;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical
    }
}

.aboutMod-10 .cout .cenBox .right .unifyButton {
    margin-top: 40px
}

@media (max-width:1024px) {
    .aboutMod-10 .cout .cenBox .right .unifyButton {
        margin: 0
    }
}

.aboutMod-10 .cout .cenBox .yuanLink {
    margin-top: 60px;
    right: 0;
    bottom: 0;
    width: fit-content;
    position: absolute;
    transition-duration: .5s;
    transition-property: all;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .aboutMod-10 .cout .cenBox .yuanLink canvas {
        width: 30vw !important;
        height: 30vw !important
    }
}

.aboutMod-10 .cout .cenBox .yuanLink .abox {
    position: absolute;
    width: 78%;
    height: 78%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    border-radius: 50%;
    z-index: 1
}

.aboutMod-10 .cout .cenBox .yuanLink .abox .e {
    color: #d8b271;
    font-size: 20px;
    opacity: .4
}

.aboutMod-10 .cout .cenBox .yuanLink .abox .c {
    font-size: 16px;
    transition-duration: .5s;
    transition-property: all;
    color: #d8b271;
    margin-bottom: 10px
}

.aboutMod-10 .cout .cenBox .yuanLink .abox i {
    font-size: 20px;
    transition-duration: .5s;
    transition-property: all;
    color: #d8b271
}

.aboutMod-10 .cout .cenBox .yuanLink::after {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 78%;
    height: 78%;
    opacity: 1;
    border-radius: 50%;
    background-color: #fff;
    transition-duration: .5s;
    transition-property: all
}

.aboutMod-10 .cout .cenBox .yuanLink:hover {
    transform: translate(-10px)
}

@media (max-width:1024px) {
    .aboutMod-10 .cout .cenBox .yuanLink:hover {
        transform: none
    }
}

.aboutMod-10 .cout .cenBox .yuanLink:hover .abox .e {
    color: #fff
}

.aboutMod-10 .cout .cenBox .yuanLink:hover .abox .c {
    color: #fff
}

.aboutMod-10 .cout .cenBox .yuanLink:hover .abox i {
    color: #fff
}

.aboutMod-10 .cout .cenBox .yuanLink:hover::after {
    opacity: 0
}

.aboutMod-10 .cout::before {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 44vw;
    height: 20vw;
    left: 0;
    bottom: 0;
    background-color: #f3f3f3;
    border-top-right-radius: 10vw;
    border-bottom-right-radius: 10vw
}

@media (max-width:1024px) {
    .aboutMod-10 .cout::before {
        border-top-right-radius: 20vw;
        border-bottom-right-radius: 20vw;
        bottom: unset;
        top: 20vw;
        width: 80vw;
        height: 40vw
    }
}

.aboutMod-11 {
    height: 100%;
    position: relative;
    padding: 0 0 80px 0
}

@media (max-width:1600px) {
    .aboutMod-11 {
        padding: 0 0 80px 0
    }
}

@media (max-width:1300px) {
    .aboutMod-11 {
        padding: 0 0 6vw 0
    }
}

@media (max-width:1024px) {
    .aboutMod-11 {
        padding: 12vw 0
    }
}

@media (max-width:1600px) {
    .aboutMod-11 {
        height: 40vw
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    .aboutMod-11 {
        height: 50vw
    }
}

@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
    .aboutMod-11 {
        padding-top: 0;
        height: unset
    }
}

.aboutMod-11 .cenBox {
    width: 90%;
    margin: 0 auto;
    display: flex;
}

@media (max-width:1600px) {
    .aboutMod-11 .cenBox {
        width: 88%
    }
}

@media (max-width:1300px) {
    .aboutMod-11 .cenBox {
        width: 90%
    }
}

@media (max-width:1024px) {
    .aboutMod-11 .cenBox {
        width: 84%
    }
}

@media (max-width:1024px) {
    .aboutMod-11 .cenBox {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset;
        flex-direction: column-reverse;
        width: 84%
    }
}

.aboutMod-11 .cenBox .left {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}
.aboutMod-11 .cenBox .left .titleNormal{
    width: 50%;
}
@media (max-width:1024px) {
    .aboutMod-11 .cenBox .left {
        width: 100%
    }
}

.aboutMod-11 .cenBox .left .unifyTitle .twoSortBox .unifyTitle {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

.aboutMod-11 .cenBox .left .content p {
    line-height: 2.5em;
    font-size: 18px;
}


.aboutMod-11 .cenBox .right {width: 50%;}



.aboutMod-11 .cenBox .right .rPosi {
    padding: 20px 0;
    padding-left: 80px;
    width: 100%;
    height: 100%;
    /* top: 0;
    position: absolute;
    right: 0 */
}

@media (max-width:1600px) {
    .aboutMod-11 .cenBox .right .rPosi {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    .aboutMod-11 .cenBox .right .rPosi {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    .aboutMod-11 .cenBox .right .rPosi {
        padding: 12vw 0
    }
}

@media (max-width:1600px) {
    .aboutMod-11 .cenBox .right .rPosi {
        padding-left: 60px
    }
}

@media (max-width:1600px) and (max-width:1024px) {
    .aboutMod-11 .cenBox .right .rPosi {
        position: unset;
        padding: 0;
        width: 100%;
        height: 40vw;
        overflow: hidden;
        border-radius: 4vw
    }
}
@media (max-width:1024px) {
    .aboutMod-11 .cenBox .right {
        width: 100%
    }
    .aboutMod-11 .cenBox .right .rPosi {
    
        height: 60vw;
    
    }
}
.aboutMod-11 .cenBox .right .rPosi .imgBox {
    width: 100%;
    height: 100%
}
.aboutMod-11 .cenBox .right .rPosi .imgBox img{
    border-radius: 40px;
    box-shadow: 3px 3px 10px #d9d9d9;
    width: 100%;
    height: 100%;
}
.aboutMod-11 .fangkuai {
    position: absolute;
    width: 100px;
    height: 100px;
    background-color: rgba(194, 0, 11, 0.1);
    top: 50px;
    left: 100px
}
.aboutMod-11 .moreA{
    margin-top: 30px;
    width: 80%;
    padding-left: 80px;
    height: 100%;
}
@media (max-width:1024px) {
    .aboutMod-11 .fangkuai {
        top: 60vw;
        width: 60px;
        height: 60px;
        left: 0
    }
}

.aboutMod-11 .fangkuai1 {
    position: absolute;
    width: 200px;
    height: 200px;
    background-color: rgba(194, 0, 11, 0.1);
    top: 00px;
    left: 350px
}

@media (max-width:1024px) {
    .aboutMod-11 .fangkuai1 {
        top: 100vw;
        right: 0;
        left: unset;
        width: 140px;
        height: 140px
    }
}

.aboutMod-12 {
    padding: 100px 0
}

@media (max-width:1600px) {
    .aboutMod-12 {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    .aboutMod-12 {
        padding: 6vw 0
    }
}

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

@media (max-width:1024px) {
    .aboutMod-12 {
        padding-top: 0
    }
}

.aboutMod-12 .cenBox {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .aboutMod-12 .cenBox {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset;
        flex-direction: column-reverse
    }
}

.aboutMod-12 .cenBox .left {
    padding-right: 120px;
    width: calc(100% - 420px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1300px) {
    .aboutMod-12 .cenBox .left {
        width: calc(100% - 30vw)
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .aboutMod-12 .cenBox .left {
        width: 100%;
        padding-right: 0
    }
}

.aboutMod-12 .cenBox .left>.iconfont {
    display: block;
    color: #d8b271;
    font-size: 60px;
    transform: rotate(180deg)
}

@media (max-width:1300px) {
    .aboutMod-12 .cenBox .left>.iconfont {
        font-size: 40px
    }
}

.aboutMod-12 .cenBox .left .def2 {
    font-size: 26px;
    color: #d8b271
}

@media (max-width:1300px) {
    .aboutMod-12 .cenBox .left .def2 {
        font-size: 20px
    }
}

.aboutMod-12 .cenBox .left .def1 {
    font-size: 40px;
    color: #d8b271;
    font-weight: bold
}

@media (max-width:1300px) {
    .aboutMod-12 .cenBox .left .def1 {
        font-size: 30px
    }
}

.aboutMod-12 .cenBox .left .xian {
    display: block;
    width: 100px;
    height: 1px;
    background-color: #999;
    margin: 10px 0 50px
}

@media (max-width:1024px) {
    .aboutMod-12 .cenBox .left .xian {
        margin: 4vw 0
    }
}

.aboutMod-12 .cenBox .left .content {
    position: relative;
    line-height: 2em
}

.aboutMod-12 .cenBox .left .content i {
    position: absolute;
    bottom: -10px;
    right: 0;
    color: #999;
    font-size: 30px
}

.aboutMod-12 .cenBox .left .more {
    margin-top: 40px
}

@media (max-width:1024px) {
    .aboutMod-12 .cenBox .left .more {
        margin-top: 6vw
    }
}

.aboutMod-12 .cenBox .right {
    position: relative
}

@media (max-width:1024px) {
    .aboutMod-12 .cenBox .right {
        margin-top: 10vw
    }
}

.aboutMod-12 .cenBox .right .imgBox {
    position: relative;
    z-index: 1;
    border-radius: 50%;
    overflow: hidden;
    width: 420px;
    height: 420px
}

@media (max-width:1300px) {
    .aboutMod-12 .cenBox .right .imgBox {
        width: 30vw;
        height: 30vw
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .aboutMod-12 .cenBox .right .imgBox {
        width: 70vw;
        height: 70vw
    }
}

.aboutMod-12 .cenBox .right:before {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 104%;
    height: 104%;
    left: -6%;
    top: -4%;
    border-radius: 50%;
    border: 1px dashed #999
}

.banner-1 {
      position: relative;
   
    height: 100vh;
}

@media (max-width:1300px) {
.banner-1 {
    position: relative;

    height: 80vh
}
}

@media (max-width:1024px) {
.banner-1 {
    margin-top: 12vw;
    height: 26vh;

}
}


.banner-1 #inxBanner {
    height: 100%
}

.banner-1 #inxBanner .swiper-slide {
    overflow: hidden
}

.banner-1 #inxBanner .swiper-slide .slide-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.banner-1 #inxBanner .swiper-slide .slide-inner .banCoutBox {
    width: 100%;
    height: 100%
}

.banner-1 #inxBanner .swiper-slide .slide-inner .banCoutBox .img {
 object-fit: cover;
    width: 100%;
    height: 100%;
}
@media (max-width:1024px) {
.banner-1 #inxBanner .swiper-slide .slide-inner .banCoutBox .img {
 object-fit: contain;
    width: 100%;
    height: 100%;
}
}

.banner-1 #inxBanner .swiper-slide .slide-inner .banCoutBox .text {
    position: absolute;
    left: 14%;
    top: 30%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

.banner-1 #inxBanner .swiper-slide .slide-inner .banCoutBox .text>div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

.banner-1 #inxBanner .swiper-slide .slide-inner .banCoutBox .text>div li {
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    transition-duration: .5s;
    transition-property: all;
    transform: translateX(60px);
    opacity: 0
}

.banner-1 #inxBanner .swiper-slide .slide-inner .banCoutBox .text .cn {
    margin-bottom: 50px
}

.banner-1 #inxBanner .swiper-slide .slide-inner .banCoutBox .text .cn .s0 {
    margin-bottom: 30px;
    font-size: 40px;
    font-weight: bold
}

.banner-1 #inxBanner .swiper-slide .slide-inner .banCoutBox .text .cn .s1 {
    font-size: 30px;
    font-weight: bold
}

.banner-1 #inxBanner .swiper-slide .slide-inner .banCoutBox .text .en {
    line-height: unset
}

.banner-1 #inxBanner .swiper-slide .slide-inner .banCoutBox .text .en .s0 {
    margin-bottom: 30px;
    font-size: 60px
}

.banner-1 #inxBanner .swiper-slide .slide-inner .banCoutBox .text .en .s1 {
    font-size: 20px
}

.banner-1 #inxBanner .swiper-slide .slide-inner .banCoutBox .banMore {
    position: absolute;
    bottom: 116px;
    left: 14%;
    width: 160px;
    height: 48px;
    border-radius: 24px;
    background-color: #d8b271;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.banner-1 #inxBanner .swiper-slide .slide-inner .banCoutBox .banMore .en {
    color: #fff
}

.banner-1 #inxBanner .swiper-slide.on .slide-inner .banCoutBox .text>div li {
    transform: translateX(0);
    opacity: 1
}

.banner-1 #inxBanner .swiper-slide.on .slide-inner .banCoutBox .text .cn .s1 {
    transition-delay: .1s
}

.banner-1 #inxBanner .swiper-slide.on .slide-inner .banCoutBox .text .en .s0 {
    transition-delay: .3s
}

.banner-1 #inxBanner .swiper-slide.on .slide-inner .banCoutBox .text .en .s1 {
    transition-delay: .4s
}

.banner-2 {
    width: 100%;
    position: relative;
    height: 100vh
}

@media (max-width:1024px) {
    .banner-2 {
       margin-top: 40px;
    height: 48vw;
    }
}

.banner-2 #inxVideo {
    background-color: black;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.bannerMod-3 .inxBannerKK {
    height: 46vw;
    overflow: hidden;
    position: relative
}

.bannerMod-3 .inxBannerK {
    width: 160%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    overflow: hidden;
    height: 100%;
    top: 0;
    display: flex;
    justify-content: center
}

.bannerMod-3 .inxBanControl {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    display: flex
}

.bannerMod-3 .inxBanControl>div {
    width: 50%;
    height: 100%
}

.bannerMod-3 #inxBanner {
    height: 100%
}

.bannerMod-3 .inxBannerKK .imgBox {
    width: 100%;
    height: 100%
}

.bannerMod-3 .inxBannerKK .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.2);
    transition-duration: 3s;
    filter: blur(5px);
    transition-timing-function: cubic-bezier(.71, .52, .29, 1.01)
}

.bannerMod-3 .inxBannerBox {
    height: 100%;
    position: relative
}

.bannerMod-3 #inxBanner .swiper-slide-active .imgBox.on img {
    transform: scale(1);
    filter: blur(0)
}

.bannerMod-3 .topNav {
    position: relative
}

.bannerMod-3 .topLogo {
    position: absolute;
    left: 50px;
    top: 40px;
    z-index: 11
}

.bannerMod-3 .topLogo img {
    width: 200px;
    filter: grayscale(100%) brightness(500%)
}

.bannerMod-3 .boxall {
    position: relative
}

.bannerMod-3 .circle-progress {
    width: 200px;
    height: 200px;
    position: absolute;
    z-index: 111;
    bottom: -120px;
    left: calc(50% - 100px);
    transition: all .5s
}

.bannerMod-3 .circle-progress:nth-child(1) .left {
    transform: rotate(60deg);
    transform-origin: bottom center
}

.bannerMod-3 .circle-progress:nth-child(2) .left {
    transform: rotate(132deg);
    transform-origin: bottom center
}

.bannerMod-3 .circle-progress:nth-child(3) .left {
    transform: rotate(204deg);
    transform-origin: bottom center
}

.bannerMod-3 .circle-progress:nth-child(4) .left {
    transform: rotate(276deg);
    transform-origin: bottom center
}

.bannerMod-3 .circle-progress:nth-child(5) .left {
    transform: rotate(348deg);
    transform-origin: bottom center
}

.bannerMod-3 .circle-progress .content {
    position: absolute;
    top: 0;
    width: 200px;
    height: 100px;
    margin: 0;
    padding: 0;
    overflow: hidden
}

.bannerMod-3 .circle-progress .left {
    left: 0
}

.bannerMod-3 .circle-progress .circle {
    position: absolute;
    margin: 0;
    width: calc(100% - 0px);
    height: calc(200% - 0px);
    border-radius: 50%;
    border: 1px solid transparent
}

.bannerMod-3 .circle-progress .left-circle1 {
    left: 0;
    border-top-color: #fff;
    border-left-color: #fff;
    transition: all 8s ease;
    transform: rotate(-135deg)
}

.bannerMod-3 .circle-progress .left-circle2 {
    left: 0;
    border-top-color: rgba(255, 255, 255, 0.5);
    border-left-color: rgba(255, 255, 255, 0.5)
}

.bannerMod-3 .centerYuan {
    width: 68px;
    height: 68px;
    margin: -20px auto 0;
    z-index: 1;
    position: relative
}

.bannerMod-3 .centerYuan .img {
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../../html/rgmod/moduleMod/bannerMod/bannerMod-3/centerYuan.png);
    background-position: center;
    width: 100%;
    height: 100%
}

.bannerMod-3 .centerYuan img {
    width: 100%;
    height: 100%
}

@media only screen and (max-width:1024px) {
    .bannerMod-3 .inxBanner {
        height: 70vw
    }

    .bannerMod-3 .centerYuan {
        width: 12vw;
        height: 12vw
    }

    .bannerMod-3 .circle-progress {
        width: 30vw;
        height: 30vw;
        bottom: -16vw;
        left: calc(50% - 15vw)
    }

    .bannerMod-3 .circle-progress .content {
        width: 30vw;
        height: 15vw
    }

    .bannerMod-3 .topLogo img {
        width: 34vw
    }

    .bannerMod-3 .topLogo {
        left: 5vw;
        top: 6vw
    }
}

.bannerMod-4 {
    position: relative
}

.bannerMod-4 .imgBox {
    width: 100%;
    overflow: hidden;
    height: 48vw;
    max-height: calc(100vh - 50px);
    clip-path: polygon(0% 0%, 100% 0%, 100% 12%, 90% 100%, 10% 100%, 0% 12%);
    background-color: #333
}

@media (max-width:1024px) {
    .bannerMod-4 .imgBox {
        clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
        height: 100vw
    }
}

.bannerMod-4 .imgBox #inxBanner {
    height: 100%
}

.bannerMod-4 .imgBox #inxBanner .img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.bannerMod-4 .logoBox {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 10% 100%);
    z-index: 1;
    background-color: #fff;
    width: 240px;
    height: 80px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .bannerMod-4 .logoBox {
        display: none
    }
}

.bannerMod-4 .logoBox img {
    height: 90%;
    width: 80%;
    object-fit: contain
}

.bannerMod-4 .inxBanLR {
    transform: translateY(0)
}

@media (max-width:1024px) {
    .bannerMod-4 .inxBanLR {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        flex-wrap: unset;
        margin: 8vw
    }
}

.bannerMod-4 .inxBanLR>div {
    position: absolute;
    bottom: 0;
    width: 6vw;
    height: 6vw;
    border: 1px solid #999;
    cursor: pointer
}

@media (max-width:1024px) {
    .bannerMod-4 .inxBanLR>div {
        width: 20vw;
        height: 20vw;
        position: unset
    }
}

.bannerMod-4 .inxBanLR>div .controlB {
    position: relative;
    width: 100%;
    height: 100%
}

.bannerMod-4 .inxBanLR>div .controlB:hover .controSwiper {
    opacity: 0
}

.bannerMod-4 .inxBanLR>div .controlB:hover .cout {
    background-color: transparent
}

.bannerMod-4 .inxBanLR>div .controlB:hover .cout .inxBanNum {
    color: #333
}

.bannerMod-4 .inxBanLR>div .controlB:hover .cout i {
    color: #333
}

@media (max-width:1024px) {
    .bannerMod-4 .inxBanLR>div .controlB:hover .controSwiper {
        opacity: 1
    }

    .bannerMod-4 .inxBanLR>div .controlB:hover .cout {
        background-color: rgba(0, 0, 0, 0.3)
    }

    .bannerMod-4 .inxBanLR>div .controlB:hover .cout .inxBanNum {
        color: #fff
    }

    .bannerMod-4 .inxBanLR>div .controlB:hover .cout i {
        color: #fff
    }
}

.bannerMod-4 .inxBanLR>div .controlB .controSwiper {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    transition-duration: .5s;
    transition-property: all
}

.bannerMod-4 .inxBanLR>div .controlB .controSwiper .swiper {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.bannerMod-4 .inxBanLR>div .controlB .controSwiper .swiper .img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.bannerMod-4 .inxBanLR>div .controlB .cout {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    background-color: rgba(0, 0, 0, 0.3);
    transition-duration: .5s;
    transition-property: all
}

.bannerMod-4 .inxBanLR>div .controlB .cout .inxBanNum {
    color: #fff;
    font-size: 30px;
    font-family: 'Hel';
    font-weight: bold;
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1300px) {
    .bannerMod-4 .inxBanLR>div .controlB .cout .inxBanNum {
        font-size: 20px
    }
}

.bannerMod-4 .inxBanLR>div .controlB .cout i {
    font-size: 20px;
    color: #fff;
    transition-duration: .5s;
    transition-property: all
}

/*.bannerMod-4 .inxBanLR>div.inxBanLeft {*/
/*    left: 10px*/
/*}*/

/*.bannerMod-4 .inxBanLR>div.inxBanRight {*/
/*    right: 10px*/
/*}*/

.bannerMod-5 {
    width: 100%;
    height: 100vh;
    position: relative
}

.bannerMod-5 #inxBanner {
    width: 100%;
    height: 100%
}

.bannerMod-5 #inxBanner ul li .box {
    position: relative;
    width: 100%;
    height: 100%
}

.bannerMod-5 #inxBanner ul li .box .img {
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}

.bannerMod-5 #inxBanner ul li .box .text {
    position: absolute;
    z-index: 1;
    left: 10%;
    bottom: 15%
}

.bannerMod-5 #inxBanner ul li .box .text h1 {
    color: #fff;
    text-shadow: 4px 4px 20px rgba(0, 0, 0, 0.6);
    font-size: 40px;
    transform: translateX(40px);
    margin-bottom: 20px;
    transition-duration: .5s;
    transition-property: all;
    opacity: 0
}

.bannerMod-5 #inxBanner ul li .box .text h2 {
    color: #fff;
    text-shadow: 4px 4px 20px rgba(0, 0, 0, 0.6);
    font-size: 20px;
    transform: translateX(40px);
    transition-duration: .5s;
    transition-property: all;
    opacity: 0
}

.bannerMod-5 #inxBanner ul li.swiper-slide-active .box .text h1 {
    transform: translate(0);
    opacity: 1;
    transition-delay: .5s
}

.bannerMod-5 #inxBanner ul li.swiper-slide-active .box .text h2 {
    transform: translate(0);
    transition-delay: .8s;
    opacity: 1
}

.bannerMod-6 {
    height: 100vh;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1600px) {
    .bannerMod-6 {
        height: calc(100vh - 16vw - 50px)
    }
}

@media (max-width:1300px) {
    .bannerMod-6 {
        height: calc(100vh - 23vw - 50px)
    }
}


@media (max-width:1024px) {
    .bannerMod-6 {
height: 23vh;
    margin-top: 12vw;
    }
}
.bannerMod-6 .bannerLeft {
    width: 100px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: unset
}

.bannerMod-6 .bannerLeft .iconfont {
    color: #d8b271;
    font-size: 30px;
    margin-bottom: 20px;
    animation: bounce .75s cubic-bezier(.05, 0, .2, 1) infinite alternate
}

.bannerMod-6 .bannerLeft .xian {
    position: relative;
    display: block;
    height: 220px;
    width: 2px;
    background-color: #d8b271;
    border-radius: 2px
}

.bannerMod-6 .bannerLeft .xian o {
    width: 8px;
    height: 8px;
    background-color: #d8b271;
    border-radius: 4px;
    position: absolute;
    left: -3px;
    top: 0;
    z-index: 1;
    animation: bounce11 1.5s cubic-bezier(.05, 0, .2, 1) infinite alternate
}

@keyframes bounce11 {
    0% {
        top: calc(100% - 8px)
    }

    100% {
        top: 0
    }
}

.bannerMod-6 .bannerBox {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  

}

.bannerMod-6 .bannerBox #inxBanner {
    width: 100%;
    height: 100%
}

.bannerMod-6 .bannerBox #inxBanner ul li .box {
    position: relative;
    width: 100%;
    height: 100%
}

.bannerMod-6 .bannerBox #inxBanner ul li .box .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.bannerMod-6 .bannerBox #inxBanner ul li .box .text {
    position: absolute;
    z-index: 1;
    left: 10%;
    bottom: 15%
}

.bannerMod-6 .bannerBox #inxBanner ul li .box .text h1 {
    color: #fff;
    text-shadow: 4px 4px 20px rgba(0, 0, 0, 0.6);
    font-size: 40px;
    transform: translateX(40px);
    margin-bottom: 20px;
    transition-duration: .5s;
    transition-property: all;
    opacity: 0
}

.bannerMod-6 .bannerBox #inxBanner ul li .box .text h2 {
    color: #fff;
    text-shadow: 4px 4px 20px rgba(0, 0, 0, 0.6);
    font-size: 20px;
    transform: translateX(40px);
    transition-duration: .5s;
    transition-property: all;
    opacity: 0
}

.bannerMod-6 .bannerBox #inxBanner ul li.swiper-slide-active .box .text h1 {
    transform: translate(0);
    opacity: 1;
    transition-delay: .5s
}

.bannerMod-6 .bannerBox #inxBanner ul li.swiper-slide-active .box .text h2 {
    transform: translate(0);
    transition-delay: .8s;
    opacity: 1
}

.bannerMod-6 .bannerBox #inxBanner ul li .box .img {

   
    transition-duration: .5s;
    transition-property: all
}

.bannerMod-6 .bannerBox #inxBanner ul li .box .text {
    transform: translateY(40px);
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.bannerMod-6 .bannerBox #inxBanner ul li.swiper-slide-active .box .img {
    transform: scale(1);
   
    transition-duration: 10s;
    transition-property: all
}

.bannerMod-6 .bannerBox #inxBanner ul li.swiper-slide-active .box .text {
    transform: translateY(0);
    z-index: 1;
    transition-duration: .5s;
    transition-property: all;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.bannerMod-7 {
    padding: 80px;
    padding-top: 0;
    height: calc(100vh - 80px)
}

@media (max-width:1600px) {
    .bannerMod-7 {
        height: calc(100vh - 70px)
    }
}

@media (max-width:1300px) {
    .bannerMod-7 {
        height: calc(100vh - 60px)
    }
}

@media (max-width:1024px) {
    .bannerMod-7 {
        height: unset
    }
}

@media (max-width:1600px) {
    .bannerMod-7 {
        padding: 70px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    .bannerMod-7 {
        padding: 60px
    }
}

@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
    .bannerMod-7 {
        padding: 0;
        padding-top: 16vw;
        height: unset
    }
}

.bannerMod-7 .navBoxs {
    width: 100%;
    height: 100%
}

.bannerMod-7 .navBoxs .firstBoxNav {
    overflow: hidden;
    opacity: 0;
    position: relative;
    z-index: 1;
    transition-duration: .5s;
    transition-property: all;
    width: 100%;
    height: 100%
}

@media (max-width:1024px) {
    .bannerMod-7 .navBoxs .firstBoxNav {
        display: none
    }
}

.bannerMod-7 .navBoxs .firstBoxNav ul {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.bannerMod-7 .navBoxs .firstBoxNav ul li {
    height: 100%;
    flex: 1
}

.bannerMod-7 .navBoxs .firstBoxNav ul li .grid-content {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%
}

.bannerMod-7 .navBoxs .firstBoxNav ul li .grid-content .a1 {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.bannerMod-7 .navBoxs .firstBoxNav ul li .grid-content .a1 .navName {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.bannerMod-7 .navBoxs .firstBoxNav ul li .grid-content .a1 .navName .cn {
    font-size: 26px;
    font-weight: bold;
    color: #fff
}

.bannerMod-7 .navBoxs .firstBoxNav ul li .grid-content .a1 .navName .en {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase
}

.bannerMod-7 .navBoxs .firstBoxNav ul li .grid-content .towNav {
    opacity: 0;
    transition-duration: .5s;
    transition-property: all;
    z-index: 1;
    position: absolute;
    padding: 40px;
    width: 100%;
    bottom: 0
}

@media (max-width:1300px) {
    .bannerMod-7 .navBoxs .firstBoxNav ul li .grid-content .towNav {
        padding: 20px
    }
}

.bannerMod-7 .navBoxs .firstBoxNav ul li .grid-content .towNav ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.bannerMod-7 .navBoxs .firstBoxNav ul li .grid-content .towNav ul li {
    width: 100%;
    border-bottom: 1px dotted #fff
}

.bannerMod-7 .navBoxs .firstBoxNav ul li .grid-content .towNav ul li a {
    text-align: center;
    padding: 10px 0;
    transition-duration: .5s;
    transition-property: all;
    font-size: 18px;
    color: #fff
}

@media (max-width:1300px) {
    .bannerMod-7 .navBoxs .firstBoxNav ul li .grid-content .towNav ul li a {
        font-size: 16px
    }
}

@media (min-width:1024px) {
    .bannerMod-7 .navBoxs .firstBoxNav ul li .grid-content .towNav ul li a:hover {
        background-color: #fff;
        color: #d8b271
    }
}

.bannerMod-7 .navBoxs .firstBoxNav ul li .grid-content .grid-shade {
    background-color: #d8b271;
    position: absolute;
    width: 100%;
    height: 100%
}

.bannerMod-7 .navBoxs .firstBoxNav ul li .grid-content::after {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 1px;
    height: 100%;
    top: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.2)
}

@media (min-width:1024px) {
    .bannerMod-7 .navBoxs .firstBoxNav ul li .grid-content:hover .towNav {
        opacity: 1
    }
}

.bannerMod-7 .navBoxs .firstBoxNav ul li:last-child .grid-content::after {
    display: none
}

.bannerMod-7 .navBoxs .firstBoxNav:hover {
    opacity: 1
}

.bannerMod-7 .navBoxs .bgVideoBox {
    width: 100%;
    height: 100vh;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition-duration: .5s;
    transition-property: all;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .bannerMod-7 .navBoxs .bgVideoBox {
        height: 46vw;
        position: unset
    }
}

.bannerMod-7 .navBoxs .bgVideoBox .boxKuang {
    overflow: hidden;
    width: 100%;
    height: 100%;
    transition-duration: 1s;
    transition-property: all;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    transition-timing-function: cubic-bezier(1, -0.07, .21, .71)
}

.bannerMod-7 .navBoxs .bgVideoBox .boxKuang #bgVideo {
    object-fit: cover;
    width: 100vw;
    height: 100vh
}

.bannerMod-7.join .bgVideoBox .boxKuang {
    width: calc(100% - 80px * 2);
    height: calc(100% - 80px * 2)
}

@media (max-width:1600px) {
    .bannerMod-7.join .bgVideoBox .boxKuang {
        width: calc(100% - 70px * 2);
        height: calc(100% - 70px * 2)
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    .bannerMod-7.join .bgVideoBox .boxKuang {
        width: calc(100% - 60px * 2);
        height: calc(100% - 60px * 2)
    }
}

@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
    .bannerMod-7.join .bgVideoBox .boxKuang {
        width: calc(100% - 16vw * 2);
        height: calc(100% - 16vw * 2)
    }
}

.bannerMod-8 {
    position: relative;
    height: 100vh
}

.bannerMod-8 #inxBanner {
    height: 100%
}

.bannerMod-8 #inxBanner .swiper-slide {
    overflow: hidden
}

.bannerMod-8 #inxBanner .swiper-slide .slide-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.bannerMod-8 #inxBanner .swiper-slide .slide-inner .banCoutBox {
    width: 100%;
    height: 100%
}

.bannerMod-8 #inxBanner .swiper-slide .slide-inner .banCoutBox .img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.bannerMod-8 #inxBanner .swiper-slide .slide-inner .banCoutBox .text {
    position: absolute;
    left: 14%;
    top: 30%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

.bannerMod-8 #inxBanner .swiper-slide .slide-inner .banCoutBox .text>div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

.bannerMod-8 #inxBanner .swiper-slide .slide-inner .banCoutBox .text>div li {
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    transition-duration: .5s;
    transition-property: all;
    transform: translateX(60px);
    opacity: 0
}

.bannerMod-8 #inxBanner .swiper-slide .slide-inner .banCoutBox .text .cn {
    margin-bottom: 50px
}

.bannerMod-8 #inxBanner .swiper-slide .slide-inner .banCoutBox .text .cn .s0 {
    margin-bottom: 30px;
    font-size: 40px;
    font-weight: bold
}

.bannerMod-8 #inxBanner .swiper-slide .slide-inner .banCoutBox .text .cn .s1 {
    font-size: 30px;
    font-weight: bold
}

.bannerMod-8 #inxBanner .swiper-slide .slide-inner .banCoutBox .text .en {
    line-height: unset
}

.bannerMod-8 #inxBanner .swiper-slide .slide-inner .banCoutBox .text .en .s0 {
    margin-bottom: 30px;
    font-size: 60px
}

.bannerMod-8 #inxBanner .swiper-slide .slide-inner .banCoutBox .text .en .s1 {
    font-size: 20px
}

.bannerMod-8 #inxBanner .swiper-slide .slide-inner .banCoutBox .banMore {
    position: absolute;
    bottom: 116px;
    left: 14%;
    width: 160px;
    height: 48px;
    border-radius: 24px;
    background-color: #d8b271;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.bannerMod-8 #inxBanner .swiper-slide .slide-inner .banCoutBox .banMore .en {
    color: #fff
}

.bannerMod-8 #inxBanner .swiper-slide.on .slide-inner .banCoutBox .text>div li {
    transform: translateX(0);
    opacity: 1
}

.bannerMod-8 #inxBanner .swiper-slide.on .slide-inner .banCoutBox .text .cn .s1 {
    transition-delay: .1s
}

.bannerMod-8 #inxBanner .swiper-slide.on .slide-inner .banCoutBox .text .en .s0 {
    transition-delay: .3s
}

.bannerMod-8 #inxBanner .swiper-slide.on .slide-inner .banCoutBox .text .en .s1 {
    transition-delay: .4s
}

.bannerMod-8 {
    height: 38vw
}

@media (max-width:1024px) {
    .bannerMod-8 {
        height: 60vw
    }
}

.bannerMod-8 #inxBanner .swiper-slide .slide-inner .banCoutBox {
    border-radius: 40px;
    overflow: hidden;
    width: 90%
}

@media (max-width:1024px) {
    .bannerMod-8 #inxBanner .swiper-slide .slide-inner .banCoutBox {
        border-radius: 20px
    }
}

.bannerMod-8 #inxBanner .swiper-slide .slide-inner .banCoutBox .text {
    display: none
}

.bannerMod-9 {
    position: relative;
    height: 100vh
}

.bannerMod-9 .banMask11 {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    width: 50%;
    background-color: #275cfd;
    mix-blend-mode: multiply;
    z-index: 2
}

.bannerMod-9 .banMask11.maskMove1 {
    width: 100%;
    transition-duration: .5s;
    transition-property: all
}

.bannerMod-9 .banMask11.maskMove2 {
    right: 0;
    left: unset;
    width: 0%;
    transition-duration: 1s;
    transition-property: all
}

.bannerMod-9 .banMask11.maskMove3 {
    left: 0;
    width: 50%;
    transition-duration: .5s;
    transition-property: all
}

.bannerMod-9 #inxBanner {
    height: 100%
}

.bannerMod-9 #inxBanner .swiper-slide {
    overflow: hidden
}

.bannerMod-9 #inxBanner .swiper-slide .slide-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.bannerMod-9 #inxBanner .swiper-slide .slide-inner .banCoutBox {
    width: 100%;
    height: 100%
}

.bannerMod-9 #inxBanner .swiper-slide .slide-inner .banCoutBox .img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.bannerMod-9 #inxBanner .swiper-slide .slide-inner .banCoutBox .text {
    position: absolute;
    left: 14%;
    top: 30%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

.bannerMod-9 #inxBanner .swiper-slide .slide-inner .banCoutBox .text>div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

.bannerMod-9 #inxBanner .swiper-slide .slide-inner .banCoutBox .text>div li {
    color: #fff;
    transition-duration: .5s;
    transition-property: all;
    transform: translateX(60px)
}

.bannerMod-9 #inxBanner .swiper-slide .slide-inner .banCoutBox .banMore {
    position: absolute;
    bottom: 116px;
    left: 14%;
    width: 160px;
    height: 48px;
    border-radius: 24px;
    background-color: #d8b271;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.bannerMod-9 #inxBanner .swiper-slide .slide-inner .banCoutBox .banMore .en {
    color: #fff
}

.bannerMod-9 #inxBanner .swiper-slide.on .slide-inner .banCoutBox .text>div li {
    transform: translateX(0);
    opacity: 1
}

.bannerMod-9 #inxBanner .swiper-slide.on .slide-inner .banCoutBox .text .cn .s1 {
    transition-delay: .1s
}

.bannerMod-9 #inxBanner .swiper-slide.on .slide-inner .banCoutBox .text .en .s0 {
    transition-delay: .3s
}

.bannerMod-9 #inxBanner .swiper-slide.on .slide-inner .banCoutBox .text .en .s1 {
    transition-delay: .4s
}

.bannerMod-9 .bannerTextBox {
    z-index: 4;
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0;
    left: 0
}

.bannerMod-9 .bannerTextBox #bannerText {
    height: 100%
}

.bannerMod-9 .bannerTextBox #bannerText li {
    padding-top: 46%;
    padding-left: 200px;
    padding-right: 60px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: unset
}

.bannerMod-9 .bannerTextBox #bannerText li .text .cn {
    font-size: 30px;
    color: #fff;
    transform: translateX(40px);
    transition-duration: .5s;
    transition-property: all;
    opacity: 0
}

.bannerMod-9 .bannerTextBox #bannerText li .text .en {
    font-size: 24px;
    color: #fff;
    margin-top: 40px;
    transform: translateX(40px);
    transition-duration: .5s;
    transition-property: all;
    opacity: 0
}

.bannerMod-9 .bannerTextBox #bannerText li.swiper-slide-active .text {
    opacity: 1
}

.bannerMod-9 .bannerTextBox #bannerText li.swiper-slide-active .text .cn {
    transform: translateX(0);
    transition-delay: 1.4s;
    opacity: 1
}

.bannerMod-9 .bannerTextBox #bannerText li.swiper-slide-active .text .en {
    transform: translateX(0);
    transition-delay: 1.7s;
    opacity: 1
}

.bannerMod-10 {
    position: relative
}

.bannerMod-10 .bannerBox {
    width: 100%;
    height: 100vh;
    position: relative
}

.bannerMod-10 .bannerBox #inxBanner {
    width: 100%;
    height: 100%
}

.bannerMod-10 .bannerBox #inxBanner ul li .box {
    position: relative;
    width: 100%;
    height: 100%
}

.bannerMod-10 .bannerBox #inxBanner ul li .box .img {
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.bannerMod-10 .bannerBox #inxBanner ul li .box .text {
    position: absolute;
    z-index: 1;
    left: 10%;
    bottom: 15%
}

.bannerMod-10 .bannerBox #inxBanner ul li .box .text h1 {
    color: #fff;
    text-shadow: 4px 4px 20px rgba(0, 0, 0, 0.6);
    font-size: 40px;
    transform: translateX(40px);
    margin-bottom: 20px;
    transition-duration: .5s;
    transition-property: all;
    opacity: 0
}

.bannerMod-10 .bannerBox #inxBanner ul li .box .text h2 {
    color: #fff;
    text-shadow: 4px 4px 20px rgba(0, 0, 0, 0.6);
    font-size: 20px;
    transform: translateX(40px);
    transition-duration: .5s;
    transition-property: all;
    opacity: 0
}

.bannerMod-10 .bannerBox #inxBanner ul li.swiper-slide-active .box .text h1 {
    transform: translate(0);
    opacity: 1;
    transition-delay: .5s
}

.bannerMod-10 .bannerBox #inxBanner ul li.swiper-slide-active .box .text h2 {
    transform: translate(0);
    transition-delay: .8s;
    opacity: 1
}

.bannerMod-10 .bannerBox {
    height: 600px
}

@media (max-width:1600px) {
    .bannerMod-10 .bannerBox {
        height: 44vw
    }
}

@media (max-width:1600px) and (max-width:1024px) {
    .bannerMod-10 .bannerBox {
        height: 60vw
    }
}

.bannerMod-10 .bannerBox #inxBanner li .box .text {
    display: none
}

.bannerMod-10 .posLeft {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.bannerMod-10 .posLeft .cenBox {
    height: 100%;
    width: 1500px;
    margin: 0 auto
}

@media (max-width:1600px) {
    .bannerMod-10 .posLeft .cenBox {
        width: 88%
    }
}

@media (max-width:1300px) {
    .bannerMod-10 .posLeft .cenBox {
        width: 90%
    }
}

@media (max-width:1024px) {
    .bannerMod-10 .posLeft .cenBox {
        width: 84%
    }
}

.bannerMod-10 .posLeft .cenBox .caipin {
    width: 200px;
    padding: 30px 0;
    position: relative;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1300px) {
    .bannerMod-10 .posLeft .cenBox .caipin {
        width: 15vw
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .bannerMod-10 .posLeft .cenBox .caipin {
        display: none
    }
}

.bannerMod-10 .posLeft .cenBox .caipin .li {
    position: relative;
    width: 100%;
    flex: 1
}

.bannerMod-10 .posLeft .cenBox .caipin .li .name {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 100%;
    height: 100%;
    cursor: pointer
}

.bannerMod-10 .posLeft .cenBox .caipin .li .name i {
    color: #fff;
    font-size: 40px
}

.bannerMod-10 .posLeft .cenBox .caipin .li .name .navName {
    color: #fff
}

.bannerMod-10 .posLeft .cenBox .caipin .li .openRight {
    display: none;
    position: absolute;
    top: -30px;
    left: 100%;
    background-color: #fff;
    width: 200px;
    padding: 10px 30px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

.bannerMod-10 .posLeft .cenBox .caipin .li .openRight li {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px dashed #ccc;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset
}

@media (max-width:1300px) {
    .bannerMod-10 .posLeft .cenBox .caipin .li .openRight li {
        padding: 6px 0
    }
}

.bannerMod-10 .posLeft .cenBox .caipin .li .openRight li .aBox {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset
}

.bannerMod-10 .posLeft .cenBox .caipin .li .openRight li .aBox i {
    color: #999;
    font-size: 16px
}

.bannerMod-10 .posLeft .cenBox .caipin .li .openRight li .aBox:hover .title {
    color: #d8b271
}

.bannerMod-10 .posLeft .cenBox .caipin .li .openRight li .aBox:hover i {
    color: #d8b271
}

.bannerMod-10 .posLeft .cenBox .caipin .li .openRight li:last-child {
    border-bottom: unset
}

.bannerMod-10 .posLeft .cenBox .caipin .li:hover {
    background-color: #fff
}

.bannerMod-10 .posLeft .cenBox .caipin .li:hover .name i {
    color: #d8b271
}

.bannerMod-10 .posLeft .cenBox .caipin .li:hover .name .navName {
    color: #d8b271
}

.bannerMod-10 .posLeft .cenBox .caipin .li:hover .openRight {
    display: block
}

.videoMod-1 {
    position: relative;
    width: 100%;
    padding: 100px 0;
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    background-image: unset;
    background-position: left
}

@media (max-width:1600px) {
    .videoMod-1 {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    .videoMod-1 {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    .videoMod-1 {
        padding: 12vw 0
    }
}

.videoMod-1 .videoBox {
    width: 1500px;
    margin: 0 auto
}

@media (max-width:1600px) {
    .videoMod-1 .videoBox {
        width: 88%
    }
}

@media (max-width:1300px) {
    .videoMod-1 .videoBox {
        width: 90%
    }
}

@media (max-width:1024px) {
    .videoMod-1 .videoBox {
        width: 84%
    }
}

@media (max-width:1024px) {
    .videoMod-1 .videoBox {
        width: 100%
    }
}

.videoMod-1 .videoBox #inxVideo {
    display: block;
    height: 100%;
    background-color: black;
    width: 1500px;
    margin: 0 auto
}

@media (max-width:1600px) {
    .videoMod-1 .videoBox #inxVideo {
        width: 88%
    }
}

@media (max-width:1300px) {
    .videoMod-1 .videoBox #inxVideo {
        width: 90%
    }
}

@media (max-width:1024px) {
    .videoMod-1 .videoBox #inxVideo {
        width: 84%
    }
}

@media (max-width:1024px) {
    .videoMod-1 .videoBox #inxVideo {
        width: 100%
    }
}

.countUpMod-1 {
    width: 1500px;
    margin: 0 auto;
    padding: 100px 0
}

@media (max-width:1600px) {
    .countUpMod-1 {
        width: 88%
    }
}

@media (max-width:1300px) {
    .countUpMod-1 {
        width: 90%
    }
}

@media (max-width:1024px) {
    .countUpMod-1 {
        width: 84%
    }
}

@media (max-width:1600px) {
    .countUpMod-1 {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    .countUpMod-1 {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    .countUpMod-1 {
        padding: 12vw 0
    }
}

@media (max-width:1024px) {
    .countUpMod-1 {
        padding: 10vw 0
    }
}

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

@media (max-width:1024px) {
    .countUpMod-1 ul {
        display: flex;
        flex-direction: row;
        align-items: unset;
        justify-content: unset;
        flex-wrap: wrap
    }
}

.countUpMod-1 ul li {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .countUpMod-1 ul li {
        flex: unset;
        width: 50%;
        margin: 4vw 0
    }
}

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

.countUpMod-1 ul li .shuju span {
    color: #d8b271;
    font-size: 40px
}

@media (max-width:1024px) {
    .countUpMod-1 ul li .shuju span {
        font-size: 10vw
    }
}

.countUpMod-1 ul li p {
    font-size: 16px
}

@media (max-width:1024px) {
    .countUpMod-1 ul li p {
        font-size: 3vw;
        width: 90%
    }
}

.countUpMod-1 ul li .title {
    font-size: 16px
}

@media (max-width:1024px) {
    .countUpMod-1 ul li .title {
        font-size: 4vw
    }
}

.personMod-1 {
    width: 100%;
    height: 600px;
    position: relative
}

@media (max-width:1024px) {
    .personMod-1 {
        height: unset
    }
}

.personMod-1 .strengthBox {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .personMod-1 .strengthBox {
        position: unset;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

.personMod-1 .strengthBox .left {
    width: 70%;
    height: 100%;
    position: relative
}

@media (max-width:1024px) {
    .personMod-1 .strengthBox .left {
        width: 100%
    }
}

.personMod-1 .strengthBox .left .box {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3)
}

.personMod-1 .strengthBox .left .box .coutBox {
    height: 100%;
    position: relative
}

.personMod-1 .strengthBox .left .box .coutBox .neirong {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.personMod-1 .strengthBox .left .box .coutBox .neirong ul {
    width: 80%;
    margin: 0 auto;
    position: relative
}

.personMod-1 .strengthBox .left .box .coutBox .neirong ul li {
    position: absolute;
    top: 0;
    transition-duration: .5s;
    transition-property: all;
    opacity: 0;
    pointer-events: none;
    width: 100%
}

.personMod-1 .strengthBox .left .box .coutBox .neirong ul li .txtBox {
    padding-left: 50px;
    transition-duration: .5s;
    transition-property: all;
    transform: translateY(20px)
}

@media (max-width:1024px) {
    .personMod-1 .strengthBox .left .box .coutBox .neirong ul li .txtBox {
        padding: 10vw 0
    }
}

.personMod-1 .strengthBox .left .box .coutBox .neirong ul li .txtBox * {
    color: #fff;
    font-size: 16px
}

@media (max-width:1600px) {
    .personMod-1 .strengthBox .left .box .coutBox .neirong ul li .txtBox * {
        line-height: 2em
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    .personMod-1 .strengthBox .left .box .coutBox .neirong ul li .txtBox * {
        font-size: 16px
    }
}

.personMod-1 .strengthBox .left .box .coutBox .neirong ul li.on {
    pointer-events: auto;
    opacity: 1;
    transition-delay: .3s
}

.personMod-1 .strengthBox .left .box .coutBox .neirong ul li.on .txtBox {
    transform: translateY(0);
    transition-delay: .3s
}

.personMod-1 .strengthBox .left .box .coutBox .neirong .absTop {
    position: relative;
    width: 100%;
    height: 100%
}

.personMod-1 .strengthBox .left .box .coutBox .neirong .absTop .absBox {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 11;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .personMod-1 .strengthBox .left .box .coutBox .neirong .absTop .absBox {
        position: unset
    }
}

.personMod-1 .strengthBox .left .box .coutBox .neirong .absTop .absBox * {
    color: #fff
}

.personMod-1 .strengthBox .left .box .coutBox .neirong .absTop .absBox .titleNormal {
    text-align: start
}

.personMod-1 .strengthBox .left .box .coutBox .neirong .absTop .absBox li .boxK {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .personMod-1 .strengthBox .left .box .coutBox .neirong .absTop .absBox li .boxK {
        padding-top: 10vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

.personMod-1 .strengthBox .left .box .coutBox .neirong .absTop .absBox li .boxK .img {
    width: 300px;
    height: 400px;
    object-fit: cover
}

@media (max-width:1024px) {
    .personMod-1 .strengthBox .left .box .coutBox .neirong .absTop .absBox li .boxK .img {
        width: 60vw;
        height: 80vw
    }
}

.personMod-1 .strengthBox .left .box .coutBox .neirong .absTop .absBox li .boxK .txtBox {
    padding: 20px 0 20px 40px
}

.personMod-1 .strengthBox .left .box .coutBox .neirong .absTop .absBox li .boxK .txtBox .title {
    margin-bottom: 20px;
    font-size: 30px
}

.personMod-1 .strengthBox .left .box .coutBox .neirong .absTop .absBox li .boxK .txtBox .miaoshu {
    line-height: 2em
}

.personMod-1 .strengthBox .left .box .coutBox .bg {
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
}

.personMod-1 .strengthBox .right {
    background-color: #f3f3f3;
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    height: 100%
}

@media (max-width:1024px) {
    .personMod-1 .strengthBox .right {
        width: 100%
    }
}

@media (max-width:1024px) {
    .personMod-1 .strengthBox .right ul {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: unset;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 3vw 0
    }
}

.personMod-1 .strengthBox .right ul li {
    transform: translateX(40px);
    margin-bottom: 60px;
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1300px) {
    .personMod-1 .strengthBox .right ul li {
        margin-bottom: 40px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .personMod-1 .strengthBox .right ul li {
        width: 50%;
        margin-bottom: 0;
        transform: unset;
        text-align: center
    }
}

.personMod-1 .strengthBox .right ul li span {
    font-size: 24px;
    cursor: pointer
}

@media (max-width:1300px) {
    .personMod-1 .strengthBox .right ul li span {
        font-size: 18px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .personMod-1 .strengthBox .right ul li span {
        font-size: 4vw;
        width: 100%;
        text-align: center;
        padding: 4vw 0;
        display: block;
        border-bottom: 1px dashed #ccc;
        width: 1500px;
        margin: 0 auto
    }
}

@media (max-width:1300px) and (max-width:1024px) and (max-width:1600px) {
    .personMod-1 .strengthBox .right ul li span {
        width: 88%
    }
}

@media (max-width:1300px) and (max-width:1024px) and (max-width:1300px) {
    .personMod-1 .strengthBox .right ul li span {
        width: 90%
    }
}

@media (max-width:1300px) and (max-width:1024px) and (max-width:1024px) {
    .personMod-1 .strengthBox .right ul li span {
        width: 84%
    }
}

.personMod-1 .strengthBox .right ul li span::before {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 10px;
    height: 10px;
    top: calc(50% - 10px * 0.5);
    right: calc(100% + 10px);
    border-radius: 50%;
    background-color: #d8b271;
    opacity: 0;
    transition-duration: .5s;
    transition-property: all
}

.personMod-1 .strengthBox .right ul li:last-child {
    margin-bottom: 0
}

.personMod-1 .strengthBox .right ul li.on {
    transform: translateX(0)
}

.personMod-1 .strengthBox .right ul li.on span {
    color: #d8b271
}

.personMod-1 .strengthBox .right ul li.on span::before {
    opacity: 1
}

@media (max-width:1024px) {
    .personMod-1 .strengthBox .right ul li.on span::before {
        display: none
    }
}

.personMod-2 {
    margin: 100px 0;
    height: 40vw;
    margin-top: 0;
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: unset;
    flex-wrap: unset
}

.personMod-2 .unifyTitle-1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1600px) {
    .personMod-2 {
        margin: 80px 0
    }
}

@media (max-width:1300px) {
    .personMod-2 {
        margin: 6vw 0
    }
}

@media (max-width:1024px) {
    .personMod-2 {
        margin: 12vw 0
    }
}

@media (max-width:1024px) {
    .personMod-2 {
        display: flex;
        flex-direction: column;
        align-items: unset;
        justify-content: unset;
        flex-wrap: unset;
        height: unset
    }
}

@media (max-width:1024px) {
    .personMod-2 .inxTitle {
        text-align: center;
        margin-bottom: 10vw
    }
}

.personMod-2 .left {
    width: 46%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    background-repeat: repeat;
    background-image: url(pelpepWL.jpg);
    position: relative
}

@media (max-width:1300px) {
    .personMod-2 .left {
        width: 36%
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .personMod-2 .left {
        width: 100%
    }
}

.personMod-2 .left #pelpeoImg {
    overflow: unset;
    width: 100%;
    height: 100%
}

.personMod-2 .left #pelpeoImg li {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: unset;
    width: 100%;
    height: 100%
}

@media (max-width:1024px) {
    .personMod-2 .left #pelpeoImg li {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

.personMod-2 .left #pelpeoImg li .photo {
    margin-right: -8%;
    z-index: 2;
    border-radius: 50%;
    background-repeat: repeat;
    background-image: url(pelpepWL.jpg);
    height: 66%;
    position: relative;
    aspect-ratio: 1/1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .personMod-2 .left #pelpeoImg li .photo {
        margin: 0
    }
}

.personMod-2 .left #pelpeoImg li .photo .img {
    height: 91%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 50%
}

.personMod-2 .left #pelpeoImg li .photo .chinaK {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 137%;
    aspect-ratio: 1/1
}

.personMod-2 .left #pelpeoImg li .bgPel {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .1;
    opacity: 0;
    transition-duration: .2s;
    transition-property: all;
    object-fit: cover
}

.personMod-2 .left #pelpeoImg li .gaizhu {
    display: none;
    position: absolute;
    left: -10%;
    aspect-ratio: 1/1;
    height: 100%;
    z-index: 1;
    background: linear-gradient(to left, #740403, transparent, transparent)
}

.personMod-2 .left #pelpeoImg li.swiper-slide-active .bgPel {
    opacity: .1
}

.personMod-2 .right {
    padding: 4vw 4vw 4vw 12vw;
    width: 54%;
    height: 100%;
    background-color: #eee
}

@media (max-width:1300px) {
    .personMod-2 .right {
        width: 64%;
        padding: 2vw 2vw 2vw 12vw
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .personMod-2 .right {
        width: 100%;
        padding: 10vw
    }
}

.personMod-2 .right .tabs {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: unset;
    flex-wrap: unset
}

@media (max-width:1600px) {
    .personMod-2 .right .tabs {
        margin-top: 1vw
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    .personMod-2 .right .tabs {
        margin-top: 2vw
    }
}

.personMod-2 .right .tabs li {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: unset;
    flex-wrap: unset
}

.personMod-2 .right .tabs li span {
    margin: 0 20px;
    color: #666;
    cursor: pointer
}

@media (max-width:1024px) {
    .personMod-2 .right .tabs li span {
        margin: 0 2vw;
        font-size: 4vw
    }
}

.personMod-2 .right .tabs li i {
    width: 14px;
    height: 22px;
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    background-image: url(../img/zuoyouWL.png);
    display: block
}

.personMod-2 .right .tabs li i.L {
    background-position: left
}

.personMod-2 .right .tabs li i.R {
    background-position: right
}

.personMod-2 .right .tabs li x {
    width: 30px;
    display: block;
    height: 1px;
    background-color: #999
}

@media (max-width:1600px) {
    .personMod-2 .right .tabs li x {
        width: 22px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    .personMod-2 .right .tabs li x {
        width: 2vw
    }
}

.personMod-2 .right .tabs li.on span {
    color: #d8b271
}

.personMod-2 .right .tabs li.on i.L {
    background-position: -14px 0
}

.personMod-2 .right .tabs li.on i.R {
    background-position: 24px 0
}

.personMod-2 .right .tabs li.on x {
    background-color: #d8b271
}

.personMod-2 .right .content {
    margin-top: 60px;
    position: relative
}

@media (max-width:1600px) {
    .personMod-2 .right .content {
        margin-top: 2vw
    }
}

@media (max-width:1600px) and (max-width:1024px) {
    .personMod-2 .right .content {
        margin-top: 10vw
    }
}

.personMod-2 .right .content li {
    position: absolute;
    display: none
}

.personMod-2 .right .content li .name {
    font-size: 30px;
    font-weight: bold
}

@media (max-width:1024px) {
    .personMod-2 .right .content li .name {
        font-size: 8vw
    }
}

.personMod-2 .right .content li .work {
    margin: 20px 0 40px;
    font-size: 18px;
    color: #e3b243
}

@media (max-width:1600px) {
    .personMod-2 .right .content li .work {
        margin: 1vw 0 1vw
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    .personMod-2 .right .content li .work {
        margin: 1vw 0 2vw
    }
}

@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
    .personMod-2 .right .content li .work {
        margin: 2vw 0 6vw
    }
}

.personMod-2 .right .content li .jsNeirong * {
    font-size: .9vw;
    line-height: 2.5em;
    color: #888
}

@media (max-width:1024px) {
    .personMod-2 .right .content li .jsNeirong * {
        font-size: 4vw;
        line-height: 2em
    }
}

.personMod-3 {
    padding: 100px 0
}

@media (max-width:1600px) {
    .personMod-3 {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    .personMod-3 {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    .personMod-3 {
        padding: 12vw 0
    }
}

.personMod-3 .cenBox #personBox .swiper-slide {
    width: fit-content
}

.personMod-3 .cenBox #personBox .swiper-slide .box {
    height: 500px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1300px) {
    .personMod-3 .cenBox #personBox .swiper-slide .box {
        height: 400px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .personMod-3 .cenBox #personBox .swiper-slide .box {
        height: unset;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

.personMod-3 .cenBox #personBox .swiper-slide .box .imgBox {
    overflow: hidden;
    height: 100%;
    width: 300px;
    border-radius: 150px
}

@media (max-width:1300px) {
    .personMod-3 .cenBox #personBox .swiper-slide .box .imgBox {
        width: 240px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .personMod-3 .cenBox #personBox .swiper-slide .box .imgBox {
        width: 80vw;
        height: 60vw;
        border-radius: 10vw
    }
}

.personMod-3 .cenBox #personBox .swiper-slide .box .imgBox img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.personMod-3 .cenBox #personBox .swiper-slide .box .textCout {
    position: relative;
    width: 300px;
    padding: 80px 0;
    padding-left: 40px;
    height: 100%
}

@media (max-width:1024px) {
    .personMod-3 .cenBox #personBox .swiper-slide .box .textCout {
        width: 90vw;
        padding: 6vw
    }
}

.personMod-3 .cenBox #personBox .swiper-slide .box .textCout .title {
    font-size: 40px;
    font-weight: bold
}

.personMod-3 .cenBox #personBox .swiper-slide .box .textCout .worker {
    font-size: 22px;
    font-weight: bold;
    color: #d8b271
}

.personMod-3 .cenBox #personBox .swiper-slide .box .textCout .miaoshu {
    opacity: .6;
    line-height: 2em;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 20px
}

@media (max-width:1024px) {
    .personMod-3 .cenBox #personBox .swiper-slide .box .textCout .miaoshu {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: unset;
        -webkit-box-orient: vertical;
        overflow: auto;
        height: 30vw
    }
}

.personMod-3 .cenBox #personBox .swiper-slide .box .textCout .aBox {
    position: absolute;
    bottom: 60px;
    left: -100px;
    opacity: .3;
    transition-duration: .5s;
    transition-property: all
}

.personMod-3 .cenBox #personBox .swiper-slide .box .textCout .aBox .twoBox ul li {
    font-size: 60px
}

.personMod-3 .cenBox #personBox .swiper-slide .box .textCout .aBox .twoBox ul.hov li {
    color: #d8b271
}

@media (min-width:1024px) {
    .personMod-3 .cenBox #personBox .swiper-slide .box .textCout .aBox:hover {
        opacity: 1
    }
}

.casesMod-1 {
    padding: 100px 0
}

@media (max-width:1600px) {
    .casesMod-1 {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    .casesMod-1 {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    .casesMod-1 {
        padding: 12vw 0
    }
}

.casesMod-1 .yx {
    width: 1500px;
    margin: 0 auto
}

@media (max-width:1600px) {
    .casesMod-1 .yx {
        width: 88%
    }
}

@media (max-width:1300px) {
    .casesMod-1 .yx {
        width: 90%
    }
}

@media (max-width:1024px) {
    .casesMod-1 .yx {
        width: 84%
    }
}

@media (max-width:1024px) {
    .casesMod-1 .yx #userTiyan .box {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        flex-wrap: unset;
        flex-direction: column-reverse
    }
}

@media (max-width:1024px) {
    .casesMod-1 .yx #userTiyan .box .imgVideo {
        height: 60vw;
        margin-bottom: 10vw
    }
}

@media (max-width:1024px) {
    .casesMod-1 .yx #userTiyan .box .contor {
        margin: 4vw 0;
        width: 100%
    }
}

@media (max-width:1024px) {
    .casesMod-1 .yx #userTiyan .box .contor .TiyanQuan {
        width: 15vw;
        height: 15vw
    }
}

@media (max-width:1024px) {
    .casesMod-1 .yx #userTiyan .box .contor .TiyanQuan .num {
        font-size: 6vw
    }
}

.casesMod-1 .TiyanQuan {
    width: 100px;
    height: 100px;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%
}

.casesMod-1 ._svg {
    width: calc(100% + 1px);
    height: calc(100% + 1px);
    stroke: rgba(0, 0, 0, 0.5)
}

.casesMod-1 ._ind {
    stroke: #666;
    stroke-dasharray: 383.08;
    stroke-dashoffset: 383.08;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    top: 0;
    left: 0
}

.casesMod-1 .num {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: 'Hel-01';
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px
}

.casesMod-1 #userTiyan {
    width: 100%;
    height: 430px
}

.casesMod-1 #userTiyan .imgVideo {
    height: 100%;
    width: 50%;
    background-color: rgba(0, 0, 0, 0.05)
}

.casesMod-1 #userTiyan .imgVideo img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.casesMod-1 .box {
    display: flex;
    position: relative;
    align-items: flex-end;
    height: 100%;
    background-color: #fff
}

.casesMod-1 .box .cout {
    height: 60%;
    width: 50%;
    padding-right: 10%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative
}

.casesMod-1 .contor {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: 70%
}

.casesMod-1 .cout .title {
    font-size: 22px;
    margin-bottom: 20px
}

.casesMod-1 .inxMore {
    position: absolute;
    bottom: 20px
}

.casesMod-1 .cout p {
    font-size: 16px;
    color: #999
}

.casesMod-1 .userTiyan-pag {
    display: flex;
    align-items: center;
    width: unset !important;
    padding-left: 20px
}

.casesMod-1 .userTiyan-bullet {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.1);
    display: block;
    transition: all 2s;
    margin: 0 10px;
    cursor: pointer
}

.casesMod-1 .userTiyan-bullet-active {
    background-color: #d8b271;
    cursor: default
}

@media (max-width:1300px) {
    .casesMod-1 .box .cout {
        width: 64%
    }

    .casesMod-1 #userTiyan .imgVideo {
        width: 36%
    }

    .casesMod-1 .contor {
        width: 64%
    }
}

@media (max-width:1024px) {
    .casesMod-1 .TiyanQuan {
        width: 20vw;
        height: 20vw
    }

    .casesMod-1 .box {
        display: flex;
        flex-direction: column
    }

    .casesMod-1 #userTiyan .imgVideo {
        width: 100%;
        height: 100vw
    }

    .casesMod-1 .contor {
        position: unset;
        margin: 10vw 0
    }

    .casesMod-1 #userTiyan {
        height: unset
    }

    .casesMod-1 .box .cout {
        width: 100%;
        padding-right: 0
    }

    .casesMod-1 .inxMore {
        position: unset;
        margin-top: 10vw;
        padding-bottom: 10px
    }
}

.casesMod-2 {

    width: 100%;
    position: relative;
    padding: 100px 0
}

@media (max-width:1600px) {
    .casesMod-2 {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    .casesMod-2 {
        padding: 6vw 0
    }
}

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

@media (max-width:1300px) {
    .casesMod-2 {
        padding: 0 4%;
        padding-top: 100px
    }
}

@media (max-width:1300px) and (max-width:1600px) {
    .casesMod-2 {
        padding-top: 80px
    }
}

@media (max-width:1300px) and (max-width:1300px) {
    .casesMod-2 {
        padding-top: 6vw
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .casesMod-2 {
        padding-top: 12vw
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .casesMod-2 {
        padding: unset;
        padding-top: 100px
    }
}

@media (max-width:1300px) and (max-width:1024px) and (max-width:1600px) {
    .casesMod-2 {
        padding-top: 80px
    }
}

@media (max-width:1300px) and (max-width:1024px) and (max-width:1300px) {
    .casesMod-2 {
        padding-top: 6vw
    }
}

@media (max-width:1300px) and (max-width:1024px) and (max-width:1024px) {
    .casesMod-2 {
        padding-top: 12vw
    }
}

.casesMod-2 .boxkk {
    width: 1500px;
    margin: 0 auto
}

@media (max-width:1600px) {
    .casesMod-2 .boxkk {
        width: 88%
    }
}

@media (max-width:1300px) {
    .casesMod-2 .boxkk {
        width: 90%
    }
}

@media (max-width:1024px) {
    .casesMod-2 .boxkk {
        width: 84%
    }
}

.casesMod-2 .boxkk .topCout {
    position: relative;
    height: 32vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .casesMod-2 .boxkk .topCout {
        width: 90%;
        margin: 0 auto;
        height: unset;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

.casesMod-2 .boxkk .topCout #inxCaseTxt {
    width: 20%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: unset;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .casesMod-2 .boxkk .topCout #inxCaseTxt {
        width: 100%
    }
}

.casesMod-2 .boxkk .topCout #inxCaseTxt .swiper-wrapper {
    height: unset
}

.casesMod-2 .boxkk .topCout #inxCaseTxt .swiper-wrapper .swiper-slide {
    opacity: 0 !important
}

.casesMod-2 .boxkk .topCout #inxCaseTxt .swiper-wrapper .swiper-slide .txtBox {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

.casesMod-2 .boxkk .topCout #inxCaseTxt .swiper-wrapper .swiper-slide .txtBox a {
    width: fit-content;
    position: relative;
    transition-duration: .5s;
    transition-property: all;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .casesMod-2 .boxkk .topCout #inxCaseTxt .swiper-wrapper .swiper-slide .txtBox a canvas {
        width: 30vw !important;
        height: 30vw !important
    }
}

.casesMod-2 .boxkk .topCout #inxCaseTxt .swiper-wrapper .swiper-slide .txtBox a .abox {
    position: absolute;
    width: 78%;
    height: 78%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    border-radius: 50%;
    z-index: 1
}

.casesMod-2 .boxkk .topCout #inxCaseTxt .swiper-wrapper .swiper-slide .txtBox a .abox .en {
    font-family: 'Hel-01';
    color: #d8b271
}

.casesMod-2 .boxkk .topCout #inxCaseTxt .swiper-wrapper .swiper-slide .txtBox a .abox .cn {
    font-size: 20px;
    color: #d8b271
}

.casesMod-2 .boxkk .topCout #inxCaseTxt .swiper-wrapper .swiper-slide .txtBox a::after {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 78%;
    height: 78%;
    opacity: 1;
    border-radius: 50%;
    background-color: #fff;
    transition-duration: .5s;
    transition-property: all
}

.casesMod-2 .boxkk .topCout #inxCaseTxt .swiper-wrapper .swiper-slide .txtBox a:hover {
    transform: translate(10px)
}

@media (max-width:1024px) {
    .casesMod-2 .boxkk .topCout #inxCaseTxt .swiper-wrapper .swiper-slide .txtBox a:hover {
        transform: none
    }
}

.casesMod-2 .boxkk .topCout #inxCaseTxt .swiper-wrapper .swiper-slide .txtBox a:hover .abox .en {
    color: #fff
}

.casesMod-2 .boxkk .topCout #inxCaseTxt .swiper-wrapper .swiper-slide .txtBox a:hover .abox .cn {
    color: #fff
}

.casesMod-2 .boxkk .topCout #inxCaseTxt .swiper-wrapper .swiper-slide .txtBox a:hover::after {
    opacity: 0
}

.casesMod-2 .boxkk .topCout #inxCaseTxt .swiper-wrapper .swiper-slide.swiper-slide-active {
    opacity: 1 !important
}

.casesMod-2 .boxkk .topCout #inxCaseImg {
    width: 80%;
    border-radius: 20px;
    height: 100%
}

@media (max-width:1024px) {
    .casesMod-2 .boxkk .topCout #inxCaseImg {
        width: 100%;
        height: 50vw
    }
}

.casesMod-2 .boxkk .topCout #inxCaseImg .li .btnBox {
    position: relative;
    width: 100%;
    height: 100%
}

.casesMod-2 .boxkk .topCout #inxCaseImg .li .btnBox .img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.casesMod-2 .boxkk .topCout #inxCaseImg .li .btnBox .xmTitle {
    width: 100%;
    position: absolute;
    bottom: 40px;
    left: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .casesMod-2 .boxkk .topCout #inxCaseImg .li .btnBox .xmTitle {
        left: 6vw;
        bottom: 6vw
    }
}

.casesMod-2 .boxkk .topCout #inxCaseImg .li .btnBox .xmTitle .lShu {
    height: 14vw;
    border-radius: 3px;
    width: 6px;
    background-color: #d8b271
}

.casesMod-2 .boxkk .topCout #inxCaseImg .li .btnBox .xmTitle .reTitle {
    padding-left: 1vw
}

.casesMod-2 .boxkk .topCout #inxCaseImg .li .btnBox .xmTitle .reTitle .sortName {
    margin-bottom: 2vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset
}

.casesMod-2 .boxkk .topCout #inxCaseImg .li .btnBox .xmTitle .reTitle .sortName i {
    display: block;
    width: 40px;
    height: 1px;
    background-color: #fff;
    margin-right: 10px
}

.casesMod-2 .boxkk .topCout #inxCaseImg .li .btnBox .xmTitle .reTitle .sortName span {
    font-size: 20px;
    color: #fff
}

@media (max-width:1024px) {
    .casesMod-2 .boxkk .topCout #inxCaseImg .li .btnBox .xmTitle .reTitle .sortName span {
        font-size: 4vw
    }
}

.casesMod-2 .boxkk .topCout #inxCaseImg .li .btnBox .xmTitle .title {
    font-size: 34px;
    color: #fff
}

@media (max-width:1024px) {
    .casesMod-2 .boxkk .topCout #inxCaseImg .li .btnBox .xmTitle .title {
        font-size: 6vw
    }
}

.casesMod-2 .boxkk .topCout #inxCaseImg .mask {
    pointer-events: none;
    position: absolute;
    top: 0;
    right: -20%;
    background-color: #d8b271;
    z-index: 1;
    border-top-right-radius: 20vw 13vw;
    border-bottom-right-radius: 20vw 13vw;
    width: 0;
    height: 100%;
    transition-duration: .5s;
    transition-property: all;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.casesMod-2 .boxkk .topCout #inxCaseImg .mask .en {
    color: #fff;
    font-size: 50px;
    font-family: 'As';
    opacity: 0;
    transition-duration: .5s;
    transition-property: all;
    margin-right: 20%
}

.casesMod-2 .boxkk .topCout #inxCaseImg .mask .cn {
    color: #fff;
    font-size: 30px;
    opacity: 0;
    transition-duration: .5s;
    transition-property: all;
    margin-right: 20%
}

.casesMod-2 .boxkk .topCout #inxCaseImg .mask.on {
    left: 0;
    transform: translateX(0%);
    border-top-right-radius: 0 13vw;
    border-bottom-right-radius: 0 13vw;
    width: 120%;
    height: 100%
}

.casesMod-2 .boxkk .topCout #inxCaseImg .mask.on div {
    transition-delay: .5s;
    opacity: 1
}

.casesMod-2 .boxkk .topCout .inxCasesPa {
    height: fit-content;
    position: absolute;
    top: 40px;
    right: 7%;
    left: unset;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset;
    color: #d8b271;
    font-size: 20px;
    width: 5%
}

.casesMod-2 .boxkk .topCout .inxCasesPa span {
    color: #d8b271;
    font-size: 20px;
    font-family: 'Hel'
}

.casesMod-2 .boxkk .topCout .inxCaseNa {
    width: 10%;
    position: absolute;
    right: 5%;
    bottom: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .casesMod-2 .boxkk .topCout .inxCaseNa {
        display: none
    }
}

.casesMod-2 .boxkk .topCout .inxCaseNa>div {
    z-index: 1;
    cursor: pointer;
    transform: scale(1.2, 1)
}

.casesMod-2 .boxkk .topCout .inxCaseNa>div i {
    font-size: 30px;
    color: #d8b271
}

.casesMod-2 .boxkk #inxCaseBtn {
    margin-top: 50px
}

@media (max-width:1024px) {
    .casesMod-2 .boxkk #inxCaseBtn {
        margin-top: 10vw
    }
}

.casesMod-2 .boxkk #inxCaseBtn .swiper-slide .btnBox {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    height: 8vw;
    width: 100%
}

@media (max-width:1024px) {
    .casesMod-2 .boxkk #inxCaseBtn .swiper-slide .btnBox {
        height: 26vw
    }
}

.casesMod-2 .boxkk #inxCaseBtn .swiper-slide .btnBox .cout {
    padding: 10px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    transition-duration: .5s;
    transition-property: all;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.casesMod-2 .boxkk #inxCaseBtn .swiper-slide .btnBox .kuang {
    border-radius: 10px;
    border: 4px solid #d8b271;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition-duration: .5s;
    transition-property: all;
    position: absolute;
    top: 0;
    z-index: 1
}

.casesMod-2 .boxkk #inxCaseBtn .swiper-slide .btnBox img {
    width: 100%;
    height: 100%
}

.casesMod-2 .boxkk #inxCaseBtn .swiper-slide.on .btnBox .cout {
    opacity: 0
}

.casesMod-2 .boxkk #inxCaseBtn .swiper-slide.on .btnBox .kuang {
    opacity: 1
}

.casesMod-3 {
    overflow: hidden;
    position: relative
}

.casesMod-3 .imgBox {
    height: 44vw
}

@media (max-width:1300px) {
    .casesMod-3 .imgBox {
        height: calc(100vh - 20vw)
    }
}

.casesMod-3 .imgBox #fanganImg {
    height: 100%
}

.casesMod-3 .imgBox #fanganImg li .bgImg {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.casesMod-3 .imgBox #fanganImg li .content {
    padding: 200px 100px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: unset;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0
}

@media (max-width:1300px) {
    .casesMod-3 .imgBox #fanganImg li .content {
        padding: 60px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .casesMod-3 .imgBox #fanganImg li .content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: unset
    }
}

.casesMod-3 .imgBox #fanganImg li .content .leftTitle {
    width: 50%
}

@media (max-width:1024px) {
    .casesMod-3 .imgBox #fanganImg li .content .leftTitle {
        width: 100%
    }
}

.casesMod-3 .imgBox #fanganImg li .content .leftTitle .title {
    font-size: 60px;
    color: #fff;
    text-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
    font-weight: bold
}

@media (max-width:1300px) {
    .casesMod-3 .imgBox #fanganImg li .content .leftTitle .title {
        font-size: 40px
    }
}

.casesMod-3 .imgBox #fanganImg li .content .leftTitle .sub {
    color: #fff;
    font-size: 16px;
    line-height: 2em;
    margin-top: 40px;
    text-shadow: 0 6px 10px rgba(0, 0, 0, 0.15)
}

@media (max-width:1300px) {
    .casesMod-3 .imgBox #fanganImg li .content .leftTitle .sub {
        font-size: 14px
    }
}

.casesMod-3 .imgBox #fanganImg li .content .yuanLink {
    width: fit-content;
    position: relative;
    transition-duration: .5s;
    transition-property: all;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .casesMod-3 .imgBox #fanganImg li .content .yuanLink canvas {
        width: 30vw !important;
        height: 30vw !important
    }
}

.casesMod-3 .imgBox #fanganImg li .content .yuanLink .abox {
    position: absolute;
    width: 78%;
    height: 78%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    border-radius: 50%;
    z-index: 1
}

.casesMod-3 .imgBox #fanganImg li .content .yuanLink .abox .e {
    font-family: 'Hel-01';
    color: #d8b271;
    font-size: 20px;
    opacity: .4
}

.casesMod-3 .imgBox #fanganImg li .content .yuanLink .abox .c {
    font-size: 20px;
    transition-duration: .5s;
    transition-property: all;
    font-weight: bold;
    margin-bottom: 10px
}

.casesMod-3 .imgBox #fanganImg li .content .yuanLink .abox i {
    font-size: 20px;
    transition-duration: .5s;
    transition-property: all
}

.casesMod-3 .imgBox #fanganImg li .content .yuanLink::after {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 78%;
    height: 78%;
    opacity: 1;
    border-radius: 50%;
    background-color: #fff;
    transition-duration: .5s;
    transition-property: all
}

.casesMod-3 .imgBox #fanganImg li .content .yuanLink:hover {
    transform: translate(-10px)
}

@media (max-width:1024px) {
    .casesMod-3 .imgBox #fanganImg li .content .yuanLink:hover {
        transform: none
    }
}

.casesMod-3 .imgBox #fanganImg li .content .yuanLink:hover .abox .e {
    color: #fff
}

.casesMod-3 .imgBox #fanganImg li .content .yuanLink:hover .abox .c {
    color: #fff
}

.casesMod-3 .imgBox #fanganImg li .content .yuanLink:hover .abox i {
    color: #fff
}

.casesMod-3 .imgBox #fanganImg li .content .yuanLink:hover::after {
    opacity: 0
}

@media (max-width:1024px) {
    .casesMod-3 .imgBox #fanganImg li .content .yuanLink {
        margin-top: 10vw
    }
}

.casesMod-3 .imgBox #fanganImg li .content .yuanLink .fanganCanvas {
    opacity: .6;
    transition-duration: .5s;
    transition-property: all
}

.casesMod-3 .imgBox #fanganImg li .content .yuanLink::after {
    display: none
}

.casesMod-3 .imgBox #fanganImg li .content .yuanLink:hover .fanganCanvas {
    opacity: 1
}

.casesMod-3 .imgBox #fanganImg li .content .yuanLink:hover .abox .c {
    color: #d8b271
}

.casesMod-3 .imgBox #fanganImg li .content .yuanLink:hover .abox i {
    color: #d8b271
}

.casesMod-3 .btnBox {
    position: absolute;
    bottom: 40px;
    width: 100%
}

.casesMod-3 .btnBox #fanganBtn {
    overflow: unset
}

.casesMod-3 .btnBox #fanganBtn li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.casesMod-3 .btnBox #fanganBtn li .box {
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
    width: 80%;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
    height: 120px
}

@media (max-width:1300px) {
    .casesMod-3 .btnBox #fanganBtn li .box {
        height: 80px
    }
}

.casesMod-3 .btnBox #fanganBtn li .box .img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.casesMod-3 .btnBox #fanganBtn li .box .title {
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.casesMod-3 .btnBox #fanganBtn li .box .title .tet {
    position: relative;
    z-index: 1;
    text-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
    color: #fff;
    font-weight: bold;
    font-size: 22px
}

@media (max-width:1300px) {
    .casesMod-3 .btnBox #fanganBtn li .box .title .tet {
        font-size: 18px
    }
}

.casesMod-3 .btnBox #fanganBtn li .box .title::after {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    transition-duration: 2s;
    transition-property: all;
    background-color: rgba(0, 0, 0, 0.4)
}

.casesMod-3 .btnBox #fanganBtn li.on .box .title::after {
    width: 100%;
    transition-duration: 5s;
    transition-property: all;
    transition-timing-function: linear
}

.casesMod-4 {
    padding: 100px 0
}

@media (max-width:1600px) {
    .casesMod-4 {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    .casesMod-4 {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    .casesMod-4 {
        padding: 12vw 0
    }
}

.casesMod-4 .container {
    height: 100%;
    height: 30vw;
    width: 1500px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset
}

@media (max-width:1600px) {
    .casesMod-4 .container {
        width: 88%
    }
}

@media (max-width:1300px) {
    .casesMod-4 .container {
        width: 90%
    }
}

@media (max-width:1024px) {
    .casesMod-4 .container {
        width: 84%
    }
}

.casesMod-4 .container .left {
    width: 40%
}

.casesMod-4 .container .right {
    width: 60%
}

.historyMod-1 {
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    width: 100%;
    position: relative;
    height: 500px
}

.historyMod-1 .coutBox {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 100px 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    height: 100%
}

@media (max-width:1600px) {
    .historyMod-1 .coutBox {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    .historyMod-1 .coutBox {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    .historyMod-1 .coutBox {
        padding: 12vw 0
    }
}

@media (max-width:1024px) {
    .historyMod-1 .coutBox {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

.historyMod-1 .coutBox .left {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: unset;
    height: 100%
}

@media (max-width:1024px) {
    .historyMod-1 .coutBox .left {
        width: 100%
    }
}

.historyMod-1 .coutBox .left .leftBox {
    padding-right: 80px;
    width: calc(1500px * 0.4);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1600px) {
    .historyMod-1 .coutBox .left .leftBox {
        width: 80%
    }
}

@media (max-width:1600px) and (max-width:1024px) {
    .historyMod-1 .coutBox .left .leftBox {
        padding-right: 0;
        width: 100%;
        padding: 5vw
    }
}

.historyMod-1 .coutBox .left .leftBox .unifyTitle {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

.historyMod-1 .coutBox .left .leftBox .unifyTitle * {
    color: #fff
}

.historyMod-1 .coutBox .left .leftBox .miaoshu {
    color: #fff;
    line-height: 2em;
    font-size: 16px
}

.historyMod-1 .coutBox .left .leftBox .sortImg {
    width: 100%;
    height: 240px;
    object-fit: cover
}

@media (max-width:1024px) {
    .historyMod-1 .coutBox .left .leftBox .sortImg {
        height: unset;
        border-radius: 4vw
    }
}

.historyMod-1 .coutBox .right {
    width: 60%;
    height: 100%
}

@media (max-width:1024px) {
    .historyMod-1 .coutBox .right {
        width: 90%;
        border-radius: 4vw;
        margin: 0 auto
    }
}

.historyMod-1 .coutBox .right .hisTabsBox {
    padding: 60px 0;
    height: 100%;
    background-color: #d8b271
}

@media (max-width:1024px) {
    .historyMod-1 .coutBox .right .hisTabsBox {
        padding: 6vw 0
    }
}

.historyMod-1 .coutBox .right .hisTabsBox #hisTabs {
    margin-bottom: 60px
}

@media (max-width:1024px) {
    .historyMod-1 .coutBox .right .hisTabsBox #hisTabs {
        margin-bottom: 6vw
    }
}

.historyMod-1 .coutBox .right .hisTabsBox #hisTabs .xian {
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: rgba(248, 214, 141, 0.2);
    position: absolute
}

.historyMod-1 .coutBox .right .hisTabsBox #hisTabs li {
    margin-right: 100px;
    width: unset
}

@media (max-width:1024px) {
    .historyMod-1 .coutBox .right .hisTabsBox #hisTabs li {
        margin-right: 10vw
    }
}

.historyMod-1 .coutBox .right .hisTabsBox #hisTabs li .date {
    font-size: 20px;
    cursor: pointer;
    color: rgba(255, 238, 154, 0.5)
}

.historyMod-1 .coutBox .right .hisTabsBox #hisTabs li:last-child {
    margin-right: 0
}

.historyMod-1 .coutBox .right .hisTabsBox #hisTabs li.on .date {
    color: #ffee9a
}

.historyMod-1 .coutBox .right .hisTabsBox .neirong {
    margin: 0 auto;
    width: 80%
}

.historyMod-1 .coutBox .right .hisTabsBox .neirong #hisCout li .coutDate {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #ffee9a
}

@media (max-width:1300px) {
    .historyMod-1 .coutBox .right .hisTabsBox .neirong #hisCout li .coutDate {
        font-size: 36px
    }
}

@media (max-width:1024px) {
    .historyMod-1 .coutBox .right .hisTabsBox .neirong #hisCout li .coutDate {
        font-size: 8vw
    }
}

.historyMod-1 .coutBox .right .hisTabsBox .neirong #hisCout li .miaoshu {
    line-height: 2em;
    text-align: justify
}

.historyMod-1 .coutBox .right .hisTabsBox .neirong #hisCout li .miaoshu p {
    color: #ffee9a;
    font-size: 16px
}

@media (max-width:1024px) {
    .historyMod-1 .coutBox .right .hisTabsBox .neirong #hisCout li .miaoshu {
        line-height: 2em;
        font-size: 3.4vw
    }
}

.historyMod-1 .coutBox .right .hisTabsBox .neirong .contro {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: unset;
    flex-wrap: unset
}

.historyMod-1 .coutBox .right .hisTabsBox .neirong .contro div {
    margin-right: 20px;
    border-radius: 50%;
    cursor: pointer;
    background-color: #fff;
    transition-duration: .5s;
    transition-property: all;
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.historyMod-1 .coutBox .right .hisTabsBox .neirong .contro div i {
    transition-duration: .5s;
    transition-property: all
}

.historyMod-1 .coutBox .right .hisTabsBox .neirong .contro div.bianjie {
    opacity: .3;
    pointer-events: none
}

.historyMod-1 .coutBox .right .hisTabsBox .neirong .contro div:hover {
    background-color: #fff
}

.historyMod-1 .coutBox .right .hisTabsBox .neirong .contro div:hover i {
    color: #333
}

.historyMod-2 {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    padding: 100px 0
}

@media (max-width:1600px) {
    .historyMod-2 {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    .historyMod-2 {
        padding: 6vw 0
    }
}

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

@media (max-width:1024px) {
    .historyMod-2 {
        overflow: hidden
    }
}

.historyMod-2 .box {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 1400px;
    margin: 0 auto;
    height: 40vw
}

@media (max-width:1600px) {
    .historyMod-2 .box {
        width: 88%
    }
}

@media (max-width:1300px) {
    .historyMod-2 .box {
        width: 90%
    }
}

@media (max-width:1024px) {
    .historyMod-2 .box {
        width: 84%
    }
}

@media (max-width:1024px) {
    .historyMod-2 .box {
        height: unset;
        width: 200%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

.historyMod-2 .box .unifyTitle {
    width: 10%
}

@media (max-width:1024px) {
    .historyMod-2 .box .unifyTitle {
        width: unset
    }
}

.historyMod-2 .box .unifyTitle .cn {
    writing-mode: vertical-lr
}

@media (max-width:1024px) {
    .historyMod-2 .box .unifyTitle .cn {
        writing-mode: unset
    }
}

.historyMod-2 .box .unifyTitle .en {
    writing-mode: vertical-lr
}

@media (max-width:1024px) {
    .historyMod-2 .box .unifyTitle .en {
        writing-mode: unset
    }
}

.historyMod-2 .box .swiperBox {
    width: 90%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .historyMod-2 .box .swiperBox {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset;
        flex-direction: column-reverse
    }
}

.historyMod-2 .box .swiperBox .txtBox {
    width: 65%;
    height: 100%
}

@media (max-width:1300px) {
    .historyMod-2 .box .swiperBox .txtBox {
        width: 70%
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .historyMod-2 .box .swiperBox .txtBox {
        width: 120%;
        margin-top: 4vw
    }
}

.historyMod-2 .box .swiperBox .txtBox #historyTxt {
    width: 100%;
    height: 100%
}

.historyMod-2 .box .swiperBox .txtBox #historyTxt .swiper-slide {
    background-color: rgba(0, 0, 0, 0);
    padding: 30px;
    opacity: .6;
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1600px) {
    .historyMod-2 .box .swiperBox .txtBox #historyTxt .swiper-slide {
        padding: 20px 30px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    .historyMod-2 .box .swiperBox .txtBox #historyTxt .swiper-slide {
        padding: 20px
    }
}

@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
    .historyMod-2 .box .swiperBox .txtBox #historyTxt .swiper-slide {
        padding: 8vw 5vw
    }
}

.historyMod-2 .box .swiperBox .txtBox #historyTxt .swiper-slide.on {
    background-color: #f2e5d5;
    transition-duration: .5s;
    transition-property: all;
    opacity: 1
}

.historyMod-2 .box .swiperBox .txtBox #historyTxt .swiper-slide a .top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset
}

.historyMod-2 .box .swiperBox .txtBox #historyTxt .swiper-slide a .top .year {
    font-size: 30px;
    color: #d8b271;
    font-family: 'Hel-02';
    font-weight: bold;
    line-height: 1em
}

@media (max-width:1300px) {
    .historyMod-2 .box .swiperBox .txtBox #historyTxt .swiper-slide a .top .year {
        font-size: 24px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .historyMod-2 .box .swiperBox .txtBox #historyTxt .swiper-slide a .top .year {
        font-size: 6vw;
        width: 100%
    }
}

.historyMod-2 .box .swiperBox .txtBox #historyTxt .swiper-slide a .top .bt {
    font-size: 20px;
    font-weight: bold;
    color: #444;
    margin: 10px 0
}

@media (max-width:1300px) {
    .historyMod-2 .box .swiperBox .txtBox #historyTxt .swiper-slide a .top .bt {
        font-size: 18px;
        font-size: 4vw;
        margin: 4px 0
    }
}

.historyMod-2 .box .swiperBox .txtBox #historyTxt .swiper-slide a .miaoshu {
    margin-top: 10px
}

.historyMod-2 .box .swiperBox .txtBox #historyTxt .swiper-slide a .miaoshu * {
    color: #444
}

@media (max-width:1300px) {
    .historyMod-2 .box .swiperBox .txtBox #historyTxt .swiper-slide a .miaoshu * {
        font-size: 14px
    }
}

@media (max-width:1300px) {
    .historyMod-2 .box .swiperBox .txtBox #historyTxt .swiper-slide a .miaoshu * {
        line-height: 2em
    }
}

.historyMod-2 .box .swiperBox .imgBox {
    margin-left: 0;
    padding-left: 5%
}

@media (max-width:1300px) {
    .historyMod-2 .box .swiperBox .imgBox {
        width: 30%
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .historyMod-2 .box .swiperBox .imgBox {
        padding-left: 0;
        width: 90vw
    }
}

.historyMod-2 .box .swiperBox .imgBox img {
    width: 100%
}

.historyMod-2 .box .swiperBox .imgBox img:first-child {
    margin-bottom: 20px
}

.historyMod-2 .box .swiperBox .imgBox {
    margin-left: -5%;
    width: 40%;
    height: 100%
}

@media (max-width:1300px) {
    .historyMod-2 .box .swiperBox .imgBox {
        width: 40%
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .historyMod-2 .box .swiperBox .imgBox {
        margin-left: 0;
        width: 100%;
        height: 60vw
    }
}

.historyMod-2 .box .swiperBox .imgBox #historyImg {
    width: 100%;
    height: 100%
}

.historyMod-2 .box .swiperBox .imgBox #historyImg .swiper-wrapper {
    align-items: center
}

.historyMod-2 .box .swiperBox .imgBox #historyImg .swiper-wrapper .swiper-slide {
    transition-duration: .5s;
    transition-property: all;
    width: 80%;
    margin: 0 auto
}

@media (max-width:1600px) {
    .historyMod-2 .box .swiperBox .imgBox #historyImg .swiper-wrapper .swiper-slide {
        width: 88%
    }
}

@media (max-width:1300px) {
    .historyMod-2 .box .swiperBox .imgBox #historyImg .swiper-wrapper .swiper-slide {
        width: 90%
    }
}

@media (max-width:1024px) {
    .historyMod-2 .box .swiperBox .imgBox #historyImg .swiper-wrapper .swiper-slide {
        width: 84%
    }
}

@media (max-width:1024px) {
    .historyMod-2 .box .swiperBox .imgBox #historyImg .swiper-wrapper .swiper-slide {
        height: 90%
    }
}

.historyMod-2 .box .swiperBox .imgBox #historyImg .swiper-wrapper .swiper-slide .imgR {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.historyMod-2 .box .swiperBox .imgBox #historyImg .swiper-wrapper .swiper-slide .mask {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 0;
    transition-duration: .5s;
    transition-property: all
}

.historyMod-2 .box .swiperBox .imgBox #historyImg .swiper-wrapper .swiper-slide.cengji {
    z-index: 1
}

.historyMod-2 .box .swiperBox .imgBox #historyImg .swiper-wrapper .swiper-slide.big {
    transform: scale(1.2, 1.4)
}

@media (max-width:1024px) {
    .historyMod-2 .box .swiperBox .imgBox #historyImg .swiper-wrapper .swiper-slide.big {
        transform: scale(1.2, 1.1)
    }
}

.historyMod-2 .box .swiperBox .imgBox #historyImg .swiper-wrapper .swiper-slide.big .mask {
    background-color: rgba(255, 255, 255, 0)
}

.historyMod-2 .bg {
    position: absolute;
    opacity: .5;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0
}

.historyMod-3 {
    padding: 100px 0
}

@media (max-width:1600px) {
    .historyMod-3 {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    .historyMod-3 {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    .historyMod-3 {
        padding: 12vw 0
    }
}

.historyMod-3 #liucout {
    width: 90%
}

.historyMod-3 #liucout .box {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center
}

.historyMod-3 #liucout .box .miaoshu {
    height: 14vw;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-direction: column;
    transition: .5s all
}

.historyMod-3 #liucout .box .miaoshu h1 {
    width: 40%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #c53232;
    color: #fff;
    border-radius: 20px;
    font-size: 20px;
    font-weight: bold
}

.historyMod-3 #liucout .box .tu {
    width: 80%;
    height: 14vw;
    margin: 0 auto;
    object-fit: cover;
    background-position: center;
    background-size: cover;
    border: 4px solid #f5ac53;
    border-radius: 16px
}

.historyMod-3 #liucout .box .tu>div {
    width: 100%;
    height: 100%;
    transition: all .5s;
    position: relative;
    padding: 10px;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0
}

.historyMod-3 #liucout .box:hover .tu>div {
    opacity: 1
}

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

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

.historyMod-3 #liucout .box .name {
    font-size: 24px;
    margin: 10px 0;
    font-weight: bold;
    color: #fff
}

.historyMod-3 #liucout .swiper-wrapper {
    position: relative
}

.historyMod-3 #liucout .box .miaoshu p {
    font-size: 16px;
    text-indent: 2em;
    color: #232121;
    line-height: 1.8em
}

.historyMod-3 #liucout li:nth-child(2n) .box {
    flex-direction: column-reverse
}

.historyMod-3 #liucout li:nth-child(2n) .miaoshu {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start
}

.historyMod-3 #liucout .box .xian {
    height: 70px;
    width: 1px;
    background-color: #ab3345;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.historyMod-3 #liucout .box .xian>o {
    width: 14px;
    height: 14px;
    background-color: #ab3345;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 11
}

.historyMod-3 .hengxian {
    width: 600px;
    height: 2px;
    position: absolute;
    top: 50%;
    transition: .5s all;
    background-color: #d79e4d
}

.historyMod-3 .hengxian div {
    height: 100%;
    background-color: #d79e4d;
    transition: all .5s ease
}

.historyMod-3 .mask {
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    height: 100%
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(212, 44, 44, 0.15), 0 0 0 10px rgba(212, 44, 44, 0.15), 0 0 0 20px rgba(212, 44, 44, 0.15)
    }

    100% {
        box-shadow: 0 0 0 10px rgba(212, 44, 44, 0.15), 0 0 0 20px rgba(212, 44, 44, 0.15), 0 0 0 40px rgba(212, 44, 44, 0)
    }
}

.anin {
    background: #ff668a;
    color: #fff;
    display: inline-block;
    width: 10px;
    height: 10px;
    line-height: 10px;
    border-radius: 50%;
    transition: .3s ease-in-out;
    -webkit-animation: ripple 1s linear infinite;
    animation: ripple 1s linear infinite
}

.anin:hover {
    transform: scale(1.1);
    transition: .3s ease-in-out
}

.anin div {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff
}

@media (max-width:1024px) {
    .historyMod-3 #liucout .box .miaoshu {
        height: 46vw
    }

    .historyMod-3 #liucout .box .tu {
        height: 46vw
    }
}

.historyMod-4 {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    background-image: unset
}

.historyMod-4 .bgMask {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%
}

.historyMod-4 .bgMask .cenBox {
    padding: 100px 0;
    width: 1500px;
    margin: 0 auto
}

@media (max-width:1600px) {
    .historyMod-4 .bgMask .cenBox {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    .historyMod-4 .bgMask .cenBox {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    .historyMod-4 .bgMask .cenBox {
        padding: 12vw 0
    }
}

@media (max-width:1600px) {
    .historyMod-4 .bgMask .cenBox {
        width: 88%
    }
}

@media (max-width:1300px) {
    .historyMod-4 .bgMask .cenBox {
        width: 90%
    }
}

@media (max-width:1024px) {
    .historyMod-4 .bgMask .cenBox {
        width: 84%
    }
}

@media (max-width:1300px) {
    .historyMod-4 .bgMask .cenBox {
        padding: 100px 0;
        padding-top: 10vw
    }
}

@media (max-width:1300px) and (max-width:1600px) {
    .historyMod-4 .bgMask .cenBox {
        padding: 80px 0
    }
}

@media (max-width:1300px) and (max-width:1300px) {
    .historyMod-4 .bgMask .cenBox {
        padding: 6vw 0
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .historyMod-4 .bgMask .cenBox {
        padding: 12vw 0
    }
}

.historyMod-4 .bgMask .cenBox .topTabs {
    position: relative
}

.historyMod-4 .bgMask .cenBox .topTabs #inxHistory {
    width: 80%
}

.historyMod-4 .bgMask .cenBox .topTabs #inxHistory ul li {
    width: 33.333%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .historyMod-4 .bgMask .cenBox .topTabs #inxHistory ul li {
        z-index: 2
    }
}

.historyMod-4 .bgMask .cenBox .topTabs #inxHistory ul li .quanK {
    position: relative;
    width: 200px;
    height: 200px
}

.historyMod-4 .bgMask .cenBox .topTabs #inxHistory ul li .quanK .quan {
    cursor: pointer;
    position: absolute;
    top: calc(50% - 200px * 0.5);
    left: calc(50% - 200px * 0.5);
    transition-duration: .5s;
    transition-property: all;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    transform: scale(.3);
    padding: 8px;
    border-radius: 50%
}

.historyMod-4 .bgMask .cenBox .topTabs #inxHistory ul li .quanK .quan .quan1 {
    position: relative;
    background-color: #fff;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    border: 1px solid #333;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.historyMod-4 .bgMask .cenBox .topTabs #inxHistory ul li .quanK .quan .quan1 span {
    font-size: 80px;
    font-family: 'syst'
}

.historyMod-4 .bgMask .cenBox .topTabs #inxHistory ul li .quanK .quan .quan1 .tabsImg {
    z-index: 1;
    opacity: 0;
    transition-duration: .5s;
    transition-property: all;
    border-radius: 50%;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.historyMod-4 .bgMask .cenBox .topTabs #inxHistory ul li .infoTitle {
    transform: translateY(-90px) scale(.5);
    transition-duration: .5s;
    transition-property: all;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.historyMod-4 .bgMask .cenBox .topTabs #inxHistory ul li .infoTitle .xianshan {
    height: 60px;
    opacity: 0;
    transition-duration: .5s;
    transition-property: all;
    width: 70%
}

.historyMod-4 .bgMask .cenBox .topTabs #inxHistory ul li .infoTitle .years {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    font-size: 24px;
    width: 250px;
    height: 50px;
    transition-duration: .5s;
    transition-property: all;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../../html/rgmod/moduleMod/historyMod/historyMod-4/hisTimeBg.png);
    background-position: center;
    opacity: 0
}

.historyMod-4 .bgMask .cenBox .topTabs #inxHistory ul li.swiper-slide-active {
    z-index: 1
}

.historyMod-4 .bgMask .cenBox .topTabs #inxHistory ul li.swiper-slide-active .quanK .quan {
    transform: scale(1)
}

.historyMod-4 .bgMask .cenBox .topTabs #inxHistory ul li.swiper-slide-active .quanK .quan .quan1 .tabsImg {
    opacity: 1
}

.historyMod-4 .bgMask .cenBox .topTabs #inxHistory ul li.swiper-slide-active .infoTitle {
    transform: translateY(-50%) scale(1)
}

.historyMod-4 .bgMask .cenBox .topTabs #inxHistory ul li.swiper-slide-active .infoTitle .xianshan {
    opacity: 1
}

.historyMod-4 .bgMask .cenBox .topTabs #inxHistory ul li.swiper-slide-active .infoTitle .years {
    opacity: 1
}

.historyMod-4 .bgMask .cenBox .topTabs .naviga {
    position: absolute;
    width: 80px;
    height: 80px;
    top: calc(200px * 0.5 - 40px);
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../../html/rgmod/moduleMod/historyMod/historyMod-4/maobiQQ.png);
    background-position: center;
    filter: invert(1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    cursor: pointer
}

@media (max-width:1024px) {
    .historyMod-4 .bgMask .cenBox .topTabs .naviga {
        display: none
    }
}

.historyMod-4 .bgMask .cenBox .topTabs .naviga i {
    color: #fff;
    font-size: 20px
}

.historyMod-4 .bgMask .cenBox .topTabs .naviga.inxHis-prev {
    left: 0
}

.historyMod-4 .bgMask .cenBox .topTabs .naviga.inxHis-next {
    right: 0
}

.historyMod-4 .bgMask .cenBox .topTabs .hengxian {
    background-image: url(../../html/rgmod/moduleMod/historyMod/historyMod-4/navBg.png);
    background-size: 100% 100%;
    filter: invert(1);
    display: block;
    opacity: .8;
    width: 100%;
    height: 8px;
    position: absolute;
    top: calc(200px * 0.5 - 2px)
}

@media (max-width:1024px) {
    .historyMod-4 .bgMask .cenBox .bottomCout #inxHisCout {
        transition-duration: .5s;
        transition-property: all
    }
}

.historyMod-4 .bgMask .cenBox .bottomCout #inxHisCout ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .historyMod-4 .bgMask .cenBox .bottomCout #inxHisCout ul li {
        height: fit-content
    }
}

.historyMod-4 .bgMask .cenBox .bottomCout #inxHisCout ul li .title {
    color: #fff;
    font-size: 20px
}

.historyMod-4 .bgMask .cenBox .bottomCout #inxHisCout ul li .miaoshu {
    transform: translateY(40px);
    opacity: 0;
    margin-top: 40px;
    transition-duration: .5s;
    transition-property: all
}

.historyMod-4 .bgMask .cenBox .bottomCout #inxHisCout ul li .miaoshu p {
    color: #ccc;
    font-size: 16px
}

@media (max-width:1024px) {
    .historyMod-4 .bgMask .cenBox .bottomCout #inxHisCout ul li .miaoshu p {
        font-size: 3.2vw
    }
}

.historyMod-4 .bgMask .cenBox .bottomCout #inxHisCout ul li.swiper-slide-active .miaoshu {
    transition-delay: .8s;
    transform: translateY(0);
    opacity: 1
}

@media (max-width:1024px) {
    .historyMod-4 .bgMask .cenBox .bottomCout #inxHisCout ul li.swiper-slide-active .miaoshu {
        transition-delay: .3s
    }
}

.historyMod-4 .bannerBWL {
    top: 0;
    transform: rotate(180deg);
    bottom: unset
}

.historyMod-4 .yunDuo {
    overflow: hidden;
    position: absolute;
    width: 100%;
    bottom: 0
}

.historyMod-4 .yunDuo img {
    width: 120vw;
    bottom: 0;
    position: relative;
    left: 0;
    z-index: 1
}

@media (max-width:1024px) {
    .historyMod-4 .yunDuo img {
        width: 100%
    }
}

.historyMod-5 {
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    width: 100%;
    position: relative
}

.historyMod-5 .coutBox {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .historyMod-5 .coutBox {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

.historyMod-5 .coutBox .right {
    width: 60%;
    padding: 100px 0;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%
}

@media (max-width:1600px) {
    .historyMod-5 .coutBox .right {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    .historyMod-5 .coutBox .right {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    .historyMod-5 .coutBox .right {
        padding: 12vw 0
    }
}

.historyMod-5 .coutBox .right .unifyTitle .cn {
    color: #fff
}

.historyMod-5 .coutBox .right .unifyTitle .en {
    color: #fff
}

.historyMod-5 .coutBox .right .hisTabsBox #hisTabs .xian {
    bottom: 54px;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.251);
    position: absolute
}

.historyMod-5 .coutBox .right .hisTabsBox #hisTabs li {
    width: unset;
    margin: 0 100px;
    opacity: .6;
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1024px) {
    .historyMod-5 .coutBox .right .hisTabsBox #hisTabs li {
        margin: 0 10vw
    }
}

.historyMod-5 .coutBox .right .hisTabsBox #hisTabs li .date {
    padding-bottom: 50px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    position: relative
}

.historyMod-5 .coutBox .right .hisTabsBox #hisTabs li .date .riqi {
    font-size: 24px;
    color: #ccc;
    margin-bottom: 30px;
    transition-duration: .5s;
    transition-property: all;
    transform: scale(.7)
}

.historyMod-5 .coutBox .right .hisTabsBox #hisTabs li .date .dian {
    border-radius: 50%;
    width: 8px;
    height: 8px;
    background-color: #fff;
    transition-duration: .5s;
    transition-property: all;
    bottom: 0;
    display: block;
    animation: ripple 2s linear 0s infinite normal
}

.historyMod-5 .coutBox .right .hisTabsBox #hisTabs li.swiper-slide-active {
    opacity: 1
}

.historyMod-5 .coutBox .right .hisTabsBox #hisTabs li.swiper-slide-active .date .riqi {
    transform: scale(1);
    opacity: 1
}

.historyMod-5 .coutBox .right .hisTabsBox #hisTabs li.swiper-slide-active .date .dian {
    background-color: #d8b271
}

.historyMod-5 .coutBox .right .hisTabsBox .neirong {
    width: 80%;
    margin: 0 auto;
    margin-top: 50px
}

@media (max-width:1600px) {
    .historyMod-5 .coutBox .right .hisTabsBox .neirong {
        width: 88%
    }
}

@media (max-width:1300px) {
    .historyMod-5 .coutBox .right .hisTabsBox .neirong {
        width: 90%
    }
}

@media (max-width:1024px) {
    .historyMod-5 .coutBox .right .hisTabsBox .neirong {
        width: 84%
    }
}

@media (max-width:1024px) {
    .historyMod-5 .coutBox .right .hisTabsBox .neirong {
        margin-top: 4vw
    }
}

.historyMod-5 .coutBox .right .hisTabsBox .neirong #hisCout li {
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: unset;
    flex-wrap: unset
}

.historyMod-5 .coutBox .right .hisTabsBox .neirong #hisCout li .coutDate {
    font-size: 18px;
    margin-bottom: 20px;
    color: #f8f8f8
}

@media (max-width:1024px) {
    .historyMod-5 .coutBox .right .hisTabsBox .neirong #hisCout li .coutDate {
        font-size: 6vw
    }
}

.historyMod-5 .coutBox .right .hisTabsBox .neirong #hisCout li .miaoshu {
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.6em;
    text-align: justify
}

.historyMod-5 .coutBox .right .hisTabsBox .neirong #hisCout li .miaoshu p {
    color: #ccc;
    font-size: 16px
}

@media (max-width:1300px) {
    .historyMod-5 .coutBox .right .hisTabsBox .neirong #hisCout li .miaoshu p {
        font-size: 16px
    }
}

@media (max-width:1024px) {
    .historyMod-5 .coutBox .right .hisTabsBox .neirong #hisCout li .miaoshu {
        line-height: 2em;
        font-size: 3.4vw
    }
}

.historyMod-5 .coutBox .right .hisTabsBox .neirong .contro {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.historyMod-5 .coutBox .right .hisTabsBox .neirong .contro div {
    border-radius: 50%;
    cursor: pointer;
    transition-duration: .5s;
    transition-property: all;
    width: 60px;
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    background-color: #ffffff47;

}

.historyMod-5 .coutBox .right .hisTabsBox .neirong .contro div i {
    color: #fff;
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1300px) {
    .historyMod-5 .coutBox .right .hisTabsBox .neirong .contro div {
        width: 40px;
        height: 40px
    }
}

.historyMod-5 .coutBox .right .hisTabsBox .neirong .contro div.bianjie {
    opacity: .3;
    pointer-events: none
}

.historyMod-5 .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.historyMod-6 {
    width: 100%;
    padding: 100px 0
}

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

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

@media (max-width:1024px) {
    .historyMod-6 {
        padding: 12vw 0
    }
}

.historyMod-6 .cenBox .zhou {
    position: relative;
    width: 100%
}

@media (max-width:1024px) {
    .historyMod-6 .cenBox .zhou {
        padding-bottom: 0
    }
}

.historyMod-6 .cenBox .zhou #zhou {
    width: 100%
}

.historyMod-6 .cenBox .zhou #zhou li {
    position: relative;
    height: 100px;
    width: 200px;
    padding: 80px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.historyMod-6 .cenBox .zhou #zhou li .box {
    width: 60px;
    height: 60px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.historyMod-6 .cenBox .zhou #zhou li .box .years {
    width: 100%;
    position: absolute;
    top: 0%;
    font-size: 20px;
    font-weight: bold;
    left: 50%;
    text-align: center;
    transform: translateX(-50%)
}

.historyMod-6 .cenBox .zhou #zhou li .box .dian {
    background-color: #d8b271;
    width: 10px;
    height: 10px;
    transition-duration: .3s;
    transition-property: all;
    border-radius: 50%;
    animation: ripple 2s linear 0s infinite normal;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    filter: grayscale(1);
    opacity: .5
}

.historyMod-6 .cenBox .zhou #zhou li.on .years {
    color: #d8b271
}

.historyMod-6 .cenBox .zhou #zhou li.on .box .dian {
    filter: grayscale(0);
    opacity: 1;
    width: 20px;
    height: 20px
}

.historyMod-6 .cenBox .zhou:after {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 100%;
    height: 2px;
    left: 0;
    top: calc(50% - 1px);
    background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.1), transparent)
}

.historyMod-6 .cenBox .coutBox {
    width: 90%;
    margin: 0 auto;
    position: relative
}

.historyMod-6 .cenBox .coutBox .changeBox {
    width: 100%;
    position: absolute;
    opacity: 0;
    pointer-events: none
}

.historyMod-6 .cenBox .coutBox .changeBox .contentBox {
    position: relative
}

.historyMod-6 .cenBox .coutBox .changeBox .contentBox .title {
    position: relative;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 40px;
    z-index: 2
}

@media (max-width:1300px) {
    .historyMod-6 .cenBox .coutBox .changeBox .contentBox .title {
        margin-bottom: 30px
    }
}

.historyMod-6 .cenBox .coutBox .changeBox .contentBox .title::after {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 40px;
    height: 4px;
    border-radius: 2px;
    background-color: #d8b271;
    top: 110%;
    left: calc(50% - 20px)
}

.historyMod-6 .cenBox .coutBox .changeBox.on {
    opacity: 1;
    transition-duration: .5s;
    transition-property: all;
    pointer-events: auto
}

.historyMod-6 .cenBox .coutBox .changeBox.turnLeft {
    transform: translateX(-80px);
    opacity: 0;
    transition-duration: .5s;
    transition-property: all
}

.historyMod-6 .cenBox .coutBox .changeBox.turnRight {
    transform: translateX(80px);
    opacity: 0;
    transition-duration: .5s;
    transition-property: all
}

.historyMod-6 .cenBox .coutBox .changeBox.joinLeft {
    opacity: 0;
    transform: translateX(80px)
}

.historyMod-6 .cenBox .coutBox .changeBox.joinRight {
    opacity: 0;
    transform: translateX(-80px)
}

.superiorityMod-1 {
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1600px) {
    .superiorityMod-1 {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    .superiorityMod-1 {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    .superiorityMod-1 {
        padding: 12vw 0
    }
}

.superiorityMod-1 ul {
    margin-top: 50px;
    width: 1500px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1600px) {
    .superiorityMod-1 ul {
        width: 88%
    }
}

@media (max-width:1300px) {
    .superiorityMod-1 ul {
        width: 90%
    }
}

@media (max-width:1024px) {
    .superiorityMod-1 ul {
        width: 84%
    }
}

@media (max-width:1024px) {
    .superiorityMod-1 ul {
        margin-top: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset;
        flex-wrap: wrap
    }
}

.superiorityMod-1 ul li {
    padding: 0 40px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .superiorityMod-1 ul li {
        width: 100%;
        margin-bottom: 6vw
    }
}

.superiorityMod-1 ul li img {
    width: 100%;
    height: 220px;
    margin-bottom: 20px
}

@media (max-width:1024px) {
    .superiorityMod-1 ul li img {
        height: 40vw
    }
}

.superiorityMod-1 ul li .title {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 20px
}

@media (max-width:1024px) {
    .superiorityMod-1 ul li .title {
        font-size: 5vw;
        margin-bottom: 4vw
    }
}

.superiorityMod-1 ul li .miaoshu {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.superiorityMod-2 {
    padding: 100px 0 0 0;
    background-image: url(../img/bg19.jpg);
    background-size: cover;

}

@media (max-width:1600px) {
    .superiorityMod-2 {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    .superiorityMod-2 {
        padding: 6vw 0
    }
}

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

.superiorityMod-2 .box {
    margin-bottom: 40px;
    width: 1500px;
    margin: 0 auto
}

@media (max-width:1600px) {
    .superiorityMod-2 .box {
        width: 88%
    }
}

@media (max-width:1300px) {
    .superiorityMod-2 .box {
        width: 90%
    }
}

@media (max-width:1024px) {
    .superiorityMod-2 .box {
        width: 84%
    }
}

@media (max-width:1024px) {
    .superiorityMod-2 .box {
        width: 100%
    }
}

.superiorityMod-2 .box .inxTitle {
    text-align: center
}

.superiorityMod-2 .box .shiliBox {
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    aspect-ratio: 2/1
}

@media (max-width:1024px) {
    .superiorityMod-2 .box .shiliBox {
        display: flex;
        flex-direction: column;
        align-items: unset;
        justify-content: unset;
        flex-wrap: unset;
        aspect-ratio: unset
    }
}

.superiorityMod-2 .box .shiliBox ul {
    height: 90%;
    width: calc(100% - 20%);
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    background-image: unset;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .superiorityMod-2 .box .shiliBox ul {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: unset;
        justify-content: unset;
        flex-wrap: unset;
        margin-top: 10vw
    }
}

.superiorityMod-2 .box .shiliBox ul li {
    flex: 1;
    height: 100%;
    overflow: hidden
}

@media (max-width:1024px) {
    .superiorityMod-2 .box .shiliBox ul li {
        flex: unset;
        width: 100%
    }
}

.superiorityMod-2 .box .shiliBox ul li .box1 {
    padding-bottom: 140px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: unset;
    flex-wrap: unset;
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1300px) {
    .superiorityMod-2 .box .shiliBox ul li .box1 {
        padding-bottom: 10vw
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .superiorityMod-2 .box .shiliBox ul li .box1 {
        padding-bottom: 20vw
    }
}

.superiorityMod-2 .box .shiliBox ul li .box1 .tibg {
    width: 100%;
    height: 100px;
    transition-duration: .5s;
    transition-property: all;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: unset;
    flex-wrap: unset;
    padding: 16px 30px;
    background-color: #d8b271
}

.superiorityMod-2 .box .shiliBox ul li .box1 .tibg * {
    color: #d8b271;
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1024px) {
    .superiorityMod-2 .box .shiliBox ul li .box1 .tibg {
        padding: 6vw
    }
}

.superiorityMod-2 .box .shiliBox ul li .box1 .tibg .title {
    font-size: 2vw;
    color: #fff;
    font-family: 'syst';
    margin-bottom: 10px
}

.superiorityMod-2 .box .shiliBox ul li .box1 .tibg .txtC {
    opacity: 0;
    transition-duration: .5s;
    transition-property: all;
    text-align: justify;
    line-height: 2em;
    text-indent: 2em;
    font-size: 14px;
    margin-top: 50px;
    text-indent: 0;
    text-align: center
}

@media (max-width:1024px) {
    .superiorityMod-2 .box .shiliBox ul li .box1 .tibg .txtC {
        margin-top: 5vw;
        pointer-events: none
    }
    .superiorityMod-2 .box .shiliBox ul li .box1 .tibg .title {
        font-size: 5vw;
        margin-bottom: 0
    
    }
}

@media (max-width:1300px) {
    .superiorityMod-2 .box .shiliBox ul li .box1 .tibg .subtitle {
        font-size: 16px
    }
}

.superiorityMod-2 .box .shiliBox ul li:hover .box1 {
    padding-bottom: 0
}

.superiorityMod-2 .box .shiliBox ul li:hover .box1 .tibg {
    padding-top: 100px;
    height: 100%;
    transition-delay: .5s;
    background-color: #d8b271
}

@media (max-width:1024px) {
    .superiorityMod-2 .box .shiliBox ul li:hover .box1 .tibg {
        padding-top: 10vw
    }
}

.superiorityMod-2 .box .shiliBox ul li:hover .box1 .tibg * {
    color: #fff;
    transition-delay: .5s
}

.superiorityMod-2 .box .shiliBox ul li:hover .box1 .tibg .txtC {
    opacity: 1;
    transition-delay: .8s
}

.superiorityMod-2 .box .shiliBox ul i {
    background-color: #fff;
    height: 100%;
    width: 10px;
    display: block
}

@media (max-width:1024px) {
    .superiorityMod-2 .box .shiliBox ul i {
        display: none
    }
}

.superiorityMod-2 .box .shiliBox .more {
    width: 20%;
    background-color: #666;
    height: 100%
}

@media (max-width:1024px) {
    .superiorityMod-2 .box .shiliBox .more {
        width: 100%
    }
}

.superiorityMod-2 .box .shiliBox .more .box1 {
    padding-bottom: 140px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: unset
}

@media (max-width:1300px) {
    .superiorityMod-2 .box .shiliBox .more .box1 {
        padding-bottom: 10vw
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .superiorityMod-2 .box .shiliBox .more .box1 {
        padding-bottom: 0
    }
}

@media (max-width:1300px) {
    .superiorityMod-2 .box .shiliBox .more .box1 img {
        height: 50%
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .superiorityMod-2 .box .shiliBox .more .box1 img {
        height: 50vw
    }
}

.superiorityMod-2 .box .shiliBox .more .box1 .tibg {
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    background-color: #d8b271
}

.superiorityMod-2 .box .shiliBox .more .box1 .tibg * {
    color: #fff
}

.superiorityMod-2 .box .shiliBox .more .box1 .tibg a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.superiorityMod-3 {
    position: relative;
    width: 100%;
    padding: 100px 0
}

@media (max-width:1600px) {
    .superiorityMod-3 {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    .superiorityMod-3 {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    .superiorityMod-3 {
        padding: 12vw 0
    }
}

.superiorityMod-3 .scrollLR {
    position: relative;
    height: 30vw;
    width: 100%
}

@media (max-width:1024px) {
    .superiorityMod-3 .scrollLR {
        height: 54vw
    }
}

.superiorityMod-3 .scrollLR .top_gallery {
    position: absolute;
    left: 0;
    top: 0%;
    width: 100%;
    height: 100%;
    touch-action: none
}

.superiorityMod-3 .scrollLR .top_gallery .inner {
    position: relative;
    height: 100%;
    overflow: hidden
}

.superiorityMod-3 .scrollLR .top_gallery .inner .content {
    padding: 0 8vw;
    display: inline-flex;
    column-gap: 4vw;
    height: 100%
}

.superiorityMod-3 .scrollLR .top_gallery .inner .content .top_projectItem {
    width: 60vw;
    padding: 0 3vw;
    height: 100%
}

@media (max-width:1024px) {
    .superiorityMod-3 .scrollLR .top_gallery .inner .content .top_projectItem {
        width: 100vw
    }
}

.superiorityMod-3 .scrollLR .top_gallery .inner .content .top_projectItem .bgTu {
    position: relative;
    background-size: 120%;
    border-radius: 20px;
    background-position: 0%;
    transition-duration: .5s;
    transition-property: all;
    width: 100%;
    height: 100%
}

.superiorityMod-3 .scrollLR .top_gallery .inner .content .top_projectItem .bgTu .ysTxt {
    position: absolute;
    bottom: 4vw;
    right: -4vw;
    left: 4vw
}

@media (max-width:1024px) {
    .superiorityMod-3 .scrollLR .top_gallery .inner .content .top_projectItem .bgTu .ysTxt {
        bottom: 8vw;
        right: -8vw;
        left: 8vw
    }
}

.superiorityMod-3 .scrollLR .top_gallery .inner .content .top_projectItem .bgTu .ysTxt .ul {
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: unset;
    flex-wrap: wrap
}

.superiorityMod-3 .scrollLR .top_gallery .inner .content .top_projectItem .bgTu .ysTxt .ul li .s1 {
    margin-bottom: 2vw;
    opacity: 0;
    transform: translateY(100%);
    filter: blur(2px);
    color: #fff;
    line-height: 1em;
    font-size: 44px;
    font-weight: bold;
    transition-duration: .5s;
    transition-property: all;
    text-shadow: 1px 2px 20px #893180
}

@media (max-width:1300px) {
    .superiorityMod-3 .scrollLR .top_gallery .inner .content .top_projectItem .bgTu .ysTxt .ul li .s1 {
        font-size: 30px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .superiorityMod-3 .scrollLR .top_gallery .inner .content .top_projectItem .bgTu .ysTxt .ul li .s1 {
        font-size: 6vw
    }
}

.superiorityMod-3 .scrollLR .top_gallery .inner .content .top_projectItem .bgTu .ysTxt .ul li.on .s1 {
    opacity: 1;
    transform: translateY(0);
    transition-duration: .5s;
    transition-property: all;
    filter: blur(0)
}

.superiorityMod-3 .scrollLR .top_gallery .inner .content .top_projectItem:hover .bgTu {
    background-position: 20%;
    transition-duration: 6s;
    transition-property: all
}

.superiorityMod-4 {
    padding: 100px 0
}

@media (max-width:1600px) {
    .superiorityMod-4 {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    .superiorityMod-4 {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    .superiorityMod-4 {
        padding: 12vw 0
    }
}

.superiorityMod-4 ul {
    display: flex;
    align-items: center;
    height: 140px;
    width: 1400px;
    margin: 0 auto;
    justify-content: space-between;
    position: relative
}

.superiorityMod-4 ul img {
    width: 50%
}

.superiorityMod-4 li {
    box-shadow: 0 6px 20px rgba(0, 29, 40, 0.1);
    padding: 20px;
    border-radius: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    background-color: #fff;
    flex: 1;
    margin-right: 20px
}

.superiorityMod-4 li:last-child {
    margin-right: 0
}

.superiorityMod-4 .cout {
    width: 50%;
    flex-direction: column;
    display: flex;
    padding-left: 5%
}

.superiorityMod-4 .cout>div {
    font-size: 16px;
    font-weight: 100
}

.superiorityMod-4 .cout>span {
    font-size: 14px;
    color: #bdc3c5;
    line-height: 1.6em;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

@media only screen and (max-width:1600px) {
    .superiorityMod-4 ul {
        width: 1230px
    }
}

@media only screen and (max-width:1300px) {
    .superiorityMod-4 ul {
        width: 96%
    }

    .superiorityMod-4 li {
        width: 24%
    }
}

@media only screen and (max-width:1024px) {
    .superiorityMod-4 ul {
        display: flex;
        flex-wrap: wrap;
        margin-top: -3vw;
        width: 88%
    }

    .superiorityMod-4 li {
        width: 49%;
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 44vw;
        margin-bottom: 2vw
    }

    .superiorityMod-4 .cout {
        padding-left: 0;
        width: 100%
    }

    .superiorityMod-4 ul img {
        width: 74%
    }

    .superiorityMod-4 ul {
        height: unset
    }
}

.superiorityMod-5 {
    height: 50vw;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center
}

@media (max-width:1024px) {
    .superiorityMod-5 {
        height: unset
    }
}

.superiorityMod-5 .coutBox {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1
}

@media (max-width:1024px) {
    .superiorityMod-5 .coutBox {
        position: unset
    }
}

.superiorityMod-5 .coutBox ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

@media (max-width:1024px) {
    .superiorityMod-5 .coutBox ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

.superiorityMod-5 .coutBox ul li {
    flex: 1;
    height: 100%;
    position: relative
}

@media (max-width:1024px) {
    .superiorityMod-5 .coutBox ul li {
        height: 30vw;
        flex: unset;
        width: 100%
    }
}

.superiorityMod-5 .coutBox ul li .ico {
    height: 50px;
    object-fit: contain;
    margin-bottom: 0px;
    opacity: 0;
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1024px) {
    .superiorityMod-5 .coutBox ul li .ico {
        opacity: 1
    }
}

.superiorityMod-5 .coutBox ul li .box {
    height: 100%;
    padding: 60px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1300px) {
    .superiorityMod-5 .coutBox ul li .box {
        padding: 30px 0
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .superiorityMod-5 .coutBox ul li .box {
        padding: 0;
        width: 90%;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

.superiorityMod-5 .coutBox ul li .box .txtBox {
    height: 60%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .superiorityMod-5 .coutBox ul li .box .txtBox {
        height: unset;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        flex-wrap: unset;
        flex-direction: column-reverse;
        padding-left: 4vw
    }
}

.superiorityMod-5 .coutBox ul li .box .txtBox .miaoshu {
    writing-mode: vertical-lr;
    color: #fff;
    font-size: 18px;
    letter-spacing: .2em
}

@media (max-width:1600px) {
    .superiorityMod-5 .coutBox ul li .box .txtBox .miaoshu {
        font-size: 16px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    .superiorityMod-5 .coutBox ul li .box .txtBox .miaoshu {
        font-size: 14px
    }
}

@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
    .superiorityMod-5 .coutBox ul li .box .txtBox .miaoshu {
        writing-mode: lr
    }
}

.superiorityMod-5 .coutBox ul li .box .txtBox>i {
    display: block;
    height: 100%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 0 10px;
    margin: 2vw 0
}

@media (max-width:1024px) {
    .superiorityMod-5 .coutBox ul li .box .txtBox>i {
        width: 100%;
        height: 1px
    }
}

.superiorityMod-5 .coutBox ul li .box .txtBox>i i {
    width: 100%;
    background-color: #fff;
    height: 0;
    transition-duration: .5s;
    transition-property: all
}

.superiorityMod-5 .coutBox ul li .box .txtBox .title {
    writing-mode: vertical-lr;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: .1em
}

@media (max-width:1300px) {
    .superiorityMod-5 .coutBox ul li .box .txtBox .title {
        font-size: 24px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .superiorityMod-5 .coutBox ul li .box .txtBox .title {
        writing-mode: lr;
        font-size: 5vw
    }
}

.superiorityMod-5 .coutBox ul li.on .ico {
    margin-bottom: 50px;
    opacity: 1
}

@media (max-width:1024px) {
    .superiorityMod-5 .coutBox ul li.on .ico {
        margin-bottom: 0
    }
}

.superiorityMod-5 .coutBox ul li.on .box .txtBox>i i {
    height: 100%
}

.superiorityMod-5 .coutBox .maskOn {
    height: 100%;
    background-color: #d8b271;
    opacity: .7;
    width: 12.5%;
    position: absolute;
    top: 0;
    left: 0;
    transition-duration: .5s;
    transition-property: all
}

.superiorityMod-6 {
    padding: 100px 0
}

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

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

@media (max-width:1024px) {
    .superiorityMod-6 {
        padding: 12vw 0
    }
}

.superiorityMod-6 .ul {
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden
}

.superiorityMod-6 .ul li {
    flex: 1;
    transition-duration: .5s;
    transition-property: all
}

.superiorityMod-6 .ul .img {
    position: relative;
    width: 100%;
    height: 100%
}

.superiorityMod-6 .ul .img .imgBox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.superiorityMod-6 .ul * {
    color: #fff
}

.superiorityMod-6 .ul .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    transition-duration: .5s;
    transition-property: all;
    top: 0;
    z-index: 1
}

.superiorityMod-6 .ul li.on {
    flex: 3
}

.superiorityMod-6 .ul li.on .mask {
    background-color: rgba(0, 0, 0, 0.5)
}

.superiorityMod-6 .ul li.on .absBox {
    top: 40%
}

.superiorityMod-6 .ul li.on .absBox div {
    opacity: 1
}

.superiorityMod-6 .ul .absBox {
    position: absolute;
    top: 80%;
    left: 4vw;
    width: 30vw;
    z-index: 2;
    transition-duration: .5s;
    transition-property: all
}

.superiorityMod-6 .ul .absBox h1 {
    font-size: 22px
}

@media (max-width:1024px) {
    .superiorityMod-6 .ul .absBox h1 {
        font-size: 5vw
    }
}

.superiorityMod-6 .ul .absBox div {
    opacity: 0;
    transition: all .5s;
    margin-top: 40px;
    font-size: 16px;
    line-height: 2em;
    width: 100%
}

.superiorityMod-6 .ul .absBox div p {
    font-size: 16px;
    line-height: 2em;
    text-indent: 0
}

.superiorityMod-6 .shanBox {
    height: 500px;
    width: 1500px;
    margin: 0 auto
}

@media (max-width:1600px) {
    .superiorityMod-6 .shanBox {
        width: 88%
    }
}

@media (max-width:1300px) {
    .superiorityMod-6 .shanBox {
        width: 90%
    }
}

@media (max-width:1024px) {
    .superiorityMod-6 .shanBox {
        width: 84%
    }
}

@media (max-width:1300px) {
    .superiorityMod-6 .shanBox {
        height: 34vw
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .superiorityMod-6 .shanBox {
        height: 62vw
    }
}

.superiorityMod-6 .abtitle {
    font-size: 24px;
    color: #537670;
    margin-bottom: 30px
}

@media only screen and (max-width:1024px) {
    .superiorityMod-6 .ul .mask {
        overflow: hidden
    }

    .superiorityMod-6 .ul .absBox div {
        height: unset;
        width: 41vw;
        text-align: justify;
        margin-top: 5vw
    }

    .superiorityMod-6 .ul .absBox div p {
        font-size: 3vw
    }

    .superiorityMod-6 .ul li.on .absBox {
        top: 6vw
    }
}

.superiorityMod-7 .dzYoushiCout {
    position: relative;
    width: 1500px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1600px) {
    .superiorityMod-7 .dzYoushiCout {
        width: 88%
    }
}

@media (max-width:1300px) {
    .superiorityMod-7 .dzYoushiCout {
        width: 90%
    }
}

@media (max-width:1024px) {
    .superiorityMod-7 .dzYoushiCout {
        width: 84%
    }
}

@media (max-width:1024px) {
    .superiorityMod-7 .dzYoushiCout {
        flex-direction: column-reverse
    }
}

.superiorityMod-7 .dzYoushiCout .centerImg {
    border-radius: 50%;
    padding: 10px;
    width: 24vw;
    height: 24vw;
    border: 1px solid #999
}

@media (max-width:1024px) {
    .superiorityMod-7 .dzYoushiCout .centerImg {
        width: 80vw;
        height: 80vw
    }
}

.superiorityMod-7 .dzYoushiCout .centerImg .box {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.superiorityMod-7 .dzYoushiCout .centerImg .box img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.superiorityMod-7 .dzYoushiCout .list {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: space-between;
    flex-wrap: wrap
}

@media (max-width:1024px) {
    .superiorityMod-7 .dzYoushiCout .list {
        margin-top: 6vw;
        transform: translateY(0);
        position: unset
    }
}

.superiorityMod-7 .dzYoushiCout .list li {
    width: 50%;
    margin-bottom: 40px
}

@media (max-width:1024px) {
    .superiorityMod-7 .dzYoushiCout .list li {
        margin-bottom: 6vw;
        width: 100%
    }
}

.superiorityMod-7 .dzYoushiCout .list li .liBox {
    width: 50%
}

@media (max-width:1024px) {
    .superiorityMod-7 .dzYoushiCout .list li .liBox {
        width: 100%
    }
}

.superiorityMod-7 .dzYoushiCout .list li .liBox .title {
    font-size: 24px;
    color: #d8b271;
    font-weight: bold
}

@media (max-width:1024px) {
    .superiorityMod-7 .dzYoushiCout .list li .liBox .title {
        font-size: 5vw
    }
}

.superiorityMod-7 .dzYoushiCout .list li .liBox .miaoshu {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.superiorityMod-7 .dzYoushiCout .list li:nth-child(2n) {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: unset;
    flex-wrap: unset
}

.superiorityMod-7 .dzYoushiCout .list li:nth-child(2n) .liBox {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .superiorityMod-7 .dzYoushiCout .list li:nth-child(2n) .liBox {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: unset;
        flex-wrap: unset
    }
}

.superiorityMod-8 {
    padding: 100px 0
}

@media (max-width:1600px) {
    .superiorityMod-8 {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    .superiorityMod-8 {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    .superiorityMod-8 {
        padding: 12vw 0
    }
}

.superiorityMod-8 .zhichi {
    overflow: hidden;
    width: 1500px;
    margin: 0 auto
}

@media (max-width:1600px) {
    .superiorityMod-8 .zhichi {
        width: 88%
    }
}

@media (max-width:1300px) {
    .superiorityMod-8 .zhichi {
        width: 90%
    }
}

@media (max-width:1024px) {
    .superiorityMod-8 .zhichi {
        width: 84%
    }
}

@media (max-width:1024px) {
    .superiorityMod-8 .zhichi {
        width: 100%
    }
}

.superiorityMod-8 .zhichi .box {
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    background-image: unset;
    height: 30vw
}

@media (max-width:1024px) {
    .superiorityMod-8 .zhichi .box {
        background-attachment: fixed;
        height: unset
    }
}

.superiorityMod-8 .zhichi .box ul {
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: unset;
    flex-wrap: unset;
    width: 100%;
    height: 100%
}

@media (max-width:1024px) {
    .superiorityMod-8 .zhichi .box ul {
        display: flex;
        flex-direction: row;
        align-items: unset;
        justify-content: unset;
        flex-wrap: wrap
    }
}

.superiorityMod-8 .zhichi .box ul li {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    transition-duration: .5s;
    transition-property: all;
    position: relative
}

@media (max-width:1024px) {
    .superiorityMod-8 .zhichi .box ul li {
        flex: unset;
        width: 50%;
        height: 50vw
    }
}

.superiorityMod-8 .zhichi .box ul li .title {
    font-size: 22px;
    font-weight: bold;
    transition-duration: .5s;
    transition-property: all
}

.superiorityMod-8 .zhichi .box ul li .text {
    width: 16vw;
    position: absolute;
    top: 13vw;
    opacity: 0;
    transition-duration: .5s;
    transition-property: all;
    transform: translateY(2vw)
}

@media (max-width:1024px) {
    .superiorityMod-8 .zhichi .box ul li .text {
        background-color: rgba(0, 0, 0, 0.5);
        position: fixed;
        top: 0;
        left: 0;
        opacity: 0;
        z-index: 4;
        width: 100%;
        height: 100%;
        transition-delay: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset;
        pointer-events: none
    }
}

@media (max-width:1024px) {
    .superiorityMod-8 .zhichi .box ul li .text .textBox {
        transform: scale(.5);
        transition-duration: .5s;
        transition-property: all;
        width: 80%;
        height: unset;
        background-color: #666;
        border-radius: 20px;
        padding: 10vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

.superiorityMod-8 .zhichi .box ul li * {
    color: #fff
}

@media (max-width:1024px) {
    .superiorityMod-8 .zhichi .box ul li.on .text {
        opacity: 1;
        pointer-events: auto
    }
}

@media (max-width:1024px) {
    .superiorityMod-8 .zhichi .box ul li.on .text .textBox {
        transform: scale(1)
    }
}

@media (min-width:1024px) {
    .superiorityMod-8 .zhichi .box ul li:hover {
        background-color: rgba(0, 0, 0, 0.5);
        flex: 2
    }

    .superiorityMod-8 .zhichi .box ul li:hover .title {
        transform: translateY(-8vw)
    }

    .superiorityMod-8 .zhichi .box ul li:hover .text {
        opacity: 1;
        top: 10vw;
        transition-duration: .5s;
        transition-property: all
    }
}

.superiorityMod-9 {
    position: relative;
    background-color: #f3f3f3;
    overflow: hidden;
    padding: 100px 0
}

@media (max-width:1600px) {
    .superiorityMod-9 {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    .superiorityMod-9 {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    .superiorityMod-9 {
        padding: 12vw 0
    }
}

@media (max-width:1600px) {
    .superiorityMod-9 {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    .superiorityMod-9 {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    .superiorityMod-9 {
        padding: 12vw 0
    }
}

.superiorityMod-9 .nrBox {
    position: relative;
    z-index: 1;
    width: 1500px;
    margin: 0 auto
}

@media (max-width:1600px) {
    .superiorityMod-9 .nrBox {
        width: 88%
    }
}

@media (max-width:1300px) {
    .superiorityMod-9 .nrBox {
        width: 90%
    }
}

@media (max-width:1024px) {
    .superiorityMod-9 .nrBox {
        width: 84%
    }
}

@media (max-width:1024px) {
    .superiorityMod-9 .nrBox {
        width: 96%
    }
}

.superiorityMod-9 .nrBox .ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .superiorityMod-9 .nrBox .ul {
        display: flex;
        flex-direction: row;
        align-items: unset;
        justify-content: unset;
        flex-wrap: wrap
    }
}

.superiorityMod-9 .nrBox .ul li {
    width: 33.33333%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    margin-bottom: 20px
}

@media (max-width:1024px) {
    .superiorityMod-9 .nrBox .ul li {
        width: 50%
    }
}

.superiorityMod-9 .nrBox .ul li .sbox {
    width: 90%;
    padding: 30px 40px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.05)
}

@media (max-width:1024px) {
    .superiorityMod-9 .nrBox .ul li .sbox {
        padding: 5vw
    }
}

.superiorityMod-9 .nrBox .ul li .sbox .top {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .superiorityMod-9 .nrBox .ul li .sbox .top {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

.superiorityMod-9 .nrBox .ul li .sbox .top .img {
    width: 50%
}

.superiorityMod-9 .nrBox .ul li .sbox .top .title {
    padding-left: 10px;
    width: 50%;
    font-size: 22px;
    font-weight: bold
}

@media (max-width:1300px) {
    .superiorityMod-9 .nrBox .ul li .sbox .top .title {
        font-size: 18px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .superiorityMod-9 .nrBox .ul li .sbox .top .title {
        text-align: center;
        font-size: 4vw;
        padding: 0;
        width: 100%
    }
}

.superiorityMod-9 .nrBox .ul li .sbox .miaoshu {
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5em;
    font-size: 14px
}

@media (max-width:1024px) {
    .superiorityMod-9 .nrBox .ul li .sbox .miaoshu {
        margin-top: 2vw
    }
}

.superiorityMod-9 #large-header {
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100% !important;
    height: 100% !important;
    transition-duration: .5s;
    transition-property: all;
    position: absolute;
    opacity: 0
}

.superiorityMod-9 #large-header #demo-canvas {
    position: fixed;
    top: 0;
    pointer-events: none
}

.superiorityMod-9:hover #large-header {
    opacity: 1
}

.superiorityMod-10 {
    padding: 100px 0
}

@media (max-width:1600px) {
    .superiorityMod-10 {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    .superiorityMod-10 {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    .superiorityMod-10 {
        padding: 12vw 0
    }
}

.superiorityMod-10 .youshiBox {
    position: relative;
    height: 530px;
    width: 1500px;
    margin: 0 auto
}

@media (max-width:1600px) {
    .superiorityMod-10 .youshiBox {
        width: 88%
    }
}

@media (max-width:1300px) {
    .superiorityMod-10 .youshiBox {
        width: 90%
    }
}

@media (max-width:1024px) {
    .superiorityMod-10 .youshiBox {
        width: 84%
    }
}

@media (max-width:1600px) {
    .superiorityMod-10 .youshiBox {
        height: 450px
    }
}

@media (max-width:1600px) and (max-width:1024px) {
    .superiorityMod-10 .youshiBox {
        height: unset
    }
}

.superiorityMod-10 .youshiBox #youshi11 {
    width: 100%;
    height: 100%
}

.superiorityMod-10 .youshiBox #youshi11 li {
    padding: 10px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .superiorityMod-10 .youshiBox #youshi11 li {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

.superiorityMod-10 .youshiBox #youshi11 li .left {
    width: 50%;
    height: 100%;
    position: relative;
    z-index: 1
}

@media (max-width:1024px) {
    .superiorityMod-10 .youshiBox #youshi11 li .left {
        width: 100%
    }
}

.superiorityMod-10 .youshiBox #youshi11 li .left .coutBox {
    padding: 64px;
    background-color: #fff;
    width: 110%;
    height: 450px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05)
}

@media (max-width:1600px) {
    .superiorityMod-10 .youshiBox #youshi11 li .left .coutBox {
        padding: 50px;
        height: 366px
    }
}

@media (max-width:1600px) and (max-width:1024px) {
    .superiorityMod-10 .youshiBox #youshi11 li .left .coutBox {
        width: 100%;
        height: unset;
        padding: 6vw
    }
}

.superiorityMod-10 .youshiBox #youshi11 li .left .coutBox .title {
    font-weight: bold;
    font-size: 46px;
    line-height: 1em
}

@media (max-width:1600px) {
    .superiorityMod-10 .youshiBox #youshi11 li .left .coutBox .title {
        font-size: 36px
    }
}

.superiorityMod-10 .youshiBox #youshi11 li .left .coutBox .xian {
    margin: 26px 0 80px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset
}

@media (max-width:1600px) {
    .superiorityMod-10 .youshiBox #youshi11 li .left .coutBox .xian {
        margin: 26px 0 40px
    }
}

.superiorityMod-10 .youshiBox #youshi11 li .left .coutBox .xian .i {
    width: 70%;
    height: 1px;
    background-color: rgba(190, 31, 35, 0.3)
}

.superiorityMod-10 .youshiBox #youshi11 li .left .coutBox .xian .i i {
    height: 100%;
    background-color: #ffee9a;
    left: 0;
    width: 25%;
    display: block
}

.superiorityMod-10 .youshiBox #youshi11 li .left .coutBox .xian .sort {
    color: #000;
    opacity: .35;
    font-size: 16px;
    margin-left: 20px
}

.superiorityMod-10 .youshiBox #youshi11 li .left .coutBox .subtitle {
    margin-bottom: 40px;
    line-height: 1em;
    font-size: 16px;
    color: #ffee9a
}

.superiorityMod-10 .youshiBox #youshi11 li .left .coutBox .miaoshu p {
    font-size: 16px
}

@media (max-width:1024px) {
    .superiorityMod-10 .youshiBox #youshi11 li .left .coutBox .miaoshu p {
        font-size: 3.2vw
    }
}

.superiorityMod-10 .youshiBox #youshi11 li .right {
    width: 50%;
    height: 100%
}

@media (max-width:1024px) {
    .superiorityMod-10 .youshiBox #youshi11 li .right {
        width: 100%
    }
}

.superiorityMod-10 .youshiBox #youshi11 li .right .imgBox {
    width: 100%;
    height: 100%
}

@media (max-width:1024px) {
    .superiorityMod-10 .youshiBox #youshi11 li .right .imgBox {
        width: 100%;
        height: 50vw
    }
}

.superiorityMod-10 .youshiBox #youshi11 li .right .imgBox img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.superiorityMod-10 .youshiBox .controls {
    padding-right: 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .superiorityMod-10 .youshiBox .controls {
        width: 100%;
        top: 100%;
        position: unset
    }
}

.superiorityMod-10 .youshiBox .controls .navigation {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.superiorityMod-10 .youshiBox .controls .navigation div {
    cursor: pointer;
    margin-right: 20px;
    border-radius: 50%;
    border: 1px dashed #333;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 54px;
    height: 54px
}

.superiorityMod-10 .youshiBox .controls .pagination {
    width: fit-content
}

.superiorityMod-10 .youshiBox .controls .pagination .swiper-pagination-bullet {
    background-color: #333;
    opacity: .3;
    height: 6px;
    border-radius: 3px;
    margin-right: 10px;
    width: 40px
}

.superiorityMod-10 .youshiBox .controls .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1
}

.superiorityMod-11 {
    padding: 100px 0;
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    background-image: url(../../html/rgmod/moduleMod/superiorityMod/superiorityMod-11/chooseBg.jpg)
}

@media (max-width:1600px) {
    .superiorityMod-11 {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    .superiorityMod-11 {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    .superiorityMod-11 {
        padding: 12vw 0
    }
}

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

@media (max-width:1600px) and (max-width:1024px) {
    .superiorityMod-11 {
        padding: 15vw 10vw
    }
}

.superiorityMod-11 .cenBox {
    width: 1500px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: unset;
    flex-wrap: unset
}

@media (max-width:1600px) {
    .superiorityMod-11 .cenBox {
        width: 88%
    }
}

@media (max-width:1300px) {
    .superiorityMod-11 .cenBox {
        width: 90%
    }
}

@media (max-width:1024px) {
    .superiorityMod-11 .cenBox {
        width: 84%
    }
}

.superiorityMod-11 .cenBox * {
    color: #fff
}

@media (max-width:1024px) {
    .superiorityMod-11 .cenBox {
        flex-direction: column-reverse
    }
}

.superiorityMod-11 .cenBox .left {
    width: 50%
}

@media (max-width:1024px) {
    .superiorityMod-11 .cenBox .left {
        width: 100%
    }
}

.superiorityMod-11 .cenBox .left .sortTitle .imgBox {
    width: 100%;
    height: 60px
}

.superiorityMod-11 .cenBox .left .sortTitle .imgBox .img {
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../../html/rgmod/moduleMod/superiorityMod/superiorityMod-11/chooseTitle.png);
    background-position: center;
    width: 100%;
    height: 100%
}

.superiorityMod-11 .cenBox .left .content {
    margin-top: 80px
}

@media (max-width:1024px) {
    .superiorityMod-11 .cenBox .left .content {
        margin-top: 10vw
    }
}

.superiorityMod-11 .cenBox .left .content #whyChoose li {
    opacity: 0;
    transition-duration: .5s;
    transition-property: all
}

.superiorityMod-11 .cenBox .left .content #whyChoose li.swiper-slide-active {
    opacity: 1
}

.superiorityMod-11 .cenBox .left .content #whyChoose li .title {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 40px
}

.superiorityMod-11 .cenBox .left .content #whyChoose li .cout p {
    font-size: 16px
}

.superiorityMod-11 .cenBox .left .content .controlBox {
    margin-top: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .superiorityMod-11 .cenBox .left .content .controlBox {
        margin-top: 2vw;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        flex-wrap: unset
    }
}

.superiorityMod-11 .cenBox .left .content .controlBox .whyChoose-pagination .swiper-pagination-bullet {
    border-radius: 0;
    background-color: #fff;
    opacity: .5;
    width: 20px;
    height: 2px;
    transition-duration: .5s;
    transition-property: all
}

.superiorityMod-11 .cenBox .left .content .controlBox .whyChoose-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 40px;
    opacity: 1
}

.superiorityMod-11 .cenBox .left .content .controlBox .lrBox {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .superiorityMod-11 .cenBox .left .content .controlBox .lrBox {
        margin-top: 6vw
    }
}

.superiorityMod-11 .cenBox .left .content .controlBox .lrBox>div {
    cursor: pointer;
    margin-left: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    transition-duration: .5s;
    transition-property: all
}

.superiorityMod-11 .cenBox .left .content .controlBox .lrBox>div i {
    transition-duration: .5s;
    transition-property: all
}

.superiorityMod-11 .cenBox .left .content .controlBox .lrBox>div:hover {
    background-color: #fff
}

.superiorityMod-11 .cenBox .left .content .controlBox .lrBox>div:hover i {
    color: #333
}

.superiorityMod-11 .cenBox .right {
    width: 50%;
    padding-left: 8vw
}

@media (max-width:1024px) {
    .superiorityMod-11 .cenBox .right {
        width: 100%;
        padding: 0;
        margin-top: 10vw
    }
}

.superiorityMod-11 .cenBox .right .img {
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../../html/rgmod/moduleMod/superiorityMod/superiorityMod-11/chooseBg.png);
    background-position: center;
    width: 100%;
    height: 100%
}

.superiorityMod-12 {
    position: relative;
    z-index: 2;
    padding: 100px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1600px) {
    .superiorityMod-12 {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    .superiorityMod-12 {
        padding: 6vw 0
    }
}

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

.superiorityMod-12 .yxBox {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 80%;
    margin: 0 auto
}

@media (max-width:1600px) {
    .superiorityMod-12 .yxBox {
        width: 88%
    }
}

@media (max-width:1300px) {
    .superiorityMod-12 .yxBox {
        width: 90%
    }
}

@media (max-width:1024px) {
    .superiorityMod-12 .yxBox {
        width: 84%
    }
}

@media (max-width:1024px) {
    .superiorityMod-12 .yxBox {
        width: 96%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

.superiorityMod-12 .yxBox .sortName {
    width: 400px
}

@media (max-width:1600px) {
    .superiorityMod-12 .yxBox .sortName {
        width: 300px
    }
}

@media (max-width:1600px) and (max-width:1024px) {
    .superiorityMod-12 .yxBox .sortName {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

.superiorityMod-12 .yxBox .sortName .box {
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.superiorityMod-12 .yxBox .sortName .box i {
    font-size: 80px;
    color: #d8b271;
    transform: rotate(30deg)
}

.superiorityMod-12 .yxBox .sortName .box h1 {
    font-size: 66px;
    font-weight: bold;
    font-family: 'siyuansongti'
}

@media (max-width:1600px) {
    .superiorityMod-12 .yxBox .sortName .box h1 {
        font-size: 40px
    }
}

.superiorityMod-12 .yxBox .cout {
    width: calc(100% - 400px)
}

@media (max-width:1600px) {
    .superiorityMod-12 .yxBox .cout {
        width: calc(100% - 300px)
    }
}

@media (max-width:1600px) and (max-width:1024px) {
    .superiorityMod-12 .yxBox .cout {
        width: 100%;
        margin-top: 8vw
    }
}

.superiorityMod-12 .yxBox .cout .listMinjie {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset
}

.superiorityMod-12 .yxBox .cout .listMinjie li {
    margin-bottom: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .superiorityMod-12 .yxBox .cout .listMinjie li {
        margin-bottom: 0;
        width: 33.3333%
    }
}

.superiorityMod-12 .yxBox .cout .listMinjie li .box {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 50%;
    width: 260px;
    height: 260px;
    transition-duration: .5s;
    transition-property: all;
    border: 4px solid transparent
}

@media (max-width:1600px) {
    .superiorityMod-12 .yxBox .cout .listMinjie li .box {
        width: 200px;
        height: 200px
    }
}

@media (max-width:1600px) and (max-width:1024px) {
    .superiorityMod-12 .yxBox .cout .listMinjie li .box {
        width: 28vw;
        height: 28vw
    }
}

.superiorityMod-12 .yxBox .cout .listMinjie li .box .more {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    transform-origin: 50% 0;
    transition-duration: .5s;
    transition-property: all;
    transform: rotate(-180deg);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.superiorityMod-12 .yxBox .cout .listMinjie li .box .more .mask {
    width: 80%;
    height: 80%;
    border-radius: 50%;
    background-color: #d8b271;
    opacity: .6
}

.superiorityMod-12 .yxBox .cout .listMinjie li .box .more i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 30px;
    opacity: 0;
    transition-duration: .5s;
    transition-property: all
}

.superiorityMod-12 .yxBox .cout .listMinjie li .box .bg {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%
}

@media (min-width:1024px) {
    .superiorityMod-12 .yxBox .cout .listMinjie li .box:hover {
        border-color: #d8b271
    }

    .superiorityMod-12 .yxBox .cout .listMinjie li .box:hover .more {
        transform: rotate(0)
    }

    .superiorityMod-12 .yxBox .cout .listMinjie li .box:hover .more i {
        opacity: 1;
        transition-delay: .3s
    }

    .superiorityMod-12 .yxBox .cout .listMinjie li .box:hover+h1 {
        color: #d8b271
    }
}

.superiorityMod-12 .yxBox .cout .listMinjie li h1 {
    font-size: 30px;
    transition-duration: .5s;
    transition-property: all;
    margin-top: 28px
}

@media (max-width:1600px) {
    .superiorityMod-12 .yxBox .cout .listMinjie li h1 {
        font-size: 24px
    }
}

@media (max-width:1600px) and (max-width:1024px) {
    .superiorityMod-12 .yxBox .cout .listMinjie li h1 {
        font-size: 5vw;
        margin-top: 4vw
    }
}

.superiorityMod-12 .yxBox .cout .listMinjie li:nth-child(2n) {
    margin-top: 100px;
    margin-bottom: 0px;
    flex-direction: column-reverse
}

@media (max-width:1024px) {
    .superiorityMod-12 .yxBox .cout .listMinjie li:nth-child(2n) {
        margin-top: 0;
        flex-direction: column
    }
}

.superiorityMod-12 .yxBox .cout .listMinjie li:nth-child(2n) h1 {
    margin-top: 0;
    margin-bottom: 28px
}

@media (max-width:1024px) {
    .superiorityMod-12 .yxBox .cout .listMinjie li:nth-child(2n) h1 {
        margin-top: 4vw;
        margin-bottom: 0
    }
}

.superiorityMod-12 .yxBox .cout .listMinjie li .openBox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    transition-duration: .5s;
    transition-property: all;
    pointer-events: none;
    opacity: 0
}

.superiorityMod-12 .yxBox .cout .listMinjie li .openBox .content {
    padding: 60px;
    border-radius: 40px;
    background-color: #fff;
    width: 1200px;
    transition-duration: .5s;
    transition-property: all;
    transform: translateY(40px)
}

@media (max-width:1300px) {
    .superiorityMod-12 .yxBox .cout .listMinjie li .openBox .content {
        width: 80%
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .superiorityMod-12 .yxBox .cout .listMinjie li .openBox .content {
        padding: 10vw;
        border-radius: 6vw
    }
}

.superiorityMod-12 .yxBox .cout .listMinjie li .openBox .content p {
    font-size: 16px
}

@media (max-width:1024px) {
    .superiorityMod-12 .yxBox .cout .listMinjie li .openBox .content p {
        font-size: 3.6vw
    }
}

.superiorityMod-12 .yxBox .cout .listMinjie li .openBox.show {
    pointer-events: auto;
    opacity: 1
}

.superiorityMod-12 .yxBox .cout .listMinjie li .openBox.show .content {
    transform: translateY(0)
}

.superiorityMod-12 .maquee {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%
}

.superiorityMod-12 .maquee #inxMinjieMaquee li {
    font-size: 15vw;
    text-transform: uppercase;
    font-weight: bold;
    opacity: .28;
    color: #cacaca;
    width: fit-content
}

.superiorityMod-13 {
    position: relative;
    /* background-color: #d8b271; */
    padding: 100px 0;
    background-image: url(../img/yangnbg.jpg);
    background-size: cover;
}

@media (max-width:1600px) {
    .superiorityMod-13 {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    .superiorityMod-13 {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    .superiorityMod-13 {
        padding: 12vw 0
    }
}

.superiorityMod-13 .yxBox {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1600px) {
    .superiorityMod-13 .yxBox {
        width: 100%
    }
}

@media (max-width:1300px) {
    .superiorityMod-13 .yxBox {
        width: 100%
    }
}

@media (max-width:1024px) {
    .superiorityMod-13 .yxBox {
        width: 84%
    }
}

@media (max-width:1024px) {
    .superiorityMod-13 .yxBox {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset;
        flex-direction: column-reverse
    }
}

.superiorityMod-13 .yxBox .list {
    width: calc(100% - 10%);
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: space-between;
    flex-wrap: unset
}

@media (max-width:1600px) {
    .superiorityMod-13 .yxBox .list {
        width: calc(100% - 150px)
    }
}

@media (max-width:1600px) and (max-width:1024px) {
    .superiorityMod-13 .yxBox .list {
        width: 100%;
        flex-wrap: wrap
    }
}

.superiorityMod-13 .yxBox .list li {
    width: 25%;
    padding: 10px;
    border-radius: 40px
}

@media (max-width:1024px) {
    .superiorityMod-13 .yxBox .list li {
        width: 100%;
        margin-bottom: 6vw
    }
}

.superiorityMod-13 .yxBox .list li .thisBox {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset;
    transition-duration: .5s;
    transition-property: all
}

.superiorityMod-13 .yxBox .list li .thisBox .imgBox {
    overflow: hidden;
    height: 18vw;
    width: 100%
}

@media (max-width:1600px) {
    .superiorityMod-13 .yxBox .list li .thisBox .imgBox {
        height: 20vw
    }
}

@media (max-width:1600px) and (max-width:1024px) {
    .superiorityMod-13 .yxBox .list li .thisBox .imgBox {
        height: 40vw
    }
}

.superiorityMod-13 .yxBox .list li .thisBox .imgBox .img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    transition-duration: .5s;
    transition-property: all
}

.superiorityMod-13 .yxBox .list li .thisBox .title {
    position: relative;
    z-index: 1;
    border-radius: 10px;
    align-self: center;
    margin-top: 0;
    font-size: 28px;
    background-color: #d8b271;
    font-family: 'syst';
    color: #ffffff;
    padding: 10px;
    transition-duration: .5s;
    transition-property: all;
}

@media (max-width:1600px) {
    .superiorityMod-13 .yxBox .list li .thisBox .title {
        font-size: 22px
    }
}

@media (max-width:1600px) and (max-width:1024px) {
    .superiorityMod-13 .yxBox .list li .thisBox .title {
        font-size: 8vw;
        right: 0;
        margin-top: 0vw;
        writing-mode: unset;
        align-self: flex-start;
        margin: 6vw 0 2vw
    }
}

.superiorityMod-13 .yxBox .list li .thisBox .miaoshu {
    margin-top: 66px;
    line-height: 2em;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    transition-duration: .5s;
    transition-property: all;
    text-align: justify
}

@media (max-width:1600px) {
    .superiorityMod-13 .yxBox .list li .thisBox .miaoshu {
        font-size: 16px;
        margin-top: 30px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    .superiorityMod-13 .yxBox .list li .thisBox .miaoshu {
        font-size: 14px
    }
}

@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
    .superiorityMod-13 .yxBox .list li .thisBox .miaoshu {
        margin-top: 0vw;
        font-size: 4vw;
        font-weight: normal
    }
}

@media (min-width:1024px) {
    .superiorityMod-13 .yxBox .list li .thisBox:hover {
        transform: translateY(-20px)
    }

    .superiorityMod-13 .yxBox .list li .thisBox:hover .imgBox .img {
        transform: scale(1.1);
        transition-duration: 5s;
        transition-property: all
    }

    .superiorityMod-13 .yxBox .list li .thisBox:hover .title {
        transform: translateY(-2vw)
    }

    .superiorityMod-13 .yxBox .list li .thisBox:hover .miaoshu {
        transform: translateY(-4vw)
    }
}

.superiorityMod-13 .yxBox .sortName {
    padding-top: 50PX;
    width: 400px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    flex-wrap: unset
}

@media (max-width:1600px) {
    .superiorityMod-13 .yxBox .sortName {
        width: 300px
    }
}

@media (max-width:1600px) and (max-width:1024px) {
    .superiorityMod-13 .yxBox .sortName {
        width: 100%;
        padding-top: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

.superiorityMod-13::after {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    bottom: -16px;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
    /* background-image: url(../img/naibg.png); */
    background-position: center
}

@media (max-width:1600px) {
    .superiorityMod-13::after {
        width: 260px;
        height: 400px
    }
}

@media (max-width:1600px) and (max-width:1024px) {
    .superiorityMod-13::after {
        display: none
    }
}

.superiorityMod-14 {
    position: relative;
    overflow: hidden
}

.superiorityMod-14 .yxTabs {
    height: calc(100vh - 80px);
    position: absolute;
    top: 0;
    z-index: 3;
    left: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    border-left: 1px solid rgba(255, 255, 255, 0.3)
}

@media (max-width:1600px) {
    .superiorityMod-14 .yxTabs {
        height: calc(100vh - 70px)
    }
}

@media (max-width:1300px) {
    .superiorityMod-14 .yxTabs {
        height: calc(100vh - 60px)
    }
}

@media (max-width:1024px) {
    .superiorityMod-14 .yxTabs {
        height: unset
    }
}

@media (max-width:1024px) {
    .superiorityMod-14 .yxTabs {
        display: none
    }
}

.superiorityMod-14 .yxTabs ul li {
    padding-left: 20px;
    position: relative;
    opacity: .5;
    transition-duration: .5s;
    transition-property: all;
    left: -2px;
    margin: 20px 0
}

.superiorityMod-14 .yxTabs ul li i {
    top: calc(50% - 10px);
    height: 0px;
    display: block;
    background-color: #fff;
    transition-duration: .5s;
    transition-property: all;
    width: 4px;
    border-radius: 2px;
    position: absolute;
    left: 0
}

.superiorityMod-14 .yxTabs ul li .title {
    font-size: 16px;
    color: #fff
}

.superiorityMod-14 .yxTabs ul li.on {
    opacity: 1
}

.superiorityMod-14 .yxTabs ul li.on i {
    height: 20px
}

.superiorityMod-14 .youshiCout {
    background-color: rgba(0, 0, 0, 0.4);
    position: relative;
    z-index: 2
}

.superiorityMod-14 .youshiCout ul li {
    padding: 140px 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset;
    position: relative;
    height: calc(100vh - 80px)
}

@media (max-width:1600px) {
    .superiorityMod-14 .youshiCout ul li {
        height: calc(100vh - 70px)
    }
}

@media (max-width:1300px) {
    .superiorityMod-14 .youshiCout ul li {
        height: calc(100vh - 60px)
    }
}

@media (max-width:1024px) {
    .superiorityMod-14 .youshiCout ul li {
        height: unset
    }
}

@media (max-width:1024px) {
    .superiorityMod-14 .youshiCout ul li {
        padding: 16vw 10vw;
        height: unset
    }
}

.superiorityMod-14 .youshiCout ul li .cout .title {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.superiorityMod-14 .youshiCout ul li .cout .title .en {
    font-size: 80px;
    color: #fff
}

@media (max-width:1024px) {
    .superiorityMod-14 .youshiCout ul li .cout .title .en {
        font-size: 12vw
    }
}

.superiorityMod-14 .youshiCout ul li .cout .title .cn {
    font-size: 40px;
    font-weight: bold;
    color: #fff
}

@media (max-width:1024px) {
    .superiorityMod-14 .youshiCout ul li .cout .title .cn {
        font-size: 8vw
    }
}

.superiorityMod-14 .youshiCout ul li .cout .content p {
    font-size: 16px;
    color: #fff;
    line-height: 2em
}

.superiorityMod-14 .youshiCout ul li::before {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.2)
}

.superiorityMod-14 .bgImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 80px)
}

@media (max-width:1600px) {
    .superiorityMod-14 .bgImg {
        height: calc(100vh - 70px)
    }
}

@media (max-width:1300px) {
    .superiorityMod-14 .bgImg {
        height: calc(100vh - 60px)
    }
}

@media (max-width:1024px) {
    .superiorityMod-14 .bgImg {
        height: unset
    }
}

.superiorityMod-14 .bgImg #inxYoushi {
    width: 100%;
    height: 100%
}

.superiorityMod-14 .bgImg #inxYoushi li .box {
    width: 100%;
    height: 100%
}

.superiorityMod-14 .bgImg #inxYoushi li .box .bg {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.superiorityMod-14.fiexdCss .bgImg {
    position: fixed;
    top: unset;
    bottom: 0
}

.superiorityMod-14.fiexdCss .yxTabs {
    position: fixed;
    top: unset;
    bottom: 0
}

.superiorityMod-14.bottomOut .bgImg {
    top: unset;
    bottom: 0
}

.superiorityMod-14.bottomOut .yxTabs {
    top: unset;
    bottom: 0
}

.superiorityMod-15 {
    overflow: hidden;
    padding: 100px 0
}

@media (max-width:1600px) {
    .superiorityMod-15 {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    .superiorityMod-15 {
        padding: 6vw 0
    }
}

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

@media (min-width:1024px) {
    .superiorityMod-15 .unifyTitleThis {
        display: none
    }
}

@media (max-width:1024px) {
    .superiorityMod-15 .unifyTitleThis * {
        color: #333
    }
}

.superiorityMod-15 .cenBox {
    position: relative;
    height: 35vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .superiorityMod-15 .cenBox {
        height: unset;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

.superiorityMod-15 .cenBox .left {
    position: relative;
    z-index: 1;
    width: 55%;
    height: 100%
}

@media (max-width:1024px) {
    .superiorityMod-15 .cenBox .left {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset;
        flex-direction: column-reverse
    }
}

.superiorityMod-15 .cenBox .left .inxStudySysImg {
    width: 100%;
    height: 100%
}

@media (max-width:1024px) {
    .superiorityMod-15 .cenBox .left .inxStudySysImg {
        height: 58vw
    }
}

.superiorityMod-15 .cenBox .left .inxStudySysImg ul {
    position: relative;
    width: 100%;
    height: 100%
}

.superiorityMod-15 .cenBox .left .inxStudySysImg ul li {
    opacity: 0;
    transition-duration: .5s;
    transition-property: all;
    transform: translateX(-20vw);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.superiorityMod-15 .cenBox .left .inxStudySysImg ul li .imgBox {
    width: 100%;
    height: 100%
}
.superiorityMod-15 .cenBox .left .inxStudySysImg ul li .imgBox img {    object-fit: contain;}
.superiorityMod-15 .cenBox .left .inxStudySysImg ul li.on {
    transform: translateX(0);
    opacity: 1;
    transition-delay: .5s;
    transition-duration: 1s;
    transition-property: all
}

.superiorityMod-15 .cenBox .left .sortTabs {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 20%;
    padding-right: 2vw
}

@media (max-width:1300px) {
    .superiorityMod-15 .cenBox .left .sortTabs {
        top: 10%
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .superiorityMod-15 .cenBox .left .sortTabs {
        position: unset;
        padding-right: 0
    }
}

.superiorityMod-15 .cenBox .left .sortTabs ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .superiorityMod-15 .cenBox .left .sortTabs ul {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: unset;
        justify-content: unset;
        flex-wrap: wrap
    }
}

.superiorityMod-15 .cenBox .left .sortTabs ul li {
    margin-bottom: 40px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1300px) {
    .superiorityMod-15 .cenBox .left .sortTabs ul li {
        margin-bottom: 20px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .superiorityMod-15 .cenBox .left .sortTabs ul li {
        flex: unset;
        width: 50%
    }
}

.superiorityMod-15 .cenBox .left .sortTabs ul li .thisBox {
    padding: 10px 20px;
    background-color: rgba(194, 0, 11, 0.8);
    height: 100%;
    cursor: pointer;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .superiorityMod-15 .cenBox .left .sortTabs ul li .thisBox {
        width: 90%
    }
}

.superiorityMod-15 .cenBox .left .sortTabs ul li .thisBox .en {
    font-size: 16px;
    color: #ffee9a
}

.superiorityMod-15 .cenBox .left .sortTabs ul li .thisBox .cn {
    font-size: 16px;
    margin-top: 4px;
    color: #fff
}

.superiorityMod-15 .cenBox .left .sortTabs ul li.on .thisBox {
    background-color: #ffee9a
}

.superiorityMod-15 .cenBox .left .sortTabs ul li.on .thisBox .en {
    color: #d8b271
}

.superiorityMod-15 .cenBox .left .sortTabs ul li.on .thisBox .cn {
    color: #d8b271
}

.superiorityMod-15 .cenBox .right {
    height: 100%;
    position: relative;
    width: 45%
}

@media (max-width:1024px) {
    .superiorityMod-15 .cenBox .right {
        width: 100%
    }
}

.superiorityMod-15 .cenBox .right .txtCoutBox {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: -4vw;
    left: -2vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .superiorityMod-15 .cenBox .right .txtCoutBox {
        position: unset;
        left: unset
    }
}

.superiorityMod-15 .cenBox .right .txtCoutBox .titleBox {
    position: relative
}

@media (max-width:1024px) {
    .superiorityMod-15 .cenBox .right .txtCoutBox .titleBox {
        display: none
    }
}

.superiorityMod-15 .cenBox .right .txtCoutBox .titleBox .cn {
    font-size: 60px;
    font-weight: bold;
    color: #d8b271;
    position: relative;
    z-index: 1
}

@media (max-width:1600px) {
    .superiorityMod-15 .cenBox .right .txtCoutBox .titleBox .cn {
        font-size: 50px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    .superiorityMod-15 .cenBox .right .txtCoutBox .titleBox .cn {
        font-size: 30px
    }
}

.superiorityMod-15 .cenBox .right .txtCoutBox .titleBox .douhao {
    position: absolute;
    left: -2vw;
    bottom: 50%;
    width: 100px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../../html/rgmod/moduleMod/superiorityMod/superiorityMod-15/douhao.png);
    background-position: center
}

@media (max-width:1600px) {
    .superiorityMod-15 .cenBox .right .txtCoutBox .titleBox .douhao {
        width: 80px;
        height: 80px
    }
}

.superiorityMod-15 .cenBox .right .txtCoutBox .swiperBox {
    margin-top: 6vw;
    width: 100%
}

@media (max-width:1600px) {
    .superiorityMod-15 .cenBox .right .txtCoutBox .swiperBox {
        margin-top: 3vw
    }
}

@media (max-width:1600px) and (max-width:1024px) {
    .superiorityMod-15 .cenBox .right .txtCoutBox .swiperBox {
        margin-top: 0
    }
}

.superiorityMod-15 .cenBox .right .txtCoutBox .swiperBox * {
    color: #fff
}

.superiorityMod-15 .cenBox .right .txtCoutBox .swiperBox .inxStudySysCout {
    height: 20vw;
    position: relative
}

@media (max-width:1024px) {
    .superiorityMod-15 .cenBox .right .txtCoutBox .swiperBox .inxStudySysCout {
        height: unset;
        transition-duration: .5s;
        transition-property: all
    }
}

.superiorityMod-15 .cenBox .right .txtCoutBox .swiperBox .inxStudySysCout li {
    width: 100%;
    opacity: 0;
    transform: translateX(10vw);
    position: absolute;
    top: 0;
    right: 0;
    transition-duration: .5s;
    transition-property: all;
    padding: 3vw;
    background-color: #d8b271
}

@media (max-width:1024px) {
    .superiorityMod-15 .cenBox .right .txtCoutBox .swiperBox .inxStudySysCout li {
        padding: 8vw
    }
}

.superiorityMod-15 .cenBox .right .txtCoutBox .swiperBox .inxStudySysCout li .liTitle {
    margin-bottom: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset
}

@media (max-width:1600px) {
    .superiorityMod-15 .cenBox .right .txtCoutBox .swiperBox .inxStudySysCout li .liTitle {
        margin-bottom: 30px
    }
}

@media (max-width:1600px) and (max-width:1024px) {
    .superiorityMod-15 .cenBox .right .txtCoutBox .swiperBox .inxStudySysCout li .liTitle {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        flex-wrap: unset
    }
}

.superiorityMod-15 .cenBox .right .txtCoutBox .swiperBox .inxStudySysCout li .liTitle .cn {
    font-size: 32px;
    font-weight: bold;
    margin-right: 26px
}

@media (max-width:1300px) {
    .superiorityMod-15 .cenBox .right .txtCoutBox .swiperBox .inxStudySysCout li .liTitle .cn {
        font-size: 24px
    }
}

.superiorityMod-15 .cenBox .right .txtCoutBox .swiperBox .inxStudySysCout li .liTitle .en {
    font-size: 32px;
    color: #ffee9a;
    line-height: 1em;
    margin-top: 6px
}

@media (max-width:1600px) {
    .superiorityMod-15 .cenBox .right .txtCoutBox .swiperBox .inxStudySysCout li .liTitle .en {
        font-size: 24px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    .superiorityMod-15 .cenBox .right .txtCoutBox .swiperBox .inxStudySysCout li .liTitle .en {
        font-size: 18px
    }
}

.superiorityMod-15 .cenBox .right .txtCoutBox .swiperBox .inxStudySysCout li .content p {
    font-size: 16px;
    line-height: 2em
}

@media (max-width:1600px) {
    .superiorityMod-15 .cenBox .right .txtCoutBox .swiperBox .inxStudySysCout li .content p {
        font-size: 16px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    .superiorityMod-15 .cenBox .right .txtCoutBox .swiperBox .inxStudySysCout li .content p {
        font-size: 14px
    }
}

.superiorityMod-15 .cenBox .right .txtCoutBox .swiperBox .inxStudySysCout li.on {
    transform: translateX(0);
    opacity: 1;
    transition-delay: 1s;
    transition-duration: 1s;
    transition-property: all
}

.superiorityMod-15 .cenBox .topEn {
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    top: 0;
    transform: translateY(-50%)
}

@media (max-width:1024px) {
    .superiorityMod-15 .cenBox .topEn {
        display: none
    }
}

.superiorityMod-15 .cenBox .topEn .en {
    color: #000;
    opacity: .07;
    font-size: 8vw
}

.superiorityMod-16 {
    position: relative;
    padding-top: 240px
}

@media (max-width:1024px) {
    .superiorityMod-16 {
        padding-top: 30vw
    }
}

.superiorityMod-16 .boxTitle {
    width: 45%;
    right: 10%;
    top: 0%;
    position: absolute;
    top: 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .superiorityMod-16 .boxTitle {
        position: unset;
        margin: 0 auto;
        width: 84%
    }
}

.superiorityMod-16 .boxTitle .thisTitle {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .superiorityMod-16 .boxTitle .thisTitle {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        flex-wrap: unset
    }
}

.superiorityMod-16 .boxTitle .thisTitle span {
    color: #d8b271;
    font-weight: bold;
    letter-spacing: .1em;
    font-size: 80px;
    font-family: 'arc';
    line-height: .8em;
    font-style: italic
}

.superiorityMod-16 .boxTitle .thisTitle div {
    margin-left: 40px;
    letter-spacing: .1em;
    font-size: 30px;
    font-weight: bold
}

@media (max-width:1024px) {
    .superiorityMod-16 .boxTitle .thisTitle div {
        margin-left: 0
    }
}

.superiorityMod-16 .boxTitle .miaoshu {
    color: #666;
    text-align: right;
    margin-top: 40px;
    line-height: 2em
}

@media (max-width:1024px) {
    .superiorityMod-16 .boxTitle .miaoshu {
        text-align: left
    }
}

.superiorityMod-16 .thisCoutBox {
    position: relative;
    overflow: hidden;
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1024px) {
    .superiorityMod-16 .thisCoutBox {
        overflow: unset
    }
}

.superiorityMod-16 .thisCoutBox .yxTabs {
    height: calc(100vh - 80px);
    position: absolute;
    top: 0;
    z-index: 3;
    left: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 160px;
    background-color: #d8b271;
    border-right: 1px solid rgba(0, 0, 0, 0.3)
}

@media (max-width:1600px) {
    .superiorityMod-16 .thisCoutBox .yxTabs {
        height: calc(100vh - 70px)
    }
}

@media (max-width:1300px) {
    .superiorityMod-16 .thisCoutBox .yxTabs {
        height: calc(100vh - 60px)
    }
}

@media (max-width:1024px) {
    .superiorityMod-16 .thisCoutBox .yxTabs {
        height: unset
    }
}

@media (max-width:1300px) {
    .superiorityMod-16 .thisCoutBox .yxTabs {
        width: 120px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .superiorityMod-16 .thisCoutBox .yxTabs {
        display: none
    }
}

.superiorityMod-16 .thisCoutBox .yxTabs .ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

.superiorityMod-16 .thisCoutBox .yxTabs .ul .li {
    padding-right: 20px;
    position: relative;
    transition-duration: .5s;
    transition-property: all;
    margin: 20px 0;
    padding-right: 0;
    cursor: pointer;
    opacity: 1;
    left: 0
}

.superiorityMod-16 .thisCoutBox .yxTabs .ul .li i {
    top: calc(50% - 10px);
    display: block;
    transition-duration: .5s;
    transition-property: all;
    left: 0;
    margin-top: 4px;
    background-color: #fff;
    width: 0px;
    height: 6px;
    border-radius: 3px
}

.superiorityMod-16 .thisCoutBox .yxTabs .ul .li .title {
    font-size: 16px;
    color: #fff
}

@media (max-width:1300px) {
    .superiorityMod-16 .thisCoutBox .yxTabs .ul .li .title {
        font-size: 14px
    }
}

.superiorityMod-16 .thisCoutBox .yxTabs .ul .li.on {
    opacity: 1
}

.superiorityMod-16 .thisCoutBox .yxTabs .ul .li.on i {
    width: 30px
}

@media (min-width:1024px) {
    .superiorityMod-16 .thisCoutBox .yxTabs .ul .li:hover i {
        width: 30px
    }
}

.superiorityMod-16 .thisCoutBox .youshiCout {
    position: relative;
    z-index: 2
}

.superiorityMod-16 .thisCoutBox .youshiCout ul li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: unset;
    position: relative;
    height: calc(100vh - 80px)
}

@media (max-width:1600px) {
    .superiorityMod-16 .thisCoutBox .youshiCout ul li {
        height: calc(100vh - 70px)
    }
}

@media (max-width:1300px) {
    .superiorityMod-16 .thisCoutBox .youshiCout ul li {
        height: calc(100vh - 60px)
    }
}

@media (max-width:1024px) {
    .superiorityMod-16 .thisCoutBox .youshiCout ul li {
        height: unset
    }
}

@media (max-width:1024px) {
    .superiorityMod-16 .thisCoutBox .youshiCout ul li {
        padding: 16vw 10vw;
        height: unset;
        padding: 0;
        margin-top: 10vw
    }
}

.superiorityMod-16 .thisCoutBox .youshiCout ul li .cout {
    border-radius: 40px;
    background-color: #fff;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.05);
    width: 46%;
    position: relative;
    left: 230px;
    top: 120px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: unset;
    height: 600px;
    padding: 6vw
}

@media (max-width:1600px) {
    .superiorityMod-16 .thisCoutBox .youshiCout ul li .cout {
        height: 460px;
        top: 80px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    .superiorityMod-16 .thisCoutBox .youshiCout ul li .cout {
        height: 400px;
        left: 180px
    }
}

@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
    .superiorityMod-16 .thisCoutBox .youshiCout ul li .cout {
        margin: 0 auto;
        width: 84%;
        top: unset;
        left: unset;
        height: 80vw;
        padding: 10vw
    }
}

.superiorityMod-16 .thisCoutBox .youshiCout ul li .cout .topName {
    margin-bottom: 60px;
    height: 160px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset
}

@media (max-width:1600px) {
    .superiorityMod-16 .thisCoutBox .youshiCout ul li .cout .topName {
        height: 100px;
        margin-bottom: 40px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    .superiorityMod-16 .thisCoutBox .youshiCout ul li .cout .topName {
        height: 80px
    }
}

@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
    .superiorityMod-16 .thisCoutBox .youshiCout ul li .cout .topName {
        height: 20vw;
        margin-bottom: 6vw
    }
}

.superiorityMod-16 .thisCoutBox .youshiCout ul li .cout .topName .number {
    height: 100%
}

.superiorityMod-16 .thisCoutBox .youshiCout ul li .cout .topName .title {
    position: relative;
    height: 100%;
    margin-left: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
    margin-bottom: 0
}

@media (max-width:1024px) {
    .superiorityMod-16 .thisCoutBox .youshiCout ul li .cout .topName .title {
        margin-left: 6vw
    }
}

.superiorityMod-16 .thisCoutBox .youshiCout ul li .cout .topName .title .cn {
    font-size: 36px
}

@media (max-width:1600px) {
    .superiorityMod-16 .thisCoutBox .youshiCout ul li .cout .topName .title .cn {
        font-size: 26px
    }
}

@media (max-width:1600px) and (max-width:1024px) {
    .superiorityMod-16 .thisCoutBox .youshiCout ul li .cout .topName .title .cn {
        font-size: 5vw
    }
}

.superiorityMod-16 .thisCoutBox .youshiCout ul li .cout .topName .title::after {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 100%;
    height: 4px;
    bottom: 0;
    left: 0
}

@media (max-width:1600px) {
    .superiorityMod-16 .thisCoutBox .youshiCout ul li .cout .topName .title::after {
        height: 2px
    }
}

.superiorityMod-16 .thisCoutBox .youshiCout ul li .cout .content {
    width: 90%
}

@media (max-width:1024px) {
    .superiorityMod-16 .thisCoutBox .youshiCout ul li .cout .content {
        width: 90%
    }
}

.superiorityMod-16 .thisCoutBox .youshiCout ul li .cout .content p {
    font-size: 16px;
    line-height: 3em;
    color: #444
}

@media (max-width:1300px) {
    .superiorityMod-16 .thisCoutBox .youshiCout ul li .cout .content p {
        line-height: 2em;
        font-size: 14px
    }
}

.superiorityMod-16 .thisCoutBox .youshiCout ul li::before {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.2)
}

.superiorityMod-16 .thisCoutBox .bgImg {
    top: 0;
    position: absolute;
    right: 0;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: unset;
    height: calc(100vh - 80px);
    z-index: 3;
    width: 50%
}

@media (max-width:1600px) {
    .superiorityMod-16 .thisCoutBox .bgImg {
        height: calc(100vh - 70px)
    }
}

@media (max-width:1300px) {
    .superiorityMod-16 .thisCoutBox .bgImg {
        height: calc(100vh - 60px)
    }
}

@media (max-width:1024px) {
    .superiorityMod-16 .thisCoutBox .bgImg {
        height: unset
    }
}

@media (max-width:1024px) {
    .superiorityMod-16 .thisCoutBox .bgImg {
        width: 40vw
    }
}

.superiorityMod-16 .thisCoutBox .bgImg .ul {
    position: relative;
    width: 100%;
    height: 100%;
    height: 80%
}

.superiorityMod-16 .thisCoutBox .bgImg .ul .li {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition-duration: .5s;
    transition-property: all;
    pointer-events: auto
}

@media (max-width:1024px) {
    .superiorityMod-16 .thisCoutBox .bgImg .ul .li {
        opacity: 1;
        position: unset;
        height: 80vw;
        margin-bottom: 10vw
    }
}

.superiorityMod-16 .thisCoutBox .bgImg .ul .li .box {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    flex-wrap: unset;
    width: 100%;
    height: 100%
}

.superiorityMod-16 .thisCoutBox .bgImg .ul .li .box .yxVideo {
    outline: none;
    position: relative;
    transition-duration: .5s;
    transition-property: all;
    width: 100%;
    height: 100%;
    border-top-left-radius: 100%;
    overflow: hidden
}

@media (max-width:1024px) {
    .superiorityMod-16 .thisCoutBox .bgImg .ul .li .box .yxVideo {
        border-top-left-radius: 100% 50%;
        border-bottom-left-radius: 100% 50%;
        width: 50%;
        height: 50%
    }
}

.superiorityMod-16 .thisCoutBox .bgImg .ul .li .box .yxVideo .img1 {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.superiorityMod-16 .thisCoutBox .bgImg .ul .li .box .yxVideo .ico {
    z-index: 1;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 55%;
    top: 55%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    background-color: #fff;
    border-radius: 50%
}

@media (max-width:1024px) {
    .superiorityMod-16 .thisCoutBox .bgImg .ul .li .box .yxVideo .ico {
        width: 8vw;
        height: 8vw;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%)
    }
}

.superiorityMod-16 .thisCoutBox .bgImg .ul .li .box .yxVideo .ico i {
    color: #d8b271;
    font-size: 80px;
    position: relative;
    z-index: 1
}

@media (max-width:1024px) {
    .superiorityMod-16 .thisCoutBox .bgImg .ul .li .box .yxVideo .ico i {
        font-size: 10vw
    }
}

.superiorityMod-16 .thisCoutBox .bgImg .ul .li .box .yxVideo .ico .quan {
    animation: fangda 1s linear 0s infinite normal;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

@keyframes fangda {
    0% {
        width: 0;
        height: 0;
        opacity: 1
    }

    60% {
        opacity: 1
    }

    100% {
        width: 150%;
        height: 150%;
        opacity: 0
    }
}

.superiorityMod-16 .thisCoutBox .bgImg .ul .li .box .yxVideo .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #d8b271;
    top: 0;
    left: 0;
    opacity: 0;
    transition-duration: .5s;
    transition-property: all;
    border-top-left-radius: 100%
}

@media (max-width:1024px) {
    .superiorityMod-16 .thisCoutBox .bgImg .ul .li .box .yxVideo .mask {
        opacity: .5;
        border-radius: unset
    }
}

@media (min-width:1024px) {
    .superiorityMod-16 .thisCoutBox .bgImg .ul .li .box .yxVideo:hover .mask {
        opacity: .5
    }
}

.superiorityMod-16 .thisCoutBox .bgImg .ul .li.on {
    opacity: 1;
    z-index: 1;
    pointer-events: auto
}

.superiorityMod-16 .thisCoutBox.fiexdCss {
    background-color: #f3f3f3
}

.superiorityMod-16 .thisCoutBox.fiexdCss .bgImg {
    position: fixed;
    top: unset;
    bottom: 0
}

.superiorityMod-16 .thisCoutBox.fiexdCss .yxTabs {
    position: fixed;
    top: unset;
    bottom: 0
}

.superiorityMod-16 .thisCoutBox.bottomOut .bgImg {
    top: unset;
    bottom: 0
}

.superiorityMod-16 .thisCoutBox.bottomOut .yxTabs {
    top: unset;
    bottom: 0
}

.superiorityMod-17 {
    padding: 100px 0
}

@media (max-width:1600px) {
    .superiorityMod-17 {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    .superiorityMod-17 {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    .superiorityMod-17 {
        padding: 12vw 0
    }
}

@media (max-width:1300px) {
    .superiorityMod-17 {
        margin: 0
    }
}

.superiorityMod-17 .cenBox {
    width: 1500px;
    margin: 0 auto
}

@media (max-width:1600px) {
    .superiorityMod-17 .cenBox {
        width: 88%
    }
}

@media (max-width:1300px) {
    .superiorityMod-17 .cenBox {
        width: 90%
    }
}

@media (max-width:1024px) {
    .superiorityMod-17 .cenBox {
        width: 84%
    }
}

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

.superiorityMod-17 .cenBox .ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    flex: 1
}

.superiorityMod-17 .cenBox .ul li .yuan {
    background-color: #d8b271;
    border-radius: 50%;
    animation: ripple 2s linear 0s infinite normal;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .superiorityMod-17 .cenBox .ul li .yuan {
        width: 14vw;
        height: 14vw
    }
}

.superiorityMod-17 .cenBox .ul li .yuan img {
    width: 70%
}

@media (max-width:1024px) {
    .superiorityMod-17 .cenBox .ul li .yuan img {
        width: 80%
    }
}

.superiorityMod-17 .cenBox .ul li .cout {
    width: 90%;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.superiorityMod-17 .cenBox .ul li .cout .title {
    font-size: 24px;
    color: #d8b271
}

@media (max-width:1024px) {
    .superiorityMod-17 .cenBox .ul li .cout .title {
        font-size: 4vw
    }
}

.superiorityMod-17 .cenBox .ul li .cout i {
    margin: 10px 0;
    background-color: #d8b271;
    width: 30px;
    height: 4px;
    border-radius: 2px
}

.superiorityMod-17 .cenBox .ul li .cout span {
    text-align: center;
    font-size: 16px;
    opacity: .7
}

@media (max-width:1300px) {
    .superiorityMod-17 .cenBox .ul li .cout span {
        height: 70px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .superiorityMod-17 .cenBox .ul li .cout span {
        font-size: 3.2vw
    }
}

.superiorityMod-18 {
    padding: 100px 0
}

@media (max-width:1600px) {
    .superiorityMod-18 {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    .superiorityMod-18 {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    .superiorityMod-18 {
        padding: 12vw 0
    }
}

.superiorityMod-18 .cenBox .coutsBox {
    position: relative;
    overflow: hidden;
    height: 500px;
    width: 100%
}

@media (max-width:1600px) {
    .superiorityMod-18 .cenBox .coutsBox {
        height: 36vw
    }
}

@media (max-width:1600px) and (max-width:1024px) {
    .superiorityMod-18 .cenBox .coutsBox {
        height: 70vw
    }
}

.superiorityMod-18 .cenBox .coutsBox .banMask {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    width: 40%;
    background-color: rgba(194, 0, 11, 0.7);
    z-index: 1
}

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

.superiorityMod-18 .cenBox .coutsBox .banMask.maskMove1 {
    width: 100%;
    transition-duration: .5s;
    transition-property: all
}

.superiorityMod-18 .cenBox .coutsBox .banMask.maskMove2-right {
    right: 0;
    left: unset;
    width: 0%;
    transition-duration: 1s;
    transition-property: all
}

.superiorityMod-18 .cenBox .coutsBox .banMask.maskMove2-left {
    left: 0;
    right: unset;
    width: 0%;
    transition-duration: 1s;
    transition-property: all
}

.superiorityMod-18 .cenBox .coutsBox .banMask.maskMove3 {
    left: 0;
    width: 40%;
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1024px) {
    .superiorityMod-18 .cenBox .coutsBox .banMask.maskMove3 {
        width: 86%
    }
}

.superiorityMod-18 .cenBox .coutsBox .cout {
    position: relative;
    width: 100%;
    height: 100%
}

.superiorityMod-18 .cenBox .coutsBox .cout ul {
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    transition-duration: 1s;
    transition-property: all;
    width: max-content
}

.superiorityMod-18 .cenBox .coutsBox .cout ul li {
    flex: 1;
    width: 100%;
    height: 100%
}

.superiorityMod-18 .cenBox .coutsBox .cout ul li .imgBox {
    width: 100%;
    height: 100%
}

.superiorityMod-18 .cenBox .coutsBox .textCout {
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    width: 40%;
    padding: 80px
}

@media (max-width:1300px) {
    .superiorityMod-18 .cenBox .coutsBox .textCout {
        padding: 4vw
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .superiorityMod-18 .cenBox .coutsBox .textCout {
        width: 86%;
        padding: 8vw
    }
}

.superiorityMod-18 .cenBox .coutsBox .textCout ul {
    position: relative
}

.superiorityMod-18 .cenBox .coutsBox .textCout ul li {
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    transition-duration: .5s;
    transition-property: all
}

.superiorityMod-18 .cenBox .coutsBox .textCout ul li .txt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

.superiorityMod-18 .cenBox .coutsBox .textCout ul li .txt>.iconfont {
    opacity: 0;
    color: #fff;
    display: block;
    transform: translateX(20px) rotate(180deg);
    transition-duration: .5s;
    transition-property: all;
    font-size: 40px
}

@media (max-width:1024px) {
    .superiorityMod-18 .cenBox .coutsBox .textCout ul li .txt>.iconfont {
        font-size: 6vw
    }
}

.superiorityMod-18 .cenBox .coutsBox .textCout ul li .txt .title {
    opacity: 0;
    transform: translateX(20px);
    transition-duration: .5s;
    transition-property: all;
    color: #fff;
    font-size: 30px;
    margin-bottom: 30px
}

@media (max-width:1300px) {
    .superiorityMod-18 .cenBox .coutsBox .textCout ul li .txt .title {
        margin-bottom: 20px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .superiorityMod-18 .cenBox .coutsBox .textCout ul li .txt .title {
        font-size: 7vw;
        margin-bottom: 4vw
    }
}

.superiorityMod-18 .cenBox .coutsBox .textCout ul li .txt .content {
    position: relative;
    opacity: 0;
    transform: translateX(20px);
    transition-duration: .5s;
    transition-property: all;
    font-size: 16px;
    color: #fff;
    line-height: 2em
}

@media (max-width:1300px) {
    .superiorityMod-18 .cenBox .coutsBox .textCout ul li .txt .content {
        font-size: 14px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .superiorityMod-18 .cenBox .coutsBox .textCout ul li .txt .content {
        display: none
    }
}

.superiorityMod-18 .cenBox .coutsBox .textCout ul li .txt .content .iconfont {
    color: #fff;
    display: block;
    font-size: 30px;
    position: absolute;
    opacity: .5;
    right: 0px;
    bottom: -20px
}

@media (max-width:1024px) {
    .superiorityMod-18 .cenBox .coutsBox .textCout ul li .txt .content .iconfont {
        font-size: 5vw
    }
}

.superiorityMod-18 .cenBox .coutsBox .textCout ul li .txt .content-m3 {
    position: relative;
    opacity: 0;
    transform: translateX(20px);
    transition-duration: .5s;
    transition-property: all;
    font-size: 16px;
    color: #fff;
    line-height: 2em
}

@media (max-width:1300px) {
    .superiorityMod-18 .cenBox .coutsBox .textCout ul li .txt .content-m3 {
        font-size: 14px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .superiorityMod-18 .cenBox .coutsBox .textCout ul li .txt .content-m3 {
        display: none
    }
}

.superiorityMod-18 .cenBox .coutsBox .textCout ul li .txt .content-m3 .iconfont {
    color: #fff;
    display: block;
    font-size: 30px;
    position: absolute;
    opacity: .5;
    right: 0px;
    bottom: -20px
}

@media (max-width:1024px) {
    .superiorityMod-18 .cenBox .coutsBox .textCout ul li .txt .content-m3 .iconfont {
        font-size: 5vw
    }
}

@media (min-width:1024px) {
    .superiorityMod-18 .cenBox .coutsBox .textCout ul li .txt .content-m3 {
        display: none
    }
}

.superiorityMod-18 .cenBox .coutsBox .textCout ul li .more {
    opacity: 0;
    transform: translateX(20px);
    transition-duration: .5s;
    transition-property: all;
    margin-top: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    background-color: #fff
}

@media (max-width:1024px) {
    .superiorityMod-18 .cenBox .coutsBox .textCout ul li .more {
        margin-top: 6vw;
        width: 8vw;
        height: 8vw
    }
}

.superiorityMod-18 .cenBox .coutsBox .textCout ul li .more i {
    font-size: 20px;
    color: #d8b271
}

@media (max-width:1024px) {
    .superiorityMod-18 .cenBox .coutsBox .textCout ul li .more i {
        font-size: 4vw
    }
}

.superiorityMod-18 .cenBox .coutsBox .textCout ul li.on {
    pointer-events: auto
}

.superiorityMod-18 .cenBox .coutsBox .textCout ul li.on .txt .title {
    transform: translateX(0);
    opacity: 1
}

.superiorityMod-18 .cenBox .coutsBox .textCout ul li.on .txt .content {
    transform: translateX(0);
    transition-delay: .2s;
    opacity: 1
}

.superiorityMod-18 .cenBox .coutsBox .textCout ul li.on .txt .content-m3 {
    transform: translateX(0);
    transition-delay: .2s;
    opacity: 1
}

.superiorityMod-18 .cenBox .coutsBox .textCout ul li.on .txt>.iconfont {
    transform: translateX(0) rotate(180deg);
    transition-delay: .3s;
    opacity: 1
}

.superiorityMod-18 .cenBox .coutsBox .textCout ul li.on .more {
    transform: translateX(0);
    transition-delay: .4s;
    opacity: 1
}

.superiorityMod-18 .cenBox .tabs {
    background-color: #fff;
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.superiorityMod-18 .cenBox .tabs ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.superiorityMod-18 .cenBox .tabs ul li {
    position: relative;
    padding: 0 40px
}

@media (max-width:1024px) {
    .superiorityMod-18 .cenBox .tabs ul li {
        padding: 0 4vw
    }
}

.superiorityMod-18 .cenBox .tabs ul li .box {
    cursor: pointer;
    font-weight: bold;
    font-size: 18px
}

@media (max-width:1024px) {
    .superiorityMod-18 .cenBox .tabs ul li .box {
        font-size: 5vw
    }
}

.superiorityMod-18 .cenBox .tabs ul li::before {
    opacity: 0;
    transition-duration: .5s;
    transition-property: all;
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 14px;
    height: 20px;
    left: calc(50% - 6px);
    bottom: 110%;
    clip-path: polygon(0 100%, 50% 0, 100% 100%);
    background-color: #d8b271;
    transform: translateY(10px)
}

.superiorityMod-18 .cenBox .tabs ul li::after {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 20px;
    height: 0;
    border-top: 4px dotted #ccc;
    right: -10px;
    top: 50%
}

.superiorityMod-18 .cenBox .tabs ul li:last-child::after {
    display: none
}

.superiorityMod-18 .cenBox .tabs ul li.on {
    pointer-events: none
}

.superiorityMod-18 .cenBox .tabs ul li.on .box {
    color: #d8b271
}

.superiorityMod-18 .cenBox .tabs ul li.on::before {
    opacity: 1;
    transform: translateY(0)
}

@media (max-width:1024px) {
    .superiorityMod-18 .cenBox .tabs .leftControl {
        display: none
    }
}

@media (max-width:1024px) {
    .superiorityMod-18 .cenBox .tabs .rightControl {
        display: none
    }
}

.superiorityMod-19 {
    padding: 100px 0
}

@media (max-width:1600px) {
    .superiorityMod-19 {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    .superiorityMod-19 {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    .superiorityMod-19 {
        padding: 12vw 0
    }
}

.superiorityMod-19 .cenBox .ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.superiorityMod-19 .cenBox .ul li {
    flex: 1
}

.superiorityMod-19 .cenBox .ul li .cardBox {
    width: 90%;
    box-shadow: 1px 6px 8px #67483475;
    height: 24vw;
    border-radius: 20px;
    perspective: 1000px;
}

.superiorityMod-19 .cenBox .ul li .cardBox .onMian {
    position: absolute;
    left: 0%;
    transition-duration: 1s;
    transition-property: all;
    backface-visibility: hidden;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.superiorityMod-19 .cenBox .ul li .cardBox .onMian .boxC {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 40px
}

.superiorityMod-19 .cenBox .ul li .cardBox .onMian .boxC .title {
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: bold
}

.superiorityMod-19 .cenBox .ul li .cardBox .onMian .bg {
    object-fit: contain;
    width: 100%;
    height: 100%
}

.superiorityMod-19 .cenBox .ul li .cardBox .backMian {
    background-color: #d8b271;
    position: absolute;
    border-radius: 20px;
    left: 0%;
    transition-duration: 1s;
    transition-property: all;
    backface-visibility: hidden;
    top: 0;
    width: 100%;
    height: 24vw;
    transform: rotateY(180deg)
}

.superiorityMod-19 .cenBox .ul li .cardBox .backMian .boxC {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 40px
}

.superiorityMod-19 .cenBox .ul li .cardBox .backMian .boxC .title {
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: bold
}

.superiorityMod-19 .cenBox .ul li .cardBox:hover .onMian {
    transform: rotateY(180deg)
}

.superiorityMod-19 .cenBox .ul li .cardBox:hover .backMian {
    transform: rotateY(360deg)
}

.newsMod-1 {
    padding: 100px 0
}

@media (max-width:1600px) {
    .newsMod-1 {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    .newsMod-1 {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    .newsMod-1 {
        padding: 12vw 0
    }
}

.newsMod-1 .coutBox {
    width: 1500px;
    margin: 0 auto
}

@media (max-width:1600px) {
    .newsMod-1 .coutBox {
        width: 88%
    }
}

@media (max-width:1300px) {
    .newsMod-1 .coutBox {
        width: 90%
    }
}

@media (max-width:1024px) {
    .newsMod-1 .coutBox {
        width: 84%
    }
}

.newsMod-1 .coutBox .top {
    margin-bottom: 40px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset
}

.newsMod-1 .coutBox .top .tabs {
    position: relative
}

.newsMod-1 .coutBox .top .tabs ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.newsMod-1 .coutBox .top .tabs ul li {
    width: 150px;
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .newsMod-1 .coutBox .top .tabs ul li {
        width: 25vw
    }
}

.newsMod-1 .coutBox .top .tabs ul li .box {
    font-size: 16px;
    cursor: pointer
}

.newsMod-1 .coutBox .top .tabs ul li.on .box {
    color: #d8b271
}

.newsMod-1 .coutBox .top .tabs .dot {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    background-color: #d8b271;
    display: block;
    z-index: 1;
    transition-duration: .5s;
    transition-property: all
}

.newsMod-1 .coutBox .top::after {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #ddd;
    bottom: 0
}

.newsMod-1 .coutBox .top .more {
    color: #fff
}

.newsMod-1 .coutBox .content .conUl {
    position: relative;
    top: 0
}

.newsMod-1 .coutBox .content .conUl .conLi {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transition-duration: 1s;
    transition-property: all
}

@media (max-width:1024px) {
    .newsMod-1 .coutBox .content .conUl .conLi {
        width: 100%
    }
}

.newsMod-1 .coutBox .content .conUl .conLi .newsCont {
    transform: translateY(20px);
    transition-duration: 1s;
    transition-property: all
}

.newsMod-1 .coutBox .content .conUl .conLi .newsCont .newsImgBox {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: initial;
    flex-wrap: wrap
}

@media (max-width:1024px) {
    .newsMod-1 .coutBox .content .conUl .conLi .newsCont .newsImgBox {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

.newsMod-1 .coutBox .content .conUl .conLi .newsCont .newsImgBox .newsLi {
    width: 33.333%;
    padding: 10px;
}

@media (max-width:1024px) {
    .newsMod-1 .coutBox .content .conUl .conLi .newsCont .newsImgBox .newsLi {
        width: 100%
    }
}

.newsMod-1 .coutBox .content .conUl .conLi .newsCont .newsImgBox .newsLi .imgBox {
    overflow: hidden;
    width: 100%;
    height: 340px
}

@media (max-width:1600px) {
    .newsMod-1 .coutBox .content .conUl .conLi .newsCont .newsImgBox .newsLi .imgBox {
        height: 280px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    .newsMod-1 .coutBox .content .conUl .conLi .newsCont .newsImgBox .newsLi .imgBox {
        height: 22vw
    }
}

@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
    .newsMod-1 .coutBox .content .conUl .conLi .newsCont .newsImgBox .newsLi .imgBox {
        height: 50vw
    }
}

.newsMod-1 .coutBox .content .conUl .conLi .newsCont .newsImgBox .newsLi .imgBox img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition-duration: 1s;
    transition-property: all
}

.newsMod-1 .coutBox .content .conUl .conLi .newsCont .newsImgBox .newsLi .neirong {
    padding: 30px 8px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1300px) {
    .newsMod-1 .coutBox .content .conUl .conLi .newsCont .newsImgBox .newsLi .neirong {
        padding: 20px 10px
    }
}

.newsMod-1 .coutBox .content .conUl .conLi .newsCont .newsImgBox .newsLi .neirong * {
    transition-duration: .5s;
    transition-property: all
}

.newsMod-1 .coutBox .content .conUl .conLi .newsCont .newsImgBox .newsLi .neirong .date {
    width: 80px;
    height: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1600px) {
    .newsMod-1 .coutBox .content .conUl .conLi .newsCont .newsImgBox .newsLi .neirong .date {
        width: 64px
    }
}

.newsMod-1 .coutBox .content .conUl .conLi .newsCont .newsImgBox .newsLi .neirong .date .monthDay {
    font-weight: bold;
    font-size: 28px;
    line-height: 1em;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    margin-bottom: 6px
}

@media (max-width:1300px) {
    .newsMod-1 .coutBox .content .conUl .conLi .newsCont .newsImgBox .newsLi .neirong .date .monthDay {
        font-size: 30px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .newsMod-1 .coutBox .content .conUl .conLi .newsCont .newsImgBox .newsLi .neirong .date .monthDay {
        font-size: 6vw
    }
}

.newsMod-1 .coutBox .content .conUl .conLi .newsCont .newsImgBox .newsLi .neirong .date .monthDay span {
    color: #d8b271;
    font-size: 24px
}

@media (max-width:1024px) {
    .newsMod-1 .coutBox .content .conUl .conLi .newsCont .newsImgBox .newsLi .neirong .date .monthDay span {
        font-size: 6vw
    }
}

.newsMod-1 .coutBox .content .conUl .conLi .newsCont .newsImgBox .newsLi .neirong .date .year {
    font-size: 13px
}

@media (max-width:1300px) {
    .newsMod-1 .coutBox .content .conUl .conLi .newsCont .newsImgBox .newsLi .neirong .date .year {
        font-size: 16px
    }
}

.newsMod-1 .coutBox .content .conUl .conLi .newsCont .newsImgBox .newsLi .neirong .txtR {
    position: relative;
    z-index: 1;
    padding-left: 20px;
    width: calc(100% - 80px)
}

@media (max-width:1600px) {
    .newsMod-1 .coutBox .content .conUl .conLi .newsCont .newsImgBox .newsLi .neirong .txtR {
        width: calc(100% - 64px)
    }
}

.newsMod-1 .coutBox .content .conUl .conLi .newsCont .newsImgBox .newsLi .neirong .txtR .title {
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 10px
}

.newsMod-1 .coutBox .content .conUl .conLi .newsCont .newsImgBox .newsLi .neirong .txtR .miaosu {
    opacity: .5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

@media (max-width:1300px) {
    .newsMod-1 .coutBox .content .conUl .conLi .newsCont .newsImgBox .newsLi .neirong .txtR .miaosu {
        font-size: 14px
    }
}

.newsMod-1 .coutBox .content .conUl .conLi .newsCont .newsImgBox .newsLi:hover .imgBox img {
    transform: scale(1.2)
}

.newsMod-1 .coutBox .content .conUl .conLi .newsCont .newsImgBox .newsLi:hover .neirong .txtR .title {
    color: #d8b271
}

.newsMod-1 .coutBox .content .conUl .conLi.on {
    pointer-events: auto;
    opacity: 1;
    transition-delay: .5s
}

.newsMod-1 .coutBox .content .conUl .conLi.on .newsCont {
    transition-delay: .5s;
    transform: translateY(0)
}

.newsMod-2 {
    background-color: #666;
    position: relative;
    padding: 100px 0
}

@media (max-width:1600px) {
    .newsMod-2 {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    .newsMod-2 {
        padding: 6vw 0
    }
}

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

.newsMod-2 .yx {
    position: relative;
    z-index: 1;
    width: 1500px;
    margin: 0 auto
}

@media (max-width:1600px) {
    .newsMod-2 .yx {
        width: 88%
    }
}

@media (max-width:1300px) {
    .newsMod-2 .yx {
        width: 90%
    }
}

@media (max-width:1024px) {
    .newsMod-2 .yx {
        width: 84%
    }
}

.newsMod-2 .yx .tabs {
    position: relative;
    width: fit-content;
    margin: 0 auto;
    margin-top: 50px;
    border: 1px solid #fff;
    margin-bottom: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.newsMod-2 .yx .tabs .li {
    cursor: pointer;
    width: 150px;
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    position: relative;
    z-index: 2;
    transition-duration: .5s;
    transition-property: all
}

.newsMod-2 .yx .tabs .li.onon {
    color: #d8b271
}

.newsMod-2 .yx .tabs i {
    display: block;
    width: 150px;
    height: 50px;
    top: 0;
    background-color: #fff;
    position: absolute;
    left: 0;
    transition-duration: .5s;
    transition-property: all
}

.newsMod-2 .yx .cout .ulBox {
    transform: translateY(20px);
    width: 100%;
    pointer-events: none;
    opacity: 0;
    transition-duration: .5s;
    transition-property: all
}

.newsMod-2 .yx .cout .ulBox ul {
    display: flex;
    align-items: center;
    width: 100%
}

@media (max-width:1024px) {
    .newsMod-2 .yx .cout .ulBox ul {
        flex-direction: column
    }
}

.newsMod-2 .yx .cout .ulBox ul li {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center
}

@media (max-width:1024px) {
    .newsMod-2 .yx .cout .ulBox ul li {
        margin-bottom: 10vw;
        width: 100%
    }
}

.newsMod-2 .yx .cout .ulBox ul li .box {
    width: 80%;
    transition: all .5s
}

@media (max-width:1024px) {
    .newsMod-2 .yx .cout .ulBox ul li .box {
        width: 88%
    }
}

.newsMod-2 .yx .cout .ulBox ul li .box .img {
    height: 200px;
    width: 100%;
    border-radius: 30px;
    background-size: cover;
    background-position: center
}

@media (max-width:1024px) {
    .newsMod-2 .yx .cout .ulBox ul li .box .img {
        padding-top: 60%
    }
}

.newsMod-2 .yx .cout .ulBox ul li .box .img img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.newsMod-2 .yx .cout .ulBox ul li .box .title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 100;
    line-height: 1.8em
}

@media (max-width:1024px) {
    .newsMod-2 .yx .cout .ulBox ul li .box .title {
        font-size: 4vw
    }
}

.newsMod-2 .yx .cout .ulBox ul li .box .date {
    height: 30px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    width: fit-content;
    font-size: 18px;
    margin: 16px 0;
    font-family: 'AsurSans';
    font-size: 16px;
    letter-spacing: .1em
}

@media (max-width:1024px) {
    .newsMod-2 .yx .cout .ulBox ul li .box .date {
        font-size: 4vw;
        height: 10vw;
        padding: 0 5vw;
        border-radius: 5vw
    }
}

.newsMod-2 .yx .cout .ulBox ul li .box .miaoshu {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.newsMod-2 .yx .cout .ulBox ul li .box:hover {
    transform: translateY(-10px)
}

.newsMod-2 .yx .cout .ulBox ul.on li {
    transition-duration: 2s;
    opacity: 1
}

.newsMod-2 .yx .cout .ulBox.onon {
    transform: translateY(0);
    transition-delay: .2s;
    opacity: 1;
    pointer-events: auto
}

.newsMod-2 .wenli {
    background-repeat: repeat
}

.newsMod-3 {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .newsMod-3 {
        height: unset;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

.newsMod-3 .left {
    background-color: #333;
    width: calc(100% - 364px);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: unset;
    justify-content: unset;
    flex-wrap: unset;
    padding: 100px
}

@media (max-width:1600px) {
    .newsMod-3 .left {
        padding: 100px 60px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    .newsMod-3 .left {
        padding: 60px 30px;
        width: calc(100% - 264px)
    }
}

@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
    .newsMod-3 .left {
        width: 100%;
        padding: 10vw 0;
        overflow: hidden
    }
}

.newsMod-3 .left .unifyTitle * {
    color: #fff
}

.newsMod-3 .left .cout {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: unset;
    width: 100%
}

.newsMod-3 .left .cout .tabs {
    margin-bottom: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1300px) {
    .newsMod-3 .left .cout .tabs {
        margin-bottom: 30px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .newsMod-3 .left .cout .tabs {
        width: 100%;
        overflow: auto
    }

    .newsMod-3 .left .cout .tabs::-webkit-scrollbar {
        display: none
    }
}

.newsMod-3 .left .cout .tabs li {
    cursor: pointer;
    margin-left: 40px;
    position: relative
}

@media (max-width:1024px) {
    .newsMod-3 .left .cout .tabs li {
        margin: 0 6vw
    }
}

.newsMod-3 .left .cout .tabs li:hover img {
    opacity: .3
}

.newsMod-3 .left .cout .tabs li img {
    opacity: .2;
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1300px) {
    .newsMod-3 .left .cout .tabs li img {
        width: 200px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .newsMod-3 .left .cout .tabs li img {
        width: 55vw
    }
}

.newsMod-3 .left .cout .tabs li div {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    top: 0;
    left: 0;
    color: rgba(255, 255, 255, 0.6)
}

@media (max-width:1300px) {
    .newsMod-3 .left .cout .tabs li div {
        font-size: 16px
    }
}

.newsMod-3 .left .cout .tabs li.on {
    display: flex
}

.newsMod-3 .left .cout .tabs li.on img {
    opacity: 1
}

.newsMod-3 .left .cout .tabs li.on div {
    color: #d8b271
}

@media (max-width:1024px) {
    .newsMod-3 .left .cout .tabs {
        overflow: auto
    }
}

.newsMod-3 .left .cout .content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 100%;
    position: relative
}

.newsMod-3 .left .cout .content * {
    color: #fff
}

.newsMod-3 .left .cout .content li {
    transform: translateY(20px);
    width: 100%;
    top: 0;
    left: 0;
    transition-duration: .5s;
    transition-property: all;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1
}

.newsMod-3 .left .cout .content li.on {
    display: flex
}

.newsMod-3 .left .cout .content li .swiper {
    width: 100%
}

@media (max-width:1024px) {
    .newsMod-3 .left .cout .content li .swiper .swiper-slide {
        width: 80vw
    }
}

.newsMod-3 .left .cout .content li .swiper .swiper-slide a {
    width: 90%;
    margin: 0 auto
}

.newsMod-3 .left .cout .content li .swiper .swiper-slide a .imgbox {
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden
}

@media (max-width:1024px) {
    .newsMod-3 .left .cout .content li .swiper .swiper-slide a .imgbox {
        height: 44vw
    }
}

.newsMod-3 .left .cout .content li .swiper .swiper-slide a .imgbox img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition-duration: .5s;
    transition-property: all
}

.newsMod-3 .left .cout .content li .swiper .swiper-slide a .imgbox .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    transition-duration: .5s;
    transition-property: all
}

.newsMod-3 .left .cout .content li .swiper .swiper-slide a .imgbox .mask i {
    color: #fff;
    font-size: 24px;
    transform: translateY(20px);
    opacity: 0;
    transition-duration: .5s;
    transition-property: all
}

.newsMod-3 .left .cout .content li .swiper .swiper-slide a .bcout .top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    margin: 20px 0
}

@media (max-width:1300px) {
    .newsMod-3 .left .cout .content li .swiper .swiper-slide a .bcout .top {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset;
        margin: 10px 0
    }
}

.newsMod-3 .left .cout .content li .swiper .swiper-slide a .bcout .top .date {
    font-family: fantasy;
    font-size: 32px;
    width: fit-content;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    width: 80px;
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1300px) {
    .newsMod-3 .left .cout .content li .swiper .swiper-slide a .bcout .top .date {
        font-size: 20px;
        width: 100%;
        border: none
    }
}

.newsMod-3 .left .cout .content li .swiper .swiper-slide a .bcout .top .title {
    width: calc(100% - 80px);
    padding-left: 10px;
    font-weight: bold;
    font-size: 18px;
    transition-duration: .5s;
    transition-property: all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

@media (max-width:1300px) {
    .newsMod-3 .left .cout .content li .swiper .swiper-slide a .bcout .top .title {
        padding-left: 0;
        width: 100%;
        font-size: 16px;
        margin-top: 10px
    }
}

.newsMod-3 .left .cout .content li .swiper .swiper-slide a .bcout .miaoshu {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 2em;
    font-weight: 100
}

@media (max-width:1300px) {
    .newsMod-3 .left .cout .content li .swiper .swiper-slide a .bcout .miaoshu {
        font-size: 14px
    }
}

.newsMod-3 .left .cout .content li .swiper .swiper-slide a:hover .imgbox .mask {
    background-color: rgba(0, 0, 0, 0.4)
}

.newsMod-3 .left .cout .content li .swiper .swiper-slide a:hover .imgbox .mask i {
    opacity: 1;
    transform: translateY(0)
}

.newsMod-3 .left .cout .content li .swiper .swiper-slide a:hover .imgbox img {
    transform: scale(1.1)
}

.newsMod-3 .left .cout .content li .swiper .swiper-slide a:hover .top .date {
    color: #d8b271
}

.newsMod-3 .left .cout .content li .swiper .swiper-slide a:hover .top .title {
    color: #d8b271
}

.newsMod-3 .left .cout .content li.on {
    transform: translateY(0);
    opacity: 1;
    transition-delay: .2s;
    pointer-events: auto
}

.newsMod-3 .right {
    width: 364px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    background-color: #ededed
}

@media (max-width:1300px) {
    .newsMod-3 .right {
        width: 264px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .newsMod-3 .right {
        display: none
    }
}

.newsMod-3 .inxNewsLR {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .newsMod-3 .inxNewsLR {
        margin: 10vw auto
    }
}

.newsMod-3 .inxNewsLR * {
    color: #fff;
    font-size: 16px;
    font-family: 'Hel';
    transition-duration: .5s;
    transition-property: all;
    letter-spacing: .1em
}

.newsMod-3 .inxNewsLR>div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    border: 1px solid rgba(255, 255, 255, 0.6);
    width: 120px;
    height: 36px;
    cursor: pointer
}

@media (max-width:1300px) {
    .newsMod-3 .inxNewsLR>div {
        width: 80px;
        height: 30px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .newsMod-3 .inxNewsLR>div {
        width: 30vw;
        height: 10vw
    }
}

.newsMod-3 .inxNewsLR>div div {
    transition-duration: .5s;
    transition-property: all
}

.newsMod-3 .inxNewsLR>div.leftBtn i {
    margin-right: 10px;
    transition-duration: .5s;
    transition-property: all
}

.newsMod-3 .inxNewsLR>div.leftBtn:hover div {
    transform: translateX(-10px)
}

.newsMod-3 .inxNewsLR>div.leftBtn:hover i {
    transform: translateX(-10px)
}

.newsMod-3 .inxNewsLR>div.rightBtn i {
    margin-left: 10px;
    transition-duration: .5s;
    transition-property: all
}

.newsMod-3 .inxNewsLR>div.rightBtn:hover div {
    transform: translateX(10px)
}

.newsMod-3 .inxNewsLR>div.rightBtn:hover i {
    transform: translateX(10px)
}

.newsMod-3 .inxNewsLR>div:hover {
    background-color: #d8b271;
    border-color: #d8b271
}

.newsMod-3 .inxNewsLR>div:hover * {
    color: #fff
}

@media (max-width:1300px) {
    .newsMod-3 .inxNewsLR {
        margin-top: 0
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .newsMod-3 .inxNewsLR {
        margin-top: 10vw
    }
}

.newsMod-3 .inxNewsLR>div {
    border-color: #999
}

.newsMod-3 .inxNewsLR>div i {
    color: #666
}

.newsMod-3 .inxNewsLR>div div {
    color: #666
}

@media (max-width:1024px) {
    .newsMod-3 .inxNewsLR>div {
        border-color: rgba(255, 255, 255, 0.6)
    }

    .newsMod-3 .inxNewsLR>div i {
        color: rgba(255, 255, 255, 0.6)
    }

    .newsMod-3 .inxNewsLR>div div {
        color: rgba(255, 255, 255, 0.6)
    }
}

.newsMod-4 {
    padding-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    padding: 100px 0
}

@media (max-width:1600px) {
    .newsMod-4 {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    .newsMod-4 {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    .newsMod-4 {
        padding: 12vw 0
    }
}

.newsMod-4 .ul {
    width: 1500px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: space-between;
    flex-wrap: wrap
}

@media (max-width:1600px) {
    .newsMod-4 .ul {
        width: 88%
    }
}

@media (max-width:1300px) {
    .newsMod-4 .ul {
        width: 90%
    }
}

@media (max-width:1024px) {
    .newsMod-4 .ul {
        width: 84%
    }
}

@media (max-width:1024px) {
    .newsMod-4 .ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

.newsMod-4 .ul .li {
    width: 45%
}

@media (max-width:1024px) {
    .newsMod-4 .ul .li {
        width: 100%
    }
}

.newsMod-4 .ul .li a {
    margin-bottom: 16px;
    padding: 4px 0;
    border-bottom: 1px dotted #666;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset
}

.newsMod-4 .ul .li a .title {
    font-size: 16px
}

.newsMod-4 .ul .li a .date {
    font-size: 14px
}

.newsMod-4 .ul .li a:hover .title {
    color: #d8b271
}

.newsMod-4 .ul .li a:hover .date {
    color: #d8b271
}

.newsMod-5 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 0
}

@media (max-width:1600px) {
    .newsMod-5 {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    .newsMod-5 {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    .newsMod-5 {
        padding: 12vw 0
    }
}

.newsMod-5 .boxC {
    width: 1500px;
    margin: 0 auto;
    height: 30vw;
    display: flex;
    box-shadow: 0 0 20px rgb(149 149 149 / 33%);
}

@media (max-width:1600px) {
    .newsMod-5 .boxC {
        width: 88%
    }
}

@media (max-width:1300px) {
    .newsMod-5 .boxC {
        width: 90%
    }
}

@media (max-width:1024px) {
    .newsMod-5 .boxC {
        width: 84%
    }
}

.newsMod-5 .left {
    width: 50%;
    height: 100%
}

.newsMod-5 .left img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.newsMod-5 #inxNews {
    height: 100%
}

.newsMod-5 .right {
    padding: 20px 40px;
    height: 100%;
    background-color: #fff;
    width: 50%;
    padding-right: 20px
}

.newsMod-5 .right li {
    height: 25%;
    display: flex;
    align-items: center;
    position: relative
}

.newsMod-5 .right li::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-bottom: 1px dashed #ccc
}

.newsMod-5 .right ul {
    height: 100%;
    overflow: auto;
    padding-right: 50px
}

.newsMod-5 .right ul::-webkit-scrollbar {
    width: 2px;
    height: 1px;
    background: rgba(0, 0, 0, 0.1)
}

.newsMod-5 .right ul::-webkit-scrollbar-thumb {
    width: 2px;
    border-radius: 10px;
    background: #c30d23
}

.newsMod-5 .right ul::-webkit-scrollbar-track {
    border-radius: 1px;
    background: rgba(255, 255, 255, 0.2)
}

.newsMod-5 .right a {
    height: 100%;
    display: flex;
    align-items: center;
    transition: all .5s ease
}

.newsMod-5 .right a:hover {
    transform: translateX(10px)
}

.newsMod-5 .right a:hover .title {
    color: #c30d23
}

.newsMod-5 .right a:hover .date {
    background-color: #c30d23
}

.newsMod-5 .right a:hover .date span {
    color: #fff
}

.newsMod-5 .right .box {
    display: flex;
    align-items: center
}

.newsMod-5 .right .date {
    display: flex;
    flex-direction: column;
    margin-right: 30px;
    padding: 8px;
    transition: all .5s;
    border-radius: 6px;
    transition: all .5s ease
}

.newsMod-5 .right .date span:nth-child(1) {
    font-family: "Hel-02";
    font-size: 28px;
    color: #b1b1b1;
    line-height: 1em;
    margin-bottom: 4px;
    transition: all .5s ease
}

.newsMod-5 .right .date span:nth-child(2) {
    font-family: "Hel"
}

.newsMod-5 .right .cont p {
    text-indent: 0;
    line-height: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    font-weight: 100;
    -webkit-box-orient: vertical;
    color: #999
}

.newsMod-5 .right .cont div {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    transition: all .5s;
    color: #333;
    text-align: justify
}

@media only screen and (max-width:1600px) {
    .newsMod-5 .boxC {
        width: 1200px
    }
}

@media only screen and (max-width:1300px) {
    .newsMod-5 .boxC {
        width: 90%;
        height: 40vw
    }

    .newsMod-5 .right li {
        height: 33.33333%
    }

    .newsMod-5 .right li:last-child:after {
        display: none
    }

    .newsMod-5 .right .cont div {
        font-size: 18px
    }

    .newsMod-5 .right .date {
        margin-right: 2vw
    }

    .newsMod-5 .right {
        padding: 3vw
    }
}

@media only screen and (max-width:1024px) {
    .newsMod-5 .boxC {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: unset;
        margin-top: 10vw
    }

    .newsMod-5 .left {
        width: 100%;
        height: 56vw
    }

    .newsMod-5 .right {
        width: 100%;
        height: 100vw
    }

    .newsMod-5 .right li {
        padding: 6vw 0
    }

    .newsMod-5 .right ul {
        padding-right: 5vw
    }
}

.newsMod-6 {
    background-color: #f8f8f8;
    padding-top: 100px
}

@media (max-width:1600px) {
    .newsMod-6 {
        padding-top: 80px
    }
}

@media (max-width:1300px) {
    .newsMod-6 {
        padding-top: 6vw
    }
}

@media (max-width:1024px) {
    .newsMod-6 {
        padding-top: 12vw
    }
}

.newsMod-6 .news-box {
    display: flex;
    flex-wrap: wrap;
    width: 1500px;
    margin: 0 auto
}

@media (max-width:1600px) {
    .newsMod-6 .news-box {
        width: 88%
    }
}

@media (max-width:1300px) {
    .newsMod-6 .news-box {
        width: 90%
    }
}

@media (max-width:1024px) {
    .newsMod-6 .news-box {
        width: 84%
    }
}

.newsMod-6 .news-box li {
    width: 33.33333%;
    display: flex;
    flex-direction: column;
    align-items: center
}

.newsMod-6 .news-box a {
    width: 90%;
    margin: 0 auto;
    transition: all .5s;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 16px;
    padding-bottom: 65px
}

.newsMod-6 .news-box a .picbox {
    width: 100%;
    border-radius: 16px;
    margin-bottom: 20px;
    height: 200px
}

.newsMod-6 .news-box a .picbox .img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.newsMod-6 .news-box a span {
    font-family: "DancingScript";
    font-style: italic;
    font-size: 24px
}

.newsMod-6 .news-box a>div {
    font-size: 16px;
    line-height: 2em
}

.newsMod-6 .news-box a>div>div {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.newsMod-6 .news-box a i {
    display: block;
    width: 100%;
    border-bottom: 1px dashed #666;
    margin: 16px 0
}

.newsMod-6 .news-box a:hover {
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-20px)
}

.newsMod-6 .news-box .iconfont {
    opacity: 0;
    margin-top: 20px;
    font-size: 24px;
    color: #d8b271;
    transition: all .5s
}

.newsMod-6 .news-box a:hover+.iconfont {
    opacity: 1;
    transform: translateY(-86px);
    pointer-events: none
}

@media (max-width:1024px) {
    .newsMod-6 .news-box {
        flex-direction: column;
        width: 95%
    }

    .newsMod-6 .news-box li {
        width: 100%;
        margin-bottom: 4vw
    }

    .newsMod-6 .news-box a {
        background-color: rgba(255, 255, 255, 0.6);
        box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.1)
    }

    .newsMod-6 .news-box a:hover {
        transform: translateY(0)
    }

    .newsMod-6 .news-box a>div {
        line-height: unset
    }

    .newsMod-6 .news-box a+.iconfont {
        display: none
    }

    .newsMod-6 .news-box a>div {
        font-size: 4vw;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        font-size: 5vw;
        padding-left: 4vw
    }

    .newsMod-6 .news-box a .picbox {
        padding: 0;
        margin: 0;
        height: 120px
    }

    .newsMod-6 .news-box a .img {
        margin-bottom: unset;
        width: 25%;
        border-radius: 2vw
    }

    .newsMod-6 .news-box a {
        display: flex;
        align-items: center;
        width: 100%;
        padding: 6vw 4vw
    }

    .newsMod-6 .news-box a i {
        margin: 2vw 0
    }

    .newsMod-6 .news-box a span {
        font-size: 4vw
    }
}

.newsMod-7 {
    padding-bottom: 160px;
    padding: 100px 0
}

@media (max-width:1600px) {
    .newsMod-7 {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    .newsMod-7 {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    .newsMod-7 {
        padding: 12vw 0
    }
}

@media (max-width:1024px) {
    .newsMod-7 {
        padding-bottom: 30vw
    }
}

.newsMod-7 .cenBox {
    width: 1500px;
    margin: 0 auto
}

@media (max-width:1600px) {
    .newsMod-7 .cenBox {
        width: 88%
    }
}

@media (max-width:1300px) {
    .newsMod-7 .cenBox {
        width: 90%
    }
}

@media (max-width:1024px) {
    .newsMod-7 .cenBox {
        width: 84%
    }
}

.newsMod-7 .cenBox ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .newsMod-7 .cenBox ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

.newsMod-7 .cenBox ul li {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .newsMod-7 .cenBox ul li {
        margin-top: 6vw
    }

    .newsMod-7 .cenBox ul li:first-child {
        margin-top: 0
    }
}

.newsMod-7 .cenBox ul li .box {
    width: 85%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .newsMod-7 .cenBox ul li .box {
        width: 100%
    }
}

.newsMod-7 .cenBox ul li .box>i {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ccc
}

.newsMod-7 .cenBox ul li .box>i i {
    display: block;
    width: 0;
    background-color: #ffee9a;
    height: 100%;
    transition-duration: .5s;
    transition-property: all
}

.newsMod-7 .cenBox ul li .box .date {
    margin: 20px 0;
    font-size: 16px
}

@media (max-width:1024px) {
    .newsMod-7 .cenBox ul li .box .date {
        margin: 2vw 0
    }
}

.newsMod-7 .cenBox ul li .box .title {
    font-size: 20px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition-duration: .5s;
    transition-property: all
}

.newsMod-7 .cenBox ul li .box .miaoshu {
    font-size: 16px;
    line-height: 2em;
    text-indent: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 20px 0
}

@media (max-width:1600px) {
    .newsMod-7 .cenBox ul li .box .miaoshu {
        margin: 10px 0
    }
}

.newsMod-7 .cenBox ul li .box .imgBox {
    overflow: hidden;
    width: 100%;
    height: 14vw
}

@media (max-width:1024px) {
    .newsMod-7 .cenBox ul li .box .imgBox {
        height: 30vw
    }
}

.newsMod-7 .cenBox ul li .box .imgBox .img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition-duration: .5s;
    transition-property: all
}

.newsMod-7 .cenBox ul li .box .moreBox {
    margin-top: 10px;
    opacity: .6;
    font-size: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    transition-duration: .5s;
    transition-property: all
}

.newsMod-7 .cenBox ul li .box .moreBox i {
    margin-left: 10px;
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1024px) {
    .newsMod-7 .cenBox ul li .box>i i {
        width: 100%
    }

    .newsMod-7 .cenBox ul li .box .title {
        color: #ffee9a
    }

    .newsMod-7 .cenBox ul li .box .imgBox img {
        transform: scale(1.1)
    }

    .newsMod-7 .cenBox ul li .box .moreBox {
        color: #ffee9a;
        opacity: 1
    }

    .newsMod-7 .cenBox ul li .box .moreBox i {
        color: #ffee9a
    }
}

@media (min-width:1024px) {
    .newsMod-7 .cenBox ul li .box:hover>i i {
        width: 100%
    }

    .newsMod-7 .cenBox ul li .box:hover .title {
        color: #ffee9a
    }

    .newsMod-7 .cenBox ul li .box:hover .imgBox img {
        transform: scale(1.1)
    }

    .newsMod-7 .cenBox ul li .box:hover .moreBox {
        color: #ffee9a;
        opacity: 1
    }

    .newsMod-7 .cenBox ul li .box:hover .moreBox i {
        color: #ffee9a
    }
}

.newsMod-7 .cenBox .more {
    width: fit-content;
    margin: 0 auto;
    margin-top: 40px
}

.newsMod-8 {
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1600px) {
    .newsMod-8 {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    .newsMod-8 {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    .newsMod-8 {
        padding: 12vw 0
    }
}

.newsMod-8 .sortName {
    margin-bottom: 40px;
    position: relative;
    font-family: 'siyuansongti';
    font-size: 30px;
    font-weight: bold
}

.newsMod-8 .sortName::after {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 26px;
    height: 6px;
    border-radius: 3px;
    background-color: #d8b271;
    top: 110%;
    left: 50%;
    transform: translateX(-50%)
}

.newsMod-8 .list {
    width: 1130px
}

@media (max-width:1300px) {
    .newsMod-8 .list {
        width: 70%
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .newsMod-8 .list {
        width: 90%
    }
}

.newsMod-8 .list li a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset;
    padding: 26px 24px;
    transition-duration: .5s;
    transition-property: all;
    border-bottom: 1px dashed #999
}

@media (max-width:1300px) {
    .newsMod-8 .list li a {
        padding: 18px
    }
}

.newsMod-8 .list li a .left {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .newsMod-8 .list li a .left {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        flex-wrap: unset
    }
}

.newsMod-8 .list li a .left .date {
    font-size: 18px;
    margin-right: 30px;
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1600px) {
    .newsMod-8 .list li a .left .date {
        font-size: 16px
    }
}

.newsMod-8 .list li a .left .title {
    font-size: 18px;
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1600px) {
    .newsMod-8 .list li a .left .title {
        font-size: 16px
    }
}

.newsMod-8 .list li a:hover {
    border-color: #d8b271
}

.newsMod-8 .list li a:hover .left .date {
    color: #d8b271
}

.newsMod-8 .list li a:hover .left .title {
    color: #d8b271
}

.newsMod-8 .list li a:hover i {
    color: #d8b271
}

.newsMod-8 .bkMore {
    opacity: .3;
    margin-top: 30px;
    transition-duration: .5s;
    transition-property: all
}

.newsMod-8 .bkMore i {
    font-size: 40px;
    transition-duration: .5s;
    transition-property: all
}

.newsMod-8 .bkMore:hover {
    opacity: 1
}

.newsMod-8 .bkMore:hover i {
    color: #d8b271
}

.newsMod-9 {
    background-color: #000;
    position: relative;
    height: calc(100vh - 80px)
}

@media (max-width:1600px) {
    .newsMod-9 {
        height: calc(100vh - 70px)
    }
}

@media (max-width:1300px) {
    .newsMod-9 {
        height: calc(100vh - 60px)
    }
}

@media (max-width:1024px) {
    .newsMod-9 {
        height: unset
    }
}

@media (max-width:1024px) {
    .newsMod-9 {
        padding-bottom: 100px
    }
}

@media (max-width:1024px) and (max-width:1600px) {
    .newsMod-9 {
        padding-bottom: 80px
    }
}

@media (max-width:1024px) and (max-width:1300px) {
    .newsMod-9 {
        padding-bottom: 6vw
    }
}

@media (max-width:1024px) and (max-width:1024px) {
    .newsMod-9 {
        padding-bottom: 12vw
    }
}

.newsMod-9 .cenBox {
    height: 100%;
    width: 1500px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1600px) {
    .newsMod-9 .cenBox {
        width: 88%
    }
}

@media (max-width:1300px) {
    .newsMod-9 .cenBox {
        width: 90%
    }
}

@media (max-width:1024px) {
    .newsMod-9 .cenBox {
        width: 84%
    }
}

@media (max-width:1024px) {
    .newsMod-9 .cenBox {
        padding: 20vw 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

.newsMod-9 .cenBox .left {
    position: relative;
    width: 55%;
    height: 100%;
    padding-top: 200px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: unset;
    flex-wrap: unset
}

@media (max-width:1300px) {
    .newsMod-9 .cenBox .left {
        padding-top: 100px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .newsMod-9 .cenBox .left {
        width: 90%;
        padding: 0
    }
}

.newsMod-9 .cenBox .left .unifyTitle * {
    color: #fff
}

.newsMod-9 .cenBox .left .newsTabs {
    margin-top: 80px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1300px) {
    .newsMod-9 .cenBox .left .newsTabs {
        margin-top: 40px
    }
}

.newsMod-9 .cenBox .left .newsTabs li {
    position: relative;
    margin-right: 20px;
    background-color: rgba(255, 255, 255, 0.1)
}

.newsMod-9 .cenBox .left .newsTabs li .name {
    position: relative;
    z-index: 1;
    cursor: pointer;
    color: #fff;
    width: 160px;
    font-size: 16px;
    height: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    transition-duration: .5s;
    transition-property: all;
    border: 1px solid rgba(255, 255, 255, 0.3)
}

@media (max-width:1300px) {
    .newsMod-9 .cenBox .left .newsTabs li .name {
        width: 140px;
        height: 50px
    }
}

.newsMod-9 .cenBox .left .newsTabs li i {
    width: 0;
    position: absolute;
    height: 100%;
    transition-duration: .5s;
    transition-property: all;
    background-color: #d8b271;
    top: 0;
    display: block;
    right: 0
}

.newsMod-9 .cenBox .left .newsTabs li.on i {
    width: 100%
}

.newsMod-9 .cenBox .left .newsTabs li.on .name {
    border-color: #d8b271
}

.newsMod-9 .cenBox .left .controls {
    position: absolute;
    top: 50%;
    right: 80px;
    transform: translateY(-50%)
}

@media (max-width:1300px) {
    .newsMod-9 .cenBox .left .controls {
        right: 20px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .newsMod-9 .cenBox .left .controls {
        display: none
    }
}

.newsMod-9 .cenBox .left .controls>div {
    cursor: pointer;
    margin: 20px 0
}

.newsMod-9 .cenBox .left .controls>div i {
    font-size: 40px;
    color: rgba(255, 255, 255, 0.6);
    transition-duration: .5s;
    transition-property: all
}

.newsMod-9 .cenBox .left .controls>div.leftBtn {
    transform: rotate(-90deg)
}

.newsMod-9 .cenBox .left .controls>div.rightBtn {
    transform: rotate(90deg)
}

@media (min-width:1024px) {
    .newsMod-9 .cenBox .left .controls>div:hover i {
        color: #fff
    }
}

.newsMod-9 .cenBox .right {
    width: 45%;
    height: 100%
}

@media (max-width:1024px) {
    .newsMod-9 .cenBox .right {
        width: 90%;
        margin-top: 10vw
    }
}

.newsMod-9 .cenBox .right .newsCout {
    height: 100%;
    position: relative
}

.newsMod-9 .cenBox .right .newsCout .li {
    top: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    transition-duration: .5s;
    transition-property: all;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: space-between;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .newsMod-9 .cenBox .right .newsCout .li {
        height: unset
    }
}

.newsMod-9 .cenBox .right .newsCout .li .swiper {
    width: 100%;
    margin: unset;
    height: 100%
}

@media (max-width:1024px) {
    .newsMod-9 .cenBox .right .newsCout .li .swiper {
        height: unset
    }
}

.newsMod-9 .cenBox .right .newsCout .li .swiper li {
    height: 400px;
    transform: scale(.8);
    transition-duration: .5s;
    transition-property: all;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1300px) {
    .newsMod-9 .cenBox .right .newsCout .li .swiper li {
        height: 260px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .newsMod-9 .cenBox .right .newsCout .li .swiper li {
        height: unset
    }
}

.newsMod-9 .cenBox .right .newsCout .li .swiper li .newsBox {
    position: relative;
    width: 100%;
    height: 100%
}

.newsMod-9 .cenBox .right .newsCout .li .swiper li .newsBox .imgBox {
    height: 90%;
    width: 100%
}

@media (max-width:1024px) {
    .newsMod-9 .cenBox .right .newsCout .li .swiper li .newsBox .imgBox {
        height: 60vw
    }
}

.newsMod-9 .cenBox .right .newsCout .li .swiper li .newsBox .imgBox img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.newsMod-9 .cenBox .right .newsCout .li .swiper li .newsBox .date {
    padding-left: 40px;
    margin-top: -20px;
    color: #d8b271;
    font-weight: bold;
    font-size: 40px;
    line-height: 1em
}

@media (max-width:1300px) {
    .newsMod-9 .cenBox .right .newsCout .li .swiper li .newsBox .date {
        font-size: 30px
    }
}

.newsMod-9 .cenBox .right .newsCout .li .swiper li .newsBox .title {
    bottom: 0;
    padding: 0 40px;
    font-size: 20px;
    color: #fff;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

@media (max-width:1300px) {
    .newsMod-9 .cenBox .right .newsCout .li .swiper li .newsBox .title {
        font-size: 16px
    }
}

.newsMod-9 .cenBox .right .newsCout .li .swiper li.swiper-slide-active {
    transform: scale(1)
}

.newsMod-9 .cenBox .right .newsCout .li.on {
    opacity: 1
}

.newsMod-10 {
    position: relative;
    padding: 100px 0
}

@media (max-width:1600px) {
    .newsMod-10 {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    .newsMod-10 {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    .newsMod-10 {
        padding: 12vw 0
    }
}

.newsMod-10 .cenBox {
    width: 90%;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.newsMod-10 .cenBox .swiperBox {
    margin-bottom: 80px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 100%
}

.newsMod-10 .cenBox .swiperBox #inxNews {
    width: 100%
}

.newsMod-10 .cenBox .swiperBox #inxNews .swiper-slide {
    padding-top: 20px;
    box-sizing: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1300px) and (max-width:1024px) {
    .newsMod-10 .cenBox .swiperBox #inxNews .swiper-slide {
        padding-top: 0
    }
}

.newsMod-10 .cenBox .swiperBox #inxNews .swiper-slide .aBox {
    width: 80%;
    transition-duration: .5s;
    transition-property: all;
    border: 4px solid #d8b271
}

@media (max-width:1600px) {
    .newsMod-10 .cenBox .swiperBox #inxNews .swiper-slide .aBox {
        width: 90%
    }
}

@media (max-width:1600px) and (max-width:1024px) {
    .newsMod-10 .cenBox .swiperBox #inxNews .swiper-slide .aBox {
        width: 100%
    }
}

.newsMod-10 .cenBox .swiperBox #inxNews .swiper-slide .aBox .zhuCout .imgBox {
    height: 13vw
}

@media (max-width:1024px) {
    .newsMod-10 .cenBox .swiperBox #inxNews .swiper-slide .aBox .zhuCout .imgBox {
        height: 50vw
    }
}

.newsMod-10 .cenBox .swiperBox #inxNews .swiper-slide .aBox .zhuCout .liCoutBox {
    position: relative;
    background-color: #ffffffa6;
    height: 18vw;
    padding: 2vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .newsMod-10 .cenBox .swiperBox #inxNews .swiper-slide .aBox .zhuCout .liCoutBox {
        height: 60vw;
        padding: 8vw
    }
}

.newsMod-10 .cenBox .swiperBox #inxNews .swiper-slide .aBox .zhuCout .liCoutBox .thisTop .info {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset
}

.newsMod-10 .cenBox .swiperBox #inxNews .swiper-slide .aBox .zhuCout .liCoutBox .thisTop .info .lanmu {
    height: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    font-size: 16px;
    padding: 0 10px;
    background-color: #d8b271;
    font-weight: bold;
    color: #ffee9a
}

@media (max-width:1300px) {
    .newsMod-10 .cenBox .swiperBox #inxNews .swiper-slide .aBox .zhuCout .liCoutBox .thisTop .info .lanmu {
        font-size: 14px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .newsMod-10 .cenBox .swiperBox #inxNews .swiper-slide .aBox .zhuCout .liCoutBox .thisTop .info .lanmu {
        font-size: 4vw
    }
}

.newsMod-10 .cenBox .swiperBox #inxNews .swiper-slide .aBox .zhuCout .liCoutBox .thisTop .info i {
    width: 1px;
    height: 16px;
    background-color: rgba(0, 0, 0, 0.5);
    margin: 0 16px
}

.newsMod-10 .cenBox .swiperBox #inxNews .swiper-slide .aBox .zhuCout .liCoutBox .thisTop .info .date {
    font-size: 22px;
    font-family: 'arc'
}

@media (max-width:1600px) {
    .newsMod-10 .cenBox .swiperBox #inxNews .swiper-slide .aBox .zhuCout .liCoutBox .thisTop .info .date {
        font-size: 22px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    .newsMod-10 .cenBox .swiperBox #inxNews .swiper-slide .aBox .zhuCout .liCoutBox .thisTop .info .date {
        font-size: 18px
    }
}

@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
    .newsMod-10 .cenBox .swiperBox #inxNews .swiper-slide .aBox .zhuCout .liCoutBox .thisTop .info .date {
        font-size: 4vw
    }
}

.newsMod-10 .cenBox .swiperBox #inxNews .swiper-slide .aBox .zhuCout .liCoutBox .thisTop .title {
    margin-top: 10px;
    font-size: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: justify;
    line-height: 1.5em
}

@media (max-width:1600px) {
    .newsMod-10 .cenBox .swiperBox #inxNews .swiper-slide .aBox .zhuCout .liCoutBox .thisTop .title {
        font-size: 18px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    .newsMod-10 .cenBox .swiperBox #inxNews .swiper-slide .aBox .zhuCout .liCoutBox .thisTop .title {
        margin-top: 10px;
        font-size: 18px
    }
}

@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
    .newsMod-10 .cenBox .swiperBox #inxNews .swiper-slide .aBox .zhuCout .liCoutBox .thisTop .title {
        font-size: 5vw
    }
}

@media (min-width:1024px) {
    .newsMod-10 .cenBox .swiperBox #inxNews .swiper-slide .aBox:hover {
        transform: translateY(-20px)
    }
}

.newsMod-10 .cenBox .swiperBox .lrBtn {
    margin-bottom: 60px;
    cursor: pointer;
    width: 74px;
    height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    transition-duration: .3s;
    transition-property: all
}

@media (max-width:1600px) {
    .newsMod-10 .cenBox .swiperBox .lrBtn {
        margin-bottom: 80px;
        height: 90px;
        width: 60px
    }
}

@media (max-width:1600px) and (max-width:1024px) {
    .newsMod-10 .cenBox .swiperBox .lrBtn {
        display: none
    }
}

.newsMod-10 .cenBox .swiperBox .lrBtn i {
    font-size: 30px;
    transition-duration: .3s;
    transition-property: all
}

.newsMod-10 .cenBox .swiperBox .lrBtn.leftBtn {
    margin-right: 40px
}

.newsMod-10 .cenBox .swiperBox .lrBtn.rightBtn {
    margin-left: 40px
}

.newsMod-10 .cenBox .swiperBox .lrBtn:hover {
    border-color: #ffee9a;
    background-color: #ffee9a
}

.newsMod-10 .cenBox .swiperBox .lrBtn:hover i {
    color: #d8b271
}

.newsMod-10::before {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 100%;
    height: 40%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
}

@media (max-width:1024px) {
    .newsMod-10::before {
        height: 100vw
    }
}

.newsMod-10::after {
    content: '';
    position: absolute;
    z-index: -2;
    display: block;
    width: 100%;
    height: 74%;
    left: 0;
    bottom: 0;
    opacity: .5;
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    /* background-image: url(../img/ynaibg.jpg); */
}

.newsMod-10 .ling {
    position: absolute;
    width: 80%;
    height: 4px;
    display: block;
    left: 10%;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.14)
}

.newsMod-11 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    padding: 100px 0;

}

@media (max-width:1600px) {
    .newsMod-11 {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    .newsMod-11 {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    .newsMod-11 {
        padding: 12vw 0
    }
}

.newsMod-11 .unifyTitle {
    margin-bottom: 0
}

.newsMod-11 .cenBox {
    position: relative;
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: unset
}

@media (max-width:1600px) {
    .newsMod-11 .cenBox {
        width: 88%
    }
}

@media (max-width:1300px) {
    .newsMod-11 .cenBox {
        width: 90%
    }
}

@media (max-width:1024px) {
    .newsMod-11 .cenBox {
        width: 84%
    }
}

@media (max-width:1024px) {
    .newsMod-11 .cenBox {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset;
        width: 84%
    }
}

.newsMod-11 .cenBox .right {
    width: 50%;
    box-sizing: unset;
    padding: 4vw 0
}

@media (max-width:1300px) {
    .newsMod-11 .cenBox .right {
        padding: 60px 0
    }
}

@media (max-width:1024px) {
    .newsMod-11 .cenBox .right {
        width: 100%;
        padding: 0
    }
}

.newsMod-11 .cenBox .right .ul {
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: space-between;
    flex-wrap: wrap
}

.newsMod-11 .cenBox .right .ul .li {
    margin-bottom: 2vw;
    width: 44%
}

@media (max-width:1024px) {
    .newsMod-11 .cenBox .right .ul .li {
        width: 48%;
        margin-bottom: 14vw
    }
}

.newsMod-11 .cenBox .right .ul .li .newsBox {
    position: relative;
    width: 100%
}

.newsMod-11 .cenBox .right .ul .li .newsBox .imgBox {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    height: 12vw
}

@media (max-width:1300px) {
    .newsMod-11 .cenBox .right .ul .li .newsBox .imgBox {
        height: 134px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .newsMod-11 .cenBox .right .ul .li .newsBox .imgBox {
        height: 30vw
    }
}

.newsMod-11 .cenBox .right .ul .li .newsBox .imgBox .more {
    opacity: 0;
    transition-duration: .5s;
    transition-property: all;
    color: #fff;
    position: absolute;
    z-index: 1;
    top: 0%;
    left: 0%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 100%;
    height: 100%;
    transform: translateY(20px)
}

.newsMod-11 .cenBox .right .ul .li .newsBox .imgBox .more i {
    color: #fff;
    margin-right: 10px
}

.newsMod-11 .cenBox .right .ul .li .newsBox .imgBox::after {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 0;
    height: 1px;
    top: 50%;
    background-color: rgb(216 178 113 / 64%);
    left: 0;
    transform: translateY(-50%);
    transition: width cubic-bezier(.79, .17, .15, .96) .3s .3s, height cubic-bezier(.79, .17, .15, .96) .3s
}

.newsMod-11 .cenBox .right .ul .li .newsBox .date {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    top: -35px;
    position: absolute;
    right: -10px;
    background-color: #d8b271;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1300px) {
    .newsMod-11 .cenBox .right .ul .li .newsBox .date {
        top: -30px;
        width: 60px;
        height: 60px
    }
}

.newsMod-11 .cenBox .right .ul .li .newsBox .date>div {
    color: #674733
}

.newsMod-11 .cenBox .right .ul .li .newsBox .date>div.day {
    font-size: 28px;
    font-weight: bold
}

@media (max-width:1300px) {
    .newsMod-11 .cenBox .right .ul .li .newsBox .date>div.day {
        font-size: 20px
    }
}

.newsMod-11 .cenBox .right .ul .li .newsBox .date>div.my {
    font-size: 14px
}

.newsMod-11 .cenBox .right .ul .li .newsBox .text {
    height: 100px;
    margin-top: 10px
}

.newsMod-11 .cenBox .right .ul .li .newsBox .text .title {
    margin-top: 10px;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1300px) {
    .newsMod-11 .cenBox .right .ul .li .newsBox .text .title {
        font-size: 16px
    }
}

.newsMod-11 .cenBox .right .ul .li .newsBox .text .ms {
    margin-top: 6px;
    font-size: 16px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-weight: normal
}

@media (max-width:1300px) {
    .newsMod-11 .cenBox .right .ul .li .newsBox .text .ms {
        font-size: 14px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .newsMod-11 .cenBox .right .ul .li .newsBox .text .ms {
        display: none
    }
}

.newsMod-11 .cenBox .right .ul .li .newsBox .text .sortName {
    position: relative;
    padding-left: 60px;
    font-size: 14px;
    color: #999;
    color: #d8b271
}

.newsMod-11 .cenBox .right .ul .li .newsBox .text .sortName::before {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 60px;
    height: 1px;
    background-color: #d8b271;
    top: 50%;
    left: -10px
}

@media (min-width:1024px) {
    .newsMod-11 .cenBox .right .ul .li .newsBox:hover .imgBox .more {
        opacity: 1;
        transition-delay: .7s;
        transform: translateY(0)
    }

    .newsMod-11 .cenBox .right .ul .li .newsBox:hover .imgBox::after {
        width: 100%;
        height: 100%;
        transition: width cubic-bezier(.79, .17, .15, .96) .3s, height cubic-bezier(.79, .17, .15, .96) .3s .3s
    }

    .newsMod-11 .cenBox .right .ul .li .newsBox:hover .text .title {
        color: #d8b271
    }
}

.newsMod-11 .cenBox .right .ul .li:nth-last-child(1) {
    margin-bottom: 0
}

.newsMod-11 .cenBox .right .ul .li:nth-last-child(2) {
    margin-bottom: 0
}

@media (max-width:1024px) {
    .newsMod-11 .cenBox .right .ul .li:nth-last-child(1) {
       
    }

    .newsMod-11 .cenBox .right .ul .li:nth-last-child(2) {
       
    }

    .newsMod-11 .cenBox .right .ul .li:nth-last-child(3) {
       
    }

    .newsMod-11 .cenBox .right .ul .li:nth-last-child(4) {
       
    }
}

.newsMod-11 .cenBox .left {
    width: 50%
}

@media (max-width:1024px) {
    .newsMod-11 .cenBox .left {
        width: 100%
    }
}

.newsMod-11 .cenBox .left .leftBox {
    height: calc(100vh - 80px);
    position: absolute;
    padding: 100px 0;
    width: 38vw;
    left: 0%
}

@media (max-width:1600px) {
    .newsMod-11 .cenBox .left .leftBox {
        height: calc(100vh - 70px)
    }
}

@media (max-width:1300px) {
    .newsMod-11 .cenBox .left .leftBox {
        height: calc(100vh - 60px)
    }
}

@media (max-width:1024px) {
    .newsMod-11 .cenBox .left .leftBox {
        height: unset
    }
}

@media (max-width:1300px) {
    .newsMod-11 .cenBox .left .leftBox {
        padding: 60px 0
    }
}

@media (max-width:1024px) {
    .newsMod-11 .cenBox .left .leftBox {
        width: 100%;
        position: unset
    }
}

.newsMod-11 .cenBox .left .leftBox .newsBox {
    position: relative;
    width: 100%;
    width: 38vw
}

.newsMod-11 .cenBox .left .leftBox .newsBox .imgBox {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    height: 200px
}

@media (max-width:1300px) {
    .newsMod-11 .cenBox .left .leftBox .newsBox .imgBox {
        height: 134px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .newsMod-11 .cenBox .left .leftBox .newsBox .imgBox {
        height: 30vw
    }
}

.newsMod-11 .cenBox .left .leftBox .newsBox .imgBox .more {
    opacity: 0;
    transition-duration: .5s;
    transition-property: all;
    color: #fff;
    position: absolute;
    z-index: 1;
    top: 0%;
    left: 0%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 100%;
    height: 100%;
    transform: translateY(20px)
}

.newsMod-11 .cenBox .left .leftBox .newsBox .imgBox .more i {
    color: #fff;
    margin-right: 10px
}

.newsMod-11 .cenBox .left .leftBox .newsBox .imgBox::after {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 0;
    height: 1px;
    top: 50%;
    background-color: rgb(216 178 113 / 64%);
    left: 0;
    transform: translateY(-50%);
    transition: width cubic-bezier(.79, .17, .15, .96) .3s .3s, height cubic-bezier(.79, .17, .15, .96) .3s;

}

.newsMod-11 .cenBox .left .leftBox .newsBox .date {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    top: -35px;
    position: absolute;
    right: -10px;
    background-color: #d8b271;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1300px) {
    .newsMod-11 .cenBox .left .leftBox .newsBox .date {
        top: -30px;
        width: 60px;
        height: 60px
    }
}

.newsMod-11 .cenBox .left .leftBox .newsBox .date>div {
    color: #674733
}

.newsMod-11 .cenBox .left .leftBox .newsBox .date>div.day {
    font-size: 28px;
    font-weight: bold
}

@media (max-width:1300px) {
    .newsMod-11 .cenBox .left .leftBox .newsBox .date>div.day {
        font-size: 20px
    }
}

.newsMod-11 .cenBox .left .leftBox .newsBox .date>div.my {
    font-size: 14px
}

.newsMod-11 .cenBox .left .leftBox .newsBox .text {
    height: 100px;
    margin-top: 10px
}

.newsMod-11 .cenBox .left .leftBox .newsBox .text .title {
    margin-top: 10px;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1300px) {
    .newsMod-11 .cenBox .left .leftBox .newsBox .text .title {
        font-size: 16px
    }
}

.newsMod-11 .cenBox .left .leftBox .newsBox .text .ms {
    margin-top: 6px;
    font-size: 16px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-weight: normal
}

@media (max-width:1300px) {
    .newsMod-11 .cenBox .left .leftBox .newsBox .text .ms {
        font-size: 14px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .newsMod-11 .cenBox .left .leftBox .newsBox .text .ms {
        display: none
    }
}

.newsMod-11 .cenBox .left .leftBox .newsBox .text .sortName {
    position: relative;
    padding-left: 60px;
    font-size: 14px;
    color: #999;
    color: #d8b271
}

.newsMod-11 .cenBox .left .leftBox .newsBox .text .sortName::before {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 60px;
    height: 1px;
    background-color: #d8b271;
    top: 50%;
    left: -10px
}

@media (min-width:1024px) {
    .newsMod-11 .cenBox .left .leftBox .newsBox:hover .imgBox .more {
        opacity: 1;
        transition-delay: .7s;
        transform: translateY(0)
    }

    .newsMod-11 .cenBox .left .leftBox .newsBox:hover .imgBox::after {
        width: 100%;
        height: 100%;
        transition: width cubic-bezier(.79, .17, .15, .96) .3s, height cubic-bezier(.79, .17, .15, .96) .3s .3s
    }

    .newsMod-11 .cenBox .left .leftBox .newsBox:hover .text .title {
        color: #d8b271
    }
}

@media (max-width:1024px) {
    .newsMod-11 .cenBox .left .leftBox .newsBox {
        width: 100%
    }
}

.newsMod-11 .cenBox .left .leftBox .newsBox .imgBox {
    border-radius: 40px;
    height: 400px
}

@media (max-width:1300px) {
    .newsMod-11 .cenBox .left .leftBox .newsBox .imgBox {
        height: 240px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .newsMod-11 .cenBox .left .leftBox .newsBox .imgBox {
        height: 50vw
    }
}

.newsMod-11 .cenBox .left .leftBox .newsBox .imgBox .more {
    font-size: 18px
}

.newsMod-11 .cenBox .left .leftBox .newsBox .imgBox .more i {
    font-size: 20px
}

.newsMod-11 .cenBox .left .leftBox .newsBox .date {
    width: 100px;
    height: 100px
}

@media (max-width:1300px) {
    .newsMod-11 .cenBox .left .leftBox .newsBox .date {
        width: 70px;
        height: 70px
    }
}

.newsMod-11 .cenBox .left .leftBox .newsBox .date>div.day {
    font-size: 36px
}

@media (max-width:1300px) {
    .newsMod-11 .cenBox .left .leftBox .newsBox .date>div.day {
        font-size: 28px
    }
}

.newsMod-11 .cenBox .left .leftBox .newsBox .date>div.my {
    font-size: 16px
}

@media (max-width:1024px) {
    .newsMod-11 .cenBox .left .leftBox .newsBox .text {
        height: unset
    }
}

.newsMod-11 .cenBox .left .leftBox .newsBox .text .sortName {
    font-size: 16px;
    margin: 20px 0
}

.newsMod-11 .cenBox .left .leftBox .newsBox .text .title {
    font-size: 24px
}

@media (max-width:1300px) {
    .newsMod-11 .cenBox .left .leftBox .newsBox .text .title {
        font-size: 20px
    }
}

.newsMod-11 .cenBox .left .leftBox .newsBox .text .ms {
    font-size: 16px;
    line-height: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

@media (max-width:1300px) {
    .newsMod-11 .cenBox .left .leftBox .newsBox .text .ms {
        font-size: 16px
    }
}

.newsMod-11 .cenBox.fiexdCss .left .leftBox {
    position: fixed;
    bottom: 0;
    left: 5%
}

.newsMod-11 .cenBox.bottomOut .left .leftBox {
    top: unset;
    bottom: 0
}

.honorMod-1 {
    padding: 100px 0
}

@media (max-width:1600px) {
    .honorMod-1 {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    .honorMod-1 {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    .honorMod-1 {
        padding: 12vw 0
    }
}

.honorMod-1 .box {
    width: 100%
}

.honorMod-1 .box #honor {
    cursor: grab
}

.honorMod-1 .box #honor li {
    width: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.honorMod-1 .box #honor li .img {
    margin-bottom: 10px;
    height: 18vw
}

@media (max-width:1300px) {
    .honorMod-1 .box #honor li .img {
        height: 24vw
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .honorMod-1 .box #honor li .img {
        height: 55vw
    }
}

.honorMod-1 .box #honor li .img img {
    width: 100%;
    object-fit: contain;
    height: 22vw;
}

.honorMod-1 .box #honor li span {
    font-size: 18px
}

@media (max-width:1024px) {
    .honorMod-1 .box #honor li span {
        font-size: 4vw
    }
}

.honorMod-2 {
    height: 700px
}

@media (max-width:1300px) {
    .honorMod-2 {
        height: 50vw
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .honorMod-2 {
        height: unset;
        padding: 100px 0
    }
}

@media (max-width:1300px) and (max-width:1024px) and (max-width:1600px) {
    .honorMod-2 {
        padding: 80px 0
    }
}

@media (max-width:1300px) and (max-width:1024px) and (max-width:1300px) {
    .honorMod-2 {
        padding: 6vw 0
    }
}

@media (max-width:1300px) and (max-width:1024px) and (max-width:1024px) {
    .honorMod-2 {
        padding: 12vw 0
    }
}

.honorMod-2 .left {
    width: 50%;
    height: 70%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .honorMod-2 .left {
        width: 100%
    }
}

.honorMod-2 .left .unifyButton {
    margin: 0;
    margin-top: 40px
}

.honorMod-2 .left i {
    display: block;
    width: 40px;
    height: 4px;
    border-radius: 2px;
    background-color: #c30d23;
    margin: 40px 0
}

@media (max-width:1300px) {
    .honorMod-2 .left i {
        margin: 10px 0
    }
}

.honorMod-2 .left .title {
    font-size: 36px;
    color: #333
}

.honorMod-2 .left>span {
    color: #333;
    font-size: 18px;
    opacity: .8;
    margin-top: 10px
}

.honorMod-2 .from {
    width: 100%
}

.honorMod-2 .from li {
    color: #333;
    height: 40px;
    display: flex;
    width: 60%;
    border-radius: 20px;
    background-color: #f3f3f3;
    margin: 6px 0;
    opacity: .9;
    font-weight: 100;
    align-items: center;
    padding-left: 20px
}

@media (max-width:1300px) {
    .honorMod-2 .from li {
        height: 30px;
        font-size: 14px
    }
}

.honorMod-2 .overlay {
    background-image: url(../img/honorBg.jpg);
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover
}

.honorMod-2 .overlay .mask {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%
}

.honorMod-2 .cout {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 1100px;
    margin: 0 auto
}

@media (max-width:1600px) {
    .honorMod-2 .cout {
        width: 88%
    }
}

@media (max-width:1300px) {
    .honorMod-2 .cout {
        width: 90%
    }
}

@media (max-width:1024px) {
    .honorMod-2 .cout {
        width: 84%
    }
}

@media (max-width:1024px) {
    .honorMod-2 .cout {
        width: 80%
    }
}

.honorMod-2 .right {
    width: 50%;
    display: flex;
    align-items: center;
    height: 100%
}

@media (max-width:1024px) {
    .honorMod-2 .right {
        width: 100%
    }
}

.honorMod-2 .right .box {
    width: 100%
}

@media (max-width:1024px) {
    .honorMod-2 .right .box {
        width: 100%
    }
}

.honorMod-2 .right img {
    width: 90%;
    height: 90%;
    object-fit: contain
}

@media (max-width:1024px) {
    .honorMod-2 .right img {
        width: 100%;
        height: 60vw;
        object-fit: contain
    }
}

@media (max-width:1024px) {
    .honorMod-2 .right span {
        height: unset;
        margin-top: 4vw
    }
}

.honorMod-2 #inxHonor {
    height: 70%
}

@media (max-width:1300px) {
    .honorMod-2 #inxHonor {
        height: 60%
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .honorMod-2 #inxHonor {
        width: 100%;
        margin-top: 10vw
    }
}

.honorMod-2 .honorBox {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.honorMod-2 .honorBox span {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    height: 10%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.honorMod-2 .swiper-slide {
    display: flex;
    align-items: center
}

.honorMod-2 .from>div {
    color: #333;
    font-size: 16px;
    opacity: .9;
    padding: 20px
}

.honorMod-2 .mouseIco {
    animation: bounce .75s cubic-bezier(.05, 0, .2, 1) infinite alternate;
    width: 26px;
    height: 26px;
    object-fit: contain;
    position: absolute;
    top: calc(50% + 22%);
    right: calc(0% - 13px);
    opacity: .8;
    filter: brightness(.2);
    opacity: .5
}

.honorMod-2 .honor-scrollbar {
    width: 4px;
    height: 40%;
    background-color: #ececec;
    opacity: 1 !important;
    border-radius: 2px
}

.honorMod-2 .honor-scrollbar .swiper-scrollbar-drag {
    background-color: #8a8a8a
}

.honorMod-2 .unifyTitle-1 {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1300px) {
    .honorMod-2 .more-btn {
        margin-top: 5vw
    }
}

@media (max-width:1024px) {

    .honorMod-2 .right,
    .honorMod-2 .cout {
        display: flex;
        flex-direction: column
    }

    .honorMod-2 .from li {
        width: 100%;
        padding: 0 8vw;
        font-size: 3.4vw
    }

    .honorMod-2 .mouseIco {
        bottom: -10vw;
        top: unset
    }
}

.formMod-1 {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
    padding: 100px 0
}

@media (max-width:1600px) {
    .formMod-1 {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    .formMod-1 {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    .formMod-1 {
        padding: 12vw 0
    }
}

.formMod-1 .cenBox {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.formMod-1 .cenBox .biaodan {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 60%;
    height: 100%
}

@media (max-width:1024px) {
    .formMod-1 .cenBox .biaodan {
        width: 80%;
        height: unset
    }
}

.formMod-1 .cenBox .biaodan form {
    width: 100%
}

.formMod-1 .cenBox .biaodan form .nameTitle {
    left: 120px;
    position: absolute;
    top: 50%;
    transform: translate(20px, -50%);
    font-size: 16px;
    color: #999;
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1024px) {
    .formMod-1 .cenBox .biaodan form .nameTitle {
        left: 0
    }
}

.formMod-1 .cenBox .biaodan form .bdTitle {
    width: 120px;
    font-size: 18px;
    font-weight: bold
}

@media (max-width:1024px) {
    .formMod-1 .cenBox .biaodan form .bdTitle {
        display: none
    }
}

.formMod-1 .cenBox .biaodan form val {
    display: block;
    position: absolute;
    right: 20px;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: unset;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px
}

.formMod-1 .cenBox .biaodan form .input {
    margin-bottom: 20px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.formMod-1 .cenBox .biaodan form .input.bitian .bdTitle {
    position: relative
}

.formMod-1 .cenBox .biaodan form .input.bitian .bdTitle::after {
    content: '*';
    font-size: 14px;
    position: absolute;
    top: 0;
    left: -10px;
    color: red
}

.formMod-1 .cenBox .biaodan form .input input {
    border-radius: 4px;
    border: 1px solid #ccc;
    background-color: unset;
    width: calc(100% - 120px);
    height: 40px;
    font-size: 16px;
    padding-left: 20px;
    transition-duration: .5s;
    transition-property: all
}

.formMod-1 .cenBox .biaodan form .input input:focus {
    border-color: #333
}

.formMod-1 .cenBox .biaodan form .input input:focus+.nameTitle {
    color: #d8b271;
    top: 0;
    background-color: #fff;
    padding: 0 10px;
    border-radius: 20px
}

.formMod-1 .cenBox .biaodan form .input input.focus {
    border-color: #333
}

.formMod-1 .cenBox .biaodan form .input input.focus+.nameTitle {
    color: #d8b271;
    top: 0;
    background-color: #fff;
    padding: 0 10px;
    border-radius: 20px
}

@media (max-width:1300px) {
    .formMod-1 .cenBox .biaodan form .input input {
        height: 30px
    }
}

@media (max-width:1024px) {
    .formMod-1 .cenBox .biaodan form .input input {
        height: 42px;
        width: 100%
    }
}

.formMod-1 .cenBox .biaodan form .input.yes val {
    color: green
}

.formMod-1 .cenBox .biaodan form .input.yes input {
    border-color: green
}

.formMod-1 .cenBox .biaodan form .input.yes .nameTitle {
    color: green !important
}

.formMod-1 .cenBox .biaodan form .input.no val {
    color: red
}

.formMod-1 .cenBox .biaodan form .input.no input {
    border-color: red
}

.formMod-1 .cenBox .biaodan form .input.no .nameTitle {
    color: red
}

.formMod-1 .cenBox .biaodan form .textarea {
    margin-bottom: 20px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: calc(100% - 120px);
    width: 100%;
    height: 100px;
    font-size: 16px
}

.formMod-1 .cenBox .biaodan form .textarea.bitian .bdTitle {
    position: relative
}

.formMod-1 .cenBox .biaodan form .textarea.bitian .bdTitle::after {
    content: '*';
    font-size: 14px;
    position: absolute;
    top: 0;
    left: -10px;
    color: red
}

.formMod-1 .cenBox .biaodan form .textarea textarea {
    background-color: unset;
    width: calc(100% - 120px);
    border-radius: 4px;
    height: 100%;
    border: 1px solid #ccc;
    padding: 20px;
    resize: none;
    outline: none;
    font-size: 16px;
    transition-duration: .5s;
    transition-property: all
}

.formMod-1 .cenBox .biaodan form .textarea textarea:focus {
    border-color: #333
}

.formMod-1 .cenBox .biaodan form .textarea textarea:focus+.nameTitle {
    color: #d8b271;
    top: 0;
    background-color: #fff;
    padding: 0 10px;
    border-radius: 20px
}

.formMod-1 .cenBox .biaodan form .textarea textarea.focus {
    border-color: #333
}

.formMod-1 .cenBox .biaodan form .textarea textarea.focus+.nameTitle {
    color: #d8b271;
    top: 0;
    background-color: #fff;
    padding: 0 10px;
    border-radius: 20px
}

@media (max-width:1024px) {
    .formMod-1 .cenBox .biaodan form .textarea textarea {
        width: 100%
    }
}

.formMod-1 .cenBox .biaodan form .textarea.yes val {
    color: green
}

.formMod-1 .cenBox .biaodan form .textarea.yes textarea {
    border-color: green
}

.formMod-1 .cenBox .biaodan form .textarea.yes .nameTitle {
    color: green !important
}

.formMod-1 .cenBox .biaodan form .textarea.no val {
    color: red
}

.formMod-1 .cenBox .biaodan form .textarea.no textarea {
    border-color: red
}

.formMod-1 .cenBox .biaodan form .textarea.no .nameTitle {
    color: red
}

.formMod-1 .cenBox .biaodan form .yanzhengma {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset
}

.formMod-1 .cenBox .biaodan form .yanzhengma .input {
    width: calc(200px + 120px)
}

.formMod-1 .cenBox .biaodan form .yanzhengma .input.yes val {
    color: green
}

.formMod-1 .cenBox .biaodan form .yanzhengma .input.yes input {
    border-color: green
}

.formMod-1 .cenBox .biaodan form .yanzhengma .input.yes .nameTitle {
    color: green
}

.formMod-1 .cenBox .biaodan form .yanzhengma .input.no val {
    color: red
}

.formMod-1 .cenBox .biaodan form .yanzhengma .input.no input {
    border-color: red
}

.formMod-1 .cenBox .biaodan form .yanzhengma .input.no .nameTitle {
    color: red
}

.formMod-1 .cenBox .biaodan form .yanzhengma .yanz {
    margin-left: 40px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset
}

.formMod-1 .cenBox .biaodan form .yanzhengma .yanz img {
    cursor: pointer
}

.formMod-1 .cenBox .biaodan form .yanzhengma .yanz span {
    font-size: 16px;
    color: #999;
    margin-left: 20px;
    cursor: pointer
}

.formMod-1 .cenBox .biaodan form .button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset
}

.formMod-1 .cenBox .biaodan form .button button {
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    cursor: pointer
}

.formMod-1 .cenBox .biaodan form .button button.reset {
    width: 20%;
    height: 50px;
    color: #666;
    background-color: #ddd
}

@media (max-width:1024px) {
    .formMod-1 .cenBox .biaodan form .button button.reset {
        width: 30%
    }
}

.formMod-1 .cenBox .biaodan form .button button.submit {
    width: 36%;
    height: 50px;
    color: #fff;
    background-color: #d8b271;
    margin-right: 40px
}

@media (max-width:1024px) {
    .formMod-1 .cenBox .biaodan form .button button.submit {
        width: 60%;
        margin-right: 20px
    }
}

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

.formMod-1 .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
}

.formMod-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;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    border-radius: 10px
}

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

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

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

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

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

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

.formMod-1 .tongzhi .kuangjia .box .jishi {
    margin-top: 20px;
    color: #666;
    font-size: 16px;
    transition-duration: .5s;
    transition-property: all
}

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

.formMod-2 {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
    padding: 100px 0
}

@media (max-width:1600px) {
    .formMod-2 {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    .formMod-2 {
        padding: 6vw 0
    }
}

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

.formMod-2 .cenBox {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.formMod-2 .cenBox .biaodan {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 800px;
    height: 100%
}

@media (max-width:1024px) {
    .formMod-2 .cenBox .biaodan {
        width: 80%;
        height: unset
    }
}

.formMod-2 .cenBox .biaodan form {
    width: 100%
}

.formMod-2 .cenBox .biaodan form .nameTitle {
    left: 120px;
    position: absolute;
    top: 50%;
    transform: translate(20px, -50%);
    font-size: 16px;
    color: #999;
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1024px) {
    .formMod-2 .cenBox .biaodan form .nameTitle {
        left: 0
    }
}

.formMod-2 .cenBox .biaodan form .bdTitle {
    width: 120px;
    font-size: 18px;
    font-weight: bold
}

@media (max-width:1024px) {
    .formMod-2 .cenBox .biaodan form .bdTitle {
        display: none
    }
}

.formMod-2 .cenBox .biaodan form val {
    display: block;
    position: absolute;
    right: 20px;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: unset;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px
}

.formMod-2 .cenBox .biaodan form .formTop {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .formMod-2 .cenBox .biaodan form .formTop {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

.formMod-2 .cenBox .biaodan form .formTop .input {
    width: 30%;
    margin-bottom: 20px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .formMod-2 .cenBox .biaodan form .formTop .input {
        width: 100%
    }
}

.formMod-2 .cenBox .biaodan form .formTop .input input {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #ccc;
    background-color: unset;
    height: 40px;
    font-size: 14px;
    padding-left: 20px;
    transition-duration: .5s;
    transition-property: all
}

.formMod-2 .cenBox .biaodan form .formTop .input input:focus {
    border-color: #d8b271
}

.formMod-2 .cenBox .biaodan form .formTop .input input:focus+.nameTitle {
    color: #d8b271;
    top: 0;
    background-color: #fff;
    padding: 0 10px;
    border-radius: 20px
}

.formMod-2 .cenBox .biaodan form .formTop .input input.focus {
    border-color: #d8b271
}

.formMod-2 .cenBox .biaodan form .formTop .input input.focus+.nameTitle {
    color: #d8b271;
    top: 0;
    background-color: #fff;
    padding: 0 10px;
    border-radius: 20px
}

@media (max-width:1300px) {
    .formMod-2 .cenBox .biaodan form .formTop .input input {
        height: 30px
    }
}

@media (max-width:1024px) {
    .formMod-2 .cenBox .biaodan form .formTop .input input {
        height: 42px;
        width: 100%
    }
}

.formMod-2 .cenBox .biaodan form .formTop .input.yes val {
    color: green
}

.formMod-2 .cenBox .biaodan form .formTop .input.yes input {
    border-color: green
}

.formMod-2 .cenBox .biaodan form .formTop .input.yes .nameTitle {
    color: green !important
}

.formMod-2 .cenBox .biaodan form .formTop .input.no val {
    color: red
}

.formMod-2 .cenBox .biaodan form .formTop .input.no input {
    border-color: red
}

.formMod-2 .cenBox .biaodan form .formTop .input.no .nameTitle {
    color: red
}

.formMod-2 .cenBox .biaodan form .textarea {
    margin-bottom: 20px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 100%;
    height: 100px;
    font-size: 16px
}

.formMod-2 .cenBox .biaodan form .textarea textarea {
    background-color: unset;
    width: 100%;
    border-radius: 4px;
    height: 100%;
    border: 1px solid #ccc;
    padding: 20px;
    resize: none;
    outline: none;
    font-size: 14px;
    transition-duration: .5s;
    transition-property: all
}

.formMod-2 .cenBox .biaodan form .textarea textarea:focus {
    border-color: #d8b271
}

.formMod-2 .cenBox .biaodan form .textarea textarea:focus+.nameTitle {
    color: #d8b271;
    top: 0;
    background-color: #fff;
    padding: 0 10px;
    border-radius: 20px
}

.formMod-2 .cenBox .biaodan form .textarea textarea.focus {
    border-color: #d8b271
}

.formMod-2 .cenBox .biaodan form .textarea textarea.focus+.nameTitle {
    color: #d8b271;
    top: 0;
    background-color: #fff;
    padding: 0 10px;
    border-radius: 20px
}

@media (max-width:1024px) {
    .formMod-2 .cenBox .biaodan form .textarea textarea {
        width: 100%
    }
}

.formMod-2 .cenBox .biaodan form .textarea.yes val {
    color: green
}

.formMod-2 .cenBox .biaodan form .textarea.yes textarea {
    border-color: green
}

.formMod-2 .cenBox .biaodan form .textarea.yes .nameTitle {
    color: green !important
}

.formMod-2 .cenBox .biaodan form .yanzhengma {
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset
}

.formMod-2 .cenBox .biaodan form .yanzhengma .input {
    width: 300px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset
}

.formMod-2 .cenBox .biaodan form .yanzhengma .input .bdTitle {
    display: none
}

.formMod-2 .cenBox .biaodan form .yanzhengma .input input {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #ccc;
    background-color: unset;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset;
    height: 40px;
    font-size: 14px;
    padding-left: 20px;
    transition-duration: .5s;
    transition-property: all
}

.formMod-2 .cenBox .biaodan form .yanzhengma .input input:focus {
    border-color: #d8b271
}

.formMod-2 .cenBox .biaodan form .yanzhengma .input input:focus+.nameTitle {
    color: #d8b271;
    top: 0;
    background-color: #fff;
    padding: 0 10px;
    border-radius: 20px
}

.formMod-2 .cenBox .biaodan form .yanzhengma .input input.focus {
    border-color: #d8b271
}

.formMod-2 .cenBox .biaodan form .yanzhengma .input input.focus+.nameTitle {
    color: #d8b271;
    top: 0;
    background-color: #fff;
    padding: 0 10px;
    border-radius: 20px
}

@media (max-width:1300px) {
    .formMod-2 .cenBox .biaodan form .yanzhengma .input input {
        height: 30px
    }
}

@media (max-width:1024px) {
    .formMod-2 .cenBox .biaodan form .yanzhengma .input input {
        height: 42px
    }
}

.formMod-2 .cenBox .biaodan form .yanzhengma .yanz {
    width: unset
}

.formMod-2 .cenBox .biaodan form .button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.formMod-2 .cenBox .biaodan form .button button {
    border-radius: 4px;
    cursor: pointer
}

.formMod-2 .cenBox .biaodan form .button button.submit {
    margin: 0;
    width: 200px;
    height: 50px;
    color: #fff;
    background-color: #d8b271
}

.formMod-2 .cenBox .biaodan form .button button.reset {
    display: none
}

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

.formMod-2 .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
}

.formMod-2 .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;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    border-radius: 10px
}

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

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

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

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

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

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

.formMod-2 .tongzhi .kuangjia .box .jishi {
    margin-top: 20px;
    color: #666;
    font-size: 16px;
    transition-duration: .5s;
    transition-property: all
}

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

.formMod-2 .cenBox .biaodan {
    width: 1500px;
    margin: 0 auto
}

@media (max-width:1600px) {
    .formMod-2 .cenBox .biaodan {
        width: 88%
    }
}

@media (max-width:1300px) {
    .formMod-2 .cenBox .biaodan {
        width: 90%
    }
}

@media (max-width:1024px) {
    .formMod-2 .cenBox .biaodan {
        width: 84%
    }
}

@media (max-width:1024px) {
    .formMod-2 .cenBox .biaodan {
        width: 84%
    }
}

.formMod-2 .cenBox .biaodan form .formTop .input input {
    background-color: #f8f8f8;
    height: 64px
}

.formMod-2 .cenBox .biaodan form .button button {
    margin: 0 20px
}

.formMod-2 .cenBox .biaodan form .button button.reset {
    display: block;
    width: 200px;
    height: 50px;
    color: #333;
    background-color: #eee
}

.formMod-2 .cenBox .biaodan form .textarea {
    height: unset
}

.formMod-2 .cenBox .biaodan form .textarea textarea {
    height: 200px;
    background-color: #f8f8f8
}

.formMod-2 .cenBox .biaodan form .textarea.yes val {
    color: green
}

.formMod-2 .cenBox .biaodan form .textarea.yes textarea {
    border-color: green
}

.formMod-2 .cenBox .biaodan form .textarea.no val {
    color: red
}

.formMod-2 .cenBox .biaodan form .textarea.no textarea {
    border-color: red
}

.formMod-2 .cenBox .biaodan form .yanzhengma .input {
    margin-right: 20px;
    position: relative
}

.formMod-2 .cenBox .biaodan form .yanzhengma .input input {
    height: 65px;
    background-color: #f8f8f8
}

.formMod-2 .cenBox .biaodan form .yanzhengma .input.yes val {
    color: green
}

.formMod-2 .cenBox .biaodan form .yanzhengma .input.yes input {
    border-color: green
}

.formMod-2 .cenBox .biaodan form .yanzhengma .input.no val {
    color: red
}

.formMod-2 .cenBox .biaodan form .yanzhengma .input.no input {
    border-color: red
}

.formMod-2 .cenBox .biaodan form .yanzhengma .yanz img {
    height: 65px
}

.formMod-3 {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
    padding: 100px 0
}

@media (max-width:1600px) {
    .formMod-3 {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    .formMod-3 {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    .formMod-3 {
        padding: 12vw 0
    }
}

.formMod-3 .cenBox {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.formMod-3 .cenBox .biaodan {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 800px;
    height: 100%
}

@media (max-width:1024px) {
    .formMod-3 .cenBox .biaodan {
        width: 80%;
        height: unset
    }
}

.formMod-3 .cenBox .biaodan form {
    width: 100%
}

.formMod-3 .cenBox .biaodan form .nameTitle {
    left: 120px;
    position: absolute;
    top: 50%;
    transform: translate(20px, -50%);
    font-size: 16px;
    color: #999;
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1024px) {
    .formMod-3 .cenBox .biaodan form .nameTitle {
        left: 0
    }
}

.formMod-3 .cenBox .biaodan form .bdTitle {
    width: 120px;
    font-size: 18px;
    font-weight: bold
}

@media (max-width:1024px) {
    .formMod-3 .cenBox .biaodan form .bdTitle {
        display: none
    }
}

.formMod-3 .cenBox .biaodan form val {
    display: block;
    position: absolute;
    right: 20px;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: unset;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px
}

.formMod-3 .cenBox .biaodan form .formTop {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .formMod-3 .cenBox .biaodan form .formTop {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

.formMod-3 .cenBox .biaodan form .formTop .input {
    width: 30%;
    margin-bottom: 20px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .formMod-3 .cenBox .biaodan form .formTop .input {
        width: 100%
    }
}

.formMod-3 .cenBox .biaodan form .formTop .input input {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #ccc;
    background-color: unset;
    height: 40px;
    font-size: 14px;
    padding-left: 20px;
    transition-duration: .5s;
    transition-property: all
}

.formMod-3 .cenBox .biaodan form .formTop .input input:focus {
    border-color: #d8b271
}

.formMod-3 .cenBox .biaodan form .formTop .input input:focus+.nameTitle {
    color: #d8b271;
    top: 0;
    background-color: #fff;
    padding: 0 10px;
    border-radius: 20px
}

.formMod-3 .cenBox .biaodan form .formTop .input input.focus {
    border-color: #d8b271
}

.formMod-3 .cenBox .biaodan form .formTop .input input.focus+.nameTitle {
    color: #d8b271;
    top: 0;
    background-color: #fff;
    padding: 0 10px;
    border-radius: 20px
}

@media (max-width:1300px) {
    .formMod-3 .cenBox .biaodan form .formTop .input input {
        height: 30px
    }
}

@media (max-width:1024px) {
    .formMod-3 .cenBox .biaodan form .formTop .input input {
        height: 42px;
        width: 100%
    }
}

.formMod-3 .cenBox .biaodan form .formTop .input.yes val {
    color: green
}

.formMod-3 .cenBox .biaodan form .formTop .input.yes input {
    border-color: green
}

.formMod-3 .cenBox .biaodan form .formTop .input.yes .nameTitle {
    color: green !important
}

.formMod-3 .cenBox .biaodan form .formTop .input.no val {
    color: red
}

.formMod-3 .cenBox .biaodan form .formTop .input.no input {
    border-color: red
}

.formMod-3 .cenBox .biaodan form .formTop .input.no .nameTitle {
    color: red
}

.formMod-3 .cenBox .biaodan form .textarea {
    margin-bottom: 20px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 100%;
    height: 100px;
    font-size: 16px
}

.formMod-3 .cenBox .biaodan form .textarea textarea {
    background-color: unset;
    width: 100%;
    border-radius: 4px;
    height: 100%;
    border: 1px solid #ccc;
    padding: 20px;
    resize: none;
    outline: none;
    font-size: 14px;
    transition-duration: .5s;
    transition-property: all
}

.formMod-3 .cenBox .biaodan form .textarea textarea:focus {
    border-color: #d8b271
}

.formMod-3 .cenBox .biaodan form .textarea textarea:focus+.nameTitle {
    color: #d8b271;
    top: 0;
    background-color: #fff;
    padding: 0 10px;
    border-radius: 20px
}

.formMod-3 .cenBox .biaodan form .textarea textarea.focus {
    border-color: #d8b271
}

.formMod-3 .cenBox .biaodan form .textarea textarea.focus+.nameTitle {
    color: #d8b271;
    top: 0;
    background-color: #fff;
    padding: 0 10px;
    border-radius: 20px
}

@media (max-width:1024px) {
    .formMod-3 .cenBox .biaodan form .textarea textarea {
        width: 100%
    }
}

.formMod-3 .cenBox .biaodan form .textarea.yes val {
    color: green
}

.formMod-3 .cenBox .biaodan form .textarea.yes input {
    border-color: green
}

.formMod-3 .cenBox .biaodan form .textarea.yes .nameTitle {
    color: green !important
}

.formMod-3 .cenBox .biaodan form .textarea.no val {
    color: red
}

.formMod-3 .cenBox .biaodan form .textarea.no input {
    border-color: red
}

.formMod-3 .cenBox .biaodan form .textarea.no .nameTitle {
    color: red
}

.formMod-3 .cenBox .biaodan form .yanzhengma {
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset
}

.formMod-3 .cenBox .biaodan form .yanzhengma .input {
    position: relative;
    width: 300px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset
}

.formMod-3 .cenBox .biaodan form .yanzhengma .input .bdTitle {
    display: none
}

.formMod-3 .cenBox .biaodan form .yanzhengma .input input {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #ccc;
    background-color: unset;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset;
    height: 40px;
    font-size: 14px;
    padding-left: 20px;
    transition-duration: .5s;
    transition-property: all
}

.formMod-3 .cenBox .biaodan form .yanzhengma .input input:focus {
    border-color: #d8b271
}

.formMod-3 .cenBox .biaodan form .yanzhengma .input input:focus+.nameTitle {
    color: #d8b271;
    top: 0;
    background-color: #fff;
    padding: 0 10px;
    border-radius: 20px
}

.formMod-3 .cenBox .biaodan form .yanzhengma .input input.focus {
    border-color: #d8b271
}

.formMod-3 .cenBox .biaodan form .yanzhengma .input input.focus+.nameTitle {
    color: #d8b271;
    top: 0;
    background-color: #fff;
    padding: 0 10px;
    border-radius: 20px
}

@media (max-width:1300px) {
    .formMod-3 .cenBox .biaodan form .yanzhengma .input input {
        height: 30px
    }
}

@media (max-width:1024px) {
    .formMod-3 .cenBox .biaodan form .yanzhengma .input input {
        height: 42px
    }
}

.formMod-3 .cenBox .biaodan form .yanzhengma .input.yes val {
    color: green
}

.formMod-3 .cenBox .biaodan form .yanzhengma .input.yes input {
    border-color: green
}

.formMod-3 .cenBox .biaodan form .yanzhengma .input.yes .nameTitle {
    color: green !important
}

.formMod-3 .cenBox .biaodan form .yanzhengma .input.no val {
    color: red
}

.formMod-3 .cenBox .biaodan form .yanzhengma .input.no input {
    border-color: red
}

.formMod-3 .cenBox .biaodan form .yanzhengma .input.no .nameTitle {
    color: red
}

.formMod-3 .cenBox .biaodan form .yanzhengma .yanz {
    width: unset
}

.formMod-3 .cenBox .biaodan form .button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.formMod-3 .cenBox .biaodan form .button button {
    border-radius: 4px;
    cursor: pointer
}

.formMod-3 .cenBox .biaodan form .button button.submit {
    margin: 0;
    width: 200px;
    height: 50px;
    color: #fff;
    background-color: #d8b271
}

.formMod-3 .cenBox .biaodan form .button button.reset {
    display: none
}

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

.formMod-3 .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
}

.formMod-3 .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;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    border-radius: 10px
}

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

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

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

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

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

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

.formMod-3 .tongzhi .kuangjia .box .jishi {
    margin-top: 20px;
    color: #666;
    font-size: 16px;
    transition-duration: .5s;
    transition-property: all
}

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

.formMod-4 {
    padding: 100px 0
}

@media (max-width:1600px) {
    .formMod-4 {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    .formMod-4 {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    .formMod-4 {
        padding: 12vw 0
    }
}

.formMod-4 .liuyanBox {
    width: 1400px;
    margin: 0 auto;
    border-radius: 60px;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: unset;
    flex-wrap: unset;
    background-color: #fff
}

@media (max-width:1600px) {
    .formMod-4 .liuyanBox {
        width: 88%
    }
}

@media (max-width:1300px) {
    .formMod-4 .liuyanBox {
        width: 90%
    }
}

@media (max-width:1024px) {
    .formMod-4 .liuyanBox {
        width: 84%
    }
}

@media (max-width:1600px) {
    .formMod-4 .liuyanBox {
        width: 80%
    }
}

@media (max-width:1600px) and (max-width:1024px) {
    .formMod-4 .liuyanBox {
        border-radius: 6vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

.formMod-4 .liuyanBox .thisTitle {
    font-size: 28px;
    font-weight: bold;
    font-family: 'siyuansongti';
    margin-bottom: 32px
}

.formMod-4 .liuyanBox>div {
    padding: 80px 110px;
    width: 50%
}

@media (max-width:1600px) {
    .formMod-4 .liuyanBox>div {
        padding: 60px 80px
    }
}

@media (max-width:1600px) and (max-width:1024px) {
    .formMod-4 .liuyanBox>div {
        width: 100%;
        padding: 8vw
    }
}

.formMod-4 .liuyanBox>div.left .formBox {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
    padding: 100px 0
}

@media (max-width:1600px) {
    .formMod-4 .liuyanBox>div.left .formBox {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    .formMod-4 .liuyanBox>div.left .formBox {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    .formMod-4 .liuyanBox>div.left .formBox {
        padding: 12vw 0
    }
}

.formMod-4 .liuyanBox>div.left .formBox .cenBox {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 60%;
    height: 100%
}

@media (max-width:1024px) {
    .formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan {
        width: 80%;
        height: unset
    }
}

.formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan form {
    width: 100%
}

.formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan form .nameTitle {
    left: 120px;
    position: absolute;
    top: 50%;
    transform: translate(20px, -50%);
    font-size: 16px;
    color: #999;
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1024px) {
    .formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan form .nameTitle {
        left: 0
    }
}

.formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan form .bdTitle {
    width: 120px;
    font-size: 18px;
    font-weight: bold
}

@media (max-width:1024px) {
    .formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan form .bdTitle {
        display: none
    }
}

.formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan form val {
    display: block;
    position: absolute;
    right: 20px;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: unset;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px
}

.formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan form .input {
    margin-bottom: 20px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan form .input.bitian .bdTitle {
    position: relative
}

.formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan form .input.bitian .bdTitle::after {
    content: '*';
    font-size: 14px;
    position: absolute;
    top: 0;
    left: -10px;
    color: red
}

.formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan form .input input {
    border-radius: 4px;
    border: 1px solid #ccc;
    background-color: unset;
    width: calc(100% - 120px);
    height: 40px;
    font-size: 16px;
    padding-left: 20px;
    transition-duration: .5s;
    transition-property: all
}

.formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan form .input input:focus {
    border-color: #333
}

.formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan form .input input:focus+.nameTitle {
    color: #d8b271;
    top: 0;
    background-color: #fff;
    padding: 0 10px;
    border-radius: 20px
}

.formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan form .input input.focus {
    border-color: #333
}

.formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan form .input input.focus+.nameTitle {
    color: #d8b271;
    top: 0;
    background-color: #fff;
    padding: 0 10px;
    border-radius: 20px
}

@media (max-width:1300px) {
    .formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan form .input input {
        height: 30px
    }
}

@media (max-width:1024px) {
    .formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan form .input input {
        height: 42px;
        width: 100%
    }
}

.formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan form .input.yes val {
    color: green
}

.formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan form .input.yes input {
    border-color: green
}

.formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan form .input.yes .nameTitle {
    color: green !important
}

.formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan form .input.no val {
    color: red
}

.formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan form .input.no input {
    border-color: red
}

.formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan form .input.no .nameTitle {
    color: red
}

.formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan form .textarea {
    margin-bottom: 20px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: calc(100% - 120px);
    width: 100%;
    height: 100px;
    font-size: 16px
}

.formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan form .textarea.bitian .bdTitle {
    position: relative
}

.formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan form .textarea.bitian .bdTitle::after {
    content: '*';
    font-size: 14px;
    position: absolute;
    top: 0;
    left: -10px;
    color: red
}

.formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan form .textarea textarea {
    background-color: unset;
    width: calc(100% - 120px);
    border-radius: 4px;
    height: 100%;
    border: 1px solid #ccc;
    padding: 20px;
    resize: none;
    outline: none;
    font-size: 16px;
    transition-duration: .5s;
    transition-property: all
}

.formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan form .textarea textarea:focus {
    border-color: #333
}

.formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan form .textarea textarea:focus+.nameTitle {
    color: #d8b271;
    top: 0;
    background-color: #fff;
    padding: 0 10px;
    border-radius: 20px
}

.formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan form .textarea textarea.focus {
    border-color: #333
}

.formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan form .textarea textarea.focus+.nameTitle {
    color: #d8b271;
    top: 0;
    background-color: #fff;
    padding: 0 10px;
    border-radius: 20px
}

@media (max-width:1024px) {
    .formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan form .textarea textarea {
        width: 100%
    }
}

.formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan form .textarea.yes val {
    color: green
}

.formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan form .textarea.yes textarea {
    border-color: green
}

.formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan form .textarea.yes .nameTitle {
    color: green !important
}

.formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan form .textarea.no val {
    color: red
}

.formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan form .textarea.no textarea {
    border-color: red
}

.formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan form .textarea.no .nameTitle {
    color: red
}

.formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan form .yanzhengma {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset
}

.formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan form .yanzhengma .input {
    width: calc(200px + 120px)
}

.formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan form .yanzhengma .input.yes val {
    color: green
}

.formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan form .yanzhengma .input.yes input {
    border-color: green
}

.formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan form .yanzhengma .input.yes .nameTitle {
    color: green
}

.formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan form .yanzhengma .input.no val {
    color: red
}

.formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan form .yanzhengma .input.no input {
    border-color: red
}

.formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan form .yanzhengma .input.no .nameTitle {
    color: red
}

.formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan form .yanzhengma .yanz {
    margin-left: 40px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset
}

.formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan form .yanzhengma .yanz img {
    cursor: pointer
}

.formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan form .yanzhengma .yanz span {
    font-size: 16px;
    color: #999;
    margin-left: 20px;
    cursor: pointer
}

.formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan form .button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset
}

.formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan form .button button {
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    cursor: pointer
}

.formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan form .button button.reset {
    width: 20%;
    height: 50px;
    color: #666;
    background-color: #ddd
}

@media (max-width:1024px) {
    .formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan form .button button.reset {
        width: 30%
    }
}

.formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan form .button button.submit {
    width: 36%;
    height: 50px;
    color: #fff;
    background-color: #d8b271;
    margin-right: 40px
}

@media (max-width:1024px) {
    .formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan form .button button.submit {
        width: 60%;
        margin-right: 20px
    }
}

.formMod-4 .liuyanBox>div.left .formBox .tongzhi {
    position: fixed;
    z-index: 1111;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none
}

.formMod-4 .liuyanBox>div.left .formBox .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
}

.formMod-4 .liuyanBox>div.left .formBox .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;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    border-radius: 10px
}

@media (max-width:1024px) {
    .formMod-4 .liuyanBox>div.left .formBox .tongzhi .kuangjia .box {
        width: 90%
    }
}

.formMod-4 .liuyanBox>div.left .formBox .tongzhi .kuangjia .box i {
    font-size: 80px;
    margin-bottom: 20px
}

@media (max-width:1024px) {
    .formMod-4 .liuyanBox>div.left .formBox .tongzhi .kuangjia .box i {
        font-size: 18vw
    }
}

.formMod-4 .liuyanBox>div.left .formBox .tongzhi .kuangjia .box i.icon-zhengque {
    color: #46ad75
}

.formMod-4 .liuyanBox>div.left .formBox .tongzhi .kuangjia .box i.icon-cuowu {
    color: #b62c2c
}

.formMod-4 .liuyanBox>div.left .formBox .tongzhi .kuangjia .box span {
    font-size: 18px;
    color: #666
}

.formMod-4 .liuyanBox>div.left .formBox .tongzhi .kuangjia .box .jishi {
    margin-top: 20px;
    color: #666;
    font-size: 16px;
    transition-duration: .5s;
    transition-property: all
}

.formMod-4 .liuyanBox>div.left .formBox .tongzhi .kuangjia.on .box {
    transform: translateY(0)
}

.formMod-4 .liuyanBox>div.left .formBox {
    padding: 0
}

.formMod-4 .liuyanBox>div.left .formBox .cenBox .unifyTitle-this {
    display: none
}

.formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

.formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan .bdTitle {
    display: none
}

.formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan form {
    position: relative
}

.formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan form .input input {
    width: 100%;
    background-color: #f2f2f2;
    border-radius: 0;
    border: none;
    font-family: 'auto'
}

@media (max-width:1300px) {
    .formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan form .input input {
        font-size: 14px
    }
}

.formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan form>.input {
    position: absolute;
    width: 48%
}

@media (max-width:1024px) {
    .formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan form>.input {
        position: relative;
        width: 100%
    }
}

.formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan form>.input:nth-child(1) {
    left: 0
}

.formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan form>.input:nth-child(2) {
    right: 0
}

.formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan form val {
    top: 100%;
    left: 20px;
    right: unset;
    font-size: 14px;
    height: 1em;
    transform: unset;
    margin-top: 2px
}

.formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan form .textarea {
    margin-top: 60px
}

@media (max-width:1300px) {
    .formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan form .textarea {
        margin-top: 40px;
        height: 60px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan form .textarea {
        margin-top: 0
    }
}

.formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan form .textarea textarea {
    width: 100%;
    background-color: #f2f2f2;
    border-radius: 0;
    border: none;
    font-family: 'auto'
}

@media (max-width:1300px) {
    .formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan form .textarea textarea {
        font-size: 14px
    }
}

.formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan form .textarea textarea {
    padding: 10px 20px
}

.formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan form .yanzhengma {
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset
}

.formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan form .yanzhengma .input {
    margin-bottom: 0
}

@media (max-width:1300px) {
    .formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan form .yanzhengma .input {
        padding-right: 10px
    }
}

.formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan form .yanzhengma .yanz {
    margin: 0
}

@media (max-width:1300px) {
    .formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan form .yanzhengma .yanz {
        height: 30px
    }
}

@media (max-width:1300px) {
    .formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan form .yanzhengma .yanz img {
        height: 100%
    }
}

.formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan form .yanzhengma .yanz span {
    display: none
}

.formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan form .button {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset
}

.formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan form .button button.submit {
    margin: 0;
    width: 70%;
    transition-duration: .5s;
    transition-property: all
}

.formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan form .button button.submit:hover {
    filter: brightness(.9)
}

.formMod-4 .liuyanBox>div.left .formBox .cenBox .biaodan form .button button.reset {
    background-color: #f2f2f2;
    width: 25%
}

.formMod-4 .liuyanBox>div.right {
    position: relative
}

.formMod-4 .liuyanBox>div.right .list {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: unset
}

.formMod-4 .liuyanBox>div.right .list li {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.formMod-4 .liuyanBox>div.right .list li .img {
    aspect-ratio: 1;
    width: 80%
}

.formMod-4 .liuyanBox>div.right .list li span {
    margin-top: 26px;
    font-size: 18px
}

.formMod-4 .liuyanBox>div.right::before {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 0;
    height: 70%;
    border-left: 1px dashed #ccc;
    left: 0;
    top: 15%
}

.processMod-1 {
    padding: 100px 0
}

@media (max-width:1600px) {
    .processMod-1 {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    .processMod-1 {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    .processMod-1 {
        padding: 12vw 0
    }
}

.processMod-1 ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 1500px;
    margin: 0 auto;
    margin: auto
}

@media (max-width:1600px) {
    .processMod-1 ul {
        width: 88%
    }
}

@media (max-width:1300px) {
    .processMod-1 ul {
        width: 90%
    }
}

@media (max-width:1024px) {
    .processMod-1 ul {
        width: 84%
    }
}

@media (max-width:1600px) {
    .processMod-1 ul {
        width: 100%
    }
}

@media (max-width:1600px) and (max-width:1024px) {
    .processMod-1 ul {
        display: flex;
        flex-direction: row;
        align-items: unset;
        justify-content: unset;
        flex-wrap: wrap;
        width: 90%
    }
}

.processMod-1 ul li {
    width: 10vw;
    height: 10vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../../html/rgmod/processMod/processMod-1/lcLiBg.jpg);
    background-position: center;
    background-position: right;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: unset;
    padding-right: 4vw
}

@media (max-width:1024px) {
    .processMod-1 ul li {
        width: 33.3333%;
        height: unset;
        font-size: 3.2vw;
        font-weight: 400;
        height: 20vw;
        margin-bottom: 3vw;
        padding-right: 8vw
    }
}

.processMod-2 .zsLiuchng {
    width: 100%;
    position: relative;

    background-size: cover;
    background-color: #333
}

.processMod-2 .zsLiuchng .mask {
    padding: 100px 0;
  
    width: 100%;
    height: 100%
}

@media (max-width:1024px) {
    .processMod-2 .zsLiuchng .mask {
        padding: 10vw 0
    }
}

.processMod-2 .zsLiuchng .mask .unifyTitle * {
    color: #fff
}

.processMod-2 .zsLiuchng .mask .list {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: unset;
    flex-wrap: wrap
}

@media (max-width:1300px) {
    .processMod-2 .zsLiuchng .mask .list {
        width: 100%
    }
}

.processMod-2 .zsLiuchng .mask .list li {
    position: relative;
    margin-bottom: 40px;
    width: 33.33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .processMod-2 .zsLiuchng .mask .list li {
        width: 33.333%
    }

    .processMod-2 .zsLiuchng .mask .list li:nth-child(3n)::after {
        display: none
    }
}

.processMod-2 .zsLiuchng .mask .list li:nth-child(5n)::after {
    display: none
}

@media (max-width:1024px) {
    .processMod-2 .zsLiuchng .mask .list li:nth-child(5n)::after {
        display: block
    }
}

.processMod-2 .zsLiuchng .mask .list li::after {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../../html/rgmod/processMod/processMod-2/liucheng-r.png);
    background-position: center;
    left: 100%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.processMod-2 .zsLiuchng .mask .list li .num {
    margin-bottom: 20px;
    font-size: 24px;
    background-color: #d8b271;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px
}

.processMod-2 .zsLiuchng .mask .list li .title {
    color: #333;
    font-size: 18px;
}

@media (max-width:1024px) {
    .processMod-2 .zsLiuchng .mask .list li .title {
        padding: 0 1vw;
        font-size: 3.2vw
    }
}

.processMod-3 .gongyi .box {
    width: 100%;
    padding: 80px 0;
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    background-image: url(../img/inxAboutBg.jpg)
}

@media (max-width:1300px) {
    .processMod-3 .gongyi .box {
        padding: 40px 0
    }
}

.processMod-3 .gongyi .box .mod-inxTitle {
    color: #d8b271
}

.processMod-3 .gongyi .box .cenBox {
    width: 1500px;
    margin: 0 auto
}

@media (max-width:1600px) {
    .processMod-3 .gongyi .box .cenBox {
        width: 88%
    }
}

@media (max-width:1300px) {
    .processMod-3 .gongyi .box .cenBox {
        width: 90%
    }
}

@media (max-width:1024px) {
    .processMod-3 .gongyi .box .cenBox {
        width: 84%
    }
}

@media (max-width:1600px) {
    .processMod-3 .gongyi .box .cenBox {
        width: 90%
    }
}

.processMod-3 .gongyi .box .cenBox #gongyi li .liBox {
    margin: 0 auto;
    padding: 20px;
    background-color: rgba(242, 229, 213, 0.3);
    width: 90%;
    height: 500px;
    width: 80%;
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1600px) {
    .processMod-3 .gongyi .box .cenBox #gongyi li .liBox {
        height: 400px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    .processMod-3 .gongyi .box .cenBox #gongyi li .liBox {
        height: 350px
    }
}

@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
    .processMod-3 .gongyi .box .cenBox #gongyi li .liBox {
        padding: 4vw;
        width: 100%;
        height: 80vw
    }
}

.processMod-3 .gongyi .box .cenBox #gongyi li .liBox .kuang {
    border: 2px solid #d8b271;
    width: 100%;
    height: 100%;
    position: relative
}

.processMod-3 .gongyi .box .cenBox #gongyi li .liBox .kuang .cout {
    width: 100%;
    height: 100%
}

.processMod-3 .gongyi .box .cenBox #gongyi li .liBox .kuang .cout .img {
    width: 100%;
    height: 60%
}

@media (max-width:1600px) {
    .processMod-3 .gongyi .box .cenBox #gongyi li .liBox .kuang .cout .img {
        height: 50%
    }
}

.processMod-3 .gongyi .box .cenBox #gongyi li .liBox .kuang .cout .txt {
    position: relative;
    width: 100%;
    height: 40%
}

@media (max-width:1600px) {
    .processMod-3 .gongyi .box .cenBox #gongyi li .liBox .kuang .cout .txt {
        height: 50%
    }
}

.processMod-3 .gongyi .box .cenBox #gongyi li .liBox .kuang .cout .txt .num {
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/lingxing.png);
    background-position: center;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    color: #614a41;
    font-size: 24px;
    font-family: 'syst'
}

@media (max-width:1024px) {
    .processMod-3 .gongyi .box .cenBox #gongyi li .liBox .kuang .cout .txt .num {
        width: 16vw;
        height: 16vw;
        font-size: 5vw
    }
}

.processMod-3 .gongyi .box .cenBox #gongyi li .liBox .kuang .cout .txt .txtCout {
    padding: 60px 40px 0
}

@media (max-width:1300px) {
    .processMod-3 .gongyi .box .cenBox #gongyi li .liBox .kuang .cout .txt .txtCout {
        padding: 50px 40px 0
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .processMod-3 .gongyi .box .cenBox #gongyi li .liBox .kuang .cout .txt .txtCout {
        padding: 10vw 8vw 0
    }
}

.processMod-3 .gongyi .box .cenBox #gongyi li .liBox .kuang .cout .txt .txtCout * {
    font-size: 16px;
    color: #f2e5d5;
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1300px) {
    .processMod-3 .gongyi .box .cenBox #gongyi li .liBox .kuang .cout .txt .txtCout * {
        font-size: 16px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .processMod-3 .gongyi .box .cenBox #gongyi li .liBox .kuang .cout .txt .txtCout * {
        font-size: 3.5vw
    }
}

.processMod-3 .gongyi .box .cenBox #gongyi li .liBox .kuang .jiaoImg i {
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/condition-jiao.png);
    background-position: center;
    display: block;
    position: absolute
}

.processMod-3 .gongyi .box .cenBox #gongyi li .liBox .kuang .jiaoImg i:nth-child(1) {
    top: 0;
    left: 0
}

.processMod-3 .gongyi .box .cenBox #gongyi li .liBox .kuang .jiaoImg i:nth-child(2) {
    top: 0;
    right: 0;
    transform: rotate(90deg)
}

.processMod-3 .gongyi .box .cenBox #gongyi li .liBox .kuang .jiaoImg i:nth-child(3) {
    bottom: 0;
    right: 0;
    transform: rotate(180deg)
}

.processMod-3 .gongyi .box .cenBox #gongyi li .liBox .kuang .jiaoImg i:nth-child(4) {
    bottom: 0;
    left: 0;
    transform: rotate(270deg)
}

.processMod-3 .gongyi .box .cenBox #gongyi li .liBox.on {
    background-color: #f2e5d5
}

.processMod-3 .gongyi .box .cenBox #gongyi li .liBox.on .kuang .cout .txt .txtCout * {
    color: #444
}

@media (max-width:1600px) {
    .processMod-3 .gongyi .box .cenBox #gongyi li .liBox {
        width: 90%
    }
}

.processMod-3 .gongyi .box .cenBox #gongyi li .liBox .kuang .cout {
    position: relative
}

.processMod-3 .gongyi .box .cenBox #gongyi li .liBox .kuang .cout .title {
    position: absolute;
    top: 40%;
    z-index: 1;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 24px;
    text-shadow: 0 0 4px #000
}

@media (max-width:1600px) {
    .processMod-3 .gongyi .box .cenBox #gongyi li .liBox .kuang .cout .title {
        top: 26%
    }
}

.processMod-3 .gongyi .box .cenBox #gongyi li .liBox .kuang .cout .txt .txtCout {
    padding: 50px 30px 0
}

.processMod-3 .gongyi .box .cenBox #gongyi li .liBox .kuang .cout .txt .txtCout * {
    font-size: 16px;
    color: #f2e5d5;
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1600px) {
    .processMod-3 .gongyi .box .cenBox #gongyi li .liBox .kuang .cout .txt .txtCout * {
        font-size: 14px
    }
}

.processMod-3 .gongyi .box .cenBox .gyControl {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.processMod-3 .gongyi .box .cenBox .gyControl>div {
    margin: 0 10px;
    border: 2px solid #d8b271;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    cursor: pointer;
    transition-duration: .5s;
    transition-property: all
}

.processMod-3 .gongyi .box .cenBox .gyControl>div i {
    color: #d8b271;
    font-size: 20px;
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1024px) {
    .processMod-3 .gongyi .box .cenBox .gyControl>div i {
        font-size: 3vw
    }
}

.processMod-3 .gongyi .box .cenBox .gyControl>div:hover {
    background-color: #d8b271
}

.processMod-3 .gongyi .box .cenBox .gyControl>div:hover i {
    color: #444
}

.inxProduct-1 {
    background-size: cover;
    background-position: center;
    background-color: #f3f3f3;
    padding: 100px 0;
    position: relative
}

@media (max-width:1600px) {
    .inxProduct-1 {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    .inxProduct-1 {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    .inxProduct-1 {
        padding: 12vw 0
    }
}

.inxProduct-1 .coutBox {
    position: relative;
    z-index: 1
}

.inxProduct-1 .coutBox .tabs {
    margin-bottom: 50px
}

@media (max-width:1024px) {
    .inxProduct-1 .coutBox .tabs {
        width: 1500px;
        margin: 0 auto;
        margin-bottom: 10vw
    }
}

@media (max-width:1024px) and (max-width:1600px) {
    .inxProduct-1 .coutBox .tabs {
        width: 88%
    }
}

@media (max-width:1024px) and (max-width:1300px) {
    .inxProduct-1 .coutBox .tabs {
        width: 90%
    }
}

@media (max-width:1024px) and (max-width:1024px) {
    .inxProduct-1 .coutBox .tabs {
        width: 84%
    }
}

.inxProduct-1 .coutBox .tabs ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .inxProduct-1 .coutBox .tabs ul {
        flex-wrap: wrap;
        justify-content: flex-start
    }
}

.inxProduct-1 .coutBox .tabs ul li {
    position: relative;
    cursor: pointer;
    font-size: 20px;
    margin: 0 30px;
    color: #444
}

@media (max-width:1300px) {
    .inxProduct-1 .coutBox .tabs ul li {
        font-size: 18px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .inxProduct-1 .coutBox .tabs ul li {
        border-bottom: 1px dashed #e1e1e1;
        text-align: center;
        width: 50%;
        font-size: 4vw;
        margin: 0;
        padding: 2vw 0
    }
}

.inxProduct-1 .coutBox .tabs ul li:after {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 0;
    height: 2px;
    background-color: #d8b271;
    border-radius: 1px;
    top: 120%;
    left: 50%;
    transition-duration: .5s;
    transition-property: all;
    transform: translateX(-50%)
}

@media (max-width:1024px) {
    .inxProduct-1 .coutBox .tabs ul li:after {
        top: calc(100% - 1px)
    }
}

.inxProduct-1 .coutBox .tabs ul li.on:after {
    width: 60px
}

.inxProduct-1 .coutBox .content {
    position: relative
}

.inxProduct-1 .coutBox .content .boxKuang {
    width: 100%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    transition-duration: .5s;
    transition-property: all
}

.inxProduct-1 .coutBox .content .boxKuang .botBox {
    width: 100%
}

.inxProduct-1 .coutBox .content .boxKuang .botBox .swiper-slide .proCoutBox {
    position: relative;
    z-index: 1;
    width: 1500px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1600px) {
    .inxProduct-1 .coutBox .content .boxKuang .botBox .swiper-slide .proCoutBox {
        width: 88%
    }
}

@media (max-width:1300px) {
    .inxProduct-1 .coutBox .content .boxKuang .botBox .swiper-slide .proCoutBox {
        width: 90%
    }
}

@media (max-width:1024px) {
    .inxProduct-1 .coutBox .content .boxKuang .botBox .swiper-slide .proCoutBox {
        width: 84%
    }
}

@media (max-width:1024px) {
    .inxProduct-1 .coutBox .content .boxKuang .botBox .swiper-slide .proCoutBox {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

.inxProduct-1 .coutBox .content .boxKuang .botBox .swiper-slide .proCoutBox .left {
    position: relative;
    width: 500px;
    height: 500px
}

@media (max-width:1600px) {
    .inxProduct-1 .coutBox .content .boxKuang .botBox .swiper-slide .proCoutBox .left {
        width: 400px;
        height: 400px
    }
}

@media (max-width:1024px) {
    .inxProduct-1 .coutBox .content .boxKuang .botBox .swiper-slide .proCoutBox .left {
        aspect-ratio: 1/1;
        height: unset;
        width: 100%;
        margin-bottom: 10vw
    }
}

.inxProduct-1 .coutBox .content .boxKuang .botBox .swiper-slide .proCoutBox .left .proImg {
    width: 100%;
    height: 100%;
    border-radius: 20px
}

.inxProduct-1 .coutBox .content .boxKuang .botBox .swiper-slide .proCoutBox .right {
    width: calc(100% - 550px);
    padding-left: 20px
}

@media (max-width:1600px) {
    .inxProduct-1 .coutBox .content .boxKuang .botBox .swiper-slide .proCoutBox .right {
        width: calc(100% - 400px)
    }
}

@media (max-width:1024px) {
    .inxProduct-1 .coutBox .content .boxKuang .botBox .swiper-slide .proCoutBox .right {
        padding-left: 0;
        width: 100%
    }
}

.inxProduct-1 .coutBox .content .boxKuang .botBox .swiper-slide .proCoutBox .right .sBox {
    padding: 30px;
    width: 100%;
    height: 100%
}

@media (max-width:1300px) {
    .inxProduct-1 .coutBox .content .boxKuang .botBox .swiper-slide .proCoutBox .right .sBox {
        padding: 0;
        padding-left: 30px
    }
}

@media (max-width:1024px) {
    .inxProduct-1 .coutBox .content .boxKuang .botBox .swiper-slide .proCoutBox .right .sBox {
        padding-left: 0;
        height: 100%;
        width: 100%
    }
}

.inxProduct-1 .coutBox .content .boxKuang .botBox .swiper-slide .proCoutBox .right .sBox .proTilte {
    font-size: 30px;
    color: #ffee9a
}

.inxProduct-1 .coutBox .content .boxKuang .botBox .swiper-slide .proCoutBox .right .sBox .guige {
    margin: 22px 0;
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: unset;
    flex-wrap: wrap
}

@media (max-width:1300px) {
    .inxProduct-1 .coutBox .content .boxKuang .botBox .swiper-slide .proCoutBox .right .sBox .guige {
        margin: 10px 0
    }
}

.inxProduct-1 .coutBox .content .boxKuang .botBox .swiper-slide .proCoutBox .right .sBox .guige li {
    padding: 0 10px;
    width: 50%;
    margin-bottom: 2px
}

.inxProduct-1 .coutBox .content .boxKuang .botBox .swiper-slide .proCoutBox .right .sBox .guige li div {
    color: #444;
    font-size: 16px
}

@media (max-width:1600px) {
    .inxProduct-1 .coutBox .content .boxKuang .botBox .swiper-slide .proCoutBox .right .sBox .guige li div {
        font-size: 14px
    }
}

@media (max-width:1024px) {
    .inxProduct-1 .coutBox .content .boxKuang .botBox .swiper-slide .proCoutBox .right .sBox .guige li {
        width: 100%
    }
}

.inxProduct-1 .coutBox .content .boxKuang .botBox .swiper-slide .proCoutBox .right .sBox .more {
    bottom: 40px;
    width: 160px;
    height: 50px;
    background-color: #d8b271;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    color: #fff
}

@media (max-width:1300px) {
    .inxProduct-1 .coutBox .content .boxKuang .botBox .swiper-slide .proCoutBox .right .sBox .more {
        width: 120px;
        height: 40px;
        font-size: 16px
    }
}

.inxProduct-1 .coutBox .content .boxKuang .botBox .swiper-slide .dise {
    position: absolute;
    width: 100%;
    height: 80%;
    top: 10%;
    background-color: rgba(0, 0, 0, 0.04)
}

.inxProduct-1 .coutBox .content .boxKuang.on {
    opacity: 1;
    pointer-events: auto
}

.inxProduct-1 .coutBox .contro {
    z-index: 1;
    left: 5%;
    width: 90%;
    position: absolute;
    bottom: calc(50% - 20px);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset
}

.inxProduct-1 .coutBox .contro div {
    border-radius: 50%;
    cursor: pointer;
    background-color: #fff;
    transition-duration: .5s;
    transition-property: all;
    width: 60px;
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.inxProduct-1 .coutBox .contro div i {
    color: #fff;
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1300px) {
    .inxProduct-1 .coutBox .contro div {
        width: 40px;
        height: 40px
    }
}

.inxProduct-1 .coutBox .contro div.bianjie {
    opacity: .3;
    pointer-events: none
}

.inxProduct-1 .coutBox .contro div:hover {
    background-color: #fff
}

.inxProduct-1 .coutBox .contro div:hover i {
    color: #333
}

.inxProduct-2 {
    padding: 100px 0
}

@media (max-width:1600px) {
    .inxProduct-2 {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    .inxProduct-2 {
        padding: 6vw 0
    }
}

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

.inxProduct-2 .coutBox {
    width: 1500px;
    margin: 0 auto
}

@media (max-width:1600px) {
    .inxProduct-2 .coutBox {
        width: 88%
    }
}

@media (max-width:1300px) {
    .inxProduct-2 .coutBox {
        width: 90%
    }
}

@media (max-width:1024px) {
    .inxProduct-2 .coutBox {
        width: 84%
    }
}

.inxProduct-2 .coutBox .proList {
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: unset;
    flex-wrap: wrap
}

.inxProduct-2 .coutBox .proList li {
    margin-bottom: 40px
}

.inxProduct-2 .coutBox .proList li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.inxProduct-2 .coutBox .proList li a .imgBox {
    overflow: hidden;
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1300px) {
    .inxProduct-2 .coutBox .proList li a .imgBox {
        height: 240px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .inxProduct-2 .coutBox .proList li a .imgBox {
        height: 60vw
    }
}

.inxProduct-2 .coutBox .proList li a .imgBox img {
    transition-duration: .5s;
    transition-property: all;
    width: 100%;
    height: 100%
}

.inxProduct-2 .coutBox .proList li a span {
    margin-top: 20px;
    font-size: 24px;
    transition-duration: .5s;
    transition-property: all
}

.inxProduct-2 .coutBox .proList li a:hover span {
    color: #d8b271
}

.inxProduct-2 .coutBox .proList li a:hover .imgBox img {
    transform: scale(1.02)
}

.productMod-3 {
    padding: 100px 0
}

@media (max-width:1600px) {
    .productMod-3 {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    .productMod-3 {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    .productMod-3 {
        padding: 12vw 0
    }
}

.productMod-3 .boxKK {
    overflow: hidden;
    width: 100%;
    position: relative;
    background-color: #f3f3f3;
    height: 42vw
}

.productMod-3 .boxKK .box {
    position: absolute;
    height: 100%;
    background-color: #d8b271;
    left: -15%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    clip-path: polygon(0% 0%, 80% 0%, 100% 100%, 20% 100%);
    width: 130%
}

.productMod-3 .boxKK .box .wenli {
    position: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.productMod-3 .boxKK .box .wenli .inxTitle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    margin-bottom: 40px;
    pointer-events: auto;
    mix-blend-mode: unset
}

.productMod-3 .boxKK .box .wenli .coutBox {
    width: 70vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.productMod-3 .boxKK .box .wenli .coutBox .left {
    width: 20%
}

.productMod-3 .boxKK .box .wenli .coutBox .left .proNav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

.productMod-3 .boxKK .box .wenli .coutBox .left .proNav li {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.productMod-3 .boxKK .box .wenli .coutBox .left .proNav li i {
    width: 0;
    border-bottom: 1px solid #fff;
    transition-duration: .5s;
    transition-property: all
}

.productMod-3 .boxKK .box .wenli .coutBox .left .proNav li .title {
    cursor: pointer;
    color: #fff;
    font-family: 'xianxian';
    font-size: 16px;
    opacity: .8;
    transition-duration: .5s;
    transition-property: all
}

.productMod-3 .boxKK .box .wenli .coutBox .left .proNav li.on i {
    width: 30px
}

.productMod-3 .boxKK .box .wenli .coutBox .left .proNav li.on .title {
    transform: translateX(34px) scale(1.6);
    opacity: 1;
    pointer-events: none
}

.productMod-3 .boxKK .box .wenli .coutBox #inxPro {
    width: 80%
}

.productMod-3 .boxKK .box .wenli .coutBox #inxPro .swiper-slide {
    opacity: 0;
    transition-duration: .5s;
    transition-property: all
}

.productMod-3 .boxKK .box .wenli .coutBox #inxPro .swiper-slide .rCout {
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    position: relative
}

.productMod-3 .boxKK .box .wenli .coutBox #inxPro .swiper-slide .rCout .proImg {
    width: 62%;
    height: 40vw
}

.productMod-3 .boxKK .box .wenli .coutBox #inxPro .swiper-slide .rCout .cout {
    width: 38%;
    padding: 0
}

.productMod-3 .boxKK .box .wenli .coutBox #inxPro .swiper-slide .rCout .cout * {
    color: #fff
}

.productMod-3 .boxKK .box .wenli .coutBox #inxPro .swiper-slide .rCout .cout .proName {
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 2vw
}

.productMod-3 .boxKK .box .wenli .coutBox #inxPro .swiper-slide .rCout .cout .jianjie {
    font-size: 14px;
    line-height: 2em;
    opacity: .7
}

.productMod-3 .boxKK .box .wenli .coutBox #inxPro .swiper-slide .rCout .cout .inxMore {
    margin-top: 3vw;
    width: fit-content
}

.productMod-3 .boxKK .box .wenli .coutBox #inxPro .swiper-slide .rCout .cout .inxMore>div {
    font-size: 20px;
    transition: all .8s
}

.productMod-3 .boxKK .box .wenli .coutBox #inxPro .swiper-slide .rCout .cout .inxMore i {
    width: 160%;
    right: 0;
    bottom: -10px;
    height: 2px;
    display: block;
    position: relative;
    overflow: hidden
}

.productMod-3 .boxKK .box .wenli .coutBox #inxPro .swiper-slide .rCout .cout .inxMore i::after {
    background-color: #fff;
    transform: translateX(100%);
    transition-duration: .8s;
    transition-property: all;
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0
}

.productMod-3 .boxKK .box .wenli .coutBox #inxPro .swiper-slide .rCout .cout .inxMore i::before {
    background-color: #fff;
    transition-duration: .8s;
    transition-property: all;
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.productMod-3 .boxKK .box .wenli .coutBox #inxPro .swiper-slide .rCout .cout .inxMore:hover i::after {
    transform: translateX(0%);
    transition-delay: .8s
}

.productMod-3 .boxKK .box .wenli .coutBox #inxPro .swiper-slide .rCout .cout .inxMore:hover i::before {
    transform: translateX(-100%)
}

.productMod-3 .boxKK .box .wenli .coutBox #inxPro .swiper-slide.swiper-slide-active {
    opacity: 1
}

.productMod-4 {
    padding: 100px 0;
    background-image: url(../img/milk.jpg);
    background-size: cover;
}

@media (max-width:1600px) {
    .productMod-4 {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    .productMod-4 {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    .productMod-4 {
        padding: 12vw 0
    }
}

.productMod-4 .cout .tabsBox {
    margin-bottom: 40px
}

.productMod-4 .cout .tabsBox .tabs {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset
}
@media (max-width:1024px) {
    .productMod-4 .cout .tabsBox .tabs {
        display: flex;
        flex-direction: unset;
        align-items: unset;
        justify-content: unset;
        flex-wrap: unset
    }
}

.productMod-4 .cout .tabsBox .tabs li {
    cursor: pointer;
    border-radius: 25px;
    width: unset;
    border: 1px solid #d8b271;
    margin: 0 20px;
    padding: 10px;
}

.productMod-4 .cout .tabsBox .tabs li .name {
    width: fit-content;
    font-size: 22px;
    color: #d8b271
}

@media (max-width:1024px) {
    .productMod-4 .cout .tabsBox .tabs li {
        margin: 0 2vw
    }
}

.productMod-4 .cout .tabsBox .tabs li.on {
    opacity: 1;
    background-color: #d8b271;
    
}
.productMod-4 .cout .tabsBox .tabs li.on .name{
    color: #fff;
}
.productMod-4 .cout .bottomCout {
    height: 500px;
    width: 80%;
    background-color: #d8b271;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    border-radius: 30px;
}

@media (max-width:1600px) {
    .productMod-4 .cout .bottomCout {
        width: 88%
    }
}

@media (max-width:1300px) {
    .productMod-4 .cout .bottomCout {
        width: 80%
    }
}

@media (max-width:1024px) {
    .productMod-4 .cout .bottomCout {
        width: 90%;
        height: 600px;
    }
}

@media (max-width:1024px) {
    .productMod-4 .cout .bottomCout {
        display: flex;
        flex-direction: column;
        align-items: unset;
        justify-content: center;
        flex-wrap: unset
    }
}

.productMod-4 .cout .bottomCout .left {
    width: 120px;
    position: relative;
    height: 90%
}

@media (max-width:1300px) {
    .productMod-4 .cout .bottomCout .left {
        width: 100px;
        height: 400px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .productMod-4 .cout .bottomCout .left {
        width: 100%;
        height: 22vw;
        margin-top: 10vw
    }
}

.productMod-4 .cout .bottomCout .left .boxR {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    transform: translateY(20px);
    transition-duration: .5s;
    transition-property: all;
    opacity: 0;
    pointer-events: none
}

.productMod-4 .cout .bottomCout .left .boxR .swiper {
    width: 100%;
    height: 100%
}

.productMod-4 .cout .bottomCout .left .boxR .swiper li {
    width: 100%;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.productMod-4 .cout .bottomCout .left .boxR .swiper li .box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    transition-duration: .5s;
    transition-property: all;
    position: relative;
    cursor: pointer
}

@media (max-width:1024px) {
    .productMod-4 .cout .bottomCout .left .boxR .swiper li .box {
        width: unset;
        height: 100%
    }
}

.productMod-4 .cout .bottomCout .left .boxR .swiper li .box .imgBox {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.productMod-4 .cout .bottomCout .left .boxR .swiper li .box .imgBox img {
    width: 100%
}

.productMod-4 .cout .bottomCout .left .boxR .swiper li .box .name {
    margin-top: 10px;
    font-size: 16px
}

.productMod-4 .cout .bottomCout .left .boxR .swiper li .box::before {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 2px;
    height: 0;
    left: -18px;
    bottom: 0;
    background-color: #fff;
    transition-duration: .5s;
    transition-property: all
}

.productMod-4 .cout .bottomCout .left .boxR .swiper li .box.onon {
    transform: translateX(20px)
}

.productMod-4 .cout .bottomCout .left .boxR .swiper li .box.onon::before {
    height: 100%;
    transition-delay: .5s
}

.productMod-4 .cout .bottomCout .left .boxR.on {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    transition-delay: .3s;
    left: 30px;
}

.productMod-4 .cout .bottomCout .right {
    padding-left: 8%;
    height: 100%;
    width: calc(100% - 128px)
}

@media (max-width:1300px) {
    .productMod-4 .cout .bottomCout .right {
        width: calc(100% - 100px)
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .productMod-4 .cout .bottomCout .right {
        width: 100%
    }
}
@media (max-width:1300px) {
.productMod-4 .cout .bottomCout .left .boxR.on {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    transition-delay: .3s;
    left: 0;
}
}
.productMod-4 .cout .bottomCout .right .content {
    position: relative;
    width: 100%;
    height: 100%
}

.productMod-4 .cout .bottomCout .right .content .conItem {
    transform: translateY(20px);
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    transition-duration: .5s;
    transition-property: all;
    position: absolute;
    top: 0;
    left: 0
}

.productMod-4 .cout .bottomCout .right .content .conItem .box {
    width: 100%;
    height: 100%
}

.productMod-4 .cout .bottomCout .right .content .conItem .box .swiper {
    width: 100%;
    height: 100%
}

.productMod-4 .cout .bottomCout .right .content .conItem .box .swiper li {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    opacity: 0 !important;
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1024px) {
    .productMod-4 .cout .bottomCout .right .content .conItem .box .swiper li {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset;
        flex-direction: column-reverse;
        padding: 0
    }
}

.productMod-4 .cout .bottomCout .right .content .conItem .box .swiper li .txtCout {
    width: 50%;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .productMod-4 .cout .bottomCout .right .content .conItem .box .swiper li .txtCout {
        width: 90%;
        margin-top: 6vw;
        padding: 0
    }
}

.productMod-4 .cout .bottomCout .right .content .conItem .box .swiper li .txtCout .title {
 
    color: #fff;
    font-size: 32px
}

@media (max-width:1300px) {
    .productMod-4 .cout .bottomCout .right .content .conItem .box .swiper li .txtCout .title {
        font-size: 30px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .productMod-4 .cout .bottomCout .right .content .conItem .box .swiper li .txtCout .title {
        font-size: 6vw
    }
}

.productMod-4 .cout .bottomCout .right .content .conItem .box .swiper li .txtCout .guige {
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: unset;
    justify-content: unset;
    flex-wrap: wrap;
}

@media (max-width:1300px) {
    .productMod-4 .cout .bottomCout .right .content .conItem .box .swiper li .txtCout .guige {
        margin: 20px 0
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .productMod-4 .cout .bottomCout .right .content .conItem .box .swiper li .txtCout .guige {
        margin: 4vw 0;
        display: flex;
        flex-direction: row;
        align-items: unset;
        justify-content: unset;
        flex-wrap: wrap
    }
}

.productMod-4 .cout .bottomCout .right .content .conItem .box .swiper li .txtCout .guige span {

    color: #444;
    margin: 5px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset;
    width: 50%
}
.productMod-4 .cout .bottomCout .right .content .conItem .box .swiper li .txtCout .guige span div{    font-size: 22px;}


.productMod-4 .cout .bottomCout .right .content .conItem .box .swiper li *{color:#fff;}


.productMod-4 .cout .bottomCout .right .content .conItem .box .swiper li .moreA .btnMore {border: 1px solid #fff;}
@media (max-width:1300px) {
    .productMod-4 .cout .bottomCout .right .content .conItem .box .swiper li .txtCout .guige span {
        font-size: 16px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .productMod-4 .cout .bottomCout .right .content .conItem .box .swiper li .txtCout .guige span {
        width: 50%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: unset;
        flex-wrap: unset
    }
}
@media (max-width:1024px) {
    .productMod-4 .cout .bottomCout .right .content .conItem .box .swiper li .txtCout .guige span {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: unset;
        flex-wrap: unset;
        font-size: 14px
    }
    .productMod-4 .cout .bottomCout .right .content .conItem .box .swiper li .txtCout .guige span div{    font-size: 18px;}
}

.productMod-4 .cout .bottomCout .right .content .conItem .box .swiper li .txtCout .guige span i {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-right: 10px;
    background-color: #d8b271
}

.productMod-4 .cout .bottomCout .right .content .conItem .box .swiper li .txtCout .miaoshu {
    color: #444;
    line-height: 2em;
    text-indent: 2em;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 16px;
    padding: 20px 0;
    border-top: 1px dotted #999
}

@media (max-width:1300px) {
    .productMod-4 .cout .bottomCout .right .content .conItem .box .swiper li .txtCout .miaoshu {
        font-size: 16px
    }
}

.productMod-4 .cout .bottomCout .right .content .conItem .box .swiper li .imgBox {
    max-height: 100%;
    width: 32%
}

@media (max-width:1024px) {
    .productMod-4 .cout .bottomCout .right .content .conItem .box .swiper li .imgBox {
        height: 50vw;
        width: unset
    }
}

.productMod-4 .cout .bottomCout .right .content .conItem .box .swiper li .imgBox img {
    width: 100%;
    object-fit: contain;
}

@media (max-width:1024px) {
    .productMod-4 .cout .bottomCout .right .content .conItem .box .swiper li .imgBox img {
        margin: 8vw 0 0 0;
        height: 100%;
    }
}

.productMod-4 .cout .bottomCout .right .content .conItem .box .swiper li.swiper-slide-active {
    opacity: 1 !important
}

.productMod-4 .cout .bottomCout .right .content .conItem.on {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    transition-delay: .3s
}

.productMod-5 {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    background-image: unset;
    padding: 100px 0
}

@media (max-width:1600px) {
    .productMod-5 {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    .productMod-5 {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    .productMod-5 {
        padding: 12vw 0
    }
}

.productMod-5 .cenBox {
    height: 600px;
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1600px) {
    .productMod-5 .cenBox {
        width: 88%
    }
}

@media (max-width:1300px) {
    .productMod-5 .cenBox {
        width: 90%
    }
}

@media (max-width:1024px) {
    .productMod-5 .cenBox {
        width: 84%
    }
}

@media (max-width:1300px) {
    .productMod-5 .cenBox {
        height: 40vw
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .productMod-5 .cenBox {
        height: unset;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset;
        flex-direction: column-reverse
    }
}

.productMod-5 .cenBox .left {
    height: 80%;
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: unset
}

@media (max-width:1300px) {
    .productMod-5 .cenBox .left {
        height: 80%;
        width: 50%
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .productMod-5 .cenBox .left {
        height: 100vw;
        width: 100%
    }
}

.productMod-5 .cenBox .left .tabs {
    height: 66%;
    width: 100%;
    position: relative
}

@media (max-width:1024px) {
    .productMod-5 .cenBox .left .tabs {
        width: 100%
    }
}

.productMod-5 .cenBox .left .tabs .tabsBox {
    position: absolute;
    top: 0;
    opacity: 0;
    transition-duration: .5s;
    transition-property: all;
    width: 100%;
    height: 100%
}

.productMod-5 .cenBox .left .tabs .tabsBox.on {
    opacity: 1
}

.productMod-5 .cenBox .left .tabs .tabsBox .swiper {
    height: 100%
}

.productMod-5 .cenBox .left .tabs .tabsBox .swiper li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

.productMod-5 .cenBox .left .tabs .tabsBox .swiper li .tbox {
    padding-bottom: 40px;
    cursor: pointer;
    transition-duration: .5s;
    transition-property: all;
    width: 120px;
    height: 100%;
    position: relative
}

@media (max-width:1300px) {
    .productMod-5 .cenBox .left .tabs .tabsBox .swiper li .tbox {
        width: 100px
    }
}

.productMod-5 .cenBox .left .tabs .tabsBox .swiper li .tbox .xianK {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0%;
    transition-duration: 1s;
    transition-property: all;
    opacity: 0;
    padding: 2px;
    top: 20px;
    border: 1px solid #999
}

.productMod-5 .cenBox .left .tabs .tabsBox .swiper li .tbox .xianK div {
    border: 1px solid #999;
    width: 100%;
    height: 100%;
    transition-duration: .5s;
    transition-property: all
}

.productMod-5 .cenBox .left .tabs .tabsBox .swiper li .tbox .coutInfo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1
}

.productMod-5 .cenBox .left .tabs .tabsBox .swiper li .tbox .coutInfo .num {
    margin-bottom: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition-duration: .5s;
    transition-property: all;
    background-color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    color: #fff;
    font-size: 16px;
    font-family: 'syst'
}

.productMod-5 .cenBox .left .tabs .tabsBox .swiper li .tbox .coutInfo .btname {
    position: relative;
    z-index: 1;
    transition-duration: .5s;
    transition-property: all
}

.productMod-5 .cenBox .left .tabs .tabsBox .swiper li .tbox .coutInfo .btname .sub {
    writing-mode: vertical-rl
}

.productMod-5 .cenBox .left .tabs .tabsBox .swiper li .tbox .coutInfo .btname .title {
    font-size: 30px;
    transform: scale(.7);
    transition-duration: .5s;
    transition-property: all;
    transform-origin: 50% 0;
    font-family: 'syst';
    writing-mode: vertical-rl
}

@media (max-width:1300px) {
    .productMod-5 .cenBox .left .tabs .tabsBox .swiper li .tbox .coutInfo .btname .title {
        font-size: 22px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .productMod-5 .cenBox .left .tabs .tabsBox .swiper li .tbox .coutInfo .btname .title {
        font-size: 5vw
    }
}

.productMod-5 .cenBox .left .tabs .tabsBox .swiper li .tbox .coutInfo .proImg {
    height: 110px;
    object-fit: contain;
    transform: translateY(0);
    position: absolute;
    bottom: 0%;
    right: -10%;
    width: 100%;
    opacity: 0;
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1300px) {
    .productMod-5 .cenBox .left .tabs .tabsBox .swiper li .tbox .coutInfo .proImg {
        height: 80px
    }
}

.productMod-5 .cenBox .left .tabs .tabsBox .swiper li .tbox:hover .coutInfo .num {
    background-color: #ffee9a
}

.productMod-5 .cenBox .left .tabs .tabsBox .swiper li .tbox:hover .coutInfo .btname {
    transform: translateY(10px)
}

.productMod-5 .cenBox .left .tabs .tabsBox .swiper li.show .tbox {
    transform: translateY(20px)
}

.productMod-5 .cenBox .left .tabs .tabsBox .swiper li.show .tbox .xianK {
    height: 80%;
    opacity: 1;
    transform: rotateY(180deg);
    border-color: #ffee9a
}

.productMod-5 .cenBox .left .tabs .tabsBox .swiper li.show .tbox .xianK div {
    border-color: #ffee9a
}

.productMod-5 .cenBox .left .tabs .tabsBox .swiper li.show .tbox .coutInfo .num {
    background-color: #ffee9a
}

.productMod-5 .cenBox .left .tabs .tabsBox .swiper li.show .tbox .coutInfo .btname .title {
    transform: scale(1)
}

.productMod-5 .cenBox .left .tabs .tabsBox .swiper li.show .tbox .coutInfo .proImg {
    transform: translateY(20px);
    opacity: 1
}

.productMod-5 .cenBox .left .sortTabs {
    width: 100%
}

.productMod-5 .cenBox .left .sortTabs .ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.productMod-5 .cenBox .left .sortTabs .ul li {
    flex: 1
}

.productMod-5 .cenBox .left .sortTabs .ul li .clickBox {
    position: relative;
    cursor: pointer
}

.productMod-5 .cenBox .left .sortTabs .ul li .clickBox .sortName {
    font-size: 18px;
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1300px) {
    .productMod-5 .cenBox .left .sortTabs .ul li .clickBox .sortName {
        font-size: 16px
    }
}

.productMod-5 .cenBox .left .sortTabs .ul li .clickBox .subName {
    font-size: 14px;
    transition-duration: .5s;
    transition-property: all;
    text-transform: uppercase
}

@media (max-width:1024px) {
    .productMod-5 .cenBox .left .sortTabs .ul li .clickBox .subName {
        font-size: 3vw
    }
}

.productMod-5 .cenBox .left .sortTabs .ul li .clickBox::before {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 4px;
    height: 0;
    right: calc(100% + 8px);
    top: 0;
    background-color: #ffee9a;
    transition-duration: .5s;
    transition-property: all;
    border-radius: 2px;
    opacity: 0
}

.productMod-5 .cenBox .left .sortTabs .ul li.on .clickBox .sortName {
    color: #ffee9a
}

.productMod-5 .cenBox .left .sortTabs .ul li.on .clickBox .subName {
    color: #ffee9a
}

.productMod-5 .cenBox .left .sortTabs .ul li.on .clickBox::before {
    opacity: 1;
    height: 100%
}

.productMod-5 .cenBox .right {
    width: 60%;
    position: relative;
    height: 100%
}

@media (max-width:1300px) {
    .productMod-5 .cenBox .right {
        width: 50%
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .productMod-5 .cenBox .right {
        width: 100%;
        height: 66vw
    }
}

.productMod-5 .cenBox .right .contBox {
    top: 0;
    opacity: 0;
    transition-duration: .5s;
    transition-property: all;
    position: absolute;
    width: 100%;
    height: 100%
}

.productMod-5 .cenBox .right .contBox.on {
    opacity: 1
}

.productMod-5 .cenBox .right .contBox .swiper {
    height: 100%
}

.productMod-5 .cenBox .right .contBox .swiper li {
    opacity: 0;
    transition-duration: .5s;
    transition-property: all;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.productMod-5 .cenBox .right .contBox .swiper li .rProImg {
    height: 90%;
    position: relative;
    z-index: 1;
    object-fit: contain
}

.productMod-5 .cenBox .right .contBox .swiper li .more {
    position: absolute;
    left: calc(50% - 70px);
    bottom: 0;
    width: 140px;
    height: 140px;
    opacity: 0;
    z-index: 1;
    transform: scale(.4);
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1300px) {
    .productMod-5 .cenBox .right .contBox .swiper li .more {
        width: 90px;
        height: 90px
    }
}

.productMod-5 .cenBox .right .contBox .swiper li .more .boxMore {
    position: relative;
    width: 100%;
    height: 100%
}

.productMod-5 .cenBox .right .contBox .swiper li .more .boxMore img {
    object-fit: contain;
    top: 0;
    width: 100%;
    height: 100%;
    animation: xuanzhuan 20s linear 0s infinite normal
}

.productMod-5 .cenBox .right .contBox .swiper li .more .boxMore span {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    color: #fff;
    font-size: 20px;
    font-family: 'syst';
    top: 0
}

@media (max-width:1300px) {
    .productMod-5 .cenBox .right .contBox .swiper li .more .boxMore span {
        font-size: 16px
    }
}

.productMod-5 .cenBox .right .contBox .swiper li.swiper-slide-active {
    opacity: 1
}

.productMod-5 .cenBox .right .contBox .swiper li:hover .more {
    opacity: 1;
    transform: scale(1)
}

.productMod-6 {
    overflow: hidden;
    background-color: #d8b271;
    padding: 100px 0;
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    background-image: url(../img/shuibo.png)
}

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

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

@media (max-width:1024px) {
    .productMod-6 {
        padding: 12vw 0
    }
}

.productMod-6 * {
    color: #fff
}

.productMod-6 .catalogArea {
    opacity: 1;
    width: 1500px;
    margin: 0 auto
}

@media (max-width:1600px) {
    .productMod-6 .catalogArea {
        width: 88%
    }
}

@media (max-width:1300px) {
    .productMod-6 .catalogArea {
        width: 90%
    }
}

@media (max-width:1024px) {
    .productMod-6 .catalogArea {
        width: 84%
    }
}

@media (max-width:1024px) {
    .productMod-6 .catalogArea {
        transform: none
    }
}

.productMod-6 .catalogArea .singledrink {
    padding: 0;
    width: 350px;
    height: 540px
}

@media (max-width:1600px) {
    .productMod-6 .catalogArea .singledrink {
        width: 300px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    .productMod-6 .catalogArea .singledrink {
        width: 250px;
        height: 380px
    }
}

@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
    .productMod-6 .catalogArea .singledrink {
        width: 100%
    }
}

.productMod-6 .catalogArea .singledrink li .item {
    height: 100%
}

.productMod-6 .catalogArea .singledrink li .item .Img {
    height: 100%
}

@media (max-width:1024px) {
    .productMod-6 .catalogArea .singledrink li .item .Img {
        height: 50vw
    }
}

.productMod-6 .catalogArea .singledrink li .item .Img a {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .productMod-6 .catalogArea .singledrink li .item .Img a {
        width: 100%;
        height: 100%
    }
}

.productMod-6 .catalogArea .singledrink li .item .Img a img {
    object-fit: contain;
    width: 100%;
    height: 100%
}

.productMod-6 .catalogArea .singledrink li .item .Txt {
    padding-top: 60px
}

@media (max-width:1024px) {
    .productMod-6 .catalogArea .singledrink li .item .Txt {
        padding-top: 4vw
    }
}

.productMod-6 .catalogArea .drinktxt {
    top: 60px;
    padding: 0 90px;
    line-height: 1;
    width: 400px
}

.productMod-6 .catalogArea .drinktxt li {
    width: fit-content;
    margin-right: 10px;
    font-size: 16px
}

@media (max-width:1300px) {
    .productMod-6 .catalogArea .drinktxt li {
        font-size: 16px
    }
}

.productMod-6 .catalogArea .drinktxt li i {
    font-size: 30px;
    margin-bottom: 10px
}

.productMod-6 .catalogArea .drinktxt li::before {
    display: none
}

.productMod-6 .catalogArea .drinktxt li.slick-current {
    color: #ffee9a
}

.productMod-6 .catalogArea .drinktxt li.slick-current i {
    color: #ffee9a
}

.productMod-6 .catalogArea .singledrink .slick-list {
    height: 100%
}

.productMod-6 .catalogArea .singledrink .slick-list .slick-track {
    height: 100%
}

.productMod-6 .catalogArea .singledrink li .item .Txt {
    width: 400px
}

@media (max-width:1600px) {
    .productMod-6 .catalogArea .singledrink li .item .Txt {
        width: 260px
    }
}

@media (max-width:1600px) and (max-width:1024px) {
    .productMod-6 .catalogArea .singledrink li .item .Txt {
        width: 100%
    }
}

.productMod-6 .catalogArea .singledrink li .item .Txt h3 {
    font-size: 30px;
    letter-spacing: 0
}

@media (max-width:1024px) {
    .productMod-6 .catalogArea .singledrink li .item .Txt h3 {
        font-size: 6vw
    }
}

.productMod-6 .catalogArea .singledrink li .item .Txt article {
    line-height: 2em
}

@media (max-width:1600px) {
    .productMod-6 .catalogArea .singledrink li .item .Txt article {
        font-size: 16px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    .productMod-6 .catalogArea .singledrink li .item .Txt article {
        font-size: 14px
    }
}

@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
    .productMod-6 .catalogArea .singledrink li .item .Txt article {
        height: unset;
        font-size: 3.4vw
    }
}

.productMod-6 .catalogArea .drinkmenu {
    top: unset;
    bottom: 0px
}

.productMod-6 .catalogArea .drinkmenu .slick-list {
    padding: 10px 0 !important
}

.productMod-6 .catalogArea .drinkmenu .slick-list li img {
    height: 188px;
    object-fit: contain
}

@media (max-width:1300px) {
    .productMod-6 .catalogArea .drinkmenu .slick-list li img {
        width: 100px;
        height: 160px
    }
}

.productMod-6 .catalogArea::before {
    background-color: rgba(255, 255, 255, 0.14);
    border-radius: 20px;
    height: 480px;
    top: 0;
    transform: none;
    left: 0
}

@media (max-width:1600px) {
    .productMod-6 .catalogArea::before {
        height: 400px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    .productMod-6 .catalogArea::before {
        height: 360px
    }
}

.productMod-6 .unifyButton {
    margin: 100px auto 0;
    width: 240px;
    height: 64px;
    border-radius: 32px;
    border: 1px solid #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1600px) {
    .productMod-6 .unifyButton {
        margin-top: 80px
    }
}

@media (max-width:1600px) and (max-width:1024px) {
    .productMod-6 .unifyButton {
        margin-top: 10vw
    }
}

.productMod-6 .unifyButton .box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.productMod-6 .unifyButton .box h1 {
    margin-left: 10px
}

.productMod-7 {
    padding: 100px 0
}

@media (max-width:1600px) {
    .productMod-7 {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    .productMod-7 {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    .productMod-7 {
        padding: 12vw 0
    }
}

@media (max-width:1024px) {
    .productMod-7 {
        overflow: hidden
    }
}

.productMod-7 .cenBox {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 1200px;
    margin: 0 auto
}

@media (max-width:1600px) {
    .productMod-7 .cenBox {
        width: 88%
    }
}

@media (max-width:1300px) {
    .productMod-7 .cenBox {
        width: 90%
    }
}

@media (max-width:1024px) {
    .productMod-7 .cenBox {
        width: 84%
    }
}

.productMod-7 .cenBox #newProduct {
    width: 1200px;
    margin: 0 auto
}

@media (max-width:1600px) {
    .productMod-7 .cenBox #newProduct {
        width: 88%
    }
}

@media (max-width:1300px) {
    .productMod-7 .cenBox #newProduct {
        width: 90%
    }
}

@media (max-width:1024px) {
    .productMod-7 .cenBox #newProduct {
        width: 84%
    }
}

@media (max-width:1600px) {
    .productMod-7 .cenBox #newProduct {
        width: 900px
    }
}

.productMod-7 .cenBox #newProduct li .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.productMod-7 .cenBox #newProduct li .box img {
    object-fit: contain;
    width: 80%;
    height: 340px;
    margin-bottom: 20px
}

.productMod-7 .cenBox #newProduct li .box span {
    font-size: 18px
}

@media (max-width:1024px) {
    .productMod-7 .cenBox .control {
        display: none
    }
}

.productMod-7 .cenBox .control>div {
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    transition-duration: .5s;
    transition-property: all;
    cursor: pointer;
    width: 100px;
    height: 100px
}

@media (max-width:1300px) {
    .productMod-7 .cenBox .control>div {
        width: 60px;
        height: 60px
    }
}

.productMod-7 .cenBox .control>div .conBox {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.productMod-7 .cenBox .control>div .conBox .kuang {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    border: 1px dashed #999
}

.productMod-7 .cenBox .control>div .conBox i {
    font-size: 30px
}

.productMod-7 .cenBox .control>div.swiper-button-disabled {
    opacity: .2;
    pointer-events: none
}

.productMod-7 .cenBox .control>div.left {
    right: calc(100% + 60px)
}

@media (max-width:1600px) {
    .productMod-7 .cenBox .control>div.left {
        left: 0;
        right: unset
    }
}

.productMod-7 .cenBox .control>div.right {
    left: calc(100% + 60px)
}

@media (max-width:1600px) {
    .productMod-7 .cenBox .control>div.right {
        right: 0;
        left: unset
    }
}

.productMod-7 .cenBox .control>div:hover .conBox .kuang {
    animation: xuanzhuan 20s linear 0s infinite normal;
    border-color: #ffee9a
}

.productMod-7 .cenBox .control>div:hover .conBox i {
    color: #ffee9a
}

.productMod-7 .cenBox .pagination {
    margin-top: 60px;
    width: fit-content
}

.productMod-7 .cenBox .pagination .swiper-pagination-bullet {
    background-color: #000;
    opacity: .2;
    height: 6px;
    border-radius: 3px;
    margin: 0 10px;
    width: 40px
}

.productMod-7 .cenBox .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #ffee9a
}

.productMod-8 .inxXilie {
    overflow: hidden;
    position: relative;
    height: 100vh
}

@media (max-width:1024px) {
    .productMod-8 .inxXilie {
        display: none
    }
}

.productMod-8 .inxXilie .mask {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5)
}

.productMod-8 .inxXilie .mask .xilie {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.productMod-8 .inxXilie .mask .xilie .li1 {
    position: relative;
    height: 100%;
    flex: 1
}

.productMod-8 .inxXilie .mask .xilie .li1 .box {
    position: relative;
    z-index: 1;
    height: 100%;
    padding: 0 54px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.productMod-8 .inxXilie .mask .xilie .li1 .box h1 {
    font-weight: bold;
    font-size: 30px;
    color: #fff;
    margin-bottom: 40px
}

.productMod-8 .inxXilie .mask .xilie .li1 .box .openBox {
    height: 0;
    width: 100%;
    transition-duration: .3s;
    transition-property: all
}

.productMod-8 .inxXilie .mask .xilie .li1 .box .openBox .opacityOn {
    opacity: 0;
    transition-duration: .2s;
    transition-property: all
}

.productMod-8 .inxXilie .mask .xilie .li1 .box .openBox .opacityOn .miaoshu {
    height: 162px;
    font-size: 16px;
    color: #fff;
    line-height: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

@media (max-width:1300px) {
    .productMod-8 .inxXilie .mask .xilie .li1 .box .openBox .opacityOn .miaoshu {
        font-size: 14px;
        height: unset
    }
}

@media (max-width:1300px) {
    .productMod-8 .inxXilie .mask .xilie .li1 .box .openBox .opacityOn .pro3 {
        margin-top: 20px
    }
}

.productMod-8 .inxXilie .mask .xilie .li1 .box .openBox .opacityOn .pro3 li {
    height: 46px;
    border-bottom: 1px dashed #fff
}

.productMod-8 .inxXilie .mask .xilie .li1 .box .openBox .opacityOn .pro3 li a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    color: #fff;
    transition-duration: .1s;
    transition-property: all
}

.productMod-8 .inxXilie .mask .xilie .li1 .box .openBox .opacityOn .pro3 li a:hover {
    background-color: #ffee9a
}

.productMod-8 .inxXilie .mask .xilie .li1 .box .more {
    margin-top: 56px
}

@media (max-width:1300px) {
    .productMod-8 .inxXilie .mask .xilie .li1 .box .more {
        margin-top: 20px
    }
}

.productMod-8 .inxXilie .mask .xilie .li1 .box .more i {
    font-size: 30px;
    color: #fff
}

.productMod-8 .inxXilie .mask .xilie .li1::after {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition-duration: .3s;
    transition-property: all;
    background-color: #d8b271;
    opacity: 0
}

.productMod-8 .inxXilie .mask .xilie .li1.on::after {
    opacity: .8
}

.productMod-8 .inxXilie .mask .xilie .li1.on .box .openBox {
    height: 320px
}

@media (max-width:1300px) {
    .productMod-8 .inxXilie .mask .xilie .li1.on .box .openBox {
        height: 240px
    }
}

.productMod-8 .inxXilie .mask .xilie .li1.on .box .openBox .opacityOn {
    opacity: 1;
    transition-delay: .2s;
    transition-duration: .5s;
    transition-property: all
}

.productMod-8 .inxXilie .bgtu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.productMod-8 .inxXilie .bgtu .bgtuList {
    position: relative;
    width: 100%;
    height: 100%
}

.productMod-8 .inxXilie .bgtu .bgtuList li {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition-duration: .5s;
    transition-property: all
}

.productMod-8 .inxXilie .bgtu .bgtuList li img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition-duration: .5s;
    transition-property: all;
    width: calc(100vw + 40px)
}

.productMod-8 .inxXilie .bgtu .bgtuList li.on {
    opacity: 1
}

.productMod-8 .inxXilie .bgtu .bgtuList li.on img {
    transform: translateX(-40px);
    transition-duration: 5s;
    transition-property: all
}

.productMod-8 .inxXilie .showIco {
    position: absolute;
    z-index: 1;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.productMod-8 .inxXilie .showIco .xian {
    position: relative;
    margin-bottom: 20px;
    height: 40px;
    width: 1px;
    background-color: #fff
}

.productMod-8 .inxXilie .showIco .xian div {
    border-radius: 50%;
    width: 7px;
    height: 7px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: -3px;
    animation: diandian .75s cubic-bezier(.05, 0, .2, 1) infinite alternate
}

@keyframes diandian {
    0% {
        top: 0
    }

    100% {
        top: 33px
    }
}

.productMod-8 .inxXilie .showIco i {
    animation: bounce .75s cubic-bezier(.05, 0, .2, 1) infinite alternate;
    font-size: 30px;
    color: #fff
}

@media (min-width:1024px) {
    .productMod-8 .inxXilie-m {
        display: none
    }
}

.productMod-8 .inxXilie-m .ul {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap
}

.productMod-8 .inxXilie-m .ul li {
    width: 50vw;
    height: 50vw
}

.productMod-8 .inxXilie-m .ul li a {
    position: relative;
    width: 100%;
    height: 100%
}

.productMod-8 .inxXilie-m .ul li a .box {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    background-color: rgba(0, 0, 0, 0.5)
}

.productMod-8 .inxXilie-m .ul li a .box h1 {
    color: #fff;
    font-size: 5vw;
    margin-bottom: 4vw
}

.productMod-8 .inxXilie-m .ul li a .box i {
    color: #fff;
    font-size: 6vw
}

.productMod-8 .inxXilie-m .ul li a .bg {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.productMod-9 {
    padding: 100px 0
}

@media (max-width:1600px) {
    .productMod-9 {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    .productMod-9 {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    .productMod-9 {
        padding: 12vw 0
    }
}

.productMod-9 .container {
    position: relative;
    padding: 0 60px;
    width: 1500px;
    margin: 0 auto
}

@media (max-width:1600px) {
    .productMod-9 .container {
        width: 88%
    }
}

@media (max-width:1300px) {
    .productMod-9 .container {
        width: 90%
    }
}

@media (max-width:1024px) {
    .productMod-9 .container {
        width: 84%
    }
}

@media (max-width:1024px) {
    .productMod-9 .container {
        padding: 0 4vw
    }
}

.productMod-9 .container #inxProduct li {
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.productMod-9 .container #inxProduct li .box {
    overflow: hidden;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.08);
    width: 90%
}

.productMod-9 .container #inxProduct li .box .imgBox {
    height: 20vw;
    width: 100%
}

@media (max-width:1024px) {
    .productMod-9 .container #inxProduct li .box .imgBox {
        height: 60vw
    }
}

.productMod-9 .container #inxProduct li .box .imgBox img {
    object-fit: contain;
    width: 100%;
    height: 100%
}

.productMod-9 .container #inxProduct li .box .textCout {
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .productMod-9 .container #inxProduct li .box .textCout {
        align-items: center
    }
}

.productMod-9 .container #inxProduct li .box .textCout .title {
    font-size: 26px
}

@media (max-width:1300px) {
    .productMod-9 .container #inxProduct li .box .textCout .title {
        font-size: 22px
    }
}

.productMod-9 .container #inxProduct li .box .textCout .miaoshu {
    line-height: 2em;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #999;
    font-size: 16px
}

.productMod-9 .container #inxProduct li .box .textCout a .unifyButton-2 {
    margin-top: 40px
}

.productMod-9 .container .lrBox {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.productMod-9 .container .lrBox>div {
    cursor: pointer;
    position: absolute;
    top: calc(50% - 20px);
    width: 60px;
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.06);
    background-color: #fff;
    border-radius: 50%;
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1024px) {
    .productMod-9 .container .lrBox>div {
        z-index: 1;
        width: 10vw;
        height: 10vw;
        background-color: #d8b271
    }
}

.productMod-9 .container .lrBox>div i {
    transition-duration: .5s;
    transition-property: all;
    font-size: 18px
}

@media (max-width:1024px) {
    .productMod-9 .container .lrBox>div i {
        color: #fff
    }
}

.productMod-9 .container .lrBox>div.prev {
    left: 0
}

.productMod-9 .container .lrBox>div.next {
    right: 0
}

.productMod-9 .container .lrBox>div:hover {
    background-color: #fff
}

.productMod-9 .container .lrBox>div:hover i {
    color: #333
}

.productMod-10 {
    height: calc(100vh - 80px);
    position: relative
}

@media (max-width:1600px) {
    .productMod-10 {
        height: calc(100vh - 70px)
    }
}

@media (max-width:1300px) {
    .productMod-10 {
        height: calc(100vh - 60px)
    }
}

@media (max-width:1024px) {
    .productMod-10 {
        height: unset
    }
}

@media (max-width:1024px) {
    .productMod-10 {
        height: unset
    }
}

.productMod-10 .proCout {
    padding-top: 40px;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(6px)
}

@media (max-width:1024px) {
    .productMod-10 .proCout {
        padding: 10vw 0
    }
}

.productMod-10 .proCout #proBox li {
    width: 22vw
}

@media (max-width:1024px) {
    .productMod-10 .proCout #proBox li {
        width: 70vw
    }
}

.productMod-10 .proCout #proBox li .abox {
    width: 100%;
    transform: translateX(40px);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: unset;
    transition-duration: 1s;
    transition-property: all
}

.productMod-10 .proCout #proBox li .abox .topImg {
    height: 64vh;
    width: 100%;
    -webkit-mask-size: 100% 100%;
    -webkit-mask-image: url(../../html/rgmod/moduleMod/productMod/productMod-10/proMask.png)
}

@media (max-width:1024px) {
    .productMod-10 .proCout #proBox li .abox .topImg {
        height: 100vw
    }
}

.productMod-10 .proCout #proBox li .abox .topImg img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.productMod-10 .proCout #proBox li .abox .title {
    font-size: 2.4vw;
    color: #fff;
    font-weight: bold;
    writing-mode: vertical-rl;
    position: relative;
    letter-spacing: .2em;
    margin-top: -120px;
    margin-right: 100px;
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1024px) {
    .productMod-10 .proCout #proBox li .abox .title {
        margin-top: 0;
        font-size: 10vw;
        margin-top: -20vw
    }
}

@media (min-width:1024px) {
    .productMod-10 .proCout #proBox li .abox:hover .title {
        filter: drop-shadow(0 0 8px #e62129);
        transform: translateY(-20px)
    }
}

.productMod-10 .proCout #proBox.moveing li .abox {
    transform: translateX(-40px);
    transition-duration: 8s;
    transition-property: all
}

.productMod-10 .proBgImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.productMod-10 .proBgImg #proBgImg {
    width: 100%;
    height: 100%
}

.productMod-10 .proBgImg #proBgImg li .box {
    width: 100%;
    height: 100%
}

.productMod-10 .proBgImg #proBgImg li .box img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.productMod-10 .controls {
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    bottom: 6vh;
    z-index: 2;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset
}

.productMod-10 .controls>div {
    margin: 0 1vw;
    cursor: pointer;
    transition-duration: .5s;
    transition-property: all
}

.productMod-10 .controls>div i {
    font-size: 3vw;
    color: #fff
}

@media (max-width:1024px) {
    .productMod-10 .controls>div i {
        display: none
    }
}

.productMod-10 .controls>div.swiper-button-disabled {
    opacity: .5
}

.productMod-10 .controls>div.leftBtn {
    transform: rotate(180deg)
}

.productMod-11 {
    padding-bottom: 100px
}

@media (max-width:1600px) {
    .productMod-11 {
        padding-bottom: 80px
    }
}

@media (max-width:1300px) {
    .productMod-11 {
        padding-bottom: 6vw
    }
}

@media (max-width:1024px) {
    .productMod-11 {
        padding-bottom: 12vw
    }
}

.productMod-11 .cenBox .coutBox {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    height: 440px
}

@media (max-width:1600px) {
    .productMod-11 .cenBox .coutBox {
        height: 30vw
    }
}

@media (max-width:1600px) and (max-width:1024px) {
    .productMod-11 .cenBox .coutBox {
        height: unset;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

.productMod-11 .cenBox .coutBox .leftBox {
    width: 80%;
    height: 100%
}

@media (max-width:1024px) {
    .productMod-11 .cenBox .coutBox .leftBox {
        width: 100%
    }
}

.productMod-11 .cenBox .coutBox .leftBox .list {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: unset;
    flex-wrap: wrap
}

@media (max-width:1024px) {
    .productMod-11 .cenBox .coutBox .leftBox .list {
        width: 100%
    }
}

.productMod-11 .cenBox .coutBox .leftBox .list .li1 {
    width: 33.3333%;
    height: 50%;
    padding-right: 20px
}

@media (max-width:1300px) {
    .productMod-11 .cenBox .coutBox .leftBox .list .li1 {
        padding-right: 10px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .productMod-11 .cenBox .coutBox .leftBox .list .li1 {
        width: 100%;
        padding: 0;
        margin-bottom: 4vw
    }
}

.productMod-11 .cenBox .coutBox .leftBox .list .li1 .aBox {
    overflow: hidden;
    padding: 20px;
    background-color: #f8f8f8;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    border: 1px solid #eee;
    width: 100%;
    height: 100%
}

@media (max-width:1300px) {
    .productMod-11 .cenBox .coutBox .leftBox .list .li1 .aBox {
        padding: 10px
    }
}

.productMod-11 .cenBox .coutBox .leftBox .list .li1 .aBox .imgBox {
    width: 120px;
    height: 100%
}

@media (max-width:1600px) {
    .productMod-11 .cenBox .coutBox .leftBox .list .li1 .aBox .imgBox {
        width: 8vw
    }
}

@media (max-width:1600px) and (max-width:1024px) {
    .productMod-11 .cenBox .coutBox .leftBox .list .li1 .aBox .imgBox {
        width: 30vw
    }
}

.productMod-11 .cenBox .coutBox .leftBox .list .li1 .aBox .imgBox img {
    object-fit: contain
}

.productMod-11 .cenBox .coutBox .leftBox .list .li1 .aBox .text {
    padding-left: 10px;
    width: calc(100% - 120px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1600px) {
    .productMod-11 .cenBox .coutBox .leftBox .list .li1 .aBox .text {
        width: calc(100% - 8vw)
    }
}

@media (max-width:1600px) and (max-width:1024px) {
    .productMod-11 .cenBox .coutBox .leftBox .list .li1 .aBox .text {
        width: calc(100% - 30vw)
    }
}

.productMod-11 .cenBox .coutBox .leftBox .list .li1 .aBox .text .name {
    z-index: 1;
    font-weight: bold;
    font-size: 16px;
    width: 100%;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px
}

@media (max-width:1300px) {
    .productMod-11 .cenBox .coutBox .leftBox .list .li1 .aBox .text .name {
        font-size: 16px;
        margin-bottom: 5px;
        padding-bottom: 5px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .productMod-11 .cenBox .coutBox .leftBox .list .li1 .aBox .text .name {
        font-size: 4.4vw;
        margin-bottom: 3vw;
        padding-bottom: 3vw
    }
}

.productMod-11 .cenBox .coutBox .leftBox .list .li1 .aBox .text .xuanchuan {
    color: #d8b271;
    font-size: 16px;
    line-height: 1.5em
}

@media (max-width:1300px) {
    .productMod-11 .cenBox .coutBox .leftBox .list .li1 .aBox .text .xuanchuan {
        font-size: 14px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .productMod-11 .cenBox .coutBox .leftBox .list .li1 .aBox .text .xuanchuan {
        font-size: 4vw
    }
}

.productMod-11 .cenBox .coutBox .leftBox .list .li1 .aBox .text i {
    color: #d8b271;
    margin-top: 10px;
    font-size: 28px
}

@media (max-width:1600px) {
    .productMod-11 .cenBox .coutBox .leftBox .list .li1 .aBox .text i {
        font-size: 24px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    .productMod-11 .cenBox .coutBox .leftBox .list .li1 .aBox .text i {
        font-size: 18px
    }
}

@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
    .productMod-11 .cenBox .coutBox .leftBox .list .li1 .aBox .text i {
        font-size: 6vw
    }
}

.productMod-11 .cenBox .coutBox .leftBox .list .li1 .aBox .hovOpen {
    transform: translateX(-100%);
    padding: 30px;
    transition-duration: .5s;
    transition-property: all;
    position: absolute;
    opacity: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    left: 0;
    background-color: #d8b271
}

@media (max-width:1600px) {
    .productMod-11 .cenBox .coutBox .leftBox .list .li1 .aBox .hovOpen {
        padding: 20px
    }
}

@media (max-width:1600px) and (max-width:1024px) {
    .productMod-11 .cenBox .coutBox .leftBox .list .li1 .aBox .hovOpen {
        display: none
    }
}

.productMod-11 .cenBox .coutBox .leftBox .list .li1 .aBox .hovOpen * {
    color: #fff
}

.productMod-11 .cenBox .coutBox .leftBox .list .li1 .aBox .hovOpen .title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px
}

@media (max-width:1600px) {
    .productMod-11 .cenBox .coutBox .leftBox .list .li1 .aBox .hovOpen .title {
        font-size: 18px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    .productMod-11 .cenBox .coutBox .leftBox .list .li1 .aBox .hovOpen .title {
        font-size: 16px
    }
}

.productMod-11 .cenBox .coutBox .leftBox .list .li1 .aBox .hovOpen .ms li {
    font-size: 14px;
    margin-bottom: 4px
}

.productMod-11 .cenBox .coutBox .leftBox .list .li1 .aBox .maskMove {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(194, 0, 11, 0.6);
    transform: translateX(-100%)
}

.productMod-11 .cenBox .coutBox .leftBox .list .li1 .aBox .on .hovOpen {
    opacity: 1;
    transform: translateX(0);
    transition-delay: .5s
}

.productMod-11 .cenBox .coutBox .leftBox .list .li1 .aBox .on .maskMove {
    opacity: 1;
    transition-duration: .5s;
    transition-property: all;
    transform: translateX(100%)
}

@media (max-width:1024px) {
    .productMod-11 .cenBox .coutBox .leftBox .list .li1 .aBox .hovOpen {
        opacity: 1;
        transform: translateX(0);
        transition-delay: .5s
    }

    .productMod-11 .cenBox .coutBox .leftBox .list .li1 .aBox .maskMove {
        opacity: 1;
        transition-duration: .5s;
        transition-property: all;
        transform: translateX(100%)
    }
}

@media (min-width:1024px) {
    .productMod-11 .cenBox .coutBox .leftBox .list .li1 .aBox:hover .hovOpen {
        opacity: 1;
        transform: translateX(0);
        transition-delay: .5s
    }

    .productMod-11 .cenBox .coutBox .leftBox .list .li1 .aBox:hover .maskMove {
        opacity: 1;
        transition-duration: .5s;
        transition-property: all;
        transform: translateX(100%)
    }
}

.productMod-11 .cenBox .coutBox .leftBox .list .li1:nth-child(-n+3) {
    padding-bottom: 10px
}

@media (max-width:1300px) {
    .productMod-11 .cenBox .coutBox .leftBox .list .li1:nth-child(-n+3) {
        padding-bottom: 5px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .productMod-11 .cenBox .coutBox .leftBox .list .li1:nth-child(-n+3) {
        padding: 0
    }
}

.productMod-11 .cenBox .coutBox .leftBox .list .li1:nth-child(n+4) {
    padding-top: 10px
}

@media (max-width:1300px) {
    .productMod-11 .cenBox .coutBox .leftBox .list .li1:nth-child(n+4) {
        padding-top: 5px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .productMod-11 .cenBox .coutBox .leftBox .list .li1:nth-child(n+4) {
        padding: 0
    }
}

@media (max-width:1024px) {

    .productMod-11 .cenBox .coutBox .leftBox .list .li1:nth-last-child(1),
    .productMod-11 .cenBox .coutBox .leftBox .list .li1:nth-last-child(2),
    .productMod-11 .cenBox .coutBox .leftBox .list .li1:nth-last-child(3) {
        display: none
    }
}

.productMod-11 .cenBox .coutBox .more {
    position: relative;
    width: 20%;
    height: 100%
}

@media (max-width:1024px) {
    .productMod-11 .cenBox .coutBox .more {
        width: 100%;
        height: 40vw
    }
}

.productMod-11 .cenBox .coutBox .more .imgBox {
    width: 100%;
    height: 100%
}

.productMod-11 .cenBox .coutBox .more .mask {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    padding: 30px;
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1024px) {
    .productMod-11 .cenBox .coutBox .more .mask {
        padding: 4vw
    }
}

.productMod-11 .cenBox .coutBox .more .mask .cout {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.productMod-11 .cenBox .coutBox .more .mask .cout .cBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.productMod-11 .cenBox .coutBox .more .mask .cout .cBox .cn {
    color: #fff;
    font-size: 22px
}

.productMod-11 .cenBox .coutBox .more .mask .cout .cBox i {
    width: 60px;
    height: 4px;
    margin: 20px 0;
    background-color: #fff;
    border-radius: 2px
}

@media (max-width:1300px) {
    .productMod-11 .cenBox .coutBox .more .mask .cout .cBox i {
        width: 30px;
        height: 3px
    }
}

.productMod-11 .cenBox .coutBox .more .mask .cout .cBox .en {
    color: #fff
}

.productMod-11 .cenBox .coutBox .more .mask .cout .k i {
    background-color: #fff;
    transition-duration: .5s;
    transition-property: all;
    position: absolute
}

.productMod-11 .cenBox .coutBox .more .mask .cout .k i:nth-child(1) {
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 1px;
    top: 0
}

.productMod-11 .cenBox .coutBox .more .mask .cout .k i:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
    height: 0;
    width: 1px;
    right: 0
}

.productMod-11 .cenBox .coutBox .more .mask .cout .k i:nth-child(3) {
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 1px;
    bottom: 0
}

.productMod-11 .cenBox .coutBox .more .mask .cout .k i:nth-child(4) {
    top: 50%;
    transform: translateY(-50%);
    height: 0;
    width: 1px;
    left: 0
}

@media (max-width:1024px) {
    .productMod-11 .cenBox .coutBox .more .mask {
        background-color: rgba(0, 0, 0, 0.5)
    }

    .productMod-11 .cenBox .coutBox .more .mask .cout {
        width: 100%;
        height: 100%
    }

    .productMod-11 .cenBox .coutBox .more .mask .cout .k i:nth-child(1) {
        width: 100%
    }

    .productMod-11 .cenBox .coutBox .more .mask .cout .k i:nth-child(2) {
        height: 100%
    }

    .productMod-11 .cenBox .coutBox .more .mask .cout .k i:nth-child(3) {
        width: 100%
    }

    .productMod-11 .cenBox .coutBox .more .mask .cout .k i:nth-child(4) {
        height: 100%
    }
}

@media (min-width:1024px) {
    .productMod-11 .cenBox .coutBox .more:hover .mask {
        background-color: rgba(0, 0, 0, 0.5)
    }

    .productMod-11 .cenBox .coutBox .more:hover .mask .cout {
        width: 100%;
        height: 100%
    }

    .productMod-11 .cenBox .coutBox .more:hover .mask .cout .k i:nth-child(1) {
        width: 100%
    }

    .productMod-11 .cenBox .coutBox .more:hover .mask .cout .k i:nth-child(2) {
        height: 100%
    }

    .productMod-11 .cenBox .coutBox .more:hover .mask .cout .k i:nth-child(3) {
        width: 100%
    }

    .productMod-11 .cenBox .coutBox .more:hover .mask .cout .k i:nth-child(4) {
        height: 100%
    }
}

.imgMod-1 {
    padding: 100px 0
}

@media (max-width:1600px) {
    .imgMod-1 {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    .imgMod-1 {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    .imgMod-1 {
        padding: 12vw 0
    }
}

.imgMod-1 #imgMod-1 {
    height: 28vw
}

@media (max-width:1024px) {
    .imgMod-1 #imgMod-1 {
        height: 44vw
    }
}

.imgMod-1 #imgMod-1 li {
    height: 100%
}

.imgMod-1 #imgMod-1 li a {
    position: relative;
    cursor: pointer;
    width: 100%;
    height: 100%
}

.imgMod-1 #imgMod-1 li a img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.imgMod-1 #imgMod-1 li a .mask {
    padding-bottom: 20px;
    position: absolute;
    top: 0;
    transition-duration: .5s;
    transition-property: all;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: unset
}

.imgMod-1 #imgMod-1 li a:hover .mask {
    background-color: rgba(0, 0, 0, 0)
}

.imgMod-2 {
    padding: 100px 0;
    width: 100%
}

@media (max-width:1600px) {
    .imgMod-2 {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    .imgMod-2 {
        padding: 6vw 0
    }
}

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

.imgMod-2 .box {
    width: 100%
}

.imgMod-2 .box #mendian {
    width: 100%
}

.imgMod-2 .box #mendian ul li {
    width: unset
}

.imgMod-2 .box #mendian ul li img {
    height: 26vw
}

@media (max-width:1024px) {
    .imgMod-2 .box #mendian ul li img {
        height: 55vw
    }
}

.imgMod-2 .mdContro {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .imgMod-2 .mdContro {
        margin: 10vw auto
    }
}

.imgMod-2 .mdContro * {
    font-size: 16px;
    font-family: 'Hel';
    transition-duration: .5s;
    transition-property: all;
    letter-spacing: .1em
}

.imgMod-2 .mdContro>div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    border: 1px solid rgba(0, 0, 0, 0.6);
    width: 120px;
    height: 36px;
    cursor: pointer
}

@media (max-width:1300px) {
    .imgMod-2 .mdContro>div {
        width: 80px;
        height: 30px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .imgMod-2 .mdContro>div {
        width: 30vw;
        height: 10vw
    }
}

.imgMod-2 .mdContro>div div {
    transition-duration: .5s;
    transition-property: all
}

.imgMod-2 .mdContro>div.leftBtn i {
    margin-right: 10px;
    transition-duration: .5s;
    transition-property: all
}

.imgMod-2 .mdContro>div.leftBtn:hover div {
    transform: translateX(-10px)
}

.imgMod-2 .mdContro>div.leftBtn:hover i {
    transform: translateX(-10px)
}

.imgMod-2 .mdContro>div.rightBtn i {
    margin-left: 10px;
    transition-duration: .5s;
    transition-property: all
}

.imgMod-2 .mdContro>div.rightBtn:hover div {
    transform: translateX(10px)
}

.imgMod-2 .mdContro>div.rightBtn:hover i {
    transform: translateX(10px)
}

.imgMod-2 .mdContro>div:hover {
    background-color: #d8b271;
    border-color: #d8b271
}

.imgMod-2 .mdContro>div:hover * {
    color: #fff
}

@media (max-width:1300px) {
    .imgMod-2 .mdContro {
        margin-top: 5vw
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .imgMod-2 .mdContro div {
        border-color: #999
    }

    .imgMod-2 .mdContro div i {
        color: #999
    }

    .imgMod-2 .mdContro div div {
        color: #999
    }
}

.imgMod-3 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 100px 0
}

@media (max-width:1600px) {
    .imgMod-3 {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    .imgMod-3 {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    .imgMod-3 {
        padding: 12vw 0
    }
}

.imgMod-3 .unifyTitleThis * {
    color: #333
}

.imgMod-3 .unifyTitleThis i {
    background-color: #333
}

.imgMod-3 .swiperBox {
    position: relative;
    width: 100%
}

.imgMod-3 .swiperBox #inxAdmission li {
    width: 70vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .imgMod-3 .swiperBox #inxAdmission li {
        width: 90vw
    }
}

.imgMod-3 .swiperBox #inxAdmission li .imgBox {
    transform: translateX(40px);
    width: 100%;
    transition-duration: 2s;
    transition-property: all;
    height: 32vw
}

@media (max-width:1024px) {
    .imgMod-3 .swiperBox #inxAdmission li .imgBox {
        transform: translateX(5vw);
        height: 44vw
    }
}

.imgMod-3 .swiperBox #inxAdmission.moveing .imgBox {
    transform: translateX(-40px);
    transition-duration: 10s;
    transition-property: all
}

@media (max-width:1024px) {
    .imgMod-3 .swiperBox #inxAdmission.moveing .imgBox {
        transform: translateX(-5vw)
    }
}

@media (max-width:1024px) {
    .imgMod-3 .swiperBox .controls {
        display: none
    }
}

.imgMod-3 .swiperBox .controls .btns {
    z-index: 1;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    position: absolute;
    top: calc(50% - 30px);
    transition-duration: .3s;
    transition-property: all;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #d8b271
}

.imgMod-3 .swiperBox .controls .btns i {
    color: #ffee9a;
    transition-duration: .3s;
    transition-property: all;
    font-size: 20px
}

.imgMod-3 .swiperBox .controls .btns:hover {
    background-color: #ffee9a
}

.imgMod-3 .swiperBox .controls .btns:hover i {
    color: #d8b271
}

.imgMod-3 .swiperBox .controls .btns.left {
    left: 5%
}

.imgMod-3 .swiperBox .controls .btns.right {
    right: 5%
}

.imgMod-3 .swiperBox .inxAdmPagination {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.imgMod-3 .swiperBox .inxAdmPagination .swiper-pagination-bullet {
    width: 60px;
    height: 6px;
    opacity: 1;
    background-color: #d8b271;
    border-radius: 3px
}

@media (max-width:1300px) {
    .imgMod-3 .swiperBox .inxAdmPagination .swiper-pagination-bullet {
        width: 40px
    }
}

.imgMod-3 .swiperBox .inxAdmPagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ffee9a
}

.imgMod-3::before {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 100%;
    height: 30vw;
    content: "ADMISSION";
    left: 50%;
    transform: translateX(-50%);
    opacity: .03;
    font-size: 20vw;
    font-family: 'arc'
}

.imgMod-4 {
    background-color: #f3f3f3;
    padding: 100px 0
}

@media (max-width:1600px) {
    .imgMod-4 {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    .imgMod-4 {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    .imgMod-4 {
        padding: 12vw 0
    }
}

.imgMod-4 .top {
    width: 90%;
    margin: 0 auto;
    /* margin-bottom: 100px; */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset
}

@media (max-width:1600px) {
    .imgMod-4 .top {
        width: 88%
    }
}

@media (max-width:1300px) {
    .imgMod-4 .top {
        width: 90%
    }
}

@media (max-width:1024px) {
    .imgMod-4 .top {
        width: 84%
    }
}

@media (max-width:1600px) {
    .imgMod-4 .top {
        margin-bottom: 80px
    }
}

@media (max-width:1300px) {
    .imgMod-4 .top {
        margin-bottom: 6vw
    }
}

@media (max-width:1024px) {
    .imgMod-4 .top {
        margin-bottom: 12vw
    }
}

@media (max-width:1300px) {
    .imgMod-4 .top {
        margin-bottom: 10vw
    }
}

.imgMod-4 .top .biaoti .unifyTitle {
    margin-bottom: 0
}

.imgMod-4 .cout {
    width: 100%
}

.imgMod-4 .cout #huanjing li {
    width: unset;
    width: 36vw
}
.imgMod-4 .cout #huanjing li div{width: 120%;
    margin: auto;
    text-align: center;
    font-size: 22px;}
@media (max-width:1024px) {
    .imgMod-4 .cout #huanjing li {
        width: 80vw
    }
}

.imgMod-4 .cout #huanjing li .imgBox {
    transform: translateX(10%);
    transition-duration: 2s;
    transition-property: all;
    overflow: hidden;
    border-radius: 20px;
    width: 90%;
    height: 100%
}

@media (max-width:1024px) {
    .imgMod-4 .cout #huanjing li .imgBox {
        height: 40vw
    }
}

.imgMod-4 .cout #huanjing li .imgBox.show {
    transform: translateX(0);
    transition-duration: 5s;
    transition-property: all
}

.imgMod-4 .control {
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    margin-top: 40px
}

@media (max-width:1300px) {
    .imgMod-4 .control {
        margin-top: 30px
    }
}

.imgMod-4 .control .btns {
    margin: 0 20px;
    cursor: pointer;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px dashed #666;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1300px) {
    .imgMod-4 .control .btns {
        width: 40px;
        height: 40px
    }
}

.imgMod-4 .control .btns.swiper-button-disabled {
    pointer-events: none;
    opacity: .5
}

.imgMod-4 .control .btns:hover {
    border-color: #d8b271
}

.imgMod-4 .control .btns:hover i {
    color: #d8b271
}

.linkMod-1 {
    position: relative
}

.linkMod-1 .mask {
    position: relative;
    z-index: 1;
    padding: 100px 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1600px) {
    .linkMod-1 .mask {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    .linkMod-1 .mask {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    .linkMod-1 .mask {
        padding: 12vw 0
    }
}

.linkMod-1 .mask .cout {
    width: 1500px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 80px;
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1600px) {
    .linkMod-1 .mask .cout {
        width: 88%
    }
}

@media (max-width:1300px) {
    .linkMod-1 .mask .cout {
        width: 90%
    }
}

@media (max-width:1024px) {
    .linkMod-1 .mask .cout {
        width: 84%
    }
}

@media (max-width:1300px) {
    .linkMod-1 .mask .cout {
        padding: 40px 80px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .linkMod-1 .mask .cout {
        padding: 10vw
    }
}

.linkMod-1 .mask .cout * {
    color: #333
}

.linkMod-1 .mask .cout>i {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    margin: 40px 0 20px
}

.linkMod-1 .mask .cout>div {
    font-size: 30px
}

.linkMod-1 .mask .cout span {
    font-size: 24px;
    margin-top: 30px
}

.linkMod-1 .mask .cout p {
    text-indent: 0
}

.linkMod-1 .mask .cout a {
    width: 240px;
    height: 60px;
    border: 1px solid #333;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    margin-top: 40px;
    position: relative
}

@media (max-width:1300px) {
    .linkMod-1 .mask .cout a {
        width: 160px;
        height: 40px
    }
}

.linkMod-1 .mask .cout a .txt {
    font-size: 18px;
    transition-duration: .5s;
    transition-property: all;
    color: #333;
    position: relative;
    z-index: 1
}

@media (max-width:1300px) {
    .linkMod-1 .mask .cout a .txt {
        font-size: 16px
    }
}

.linkMod-1 .mask .cout a i {
    font-size: 28px;
    position: relative;
    z-index: 1;
    margin-right: 10px;
    color: #333;
    transition-duration: .5s;
    transition-property: all
}

.linkMod-1 .mask .cout a .overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #333;
    transition-duration: .5s;
    transition-property: all;
    height: 0
}

.linkMod-1 .mask .cout a:hover .txt {
    color: #fff
}

.linkMod-1 .mask .cout a:hover i {
    color: #fff
}

.linkMod-1 .mask .cout a:hover .overlay {
    height: 100%
}

.linkMod-1 .bgtu {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.linkMod-2 {
    padding: 100px 0
}

@media (max-width:1600px) {
    .linkMod-2 {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    .linkMod-2 {
        padding: 6vw 0
    }
}

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

.linkMod-2 a {
    filter: drop-shadow(0 0 2.4vw rgba(70, 59, 53, 0.2));
    height: 300px;
    width: 1000px;
    margin: 0 auto
}

@media (max-width:1600px) {
    .linkMod-2 a {
        width: 88%
    }
}

@media (max-width:1300px) {
    .linkMod-2 a {
        width: 90%
    }
}

@media (max-width:1024px) {
    .linkMod-2 a {
        width: 84%
    }
}

.linkMod-2 .specierK {
    -webkit-mask-image: url(../../html/rgmod/linkMod/linkMod-2/footer_shop_mask_pc.png);
    width: 100%;
    height: 100%;
    display: flex;
    -webkit-mask-size: 100% 100%;
    background-color: #fff
}

.linkMod-2 .specierK img {
    width: 50%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    transition: all .5s
}

.linkMod-2 .specierK:hover img {
    opacity: .8
}

.linkMod-2 .specierK .cout {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff
}

.linkMod-2 .specierK .cout .title {
    font-family: 'xianxian';
    font-size: 30px;
    margin-top: 10px
}

.linkMod-2 .specierK .cout p {
    text-indent: 0;
    color: #999;
    font-weight: 100;
    font-size: 16px;
    margin-top: 20px
}

@media only screen and (max-width:1300px) {
    .linkMod-2 a {
        height: 24vw
    }
}

@media only screen and (max-width:1024px) {
    .linkMod-2 a {
        height: 38vw;
        width: 90%
    }

    .linkMod-2 .specierK .cout .title {
        font-size: 6vw
    }

    .linkMod-2 .specierK .cout p {
        font-size: 3vw;
        margin-top: 1vw
    }
}

.linkMod-3 {
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1600px) {
    .linkMod-3 {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    .linkMod-3 {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    .linkMod-3 {
        padding: 12vw 0
    }
}

.linkMod-3 .aBox {
    position: relative;
    width: 100%;
    height: 300px
}

@media (max-width:1300px) {
    .linkMod-3 .aBox {
        height: 240px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .linkMod-3 .aBox {
        height: unset
    }
}

.linkMod-3 .aBox .coutBox {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset;
    padding: 60px 100px;
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1300px) {
    .linkMod-3 .aBox .coutBox {
        padding: 30px 50px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .linkMod-3 .aBox .coutBox {
        padding: 10vw 8vw;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        flex-wrap: unset
    }
}

.linkMod-3 .aBox .coutBox .left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

.linkMod-3 .aBox .coutBox .left .en {
    font-size: 50px;
    color: #fff;
    width: 50%
}

@media (max-width:1300px) {
    .linkMod-3 .aBox .coutBox .left .en {
        font-size: 30px
    }
}

.linkMod-3 .aBox .coutBox .left .cn {
    font-size: 30px;
    font-weight: bold;
    color: #fff
}

@media (max-width:1300px) {
    .linkMod-3 .aBox .coutBox .left .cn {
        font-size: 24px
    }
}

.linkMod-3 .aBox .coutBox .more {
    position: relative;
    width: 300px;
    height: 70px;
    border: 1px solid #fff;
    transition-duration: .5s;
    transition-property: all;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1300px) {
    .linkMod-3 .aBox .coutBox .more {
        width: 200px;
        height: 50px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .linkMod-3 .aBox .coutBox .more {
        width: 100%;
        margin-top: 8vw
    }
}

.linkMod-3 .aBox .coutBox .more .en {
    font-size: 30px;
    color: #fff;
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1300px) {
    .linkMod-3 .aBox .coutBox .more .en {
        font-size: 20px
    }
}

.linkMod-3 .aBox .coutBox .more i {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    transition-duration: .5s;
    transition-property: all
}

.linkMod-3 .aBox .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover
}

.linkMod-3 .aBox:hover .coutBox {
    background-color: rgba(0, 0, 0, 0.3)
}

.linkMod-3 .aBox:hover .coutBox .more {
    border-color: #ffee9a;
    background-color: #ffee9a
}

.linkMod-3 .aBox:hover .coutBox .more .en {
    color: #d8b271
}

.linkMod-3 .aBox:hover .coutBox .more i {
    color: #d8b271
}

.linkMod-3::before {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 1px;
    height: 50vh;
    position: fixed;
    bottom: 50%;
    left: 50%;
    opacity: 0;
    transition-duration: .5s;
    transition-property: all;
    background-color: #999
}

@media (max-width:1024px) {
    .linkMod-3::before {
        display: none
    }
}

.linkMod-4 {
    margin: 100px 0;
    position: relative;
    padding: 100px 0;
    height: 32vw
}

@media (max-width:1600px) {
    .linkMod-4 {
        margin: 80px 0
    }
}

@media (max-width:1300px) {
    .linkMod-4 {
        margin: 6vw 0
    }
}

@media (max-width:1024px) {
    .linkMod-4 {
        margin: 12vw 0
    }
}

@media (max-width:1600px) {
    .linkMod-4 {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    .linkMod-4 {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    .linkMod-4 {
        padding: 12vw 0
    }
}

@media (max-width:1300px) {
    .linkMod-4 {
        margin: 0
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .linkMod-4 {
        height: 120vw
    }
}

.linkMod-4 .thisBox {
    top: 50%;
    z-index: 1;
    overflow: hidden;
    position: absolute;
    left: 10%;
    width: 80%;
    height: 0;
    transition-duration: .5s;
    transition-property: all;
    border-radius: 40px;
    transform: translateY(-50%)
}

@media (max-width:1024px) {
    .linkMod-4 .thisBox {
        width: 90%;
        left: 5%;
        border-radius: 4vw
    }
}

.linkMod-4 .thisBox .box {
    top: -16vw;
    transition-duration: .5s;
    transition-property: all;
    height: 32vw;
    position: absolute;
    width: 100%
}

@media (max-width:1024px) {
    .linkMod-4 .thisBox .box {
        height: 120vw
    }
}

.linkMod-4 .thisBox .box .imgBox {
    position: relative;
    left: -20px;
    top: -20px;
    width: calc(100% + 40px);
    height: calc(100% + 40px)
}

.linkMod-4 .thisBox .text {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    transition-duration: .5s;
    transition-property: all;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    background-color: rgba(0, 0, 0, 0.5)
}

.linkMod-4 .thisBox .text * {
    color: #fff
}

.linkMod-4 .thisBox .text .titleBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.linkMod-4 .thisBox .text .titleBox .subname {
    font-size: 24px
}

.linkMod-4 .thisBox .text .titleBox .name {
    font-size: 30px;
    margin-bottom: 10px
}

@media (max-width:1300px) {
    .linkMod-4 .thisBox .text .titleBox .name {
        font-size: 24px
    }
}

.linkMod-4 .thisBox .text .titleBox i {
    width: 40px;
    height: 6px;
    border-radius: 3px;
    background-color: #f3f3f3
}

.linkMod-4 .thisBox .text .miaoshu {
    font-weight: normal;
    margin-top: 60px;
    line-height: 2em;
    font-size: 16px;
    width: 70%
}

@media (max-width:1600px) {
    .linkMod-4 .thisBox .text .miaoshu {
        margin-top: 40px;
        font-size: 16px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    .linkMod-4 .thisBox .text .miaoshu {
        width: 80%;
        font-size: 14px;
        margin-top: 20px
    }
}

.linkMod-4 .more {
    position: absolute;
    bottom: -30px;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%)
}

.linkMod-4 .more .box {
    opacity: 0;
    transform: translateY(40px);
    transition-duration: .5s;
    transition-property: all;
    width: 200px;
    height: 60px;
    border-radius: 30px;
    background-color: #d8b271;
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    font-size: 16px;
    z-index: 1
}

@media (max-width:1024px) {
    .linkMod-4 .more .box {
        height: 12vw;
        width: 60vw
    }
}

.linkMod-4::after {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 0%;
    height: 200px;
    left: 0;
    top: calc(50% - 100px);
    background-color: #d8b271
}

.linkMod-4.show .thisBox {
    height: 100%;
    transition-duration: .6s;
    transition-property: all;
    transition-delay: .6s;
    transition-timing-function: cubic-bezier(.96, .51, .25, 1)
}

.linkMod-4.show .thisBox .box {
    top: 0;
    transition-duration: .6s;
    transition-property: all;
    transition-delay: .6s;
    transition-timing-function: cubic-bezier(.96, .51, .25, 1)
}

.linkMod-4.show .more .box {
    transform: translateY(0);
    transition-delay: 1.2s;
    opacity: 1
}

.linkMod-4.show::after {
    width: 100%;
    transition-duration: .6s;
    transition-property: all
}

.logoWallMod-1 {
    background-color: #fff;
    padding-bottom: 100px;
    padding: 100px 0
}

@media (max-width:1600px) {
    .logoWallMod-1 {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    .logoWallMod-1 {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    .logoWallMod-1 {
        padding: 12vw 0
    }
}

.logoWallMod-1 ul {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
    margin-top: 80px
}

.logoWallMod-1 ul li {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px
}

.logoWallMod-1 ul li .box {
    width: 90%;
    background-color: #fff;
    transition: all .5s;
    border-radius: 20px;
    box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.08)
}

.logoWallMod-1 ul li .box a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.logoWallMod-1 ul li .box:hover {
    transform: translateY(-10px);
    box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.2)
}

.logoWallMod-1 ul li .box a .img img {
    height: 150px
}

@media (max-width:1024px) {
    .logoWallMod-1 ul li .box {
        width: 90%
    }

    .logoWallMod-1 ul {
        width: 90%
    }

    .logoWallMod-1 {
        padding-bottom: 10vw
    }

    .logoWallMod-1 ul li {
        width: 50%;
        margin-bottom: 5vw
    }
}

.logoWallMod-2 {
    background-color: #f3f3f3;
    padding: 100px 0
}

@media (max-width:1600px) {
    .logoWallMod-2 {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    .logoWallMod-2 {
        padding: 6vw 0
    }
}

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

.logoWallMod-2 .friendList {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 1500px;
    margin: 0 auto
}

@media (max-width:1600px) {
    .logoWallMod-2 .friendList {
        width: 88%
    }
}

@media (max-width:1300px) {
    .logoWallMod-2 .friendList {
        width: 90%
    }
}

@media (max-width:1024px) {
    .logoWallMod-2 .friendList {
        width: 84%
    }
}

.logoWallMod-2 .friendList .cotr {
    cursor: pointer
}

.logoWallMod-2 .friendList .cotr i {
    font-size: 50px;
    color: #ffee9a
}

@media (max-width:1024px) {
    .logoWallMod-2 .friendList .cotr i {
        font-size: 5vw
    }
}

.logoWallMod-2 .friendList #inxFriend {
    width: 100%
}

.logoWallMod-2 .friendList #inxFriend li {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.logoWallMod-2 .friendList #inxFriend li .imgBox {
    border-radius: 50%;
    overflow: hidden;
    background-color: #fff;
    transition-duration: .3s;
    transition-property: all;
    width: 180px;
    height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1600px) {
    .logoWallMod-2 .friendList #inxFriend li .imgBox {
        width: 150px;
        height: 150px
    }
}

@media (max-width:1600px) and (max-width:1024px) {
    .logoWallMod-2 .friendList #inxFriend li .imgBox {
        width: 30vw;
        height: 30vw
    }
}

.logoWallMod-2 .friendList #inxFriend li .imgBox img {
    object-fit: contain;
    width: 100%;
    height: 100%
}

.logoWallMod-2 .friendList #inxFriend li .imgBox:hover {
    transform: scale(1.1);
    transition-timing-function: cubic-bezier(.48, .79, .64, 1.4)
}

.noticeMod-1 .cenBox {
    width: 1500px;
    margin: 0 auto
}

@media (max-width:1600px) {
    .noticeMod-1 .cenBox {
        width: 88%
    }
}

@media (max-width:1300px) {
    .noticeMod-1 .cenBox {
        width: 90%
    }
}

@media (max-width:1024px) {
    .noticeMod-1 .cenBox {
        width: 84%
    }
}

.noticeMod-1 .cenBox ul {
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: space-between;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .noticeMod-1 .cenBox ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

.noticeMod-1 .cenBox ul li {
    width: 48%
}

@media (max-width:1024px) {
    .noticeMod-1 .cenBox ul li {
        width: 100%
    }
}

.noticeMod-1 .cenBox ul li .box {
    background-color: #f8f8f8;
    height: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .noticeMod-1 .cenBox ul li .box {
        height: unset;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

.noticeMod-1 .cenBox ul li .box .imgBox {
    height: 100%;
    width: 200px
}

@media (max-width:1024px) {
    .noticeMod-1 .cenBox ul li .box .imgBox {
        width: 100%;
        height: 40vw
    }
}

.noticeMod-1 .cenBox ul li .box .imgBox img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.noticeMod-1 .cenBox ul li .box .title {
    font-size: 18px;
    transition-duration: .5s;
    transition-property: all;
    padding-left: 20px;
    width: calc(100% - 200px)
}

@media (max-width:1024px) {
    .noticeMod-1 .cenBox ul li .box .title {
        width: 100%;
        padding: 10vw 4vw
    }
}

.noticeMod-1 .cenBox ul li .box:hover .title {
    color: #d8b271
}

.noticeMod-2 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 420px;
    height: 180px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: unset;
    padding: 46px;
    background-color: rgba(0, 0, 0, 0.6);
    padding-bottom: 36px
}

@media (max-width:1300px) {
    .noticeMod-2 {
        width: 300px;
        height: 140px;
        padding: 30px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .noticeMod-2 {
        width: 100%;
        height: unset;
        background-color: #d8b271;
        position: unset
    }
}

.noticeMod-2 * {
    color: #fff
}

.noticeMod-2 .sortTitle {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .noticeMod-2 .sortTitle {
        margin-bottom: 4vw
    }
}

.noticeMod-2 .sortTitle .en {
    font-size: 30px
}

@media (max-width:1300px) {
    .noticeMod-2 .sortTitle .en {
        font-size: 24px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .noticeMod-2 .sortTitle .en {
        font-size: 8vw
    }
}

.noticeMod-2 .sortTitle .more a {
    transition-duration: .5s;
    transition-property: all
}

.noticeMod-2 .sortTitle .more a:hover {
    transform: translateX(-4px)
}

.noticeMod-2 .sortTitle .more a:hover i {
    color: #ffee9a
}

.noticeMod-2 #inxgg {
    width: 100%
}

.noticeMod-2 #inxgg li {
    opacity: 0 !important
}

.noticeMod-2 #inxgg li a .title {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition-duration: .5s;
    transition-property: all;
    transform: translateX(40px)
}

@media (max-width:1300px) {
    .noticeMod-2 #inxgg li a .title {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .noticeMod-2 #inxgg li a .title {
        line-height: 1.5em;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: unset;
        -webkit-box-orient: vertical;
        font-size: 5vw
    }
}

.noticeMod-2 #inxgg li a .date {
    font-size: 18px;
    margin-top: 8px;
    font-family: 'arc';
    transition-duration: .5s;
    transition-property: all;
    transform: translateX(40px)
}

@media (max-width:1300px) {
    .noticeMod-2 #inxgg li a .date {
        font-size: 16px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .noticeMod-2 #inxgg li a .date {
        font-size: 6vw
    }
}

.noticeMod-2 #inxgg li a:hover .title {
    color: #ffee9a
}

.noticeMod-2 #inxgg li a:hover .date {
    color: #ffee9a
}

.noticeMod-2 #inxgg li.swiper-slide-active {
    opacity: 1 !important
}

.noticeMod-2 #inxgg li.swiper-slide-active .title {
    transform: translateX(0)
}

.noticeMod-2 #inxgg li.swiper-slide-active .date {
    transition-delay: .2s;
    transform: translateX(0)
}

.noticeMod-2 .inxggPagination {
    bottom: unset;
    position: absolute;
    left: -20px;
    top: -20px;
    width: 78px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: unset
}

.noticeMod-2 .inxggPagination .lis {
    font-size: 50px;
    font-family: 'arc';
    line-height: 1em
}

@media (max-width:1300px) {
    .noticeMod-2 .inxggPagination .lis {
        font-size: 40px
    }
}

.noticeMod-2 .inxggPagination .alls {
    font-size: 18px;
    font-family: 'arc'
}

@media (max-width:1300px) {
    .noticeMod-2 .inxggPagination .alls {
        font-size: 16px
    }
}

.noticeMod-2 .xian {
    position: absolute;
    top: 18px;
    left: -22px;
    width: 100px;
    border-top: 1px solid #fff;
    transform: rotate(-40deg)
}

.recruitMod-1 {
    padding: 100px 0
}

@media (max-width:1600px) {
    .recruitMod-1 {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    .recruitMod-1 {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    .recruitMod-1 {
        padding: 12vw 0
    }
}

.recruitMod-1 .ul {
    width: 1500px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1600px) {
    .recruitMod-1 .ul {
        width: 88%
    }
}

@media (max-width:1300px) {
    .recruitMod-1 .ul {
        width: 90%
    }
}

@media (max-width:1024px) {
    .recruitMod-1 .ul {
        width: 84%
    }
}

@media (max-width:1024px) {
    .recruitMod-1 .ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

.recruitMod-1 .ul li {
    padding: 10px;
    width: 25%
}

@media (max-width:1300px) {
    .recruitMod-1 .ul li {
        padding: 0
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .recruitMod-1 .ul li {
        width: 100%;
        margin-bottom: 4vw
    }
}

.recruitMod-1 .ul li a {
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
    padding: 30px;
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1300px) {
    .recruitMod-1 .ul li a {
        padding: 20px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .recruitMod-1 .ul li a {
        padding: 8vw;
        background-color: #fff;
        box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
        transform: translateY(0) !important
    }
}

.recruitMod-1 .ul li a .top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.recruitMod-1 .ul li a .top .bt {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.recruitMod-1 .ul li a .top .bt div {
    font-weight: bold;
    font-size: 18px;
    line-height: 1em
}

@media (max-width:1024px) {
    .recruitMod-1 .ul li a .top .bt div {
        font-size: 4vw
    }
}

.recruitMod-1 .ul li a .top .bt span {
    color: #d8b271;
    font-size: 14px;
    line-height: 1em
}

.recruitMod-1 .ul li a .top i {
    display: block;
    height: 30px;
    width: 1px;
    background: linear-gradient(to bottom, transparent, #d8b271, transparent);
    margin: 0 20px
}

@media (max-width:1300px) {
    .recruitMod-1 .ul li a .top i {
        margin: 0 16px
    }
}

.recruitMod-1 .ul li a .top h1 {
    font-size: 20px;
    font-weight: bold;
    color: #d8b271
}

@media (max-width:1024px) {
    .recruitMod-1 .ul li a .top h1 {
        font-size: 5vw
    }
}

.recruitMod-1 .ul li a .bottom .jianjie {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 1.5em;
    margin: 10px 0 0;
    text-align: justify
}

.recruitMod-1 .ul li a .bottom .money {
    color: #d14b4b;
    font-weight: bold;
    font-size: 18px
}

.recruitMod-1 .ul li a:hover {
    background-color: #fff;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-20px)
}

@media (max-width:1300px) {
    .recruitMod-1 .ul {
        width: 96%
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .recruitMod-1 .ul {
        width: 86%
    }
}

.conInfoMod-1 {
    padding: 100px 0
}

@media (max-width:1600px) {
    .conInfoMod-1 {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    .conInfoMod-1 {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    .conInfoMod-1 {
        padding: 12vw 0
    }
}

.conInfoMod-1 .realBox {
    position: relative
}

@media (max-width:1024px) {
    .conInfoMod-1 .realBox {
        height: unset
    }
}

.conInfoMod-1 .realBox .coutBox {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .conInfoMod-1 .realBox .coutBox {
        height: unset;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

.conInfoMod-1 .realBox .coutBox .right {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    flex-direction: column-reverse
}

@media (max-width:1024px) {
    .conInfoMod-1 .realBox .coutBox .right {
        width: 100%
    }
}

.conInfoMod-1 .realBox .coutBox .right .rightBox {
    height: 360px;
    width: 1500px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1600px) {
    .conInfoMod-1 .realBox .coutBox .right .rightBox {
        width: 88%
    }
}

@media (max-width:1300px) {
    .conInfoMod-1 .realBox .coutBox .right .rightBox {
        width: 90%
    }
}

@media (max-width:1024px) {
    .conInfoMod-1 .realBox .coutBox .right .rightBox {
        width: 84%
    }
}

@media (max-width:1300px) {
    .conInfoMod-1 .realBox .coutBox .right .rightBox {
        height: 300px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .conInfoMod-1 .realBox .coutBox .right .rightBox {
        height: unset;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }

    .conInfoMod-1 .realBox .coutBox .right .rightBox:last-child {
        flex-direction: column
    }
}

.conInfoMod-1 .realBox .coutBox .right .rightBox .box {
    width: 50%;
    height: 100%;
    background-color: #f8f8f8;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1024px) {
    .conInfoMod-1 .realBox .coutBox .right .rightBox .box {
        width: 100%;
        padding: 10vw;
        background-color: unset
    }
}

.conInfoMod-1 .realBox .coutBox .right .rightBox .box .unifyTitle-1 {
    margin-bottom: 20px
}

.conInfoMod-1 .realBox .coutBox .right .rightBox .box .yingxiaoUl {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .conInfoMod-1 .realBox .coutBox .right .rightBox .box .yingxiaoUl {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

.conInfoMod-1 .realBox .coutBox .right .rightBox .box .yingxiaoUl li {
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    color: #666
}

@media (max-width:1024px) {
    .conInfoMod-1 .realBox .coutBox .right .rightBox .box .yingxiaoUl li {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

.conInfoMod-1 .realBox .coutBox .right .rightBox .box .yingxiaoUl li i {
    margin-right: 10px;
    font-size: 18px
}

@media (max-width:1024px) {
    .conInfoMod-1 .realBox .coutBox .right .rightBox .box .yingxiaoUl li i {
        font-size: 6vw
    }
}

.conInfoMod-1 .realBox .coutBox .right .rightBox .box .yingxiaoUl li span {
    font-weight: bold;
    color: #666
}

@media (max-width:1024px) {
    .conInfoMod-1 .realBox .coutBox .right .rightBox .box .yingxiaoUl li span {
        margin: 4vw 0
    }
}

.conInfoMod-1 .realBox .coutBox .right .rightBox .box .title {
    font-size: 30px;
    font-weight: bold
}

.conInfoMod-1 .realBox .coutBox .right .rightBox .box * {
    transition-duration: .5s;
    transition-property: all
}

.conInfoMod-1 .realBox .coutBox .right .rightBox .bg {
    width: 50%;
    height: 100%;
    object-fit: cover
}

@media (max-width:1024px) {
    .conInfoMod-1 .realBox .coutBox .right .rightBox .bg {
        border-radius: 4vw;
        width: 80vw;
        height: 40vw
    }
}

.conInfoMod-1 .realBox .coutBox .right .rightBox.on .box {
    background-color: rgba(0, 0, 0, 0.5)
}

.conInfoMod-1 .realBox .coutBox .right .rightBox.on .box .yingxiaoUl li img {
    filter: brightness(1000) grayscale(1)
}

.conInfoMod-1 .realBox .coutBox .right .rightBox.on .box * {
    color: #fff !important
}

.conInfoMod-2 {
    padding-bottom: 100px
}

@media (max-width:1600px) {
    .conInfoMod-2 {
        padding-bottom: 80px
    }
}

@media (max-width:1300px) {
    .conInfoMod-2 {
        padding-bottom: 6vw
    }
}

@media (max-width:1024px) {
    .conInfoMod-2 {
        padding-bottom: 12vw
    }
}

.conInfoMod-2 .box {
    width: 1500px;
    margin: 0 auto
}

@media (max-width:1600px) {
    .conInfoMod-2 .box {
        width: 88%
    }
}

@media (max-width:1300px) {
    .conInfoMod-2 .box {
        width: 90%
    }
}

@media (max-width:1024px) {
    .conInfoMod-2 .box {
        width: 84%
    }
}

.conInfoMod-2 .box .yingxiaoUl {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset
}

.conInfoMod-2 .box .yingxiaoUl li {
    width: 30%;
    background-color: #d8b271;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset;
    padding-top: 60px;
    border-radius: 20px
}

.conInfoMod-2 .box .yingxiaoUl li * {
    color: #fff
}

.conInfoMod-2 .box .yingxiaoUl li .top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.conInfoMod-2 .box .yingxiaoUl li .top i {
    font-size: 30px;
    margin-right: 10px;
    color: #d8b271
}

.conInfoMod-2 .box .yingxiaoUl li .top span {
    font-size: 20px;
    font-weight: bold
}

.conInfoMod-2 .box .yingxiaoUl li .cout {
    text-align: center;
    margin-top: 20px;
    font-size: 16px
}

.mapMod-1 .mapK #allmap {
    height: 400px
}

@media (max-width:1024px) {
    .mapMod-1 .mapK #allmap {
        height: 60vw
    }
}

.mapMod-2 {
    position: relative
}

.mapMod-2 .thisMap .mapK #allmap {
    height: 500px
}

@media (max-width:1024px) {
    .mapMod-2 .thisMap .mapK #allmap {
        height: 60vw
    }
}

.mapMod-2 .contInfo {
    position: absolute;
    bottom: 20px;
    z-index: 10;
    width: 1000px;
    background-color: #fff;
    left: calc(50% - 500px);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 2px 2px 40px rgba(0, 0, 0, 0.08)
}

@media (max-width:1024px) {
    .mapMod-2 .contInfo {
        position: unset;
        box-shadow: none;
        width: 100%
    }
}

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

@media (max-width:1024px) {
    .mapMod-2 .contInfo ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

.mapMod-2 .contInfo ul li {
    flex: 1;
    padding: 0 20px;
    border-right: 1px dotted #ccc;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .mapMod-2 .contInfo ul li {
        padding: 6vw 0;
        width: 100%;
        border: none;
        border-bottom: 1px dotted #ccc
    }
}

.mapMod-2 .contInfo ul li .title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.mapMod-2 .contInfo ul li .title .name {
    font-size: 20px
}

.mapMod-2 .contInfo ul li .title i {
    margin-left: 10px;
    font-size: 26px
}

.mapMod-2 .contInfo ul li:last-child {
    border-right: 0
}

.mapMod-3 {
    position: relative
}

.mapMod-3 .thisMap {
    width: 1500px;
    margin: 0 auto
}

@media (max-width:1600px) {
    .mapMod-3 .thisMap {
        width: 88%
    }
}

@media (max-width:1300px) {
    .mapMod-3 .thisMap {
        width: 90%
    }
}

@media (max-width:1024px) {
    .mapMod-3 .thisMap {
        width: 84%
    }
}

.mapMod-3 .thisMap .mapK {
    height: 32vw;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

.mapMod-3 .thisMap .mapK #allmap {
    width: 100%;
    height: 100%
}

.mapMod-3 .thisMap .tiaozhuanK {
    margin-top: 20px;
    height: 100%
}

.mapMod-3 .thisMap .tiaozhuanK .tiaozhuan {
    height: 100%
}

.mapMod-3 .thisMap .tiaozhuanK .tiaozhuan>div {
    cursor: pointer;
    position: relative;
    height: 100px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    width: 100%;
    padding: 0 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset
}

.mapMod-3 .thisMap .tiaozhuanK .tiaozhuan>div * {
    color: #fff
}

.mapMod-3 .thisMap .tiaozhuanK .tiaozhuan>div h1 {
    font-size: 18px
}

.mapMod-3 .thisMap .tiaozhuanK .tiaozhuan>div .mapGo {
    height: 36px;
    width: 50px;
    background-color: #d8b271;
    color: #fff;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.mapMod-3 .thisMap .tiaozhuanK .tiaozhuan>div.mapon {
    background-color: #d8b271
}

.mapMod-3 .thisMap .tiaozhuanK .tiaozhuan>div.mapon .mapGo {
    background-color: #ffee9a;
    color: #d8b271
}

.mapMod-3 .thisMap .tiaozhuanK .tiaozhuan>div.mapon h1 {
    color: #ffee9a
}

.mapMod-4 {
    position: relative
}

.mapMod-4 .cenBox .thisMap {
    width: 100%
}

.mapMod-4 .cenBox .thisMap .mapK {
    height: 32vw;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .mapMod-4 .cenBox .thisMap .mapK {
        height: 64vw
    }
}

.mapMod-4 .cenBox .thisMap .mapK #allmap {
    width: 100%;
    height: 100%
}

.mapMod-4 .cenBox .thisMap .tiaozhuanK {
    margin-top: 20px;
    height: 100%
}

@media (max-width:1024px) {
    .mapMod-4 .cenBox .thisMap .tiaozhuanK {
        width: 90%
    }
}

.mapMod-4 .cenBox .thisMap .tiaozhuanK .tiaozhuan {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

.mapMod-4 .cenBox .thisMap .tiaozhuanK .tiaozhuan>div {
    position: relative;
    border-bottom: 1px dashed #ccc;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset
}

.mapMod-4 .cenBox .thisMap .tiaozhuanK .tiaozhuan>div * {
    color: #fff
}

.mapMod-4 .cenBox .thisMap .tiaozhuanK .tiaozhuan>div h1 {
    font-size: 18px;
    color: #333;
    cursor: pointer
}

.mapMod-4 .cenBox .thisMap .tiaozhuanK .tiaozhuan>div h1 i {
    color: #333;
    margin-right: 6px
}

.mapMod-4 .cenBox .thisMap .tiaozhuanK .tiaozhuan>div .mapGo {
    height: 36px;
    width: 50px;
    background-color: #d8b271;
    color: #fff;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.mapMod-4 .cenBox .thisMap .tiaozhuanK .tiaozhuan>div.mapon {
    background-color: #d8b271
}

.mapMod-4 .cenBox .thisMap .tiaozhuanK .tiaozhuan>div.mapon .mapGo {
    background-color: #ffee9a;
    color: #d8b271
}

.mapMod-4 .cenBox .thisMap .tiaozhuanK .tiaozhuan>div.mapon h1 {
    color: #ffee9a
}

.mapMod-4 .cenBox .thisMap .tiaozhuanK .tiaozhuan>div .mapGo {
    width: 120px;
    color: #fff;
    background-color: #d8b271;
    cursor: pointer;
    display: none
}

.mapMod-4 .cenBox .thisMap .tiaozhuanK .tiaozhuan>div.mapon {
    background-color: unset
}

.mapMod-4 .cenBox .thisMap .tiaozhuanK .tiaozhuan>div.mapon h1 {
    color: #d8b271
}

.mapMod-4 .cenBox .thisMap .tiaozhuanK .tiaozhuan>div.mapon h1 i {
    color: #d8b271
}

.mapMod-4 .cenBox .thisMap .tiaozhuanK .tiaozhuan>div.mapon .mapGo {
    display: flex
}

.casesList-1 ul {
    display: flex;
    flex-wrap: wrap
}

.casesList-1 li {
    width: 33.33333%;
    padding: 40px;
    transition: all .8s ease
}

.casesList-1 {
    width: 1300px;
    margin: 0 auto
}

.casesList-1 li .img {
    width: 100%;
    height: 300px;
    object-fit: cover
}

.casesList-1 li:hover {
    background-color: #fff;
    transform: translateY(-20px);
    box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.05)
}

.casesListT .title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0 10px;
    transition: all .8s ease
}

.casesList-1 li:hover .title {
    color: #d8b271
}

.casesList-1 a {
    width: 100%
}

.casesList-1 .imgBox {
    height: 300px;
    width: 100%;
    overflow: hidden;
    position: relative
}

.casesList-1 a .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s
}

.casesList-1 a:hover .img {
    transform: scale(1.1)
}

.casesList-1 a .mask {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    top: 100%;
    transition: all .8s ease;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0
}

.casesList-1 a:hover .mask {
    top: 0%;
    height: 100%
}

.casesList-1 a .mask i {
    opacity: 0;
    color: #fff;
    font-size: 30px;
    transition: all .8s ease;
    transform: translateY(20px)
}

.casesList-1 a:hover .mask i {
    opacity: 1;
    transition-delay: .5s;
    transform: translateY(0)
}

@media only screen and (max-width:1300px) {
    .casesList-1 {
        width: 100%
    }

    .casesList-1 li {
        padding: 2vw
    }

    .casesList-1 li .img {
        height: 20vw
    }
}

@media only screen and (max-width:1024px) {
    .casesList-1 ul {
        flex-direction: column;
        align-items: center
    }

    .casesList-1 li {
        width: 90%
    }

    .casesList-1 li .img {
        height: 100%
    }

    .casesList-1 .imgBox {
        height: 50vw
    }
}

.casesList-2 .concertHall-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 1500px;
    margin: 0 auto
}

@media (max-width:1600px) {
    .casesList-2 .concertHall-box {
        width: 88%
    }
}

@media (max-width:1300px) {
    .casesList-2 .concertHall-box {
        width: 90%
    }
}

@media (max-width:1024px) {
    .casesList-2 .concertHall-box {
        width: 84%
    }
}

.casesList-2 .concertHall-box li {
    width: 100%
}

.casesList-2 .concertHall-box li .img {
    width: 100%;
    height: 400px;
    overflow: hidden
}

.casesList-2 .concertHall-box li .img>div {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: bottom;
    transition-duration: 2s;
    position: relative
}

.casesList-2 .concertHall-box li .img:hover>div {
    transform: scale(1.3);
    transition-duration: 20s
}

.casesList-2 .concertHall-box li .img .mask {
    width: 100%;
    height: 100%;
    transition: all .5s ease
}

.casesList-2 .concertHall-box li .img:hover .mask {
    background-color: rgba(0, 0, 0, 0.3)
}

.casesList-2 .concertHall-box li .img .mask {
    display: flex;
    align-items: center;
    justify-content: center
}

.casesList-2 .concertHall-box li .iconfont {
    transform: translateY(40px);
    transition: all .5s;
    position: absolute;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
    opacity: 0;
    color: #fff;
    font-size: 30px
}

.casesList-2 .concertHall-box li .img:hover .iconfont {
    transform: translateY(0) rotate(180deg);
    transition-delay: .4s;
    opacity: 1
}

.casesList-2 .concertHall-box .box p {
    text-indent: 2em;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.casesList-2 .concertHall-box .box h1 a {
    font-size: 24px;
    text-align: center;
    transition: all .5s ease;
    margin: 28px 0
}

.casesList-2 .concertHall-box .box h1 a:hover {
    color: #d8b271
}

.casesList-2 .concertHall-box li {
    margin-bottom: 70px
}

.casesList-2 .concertHall-box li .xian {
    width: 100%;
    display: block;
    background: linear-gradient(to right, transparent, #b58c58, transparent);
    height: 1px
}

@media (max-width:1024px) {
    .casesList-2 .concertHall-box li .img {
        height: 36vw
    }
}

.historyList-1 ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 1500px;
    margin: 0 auto
}

@media (max-width:1600px) {
    .historyList-1 ul {
        width: 88%
    }
}

@media (max-width:1300px) {
    .historyList-1 ul {
        width: 90%
    }
}

@media (max-width:1024px) {
    .historyList-1 ul {
        width: 84%
    }
}

.historyList-1 ul * {
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1024px) {
    .historyList-1 ul {
        width: 90%
    }
}

.historyList-1 ul li {
    width: 100%;
    cursor: default;
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: center;
    flex-wrap: unset;
    border-bottom: 1px dotted #ccc
}

@media (min-width:1024px) {
    .historyList-1 ul li.on {
        z-index: 1;
        transform: scale(1.05, 1.1)
    }

    .historyList-1 ul li.on * {
        color: #fff !important
    }

    .historyList-1 ul li.on .years {
        background-color: #d8b271
    }

    .historyList-1 ul li.on .years div {
        font-size: 50px
    }

    .historyList-1 ul li.on .hiscout {
        background-color: #d8b271
    }

    .historyList-1 ul li.on .hiscout .histitle i {
        background-color: #fff
    }
}

.historyList-1 ul li .years {
    width: 20%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .historyList-1 ul li .years {
        width: 30%
    }
}

.historyList-1 ul li .years div {
    color: #d8b271;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    font-family: 'Hel';
    transition-duration: .5s;
    transition-property: all
}

.historyList-1 ul li .hiscout {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
    padding: 40px
}

@media (max-width:1024px) {
    .historyList-1 ul li .hiscout {
        width: 70%;
        padding: 6vw
    }
}

.historyList-1 ul li .hiscout .histitle {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px
}

.historyList-1 ul li .hiscout .histitle i {
    display: block;
    height: 20px;
    width: 6px;
    border-radius: 3px;
    background-color: #d8b271;
    margin-right: 10px
}

@media (max-width:1024px) {
    .historyList-1 ul li .hiscout .histitle {
        font-size: 4vw
    }
}

.historyList-1 ul li .hiscout .txt p {
    line-height: 2em;
    text-indent: 2em;
    font-size: 14px;
    line-height: 1.6em
}

.historyList-2 .historyAll {
    padding: 100px 0;
    background-color: #F4F4F8
}

@media (max-width:1024px) {
    .historyList-2 .historyAll {
        padding: 10vw 0
    }
}

.historyList-2 .history {
    position: relative
}

@media (max-width:1024px) {
    .historyList-2 .history {
        margin: 0
    }
}

.historyList-2 .wrapper {
    box-sizing: border-box;
    width: 90%;
    margin: auto;
    max-width: 1200px
}

@media (max-width:1024px) {
    .historyList-2 .wrapper {
        width: 100%
    }
}

.historyList-2 .history li {
    float: right;
    width: 45%;
    text-align: left;
    position: relative;
    margin-top: 100px
}

@media (max-width:1024px) {
    .historyList-2 .history li {
        padding: 6vw 0;
        border-bottom: 1px solid #ccc;
        width: 100%;
        float: unset;
        margin-top: 0
    }
}

.historyList-2 .history .tit {
    text-align: center
}

.historyList-2 .clearfix-time {
    display: block;
    zoom: 1
}

.historyList-2 ol,
.historyList-2 ul {
    padding-left: 0;
    list-style: none
}

.historyList-2 .history .tit h6 {
    color: #666
}

.historyList-2 .f12 {
    font-size: 14px
}

.historyList-2 th {
    font-style: normal;
    font-weight: normal
}

.historyList-2 h1,
.historyList-2 h2,
.historyList-2 h3,
.historyList-2 h4,
.historyList-2 h5,
.historyList-2 h6 {
    font-size: 100%;
    font-weight: normal
}

.historyList-2 .history .tit h5 {
    color: #333;
    margin: 15px 0 45px
}

.historyList-2 .f24 {
    font-size: 24px
}

.historyList-2 .history li:before {
    background: url(../../html/rgmod/listMod/historyList/historyList-2/sy50.png) no-repeat center center;
    left: -68px;
    top: 14px;
    content: "";
    display: block;
    position: absolute;
    width: 17px;
    height: 17px;
    z-index: 1
}

.historyList-2 .history li h4 {
    position: relative;
    display: block;
    text-decoration: none;
    font-family: "Lato";
    color: #ecf0f1;
    text-transform: uppercase;
    padding: 4px 0;
    transition: .5s;
    color: #d8b271
}

.historyList-2 .history li h4::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    top: 100%;
    left: 0;
    background: #968e7d;
    transition: transform .5s;
    transform: scaleX(0);
    transform-origin: right
}

@media (min-width:1024px) {
    .historyList-2 .history li:hover h4 {
        cursor: default;
        color: #d8b271;
        transition: all 1s;
        transform: translateY(-15px)
    }
}

@media (min-width:1024px) {
    .historyList-2 .history li:hover h4::after {
        transform: scaleX(1);
        transform-origin: left
    }
}

.historyList-2 .f30 {
    font-size: 30px
}

.historyList-2 .f14 {
    font-size: 16px
}

.historyList-2 .history li:nth-child(2n):before {
    background: url(../../html/rgmod/listMod/historyList/historyList-2/sy50.png) no-repeat center center;
    right: -69px;
    top: 14px;
    left: auto;
    content: "";
    display: block;
    position: absolute;
    width: 17px;
    height: 17px;
    z-index: 1
}

.historyList-2 .history li h4 {
    transition: all 1s;
    font-weight: bold
}

.historyList-2 .history li p {
    color: #666;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

@media (max-width:1024px) {
    .historyList-2 .history li p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: unset;
        -webkit-box-orient: vertical;
        font-size: 4vw
    }
}

.historyList-2 .clearfix-time:after {
    content: '\20';
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.historyList-2 .history li:nth-child(1) {
    margin-top: 0
}

.historyList-2 .history li:nth-child(2n) {
    float: left;
    margin-top: 90px;
    text-align: right
}

@media (max-width:1024px) {
    .historyList-2 .history li:nth-child(2n) {
        margin-top: unset;
        float: unset
    }
}

.historyList-2 .history li:nth-child(2n) p,
.historyList-2 .history li:nth-child(2n) h4,
.historyList-2 .history li:nth-child(2n) span {
    text-align: right
}

.historyList-2 #cenxian {
    position: absolute;
    left: 50%;
    top: 0;
    border-left: 1px solid #ccc;
    height: 500px;
    display: block;
    z-index: 0
}

@media (max-width:1024px) {
    .historyList-2 #cenxian {
        display: none
    }
}

.historyList-2 .historytime {
    width: 1200px;
    margin: 0 auto
}

@media (max-width:1300px) {
    .historyList-2 .historytime {
        width: 900px;
        margin: 0 auto
    }
}

@media (max-width:1024px) {
    .historyList-2 .historytime {
        width: 84%;
        margin: 0 auto
    }
}

.historyList-2 .historytime li>span {
    font-size: 18px;
    font-weight: bold;
    color: #555
}

@media (max-width:1300px) {
    .historyList-2 .history li:before {
        left: -54px
    }

    .historyList-2 .history li:nth-child(2n):before {
        right: -54px
    }
}

@media (max-width:1024px) {
    .historyList-2 .history li:nth-child(2n):before {
        right: -7vw
    }

    .historyList-2 .history li:before {
        left: -7vw
    }

    .historyList-2 .history li:nth-child(2n):before {
        right: -14.5%;
        width: 3vw;
        height: 3vw
    }

    .historyList-2 .history li:before {
        left: -14.5%;
        width: 3vw;
        height: 3vw
    }
}

.imgList-1 .listUl {
    width: 1500px;
    margin: 0 auto
}

@media (max-width:1600px) {
    .imgList-1 .listUl {
        width: 88%
    }
}

@media (max-width:1300px) {
    .imgList-1 .listUl {
        width: 90%
    }
}

@media (max-width:1024px) {
    .imgList-1 .listUl {
        width: 84%
    }
}

.imgList-1 .listUl .listLi {
    margin-bottom: 20px
}

.imgList-1 .listUl .listLi a {
    cursor: pointer;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.imgList-1 .listUl .listLi a img {
    width: 100%;
    height: 200px;
    object-fit: cover
}

.imgList-1 .listUl .listLi a span {
    margin-top: 10px
}

.imgList-1 .listUl .listLi {
    margin-bottom: 40px
}

.imgList-1 .listUl .listLi a img {
    object-fit: contain;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px;
    height: 300px
}

.imgList-1 .listUl .listLi a span {
    font-size: 16px
}

@media (min-width:1024px) {
    .imgList-1 .listUl .listLi a:hover span {
        color: #d8b271
    }
}

.imgtextList-1 .scrollBox {
    width: 1500px;
    margin: 0 auto;
    padding: 100px 0
}

@media (max-width:1600px) {
    .imgtextList-1 .scrollBox {
        width: 88%
    }
}

@media (max-width:1300px) {
    .imgtextList-1 .scrollBox {
        width: 90%
    }
}

@media (max-width:1024px) {
    .imgtextList-1 .scrollBox {
        width: 84%
    }
}

@media (max-width:1600px) {
    .imgtextList-1 .scrollBox {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    .imgtextList-1 .scrollBox {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    .imgtextList-1 .scrollBox {
        padding: 12vw 0
    }
}

@media (max-width:1024px) {
    .imgtextList-1 .scrollBox {
        display: none
    }
}

.imgtextList-1 .scrollBox ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.imgtextList-1 .scrollBox ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    flex: 1
}

.imgtextList-1 .scrollBox ul li .imgBox {
    position: relative;
    cursor: pointer;
    margin: 0 auto;
    width: 90%;
    border-radius: 5vw;
    overflow: hidden;
    height: 10vw
}

.imgtextList-1 .scrollBox ul li .imgBox .txt {
    opacity: 0;
    transition-duration: .5s;
    transition-property: all;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    font-size: 16px
}

.imgtextList-1 .scrollBox ul li .imgBox .txt * {
    color: #fff
}

.imgtextList-1 .scrollBox ul li .imgBox .txt .en {
    font-size: 20px
}

.imgtextList-1 .scrollBox ul li .imgBox .txt .cn {
    font-size: 18px
}

.imgtextList-1 .scrollBox ul li .imgBox .txt i {
    margin-top: 6px;
    font-size: 20px
}

.imgtextList-1 .scrollBox ul li .imgBox:hover .txt {
    background-color: rgba(194, 0, 11, 0.4);
    opacity: 1
}

.imgtextList-1 .valuesList {
    width: 1500px;
    margin: 0 auto
}

@media (max-width:1600px) {
    .imgtextList-1 .valuesList {
        width: 88%
    }
}

@media (max-width:1300px) {
    .imgtextList-1 .valuesList {
        width: 90%
    }
}

@media (max-width:1024px) {
    .imgtextList-1 .valuesList {
        width: 84%
    }
}

.imgtextList-1 .valuesList ul li {
    margin-bottom: 140px
}

@media (max-width:1300px) {
    .imgtextList-1 .valuesList ul li {
        margin-bottom: 100px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .imgtextList-1 .valuesList ul li {
        margin-bottom: 10vw
    }
}

.imgtextList-1 .valuesList ul li .coutBox {
    position: relative;
    height: 30vw;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .imgtextList-1 .valuesList ul li .coutBox {
        height: unset;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset;
        flex-direction: column-reverse
    }
}

.imgtextList-1 .valuesList ul li .coutBox .txtCout {
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

@media (max-width:1024px) {
    .imgtextList-1 .valuesList ul li .coutBox .txtCout {
        position: unset;
        width: 100%;
        margin-top: 4vw
    }
}

.imgtextList-1 .valuesList ul li .coutBox .txtCout .miaoshu {
    width: 28vw
}

@media (max-width:1024px) {
    .imgtextList-1 .valuesList ul li .coutBox .txtCout .miaoshu {
        width: 100%;
        margin-top: 4vw
    }
}

.imgtextList-1 .valuesList ul li .coutBox .txtCout .miaoshu .box {
    background-color: #d8b271;
    width: 40px;
    height: 40px
}

@media (max-width:1300px) {
    .imgtextList-1 .valuesList ul li .coutBox .txtCout .miaoshu .box {
        width: 20px;
        height: 20px
    }
}

.imgtextList-1 .valuesList ul li .coutBox .txtCout .miaoshu .en {
    margin: 20px 0;
    width: 100%;
    color: #d8b271;
    font-size: 30px;
    word-wrap: break-word
}

@media (max-width:1600px) {
    .imgtextList-1 .valuesList ul li .coutBox .txtCout .miaoshu .en {
        font-size: 20px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    .imgtextList-1 .valuesList ul li .coutBox .txtCout .miaoshu .en {
        font-size: 18px;
        margin: 10px 0
    }
}

.imgtextList-1 .valuesList ul li .coutBox .txtCout .miaoshu .cn {
    color: #d8b271;
    text-align: justify;
    font-weight: bold;
    font-size: 24px
}

@media (max-width:1600px) {
    .imgtextList-1 .valuesList ul li .coutBox .txtCout .miaoshu .cn {
        font-size: 18px
    }
}

.imgtextList-1 .valuesList ul li .coutBox .txtCout .box {
    width: 40px;
    height: 40px
}

@media (max-width:1300px) {
    .imgtextList-1 .valuesList ul li .coutBox .txtCout .box {
        width: 20px;
        height: 20px
    }
}

.imgtextList-1 .valuesList ul li .coutBox .txtCout .content {
    background-color: #fff;
    width: 100%;
    padding: 4vw;
    padding-left: 0
}

@media (max-width:1600px) {
    .imgtextList-1 .valuesList ul li .coutBox .txtCout .content {
        padding: 3vw;
        padding-left: 0
    }
}

@media (max-width:1600px) and (max-width:1024px) {
    .imgtextList-1 .valuesList ul li .coutBox .txtCout .content {
        padding: 4vw 0
    }
}

@media (max-width:1600px) {
    .imgtextList-1 .valuesList ul li .coutBox .txtCout .content p {
        font-size: 16px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    .imgtextList-1 .valuesList ul li .coutBox .txtCout .content p {
        font-size: 14px
    }
}

.imgtextList-1 .valuesList ul li .coutBox .imgCout {
    overflow: hidden;
    width: 60%;
    height: 100%
}

@media (max-width:1600px) {
    .imgtextList-1 .valuesList ul li .coutBox .imgCout {
        width: 55%
    }
}

@media (max-width:1600px) and (max-width:1024px) {
    .imgtextList-1 .valuesList ul li .coutBox .imgCout {
        width: 100%;
        height: 40vw
    }
}

.imgtextList-1 .valuesList ul li .coutBox .imgCout .imgBox {
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    position: relative;
    left: -20px;
    top: -20px
}

@media (max-width:1024px) {
    .imgtextList-1 .valuesList ul li .coutBox .imgCout .imgBox {
        left: 0;
        top: 0;
        width: 100%;
        height: 100%
    }
}

.imgtextList-1 .valuesList ul li .coutBox .imgCout .imgBox a {
    width: 100%;
    height: 100%
}

.imgtextList-1 .valuesList ul li .coutBox .imgCout .ico {
    z-index: 1;
    width: 60px;
    height: 60px;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    background-color: #fff;
    border-radius: 50%;
    left: calc(50% - 30px);
    top: calc(50% - 30px)
}

@media (max-width:1024px) {
    .imgtextList-1 .valuesList ul li .coutBox .imgCout .ico {
        width: 8vw;
        height: 8vw;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%)
    }
}

.imgtextList-1 .valuesList ul li .coutBox .imgCout .ico i {
    color: #d8b271;
    font-size: 80px;
    position: relative;
    z-index: 1
}

@media (max-width:1024px) {
    .imgtextList-1 .valuesList ul li .coutBox .imgCout .ico i {
        font-size: 10vw
    }
}

.imgtextList-1 .valuesList ul li .coutBox .imgCout .ico .quan {
    animation: fangda 1s linear 0s infinite normal;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

@keyframes fangda {
    0% {
        width: 0;
        height: 0;
        opacity: 1
    }

    60% {
        opacity: 1
    }

    100% {
        width: 150%;
        height: 150%;
        opacity: 0
    }
}

.imgtextList-1 .valuesList ul li .coutBox .imgCout .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #d8b271;
    top: 0;
    left: 0;
    opacity: 0;
    transition-duration: .5s;
    transition-property: all
}

@media (min-width:1024px) {
    .imgtextList-1 .valuesList ul li .coutBox .imgCout:hover .mask {
        opacity: .5
    }
}

@media (min-width:1024px) {
    .imgtextList-1 .valuesList ul li:nth-child(2n) .coutBox {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        flex-wrap: unset
    }

    .imgtextList-1 .valuesList ul li:nth-child(2n) .coutBox .txtCout {
        right: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        flex-wrap: unset;
        left: unset;
        top: 0
    }

    .imgtextList-1 .valuesList ul li:nth-child(2n) .coutBox .txtCout .content {
        padding: 4vw;
        padding-right: 0
    }
}

@media (min-width:1024px) and (max-width:1600px) {
    .imgtextList-1 .valuesList ul li:nth-child(2n) .coutBox .txtCout .content {
        padding: 3vw;
        padding-right: 0
    }
}

.imgtextList-2 .cenBox .list li {
    margin-bottom: 100px
}

@media (max-width:1024px) {
    .imgtextList-2 .cenBox .list li {
        margin-bottom: 10vw
    }
}

.imgtextList-2 .cenBox .list li .dBox {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .imgtextList-2 .cenBox .list li .dBox {
        height: unset;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

.imgtextList-2 .cenBox .list li .dBox .imgBox {
    position: relative;
    width: 40%;
    height: 100%
}

@media (max-width:1024px) {
    .imgtextList-2 .cenBox .list li .dBox .imgBox {
        width: 100%
    }
}

.imgtextList-2 .cenBox .list li .dBox .imgBox img {
    position: relative;
    z-index: 1
}

.imgtextList-2 .cenBox .list li .dBox .imgBox::after {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: 1px dashed #ccc;
    top: 20px;
    left: 20px
}

.imgtextList-2 .cenBox .list li .dBox .textBox {
    padding-right: 100px;
    position: relative;
    height: 100%;
    padding-top: 20px;
    padding-left: 120px;
    width: 60%
}

@media (max-width:1300px) {
    .imgtextList-2 .cenBox .list li .dBox .textBox {
        padding-left: 8vw
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .imgtextList-2 .cenBox .list li .dBox .textBox {
        padding: 0;
        width: 1500px;
        margin: 0 auto;
        margin-top: 10vw
    }
}

@media (max-width:1300px) and (max-width:1024px) and (max-width:1600px) {
    .imgtextList-2 .cenBox .list li .dBox .textBox {
        width: 88%
    }
}

@media (max-width:1300px) and (max-width:1024px) and (max-width:1300px) {
    .imgtextList-2 .cenBox .list li .dBox .textBox {
        width: 90%
    }
}

@media (max-width:1300px) and (max-width:1024px) and (max-width:1024px) {
    .imgtextList-2 .cenBox .list li .dBox .textBox {
        width: 84%
    }
}

.imgtextList-2 .cenBox .list li .dBox .textBox .title {
    position: relative;
    z-index: 1;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 40px
}

.imgtextList-2 .cenBox .list li .dBox .textBox .title::after {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 40px;
    height: 6px;
    border-radius: 3px;
    background-color: #d8b271;
    left: 0;
    top: 120%
}

.imgtextList-2 .cenBox .list li .dBox .textBox .contentS {
    position: relative;
    z-index: 1
}

.imgtextList-2 .cenBox .list li .dBox .textBox .contentS p {
    font-size: 20px
}

@media (max-width:1600px) {
    .imgtextList-2 .cenBox .list li .dBox .textBox .contentS p {
        font-size: 18px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    .imgtextList-2 .cenBox .list li .dBox .textBox .contentS p {
        font-size: 16px
    }
}

.imgtextList-2 .cenBox .list li .dBox .textBox .num {
    position: absolute;
    right: 0;
    top: 0;
    font-family: 'arc';
    font-size: 200px;
    font-weight: bold;
    color: #d8b271;
    opacity: .1;
    line-height: 1em
}

@media (max-width:1024px) {
    .imgtextList-2 .cenBox .list li .dBox .textBox .num {
        font-size: 40vw
    }
}

@media (min-width:1024px) {
    .imgtextList-2 .cenBox .list li:nth-child(even) .dBox {
        flex-direction: row-reverse
    }

    .imgtextList-2 .cenBox .list li:nth-child(even) .dBox .imgBox::after {
        right: 20px;
        left: unset
    }

    .imgtextList-2 .cenBox .list li:nth-child(even) .dBox .textBox {
        padding-left: 0;
        padding-right: 220px
    }

    .imgtextList-2 .cenBox .list li:nth-child(even) .dBox .textBox .num {
        right: 120px
    }
}

@media (min-width:1024px) and (max-width:1300px) {
    .imgtextList-2 .cenBox .list li:nth-child(even) .dBox .textBox {
        padding-right: 16vw
    }
}

@media (min-width:1024px) and (max-width:1300px) {
    .imgtextList-2 .cenBox .list li:nth-child(even) .dBox .textBox .num {
        right: 90px
    }
}

.imgtextList-2 .cenBox .list li:last-child {
    margin-bottom: 0
}

.newsList-1 {
    width: 1500px;
    margin: 0 auto
}

@media (max-width:1600px) {
    .newsList-1 {
        width: 88%
    }
}

@media (max-width:1300px) {
    .newsList-1 {
        width: 90%
    }
}

@media (max-width:1024px) {
    .newsList-1 {
        width: 84%
    }
}

.newsList-1 .listUl .listLi {
    margin-bottom: 60px
}

@media (max-width:1024px) {
    .newsList-1 .listUl .listLi {
        margin-bottom: 6vw
    }
}

@media (max-width:1024px) {
    .newsList-1 .listUl .listLi .newsLiA {
        width: 100%
    }
}

.newsList-1 .listUl .listLi .newsLiA .imgBox {
    overflow: hidden;
    width: 100%;
    height: 340px
}

@media (max-width:1600px) {
    .newsList-1 .listUl .listLi .newsLiA .imgBox {
        height: 280px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    .newsList-1 .listUl .listLi .newsLiA .imgBox {
        height: 22vw
    }
}

@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
    .newsList-1 .listUl .listLi .newsLiA .imgBox {
        height: 50vw
    }
}

.newsList-1 .listUl .listLi .newsLiA .imgBox img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition-duration: 1s;
    transition-property: all
}

.newsList-1 .listUl .listLi .newsLiA .neirong {
    padding: 30px 8px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1300px) {
    .newsList-1 .listUl .listLi .newsLiA .neirong {
        padding: 20px 10px
    }
}

.newsList-1 .listUl .listLi .newsLiA .neirong * {
    transition-duration: .5s;
    transition-property: all
}

.newsList-1 .listUl .listLi .newsLiA .neirong .date {
    width: 80px;
    height: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1600px) {
    .newsList-1 .listUl .listLi .newsLiA .neirong .date {
        width: 64px
    }
}

.newsList-1 .listUl .listLi .newsLiA .neirong .date .monthDay {
    color: #fff;
    font-weight: bold;
    font-size: 28px;
    line-height: 1em;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    margin-bottom: 6px
}

@media (max-width:1300px) {
    .newsList-1 .listUl .listLi .newsLiA .neirong .date .monthDay {
        font-size: 30px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .newsList-1 .listUl .listLi .newsLiA .neirong .date .monthDay {
        font-size: 6vw
    }
}

.newsList-1 .listUl .listLi .newsLiA .neirong .date .monthDay span {
    color: #d8b271;
    font-size: 24px
}

@media (max-width:1024px) {
    .newsList-1 .listUl .listLi .newsLiA .neirong .date .monthDay span {
        font-size: 6vw
    }
}

.newsList-1 .listUl .listLi .newsLiA .neirong .date .year {
    font-size: 13px;
    color: #fff
}

@media (max-width:1300px) {
    .newsList-1 .listUl .listLi .newsLiA .neirong .date .year {
        font-size: 16px
    }
}

.newsList-1 .listUl .listLi .newsLiA .neirong .txtR {
    position: relative;
    z-index: 1;
    padding-left: 20px;
    width: calc(100% - 80px)
}

@media (max-width:1600px) {
    .newsList-1 .listUl .listLi .newsLiA .neirong .txtR {
        width: calc(100% - 64px)
    }
}

.newsList-1 .listUl .listLi .newsLiA .neirong .txtR .title {
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
    color: #fff
}

.newsList-1 .listUl .listLi .newsLiA .neirong .txtR .miaosu {
    color: #fff;
    opacity: .5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

@media (max-width:1300px) {
    .newsList-1 .listUl .listLi .newsLiA .neirong .txtR .miaosu {
        font-size: 14px
    }
}

.newsList-1 .listUl .listLi .newsLiA:hover .imgBox img {
    transform: scale(1.2)
}

.newsList-1 .listUl .listLi .newsLiA:hover .neirong .txtR .title {
    color: #d8b271
}

.newsList-1 .listUl .listLi .newsLiA .imgBox {
    height: 260px
}

@media (max-width:1300px) {
    .newsList-1 .listUl .listLi .newsLiA .imgBox {
        height: 180px
    }
}

.newsList-1 .listUl .listLi .newsLiA .neirong .date .monthDay {
    color: #333
}

.newsList-1 .listUl .listLi .newsLiA .neirong .date .year {
    color: #666
}

.newsList-1 .listUl .listLi .newsLiA .neirong .txtR .title {
    color: #333
}

.newsList-1 .listUl .listLi .newsLiA .neirong .txtR .miaosu {
    color: #999
}

.newsList-2 {
    width: 1500px;
    margin: 0 auto
}

@media (max-width:1600px) {
    .newsList-2 {
        width: 88%
    }
}

@media (max-width:1300px) {
    .newsList-2 {
        width: 90%
    }
}

@media (max-width:1024px) {
    .newsList-2 {
        width: 84%
    }
}

.newsList-2 .topOne {
    margin-bottom: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .newsList-2 .topOne {
        display: none
    }
}

.newsList-2 .topOne .imgBox {
    width: 50%;
    height: 360px
}

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

.newsList-2 .topOne .txtCout {
    width: 50%;
    padding-left: 40px
}

.newsList-2 .topOne .txtCout .date {
    margin-bottom: 30px
}

.newsList-2 .topOne .txtCout .date div {
    font-size: 30px;
    font-weight: bold;
    color: #d8b271;
    font-family: 'Hel';
    margin-bottom: 10px
}

.newsList-2 .topOne .txtCout .date i {
    display: block;
    width: 30px;
    height: 4px;
    border-radius: 2px;
    background-color: #d8b271
}

.newsList-2 .topOne .txtCout .title {
    font-size: 20px;
    font-weight: bold;
    color: #444;
    margin-bottom: 30px
}

.newsList-2 .topOne .txtCout .miaoshu {
    line-height: 2em;
    text-indent: 2em;
    font-size: 14px;
    color: #444;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.newsList-2 ul {
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: unset;
    flex-wrap: wrap
}

.newsList-2 ul li {
    width: 32%;
    margin-bottom: 30px
}

@media (max-width:1024px) {
    .newsList-2 ul li {
        width: 100%
    }
}

.newsList-2 ul li a {
    transition-duration: .5s;
    transition-property: all
}

.newsList-2 ul li a .imgBox {
    margin-bottom: 10px;
    width: 100%;
    height: 210px
}

.newsList-2 ul li a .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.newsList-2 ul li a .txtCout .date {
    margin-bottom: 30px;
    margin-bottom: 20px
}

.newsList-2 ul li a .txtCout .date div {
    font-size: 30px;
    font-weight: bold;
    color: #d8b271;
    font-family: 'Hel';
    margin-bottom: 10px
}

.newsList-2 ul li a .txtCout .date i {
    display: block;
    width: 30px;
    height: 4px;
    border-radius: 2px;
    background-color: #d8b271
}

.newsList-2 ul li a .txtCout .date div {
    font-size: 24px
}

.newsList-2 ul li a .txtCout .title {
    font-size: 20px;
    font-weight: bold;
    color: #444;
    margin-bottom: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
    transition-duration: .5s;
    transition-property: all
}

.newsList-2 ul li a .txtCout .miaoshu {
    color: #444;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 16px
}

.newsList-2 ul li a:hover {
    transform: translateY(-20px)
}

.newsList-2 ul li a:hover .txtCout .title {
    color: #d8b271
}

@media (max-width:1024px) {
    .newsList-2 ul li a:hover {
        transform: translateY(0)
    }
}

.newsList-3 {
    width: 1500px;
    margin: 0 auto
}

@media (max-width:1600px) {
    .newsList-3 {
        width: 88%
    }
}

@media (max-width:1300px) {
    .newsList-3 {
        width: 90%
    }
}

@media (max-width:1024px) {
    .newsList-3 {
        width: 84%
    }
}

.newsList-3 ul {
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: unset;
    flex-wrap: wrap
}

.newsList-3 ul li {
    width: 30%;
    margin-bottom: 60px
}

@media (max-width:1024px) {
    .newsList-3 ul li {
        width: 100%
    }
}

.newsList-3 ul li .box {
    transition-duration: .5s;
    transition-property: all
}

.newsList-3 ul li .box .imgBox {
    margin-bottom: 30px;
    width: 100%;
    height: 210px
}

.newsList-3 ul li .box .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.newsList-3 ul li .box .txtCout {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

.newsList-3 ul li .box .txtCout .date {
    width: 100%;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 20px
}

.newsList-3 ul li .box .txtCout .date div {
    font-weight: bold;
    font-family: 'Hel';
    margin-bottom: 10px;
    font-size: 18px;
    transition-duration: .5s;
    transition-property: all
}

.newsList-3 ul li .box .txtCout .title {
    font-size: 16px;
    font-weight: bold;
    color: #444;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
    transition-duration: .5s;
    transition-property: all
}

.newsList-3 ul li .box .txtCout .miaoshu {
    color: #444;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 2em
}

.newsList-3 ul li .box .txtCout .unifyButton {
    margin: 0;
    margin-top: 30px
}

@media (min-width:1024px) {
    .newsList-3 ul li .box:hover {
        transform: translateY(-10px)
    }

    .newsList-3 ul li .box:hover .txtCout .date div {
        color: #d8b271
    }

    .newsList-3 ul li .box:hover .txtCout .title {
        color: #d8b271
    }
}

@media (min-width:1024px) and (max-width:1024px) {
    .newsList-3 ul li .box:hover {
        transform: translateY(0)
    }
}

@media (max-width:1024px) {
    .newsList-3 ul li .box {
        transform: translateY(-10px)
    }

    .newsList-3 ul li .box .txtCout .date div {
        color: #d8b271
    }

    .newsList-3 ul li .box .txtCout .title {
        color: #d8b271
    }
}

@media (max-width:1024px) and (max-width:1024px) {
    .newsList-3 ul li .box {
        transform: translateY(0)
    }
}

.newsList-4 {
    width: 1500px;
    margin: 0 auto
}

@media (max-width:1600px) {
    .newsList-4 {
        width: 88%
    }
}

@media (max-width:1300px) {
    .newsList-4 {
        width: 90%
    }
}

@media (max-width:1024px) {
    .newsList-4 {
        width: 84%
    }
}

.newsList-4 li {
    width: 50%;
    padding: 40px 0;
    transition: all .5s ease
}

.newsList-4 li .img {
    width: 40%;
    height: 100%;
    object-fit: cover
}

.newsList-4 ul {
    display: flex;
    flex-wrap: wrap
}

.newsList-4 .cout {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 20px
}

.newsList-4 .box {
    display: flex;
    align-items: flex-start;
    height: 200px;
    width: 92%;
    margin: 0 auto
}

.newsList-4 .info {
    display: flex;
    justify-content: space-between
}

.newsList-4 .info span {
    font-size: 16px;
    color: #999
}

.newsList-4 .newsListT p {
    text-indent: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.newsList-4 .title {
    font-size: 18px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.newsList-4 li:hover {
    background-color: #f8f8f8;
    transform: translateY(-10px)
}

@media only screen and (max-width:1024px) {
    .newsList-4 ul {
        flex-direction: column
    }

    .newsList-4 li {
        width: 100%;
        padding: 5vw 0
    }

    .newsList-4 .newsListT p {
        -webkit-line-clamp: 2;
        line-height: 1.6em;
        color: #999;
        font-size: 3.4vw
    }

    .newsList-4 .box {
        flex-direction: column;
        height: unset
    }

    .newsList-4 .box {
        width: 80%
    }

    .newsList-4 li .img {
        width: 100%;
        height: 50vw
    }

    .newsList-4 .title {
        margin-bottom: 2vw
    }

    .newsList-4 .cout {
        padding-left: 0;
        margin-top: 5vw
    }

    .newsList-4 .info {
        margin-top: 5vw
    }

    .newsList-4 .info span {
        color: #628ed2
    }
}

.newsList-5 {
    width: 1500px;
    margin: 0 auto
}

@media (max-width:1600px) {
    .newsList-5 {
        width: 88%
    }
}

@media (max-width:1300px) {
    .newsList-5 {
        width: 90%
    }
}

@media (max-width:1024px) {
    .newsList-5 {
        width: 84%
    }
}

.newsList-5 ul {
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: unset;
    flex-wrap: wrap
}

.newsList-5 ul li {
    width: 30%;
    margin-bottom: 60px
}

@media (max-width:1024px) {
    .newsList-5 ul li {
        width: 100%
    }
}

.newsList-5 ul li .box {
    transition-duration: .5s;
    transition-property: all
}

.newsList-5 ul li .box .imgBox {
    position: relative;
    width: 100%;
    height: 210px
}

.newsList-5 ul li .box .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.newsList-5 ul li .box .imgBox .date {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #d8b271;
    padding: 6px 20px
}

.newsList-5 ul li .box .imgBox .date div {
    color: #fff
}

.newsList-5 ul li .box .txtCout {
    background-color: #f8f8f8;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

.newsList-5 ul li .box .txtCout .date {
    width: 100%;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 20px
}

.newsList-5 ul li .box .txtCout .date div {
    font-weight: bold;
    font-family: 'Hel';
    margin-bottom: 10px;
    font-size: 18px;
    transition-duration: .5s;
    transition-property: all
}

.newsList-5 ul li .box .txtCout .title {
    height: 70px;
    text-align: justify;
    font-size: 20px;
    color: #221815;
    margin-bottom: 10px;
    transition-duration: .5s;
    transition-property: all
}

.newsList-5 ul li .box .txtCout .miaoshu {
    text-align: justify;
    color: #444;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 2em
}

.newsList-5 ul li .box:hover {
    transform: translateY(-10px)
}

.newsList-5 ul li .box:hover .txtCout .date div {
    color: #d8b271
}

.newsList-5 ul li .box:hover .txtCout .title {
    color: #d8b271
}

@media (max-width:1024px) {
    .newsList-5 ul li .box:hover {
        transform: translateY(0)
    }
}

.newsList-6 {
    width: 1500px;
    margin: 0 auto
}

@media (max-width:1600px) {
    .newsList-6 {
        width: 88%
    }
}

@media (max-width:1300px) {
    .newsList-6 {
        width: 90%
    }
}

@media (max-width:1024px) {
    .newsList-6 {
        width: 84%
    }
}

.newsList-6 ul {
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: unset;
    flex-wrap: wrap
}

.newsList-6 ul li {
    width: 30%;
    margin-bottom: 60px
}

@media (max-width:1024px) {
    .newsList-6 ul li {
        width: 100%
    }
}

.newsList-6 ul li .box {
    transition-duration: .5s;
    transition-property: all
}

.newsList-6 ul li .box .imgBox {
    margin-bottom: 30px;
    width: 100%;
    height: 210px
}

.newsList-6 ul li .box .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.newsList-6 ul li .box .txtCout {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

.newsList-6 ul li .box .txtCout .date {
    width: 100%;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 20px
}

.newsList-6 ul li .box .txtCout .date div {
    font-weight: bold;
    font-family: 'Hel';
    margin-bottom: 10px;
    font-size: 18px;
    transition-duration: .5s;
    transition-property: all
}

.newsList-6 ul li .box .txtCout .title {
    font-size: 16px;
    font-weight: bold;
    color: #444;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
    transition-duration: .5s;
    transition-property: all
}

.newsList-6 ul li .box .txtCout .miaoshu {
    color: #444;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 2em
}

.newsList-6 ul li .box .txtCout .unifyButton {
    margin: 0;
    margin-top: 30px
}

@media (min-width:1024px) {
    .newsList-6 ul li .box:hover {
        transform: translateY(-10px)
    }

    .newsList-6 ul li .box:hover .txtCout .date div {
        color: #d8b271
    }

    .newsList-6 ul li .box:hover .txtCout .title {
        color: #d8b271
    }
}

@media (min-width:1024px) and (max-width:1024px) {
    .newsList-6 ul li .box:hover {
        transform: translateY(0)
    }
}

@media (max-width:1024px) {
    .newsList-6 ul li .box {
        transform: translateY(-10px)
    }

    .newsList-6 ul li .box .txtCout .date div {
        color: #d8b271
    }

    .newsList-6 ul li .box .txtCout .title {
        color: #d8b271
    }
}

@media (max-width:1024px) and (max-width:1024px) {
    .newsList-6 ul li .box {
        transform: translateY(0)
    }
}

.newsList-6 {
    width: 1300px;
    margin: 0 auto
}

@media (max-width:1600px) {
    .newsList-6 {
        width: 88%
    }
}

@media (max-width:1300px) {
    .newsList-6 {
        width: 90%
    }
}

@media (max-width:1024px) {
    .newsList-6 {
        width: 84%
    }
}

.newsList-6 ul {
    padding-bottom: 300px;
    align-items: flex-start
}

@media (max-width:1024px) {
    .newsList-6 ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

.newsList-6 ul li {
    width: 45%
}

.newsList-6 ul li * {
    color: #fff
}

@media (max-width:1024px) {
    .newsList-6 ul li {
        width: 100%
    }
}

.newsList-6 ul li:nth-child(2n) {
    transform: translateY(50%)
}

@media (max-width:1300px) {
    .newsList-6 ul li:nth-child(2n) {
        transform: translateY(30%)
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .newsList-6 ul li:nth-child(2n) {
        transform: translateY(0)
    }
}

.newsList-6 ul li .box {
    transition-duration: unset;
    transition-property: all
}

.newsList-6 ul li .box .imgBox {
    height: 340px;
    margin: 0
}

@media (max-width:1024px) {
    .newsList-6 ul li .box .imgBox {
        height: 50vw
    }
}

.newsList-6 ul li .box .txtCout .date {
    border-bottom: 0;
    margin-top: -20px
}

.newsList-6 ul li .box .txtCout .date div {
    color: #d8b271;
    font-size: 40px;
    line-height: 1em;
    font-family: 'Montserrat'
}

.newsList-6 ul li .box .txtCout .title {
    font-size: 20px;
    font-weight: normal
}

.newsList-6 ul li .box .txtCout .miaoshu {
    opacity: .7;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.newsList-7 .newsTop {
    padding-bottom: 100px;
    border-bottom: 1px dashed #ccc;
    position: relative;
    height: 500px
}

@media (max-width:1600px) {
    .newsList-7 .newsTop {
        padding-bottom: 80px
    }
}

@media (max-width:1300px) {
    .newsList-7 .newsTop {
        padding-bottom: 6vw
    }
}

@media (max-width:1024px) {
    .newsList-7 .newsTop {
        padding-bottom: 12vw
    }
}

@media (max-width:1600px) {
    .newsList-7 .newsTop {
        height: 460px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    .newsList-7 .newsTop {
        height: 360px
    }
}

@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
    .newsList-7 .newsTop {
        height: unset
    }
}

.newsList-7 .newsTop .cenBox {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .newsList-7 .newsTop .cenBox {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset;
        flex-direction: column-reverse
    }
}

.newsList-7 .newsTop .cenBox .left {
    width: 50%;
    height: 100%
}

@media (max-width:1024px) {
    .newsList-7 .newsTop .cenBox .left {
        width: 100%
    }
}

.newsList-7 .newsTop .cenBox .left .textcout {
    height: 100%;
    position: absolute;
    width: 1500px;
    margin: 0 auto;
    left: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
    transform: translateX(-50%);
    padding-bottom: 100px
}

@media (max-width:1600px) {
    .newsList-7 .newsTop .cenBox .left .textcout {
        width: 88%
    }
}

@media (max-width:1300px) {
    .newsList-7 .newsTop .cenBox .left .textcout {
        width: 90%
    }
}

@media (max-width:1024px) {
    .newsList-7 .newsTop .cenBox .left .textcout {
        width: 84%
    }
}

@media (max-width:1600px) {
    .newsList-7 .newsTop .cenBox .left .textcout {
        padding-bottom: 80px
    }
}

@media (max-width:1300px) {
    .newsList-7 .newsTop .cenBox .left .textcout {
        padding-bottom: 6vw
    }
}

@media (max-width:1024px) {
    .newsList-7 .newsTop .cenBox .left .textcout {
        padding-bottom: 12vw
    }
}

@media (max-width:1024px) {
    .newsList-7 .newsTop .cenBox .left .textcout {
        position: unset;
        transform: translateX(0)
    }
}

.newsList-7 .newsTop .cenBox .left .textcout #newsTopTxt {
    margin: 0;
    width: 50%;
    height: 100%
}

@media (max-width:1024px) {
    .newsList-7 .newsTop .cenBox .left .textcout #newsTopTxt {
        width: 100%
    }
}

@media (max-width:1024px) {
    .newsList-7 .newsTop .cenBox .left .textcout #newsTopTxt li {
        width: 100%
    }
}

.newsList-7 .newsTop .cenBox .left .textcout #newsTopTxt li .leftBox {
    padding: 60px 0;
    width: 100%;
    height: 100%;
    transition-duration: .5s;
    transition-property: all;
    padding-right: 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: unset
}

@media (max-width:1300px) {
    .newsList-7 .newsTop .cenBox .left .textcout #newsTopTxt li .leftBox {
        padding: 20px 0;
        padding-right: 60px
    }
}

.newsList-7 .newsTop .cenBox .left .textcout #newsTopTxt li .leftBox .nrBox .date {
    transform: translateX(40px);
    font-size: 16px;
    color: #d8b271;
    opacity: 0
}

.newsList-7 .newsTop .cenBox .left .textcout #newsTopTxt li .leftBox .nrBox .title {
    transform: translateX(40px);
    margin: 10px 0 30px;
    font-size: 24px;
    opacity: 0
}

@media (max-width:1300px) {
    .newsList-7 .newsTop .cenBox .left .textcout #newsTopTxt li .leftBox .nrBox .title {
        font-size: 20px;
        margin-bottom: 20px
    }
}

.newsList-7 .newsTop .cenBox .left .textcout #newsTopTxt li .leftBox .nrBox .miaoshu {
    transform: translateX(40px);
    opacity: .7;
    line-height: 2em;
    opacity: 0
}

@media (max-width:1300px) {
    .newsList-7 .newsTop .cenBox .left .textcout #newsTopTxt li .leftBox .nrBox .miaoshu {
        font-size: 14px
    }
}

.newsList-7 .newsTop .cenBox .left .textcout #newsTopTxt li .leftBox .more {
    transform: translateX(40px);
    opacity: 0
}

.newsList-7 .newsTop .cenBox .left .textcout #newsTopTxt li.swiper-slide-active .leftBox .nrBox .date {
    transform: translateX(0);
    transition-delay: 0;
    transition-duration: .5s;
    transition-property: all;
    opacity: 1
}

.newsList-7 .newsTop .cenBox .left .textcout #newsTopTxt li.swiper-slide-active .leftBox .nrBox .title {
    transform: translateX(0);
    transition-delay: .2s;
    transition-duration: .5s;
    transition-property: all;
    opacity: 1
}

.newsList-7 .newsTop .cenBox .left .textcout #newsTopTxt li.swiper-slide-active .leftBox .nrBox .miaoshu {
    transform: translateX(0);
    transition-delay: .4s;
    transition-duration: .5s;
    transition-property: all;
    opacity: .7
}

.newsList-7 .newsTop .cenBox .left .textcout #newsTopTxt li.swiper-slide-active .leftBox .more {
    transform: translateX(0);
    transition-delay: .6s;
    transition-duration: .5s;
    transition-property: all;
    opacity: 1
}

.newsList-7 .newsTop .cenBox .right {
    width: 50%;
    height: 100%
}

@media (max-width:1024px) {
    .newsList-7 .newsTop .cenBox .right {
        width: 100%
    }
}

.newsList-7 .newsTop .cenBox .right #newsTopImg {
    width: 100%;
    height: 100%
}

.newsList-7 .newsTop .cenBox .right #newsTopImg li {
    width: 38vw
}

.newsList-7 .newsTop .cenBox .right #newsTopImg li .imgBox {
    opacity: .3;
    transition-duration: .5s;
    transition-property: all;
    width: 100%;
    height: 100%
}

.newsList-7 .newsTop .cenBox .right #newsTopImg li .imgBox img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.newsList-7 .newsTop .cenBox .right #newsTopImg li.swiper-slide-prev .imgBox {
    opacity: 1
}

.newsList-7 .newsTop .cenBox .right #newsTopImg li.swiper-slide-active .imgBox {
    opacity: 1
}

.newsList-7 .newsListBox {
    padding-top: 100px;
    width: 1500px;
    margin: 0 auto
}

@media (max-width:1600px) {
    .newsList-7 .newsListBox {
        padding-top: 80px
    }
}

@media (max-width:1300px) {
    .newsList-7 .newsListBox {
        padding-top: 6vw
    }
}

@media (max-width:1024px) {
    .newsList-7 .newsListBox {
        padding-top: 12vw
    }
}

@media (max-width:1600px) {
    .newsList-7 .newsListBox {
        width: 88%
    }
}

@media (max-width:1300px) {
    .newsList-7 .newsListBox {
        width: 90%
    }
}

@media (max-width:1024px) {
    .newsList-7 .newsListBox {
        width: 84%
    }
}

.newsList-7 .newsListBox .ul {
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: unset;
    flex-wrap: wrap
}

.newsList-7 .newsListBox .ul .li {
    margin-bottom: 60px;
    width: 33.333%
}

.newsList-7 .newsListBox .ul .li .newsBox {
    position: relative;
    width: 80%
}

.newsList-7 .newsListBox .ul .li .newsBox .imgBox {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    height: 200px
}

@media (max-width:1300px) {
    .newsList-7 .newsListBox .ul .li .newsBox .imgBox {
        height: 134px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .newsList-7 .newsListBox .ul .li .newsBox .imgBox {
        height: 30vw
    }
}

.newsList-7 .newsListBox .ul .li .newsBox .imgBox .more {
    opacity: 0;
    transition-duration: .5s;
    transition-property: all;
    color: #fff;
    position: absolute;
    z-index: 1;
    top: 0%;
    left: 0%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 100%;
    height: 100%;
    transform: translateY(20px)
}

.newsList-7 .newsListBox .ul .li .newsBox .imgBox .more i {
    color: #fff;
    margin-right: 10px
}

.newsList-7 .newsListBox .ul .li .newsBox .imgBox::after {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 0;
    height: 1px;
    top: 50%;
    background-color: rgba(194, 0, 11, 0.5);
    left: 0;
    transition: width cubic-bezier(.79, .17, .15, .96) .3s .3s, height cubic-bezier(.79, .17, .15, .96) .3s;
    transform: translateY(-50%)
}

.newsList-7 .newsListBox .ul .li .newsBox .date {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    top: -35px;
    position: absolute;
    right: -10px;
    background-color: #d8b271;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1300px) {
    .newsList-7 .newsListBox .ul .li .newsBox .date {
        top: -30px;
        width: 60px;
        height: 60px
    }
}

.newsList-7 .newsListBox .ul .li .newsBox .date>div {
    color: #fff;
    font-family: 'arc'
}

.newsList-7 .newsListBox .ul .li .newsBox .date>div.day {
    font-size: 28px;
    font-weight: bold
}

@media (max-width:1300px) {
    .newsList-7 .newsListBox .ul .li .newsBox .date>div.day {
        font-size: 20px
    }
}

.newsList-7 .newsListBox .ul .li .newsBox .date>div.my {
    font-size: 14px
}

.newsList-7 .newsListBox .ul .li .newsBox .text {
    height: 100px;
    margin-top: 10px
}

.newsList-7 .newsListBox .ul .li .newsBox .text .title {
    margin-top: 10px;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1300px) {
    .newsList-7 .newsListBox .ul .li .newsBox .text .title {
        font-size: 16px
    }
}

.newsList-7 .newsListBox .ul .li .newsBox .text .ms {
    margin-top: 6px;
    font-size: 16px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-weight: normal
}

@media (max-width:1300px) {
    .newsList-7 .newsListBox .ul .li .newsBox .text .ms {
        font-size: 14px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .newsList-7 .newsListBox .ul .li .newsBox .text .ms {
        display: none
    }
}

.newsList-7 .newsListBox .ul .li .newsBox .text .sortName {
    position: relative;
    padding-left: 60px;
    font-size: 14px;
    color: #999;
    color: #d8b271
}

.newsList-7 .newsListBox .ul .li .newsBox .text .sortName::before {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 60px;
    height: 1px;
    background-color: #d8b271;
    top: 50%;
    left: -10px
}

@media (min-width:1024px) {
    .newsList-7 .newsListBox .ul .li .newsBox:hover .imgBox .more {
        opacity: 1;
        transition-delay: .7s;
        transform: translateY(0)
    }

    .newsList-7 .newsListBox .ul .li .newsBox:hover .imgBox::after {
        width: 100%;
        height: 100%;
        transition: width cubic-bezier(.79, .17, .15, .96) .3s, height cubic-bezier(.79, .17, .15, .96) .3s .3s
    }

    .newsList-7 .newsListBox .ul .li .newsBox:hover .text .title {
        color: #d8b271
    }
}

.personList-1 {
    width: 1200px;
    margin: 0 auto;
    padding-top: 100px
}

.personList-1 .img {
    height: 100%;
    overflow: hidden
}

.personList-1 .img img {
    height: 100%;
    width: 350px;
    object-position: bottom;
    transition: all .8s ease;
    object-fit: contain
}

.personList-1 ul {
    display: flex;
    flex-direction: column
}

.personList-1 li {
    width: 100%;
    margin-bottom: 100px;
    background-position: center;
    background-size: 100% 100%
}

.personList-1 .box {
    width: 100%;
    margin: 0 auto;
    height: 500px;
    background-color: #f3f3f3;
    transition: all .8s ease;
    padding: 50px 140px 0;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.personList-1 .cout {
    width: 50%;
    display: flex;
    flex-direction: column
}

.personList-1 .more {
    width: 200px;
    height: 40px;
    background-color: #f3f3f3;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    transition: all .5s ease;
    margin-top: 40px
}

.personList-1 .more i {
    font-size: 30px;
    color: #999;
    transition: all .5s ease
}

.personList-1 .more {
    background-color: #c30d23
}

.personList-1 .more i {
    color: #fff
}

.personList-1 .txt {
    font-size: 16px;
    line-height: 1.6em;
    overflow: hidden;
    color: #666;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 2em
}

.personList-1 .name span {
    font-size: 24px;
    color: #999;
    margin-left: 40px
}

.personList-1 .name {
    font-weight: bold;
    font-size: 28px;
    margin: 60px 0 30px
}

.personList-1 .zhicheng {
    color: #c30d23;
    font-size: 36px
}

.personList-1 .title {
    font-size: 34px;
    margin-bottom: 30px
}

@media only screen and (max-width:1300px) {
    .personList-1 {
        width: 90%
    }

    .personList-1 .box {
        height: 30vw
    }

    .personList-1 .txt {
        font-size: 14px;
        line-height: 1.8em
    }
}

@media only screen and (max-width:1024px) {
    .personList-1 ul {
        display: flex;
        flex-direction: column
    }

    .personList-1 li {
        width: 100%
    }

    .personList-1 .box {
        flex-direction: column;
        height: unset;
        padding: 10vw
    }

    .personList-1 .img {
        width: 100%;
        height: 50vw
    }

    .personList-1 .cout {
        width: 100%
    }

    .personList-1 .title {
        margin-bottom: 6vw
    }

    .personList-1 .more {
        margin-top: 8vw
    }

    .personList-1 .txt {
        -webkit-line-clamp: 3
    }

    .personList-1 .img img {
        width: 100%
    }

    .personList-1 .title {
        text-align: center
    }

    .personList-1 .cout {
        flex-direction: column;
        align-items: center
    }

    .personList-1 .title {
        margin-top: 6vw
    }

    .personList-1 .img {
        height: 75vw
    }

    .personList-1 li {
        margin-bottom: 20vw
    }
}

.productList-1 .coutBox {
    width: 1500px;
    margin: 0 auto
}

@media (max-width:1600px) {
    .productList-1 .coutBox {
        width: 88%
    }
}

@media (max-width:1300px) {
    .productList-1 .coutBox {
        width: 90%
    }
}

@media (max-width:1024px) {
    .productList-1 .coutBox {
        width: 84%
    }
}

.productList-1 .coutBox .proList {
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: unset;
    flex-wrap: wrap
}

.productList-1 .coutBox .proList li {
    margin-bottom: 40px
}

.productList-1 .coutBox .proList li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.productList-1 .coutBox .proList li a .imgBox {
    overflow: hidden;
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    border: 1px solid #ccc
}

@media (max-width:1024px) {
    .productList-1 .coutBox .proList li a .imgBox {
        height: 70vw
    }
}

.productList-1 .coutBox .proList li a .imgBox img {
    object-fit: contain;
    transition-duration: .5s;
    transition-property: all;
    width: 100%;
    height: 100%
}

.productList-1 .coutBox .proList li a span {
    margin-top: 20px;
    font-size: 24px;
    transition-duration: .5s;
    transition-property: all
}

.productList-1 .coutBox .proList li a:hover span {
    color: #d8b271
}

.productList-1 .coutBox .proList li a:hover .imgBox img {
    transform: scale(1.02)
}

.productList-2 .coutBox {
    width: 1500px;
    margin: 0 auto
}

@media (max-width:1600px) {
    .productList-2 .coutBox {
        width: 88%
    }
}

@media (max-width:1300px) {
    .productList-2 .coutBox {
        width: 90%
    }
}

@media (max-width:1024px) {
    .productList-2 .coutBox {
        width: 84%
    }
}

.productList-2 .coutBox .proList {
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: unset;
    flex-wrap: wrap
}

@media (max-width:1024px) {
    .productList-2 .coutBox .proList {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

.productList-2 .coutBox .proList li {
    margin-bottom: 40px;
    width: 24%
}

@media (max-width:1024px) {
    .productList-2 .coutBox .proList li {
        width: 100%
    }
}

.productList-2 .coutBox .proList li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .productList-2 .coutBox .proList li a {
        margin: 0 auto;
        width: 80%
    }
}

.productList-2 .coutBox .proList li a .imgBox {
    overflow: hidden;
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    border: 1px solid #ccc;
    overflow: unset;
    position: relative;
    border: none;
    height: 300px
}

@media (max-width:1024px) {
    .productList-2 .coutBox .proList li a .imgBox {
        height: 70vw
    }
}

@media (max-width:1024px) {
    .productList-2 .coutBox .proList li a .imgBox {
        height: unset;
        margin-left: 7vw
    }
}

.productList-2 .coutBox .proList li a .imgBox img {
    position: relative;
    z-index: 1
}

.productList-2 .coutBox .proList li a .imgBox::before {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../../html/rgmod/listMod/productList/productList-2/proQuan.png);
    background-position: center;
    top: 10%;
    left: -20%
}

.productList-2 .coutBox .proList li a .imgBox img {
    object-fit: contain;
    transition-duration: .5s;
    transition-property: all;
    width: 100%;
    height: 100%
}

.productList-2 .coutBox .proList li a span {
    font-size: 24px;
    transition-duration: .5s;
    transition-property: all;
    margin-top: 30px;
    font-family: 'syst'
}

.productList-2 .coutBox .proList li a:hover span {
    color: #d8b271
}

.productList-2 .coutBox .proList li a:hover .imgBox img {
    transform: scale(1.02)
}

.productList-3 .cenBox .list {
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: unset;
    flex-wrap: wrap
}

.productList-3 .cenBox .list .li {
    margin-bottom: 60px;
    width: 33.3333%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .productList-3 .cenBox .list .li {
        width: 50%
    }
}

.productList-3 .cenBox .list .li .aBox {
    position: relative;
    width: 248px;
    height: 410px
}

@media (max-width:1600px) {
    .productList-3 .cenBox .list .li .aBox {
        width: 17vw;
        height: 28vw
    }
}

@media (max-width:1600px) and (max-width:1024px) {
    .productList-3 .cenBox .list .li .aBox {
        width: 40vw;
        height: 64vw
    }
}

.productList-3 .cenBox .list .li .aBox .imgBox {
    height: 100%
}

.productList-3 .cenBox .list .li .aBox .title {
    position: absolute;
    z-index: 1;
    bottom: 20px;
    left: 0;
    background-color: #d8b271;
    width: 70%;
    height: 40px;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset;
    padding-left: 40px;
    color: #fff;
    font-size: 20px
}

@media (max-width:1600px) {
    .productList-3 .cenBox .list .li .aBox .title {
        font-size: 18px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    .productList-3 .cenBox .list .li .aBox .title {
        height: 30px;
        font-size: 16px
    }
}

@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
    .productList-3 .cenBox .list .li .aBox .title {
        padding-left: 4vw
    }
}

.productList-3 .cenBox .list .li .aBox .hovBox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 0;
    background-color: rgba(194, 0, 11, 0.7);
    transition-duration: .5s;
    transition-property: all
}

.productList-3 .cenBox .list .li .aBox .hovBox .logo {
    height: 100px;
    opacity: 0;
    transform: translateY(40px);
    transition-duration: .5s;
    transition-property: all;
    margin-bottom: 50px
}

.productList-3 .cenBox .list .li .aBox .hovBox i {
    color: #fff;
    font-size: 30px;
    opacity: 0;
    transform: translateY(40px);
    transition-duration: .5s;
    transition-property: all
}

.productList-3 .cenBox .list .li .aBox .hovBox .txt {
    margin: 40px 20px;
    opacity: 0;
    transform: translateY(40px);
    transition-duration: .5s;
    transition-property: all;
    font-size: 18px;
    color: #fff
}

.productList-3 .cenBox .list .li .aBox::after {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 10px;
    height: 40px;
    bottom: 20px;
    right: 100%;
    background-color: #d8b271;
    border-top-left-radius: 6px
}

@media (max-width:1300px) {
    .productList-3 .cenBox .list .li .aBox::after {
        height: 30px
    }
}

.productList-3 .cenBox .list .li .aBox::before {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 10px;
    height: 6px;
    bottom: 16px;
    right: 100%;
    background-color: #7c0001;
    border-bottom-left-radius: 6px
}

@media (min-width:1024px) {
    .productList-3 .cenBox .list .li .aBox:hover .hovBox {
        width: 100%;
        pointer-events: auto;
        opacity: 1
    }

    .productList-3 .cenBox .list .li .aBox:hover .hovBox .logo {
        transform: translateY(0);
        transition-delay: .5s;
        opacity: 1
    }

    .productList-3 .cenBox .list .li .aBox:hover .hovBox i {
        transform: translateY(0);
        transition-delay: .6s;
        opacity: 1
    }

    .productList-3 .cenBox .list .li .aBox:hover .hovBox .txt {
        transform: translateY(0);
        transition-delay: .7s;
        opacity: 1
    }
}

.recruitList-1 .listBox {
    width: 1500px;
    margin: 0 auto
}

@media (max-width:1600px) {
    .recruitList-1 .listBox {
        width: 88%
    }
}

@media (max-width:1300px) {
    .recruitList-1 .listBox {
        width: 90%
    }
}

@media (max-width:1024px) {
    .recruitList-1 .listBox {
        width: 84%
    }
}

.recruitList-1 .listBox ul li {
    background-color: #f7f7f7;
    margin-bottom: 10px;
    border: 1px solid #ccc
}

.recruitList-1 .listBox ul li .btnBox {
    padding: 0 20px 0 40px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset;
    width: 100%;
    height: 60px
}

.recruitList-1 .listBox ul li .btnBox .workName {
    font-size: 20px
}

.recruitList-1 .listBox ul li .btnBox .ico {
    transition-duration: .5s;
    transition-property: all
}

.recruitList-1 .listBox ul li .btnBox:hover {
    background-color: #f3f3f3
}

.recruitList-1 .listBox ul li .workCout {
    display: none
}

.recruitList-1 .listBox ul li .workCout .content {
    border-top: 1px dashed #ddd;
    padding: 40px
}

.recruitList-1 .listBox ul li .workCout .content p {
    font-size: 16px
}

.recruitList-1 .listBox ul li.open .btnBox .ico {
    transform: rotate(-180deg)
}

.recruitList-2 .cenBox .ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.recruitList-2 .cenBox .ul .li {
    width: 100%
}

.recruitList-2 .cenBox .ul .li .aBox .box {
    height: 200px;
    transition-duration: .3s;
    transition-property: all;
    padding: 30px 40px
}

@media (max-width:1024px) {
    .recruitList-2 .cenBox .ul .li .aBox .box {
        padding: 4vw 0;
        height: unset
    }
}

.recruitList-2 .cenBox .ul .li .aBox .box .title {
    font-size: 30px;
    color: #d8b271
}

@media (max-width:1300px) {
    .recruitList-2 .cenBox .ul .li .aBox .box .title {
        font-size: 22px
    }
}

.recruitList-2 .cenBox .ul .li .aBox .box i {
    width: 100%;
    display: block;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    margin: 10px 0
}

.recruitList-2 .cenBox .ul .li .aBox .box .tag {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset
}

.recruitList-2 .cenBox .ul .li .aBox .box .tag li {
    position: relative;
    padding: 0 10px
}

@media (max-width:1300px) {
    .recruitList-2 .cenBox .ul .li .aBox .box .tag li {
        font-size: 14px
    }
}

.recruitList-2 .cenBox .ul .li .aBox .box .tag li:first-child {
    padding-left: 0
}

.recruitList-2 .cenBox .ul .li .aBox .box .tag li::after {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 1px;
    height: 14px;
    right: 0;
    top: calc(50% - 6px);
    background-color: rgba(0, 0, 0, 0.5)
}

.recruitList-2 .cenBox .ul .li .aBox .box .miaoshu {
    margin-top: 10px;
    opacity: .8;
    font-size: 16px
}

@media (max-width:1300px) {
    .recruitList-2 .cenBox .ul .li .aBox .box .miaoshu {
        font-size: 14px;
        line-height: 2em
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .recruitList-2 .cenBox .ul .li .aBox .box .miaoshu {
        display: none
    }
}

@media (min-width:1024px) {
    .recruitList-2 .cenBox .ul .li .aBox .box:hover {
        background-color: #f8f8f8
    }
}

.searchList-1 {
    width: 1500px;
    margin: 0 auto
}

@media (max-width:1600px) {
    .searchList-1 {
        width: 88%
    }
}

@media (max-width:1300px) {
    .searchList-1 {
        width: 90%
    }
}

@media (max-width:1024px) {
    .searchList-1 {
        width: 84%
    }
}

.searchList-1 .searchListUl .cout {
    display: flex;
    height: 130px
}

.searchList-1 .searchListUl .cout img {
    width: 20%;
    height: 100%;
    object-fit: cover
}

.searchList-1 .searchListUl .cout .right {
    width: 80%;
    height: 100%;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.searchList-1 .searchListUl li {
    padding: 40px 0;
    border-bottom: 1px dashed #ccc
}

.searchList-1 .searchListUl li:last-child {
    border-bottom: none
}

.searchList-1 .searchListUl li a,
.searchList-1 .searchListUl li a span {
    border-bottom: 1px solid #c30d23;
    font-size: 20px;
    margin-bottom: 20px;
    color: #c30d23;
    width: fit-content;
    line-height: 1em
}

.searchList-1 .searchListUl li a span {
    border: none
}

.searchList-1 .searchListUl li p,
.searchList-1 .searchListUl li p span {
    text-indent: 0em;
    font-size: 16px
}

.searchList-1 .searchListUl li p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.searchList-1 .searchListUl .link {
    color: #5bac6f;
    font-size: 14px
}

.searchList-1 .searchListUl .infoC {
    margin-bottom: 10px
}

.searchList-1 .searchListUl .infoC span {
    font-size: 16px;
    margin-right: 20px;
    color: #999
}

.storefrontList-1 .searchBtn .input-holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.storefrontList-1 .searchBtn .input-holder input {
    width: 500px;
    height: 50px;
    padding: 0 20px;
    border: 2px solid #d8b271
}

@media (max-width:1024px) {
    .storefrontList-1 .searchBtn .input-holder input {
        width: 90%
    }
}

.storefrontList-1 .caselist {
    width: 1500px;
    margin: 0 auto;
    margin-top: 100px;
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: space-between;
    flex-wrap: wrap
}

@media (max-width:1600px) {
    .storefrontList-1 .caselist {
        width: 88%
    }
}

@media (max-width:1300px) {
    .storefrontList-1 .caselist {
        width: 90%
    }
}

@media (max-width:1024px) {
    .storefrontList-1 .caselist {
        width: 84%
    }
}

@media (max-width:1024px) {
    .storefrontList-1 .caselist {
        margin-top: 10vw;
        display: flex;
        flex-direction: column;
        align-items: unset;
        justify-content: unset;
        flex-wrap: unset
    }
}

.storefrontList-1 .caselist .csli {
    height: 200px;
    margin-bottom: 40px;
    width: 48%
}

@media (max-width:1024px) {
    .storefrontList-1 .caselist .csli {
        width: 100%;
        height: unset
    }
}

.storefrontList-1 .caselist .csli .box {
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .storefrontList-1 .caselist .csli .box {
        display: flex;
        flex-direction: column;
        align-items: unset;
        justify-content: unset;
        flex-wrap: unset
    }
}

.storefrontList-1 .caselist .csli .box .imgBox {
    overflow: hidden;
    height: 100%;
    width: 40%
}

@media (max-width:1024px) {
    .storefrontList-1 .caselist .csli .box .imgBox {
        width: 100%;
        height: 40vw
    }
}

.storefrontList-1 .caselist .csli .box .imgBox img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition-duration: .5s;
    transition-property: all
}

.storefrontList-1 .caselist .csli .box .tt {
    width: 60%;
    padding-left: 20px
}

@media (max-width:1024px) {
    .storefrontList-1 .caselist .csli .box .tt {
        width: 100%;
        padding: 6vw
    }
}

.storefrontList-1 .caselist .csli .box .tt h1 {
    font-size: 24px;
    margin-bottom: 10px
}

.storefrontList-1 .caselist .csli .box .tt h1 span {
    color: red;
    font-size: 24px
}

.storefrontList-1 .caselist .csli .box .tt h2 {
    margin-bottom: 6px
}

.storefrontList-1 .caselist .csli .box .tt h2 span {
    color: red
}

.storefrontList-1 .caselist .csli .box .tt h3 span {
    color: red
}

.storefrontList-1 .caselist .csli:hover .box .imgBox img {
    transform: scale(1.1);
    transition-duration: 10s;
    transition-property: all
}

.downloadList-1 .cenBox {
    width: 1500px;
    margin: 0 auto
}

@media (max-width:1600px) {
    .downloadList-1 .cenBox {
        width: 88%
    }
}

@media (max-width:1300px) {
    .downloadList-1 .cenBox {
        width: 90%
    }
}

@media (max-width:1024px) {
    .downloadList-1 .cenBox {
        width: 84%
    }
}

.downloadList-1 .cenBox .ul .li {
    margin-bottom: 20px
}

.downloadList-1 .cenBox .ul .li .box {
    border: 1px solid #ddd;
    padding: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset
}

.downloadList-1 .cenBox .ul .li .box .left .title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px
}

.downloadList-1 .cenBox .ul .li .box .left .info {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset
}

.downloadList-1 .cenBox .ul .li .box .left .info span {
    position: relative;
    display: block;
    margin-right: 20px;
    padding-right: 20px
}

.downloadList-1 .cenBox .ul .li .box .left .info span::after {
    content: '';
    z-index: 0;
    display: block;
    width: 1px;
    height: 16px;
    position: absolute;
    right: 0;
    top: calc(50% - 7px);
    background-color: #ccc
}

.downloadList-1 .cenBox .ul .li .box .btnDL {
    background-color: #d8b271;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    height: 40px;
    width: 120px;
    border-radius: 4px;
    color: #fff
}

.downloadList-1 .cenBox .ul .li .box .btnDL i {
    color: #fff;
    margin-left: 10px
}

.newsDetail-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 1500px;
    margin: 0 auto;
    padding: 100px 0
}

@media (max-width:1600px) {
    .newsDetail-1 {
        width: 88%
    }
}

@media (max-width:1300px) {
    .newsDetail-1 {
        width: 90%
    }
}

@media (max-width:1024px) {
    .newsDetail-1 {
        width: 84%
    }
}

@media (max-width:1600px) {
    .newsDetail-1 {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    .newsDetail-1 {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    .newsDetail-1 {
        padding: 12vw 0
    }
}

.newsDetail-1 .title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px
}

@media (max-width:1024px) {
    .newsDetail-1 .title {
        font-size: 5vw
    }
}

.newsDetail-1 .info span {
    color: #666;
    font-size: 16px
}

@media (max-width:1024px) {
    .newsDetail-1 .info span {
        font-size: 3.4vw
    }
}

.newsDetail-1 .neirongBox {
    margin: 40px 0;
    border: 1px dotted #999;
    padding: 20px 0;
    border-right: 0;
    border-left: 0;
    width: 100%
}

.newsDetail-1 .moreLink {
    width: 100%
}

.newsDetail-1 .moreLink .link {
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: unset;
    flex-wrap: unset
}

.newsDetail-1 .moreLink .link div {
    font-size: 16px;
    font-weight: bold
}

.newsDetail-1 .moreLink .link a {
    font-size: 16px;
    font-weight: bold;
    transition-duration: .5s;
    transition-property: all
}

.newsDetail-1 .moreLink .link a:hover {
    color: #d8b271
}

@media (max-width:1024px) {
    .productDetail-1 .info {
        padding: 0
    }
}

.productDetail-1 .info .cenBoxK {
    width: 1500px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: unset;
    flex-wrap: unset;
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1600px) {
    .productDetail-1 .info .cenBoxK {
        width: 88%
    }
}

@media (max-width:1300px) {
    .productDetail-1 .info .cenBoxK {
        width: 90%
    }
}

@media (max-width:1024px) {
    .productDetail-1 .info .cenBoxK {
        width: 84%
    }
}

@media (max-width:1600px) {
    .productDetail-1 .info .cenBoxK {
        height: unset
    }
}

@media (max-width:1600px) and (max-width:1024px) {
    .productDetail-1 .info .cenBoxK {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset;
        padding: 0
    }
}

.productDetail-1 .info .cenBoxK .imgBox {
    width: 50%
}

@media (max-width:1024px) {
    .productDetail-1 .info .cenBoxK .imgBox {
        width: 100%
    }
}

.productDetail-1 .info .cenBoxK .imgBox img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: contain
}

.productDetail-1 .info .cenBoxK .txtCout {
    padding-left: 60px;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .productDetail-1 .info .cenBoxK .txtCout {
        width: 100%;
        margin-top: 6vw;
        padding: 0
    }
}

.productDetail-1 .info .cenBoxK .txtCout .title {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold
}

@media (max-width:1024px) {
    .productDetail-1 .info .cenBoxK .txtCout .title {
        font-size: 6vw
    }
}

.productDetail-1 .info .cenBoxK .txtCout .miaoshu {
    color: #444;
    line-height: 2em;
    text-indent: 2em;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

@media (max-width:1300px) {
    .productDetail-1 .info .cenBoxK .txtCout .miaoshu {
        font-size: 16px
    }
}

.productDetail-1 .info .cenBoxK .txtCout .guige {
    width: 100%;
    margin: 50px 0;
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: unset;
    flex-wrap: wrap
}

@media (max-width:1300px) {
    .productDetail-1 .info .cenBoxK .txtCout .guige {
        margin: 20px 0
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .productDetail-1 .info .cenBoxK .txtCout .guige {
        padding: 5vw;
        margin: 4vw 0;
        display: flex;
        flex-direction: row;
        align-items: unset;
        justify-content: unset;
        flex-wrap: wrap;
        background-color: #f3f3f3
    }
}

.productDetail-1 .info .cenBoxK .txtCout .guige li {
    margin-bottom: 20px;
    font-size: 16px;
    color: #444;
    width: 50%
}

@media (max-width:1300px) {
    .productDetail-1 .info .cenBoxK .txtCout .guige li {
        font-size: 16px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .productDetail-1 .info .cenBoxK .txtCout .guige li {
        line-height: 2em;
        width: 50%;
        flex: unset;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: unset;
        flex-wrap: unset
    }
}

.productDetail-1 .info .cenBoxK .txtCout .guige li .cenBox {
    width: 80%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: unset;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .productDetail-1 .info .cenBoxK .txtCout .guige li .cenBox div {
        font-size: 3.6vw
    }
}

.productDetail-1 .info .cenBoxK .txtCout .guige li .cenBox i {
    display: block;
    width: 4px;
    height: 14px;
    border-radius: 3px;
    margin-right: 5px;
    background-color: #d8b271
}

.productDetail-1 .info .cenBoxK .txtCout .guige li .cenBox div {
    font-size: 16px;
    font-weight: bold
}

.productDetail-1 .info .cenBoxK .txtCout .lunbo {
    width: 100%;
    background-color: #f3f3f3
}

@media (max-width:1024px) {
    .productDetail-1 .info .cenBoxK .txtCout .lunbo {
        margin-bottom: 6vw
    }
}

.productDetail-1 .info .cenBoxK .txtCout .lunbo #proDelTabs .swiper-slide {
    cursor: pointer
}

.productDetail-1 .info .cenBoxK .txtCout .lunbo #proDelTabs .swiper-slide .img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover
}

.productDetail-1 .info .cenBoxK .txtCout .lunbo #proDelTabs .swiper-slide:after {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    border: 4px solid #d8b271;
    box-sizing: border-box;
    opacity: 0;
    transition-duration: .5s;
    transition-property: all
}

.productDetail-1 .info .cenBoxK .txtCout .lunbo #proDelTabs .swiper-slide.on:after {
    opacity: 1
}

.productDetail-1 .info .cenBoxK.swiper-slide-active {
    opacity: 1 !important
}

.productDetail-1 .proDelBottom {
    margin-top: 40px;
    padding-bottom: 100px
}

@media (max-width:1600px) {
    .productDetail-1 .proDelBottom {
        padding-bottom: 80px
    }
}

@media (max-width:1300px) {
    .productDetail-1 .proDelBottom {
        padding-bottom: 6vw
    }
}

@media (max-width:1024px) {
    .productDetail-1 .proDelBottom {
        padding-bottom: 12vw
    }
}

.productDetail-1 .proDelBottom .content {
    border-top: 1px dotted #999;
    padding: 40px 0;
    width: 1500px;
    margin: 0 auto
}

@media (max-width:1600px) {
    .productDetail-1 .proDelBottom .content {
        width: 88%
    }
}

@media (max-width:1300px) {
    .productDetail-1 .proDelBottom .content {
        width: 90%
    }
}

@media (max-width:1024px) {
    .productDetail-1 .proDelBottom .content {
        width: 84%
    }
}

@media (max-width:1024px) {
    .productDetail-1 .proDelBottom .content {
        padding: 10vw 0vw;
        padding-bottom: 0
    }
}

.productDetail-1 .proDelBottom .content .title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center
}

.productDetail-1 .proDelBottom .content .txt * {
    color: #444;
    font-size: 16px;
    line-height: 2em
}

@media (max-width:1024px) {
    .productDetail-1 .proDelBottom .content .txt * {
        font-size: 3.4vw
    }
}

.productDetail-1 .proDelBottom .tuijian {
    width: 1500px;
    margin: 0 auto
}

@media (max-width:1600px) {
    .productDetail-1 .proDelBottom .tuijian {
        width: 88%
    }
}

@media (max-width:1300px) {
    .productDetail-1 .proDelBottom .tuijian {
        width: 90%
    }
}

@media (max-width:1024px) {
    .productDetail-1 .proDelBottom .tuijian {
        width: 84%
    }
}

.productDetail-1 .proDelBottom .tuijian .title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 40px
}

@media (max-width:1024px) {
    .productDetail-1 .proDelBottom .tuijian .title {
        font-size: 6vw;
        margin-bottom: 4vw
    }
}

.productDetail-1 .proDelBottom .tuijian #tuijian .swiper-slide .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.productDetail-1 .proDelBottom .tuijian #tuijian .swiper-slide .box .img {
    overflow: hidden;
    position: relative;
    padding: 40px;
    background-color: #fff;
    width: 100%;
    height: 400px
}

@media (max-width:1600px) {
    .productDetail-1 .proDelBottom .tuijian #tuijian .swiper-slide .box .img {
        height: 24vw
    }
}

.productDetail-1 .proDelBottom .tuijian #tuijian .swiper-slide .box .img img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    transition-duration: .5s;
    transition-property: all
}

.productDetail-1 .proDelBottom .tuijian #tuijian .swiper-slide .box .img .more {
    transform: translateY(100%);
    transition-duration: .5s;
    transition-property: all;
    position: absolute;
    bottom: 0;
    height: 60px;
    background-color: #d8b271;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 100%;
    color: #fff;
    left: 0
}

.productDetail-1 .proDelBottom .tuijian #tuijian .swiper-slide .box .img .more i {
    color: #fff
}

.productDetail-1 .proDelBottom .tuijian #tuijian .swiper-slide .box .title {
    font-size: 18px;
    margin-top: 20px
}

.productDetail-1 .proDelBottom .tuijian #tuijian .swiper-slide .box:hover .img img {
    transform: translateY(-30px)
}

.productDetail-1 .proDelBottom .tuijian #tuijian .swiper-slide .box:hover .img .more {
    transform: translateY(0)
}

.breadMod-1 {
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #f3f3f3;
    padding: 20px 0
}

.breadMod-1 .box {
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: center
}

.breadMod-1 .box a {
    font-size: 16px;
    line-height: 1em
}

@media (max-width:1024px) {
    .breadMod-1 .box a {
        font-weight: bold;
        font-size: 3.4vw
    }
}

.breadMod-1 .box a:last-child {
    color: #d8b271;
    cursor: default
}

.breadMod-1 .box a:hover {
    color: #d8b271
}

.breadMod-1 img {
    width: 20px;
    opacity: .89;
    margin-right: 10px
}

.fenye-1 {
    margin-top: 40px
}

.fenye-1 * {
    transition-duration: .5s;
    transition-property: all
}

.fenye-1 .box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.fenye-1 .page-numbar {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.fenye-1 .page-numbar a {
    width: 60px;
    height: 60px;
    margin: 0 10px;
    color: #999;
    border: 1px solid #999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.fenye-1 .page-numbar a:hover {
    border-color: #d8b271;
    color: #d8b271
}

.fenye-1 .page-numbar a:hover .gd i {
    color: #fff
}

.fenye-1 .page-numbar a.page-num-current {
    border-color: #d8b271;
    color: #d8b271
}

.fenye-1 .page-next a i,
.fenye-1 .page-pre a i {
    color: #999;
    font-size: 30px;
    transition-duration: .5s;
    transition-property: all
}

.fenye-1 .page-next a:hover i,
.fenye-1 .page-pre a:hover i {
    color: #d8b271
}

@media (max-width:1024px) {
    .fenye-1 {
        padding: 2vw 0 20vw
    }
}

.fenye-2 {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.fenye-2 * {
    transition-duration: .5s;
    transition-property: all
}

.fenye-2 .box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.fenye-2>div a {
    width: 40px;
    height: 40px;
    font-weight: bold;
    margin: 0 10px;
    border-radius: 50%;
    color: #333;
    background-color: #f3f3f3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.fenye-2 .page-numbar {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.fenye-2 .page-numbar a:hover {
    background-color: #d8b271;
    transition-duration: .5s;
    transition-property: all;
    color: #fff
}

.fenye-2 .page-numbar a:hover i {
    color: #fff
}

.fenye-2 .page-numbar a.page-num-current {
    color: #fff;
    background-color: #d8b271
}

.fenye-2 .page-next a i,
.fenye-2 .page-pre a i {
    color: #999;
    font-size: 16px;
    transition-duration: .5s;
    transition-property: all
}

.fenye-2 .page-next a:hover,
.fenye-2 .page-pre a:hover {
    background-color: #d8b271
}

.fenye-2 .page-next a:hover i,
.fenye-2 .page-pre a:hover i {
    color: #fff
}

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

.fiexdRight-1 {
    position: fixed;
    right: 10px;
    bottom: 40px;
    z-index: 2
}

@media (max-width:1300px) {
    .fiexdRight-1 {
        top: unset;
        bottom: 30px;
        right: 10px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .fiexdRight-1 {
        right: 4vw;
        bottom: 10vw
    }
}

.fiexdRight-1 ul {
    position: relative
}

.fiexdRight-1 ul li {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    bottom: 0;
    right: 0;
    transition-duration: .5s;
    transition-property: all
}

.fiexdRight-1 ul li:last-child {
    pointer-events: auto;
    opacity: 1;
    z-index: 2
}

.fiexdRight-1 ul li:last-child.show .yuan .btn {
    background-color: #d8b271
}

.fiexdRight-1 ul li:last-child.show .yuan .btn i {
    transform: rotate(180deg);
    color: #fff
}

.fiexdRight-1 ul li.show {
    pointer-events: auto;
    opacity: 1;
    z-index: 1
}

.fiexdRight-1 ul li .yuan {
    position: relative
}

.fiexdRight-1 ul li .yuan .btn {
    border-radius: 50%;
    cursor: pointer;
    transition-duration: .5s;
    transition-property: all;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 50px;
    height: 50px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05)
}

@media (max-width:1300px) {
    .fiexdRight-1 ul li .yuan .btn {
        width: 40px;
        height: 40px
    }
}

.fiexdRight-1 ul li .yuan .btn i {
    font-size: 26px;
    transition-duration: .5s;
    transition-property: all;
    color: #333
}

@media (max-width:1300px) {
    .fiexdRight-1 ul li .yuan .btn i {
        font-size: 20px
    }
}

.fiexdRight-1 ul li .yuan .box {
    pointer-events: none;
    position: absolute;
    background-color: #fff;
    opacity: 0;
    right: 140%;
    top: 50%;
    transform: translate(-50px, -50%);
    transition-duration: .5s;
    transition-property: all;
    padding: 20px;
    max-width: 300px;
    width: max-content;
    color: #fff
}

.fiexdRight-1 ul li .yuan .box span {
    color: #333
}

.fiexdRight-1 ul li .yuan .box .erwei {
    margin-bottom: 10px;
    width: 140px;
    height: 140px
}

.fiexdRight-1 ul li:hover .yuan .btn {
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    background-color: #d8b271
}

.fiexdRight-1 ul li:hover .yuan .btn i {
    color: #fff
}

.fiexdRight-1 ul li:hover .yuan .box {
    transform: translate(0, -50%);
    opacity: 1
}

.fiexdRight-2 {
    position: fixed;
    right: 10px;
    bottom: 40px;
    z-index: 2
}

@media (max-width:1300px) {
    .fiexdRight-2 {
        top: unset;
        bottom: 30px;
        right: 10px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .fiexdRight-2 {
        display: none;
        right: 4vw;
        bottom: 10vw
    }
}

.fiexdRight-2 ul li {
    margin-top: 10px
}

.fiexdRight-2 ul li .yuan {
    position: relative
}

.fiexdRight-2 ul li .yuan .btn {
    cursor: pointer;
    transition-duration: .5s;
    transition-property: all;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 40px;
    height: 40px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05)
}

@media (max-width:1300px) {
    .fiexdRight-2 ul li .yuan .btn {
        width: 40px;
        height: 40px
    }
}

.fiexdRight-2 ul li .yuan .btn i {
    font-size: 22px;
    transition-duration: .5s;
    transition-property: all;
    color: #333
}

@media (max-width:1300px) {
    .fiexdRight-2 ul li .yuan .btn i {
        font-size: 20px
    }
}

.fiexdRight-2 ul li .yuan .box {
    pointer-events: none;
    position: absolute;
    background-color: #fff;
    opacity: 0;
    right: 140%;
    top: 50%;
    transform: translate(-50px, -50%);
    transition-duration: .5s;
    transition-property: all;
    padding: 20px;
    max-width: 300px;
    width: max-content;
    color: #fff
}

.fiexdRight-2 ul li .yuan .box span {
    color: #333
}

.fiexdRight-2 ul li .yuan .box .erwei {
    margin-bottom: 10px;
    width: 140px;
    height: 140px
}

.fiexdRight-2 ul li:hover .yuan .btn {
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    background-color: #d8b271
}

.fiexdRight-2 ul li:hover .yuan .btn i {
    color: #fff
}

.fiexdRight-2 ul li:hover .yuan .box {
    transform: translate(0, -50%);
    opacity: 1
}

.fiexdRight-3 {
    position: fixed;
    right: 10px;
    top: 47%;
    z-index: 2
}

@media (max-width:1300px) {
    .fiexdRight-3 {
        top: unset;
        right: 10px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .fiexdRight-3 {
        display: none;
        right: 4vw
    }
}

.fiexdRight-3 .ul li {
    margin-top: 10px
}

.fiexdRight-3 .ul li .yuan {
    position: relative
}

.fiexdRight-3 .ul li .yuan .btn {
    border-radius: 4px;
    cursor: pointer;
    transition-duration: .5s;
    transition-property: all;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 40px;
    height: 40px
}

.fiexdRight-3 .ul li .yuan .btn i {
    position: relative;
    z-index: 1;
    font-size: 22px;
    transition-duration: .5s;
    transition-property: all;
    color: #fff
}

@media (max-width:1300px) {
    .fiexdRight-3 .ul li .yuan .btn i {
        font-size: 20px
    }
}

.fiexdRight-3 .ul li .yuan .btn::after {
    border-radius: 4px;
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background-color: #fff;
    transition-duration: .5s;
    transition-property: all
}

.fiexdRight-3 .ul li .yuan .box {
    pointer-events: none;
    position: absolute;
    background-color: #fff;
    opacity: 0;
    right: 140%;
    top: 50%;
    transform: translate(-50px, -50%);
    transition-duration: .5s;
    transition-property: all;
    padding: 20px;
    max-width: 300px;
    width: max-content;
    color: #fff
}

.fiexdRight-3 .ul li .yuan .box span {
    color: #333
}

.fiexdRight-3 .ul li .yuan .box .erwei {
    margin-bottom: 10px;
    width: 140px;
    height: 140px
}

.fiexdRight-3 .ul li:hover .yuan .btn i {
    color: #d8b271
}

.fiexdRight-3 .ul li:hover .yuan .btn::after {
    height: 100%
}

.fiexdRight-3 .ul li:hover .yuan .box {
    transform: translate(0, -50%);
    opacity: 1
}

.foot-1 {
    position: relative;
    padding: 4vw 12vw;
    background-color: #333
}

@media (max-width:1024px) {
    .foot-1 {
        padding: 4vw 8vw
    }
}

.foot-1 .box {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: unset
}

.foot-1 .box .left .footLogo {
    height: 100px;
    max-width: 250px
}

.foot-1 .box .left .footLogo img {
    object-fit: contain;
    width: 100%;
    height: 100%
}

.foot-1 .box .footNav {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset
}

.foot-1 .box .footNav li {
    margin-right: 20px
}

.foot-1 .box .footNav li a {
    position: relative;
    color: #fff
}

.foot-1 .box .footNav li a::after {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 0%;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
    transition-duration: .5s;
    transition-property: all;
    top: calc(100% + 4px);
    left: 50%;
    transform: translateX(-50%)
}

.foot-1 .box .footNav li a:hover::after {
    width: 100%
}

.foot-1 .box .right .goTop {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 150px;
    height: 150px;
    position: relative
}

@media (max-width:1024px) {
    .foot-1 .box .right .goTop {
        width: 30vw;
        height: 30vw
    }
}

.foot-1 .box .right .goTop:after {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    animation: xuanzhuan 30s linear 0s infinite normal;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(goTopK.png);
    background-position: center;
    top: 0;
    left: 0
}

.foot-1 .box .right .goTop i {
    font-size: 30px;
    color: #fff
}

.foot-1 .infoBox {
    bottom: 20px;
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset;
    width: 100%;
    margin: 40px 0 0 0
}

.foot-1 .infoBox * {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px
}

@media (max-width:1024px) {
    .foot-1 .infoBox {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        flex-wrap: unset;
        height: unset
    }
}

.foot-1 .infoBox .left {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .foot-1 .infoBox .left {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        flex-wrap: unset
    }
}

.foot-1 .infoBox .left span {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.foot-1 .infoBox .left span:first-child {
    padding: 0 15px 0 0
}

.foot-1 .infoBox .right {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.foot-1 .infoBox .right ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.foot-1 .infoBox .right ul li {
    margin: 0 0 0 10px
}

.foot-1 .infoBox .right ul li a {
    position: relative
}

.foot-1 .infoBox .right ul li a::after {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 0%;
    height: 1px;
    border-radius: 1px;
    background-color: #fff;
    transition-duration: .5s;
    transition-property: all;
    top: calc(100% + 2px);
    left: 50%;
    transform: translateX(-50%)
}

.foot-1 .infoBox .right ul li a:hover::after {
    width: 100%
}

.foot-2 {
    padding-top: 100px;
    background-color: #333
}

.foot-2 .coutBox {
    width: 1500px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset
}

@media (max-width:1600px) {
    .foot-2 .coutBox {
        width: 88%
    }
}

@media (max-width:1300px) {
    .foot-2 .coutBox {
        width: 90%
    }
}

@media (max-width:1024px) {
    .foot-2 .coutBox {
        width: 84%
    }
}

@media (max-width:1600px) {
    .foot-2 .coutBox {
        width: 90%
    }
}

@media (max-width:1600px) and (max-width:1024px) {
    .foot-2 .coutBox {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

.foot-2 .coutBox .footLogo {
    width: 200px
}

@media (max-width:1024px) {
    .foot-2 .coutBox .footLogo {
        margin-bottom: 10vw
    }
}

.foot-2 .coutBox .footNav {
    width: 600px;
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: unset;
    flex-wrap: wrap
}

.foot-2 .coutBox .footNav li {
    width: 33.333%;
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.foot-2 .coutBox .footNav li a {
    opacity: .5;
    transition-duration: .5s;
    transition-property: all;
    position: relative
}

.foot-2 .coutBox .footNav li a span {
    color: #fff;
    transition-duration: .5s;
    transition-property: all;
    display: block
}

.foot-2 .coutBox .footNav li a i {
    background-color: #fff;
    position: absolute;
    width: 0%;
    height: 1px;
    display: block;
    bottom: 0;
    left: 50%;
    transition-duration: .5s;
    transition-property: all;
    transform: translateX(-50%)
}

.foot-2 .coutBox .footNav li a:hover {
    opacity: 1
}

.foot-2 .coutBox .footNav li a:hover span {
    transform: translateY(-4px)
}

.foot-2 .coutBox .footNav li a:hover i {
    width: 100%
}

.foot-2 .coutBox .erwei {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .foot-2 .coutBox .erwei {
        margin-top: 10vw
    }
}

.foot-2 .coutBox .erwei .ewBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    margin-right: 40px
}

.foot-2 .coutBox .erwei .ewBox img {
    margin-bottom: 10px;
    width: 140px;
    height: 140px
}

.foot-2 .coutBox .erwei .ewBox span {
    font-size: 16px
}

.foot-2 .coutBox .erwei .ewBox:last-child {
    margin-right: 0
}

.foot-2 .footInfo {
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset;
    margin-top: 40px
}

.foot-2 .footInfo a {
    transition-duration: .5s;
    transition-property: all
}

.foot-2 .footInfo a:hover {
    color: #333;
    text-decoration: underline
}

.foot-2 .footInfo .box {
    width: 1500px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset
}

.foot-2 .footInfo .box * {
    color: #888;
    font-size: 16px
}

@media (max-width:1600px) {
    .foot-2 .footInfo .box {
        width: 88%
    }
}

@media (max-width:1300px) {
    .foot-2 .footInfo .box {
        width: 90%
    }
}

@media (max-width:1024px) {
    .foot-2 .footInfo .box {
        width: 84%
    }
}

@media (max-width:1024px) {
    .foot-2 .footInfo .box {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        flex-wrap: unset
    }
}

@media (max-width:1600px) {
    .foot-2 .footInfo .box {
        width: 90%
    }
}

.foot-2 .footInfo .box .left {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .foot-2 .footInfo .box .left {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        flex-wrap: unset
    }
}

.foot-2 .footInfo .box .left span {
    margin-right: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.foot-2 .footInfo .box .right {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.foot-2 .footInfo .box .right * {
    color: #d8b271;
    font-weight: bold;
    font-size: 20px
}

.foot-3 .coutBox {
    background-color: #ececec;
    padding: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.foot-3 .footLogo {
    width: 200px
}

.foot-3 .coutBox ul {
    display: flex
}

.foot-3 .footInfo span {
    color: #999;
    font-weight: 100;
    font-size: 16px
}

.foot-3 .footInfo a {
    margin-bottom: 10px
}

.foot-3 .footInfo a:hover span {
    text-decoration: underline
}

.foot-3 .footNav li {
    padding: 0 10px
}

.foot-3 .footNav li a {
    color: #999;
    transition: all .5s
}

.foot-3 .footNav {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
    padding-bottom: 20px;
    margin-bottom: 20px
}

.foot-3 .footNav li a:hover {
    color: #2a3330
}

.foot-3 .waves {
    position: relative;
    width: 100%;
    height: 15vh;
    margin-bottom: -7px;
    min-height: 100px;
    max-height: 150px
}

.foot-3 .parallax>use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite
}

.foot-3 .parallax>use:nth-child(1) {
    animation-delay: -4s;
    animation-duration: 8s
}

.foot-3 .parallax>use:nth-child(2) {
    animation-delay: -6s;
    animation-duration: 16s
}

.foot-3 .parallax>use:nth-child(3) {
    animation-delay: -8s;
    animation-duration: 30s
}

.foot-3 .parallax>use:nth-child(4) {
    animation-delay: -10s;
    animation-duration: 50s
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0)
    }

    100% {
        transform: translate3d(85px, 0, 0)
    }
}

@media (max-width:768px) {
    .foot-3 .waves {
        height: 40px;
        min-height: 40px
    }

    .foot-3 .content {
        height: 30vh
    }

    .foot-3 h1 {
        font-size: 24px
    }
}

@media only screen and (max-width:1300px) {
    .foot-3 .coutBox {
        padding: 6vw 10vw
    }
}

@media only screen and (max-width:1024px) {
    .foot-3 .coutBox {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10vw
    }

    .foot-3 .coutBox ul {
        flex-wrap: wrap
    }

    .foot-3 .footR {
        margin-top: 10vw
    }

    .foot-3 .coutBox ul li {
        width: 50%;
        margin-bottom: 4vw
    }

    .foot-3 .foot-3 .coutBox ul li a {
        text-align: center
    }
}

.foot-3 .coutBox .footLogo {
    width: unset;
    width: 400px;
    object-fit: contain;
    height: 200px
}

@media (max-width:1024px) {
    .foot-3 .coutBox .footLogo {
        height: 30vw
    }
}

.foot-3 .coutBox .footR {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .foot-3 .coutBox .footR {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

.foot-3 .coutBox .footR .erwei {
    margin-left: 40px
}

@media (max-width:1024px) {
    .foot-3 .coutBox .footR .erwei {
        margin: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset;
        margin-top: 10vw
    }
}

@media (max-width:1024px) {
    .foot-3 .coutBox .footR .erwei ul {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

.foot-3 .coutBox .footR .erwei ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.foot-3 .coutBox .footR .erwei ul li img {
    object-fit: contain;
    width: 150px;
    height: 150px
}

.foot-3 .coutBox .footR .rrBox {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

.foot-4 {
    background-color: #111
}

.foot-4 .mask {
    width: 100%;
    height: 100%;
    padding: 100px 0 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .foot-4 .mask {
        padding: 14vw 10vw
    }
}

.foot-4 .mask .cout {
    width: 1500px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset
}

@media (max-width:1600px) {
    .foot-4 .mask .cout {
        width: 88%
    }
}

@media (max-width:1300px) {
    .foot-4 .mask .cout {
        width: 90%
    }
}

@media (max-width:1024px) {
    .foot-4 .mask .cout {
        width: 84%
    }
}

@media (max-width:1024px) {
    .foot-4 .mask .cout {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: unset;
        justify-content: unset;
        flex-wrap: unset
    }
}

.foot-4 .mask .cout .left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

.foot-4 .mask .cout .left * {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px
}

.foot-4 .mask .cout .left .footNav {
    margin-bottom: 40px;
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: unset;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .foot-4 .mask .cout .left .footNav {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%
    }
}

.foot-4 .mask .cout .left .footNav li {
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.5)
}

@media (max-width:1024px) {
    .foot-4 .mask .cout .left .footNav li {
        margin: 0;
        margin-bottom: 6vw;
        width: 33.3333%;
        padding: 0
    }
}

.foot-4 .mask .cout .left .footNav li a {
    line-height: .5em;
    transition-duration: .5s;
    transition-property: all
}

.foot-4 .mask .cout .left .footNav li a:hover {
    color: #fff
}

@media (max-width:1024px) {
    .foot-4 .mask .cout .left .footNav li a {
        line-height: 1em;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

.foot-4 .mask .cout .left .footCompany {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

.foot-4 .mask .cout .left .footCompany span {
    margin-bottom: 10px
}

.foot-4 .mask .cout .left .info {
    background-color: rgba(0, 0, 0, 0.8);
    margin-top: 40px;
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

.foot-4 .mask .cout .left .info span,
.foot-4 .mask .cout .left .info a {
    color: rgba(255, 255, 255, 0.4);
    font-size: 14px;
    padding: 4px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    transition-duration: .5s;
    transition-property: all
}

.foot-4 .mask .cout .left .info a:hover {
    color: #fff
}

.foot-4 .mask .cout .right .erwei {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .foot-4 .mask .cout .right .erwei {
        margin-top: 10vw
    }
}

.foot-4 .mask .cout .right .erwei li {
    margin-left: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .foot-4 .mask .cout .right .erwei li {
        margin-left: 0;
        margin: 0 4vw
    }
}

.foot-4 .mask .cout .right .erwei li img {
    width: 120px;
    height: 120px;
    margin-bottom: 10px
}

.foot-4 .mask .cout .right .erwei li span {
    color: rgba(255, 255, 255, 0.7)
}

.foot-5 {
    width: 100%;
    background-color: #14141b;
    display: flex;
    flex-direction: column;
    align-items: center
}

.foot-5 * {
    color: #ccc
}

.foot-5>i {
    width: 80%;
    display: block;
    height: 1px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff, #fff, #fff, #fff, rgba(255, 255, 255, 0));
    opacity: .5
}

.foot-5 Logo {
    filter: grayscale(100%) brightness(500%);
    width: 150px;
    margin: 26px
}

.foot-5 .cout {
    width: 1300px;
    display: flex;
    justify-content: space-between;
    padding: 40px 0
}

.foot-5 .contactIco {
    display: flex
}

.foot-5 Lbotm {
    display: flex;
    margin-top: 20px
}

.foot-5 .botnav {
    display: flex
}

.foot-5 .botnav .title {
    position: relative
}

.foot-5 .botnav .title::before {
    content: "";
    display: block;
    left: -14px;
    width: 4px;
    height: 80%;
    top: 10%;
    position: absolute;
    background-color: #2f58aa;
    border-radius: 2px
}

.foot-5 .ultwo a {
    font-size: 16px;
    opacity: .7;
    margin: 6px 0
}

.foot-5 .botnav li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 120px
}

.foot-5 .ultwo {
    margin-top: 10px
}

.foot-5 .contactIco a {
    margin-right: 20px
}

.foot-5 WX img {
    width: 100px;
    margin-bottom: 6px
}

.foot-5 WX {
    display: flex;
    flex-direction: column;
    align-items: center
}

.foot-5 Contact li {
    font-size: 16px;
    margin-bottom: 10px;
    padding-left: 20px
}

.foot-5 Info {
    width: 1300px;
    display: flex;
    justify-content: space-between;
    padding: 20px 0
}

@media only screen and (max-width:1600px) {
    .foot-5 .cout {
        width: 1200px
    }
}

@media only screen and (max-width:1300px) {
    .foot-5 .cout {
        width: 90%
    }

    .foot-5 .botnav li {
        width: 10vw
    }

    .foot-5 Info {
        width: 90%
    }
}

@media only screen and (max-width:1024px) {
    .foot-5 .botnav {
        flex-wrap: wrap
    }

    .foot-5 .cout {
        flex-direction: column-reverse;
        width: 84%
    }

    .foot-5 .botnav li {
        width: 33.333333%;
        margin-bottom: 6vw
    }

    .foot-5 .ultwo {
        display: none
    }

    .foot-5 Info {
        flex-direction: column;
        padding-top: 0
    }

    .foot-5 Info span {
        font-size: 3.2vw;
        padding: 1vw 0
    }
}

.foot-6 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-position: center;
    background-size: cover;
    padding-top: 100px;
    background-color: #f7f7f7
}

@media (max-width:1600px) {
    .foot-6 {
        padding-top: 80px
    }
}

@media (max-width:1300px) {
    .foot-6 {
        padding-top: 6vw
    }
}

@media (max-width:1024px) {
    .foot-6 {
        padding-top: 12vw
    }
}

.foot-6 .bottom-nav {
    display: flex;
    align-items: center
}

.foot-6>i {
    display: block;
    height: 1px;
    width: 1300px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0), #000000, rgba(0, 0, 0, 0));
    margin-top: 26px
}

.foot-6 .inx-foot-info {
    display: flex;
    align-items: center;
    margin: 60px 0
}

.foot-6 .inx-foot-info>img {
    margin-right: 80px
}

.foot-6 .inx-weixin {
    width: 166px;
    height: 166px
}

.foot-6 .inx-weixin {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.foot-6 .inx-weixin .erwei {
    width: 90px
}

.foot-6 .inx-weixin .tquan {
    position: absolute;
    width: 100%;
    height: 100%;
    animation: zhuanquan 30s linear 0s infinite normal;
    top: 0;
    left: 0
}

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

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

.foot-6 .foot-bottom * {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px
}

.foot-6 .foot-bottom {
    background-color: #7b7465;
    width: 100%;
    height: 40px;
    padding: 0 40px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.foot-6 .foot-bottom>div {
    display: flex;
    align-items: center
}

.foot-6 .foot-bottom>div>span {
    display: flex;
    align-items: center
}

.foot-6 .foot-bottom>div:first-child a {
    margin-right: 30px
}

.foot-6 .bottom-nav li a {
    transition: all .5s
}

.foot-6 .bottom-nav li {
    margin: 0 20px
}

.foot-6 .bottom-nav li a:hover {
    color: #d9b774
}

.foot-6 .gotop {
    display: flex;
    flex-direction: column;
    border: 1px solid #333;
    align-items: center;
    width: 56px;
    height: 56px;
    position: relative;
    justify-content: center;
    cursor: pointer;
    margin-bottom: 80px;
    transition: all .5s
}

.foot-6 .gotop>div {
    display: flex;
    flex-direction: column;
    align-items: center
}

.foot-6 .gotop>div span {
    font-size: 14px
}

.foot-6 .gotop o {
    height: 28px;
    width: 1px;
    display: block;
    position: absolute;
    left: 50%;
    top: -16px;
    overflow: hidden
}

.foot-6 .gotop i {
    display: block;
    height: 100%;
    width: 100%;
    background-color: #333;
    transition: all .5s
}

.foot-6 .gotop:hover i {
    animation: oixian 4s ease 0s infinite normal
}

@keyframes oixian {
    0% {
        transform: translate(0, 0)
    }

    30% {
        transform: translate(0, -200%)
    }

    31% {
        transform: translate(300%, -100)
    }

    32% {
        transform: translate(300%, 200%)
    }

    33% {
        transform: translate(0, 200%)
    }

    60% {
        transform: translate(0, 0)
    }

    100% {
        transform: translate(0, 0)
    }
}

@media (max-width:1300px) {
    .foot-6>i {
        width: 90%
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .foot-6 .inx-foot-info {
        flex-direction: column
    }

    .foot-6 .bottom-nav {
        flex-wrap: wrap;
        justify-content: center
    }

    .foot-6 .bottom-nav li {
        margin: 0;
        width: 33.33333%;
        margin: 4vw 0
    }

    .foot-6 .inx-foot-info>img {
        margin-right: 0
    }

    .foot-6 .bottom-nav li a {
        text-align: center
    }

    .foot-6 .inx-weixin {
        margin-top: 10vw
    }

    .foot-6>i {
        margin: 10vw 0
    }
}

.foot-7 {
    background-color: #f3f3f3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 100%;
    overflow: hidden
}

.foot-7 .neirong {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: unset
}

.foot-7 .neirong .nrbox {
    width: 100%;
    position: relative;
    z-index: 1
}

.foot-7 .neirong .nrbox .coutBox {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 100%;
    height: 100%;
    padding: 100px 0
}

@media (max-width:1600px) {
    .foot-7 .neirong .nrbox .coutBox {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    .foot-7 .neirong .nrbox .coutBox {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    .foot-7 .neirong .nrbox .coutBox {
        padding: 12vw 0
    }
}

@media (max-width:1024px) {
    .foot-7 .neirong .nrbox .coutBox {
        padding: 0
    }
}

.foot-7 .neirong .nrbox .coutBox .footTop {
    width: 100%;
    position: relative
}

@media (max-width:1024px) {
    .foot-7 .neirong .nrbox .coutBox .footTop {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset;
        flex-direction: column-reverse
    }
}

.foot-7 .neirong .nrbox .coutBox .footTop .footnav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .foot-7 .neirong .nrbox .coutBox .footTop .footnav {
        flex-wrap: wrap;
        margin-top: 4vw
    }
}

.foot-7 .neirong .nrbox .coutBox .footTop .footnav li {
    height: 100%;
    margin: 0 40px
}

@media (max-width:1024px) {
    .foot-7 .neirong .nrbox .coutBox .footTop .footnav li {
        margin: 0 auto;
        width: 33.3333%;
        margin-bottom: 2vw
    }
}

.foot-7 .neirong .nrbox .coutBox .footTop .footnav li a {
    writing-mode: vertical-lr;
    letter-spacing: .2em;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1300px) {
    .foot-7 .neirong .nrbox .coutBox .footTop .footnav li a {
        font-size: 16px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .foot-7 .neirong .nrbox .coutBox .footTop .footnav li a {
        writing-mode: unset;
        letter-spacing: 0
    }
}

.foot-7 .neirong .nrbox .coutBox .footTop .footnav li a i {
    display: block;
    width: 20px;
    height: 4px;
    border-radius: 2px;
    background-color: #d8b271;
    margin-bottom: 10px
}

@media (max-width:1024px) {
    .foot-7 .neirong .nrbox .coutBox .footTop .footnav li a i {
        width: 4px;
        height: 4vw;
        margin-bottom: 0;
        margin-right: 1vw
    }
}

.foot-7 .neirong .nrbox .coutBox .footTop .foot-blogo img {
    width: 160px
}

@media (max-width:1024px) {
    .foot-7 .neirong .nrbox .coutBox .footTop .foot-blogo img {
        width: 30vw
    }
}

.foot-7 .neirong .nrbox .coutBox .footInfo {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1300px) {
    .foot-7 .neirong .nrbox .coutBox .footInfo {
        margin-top: 20px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .foot-7 .neirong .nrbox .coutBox .footInfo {
        margin-top: 2vw
    }
}

.foot-7 .neirong .nrbox .coutBox .footInfo li {
    font-size: 16px;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1300px) {
    .foot-7 .neirong .nrbox .coutBox .footInfo li {
        font-size: 14px;
        margin-top: 4px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .foot-7 .neirong .nrbox .coutBox .footInfo li {
        font-size: 3vw
    }
}

.foot-7 .neirong .nrbox .coutBox .gotop {
    margin-top: 40px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1300px) {
    .foot-7 .neirong .nrbox .coutBox .gotop {
        margin-top: 20px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .foot-7 .neirong .nrbox .coutBox .gotop {
        margin-top: 4vw
    }
}

.foot-7 .neirong .nrbox .coutBox .gotop .ico {
    width: 30px;
    height: 30px;
    overflow: hidden
}

@media (max-width:1300px) {
    .foot-7 .neirong .nrbox .coutBox .gotop .ico {
        width: 20px;
        height: 20px
    }
}

.foot-7 .neirong .nrbox .coutBox .gotop .ico i {
    font-size: 26px;
    width: 100%;
    height: 100%;
    display: block;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    animation: gotop 2s ease .5s infinite normal
}

@media (max-width:1300px) {
    .foot-7 .neirong .nrbox .coutBox .gotop .ico i {
        font-size: 16px
    }
}

.foot-7 .neirong .nrbox .coutBox .gotop span {
    font-size: 16px
}

@media (max-width:1300px) {
    .foot-7 .neirong .nrbox .coutBox .gotop span {
        font-size: 14px
    }
}

@keyframes gotop {
    0% {
        transform: translate(0, 0)
    }

    50% {
        transform: translate(0, -100%)
    }

    51% {
        transform: translate(-100%, -100%)
    }

    52% {
        transform: translate(-100%, 100%)
    }

    53% {
        transform: translate(0, 100%)
    }

    100% {
        transform: translate(0, 0)
    }
}

.foot-8 {
    background-color: #151515;
    position: relative
}

.foot-8 * {
    color: #fff;
    font-size: 16px
}

.foot-8::before {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 100%;
    height: 8px;
    background-color: #d8b271;
    top: -4px
}

.foot-8 .logoQuan {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 160px;
    height: 160px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .foot-8 .logoQuan {
        width: 30vw;
        height: 30vw
    }
}

.foot-8 .logoQuan img {
    width: 100px;
    height: 100px
}

@media (max-width:1024px) {
    .foot-8 .logoQuan img {
        object-fit: contain;
        width: 15vw;
        height: 15vw
    }
}

.foot-8 .cenBox {
    padding-top: 160px;
    overflow: hidden;
    width: 1500px;
    margin: 0 auto
}

@media (max-width:1600px) {
    .foot-8 .cenBox {
        width: 88%
    }
}

@media (max-width:1300px) {
    .foot-8 .cenBox {
        width: 90%
    }
}

@media (max-width:1024px) {
    .foot-8 .cenBox {
        width: 84%
    }
}

.foot-8 .cenBox .coutBox {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .foot-8 .cenBox .coutBox {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

@media (max-width:1024px) {
    .foot-8 .cenBox .coutBox>li {
        width: 100%;
        padding-bottom: 6vw
    }
}

.foot-8 .cenBox .coutBox>li .lmTitle {
    position: relative;
    padding-left: 10px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 44px
}

@media (max-width:1024px) {
    .foot-8 .cenBox .coutBox>li .lmTitle {
        margin-bottom: 10vw
    }
}

.foot-8 .cenBox .coutBox>li .lmTitle::before {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 4px;
    height: 20px;
    border-radius: 2px;
    background-color: #fff;
    left: 0;
    top: calc(50% - 10px)
}

.foot-8 .cenBox .coutBox .nav .list {
    width: 160px;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap
}

@media (max-width:1024px) {
    .foot-8 .cenBox .coutBox .nav .list {
        height: unset;
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: wrap
    }
}

.foot-8 .cenBox .coutBox .nav .list li {
    height: 25%;
    width: 100px
}

@media (max-width:1024px) {
    .foot-8 .cenBox .coutBox .nav .list li {
        width: 25%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        flex-wrap: unset;
        margin-bottom: 4vw
    }
}

.foot-8 .cenBox .coutBox .nav .list li a {
    width: fit-content
}

@media (max-width:1024px) {
    .foot-8 .cenBox .coutBox .nav .list li a {
        margin-right: 0
    }
}

.foot-8 .cenBox .coutBox .contact .list li {
    margin-bottom: 32px
}

@media (max-width:1024px) {
    .foot-8 .cenBox .coutBox .shop .list {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: center;
        flex-wrap: unset
    }
}

.foot-8 .cenBox .coutBox .shop .list li {
    margin-bottom: 18px
}

@media (max-width:1024px) {
    .foot-8 .cenBox .coutBox .shop .list li {
        margin-right: 4vw
    }
}

.foot-8 .cenBox .coutBox .shop .list li a {
    width: 144px;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset;
    height: 52px;
    border: 1px solid #fff;
    padding: 6px 14px
}

.foot-8 .cenBox .coutBox .shop .list li a div {
    margin-left: 10px
}

.foot-8 .cenBox .coutBox .weixin .list {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .foot-8 .cenBox .coutBox .weixin .list {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: unset
    }
}

.foot-8 .cenBox .coutBox .weixin .list li {
    margin-right: 16px
}

.foot-8 .cenBox .coutBox .weixin .list li .box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

.foot-8 .cenBox .coutBox .weixin .list li .box img {
    width: 132px;
    height: 132px
}

.foot-8 .cenBox .coutBox .weixin .list li:last-child {
    margin-right: 0
}

.foot-8 .info {
    width: 100%;
    height: 44px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    background-color: rgba(0, 0, 0, 0.5)
}

@media (max-width:1024px) {
    .foot-8 .info {
        height: unset;
        padding: 4vw 0
    }
}

.foot-8 .info .cenBoxS {
    width: 1500px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset
}

.foot-8 .info .cenBoxS * {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5)
}

@media (max-width:1600px) {
    .foot-8 .info .cenBoxS {
        width: 88%
    }
}

@media (max-width:1300px) {
    .foot-8 .info .cenBoxS {
        width: 90%
    }
}

@media (max-width:1024px) {
    .foot-8 .info .cenBoxS {
        width: 84%
    }
}

@media (max-width:1024px) {
    .foot-8 .info .cenBoxS {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        flex-wrap: unset
    }
}

.foot-8 .info .cenBoxS .left {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.foot-8 .info .cenBoxS .left .beian {
    margin-right: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .foot-8 .info .cenBoxS .left {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        flex-wrap: unset
    }
}

.foot-9 {
    background-color: #d8b271;
    padding: 100px 0
}

@media (max-width:1600px) {
    .foot-9 {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    .foot-9 {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    .foot-9 {
        padding: 12vw 0
    }
}

.foot-9 * {
    color: #fff
}

@media (max-width:1024px) {
    .foot-9 {
        padding-bottom: 0
    }
}

.foot-9 .cenBox {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1600px) {
    .foot-9 .cenBox {
        width: 88%
    }
}

@media (max-width:1300px) {
    .foot-9 .cenBox {
        width: 90%
    }
}

@media (max-width:1024px) {
    .foot-9 .cenBox {
        width: 84%
    }
}

@media (max-width:1600px) {
    .foot-9 .cenBox {
        width: 90%
    }
}

@media (max-width:1600px) and (max-width:1024px) {
    .foot-9 .cenBox {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

.foot-9 .cenBox .left {
    width: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .foot-9 .cenBox .left {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

.foot-9 .cenBox .left .logo {
    width: 150px;
    height: 150px
}

@media (max-width:1300px) {
    .foot-9 .cenBox .left .logo {
        width: 120px;
        height: 120px
    }
}

.foot-9 .cenBox .left .logo img {
    width: 100%;
    height: 100%
}

.foot-9 .cenBox .left .footNavBar {
    margin-left: 60px
}

@media (max-width:1024px) {
    .foot-9 .cenBox .left .footNavBar {
        margin-top: 6vw;
        width: 100%;
        margin-left: 0;
        display: none
    }
}

@media (max-width:1024px) {
    .foot-9 .cenBox .left .footNavBar ul {
        display: flex;
        flex-direction: row;
        align-items: unset;
        justify-content: unset;
        flex-wrap: wrap
    }
}

.foot-9 .cenBox .left .footNavBar ul li {
    margin: 30px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .foot-9 .cenBox .left .footNavBar ul li {
        width: 25%;
        margin: 4vw 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

.foot-9 .cenBox .left .footNavBar ul li a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .foot-9 .cenBox .left .footNavBar ul li a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

.foot-9 .cenBox .left .footNavBar ul li a .en {
    font-size: 40px;
    transform: translateX(20px);
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1600px) {
    .foot-9 .cenBox .left .footNavBar ul li a .en {
        font-size: 30px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    .foot-9 .cenBox .left .footNavBar ul li a .en {
        font-size: 24px
    }
}

@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
    .foot-9 .cenBox .left .footNavBar ul li a .en {
        transform: translateX(0);
        font-size: 4vw
    }
}

.foot-9 .cenBox .left .footNavBar ul li a i {
    font-size: 20px;
    color: #ffee9a;
    margin: 0 20px;
    opacity: 0;
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1024px) {
    .foot-9 .cenBox .left .footNavBar ul li a i {
        display: none
    }
}

.foot-9 .cenBox .left .footNavBar ul li a .cn {
    font-size: 16px;
    transform: translateX(-20px);
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1024px) {
    .foot-9 .cenBox .left .footNavBar ul li a .cn {
        text-align: center;
        transform: translateX(0);
        font-size: 3.6vw
    }
}

.foot-9 .cenBox .left .footNavBar ul li a:hover .en {
    transform: translateX(0);
    color: #ffee9a
}

.foot-9 .cenBox .left .footNavBar ul li a:hover i {
    opacity: 1
}

.foot-9 .cenBox .left .footNavBar ul li a:hover .cn {
    transform: translateX(0);
    color: #ffee9a
}

.foot-9 .cenBox .right {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    padding-left: 60px;
    width: 50%
}

@media (max-width:1300px) {
    .foot-9 .cenBox .right {
        padding-left: 30px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .foot-9 .cenBox .right {
        border-left: none;
        width: 80%;
        margin: 0 auto;
        padding-left: 0;
        margin-top: 6vw
    }
}

.foot-9 .cenBox .right .liBox {
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: unset;
    flex-wrap: wrap
}

@media (max-width:1024px) {
    .foot-9 .cenBox .right .liBox {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

.foot-9 .cenBox .right .liBox li {
    width: 50%
}

@media (max-width:1024px) {
    .foot-9 .cenBox .right .liBox li {
        width: 100%;
        margin-bottom: 8vw !important
    }
}

.foot-9 .cenBox .right .liBox li .infoTitle {
    margin-bottom: 24px
}

.foot-9 .cenBox .right .liBox li .infoTitle .cn {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 6px
}

.foot-9 .cenBox .right .liBox li .infoTitle .en {
    font-size: 15px
}

.foot-9 .cenBox .right .liBox li .infoCout * {
    color: rgba(255, 255, 255, 0.7)
}

.foot-9 .cenBox .right .liBox li .infoCout a {
    margin-bottom: 20px
}

@media (max-width:1300px) {
    .foot-9 .cenBox .right .liBox li .infoCout a {
        font-size: 14px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .foot-9 .cenBox .right .liBox li .infoCout a {
        margin-bottom: 4vw
    }
}

.foot-9 .cenBox .right .liBox li .infoCout a:hover {
    color: #ffee9a
}

.foot-9 .cenBox .right .liBox li:nth-child(1) {
    margin-bottom: 30px
}

@media (max-width:1300px) {
    .foot-9 .cenBox .right .liBox li:nth-child(1) {
        margin-bottom: 30px
    }
}

.foot-9 .cenBox .right .liBox li:nth-child(2) {
    margin-bottom: 30px
}

@media (max-width:1300px) {
    .foot-9 .cenBox .right .liBox li:nth-child(2) {
        margin-bottom: 30px
    }
}

.foot-9 .cenBox .right .liBox li:nth-child(2) .infoCout {
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: unset;
    flex-wrap: wrap
}

.foot-9 .cenBox .right .liBox li:nth-child(2) .infoCout a {
    width: 50%
}

.foot-9 .cenBox .right .liBox li:nth-child(3) .infoCout {
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: unset;
    flex-wrap: wrap
}

.foot-9 .cenBox .right .liBox li:nth-child(3) .infoCout .erwei {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

.foot-9 .cenBox .right .liBox li:nth-child(3) .infoCout .erwei img {
    width: 116px;
    height: 116px;
    margin-bottom: 10px
}

@media (max-width:1600px) {
    .foot-9 .cenBox .right .liBox li:nth-child(3) .infoCout .erwei img {
        width: 100px;
        height: 100px
    }
}

.foot-9 .cenBox .right .liBox li:nth-child(3) .infoCout .erwei:nth-child(1) {
    margin-bottom: 20px
}

.foot-9 .cenBox .right .liBox li:nth-child(3) .infoCout .erwei:nth-child(2) {
    margin-bottom: 20px
}

.foot-9 .cenBox .right .liBox li:nth-child(4) .infoCout .text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: unset
}

.foot-9 .cenBox .right .liBox li:nth-child(4) .infoCout .text:first-child {
    margin-bottom: 20px
}

.foot-9 .cenBox .right .liBox li:nth-child(4) .infoCout .text a:hover span {
    color: #ffee9a
}

@media (max-width:1600px) {
    .foot-9 .cenBox .right .liBox li:nth-child(4) .infoCout .text span {
        font-size: 14px
    }
}

.loadMod-1 .loadModBox {
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1111
}

.loadMod-1 .loadModBox .indexIn {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 111;
    opacity: 1;
    transition-duration: .5s;
    transition-property: all
}

.loadMod-1 .loadModBox .mask {
    background-color: #d8b271;
    width: 100%;
    height: 100%
}

.loadMod-1 .loadModBox .mask .loadLogo {
    filter: brightness(1000) grayscale(1)
}

.loadMod-1 .loadModBox.close .mask {
    transform: translateY(-30vw);
    transition-duration: 2s;
    transition-property: all
}

.loadMod-1 .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -mos-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default
}

.loadMod-1 .loader .loadLogo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 80%
}

.loadMod-1 .loader .text {
    position: absolute;
    top: 1.7em;
    left: .15em;
    z-index: 5;
    font-size: 2.5em;
    font-weight: 900;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1), 0 3px 5px rgba(0, 0, 0, 0.1), 0 5px 10px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.1), 0 20px 20px rgba(0, 0, 0, 0.15);
    white-space: nowrap
}

.loadMod-1 .loader .text span {
    display: block;
    float: left;
    -webkit-animation: text cubic-bezier(.75, 0, .5, 1) 1.2s infinite;
    -moz-animation: text cubic-bezier(.75, 0, .5, 1) 1.2s infinite;
    -ms-animation: text cubic-bezier(.75, 0, .5, 1) 1.2s infinite;
    -o-animation: text cubic-bezier(.75, 0, .5, 1) 1.2s infinite;
    animation: text cubic-bezier(.75, 0, .5, 1) 1.2s infinite;
    color: #F2F2EF
}

.loadMod-1 .loader .text span:nth-child(1) {
    -webkit-animation-delay: 0ms;
    -moz-animation-delay: 0ms;
    -ms-animation-delay: 0ms;
    -o-animation-delay: 0ms;
    animation-delay: 0ms
}

.loadMod-1 .loader .text span:nth-child(2) {
    -webkit-animation-delay: 100ms;
    -moz-animation-delay: 100ms;
    -ms-animation-delay: 100ms;
    -o-animation-delay: 100ms;
    animation-delay: 100ms
}

.loadMod-1 .loader .text span:nth-child(3) {
    -webkit-animation-delay: 200ms;
    -moz-animation-delay: 200ms;
    -ms-animation-delay: 200ms;
    -o-animation-delay: 200ms;
    animation-delay: 200ms
}

.loadMod-1 .loader .text span:nth-child(4) {
    -webkit-animation-delay: 300ms;
    -moz-animation-delay: 300ms;
    -ms-animation-delay: 300ms;
    -o-animation-delay: 300ms;
    animation-delay: 300ms
}

.loadMod-1 .loader .text span:nth-child(5) {
    -webkit-animation-delay: 400ms;
    -moz-animation-delay: 400ms;
    -ms-animation-delay: 400ms;
    -o-animation-delay: 400ms;
    animation-delay: 400ms
}

.loadMod-1 .loader .text span:nth-child(6) {
    -webkit-animation-delay: 500ms;
    -moz-animation-delay: 500ms;
    -ms-animation-delay: 500ms;
    -o-animation-delay: 500ms;
    animation-delay: 500ms
}

.loadMod-1 .loader .text span:nth-child(7) {
    -webkit-animation-delay: 600ms;
    -moz-animation-delay: 600ms;
    -ms-animation-delay: 600ms;
    -o-animation-delay: 600ms;
    animation-delay: 600ms
}

.loadMod-1 .rotation {
    width: 200px;
    height: 200px;
    position: relative;
    overflow: hidden;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -mos-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.loadMod-1 svg {
    position: absolute;
    top: 0;
    left: 0
}

.loadMod-1 svg line {
    stroke-width: 1px;
    fill: none;
    stroke-dasharray: 200px
}

.loadMod-1 .rotation svg line.top {
    stroke: #fff;
    -webkit-animation: topline cubic-bezier(.75, 0, .5, 1) 1.5s infinite;
    -moz-animation: topline cubic-bezier(.75, 0, .5, 1) 1.5s infinite;
    -ms-animation: topline cubic-bezier(.75, 0, .5, 1) 1.5s infinite;
    -o-animation: topline cubic-bezier(.75, 0, .5, 1) 1.5s infinite;
    animation: topline cubic-bezier(.75, 0, .5, 1) 1.5s infinite
}

.loadMod-1 .rotation svg line.bottom {
    stroke: #fff;
    -webkit-animation: bottomline cubic-bezier(.75, 0, .5, 1) 1.5s infinite;
    -moz-animation: bottomline cubic-bezier(.75, 0, .5, 1) 1.5s infinite;
    -ms-animation: bottomline cubic-bezier(.75, 0, .5, 1) 1.5s infinite;
    -o-animation: bottomline cubic-bezier(.75, 0, .5, 1) 1.5s infinite;
    animation: bottomline cubic-bezier(.75, 0, .5, 1) 1.5s infinite
}

.loadMod-1 .rotation svg line.left {
    stroke: #fff;
    -webkit-animation: leftline cubic-bezier(.75, 0, .5, 1) 1.5s infinite;
    -moz-animation: leftline cubic-bezier(.75, 0, .5, 1) 1.5s infinite;
    -ms-animation: leftline cubic-bezier(.75, 0, .5, 1) 1.5s infinite;
    -o-animation: leftline cubic-bezier(.75, 0, .5, 1) 1.5s infinite;
    animation: leftline cubic-bezier(.75, 0, .5, 1) 1.5s infinite
}

.loadMod-1 .rotation svg line.right {
    stroke: #fff;
    -webkit-animation: rightline cubic-bezier(.75, 0, .5, 1) 1.5s infinite;
    -moz-animation: rightline cubic-bezier(.75, 0, .5, 1) 1.5s infinite;
    -ms-animation: rightline cubic-bezier(.75, 0, .5, 1) 1.5s infinite;
    -o-animation: rightline cubic-bezier(.75, 0, .5, 1) 1.5s infinite;
    animation: rightline cubic-bezier(.75, 0, .5, 1) 1.5s infinite
}

@-webkit-keyframes topline {
    0% {
        -webkit-transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(-200px)
    }

    100% {
        -webkit-transform: translateX(-400px)
    }
}

@-moz-keyframes topline {
    0% {
        -moz-transform: translateX(0)
    }

    50% {
        -moz-transform: translateX(-200px)
    }

    100% {
        -moz-transform: translateX(-400px)
    }
}

@-mos-keyframes topline {
    0% {
        -mos-transform: translateX(0)
    }

    50% {
        -mos-transform: translateX(-200px)
    }

    100% {
        -mos-transform: translateX(-400px)
    }
}

@-o-keyframes topline {
    0% {
        -o-transform: translateX(0)
    }

    50% {
        -o-transform: translateX(-200px)
    }

    100% {
        -o-transform: translateX(-400px)
    }
}

@keyframes topline {
    0% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(-200px)
    }

    100% {
        transform: translateX(-400px)
    }
}

@-webkit-keyframes bottomline {
    0% {
        -webkit-transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(200px)
    }

    100% {
        -webkit-transform: translateX(400px)
    }
}

@-moz-keyframes bottomline {
    0% {
        -moz-transform: translateX(0)
    }

    50% {
        -moz-transform: translateX(200px)
    }

    100% {
        -moz-transform: translateX(400px)
    }
}

@-mos-keyframes bottomline {
    0% {
        -mos-transform: translateX(0)
    }

    50% {
        -mos-transform: translateX(200px)
    }

    100% {
        -mos-transform: translateX(400px)
    }
}

@-o-keyframes bottomline {
    0% {
        -o-transform: translateX(0)
    }

    50% {
        -o-transform: translateX(200px)
    }

    100% {
        -o-transform: translateX(400px)
    }
}

@keyframes bottomline {
    0% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(200px)
    }

    100% {
        transform: translateX(400px)
    }
}

@-webkit-keyframes leftline {
    0% {
        -webkit-transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(200px)
    }

    100% {
        -webkit-transform: translateY(400px)
    }
}

@-moz-keyframes leftline {
    0% {
        -moz-transform: translateY(0)
    }

    50% {
        -moz-transform: translateY(200px)
    }

    100% {
        -moz-transform: translateY(400px)
    }
}

@-mos-keyframes leftline {
    0% {
        -mos-transform: translateY(0)
    }

    50% {
        -mos-transform: translateY(200px)
    }

    100% {
        -mos-transform: translateY(400px)
    }
}

@-o-keyframes leftline {
    0% {
        -o-transform: translateY(0)
    }

    50% {
        -o-transform: translateY(200px)
    }

    100% {
        -o-transform: translateY(400px)
    }
}

@keyframes leftline {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(200px)
    }

    100% {
        transform: translateY(400px)
    }
}

@-webkit-keyframes rightline {
    0% {
        -webkit-transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-200px)
    }

    100% {
        -webkit-transform: translateY(-400px)
    }
}

@-moz-keyframes rightline {
    0% {
        -moz-transform: translateY(0)
    }

    50% {
        -moz-transform: translateY(-200px)
    }

    100% {
        -moz-transform: translateY(-400px)
    }
}

@-mos-keyframes rightline {
    0% {
        -mos-transform: translateY(0)
    }

    50% {
        -mos-transform: translateY(-200px)
    }

    100% {
        -mos-transform: translateY(-400px)
    }
}

@-o-keyframes rightline {
    0% {
        -o-transform: translateY(0)
    }

    50% {
        -o-transform: translateY(-200px)
    }

    100% {
        -o-transform: translateY(-400px)
    }
}

@keyframes rightline {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-200px)
    }

    100% {
        transform: translateY(-400px)
    }
}

@-webkit-keyframes text {
    0% {
        -webkit-transform: scale(1, 1)
    }

    40% {
        -webkit-transform: scale(1.4, 1.4)
    }

    70%,
    100% {
        -webkit-transform: scale(1, 1)
    }
}

@-moz-keyframes text {
    0% {
        -moz-transform: scale(1, 1)
    }

    40% {
        -moz-transform: scale(1.4, 1.4)
    }

    70%,
    100% {
        -moz-transform: scale(1, 1)
    }
}

@-mos-keyframes text {
    0% {
        -mos-transform: scale(1, 1)
    }

    40% {
        -mos-transform: scale(1.4, 1.4)
    }

    70%,
    100% {
        -mos-transform: scale(1, 1)
    }
}

@-o-keyframes text {
    0% {
        -o-transform: scale(1, 1)
    }

    40% {
        -o-transform: scale(1.4, 1.4)
    }

    70%,
    100% {
        -o-transform: scale(1, 1)
    }
}

@keyframes text {
    0% {
        transform: scale(1, 1)
    }

    40% {
        transform: scale(1.4, 1.4)
    }

    70%,
    100% {
        transform: scale(1, 1)
    }
}

.loadMod-2 .inxLoad1 {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 1111;
    background-color: #fff
}

.loadMod-2 .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -mos-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default
}

.loadMod-2 .inxLoad1 {
    background-size: cover;
    background-position: center;
    opacity: 1
}

.loadMod-2 .inxLoad1 .inxLoadKuang {
    width: 100%;
    height: 100%;
    position: relative
}

.loadMod-2 .inxLoad1 .inxLoadKuang .mask {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
}

.loadMod-2 .inxLoad1 .inxLoadKuang .bg {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.loadMod-2 .inxLoad1 .mask {
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%
}

.loadMod-2 .loader .box {
    width: 400px;
    height: 400px;
    position: relative
}

.loadMod-2 .loader .guidao {
    background-image: url(../../html/rgmod/othersMod/loadMod/loadMod-2/guidao.png);
    background-size: 100% 100%;
    width: 100%;
    height: 100%
}

.loadMod-2 .loader .guidaoS {
    background-image: url(../../html/rgmod/othersMod/loadMod/loadMod-2/guidaoS.png);
    background-size: 100% 100%;
    animation: loaderZ 3s linear infinite;
    width: 100%;
    height: 100%
}

.loadMod-2 .loader .box .cenbox {
    position: absolute;
    width: 100%;
    height: 20%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 100%
}

.loadMod-2 .loader .numU span,
.loadMod-2 .loader .numU i {
    color: #fff;
    font-size: 30px
}

.loadMod-2 .loadlogo {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.loadMod-2 .loadlogo div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%
}

.loadMod-2 .loadlogo .fffbg {
    background-color: rgba(255, 255, 255, 0.2);
    width: 60%;
    height: 60%
}

.loadMod-2 .loadlogo .fffbg>div {
    background-color: #fff;
    width: 80%;
    height: 80%
}

.loadMod-2 .loadlogo img {
    width: 70%
}

@-webkit-keyframes loaderZ {
    0% {
        transform: rotate(0deg)
    }

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

@media only screen and (max-width:1024px) {
    .loadMod-2 .loader .box {
        width: 200px;
        height: 200px
    }
}

.loadMod-3 {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #d8b271;
    width: 100%;
    height: 100%;
    z-index: 1111
}

.loadMod-3 .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 100%;
    height: 100%
}

.loadMod-3 .box .loadLogo img {
    height: 100px;
    filter: brightness(1000) grayscale(1)
}

.loadMod-3 .box .loadIco {
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../../html/rgmod/othersMod/loadMod/loadMod-3/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
}

.loadMod-3 .box .button {
    transform: translateY(40px);
    pointer-events: none;
    width: 260px;
    height: 90px;
    opacity: 0;
    transition-duration: 1s;
    transition-property: all
}

.loadMod-3 .box .button .btnBox {
    border-radius: 45px;
    border: 1px solid #fff;
    width: 100%;
    height: 100%;
    color: #fff;
    transition-duration: .3s;
    transition-property: all;
    font-size: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.loadMod-3 .box .button .btnBox:hover {
    background-color: #ffee9a;
    color: #d8b271;
    border-color: #ffee9a;
    cursor: pointer
}

.loadMod-3.on .box .loadIco {
    transform: translateY(-20px);
    opacity: 0;
    pointer-events: none
}

.loadMod-3.on .box .button {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    transition-delay: .5s
}

.loadMod-4 .loadThisBox {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    background-color: #d8b271;
    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: 200px;
    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
}

.loadMod-4 .loadThisBox .box .button {
    transform: translateY(40px);
    pointer-events: none;
    width: 260px;
    height: 90px;
    opacity: 0;
    transition-duration: 1s;
    transition-property: all
}

.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;
    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: #ffee9a;
    color: #d8b271;
    border-color: #ffee9a;
    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
}

.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: 5vw;
        letter-spacing: 0;
        transform: translateX(.1em)
    }
}

.loadMod-4 .loadThisBox:after {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #d8b271;
    top: 0;
    right: 0;
    opacity: .07
}

.searchMod-1 .searchBtn {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .searchMod-1 .searchBtn {
        right: 20vw
    }
}

.searchMod-1 .searchBtn i {
    display: block;
    font-size: 20px;
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1024px) {
    .searchMod-1 .searchBtn i {
        font-size: 24px
    }
}

.searchMod-1 .searchBtn span {
    margin-left: 10px
}

.searchOpenBox {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    z-index: 3;
    opacity: 0;
    transition-duration: .5s;
    transition-property: all;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.searchOpenBox .cenBox {
    background-color: #f7f7f7;
    width: 100px;
    height: 100px;
    transition-duration: 1s;
    transition-property: all;
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset
}

.searchOpenBox .cenBox form {
    margin-top: 10vw;
    position: relative;
    z-index: 11;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    opacity: 0;
    transition-duration: .5s;
    transition-property: all;
    transform: translateY(40px)
}

.searchOpenBox .cenBox form .searchLogo {
    width: 150px;
    margin-bottom: 40px
}

.searchOpenBox .cenBox form .boxN {
    width: 50vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    height: 50px
}

@media (max-width:1024px) {
    .searchOpenBox .cenBox form .boxN {
        width: 90vw
    }
}

.searchOpenBox .cenBox form .boxN input {
    width: calc(100% - 150px);
    border: 2px solid #999;
    height: 100%;
    border-right: none;
    border-top-left-radius: 4px;
    transition-duration: .5s;
    transition-property: all;
    border-bottom-left-radius: 4px;
    padding-left: 20px
}

@media (max-width:1024px) {
    .searchOpenBox .cenBox form .boxN input {
        width: calc(100% - 20vw)
    }
}

.searchOpenBox .cenBox form .boxN input:focus {
    border-color: #ffee9a
}

.searchOpenBox .cenBox form .boxN button {
    cursor: pointer;
    width: 150px;
    height: 100%;
    background-color: #ffee9a;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    color: #fff
}

@media (max-width:1024px) {
    .searchOpenBox .cenBox form .boxN button {
        width: 20vw
    }
}

.searchOpenBox .cenBox form .searchClose {
    margin-top: 60px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.searchOpenBox .cenBox form .searchClose i {
    font-size: 40px;
    transition-duration: .5s;
    transition-property: all
}

.searchOpenBox .cenBox form .searchClose span {
    font-size: 16px;
    transition-duration: .5s;
    transition-property: all
}

.searchOpenBox .cenBox form .searchClose:hover i {
    transform: rotate(180px);
    color: #ffee9a
}

.searchOpenBox .cenBox form .searchClose:hover span {
    color: #ffee9a
}

.searchOpenBox.open {
    opacity: 1;
    pointer-events: auto
}

.searchOpenBox.open .cenBox {
    width: 100%;
    height: 100%;
    border-radius: 0%
}

.searchOpenBox.open .cenBox form {
    transform: translateY(0);
    opacity: 1;
    transition-duration: .5s;
    transition-delay: 1s;
    transition-duration: 1s;
    transition-property: all
}

.sortNav-1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    padding-bottom: 100px
}

@media (max-width:1600px) {
    .sortNav-1 {
        padding-bottom: 80px
    }
}

@media (max-width:1300px) {
    .sortNav-1 {
        padding-bottom: 6vw
    }
}

@media (max-width:1024px) {
    .sortNav-1 {
        padding-bottom: 12vw
    }
}

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

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

@media (max-width:1600px) {
    .sortNav-1 .twoTab ul {
        margin: 0 auto;
        width: 90%
    }
}

@media (max-width:1600px) and (max-width:1024px) {
    .sortNav-1 .twoTab ul {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: unset;
        justify-content: center;
        flex-wrap: unset
    }
}

@media (max-width:1024px) {
    .sortNav-1 .twoTab ul.swiper-wrapper {
        justify-content: unset
    }
}

.sortNav-1 .twoTab ul li {
    margin-right: 40px
}

@media (max-width:1024px) {
    .sortNav-1 .twoTab ul li {
        margin-right: 0;
        padding: 0 4vw;
        width: unset
    }
}

.sortNav-1 .twoTab ul li a .name {
    background-color: #f3f3f3;
    width: 160px;
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    transition-duration: .5s;
    transition-property: all;
    font-size: 18px
}

@media (max-width:1024px) {
    .sortNav-1 .twoTab ul li a .name {
        width: 30vw;
        height: 10vw;
        font-size: 4vw
    }
}

.sortNav-1 .twoTab ul li a.on .name {
    background-color: #d8b271;
    color: #fff
}

.sortNav-1 .twoTab ul li a:hover .name {
    background-color: #d8b271;
    color: #fff
}

.sortNav-2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    padding-bottom: 100px
}

@media (max-width:1600px) {
    .sortNav-2 {
        padding-bottom: 80px
    }
}

@media (max-width:1300px) {
    .sortNav-2 {
        padding-bottom: 6vw
    }
}

@media (max-width:1024px) {
    .sortNav-2 {
        padding-bottom: 12vw
    }
}

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

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

@media (max-width:1600px) {
    .sortNav-2 .twoTab ul {
        margin: 0 auto
    }
}

@media (max-width:1600px) and (max-width:1024px) {
    .sortNav-2 .twoTab ul {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: unset;
        justify-content: unset;
        flex-wrap: unset
    }
}

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

.sortNav-2 .twoTab ul li {
    width: unset
}

.sortNav-2 .twoTab ul li a {
    margin: 0 20px;
    position: relative
}

.sortNav-2 .twoTab ul li a .name {
    width: fit-content;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    transition-duration: .5s;
    transition-property: all;
    font-size: 16px
}

@media (max-width:1024px) {
    .sortNav-2 .twoTab ul li a .name {
        font-size: 4vw
    }
}

.sortNav-2 .twoTab ul li a::after {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 0;
    height: 2px;
    transition-duration: .5s;
    transition-property: all;
    border-radius: 1px;
    background-color: #d8b271;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 4px
}

.sortNav-2 .twoTab ul li a.on .name {
    color: #d8b271
}

.sortNav-2 .twoTab ul li a.on::after {
    width: 70%
}

.sortNav-2 .twoTab ul li a:hover .name {
    color: #d8b271
}

.sortNav-2 .twoTab ul li a:hover::after {
    width: 70%
}

.sortNav-3 {
    background-color: #f3f3f3;
    height: 80px;
    border-radius: 40px;
    padding: 0 40px;
    width: 1500px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset
}

@media (max-width:1600px) {
    .sortNav-3 {
        width: 88%
    }
}

@media (max-width:1300px) {
    .sortNav-3 {
        width: 90%
    }
}

@media (max-width:1024px) {
    .sortNav-3 {
        width: 84%
    }
}

.sortNav-3 .twoTab {
    height: 100%
}

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

.sortNav-3 .twoTab ul {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset
}

@media (max-width:1600px) {
    .sortNav-3 .twoTab ul {
        margin: 0 auto
    }
}

@media (max-width:1600px) and (max-width:1024px) {
    .sortNav-3 .twoTab ul {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: unset;
        justify-content: unset;
        flex-wrap: unset
    }
}

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

.sortNav-3 .twoTab ul li {
    height: 100%;
    width: unset
}

.sortNav-3 .twoTab ul li a {
    height: 100%;
    margin: 0 20px;
    position: relative
}

.sortNav-3 .twoTab ul li a .name {
    width: fit-content;
    font-weight: bold;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    transition-duration: .5s;
    transition-property: all;
    font-size: 16px
}

@media (max-width:1024px) {
    .sortNav-3 .twoTab ul li a .name {
        font-size: 4vw
    }
}

.sortNav-3 .twoTab ul li a::after {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 0;
    height: 2px;
    transition-duration: .5s;
    transition-property: all;
    border-radius: 1px;
    background-color: #d8b271;
    left: 50%;
    transform: translateX(-50%)
}

.sortNav-3 .twoTab ul li a.on .name {
    color: #d8b271
}

.sortNav-3 .twoTab ul li a.on::after {
    width: 100%
}

.sortNav-3 .twoTab ul li a:hover .name {
    color: #d8b271
}

.sortNav-3 .twoTab ul li a:hover::after {
    width: 100%
}

.sortNav-3 .mianbao {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.sortNav-3 .mianbao .iconfont {
    font-size: 20px;
    color: #d8b271;
    margin-right: 10px
}

.sortNav-3 .mianbao a:hover {
    color: #d8b271;
    text-decoration: underline
}

.sortNav-4 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    padding-bottom: 100px
}

@media (max-width:1600px) {
    .sortNav-4 {
        padding-bottom: 80px
    }
}

@media (max-width:1300px) {
    .sortNav-4 {
        padding-bottom: 6vw
    }
}

@media (max-width:1024px) {
    .sortNav-4 {
        padding-bottom: 12vw
    }
}

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

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

@media (max-width:1024px) {
    .sortNav-4 .twoTab ul {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: unset;
        justify-content: unset;
        flex-wrap: unset
    }
}

.sortNav-4 .twoTab ul li {
    margin: 0 20px
}

@media (max-width:1024px) {
    .sortNav-4 .twoTab ul li {
        width: unset;
        margin: 0
    }
}

.sortNav-4 .twoTab ul li a {
    background-color: rgba(0, 0, 0, 0.1);
    position: relative
}

.sortNav-4 .twoTab ul li a .name {
    border: 1px solid rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 1;
    color: #333;
    width: 160px;
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    transition-duration: .5s;
    transition-property: all;
    font-size: 16px
}

@media (max-width:1024px) {
    .sortNav-4 .twoTab ul li a .name {
        width: 30vw;
        height: 10vw;
        font-size: 4vw
    }
}

.sortNav-4 .twoTab ul li a i {
    width: 0;
    position: absolute;
    height: 100%;
    transition-duration: .5s;
    transition-property: all;
    background-color: #d8b271;
    top: 0;
    display: block;
    right: 0
}

.sortNav-4 .twoTab ul li a.on .name {
    color: #fff
}

.sortNav-4 .twoTab ul li a.on i {
    width: 100%
}

.swiperNavigation-1 {
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
    z-index: 1;
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: unset;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .swiperNavigation-1 {
        display: none
    }
}

.swiperNavigation-1 div {
    cursor: pointer;
    margin: 0 10px;
    width: 40px;
    height: 40px;
    transition-duration: .5s;
    transition-property: all;
    background-color: rgba(255, 255, 255, 0.5);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .swiperNavigation-1 div {
        background-color: #f3f3f3
    }
}

.swiperNavigation-1 div:hover {
    background-color: #fff
}

.swiperNavigation-1 div.swiper-button-disabled {
    opacity: .2
}

.swiperNavigation-2 .inxBannerBTN {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: calc(50% - 30px);
    z-index: 8;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .8;
    transition: all .5s ease;
    outline: none
}

.swiperNavigation-2 .inxBannerBTN i {
    color: #fff;
    font-size: 24px
}

.swiperNavigation-2 .inxBannerBTN:hover {
    opacity: 1
}

.swiperNavigation-2 .inxBanner-prev {
    left: 40px;
    transition-duration: .5s;
    transition-property: all
}

.swiperNavigation-2 .inxBanner-prev.swiper-button-disabled {
    opacity: .2
}

.swiperNavigation-2 .inxBanner-next {
    right: 40px;
    transition-duration: .5s;
    transition-property: all
}

.swiperNavigation-2 .inxBanner-next.swiper-button-disabled {
    opacity: .2
}

@media (max-width:1024px) {
    .swiperNavigation-2 .inxBannerBTN {
        width: 10vw;
        height: 10vw
    }

    .swiperNavigation-2 .inxBanner-prev {
        left: 4vw
    }

    .swiperNavigation-2 .inxBanner-next {
        right: 4vw
    }
}

.swiperScrollbar-1 {
    height: 200px;
    width: 2px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 2px;
    position: absolute;
    left: 100px;
    bottom: 50px;
    z-index: 1;
    overflow: hidden;
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1024px) {
    .swiperScrollbar-1 {
        height: 30vw;
        left: 10vw;
        bottom: 6vw
    }
}

.swiperScrollbar-1 div {
    width: 100%;
    height: 100%;
    position: relative
}

.swiperScrollbar-1 div div {
    height: 100%;
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: -100%;
    left: 0
}

.swiperScrollbar-2 .inxScrollbar {
    position: absolute;
    width: 60vw;
    left: 20vw;
    bottom: 10px;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.5);
    height: 4px
}

.swiperScrollbar-2 .inxScrollbar .swiper-scrollbar-drag {
    background-color: #fff
}

.swiperScrollbar-3 {
    z-index: 3;
    width: 60vw;
    left: calc(50% - 30vw);
    position: absolute;
    bottom: 10px
}

.swiperScrollbar-3 .scrollbarBox {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 6px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.2)
}

.swiperScrollbar-3 .scrollbarBox .showBox {
    position: absolute;
    top: 0;
    width: 0%;
    height: 100%;
    background-color: #d8b271
}

.swiperScrollbar-3 .scrollbarBox .showBox.aniEnd {
    width: 100%;
    transition-duration: 5s;
    transition-property: all;
    left: 0;
    right: unset
}

.swiperScrollbar-3 .scrollbarBox .showBox.aniStart {
    right: 0;
    left: unset;
    width: 0;
    transition-duration: 1s;
    transition-property: all
}

.swiperPagination-1 .inxBannerPag {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.swiperPagination-1 .inxBannerPag .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 0.5)
}

.swiperPagination-1 .inxBannerPag .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff
}

.topNav-1 {
    width: 100%;
    height: 80px;
    z-index: 2;
    transition-duration: .5s;
    transition-property: all;
    backdrop-filter: blur(10px);
    top: 0;
    position: fixed;
    left: 0
}

@media (max-width:1600px) {
    .topNav-1 {
        height: 70px
    }
}

@media (max-width:1300px) {
    .topNav-1 {
        height: 60px
    }
}

@media (max-width:1024px) {
    .topNav-1 {
        height: 16vw
    }
}

.topNav-1 .cenBox {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset;
    padding: 0 40px
}

@media (max-width:1024px) {
    .topNav-1 .cenBox {
        padding: 0 4vw
    }
}

.topNav-1 .cenBox .logo {
    z-index: 3;
    height: 80%;
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1024px) {
    .topNav-1 .cenBox .logo {
        left: 5vw;
        top: 7vw;
        height: 16vw
    }
}

.topNav-1 .cenBox .logo a {
    height: 100%
}

.topNav-1 .cenBox .logo a img {
    height: 100%;
    z-index: 0;
    transition-duration: .5s;
    transition-property: all;
    filter: brightness(1000) grayscale(1)
}

.topNav-1 .cenBox .navBar {
    height: 100%;
    z-index: 2;
    transition-duration: .5s;
    transition-property: all;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: unset;
    opacity: 0
}

.topNav-1 .cenBox .navBar .ul1 {
    pointer-events: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .topNav-1 .cenBox .navBar .ul1 {
        display: none
    }
}

.topNav-1 .cenBox .navBar .ul1 .li1 {
    margin-left: 60px;
    transition-duration: .5s;
    transition-property: all;
    position: relative
}

.topNav-1 .cenBox .navBar .ul1 .li1 .a1 {
    color: #fff;
    font-size: 16px
}

.topNav-1 .cenBox .navBar .ul1 .li1:after {
    content: '';
    z-index: 0;
    display: block;
    width: 0;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
    position: absolute;
    top: calc(100% + 4px);
    left: 50%;
    transform: translateX(-50%);
    transition-duration: .5s;
    transition-property: all
}

.topNav-1 .cenBox .navBar .ul1 .li1:hover:after {
    width: 100%
}

.topNav-1 .cenBox .navBar .ul1 .li1:hover:after {
    width: 100%
}

.topNav-1 .cenBox .navBar .ul1 .li1.on:after {
    width: 100%
}

.topNav-1 .cenBox .navBar .ul1 .li1 .ul2 {
    display: none
}

.topNav-1.show {
    background-color: rgba(0, 0, 0, 0.3)
}

.topNav-1.show .cenBox .logo a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .topNav-1.show .cenBox .logo a img {
        height: 100%
    }
}

.topNav-1.show .cenBox .navBar {
    opacity: 1
}

.topNav-1.show .cenBox .navBar .ul1 {
    pointer-events: auto
}

.topNav-1.show .topNavOpen .navBtn {
    top: 30px
}

.topNav-1.show .navBtn {
    top: 30px
}

.topNav-1.hasOpen .cenBox {
    padding-right: 80px
}

@media (max-width:1600px) {
    .topNav-1.hasOpen .cenBox {
        padding-right: 70px
    }
}

@media (max-width:1300px) {
    .topNav-1.hasOpen .cenBox {
        padding-right: 60px
    }
}

@media (max-width:1024px) {
    .topNav-1.hasOpen .cenBox {
        padding-right: 16vw
    }
}

.topNav {
    position: relative;
    z-index: 999
}

.topNav-2 {
    z-index: 5;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 80px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.02)
}

@media (max-width:1600px) {
    .topNav-2 {
        height: 70px
    }
}

@media (max-width:1300px) {
    .topNav-2 {
        height: 60px
    }
}

@media (max-width:1024px) {
    .topNav-2 {
        height: 16vw
    }
}

.topNav-2 .cenBox {
    height: 100%;
    width: 100%;
    z-index: 11;
    background-color: #fff;
    padding: 0 100px;
    height: 80px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05)
}

@media (max-width:1600px) {
    .topNav-2 .cenBox {
        height: 70px
    }
}

@media (max-width:1300px) {
    .topNav-2 .cenBox {
        height: 60px
    }
}

@media (max-width:1024px) {
    .topNav-2 .cenBox {
        height: 16vw
    }
}

@media (max-width:1300px) {
    .topNav-2 .cenBox {
        padding: 0 40px;
        padding-right: 80px
    }
}

.topNav-2 .cenBox .yxBox {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset;
    width: 1500px;
    margin: 0 auto
}

@media (max-width:1600px) {
    .topNav-2 .cenBox .yxBox {
        width: 88%
    }
}

@media (max-width:1300px) {
    .topNav-2 .cenBox .yxBox {
        width: 90%
    }
}

@media (max-width:1024px) {
    .topNav-2 .cenBox .yxBox {
        width: 84%
    }
}

.topNav-2 .cenBox .yxBox .logo {
    height: 70%
}

@media (max-width:1024px) {
    .topNav-2 .cenBox .yxBox .logo {
        height: 16vw
    }
}

.topNav-2 .cenBox .yxBox .logo a {
    height: 100%
}

.topNav-2 .cenBox .yxBox .logo a img {
    height: 100%;
    z-index: 0
}

.topNav-2 .cenBox .yxBox .navBar {
    height: 100%;
    position: relative;
    z-index: 2
}

@media (max-width:1024px) {
    .topNav-2 .cenBox .yxBox .navBar {
        height: unset;
        width: unset
    }
}

.topNav-2 .cenBox .yxBox .navBar .ul1 {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .topNav-2 .cenBox .yxBox .navBar .ul1 {
        display: none
    }
}

.topNav-2 .cenBox .yxBox .navBar .ul1 .li1 {
    width: 100px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    position: unset;
    flex: 1
}

@media (max-width:1300px) {
    .topNav-2 .cenBox .yxBox .navBar .ul1 .li1 {
        width: 80px
    }
}

.topNav-2 .cenBox .yxBox .navBar .ul1 .li1 .a1 {
    position: relative;
    transition-duration: .5s;
    transition-property: all;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.topNav-2 .cenBox .yxBox .navBar .ul1 .li1 .a1 div {
    position: relative;
    z-index: 1;
    transition-duration: .5s;
    transition-property: all;
    font-size: 16px
}

@media (max-width:1300px) {
    .topNav-2 .cenBox .yxBox .navBar .ul1 .li1 .a1 div {
        font-size: 14px
    }
}

.topNav-2 .cenBox .yxBox .navBar .ul1 .li1 .twoUl {
    transition-duration: .5s;
    transition-property: all;
    z-index: 2;
    position: absolute;
    top: 100%;
    pointer-events: none;
    opacity: 0;
    width: 60vw;
    right: -100px;
    padding-top: 20px
}

.topNav-2 .cenBox .yxBox .navBar .ul1 .li1 .twoUl .boxThans {
    transform: translateY(20px);
    transition-duration: .5s;
    transition-property: all;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.topNav-2 .cenBox .yxBox .navBar .ul1 .li1 .twoUl .boxThans .img {
    object-fit: cover;
    width: 30%;
    height: 100%
}

.topNav-2 .cenBox .yxBox .navBar .ul1 .li1 .twoUl .boxThans .right {
    width: 70%;
    height: 100%;
    background-color: #fff;
    padding: 40px 90px
}

@media (max-width:1300px) {
    .topNav-2 .cenBox .yxBox .navBar .ul1 .li1 .twoUl .boxThans .right {
        padding: 40px 60px
    }
}

.topNav-2 .cenBox .yxBox .navBar .ul1 .li1 .twoUl .boxThans .right .ul2 {
    padding-left: 10px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: space-between;
    flex-wrap: wrap
}

.topNav-2 .cenBox .yxBox .navBar .ul1 .li1 .twoUl .boxThans .right .ul2 li {
    margin-bottom: 40px;
    width: 50%
}

.topNav-2 .cenBox .yxBox .navBar .ul1 .li1 .twoUl .boxThans .right .ul2 li a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    transition-duration: .5s;
    transition-property: all;
    height: 100%;
    position: relative;
    width: fit-content
}

.topNav-2 .cenBox .yxBox .navBar .ul1 .li1 .twoUl .boxThans .right .ul2 li a span {
    font-size: 16px;
    transition-duration: .5s;
    transition-property: all;
    position: relative;
    z-index: 1;
    letter-spacing: .2em
}

@media (max-width:1300px) {
    .topNav-2 .cenBox .yxBox .navBar .ul1 .li1 .twoUl .boxThans .right .ul2 li a span {
        font-size: 14px
    }
}

.topNav-2 .cenBox .yxBox .navBar .ul1 .li1 .twoUl .boxThans .right .ul2 li a::after {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 30px;
    height: 20px;
    background-color: #f3f3f3;
    left: -15px;
    bottom: -10px;
    transition-duration: .5s;
    transition-property: all
}

.topNav-2 .cenBox .yxBox .navBar .ul1 .li1 .twoUl .boxThans .right .ul2 li a:hover span {
    color: #d8b271
}

.topNav-2 .cenBox .yxBox .navBar .ul1 .li1 .twoUl .boxThans .right .ul2 li a:hover::after {
    width: 150%
}

.topNav-2 .cenBox .yxBox .navBar .ul1 .li1 .twoUl .boxThans .right .navTwoTitle {
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1300px) {
    .topNav-2 .cenBox .yxBox .navBar .ul1 .li1 .twoUl .boxThans .right .navTwoTitle {
        margin-bottom: 20px
    }
}

.topNav-2 .cenBox .yxBox .navBar .ul1 .li1 .twoUl .boxThans .right .navTwoTitle .en {
    margin-bottom: 10px;
    color: #d8b271;
    font-size: 24px
}

@media (max-width:1300px) {
    .topNav-2 .cenBox .yxBox .navBar .ul1 .li1 .twoUl .boxThans .right .navTwoTitle .en {
        font-size: 20px
    }
}

.topNav-2 .cenBox .yxBox .navBar .ul1 .li1 .twoUl .boxThans .right .navTwoTitle .cn {
    position: relative;
    font-size: 18px;
    padding-left: 40px
}

@media (max-width:1300px) {
    .topNav-2 .cenBox .yxBox .navBar .ul1 .li1 .twoUl .boxThans .right .navTwoTitle .cn {
        font-size: 16px
    }
}

.topNav-2 .cenBox .yxBox .navBar .ul1 .li1 .twoUl .boxThans .right .navTwoTitle .cn::after {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 34px;
    height: 1px;
    background-color: #666;
    left: 0;
    top: 50%
}

@media (min-width:1024px) {
    .topNav-2 .cenBox .yxBox .navBar .ul1 .li1.on .a1 {
        color: #d8b271
    }

    .topNav-2 .cenBox .yxBox .navBar .ul1 .li1.on .a1:after {
        height: 100%;
        background-color: #d8b271
    }

    .topNav-2 .cenBox .yxBox .navBar .ul1 .li1.on .a1 div {
        color: #d8b271
    }
}

@media (min-width:1024px) {
    .topNav-2 .cenBox .yxBox .navBar .ul1 .li1:hover .a1 {
        color: #d8b271
    }

    .topNav-2 .cenBox .yxBox .navBar .ul1 .li1:hover .a1:after {
        height: 100%;
        background-color: #d8b271
    }

    .topNav-2 .cenBox .yxBox .navBar .ul1 .li1:hover .a1 div {
        color: #d8b271
    }
}

@media (min-width:1024px) {
    .topNav-2 .cenBox .yxBox .navBar .ul1 .li1:hover .a1 {
        color: #d8b271
    }

    .topNav-2 .cenBox .yxBox .navBar .ul1 .li1:hover .a1:after {
        height: 100%;
        background-color: #d8b271
    }

    .topNav-2 .cenBox .yxBox .navBar .ul1 .li1:hover .a1 div {
        color: #d8b271
    }
}

.topNav-2 .cenBox .yxBox .navBar .ul1 .li1:hover .twoUl {
    opacity: 1;
    pointer-events: auto
}

.topNav-2 .cenBox .yxBox .navBar .ul1 .li1:hover .twoUl .boxThans {
    transform: translateY(0)
}

.topNav-2 .cenBox .poi {
    width: 100px;
    display: block;
    bottom: 0;
    transition-duration: .5s;
    transition-property: all;
    z-index: -1;
    height: 4px;
    position: absolute
}

@media (max-width:1300px) {
    .topNav-2 .cenBox .poi {
        width: 80px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .topNav-2 .cenBox .poi {
        display: none
    }
}

.topNav-2 .cenBox .poi i {
    background-color: #d8b271;
    height: 100%;
    width: 60%;
    border-radius: 2px;
    display: block;
    margin: 0 auto
}

.topNav-2 .cenBox.ready {
    position: fixed;
    top: -80px;
    left: 0;
    transition-duration: .5s;
    transition-property: all;
    pointer-events: none
}

@media (max-width:1600px) {
    .topNav-2 .cenBox.ready {
        top: -70px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    .topNav-2 .cenBox.ready {
        top: -60px
    }
}

@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
    .topNav-2 .cenBox.ready {
        top: -16vw
    }
}

.topNav-2 .cenBox.on {
    pointer-events: auto;
    transform: translateY(100%)
}

.topNav-2.hide {
    transform: translateY(-100%)
}

.topNav-2.top0 {
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.3)
}

.topNav-2.top0 .logo a img {
    filter: brightness(1000) grayscale(1)
}

.topNav-2.top0 .yxBox .navBar .ul1 .li1 .a1 div {
    color: #fff
}

.topNav-2.hasOpen .cenBox {
    padding-right: 80px
}

@media (max-width:1600px) {
    .topNav-2.hasOpen .cenBox {
        padding-right: 70px
    }
}

@media (max-width:1300px) {
    .topNav-2.hasOpen .cenBox {
        padding-right: 60px
    }
}

@media (max-width:1024px) {
    .topNav-2.hasOpen .cenBox {
        padding-right: 16vw
    }
}

.navTwoMask {
    width: 100%;
    height: calc(100vh - 80px);
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    transition-duration: .5s;
    transition-property: all;
    bottom: 0;
    left: 0;
    z-index: 1
}

@media (max-width:1600px) {
    .navTwoMask {
        height: calc(100vh - 70px)
    }
}

@media (max-width:1300px) {
    .navTwoMask {
        height: calc(100vh - 60px)
    }
}

@media (max-width:1024px) {
    .navTwoMask {
        height: unset
    }
}

.navTwoMask.show {
    opacity: 1
}

.topNav-3 {
    height: 80px
}

@media (max-width:1600px) {
    .topNav-3 {
        height: 70px
    }
}

@media (max-width:1300px) {
    .topNav-3 {
        height: 60px
    }
}

@media (max-width:1024px) {
    .topNav-3 {
        height: 16vw
    }
}

.topNav-3 .cenBox {
    width: 100%;
    height: 80px;
    position: relative
}

@media (max-width:1600px) {
    .topNav-3 .cenBox {
        height: 70px
    }
}

@media (max-width:1300px) {
    .topNav-3 .cenBox {
        height: 60px
    }
}

@media (max-width:1024px) {
    .topNav-3 .cenBox {
        height: 16vw
    }
}

.topNav-3 .cenBox .box {
    height: 100%;
    background-color: #fff;
    transition-duration: .5s;
    transition-property: all
}

.topNav-3 .cenBox .box .thisBoxC {
    height: 100%;
    width: 1500px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    height: 80px
}

@media (max-width:1600px) {
    .topNav-3 .cenBox .box .thisBoxC {
        width: 88%
    }
}

@media (max-width:1300px) {
    .topNav-3 .cenBox .box .thisBoxC {
        width: 90%
    }
}

@media (max-width:1024px) {
    .topNav-3 .cenBox .box .thisBoxC {
        width: 84%
    }
}

@media (max-width:1600px) {
    .topNav-3 .cenBox .box .thisBoxC {
        height: 70px
    }
}

@media (max-width:1300px) {
    .topNav-3 .cenBox .box .thisBoxC {
        height: 60px
    }
}

@media (max-width:1024px) {
    .topNav-3 .cenBox .box .thisBoxC {
        height: 16vw
    }
}

@media (max-width:1600px) {
    .topNav-3 .cenBox .box .thisBoxC {
        width: 90%
    }
}

@media (max-width:1600px) and (max-width:1024px) {
    .topNav-3 .cenBox .box .thisBoxC {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        flex-wrap: unset
    }
}

.topNav-3 .cenBox .box .thisBoxC .opLogo-m {
    display: none;
    height: 80%
}

.topNav-3 .cenBox .box .thisBoxC .opLogo-m img {
    height: 100%
}

@media (max-width:1024px) {
    .topNav-3 .cenBox .box .thisBoxC .opLogo-m {
        display: block
    }
}

.topNav-3 .cenBox .box .thisBoxC .navBar {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .topNav-3 .cenBox .box .thisBoxC .navBar {
        display: none
    }
}

.topNav-3 .cenBox .box .thisBoxC .navBar .topLogo {
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.topNav-3 .cenBox .box .thisBoxC .navBar .topLogo a {
    width: 160px;
    height: 100%;
    border-radius: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.topNav-3 .cenBox .box .thisBoxC .navBar .topLogo a img {
    width: 60%;
    height: 80%;
    object-fit: contain
}

.topNav-3 .cenBox .box .thisBoxC .navBar .navList {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.topNav-3 .cenBox .box .thisBoxC .navBar .navList>li {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.topNav-3 .cenBox .box .thisBoxC .navBar .navList>li>a {
    padding: 0 30px;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1600px) {
    .topNav-3 .cenBox .box .thisBoxC .navBar .navList>li>a {
        padding: 0 30px
    }
}

.topNav-3 .cenBox .box .thisBoxC .navBar .navList>li>a span {
    position: relative;
    z-index: 1;
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1300px) {
    .topNav-3 .cenBox .box .thisBoxC .navBar .navList>li>a span {
        font-size: 16px
    }
}

.topNav-3 .cenBox .box .thisBoxC .navBar .navList>li>a::after {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 100%;
    height: 0;
    background-color: #d8b271;
    transition-duration: .5s;
    transition-property: all;
    bottom: 0
}

.topNav-3 .cenBox .box .thisBoxC .navBar .navList>li:hover>a span {
    color: #fff
}

.topNav-3 .cenBox .box .thisBoxC .navBar .navList>li:hover>a::after {
    height: 100%
}

.topNav-3 .cenBox .box .thisBoxC .navBar .navList>li:hover .twoNav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0)
}

.topNav-3 .cenBox .box .thisBoxC .navBar .navList>li.on>a span {
    color: #fff
}

.topNav-3 .cenBox .box .thisBoxC .navBar .navList>li.on>a::after {
    height: 100%
}

.topNav-3 .cenBox .box .thisBoxC .navBar .navList>li .twoNav {
    width: 100%;
    top: 100%;
    left: 0;
    transition-duration: .5s;
    transition-property: all;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    z-index: 11;
    padding-top: 0px;
    transform: translateY(20px)
}

.topNav-3 .cenBox .box .thisBoxC .navBar .navList>li .twoNav ul {
    padding: 10px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 100%;
    box-shadow: 0 0 10px #f0f2f5;
    transition-duration: .5s;
    transition-property: all
}

.topNav-3 .cenBox .box .thisBoxC .navBar .navList>li .twoNav ul>li {
    width: 100%
}

.topNav-3 .cenBox .box .thisBoxC .navBar .navList>li .twoNav ul>li a {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #666;
    transition: all .5s;
    padding: 10px 0;
    border-radius: 4px
}

.topNav-3 .cenBox .box .thisBoxC .navBar .navList>li .twoNav ul>li a:hover {
    background-color: #d8b271;
    color: #fff
}

.topNav-3 .cenBox .box .thisBoxC .navBar .navList>li .twoNav.on ul {
    transform: translateY(0)
}

.topNav-3 .cenBox .box .thisBoxC .navBar .navList>li.logoL {
    margin-right: 110px
}

@media (max-width:1600px) {
    .topNav-3 .cenBox .box .thisBoxC .navBar .navList>li.logoL {
        margin-right: 110px
    }
}

.topNav-3 .cenBox .box .thisBoxC .navBar .navList>li.logoR {
    margin-left: 110px
}

@media (max-width:1600px) {
    .topNav-3 .cenBox .box .thisBoxC .navBar .navList>li.logoR {
        margin-left: 110px
    }
}

.topNav-3 .cenBox .box .thisBoxC .rightBox {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.topNav-3 .cenBox.ready {
    z-index: 12;
    position: fixed;
    top: -80px;
    left: 0;
    transition-duration: .5s;
    transition-property: all;
    pointer-events: none
}

@media (max-width:1600px) {
    .topNav-3 .cenBox.ready {
        top: -70px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    .topNav-3 .cenBox.ready {
        top: -60px
    }
}

@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
    .topNav-3 .cenBox.ready {
        top: -16vw
    }
}

.topNav-3 .cenBox.on {
    pointer-events: auto;
    transform: translateY(100%)
}

.topNav-4 {
    width: 100%;
    transition-duration: .5s;
    transition-property: all;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2
}

.topNav-4.show {
    background-color: #fff
}

.topNav-4.show .cenBox .box .navBar .navList .li1 .a1 span {
    color: #333
}

.topNav-4.show .cenBox .box .navBar .navList .li1:hover .a1 span {
    color: #d8b271
}

.topNav-4.show .cenBox .box .navBar .navList .li1.on .a1 .span {
    color: #d8b271
}

.topNav-4 .cenBox {
    position: relative;
    width: 100%
}

.topNav-4 .cenBox .box {
    height: 80px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    padding: 0 40px
}

@media (max-width:1600px) {
    .topNav-4 .cenBox .box {
        height: 70px
    }
}

@media (max-width:1300px) {
    .topNav-4 .cenBox .box {
        height: 60px
    }
}

@media (max-width:1024px) {
    .topNav-4 .cenBox .box {
        height: 16vw
    }
}

@media (max-width:1024px) {
    .topNav-4 .cenBox .box {
        height: 60px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        flex-wrap: unset
    }
}

.topNav-4 .cenBox .box .opLogo-m {
    display: none;
    height: 80%
}

.topNav-4 .cenBox .box .opLogo-m img {
    height: 100%
}

@media (max-width:1024px) {
    .topNav-4 .cenBox .box .opLogo-m {
        display: block
    }
}

.topNav-4 .cenBox .box .navBar {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .topNav-4 .cenBox .box .navBar {
        display: none
    }
}

.topNav-4 .cenBox .box .navBar .topLogo {
    height: 100%
}

.topNav-4 .cenBox .box .navBar .topLogo a {
    height: 100%;
    border-radius: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.topNav-4 .cenBox .box .navBar .topLogo a img {
    width: 200px;
    height: 80%;
    object-fit: contain
}

.topNav-4 .cenBox .box .navBar .navList {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.topNav-4 .cenBox .box .navBar .navList .li1 {
    padding: 0 20px;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.topNav-4 .cenBox .box .navBar .navList .li1 .a1 {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.topNav-4 .cenBox .box .navBar .navList .li1 .a1 span {
    color: #fff;
    font-size: 16px;
    position: relative;
    z-index: 1;
    transition-duration: .5s;
    transition-property: all
}

.topNav-4 .cenBox .box .navBar .navList .li1:hover .a1 span {
    color: #d8b271
}

.topNav-4 .cenBox .box .navBar .navList .li1:hover .twoNav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0)
}

.topNav-4 .cenBox .box .navBar .navList .li1.on .a1 span {
    color: #d8b271
}

.topNav-4 .cenBox .box .navBar .navList .li1 .twoNav {
    width: 100%;
    top: 100%;
    left: 0;
    transition-duration: .5s;
    transition-property: all;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    z-index: 11;
    padding-top: 0px;
    transform: translateY(20px)
}

.topNav-4 .cenBox .box .navBar .navList .li1 .twoNav ul {
    padding: 10px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 100%;
    box-shadow: 0 0 10px #f0f2f5;
    transition-duration: .5s;
    transition-property: all
}

.topNav-4 .cenBox .box .navBar .navList .li1 .twoNav ul>li {
    width: 100%
}

.topNav-4 .cenBox .box .navBar .navList .li1 .twoNav ul>li a {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #666;
    transition: all .5s;
    padding: 10px 0;
    border-radius: 4px
}

.topNav-4 .cenBox .box .navBar .navList .li1 .twoNav ul>li a:hover {
    background-color: #d8b271;
    color: #fff
}

.topNav-4 .cenBox .box .navBar .navList .li1 .twoNav.on ul {
    transform: translateY(0)
}

.topNav-4.hasOpen .cenBox {
    padding-right: 80px
}

@media (max-width:1600px) {
    .topNav-4.hasOpen .cenBox {
        padding-right: 70px
    }
}

@media (max-width:1300px) {
    .topNav-4.hasOpen .cenBox {
        padding-right: 60px
    }
}

@media (max-width:1024px) {
    .topNav-4.hasOpen .cenBox {
        padding-right: 16vw
    }
}

.topNav-5 {
    background-color: #d8b271
}

.topNav-5 .cenBox {
    width: 100%;
    height: 80px;
    position: relative;
    z-index: 5
}

@media (max-width:1600px) {
    .topNav-5 .cenBox {
        height: 70px
    }
}

@media (max-width:1300px) {
    .topNav-5 .cenBox {
        height: 60px
    }
}

@media (max-width:1024px) {
    .topNav-5 .cenBox {
        height: 16vw
    }
}

@media (max-width:1300px) {
    .topNav-5 .cenBox {
        padding-right: 20px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .topNav-5 .cenBox {
        display: none
    }
}

.topNav-5 .cenBox .lowBox {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset;
    padding: 0 40px
}

.topNav-5 .cenBox .lowBox .logo {
    margin-right: 40px;
    height: 70%
}

.topNav-5 .cenBox .lowBox .logo img {
    height: 100%
}

.topNav-5 .cenBox .lowBox .navBar {
    padding-right: 100px;
    width: 75%;
    height: 100%
}

@media (max-width:1300px) {
    .topNav-5 .cenBox .lowBox .navBar {
        padding-right: 4vw
    }
}

.topNav-5 .cenBox .lowBox .navBar * {
    color: #fff
}

.topNav-5 .cenBox .lowBox .navBar ul {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset
}

.topNav-5 .cenBox .lowBox .navBar ul li {
    height: 100%;
    flex: 1
}

.topNav-5 .cenBox .lowBox .navBar ul li a {
    width: 100%;
    height: 100%;
    transform: translateY(6px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    transition-duration: .5s;
    transition-property: all
}

.topNav-5 .cenBox .lowBox .navBar ul li a div {
    font-size: 16px
}

@media (max-width:1300px) {
    .topNav-5 .cenBox .lowBox .navBar ul li a div {
        font-size: 16px
    }
}

.topNav-5 .cenBox .lowBox .navBar ul li a span {
    text-transform: uppercase;
    font-size: 16px;
    opacity: 0;
    font-size: 14px;
    transition-duration: .5s;
    transition-property: all
}

.topNav-5 .cenBox .lowBox .navBar ul li a:hover {
    transform: translateY(0);
    background-color: rgba(255, 255, 255, 0.1)
}

.topNav-5 .cenBox .lowBox .navBar ul li a:hover span {
    opacity: .7
}

.topNav-5 .cenBox .lowBox .navBar ul li.on a {
    transform: translateY(0);
    background-color: rgba(255, 255, 255, 0.1)
}

.topNav-5 .cenBox .lowBox .navBar ul li.on a span {
    opacity: .7
}

.topNav-5 .cenBox .lowBox .searchBox {
    width: 25%
}

.topNav-5 .cenBox .lowBox .searchBox form {
    height: 36px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: unset;
    flex-wrap: unset;
    width: 100%
}

.topNav-5 .cenBox .lowBox .searchBox form input {
    height: 100%;
    width: 70%;
    font-size: 16px;
    padding-left: 20px;
    background-color: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.7)
}

@media (max-width:1300px) {
    .topNav-5 .cenBox .lowBox .searchBox form input {
        font-size: 14px
    }
}

.topNav-5 .cenBox .lowBox .searchBox form input::placeholder {
    color: rgba(255, 255, 255, 0.7)
}

.topNav-5 .cenBox .lowBox .searchBox form button {
    height: 100%;
    width: 30%;
    background-color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    transition-duration: .5s;
    transition-property: all
}

.topNav-5 .cenBox .lowBox .searchBox form button:hover {
    background-color: #fff
}

.topNav-5 .cenBox .lowBox .searchBox form button i {
    color: #d8b271;
    font-size: 16px;
    margin-right: 6px
}

.topNav-5 .cenBox .lowBox .searchBox form button span {
    color: #d8b271;
    font-size: 16px
}

@media (max-width:1300px) {
    .topNav-5 .cenBox .lowBox .searchBox form button span {
        font-size: 14px
    }
}

.topNav-5.hasOpen .cenBox {
    padding-right: 80px
}

@media (max-width:1600px) {
    .topNav-5.hasOpen .cenBox {
        padding-right: 70px
    }
}

@media (max-width:1300px) {
    .topNav-5.hasOpen .cenBox {
        padding-right: 60px
    }
}

@media (max-width:1024px) {
    .topNav-5.hasOpen .cenBox {
        padding-right: 16vw
    }
}

.topNav-6 {
    z-index: 5;
    position: fixed;
    top: 0;
    left: 0;
    transition-duration: .5s;
    transition-property: all;
    background-color: #fff;
    width: 100%;
    height: 100px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.02)
}

@media (max-width:1600px) {
    .topNav-6 {
        height: 80px
    }
}

@media (max-width:1300px) {
    .topNav-6 {
        height: 70px
    }
}

@media (max-width:1024px) {
    .topNav-6 {
        height: 16vw
    }
}

@media (max-width:1300px) {
    .topNav-6 {
        height: 60px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .topNav-6 {
        height: 20vw
    }
}

.topNav-6 .cenBox {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset;
    padding: 0 40px
}

.topNav-6 .cenBox .logo {
    height: 90%
}

@media (max-width:1024px) {
    .topNav-6 .cenBox .logo {
        height: 16vw
    }
}

.topNav-6 .cenBox .logo a {
    height: 100%
}

.topNav-6 .cenBox .logo a img {
    height: 100%;
    z-index: 0
}

.topNav-6 .cenBox .navBar {
    height: 100%;
    width: 60%
}

@media (max-width:1024px) {
    .topNav-6 .cenBox .navBar {
        height: unset;
        width: unset
    }
}

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

@media (max-width:1024px) {
    .topNav-6 .cenBox .navBar .ul1 {
        display: none
    }
}

@media (max-width:1024px) {
    .topNav-6 .cenBox .navBar .ul1 {
        display: none
    }
}

.topNav-6 .cenBox .navBar .ul1 .li1 {
    position: relative;
    width: 150px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.topNav-6 .cenBox .navBar .ul1 .li1 .a1 {
    position: relative;
    transition-duration: .5s;
    transition-property: all;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.topNav-6 .cenBox .navBar .ul1 .li1 .a1:after {
    content: '';
    z-index: 0;
    display: block;
    width: 0;
    height: 2px;
    border-radius: 1px;
    background-color: #333;
    position: absolute;
    transform: translate(0);
    width: 100%;
    background-color: #d8b271;
    bottom: 0;
    height: 0;
    left: 0;
    transition-duration: .5s;
    transition-property: all
}

.topNav-6 .cenBox .navBar .ul1 .li1 .a1 div {
    font-size: 16px;
    position: relative;
    z-index: 1;
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1300px) {
    .topNav-6 .cenBox .navBar .ul1 .li1 .a1 div {
        font-size: 16px
    }
}

.topNav-6 .cenBox .navBar .ul1 .li1.on .a1 {
    color: #d8b271
}

.topNav-6 .cenBox .navBar .ul1 .li1.on .a1:after {
    height: 100%;
    background-color: #d8b271
}

.topNav-6 .cenBox .navBar .ul1 .li1.on .a1 div {
    color: #fff
}

.topNav-6 .cenBox .navBar .ul1 .li1 .twoUl {
    transition-duration: .5s;
    transition-property: all;
    z-index: 2;
    position: absolute;
    top: 100%;
    pointer-events: none;
    opacity: 0;
    width: 100%
}

.topNav-6 .cenBox .navBar .ul1 .li1 .twoUl .ul2 {
    transform: translateY(20px);
    transition-duration: .5s;
    transition-property: all
}

.topNav-6 .cenBox .navBar .ul1 .li1 .twoUl .ul2 li {
    width: 100%;
    height: 60px
}

.topNav-6 .cenBox .navBar .ul1 .li1 .twoUl .ul2 li a {
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 100%;
    height: 100%;
    transition-duration: .5s;
    transition-property: all
}

.topNav-6 .cenBox .navBar .ul1 .li1 .twoUl .ul2 li a:hover {
    background-color: #d8b271;
    color: #fff
}

.topNav-6 .cenBox .navBar .ul1 .li1:hover .a1 {
    color: #d8b271
}

.topNav-6 .cenBox .navBar .ul1 .li1:hover .a1:after {
    height: 100%;
    background-color: #d8b271
}

.topNav-6 .cenBox .navBar .ul1 .li1:hover .a1 div {
    color: #fff
}

.topNav-6 .cenBox .navBar .ul1 .li1:hover .a1 {
    color: #d8b271
}

.topNav-6 .cenBox .navBar .ul1 .li1:hover .a1:after {
    height: 100%;
    background-color: #d8b271
}

.topNav-6 .cenBox .navBar .ul1 .li1:hover .a1 div {
    color: #fff
}

.topNav-6 .cenBox .navBar .ul1 .li1:hover .twoUl {
    opacity: 1;
    pointer-events: auto
}

.topNav-6 .cenBox .navBar .ul1 .li1:hover .twoUl .ul2 {
    transform: translateY(0)
}

@media (min-width:1024px) {
    .topNav-6 .cenBox .navBtn {
        display: none
    }
}

.topNav-6 .cenBox .topNavOpen-4 {
    width: unset;
    position: unset;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (min-width:1024px) {
    .topNav-6 .cenBox .topNavOpen-4 {
        display: none
    }
}

@media (max-width:1024px) {
    .topNav-6 .cenBox .topNavOpen-4 .openCout .openTop {
        height: 20vw
    }
}

.topNav-6 .cenBox .topNavOpen-4 .openCout .box {
    background-color: #d8b271
}

.topNav-6 .cenBox .topNavOpen-4 .openCout .box>div>ul>li a {
    font-size: 6vw
}

.topNav-6 .cenBox .topNavOpen-4 .openCout .box>div>ul>li .twoUl li a {
    font-size: 4vw
}

.topNav-6.hide {
    transform: translateY(-100%)
}

.topNav-6.top0 {
    backdrop-filter: blur(10px);
    background-color: rgb(255 255 255);
}

.topNav-6.top0 .logo a img {
    /* filter: brightness(1000) grayscale(1) */
}

.topNav-6.top0 .yxBox .navBar .ul1 .li1 .a1 div {
    color: #fff
}

.topNav-6.hasOpen .cenBox {
    padding-right: 80px
}

@media (max-width:1600px) {
    .topNav-6.hasOpen .cenBox {
        padding-right: 70px
    }
}

@media (max-width:1300px) {
    .topNav-6.hasOpen .cenBox {
        padding-right: 60px
    }
}

@media (max-width:1024px) {
    .topNav-6.hasOpen .cenBox {
        padding-right: 16vw
    }
}

.topNav-7 {
    z-index: 5;
    width: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    transition-duration: .5s;
    transition-property: all
}

.topNav-7 .cenBox {
    width: 100%;
    height: 80px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.02)
}

@media (max-width:1600px) {
    .topNav-7 .cenBox {
        height: 70px
    }
}

@media (max-width:1300px) {
    .topNav-7 .cenBox {
        height: 60px
    }
}

@media (max-width:1024px) {
    .topNav-7 .cenBox {
        height: 16vw
    }
}

.topNav-7 .cenBox .yxBox {
    height: 100%;
    padding: 0 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset
}

.topNav-7 .cenBox .yxBox .logo {
    height: 70%
}

@media (max-width:1024px) {
    .topNav-7 .cenBox .yxBox .logo {
        height: 16vw
    }
}

.topNav-7 .cenBox .yxBox .logo a {
    height: 100%
}

.topNav-7 .cenBox .yxBox .logo a img {
    height: 100%;
    z-index: 0
}

.topNav-7 .cenBox .yxBox .navBar {
    height: 100%;
    width: 60%
}

@media (max-width:1024px) {
    .topNav-7 .cenBox .yxBox .navBar {
        display: none
    }
}

.topNav-7 .cenBox .yxBox .navBar .ul1 {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .topNav-7 .cenBox .yxBox .navBar .ul1 {
        display: none
    }
}

.topNav-7 .cenBox .yxBox .navBar .ul1 .li1 {
    position: relative;
    width: 150px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.topNav-7 .cenBox .yxBox .navBar .ul1 .li1 .a1 {
    position: relative;
    transition-duration: .5s;
    transition-property: all;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.topNav-7 .cenBox .yxBox .navBar .ul1 .li1 .a1:after {
    content: '';
    z-index: 0;
    display: block;
    width: 0;
    height: 2px;
    border-radius: 1px;
    background-color: #333;
    position: absolute;
    transform: translate(0);
    width: 100%;
    background-color: #d8b271;
    bottom: 0;
    height: 0;
    left: 0;
    transition-duration: .5s;
    transition-property: all
}

.topNav-7 .cenBox .yxBox .navBar .ul1 .li1 .a1 div {
    font-size: 16px;
    position: relative;
    z-index: 1;
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1300px) {
    .topNav-7 .cenBox .yxBox .navBar .ul1 .li1 .a1 div {
        font-size: 16px
    }
}

.topNav-7 .cenBox .yxBox .navBar .ul1 .li1.on .a1 {
    color: #d8b271
}

.topNav-7 .cenBox .yxBox .navBar .ul1 .li1.on .a1:after {
    height: 100%;
    background-color: #d8b271
}

.topNav-7 .cenBox .yxBox .navBar .ul1 .li1.on .a1 div {
    color: #fff
}

.topNav-7 .cenBox .yxBox .navBar .ul1 .li1 .ul2 {
    z-index: 2;
    transition-duration: .5s;
    transition-property: all;
    transform: translateY(20px);
    position: fixed;
    left: 0;
    height: 400px;
    pointer-events: none;
    opacity: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: unset;
    padding: 80px;
    background-color: #d8b271;
    top: 80px
}

@media (max-width:1600px) {
    .topNav-7 .cenBox .yxBox .navBar .ul1 .li1 .ul2 {
        top: 70px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    .topNav-7 .cenBox .yxBox .navBar .ul1 .li1 .ul2 {
        top: 60px
    }
}

@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
    .topNav-7 .cenBox .yxBox .navBar .ul1 .li1 .ul2 {
        top: 16vw
    }
}

.topNav-7 .cenBox .yxBox .navBar .ul1 .li1 .ul2 .left {
    height: 100%;
    width: 70%
}

.topNav-7 .cenBox .yxBox .navBar .ul1 .li1 .ul2 .left .nav2 {
    width: 90%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap
}

.topNav-7 .cenBox .yxBox .navBar .ul1 .li1 .ul2 .left .nav2 li {
    width: 50%;
    height: 60px
}

.topNav-7 .cenBox .yxBox .navBar .ul1 .li1 .ul2 .left .nav2 li a {
    width: 90%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: unset;
    position: relative;
    padding-bottom: 10px;
    font-size: 18px;
    color: #fff
}

.topNav-7 .cenBox .yxBox .navBar .ul1 .li1 .ul2 .left .nav2 li a i {
    margin-left: 30px;
    color: #fff;
    transition-duration: .5s;
    transition-property: all
}

.topNav-7 .cenBox .yxBox .navBar .ul1 .li1 .ul2 .left .nav2 li a .xian {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5)
}

.topNav-7 .cenBox .yxBox .navBar .ul1 .li1 .ul2 .left .nav2 li a .xian div {
    width: 0;
    height: 100%;
    background-color: #fff;
    transition-duration: .5s;
    transition-property: all
}

.topNav-7 .cenBox .yxBox .navBar .ul1 .li1 .ul2 .left .nav2 li a:hover i {
    margin-left: 10px
}

.topNav-7 .cenBox .yxBox .navBar .ul1 .li1 .ul2 .left .nav2 li a:hover .xian div {
    width: 100%
}

.topNav-7 .cenBox .yxBox .navBar .ul1 .li1 .ul2 .right {
    width: 30%;
    height: 100%
}

.topNav-7 .cenBox .yxBox .navBar .ul1 .li1 .ul2 .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px
}

.topNav-7 .cenBox .yxBox .navBar .ul1 .li1:hover .a1 {
    color: #d8b271
}

.topNav-7 .cenBox .yxBox .navBar .ul1 .li1:hover .a1:after {
    height: 100%;
    background-color: #d8b271
}

.topNav-7 .cenBox .yxBox .navBar .ul1 .li1:hover .a1 div {
    color: #fff
}

.topNav-7 .cenBox .yxBox .navBar .ul1 .li1:hover .a1 {
    color: #d8b271
}

.topNav-7 .cenBox .yxBox .navBar .ul1 .li1:hover .a1:after {
    height: 100%;
    background-color: #d8b271
}

.topNav-7 .cenBox .yxBox .navBar .ul1 .li1:hover .a1 div {
    color: #fff
}

.topNav-7 .cenBox .yxBox .navBar .ul1 .li1:hover .ul2 {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0)
}

@media (min-width:1024px) {
    .topNav-7 .cenBox .yxBox .navBtn {
        display: none
    }
}

.topNav-7.hide {
    transform: translateY(-100%)
}

.topNav-7.top0 {
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.3)
}

.topNav-7.top0 .cenBox .logo a img {
    filter: brightness(1000) grayscale(1)
}

.topNav-7.top0 .cenBox .yxBox .navBar .ul1 .li1 .a1 div {
    color: #fff
}

.topNav-7 .pcOpenBox {
    width: 100%;
    z-index: 2
}

.topNav-7 .pcOpenBox .openCout {
    position: relative;
    width: 100%;
    height: 100%
}

.topNav-7 .pcOpenBox .openCout .oneBox {
    height: 400px;
    width: 100%;
    pointer-events: none;
    background-color: #d8b271;
    opacity: 0;
    transform: translateY(20px);
    position: absolute;
    top: 0;
    left: 0;
    transition-duration: .5s;
    transition-property: all
}

.topNav-7 .pcOpenBox .openCout .oneBox.show {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0)
}

.topNav-7.hasOpen .cenBox {
    padding-right: 80px
}

@media (max-width:1600px) {
    .topNav-7.hasOpen .cenBox {
        padding-right: 70px
    }
}

@media (max-width:1300px) {
    .topNav-7.hasOpen .cenBox {
        padding-right: 60px
    }
}

@media (max-width:1024px) {
    .topNav-7.hasOpen .cenBox {
        padding-right: 16vw
    }
}

.topNavOpen-1 .navBtn {
    width: 25px;
    height: 25px;
    cursor: pointer;
    position: fixed;
    right: calc(80px * 0.5 - 15px);
    top: calc(80px * 0.5 - 15px);
    z-index: 11
}

@media (max-width:1600px) {
    .topNavOpen-1 .navBtn {
        right: calc(70px * 0.5 - 15px);
        top: calc(70px * 0.5 - 15px)
    }
}

@media (max-width:1300px) {
    .topNavOpen-1 .navBtn {
        right: calc(60px * 0.5 - 15px);
        top: calc(60px * 0.5 - 15px)
    }
}

@media (max-width:1024px) {
    .topNavOpen-1 .navBtn {
        right: calc(16vw * 0.5 - 15px);
        top: calc(16vw * 0.5 - 15px)
    }
}

@media (max-width:1024px) {
    .topNavOpen-1 .navBtn {
        right: 5vw;
        top: 10vw
    }
}

.topNavOpen-1 .navBtn ul {
    width: 100%;
    position: relative;
    height: 80%
}

.topNavOpen-1 .navBtn ul li {
    height: 1px;
    background-color: #fff;
    position: absolute;
    width: 100%;
    right: 0;
    transition-duration: .5s;
    transition-property: all
}

.topNavOpen-1 .navBtn ul li:nth-child(1) {
    top: 0
}

.topNavOpen-1 .navBtn ul li:nth-child(2) {
    top: 50%
}

.topNavOpen-1 .navBtn ul li:nth-child(3) {
    top: 100%
}

.topNavOpen-1 .navBtn.on ul li:nth-child(1) {
    transform: translate(0, 10px) rotate(140deg)
}

.topNavOpen-1 .navBtn.on ul li:nth-child(2) {
    opacity: 0;
    transform: translate(0, 0) rotate(180deg)
}

.topNavOpen-1 .navBtn.on ul li:nth-child(3) {
    transform: translate(0, -10px) rotate(220deg)
}

.topNavOpen-1 .openCout {
    pointer-events: none;
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    transition-duration: 1s;
    transition-property: all;
    opacity: 0;
    transform: scale(1.4, 1.6);
    background-color: #fff
}

.topNavOpen-1 .openCout .navOpenBox {
    height: 100vh;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center
}

.topNavOpen-1 .openCout .navOpenBox .coutBox {
    z-index: 2;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5)
}

@media (max-width:1024px) {
    .topNavOpen-1 .openCout .navOpenBox .coutBox {
        position: unset
    }
}

.topNavOpen-1 .openCout .navOpenBox .coutBox .ul1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

@media (max-width:1024px) {
    .topNavOpen-1 .openCout .navOpenBox .coutBox .ul1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

.topNavOpen-1 .openCout .navOpenBox .coutBox .ul1 .li1 {
    flex: 1;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .topNavOpen-1 .openCout .navOpenBox .coutBox .ul1 .li1 {
        flex: 1;
        width: 100%
    }
}

.topNavOpen-1 .openCout .navOpenBox .coutBox .ul1 .li1 .boxCp {
    width: 70%;
    position: relative;
    height: 60%
}

@media (max-width:1300px) {
    .topNavOpen-1 .openCout .navOpenBox .coutBox .ul1 .li1 .boxCp {
        padding: 30px 0
    }
}

@media (max-width:1024px) {
    .topNavOpen-1 .openCout .navOpenBox .coutBox .ul1 .li1 .boxCp {
        padding: 0;
        position: unset;
        width: 90%;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

.topNavOpen-1 .openCout .navOpenBox .coutBox .ul1 .li1 .boxCp .txtBox {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: unset;
    flex-wrap: unset;
    position: relative
}

@media (max-width:1024px) {
    .topNavOpen-1 .openCout .navOpenBox .coutBox .ul1 .li1 .boxCp .txtBox {
        position: unset;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: unset
    }
}

.topNavOpen-1 .openCout .navOpenBox .coutBox .ul1 .li1 .boxCp .txtBox .miaoshu {
    writing-mode: vertical-lr;
    color: #fff;
    font-size: 18px;
    letter-spacing: .2em
}

@media (max-width:1600px) {
    .topNavOpen-1 .openCout .navOpenBox .coutBox .ul1 .li1 .boxCp .txtBox .miaoshu {
        font-size: 16px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    .topNavOpen-1 .openCout .navOpenBox .coutBox .ul1 .li1 .boxCp .txtBox .miaoshu {
        font-size: 14px
    }
}

@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
    .topNavOpen-1 .openCout .navOpenBox .coutBox .ul1 .li1 .boxCp .txtBox .miaoshu {
        writing-mode: lr
    }
}

.topNavOpen-1 .openCout .navOpenBox .coutBox .ul1 .li1 .boxCp .txtBox>i {
    display: block;
    height: 100%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 0 10px;
    margin: 2vw 0
}

@media (max-width:1024px) {
    .topNavOpen-1 .openCout .navOpenBox .coutBox .ul1 .li1 .boxCp .txtBox>i {
        top: 0px;
        margin: 0;
        position: absolute;
        width: 100%;
        height: 1px
    }
}

.topNavOpen-1 .openCout .navOpenBox .coutBox .ul1 .li1 .boxCp .txtBox>i i {
    width: 100%;
    background-color: #fff;
    height: 0;
    transition-duration: .5s;
    transition-property: all
}

.topNavOpen-1 .openCout .navOpenBox .coutBox .ul1 .li1 .boxCp .txtBox .title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    writing-mode: vertical-lr;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    transition-duration: .5s;
    transition-property: all;
    letter-spacing: .1em
}

@media (max-width:1300px) {
    .topNavOpen-1 .openCout .navOpenBox .coutBox .ul1 .li1 .boxCp .txtBox .title {
        font-size: 24px
    }
}

@media (max-width:1024px) {
    .topNavOpen-1 .openCout .navOpenBox .coutBox .ul1 .li1 .boxCp .txtBox .title {
        writing-mode: lr;
        font-size: 5vw;
        position: unset;
        transform: translateY(0)
    }
}

.topNavOpen-1 .openCout .navOpenBox .coutBox .ul1 .li1 .boxCp .twoNavLink {
    opacity: 0;
    transform: translateY(-100%);
    transition-duration: .5s;
    transition-property: all;
    position: absolute;
    width: 90%;
    top: 200px;
    left: 20px
}

@media (max-width:1024px) {
    .topNavOpen-1 .openCout .navOpenBox .coutBox .ul1 .li1 .boxCp .twoNavLink {
        height: 100%;
        left: unset;
        width: fit-content;
        transform: translateY(0);
        opacity: 1;
        top: 0;
        right: 10%
    }
}

.topNavOpen-1 .openCout .navOpenBox .coutBox .ul1 .li1 .boxCp .twoNavLink ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .topNavOpen-1 .openCout .navOpenBox .coutBox .ul1 .li1 .boxCp .twoNavLink ul {
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        flex-wrap: unset;
        width: fit-content
    }
}

.topNavOpen-1 .openCout .navOpenBox .coutBox .ul1 .li1 .boxCp .twoNavLink ul li {
    margin-bottom: 20px
}

@media (max-width:1024px) {
    .topNavOpen-1 .openCout .navOpenBox .coutBox .ul1 .li1 .boxCp .twoNavLink ul li {
        line-height: 1.5em;
        margin-bottom: 0
    }
}

.topNavOpen-1 .openCout .navOpenBox .coutBox .ul1 .li1 .boxCp .twoNavLink ul li a {
    color: #fff
}

@media (max-width:1024px) {
    .topNavOpen-1 .openCout .navOpenBox .coutBox .ul1 .li1 .boxCp .twoNavLink ul li a {
        font-size: 3.4vw
    }
}

.topNavOpen-1 .openCout .navOpenBox .coutBox .ul1 .li1.on .boxCp .txtBox .title {
    top: 0;
    transform: translateY(0)
}

.topNavOpen-1 .openCout .navOpenBox .coutBox .ul1 .li1.on .boxCp .twoNavLink {
    opacity: 1;
    transform: translateY(0)
}

.topNavOpen-1 .openCout .navOpenBox .coutBox .ul1 .li1:hover .boxCp .txtBox .title {
    top: 0;
    transform: translateY(0)
}

.topNavOpen-1 .openCout .navOpenBox .coutBox .ul1 .li1:hover .boxCp .twoNavLink {
    opacity: 1;
    transform: translateY(0)
}

.topNavOpen-1 .openCout .navOpenBox .coutBox .maskOn {
    height: 100%;
    background-color: #d8b271;
    opacity: .7;
    width: 12.5%;
    position: absolute;
    top: 0;
    left: 0;
    transition-duration: .5s;
    transition-property: all
}

.topNavOpen-1 .openCout .navOpenBox .navOpenBg {
    height: 100%
}

.topNavOpen-1 .openCout .navOpenBox .navOpenBg #navOpenBg {
    height: 100%
}

.topNavOpen-1 .openCout .navOpenBox .navOpenBg #navOpenBg li {
    pointer-events: none
}

.topNavOpen-1 .openCout .navOpenBox .navOpenBg #navOpenBg li img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.topNavOpen-1 .openCout.open {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1, 1)
}

.topNavOpen-1 .openCout.open .navOpenBox .navOpenBg #navOpenBg li {
    pointer-events: auto
}

.topNavOpen-2 .topNavBtn {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
    position: fixed;
    right: calc(80px * 0.5 - 15px);
    top: calc(80px * 0.5 - 15px);
    z-index: 11
}

@media (max-width:1600px) {
    .topNavOpen-2 .topNavBtn {
        right: calc(70px * 0.5 - 15px);
        top: calc(70px * 0.5 - 15px)
    }
}

@media (max-width:1300px) {
    .topNavOpen-2 .topNavBtn {
        right: calc(60px * 0.5 - 15px);
        top: calc(60px * 0.5 - 15px)
    }
}

@media (max-width:1024px) {
    .topNavOpen-2 .topNavBtn {
        right: calc(16vw * 0.5 - 15px);
        top: calc(16vw * 0.5 - 15px)
    }
}

.topNavOpen-2 .topNavBtn.on {
    background-color: rgba(0, 0, 0, 0.2)
}

.topNavOpen-2 .c-menu-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    color: #b59f73;
    transition: opacity 320ms ease;
    cursor: pointer
}

.topNavOpen-2 .c-menu-button * {
    color: #fff
}

.topNavOpen-2 .c-menu-button.is-active .c-menu-button-text-open {
    opacity: 0
}

.topNavOpen-2 .c-menu-button.is-active .c-menu-button-text-close {
    opacity: 1
}

.topNavOpen-2 .c-menu-button.is-active .c-menu-button-icon .c-menu-button-icon-bar:nth-child(1) {
    transform: rotate(24deg)
}

.topNavOpen-2 .c-menu-button.is-active .c-menu-button-icon .c-menu-button-icon-bar:nth-child(2) {
    transform: rotate(-24deg)
}

.topNavOpen-2 .c-menu-button-text {
    position: relative;
    width: 5em;
    font-family: myriad-pro, "Yu Gothic", "YuGothic", sans-serif;
    line-height: 1;
    text-align: center
}

.topNavOpen-2 .c-menu-button-text-open,
.topNavOpen-2 .c-menu-button-text-close {
    padding-left: .2em;
    transition: opacity 400ms ease;
    font-size: 16px
}

.topNavOpen-2 .c-menu-button-text-open {
    display: block
}

.topNavOpen-2 .c-menu-button-text-close {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.topNavOpen-2 .c-menu-button-icon {
    position: relative;
    height: 1px
}

.topNavOpen-2 .c-menu-button-icon-bar {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    content: "";
    background-color: currentColor
}

.topNavOpen-2 .l-header-container {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    width: 50%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    white-space: nowrap;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    will-change: opacity, mask-position;
    border-bottom-left-radius: 50vw
}

.topNavOpen-2 .l-header-container::after {
    display: inline-block;
    width: 1px;
    height: 100%;
    vertical-align: middle;
    content: ""
}

.topNavOpen-2 .l-header-container.is-active {
    pointer-events: auto;
    visibility: visible;
    opacity: 1
}

.topNavOpen-2 .l-header-container.is-active .l-header-nav-item {
    opacity: 1;
    transition: opacity 1400ms linear
}

.topNavOpen-2 .l-header-content {
    display: inline-block;
    width: calc(100% - 2px);
    white-space: normal;
    vertical-align: middle
}

.topNavOpen-2 .l-header-nav {
    display: flex
}

.topNavOpen-2 .l-header-nav-item {
    display: flex;
    line-height: 1;
    opacity: 0;
    transition: opacity 600ms linear
}

.topNavOpen-2 .l-header-nav-item:nth-child(1) {
    transition-delay: 0ms
}

.topNavOpen-2 .l-header-nav-item:nth-child(2) {
    transition-delay: 120ms
}

.topNavOpen-2 .l-header-nav-item:nth-child(3) {
    transition-delay: 240ms
}

.topNavOpen-2 .l-header-nav-item:nth-child(4) {
    transition-delay: 360ms
}

.topNavOpen-2 .l-header-nav-item:nth-child(5) {
    transition-delay: 480ms
}

.topNavOpen-2 .l-header-nav-item:nth-child(6) {
    transition-delay: 600ms
}

.topNavOpen-2 .l-header-nav-item:nth-child(7) {
    transition-delay: 720ms
}

.topNavOpen-2 .l-header-nav-item:nth-child(8) {
    transition-delay: 800ms
}

.topNavOpen-2 .l-header-nav-link {
    font-weight: 300;
    color: #fff;
    transition: color 320ms ease
}

.topNavOpen-2 .l-header-nav-link[target=_blank] svg {
    fill: currentColor
}

.topNavOpen-2 .l-header-shop {
    filter: drop-shadow(0 0 6.4rem rgba(70, 59, 53, 0.12))
}

.topNavOpen-2 .l-header-shop-link {
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: #fff;
    filter: drop-shadow(0 0 6.4rem rgba(70, 59, 53, 0.14));
    transform: translate3d(0, 0, 0);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.topNavOpen-2 .l-header-shop-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.2
}

.topNavOpen-2 .l-header-shop-brand {
    font-family: century-gothic, "Yu Gothic", "YuGothic", sans-serif;
    line-height: 1.2;
    color: #463b35
}

.topNavOpen-2 .l-header-shop-desc {
    line-height: 1.2;
    color: rgba(77, 77, 77, 0.5)
}

@media screen and (max-width:834px) {
    .topNavOpen-2 .c-menu-button.is-active .c-menu-button-icon .c-menu-button-icon-bar {
        transition: top 240ms cubic-bezier(.165, .84, .44, 1), transform 280ms 320ms cubic-bezier(.165, .84, .44, 1)
    }

    .topNavOpen-2 .c-menu-button.is-active .c-menu-button-icon .c-menu-button-icon-bar:nth-child(1) {
        top: 1rem
    }

    .topNavOpen-2 .c-menu-button-text {
        margin-bottom: 2.6rem;
        font-size: 2.6rem;
        letter-spacing: .2em
    }

    .topNavOpen-2 .c-menu-button-icon-bar {
        transition: transform 240ms cubic-bezier(.165, .84, .44, 1), top 280ms 320ms cubic-bezier(.165, .84, .44, 1)
    }

    .topNavOpen-2 .c-menu-button-icon-bar:nth-child(1) {
        top: -1rem
    }

    .topNavOpen-2 .c-menu-button-icon-bar:nth-child(2) {
        top: 1rem
    }

    .topNavOpen-2 .l-header-container {
        -webkit-mask-position: 50% 100%;
        mask-position: 50% 100%;
        -webkit-mask-size: 100% 500%;
        mask-size: 100% 500%;
        -webkit-mask-image: linear-gradient(to top, transparent 0%, transparent 20%, #ffffff 40%, #ffffff 60%, transparent 80%, transparent 100%);
        mask-image: linear-gradient(to top, transparent 0%, transparent 20%, #ffffff 40%, #ffffff 60%, transparent 80%, transparent 100%)
    }

    .topNavOpen-2 .l-header-container.is-active {
        -webkit-mask-position: 50% 50%;
        mask-position: 50% 50%;
        transition: opacity 0s, visibility 0s, -webkit-mask-position 1000ms cubic-bezier(.165, .84, .44, 1);
        transition: opacity 0s, visibility 0s, mask-position 1000ms cubic-bezier(.165, .84, .44, 1);
        transition: opacity 0s, visibility 0s, mask-position 1000ms cubic-bezier(.165, .84, .44, 1), -webkit-mask-position 1000ms cubic-bezier(.165, .84, .44, 1)
    }

    .topNavOpen-2 .l-header-container.is-active .l-header-nav-item:nth-child(1) {
        transition-delay: 120ms
    }

    .topNavOpen-2 .l-header-container.is-active .l-header-nav-item:nth-child(2) {
        transition-delay: 200ms
    }

    .topNavOpen-2 .l-header-container.is-active .l-header-nav-item:nth-child(3) {
        transition-delay: 280ms
    }

    .topNavOpen-2 .l-header-container.is-active .l-header-nav-item:nth-child(4) {
        transition-delay: 360ms
    }

    .topNavOpen-2 .l-header-container.is-active .l-header-nav-item:nth-child(5) {
        transition-delay: 440ms
    }

    .topNavOpen-2 .l-header-container.is-active .l-header-nav-item:nth-child(6) {
        transition-delay: 520ms
    }

    .topNavOpen-2 .l-header-container.is-active .l-header-nav-item:nth-child(7) {
        transition-delay: 600ms
    }

    .topNavOpen-2 .l-header-container.is-active .l-header-nav-item:nth-child(8) {
        transition-delay: 680ms
    }

    .topNavOpen-2 .l-header-container.is-leave {
        -webkit-mask-position: 50% 0;
        mask-position: 50% 0;
        transition: opacity 0s 1120ms, visibility 0s 1120ms, -webkit-mask-position 1000ms 120ms cubic-bezier(.165, .84, .44, 1);
        transition: mask-position 1000ms 120ms cubic-bezier(.165, .84, .44, 1), opacity 0s 1120ms, visibility 0s 1120ms;
        transition: mask-position 1000ms 120ms cubic-bezier(.165, .84, .44, 1), opacity 0s 1120ms, visibility 0s 1120ms, -webkit-mask-position 1000ms 120ms cubic-bezier(.165, .84, .44, 1)
    }

    .topNavOpen-2 .l-header-content {
        padding: 12rem 0
    }

    .topNavOpen-2 .l-header-nav {
        justify-content: center
    }

    .topNavOpen-2 .l-header-nav-item {
        justify-content: center
    }

    .topNavOpen-2 .l-header-nav-item+.l-header-nav-item {
        margin-top: 7.2rem
    }

    .topNavOpen-2 .l-header-nav-link {
        position: relative;
        font-size: 4.6rem;
        letter-spacing: .17em
    }

    .topNavOpen-2 .l-header-nav-link[target=_blank] svg {
        position: absolute;
        top: calc(50% - 1.1rem);
        left: calc(100% + 1rem);
        width: 3rem;
        height: 3rem
    }

    .topNavOpen-2 .l-header-shop {
        width: 67.1rem;
        height: 27rem
    }

    .topNavOpen-2 .l-header-shop-link {
        -webkit-mask-image: url(../fonts/header_shop_mask_sp.svg);
        mask-image: url(../fonts/header_shop_mask_sp.svg)
    }

    .topNavOpen-2 .l-header-shop-heading {
        margin-bottom: 2.4rem;
        font-size: 4.4rem
    }

    .topNavOpen-2 .l-header-shop-brand {
        margin-bottom: .9rem;
        font-size: 2.8rem
    }

    .topNavOpen-2 .l-header-shop-desc {
        font-size: 2.6rem
    }
}

@media screen and (min-width:835px) {
    .topNavOpen-2 .c-menu-button.is-active .c-menu-button-icon .c-menu-button-icon-bar {
        transition: top 320ms cubic-bezier(.165, .84, .44, 1), transform 360ms 420ms cubic-bezier(.165, .84, .44, 1)
    }

    .topNavOpen-2 .c-menu-button.is-active .c-menu-button-icon .c-menu-button-icon-bar:nth-child(1) {
        top: .4rem
    }

    .topNavOpen-2 .c-menu-button-text {
        margin-bottom: 1.2rem;
        font-size: 1.2rem;
        letter-spacing: .2em
    }

    .topNavOpen-2 .c-menu-button-icon {
        width: 40px
    }

    .topNavOpen-2 .c-menu-button-icon-bar {
        transition: transform 320ms cubic-bezier(.165, .84, .44, 1), top 360ms 420ms cubic-bezier(.165, .84, .44, 1)
    }

    .topNavOpen-2 .c-menu-button-icon-bar:nth-child(1) {
        top: -0.4rem
    }

    .topNavOpen-2 .c-menu-button-icon-bar:nth-child(2) {
        top: .4rem
    }

    .topNavOpen-2 .l-header-container {
        -webkit-mask-position: 0 50%;
        mask-position: 0 50%;
        -webkit-mask-size: 500% 100%;
        mask-size: 500% 100%;
        -webkit-mask-image: linear-gradient(to right, transparent 0%, transparent 20%, #ffffff 40%, #ffffff 60%, transparent 80%, transparent 100%);
        mask-image: linear-gradient(to right, transparent 0%, transparent 20%, #ffffff 40%, #ffffff 60%, transparent 80%, transparent 100%);
        background-color: rgba(0, 90, 70, 0.6)
    }

    .topNavOpen-2 .l-header-container.is-active {
        -webkit-mask-position: 50% 50%;
        mask-position: 50% 50%;
        transition: opacity 0s, visibility 0s, -webkit-mask-position 1300ms cubic-bezier(.165, .84, .44, 1);
        transition: opacity 0s, visibility 0s, mask-position 1300ms cubic-bezier(.165, .84, .44, 1);
        transition: opacity 0s, visibility 0s, mask-position 1300ms cubic-bezier(.165, .84, .44, 1), -webkit-mask-position 1300ms cubic-bezier(.165, .84, .44, 1)
    }

    .topNavOpen-2 .l-header-container.is-active .l-header-nav-item {
        transition-duration: 1400ms
    }

    .topNavOpen-2 .l-header-container.is-active .l-header-nav-item:nth-child(1) {
        transition-delay: 200ms
    }

    .topNavOpen-2 .l-header-container.is-active .l-header-nav-item:nth-child(2) {
        transition-delay: 300ms
    }

    .topNavOpen-2 .l-header-container.is-active .l-header-nav-item:nth-child(3) {
        transition-delay: 400ms
    }

    .topNavOpen-2 .l-header-container.is-active .l-header-nav-item:nth-child(4) {
        transition-delay: 500ms
    }

    .topNavOpen-2 .l-header-container.is-active .l-header-nav-item:nth-child(5) {
        transition-delay: 600ms
    }

    .topNavOpen-2 .l-header-container.is-active .l-header-nav-item:nth-child(6) {
        transition-delay: 700ms
    }

    .topNavOpen-2 .l-header-container.is-active .l-header-nav-item:nth-child(7) {
        transition-delay: 800ms
    }

    .topNavOpen-2 .l-header-container.is-active .l-header-nav-item:nth-child(8) {
        transition-delay: 900ms
    }

    .topNavOpen-2 .l-header-container.is-leave {
        -webkit-mask-position: 100% 50%;
        mask-position: 100% 50%;
        transition: opacity 0s 1420ms, visibility 0s 1420ms, -webkit-mask-position 1300ms 120ms cubic-bezier(.165, .84, .44, 1);
        transition: mask-position 1300ms 120ms cubic-bezier(.165, .84, .44, 1), opacity 0s 1420ms, visibility 0s 1420ms;
        transition: mask-position 1300ms 120ms cubic-bezier(.165, .84, .44, 1), opacity 0s 1420ms, visibility 0s 1420ms, -webkit-mask-position 1300ms 120ms cubic-bezier(.165, .84, .44, 1)
    }

    .topNavOpen-2 .l-header-content {
        padding: 6rem 16rem
    }

    .topNavOpen-2 .l-header-nav {
        justify-content: flex-end
    }

    .topNavOpen-2 .l-header-nav-item {
        justify-content: flex-end
    }

    .topNavOpen-2 .l-header-nav-item+.l-header-nav-item {
        margin-top: 3.6rem
    }

    .topNavOpen-2 .l-header-nav-link {
        display: flex;
        align-items: flex-end;
        font-size: 3rem;
        letter-spacing: .17em
    }

    .topNavOpen-2 .l-header-nav-link[target=_blank] {
        padding-right: .6rem
    }

    .topNavOpen-2 .l-header-nav-link[target=_blank] svg {
        width: 1.8rem;
        height: 1.8rem;
        margin: 0 0 .2rem .7rem
    }

    .topNavOpen-2 .l-header-shop {
        width: 53rem;
        height: 14.4rem
    }

    .topNavOpen-2 .l-header-shop-link {
        -webkit-mask-image: url(../fonts/header_shop_mask_pc.svg);
        mask-image: url(../fonts/header_shop_mask_pc.svg)
    }

    .topNavOpen-2 .l-header-shop-heading {
        margin-bottom: 1.6rem;
        font-size: 2.4rem
    }

    .topNavOpen-2 .l-header-shop-brand {
        margin-bottom: 1.2rem;
        font-size: 1.3rem
    }

    .topNavOpen-2 .l-header-shop-desc {
        font-size: 1.4rem
    }
}

@media (hover:hover) {
    .topNavOpen-2 .c-menu-button:hover {
        opacity: .6
    }
}

@media (hover:none) {
    .topNavOpen-2 .c-menu-button:active {
        opacity: .6
    }
}

.topNavOpen-2 .js-txt-split {
    display: flex;
    align-items: center
}

.topNavOpen-2 .js-txt-split__cell {
    color: #fff;
    font-size: 30px
}

.topNavOpen-2 .c-rollup {
    position: relative;
    overflow: hidden;
    height: 1em;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 30px
}

.topNavOpen-2 .c-rollup__nom {
    position: relative
}

.topNavOpen-2 .c-rollup__hov {
    position: absolute;
    top: 1px;
    left: 0
}

.topNavOpen-2 .c-rollup .c-rollup__hov .js-txt-split__cell {
    -webkit-transform: translateY(1em);
    -ms-transform: translateY(1em);
    transform: translateY(1em)
}

.topNavOpen-2 .c-rollup .js-txt-split__cell {
    display: flex;
    font-family: 'xianxian';
    align-items: center;
    transition: transform .4s ease 30ms, color 0s;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.topNavOpen-2 .js-txt-split__cell:first-child {
    -webkit-animation-delay: .05s !important;
    animation-delay: .05s !important
}

.topNavOpen-2 .js-txt-split__cell:nth-child(2) {
    -webkit-animation-delay: .1s !important;
    animation-delay: .1s !important
}

.topNavOpen-2 .js-txt-split__cell:nth-child(3) {
    -webkit-animation-delay: .15s !important;
    animation-delay: .15s !important
}

.topNavOpen-2 .js-txt-split__cell:nth-child(4) {
    -webkit-animation-delay: .2s !important;
    animation-delay: .2s !important
}

.topNavOpen-2 .js-txt-split__cell:nth-child(5) {
    -webkit-animation-delay: .25s !important;
    animation-delay: .25s !important
}

.topNavOpen-2 .js-txt-split__cell:nth-child(6) {
    -webkit-animation-delay: .3s !important;
    animation-delay: .3s !important
}

.topNavOpen-2 .js-txt-split__cell:nth-child(7) {
    -webkit-animation-delay: .35s !important;
    animation-delay: .35s !important
}

.topNavOpen-2 .js-txt-split__cell:nth-child(8) {
    -webkit-animation-delay: .4s !important;
    animation-delay: .4s !important
}

.topNavOpen-2 .js-txt-split__cell:nth-child(9) {
    -webkit-animation-delay: .45s !important;
    animation-delay: .45s !important
}

.topNavOpen-2 .js-txt-split__cell:nth-child(10) {
    -webkit-animation-delay: .5s !important;
    animation-delay: .5s !important
}

.topNavOpen-2 .js-txt-split__cell:nth-child(11) {
    -webkit-animation-delay: .55s !important;
    animation-delay: .55s !important
}

.topNavOpen-2 .js-txt-split__cell:nth-child(12) {
    -webkit-animation-delay: .6s !important;
    animation-delay: .6s !important
}

.topNavOpen-2 .js-txt-split__cell:nth-child(13) {
    -webkit-animation-delay: .65s !important;
    animation-delay: .65s !important
}

.topNavOpen-2 .js-txt-split__cell:nth-child(14) {
    -webkit-animation-delay: .7s !important;
    animation-delay: .7s !important
}

.topNavOpen-2 .js-txt-split__cell:nth-child(15) {
    -webkit-animation-delay: .75s !important;
    animation-delay: .75s !important
}

.topNavOpen-2 .js-txt-split__cell:nth-child(16) {
    -webkit-animation-delay: .8s !important;
    animation-delay: .8s !important
}

.topNavOpen-2 .js-txt-split__cell:nth-child(17) {
    -webkit-animation-delay: .85s !important;
    animation-delay: .85s !important
}

.topNavOpen-2 .js-txt-split__cell:nth-child(18) {
    -webkit-animation-delay: .9s !important;
    animation-delay: .9s !important
}

.topNavOpen-2 .js-txt-split__cell:nth-child(19) {
    -webkit-animation-delay: .95s !important;
    animation-delay: .95s !important
}

.topNavOpen-2 .js-txt-split__cell:nth-child(20) {
    -webkit-animation-delay: 1s !important;
    animation-delay: 1s !important
}

.topNavOpen-2 .is-init>.js-txt-split__cell {
    -webkit-animation: textFadeInUp .5s ease forwards;
    animation: textFadeInUp .5s ease forwards
}

.topNavOpen-2 .c-rollup.is-hover .c-rollup__nom .js-txt-split__cell {
    -webkit-transform: translateY(-1em);
    -ms-transform: translateY(-1em);
    transform: translateY(-1em)
}

.topNavOpen-2 .c-rollup.is-hover .c-rollup__hov .js-txt-split__cell {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.topNavOpen-2 .is-hover .c-rollup .c-rollup__nom .js-txt-split__cell {
    -webkit-transform: translateY(-1em);
    -ms-transform: translateY(-1em);
    transform: translateY(-1em)
}

.topNavOpen-2 .is-hover .c-rollup .c-rollup__hov .js-txt-split__cell {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.topNavOpen-2 .topNavBtn .is-active span {
    color: #fff
}

@media only screen and (max-width:1024px) {
    .topNavOpen-2 .c-menu-button {
        width: 100%;
        margin-top: 5vw;
        height: 100%;
        justify-content: center
    }

    .topNavOpen-2 .c-menu-button-text {
        width: 100%
    }

    .topNavOpen-2 .topNavBtn {
        width: 16vw;
        height: 16vw;
        right: 5vw;
        top: 6vw
    }

    .topNavOpen-2 .c-menu-button-icon {
        width: 50%;
        height: 2px
    }

    .topNavOpen-2 .c-menu-button-icon-bar:nth-child(1) {
        top: -8vw
    }

    .topNavOpen-2 .c-menu-button.is-active .c-menu-button-icon .c-menu-button-icon-bar:nth-child(1) {
        top: -6vw
    }

    .topNavOpen-2 .c-menu-button-icon-bar:nth-child(2) {
        top: -6vw
    }

    .topNavOpen-2 .l-header-container {
        background-color: rgba(0, 90, 70, 0.6)
    }

    .topNavOpen-2 .c-menu-button-text-open,
    .topNavOpen-2 .c-menu-button-text-close {
        padding: 0;
        letter-spacing: 0
    }

    .topNavOpen-2 .l-header-nav-item+.l-header-nav-item {
        margin-top: 10vw
    }

    .topNavOpen-2 .l-header-content {
        padding: 0
    }

    .topNavOpen-2 .l-header-container {
        width: 84%
    }

    .topNavOpen-2 .c-menu-button-text {
        margin-bottom: 0
    }
}

.topNavOpen-3 .navBtn {
    position: fixed;
    right: calc(80px * 0.5 - 15px);
    top: calc(80px * 0.5 - 15px);
    z-index: 11;
    width: 26px;
    height: 26px;
    cursor: pointer;
    transition-duration: .5s;
    transition-property: all;
    mix-blend-mode: difference
}

@media (max-width:1600px) {
    .topNavOpen-3 .navBtn {
        right: calc(70px * 0.5 - 15px);
        top: calc(70px * 0.5 - 15px)
    }
}

@media (max-width:1300px) {
    .topNavOpen-3 .navBtn {
        right: calc(60px * 0.5 - 15px);
        top: calc(60px * 0.5 - 15px)
    }
}

@media (max-width:1024px) {
    .topNavOpen-3 .navBtn {
        right: calc(16vw * 0.5 - 15px);
        top: calc(16vw * 0.5 - 15px)
    }
}

@media (max-width:1024px) {
    .topNavOpen-3 .navBtn {
        right: 5vw;
        top: 10vw
    }
}

.topNavOpen-3 .navBtn ul {
    width: 100%;
    position: relative;
    height: 80%
}

.topNavOpen-3 .navBtn ul li {
    height: 1px;
    background-color: #fff;
    position: absolute;
    width: 100%;
    right: 0;
    transition-duration: .7s;
    transition-property: all
}

.topNavOpen-3 .navBtn ul li:nth-child(1) {
    top: 0
}

.topNavOpen-3 .navBtn ul li:nth-child(2) {
    top: 50%
}

.topNavOpen-3 .navBtn ul li:nth-child(3) {
    top: calc(100% - 1px)
}

.topNavOpen-3 .navBtn.on ul li:nth-child(1) {
    transform: translate(0, 10px) rotate(140deg)
}

.topNavOpen-3 .navBtn.on ul li:nth-child(2) {
    opacity: 0;
    transform: translate(0, 0) rotate(180deg)
}

.topNavOpen-3 .navBtn.on ul li:nth-child(3) {
    transform: translate(0, -10px) rotate(220deg)
}

.topNavOpen-3 .openCout {
    pointer-events: none;
    position: fixed;
    z-index: 6;
    width: 100%;
    height: 100vh;
    top: 0%;
    left: 0%;
    transform-origin: 50% 50% 0;
    transition-duration: 1s;
    transition-property: all;
    opacity: 0;
    filter: blur(20px);
    transform: scale(1.4, 1.6)
}

.topNavOpen-3 .openCout .box {
    position: relative;
    width: 100%;
    height: 100%
}

@media (max-width:1024px) {
    .topNavOpen-3 .openCout .box {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset;
        background-color: #fff
    }
}

.topNavOpen-3 .openCout .box .left {
    width: 62%;
    height: 100%;
    transition-duration: 1s;
    transition-property: all;
    pointer-events: none;
    background-position: right;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-mask-image: url(../../html/rgmod/othersMod/topNavOpen/topNavOpen-3/leftcover.png);
    -webkit-mask-size: 100% 100%;
    -webkit-mask-position: center
}

@media (max-width:1024px) {
    .topNavOpen-3 .openCout .box .left {
        -webkit-mask-image: url(../../html/rgmod/othersMod/topNavOpen/topNavOpen-3/topcover.png);
        width: 100%;
        height: 50%
    }
}

.topNavOpen-3 .openCout .box .left .img {
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    background-image: url(../../html/rgmod/othersMod/topNavOpen/topNavOpen-3/openImg.jpg);
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition-duration: .5s;
    transition-property: all;
    transition-delay: .5s
}

.topNavOpen-3 .openCout .box .right {
    width: 72%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .topNavOpen-3 .openCout .box .right {
        width: 100%;
        top: unset;
        bottom: 0;
        height: 75%
    }
}

.topNavOpen-3 .openCout .box .right .rBox {
    position: relative;
    height: 100%;
    width: 50%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .topNavOpen-3 .openCout .box .right .rBox {
        width: 100%
    }
}

.topNavOpen-3 .openCout .box .right .rBox .openNav {
    width: 80%;
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: unset;
    flex-wrap: wrap
}

@media (max-width:1024px) {
    .topNavOpen-3 .openCout .box .right .rBox .openNav {
        margin: 0 auto
    }
}

.topNavOpen-3 .openCout .box .right .rBox .openNav .li {
    margin: 20px 0;
    width: 50%
}

@media (max-width:1024px) {
    .topNavOpen-3 .openCout .box .right .rBox .openNav .li {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

.topNavOpen-3 .openCout .box .right .rBox .openNav .li .a {
    width: fit-content
}

.topNavOpen-3 .openCout .box .right .rBox .openNav .li .a .en {
    font-family: 'Hel-01'
}

.topNavOpen-3 .openCout .box .right .rBox .openNav .li .a .en .ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: unset;
    flex-wrap: unset
}

.topNavOpen-3 .openCout .box .right .rBox .openNav .li .a .en .ul li {
    overflow: hidden
}

.topNavOpen-3 .openCout .box .right .rBox .openNav .li .a .en .ul li .s1 {
    transform: translateY(100%);
    filter: blur(4px);
    transition-duration: 1s;
    transition-property: all;
    color: #cdcdcd
}

.topNavOpen-3 .openCout .box .right .rBox .openNav .li .a .en .ul li.on .s1 {
    transform: translateY(0);
    transition-duration: .5s;
    transition-property: all;
    filter: blur(0)
}

.topNavOpen-3 .openCout .box .right .rBox .openNav .li .a .cn .ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: unset;
    flex-wrap: unset
}

.topNavOpen-3 .openCout .box .right .rBox .openNav .li .a .cn .ul li {
    overflow: hidden
}

.topNavOpen-3 .openCout .box .right .rBox .openNav .li .a .cn .ul li .s1 {
    transform: translateY(100%);
    filter: blur(4px);
    transition-duration: 1s;
    transition-property: all;
    color: #cdcdcd
}

.topNavOpen-3 .openCout .box .right .rBox .openNav .li .a .cn .ul li.on .s1 {
    transform: translateY(0);
    transition-duration: .5s;
    transition-property: all;
    filter: blur(0)
}

.topNavOpen-3 .openCout .box .right .rBox .openNav .li .a .cn .ul li .s1 {
    font-size: 30px;
    color: #333
}

@media (max-width:1024px) {
    .topNavOpen-3 .openCout .box .right .rBox .openNav .li .a .cn .ul li .s1 {
        font-size: 6vw
    }
}

.topNavOpen-3 .openCout .box .right .rBox .openNav .li .a:hover .cn .ul li .s1 {
    color: #d8b271
}

.topNavOpen-3 .openCout .box .right .rBox .openContact {
    position: absolute;
    bottom: 50px;
    left: 0
}

@media (max-width:1024px) {
    .topNavOpen-3 .openCout .box .right .rBox .openContact {
        width: 90%;
        left: 5%;
        bottom: 6vw;
        margin: 0 auto
    }
}

@media (max-width:1024px) {
    .topNavOpen-3 .openCout .box .right .rBox .openContact li {
        font-size: 3.4vw;
        margin-bottom: 4px
    }
}

.topNavOpen-3 .openCout .box .right .rBox::after {
    /* content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 50vw;
    height: 50vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../../html/rgmod/othersMod/topNavOpen/topNavOpen-3/Ring.png);
    background-position: center;
    right: -25vw;
    top: calc(50% - 25vw);
    z-index: -1;
    opacity: .5;
    animation: xuanzhuan 60s linear 0s infinite normal */
}

@media (max-width:1024px) {
    .topNavOpen-3 .openCout .box .right .rBox::after {
        right: 0vw;
        left: calc(50% - 55vw);
        top: calc(100% - 55vw);
        width: 110vw;
        height: 110vw
    }
}

.topNavOpen-3 .openCout.open {
    transform: scale(1, 1);
    pointer-events: unset;
    filter: blur(0);
    opacity: 1
}

.topNavOpen-3 .openCout.open .box .left img {
    transform: scale(2);
    transition-duration: 100s;
    transition-property: all
}

.topNavOpen-4 {
    pointer-events: none;
    height: 60px;
    position: absolute;
    left: 5%;
    width: 90%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: unset
}

.topNavOpen-4 .navbtn-m {
    pointer-events: auto;
    position: fixed;
    right: calc(80px * 0.5 - 15px);
    top: calc(80px * 0.5 - 15px);
    z-index: 11;
    width: 27px;
    height: 21px
}

@media (max-width:1600px) {
    .topNavOpen-4 .navbtn-m {
        right: calc(70px * 0.5 - 15px);
        top: calc(70px * 0.5 - 15px)
    }
}

@media (max-width:1300px) {
    .topNavOpen-4 .navbtn-m {
        right: calc(60px * 0.5 - 15px);
        top: calc(60px * 0.5 - 15px)
    }
}

@media (max-width:1024px) {
    .topNavOpen-4 .navbtn-m {
        right: calc(16vw * 0.5 - 15px);
        top: calc(16vw * 0.5 - 15px)
    }
}

.topNavOpen-4 .navbtn-m span {
    display: block;
    height: 3px;
    border-radius: 2px;
    width: 100%;
    transition-duration: .2s;
    transition-property: all;
    background-color: #333
}

.topNavOpen-4 .navbtn-m span:first-child {
    position: absolute;
    top: 0
}

.topNavOpen-4 .navbtn-m span:last-child {
    position: absolute;
    bottom: 0
}

.topNavOpen-4 .navbtn-m.on span {
    background-color: #fff
}

.topNavOpen-4 .navbtn-m.on span:first-child {
    top: 9px;
    transform: rotate(45deg);
    transition: all 100ms ease-out
}

.topNavOpen-4 .navbtn-m.on span:nth-child(2) {
    opacity: 0;
    transition: all 100ms ease-out
}

.topNavOpen-4 .navbtn-m.on span:last-child {
    bottom: 9px;
    transform: rotate(135deg);
    transition: all 100ms ease-out
}

.topNavOpen-4 .openCout {
    pointer-events: none;
    opacity: 0;
    transition-duration: .5s;
    transition-property: all;
    position: fixed;
    top: 0%;
    left: 0;
    z-index: 111;
    width: 100vw;
    height: 100vh
}

.topNavOpen-4 .openCout .openTop {
    top: 0;
    z-index: 11;
    position: absolute;
    left: 5%;
    width: 90%;
    height: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: unset
}

.topNavOpen-4 .openCout .openTop .navbtn-m {
    pointer-events: auto;
    position: fixed;
    right: calc(80px * 0.5 - 15px);
    top: calc(80px * 0.5 - 15px);
    z-index: 11;
    width: 27px;
    height: 21px
}

@media (max-width:1600px) {
    .topNavOpen-4 .openCout .openTop .navbtn-m {
        right: calc(70px * 0.5 - 15px);
        top: calc(70px * 0.5 - 15px)
    }
}

@media (max-width:1300px) {
    .topNavOpen-4 .openCout .openTop .navbtn-m {
        right: calc(60px * 0.5 - 15px);
        top: calc(60px * 0.5 - 15px)
    }
}

@media (max-width:1024px) {
    .topNavOpen-4 .openCout .openTop .navbtn-m {
        right: calc(16vw * 0.5 - 15px);
        top: calc(16vw * 0.5 - 15px)
    }
}

.topNavOpen-4 .openCout .openTop .navbtn-m span {
    display: block;
    height: 3px;
    border-radius: 2px;
    width: 100%;
    transition-duration: .2s;
    transition-property: all;
    background-color: #333
}

.topNavOpen-4 .openCout .openTop .navbtn-m span:first-child {
    position: absolute;
    top: 0
}

.topNavOpen-4 .openCout .openTop .navbtn-m span:last-child {
    position: absolute;
    bottom: 0
}

.topNavOpen-4 .openCout .openTop .navbtn-m.on span {
    background-color: #fff
}

.topNavOpen-4 .openCout .openTop .navbtn-m.on span:first-child {
    top: 9px;
    transform: rotate(45deg);
    transition: all 100ms ease-out
}

.topNavOpen-4 .openCout .openTop .navbtn-m.on span:nth-child(2) {
    opacity: 0;
    transition: all 100ms ease-out
}

.topNavOpen-4 .openCout .openTop .navbtn-m.on span:last-child {
    bottom: 9px;
    transform: rotate(135deg);
    transition: all 100ms ease-out
}

.topNavOpen-4 .openCout .boxOpens {
    background-color: #d8b271;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: unset;
    flex-wrap: unset
}

.topNavOpen-4 .openCout .boxOpens>div {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: relative
}

.topNavOpen-4 .openCout .boxOpens>div>ul {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%
}

.topNavOpen-4 .openCout .boxOpens>div>ul>li {
    padding: 40px 0;
    transition-duration: .5s;
    transition-property: all;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.5)
}

@media (max-width:1024px) {
    .topNavOpen-4 .openCout .boxOpens>div>ul>li {
        padding: 4vw 0
    }
}

.topNavOpen-4 .openCout .boxOpens>div>ul>li a {
    color: #fff;
    text-align: center;
    font-family: 'syst';
    font-size: 30px
}

@media (max-width:1024px) {
    .topNavOpen-4 .openCout .boxOpens>div>ul>li a {
        font-size: 8vw
    }
}

.topNavOpen-4 .openCout .boxOpens>div>ul>li .twoUl {
    display: none
}

.topNavOpen-4 .openCout .boxOpens>div>ul>li .twoUl>i {
    color: #fff;
    font-size: 4vw;
    margin: 0 auto;
    display: block;
    text-align: center
}

.topNavOpen-4 .openCout .boxOpens>div>ul>li .twoUl li a {
    font-size: 5vw;
    line-height: 2.5em
}

.topNavOpen-4 .openCout .boxOpens>div.leftBox>ul {
    right: 0
}

.topNavOpen-4 .openCout .boxOpens>div.leftBox>ul>li {
    transform: translateX(100%)
}

.topNavOpen-4 .openCout .boxOpens>div.rightBox>ul {
    left: 0
}

.topNavOpen-4 .openCout .boxOpens>div.rightBox>ul>li {
    transform: translateX(-100%)
}

.topNavOpen-4 .openCout.open {
    pointer-events: auto;
    opacity: 1
}

.topNavOpen-4 .openCout.open .boxOpens>div.leftBox>ul>li {
    transform: translateX(50%)
}

.topNavOpen-4 .openCout.open .boxOpens>div.rightBox>ul>li {
    transform: translateX(-50%)
}

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

.topNavOpen-5 .btn {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 11;
    background-color: #d8b271;
    width: 12vw;
    height: 40vw;
    clip-path: polygon(0% 12%, 100% 0%, 100% 100%, 0% 88%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.topNavOpen-5 .btn .mlogo {
    width: 80%;
    height: 6vw;
    object-fit: contain;
    margin-bottom: 4vw
}

.topNavOpen-5 .btn .navBtn {
    position: relative;
    width: 34px;
    height: 24px
}

.topNavOpen-5 .btn .navBtn span {
    position: absolute;
    display: block;
    width: 100%;
    height: 4px;
    background-color: #fff;
    border-radius: 2px;
    transition-duration: .5s;
    transition-property: all
}

.topNavOpen-5 .btn .navBtn span:nth-child(1) {
    top: 0
}

.topNavOpen-5 .btn .navBtn span:nth-child(2) {
    top: calc(50% - (4px/2));
    width: 80%
}

.topNavOpen-5 .btn .navBtn span:nth-child(3) {
    top: calc(100% - 4px)
}

.topNavOpen-5.open .btn .navBtn span:nth-child(1) {
    top: calc(50% - (4px/2))
}

.topNavOpen-5.open .btn .navBtn span:nth-child(2) {
    opacity: 0
}

.topNavOpen-5.open .btn .navBtn span:nth-child(3) {
    top: calc(50% - (4px/2))
}

.topNavOpen-5 .navBox {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #d8b271;
    padding-top: 10vw;
    opacity: 0;
    transition-duration: 1s;
    transition-property: all
}

.topNavOpen-5 .navBox.on {
    top: 0;
    opacity: 1
}

.topNavOpen-5 .navBox * {
    color: #fff
}

.topNavOpen-5 .navBox .cout .list {
    width: 70%;
    margin: 6vw auto 10vw
}

.topNavOpen-5 .navBox .cout .list li {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2)
}

.topNavOpen-5 .navBox .cout .list li a {
    padding: 5vw 0;
    font-size: 4.6vw;
    color: rgba(255, 255, 255, 0.9)
}

.topNavOpen-5 .navBox .cout .list li a span {
    text-transform: uppercase;
    font-size: 3.4vw;
    margin-left: 4vw
}

.topNavOpen-5 .navBox .cout .bomContact {
    width: 70%;
    margin: auto
}

.topNavOpen-5 .navBox .cout .bomContact li {
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: unset;
    flex-wrap: unset;
    margin-bottom: 2vw
}

.topNavOpen-5 .navBox .cout .bomContact li div {
    font-size: 3.4vw
}

.topNavOpen-5 .navBox .cout .bomContact li span {
    font-size: 3.4vw
}

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

.topNavOpen-6 .navThisBox .btn {
    position: fixed;
    right: calc(80px * 0.5 - 15px);
    top: calc(80px * 0.5 - 15px);
    z-index: 11
}

@media (max-width:1600px) {
    .topNavOpen-6 .navThisBox .btn {
        right: calc(70px * 0.5 - 15px);
        top: calc(70px * 0.5 - 15px)
    }
}

@media (max-width:1300px) {
    .topNavOpen-6 .navThisBox .btn {
        right: calc(60px * 0.5 - 15px);
        top: calc(60px * 0.5 - 15px)
    }
}

@media (max-width:1024px) {
    .topNavOpen-6 .navThisBox .btn {
        right: calc(16vw * 0.5 - 15px);
        top: calc(16vw * 0.5 - 15px)
    }
}

.topNavOpen-6 .navThisBox .btn i {
    font-size: 8vw
}

.topNavOpen-6 .navThisBox .ulBox {
    position: fixed;
    top: 0;
    z-index: 11;
    transition-duration: .5s;
    transition-property: all;
    right: -60vw;
    background-color: #d8b271;
    padding: 10vw;
    width: 60vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: unset;
    flex-wrap: unset
}

.topNavOpen-6 .navThisBox .ulBox ul {
    width: 100%;
    height: 100%
}

.topNavOpen-6 .navThisBox .ulBox ul li {
    flex: 1
}

.topNavOpen-6 .navThisBox .ulBox ul li a {
    color: #fff;
    font-size: 5vw;
    padding: 4vw 0;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.4)
}

.topNavOpen-6 .navThisBox .navMask {
    z-index: 11;
    position: fixed;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    pointer-events: none;
    transition-duration: .5s;
    transition-property: all
}

.topNavOpen-6 .navThisBox.show6 .ulBox {
    right: 0
}

.topNavOpen-6 .navThisBox.show6 .navMask {
    left: -60vw;
    opacity: 1;
    pointer-events: auto
}

.pageBox.show6Init {
    position: relative;
    transition-duration: .5s;
    transition-property: all;
    right: 0
}

.pageBox.show6Init.follow-show6 {
    left: -60vw
}

.pageBox.show6Init.follow-show6 .topNav mod {
    left: -60vw
}

.topNavOpen-7 .topNavOpenThis .btnBox {
    position: fixed;
    right: calc(80px * 0.5 - 15px);
    top: calc(80px * 0.5 - 15px);
    z-index: 11
}

@media (max-width:1600px) {
    .topNavOpen-7 .topNavOpenThis .btnBox {
        right: calc(70px * 0.5 - 15px);
        top: calc(70px * 0.5 - 15px)
    }
}

@media (max-width:1300px) {
    .topNavOpen-7 .topNavOpenThis .btnBox {
        right: calc(60px * 0.5 - 15px);
        top: calc(60px * 0.5 - 15px)
    }
}

@media (max-width:1024px) {
    .topNavOpen-7 .topNavOpenThis .btnBox {
        right: calc(16vw * 0.5 - 15px);
        top: calc(16vw * 0.5 - 15px)
    }
}

.topNavOpen-7 .topNavOpenThis .btnBox .navBtn {
    z-index: 7;
    display: flex;
    width: 25px;
    height: 25px;
    cursor: pointer;
    transition-duration: .5s;
    transition-property: all;
    position: relative
}

@media (max-width:1024px) {
    .topNavOpen-7 .topNavOpenThis .btnBox .navBtn {
        right: 2vw;
        top: 2vw
    }
}

.topNavOpen-7 .topNavOpenThis .btnBox .navBtn ul {
    width: 100%;
    position: relative;
    height: 80%
}

.topNavOpen-7 .topNavOpenThis .btnBox .navBtn ul li {
    height: 1px;
    background-color: #333;
    position: absolute;
    width: 100%;
    right: 0;
    transition-duration: .5s;
    transition-property: all
}

.topNavOpen-7 .topNavOpenThis .btnBox .navBtn ul li:nth-child(1) {
    top: 0
}

.topNavOpen-7 .topNavOpenThis .btnBox .navBtn ul li:nth-child(2) {
    top: 50%
}

.topNavOpen-7 .topNavOpenThis .btnBox .navBtn ul li:nth-child(3) {
    top: 100%
}

.topNavOpen-7 .topNavOpenThis .btnBox .navBtn.on ul li:nth-child(1) {
    transform: translate(0, 10px) rotate(140deg)
}

.topNavOpen-7 .topNavOpenThis .btnBox .navBtn.on ul li:nth-child(2) {
    opacity: 0;
    transform: translate(0, 0) rotate(180deg)
}

.topNavOpen-7 .topNavOpenThis .btnBox .navBtn.on ul li:nth-child(3) {
    transform: translate(0, -10px) rotate(220deg)
}

.topNavOpen-7 .topNavOpenThis .navOpenCout {
    pointer-events: none;
    position: fixed;
    z-index: 112;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    transition-duration: 1s;
    transition-property: all;
    transform: translateY(-100%)
}

.topNavOpen-7 .topNavOpenThis .navOpenCout * {
    color: #fff
}

.topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox {
    background-color: rgba(194, 0, 11, 0.9);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset
}

@media (max-width:1600px) {
    .topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox {
        width: 88%
    }
}

@media (max-width:1300px) {
    .topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox {
        width: 90%
    }
}

@media (max-width:1024px) {
    .topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox {
        width: 84%
    }
}

@media (max-width:1024px) {
    .topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox {
        width: 80%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

.topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox .left {
    width: 640px
}

@media (max-width:1600px) {
    .topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox .left {
        width: 55%
    }
}

@media (max-width:1600px) and (max-width:1024px) {
    .topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox .left {
        width: 100%
    }
}

.topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox .left .logo {
    margin-bottom: 50px;
    transform: translateY(60px);
    transition-duration: .5s;
    transition-property: all;
    opacity: 0
}

@media (max-width:1300px) {
    .topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox .left .logo {
        margin-bottom: 20px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox .left .logo {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

.topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox .left .logo img {
    height: 110px
}

@media (max-width:1300px) {
    .topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox .left .logo img {
        height: 80px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox .left .logo img {
        height: 20vw
    }
}

.topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox .left .campusList {
    width: 100%;
    transform: translateY(60px);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset;
    transition-duration: .5s;
    transition-property: all;
    opacity: 0
}

@media (max-width:1024px) {
    .topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox .left .campusList {
        display: none
    }
}

.topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox .left .campusList li {
    width: 30%
}

.topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox .left .campusList li .aBox {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox .left .campusList li .aBox .imgBox {
    position: relative;
    width: 100%;
    height: 84px
}

.topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox .left .campusList li .aBox .imgBox img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox .left .campusList li .aBox .imgBox .mask {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    transition-duration: .5s;
    transition-property: all
}

.topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox .left .campusList li .aBox .imgBox .kuang {
    border: 2px solid #ffee9a;
    opacity: 0;
    transition-duration: .5s;
    transition-property: all;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%
}

.topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox .left .campusList li .aBox .name {
    font-size: 14px;
    margin-top: 14px;
    transition-duration: .5s;
    transition-property: all
}

.topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox .left .campusList li .aBox:hover .imgBox .mask {
    background-color: rgba(0, 0, 0, 0)
}

.topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox .left .campusList li .aBox:hover .imgBox .kuang {
    opacity: 1
}

.topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox .left .campusList li .aBox:hover .name {
    color: #ffee9a
}

.topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox .left .message {
    width: 100%;
    margin-top: 42px;
    transform: translateY(60px);
    transition-duration: .5s;
    transition-property: all;
    opacity: 0;
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 30px 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset;
    position: relative
}

@media (max-width:1300px) {
    .topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox .left .message {
        padding: 20px 60px;
        margin-top: 20px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox .left .message {
        display: none
    }
}

.topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox .left .message .title .en {
    font-size: 30px;
    transition-duration: .5s;
    transition-property: all
}

.topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox .left .message .title .cn {
    font-size: 16px;
    transition-duration: .5s;
    transition-property: all
}

.topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox .left .message .iconfont {
    font-size: 20px;
    transition-duration: .5s;
    transition-property: all
}

.topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox .left .message .moveK {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox .left .message .moveK i {
    z-index: 1;
    position: absolute;
    transition-duration: 100ms;
    transition-property: all;
    background-color: #ffee9a;
    display: block
}

.topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox .left .message .moveK .i1 {
    width: 0;
    top: -1px;
    left: -1px;
    height: 1px
}

.topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox .left .message .moveK .i1.on {
    width: 100%
}

.topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox .left .message .moveK .i2 {
    height: 0;
    top: -1px;
    right: -1px;
    width: 1px
}

.topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox .left .message .moveK .i2.on {
    height: 100%
}

.topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox .left .message .moveK .i3 {
    width: 0;
    bottom: -1px;
    right: -1px;
    height: 1px
}

.topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox .left .message .moveK .i3.on {
    width: 100%
}

.topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox .left .message .moveK .i4 {
    height: 0;
    left: -1px;
    bottom: -1px;
    width: 1px
}

.topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox .left .message .moveK .i4.on {
    height: 100%
}

.topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox .left .message:hover .title .en {
    color: #ffee9a
}

.topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox .left .message:hover .title .cn {
    color: #ffee9a
}

.topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox .left .message:hover .iconfont {
    color: #ffee9a
}

.topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox .left .platform {
    opacity: 0;
    transform: translateY(60px);
    transition-duration: .5s;
    transition-property: all;
    margin-top: 56px
}

@media (max-width:1300px) {
    .topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox .left .platform {
        margin-top: 30px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox .left .platform {
        display: none
    }
}

.topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox .left .platform .title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset
}

.topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox .left .platform .title .en {
    font-size: 18px
}

.topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox .left .platform .title .cn {
    font-size: 16px;
    line-height: 1em
}

.topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox .left .platform .list {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset
}

.topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox .left .platform .list li {
    margin-right: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox .left .platform .list li img {
    width: 120px;
    height: 120px
}

@media (max-width:1300px) {
    .topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox .left .platform .list li img {
        width: 100px;
        height: 100px
    }
}

@media (max-width:1024px) {
    .topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox .right {
        width: 100%
    }
}

.topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox .right .navOpenList {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    padding-left: 170px
}

@media (max-width:1600px) {
    .topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox .right .navOpenList {
        padding-left: 120px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    .topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox .right .navOpenList {
        padding-left: 80px
    }
}

@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
    .topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox .right .navOpenList {
        padding: 0;
        border-left: none
    }
}

.topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox .right .navOpenList ul li {
    margin-bottom: 40px;
    transition-duration: .5s;
    transition-property: all;
    opacity: 0;
    transform: translateY(60px)
}

@media (max-width:1300px) {
    .topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox .right .navOpenList ul li {
        margin-bottom: 20px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox .right .navOpenList ul li {
        margin-bottom: 6vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

.topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox .right .navOpenList ul li a {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset
}

.topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox .right .navOpenList ul li a i {
    transform: translateX(-40px);
    font-size: 30px;
    opacity: 0;
    transition-duration: .5s;
    transition-property: all;
    color: #ffee9a
}

@media (max-width:1024px) {
    .topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox .right .navOpenList ul li a i {
        display: none
    }
}

.topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox .right .navOpenList ul li a .names {
    transform: translateX(-40px);
    margin-left: 20px;
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1024px) {
    .topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox .right .navOpenList ul li a .names {
        margin-left: 0;
        transform: translateX(0)
    }
}

.topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox .right .navOpenList ul li a .names .en {
    font-size: 40px;
    margin-bottom: 8px;
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1300px) {
    .topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox .right .navOpenList ul li a .names .en {
        font-size: 30px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox .right .navOpenList ul li a .names .en {
        margin-bottom: 0
    }
}

.topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox .right .navOpenList ul li a .names .cn {
    font-size: 16px;
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1024px) {
    .topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox .right .navOpenList ul li a .names .cn {
        text-align: center
    }
}

.topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox .right .navOpenList ul li a::before {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 0;
    height: 1px;
    background-color: #ffee9a;
    transition-duration: .5s;
    transition-property: all;
    left: calc(-40px - 170px)
}

@media (max-width:1600px) {
    .topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox .right .navOpenList ul li a::before {
        left: calc(-40px - 120px)
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    .topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox .right .navOpenList ul li a::before {
        left: calc(-40px - 80px)
    }
}

@media (min-width:1024px) {
    .topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox .right .navOpenList ul li a:hover i {
        opacity: 1;
        transform: translateX(0);
        transition-delay: .2s
    }

    .topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox .right .navOpenList ul li a:hover .names {
        transform: translateX(0)
    }

    .topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox .right .navOpenList ul li a:hover .names .en {
        color: #ffee9a
    }

    .topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox .right .navOpenList ul li a:hover .names .cn {
        color: #ffee9a
    }

    .topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox .right .navOpenList ul li a:hover::before {
        width: 156px
    }
}

@media (min-width:1024px) and (max-width:1600px) {
    .topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox .right .navOpenList ul li a:hover::before {
        width: 130px
    }
}

@media (min-width:1024px) and (max-width:1600px) and (max-width:1300px) {
    .topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox .right .navOpenList ul li a:hover::before {
        width: 110px
    }
}

.topNavOpen-7 .topNavOpenThis .navOpenCout .navOpenBox .cenBox .right .navOpenList ul li:last-child {
    margin-bottom: 0
}

.topNavOpen-7 .topNavOpenThis .navOpenCout.open {
    pointer-events: auto;
    transform: translateY(0%)
}

.topNavOpen-7 .topNavOpenThis .navOpenCout.open .navOpenBox .cenBox .left .logo {
    transition-delay: .4s;
    transform: translateY(0);
    opacity: 1
}

.topNavOpen-7 .topNavOpenThis .navOpenCout.open .navOpenBox .cenBox .left .campusList {
    transition-delay: .8s;
    transform: translateY(0);
    opacity: 1
}

.topNavOpen-7 .topNavOpenThis .navOpenCout.open .navOpenBox .cenBox .left .message {
    transition-delay: 1s;
    transform: translateY(0);
    opacity: 1
}

.topNavOpen-7 .topNavOpenThis .navOpenCout.open .navOpenBox .cenBox .left .platform {
    transition-delay: 1.2s;
    transform: translateY(0);
    opacity: 1
}

.topNavOpen-7 .topNavOpenThis .navOpenCout.open .navOpenBox .cenBox .right .navOpenList ul li {
    transform: translateY(0);
    opacity: 1
}

.topNavOpen-7 .topNavOpenThis .navOpenCout.open .navOpenBox .cenBox .right .navOpenList ul li:nth-child(1) {
    transition-delay: .4s
}

.topNavOpen-7 .topNavOpenThis .navOpenCout.open .navOpenBox .cenBox .right .navOpenList ul li:nth-child(2) {
    transition-delay: .5s
}

.topNavOpen-7 .topNavOpenThis .navOpenCout.open .navOpenBox .cenBox .right .navOpenList ul li:nth-child(3) {
    transition-delay: .6s
}

.topNavOpen-7 .topNavOpenThis .navOpenCout.open .navOpenBox .cenBox .right .navOpenList ul li:nth-child(4) {
    transition-delay: .7s
}

.topNavOpen-7 .topNavOpenThis .navOpenCout.open .navOpenBox .cenBox .right .navOpenList ul li:nth-child(5) {
    transition-delay: .8s
}

.topNavOpen-7 .topNavOpenThis .navOpenCout.open .navOpenBox .cenBox .right .navOpenList ul li:nth-child(6) {
    transition-delay: .9s
}

.topNavOpen-7 .topNavOpenThis .navOpenCout.open .navOpenBox .cenBox .right .navOpenList ul li:nth-child(7) {
    transition-delay: 1s
}

.topNavOpen-7 .topNavOpenThis .navOpenCout.open .navOpenBox .cenBox .right .navOpenList ul li:nth-child(8) {
    transition-delay: 1.1s
}

.topNavOpen-7 .topNavOpenThis .navOpenCout.open .navOpenBox .cenBox .right .navOpenList ul li:nth-child(9) {
    transition-delay: 1.2s
}

.pageBox.show6Init {
    position: relative;
    transition-duration: .5s;
    transition-property: all;
    right: 0
}

.pageBox.show6Init.follow-show6 {
    left: -60vw
}

.pageBox.show6Init.follow-show6 .topNav mod {
    left: -60vw
}

.twoBanner-1 {
    margin-top: 80px
}

@media (max-width:1600px) {
    .twoBanner-1 {
        margin-top: 70px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    .twoBanner-1 {
        margin-top: 60px
    }
}

@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
    .twoBanner-1 {
        margin-top: 16vw
    }
}

.twoBanner-1 .banImg {
    position: relative;
    width: 100%;
    height: 500px
}

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

.twoBanner-1 .banImg .twoBannerImg {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.twoBanner-1 .banImg .content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.twoBanner-1 .banImg .content .mask {
    background-color: rgba(97, 74, 65, 0.4);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.twoBanner-1 .banImg .content .mask .twoBannerSubname {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase
}

@media (max-width:1024px) {
    .twoBanner-1 .banImg .content .mask .twoBannerSubname {
        font-size: 5vw
    }
}

.twoBanner-1 .banImg .content .mask .twoBannerName {
    color: #fff;
    font-size: 30px;
    font-weight: bold
}

@media (max-width:1024px) {
    .twoBanner-1 .banImg .content .mask .twoBannerName {
        font-size: 5vw
    }
}

.twoBanner-2 {
    margin-top: 80px
}

@media (max-width:1600px) {
    .twoBanner-2 {
        margin-top: 70px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    .twoBanner-2 {
        margin-top: 60px
    }
}

@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
    .twoBanner-2 {
        margin-top: 16vw
    }
}

.twoBanner-2 .banImg {
    position: relative;
    width: 100%;
    height: 500px
}

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

.twoBanner-2 .banImg .banner {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.twoBanner-2 .banImg .content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.twoBanner-2 .banImg .content .mask {
    padding-bottom: 100px;
    background-color: rgba(97, 74, 65, 0.4);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
    flex-wrap: unset
}

.twoBanner-2 .banImg .content .mask .info {
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
    width: 1500px;
    margin: 0 auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5)
}

@media (max-width:1600px) {
    .twoBanner-2 .banImg .content .mask .info {
        width: 88%
    }
}

@media (max-width:1300px) {
    .twoBanner-2 .banImg .content .mask .info {
        width: 90%
    }
}

@media (max-width:1024px) {
    .twoBanner-2 .banImg .content .mask .info {
        width: 84%
    }
}

.twoBanner-2 .banImg .content .mask .info span {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase
}

@media (max-width:1024px) {
    .twoBanner-2 .banImg .content .mask .info span {
        font-size: 5vw
    }
}

.twoBanner-2 .banImg .content .mask .info .title {
    color: #fff;
    font-size: 40px;
    font-weight: bold
}

@media (max-width:1024px) {
    .twoBanner-2 .banImg .content .mask .info .title {
        font-size: 5vw
    }
}

.twoBanner-3 {
    margin-top: 80px;
    overflow: hidden;
    position: relative;
    height: 600px
}

@media (max-width:1600px) {
    .twoBanner-3 {
        margin-top: 70px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    .twoBanner-3 {
        margin-top: 60px
    }
}

@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
    .twoBanner-3 {
        margin-top: 16vw;
        height: 100vw
    }
}

.twoBanner-3 .banImg {
    height: 100%;
    transition-duration: .5s;
    transition-property: all;
    width: 96%;
    margin: 0 auto;
    overflow: hidden
}

@media (max-width:1024px) {
    .twoBanner-3 .banImg {
        width: 100%
    }
}

.twoBanner-3 .banImg .imgBox {
    position: relative;
    top: -20px;
    left: -20px;
    width: calc(100% + 40px);
    height: calc(100% + 40px)
}

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

@media (min-width:1024px) {
    .twoBanner-3 .banImg:hover {
        border-radius: 100px
    }
}

.twoBanner-3 .kuang {
    position: absolute;
    background-color: #d8b271;
    width: 600px;
    top: 40%;
    left: 0;
    padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .twoBanner-3 .kuang {
        width: 80vw;
        bottom: 0;
        left: 10%;
        padding: 8vw;
        top: unset
    }
}

.twoBanner-3 .kuang .cout {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .twoBanner-3 .kuang .cout {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

@media (max-width:1024px) {
    .twoBanner-3 .kuang .cout .text {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

.twoBanner-3 .kuang .cout .text .en {
    font-size: 20px;
    font-family: 'syst'
}

.twoBanner-3 .kuang .cout .text .cn {
    font-size: 50px;
    font-family: 'syst';
    font-weight: bold;
    line-height: 1em
}

@media (max-width:1024px) {
    .twoBanner-3 .kuang .cout .text .cn {
        font-size: 10vw
    }
}

.twoBanner-3 .kuang .cout .mianbao {
    margin-top: 40px;
    width: 70%;
    align-self: flex-end
}

@media (max-width:1024px) {
    .twoBanner-3 .kuang .cout .mianbao {
        width: 100%
    }
}

.twoBanner-3 .kuang .cout .mianbao .breadMod-1 {
    height: 40px;
    padding: 0 40px;
    border-radius: 20px;
    width: 100%;
    background-color: #ffee9a
}

@media (max-width:1024px) {
    .twoBanner-3 .kuang .cout .mianbao .breadMod-1 {
        padding: 0 6vw
    }
}

.twoBanner-3 .kuang .cout .mianbao .breadMod-1 * {
    color: #d8b271;
    width: fit-content
}

.twoBanner-3 .kuang::after {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 200px;
    height: 200px;
    top: -100px;
    right: -100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/footHuan.png);
    background-position: center;
    animation: xuanzhuan 20s linear 0s infinite normal;
    z-index: 1;
    filter: brightness(1000) grayscale(1)
}

.twoBanner-4 {
    position: relative;
    height: 90vh
}

@media (max-width:1300px) {
    .twoBanner-4 {
        height: 50vw
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .twoBanner-4 {
        height: 100vw
    }
}

.twoBanner-4 .twoBannerBox {
    margin-top: 80px
}

@media (max-width:1600px) {
    .twoBanner-4 .twoBannerBox {
        margin-top: 70px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    .twoBanner-4 .twoBannerBox {
        margin-top: 60px
    }
}

@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
    .twoBanner-4 .twoBannerBox {
        margin-top: 16vw
    }
}

.twoBanner-4 .twoBannerBox .banImg {
    position: relative;
    width: 100%;
    height: 500px
}

@media (max-width:1024px) {
    .twoBanner-4 .twoBannerBox .banImg {
        height: 60vw
    }
}

.twoBanner-4 .twoBannerBox .banImg .banner {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.twoBanner-4 .twoBannerBox .banImg .content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.twoBanner-4 .twoBannerBox .banImg .content .mask {
    padding-bottom: 100px;
    background-color: rgba(97, 74, 65, 0.4);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
    flex-wrap: unset
}

.twoBanner-4 .twoBannerBox .banImg .content .mask .info {
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
    width: 1500px;
    margin: 0 auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5)
}

@media (max-width:1600px) {
    .twoBanner-4 .twoBannerBox .banImg .content .mask .info {
        width: 88%
    }
}

@media (max-width:1300px) {
    .twoBanner-4 .twoBannerBox .banImg .content .mask .info {
        width: 90%
    }
}

@media (max-width:1024px) {
    .twoBanner-4 .twoBannerBox .banImg .content .mask .info {
        width: 84%
    }
}

.twoBanner-4 .twoBannerBox .banImg .content .mask .info span {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase
}

@media (max-width:1024px) {
    .twoBanner-4 .twoBannerBox .banImg .content .mask .info span {
        font-size: 5vw
    }
}

.twoBanner-4 .twoBannerBox .banImg .content .mask .info .title {
    color: #fff;
    font-size: 40px;
    font-weight: bold
}

@media (max-width:1024px) {
    .twoBanner-4 .twoBannerBox .banImg .content .mask .info .title {
        font-size: 5vw
    }
}

.twoBanner-4 .twoBannerBox {
    margin-top: 0;
    height: 100%
}

.twoBanner-4 .twoBannerBox .banImg {
    height: 100%
}

.twoBanner-4 .twoBannerBox .banImg .banner .img {
    background-size: 100%;
    width: 100%;
    height: 100%;
    background-position: 50% 0px
}

@media (max-width:1024px) {
    .twoBanner-4 .twoBannerBox .banImg .banner .img {
        background-size: cover;
        background-position: center;
        background-repeat: repeat;
        background-image: unset
    }
}

.twoBanner-4 .twoBannerBox .banImg .content .mask .info {
    width: 80%
}

.twoBanner-4 .twoBannerBox .banImg .content .mask .info .title {
    font-size: 50px
}

@media (max-width:1024px) {
    .twoBanner-4 .twoBannerBox .banImg .content .mask .info .title {
        font-size: 10vw
    }
}

.twoBanner-4 .twoBannerBox .banImg .content .mask .info span {
    font-family: fantasy;
    font-size: 140px
}

@media (max-width:1300px) {
    .twoBanner-4 .twoBannerBox .banImg .content .mask .info span {
        font-size: 100px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .twoBanner-4 .twoBannerBox .banImg .content .mask .info span {
        font-size: 16vw
    }
}

.twoBanner-4 .mianbao {
    position: absolute;
    bottom: 100px;
    right: 10%;
    width: 400px
}

@media (max-width:1024px) {
    .twoBanner-4 .mianbao {
        width: 90vw;
        right: 5vw;
        bottom: 6vw
    }
}

.twoBanner-4 .mianbao .breadBox {
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #f3f3f3;
    padding: 20px 0
}

.twoBanner-4 .mianbao .breadBox .box {
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: center
}

.twoBanner-4 .mianbao .breadBox .box a {
    font-size: 16px;
    line-height: 1em
}

@media (max-width:1024px) {
    .twoBanner-4 .mianbao .breadBox .box a {
        font-weight: bold;
        font-size: 3.4vw
    }
}

.twoBanner-4 .mianbao .breadBox .box a:last-child {
    color: #d8b271;
    cursor: default
}

.twoBanner-4 .mianbao .breadBox .box a:hover {
    color: #d8b271
}

.twoBanner-4 .mianbao .breadBox img {
    width: 20px;
    opacity: .89;
    margin-right: 10px
}

.twoBanner-4 .mianbao .breadBox {
    height: 60px;
    background-color: #d8b271;
    border-radius: 30px;
    transform: translateY(50%);
    padding: 0
}

.twoBanner-4 .mianbao .breadBox * {
    color: #fff
}

@media (max-width:1024px) {
    .twoBanner-4 .mianbao .breadBox {
        transform: translateY(0)
    }
}

.twoBanner-4 .mianbao .breadBox .box .icon-home {
    font-size: 24px;
    margin-right: 20px
}

.twoBanner-5 {
    width: 100%
}

.twoBanner-5 .bannerBox {
    width: 100%;
    height: 34vw
}

@media (max-width:1024px) {
    .twoBanner-5 .bannerBox {
        height: 44vw
    }
}

.twoBanner-5 .bannerBox .imgBox {
    padding: 40px;
    width: 100%;
    height: 100%
}

@media (max-width:1024px) {
    .twoBanner-5 .bannerBox .imgBox {
        padding: 4vw
    }
}

.twoBanner-5 .bannerBox .imgBox img {
    border-radius: 40px
}

@media (max-width:1024px) {
    .twoBanner-5 .bannerBox .imgBox img {
        border-radius: 4vw
    }
}

.unifyButton-1 {
    margin: 0 auto;
    width: 150px;
    height: 50px;
    background-color: #ccc;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.unifyButton-1 i {
    margin-left: 4px
}

.unifyButton-2 {
    text-align: center;
    height: 36px;
    overflow: hidden;
    position: relative;
    transition: all 1s;
    cursor: pointer;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    margin: 0 auto;
    background: none;
    border: 1px solid #666;
    border-radius: 0;
    height: 46px
}

.unifyButton-2::before {
    content: "→";
    position: absolute;
    left: -100%;
    transition: all .5s;
    height: 100%;
    display: flex;
    align-items: center;
    color: #333;
    transition-duration: .5s;
    transition-property: all;
    z-index: 1
}

.unifyButton-2::after {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 0%;
    height: 100%;
    transition-duration: .5s;
    transition-property: all;
    left: 0;
    background-color: #d8b271
}

.unifyButton-2>span {
    transition: all .5s;
    font-size: 16px;
    width: fit-content;
    color: #333;
    transition-duration: .5s;
    transition-property: all;
    z-index: 1
}

.unifyButton-2:hover {
    border: 1px solid #d8b271
}

.unifyButton-2:hover:before {
    left: 48%;
    transition: all 1s;
    color: #fff
}

.unifyButton-2:hover::after {
    width: 100%
}

.unifyButton-2:hover>span {
    transform: translateX(300%);
    transition: all 1s;
    color: #fff
}

@media only screen and (max-width:1024px) {
    .unifyButton-2 {
        margin-top: 10vw
    }
}

@keyframes loopRight {
    0% {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%)
    }

    49% {
        left: 100%;
        top: 50%;
        transform: translate(0, -50%)
    }

    50% {
        left: 100%;
        top: 0%;
        transform: translate(0, -100%)
    }

    51% {
        left: 0%;
        top: 0%;
        transform: translate(-100%, -100%)
    }

    52% {
        left: 0%;
        top: 50%;
        transform: translate(-100%, -50%)
    }

    100% {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%)
    }
}

.unifyButton-3 {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 160px;
    height: 40px
}

.unifyButton-3 .p {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    color: #d8b271;
    font-size: 16px;
    width: 70%;
    height: 100%;
    border: 1px solid #d8b271
}

.unifyButton-3 .i {
    width: 30%;
    height: 100%;
    background-color: #d8b271;
    position: relative;
    overflow: hidden
}

.unifyButton-3 .i i {
    color: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    transition-duration: .5s;
    transition-property: all
}

.unifyButton-3:hover i {
    animation: loopRight 1s linear 0s infinite normal
}

.unifyButton-4 {
    width: fit-content;
    transition-duration: .5s;
    transition-property: all
}

.unifyButton-4 .twoBox {
    overflow: hidden;
    position: relative
}

.unifyButton-4 .twoBox>div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.unifyButton-4 .twoBox>div span {
    color: #333;
    font-size: 32px;
    line-height: .9em;
    font-family: fantasy;
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1300px) {
    .unifyButton-4 .twoBox>div span {
        font-size: 16px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .unifyButton-4 .twoBox>div span {
        font-size: 12vw
    }
}

@media (max-width:1024px) {
    .unifyButton-4 .twoBox>div span {
        font-size: 22px
    }
}
.unifyButton-4 .twoBox>div.hov {
    position: absolute;
    top: 100%;
    left: 0
}

.unifyButton-4 .twoBox>div.hov span {
    color: #d8b271
}

@media (min-width:1024px) {
    .unifyButton-4:hover .twoBox>div span {
        transform: translateY(-100%)
    }
}

.unifyButton-5 {
    position: relative;
    overflow: hidden;
    width: 200px;
    border: 1px solid #d8b271;
    height: 50px;
    border-radius: 25px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.unifyButton-5 .text {
    color: #d8b271;
    position: relative;
    z-index: 1;
    transition-duration: .5s;
    transition-property: all
}

.unifyButton-5 .mask {
    position: absolute;
    background-color: #d8b271;
    top: 50%;
    left: 0;
    height: 1px;
    width: 0;
    transform: translateY(-50%);
    transition: width cubic-bezier(.79, .17, .15, .96) .3s .3s, height cubic-bezier(.79, .17, .15, .96) .3s
}

@media (min-width:1024px) {
    .unifyButton-5:hover .text {
        color: #fff;
        transition-delay: .5s
    }

    .unifyButton-5:hover .mask {
        width: 100%;
        height: 100%;
        transition: width cubic-bezier(.79, .17, .15, .96) .3s, height cubic-bezier(.79, .17, .15, .96) .3s .3s
    }
}

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

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

.unifyTitle-1 .en {
    font-size: 20px;
    text-transform: uppercase
}

.unifyTitle-1 .cn {
    font-size: 28px;
    font-weight: bold
}

.unifyTitle-2 {
    margin-bottom: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

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

.unifyTitle-2 i {
    display: block;
    height: 1px;
    width: 20%;
    border-top: 1px dotted #ccc
}

.unifyTitle-2 .cenBox1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.unifyTitle-2 .cenBox1 .en {
    font-size: 24px;
    color: #d8b271
}

@media (max-width:1024px) {
    .unifyTitle-2 .cenBox1 .en {
        font-size: 4vw
    }
}

.unifyTitle-2 .cenBox1 .cn {
    font-size: 34px;
    font-weight: bold;
    margin: 0 20px
}

@media (max-width:1024px) {
    .unifyTitle-2 .cenBox1 .cn {
        font-size: 6vw
    }
}

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

.unifyTitle-3 .en {
    font-size: 100px;
    opacity: .14;
    font-weight: bold;
    line-height: 1em;
    text-transform: uppercase
}

.unifyTitle-3 .cn {
    font-size: 50px;
    font-weight: bold;
    line-height: 1em;
    margin-top: -40px
}

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

@media (max-width:1300px) {
    .unifyTitle-4 {
        margin-bottom: 40px
    }
}

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

.unifyTitle-4 .en {
    font-size: 100px;
    line-height: 1em
}

@media (max-width:1600px) {
    .unifyTitle-4 .en {
        font-size: 80px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    .unifyTitle-4 .en {
        font-size: 50px
    }
}

@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
    .unifyTitle-4 .en {
        text-align: center;
        font-size: 10vw
    }
}

.unifyTitle-4 i {
    width: 60px;
    height: 1px;
    margin: 20px 0;
    background-color: #d8b271
}

@media (max-width:1024px) {
    .unifyTitle-4 i {
        margin: 2vw 0;
        width: 10vw
    }
}

.unifyTitle-4 .cn {
    font-size: 30px
}

@media (max-width:1300px) {
    .unifyTitle-4 .cn {
        font-size: 24px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .unifyTitle-4 .cn {
        font-size: 6vw
    }
}

.unifyTitle-5 {
    width: 100%;
    margin-bottom: 40px
}

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

.unifyTitle-5 .unifyBox {
    position: relative;
    width: 1500px;
    margin: 0 auto;
    padding-left: 80px
}

@media (max-width:1600px) {
    .unifyTitle-5 .unifyBox {
        width: 88%
    }
}

@media (max-width:1300px) {
    .unifyTitle-5 .unifyBox {
        width: 90%
    }
}

@media (max-width:1024px) {
    .unifyTitle-5 .unifyBox {
        width: 84%
    }
}

@media (max-width:1024px) {
    .unifyTitle-5 .unifyBox {
        padding-left: 10vw
    }
}

.unifyTitle-5 .unifyBox .name {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
    z-index: 1
}

@media (max-width:1300px) {
    .unifyTitle-5 .unifyBox .name {
        font-size: 28px;
        margin-bottom: 10px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .unifyTitle-5 .unifyBox .name {
        font-size: 6vw
    }
}

.unifyTitle-5 .unifyBox .eng {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset
}

.unifyTitle-5 .unifyBox .eng i {
    display: block;
    width: 200px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

@media (max-width:1300px) {
    .unifyTitle-5 .unifyBox .eng i {
        width: 12vw
    }
}

.unifyTitle-5 .unifyBox .eng .en {
    color: #d8b271;
    font-size: 30px;
    font-weight: bold;
    margin-left: 20px
}

@media (max-width:1300px) {
    .unifyTitle-5 .unifyBox .eng .en {
        font-size: 20px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .unifyTitle-5 .unifyBox .eng .en {
        font-size: 4vw
    }
}

.unifyTitle-5 .unifyBox::after {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 120px;
    height: 120px;
    left: 0;
    top: 0;
    background-color: #f9f9f9
}

@media (max-width:1300px) {
    .unifyTitle-5 .unifyBox::after {
        width: 8vw;
        height: 8vw
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .unifyTitle-5 .unifyBox::after {
        width: 16vw;
        height: 16vw
    }
}

@media (max-width:1024px) {
    .mouseStalker-1 {
        display: none
    }
}

.mouseStalker-1 .mouse-stalker {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1px;
    height: 1px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 111111111;
    pointer-events: none
}

.mouseStalker-1 .mouse-stalker>div {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    flex-shrink: 0;
    position: absolute;
    border: 1px solid #ce1e27;
    transition: all .3s ease
}

.mouseStalker-1 .mouse-stalker.mouse-stalker-white>div {
    border: 1px solid #FFF
}

.mouseStalker-1 .mouse-stalker.active>div {
    transform: scale(.4)
}

.mouseStalker-1 .mouse-stalker div::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    transition: background-color .3s cubic-bezier(.4, 0, .2, 1)
}

.pageBox {
    top: 0;
    transition-duration: 1s;
    transition-property: all;
    position: relative;
    overflow: hidden
}

.pageBox.open {
    top: -20vh;
    transition-timing-function: cubic-bezier(.82, .01, .43, 1)
}

.pageBox .topNavOpenBox {
    bottom: 0;
    left: 0;
    position: fixed;
    pointer-events: none;
    opacity: 0;
    z-index: 12;
    width: 100%;
    height: 100%;
    transition-duration: 1s;
    transition-property: all
}

.pageBox .topNavOpenBox .openBoxOne {
    position: relative;
    width: 100%;
    height: 100%
}

.pageBox .topNavOpenBox .openBoxOne .maskBox {
    position: absolute;
    background-color: #d8b271;
    bottom: 0;
    left: 0;
    height: 0;
    transition-timing-function: cubic-bezier(.82, .01, .43, 1);
    transition-duration: 1s;
    transition-property: all;
    width: 100%;
    overflow: hidden
}

@media (max-width:1024px) {
    .pageBox .topNavOpenBox .openBoxOne .maskBox {
        background-color: #fff
    }
}

.pageBox .topNavOpenBox .openBoxOne .maskBox .realBox {
    bottom: 0;
    left: 0;
    position: absolute;
    transition-duration: 1s;
    transition-property: all;
    opacity: 0;
    width: 100%;
    height: 100vh;
    transform: translateY(20vh)
}

.pageBox .topNavOpenBox .openBoxOne .maskBox .realBox .navBox {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 100%;
    height: 100%
}

.pageBox .topNavOpenBox .openBoxOne .maskBox .realBox .navBox .leftBox {
    position: relative;
    width: 33%;
    height: 100%;
    padding: 7vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .pageBox .topNavOpenBox .openBoxOne .maskBox .realBox .navBox .leftBox {
        width: 100%;
        padding: 12vw;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: unset;
        padding-top: 20vw
    }
}

.pageBox .topNavOpenBox .openBoxOne .maskBox .realBox .navBox .leftBox .mLogo {
    display: none
}

@media (max-width:1024px) {
    .pageBox .topNavOpenBox .openBoxOne .maskBox .realBox .navBox .leftBox .mLogo {
        position: relative;
        z-index: 1;
        display: block;
        width: 50vw;
        margin-bottom: 6vw
    }
}

.pageBox .topNavOpenBox .openBoxOne .maskBox .realBox .navBox .leftBox .openNavBar {
    position: relative;
    z-index: 1;
    width: 100%;
    transition-duration: 1s;
    transition-property: all;
    transform: translateY(60px);
    opacity: 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: unset
}

.pageBox .topNavOpenBox .openBoxOne .maskBox .realBox .navBox .leftBox .openNavBar .nav {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: unset;
    position: relative
}

.pageBox .topNavOpenBox .openBoxOne .maskBox .realBox .navBox .leftBox .openNavBar .nav .li1 {
    width: 100%;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5)
}

@media (max-width:1024px) {
    .pageBox .topNavOpenBox .openBoxOne .maskBox .realBox .navBox .leftBox .openNavBar .nav .li1 {
        border-color: rgba(0, 0, 0, 0.3)
    }
}

.pageBox .topNavOpenBox .openBoxOne .maskBox .realBox .navBox .leftBox .openNavBar .nav .li1 .a1 {
    padding: 20px 0;
    width: 100%
}

.pageBox .topNavOpenBox .openBoxOne .maskBox .realBox .navBox .leftBox .openNavBar .nav .li1 .a1 .transHover {
    position: relative;
    z-index: 1;
    width: 100%
}

.pageBox .topNavOpenBox .openBoxOne .maskBox .realBox .navBox .leftBox .openNavBar .nav .li1 .a1 .transHover .box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
    overflow: hidden;
    position: relative;
    transition: opacity .6s, transform .6s cubic-bezier(.165, .84, .44, 1);
    will-change: opacity, transform
}

.pageBox .topNavOpenBox .openBoxOne .maskBox .realBox .navBox .leftBox .openNavBar .nav .li1 .a1 .transHover .box .cn {
    font-size: 16px;
    color: #fff
}

.pageBox .topNavOpenBox .openBoxOne .maskBox .realBox .navBox .leftBox .openNavBar .nav .li1 .a1 .transHover .box.old {
    opacity: 1;
    transform: translateY(0) scaleY(1)
}

.pageBox .topNavOpenBox .openBoxOne .maskBox .realBox .navBox .leftBox .openNavBar .nav .li1 .a1 .transHover .box.new {
    opacity: 0;
    top: 0;
    position: absolute;
    transform: translateY(-90%) scaleY(0)
}

@media (max-width:1024px) {
    .pageBox .topNavOpenBox .openBoxOne .maskBox .realBox .navBox .leftBox .openNavBar .nav .li1 .a1 {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    .pageBox .topNavOpenBox .openBoxOne .maskBox .realBox .navBox .leftBox .openNavBar .nav .li1 .a1 .transHover .box {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        flex-wrap: unset
    }
}

.pageBox .topNavOpenBox .openBoxOne .maskBox .realBox .navBox .leftBox .openNavBar .nav .li1 .a1 .transHover .box .cn {
    font-size: 20px;
    line-height: 1em;
    font-weight: bold
}

@media (max-width:1024px) {
    .pageBox .topNavOpenBox .openBoxOne .maskBox .realBox .navBox .leftBox .openNavBar .nav .li1 .a1 .transHover .box .cn {
        font-size: 5vw;
        text-align: center;
        color: #333
    }
}

.pageBox .topNavOpenBox .openBoxOne .maskBox .realBox .navBox .leftBox .openNavBar .nav .li1 .a1:hover .transHover .box.old {
    opacity: 0;
    transform: translateY(90%) scaleY(0)
}

.pageBox .topNavOpenBox .openBoxOne .maskBox .realBox .navBox .leftBox .openNavBar .nav .li1 .a1:hover .transHover .box.new {
    opacity: 1;
    transform: translateY(0) scaleY(1)
}

.pageBox .topNavOpenBox .openBoxOne .maskBox .realBox .navBox .leftBox .openNavBar .twoRightBox {
    position: relative;
    width: 50%;
    margin-left: 150px
}

.pageBox .topNavOpenBox .openBoxOne .maskBox .realBox .navBox .leftBox .openNavBar .twoRightBox .rightLiBox {
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 4vw
}

.pageBox .topNavOpenBox .openBoxOne .maskBox .realBox .navBox .leftBox .openNavBar .twoRightBox .rightLiBox .nav2 .li2 {
    margin-bottom: 30px;
    opacity: 0;
    transform: translateY(40px);
    transition-duration: 1s;
    transition-property: all
}

.pageBox .topNavOpenBox .openBoxOne .maskBox .realBox .navBox .leftBox .openNavBar .twoRightBox .rightLiBox .nav2 .li2 .a2 .transHover {
    position: relative;
    z-index: 1;
    width: 100%
}

.pageBox .topNavOpenBox .openBoxOne .maskBox .realBox .navBox .leftBox .openNavBar .twoRightBox .rightLiBox .nav2 .li2 .a2 .transHover .box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
    overflow: hidden;
    position: relative;
    transition: opacity .6s, transform .6s cubic-bezier(.165, .84, .44, 1);
    will-change: opacity, transform
}

.pageBox .topNavOpenBox .openBoxOne .maskBox .realBox .navBox .leftBox .openNavBar .twoRightBox .rightLiBox .nav2 .li2 .a2 .transHover .box .cn {
    font-size: 16px;
    color: #fff
}

.pageBox .topNavOpenBox .openBoxOne .maskBox .realBox .navBox .leftBox .openNavBar .twoRightBox .rightLiBox .nav2 .li2 .a2 .transHover .box.old {
    opacity: 1;
    transform: translateY(0) scaleY(1)
}

.pageBox .topNavOpenBox .openBoxOne .maskBox .realBox .navBox .leftBox .openNavBar .twoRightBox .rightLiBox .nav2 .li2 .a2 .transHover .box.new {
    opacity: 0;
    top: 0;
    position: absolute;
    transform: translateY(-90%) scaleY(0)
}

.pageBox .topNavOpenBox .openBoxOne .maskBox .realBox .navBox .leftBox .openNavBar .twoRightBox .rightLiBox .nav2 .li2 .a2 .transHover .box .cn {
    font-size: 24px;
    line-height: 1em
}

.pageBox .topNavOpenBox .openBoxOne .maskBox .realBox .navBox .leftBox .openNavBar .twoRightBox .rightLiBox .nav2 .li2 .a2:hover .transHover .box.old {
    opacity: 0;
    transform: translateY(90%) scaleY(0)
}

.pageBox .topNavOpenBox .openBoxOne .maskBox .realBox .navBox .leftBox .openNavBar .twoRightBox .rightLiBox .nav2 .li2 .a2:hover .transHover .box.new {
    opacity: 1;
    transform: translateY(0) scaleY(1)
}

.pageBox .topNavOpenBox .openBoxOne .maskBox .realBox .navBox .leftBox .openNavBar .twoRightBox .rightLiBox.on {
    pointer-events: auto
}

.pageBox .topNavOpenBox .openBoxOne .maskBox .realBox .navBox .leftBox .openNavBar .twoRightBox .rightLiBox.on .nav2 .li2 {
    opacity: 1;
    transform: translateY(0)
}

.pageBox .topNavOpenBox .openBoxOne .maskBox .realBox .navBox .leftBox .message {
    z-index: 1;
    width: 100%;
    border-radius: 5vw;
    transform: translateY(60px);
    transition-duration: 1s;
    transition-property: all;
    opacity: 0;
    background-color: #fff;
    padding: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset;
    position: relative
}

@media (max-width:1300px) {
    .pageBox .topNavOpenBox .openBoxOne .maskBox .realBox .navBox .leftBox .message {
        padding: 20px 60px;
        margin-top: 20px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .pageBox .topNavOpenBox .openBoxOne .maskBox .realBox .navBox .leftBox .message {
        display: none
    }
}

.pageBox .topNavOpenBox .openBoxOne .maskBox .realBox .navBox .leftBox .message .title .en {
    font-size: 30px;
    transition-duration: .5s;
    transition-property: all
}

.pageBox .topNavOpenBox .openBoxOne .maskBox .realBox .navBox .leftBox .message .title .cn {
    font-size: 16px;
    transition-duration: .5s;
    transition-property: all
}

.pageBox .topNavOpenBox .openBoxOne .maskBox .realBox .navBox .leftBox .message .iconfont {
    font-size: 20px;
    transition-duration: .5s;
    transition-property: all
}

.pageBox .topNavOpenBox .openBoxOne .maskBox .realBox .navBox .leftBox .message:hover .title .en {
    color: #d8b271
}

.pageBox .topNavOpenBox .openBoxOne .maskBox .realBox .navBox .leftBox .message:hover .title .cn {
    color: #d8b271
}

.pageBox .topNavOpenBox .openBoxOne .maskBox .realBox .navBox .leftBox .message:hover .iconfont {
    color: #d8b271
}

.pageBox .topNavOpenBox .openBoxOne .maskBox .realBox .navBox .leftBox .platform {
    opacity: 0;
    transform: translateY(60px);
    transition-duration: 1s;
    transition-property: all
}

@media (max-width:1300px) {
    .pageBox .topNavOpenBox .openBoxOne .maskBox .realBox .navBox .leftBox .platform {
        margin-top: 30px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .pageBox .topNavOpenBox .openBoxOne .maskBox .realBox .navBox .leftBox .platform {
        display: none
    }
}

.pageBox .topNavOpenBox .openBoxOne .maskBox .realBox .navBox .leftBox .platform .title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset
}

.pageBox .topNavOpenBox .openBoxOne .maskBox .realBox .navBox .leftBox .platform .title .en {
    font-size: 18px
}

.pageBox .topNavOpenBox .openBoxOne .maskBox .realBox .navBox .leftBox .platform .title .cn {
    font-size: 16px;
    line-height: 1em
}

.pageBox .topNavOpenBox .openBoxOne .maskBox .realBox .navBox .leftBox .platform .list {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset
}

.pageBox .topNavOpenBox .openBoxOne .maskBox .realBox .navBox .leftBox .platform .list li {
    margin-right: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.pageBox .topNavOpenBox .openBoxOne .maskBox .realBox .navBox .leftBox .platform .list li img {
    width: 120px;
    height: 120px
}

@media (max-width:1300px) {
    .pageBox .topNavOpenBox .openBoxOne .maskBox .realBox .navBox .leftBox .platform .list li img {
        width: 100px;
        height: 100px
    }
}

.pageBox .topNavOpenBox .openBoxOne .maskBox .realBox .navBox .leftBox .bgLogo {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    opacity: .05
}

@media (max-width:1024px) {
    .pageBox .topNavOpenBox .openBoxOne .maskBox .realBox .navBox .leftBox .bgLogo {
        opacity: .03
    }
}

.pageBox .topNavOpenBox .openBoxOne .maskBox .realBox .navBox .rightBox {
    width: 67%;
    height: 100%
}

@media (max-width:1024px) {
    .pageBox .topNavOpenBox .openBoxOne .maskBox .realBox .navBox .rightBox {
        display: none
    }
}

.pageBox .topNavOpenBox .openBoxOne .maskBox .realBox .navBox .rightBox .imgBox {
    overflow: hidden;
    width: 100%;
    height: 100%
}

.pageBox .topNavOpenBox .openBoxOne .maskBox .realBox .navBox .rightBox .imgBox img {
    position: relative;
    width: 110%;
    height: 110%;
    left: -5% !important;
    top: -5% !important
}

.pageBox .topNavOpenBox .closeOpenBtn {
    cursor: pointer;
    position: absolute;
    right: 40px;
    top: 40px;
    z-index: 1;
    z-index: 13;
    transition-duration: .5s;
    transition-property: all;
    opacity: 0
}

@media (max-width:1024px) {
    .pageBox .topNavOpenBox .closeOpenBtn {
        top: 5vw;
        left: unset;
        right: 5vw
    }
}

.pageBox .topNavOpenBox .closeOpenBtn .box {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    transition-duration: .5s;
    transition-property: all;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    border: 2px solid #d8b271
}

@media (max-width:1024px) {
    .pageBox .topNavOpenBox .closeOpenBtn .box {
        border: none;
        width: 10vw;
        height: 10vw
    }
}

.pageBox .topNavOpenBox .closeOpenBtn .box i {
    color: #d8b271;
    font-size: 20px;
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1024px) {
    .pageBox .topNavOpenBox .closeOpenBtn .box i {
        color: #d8b271;
        font-size: 8vw
    }
}

@media (min-width:1024px) {
    .pageBox .topNavOpenBox .closeOpenBtn .box:hover {
        background-color: #d8b271
    }

    .pageBox .topNavOpenBox .closeOpenBtn .box:hover i {
        color: #fff
    }
}

.pageBox .topNavOpenBox.open {
    opacity: 1;
    pointer-events: auto;
    transition-duration: 1s;
    transition-property: all
}

.pageBox .topNavOpenBox.open .openBoxOne .maskBox {
    height: 100vh
}

.pageBox .topNavOpenBox.open .openBoxOne .maskBox .realBox {
    transform: translateY(0);
    opacity: 1;
    transition-delay: .5s
}

.pageBox .topNavOpenBox.open .openBoxOne .maskBox .realBox .navBox .leftBox .openNavBar {
    transform: translateY(0);
    opacity: 1;
    transition-delay: .2s
}

.pageBox .topNavOpenBox.open .openBoxOne .maskBox .realBox .navBox .leftBox .message {
    transform: translateY(0);
    opacity: 1;
    transition-delay: .4s
}

.pageBox .topNavOpenBox.open .openBoxOne .maskBox .realBox .navBox .leftBox .platform {
    transform: translateY(0);
    opacity: 1;
    transition-delay: .6s
}

.pageBox .topNavOpenBox.open .closeOpenBtn {
    opacity: 1;
    transition-delay: 1s
}

.pageBox .fixedLeftNav {
    position: fixed;
    left: -160px;
    top: 50%;
    z-index: 3;
    transform: translateY(-50%);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1024px) {
    .pageBox .fixedLeftNav {
        display: none
    }
}

.pageBox .fixedLeftNav .sortNavBox {
    width: 160px;
    padding: 30px 20px;
    background-color: #f3f3f3
}

.pageBox .fixedLeftNav .sortNavBox .navUl .li {
    padding: 8px;
    border-bottom: 1px dotted #999
}

.pageBox .fixedLeftNav .sortNavBox .navUl .li a:hover {
    color: #d8b271
}

.pageBox .fixedLeftNav .sortNavBox .navUl .li:last-child {
    border-bottom: none
}

.pageBox .fixedLeftNav .sortBtn {
    width: 40px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: #d8b271;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    padding: 20px 0
}

.pageBox .fixedLeftNav .sortBtn i {
    color: #fff
}

.pageBox .fixedLeftNav .sortBtn span {
    color: #fff;
    writing-mode: vertical-rl;
    margin-top: 10px;
    display: block
}

.pageBox .fixedLeftNav:hover {
    left: 0
}

.pageBox .shujuBox .list {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: space-between;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .pageBox .shujuBox .list {
        flex-wrap: wrap
    }
}

.pageBox .shujuBox .list li {
    flex: 1;
    position: relative;
    transition-duration: .5s;
    transition-property: all;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .pageBox .shujuBox .list li {
        width: 50%;
        margin-bottom: 8vw
    }
}

.pageBox .shujuBox .list li .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.pageBox .shujuBox .list li .box .shuju {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: unset
}

.pageBox .shujuBox .list li .box .shuju span {
    color: #d8b271;
    font-family: 'bas';
    font-size: 60px;
    font-weight: bold;
    line-height: 1em
}

@media (max-width:1600px) {
    .pageBox .shujuBox .list li .box .shuju span {
        font-size: 40px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    .pageBox .shujuBox .list li .box .shuju span {
        font-size: 30px
    }
}

@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
    .pageBox .shujuBox .list li .box .shuju span {
        font-size: 8vw
    }
}

.pageBox .shujuBox .list li .box .shuju .rd {
    position: relative
}

.pageBox .shujuBox .list li .box .shuju .rd .jia {
    bottom: 100%;
    left: 8px;
    position: absolute;
    color: #d8b271;
    font-size: 24px;
    line-height: 1em
}

@media (max-width:1300px) {
    .pageBox .shujuBox .list li .box .shuju .rd .jia {
        font-size: 16px
    }
}

.pageBox .shujuBox .list li .box .shuju .rd .danwei {
    color: #d8b271;
    font-size: 20px;
    padding-left: 6px;
    font-weight: bold
}

@media (max-width:1300px) {
    .pageBox .shujuBox .list li .box .shuju .rd .danwei {
        font-size: 16px
    }
}

.pageBox .shujuBox .list li .box .title {
    position: relative;
    z-index: 1;
    font-size: 28px;
    font-family: 'syst'
}

@media (max-width:1300px) {
    .pageBox .shujuBox .list li .box .title {
        font-size: 16px;
        line-height: 1em
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .pageBox .shujuBox .list li .box .title {
        margin-top: 4vw
    }
}

.pageBox .titleNormal {
    position: relative;
    font-size: 30px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 1500px;
    margin: 0 auto;
    margin-bottom: 60px
}

@media (max-width:1600px) {
    .pageBox .titleNormal {
        width: 88%
    }
}

@media (max-width:1300px) {
    .pageBox .titleNormal {
        width: 90%
    }
}

@media (max-width:1024px) {
    .pageBox .titleNormal {
        width: 84%
    }
}

@media (max-width:1600px) {
    .pageBox .titleNormal {
        margin-bottom: 40px
    }
}

@media (max-width:1600px) and (max-width:1024px) {
    .pageBox .titleNormal {
        margin-bottom: 6vw
    }
}

.pageBox .titleNormal .name {
    font-size: 50px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px
}

@media (max-width:1600px) {
    .pageBox .titleNormal .name {
        font-size: 40px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    .pageBox .titleNormal .name {
        font-size: 36px
    }
}

.pageBox .titleNormal .bXian {

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.06)
}

.pageBox .titleNormal .bXian div {
    background-color: #d8b271;
    width: 60px;
    height: 2px;
    margin-top: -1px
}

.pageBox .topNav {
    position: fixed;
    height: 80px
}

@media (max-width:1600px) {
    .pageBox .topNav {
        height: 70px
    }
}

@media (max-width:1300px) {
    .pageBox .topNav {
        height: 60px
    }
}

@media (max-width:1024px) {
    .pageBox .topNav {
        height: 16vw
    }
}

.pageBox .topNav .topNavAll {
    background-color: #d8b271;
    z-index: 10;
    width: 100%;
    z-index: 11;
    position: fixed;
    top: 0;
    left: 0;
    transition-duration: .5s;
    transition-property: all;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.02)
}

.pageBox .topNav .topNavAll .cenBox {
    width: 100%;
    height: 90px
}

@media (max-width:1600px) {
    .pageBox .topNav .topNavAll .cenBox {
        height: 80px
    }
}

@media (max-width:1300px) {
    .pageBox .topNav .topNavAll .cenBox {
        height: 70px
    }
}

@media (max-width:1024px) {
    .pageBox .topNav .topNavAll .cenBox {
        height: 16vw
    }
}

.pageBox .topNav .topNavAll .cenBox .yxBox {
    height: 100%;
    padding-left: 70px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset
}

@media (max-width:1300px) {
    .pageBox .topNav .topNavAll .cenBox .yxBox {
        padding-left: 20px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .pageBox .topNav .topNavAll .cenBox .yxBox {
        padding-left: 4vw
    }
}

.pageBox .topNav .topNavAll .cenBox .yxBox .left {
    height: 100%
}

.pageBox .topNav .topNavAll .cenBox .yxBox .left .logo {
    width: 100%;
    height: 100%
}

.pageBox .topNav .topNavAll .cenBox .yxBox .left .logo a {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.pageBox .topNav .topNavAll .cenBox .yxBox .left .logo a img {
    height: 100%;
    z-index: 0;
    filter: brightness(1000) grayscale(1)
}
@media (max-width:1300px) {
 .pageBox .topNav .topNavAll .cenBox .yxBox .left {
    height: 80%
}
}
@media (max-width:1024px) {
    .pageBox .topNav .topNavAll .cenBox .yxBox .left .logo a img {
        height: 95%
    }
}

.pageBox .topNav .topNavAll .cenBox .yxBox .navBar {
    height: 100%
}

@media (max-width:1024px) {
    .pageBox .topNav .topNavAll .cenBox .yxBox .navBar {
        display: none
    }
}

.pageBox .topNav .topNavAll .cenBox .yxBox .navBar .ul1 {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .pageBox .topNav .topNavAll .cenBox .yxBox .navBar .ul1 {
        display: none
    }
}

.pageBox .topNav .topNavAll .cenBox .yxBox .navBar .ul1 .li1 {
    position: relative;
    width: 120px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1600px) {
    .pageBox .topNav .topNavAll .cenBox .yxBox .navBar .ul1 .li1 {
        width: 100px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    .pageBox .topNav .topNavAll .cenBox .yxBox .navBar .ul1 .li1 {
        width: 10vw
    }
}

.pageBox .topNav .topNavAll .cenBox .yxBox .navBar .ul1 .li1 .a1 .transHover {
    position: relative;
    z-index: 1;
    width: 100%
}

.pageBox .topNav .topNavAll .cenBox .yxBox .navBar .ul1 .li1 .a1 .transHover .box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
    overflow: hidden;
    position: relative;
    transition: opacity .6s, transform .6s cubic-bezier(.165, .84, .44, 1);
    will-change: opacity, transform
}

.pageBox .topNav .topNavAll .cenBox .yxBox .navBar .ul1 .li1 .a1 .transHover .box .cn {
    font-size: 18px;
    color: #fff
}

.pageBox .topNav .topNavAll .cenBox .yxBox .navBar .ul1 .li1 .a1 .transHover .box.old {
    opacity: 1;
    transform: translateY(0) scaleY(1)
}

.pageBox .topNav .topNavAll .cenBox .yxBox .navBar .ul1 .li1 .a1 .transHover .box.new {
    opacity: 0;
    top: 0;
    position: absolute;
    transform: translateY(-90%) scaleY(0)
}

.pageBox .topNav .topNavAll .cenBox .yxBox .navBar .ul1 .li1 .a1 .transHover .box .cn {
    color: #fff;
    font-size: 22px
}

@media (max-width:1300px) {
    .pageBox .topNav .topNavAll .cenBox .yxBox .navBar .ul1 .li1 .a1 .transHover .box .cn {
        font-size: 16px
    }
}

.pageBox .topNav .topNavAll .cenBox .yxBox .navBar .ul1 .li1.on .a1:after {
    height: 100%;
    background-color: #d8b271
}

.pageBox .topNav .topNavAll .cenBox .yxBox .navBar .ul1 .li1 .ul2 {
    z-index: 2;
    transition-duration: .5s;
    transition-property: all;
    transform: translateY(20px);
    position: fixed;
    left: 0;
    height: 400px;
    pointer-events: none;
    opacity: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: unset;
    padding: 80px;
    top: 80px
}

@media (max-width:1600px) {
    .pageBox .topNav .topNavAll .cenBox .yxBox .navBar .ul1 .li1 .ul2 {
        top: 70px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    .pageBox .topNav .topNavAll .cenBox .yxBox .navBar .ul1 .li1 .ul2 {
        top: 60px
    }
}

@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
    .pageBox .topNav .topNavAll .cenBox .yxBox .navBar .ul1 .li1 .ul2 {
        top: 16vw
    }
}

.pageBox .topNav .topNavAll .cenBox .yxBox .navBar .ul1 .li1 .ul2 .left {
    height: 100%;
    width: 70%
}

.pageBox .topNav .topNavAll .cenBox .yxBox .navBar .ul1 .li1 .ul2 .left .nav2 {
    width: 90%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap
}

.pageBox .topNav .topNavAll .cenBox .yxBox .navBar .ul1 .li1 .ul2 .left .nav2 li {
    width: 50%;
    height: 60px
}

.pageBox .topNav .topNavAll .cenBox .yxBox .navBar .ul1 .li1 .ul2 .left .nav2 li a {
    width: 90%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: unset;
    position: relative;
    padding-bottom: 10px;
    font-size: 18px;
    color: #fff
}

.pageBox .topNav .topNavAll .cenBox .yxBox .navBar .ul1 .li1 .ul2 .left .nav2 li a i {
    margin-left: 30px;
    color: #fff;
    transition-duration: .5s;
    transition-property: all
}

.pageBox .topNav .topNavAll .cenBox .yxBox .navBar .ul1 .li1 .ul2 .left .nav2 li a .xian {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5)
}

.pageBox .topNav .topNavAll .cenBox .yxBox .navBar .ul1 .li1 .ul2 .left .nav2 li a .xian div {
    width: 0;
    height: 100%;
    background-color: #fff;
    transition-duration: .5s;
    transition-property: all
}

.pageBox .topNav .topNavAll .cenBox .yxBox .navBar .ul1 .li1 .ul2 .left .nav2 li a:hover i {
    margin-left: 10px
}

.pageBox .topNav .topNavAll .cenBox .yxBox .navBar .ul1 .li1 .ul2 .left .nav2 li a:hover .xian div {
    width: 100%
}

.pageBox .topNav .topNavAll .cenBox .yxBox .navBar .ul1 .li1 .ul2 .right {
    width: 30%;
    height: 100%
}

.pageBox .topNav .topNavAll .cenBox .yxBox .navBar .ul1 .li1 .ul2 .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px
}

.pageBox .topNav .topNavAll .cenBox .yxBox .navBar .ul1 .li1:hover .a1:after {
    height: 100%;
    background-color: #d8b271
}

.pageBox .topNav .topNavAll .cenBox .yxBox .navBar .ul1 .li1:hover .a1:after {
    height: 100%;
    background-color: #d8b271
}

.pageBox .topNav .topNavAll .cenBox .yxBox .navBar .ul1 .li1:hover .a1 .transHover .box.old {
    opacity: 0;
    transform: translateY(90%) scaleY(0)
}

.pageBox .topNav .topNavAll .cenBox .yxBox .navBar .ul1 .li1:hover .a1 .transHover .box.new {
    opacity: 1;
    transform: translateY(0) scaleY(1)
}

.pageBox .topNav .topNavAll .cenBox .yxBox .navBar .ul1 .li1:hover .ul2 {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0)
}

.pageBox .topNav .topNavAll .cenBox .yxBox .right {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (min-width:1024px) {
    .pageBox .topNav .topNavAll .cenBox .yxBox .right .searchBtn-m {
        display: none
    }
}

.pageBox .topNav .topNavAll .cenBox .yxBox .right .searchBtn-m i {
    color: #fff
}

.pageBox .topNav .topNavAll .cenBox .yxBox .right .langChange-1 {
    margin: 0 20px;
    border-radius: 100px
}

@media (max-width:1024px) {
    .pageBox .topNav .topNavAll .cenBox .yxBox .right .langChange-1 {
        margin: 0;
        width: 20vw
    }
}

.pageBox .topNav .topNavAll .cenBox .yxBox .right .langChange-1 .nbox {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.pageBox .topNav .topNavAll .cenBox .yxBox .right .langChange-1 .nbox a {
    position: relative;
    z-index: 1;
    font-size: 16px;
    transition-duration: .5s;
    transition-property: all;
    font-weight: bold;
    width: 30px;
    height: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    color: #fff
}

@media (max-width:1300px) {
    .pageBox .topNav .topNavAll .cenBox .yxBox .right .langChange-1 .nbox a {
        width: 24px;
        height: 24px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .pageBox .topNav .topNavAll .cenBox .yxBox .right .langChange-1 .nbox a {
        width: 10vw;
        height: 10vw
    }
}

.pageBox .topNav .topNavAll .cenBox .yxBox .right .langChange-1 .nbox a.active {
    display: none
}

.pageBox .topNav .topNavAll .cenBox .yxBox .right .menuBtn {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    transition-duration: .5s;
    transition-property: all;
    border-top: none;
    border-right: none;
    cursor: pointer;
    height: 100%;
    aspect-ratio: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.pageBox .topNav .topNavAll .cenBox .yxBox .right .menuBtn ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.pageBox .topNav .topNavAll .cenBox .yxBox .right .menuBtn ul li {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 4px;
    transition-duration: .5s;
    transition-property: all
}

.pageBox .topNav .topNavAll .cenBox .yxBox .right .menuBtn:hover {
    background-color: rgba(255, 255, 255, 0.1)
}

.pageBox .topNav .topNavAll .cenBox .yxBox .right .menuBtn:hover ul li:first-child {
    transform: translateX(-6px)
}

.pageBox .topNav .topNavAll .cenBox .yxBox .right .menuBtn:hover ul li:last-child {
    transform: translateX(6px)
}

.pageBox .topNav .topNavAll.hide {
    transform: translateY(-100%)
}

.pageBox .topNav .twoOpenBox {
    overflow: hidden;
    position: fixed;
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: unset;
    flex-wrap: unset;
    width: 100%;
    padding: 20px 0;
    transform: translateY(-80px);
    background-color: #f7f7f7;
    transition-duration: .5s;
    transition-property: all;
    opacity: 0;
    pointer-events: none;
    z-index: 3;
    top: 80px
}

@media (max-width:1600px) {
    .pageBox .topNav .twoOpenBox {
        top: 70px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    .pageBox .topNav .twoOpenBox {
        top: 60px
    }
}

@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
    .pageBox .topNav .twoOpenBox {
        top: 16vw
    }
}

.pageBox .topNav .twoOpenBox .bgLogo {
    position: absolute;
    width: 30vw;
    height: 30vw;
    left: 4%;
    top: calc(50% - 15vw);
    opacity: .06
}

.pageBox .topNav .twoOpenBox .twoNavBox {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

.pageBox .topNav .twoOpenBox .twoNavBox .navBox {
    width: 120px
}

@media (max-width:1600px) {
    .pageBox .topNav .twoOpenBox .twoNavBox .navBox {
        width: 100px
    }
}

@media (max-width:1300px) {
    .pageBox .topNav .twoOpenBox .twoNavBox .navBox {
        width: 10vw;
    }
}

.pageBox .topNav .twoOpenBox .twoNavBox .navBox .nav2 {
    padding: 0 4px
}

.pageBox .topNav .twoOpenBox .twoNavBox .navBox .nav2 .li2 {
    padding: 6px 0;
    border-bottom: 1px dotted #ccc
}

.pageBox .topNav .twoOpenBox .twoNavBox .navBox .nav2 .li2 a {
    text-align: center;
    font-size: 18px
}

@media (max-width:1300px) {
    .pageBox .topNav .twoOpenBox .twoNavBox .navBox .nav2 .li2 a {
        font-size: 14px
    }
}

.pageBox .topNav .twoOpenBox .twoNavBox .navBox .nav2 .li2 a:hover {
    color: #d8b271
}

.pageBox .topNav .twoOpenBox.open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto
}

.pageBox .topNav .blackMask {
    position: fixed;
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    transition-duration: .5s;
    transition-property: all
}

.pageBox .topNav .blackMask.open {
    opacity: 1
}

@media (max-width:1024px) {
    .pageBox .topSearchBox {
        opacity: 1;
        opacity: 0;
        z-index: 13;
        position: fixed;
        top: calc(50% - 25px);
        left: 10vw;
        pointer-events: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset;
        transition-duration: .5s;
        transition-property: all
    }

    .pageBox .topSearchBox.on {
        opacity: 1;
        pointer-events: auto
    }
}

.pageBox .topSearchBox form .boxN {
    overflow: hidden;
    width: 160px;
    height: 30px;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    background-color: #fff
}

@media (max-width:1300px) {
    .pageBox .topSearchBox form .boxN {
        width:30px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .pageBox .topSearchBox form .boxN {
        height: 50px;
        border-radius: 25px;
        width: 80vw
    }
}

.pageBox .topSearchBox form .boxN button {
    width: 40px;
    height: 100%;
    cursor: pointer;
    opacity: .8;
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1300px) {
    .pageBox .topSearchBox form .boxN button {
        width: 30px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .pageBox .topSearchBox form .boxN button {
        width: 50px
    }
}

.pageBox .topSearchBox form .boxN button:hover {
    opacity: 1;
    color: #d8b271
}

.pageBox .topSearchBox form .boxN input {
    width: calc(100% - 40px);
    height: 100%;
    background-color: unset;
    font-size: 14px
}

@media (max-width:1300px) {
    .pageBox .topSearchBox form .boxN input {
        width:0
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .pageBox .topSearchBox form .boxN input {
        font-size: 16px
    }
}

.pageBox .saerchMask-m {
    position: fixed;
    opacity: 0;
    pointer-events: none;
    transition-duration: .5s;
    transition-property: all;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 12;
    background-color: rgba(0, 0, 0, 0.4)
}

.pageBox .saerchMask-m.on {
    pointer-events: auto;
    opacity: 1
}

.pageBox .imgMask {
    position: relative;
    width: 100%;
    height: 100%
}

.pageBox .imgMask .imgBox {
    z-index: 1;
    height: 0;
    position: absolute;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    transition-duration: .5s;
    transition-property: all
}

.pageBox .imgMask::after {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 100%;
    height: 0;
    background-color: #f3f3f3;
    bottom: 0;
    left: 0;
    transition-duration: .5s;
    transition-property: all
}

.pageBox .imgMask.show .imgBox {
    height: 100%;
    transition-delay: .2s;
    transition-duration: 1s;
    transition-property: all
}

.pageBox .imgMask.show::after {
    height: 100%;
    transition-duration: .5s;
    transition-property: all
}

.pageBox .unifyTitle-3 .en {
    color: #d8b271
}

.pageBox .foot {
    z-index: 1;
    width: 100%;
    overflow: hidden;
    position: relative;
    background-size: cover;
}

.pageBox .foot * {
    color: #fff
}

.pageBox .foot .radiaBox {
    position: relative;
    width: 140vw;
    left: -20vw;
    overflow: hidden
}

.pageBox .foot .radiaBox .realBox {
    position: relative;
    left: 20vw;
    width: 100vw;
    background-color: #d8b271;
}

.pageBox .foot .radiaBox .realBox .neiBox {
    padding-top: 60px
}

.pageBox .foot .radiaBox .realBox .neiBox .logNavbar {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 30px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .pageBox .foot .radiaBox .realBox .neiBox .logNavbar {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

.pageBox .foot .radiaBox .realBox .neiBox .logNavbar .logoBox .logos {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset
}

.pageBox .foot .radiaBox .realBox .neiBox .logNavbar .logoBox .logos img {
    width: 100px;
    margin-right: 20px
}

.pageBox .foot .radiaBox .realBox .neiBox .logNavbar .logoBox .logos .txt div {
    font-size: 20px;
    color: #fff;
    margin-bottom: 6px
}

.pageBox .foot .radiaBox .realBox .neiBox .logNavbar .logoBox .logos .txt span {
    font-size: 16px;
    color: #fff
}

.pageBox .foot .radiaBox .realBox .neiBox .logNavbar .logoBox .botmInfoe {
    margin-top: 30px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: unset
}

@media (max-width:1300px) {
    .pageBox .foot .radiaBox .realBox .neiBox .logNavbar .logoBox .botmInfoe {
        margin-top: 10px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .pageBox .foot .radiaBox .realBox .neiBox .logNavbar .logoBox .botmInfoe {
        margin-top: 8vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

.pageBox .foot .radiaBox .realBox .neiBox .logNavbar .logoBox .botmInfoe .infoBox .infoList li {
    margin-bottom: 10px
}

@media (max-width:1300px) {
    .pageBox .foot .radiaBox .realBox .neiBox .logNavbar .logoBox .botmInfoe .infoBox .infoList li {
        margin-bottom: 4px
    }
}

.pageBox .foot .radiaBox .realBox .neiBox .logNavbar .logoBox .botmInfoe .infoBox .infoList li span {
    font-size: 18px
}

@media (max-width:1600px) {
    .pageBox .foot .radiaBox .realBox .neiBox .logNavbar .logoBox .botmInfoe .infoBox .infoList li span {
        font-size: 18px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    .pageBox .foot .radiaBox .realBox .neiBox .logNavbar .logoBox .botmInfoe .infoBox .infoList li span {
        font-size: 14px
    }
}

@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
    .pageBox .foot .radiaBox .realBox .neiBox .logNavbar .logoBox .botmInfoe .infoBox .infoList li span {
        font-size: 3.6vw
    }
}

.pageBox .foot .radiaBox .realBox .neiBox .logNavbar .logoBox .botmInfoe .erweima .list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.pageBox .foot .radiaBox .realBox .neiBox .logNavbar .logoBox .botmInfoe .erweima .list li {
    margin-left: 20px
}

.pageBox .foot .radiaBox .realBox .neiBox .logNavbar .logoBox .botmInfoe .erweima .list li .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.pageBox .foot .radiaBox .realBox .neiBox .logNavbar .logoBox .botmInfoe .erweima .list li .box img {
    width: 100px;
    height: 100px;
    margin-bottom: 10px
}

@media (max-width:1300px) {
    .pageBox .foot .radiaBox .realBox .neiBox .logNavbar .logoBox .botmInfoe .erweima .list li .box img {
        width: 80px;
        height: 80px
    }
}

.pageBox .foot .radiaBox .realBox .neiBox .logNavbar .logoBox .botmInfoe .erweima .list li .box span {
    font-size: 16px;
    color: #fff
}

@media (max-width:1300px) {
    .pageBox .foot .radiaBox .realBox .neiBox .logNavbar .logoBox .botmInfoe .erweima .list li .box span {
        font-size: 14px
    }
}

@media (max-width:1024px) {
    .pageBox .foot .radiaBox .realBox .neiBox .logNavbar .footNavBox {
        margin-top: 8vw;
        width: 100%
    }
}

.pageBox .foot .radiaBox .realBox .neiBox .logNavbar .footNavBox .navList {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .pageBox .foot .radiaBox .realBox .neiBox .logNavbar .footNavBox .navList {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: wrap
    }
}

.pageBox .foot .radiaBox .realBox .neiBox .logNavbar .footNavBox .navList .li1 {
    width: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1300px) {
    .pageBox .foot .radiaBox .realBox .neiBox .logNavbar .footNavBox .navList .li1 {
        width: 90px
    }
}

@media (max-width:1024px) {
    .pageBox .foot .radiaBox .realBox .neiBox .logNavbar .footNavBox .navList .li1 {
        padding: 2vw 0;
        width: 25%
    }
}

.pageBox .foot .radiaBox .realBox .neiBox .logNavbar .footNavBox .navList .li1 .a1 {
    font-weight: bold;
    font-size: 20px
}

@media (max-width:1300px) {
    .pageBox .foot .radiaBox .realBox .neiBox .logNavbar .footNavBox .navList .li1 .a1 {
        font-size: 16px
    }
}

@media (max-width:1024px) {
    .pageBox .foot .radiaBox .realBox .neiBox .logNavbar .footNavBox .navList .li1 .a1 {
        font-size: 4vw
    }
}

.pageBox .foot .radiaBox .realBox .neiBox .logNavbar .footNavBox .navList .li1 .a1:hover {
    color: #d8b271
}

.pageBox .foot .radiaBox .realBox .neiBox .logNavbar .footNavBox .navList .li1 .ultwo {
    margin-top: 20px
}

@media (max-width:1024px) {
    .pageBox .foot .radiaBox .realBox .neiBox .logNavbar .footNavBox .navList .li1 .ultwo {
        display: none
    }
}

.pageBox .foot .radiaBox .realBox .neiBox .logNavbar .footNavBox .navList .li1 .ultwo li {
    margin-bottom: 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.pageBox .foot .radiaBox .realBox .neiBox .logNavbar .footNavBox .navList .li1 .ultwo li a {
    font-size: 16px;
    opacity: .5;
    font-weight: 100
}

@media (max-width:1600px) {
    .pageBox .foot .radiaBox .realBox .neiBox .logNavbar .footNavBox .navList .li1 .ultwo li a {
        font-size: 16px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    .pageBox .foot .radiaBox .realBox .neiBox .logNavbar .footNavBox .navList .li1 .ultwo li a {
        font-size: 14px
    }
}

.pageBox .foot .radiaBox .realBox .neiBox .logNavbar .footNavBox .navList .li1 .ultwo li a:hover {
    opacity: 1;
    color: #d8b271
}

.pageBox .foot .radiaBox .realBox .neiBox .bottomInfo {
    width: 90%;
    margin: 0 auto;
    padding: 10px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2)
}

.pageBox .foot .radiaBox .realBox .neiBox .bottomInfo .footInfo {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .pageBox .foot .radiaBox .realBox .neiBox .bottomInfo .footInfo {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        flex-wrap: unset
    }
}

.pageBox .foot .radiaBox .realBox .neiBox .bottomInfo .footInfo span {
    opacity: .7;
    font-size: 16px
}

@media (max-width:1600px) {
    .pageBox .foot .radiaBox .realBox .neiBox .bottomInfo .footInfo span {
        font-size: 16px
    }
}

@media (max-width:1600px) and (max-width:1024px) {
    .pageBox .foot .radiaBox .realBox .neiBox .bottomInfo .footInfo span {
        font-size: 3.6vw
    }
}

#indexPage .inxBanner {
    position: sticky;
    top: 0;
    height: 100vh
}

@media (max-width:1600px) {
    #indexPage .inxBanner {
        height:100%
    }
}

@media (max-width:1300px) {
    #indexPage .inxBanner {
        height: 100%
    }
}

@media (max-width:1024px) {
    #indexPage .inxBanner {
        height: unset
    }
}

@media (max-width:1024px) {
    #indexPage .inxBanner {
        background-color: #f3f3f3
    }
}

#indexPage .inxBanner .inxVideoBan {
    width: 100%;
    height: 100%
}

#indexPage .inxBanner .inxVideoBan .banner-2 #inxVideo {
    position: absolute;
    width: 100%;
    top: -0;
    height: 100%;
}
@media (max-width:1600px) {
    #indexPage .inxBanner .inxVideoBan .banner-2 #inxVideo {
        position: absolute;
        width: 100%;
        top: -55px;
        height: 100%;
    }
}
@media (max-width:1300px) {
    #indexPage .inxBanner .inxVideoBan .banner-2 #inxVideo {
        position: absolute;
        width: 100%;
        top: -69px;
        height: 100%;
    }
}
@media (max-width:1024px) {
    #indexPage .inxBanner .inxVideoBan .banner-2 #inxVideo {
        position: absolute;
        width: 100%;
        top: -8px;
        height: 100%;
    }
}
#indexPage .inxBanner .gonggao {
    background-color: #fff;
    z-index: 1;
    position: absolute;
    left: 80px;
    bottom: 80px;
    width: 450px;
    height: 120px
}

@media (max-width:1300px) {
    #indexPage .inxBanner .gonggao {
        width: 350px;
        height: 100px;
        left: 40px;
        bottom: 40px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    #indexPage .inxBanner .gonggao {
        margin: 0 auto;
        margin-top: 4vw;
        position: unset;
        width: 90%
    }
}

#indexPage .inxBanner .gonggao .aBox {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

#indexPage .inxBanner .gonggao .aBox .imgBox {
    width: 120px;
    height: 120px
}

@media (max-width:1300px) {
    #indexPage .inxBanner .gonggao .aBox .imgBox {
        width: 100px;
        height: 100px
    }
}

#indexPage .inxBanner .gonggao .aBox .text {
    padding: 24px;
    height: 100%;
    width: calc(100% - 120px);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset
}

@media (max-width:1300px) {
    #indexPage .inxBanner .gonggao .aBox .text {
        width: calc(100% - 100px)
    }
}

#indexPage .inxBanner .gonggao .aBox .text .cout {
    position: relative;
    padding-right: 10px
}

#indexPage .inxBanner .gonggao .aBox .text .cout .biaoti {
    font-size: 14px;
    font-weight: bold;
    color: #d8b271
}

#indexPage .inxBanner .gonggao .aBox .text .cout .title {
    margin-top: 10px;
    transition-duration: .5s;
    transition-property: all;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-weight: bold
}

#indexPage .inxBanner .gonggao .aBox .text .cout::after {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 0;
    height: 1px;
    bottom: -4px;
    background-color: #d8b271;
    transition-duration: .5s;
    transition-property: all;
    left: 0
}

#indexPage .inxBanner .gonggao .aBox .text .more {
    border-left: 1px solid #ccc;
    padding-left: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    height: 100%;
    transition-duration: .5s;
    transition-property: all
}

#indexPage .inxBanner .gonggao .aBox .text .more i {
    font-size: 14px
}

#indexPage .inxBanner .gonggao .aBox:hover .text .cout::after {
    width: 80%
}

#indexPage .inxBanner .gonggao .aBox:hover .text .more i {
    color: #d8b271
}

#indexPage #inxContainer {
    position: relative;
    z-index: 1;
    background-color: #fff;
  
}

#indexPage #inxContainer .inxAbout {
    position: relative;
    background-image: url(../img/aboutbgg.jpg);
    background-size: cover;
    padding-bottom: 100px;
    padding-top: 2vw
}

@media (max-width:1600px) {
    #indexPage #inxContainer .inxAbout {
        padding-bottom: 100px;
        padding-top: 100px
    }
}

@media (max-width:1300px) {
    #indexPage #inxContainer .inxAbout {
        padding-bottom: 10vw
    }
}

@media (max-width:1024px) {
    #indexPage #inxContainer .inxAbout {
        padding-bottom: 12vw
    }
}

@media (max-width:1600px) {
    #indexPage #inxContainer .inxAbout {
        padding-top: 100px
    }
}



@media (max-width:1300px) {
    #indexPage #inxContainer .inxAbout {
        padding-top: 6vw
    }
}


@media (max-width:1600px) and (max-width:1024px) {
    #indexPage #inxContainer .inxAbout {
        height: unset
    }
}

#indexPage #inxContainer .inxAbout .coutBox {
    height: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: unset
}

@media (max-width:1024px) {
    #indexPage #inxContainer .inxAbout .coutBox {
        width: 1500px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

@media (max-width:1024px) and (max-width:1600px) {
    #indexPage #inxContainer .inxAbout .coutBox {
        width: 88%
    }
}

@media (max-width:1024px) and (max-width:1300px) {
    #indexPage #inxContainer .inxAbout .coutBox {
        width: 90%
    }
}

@media (max-width:1024px) and (max-width:1024px) {
    #indexPage #inxContainer .inxAbout .coutBox {
        width: 84%
    }
}

#indexPage #inxContainer .inxAbout .coutBox .left {
    padding-left: 5vw;
    width: 60%
}

@media (max-width:1024px) {
    #indexPage #inxContainer .inxAbout .coutBox .left {
        padding-left: 0;
        width: 100%
    }
}

#indexPage #inxContainer .inxAbout .coutBox .left .leftImg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 40px;
    height: 100%
}

@media (max-width:1024px) {
    #indexPage #inxContainer .inxAbout .coutBox .left .leftImg {
        height: 50vw;
        border-radius: 4vw
    }
}

@media (max-width:1024px) {
    #indexPage #inxContainer .inxAbout .coutBox .left .leftImg .imgMask .imgBox {
        height: 100%
    }
}

#indexPage #inxContainer .inxAbout .coutBox .left .shujuBox {
    margin-top: 30px
}

#indexPage #inxContainer .inxAbout .coutBox .right {
    width: 50%;
    padding: 0 5vw
}

@media (max-width:1600px) {
    #indexPage #inxContainer .inxAbout .coutBox .right {
        padding: 0 4vw
    }
}

@media (max-width:1600px) and (max-width:1024px) {
    #indexPage #inxContainer .inxAbout .coutBox .right {
        width: 100%;
        padding: 0
    }
}

#indexPage #inxContainer .inxAbout .coutBox .right .inxSlogen {
    position: sticky;
    margin-bottom: 30px
}

#indexPage #inxContainer .inxAbout .coutBox .left .leftImg .Mask ul li .imgBox #bgVideo{    width: 100%;
    height: 100%;
    object-fit: cover;}

@media (max-width:1600px) {
    #indexPage #inxContainer .inxAbout .coutBox .right .inxSlogen {
        margin-bottom: 30px
    }
}
@media (max-width:1024px) {
    #indexPage #inxContainer .inxAbout .coutBox .right .inxSlogen {
        margin: 30px 0 0 0
    }
}
#indexPage #inxContainer .inxAbout .coutBox .right .inxSlogen .cenBox {
    width: 100%
}

#indexPage #inxContainer .inxAbout .coutBox .right .inxSlogen .cenBox .sortname {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 2.2vw;
}
   .swiper-pagination-bullets.swiper-pagination-horizontal{
                bottom: -25px;
                    left: 8%;
                 width: 50%;
            }
        @media (max-width:1024px) {
  .swiper-pagination-bullets.swiper-pagination-horizontal{
                 bottom: -32%;
    left: 3%;
    width: 100%;
    height: 100%;
            }
}    
            
@media (max-width:1600px) {
    #indexPage #inxContainer .inxAbout .coutBox .right .inxSlogen .cenBox .sortname {
        margin-bottom: 20px;
        font-size: 2vw
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    #indexPage #inxContainer .inxAbout .coutBox .right .inxSlogen .cenBox .sortname {
        font-size: 24px;
        margin-bottom: 10px
    }
}

#indexPage #inxContainer .inxAbout .coutBox .right .inxSlogen .cenBox .sortname span {
    color: #d8b271
}

#indexPage #inxContainer .inxAbout .coutBox .right .inxSlogen .cenBox .subname {
    font-size: 22px
}

@media (max-width:1600px) {
    #indexPage #inxContainer .inxAbout .coutBox .right .inxSlogen .cenBox .subname {
        font-size: 16px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    #indexPage #inxContainer .inxAbout .coutBox .right .inxSlogen .cenBox .subname {
        font-size: 16px
    }
}

#indexPage #inxContainer .inxAbout .coutBox .right .companyName {
    margin-bottom: 20px;
    font-size: 30px;
    color: #d8b271;
    font-weight: bold
}

@media (max-width:1300px) {
    #indexPage #inxContainer .inxAbout .coutBox .right .companyName {
        font-size: 24px;
        margin-bottom: 20px
    }
}

#indexPage #inxContainer .inxAbout .coutBox .right .text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical
}

#indexPage #inxContainer .inxAbout .coutBox .right .text p {
    line-height: 2.5em;
    color: #666;
    font-size: 18px;
}

@media (max-width:1600px) {
    #indexPage #inxContainer .inxAbout .coutBox .right .text p {
        line-height: 2.5em
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    #indexPage #inxContainer .inxAbout .coutBox .right .text p {
        line-height: 2em
    }
}

@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
    #indexPage #inxContainer .inxAbout .coutBox .right .text p {
        font-size: 5vw
    }
}

#indexPage #inxContainer .inxAbout .coutBox .right .moreA {
    margin-top: 30px
}

@media (max-width:1600px) {
    #indexPage #inxContainer .inxAbout .coutBox .right .moreA {
        margin-top: 20px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    #indexPage #inxContainer .inxAbout .coutBox .right .moreA {
        margin-top: 20px
    }
}

@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
    #indexPage #inxContainer .inxAbout .coutBox .right .moreA {
        margin-top: 6vw
    }
}

#indexPage #inxContainer .inxAbout .coutBox .right .moreA .btnMore {
    border: 1px solid #d8b271;
    transition-duration: .5s;
    transition-property: all;
    border-radius: 25px;
    overflow: hidden;
    width: 160px;
    height: 40px
}

@media (max-width:1600px) {
    #indexPage #inxContainer .inxAbout .coutBox .right .moreA .btnMore {
        width: 150px;
        height: 40px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    #indexPage #inxContainer .inxAbout .coutBox .right .moreA .btnMore {
        width: 120px;
        height: 30px
    }
}

@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
    #indexPage #inxContainer .inxAbout .coutBox .right .moreA .btnMore {
        width: 100%;
        height: 12vw
    }
}

#indexPage #inxContainer .inxAbout .coutBox .right .moreA .btnMore .tbtnBox {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

#indexPage #inxContainer .inxAbout .coutBox .right .moreA .btnMore .tbtnBox .abot {
    position: relative;
    z-index: 1;
    transition-duration: .5s;
    transition-property: all;
        color: #d8b271;
}

@media (max-width:1300px) {
    #indexPage #inxContainer .inxAbout .coutBox .right .moreA .btnMore .tbtnBox .abot {
        font-size: 16px
    }
}

#indexPage #inxContainer .inxAbout .coutBox .right .moreA .btnMore .tbtnBox .abot i {
    margin-left: 10px;
    font-size: 16px;
    transition-duration: .5s;
    transition-property: all
}

#indexPage #inxContainer .inxAbout .coutBox .right .moreA .btnMore .tbtnBox::after {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 100%;
    height: 0;
    background-color: #d8b271;
    left: 0;
    bottom: unset;
    transition-duration: .5s;
    transition-property: all;
    top: 0
}

#indexPage #inxContainer .inxAbout .coutBox .right .moreA.fff .btnMore {
    border-color: #fff
}

#indexPage #inxContainer .inxAbout .coutBox .right .moreA.fff .btnMore .tbtnBox::after {
    background-color: #fff
}

#indexPage #inxContainer .inxAbout .coutBox .right .moreA.fff .btnMore .tbtnBox .abot {
    color: #fff
}

#indexPage #inxContainer .inxAbout .coutBox .right .moreA.fff .btnMore .tbtnBox .abot i {
    color: #fff
}

@media (min-width:1024px) {
    #indexPage #inxContainer .inxAbout .coutBox .right .moreA:hover .btnMore {
        border-color: #d8b271
    }

    #indexPage #inxContainer .inxAbout .coutBox .right .moreA:hover .btnMore .tbtnBox .abot {
        color: #fff
    }

    #indexPage #inxContainer .inxAbout .coutBox .right .moreA:hover .btnMore .tbtnBox .abot i {
        color: #fff
    }

    #indexPage #inxContainer .inxAbout .coutBox .right .moreA:hover .btnMore .tbtnBox::after {
        bottom: 0;
        height: 100%;
        top: unset
    }

    #indexPage #inxContainer .inxAbout .coutBox .right .moreA:hover.fff .btnMore .tbtnBox .abot {
        color: #d8b271
    }

    #indexPage #inxContainer .inxAbout .coutBox .right .moreA:hover.fff .btnMore .tbtnBox .abot i {
        color: #d8b271
    }
}

@media (max-width:1024px) {
    #indexPage #inxContainer .inxAbout .coutBox .right .moreA .btnMore {
        border-color: #d8b271
    }

    #indexPage #inxContainer .inxAbout .coutBox .right .moreA .btnMore .tbtnBox .abot {
        color: #fff
    }

    #indexPage #inxContainer .inxAbout .coutBox .right .moreA .btnMore .tbtnBox .abot i {
        color: #fff
    }

    #indexPage #inxContainer .inxAbout .coutBox .right .moreA .btnMore .tbtnBox::after {
        bottom: 0;
        height: 100%;
        top: unset
    }

    #indexPage #inxContainer .inxAbout .coutBox .right .moreA.fff .btnMore .tbtnBox .abot {
        color: #d8b271
    }

    #indexPage #inxContainer .inxAbout .coutBox .right .moreA.fff .btnMore .tbtnBox .abot i {
        color: #d8b271
    }
}

#indexPage #inxContainer .inxAbout .aboutFiexd {
    position: absolute;
    bottom: 100%;
    left: 12%
}

@media (max-width:1024px) {
    #indexPage #inxContainer .inxAbout .aboutFiexd {
        left: 4vw;
        bottom: calc(100% - 8vw)
    }
}

#indexPage #inxContainer .inxAbout .aboutFiexd .en {
    font-size: 150px;
    opacity: .1;
    color: #d8b271;
    font-style: italic
}

@media (max-width:1600px) {
    #indexPage #inxContainer .inxAbout .aboutFiexd .en {
        font-size: 100px
    }
}

@media (max-width:1600px) and (max-width:1024px) {
    #indexPage #inxContainer .inxAbout .aboutFiexd .en {
        font-size: 16vw
    }
}

#indexPage #inxContainer .inxYewu {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 40vw
}

@media (max-width:1024px) {
    #indexPage #inxContainer .inxYewu {
        height: unset
    }
}

#indexPage #inxContainer .inxYewu .yewuAll {
    width: 100%;
    height: 100%
}

#indexPage #inxContainer .inxYewu .yewuAll .maskBox {
    width: 100%;
    height: 100%
}

#indexPage #inxContainer .inxYewu .yewuAll .maskBox .moveBox {
    width: 100%;
    height: 100%
}

#indexPage #inxContainer .inxYewu .yewuAll .maskBox .moveBox .ul {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    #indexPage #inxContainer .inxYewu .yewuAll .maskBox .moveBox .ul {
        display: flex;
        flex-direction: row;
        align-items: unset;
        justify-content: unset;
        flex-wrap: unset
    }
}

#indexPage #inxContainer .inxYewu .yewuAll .maskBox .moveBox .ul .li {
    position: relative;
    flex: 1;
    height: 100%
}

@media (max-width:1024px) {
    #indexPage #inxContainer .inxYewu .yewuAll .maskBox .moveBox .ul .li {
        flex: none;
        width: 60vw;
        height: 134vw
    }
}

#indexPage #inxContainer .inxYewu .yewuAll .maskBox .moveBox .ul .li .imgBox {
    width: 100%;
    height: 100%
}

#indexPage #inxContainer .inxYewu .yewuAll .maskBox .moveBox .ul .li .textCout {
    background-color: rgb(216 178 113 / 50%);
    padding: 60px;
    align-items: flex-start;
    justify-content: flex-end;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1600px) {
    #indexPage #inxContainer .inxYewu .yewuAll .maskBox .moveBox .ul .li .textCout {
        padding: 40px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    #indexPage #inxContainer .inxYewu .yewuAll .maskBox .moveBox .ul .li .textCout {
        padding: 20px;
        height: 100%
    }
}

@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
    #indexPage #inxContainer .inxYewu .yewuAll .maskBox .moveBox .ul .li .textCout {
        padding: 0 15vw;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        flex-wrap: unset
    }
}

#indexPage #inxContainer .inxYewu .yewuAll .maskBox .moveBox .ul .li .textCout .cbox {
    width: 100%;
    height: 55%;
    transition-duration: .5s;
    transition-property: all;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: unset
}

@media (max-width:1600px) {
    #indexPage #inxContainer .inxYewu .yewuAll .maskBox .moveBox .ul .li .textCout .cbox {
        height: 70%
    }
}

#indexPage #inxContainer .inxYewu .yewuAll .maskBox .moveBox .ul .li .textCout .cbox .topB {
    width: 100%
}

@media (max-width:1024px) {
    #indexPage #inxContainer .inxYewu .yewuAll .maskBox .moveBox .ul .li .textCout .cbox .topB {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

#indexPage #inxContainer .inxYewu .yewuAll .maskBox .moveBox .ul .li .textCout .cbox .topB .ico {
    object-fit: contain;
    filter: brightness(1000) grayscale(1);
    width: 50px;
    height: 50px
}

@media (max-width:1300px) {
    #indexPage #inxContainer .inxYewu .yewuAll .maskBox .moveBox .ul .li .textCout .cbox .topB .ico {
        width: 30px;
        height: 30px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    #indexPage #inxContainer .inxYewu .yewuAll .maskBox .moveBox .ul .li .textCout .cbox .topB .ico {
        width: 14vw;
        height: 14vw
    }
}

#indexPage #inxContainer .inxYewu .yewuAll .maskBox .moveBox .ul .li .textCout .cbox .topB .name {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    margin: 40px 0 10px
}

@media (max-width:1300px) {
    #indexPage #inxContainer .inxYewu .yewuAll .maskBox .moveBox .ul .li .textCout .cbox .topB .name {
        margin: 20px 0 4px;
        font-size: 24px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    #indexPage #inxContainer .inxYewu .yewuAll .maskBox .moveBox .ul .li .textCout .cbox .topB .name {
        font-size: 9vw
    }
}

#indexPage #inxContainer .inxYewu .yewuAll .maskBox .moveBox .ul .li .textCout .cbox .topB .subname .en {
    color: #fff
}

@media (max-width:1300px) {
    #indexPage #inxContainer .inxYewu .yewuAll .maskBox .moveBox .ul .li .textCout .cbox .topB .subname .en {
        font-size: 14px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    #indexPage #inxContainer .inxYewu .yewuAll .maskBox .moveBox .ul .li .textCout .cbox .topB .subname .en {
        font-size: 5vw
    }
}

#indexPage #inxContainer .inxYewu .yewuAll .maskBox .moveBox .ul .li .textCout .cbox .topB .miaoshu {
    margin-top: 40px;
    position: relative;
    width: 100%
}

#indexPage #inxContainer .inxYewu .yewuAll .maskBox .moveBox .ul .li .textCout .cbox .topB .miaoshu .txt {
    top: 0;
    position: absolute;
    transform: translateY(40px);
    line-height: 2em;
    pointer-events: none;
    opacity: 0;
    color: #fff;
    font-size: 16px;
    transition-duration: .5s;
    transition-property: all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}

@media (max-width:1300px) {
    #indexPage #inxContainer .inxYewu .yewuAll .maskBox .moveBox .ul .li .textCout .cbox .topB .miaoshu .txt {
        font-size: 14px
    }
}

#indexPage #inxContainer .inxYewu .yewuAll .maskBox .moveBox .ul .li .textCout .cbox .moreA {
    margin-top: 60px;
    margin-top: 0
}

@media (max-width:1600px) {
    #indexPage #inxContainer .inxYewu .yewuAll .maskBox .moveBox .ul .li .textCout .cbox .moreA {
        margin-top: 40px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    #indexPage #inxContainer .inxYewu .yewuAll .maskBox .moveBox .ul .li .textCout .cbox .moreA {
        margin-top: 20px
    }
}

@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
    #indexPage #inxContainer .inxYewu .yewuAll .maskBox .moveBox .ul .li .textCout .cbox .moreA {
        margin-top: 6vw
    }
}

#indexPage #inxContainer .inxYewu .yewuAll .maskBox .moveBox .ul .li .textCout .cbox .moreA .btnMore {
    border: 1px solid #333;
    transition-duration: .5s;
    transition-property: all;
    border-radius: 25px;
    overflow: hidden;
    width: 160px;
    height: 40px
}

@media (max-width:1600px) {
    #indexPage #inxContainer .inxYewu .yewuAll .maskBox .moveBox .ul .li .textCout .cbox .moreA .btnMore {
        width: 150px;
        height: 40px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    #indexPage #inxContainer .inxYewu .yewuAll .maskBox .moveBox .ul .li .textCout .cbox .moreA .btnMore {
        width: 120px;
        height: 30px
    }
}

@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
    #indexPage #inxContainer .inxYewu .yewuAll .maskBox .moveBox .ul .li .textCout .cbox .moreA .btnMore {
        width: 100%;
        height: 12vw
    }
}

#indexPage #inxContainer .inxYewu .yewuAll .maskBox .moveBox .ul .li .textCout .cbox .moreA .btnMore .tbtnBox {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

#indexPage #inxContainer .inxYewu .yewuAll .maskBox .moveBox .ul .li .textCout .cbox .moreA .btnMore .tbtnBox .abot {
    position: relative;
    z-index: 1;
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1300px) {
    #indexPage #inxContainer .inxYewu .yewuAll .maskBox .moveBox .ul .li .textCout .cbox .moreA .btnMore .tbtnBox .abot {
        font-size: 16px
    }
}

#indexPage #inxContainer .inxYewu .yewuAll .maskBox .moveBox .ul .li .textCout .cbox .moreA .btnMore .tbtnBox .abot i {
    margin-left: 10px;
    font-size: 16px;
    transition-duration: .5s;
    transition-property: all
}

#indexPage #inxContainer .inxYewu .yewuAll .maskBox .moveBox .ul .li .textCout .cbox .moreA .btnMore .tbtnBox::after {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 100%;
    height: 0;
    background-color: #d8b271;
    left: 0;
    bottom: unset;
    transition-duration: .5s;
    transition-property: all;
    top: 0
}

#indexPage #inxContainer .inxYewu .yewuAll .maskBox .moveBox .ul .li .textCout .cbox .moreA.fff .btnMore {
    border-color: #fff
}

#indexPage #inxContainer .inxYewu .yewuAll .maskBox .moveBox .ul .li .textCout .cbox .moreA.fff .btnMore .tbtnBox::after {
    background-color: #fff
}

#indexPage #inxContainer .inxYewu .yewuAll .maskBox .moveBox .ul .li .textCout .cbox .moreA.fff .btnMore .tbtnBox .abot {
    color: #fff
}

#indexPage #inxContainer .inxYewu .yewuAll .maskBox .moveBox .ul .li .textCout .cbox .moreA.fff .btnMore .tbtnBox .abot i {
    color: #fff
}

@media (min-width:1024px) {
    #indexPage #inxContainer .inxYewu .yewuAll .maskBox .moveBox .ul .li .textCout .cbox .moreA:hover .btnMore {
        border-color: #d8b271
    }

    #indexPage #inxContainer .inxYewu .yewuAll .maskBox .moveBox .ul .li .textCout .cbox .moreA:hover .btnMore .tbtnBox .abot {
        color: #fff
    }

    #indexPage #inxContainer .inxYewu .yewuAll .maskBox .moveBox .ul .li .textCout .cbox .moreA:hover .btnMore .tbtnBox .abot i {
        color: #fff
    }

    #indexPage #inxContainer .inxYewu .yewuAll .maskBox .moveBox .ul .li .textCout .cbox .moreA:hover .btnMore .tbtnBox::after {
        bottom: 0;
        height: 100%;
        top: unset
    }

    #indexPage #inxContainer .inxYewu .yewuAll .maskBox .moveBox .ul .li .textCout .cbox .moreA:hover.fff .btnMore .tbtnBox .abot {
        color: #d8b271
    }

    #indexPage #inxContainer .inxYewu .yewuAll .maskBox .moveBox .ul .li .textCout .cbox .moreA:hover.fff .btnMore .tbtnBox .abot i {
        color: #d8b271
    }
}

@media (max-width:1024px) {
    #indexPage #inxContainer .inxYewu .yewuAll .maskBox .moveBox .ul .li .textCout .cbox .moreA .btnMore {
        border-color: #d8b271
    }

    #indexPage #inxContainer .inxYewu .yewuAll .maskBox .moveBox .ul .li .textCout .cbox .moreA .btnMore .tbtnBox .abot {
        color: #fff
    }

    #indexPage #inxContainer .inxYewu .yewuAll .maskBox .moveBox .ul .li .textCout .cbox .moreA .btnMore .tbtnBox .abot i {
        color: #fff
    }

    #indexPage #inxContainer .inxYewu .yewuAll .maskBox .moveBox .ul .li .textCout .cbox .moreA .btnMore .tbtnBox::after {
        bottom: 0;
        height: 100%;
        top: unset
    }

    #indexPage #inxContainer .inxYewu .yewuAll .maskBox .moveBox .ul .li .textCout .cbox .moreA.fff .btnMore .tbtnBox .abot {
        color: #d8b271
    }

    #indexPage #inxContainer .inxYewu .yewuAll .maskBox .moveBox .ul .li .textCout .cbox .moreA.fff .btnMore .tbtnBox .abot i {
        color: #d8b271
    }
}

@media (max-width:1024px) {
    #indexPage #inxContainer .inxYewu .yewuAll .maskBox .moveBox .ul .li .textCout .cbox .moreA {
        width: 100%
    }
}

#indexPage #inxContainer .inxYewu .yewuAll .maskBox .moveBox .ul .li .textCout::before {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background-color: #654734;
    transition-duration: .8s;
    transition-property: all;

}

@media (min-width:1024px) {
    #indexPage #inxContainer .inxYewu .yewuAll .maskBox .moveBox .ul .li .textCout:hover .cbox {
        height: 75%
    }

    #indexPage #inxContainer .inxYewu .yewuAll .maskBox .moveBox .ul .li .textCout:hover .cbox .miaoshu .txt {
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto
    }

    #indexPage #inxContainer .inxYewu .yewuAll .maskBox .moveBox .ul .li .textCout:hover::before {
        height: 100%
    }
}

@media (min-width:1024px) and (max-width:1600px) {
    #indexPage #inxContainer .inxYewu .yewuAll .maskBox .moveBox .ul .li .textCout:hover .cbox {
        height: 90%
    }
}

#indexPage #inxContainer .inxYewu .yewuAll .maskBox .inxYewuPagination {
    margin: 3vw auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (min-width:1024px) {
    #indexPage #inxContainer .inxYewu .yewuAll .maskBox .inxYewuPagination {
        display: none
    }
}

#indexPage #inxContainer .inxYewu .yewuAll .maskBox .inxYewuPagination .swiper-pagination-bullet {
    width: 10vw;
    height: 2vw;
    border-radius: 1vw
}

#indexPage #inxContainer .inxYewu .yewuAll .maskBox .inxYewuPagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #d8b271
}

#indexPage #inxContainer .inxHistory {
    overflow: hidden;
    position: relative
}

#indexPage #inxContainer .inxHistory .historyMod-6 {
    padding-bottom: 150px
}

#indexPage #inxContainer .inxHistory .historyMod-6 .cenBox {
    width: 100%
}

#indexPage #inxContainer .inxHistory .historyMod-6 .cenBox .zhou::after {
    width: 0;
    transition-duration: 1s;
    transition-property: all
}

#indexPage #inxContainer .inxHistory .historyMod-6 .cenBox .zhou.on::after {
    width: 100%;
    transition-delay: 1s
}

#indexPage #inxContainer .inxHistory .historyMod-6 .cenBox .bottomCoutBox {
    margin-top: 60px;
    height: 24vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

#indexPage #inxContainer .inxHistory .historyMod-6 .cenBox .bottomCoutBox .coutBox {
    padding-bottom: 30px;
    width: 40%;
    height: 100%
}

#indexPage #inxContainer .inxHistory .historyMod-6 .cenBox .bottomCoutBox .coutBox .changeBox {
    height: 100%;
    padding: 6vw
}

#indexPage #inxContainer .inxHistory .historyMod-6 .cenBox .bottomCoutBox .coutBox .changeBox .contentBox .histitle {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 40px
}

#indexPage #inxContainer .inxHistory .historyMod-6 .cenBox .bottomCoutBox .coutBox .changeBox .contentBox .contents p {
    font-size: 16px
}

#indexPage #inxContainer .inxHistory .historyMod-6 .cenBox .bottomCoutBox .rightImgBox {
    overflow: hidden;
    width: 60%;
    height: 100%
}

#indexPage #inxContainer .inxHistory .historyMod-6 .cenBox .bottomCoutBox .rightImgBox #inxHisImg {
    position: relative;
    left: -20vw;
    height: 100%;
    width: 80vw
}

#indexPage #inxContainer .inxHistory .historyMod-6 .cenBox .bottomCoutBox .rightImgBox #inxHisImg li {
    margin: 0;
    perspective: 1000px;
    padding-right: 20px
}

#indexPage #inxContainer .inxHistory .historyMod-6 .cenBox .bottomCoutBox .rightImgBox #inxHisImg li .boxMask {
    padding-bottom: 30px;
    transition-duration: .5s;
    transition-property: all;
    transform: rotateY(33deg) scale(.8);
    width: 100%;
    height: 100%
}

#indexPage #inxContainer .inxHistory .historyMod-6 .cenBox .bottomCoutBox .rightImgBox #inxHisImg li .boxMask .imgBox {
    border-radius: 40px;
    overflow: hidden;
    opacity: .3;
    transition-duration: .5s;
    transition-property: all;
    width: 100%;
    height: 100%
}

#indexPage #inxContainer .inxHistory .historyMod-6 .cenBox .bottomCoutBox .rightImgBox #inxHisImg li .boxMask .imgBox img {
    object-fit: cover;
    transform: scale(1);
    transition-duration: .5s;
    transition-property: all;
    width: 100%;
    height: 100%
}

#indexPage #inxContainer .inxHistory .historyMod-6 .cenBox .bottomCoutBox .rightImgBox #inxHisImg li .boxMask .years {
    position: absolute;
    bottom: 0;
    left: 40px;
    font-size: 120px;
    color: #d8b271;
    line-height: .4em;
    font-weight: bold;
    font-family: 'abh';
    transform: translateX(100px);
    transition-duration: 1.5s;
    transition-property: all
}

#indexPage #inxContainer .inxHistory .historyMod-6 .cenBox .bottomCoutBox .rightImgBox #inxHisImg li.swiper-slide-prev .imgBox {
    opacity: 1
}

#indexPage #inxContainer .inxHistory .historyMod-6 .cenBox .bottomCoutBox .rightImgBox #inxHisImg li.swiper-slide-active .boxMask {
    transform: rotateY(0) scale(1)
}

#indexPage #inxContainer .inxHistory .historyMod-6 .cenBox .bottomCoutBox .rightImgBox #inxHisImg li.swiper-slide-active .boxMask .imgBox {
    opacity: 1
}

#indexPage #inxContainer .inxHistory .historyMod-6 .cenBox .bottomCoutBox .rightImgBox #inxHisImg li.swiper-slide-active .boxMask .imgBox img {
    transform: scale(1.1);
    transition-duration: 10s;
    transition-property: all
}

#indexPage #inxContainer .inxHistory .historyMod-6 .cenBox .bottomCoutBox .rightImgBox #inxHisImg li.swiper-slide-active .boxMask .years {
    transform: translateX(0);
    transition-delay: .3s
}

#indexPage #inxContainer .inxDashijian {
    position: relative;
    z-index: 2;
    padding: 100px 0
}

@media (max-width:1600px) {
    #indexPage #inxContainer .inxDashijian {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    #indexPage #inxContainer .inxDashijian {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    #indexPage #inxContainer .inxDashijian {
        padding: 12vw 0
    }
}

#indexPage #inxContainer .inxDashijian .cenBox {
    width: 80%;
    height: 25vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset
}

@media (max-width:1024px) {
    #indexPage #inxContainer .inxDashijian .cenBox {
        width: 100%;
        height: unset;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

#indexPage #inxContainer .inxDashijian .cenBox .time {
    height: 100%
}

@media (max-width:1024px) {
    #indexPage #inxContainer .inxDashijian .cenBox .time {
        width: 100%;
        margin-bottom: 8vw
    }
}

#indexPage #inxContainer .inxDashijian .cenBox .time #shijianTime {
    height: 100%
}

#indexPage #inxContainer .inxDashijian .cenBox .time #shijianTime li {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

#indexPage #inxContainer .inxDashijian .cenBox .time #shijianTime li .timeBox {
    transform: scale(.4);
    cursor: pointer;
    font-family: 'arc';
    text-align: center;
    font-size: 4.2vw;
    transition-duration: .5s;
    transition-property: all;
    font-weight: bold;
    line-height: 1em;
    color: #eee
}

@media (max-width:1024px) {
    #indexPage #inxContainer .inxDashijian .cenBox .time #shijianTime li .timeBox {
        font-size: 9vw
    }
}

#indexPage #inxContainer .inxDashijian .cenBox .time #shijianTime li .timeBox.on-0 {
    transform: scale(1);
    color: #d8b271
}

#indexPage #inxContainer .inxDashijian .cenBox .time #shijianTime li .timeBox.on-1 {
    transform: scale(.9);
    color: #ccc
}

#indexPage #inxContainer .inxDashijian .cenBox .time #shijianTime li .timeBox.on-2 {
    transform: scale(.7);
    color: #ddd
}

#indexPage #inxContainer .inxDashijian .cenBox .time #shijianTime li .timeBox.on-3 {
    transform: scale(.6);
    color: #eee
}

#indexPage #inxContainer .inxDashijian .cenBox .time #shijianTime li.swiper-slide-active {
    z-index: 1
}

#indexPage #inxContainer .inxDashijian .cenBox .controls {
    align-self: center
}

@media (max-width:1024px) {
    #indexPage #inxContainer .inxDashijian .cenBox .controls {
        display: none
    }
}

#indexPage #inxContainer .inxDashijian .cenBox .controls .btns {
    cursor: pointer;
    margin: 20px 0;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: 1px dotted #999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

#indexPage #inxContainer .inxDashijian .cenBox .controls .btns i {
    font-size: 16px
}

@media (max-width:1024px) {
    #indexPage #inxContainer .inxDashijian .cenBox .controls .btns {
        transform: rotate(-90deg);
        margin: 6vw
    }
}

#indexPage #inxContainer .inxDashijian .cenBox .controls .btns:hover {
    border-color: #d8b271
}

#indexPage #inxContainer .inxDashijian .cenBox .controls .btns:hover i {
    color: #d8b271
}

#indexPage #inxContainer .inxDashijian .cenBox .coutBox {
    width: 76%;
    height: 100%
}

@media (max-width:1024px) {
    #indexPage #inxContainer .inxDashijian .cenBox .coutBox {
        width: 86%;
        height: unset
    }
}

#indexPage #inxContainer .inxDashijian .cenBox .coutBox .nrBoxAll {
    position: relative;
    transition-duration: .5s;
    transition-property: all;
    width: 100%;
    height: 100%
}

#indexPage #inxContainer .inxDashijian .cenBox .coutBox .nrBoxAll .li {
    position: absolute;
    top: 0;
    pointer-events: none;
    left: 0;
    opacity: 0;
    transition-duration: .5s;
    transition-property: all;
    transform: translateY(40px);
    width: 100%;
    height: 100%
}

@media (max-width:1024px) {
    #indexPage #inxContainer .inxDashijian .cenBox .coutBox .nrBoxAll .li {
        height: unset
    }
}

#indexPage #inxContainer .inxDashijian .cenBox .coutBox .nrBoxAll .li .tops {
    height: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
}

@media (max-width:1024px) {
    #indexPage #inxContainer .inxDashijian .cenBox .coutBox .nrBoxAll .li .tops {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

#indexPage #inxContainer .inxDashijian .cenBox .coutBox .nrBoxAll .li .tops .imgBox {
    width: 50%;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
}

@media (max-width:1024px) {
    #indexPage #inxContainer .inxDashijian .cenBox .coutBox .nrBoxAll .li .tops .imgBox {
        height: 50vw;
        width: 100%
    }
}

#indexPage #inxContainer .inxDashijian .cenBox .coutBox .nrBoxAll .li .tops .imgBox img {
    object-fit: contain
}

#indexPage #inxContainer .inxDashijian .cenBox .coutBox .nrBoxAll .li .tops .rightTxtCout {
    height: 100%;
    width: 70%;
    padding: 60px;
}

@media (max-width:1300px) {
    #indexPage #inxContainer .inxDashijian .cenBox .coutBox .nrBoxAll .li .tops .rightTxtCout {
        padding: 30px;
        padding-right: 0
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    #indexPage #inxContainer .inxDashijian .cenBox .coutBox .nrBoxAll .li .tops .rightTxtCout {
        width: 100%;
        padding: 0
    }
}

#indexPage #inxContainer .inxDashijian .cenBox .coutBox .nrBoxAll .li .tops .rightTxtCout .title {
    position: relative;
    width: 100%
}

@media (max-width:1300px) and (max-width:1024px) {
    #indexPage #inxContainer .inxDashijian .cenBox .coutBox .nrBoxAll .li .tops .rightTxtCout .title {
        text-align: center;
        margin-top: 6vw;
        padding-left: 0;
        width: 100%
    }
}

#indexPage #inxContainer .inxDashijian .cenBox .coutBox .nrBoxAll .li .tops .rightTxtCout .title .txt {
    font-size: 30px;
    font-weight: bold;
    position: relative;
    z-index: 1
}

@media (max-width:1300px) {
    #indexPage #inxContainer .inxDashijian .cenBox .coutBox .nrBoxAll .li .tops .rightTxtCout .title .txt {
        font-size: 24px
    }
}

#indexPage #inxContainer .inxDashijian .cenBox .coutBox .nrBoxAll .li .tops .rightTxtCout .title::after {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 200px;
    height: 30px;
    border-radius: 15px;
    background-color: rgba(194, 0, 11, 0.1);
    top: 50%;
    left: 0
}

@media (max-width:1300px) and (max-width:1024px) {
    #indexPage #inxContainer .inxDashijian .cenBox .coutBox .nrBoxAll .li .tops .rightTxtCout .title::after {
        width: 50%;
        left: 25%
    }
}

@media (max-width:1600px) {
    #indexPage #inxContainer .inxDashijian .cenBox .coutBox .nrBoxAll .li .tops .rightTxtCout .title {
        font-size: 20px
    }
}

#indexPage #inxContainer .inxDashijian .cenBox .coutBox .nrBoxAll .li .tops .rightTxtCout .miaoshu {
    margin-top: 40px
}

@media (max-width:1300px) {
    #indexPage #inxContainer .inxDashijian .cenBox .coutBox .nrBoxAll .li .tops .rightTxtCout .miaoshu {
        margin-top: 20px
    }
}

#indexPage #inxContainer .inxDashijian .cenBox .coutBox .nrBoxAll .li .tops .rightTxtCout .miaoshu p {
    font-size: 20px
}

@media (max-width:1600px) {
    #indexPage #inxContainer .inxDashijian .cenBox .coutBox .nrBoxAll .li .tops .rightTxtCout .miaoshu p {
        font-size: 16px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    #indexPage #inxContainer .inxDashijian .cenBox .coutBox .nrBoxAll .li .tops .rightTxtCout .miaoshu p {
        font-size: 14px
    }
}

@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
    #indexPage #inxContainer .inxDashijian .cenBox .coutBox .nrBoxAll .li .tops .rightTxtCout .miaoshu p {
        font-size: 3.6vw
    }
}

#indexPage #inxContainer .inxDashijian .cenBox .coutBox .nrBoxAll .li.on {
    opacity: 1;
    transform: translateY(0);
    transition-duration: 1s;
    transition-property: all;
    transition-delay: .2s;
    pointer-events: auto
}

#indexPage #inxContainer .inxOem {
    position: relative;
    z-index: 2
}

#indexPage #inxContainer .inxOem .coutBox {
    width: 100%;
    height: 100%
}

#indexPage #inxContainer .inxOem .coutBox .thisCout {
    padding: 100px 0;
    width: 100%;
    height: 100%
}

@media (max-width:1600px) {
    #indexPage #inxContainer .inxOem .coutBox .thisCout {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    #indexPage #inxContainer .inxOem .coutBox .thisCout {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    #indexPage #inxContainer .inxOem .coutBox .thisCout {
        padding: 12vw 0
    }
}

#indexPage #inxContainer .inxOem .coutBox .thisCout .titleNormal .name {
    color: #d8b271
}

#indexPage #inxContainer .inxOem .coutBox .thisCout .cenBox {
    width: 70%;
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    #indexPage #inxContainer .inxOem .coutBox .thisCout .cenBox {
        width: 90%
    }
}

#indexPage #inxContainer .inxOem .coutBox .thisCout .cenBox .changeBox {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: unset
}

#indexPage #inxContainer .inxOem .coutBox .thisCout .cenBox .changeBox .boxCouts {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

#indexPage #inxContainer .inxOem .coutBox .thisCout .cenBox .changeBox .boxCouts .sName {
    background-color: #d8b271;
    height: 40px;
    width: 120px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    border-radius: 20px;
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: bold
}

#indexPage #inxContainer .inxOem .coutBox .thisCout .cenBox .changeBox .boxCouts .list {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: unset;
    flex-wrap: wrap
}

#indexPage #inxContainer .inxOem .coutBox .thisCout .cenBox .changeBox .boxCouts .list li {
    width: 25%;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    #indexPage #inxContainer .inxOem .coutBox .thisCout .cenBox .changeBox .boxCouts .list li {
        width: 50%
    }
}

#indexPage #inxContainer .inxOem .coutBox .thisCout .cenBox .changeBox .boxCouts .list li .aBox {
    width: 90%;
    height: 10vw
}

@media (max-width:1024px) {
    #indexPage #inxContainer .inxOem .coutBox .thisCout .cenBox .changeBox .boxCouts .list li .aBox {
        height: 30vw
    }
}

#indexPage #inxContainer .inxOem .coutBox .thisCout .cenBox .changeBox .boxCouts .list li .aBox .cardBox {
    perspective: 1000px;
    width: 100%;
    height: 100%
}

#indexPage #inxContainer .inxOem .coutBox .thisCout .cenBox .changeBox .boxCouts .list li .aBox .cardBox .onMian {
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    left: 0;
    transition-duration: 1s;
    transition-property: all;
    backface-visibility: hidden;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1)
}

#indexPage #inxContainer .inxOem .coutBox .thisCout .cenBox .changeBox .boxCouts .list li .aBox .cardBox .onMian .boxC {
    left: 1px;
    top: 1px;
    background-color: #e5e5e5;
    box-shadow: inset 0 0 14px 8px #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 30px
}

@media (max-width:1300px) {
    #indexPage #inxContainer .inxOem .coutBox .thisCout .cenBox .changeBox .boxCouts .list li .aBox .cardBox .onMian .boxC {
        padding: 10px
    }
}

#indexPage #inxContainer .inxOem .coutBox .thisCout .cenBox .changeBox .boxCouts .list li .aBox .cardBox .onMian .boxC .title {
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: bold
}

#indexPage #inxContainer .inxOem .coutBox .thisCout .cenBox .changeBox .boxCouts .list li .aBox .cardBox .onMian .bg {
    filter: drop-shadow(8px 8px 4px rgba(0, 0, 0, 0.2));
    object-fit: contain;
    width: 100%;
    height: 100%
}

#indexPage #inxContainer .inxOem .coutBox .thisCout .cenBox .changeBox .boxCouts .list li .aBox .cardBox .backMian {
    background-color: #d8b271;
    border-radius: 10px;
    position: absolute;
    left: 0;
    transition-duration: 1s;
    transition-property: all;
    backface-visibility: hidden;
    top: 0;
    width: 100%;
    height: 100%;
    transform: rotateY(180deg)
}

#indexPage #inxContainer .inxOem .coutBox .thisCout .cenBox .changeBox .boxCouts .list li .aBox .cardBox .backMian .boxC {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

#indexPage #inxContainer .inxOem .coutBox .thisCout .cenBox .changeBox .boxCouts .list li .aBox .cardBox .backMian .boxC div {
    color: #fff;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold
}

#indexPage #inxContainer .inxOem .coutBox .thisCout .cenBox .changeBox .boxCouts .list li .aBox .cardBox .backMian .boxC i {
    font-size: 16px;
    color: #fff
}

#indexPage #inxContainer .inxOem .coutBox .thisCout .cenBox .changeBox .boxCouts .list li .aBox .cardBox:hover .onMian {
    transform: rotateY(180deg)
}

#indexPage #inxContainer .inxOem .coutBox .thisCout .cenBox .changeBox .boxCouts .list li .aBox .cardBox:hover .backMian {
    transform: rotateY(360deg)
}

#indexPage #inxContainer .inxHezuo {
    position: relative;
    z-index: 2;
    padding: 100px 0
}

@media (max-width:1600px) {
    #indexPage #inxContainer .inxHezuo {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    #indexPage #inxContainer .inxHezuo {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    #indexPage #inxContainer .inxHezuo {
        padding: 12vw 0
    }
}

#indexPage #inxContainer .inxHezuo .titleNormal {
    position: relative;
    z-index: 3
}

#indexPage #inxContainer .inxHezuo .cenBox {
    position: relative;
    z-index: 3
}

@media (max-width:1024px) {
    #indexPage #inxContainer .inxHezuo .cenBox {
        width: 96%
    }
}

#indexPage #inxContainer .inxHezuo .cenBox .list {
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: unset;
    flex-wrap: wrap
}

#indexPage #inxContainer .inxHezuo .cenBox .list .li {
    margin-bottom: 20px;
    width: 12.5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    #indexPage #inxContainer .inxHezuo .cenBox .list .li {
        width: 25%
    }
}

#indexPage #inxContainer .inxHezuo .cenBox .list .li .box {
    width: 90%;
    height: 130px
}

#indexPage #inxContainer .inxHezuo .cenBox .list .li .box .imgBox {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    transition-duration: .5s;
    transition-property: all;
    cursor: pointer
}

@media (max-width:1024px) {
    #indexPage #inxContainer .inxHezuo .cenBox .list .li .box .imgBox {
        padding: 0
    }
}

#indexPage #inxContainer .inxHezuo .cenBox .list .li .box .imgBox img {
    object-fit: contain;
    transition-duration: .5s;
    transition-property: all
}

#indexPage #inxContainer .inxHezuo .cenBox .list .li .box:hover {
    animation-name: headShake;
    animation-duration: 1s
}

#indexPage #inxContainer .inxHezuo .cenBox .list .li .box:hover .imgBox {
    background-color: #fff;
    border-color: transparent;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1)
}

#indexPage #inxContainer .inxHezuo .cenBox .list .li .box:hover .imgBox img {
    transform: scale(1.1)
}

@media (max-width:1300px) {
    #indexPage #inxContainer .inxHezuo .cenBox .list .li .title {
        font-size: 16px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    #indexPage #inxContainer .inxHezuo .cenBox .list .li .title {
        font-size: 3.2vw
    }
}

#indexPage #inxContainer .inxHezuo .backBg {
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .3
}

#indexPage #inxContainer .inxNews {
    position: relative;
    background-image: url(../img/newsbg.jpg);
    background-size: cover;
    /* padding: 100px 0 */
}

@media (max-width:1600px) {
    #indexPage #inxContainer .inxNews {
        /* padding: 80px 0 */
    }
}

@media (max-width:1300px) {
    #indexPage #inxContainer .inxNews {
        /* padding: 6vw 0 */
    }
}

@media (max-width:1024px) {
    #indexPage #inxContainer .inxNews {
        padding: 12vw 0
    }
}

#indexPage #inxContainer .inxNews .boxCouts {
    position: relative;
    z-index: 1
}

#indexPage #inxContainer .inxNews .boxCouts .cenBox {
    height: 440px;
    width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1600px) {
    #indexPage #inxContainer .inxNews .boxCouts .cenBox {
        width: 88%
    }
}

@media (max-width:1300px) {
    #indexPage #inxContainer .inxNews .boxCouts .cenBox {
        width: 90%
    }
}

@media (max-width:1024px) {
    #indexPage #inxContainer .inxNews .boxCouts .cenBox {
        width: 84%
    }
}

@media (max-width:1300px) {
    #indexPage #inxContainer .inxNews .boxCouts .cenBox {
        height: 34vw
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    #indexPage #inxContainer .inxNews .boxCouts .cenBox {
        height: unset;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

#indexPage #inxContainer .inxNews .boxCouts .cenBox .left {
    width: 50%;
    height: 100%
}

@media (max-width:1024px) {
    #indexPage #inxContainer .inxNews .boxCouts .cenBox .left {
        width: 100%;
        height: 50vw
    }
}

#indexPage #inxContainer .inxNews .boxCouts .cenBox .left #newsLeft {
    width: 100%;
    height: 100%
}

#indexPage #inxContainer .inxNews .boxCouts .cenBox .left #newsLeft li .aBox {
    position: relative;
    width: 100%;
    height: 100%
}

#indexPage #inxContainer .inxNews .boxCouts .cenBox .left #newsLeft li .aBox .imgBox {
    width: 100%;
    height: 100%
}

#indexPage #inxContainer .inxNews .boxCouts .cenBox .left #newsLeft li .aBox .imgBox img {
    object-fit: unset
}

#indexPage #inxContainer .inxNews .boxCouts .cenBox .left #newsLeft li .aBox .textBox {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset
}

#indexPage #inxContainer .inxNews .boxCouts .cenBox .left #newsLeft li .aBox .textBox .date {
    color: #fff;
    margin-right: 40px
}

#indexPage #inxContainer .inxNews .boxCouts .cenBox .left #newsLeft li .aBox .textBox .title {
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

#indexPage #inxContainer .inxNews .boxCouts .cenBox .right {
    padding-left: 80px;
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1300px) {
    #indexPage #inxContainer .inxNews .boxCouts .cenBox .right {
        padding-left: 4vw
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    #indexPage #inxContainer .inxNews .boxCouts .cenBox .right {
        padding-left: 0;
        width: 100%
    }
}

#indexPage #inxContainer .inxNews .boxCouts .cenBox .right .swiperBox {
    padding-right: 40px;
    height: 100%
}

@media (max-width:1024px) {
    #indexPage #inxContainer .inxNews .boxCouts .cenBox .right .swiperBox {
        padding-right: 0
    }
}

#indexPage #inxContainer .inxNews .boxCouts .cenBox .right .swiperBox #newsRight {
    width: 100%;
    height: 100%
}

#indexPage #inxContainer .inxNews .boxCouts .cenBox .right .swiperBox #newsRight li {
    height: 80px;
    border-bottom: 1px dotted #ccc;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    #indexPage #inxContainer .inxNews .boxCouts .cenBox .right .swiperBox #newsRight li {
        display: none
    }

    #indexPage #inxContainer .inxNews .boxCouts .cenBox .right .swiperBox #newsRight li:nth-child(1),
    #indexPage #inxContainer .inxNews .boxCouts .cenBox .right .swiperBox #newsRight li:nth-child(2),
    #indexPage #inxContainer .inxNews .boxCouts .cenBox .right .swiperBox #newsRight li:nth-child(3),
    #indexPage #inxContainer .inxNews .boxCouts .cenBox .right .swiperBox #newsRight li:nth-child(4),
    #indexPage #inxContainer .inxNews .boxCouts .cenBox .right .swiperBox #newsRight li:nth-child(5) {
        display: flex
    }
}

#indexPage #inxContainer .inxNews .boxCouts .cenBox .right .swiperBox #newsRight li .aBox {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset
}

#indexPage #inxContainer .inxNews .boxCouts .cenBox .right .swiperBox #newsRight li .aBox .date {
    width: 60px;
    height: 60px;
    background-color: #f1f1f1;
    transition-duration: .5s;
    transition-property: all;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

#indexPage #inxContainer .inxNews .boxCouts .cenBox .right .swiperBox #newsRight li .aBox .date .y {
    transition-duration: .5s;
    transition-property: all;
    font-size: 16px
}

#indexPage #inxContainer .inxNews .boxCouts .cenBox .right .swiperBox #newsRight li .aBox .date .md {
    transition-duration: .5s;
    transition-property: all;
    font-size: 18px;
    font-weight: bold
}

#indexPage #inxContainer .inxNews .boxCouts .cenBox .right .swiperBox #newsRight li .aBox .title {
    padding-left: 40px;
    width: calc(100% - 60px);
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1300px) {
    #indexPage #inxContainer .inxNews .boxCouts .cenBox .right .swiperBox #newsRight li .aBox .title {
        font-size: 16px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    #indexPage #inxContainer .inxNews .boxCouts .cenBox .right .swiperBox #newsRight li .aBox .title {
        padding-left: 4vw
    }
}

#indexPage #inxContainer .inxNews .boxCouts .cenBox .right .swiperBox #newsRight li .aBox:hover .date {
    background-color: #d8b271
}

#indexPage #inxContainer .inxNews .boxCouts .cenBox .right .swiperBox #newsRight li .aBox:hover .date .md {
    color: #fff
}

#indexPage #inxContainer .inxNews .boxCouts .cenBox .right .swiperBox #newsRight li .aBox:hover .date .y {
    color: #fff
}

#indexPage #inxContainer .inxNews .boxCouts .cenBox .right .swiperBox #newsRight li .aBox:hover .title {
    color: #d8b271
}

#indexPage #inxContainer .inxNews .boxCouts .cenBox .right .newsRight-scrollbar {
    width: 4px;
    height: 100%;
    background-color: #f3f3f3
}

#indexPage #inxContainer .inxNews .boxCouts .cenBox .right .newsRight-scrollbar .swiper-scrollbar-drag {
    background-color: #d8b271
}

#indexPage #inxContainer .inxNews .backBg {
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .3
}

#indexPage #inxContainer .inxMessage {
    padding: 100px 0;
    background-color: #f8f8f8
}

@media (max-width:1600px) {
    #indexPage #inxContainer .inxMessage {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    #indexPage #inxContainer .inxMessage {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    #indexPage #inxContainer .inxMessage {
        padding: 12vw 0
    }
}

#indexPage #inxContainer .inxMessage .cenBox {
    padding: 0 40px
}

@media (max-width:1024px) {
    #indexPage #inxContainer .inxMessage .cenBox {
        padding: 0;
        width: 90%
    }
}

#indexPage #inxContainer .inxMessage .cenBox .sectionBox {
    border-radius: 30px;
    background-color: #fff;
    padding: 40px 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    #indexPage #inxContainer .inxMessage .cenBox .sectionBox {
        padding: 10vw
    }
}

#indexPage #inxContainer .inxMessage .cenBox .sectionBox .firstTxt {
    margin-bottom: 30px;
    font-size: 14px;
    color: #7b7b7b
}

@media (max-width:1600px) {
    #indexPage #inxContainer .inxMessage .cenBox .sectionBox .firstTxt {
        margin-bottom: 10px
    }
}

#indexPage #inxContainer .inxMessage .cenBox .sectionBox .formMod-3 {
    padding: 0
}

#indexPage #inxContainer .inxMessage .cenBox .sectionBox .formMod-3 .titleNormal {
    display: none
}

#indexPage #inxContainer .inxMessage .cenBox .sectionBox .formMod-3 .cenBox {
    width: 100%;
    padding: 0
}

#indexPage #inxContainer .inxMessage .cenBox .sectionBox .formMod-3 .cenBox .biaodan {
    width: 100%
}

#indexPage #inxContainer .inxMessage .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .xuanze {
    margin-bottom: 30px
}

#indexPage #inxContainer .inxMessage .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .xuanze .ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

#indexPage #inxContainer .inxMessage .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .xuanze .ul li {
    margin: 0 16px
}

#indexPage #inxContainer .inxMessage .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .xuanze .ul li .box label {
    cursor: pointer;
    width: 146px;
    height: 44px;
    border: 1px solid #ccc;
    border-radius: 22px;
    display: block;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    font-size: 16px
}

#indexPage #inxContainer .inxMessage .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .xuanze .ul li .box input {
    display: none
}

#indexPage #inxContainer .inxMessage .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .xuanze .ul li .box input:checked+label {
    border-color: #d8b271;
    background-color: #d8b271;
    color: #fff
}

#indexPage #inxContainer .inxMessage .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .formTop {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: space-between;
    flex-wrap: unset
}

@media (max-width:1024px) {
    #indexPage #inxContainer .inxMessage .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .formTop {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        flex-wrap: unset
    }
}

#indexPage #inxContainer .inxMessage .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .formTop .input {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    #indexPage #inxContainer .inxMessage .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .formTop .input {
        width: 100%
    }
}

#indexPage #inxContainer .inxMessage .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .formTop .input label {
    font-size: 16px;
    margin-bottom: 16px
}

#indexPage #inxContainer .inxMessage .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .formTop .input input {
    font-size: 16px;
    background-color: #fafafa;
    height: 48px;
    border: none
}

@media (max-width:1600px) {
    #indexPage #inxContainer .inxMessage .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .formTop .input input {
        height: 40px
    }
}

#indexPage #inxContainer .inxMessage .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .textarea {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1600px) {
    #indexPage #inxContainer .inxMessage .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .textarea {
        height: 80px
    }
}

#indexPage #inxContainer .inxMessage .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .textarea label {
    font-size: 16px;
    margin-bottom: 16px
}

#indexPage #inxContainer .inxMessage .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .textarea textarea {
    background-color: #fafafa;
    border: none;
    font-size: 16px
}

@media (max-width:1600px) {
    #indexPage #inxContainer .inxMessage .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .textarea textarea {
        padding: 10px 20px
    }
}

#indexPage #inxContainer .inxMessage .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .yanzhengma {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset
}

#indexPage #inxContainer .inxMessage .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .yanzhengma label {
    font-size: 16px;
    margin-bottom: 16px
}

#indexPage #inxContainer .inxMessage .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .yanzhengma .yanz {
    margin-left: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

#indexPage #inxContainer .inxMessage .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .yanzhengma .yanz img {
    cursor: pointer
}

@media (max-width:1600px) {
    #indexPage #inxContainer .inxMessage .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .yanzhengma .yanz img {
        height: 40px
    }
}

#indexPage #inxContainer .inxMessage .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .yanzhengma .input {
    font-size: 16px;
    width: unset;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset
}

@media (max-width:1024px) {
    #indexPage #inxContainer .inxMessage .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .yanzhengma .input {
        width: 50%
    }
}

#indexPage #inxContainer .inxMessage .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .yanzhengma .input input {
    width: 300px;
    background-color: #fafafa;
    height: 48px;
    border: none
}

@media (max-width:1600px) {
    #indexPage #inxContainer .inxMessage .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .yanzhengma .input input {
        height: 40px
    }
}

@media (max-width:1600px) and (max-width:1024px) {
    #indexPage #inxContainer .inxMessage .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .yanzhengma .input input {
        width: 100%;
        font-size: 16px
    }
}

#indexPage #inxContainer .inxMessage .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .button button.submit {
    background-color: #d8b271;
    border-radius: 30px;
    height: 50px;
    width: 520px
}

@media (max-width:1600px) {
    #indexPage #inxContainer .inxMessage .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .button button.submit {
        height: 40px;
        width: 400px
    }
}

#indexPage #inxContainer .inxMessage .cenBox .sectionBox .lastTxt {
    margin-top: 30px;
    font-size: 14px;
    color: #7b7b7b
}

@media (max-width:1600px) {
    #indexPage #inxContainer .inxMessage .cenBox .sectionBox .lastTxt {
        margin-top: 10px
    }
}

#indexPage #inxContainer .yuanxianBg {
    z-index: -1;
    position: absolute;
    opacity: .1;
    left: 50%;
    transform: translateX(-50%)
}

#indexPage #inxContainer .yuanxianBg .fstBan {
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

#indexPage #inxContainer .yuanxianBg .fstBan>div {
    width: 60vw;
    height: 60vw;
    position: relative;
    left: 0%;
    bottom: 0
}

#indexPage #inxContainer .yuanxianBg .fstBan>div>div {
    position: absolute;
    animation: spin2 16s infinite linear;
    display: flex;
    left: -2%;
    top: -2%;
    width: 100%;
    height: 100%
}

#indexPage #inxContainer .yuanxianBg .fstBan>div>div>span {
    width: 60vw;
    height: 60vw;
    border-radius: 50%;
    border: 1px solid #000
}

#indexPage #inxContainer .yuanxianBg .fstBan>div>div:nth-child(1) {
    width: 108%;
    justify-content: flex-start
}

#indexPage #inxContainer .yuanxianBg .fstBan>div>div:nth-child(2) {
    height: 108%;
    align-items: flex-start
}

#indexPage #inxContainer .yuanxianBg .fstBan>div>div:nth-child(3) {
    width: 108%;
    justify-content: flex-end
}

#indexPage #inxContainer .yuanxianBg .fstBan>div>div:nth-child(4) {
    height: 108%;
    align-items: flex-end
}

@keyframes spin2 {
    0% {
        transform: rotate(0)
    }

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

@media (max-width:1024px) {
    #indexPage #inxContainer .yuanxianBg {
        display: none;
        z-index: -1
    }

    #indexPage #inxContainer .yuanxianBg .fstBan {
        border-radius: 50%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }

    #indexPage #inxContainer .yuanxianBg .fstBan>div {
        width: 120vw;
        height: 120vw;
        position: relative;
        left: 0%;
        bottom: 0
    }

    #indexPage #inxContainer .yuanxianBg .fstBan>div>div {
        position: absolute;
        animation: spin2 16s infinite linear;
        display: flex;
        left: -2%;
        top: -2%;
        width: 100%;
        height: 100%
    }

    #indexPage #inxContainer .yuanxianBg .fstBan>div>div>span {
        width: 120vw;
        height: 120vw;
        border-radius: 50%;
        border: 1px solid #000
    }

    #indexPage #inxContainer .yuanxianBg .fstBan>div>div:nth-child(1) {
        width: 108%;
        justify-content: flex-start
    }

    #indexPage #inxContainer .yuanxianBg .fstBan>div>div:nth-child(2) {
        height: 108%;
        align-items: flex-start
    }

    #indexPage #inxContainer .yuanxianBg .fstBan>div>div:nth-child(3) {
        width: 108%;
        justify-content: flex-end
    }

    #indexPage #inxContainer .yuanxianBg .fstBan>div>div:nth-child(4) {
        height: 108%;
        align-items: flex-end
    }

    @keyframes spin2 {
        0% {
            transform: rotate(0)
        }

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

#indexPage #inxContainer .yuanxianBg .fstBan {
    transition-duration: .5s;
    transition-property: all
}

#indexPage #inxContainer .yuanxianBg .fstBan>div {
    transition-duration: .5s;
    transition-property: all
}

#indexPage #inxContainer .yuanxianBg .fstBan>div>div>span {
    transition-duration: .5s;
    transition-property: all
}

#indexPage #inxContainer .yuanxianBg.fixed {
    position: fixed;
    left: 50%;
    transform: translate(-50%, -50%)
}

#indexPage #inxContainer .yuanxianBg.fixed .fstBan>div {
    width: 40vw;
    height: 40vw
}

@media (max-width:1024px) {
    #indexPage #inxContainer .yuanxianBg.fixed .fstBan>div {
        width: 80vw;
        height: 80vw
    }
}

#indexPage #inxContainer .yuanxianBg.fixed .fstBan>div>div>span {
    border-color: #333;
    width: 40vw;
    height: 40vw
}

@media (max-width:1024px) {
    #indexPage #inxContainer .yuanxianBg.fixed .fstBan>div>div>span {
        width: 80vw;
        height: 80vw
    }
}

#indexPage #inxContainer .yuanxianBg.toBox {
    position: absolute;
    transform: translate(0);
    transform: translateX(-50%)
}

#indexPage #inxContainer .yuanxianBg.toBox .fstBan>div {
    width: 80vw;
    height: 80vw
}

@media (max-width:1024px) {
    #indexPage #inxContainer .yuanxianBg.toBox .fstBan>div {
        width: 120vw;
        height: 120vw
    }
}

#indexPage #inxContainer .yuanxianBg.toBox .fstBan>div>div>span {
    width: 80vw;
    height: 80vw
}

@media (max-width:1024px) {
    #indexPage #inxContainer .yuanxianBg.toBox .fstBan>div>div>span {
        width: 120vw;
        height: 120vw
    }
}

.twoPageBox .twoBanner .twoBanner-4 {
    height: 30vw
}

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

.twoPageBox .twoBanner .twoBanner-4 .twoBannerBox .banImg .content {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: unset
}

.twoPageBox .twoBanner .twoBanner-4 .twoBannerBox .banImg .content .mask {
    padding-bottom: 30px;
    background-color: transparent;
    background: linear-gradient(to bottom, transparent, rgb(216 178 113));
    height: 26%;
}

@media (max-width:1024px) {
    .twoPageBox .twoBanner .twoBanner-4 .twoBannerBox .banImg .content .mask {
        padding-bottom: 0;
        height: 80%;
    }
}

.twoPageBox .twoBanner .twoBanner-4 .twoBannerBox .banImg .content .mask .info {
    padding-bottom: 0;
    border: unset;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .twoPageBox .twoBanner .twoBanner-4 .twoBannerBox .banImg .content .mask .info .title {
        font-size: 8vw
    }
}

.twoPageBox .twoBanner .twoBanner-4 .twoBannerBox .banImg .content .mask .info .bXian {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset;
    height: 1px;
    background-color: #fff
}

.twoPageBox .twoBanner .twoBanner-4 .twoBannerBox .banImg .content .mask .info .bXian div {
    background-color: #d8b271;
    width: 200px;
    height: 2px;
    margin-top: -1px
}

.twoPageBox .twoBanner .twoBanner-4 .mianbao {
    position: unset
}

.twoPageBox .twoBanner .twoBanner-4 .mianbao .breadMod-1 {
    background-color: transparent
}

@media (max-width:1024px) {
    .twoPageBox .twoBanner .twoBanner-4 .mianbao .breadMod-1 {
        padding: 4vw 0
    }
}

.twoPageBox .twoBanner .twoBanner-4 .mianbao .breadMod-1 .box {
    width: 100%
}

.twoPageBox .twoBanner .twoBanner-4 .mianbao .breadMod-1 .box * {
    color: #fff
}

.twoPageBox .twoBanner .twoBanner-4 .mianbao .breadMod-1 .box .iconfont {
    font-size: 20px;
    margin-right: 10px
}

.twoPageBox .twoBanner .twoBanner-4 .mianbao .breadMod-1 .box .xian {
    width: 20px;
    margin: 0 10px;
    height: 1px;
    background-color: #fff;
    display: block
}

@media (max-width:1024px) {
    .twoPageBox .twoBanner .twoBanner-4 .mianbao .breadMod-1 .box .xian {
        width: 4px
    }
}

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

@media (min-width:1024px) {
    .twoPageBox .pageContent .sortNav .sortNav-2 {
      
    }
}

.twoPageBox .pageContent .sortNav .sortNav-2 .twoTab {

    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    height: 80px
}

@media (max-width:1600px) {
    .twoPageBox .pageContent .sortNav .sortNav-2 .twoTab {
        height: 60px
    }
}

.twoPageBox .pageContent .sortNav .sortNav-2 .twoTab ul {
    height: 100%
}

.twoPageBox .pageContent .sortNav .sortNav-2 .twoTab ul li {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.twoPageBox .pageContent .sortNav .sortNav-2 .twoTab ul li a {
    margin: 0 30px
}

.twoPageBox .pageContent .sortNav .sortNav-2 .twoTab ul li a .name {
    font-size: 18px
}

@media (max-width:1600px) {
    .twoPageBox .pageContent .sortNav .sortNav-2 .twoTab ul li a .name {
        font-size: 16px
    }
}

.twoPageBox .proTabs {
    margin-bottom: 60px
}

.twoPageBox .proTabs .sortType {
    background-color: #f3f3f3;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .twoPageBox .proTabs .sortType {
        display: flex;
        flex-direction: row;
        align-items: unset;
        justify-content: unset;
        flex-wrap: wrap
    }
}

.twoPageBox .proTabs .sortType li {
    flex: 1;
    height: 160px;
    border-right: 1px solid #ddd
}

@media (max-width:1024px) {
    .twoPageBox .proTabs .sortType li {
        flex: unset;
        width: 33.33333%;
        height: 30vw
    }

    .twoPageBox .proTabs .sortType li:nth-child(1),
    .twoPageBox .proTabs .sortType li:nth-child(2),
    .twoPageBox .proTabs .sortType li:nth-child(3) {
        border-bottom: 1px solid #ddd
    }

    .twoPageBox .proTabs .sortType li:nth-child(3n) {
        border-right: none
    }
}

.twoPageBox .proTabs .sortType li .box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    transition-duration: .5s;
    transition-property: all
}

.twoPageBox .proTabs .sortType li .box .ico {
    filter: brightness(0) grayscale(1);
    opacity: .7;
    width: 50px;
    height: 50px
}

@media (max-width:1600px) {
    .twoPageBox .proTabs .sortType li .box .ico {
        width: 40px;
        height: 40px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    .twoPageBox .proTabs .sortType li .box .ico {
        width: 30px;
        height: 30px
    }
}

.twoPageBox .proTabs .sortType li .box .name {
    font-size: 22px;
   
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1024px) {
    .twoPageBox .proTabs .sortType li .box .name {
        margin-top: 2vw;
        font-size: 3.8vw
    }
}

.twoPageBox .proTabs .sortType li .box:hover {
    background-color: #d8b271
}

.twoPageBox .proTabs .sortType li .box:hover .ico {
    filter: brightness(1000) grayscale(1);
    opacity: 1
}

.twoPageBox .proTabs .sortType li .box:hover .name {
    color: #fff
}

#qiyejieshaoPage .pageContent .qiyejieshaoBox {
    width: 90%;
    margin: 0 auto
}

@media (max-width:1600px) {
    #qiyejieshaoPage .pageContent .qiyejieshaoBox {
        width: 88%
    }
}

@media (max-width:1300px) {
    #qiyejieshaoPage .pageContent .qiyejieshaoBox {
        width: 90%
    }
}

@media (max-width:1024px) {
    #qiyejieshaoPage .pageContent .qiyejieshaoBox {
        width: 84%
    }
}

#qiyejieshaoPage .pageContent .qiyejieshaoBox .topInfo {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

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

#qiyejieshaoPage .pageContent .qiyejieshaoBox .topInfo .leftBox {
    padding-right: 100px;
    width: 55%
}

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

#qiyejieshaoPage .pageContent .qiyejieshaoBox .topInfo .leftBox .startYears {
    font-size: 100px;
    font-weight: bold;
    color: #ccc;
    letter-spacing: .1em;
    transition-duration: 1s;
    transition-property: all;
    cursor: default;
    font-family: 'arc'
}

@media (max-width:1600px) {
    #qiyejieshaoPage .pageContent .qiyejieshaoBox .topInfo .leftBox .startYears {
        font-size: 80px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    #qiyejieshaoPage .pageContent .qiyejieshaoBox .topInfo .leftBox .startYears {
        font-size: 60px
    }
}

@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
    #qiyejieshaoPage .pageContent .qiyejieshaoBox .topInfo .leftBox .startYears {
        font-size: 12vw
    }
}

#qiyejieshaoPage .pageContent .qiyejieshaoBox .topInfo .leftBox .biaoti {
    font-size: 2.5vw;
    font-weight: bold;
    color: #d8b271;
}

@media (max-width:1024px) {
    #qiyejieshaoPage .pageContent .qiyejieshaoBox .topInfo .leftBox .biaoti {
        font-size: 8vw
    }
}

#qiyejieshaoPage .pageContent .qiyejieshaoBox .topInfo .leftBox .biaoti span {
    color: #d8b271
}

#qiyejieshaoPage .pageContent .qiyejieshaoBox .topInfo .leftBox .shujuBox {
    margin-top: 60px
}

@media (max-width:1600px) {
    #qiyejieshaoPage .pageContent .qiyejieshaoBox .topInfo .leftBox .shujuBox {
        margin-top: 30px
    }
}

@media (max-width:1600px) and (max-width:1024px) {
    #qiyejieshaoPage .pageContent .qiyejieshaoBox .topInfo .leftBox .shujuBox {
        margin-top: 10vw
    }
}

#qiyejieshaoPage .pageContent .qiyejieshaoBox .topInfo .icoImg {
    width: 45%;
    border-radius: 40px;
    overflow: hidden
}

@media (max-width:1024px) {
    #qiyejieshaoPage .pageContent .qiyejieshaoBox .topInfo .icoImg {
        width: 100%;
        border-radius: 4vw
    }
}

#qiyejieshaoPage .pageContent .qiyejieshaoBox .topInfo .icoImg .imgBox {
    height: 450px
}

@media (max-width:1600px) {
    #qiyejieshaoPage .pageContent .qiyejieshaoBox .topInfo .icoImg .imgBox {
        height: 400px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    #qiyejieshaoPage .pageContent .qiyejieshaoBox .topInfo .icoImg .imgBox {
        height: 300px
    }
}

@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
    #qiyejieshaoPage .pageContent .qiyejieshaoBox .topInfo .icoImg .imgBox {
        height: 40vw
    }
}

#qiyejieshaoPage .pageContent .qiyejieshaoBox .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) {
    #qiyejieshaoPage .pageContent .qiyejieshaoBox .realBox {
        margin-top: 0
    }
}

#qiyejieshaoPage .pageContent .qiyejieshaoBox .realBox .rightFont {
    width: 100%
}

#qiyejieshaoPage .pageContent .qiyejieshaoBox .realBox .rightFont .jieshaoName {
    font-size: 40px;
    margin-top: 80px
}

@media (max-width:1300px) {
    #qiyejieshaoPage .pageContent .qiyejieshaoBox .realBox .rightFont .jieshaoName {
        margin-top: 60px;
        font-size: 28px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    #qiyejieshaoPage .pageContent .qiyejieshaoBox .realBox .rightFont .jieshaoName {
        margin-top: 0;
        font-size: 7vw
    }
}

#qiyejieshaoPage .pageContent .qiyejieshaoBox .realBox .rightFont .content {
    padding: 20px 0
}

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

#qiyejieshaoPage .pageContent .qiyejieshaoBox .realBox .rightFont .content p {
    font-size: 18px
}

@media (max-width:1600px) {
    #qiyejieshaoPage .pageContent .qiyejieshaoBox .realBox .rightFont .content p {
        font-size: 16px
    }
}

@media (max-width:1600px) and (max-width:1024px) {
    #qiyejieshaoPage .pageContent .qiyejieshaoBox .realBox .rightFont .content p {
        font-size: 3.6vw
    }
}

#qiyejieshaoPage .pageContent .wenhua {
    padding-top: 100px
}

@media (max-width:1600px) {
    #qiyejieshaoPage .pageContent .wenhua {
        padding-top: 80px
    }
}

@media (max-width:1300px) {
    #qiyejieshaoPage .pageContent .wenhua {
        padding-top: 6vw
    }
}

@media (max-width:1024px) {
    #qiyejieshaoPage .pageContent .wenhua {
        padding-top: 12vw
    }
}

#qiyejieshaoPage .pageContent .wenhua .ul {
    width: 1500px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1600px) {
    #qiyejieshaoPage .pageContent .wenhua .ul {
        width: 88%
    }
}

@media (max-width:1300px) {
    #qiyejieshaoPage .pageContent .wenhua .ul {
        width: 90%
    }
}

@media (max-width:1024px) {
    #qiyejieshaoPage .pageContent .wenhua .ul {
        width: 84%
    }
}

@media (max-width:1024px) {
    #qiyejieshaoPage .pageContent .wenhua .ul {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

#qiyejieshaoPage .pageContent .wenhua .ul .li {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    #qiyejieshaoPage .pageContent .wenhua .ul .li {
        width: 100%
    }
}

#qiyejieshaoPage .pageContent .wenhua .ul .li .box {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    #qiyejieshaoPage .pageContent .wenhua .ul .li .box {
        width: 100%;
        padding-bottom: 6vw
    }
}

#qiyejieshaoPage .pageContent .wenhua .ul .li .box .imgBox {
    width: 100%;
    height: 200px
}

@media (max-width:1300px) {
    #qiyejieshaoPage .pageContent .wenhua .ul .li .box .imgBox {
        height: 120px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    #qiyejieshaoPage .pageContent .wenhua .ul .li .box .imgBox {
        height: 40vw
    }
}

#qiyejieshaoPage .pageContent .wenhua .ul .li .box .title {
    color: #d8b271;
    font-size: 30px;
    font-weight: bold;
    margin: 10px 0
}

#qiyejieshaoPage .pageContent .wenhua .ul .li .box .cout {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

#qiyejieshaoPage .pageContent .wenhua .ul .li .box .cout p {
    text-align: center
}

@media (max-width:1024px) {
    #qiyejieshaoPage .pageContent .wenhua .ul .li .box .cout p {
        font-size: 4vw
    }
}

#culturePage .pageContent .cultureList .imgtextList-2 .cenBox .list li .dBox .textBox .title {
    font-size: 40px
}

@media (max-width:1600px) {
    #culturePage .pageContent .cultureList .imgtextList-2 .cenBox .list li .dBox .textBox .title {
        font-size: 34px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    #culturePage .pageContent .cultureList .imgtextList-2 .cenBox .list li .dBox .textBox .title {
        font-size: 28px
    }
}

#culturePage .pageContent .cultureList .imgtextList-2 .cenBox .list li .dBox .textBox .contentS p {
    font-size: 1vw
}

@media (max-width:1600px) {
    #culturePage .pageContent .cultureList .imgtextList-2 .cenBox .list li .dBox .textBox .contentS p {
        font-size: 1vw
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    #culturePage .pageContent .cultureList .imgtextList-2 .cenBox .list li .dBox .textBox .contentS p {
        font-size: 16px
    }
}

@media (max-width:1300px) {
    #culturePage .pageContent .cultureList .imgtextList-2 .cenBox .list li .dBox .textBox .num {
        font-size: 140px
    }
}

#historyPage .pageContent .historyListCout .bigTitle {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 40px;
    color: #d8b271
}

@media (max-width:1024px) {
    #historyPage .pageContent .historyListCout .bigTitle {
        font-size: 8vw;
        margin-bottom: 5vw
    }
}

#historyPage .pageContent .historyListCout .topTxt {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    text-align: center;
    width: 50%;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 100px
}

@media (max-width:1600px) {
    #historyPage .pageContent .historyListCout .topTxt {
        width: 60%;
        font-size: 20px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    #historyPage .pageContent .historyListCout .topTxt {
        font-size: 16px
    }
}

@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
    #historyPage .pageContent .historyListCout .topTxt {
        width: 90%;
        margin-bottom: 0;
        font-size: 3.8vw
    }
}

#historyPage .pageContent .historyListCout .listBox {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 6vw;
    position: relative
}

@media (max-width:1600px) {
    #historyPage .pageContent .historyListCout .listBox {
        width: 88%
    }
}

@media (max-width:1300px) {
    #historyPage .pageContent .historyListCout .listBox {
        width: 90%
    }
}

@media (max-width:1024px) {
    #historyPage .pageContent .historyListCout .listBox {
        width: 84%
    }
}

@media (max-width:1024px) {
    #historyPage .pageContent .historyListCout .listBox {
        margin-top: 8vw;
        padding-top: 6vw
    }
}

#historyPage .pageContent .historyListCout .listBox .ul {
    width: 100%;
    height: 100vw;
    position: relative
}

@media (max-width:1024px) {
    #historyPage .pageContent .historyListCout .listBox .ul {
        height: unset
    }
}

#historyPage .pageContent .historyListCout .listBox .ul .li {
    width: 50%;
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    #historyPage .pageContent .historyListCout .listBox .ul .li {
        margin-bottom: 20vw;
        position: unset;
        width: 100%
    }
}

#historyPage .pageContent .historyListCout .listBox .ul .li .neirong {
    width: 100%
}

@media (max-width:1024px) {
    #historyPage .pageContent .historyListCout .listBox .ul .li .neirong {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        flex-wrap: unset
    }
}

#historyPage .pageContent .historyListCout .listBox .ul .li .neirong .dingdian {
    width: 40px;
    height: 4px;
    background-color: #d8b271
}

@media (max-width:1024px) {
    #historyPage .pageContent .historyListCout .listBox .ul .li .neirong .dingdian {
        align-self: flex-start
    }
}

#historyPage .pageContent .historyListCout .listBox .ul .li .neirong .hisCoutBox {
    margin-top: -16px;
    width: calc(100% - 40px);
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: unset
}

@media (max-width:1024px) {
    #historyPage .pageContent .historyListCout .listBox .ul .li .neirong .hisCoutBox {
        margin-top: -26px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        flex-wrap: unset
    }
}

#historyPage .pageContent .historyListCout .listBox .ul .li .neirong .hisCoutBox .textBox {
    width: 55%
}

@media (max-width:1024px) {
    #historyPage .pageContent .historyListCout .listBox .ul .li .neirong .hisCoutBox .textBox {
        width: 100%
    }
}

#historyPage .pageContent .historyListCout .listBox .ul .li .neirong .hisCoutBox .textBox .title {
    margin-bottom: 20px
}

#historyPage .pageContent .historyListCout .listBox .ul .li .neirong .hisCoutBox .textBox .title .date {
    font-size: 60px;
    font-weight: bold;
    color: #d8b271;
    line-height: 1em;
    transition-duration: .5s;
    transition-property: all;
    margin-bottom: 10px;
    font-family: 'arc';
    font-style: italic
}

@media (max-width:1300px) {
    #historyPage .pageContent .historyListCout .listBox .ul .li .neirong .hisCoutBox .textBox .title .date {
        font-size: 50px
    }
}

#historyPage .pageContent .historyListCout .listBox .ul .li .neirong .hisCoutBox .textBox .title .histitle {
    font-size: 22px;
    font-weight: bold
}

#historyPage .pageContent .historyListCout .listBox .ul .li .neirong .hisCoutBox .textBox .content {
    position: relative
}

#historyPage .pageContent .historyListCout .listBox .ul .li .neirong .hisCoutBox .textBox .content p {
    text-indent: 2em
}

#historyPage .pageContent .historyListCout .listBox .ul .li .neirong .hisCoutBox .textBox .content::before {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 14px;
    height: 14px;
    background-color: #d8b271;
    top: 10px;
    left: 0;
    border-radius: 6px
}

#historyPage .pageContent .historyListCout .listBox .ul .li .neirong .hisCoutBox .textBox:hover .title .date {
    transform: scale(1.2)
}

#historyPage .pageContent .historyListCout .listBox .ul .li .neirong .hisCoutBox .imgBox {
    width: 40%;
    border-radius: 20px;
    overflow: hidden;
    height: 200px
}

@media (max-width:1024px) {
    #historyPage .pageContent .historyListCout .listBox .ul .li .neirong .hisCoutBox .imgBox {
        width: 100%;
        height: 40vw
    }
}

@media (min-width:1024px) {
    #historyPage .pageContent .historyListCout .listBox .ul .li:nth-child(odd) {
        left: 50%
    }

    #historyPage .pageContent .historyListCout .listBox .ul .li:nth-child(odd) .neirong {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: unset
    }

    #historyPage .pageContent .historyListCout .listBox .ul .li:nth-child(odd) .neirong .hisCoutBox .textBox {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        flex-wrap: unset;
        padding-left: 30px
    }

    #historyPage .pageContent .historyListCout .listBox .ul .li:nth-child(odd) .neirong .hisCoutBox .textBox .title {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        flex-wrap: unset
    }

    #historyPage .pageContent .historyListCout .listBox .ul .li:nth-child(odd) .neirong .hisCoutBox .textBox .title .date {
        margin-right: 10px
    }

    #historyPage .pageContent .historyListCout .listBox .ul .li:nth-child(even) {
        right: 50%;
        flex-direction: row-reverse
    }

    #historyPage .pageContent .historyListCout .listBox .ul .li:nth-child(even) .neirong {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: unset;
        flex-direction: row-reverse
    }

    #historyPage .pageContent .historyListCout .listBox .ul .li:nth-child(even) .neirong .hisCoutBox {
        flex-direction: row-reverse
    }

    #historyPage .pageContent .historyListCout .listBox .ul .li:nth-child(even) .neirong .hisCoutBox .textBox {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        flex-wrap: unset;
        padding-right: 30px
    }

    #historyPage .pageContent .historyListCout .listBox .ul .li:nth-child(even) .neirong .hisCoutBox .textBox .title {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        flex-wrap: unset
    }

    #historyPage .pageContent .historyListCout .listBox .ul .li:nth-child(even) .neirong .hisCoutBox .textBox .title .date {
        margin-left: 10px
    }

    #historyPage .pageContent .historyListCout .listBox .ul .li:nth-child(even) .neirong .hisCoutBox .textBox .title .histitle {
        text-align: right
    }
}

#historyPage .pageContent .historyListCout .listBox .ul .li.noImg .neirong .hisCoutBox .textBox {
    width: 100%
}

#historyPage .pageContent .historyListCout .listBox .ul .li.noImg .neirong .hisCoutBox .imgBox {
    display: none
}

#historyPage .pageContent .historyListCout .listBox::after {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 8px;
    height: 100%;
    background-color: #d8b271;
    left: calc(50% - 4px);
    top: 0
}

@media (max-width:1024px) {
    #historyPage .pageContent .historyListCout .listBox::after {
        left: 0;
        width: 4px
    }
}

#honorPage .pageContent {
    padding-top: 0
}

#honorPage .pageContent .honorBoxs {
    overflow: hidden;
    position: relative
}

#honorPage .pageContent .honorBoxs .neiBox {
    background-attachment: fixed;
    padding: 100px 0;
    background-image: none !important;
    /* background-color: #eff0f2 */
}

@media (max-width:1600px) {
    #honorPage .pageContent .honorBoxs .neiBox {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    #honorPage .pageContent .honorBoxs .neiBox {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    #honorPage .pageContent .honorBoxs .neiBox {
        padding: 12vw 0
    }
}

#honorPage .pageContent .honorBoxs .neiBox .textCout {
    position: relative;
    width: 100%
}

#honorPage .pageContent .honorBoxs .neiBox .textCout .sortname {
    margin-bottom: 60px;
    font-size: 70px;
    font-weight: bold;
    color: #333
}

@media (max-width:1600px) {
    #honorPage .pageContent .honorBoxs .neiBox .textCout .sortname {
        font-size: 40px;
        margin-bottom: 30px
    }
}

#honorPage .pageContent .honorBoxs .neiBox .textCout .listBoxs {
    width: 100%;
    position: relative
}

#honorPage .pageContent .honorBoxs .neiBox .textCout .listBoxs .hengXian {
    z-index: 2;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none
}

#honorPage .pageContent .honorBoxs .neiBox .textCout .listBoxs .hengXian li {
    width: 100%;
    height: 280px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    #honorPage .pageContent .honorBoxs .neiBox .textCout .listBoxs .hengXian li {
        height: 44vw
    }
}

#honorPage .pageContent .honorBoxs .neiBox .textCout .listBoxs .hengXian li .xian {
    position: relative;
    z-index: 1;
    width: 100%;
    background-color: #f8f8fa;
    height: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3)
}

@media (max-width:1024px) {
    #honorPage .pageContent .honorBoxs .neiBox .textCout .listBoxs .hengXian li .xian {
        height: 10px
    }
}

#honorPage .pageContent .honorBoxs .neiBox .textCout .listBoxs .imgList-1 {
    position: relative;
    z-index: 1;
    width: 1500px;
    margin: 0 auto
}

@media (max-width:1600px) {
    #honorPage .pageContent .honorBoxs .neiBox .textCout .listBoxs .imgList-1 {
        width: 88%
    }
}

@media (max-width:1300px) {
    #honorPage .pageContent .honorBoxs .neiBox .textCout .listBoxs .imgList-1 {
        width: 90%
    }
}

@media (max-width:1024px) {
    #honorPage .pageContent .honorBoxs .neiBox .textCout .listBoxs .imgList-1 {
        width: 84%
    }
}

#honorPage .pageContent .honorBoxs .neiBox .textCout .listBoxs .imgList-1 .listUl {
    width: 100%
}

@media (max-width:1024px) {
    #honorPage .pageContent .honorBoxs .neiBox .textCout .listBoxs .imgList-1 .listUl {
        display: flex;
        flex-direction: row;
        align-items: unset;
        justify-content: unset;
        flex-wrap: wrap
    }
}

#honorPage .pageContent .honorBoxs .neiBox .textCout .listBoxs .imgList-1 .listUl .listLi {
    width: 20%;
    margin-bottom: 0
}

#honorPage .pageContent .honorBoxs .neiBox .textCout .listBoxs .imgList-1 .listUl .listLi a .imgBox {
    padding-bottom: 50px;
    height: 280px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    #honorPage .pageContent .honorBoxs .neiBox .textCout .listBoxs .imgList-1 .listUl .listLi a .imgBox {
        padding-bottom: 40px;
        height: 44vw
    }
}

#honorPage .pageContent .honorBoxs .neiBox .textCout .listBoxs .imgList-1 .listUl .listLi a .imgBox img {
    object-fit: contain;
    height: unset;
    box-shadow: 20px 20px 28px rgba(0, 0, 0, 0.33);
    border: none;
    padding: 0;
    max-height: 100%
}

#honorPage .pageContent .honorBoxs .neiBox .textCout .listBoxs .imgList-1 .listUl .listLi a span {
    padding: 0 10px;
    color: #fff;
    display: none
}

#honorPage .pageContent .honorBoxs .neiBox .textCout .content p {
    color: #ffff;
    font-size: 20px;
    line-height: 3em;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5)
}

@media (max-width:1600px) {
    #honorPage .pageContent .honorBoxs .neiBox .textCout .content p {
        font-size: 16px
    }
}

#honorPage .pageContent .zhuanliList {
    padding-top: 100px
}

@media (max-width:1600px) {
    #honorPage .pageContent .zhuanliList {
        padding-top: 80px
    }
}

@media (max-width:1300px) {
    #honorPage .pageContent .zhuanliList {
        padding-top: 6vw
    }
}

@media (max-width:1024px) {
    #honorPage .pageContent .zhuanliList {
        padding-top: 12vw
    }
}

#honorPage .pageContent .zhuanliList .cenBox .ul {
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: unset;
    flex-wrap: wrap
}

#honorPage .pageContent .zhuanliList .cenBox .ul .li {
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    height: 300px;
    margin-bottom: 40px
}

@media (max-width:1024px) {
    #honorPage .pageContent .zhuanliList .cenBox .ul .li {
        width: 50%
    }
}

@media (max-width:1024px) and (max-width:1024px) {
    #honorPage .pageContent .zhuanliList .cenBox .ul .li {
        height: 56vw
    }
}

#honorPage .pageContent .zhuanliList .cenBox .ul .li a {
    height: 100%;
    max-width: 90%
}

#honorPage .pageContent .zhuanliList .cenBox .ul .li a img {
    object-fit: contain;
    cursor: pointer;
    transition-duration: .5s;
    transition-property: all;
    width: 100%;
    height: 100%
}

#honorPage .pageContent .zhuanliList .cenBox .ul .li a img:hover {
    transform: scale(1.06);
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1)
}

#newsPage .pageContent .newsTop {
    padding-bottom: 60px;
    margin-bottom: 80px;
    border-bottom: 1px solid #d6d6d6
}

@media (max-width:1024px) {
    #newsPage .pageContent .newsTop {
        margin-bottom: 0
    }
}

#newsPage .pageContent .newsTop .swiperBox {
    position: relative;
    overflow: hidden;
    width: 100%
}

#newsPage .pageContent .newsTop .swiperBox #newsTop {
    position: relative;
    width: 220%;
    left: -60%
}

@media (max-width:1024px) {
    #newsPage .pageContent .newsTop .swiperBox #newsTop {
        width: 250%;
        left: -75%
    }
}

#newsPage .pageContent .newsTop .swiperBox #newsTop li .box {
    background-color: #f3f3f3;
    padding: 40px;
    width: 90%;
    border-radius: 40px;
    margin: 0 auto;
    height: 24vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1600px) {
    #newsPage .pageContent .newsTop .swiperBox #newsTop li .box {
        border-radius: 20px;
        padding: 30px
    }
}

@media (max-width:1600px) and (max-width:1024px) {
    #newsPage .pageContent .newsTop .swiperBox #newsTop li .box {
        height: unset;
        padding: 4vw;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

#newsPage .pageContent .newsTop .swiperBox #newsTop li .box .imgBox {
    width: 100%;
    height: 100%
}

#newsPage .pageContent .newsTop .swiperBox #newsTop li .box .left {
    width: 50%;
    height: 100%
}

@media (max-width:1300px) {
    #newsPage .pageContent .newsTop .swiperBox #newsTop li .box .left {
        width: 45%
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    #newsPage .pageContent .newsTop .swiperBox #newsTop li .box .left {
        width: 100%;
        height: 45vw
    }
}

#newsPage .pageContent .newsTop .swiperBox #newsTop li .box .left .imgBox {
    border-radius: 30px;
    overflow: hidden
}

@media (max-width:1600px) {
    #newsPage .pageContent .newsTop .swiperBox #newsTop li .box .left .imgBox {
        border-radius: 20px
    }
}

#newsPage .pageContent .newsTop .swiperBox #newsTop li .box .right {
    padding: 20px 0;
    padding-left: 60px;
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: unset
}

@media (max-width:1300px) {
    #newsPage .pageContent .newsTop .swiperBox #newsTop li .box .right {
        padding-top: 0;
        padding-left: 30px;
        width: 55%
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    #newsPage .pageContent .newsTop .swiperBox #newsTop li .box .right {
        width: 100%;
        padding-left: 0;
        padding: 4vw
    }
}

#newsPage .pageContent .newsTop .swiperBox #newsTop li .box .right .txt .title {
    font-size: 26px;
    transition-duration: .5s;
    transition-property: all;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

@media (max-width:1600px) {
    #newsPage .pageContent .newsTop .swiperBox #newsTop li .box .right .txt .title {
        font-size: 24px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    #newsPage .pageContent .newsTop .swiperBox #newsTop li .box .right .txt .title {
        font-size: 20px
    }
}

#newsPage .pageContent .newsTop .swiperBox #newsTop li .box .right .txt .date {
    margin: 20px 0 10px;
    font-size: 16px;
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1600px) {
    #newsPage .pageContent .newsTop .swiperBox #newsTop li .box .right .txt .date {
        margin: 20px 0 10px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    #newsPage .pageContent .newsTop .swiperBox #newsTop li .box .right .txt .date {
        font-size: 14px
    }
}

#newsPage .pageContent .newsTop .swiperBox #newsTop li .box .right .txt .miaoshu {
    font-size: 16px;
    line-height: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1600px) {
    #newsPage .pageContent .newsTop .swiperBox #newsTop li .box .right .txt .miaoshu {
        font-size: 16px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    #newsPage .pageContent .newsTop .swiperBox #newsTop li .box .right .txt .miaoshu {
        font-size: 14px
    }
}

#newsPage .pageContent .newsTop .swiperBox #newsTop li .box .right .moreA {
    margin-top: 60px;
    margin-top: 0;
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1600px) {
    #newsPage .pageContent .newsTop .swiperBox #newsTop li .box .right .moreA {
        margin-top: 40px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    #newsPage .pageContent .newsTop .swiperBox #newsTop li .box .right .moreA {
        margin-top: 20px
    }
}

@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
    #newsPage .pageContent .newsTop .swiperBox #newsTop li .box .right .moreA {
        margin-top: 6vw
    }
}

#newsPage .pageContent .newsTop .swiperBox #newsTop li .box .right .moreA .btnMore {
    border: 1px solid #333;
    transition-duration: .5s;
    transition-property: all;
    border-radius: 25px;
    overflow: hidden;
    width: 160px;
    height: 40px
}

@media (max-width:1600px) {
    #newsPage .pageContent .newsTop .swiperBox #newsTop li .box .right .moreA .btnMore {
        width: 150px;
        height: 40px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    #newsPage .pageContent .newsTop .swiperBox #newsTop li .box .right .moreA .btnMore {
        width: 120px;
        height: 30px
    }
}

@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
    #newsPage .pageContent .newsTop .swiperBox #newsTop li .box .right .moreA .btnMore {
        width: 100%;
        height: 12vw
    }
}

#newsPage .pageContent .newsTop .swiperBox #newsTop li .box .right .moreA .btnMore .tbtnBox {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

#newsPage .pageContent .newsTop .swiperBox #newsTop li .box .right .moreA .btnMore .tbtnBox .abot {
    position: relative;
    z-index: 1;
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1300px) {
    #newsPage .pageContent .newsTop .swiperBox #newsTop li .box .right .moreA .btnMore .tbtnBox .abot {
        font-size: 16px
    }
}

#newsPage .pageContent .newsTop .swiperBox #newsTop li .box .right .moreA .btnMore .tbtnBox .abot i {
    margin-left: 10px;
    font-size: 16px;
    transition-duration: .5s;
    transition-property: all
}

#newsPage .pageContent .newsTop .swiperBox #newsTop li .box .right .moreA .btnMore .tbtnBox::after {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 100%;
    height: 0;
    background-color: #d8b271;
    left: 0;
    bottom: unset;
    transition-duration: .5s;
    transition-property: all;
    top: 0
}

#newsPage .pageContent .newsTop .swiperBox #newsTop li .box .right .moreA.fff .btnMore {
    border-color: #fff
}

#newsPage .pageContent .newsTop .swiperBox #newsTop li .box .right .moreA.fff .btnMore .tbtnBox::after {
    background-color: #fff
}

#newsPage .pageContent .newsTop .swiperBox #newsTop li .box .right .moreA.fff .btnMore .tbtnBox .abot {
    color: #fff
}

#newsPage .pageContent .newsTop .swiperBox #newsTop li .box .right .moreA.fff .btnMore .tbtnBox .abot i {
    color: #fff
}

@media (min-width:1024px) {
    #newsPage .pageContent .newsTop .swiperBox #newsTop li .box .right .moreA:hover .btnMore {
        border-color: #d8b271
    }

    #newsPage .pageContent .newsTop .swiperBox #newsTop li .box .right .moreA:hover .btnMore .tbtnBox .abot {
        color: #fff
    }

    #newsPage .pageContent .newsTop .swiperBox #newsTop li .box .right .moreA:hover .btnMore .tbtnBox .abot i {
        color: #fff
    }

    #newsPage .pageContent .newsTop .swiperBox #newsTop li .box .right .moreA:hover .btnMore .tbtnBox::after {
        bottom: 0;
        height: 100%;
        top: unset
    }

    #newsPage .pageContent .newsTop .swiperBox #newsTop li .box .right .moreA:hover.fff .btnMore .tbtnBox .abot {
        color: #d8b271
    }

    #newsPage .pageContent .newsTop .swiperBox #newsTop li .box .right .moreA:hover.fff .btnMore .tbtnBox .abot i {
        color: #d8b271
    }
}

@media (max-width:1024px) {
    #newsPage .pageContent .newsTop .swiperBox #newsTop li .box .right .moreA .btnMore {
        border-color: #d8b271
    }

    #newsPage .pageContent .newsTop .swiperBox #newsTop li .box .right .moreA .btnMore .tbtnBox .abot {
        color: #fff
    }

    #newsPage .pageContent .newsTop .swiperBox #newsTop li .box .right .moreA .btnMore .tbtnBox .abot i {
        color: #fff
    }

    #newsPage .pageContent .newsTop .swiperBox #newsTop li .box .right .moreA .btnMore .tbtnBox::after {
        bottom: 0;
        height: 100%;
        top: unset
    }

    #newsPage .pageContent .newsTop .swiperBox #newsTop li .box .right .moreA.fff .btnMore .tbtnBox .abot {
        color: #d8b271
    }

    #newsPage .pageContent .newsTop .swiperBox #newsTop li .box .right .moreA.fff .btnMore .tbtnBox .abot i {
        color: #d8b271
    }
}

@media (max-width:1024px) {
    #newsPage .pageContent .newsTop .swiperBox #newsTop li .box .right .moreA {
        width: 100%
    }
}

@media (max-width:1024px) {
    #newsPage .pageContent .newsTop .swiperBox .controlLR {
        display: none
    }
}

#newsPage .pageContent .newsTop .swiperBox .controlLR>div {
    background-color: #d8b271;
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    z-index: 1;
    border-radius: 50%;
    transition-duration: .2s;
    transition-property: all;
    top: calc(50% - 25px);
    position: absolute;
    cursor: pointer
}

#newsPage .pageContent .newsTop .swiperBox .controlLR>div:hover {
    transform: scale(.9);
    transition-timing-function: cubic-bezier(.71, 1.68, .8, 1.46)
}

#newsPage .pageContent .newsTop .swiperBox .controlLR>div i {
    color: #fff
}

#newsPage .pageContent .newsTop .swiperBox .controlLR>div.left {
    left: 12vw
}

#newsPage .pageContent .newsTop .swiperBox .controlLR>div.right {
    right: 12vw
}

#newsPage .pageContent .newsTop .topNewsPagination {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

#newsPage .pageContent .newsTop .topNewsPagination span.swiper-pagination-bullet-active {
    background-color: #d8b271
}

#newsPage .pageContent .newsList .newsList-3 {
    width: 76%;
    margin: 0 auto
}

@media (max-width:1600px) {
    #newsPage .pageContent .newsList .newsList-3 {
        width: 88%
    }
}

@media (max-width:1300px) {
    #newsPage .pageContent .newsList .newsList-3 {
        width: 90%
    }
}

@media (max-width:1024px) {
    #newsPage .pageContent .newsList .newsList-3 {
        width: 84%
    }
}

@media (max-width:1024px) {
    #newsPage .pageContent .newsList .newsList-3 {
        padding-top: 10vw
    }
}

@media (max-width:1024px) {
    #newsPage .pageContent .newsList .newsList-3 ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

#newsPage .pageContent .newsList .newsList-3 ul li {
    width: 32%
}

@media (max-width:1024px) {
    #newsPage .pageContent .newsList .newsList-3 ul li {
        width: 100%;
        margin-bottom: 10vw
    }
}

#newsPage .pageContent .newsList .newsList-3 ul li .box .imgBox {
    height: 280px;
    border-radius: 20px;
    overflow: hidden
}

@media (max-width:1600px) {
    #newsPage .pageContent .newsList .newsList-3 ul li .box .imgBox {
        height: 16vw
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    #newsPage .pageContent .newsList .newsList-3 ul li .box .imgBox {
        margin-bottom: 20px
    }
}

@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
    #newsPage .pageContent .newsList .newsList-3 ul li .box .imgBox {
        height: 45vw;
        margin-bottom: 3vw
    }
}

#newsPage .pageContent .newsList .newsList-3 ul li .box .txtCout .title {
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

@media (max-width:1600px) {
    #newsPage .pageContent .newsList .newsList-3 ul li .box .txtCout .title {
        font-size: 18px
    }
}

@media (max-width:1600px) and (max-width:1024px) {
    #newsPage .pageContent .newsList .newsList-3 ul li .box .txtCout .title {
        color: #333
    }
}

#newsPage .pageContent .newsList .newsList-3 ul li .box .txtCout .miaoshu {
    display: none
}

#mediaPage .pageContent {
    padding: 100px 0
}

@media (max-width:1600px) {
    #mediaPage .pageContent {
        padding: 80px 0
    }
}

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

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

#mediaPage .pageContent .mediaBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

#mediaPage .pageContent .mediaBox .top {
    width: 100%;
    width: 1500px;
    margin: 0 auto;
    height: 26vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1600px) {
    #mediaPage .pageContent .mediaBox .top {
        width: 88%
    }
}

@media (max-width:1300px) {
    #mediaPage .pageContent .mediaBox .top {
        width: 90%
    }
}

@media (max-width:1024px) {
    #mediaPage .pageContent .mediaBox .top {
        width: 84%
    }
}

@media (max-width:1024px) {
    #mediaPage .pageContent .mediaBox .top {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset;
        height: unset
    }
}

#mediaPage .pageContent .mediaBox .top .topLeft {
    width: 50%;
    height: 100%
}

@media (max-width:1024px) {
    #mediaPage .pageContent .mediaBox .top .topLeft {
        width: 100%;
        height: 50vw
    }
}

#mediaPage .pageContent .mediaBox .top .topLeft #topLeft {
    width: 100%;
    height: 100%
}

#mediaPage .pageContent .mediaBox .top .topLeft #topLeft li {
    width: 100%;
    height: 100%
}

#mediaPage .pageContent .mediaBox .top .topLeft #topLeft li .box {
    position: relative;
    width: 100%;
    height: 100%
}

#mediaPage .pageContent .mediaBox .top .topLeft #topLeft li .box .imgBox {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#mediaPage .pageContent .mediaBox .top .topLeft #topLeft li .box .title {
    width: 100%;
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    height: 60px;
    padding: 0 20px
}

#mediaPage .pageContent .mediaBox .top .topLeft #topLeft li .box .title .text {
    color: #fff;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

@media (max-width:1600px) {
    #mediaPage .pageContent .mediaBox .top .topLeft #topLeft li .box .title .text {
        font-size: 18px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    #mediaPage .pageContent .mediaBox .top .topLeft #topLeft li .box .title .text {
        font-size: 16px
    }
}

@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
    #mediaPage .pageContent .mediaBox .top .topLeft #topLeft li .box .title .text {
        font-size: 3.6vw
    }
}

@media (max-width:1024px) {
    #mediaPage .pageContent .mediaBox .top .topLeft #topLeft li .box .title {
        font-size: 4vw;
        height: 12vw
    }
}

#mediaPage .pageContent .mediaBox .top .topRight {
    width: 50%;
    height: 100%;
    padding-left: 80px
}

@media (max-width:1600px) {
    #mediaPage .pageContent .mediaBox .top .topRight {
        padding-left: 60px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    #mediaPage .pageContent .mediaBox .top .topRight {
        padding-left: 40px
    }
}

@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
    #mediaPage .pageContent .mediaBox .top .topRight {
        width: 100%;
        height: 50vw;
        padding-left: 0;
        margin-top: 6vw
    }
}

#mediaPage .pageContent .mediaBox .top .topRight .trBox {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

#mediaPage .pageContent .mediaBox .top .topRight .trBox #topRight {
    width: 100%;
    height: 100%
}

#mediaPage .pageContent .mediaBox .top .topRight .trBox #topRight li {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

#mediaPage .pageContent .mediaBox .top .topRight .trBox #topRight li .box {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

#mediaPage .pageContent .mediaBox .top .topRight .trBox #topRight li .box .date {
    font-size: 18px;
    width: 80px;
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1300px) {
    #mediaPage .pageContent .mediaBox .top .topRight .trBox #topRight li .box .date {
        font-size: 16px;
        width: 60px
    }
}

#mediaPage .pageContent .mediaBox .top .topRight .trBox #topRight li .box .title {
    padding: 0 30px 0 60px;
    font-size: 18px;
    width: 100%;
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1600px) {
    #mediaPage .pageContent .mediaBox .top .topRight .trBox #topRight li .box .title {
        font-size: 16px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    #mediaPage .pageContent .mediaBox .top .topRight .trBox #topRight li .box .title {
        padding: 0 15px 0 0;
        font-size: 16px;
        width: calc(100% - 60px)
    }
}

@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
    #mediaPage .pageContent .mediaBox .top .topRight .trBox #topRight li .box .title {
        padding-right: 0;
        width: 90%
    }
}

#mediaPage .pageContent .mediaBox .top .topRight .trBox #topRight li.on .box .date {
    color: #d8b271
}

#mediaPage .pageContent .mediaBox .top .topRight .trBox #topRight li.on .box .title {
    color: #d8b271
}

#mediaPage .pageContent .mediaBox .top .topRight .trBox .rightScrollbar {
    width: 4px;
    height: 100%;
    border-radius: 2px;
    background-color: #f3f3f3
}

#mediaPage .pageContent .mediaBox .top .topRight .trBox .rightScrollbar .swiper-scrollbar-drag {
    background-color: #d8b271;
    border-radius: 2px;
    width: 100%
}

#mediaPage .pageContent .mediaBox .top .topRight .trBox::before {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ccc
}

@media (max-width:1300px) {
    #mediaPage .pageContent .mediaBox .top .topRight .trBox::before {
        left: 0
    }
}

#mediaPage .pageContent .mediaBox .bottomSwiper {
    width: 1500px;
    margin: 0 auto;
    margin-top: 60px
}

@media (max-width:1600px) {
    #mediaPage .pageContent .mediaBox .bottomSwiper {
        width: 88%
    }
}

@media (max-width:1300px) {
    #mediaPage .pageContent .mediaBox .bottomSwiper {
        width: 90%
    }
}

@media (max-width:1024px) {
    #mediaPage .pageContent .mediaBox .bottomSwiper {
        width: 84%
    }
}

@media (max-width:1024px) {
    #mediaPage .pageContent .mediaBox .bottomSwiper {
        width: 100%
    }
}

#mediaPage .pageContent .mediaBox .bottomSwiper #bottomSwiper li {
    width: 17vw
}

#mediaPage .pageContent .mediaBox .bottomSwiper #bottomSwiper li .box {
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    cursor: pointer;
    transition-duration: .3s;
    transition-property: all
}

@media (max-width:1024px) {
    #mediaPage .pageContent .mediaBox .bottomSwiper #bottomSwiper li .box {
        width: 90%
    }
}

#mediaPage .pageContent .mediaBox .bottomSwiper #bottomSwiper li .box .imgMask {
    height: 200px;
    width: 100%
}

@media (max-width:1600px) {
    #mediaPage .pageContent .mediaBox .bottomSwiper #bottomSwiper li .box .imgMask {
        height: 160px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    #mediaPage .pageContent .mediaBox .bottomSwiper #bottomSwiper li .box .imgMask {
        height: 120px
    }
}

#mediaPage .pageContent .mediaBox .bottomSwiper #bottomSwiper li .box .imgMask .imgBox {
    width: 100%;
    height: 100%;
    transition-duration: .3s;
    transition-property: all;
    clip-path: inset(0)
}

#mediaPage .pageContent .mediaBox .bottomSwiper #bottomSwiper li .box .title {
    margin-top: 10px;
    width: 90%;
    font-size: 16px;
    transition-duration: .3s;
    transition-property: all
}

@media (max-width:1300px) {
    #mediaPage .pageContent .mediaBox .bottomSwiper #bottomSwiper li .box .title {
        font-size: 16px
    }
}

#mediaPage .pageContent .mediaBox .bottomSwiper #bottomSwiper li:hover .box {
    background-color: #f3f3f3
}

#mediaPage .pageContent .mediaBox .bottomSwiper #bottomSwiper li.on .box {
    background-color: #d8b271
}

#mediaPage .pageContent .mediaBox .bottomSwiper #bottomSwiper li.on .box .imgMask .imgBox {
    clip-path: inset(5%)
}

#mediaPage .pageContent .mediaBox .bottomSwiper #bottomSwiper li.on .box .title {
    color: #fff
}

#mediaPage .pageContent .mediaBox .bottomSwiper .btmScrollbar {
    width: 100%;
    height: 4px;
    border-radius: 2px;
    background-color: #f3f3f3
}

#mediaPage .pageContent .mediaBox .bottomSwiper .btmScrollbar .swiper-scrollbar-drag {
    background-color: #d8b271;
    border-radius: 2px;
    width: 100%
}

#proindexPage .proBan {
    height: calc(100vh - 80px)
}

@media (max-width:1600px) {
    #proindexPage .proBan {
        height: calc(100vh - 70px)
    }
}

@media (max-width:1300px) {
    #proindexPage .proBan {
        height: calc(100vh - 60px)
    }
}

@media (max-width:1024px) {
    #proindexPage .proBan {
        height: unset
    }
}

#proindexPage .proBan .sortType {
    background-color: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: unset;
    flex-wrap: wrap
}

@media (max-width:1024px) {
    #proindexPage .proBan .sortType {
        display: none
    }
}

#proindexPage .proBan .sortType li {
    position: relative;
    height: 50%;
    width: 25%
}

#proindexPage .proBan .sortType li .box {
    padding: 60px;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    flex-wrap: unset;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4)
}

@media (max-width:1600px) {
    #proindexPage .proBan .sortType li .box {
        padding: 40px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    #proindexPage .proBan .sortType li .box {
        padding: 20px
    }
}

#proindexPage .proBan .sortType li .box .ico {
    height: 60px;
    transition-duration: .5s;
    transition-property: all;
    margin-bottom: 20px;
    filter: brightness(1000) grayscale(1);
    transform: translateY(60px)
}

@media (max-width:1600px) {
    #proindexPage .proBan .sortType li .box .ico {
        height: 50px
    }
}

#proindexPage .proBan .sortType li .box .name {
    font-size: 30px;
    font-weight: bold;
    transition-duration: .5s;
    transition-property: all;
    color: #fff;
    transform: translateY(60px)
}

@media (max-width:1600px) {
    #proindexPage .proBan .sortType li .box .name {
        font-size: 24px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    #proindexPage .proBan .sortType li .box .name {
        font-size: 20px
    }
}

#proindexPage .proBan .sortType li .box .moreA {
    margin-top: 60px;
    opacity: 0;
    transition-duration: .5s;
    transition-property: all;
    transform: translateY(60px)
}

@media (max-width:1600px) {
    #proindexPage .proBan .sortType li .box .moreA {
        margin-top: 40px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    #proindexPage .proBan .sortType li .box .moreA {
        margin-top: 20px
    }
}

@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
    #proindexPage .proBan .sortType li .box .moreA {
        margin-top: 6vw
    }
}

#proindexPage .proBan .sortType li .box .moreA .btnMore {
    border: 1px solid #333;
    transition-duration: .5s;
    transition-property: all;
    border-radius: 25px;
    overflow: hidden;
    width: 160px;
    height: 40px
}

@media (max-width:1600px) {
    #proindexPage .proBan .sortType li .box .moreA .btnMore {
        width: 150px;
        height: 40px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    #proindexPage .proBan .sortType li .box .moreA .btnMore {
        width: 120px;
        height: 30px
    }
}

@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
    #proindexPage .proBan .sortType li .box .moreA .btnMore {
        width: 100%;
        height: 12vw
    }
}

#proindexPage .proBan .sortType li .box .moreA .btnMore .tbtnBox {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

#proindexPage .proBan .sortType li .box .moreA .btnMore .tbtnBox .abot {
    position: relative;
    z-index: 1;
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1300px) {
    #proindexPage .proBan .sortType li .box .moreA .btnMore .tbtnBox .abot {
        font-size: 16px
    }
}

#proindexPage .proBan .sortType li .box .moreA .btnMore .tbtnBox .abot i {
    margin-left: 10px;
    font-size: 16px;
    transition-duration: .5s;
    transition-property: all
}

#proindexPage .proBan .sortType li .box .moreA .btnMore .tbtnBox::after {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 100%;
    height: 0;
    background-color: #d8b271;
    left: 0;
    bottom: unset;
    transition-duration: .5s;
    transition-property: all;
    top: 0
}

#proindexPage .proBan .sortType li .box .moreA.fff .btnMore {
    border-color: #fff
}

#proindexPage .proBan .sortType li .box .moreA.fff .btnMore .tbtnBox::after {
    background-color: #fff
}

#proindexPage .proBan .sortType li .box .moreA.fff .btnMore .tbtnBox .abot {
    color: #fff
}

#proindexPage .proBan .sortType li .box .moreA.fff .btnMore .tbtnBox .abot i {
    color: #fff
}

@media (min-width:1024px) {
    #proindexPage .proBan .sortType li .box .moreA:hover .btnMore {
        border-color: #d8b271
    }

    #proindexPage .proBan .sortType li .box .moreA:hover .btnMore .tbtnBox .abot {
        color: #fff
    }

    #proindexPage .proBan .sortType li .box .moreA:hover .btnMore .tbtnBox .abot i {
        color: #fff
    }

    #proindexPage .proBan .sortType li .box .moreA:hover .btnMore .tbtnBox::after {
        bottom: 0;
        height: 100%;
        top: unset
    }

    #proindexPage .proBan .sortType li .box .moreA:hover.fff .btnMore .tbtnBox .abot {
        color: #d8b271
    }

    #proindexPage .proBan .sortType li .box .moreA:hover.fff .btnMore .tbtnBox .abot i {
        color: #d8b271
    }
}

@media (max-width:1024px) {
    #proindexPage .proBan .sortType li .box .moreA .btnMore {
        border-color: #d8b271
    }

    #proindexPage .proBan .sortType li .box .moreA .btnMore .tbtnBox .abot {
        color: #fff
    }

    #proindexPage .proBan .sortType li .box .moreA .btnMore .tbtnBox .abot i {
        color: #fff
    }

    #proindexPage .proBan .sortType li .box .moreA .btnMore .tbtnBox::after {
        bottom: 0;
        height: 100%;
        top: unset
    }

    #proindexPage .proBan .sortType li .box .moreA.fff .btnMore .tbtnBox .abot {
        color: #d8b271
    }

    #proindexPage .proBan .sortType li .box .moreA.fff .btnMore .tbtnBox .abot i {
        color: #d8b271
    }
}

#proindexPage .proBan .sortType li::after {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to right bottom, #cb7146, #d8b271);
    transition-duration: .5s;
    transition-property: all
}

#proindexPage .proBan .sortType li:hover::after {
    width: 100%
}

#proindexPage .proBan .sortType li:hover .box .ico {
    transform: translateY(0)
}

#proindexPage .proBan .sortType li:hover .box .name {
    transform: translateY(0);
    transition-delay: .1s
}

#proindexPage .proBan .sortType li:hover .box .moreA {
    opacity: 1;
    transition-delay: .2s;
    transform: translateY(0)
}

#proindexPage .proindexBox {
    height: calc(100vh - 80px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1600px) {
    #proindexPage .proindexBox {
        height: calc(100vh - 70px)
    }
}

@media (max-width:1300px) {
    #proindexPage .proindexBox {
        height: calc(100vh - 60px)
    }
}

@media (max-width:1024px) {
    #proindexPage .proindexBox {
        height: unset
    }
}

@media (max-width:1024px) {
    #proindexPage .proindexBox {
        padding: 100px 0
    }
}

@media (max-width:1024px) and (max-width:1600px) {
    #proindexPage .proindexBox {
        padding: 80px 0
    }
}

@media (max-width:1024px) and (max-width:1300px) {
    #proindexPage .proindexBox {
        padding: 6vw 0
    }
}

@media (max-width:1024px) and (max-width:1024px) {
    #proindexPage .proindexBox {
        padding: 12vw 0
    }
}

#proindexPage .proindexBox .titleNormal {
    margin-bottom: 120px
}

@media (max-width:1024px) {
    #proindexPage .proindexBox .titleNormal {
        margin-bottom: 100px
    }
}

@media (max-width:1024px) and (max-width:1600px) {
    #proindexPage .proindexBox .titleNormal {
        margin-bottom: 80px
    }
}

@media (max-width:1024px) and (max-width:1300px) {
    #proindexPage .proindexBox .titleNormal {
        margin-bottom: 6vw
    }
}

@media (max-width:1024px) and (max-width:1024px) {
    #proindexPage .proindexBox .titleNormal {
        margin-bottom: 12vw
    }
}

@media (max-width:1024px) {
    #proindexPage .proindexBox .moveKuang {
        width: 100%
    }
}

@media (max-width:1024px) {
    #proindexPage .proindexBox .moveKuang .moveBox {
        width: 100%
    }
}

#proindexPage .proindexBox .moveKuang .moveBox .proSort {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    #proindexPage .proindexBox .moveKuang .moveBox .proSort {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

#proindexPage .proindexBox .moveKuang .moveBox .proSort li {
    width: 13vw;
    height: 26vw;
    transition-duration: 2s;
    transition-property: all;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    transition-timing-function: cubic-bezier(0, 0, 0, .99)
}

@media (max-width:1024px) {
    #proindexPage .proindexBox .moveKuang .moveBox .proSort li {
        width: 100%;
        height: unset
    }
}

#proindexPage .proindexBox .moveKuang .moveBox .proSort li .huKuang {
    width: 90%;
    position: relative;
    height: 100%;
    background-color: #f3f3f3
}

#proindexPage .proindexBox .moveKuang .moveBox .proSort li .huKuang .maskBox {
    width: 100%;
    height: 0;
    transition-duration: .5s;
    position: absolute;
    overflow: hidden;
    opacity: 0;
    transition-duration: 1s;
    transition-property: all
}

@media (max-width:1024px) {
    #proindexPage .proindexBox .moveKuang .moveBox .proSort li .huKuang .maskBox {
        opacity: 1;
        position: unset;
        height: unset
    }
}

#proindexPage .proindexBox .moveKuang .moveBox .proSort li .huKuang .maskBox .cout {
    width: 100%;
    height: 26vw
}

@media (max-width:1024px) {
    #proindexPage .proindexBox .moveKuang .moveBox .proSort li .huKuang .maskBox .cout {
        height: 32vw
    }
}

#proindexPage .proindexBox .moveKuang .moveBox .proSort li .huKuang .maskBox .cout .aBox {
    position: relative;
    width: 100%;
    height: 100%
}

#proindexPage .proindexBox .moveKuang .moveBox .proSort li .huKuang .maskBox .cout .aBox .imgBox {
    width: 100%;
    height: 100%
}

#proindexPage .proindexBox .moveKuang .moveBox .proSort li .huKuang .maskBox .cout .aBox .textBox {
    opacity: 0;
    position: absolute;
    top: 0;
    padding-top: 8vw;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset
}

@media (max-width:1024px) {
    #proindexPage .proindexBox .moveKuang .moveBox .proSort li .huKuang .maskBox .cout .aBox .textBox {
        opacity: 1;
        padding-top: 0;
        padding: 0 8vw;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        flex-wrap: unset
    }
}

#proindexPage .proindexBox .moveKuang .moveBox .proSort li .huKuang .maskBox .cout .aBox .textBox .ico {
    opacity: 0;
    width: 40px;
    height: 40px;
    transition-duration: .5s;
    transition-property: all;
    transform: translateY(-20px);
    filter: brightness(1000) grayscale(1)
}

#proindexPage .proindexBox .moveKuang .moveBox .proSort li .huKuang .maskBox .cout .aBox .textBox .title {
    margin-top: 20px;
    font-size: 24px;
    color: #fff;
    transition-duration: .5s;
    transition-property: all;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3)
}

@media (max-width:1024px) {
    #proindexPage .proindexBox .moveKuang .moveBox .proSort li .huKuang .maskBox .cout .aBox .textBox .title {
        margin-top: 0
    }
}

#proindexPage .proindexBox .moveKuang .moveBox .proSort li .huKuang .maskBox .cout .aBox .textBox i {
    position: absolute;
    bottom: 40px;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, 20px);
    transition-duration: .5s;
    transition-property: all;
    color: #fff;
    font-size: 30px
}

@media (max-width:1024px) {
    #proindexPage .proindexBox .moveKuang .moveBox .proSort li .huKuang .maskBox .cout .aBox .textBox i {
        display: none
    }
}

@media (min-width:1024px) {
    #proindexPage .proindexBox .moveKuang .moveBox .proSort li .huKuang .maskBox .cout .aBox:hover .textBox {
        background-color: #d8b271
    }

    #proindexPage .proindexBox .moveKuang .moveBox .proSort li .huKuang .maskBox .cout .aBox:hover .textBox .ico {
        opacity: 1;
        transform: translateY(0)
    }

    #proindexPage .proindexBox .moveKuang .moveBox .proSort li .huKuang .maskBox .cout .aBox:hover .textBox i {
        opacity: 1;
        transform: translate(-50%, 0)
    }
}

@media (max-width:1024px) {
    #proindexPage .proindexBox .moveKuang .moveBox .proSort li .huKuang .maskBox .cout .aBox .textBox {
        background-color: #d8b271
    }

    #proindexPage .proindexBox .moveKuang .moveBox .proSort li .huKuang .maskBox .cout .aBox .textBox .ico {
        opacity: 1;
        transform: translateY(0)
    }

    #proindexPage .proindexBox .moveKuang .moveBox .proSort li .huKuang .maskBox .cout .aBox .textBox i {
        opacity: 1;
        transform: translate(-50%, 0)
    }

    #proindexPage .proindexBox .moveKuang .moveBox .proSort li .huKuang .maskBox .cout .aBox .textBox {
        background-color: rgba(0, 0, 0, 0.2)
    }
}

#proindexPage .proindexBox .moveKuang .moveBox .proSort li:nth-child(odd) .huKuang .maskBox {
    top: 0
}

#proindexPage .proindexBox .moveKuang .moveBox .proSort li:nth-child(even) .huKuang .maskBox {
    bottom: 0
}

#proindexPage .proindexBox .moveKuang .moveBox .proSort li.show .huKuang .maskBox {
    height: 100%;
    opacity: 1
}

#proindexPage .proindexBox .moveKuang .moveBox .proSort li.move .huKuang .maskBox {
    height: 100%;
    opacity: 1
}

#proindexPage .proindexBox .moveKuang .moveBox .proSort li.move .huKuang .maskBox .aBox .textBox {
    opacity: 1;
    transition-duration: 1s;
    transition-property: all
}

#proindexPage .proindexBox .moveKuang .moveBox .proSort li.move:nth-child(odd) {
    transform: translateY(-60px)
}

#proindexPage .proindexBox .moveKuang .moveBox .proSort li.move:nth-child(even) {
    transform: translateY(60px)
}

#productPage .pageContent {
    padding-top: 0
}

#productPage .pageContent .topMiaoshu {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 60px;
    line-height: 2em;
    text-align: center;
    font-size: 20px
}

@media (max-width:1600px) {
    #productPage .pageContent .topMiaoshu {
        width: 88%
    }
}

@media (max-width:1300px) {
    #productPage .pageContent .topMiaoshu {
        width: 90%
    }
}

@media (max-width:1024px) {
    #productPage .pageContent .topMiaoshu {
        width: 84%
    }
}

@media (max-width:1600px) {
    #productPage .pageContent .topMiaoshu {
        font-size: 16px
    }
}

@media (max-width:1600px) and (max-width:1024px) {
    #productPage .pageContent .topMiaoshu {
        font-size: 3.6vw
    }
}

@media (min-width:1024px) {
    #productPage .pageContent .proSortNavM {
        display: none
    }
}

#productPage .pageContent .proSortNavM .sortNav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    padding-bottom: 100px
}

@media (max-width:1600px) {
    #productPage .pageContent .proSortNavM .sortNav {
        padding-bottom: 80px
    }
}

@media (max-width:1300px) {
    #productPage .pageContent .proSortNavM .sortNav {
        padding-bottom: 6vw
    }
}

@media (max-width:1024px) {
    #productPage .pageContent .proSortNavM .sortNav {
        padding-bottom: 12vw
    }
}

@media (max-width:1024px) {
    #productPage .pageContent .proSortNavM .sortNav .twoTab {
        width: 100%
    }
}

#productPage .pageContent .proSortNavM .sortNav .twoTab ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset
}

@media (max-width:1600px) {
    #productPage .pageContent .proSortNavM .sortNav .twoTab ul {
        margin: 0 auto
    }
}

@media (max-width:1600px) and (max-width:1024px) {
    #productPage .pageContent .proSortNavM .sortNav .twoTab ul {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: unset;
        justify-content: unset;
        flex-wrap: unset
    }
}

#productPage .pageContent .proSortNavM .sortNav .twoTab ul.noSwiper3 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

#productPage .pageContent .proSortNavM .sortNav .twoTab ul li {
    width: unset
}

#productPage .pageContent .proSortNavM .sortNav .twoTab ul li a {
    margin: 0 20px;
    position: relative
}

#productPage .pageContent .proSortNavM .sortNav .twoTab ul li a .name {
    width: fit-content;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    transition-duration: .5s;
    transition-property: all;
    font-size: 16px
}

@media (max-width:1024px) {
    #productPage .pageContent .proSortNavM .sortNav .twoTab ul li a .name {
        font-size: 5vw
    }
}

#productPage .pageContent .proSortNavM .sortNav .twoTab ul li a::after {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 0;
    height: 2px;
    transition-duration: .5s;
    transition-property: all;
    border-radius: 1px;
    background-color: #d8b271;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 4px
}

#productPage .pageContent .proSortNavM .sortNav .twoTab ul li a.on .name {
    color: #d8b271
}

#productPage .pageContent .proSortNavM .sortNav .twoTab ul li a.on::after {
    width: 70%
}

#productPage .pageContent .proSortNavM .sortNav .twoTab ul li a:hover .name {
    color: #d8b271
}

#productPage .pageContent .proSortNavM .sortNav .twoTab ul li a:hover::after {
    width: 70%
}

#productPage .pageContent .sortListImg {
    width: 80%;
    margin: 0 auto
}

@media (max-width:1600px) {
    #productPage .pageContent .sortListImg {
        width: 88%
    }
}

@media (max-width:1300px) {
    #productPage .pageContent .sortListImg {
        width: 90%
    }
}

@media (max-width:1024px) {
    #productPage .pageContent .sortListImg {
        width: 84%
    }
}

#productPage .pageContent .sortListImg .ul {
    position: relative;
    left: -1%;
    width: 102%;
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: unset;
    flex-wrap: wrap
}

#productPage .pageContent .sortListImg .ul .li {
    width: 33.333%;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

#productPage .pageContent .sortListImg .ul .li .imgBox {
    width: 95%;
    height: 16vw
}

#productPage .pageContent .sortListImg .ul .li .imgBox img {
    width: 100%;
    height: 100%
}

#productPage .pageContent .sortListImg .ul .li:nth-child(1),
#productPage .pageContent .sortListImg .ul .li:nth-child(2) {
    width: 50%
}

#productPage .pageContent .sortListImg .ul .li:nth-child(1) .imgBox,
#productPage .pageContent .sortListImg .ul .li:nth-child(2) .imgBox {
    width: 96%;
    height: 20vw
}

#productPage .pageContent .proBotList {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1600px) {
    #productPage .pageContent .proBotList {
        width: 88%
    }
}

@media (max-width:1300px) {
    #productPage .pageContent .proBotList {
        width: 90%
    }
}

@media (max-width:1024px) {
    #productPage .pageContent .proBotList {
        width: 84%
    }
}

#productPage .pageContent .proBotList .leftTabs {
    width: 20%
}

@media (max-width:1024px) {
    #productPage .pageContent .proBotList .leftTabs {
        display: none
    }
}

#productPage .pageContent .proBotList .leftTabs ul {
    width: 100%
}

#productPage .pageContent .proBotList .leftTabs ul li {
    width: 100%
}

#productPage .pageContent .proBotList .leftTabs ul li a {
    padding: 20px;
    transition-duration: .5s;
    transition-property: all;
    border-bottom: 1px dotted #ccc
}

#productPage .pageContent .proBotList .leftTabs ul li a:hover {
    font-weight: bold;
    background-color: #ddd
}

#productPage .pageContent .proBotList .leftTabs ul li.on a {
    font-weight: bold;
    background-color: #ddd
}

#productPage .pageContent .proBotList .proListBox {
    padding-left: 80px;
    width: 100%
}

@media (max-width:1600px) {
    #productPage .pageContent .proBotList .proListBox {
        padding-left: 40px
    }
}

@media (max-width:1600px) and (max-width:1024px) {
    #productPage .pageContent .proBotList .proListBox {
        padding-left: 0
    }
}

#productPage .pageContent .proBotList .proListBox .cenBox {
    width: 100%
}

#productPage .pageContent .proBotList .proListBox .cenBox .list {
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: unset;
    flex-wrap: wrap
}

@media (max-width:1024px) {
    #productPage .pageContent .proBotList .proListBox .cenBox .list {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

#productPage .pageContent .proBotList .proListBox .cenBox .list li {
    width: 25%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-right: none;
    border-top: none
}

@media (max-width:1024px) {
    #productPage .pageContent .proBotList .proListBox .cenBox .list li {
        width: 100%;
        aspect-ratio: unset;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-bottom: none
    }
}

#productPage .pageContent .proBotList .proListBox .cenBox .list li .aBox {
    width: 100%;
    height: 100%;
    perspective: 1000px;
    height: 25vw
}

@media (max-width:1600px) {
    #productPage .pageContent .proBotList .proListBox .cenBox .list li .aBox {
        height: 25vw
    }
}

@media (max-width:1300px) {
    #productPage .pageContent .proBotList .proListBox .cenBox .list li .aBox {
        height: 20vw
    }
}

@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
    #productPage .pageContent .proBotList .proListBox .cenBox .list li .aBox {
        width: 100%;
        height: 80vw;
        padding: 0
    }
}

#productPage .pageContent .proBotList .proListBox .cenBox .list li .aBox .onMian {
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    padding: 20px;
    transition-duration: 1s;
    transition-property: all;
    backface-visibility: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset
}

#productPage .pageContent .proBotList .proListBox .cenBox .list li .aBox .onMian .coutBoxPro {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

#productPage .pageContent .proBotList .proListBox .cenBox .list li .aBox .onMian .coutBoxPro .imgBox {
    height: calc(100% - 20px)
}

#productPage .pageContent .proBotList .proListBox .cenBox .list li .aBox .onMian .coutBoxPro .imgBox img {
    object-fit: contain
}

#productPage .pageContent .proBotList .proListBox .cenBox .list li .aBox .onMian .coutBoxPro .title {
    margin-top: 10px;
    position: relative;
    z-index: 1;
    font-size: 16px;
    height: 20px
}

@media (max-width:1600px) {
    #productPage .pageContent .proBotList .proListBox .cenBox .list li .aBox .onMian .coutBoxPro .title {
        font-size: 16px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    #productPage .pageContent .proBotList .proListBox .cenBox .list li .aBox .onMian .coutBoxPro .title {
        margin-top: 0;
        font-size: 15px
    }
}

@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
    #productPage .pageContent .proBotList .proListBox .cenBox .list li .aBox .onMian .coutBoxPro .title {
        font-size: 4.2vw;
        text-align: center
    }
}

#productPage .pageContent .proBotList .proListBox .cenBox .list li .aBox .onMian .coutBoxPro .jianjie {
    color: #d8b271;
    font-weight: bold
}

@media (max-width:1300px) {
    #productPage .pageContent .proBotList .proListBox .cenBox .list li .aBox .onMian .coutBoxPro .jianjie {
        font-size: 14px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    #productPage .pageContent .proBotList .proListBox .cenBox .list li .aBox .onMian .coutBoxPro .jianjie {
        font-size: 4vw
    }
}

/* #productPage .pageContent .proBotList .proListBox .cenBox .list li .aBox .onMian .ofSortName {
    color: #fff;
    font-size: 16px;
    margin-top: 4px;
    background-color: #d8b271;
    padding: 2px 16px;
    border-radius: 20px
} */

/* #productPage .pageContent .proBotList .proListBox .cenBox .list li .aBox .backMian {
    padding: 20px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #d8b27152;
    transform: rotateY(180deg);
    width: 100%;
    height: 100%;
    transition-duration: 1s;
    transition-property: all;
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset
} */

@media (max-width:1300px) {
    #productPage .pageContent .proBotList .proListBox .cenBox .list li .aBox .backMian {
        padding: 10px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    #productPage .pageContent .proBotList .proListBox .cenBox .list li .aBox .backMian {
        padding: 6vw
    }
}

#productPage .pageContent .proBotList .proListBox .cenBox .list li .aBox .backMian .biaoti {
    color: #d8b271;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold
}

@media (max-width:1300px) {
    #productPage .pageContent .proBotList .proListBox .cenBox .list li .aBox .backMian .biaoti {
        margin-bottom: 4px;
        font-size: 16px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    #productPage .pageContent .proBotList .proListBox .cenBox .list li .aBox .backMian .biaoti {
        font-size: 6vw
    }
}

#productPage .pageContent .proBotList .proListBox .cenBox .list li .aBox .backMian .xinxi {
    width: 100%;
    font-size: 16px;
    line-height: 1.8em
}
#productPage .pageContent .proBotList .proListBox .cenBox .list li .aBox .backMian .xinxi p{   font-size: 14px;}
@media (max-width:1600px) {
    #productPage .pageContent .proBotList .proListBox .cenBox .list li .aBox .backMian .xinxi {
        font-size: 14px;
        line-height: 1.6em
    }
}

@media (max-width:1600px) and (max-width:1024px) {
    #productPage .pageContent .proBotList .proListBox .cenBox .list li .aBox .backMian .xinxi {
        font-size: 3.6vw;
        line-height: 2em
    }
}

/* #productPage .pageContent .proBotList .proListBox .cenBox .list li:hover {
    z-index: 1
}

#productPage .pageContent .proBotList .proListBox .cenBox .list li:hover .aBox .onMian {
    transform: rotateY(180deg)
}

#productPage .pageContent .proBotList .proListBox .cenBox .list li:hover .aBox .backMian {
    transform: rotateY(360deg)
} */

#productPage .pageContent .proBotList .proListBox .cenBox .list li:nth-child(1),
#productPage .pageContent .proBotList .proListBox .cenBox .list li:nth-child(2),
#productPage .pageContent .proBotList .proListBox .cenBox .list li:nth-child(3),
#productPage .pageContent .proBotList .proListBox .cenBox .list li:nth-child(4) {
    border-top: 1px solid rgba(0, 0, 0, 0.1)
}

#productPage .pageContent .proBotList .proListBox .cenBox .list li:nth-child(4n) {
    border-right: 1px solid rgba(0, 0, 0, 0.1)
}

#productPage .pageContent .proBotList .proListBox .cenBox .list li:last-child {
    border-right: 1px solid rgba(0, 0, 0, 0.1)
}

@media (max-width:1024px) {
    #productPage .pageContent .proBotList .proListBox .cenBox .list li:last-child {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1)
    }
}

#yinwuPage .pageContent {
    padding-top: 0
}

#yinwuPage .pageContent .yinwuBox {
    width: 80%;
    margin: 0 auto
}

@media (max-width:1600px) {
    #yinwuPage .pageContent .yinwuBox {
        width: 88%
    }
}

@media (max-width:1300px) {
    #yinwuPage .pageContent .yinwuBox {
        width: 90%
    }
}

@media (max-width:1024px) {
    #yinwuPage .pageContent .yinwuBox {
        width: 84%
    }
}

#yinwuPage .pageContent .yinwuBox .yinwuTitle {
    margin-bottom: 30px;
    width: 100%
}

#yinwuPage .pageContent .yinwuBox .yinwuTitle .cn {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px
}

@media (max-width:1024px) {
    #yinwuPage .pageContent .yinwuBox .yinwuTitle .cn {
        font-size: 6vw
    }
}

#yinwuPage .pageContent .yinwuBox .yinwuTitle .xian {
    height: 4px;
    background-color: #eee
}

@media (max-width:1024px) {
    #yinwuPage .pageContent .yinwuBox .yinwuTitle .xian {
        height: 2px
    }
}

#yinwuPage .pageContent .yinwuBox .yinwuTitle .xian div {
    width: 128px;
    height: 100%;
    background-color: #45a335
}

@media (max-width:1024px) {
    #yinwuPage .pageContent .yinwuBox .yinwuTitle .xian div {
        width: 23vw
    }
}

#yinwuPage .pageContent .yinwuBox .jianjie {
    padding: 100px 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1600px) {
    #yinwuPage .pageContent .yinwuBox .jianjie {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    #yinwuPage .pageContent .yinwuBox .jianjie {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    #yinwuPage .pageContent .yinwuBox .jianjie {
        padding: 12vw 0
    }
}

@media (max-width:1300px) {
    #yinwuPage .pageContent .yinwuBox .jianjie {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset;
        flex-direction: column-reverse
    }
}

#yinwuPage .pageContent .yinwuBox .jianjie .left {
    padding-right: 60px;
    width: 55%
}

@media (max-width:1300px) {
    #yinwuPage .pageContent .yinwuBox .jianjie .left {
        width: 100%;
        padding-right: 0
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    #yinwuPage .pageContent .yinwuBox .jianjie .left {
        margin-top: 5vw
    }
}

#yinwuPage .pageContent .yinwuBox .jianjie .left .content p {
    font-size: 18px
}

@media (max-width:1300px) {
    #yinwuPage .pageContent .yinwuBox .jianjie .left .content p {
        font-size: 16px
    }
}

#yinwuPage .pageContent .yinwuBox .jianjie .right {
    width: 45%
}

@media (max-width:1024px) {
    #yinwuPage .pageContent .yinwuBox .jianjie .right {
        width: 100%
    }
}

#yinwuPage .pageContent .yinwuBox .jianjie .right .imgBox {
    width: 100%
}

#yinwuPage .pageContent .yinwuBox .kouhao {
    padding-bottom: 100px
}

@media (max-width:1600px) {
    #yinwuPage .pageContent .yinwuBox .kouhao {
        padding-bottom: 80px
    }
}

@media (max-width:1300px) {
    #yinwuPage .pageContent .yinwuBox .kouhao {
        padding-bottom: 6vw
    }
}

@media (max-width:1024px) {
    #yinwuPage .pageContent .yinwuBox .kouhao {
        padding-bottom: 12vw
    }
}

#yinwuPage .pageContent .yinwuBox .kouhao .ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    #yinwuPage .pageContent .yinwuBox .kouhao .ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

#yinwuPage .pageContent .yinwuBox .kouhao .ul .li {
    position: relative;
    padding: 0 44px;
    font-size: 38px;
    font-weight: bold;
    font-family: 'syst'
}

@media (max-width:1600px) {
    #yinwuPage .pageContent .yinwuBox .kouhao .ul .li {
        font-size: 30px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    #yinwuPage .pageContent .yinwuBox .kouhao .ul .li {
        font-size: 24px
    }
}

@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
    #yinwuPage .pageContent .yinwuBox .kouhao .ul .li {
        padding: 5vw 0;
        width: 100%;
        text-align: center;
        font-size: 6vw
    }
}

#yinwuPage .pageContent .yinwuBox .kouhao .ul .li::after {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 6px;
    height: 38px;
    background-color: #45a335;
    right: -3px;
    top: calc(50% - 19px)
}

@media (max-width:1024px) {
    #yinwuPage .pageContent .yinwuBox .kouhao .ul .li::after {
        top: unset;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 4px
    }
}

#yinwuPage .pageContent .yinwuBox .kouhao .ul .li:last-child::after {
    display: none
}

#yinwuPage .pageContent .yinwuBox .shebei {
    padding: 100px 0
}

@media (max-width:1600px) {
    #yinwuPage .pageContent .yinwuBox .shebei {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    #yinwuPage .pageContent .yinwuBox .shebei {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    #yinwuPage .pageContent .yinwuBox .shebei {
        padding: 12vw 0
    }
}

#yinwuPage .pageContent .yinwuBox .shebei .title {
    font-size: 20px;
    width: 100%;
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset
}

@media (max-width:1300px) {
    #yinwuPage .pageContent .yinwuBox .shebei .title {
        font-size: 16px
    }
}

#yinwuPage .pageContent .yinwuBox .shebei .topBox {
    height: 630px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1300px) {
    #yinwuPage .pageContent .yinwuBox .shebei .topBox {
        height: 500px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    #yinwuPage .pageContent .yinwuBox .shebei .topBox {
        height: unset;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

#yinwuPage .pageContent .yinwuBox .shebei .topBox .first {
    padding-right: 60px;
    width: 65%;
    height: 100%
}

@media (max-width:1024px) {
    #yinwuPage .pageContent .yinwuBox .shebei .topBox .first {
        width: 100%;
        padding-right: 0
    }
}

#yinwuPage .pageContent .yinwuBox .shebei .topBox .first .imgBox {
    width: 100%;
    height: calc(100% - 50px)
}

#yinwuPage .pageContent .yinwuBox .shebei .topBox .first .imgBox img {
    object-fit: contain
}

#yinwuPage .pageContent .yinwuBox .shebei .topBox .rightTwo {
    width: 35%;
    height: 100%
}

@media (max-width:1024px) {
    #yinwuPage .pageContent .yinwuBox .shebei .topBox .rightTwo {
        width: 100%
    }
}

#yinwuPage .pageContent .yinwuBox .shebei .topBox .rightTwo .liBox {
    height: 50%;
    width: 100%
}

#yinwuPage .pageContent .yinwuBox .shebei .topBox .rightTwo .liBox .imgBox {
    width: 100%;
    height: calc(100% - 50px)
}

#yinwuPage .pageContent .yinwuBox .shebei .fourBox {
    width: 100%;
    height: 240px;
    margin-top: 100px
}

@media (max-width:1600px) {
    #yinwuPage .pageContent .yinwuBox .shebei .fourBox {
        margin-top: 80px
    }
}

@media (max-width:1300px) {
    #yinwuPage .pageContent .yinwuBox .shebei .fourBox {
        margin-top: 6vw
    }
}

@media (max-width:1024px) {
    #yinwuPage .pageContent .yinwuBox .shebei .fourBox {
        margin-top: 12vw
    }
}

@media (max-width:1300px) {
    #yinwuPage .pageContent .yinwuBox .shebei .fourBox {
        height: 160px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    #yinwuPage .pageContent .yinwuBox .shebei .fourBox {
        height: unset
    }
}

#yinwuPage .pageContent .yinwuBox .shebei .fourBox .ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset;
    width: 100%;
    height: 100%
}

@media (max-width:1024px) {
    #yinwuPage .pageContent .yinwuBox .shebei .fourBox .ul {
        display: flex;
        flex-direction: row;
        align-items: unset;
        justify-content: space-between;
        flex-wrap: wrap
    }
}

#yinwuPage .pageContent .yinwuBox .shebei .fourBox .ul .li {
    width: 24%;
    height: 100%
}

@media (max-width:1024px) {
    #yinwuPage .pageContent .yinwuBox .shebei .fourBox .ul .li {
        margin-bottom: 4vw;
        height: 36vw;
        width: 48%
    }
}

#yinwuPage .pageContent .yinwuBox .shebei .fourBox .ul .li .imgBox {
    width: 100%;
    height: 100%
}

#yinwuPage .pageContent .yinwuBox .yewuzhanshi .ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset
}

@media (max-width:1024px) {
    #yinwuPage .pageContent .yinwuBox .yewuzhanshi .ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

#yinwuPage .pageContent .yinwuBox .yewuzhanshi .ul .li {
    height: 100%;
    width: 32%
}

@media (max-width:1024px) {
    #yinwuPage .pageContent .yinwuBox .yewuzhanshi .ul .li {
        width: 100%;
        margin-bottom: 5vw
    }
}

#yinwuPage .pageContent .yinwuBox .yewuzhanshi .ul .li .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

#yinwuPage .pageContent .yinwuBox .yewuzhanshi .ul .li .box .title {
    position: relative;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    padding-left: 10px
}

#yinwuPage .pageContent .yinwuBox .yewuzhanshi .ul .li .box .title::before {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 4px;
    height: 20px;
    border-radius: 2px;
    background-color: #45a335;
    top: calc(50% - 10px);
    left: 0
}

#yinwuPage .pageContent .yinwuBox .yewuzhanshi .ul .li .box .imgBox {
    width: 100%
}

#yinwuPage .pageContent .yinwuBox .yewuzhanshi .ul .li .box .imgBox img {
    object-fit: cover;
    width: 100%;
    aspect-ratio: 1
}

#contactPage .pageContent {
    padding-bottom: 0
}

@media (max-width:1024px) {
    #contactPage .pageContent {
        padding-top: 100px
    }
}

@media (max-width:1024px) and (max-width:1600px) {
    #contactPage .pageContent {
        padding-top: 80px
    }
}

@media (max-width:1024px) and (max-width:1300px) {
    #contactPage .pageContent {
        padding-top: 6vw
    }
}

@media (max-width:1024px) and (max-width:1024px) {
    #contactPage .pageContent {
        padding-top: 12vw
    }
}

#contactPage .pageContent .conInfo {
    padding-bottom: 100px
}

@media (max-width:1600px) {
    #contactPage .pageContent .conInfo {
        padding-bottom: 80px
    }
}

@media (max-width:1300px) {
    #contactPage .pageContent .conInfo {
        padding-bottom: 6vw
    }
}

@media (max-width:1024px) {
    #contactPage .pageContent .conInfo {
        padding-bottom: 12vw
    }
}

#contactPage .pageContent .conInfo .cenBox .box {
    width: 100%
}

#contactPage .pageContent .conInfo .cenBox .box .yingxiaoUl {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    #contactPage .pageContent .conInfo .cenBox .box .yingxiaoUl {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

#contactPage .pageContent .conInfo .cenBox .box .yingxiaoUl li {
    width: 33.333%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    #contactPage .pageContent .conInfo .cenBox .box .yingxiaoUl li {
        width: 100%;
        margin-bottom: 6vw
    }
}

#contactPage .pageContent .conInfo .cenBox .box .yingxiaoUl li .neiBox {
    width: 90%;
    height: 340px;
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: unset
}

@media (max-width:1600px) {
    #contactPage .pageContent .conInfo .cenBox .box .yingxiaoUl li .neiBox {
        height: 300px
    }
}

@media (max-width:1600px) and (max-width:1024px) {
    #contactPage .pageContent .conInfo .cenBox .box .yingxiaoUl li .neiBox {
        width: 100%;
        height: 60vw;
        padding: 6vw
    }
}

#contactPage .pageContent .conInfo .cenBox .box .yingxiaoUl li .neiBox .infoBox .sub {
    opacity: .5
}

#contactPage .pageContent .conInfo .cenBox .box .yingxiaoUl li .neiBox .infoBox .sub .en {
    font-size: 40px;
    font-family: 'bas'
}

@media (max-width:1600px) {
    #contactPage .pageContent .conInfo .cenBox .box .yingxiaoUl li .neiBox .infoBox .sub .en {
        font-size: 30px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    #contactPage .pageContent .conInfo .cenBox .box .yingxiaoUl li .neiBox .infoBox .sub .en {
        font-size: 24px
    }
}

#contactPage .pageContent .conInfo .cenBox .box .yingxiaoUl li .neiBox .infoBox span {
    display: block;
    margin-bottom: 20px;
    font-size: 26px;
    font-family: 'syst';
    font-weight: bold
}

@media (max-width:1600px) {
    #contactPage .pageContent .conInfo .cenBox .box .yingxiaoUl li .neiBox .infoBox span {
        font-size: 22px
    }
}

#contactPage .pageContent .conInfo .cenBox .box .yingxiaoUl li .neiBox .infoBox .contt {
    font-size: 26px
}

@media (max-width:1600px) {
    #contactPage .pageContent .conInfo .cenBox .box .yingxiaoUl li .neiBox .infoBox .contt {
        font-size: 20px
    }
}

#contactPage .pageContent .conInfo .cenBox .box .yingxiaoUl li .neiBox i {
    font-size: 50px
}

@media (max-width:1600px) {
    #contactPage .pageContent .conInfo .cenBox .box .yingxiaoUl li .neiBox i {
        font-size: 40px
    }
}

#contactPage .pageContent .conInfo .cenBox .box .yingxiaoUl li:last-child .neiBox .infoBox .contt {
    font-size: 20px
}

@media (max-width:1600px) {
    #contactPage .pageContent .conInfo .cenBox .box .yingxiaoUl li:last-child .neiBox .infoBox .contt {
        font-size: 16px
    }
}

#contactPage .pageContent .map {
    padding-bottom: 100px
}

@media (max-width:1600px) {
    #contactPage .pageContent .map {
        padding-bottom: 80px
    }
}

@media (max-width:1300px) {
    #contactPage .pageContent .map {
        padding-bottom: 6vw
    }
}

@media (max-width:1024px) {
    #contactPage .pageContent .map {
        padding-bottom: 12vw
    }
}

@media (max-width:1024px) {
    #contactPage .pageContent .map .mapMod-4 .cenBox {
        width: 92%
    }
}

#contactPage .pageContent .map .mapMod-4 .cenBox .thisMap {
    overflow: hidden;
    height: 500px;
    border-radius: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset
}

@media (max-width:1600px) {
    #contactPage .pageContent .map .mapMod-4 .cenBox .thisMap {
        height: 380px
    }
}

@media (max-width:1600px) and (max-width:1024px) {
    #contactPage .pageContent .map .mapMod-4 .cenBox .thisMap {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset;
        height: unset;
        border-radius: 4vw
    }
}

#contactPage .pageContent .map .mapMod-4 .cenBox .thisMap .mapK {
    width: 60%;
    height: 100%
}

@media (max-width:1024px) {
    #contactPage .pageContent .map .mapMod-4 .cenBox .thisMap .mapK {
        width: 100%;
        height: 60vw
    }
}

#contactPage .pageContent .map .mapMod-4 .cenBox .thisMap .tiaozhuanK {
    margin: 0;
    padding: 6vw;
    width: 40%;
    background-color: #d8b271
}

@media (max-width:1600px) {
    #contactPage .pageContent .map .mapMod-4 .cenBox .thisMap .tiaozhuanK {
        padding: 3vw
    }
}

@media (max-width:1300px) {
    #contactPage .pageContent .map .mapMod-4 .cenBox .thisMap .tiaozhuanK {
        padding: 4vw
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    #contactPage .pageContent .map .mapMod-4 .cenBox .thisMap .tiaozhuanK {
        width: 100%
    }
}

#contactPage .pageContent .map .mapMod-4 .cenBox .thisMap .tiaozhuanK .tiaozhuan {
    position: relative;
    z-index: 1
}

#contactPage .pageContent .map .mapMod-4 .cenBox .thisMap .tiaozhuanK .tiaozhuan>div {
    height: 80px;
    opacity: .5
}

@media (max-width:1024px) {
    #contactPage .pageContent .map .mapMod-4 .cenBox .thisMap .tiaozhuanK .tiaozhuan>div {
        height: 14vw
    }
}

#contactPage .pageContent .map .mapMod-4 .cenBox .thisMap .tiaozhuanK .tiaozhuan>div h1 {
    color: #fff
}

@media (max-width:1600px) {
    #contactPage .pageContent .map .mapMod-4 .cenBox .thisMap .tiaozhuanK .tiaozhuan>div h1 {
        font-size: 16px
    }
}

#contactPage .pageContent .map .mapMod-4 .cenBox .thisMap .tiaozhuanK .tiaozhuan>div h1 i {
    color: #fff
}

@media (max-width:1600px) {
    #contactPage .pageContent .map .mapMod-4 .cenBox .thisMap .tiaozhuanK .tiaozhuan>div .mapGo {
        width: 100px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    #contactPage .pageContent .map .mapMod-4 .cenBox .thisMap .tiaozhuanK .tiaozhuan>div .mapGo {
        width: 80px
    }
}

#contactPage .pageContent .map .mapMod-4 .cenBox .thisMap .tiaozhuanK .tiaozhuan>div.mapon {
    opacity: 1
}

#contactPage .pageContent .map .mapMod-4 .cenBox .thisMap .tiaozhuanK .tiaozhuan>div.mapon .mapGo {
    background-color: #fff
}

#contactPage .pageContent .map .mapMod-4 .cenBox .thisMap .tiaozhuanK::after {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    background-image: url(../img/mapRight.jpg);
    opacity: .1
}

#contactPage .pageContent .message {
    padding: 100px 0;
    background-color: #f8f8f8
}

@media (max-width:1600px) {
    #contactPage .pageContent .message {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    #contactPage .pageContent .message {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    #contactPage .pageContent .message {
        padding: 12vw 0
    }
}

#contactPage .pageContent .message .cenBox {
    padding: 0 40px
}

@media (max-width:1024px) {
    #contactPage .pageContent .message .cenBox {
        padding: 0;
        width: 90%
    }
}

#contactPage .pageContent .message .cenBox .sectionBox {
    border-radius: 30px;
    background-color: #fff;
    padding: 40px 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    #contactPage .pageContent .message .cenBox .sectionBox {
        padding: 10vw
    }
}

#contactPage .pageContent .message .cenBox .sectionBox .firstTxt {
    margin-bottom: 30px;
    font-size: 14px;
    color: #7b7b7b
}

@media (max-width:1600px) {
    #contactPage .pageContent .message .cenBox .sectionBox .firstTxt {
        margin-bottom: 10px
    }
}

#contactPage .pageContent .message .cenBox .sectionBox .formMod-3 {
    padding: 0
}

#contactPage .pageContent .message .cenBox .sectionBox .formMod-3 .titleNormal {
    display: none
}

#contactPage .pageContent .message .cenBox .sectionBox .formMod-3 .cenBox {
    width: 100%;
    padding: 0
}

#contactPage .pageContent .message .cenBox .sectionBox .formMod-3 .cenBox .biaodan {
    width: 100%
}

#contactPage .pageContent .message .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .xuanze {
    margin-bottom: 30px
}

#contactPage .pageContent .message .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .xuanze .ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

#contactPage .pageContent .message .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .xuanze .ul li {
    margin: 0 16px
}

#contactPage .pageContent .message .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .xuanze .ul li .box label {
    cursor: pointer;
    width: 146px;
    height: 44px;
    border: 1px solid #ccc;
    border-radius: 22px;
    display: block;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    font-size: 16px
}

#contactPage .pageContent .message .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .xuanze .ul li .box input {
    display: none
}

#contactPage .pageContent .message .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .xuanze .ul li .box input:checked+label {
    border-color: #d8b271;
    background-color: #d8b271;
    color: #fff
}

#contactPage .pageContent .message .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .formTop {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: space-between;
    flex-wrap: unset
}

@media (max-width:1024px) {
    #contactPage .pageContent .message .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .formTop {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        flex-wrap: unset
    }
}

#contactPage .pageContent .message .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .formTop .input {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    #contactPage .pageContent .message .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .formTop .input {
        width: 100%
    }
}

#contactPage .pageContent .message .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .formTop .input label {
    font-size: 16px;
    margin-bottom: 16px
}

#contactPage .pageContent .message .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .formTop .input input {
    font-size: 16px;
    background-color: #fafafa;
    height: 48px;
    border: none
}

@media (max-width:1600px) {
    #contactPage .pageContent .message .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .formTop .input input {
        height: 40px
    }
}

#contactPage .pageContent .message .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .textarea {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1600px) {
    #contactPage .pageContent .message .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .textarea {
        height: 80px
    }
}

#contactPage .pageContent .message .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .textarea label {
    font-size: 16px;
    margin-bottom: 16px
}

#contactPage .pageContent .message .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .textarea textarea {
    background-color: #fafafa;
    border: none;
    font-size: 16px
}

@media (max-width:1600px) {
    #contactPage .pageContent .message .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .textarea textarea {
        padding: 10px 20px
    }
}

#contactPage .pageContent .message .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .yanzhengma {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset
}

#contactPage .pageContent .message .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .yanzhengma label {
    font-size: 16px;
    margin-bottom: 16px
}

#contactPage .pageContent .message .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .yanzhengma .yanz {
    margin-left: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

#contactPage .pageContent .message .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .yanzhengma .yanz img {
    cursor: pointer
}

@media (max-width:1600px) {
    #contactPage .pageContent .message .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .yanzhengma .yanz img {
        height: 40px
    }
}

#contactPage .pageContent .message .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .yanzhengma .input {
    font-size: 16px;
    width: unset;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset
}

@media (max-width:1024px) {
    #contactPage .pageContent .message .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .yanzhengma .input {
        width: 50%
    }
}

#contactPage .pageContent .message .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .yanzhengma .input input {
    width: 300px;
    background-color: #fafafa;
    height: 48px;
    border: none
}

@media (max-width:1600px) {
    #contactPage .pageContent .message .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .yanzhengma .input input {
        height: 40px
    }
}

@media (max-width:1600px) and (max-width:1024px) {
    #contactPage .pageContent .message .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .yanzhengma .input input {
        width: 100%;
        font-size: 16px
    }
}

#contactPage .pageContent .message .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .button button.submit {
    background-color: #d8b271;
    border-radius: 30px;
    height: 50px;
    width: 520px
}

@media (max-width:1600px) {
    #contactPage .pageContent .message .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .button button.submit {
        height: 40px;
        width: 400px
    }
}

#contactPage .pageContent .message .cenBox .sectionBox .lastTxt {
    margin-top: 30px;
    font-size: 14px;
    color: #7b7b7b
}

@media (max-width:1600px) {
    #contactPage .pageContent .message .cenBox .sectionBox .lastTxt {
        margin-top: 10px
    }
}

#contactPage .foot {
    background-color: #f8f8f8
}

#investmentPage .pageContent {
    padding-bottom: 0
}

#investmentPage .pageContent .zhonglei {
    padding-bottom: 100px
}

@media (max-width:1600px) {
    #investmentPage .pageContent .zhonglei {
        padding-bottom: 80px
    }
}

@media (max-width:1300px) {
    #investmentPage .pageContent .zhonglei {
        padding-bottom: 6vw
    }
}

@media (max-width:1024px) {
    #investmentPage .pageContent .zhonglei {
        padding-bottom: 12vw
    }
}

#investmentPage .pageContent .zhonglei .cenBox .ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap
}

#investmentPage .pageContent .zhonglei .cenBox .ul .li {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset;
    border: 1px dotted #ccc
}

#investmentPage .pageContent .zhonglei .cenBox .ul .li .box {
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

#investmentPage .pageContent .zhonglei .cenBox .ul .li .box .title {
    font-size: 18px;
    margin-bottom: 10px;
    background-color: #d8b271;
    height: 40px;
    width: 160px;
    border-radius: 20px;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    color: #fff
}

#investmentPage .pageContent .zhonglei .cenBox .ul .li .box .content p {
    font-size: 18px
}

#investmentPage .pageContent .zhonglei-1 {
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1600px) {
    #investmentPage .pageContent .zhonglei-1 {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    #investmentPage .pageContent .zhonglei-1 {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    #investmentPage .pageContent .zhonglei-1 {
        padding: 12vw 0
    }
}

#investmentPage .pageContent .zhonglei-1 .def1 {
    color: #d8b271;
    font-weight: bold;
    font-size: 50px;
    margin-bottom: 24px
}

#investmentPage .pageContent .zhonglei-1 .def2 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 50px;
    color: #545454
}

#investmentPage .pageContent .zhonglei-1 .def3 {
    font-size: 3.2vw;
    color: #333;
    margin-bottom: 30px
}

@media (max-width:1024px) {
    #investmentPage .pageContent .zhonglei-1 .def3 {
        font-size: 6vw
    }
}

#investmentPage .pageContent .zhonglei-1 .def3 span {
    font-size: 5vw;
    color: #d8b271;
    margin-right: 10px;
    font-family: 'bas'
}

@media (max-width:1024px) {
    #investmentPage .pageContent .zhonglei-1 .def3 span {
        font-size: 12vw
    }
}

#investmentPage .pageContent .zhonglei-1 .cenBox {
    width: 90%;
    position: relative
}

@media (max-width:1024px) {
    #investmentPage .pageContent .zhonglei-1 .cenBox {
        width: 100%
    }
}

#investmentPage .pageContent .zhonglei-1 .cenBox .thisBox {
    position: relative;
    z-index: 1;
    padding: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    #investmentPage .pageContent .zhonglei-1 .cenBox .thisBox {
        padding: 6vw
    }
}

#investmentPage .pageContent .zhonglei-1 .cenBox .thisBox .coutBox {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: unset
}

@media (max-width:1024px) {
    #investmentPage .pageContent .zhonglei-1 .cenBox .thisBox .coutBox {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

#investmentPage .pageContent .zhonglei-1 .cenBox .thisBox .coutBox .zhongleiBox {
    width: 23%;
    border-radius: 40px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    #investmentPage .pageContent .zhonglei-1 .cenBox .thisBox .coutBox .zhongleiBox {
        margin-bottom: 4vw;
        width: 100%;
        border-radius: 4vw
    }
}

#investmentPage .pageContent .zhonglei-1 .cenBox .thisBox .coutBox .zhongleiBox .topBt {
    width: 100%;
    font-size: 34px;
    font-weight: bold;
    height: 70px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    color: #fff;
    background-color: #d8b271
}

@media (max-width:1024px) {
    #investmentPage .pageContent .zhonglei-1 .cenBox .thisBox .coutBox .zhongleiBox .topBt {
        height: 10vw;
        font-size: 5vw
    }
}

#investmentPage .pageContent .zhonglei-1 .cenBox .thisBox .coutBox .zhongleiBox .listBox {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    padding: 40px 20px;
    background-color: #fff
}

@media (max-width:1024px) {
    #investmentPage .pageContent .zhonglei-1 .cenBox .thisBox .coutBox .zhongleiBox .listBox {
        padding: 5vw;
        height: 80vw
    }
}

#investmentPage .pageContent .zhonglei-1 .cenBox .thisBox .coutBox .zhongleiBox .listBox .swiper {
    height: 21.5vw
}

@media (max-width:1024px) {
    #investmentPage .pageContent .zhonglei-1 .cenBox .thisBox .coutBox .zhongleiBox .listBox .swiper {
        height: 100%;
        width: calc(100% - 4px)
    }
}

@media (min-width:1024px) {
    #investmentPage .pageContent .zhonglei-1 .cenBox .thisBox .coutBox .zhongleiBox .listBox .swiper .swiper-wrapper {
        transition-duration: .5s !important
    }
}

#investmentPage .pageContent .zhonglei-1 .cenBox .thisBox .coutBox .zhongleiBox .listBox .swiper .swiper-slide {
    height: unset;
    margin-bottom: 10px;
    width: 100%
}

#investmentPage .pageContent .zhonglei-1 .cenBox .thisBox .coutBox .zhongleiBox .listBox .swiper .swiper-slide .title {
    font-weight: bold;
    font-size: 18px
}

#investmentPage .pageContent .zhonglei-1 .cenBox .thisBox .coutBox .zhongleiBox .listBox .swiper .swiper-slide .content p {
    font-size: 16px
}

@media (max-width:1600px) {
    #investmentPage .pageContent .zhonglei-1 .cenBox .thisBox .coutBox .zhongleiBox .listBox .swiper .swiper-slide .content p {
        font-size: 16px
    }
}

#investmentPage .pageContent .zhonglei-1 .cenBox .thisBox .coutBox .zhongleiBox .listBox .swiper::-webkit-scrollbar {
    width: 1px
}

#investmentPage .pageContent .zhonglei-1 .cenBox .thisBox .coutBox .zhongleiBox .listBox .rightScrollbar {
    width: 4px;
    height: 100%;
    background-color: #f3f3f3
}

#investmentPage .pageContent .zhonglei-1 .cenBox .thisBox .coutBox .zhongleiBox .listBox .rightScrollbar .swiper-scrollbar-drag {
    background-color: #d8b271
}

@media (min-width:1024px) {
    #investmentPage .pageContent .zhonglei-1 .cenBox .thisBox .coutBox .zhongleiBox .listBox .rightScrollbar .swiper-scrollbar-drag {
        transition-duration: .5s !important
    }
}

#investmentPage .pageContent .zhonglei-1 .cenBox .bgImg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
}

#investmentPage .pageContent .zhonglei-1 .cenBox .bgImg img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

#investmentPage .pageContent .zhonglei-2 {
    padding-bottom: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1600px) {
    #investmentPage .pageContent .zhonglei-2 {
        padding-bottom: 80px
    }
}

@media (max-width:1300px) {
    #investmentPage .pageContent .zhonglei-2 {
        padding-bottom: 6vw
    }
}

@media (max-width:1024px) {
    #investmentPage .pageContent .zhonglei-2 {
        padding-bottom: 12vw
    }
}

@media (max-width:1024px) {
    #investmentPage .pageContent .zhonglei-2 {
        padding-top: 100px
    }
}

@media (max-width:1024px) and (max-width:1600px) {
    #investmentPage .pageContent .zhonglei-2 {
        padding-top: 80px
    }
}

@media (max-width:1024px) and (max-width:1300px) {
    #investmentPage .pageContent .zhonglei-2 {
        padding-top: 6vw
    }
}

@media (max-width:1024px) and (max-width:1024px) {
    #investmentPage .pageContent .zhonglei-2 {
        padding-top: 12vw
    }
}

#investmentPage .pageContent .zhonglei-2 .def1 {
    color: #d8b271;
    font-weight: bold;
    font-size: 50px;
    margin-bottom: 24px
}

#investmentPage .pageContent .zhonglei-2 .def2 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 50px;
    color: #545454
}

#investmentPage .pageContent .zhonglei-2 .def3 {
    font-size: 3.2vw;
    color: #333;
    margin-bottom: 30px
}

@media (max-width:1024px) {
    #investmentPage .pageContent .zhonglei-2 .def3 {
        font-size: 10vw
    }
}

#investmentPage .pageContent .zhonglei-2 .def3 span {
    font-size: 5vw;
    color: #d8b271;
    margin-right: 10px;
    font-family: 'bas'
}

@media (max-width:1024px) {
    #investmentPage .pageContent .zhonglei-2 .def3 span {
        font-size: 18vw
    }
}

#investmentPage .pageContent .zhonglei-2 .cenBox {
    width: 100%
}

#investmentPage .pageContent .zhonglei-2 .cenBox .ul .li {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    background-image: url(../img/oembg.jpg);
    height: 42vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    #investmentPage .pageContent .zhonglei-2 .cenBox .ul .li {
        padding-bottom: 10vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset;
        height: unset
    }
}

#investmentPage .pageContent .zhonglei-2 .cenBox .ul .li .left {
    position: relative;
    z-index: 1;
    width: 50%;
    height: 100%
}

@media (max-width:1024px) {
    #investmentPage .pageContent .zhonglei-2 .cenBox .ul .li .left {
        width: 100%
    }
}

#investmentPage .pageContent .zhonglei-2 .cenBox .ul .li .left .imgBox {
    transform: translateX(-100%);
    width: 100%;
    height: 100%
}

@media (max-width:1024px) {
    #investmentPage .pageContent .zhonglei-2 .cenBox .ul .li .left .imgBox {
        height: 80vw
    }
}

#investmentPage .pageContent .zhonglei-2 .cenBox .ul .li .left .imgBox .img {
    object-fit: contain
}

#investmentPage .pageContent .zhonglei-2 .cenBox .ul .li .left .imgBox.aos-animate {
    transform: translateX(0)
}

#investmentPage .pageContent .zhonglei-2 .cenBox .ul .li .right {
    position: relative;
    z-index: 1;
    padding-left: 40px;
    padding-bottom: 4vw;
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    #investmentPage .pageContent .zhonglei-2 .cenBox .ul .li .right {
        width: 100%;
        padding: 0 6vw
    }
}

#investmentPage .pageContent .zhonglei-2 .cenBox .ul .li .right .box {
    width: 80%
}

@media (max-width:1024px) {
    #investmentPage .pageContent .zhonglei-2 .cenBox .ul .li .right .box {
        width: 100%
    }
}

#investmentPage .pageContent .zhonglei-2 .cenBox .ul .li .right .box .biaoti {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset
}

#investmentPage .pageContent .zhonglei-2 .cenBox .ul .li .right .box .biaoti .name {
    font-size: 2.4vw;
    font-weight: bold;
    font-family: auto;
    line-height: 1em
}

@media (max-width:1024px) {
    #investmentPage .pageContent .zhonglei-2 .cenBox .ul .li .right .box .biaoti .name {
        font-size: 7vw
    }
}

#investmentPage .pageContent .zhonglei-2 .cenBox .ul .li .right .box .biaoti .subname {
    position: relative;
    font-size: 1.2vw;
    color: #e9773b;
    margin-left: 20px
}

#investmentPage .pageContent .zhonglei-2 .cenBox .ul .li .right .box .biaoti .subname::before {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 1px;
    height: 20px;
    top: calc(50% - 10px);
    left: -10px
}

#investmentPage .pageContent .zhonglei-2 .cenBox .ul .li .right .box .xiams {
    margin-top: 2vw;
    font-size: 1.4vw
}

@media (max-width:1024px) {
    #investmentPage .pageContent .zhonglei-2 .cenBox .ul .li .right .box .xiams {
        font-size: 4vw
    }
}

#investmentPage .pageContent .zhonglei-2 .cenBox .ul .li .right .box .nav2Box {
    margin-top: 3vw;
    padding: 1vw 0;
    border: 1px solid #999;
    border-right: none;
    border-left: none
}

@media (max-width:1024px) {
    #investmentPage .pageContent .zhonglei-2 .cenBox .ul .li .right .box .nav2Box {
        padding: 3vw 0
    }
}

#investmentPage .pageContent .zhonglei-2 .cenBox .ul .li .right .box .nav2Box .nav2 {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: unset;
    flex-wrap: wrap
}

#investmentPage .pageContent .zhonglei-2 .cenBox .ul .li .right .box .nav2Box .nav2 .li2 {
    margin-right: 1vw;
    padding: .6vw 0
}

@media (max-width:1024px) {
    #investmentPage .pageContent .zhonglei-2 .cenBox .ul .li .right .box .nav2Box .nav2 .li2 {
        padding: 2vw 0;
        margin-right: 3vw
    }
}

#investmentPage .pageContent .zhonglei-2 .cenBox .ul .li .right .box .nav2Box .nav2 .li2 .aBox {
    padding: 4px 20px;
    transition-duration: .5s;
    transition-property: all;
    border-radius: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset;
    animation: ripple11 1s linear 0s infinite normal
}

@media (max-width:1024px) {
    #investmentPage .pageContent .zhonglei-2 .cenBox .ul .li .right .box .nav2Box .nav2 .li2 .aBox {
        padding: 1vw 4vw
    }
}

@media (max-width:1300px) {
    #investmentPage .pageContent .zhonglei-2 .cenBox .ul .li .right .box .nav2Box .nav2 .li2 .aBox img {
        width: 16px
    }
}

#investmentPage .pageContent .zhonglei-2 .cenBox .ul .li .right .box .nav2Box .nav2 .li2 .aBox .txt {
    font-size: 1.1vw;
    margin-left: 6px
}

@media (max-width:1024px) {
    #investmentPage .pageContent .zhonglei-2 .cenBox .ul .li .right .box .nav2Box .nav2 .li2 .aBox .txt {
        font-size: 4vw
    }
}

#investmentPage .pageContent .zhonglei-2 .cenBox .ul .li .right .box .nav2Box .nav2 .li2 .aBox .txt i {
    font-size: 1.2vw
}

@media (max-width:1024px) {
    #investmentPage .pageContent .zhonglei-2 .cenBox .ul .li .right .box .nav2Box .nav2 .li2 .aBox .txt i {
        font-size: 4vw
    }
}

#investmentPage .pageContent .zhonglei-2 .cenBox .ul .li .right .box .nav2Box .nav2 .li2 .aBox:hover {
    background-color: #cad1d5
}

@keyframes ripple11 {
    0% {
        box-shadow: 0 0 0 0 rgba(102, 102, 102, 0.15), 0 0 0 5px rgba(102, 102, 102, 0.15)
    }

    100% {
        box-shadow: 0 0 0 5px rgba(102, 102, 102, 0.15), 0 0 0 10px rgba(102, 102, 102, 0)
    }
}

#investmentPage .pageContent .zhonglei-2 .cenBox .ul .li::after {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 70%;
    height: 7vw;
    background-image: url(../img/banzi.png);
    background-size: 100% 100%;
    bottom: 12%;
    left: 0
}

@media (max-width:1024px) {
    #investmentPage .pageContent .zhonglei-2 .cenBox .ul .li::after {
        width: 102%;
        height: 14vw;
        top: 59vw
    }
}

@media (min-width:1024px) {
    #investmentPage .pageContent .zhonglei-2 .cenBox .ul .li:nth-child(even) {
        flex-direction: row-reverse
    }

    #investmentPage .pageContent .zhonglei-2 .cenBox .ul .li:nth-child(even) .left .imgBox {
        transform: translateX(100%)
    }

    #investmentPage .pageContent .zhonglei-2 .cenBox .ul .li:nth-child(even) .left .imgBox.aos-animate {
        transform: translateX(0)
    }

    #investmentPage .pageContent .zhonglei-2 .cenBox .ul .li:nth-child(even) .right {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        flex-wrap: unset
    }

    #investmentPage .pageContent .zhonglei-2 .cenBox .ul .li:nth-child(even)::after {
        right: 0;
        left: unset;
        transform: rotateY(180deg)
    }
}

#investmentPage .pageContent .youshi .cenBox {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    #investmentPage .pageContent .youshi .cenBox {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset;
        width: 100%
    }
}

#investmentPage .pageContent .youshi .cenBox .left {
    padding-right: 20px;
    width: 70%
}

@media (max-width:1300px) {
    #investmentPage .pageContent .youshi .cenBox .left {
        padding-right: 40px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    #investmentPage .pageContent .youshi .cenBox .left {
        width: 100%;
        padding-right: 0
    }
}

#investmentPage .pageContent .youshi .cenBox .left .miaoshu {
    text-indent: 2em
}

#investmentPage .pageContent .youshi .cenBox .left .miaoshu p {
    font-size: 16px
}

@media (max-width:1600px) {
    #investmentPage .pageContent .youshi .cenBox .left .miaoshu p {
        font-size: 16px
    }
}

#investmentPage .pageContent .youshi .cenBox .right {
    width: 100%
}

@media (max-width:1024px) {
    #investmentPage .pageContent .youshi .cenBox .right {
        margin-top: 8vw;
        width: 100%
    }
}

#investmentPage .pageContent .youshi .cenBox .right .shujuBox .list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

#investmentPage .pageContent .youshi .cenBox .right .shujuBox .list li {
    flex: unset;
    width: 200px
}

@media (max-width:1024px) {
    #investmentPage .pageContent .youshi .cenBox .right .shujuBox .list li {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

#investmentPage .pageContent .youshi .tedian .superiorityMod-19 .titleNormal {
    display: none
}

@media (max-width:1024px) {
    #investmentPage .pageContent .youshi .tedian .superiorityMod-19 .cenBox {
        width: 100%
    }
}

@media (max-width:1024px) {
    #investmentPage .pageContent .youshi .tedian .superiorityMod-19 .cenBox .ul {
        display: flex;
        flex-direction: row;
        align-items: unset;
        justify-content: unset;
        flex-wrap: wrap
    }
}

#investmentPage .pageContent .youshi .tedian .superiorityMod-19 .cenBox .ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    #investmentPage .pageContent .youshi .tedian .superiorityMod-19 .cenBox .ul li {
        flex: unset;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset;
        width: 50%
    }
}

@media (max-width:1300px) {
    #investmentPage .pageContent .youshi .tedian .superiorityMod-19 .cenBox .ul li .cardBox {
        height: 26vw
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    #investmentPage .pageContent .youshi .tedian .superiorityMod-19 .cenBox .ul li .cardBox {
        height: 60vw;
        width: 100%
    }
}

#investmentPage .pageContent .youshi .tedian .superiorityMod-19 .cenBox .ul li .cardBox .onMian .boxC {
    background-color: rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

#investmentPage .pageContent .youshi .tedian .superiorityMod-19 .cenBox .ul li .cardBox .onMian .boxC .title {
    color: #fff;
    font-size: 24px
}

@media (max-width:1300px) {
    #investmentPage .pageContent .youshi .tedian .superiorityMod-19 .cenBox .ul li .cardBox .onMian .boxC .title {
        font-size: 18px
    }
}

@media (max-width:1300px) {
    #investmentPage .pageContent .youshi .tedian .superiorityMod-19 .cenBox .ul li .cardBox .backMian .boxC {
        padding: 20px
    }
}

#investmentPage .pageContent .youshi .tedian .superiorityMod-19 .cenBox .ul li .cardBox .backMian .boxC .title {
    font-size: 24px;
    margin-bottom: 20px
}

@media (max-width:1300px) {
    #investmentPage .pageContent .youshi .tedian .superiorityMod-19 .cenBox .ul li .cardBox .backMian .boxC .title {
        font-size: 18px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    #investmentPage .pageContent .youshi .tedian .superiorityMod-19 .cenBox .ul li .cardBox .backMian .boxC .title {
        font-size: 4vw;
        margin-bottom: 1vw
    }
}

@media (max-width:1024px) {
    #investmentPage .pageContent .youshi .tedian .superiorityMod-19 .cenBox .ul li .cardBox .backMian .boxC .miaoshu p {
        line-height: 1.5em
    }
}

.inxyoushi .superiorityMod-19 .cenBox .ul{
    width: 100%;
    display: flex;
    flex-direction: row;
    margin: auto;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
}
@media (max-width:1024px) {
    .inxyoushi .superiorityMod-19 .cenBox .ul{
  display: contents;
    flex-wrap: wrap;
}
 .inxyoushi .superiorityMod-19 .cenBox .ul li{
     height: 100%;
    width: 100%;
 }
.inxyoushi .superiorityMod-19 .cenBox .ul li .cardBox {
    width: 100%;
    box-shadow: 1px 6px 8px #67483475;
    height: 82vw;
    border-radius: 20px;
    perspective: 1000px;
}
.inxyoushi .superiorityMod-19 .cenBox .ul li .cardBox .onMian .bg{
    object-fit: contain;
}
}

#investmentPage .pageContent .youshiTab {
    padding-bottom: 100px
}

@media (max-width:1600px) {
    #investmentPage .pageContent .youshiTab {
        padding-bottom: 80px
    }
}

@media (max-width:1300px) {
    #investmentPage .pageContent .youshiTab {
        padding-bottom: 6vw
    }
}

@media (max-width:1024px) {
    #investmentPage .pageContent .youshiTab {
        padding-bottom: 12vw
    }
}

@media (max-width:1024px) {
    #investmentPage .pageContent .youshiTab .cenBox {
        width: 100%
    }
}

#investmentPage .pageContent .youshiTab .cenBox .tabBox {
    height: 100px
}

@media (max-width:1024px) {
    #investmentPage .pageContent .youshiTab .cenBox .tabBox {
        height: 18vw
    }
}

#investmentPage .pageContent .youshiTab .cenBox .tabBox ul {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: space-between;
    flex-wrap: unset
}

#investmentPage .pageContent .youshiTab .cenBox .tabBox ul li {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: unset
}

@media (max-width:1024px) {
    #investmentPage .pageContent .youshiTab .cenBox .tabBox ul li {
        width: 70%
    }
}

#investmentPage .pageContent .youshiTab .cenBox .tabBox ul li .box {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    height: 70%;
    transition-duration: .3s;
    transition-property: all;
    cursor: pointer;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border: 1px solid #ccc;
    border-bottom: none
}

#investmentPage .pageContent .youshiTab .cenBox .tabBox ul li .box i {
    font-size: 30px;
    transition-duration: .5s;
    transition-property: all;
    transform: scale(.8)
}

#investmentPage .pageContent .youshiTab .cenBox .tabBox ul li .box .cn {
    font-size: 20px;
    margin-left: 10px;
    transition-duration: .5s;
    transition-property: all;
    opacity: .9
}

@media (max-width:1600px) {
    #investmentPage .pageContent .youshiTab .cenBox .tabBox ul li .box .cn {
        font-size: 18px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    #investmentPage .pageContent .youshiTab .cenBox .tabBox ul li .box .cn {
        font-size: 16px
    }
}

@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
    #investmentPage .pageContent .youshiTab .cenBox .tabBox ul li .box .cn {
        font-size: 4vw;
        font-weight: bold
    }
}

#investmentPage .pageContent .youshiTab .cenBox .tabBox ul li.on .box {
    height: 100%;
    background-color: #d8b271;
    border-color: transparent
}

#investmentPage .pageContent .youshiTab .cenBox .tabBox ul li.on .box i {
    color: #d8b271;
    transform: scale(1)
}

#investmentPage .pageContent .youshiTab .cenBox .tabBox ul li.on .box .cn {
    opacity: 1;
    font-size: 28px;
    color: #fff;
}

#investmentPage .pageContent .youshiTab .cenBox .contentBox {
    width: 100%;
    height: 500px;
    background-color: #d8b271;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px
}

@media (max-width:1300px) {
    #investmentPage .pageContent .youshiTab .cenBox .contentBox {
        height: 440px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    #investmentPage .pageContent .youshiTab .cenBox .contentBox {
        height: unset
    }
}

#investmentPage .pageContent .youshiTab .cenBox .contentBox .ul1 {
    position: relative;
    width: 100%;
    height: 100%
}

@media (max-width:1024px) {
    #investmentPage .pageContent .youshiTab .cenBox .contentBox .ul1 {
        transition-duration: .5s;
        transition-property: all
    }
}

#investmentPage .pageContent .youshiTab .cenBox .contentBox .ul1 .li1 {
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    position: absolute
}

@media (max-width:1024px) {
    #investmentPage .pageContent .youshiTab .cenBox .contentBox .ul1 .li1 {
        height: unset;
        transition-duration: .5s;
        transition-property: all
    }
}

#investmentPage .pageContent .youshiTab .cenBox .contentBox .ul1 .li1 .box {
    padding: 50px 80px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1300px) {
    #investmentPage .pageContent .youshiTab .cenBox .contentBox .ul1 .li1 .box {
        padding: 40px 50px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    #investmentPage .pageContent .youshiTab .cenBox .contentBox .ul1 .li1 .box {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset;
        padding: 8vw
    }
}

#investmentPage .pageContent .youshiTab .cenBox .contentBox .ul1 .li1 .box .imgBox {
    overflow: hidden;
    border-radius: 40px;
    width: 45%;
    height: 100%
}

@media (max-width:1024px) {
    #investmentPage .pageContent .youshiTab .cenBox .contentBox .ul1 .li1 .box .imgBox {
        border-radius: 4vw;
        width: 100%;
        height: 44vw
    }
}

#investmentPage .pageContent .youshiTab .cenBox .contentBox .ul1 .li1 .box .txtBox {
    padding-left: 80px;
    width: 55%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1300px) {
    #investmentPage .pageContent .youshiTab .cenBox .contentBox .ul1 .li1 .box .txtBox {
        padding-left: 40px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    #investmentPage .pageContent .youshiTab .cenBox .contentBox .ul1 .li1 .box .txtBox {
        padding-left: 0;
        width: 100%
    }
}

#investmentPage .pageContent .youshiTab .cenBox .contentBox .ul1 .li1 .box .txtBox .ul2 .li2 {
    margin: 10px 0
}

#investmentPage .pageContent .youshiTab .cenBox .contentBox .ul1 .li1 .box .txtBox .ul2 .li2 .title {
    position: relative;
    font-size: 24px;
    font-weight: bold;
    padding-left: 30px;
    color: #fff;
    text-align: center;
}
#investmentPage .pageContent .youshiTab .cenBox .contentBox .ul1 .li1 .box .txtBox .ul2 .li2 .txt p{color: #fff; font-size: 18px;}

#investmentPage .pageContent .youshiTab .cenBox .contentBox .ul1 .li1 .box .txtBox .ul2 .li2 .title::before {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 16px;
    height: 16px;
    top: calc(50% - 7px);
    left: 0;
    background-color: #d8b271;
    border-radius: 7px
}

@media (max-width:1300px) {
    #investmentPage .pageContent .youshiTab .cenBox .contentBox .ul1 .li1 .box .txtBox .ul2 .li2 .txt p {
        font-size: 14px
    }
}

#investmentPage .pageContent .youshiTab .cenBox .contentBox .ul1 .li1.on {
    opacity: 1;
    transition-duration: .5s;
    transition-property: all;
    pointer-events: auto
}

#investmentPage .pageContent .youshiTab .cenBox .contentBox .ul1 .li1.turnLeft {
    transform: translateX(-80px);
    opacity: 0;
    transition-duration: .5s;
    transition-property: all
}

#investmentPage .pageContent .youshiTab .cenBox .contentBox .ul1 .li1.turnRight {
    transform: translateX(80px);
    opacity: 0;
    transition-duration: .5s;
    transition-property: all
}

#investmentPage .pageContent .youshiTab .cenBox .contentBox .ul1 .li1.joinLeft {
    opacity: 0;
    transform: translateX(80px)
}

#investmentPage .pageContent .youshiTab .cenBox .contentBox .ul1 .li1.joinRight {
    opacity: 0;
    transform: translateX(-80px)
}

#investmentPage .pageContent .liuchng {
    width: 100%
}

#investmentPage .pageContent .liuchng .thisBox {
    width: 100%
}

#investmentPage .pageContent .liuchng .thisBox .list {
    backdrop-filter: blur(6px);
    height: 30vw;
    width: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    #investmentPage .pageContent .liuchng .thisBox .list {
        height: unset;
        padding: 6vw 0;
        display: flex;
        flex-direction: row;
        align-items: unset;
        justify-content: unset;
        flex-wrap: wrap;
        background-color: rgba(0, 0, 0, 0.6)
    }
}

#investmentPage .pageContent .liuchng .thisBox .list li {
    position: relative;
    height: 100%;
    flex: 1
}

@media (max-width:1024px) {
    #investmentPage .pageContent .liuchng .thisBox .list li {
        flex: unset;
        height: 60vw;
        width: 50%
    }
}

#investmentPage .pageContent .liuchng .thisBox .list li .kuang {
    position: relative;
    z-index: 1;
    height: 100%;
    padding: 0 40px;
    padding-top: 100px;
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1600px) {
    #investmentPage .pageContent .liuchng .thisBox .list li .kuang {
        padding: 0 20px;
        padding-top: 7vw
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    #investmentPage .pageContent .liuchng .thisBox .list li .kuang {
        padding-top: 4vw
    }
}

#investmentPage .pageContent .liuchng .thisBox .list li .kuang .coutBox {
    transform: translateY(80px);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset;
    transition-duration: .5s;
    transition-property: all
}

#investmentPage .pageContent .liuchng .thisBox .list li .kuang .coutBox .img {
    width: 40px;
    height: 40px;
    transition-duration: .5s;
    transition-property: all;
    margin-bottom: 60px
}

@media (max-width:1600px) {
    #investmentPage .pageContent .liuchng .thisBox .list li .kuang .coutBox .img {
        margin-bottom: 30px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    #investmentPage .pageContent .liuchng .thisBox .list li .kuang .coutBox .img {
        width: 30px;
        height: 30px
    }
}

#investmentPage .pageContent .liuchng .thisBox .list li .kuang .coutBox .textCout {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

#investmentPage .pageContent .liuchng .thisBox .list li .kuang .coutBox .textCout .num {
    position: absolute;
    bottom: 0;
    font-size: 140px;
    line-height: 1em;
    opacity: 0;
    left: 50%;
    transform: translate(-50%, 40px);
    font-weight: bold;
    color: #fff;
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1600px) {
    #investmentPage .pageContent .liuchng .thisBox .list li .kuang .coutBox .textCout .num {
        font-size: 100px
    }
}

@media (max-width:1600px) and (max-width:1024px) {
    #investmentPage .pageContent .liuchng .thisBox .list li .kuang .coutBox .textCout .num {
        font-size: 16vw
    }
}

#investmentPage .pageContent .liuchng .thisBox .list li .kuang .coutBox .textCout .title {
    font-size: 24px;
    color: #fff;
    font-weight: bold
}

@media (max-width:1300px) {
    #investmentPage .pageContent .liuchng .thisBox .list li .kuang .coutBox .textCout .title {
        font-size: 18px
    }
}

#investmentPage .pageContent .liuchng .thisBox .list li .kuang .coutBox .textCout i {
    width: 40px;
    height: 4px;
    border-radius: 2px;
    background-color: #d8b271;
    margin: 10px 0
}

#investmentPage .pageContent .liuchng .thisBox .list li .kuang .coutBox .textCout .content {
    pointer-events: none;
    opacity: 0;
    transition-duration: .5s;
    transition-property: all
}

#investmentPage .pageContent .liuchng .thisBox .list li .kuang .coutBox .textCout .content p {
    color: #fff;
    font-size: 16px
}

@media (max-width:1300px) {
    #investmentPage .pageContent .liuchng .thisBox .list li .kuang .coutBox .textCout .content p {
        font-size: 14px
    }
}

#investmentPage .pageContent .liuchng .thisBox .list li .jiantou {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 2;
    transform: translate(50%, -50%)
}

#investmentPage .pageContent .liuchng .thisBox .list li .jiantou i {
    color: #fff;
    font-size: 20px
}

#investmentPage .pageContent .liuchng .thisBox .list li:last-child .jiantou {
    display: none
}

#investmentPage .pageContent .liuchng .thisBox .list li::after {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 100%;
    height: 0;
    top: 0;
    transition-duration: .5s;
    transition-property: all;
    background-color: rgba(0, 0, 0, 0.4);
    left: 0
}

@media (max-width:1024px) {
    #investmentPage .pageContent .liuchng .thisBox .list li::after {
        display: none
    }
}

@media (max-width:1024px) {
    #investmentPage .pageContent .liuchng .thisBox .list li .kuang .coutBox {
        transform: translateY(0)
    }

    #investmentPage .pageContent .liuchng .thisBox .list li .kuang .coutBox .img {
        opacity: 0;
        pointer-events: none
    }

    #investmentPage .pageContent .liuchng .thisBox .list li .kuang .coutBox .textCout .num {
        transform: translate(-50%, 0);
        opacity: .2;
        transition-delay: .4s
    }

    #investmentPage .pageContent .liuchng .thisBox .list li .kuang .coutBox .textCout .content {
        opacity: 1;
        pointer-events: auto
    }

    #investmentPage .pageContent .liuchng .thisBox .list li::after {
        height: 100%
    }
}

@media (max-width:1024px) and (max-width:1024px) {
    #investmentPage .pageContent .liuchng .thisBox .list li .kuang .coutBox .img {
        opacity: 1;
        pointer-events: auto;
        margin-bottom: 4vw
    }
}

#investmentPage .pageContent .liuchng .thisBox .list li:hover .kuang .coutBox {
    transform: translateY(0)
}

#investmentPage .pageContent .liuchng .thisBox .list li:hover .kuang .coutBox .img {
    opacity: 0;
    pointer-events: none
}

@media (max-width:1024px) {
    #investmentPage .pageContent .liuchng .thisBox .list li:hover .kuang .coutBox .img {
        opacity: 1;
        pointer-events: auto;
        margin-bottom: 4vw
    }
}

#investmentPage .pageContent .liuchng .thisBox .list li:hover .kuang .coutBox .textCout .num {
    transform: translate(-50%, 0);
    opacity: .2;
    transition-delay: .4s
}

#investmentPage .pageContent .liuchng .thisBox .list li:hover .kuang .coutBox .textCout .content {
    opacity: 1;
    pointer-events: auto
}

#investmentPage .pageContent .liuchng .thisBox .list li:hover::after {
    height: 100%
}

#investmentPage .pageContent .peitao {
    padding: 100px 0
}

@media (max-width:1600px) {
    #investmentPage .pageContent .peitao {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    #investmentPage .pageContent .peitao {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    #investmentPage .pageContent .peitao {
        padding: 12vw 0
    }
}

#investmentPage .pageContent .peitao .cenBox .ul {
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: unset;
    flex-wrap: wrap
}

#investmentPage .pageContent .peitao .cenBox .ul .li {
    width: 25%;
    margin-bottom: 20px
}

@media (max-width:1024px) {
    #investmentPage .pageContent .peitao .cenBox .ul .li {
        width: 50%
    }
}

#investmentPage .pageContent .peitao .cenBox .ul .li .box {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

#investmentPage .pageContent .peitao .cenBox .ul .li .box .imgBox {
    height: 200px;
    overflow: hidden;
    border-radius: 10px
}

@media (max-width:1024px) {
    #investmentPage .pageContent .peitao .cenBox .ul .li .box .imgBox {
        height: 26vw
    }
}

#investmentPage .pageContent .peitao .cenBox .ul .li .box .title {
    font-size: 20px;
    margin-top: 10px;
    text-align: center
}

@media (max-width:1024px) {
    #investmentPage .pageContent .peitao .cenBox .ul .li .box .title {
        font-size: 3.2vw
    }
}

#investmentPage .pageContent .cases {
    position: relative
}

#investmentPage .pageContent .cases .allCout {
    padding: 100px 0;
    position: relative;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.06)
}

@media (max-width:1600px) {
    #investmentPage .pageContent .cases .allCout {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    #investmentPage .pageContent .cases .allCout {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    #investmentPage .pageContent .cases .allCout {
        padding: 12vw 0
    }
}

#investmentPage .pageContent .cases .allCout .logoBox {
    width: 1400px;
    margin: 0 auto
}

@media (max-width:1600px) {
    #investmentPage .pageContent .cases .allCout .logoBox {
        width: 88%
    }
}

@media (max-width:1300px) {
    #investmentPage .pageContent .cases .allCout .logoBox {
        width: 90%
    }
}

@media (max-width:1024px) {
    #investmentPage .pageContent .cases .allCout .logoBox {
        width: 84%
    }
}

#investmentPage .pageContent .cases .allCout .logoBox .ul {
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: center;
    flex-wrap: wrap
}

#investmentPage .pageContent .cases .allCout .logoBox .ul .li {
    padding: 20px;
    width: 16.66666%
}

#investmentPage .pageContent .cases .allCout .logoBox .ul .li .box {
    padding: 10px;
    background-color: #fff;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    aspect-ratio: 1
}

#investmentPage .pageContent .cases .allCout .logoBox .ul .li .box img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

#investmentPage .pageContent .cases .allCout .logoBox .cenSort {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    font-size: 50px;
    color: #d8b271;
    font-weight: bold;
    font-family: 'syst'
}

#investmentPage .pageContent .cases .bgImg {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .2
}

#investmentPage .pageContent .cases .bgImg img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#recruitPage .pageContent {
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

#recruitPage .pageContent .shuoming {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 1500px;
    margin: 0 auto
}

@media (max-width:1600px) {
    #recruitPage .pageContent .shuoming {
        width: 88%
    }
}

@media (max-width:1300px) {
    #recruitPage .pageContent .shuoming {
        width: 90%
    }
}

@media (max-width:1024px) {
    #recruitPage .pageContent .shuoming {
        width: 84%
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    #recruitPage .pageContent .shuoming {
        width: 100%;
        padding-top: 100px
    }
}

@media (max-width:1300px) and (max-width:1024px) and (max-width:1600px) {
    #recruitPage .pageContent .shuoming {
        padding-top: 80px
    }
}

@media (max-width:1300px) and (max-width:1024px) and (max-width:1300px) {
    #recruitPage .pageContent .shuoming {
        padding-top: 6vw
    }
}

@media (max-width:1300px) and (max-width:1024px) and (max-width:1024px) {
    #recruitPage .pageContent .shuoming {
        padding-top: 12vw
    }
}

#recruitPage .pageContent .shuoming .title {
    font-size: 36px;
    font-family: 'syst'
}

@media (max-width:1024px) {
    #recruitPage .pageContent .shuoming .title {
        font-size: 7vw;
        text-align: center
    }
}

#recruitPage .pageContent .shuoming .xian {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 1500px;
    margin: 0 auto;
    margin: 40px 0;
    height: 2px;
    border-bottom: 2px;
    background-color: #ccc
}

@media (max-width:1600px) {
    #recruitPage .pageContent .shuoming .xian {
        width: 88%
    }
}

@media (max-width:1300px) {
    #recruitPage .pageContent .shuoming .xian {
        width: 90%
    }
}

@media (max-width:1024px) {
    #recruitPage .pageContent .shuoming .xian {
        width: 84%
    }
}

@media (max-width:1024px) {
    #recruitPage .pageContent .shuoming .xian {
        margin: 10vw 0
    }
}

#recruitPage .pageContent .shuoming .xian i {
    margin-top: -2px;
    height: 4px;
    display: block;
    width: 40px;
    background-color: #d8b271
}

#recruitPage .pageContent .shuoming .miaoshu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    #recruitPage .pageContent .shuoming .miaoshu {
        width: 1500px;
        margin: 0 auto
    }
}

@media (max-width:1024px) and (max-width:1600px) {
    #recruitPage .pageContent .shuoming .miaoshu {
        width: 88%
    }
}

@media (max-width:1024px) and (max-width:1300px) {
    #recruitPage .pageContent .shuoming .miaoshu {
        width: 90%
    }
}

@media (max-width:1024px) and (max-width:1024px) {
    #recruitPage .pageContent .shuoming .miaoshu {
        width: 84%
    }
}

#recruitPage .pageContent .shuoming .miaoshu .ss {
    text-align: center
}

#recruitPage .pageContent .shuoming .miaoshu .ss p {
    font-size: 18px;
    line-height: 2em
}

@media (max-width:1024px) {
    #recruitPage .pageContent .shuoming .miaoshu .ss p {
        font-size: 3.6vw
    }
}

#recruitPage .pageContent .shuoming .miaoshu .ss img {
    width: 100%
}

@media (max-width:1300px) {
    #recruitPage .pageContent .shuoming .miaoshu .ss {
        font-size: 16px
    }
}

#recruitPage .pageContent .recruitBoxAll {
    padding: 80px;
    background-color: #e5e5e5;
    width: 1500px;
    margin: 0 auto;
    margin-top: 80px
}

@media (max-width:1600px) {
    #recruitPage .pageContent .recruitBoxAll {
        width: 88%
    }
}

@media (max-width:1300px) {
    #recruitPage .pageContent .recruitBoxAll {
        width: 90%
    }
}

@media (max-width:1024px) {
    #recruitPage .pageContent .recruitBoxAll {
        width: 84%
    }
}

@media (max-width:1024px) {
    #recruitPage .pageContent .recruitBoxAll {
        width: 100%;
        margin-top: 10vw;
        padding: 6vw
    }
}

#recruitPage .pageContent .recruitBoxAll .searchBtn {
    margin-bottom: 60px;
    width: 100%;
    height: 46px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset
}

@media (max-width:1024px) {
    #recruitPage .pageContent .recruitBoxAll .searchBtn {
        margin-bottom: 10vw
    }
}

#recruitPage .pageContent .recruitBoxAll .searchBtn .input {
    position: relative;
    width: 55%;
    height: 100%;
    border: 1px solid #cacaca
}

@media (max-width:1024px) {
    #recruitPage .pageContent .recruitBoxAll .searchBtn .input {
        width: 100%
    }
}

#recruitPage .pageContent .recruitBoxAll .searchBtn .input input {
    width: 100%;
    height: 100%;
    padding-left: 80px
}

#recruitPage .pageContent .recruitBoxAll .searchBtn .input input::placeholder {
    color: #ccc
}

#recruitPage .pageContent .recruitBoxAll .searchBtn .input i {
    color: #666;
    font-size: 16px;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%)
}

#recruitPage .pageContent .recruitBoxAll .searchBtn .submit {
    width: 42%;
    height: 100%;
    cursor: pointer;
    background-color: #494949;
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

#recruitPage .pageContent .recruitBoxAll .searchBtn .submit:hover {
    background-color: #333
}

#recruitPage .pageContent .recruitBoxAll .recruitList .recruitList-2 .cenBox {
    width: unset
}

#recruitPage .pageContent .recruitBoxAll .recruitList .recruitList-2 .cenBox .tabsBox {
    margin-bottom: 40px
}

#recruitPage .pageContent .recruitBoxAll .recruitList .recruitList-2 .cenBox .tabsBox ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    #recruitPage .pageContent .recruitBoxAll .recruitList .recruitList-2 .cenBox .tabsBox ul {
        display: flex;
        flex-direction: row;
        align-items: unset;
        justify-content: unset;
        flex-wrap: wrap
    }
}

#recruitPage .pageContent .recruitBoxAll .recruitList .recruitList-2 .cenBox .tabsBox ul li {
    width: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    #recruitPage .pageContent .recruitBoxAll .recruitList .recruitList-2 .cenBox .tabsBox ul li {
        margin-bottom: 4vw;
        width: 33.333%
    }
}

#recruitPage .pageContent .recruitBoxAll .recruitList .recruitList-2 .cenBox .tabsBox ul li .companyName {
    width: 90%;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.4);
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1300px) {
    #recruitPage .pageContent .recruitBoxAll .recruitList .recruitList-2 .cenBox .tabsBox ul li .companyName {
        font-size: 16px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    #recruitPage .pageContent .recruitBoxAll .recruitList .recruitList-2 .cenBox .tabsBox ul li .companyName {
        height: 40px
    }
}

#recruitPage .pageContent .recruitBoxAll .recruitList .recruitList-2 .cenBox .tabsBox ul li.on .companyName {
    color: #fff;
    background-color: #d8b271
}

#recruitPage .pageContent .recruitBoxAll .recruitList .recruitList-2 .cenBox .contentBox .changeBox {
    display: none
}

#recruitPage .pageContent .recruitBoxAll .recruitList .recruitList-2 .cenBox .contentBox .changeBox .ul {
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: space-between;
    flex-wrap: wrap
}

#recruitPage .pageContent .recruitBoxAll .recruitList .recruitList-2 .cenBox .contentBox .changeBox .ul .li {
    margin-bottom: 40px;
    width: 48%
}

@media (max-width:1024px) {
    #recruitPage .pageContent .recruitBoxAll .recruitList .recruitList-2 .cenBox .contentBox .changeBox .ul .li {
        width: 100%;
        margin-bottom: 5vw
    }
}

#recruitPage .pageContent .recruitBoxAll .recruitList .recruitList-2 .cenBox .contentBox .changeBox .ul .li .aBox {
    background-color: #fff
}

#recruitPage .pageContent .recruitBoxAll .recruitList .recruitList-2 .cenBox .contentBox .changeBox .ul .li .aBox .box {
    height: 216px
}

@media (max-width:1024px) {
    #recruitPage .pageContent .recruitBoxAll .recruitList .recruitList-2 .cenBox .contentBox .changeBox .ul .li .aBox .box {
        padding: 5vw
    }
}

#recruitPage .pageContent .recruitBoxAll .recruitList .recruitList-2 .cenBox .contentBox .changeBox .ul .li .aBox .box .title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

@media (max-width:1024px) {
    #recruitPage .pageContent .recruitBoxAll .recruitList .recruitList-2 .cenBox .contentBox .changeBox .ul .li .aBox .box .tag span {
        display: none
    }
}

#recruitPage .pageContent .recruitBoxAll .recruitList .recruitList-2 .cenBox .contentBox .changeBox .ul .li .aBox .box .miaoshu {
    line-height: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

#recruitPage .pageContent .recruitBoxAll .recruitList .recruitList-2 .cenBox .contentBox .changeBox.on {
    display: block
}

#searchPage .pageContent {
    padding: 100px 0
}

@media (max-width:1600px) {
    #searchPage .pageContent {
        padding: 80px 0
    }
}

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

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

#searchPage .pageContent .searchList .searchList-1 {
    width: 1300px;
    margin: 0 auto
}

@media (max-width:1600px) {
    #searchPage .pageContent .searchList .searchList-1 {
        width: 88%
    }
}

@media (max-width:1300px) {
    #searchPage .pageContent .searchList .searchList-1 {
        width: 90%
    }
}

@media (max-width:1024px) {
    #searchPage .pageContent .searchList .searchList-1 {
        width: 84%
    }
}

#searchPage .pageContent .searchList .searchList-1 .searchTop {
    margin-bottom: 40px;
    height: 40px;
    border-radius: 20px;
    padding: 0 30px;
    background-color: #f3f3f3;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset
}

@media (max-width:1024px) {
    #searchPage .pageContent .searchList .searchList-1 .searchTop {
        margin-bottom: 0
    }
}

@media (max-width:1024px) {
    #searchPage .pageContent .searchList .searchList-1 .searchTop .keyWorkTab {
        font-size: 3.6vw
    }
}

#searchPage .pageContent .searchList .searchList-1 .searchTop .keyWorkTab span {
    color: red;
    font-size: 24px;
    font-weight: bold;
    margin-left: 20px
}

@media (max-width:1024px) {
    #searchPage .pageContent .searchList .searchList-1 .searchTop .keyWorkTab span {
        font-size: 4vw;
        margin-left: 2vw
    }
}

@media (max-width:1024px) {
    #searchPage .pageContent .searchList .searchList-1 .searchTop .num {
        font-size: 3.6vw
    }
}

#searchPage .pageContent .searchList .searchList-1 .searchTop .num span {
    color: red;
    font-size: 24px;
    font-weight: bold;
    margin: 0 4px
}

@media (max-width:1024px) {
    #searchPage .pageContent .searchList .searchList-1 .searchTop .num span {
        font-size: 4vw
    }
}

@media (max-width:1024px) {
    #searchPage .pageContent .searchList .searchList-1 .searchListUl li {
        padding: 6vw 0
    }
}

#searchPage .pageContent .searchList .searchList-1 .searchListUl li a {
    color: #333;
    border-color: #5b5b5b
}

@media (max-width:1024px) {
    #searchPage .pageContent .searchList .searchList-1 .searchListUl li a {
        font-size: 4.4vw;
        line-height: 1.5em
    }
}

@media (max-width:1024px) {
    #searchPage .pageContent .searchList .searchList-1 .searchListUl li a span {
        font-size: 4.4vw
    }
}

#searchPage .pageContent .searchList .searchList-1 .searchListUl li a:hover {
    color: #d8b271;
    border-color: #d8b271
}

@media (max-width:1024px) {
    #searchPage .pageContent .searchList .searchList-1 .searchListUl li .cout {
        height: 24vw
    }
}

@media (max-width:1024px) {
    #searchPage .pageContent .searchList .searchList-1 .searchListUl li .cout img {
        width: 40%
    }
}

@media (max-width:1024px) {
    #searchPage .pageContent .searchList .searchList-1 .searchListUl li .cout .right {
        padding: 0;
        padding-left: 4vw;
        width: 60%
    }
}

#searchPage .pageContent .searchList .searchList-1 .searchListUl li .cout .right p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

@media (max-width:1024px) {
    #searchPage .pageContent .searchList .searchList-1 .searchListUl li .cout .right p {
        line-height: 1.5em;
        text-align: unset
    }
}

@media (max-width:1024px) {
    #searchPage .pageContent .searchList .searchList-1 .searchListUl li .cout .right .info .infoC {
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        flex-wrap: unset
    }
}

@media (max-width:1024px) {
    #searchPage .pageContent .searchList .searchList-1 .searchListUl li .cout .right .info .infoC span {
        margin: 0;
        font-size: 3vw
    }
}

#productDetailPage .twoBanner-4 {
    height: 16vw
}

@media (max-width:1024px) {
    #productDetailPage .twoBanner-4 {
        display: none
    }
}

#productDetailPage .guige {
    padding: 10px 0;
    background-color: #f3f3f3
}

@media (max-width:1024px) {
    #productDetailPage .guige {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        flex-wrap: unset
    }
}

#productDetailPage .guige li {
    padding: 10px;
    margin: 0
}

@media (max-width:1024px) {
    #productDetailPage .guige li {
        width: 100%
    }
}

@media (max-width:1024px) {
    #productDetailPage .txt p {
        font-size: 4vw
    }
}

#productDetailPage .productDetail-1 .info .cenBoxK .txtCout .miaoshu {
    display: none
}

#recruitdetailPage .twoBanner .twoBanner-4 {
    height: 24vw
}

#recruitdetailPage .pageContent .pageCont {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1600px) {
    #recruitdetailPage .pageContent .pageCont {
        width: 88%
    }
}

@media (max-width:1300px) {
    #recruitdetailPage .pageContent .pageCont {
        width: 90%
    }
}

@media (max-width:1024px) {
    #recruitdetailPage .pageContent .pageCont {
        width: 84%
    }
}

@media (max-width:1024px) {
    #recruitdetailPage .pageContent .pageCont {
        width: 80%
    }
}

#recruitdetailPage .pageContent .pageCont .title {
    font-size: 36px;
    color: #d8b271
}

@media (max-width:1024px) {
    #recruitdetailPage .pageContent .pageCont .title {
        font-size: 6vw
    }
}

#recruitdetailPage .pageContent .pageCont .info {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    margin-top: 30px
}

@media (max-width:1024px) {
    #recruitdetailPage .pageContent .pageCont .info {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        flex-wrap: unset
    }
}

#recruitdetailPage .pageContent .pageCont .info li {
    color: #666;
    margin: 0 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    font-size: 16px
}

#recruitdetailPage .pageContent .pageCont .info li i {
    margin-right: 10px
}

#recruitdetailPage .pageContent .pageCont .info li i.icon-shijian {
    color: #666
}

#recruitdetailPage .pageContent .pageCont .info li i.icon-yanjing {
    color: #666;
    font-size: 18 px
}

@media (max-width:1024px) {
    #recruitdetailPage .pageContent .pageCont .info li {
        margin: 0;
        margin-bottom: 2vw
    }
}

#recruitdetailPage .pageContent .pageCont .content {
    border: 2px dashed #ccc;
    padding: 40px 0;
    border-left: none;
    border-right: none;
    width: 100%;
    margin-top: 40px
}

#recruitdetailPage .pageContent .pageCont .content .nameBt {
    font-size: 22px;
    font-weight: bold;
    color: #d8b271
}

#recruitdetailPage .pageContent .pageCont .content .neirong {
    margin-bottom: 40px;
    line-height: 2em;
    font-size: 18px
}

#recruitdetailPage .pageContent .pageCont .return {
    transform: translateY(-50%);
    width: 160px;
    height: 40px;
    border-radius: 20px;
    background-color: #d8b271;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    color: #fff;
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1024px) {
    #recruitdetailPage .pageContent .pageCont .return {
        position: unset;
        margin: 8vw auto;
        transform: unset
    }
}

#recruitdetailPage .pageContent .pageCont .bottom {
    width: 100%;
    margin-top: 40px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: unset
}

@media (max-width:1024px) {
    #recruitdetailPage .pageContent .pageCont .bottom {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        flex-wrap: unset;
        margin-top: 0
    }
}

#recruitdetailPage .pageContent .pageCont .bottom .link {
    color: #444;
    transition-duration: .5s;
    transition-property: all;
    width: 48%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1300px) {
    #recruitdetailPage .pageContent .pageCont .bottom .link {
        width: 36%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    #recruitdetailPage .pageContent .pageCont .bottom .link {
        width: 100%;
        margin-top: 4vw
    }
}

#recruitdetailPage .pageContent .pageCont .bottom .link span {
    margin-bottom: 10px
}

#recruitdetailPage .pageContent .pageCont .bottom .link:hover {
    color: #d8b271
}

#recruitdetailPage .pageContent .pageCont .title {
    margin-bottom: 30px
}

#recruitdetailPage .pageContent .pageCont .tag {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset
}

#recruitdetailPage .pageContent .pageCont .tag li {
    position: relative;
    padding: 0 10px
}

@media (max-width:1300px) {
    #recruitdetailPage .pageContent .pageCont .tag li {
        font-size: 14px
    }
}

#recruitdetailPage .pageContent .pageCont .tag li:first-child {
    padding-left: 0
}

#recruitdetailPage .pageContent .pageCont .tag li::after {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 1px;
    height: 14px;
    right: 0;
    top: calc(50% - 6px);
    background-color: rgba(0, 0, 0, 0.5)
}

@media (max-width:1024px) {
    #recruitdetailPage .pageContent .pageCont .tag {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        flex-wrap: unset
    }
}

#recruitdetailPage .pageContent .pageCont .tag li {
    padding: 0 20px;
    font-size: 16px
}

@media (max-width:1024px) {
    #recruitdetailPage .pageContent .pageCont .tag li {
        margin-bottom: 4vw;
        padding: 0
    }
}

@media (max-width:1024px) {
    #recruitdetailPage .pageContent .pageCont .tag li::last-child {
        margin-bottom: 0
    }
}

@media (max-width:1024px) {
    #newsDetailPage .pageContent {
        padding-top: 100px
    }
}

@media (max-width:1024px) and (max-width:1600px) {
    #newsDetailPage .pageContent {
        padding-top: 80px
    }
}

@media (max-width:1024px) and (max-width:1300px) {
    #newsDetailPage .pageContent {
        padding-top: 6vw
    }
}

@media (max-width:1024px) and (max-width:1024px) {
    #newsDetailPage .pageContent {
        padding-top: 12vw
    }
}

#newsDetailPage .pageContent .newsDetail .newsDetail-1 {
    padding-top: 0;
    width: 1000px;
    margin: 0 auto
}

@media (max-width:1600px) {
    #newsDetailPage .pageContent .newsDetail .newsDetail-1 {
        width: 88%
    }
}

@media (max-width:1300px) {
    #newsDetailPage .pageContent .newsDetail .newsDetail-1 {
        width: 90%
    }
}

@media (max-width:1024px) {
    #newsDetailPage .pageContent .newsDetail .newsDetail-1 {
        width: 84%
    }
}

@media (max-width:1024px) {
    #newsDetailPage .pageContent .newsDetail .newsDetail-1 .moreLink .link {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        flex-wrap: unset
    }

    #newsDetailPage .pageContent .newsDetail .newsDetail-1 .moreLink .link div {
        margin-bottom: 4vw;
        width: 100%;
        color: #d8b271;
        font-size: 5vw
    }

    #newsDetailPage .pageContent .newsDetail .newsDetail-1 .moreLink .link a {
        width: 100%
    }
}

/*# sourceMappingURL=./less.css.map */

.moreA {
    margin-top: 1cqh
}

@media (max-width:1600px) {
         .moreA {
        margin-top: 0px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
         .moreA {
        margin-top: 20px
    }
}

@media (max-width:1024px) {
         .moreA {
        margin-top: 0;
        width: 120px;
    }
}

     .moreA .btnMore {
    border: 1px solid #333;
    transition-duration: .5s;
    transition-property: all;
    border-radius: 25px;
    overflow: hidden;
    width: 160px;
    height: 40px
}

@media (max-width:1600px) {
         .moreA .btnMore {
        width: 150px;
        height: 40px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
         .moreA .btnMore {
        width: 120px;
        height: 30px
    }
}

@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
         .moreA .btnMore {
        width: 100%;
        height: 12vw
    }
}

     .moreA .btnMore .tbtnBox {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

     .moreA .btnMore .tbtnBox .abot {
    position: relative;
    z-index: 1;
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1300px) {
         .moreA .btnMore .tbtnBox .abot {
        font-size: 16px
    }
}

     .moreA .btnMore .tbtnBox .abot i {
    margin-left: 10px;
    font-size: 16px;
    transition-duration: .5s;
    transition-property: all
}

     .moreA .btnMore .tbtnBox::after {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 100%;
    height: 0;
    background-color: #d8b271;
    left: 0;
    bottom: unset;
    transition-duration: .5s;
    transition-property: all;
    top: 0
}

     .moreA.fff .btnMore {
    border-color: #fff
}

     .moreA.fff .btnMore .tbtnBox::after {
    background-color: #fff
}

     .moreA.fff .btnMore .tbtnBox .abot {
    color: #fff
}

     .moreA.fff .btnMore .tbtnBox .abot i {
    color: #fff
}

@media (min-width:1024px) {
         .moreA:hover .btnMore {
        border-color: #d8b271
    }

         .moreA:hover .btnMore .tbtnBox .abot {
        color: #fff
    }

         .moreA:hover .btnMore .tbtnBox .abot i {
        color: #fff
    }

         .moreA:hover .btnMore .tbtnBox::after {
        bottom: 0;
        height: 100%;
        top: unset
    }

         .moreA:hover.fff .btnMore .tbtnBox .abot {
        color: #d8b271
    }

         .moreA:hover.fff .btnMore .tbtnBox .abot i {
        color: #d8b271
    }
}

@media (max-width:1024px) {
         .moreA .btnMore {
        border-color: #d8b271
    }

         .moreA .btnMore .tbtnBox .abot {
        color: #fff
    }

         .moreA .btnMore .tbtnBox .abot i {
        color: #fff
    }

         .moreA .btnMore .tbtnBox::after {
        bottom: 0;
        height: 100%;
        top: unset
    }

         .moreA.fff .btnMore .tbtnBox .abot {
        color: #d8b271
    }

         .moreA.fff .btnMore .tbtnBox .abot i {
        color: #d8b271
    }
}



.inxVideowap{display:none}
#inxVideo{display:block}
@media (max-width:1024px) {
#inxVideo{
    display:none;
}
.inxVideowap{display:block;    width: 100%;}
.inxVideowap{
        position: absolute;
    width: 100%;
    top: -8px;
    height: 118%;
}
}




#historyPage .pageContent .historyListCout .bigTitle {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 40px;
    color: #d8b271
}

@media (max-width:1024px) {
    #historyPage .pageContent .historyListCout .bigTitle {
        font-size: 8vw;
        margin-bottom: 5vw
    }
}

#historyPage .pageContent .historyListCout .topTxt {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    text-align: center;
    width: 50%;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 100px
}

@media (max-width:1600px) {
    #historyPage .pageContent .historyListCout .topTxt {
        width: 60%;
        font-size: 20px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    #historyPage .pageContent .historyListCout .topTxt {
        font-size: 16px
    }
}

@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
    #historyPage .pageContent .historyListCout .topTxt {
        width: 90%;
        margin-bottom: 0;
        font-size: 3.8vw
    }
}

#historyPage .pageContent .historyListCout .listBox {
    width: 1500px;
    margin: 0 auto;
    position: relative
}

@media (max-width:1600px) {
    #historyPage .pageContent .historyListCout .listBox {
        width: 88%
    }
}

@media (max-width:1300px) {
    #historyPage .pageContent .historyListCout .listBox {
        width: 90%
    }
}

@media (max-width:1024px) {
    #historyPage .pageContent .historyListCout .listBox {
        width: 84%
    }
}

@media (max-width:1024px) {
    #historyPage .pageContent .historyListCout .listBox {
        margin-top: 8vw;
        padding-top: 6vw
    }
}

#historyPage .pageContent .historyListCout .listBox .ul {
    width: 100%;
    height: 100vw;
    position: relative
}

@media (max-width:1024px) {
    #historyPage .pageContent .historyListCout .listBox .ul {
        height: unset
    }
}

#historyPage .pageContent .historyListCout .listBox .ul .li {
    width: 50%;
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    #historyPage .pageContent .historyListCout .listBox .ul .li {
        margin-bottom: 20vw;
        position: unset;
        width: 100%
    }
}

#historyPage .pageContent .historyListCout .listBox .ul .li .neirong {
    width: 100%
}

@media (max-width:1024px) {
    #historyPage .pageContent .historyListCout .listBox .ul .li .neirong {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        flex-wrap: unset
    }
}

#historyPage .pageContent .historyListCout .listBox .ul .li .neirong .dingdian {
    width: 40px;
    height: 4px;
    background-color: #d8b271
}

@media (max-width:1024px) {
    #historyPage .pageContent .historyListCout .listBox .ul .li .neirong .dingdian {
        align-self: flex-start
    }
}

#historyPage .pageContent .historyListCout .listBox .ul .li .neirong .hisCoutBox {
    margin-top: -16px;
    width: calc(100% - 40px);
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: unset
}

@media (max-width:1024px) {
    #historyPage .pageContent .historyListCout .listBox .ul .li .neirong .hisCoutBox {
        margin-top: -26px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        flex-wrap: unset
    }
}

#historyPage .pageContent .historyListCout .listBox .ul .li .neirong .hisCoutBox .textBox {
    width: 55%
}

@media (max-width:1024px) {
    #historyPage .pageContent .historyListCout .listBox .ul .li .neirong .hisCoutBox .textBox {
        width: 100%
    }
}

#historyPage .pageContent .historyListCout .listBox .ul .li .neirong .hisCoutBox .textBox .title {
    margin-bottom: 20px
}

#historyPage .pageContent .historyListCout .listBox .ul .li .neirong .hisCoutBox .textBox .title .date {
    font-size: 60px;
    font-weight: bold;
    color: #d8b271;
    line-height: 1em;
    transition-duration: .5s;
    transition-property: all;
    margin-bottom: 10px;
    font-family: 'arc';
    font-style: italic
}

@media (max-width:1300px) {
    #historyPage .pageContent .historyListCout .listBox .ul .li .neirong .hisCoutBox .textBox .title .date {
        font-size: 50px
    }
}

#historyPage .pageContent .historyListCout .listBox .ul .li .neirong .hisCoutBox .textBox .title .histitle {
    font-size: 22px;
    font-weight: bold
}

#historyPage .pageContent .historyListCout .listBox .ul .li .neirong .hisCoutBox .textBox .content {
    position: relative
}

#historyPage .pageContent .historyListCout .listBox .ul .li .neirong .hisCoutBox .textBox .content p {
    text-indent: 2em
}

#historyPage .pageContent .historyListCout .listBox .ul .li .neirong .hisCoutBox .textBox .content::before {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 14px;
    height: 14px;
    background-color: #d8b271;
    top: 10px;
    left: 0;
    border-radius: 6px
}

#historyPage .pageContent .historyListCout .listBox .ul .li .neirong .hisCoutBox .textBox:hover .title .date {
    transform: scale(1.2)
}

#historyPage .pageContent .historyListCout .listBox .ul .li .neirong .hisCoutBox .imgBox {
    width: 40%;
    border-radius: 20px;
    overflow: hidden;
    height: 200px
}

@media (max-width:1024px) {
    #historyPage .pageContent .historyListCout .listBox .ul .li .neirong .hisCoutBox .imgBox {
        width: 100%;
        height: 40vw
    }
}

@media (min-width:1024px) {
    #historyPage .pageContent .historyListCout .listBox .ul .li:nth-child(odd) {
        left: 50%
    }

    #historyPage .pageContent .historyListCout .listBox .ul .li:nth-child(odd) .neirong {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: unset
    }

    #historyPage .pageContent .historyListCout .listBox .ul .li:nth-child(odd) .neirong .hisCoutBox .textBox {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        flex-wrap: unset;
        padding-left: 30px
    }

    #historyPage .pageContent .historyListCout .listBox .ul .li:nth-child(odd) .neirong .hisCoutBox .textBox .title {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        flex-wrap: unset
    }

    #historyPage .pageContent .historyListCout .listBox .ul .li:nth-child(odd) .neirong .hisCoutBox .textBox .title .date {
        margin-right: 10px
    }

    #historyPage .pageContent .historyListCout .listBox .ul .li:nth-child(even) {
        right: 50%;
        flex-direction: row-reverse
    }

    #historyPage .pageContent .historyListCout .listBox .ul .li:nth-child(even) .neirong {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: unset;
        flex-direction: row-reverse
    }

    #historyPage .pageContent .historyListCout .listBox .ul .li:nth-child(even) .neirong .hisCoutBox {
        flex-direction: row-reverse
    }

    #historyPage .pageContent .historyListCout .listBox .ul .li:nth-child(even) .neirong .hisCoutBox .textBox {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        flex-wrap: unset;
        padding-right: 30px
    }

    #historyPage .pageContent .historyListCout .listBox .ul .li:nth-child(even) .neirong .hisCoutBox .textBox .title {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        flex-wrap: unset
    }

    #historyPage .pageContent .historyListCout .listBox .ul .li:nth-child(even) .neirong .hisCoutBox .textBox .title .date {
        margin-left: 10px
    }

    #historyPage .pageContent .historyListCout .listBox .ul .li:nth-child(even) .neirong .hisCoutBox .textBox .title .histitle {
        text-align: right
    }
}

#historyPage .pageContent .historyListCout .listBox .ul .li.noImg .neirong .hisCoutBox .textBox {
    width: 100%
}

#historyPage .pageContent .historyListCout .listBox .ul .li.noImg .neirong .hisCoutBox .imgBox {
    display: none
}

#historyPage .pageContent .historyListCout .listBox::after {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 8px;
    height: 100%;
    background-color: #d8b271;
    left: calc(50% - 4px);
    top: 0
}

@media (max-width:1024px) {
    #historyPage .pageContent .historyListCout .listBox::after {
        left: 0;
        width: 4px
    }
}
.pageBox .topNav .topNav-6 .yxBox .navBar .topNavOpen-3 .thisMod .navBtn {
    top: 0;
    left: 0;
    background-color: #0068b4;
    width: 49px;
    height: 49px;
    border-radius: 25px;
    display: block;
    position: relative;
    z-index: 7;
    mix-blend-mode: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

 .topNav-6 .yxBox .navBar .topNavOpen-3 .thisMod .navBtn ul {
    width: 21px;
    height: 16px
}

 .topNav-6 .yxBox .navBar .topNavOpen-3 .thisMod .navBtn.on ul li:nth-child(1) {
    top: -2px
}

.topNav-6 .yxBox .navBar .topNavOpen-3 .thisMod .navBtn.on ul li:nth-child(3) {
    top: calc(100% + 2px)
}
@keyframes wave {
    0% {
        background-position-x: 0;
        transform: scaleX(100%)
    }

    50% {
        transform: scaleX(135%)
    }

    to {
        background-position-x: 132%;
        transform: scaleX(100%)
    }
}
.boliang{

    background: url(../img/footnai.png);
    background-size: cover;
    height: 24vh;
    width: 100%;
    margin-top: 4vw;
 

}  

@media (max-width:1024px) {
.boliang{

    height: 16vh;
  
 

} 
}


#investmentPage .pageContent .message .cenBox .sectionBox {
    border-radius: 30px;
    background-color: #fff;
    padding: 40px 120px;
    box-shadow: 3px 8px 19px #d8b27173;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    padding-bottom: 5vw;
}

@media (max-width:1024px) {
    #investmentPage .pageContent .message .cenBox .sectionBox {
        padding: 10vw
    }
}

#investmentPage .pageContent .message .cenBox .sectionBox .firstTxt {
    margin-bottom: 30px;
    font-size: 14px;
    color: #7b7b7b
}

@media (max-width:1600px) {
    #investmentPage .pageContent .message .cenBox .sectionBox .firstTxt {
        margin-bottom: 10px
    }
}

#investmentPage .pageContent .message .cenBox .sectionBox .formMod-3 {
    padding: 0
}

#investmentPage .pageContent .message .cenBox .sectionBox .formMod-3 .titleNormal {
    display: none
}

#investmentPage .pageContent .message .cenBox .sectionBox .formMod-3 .cenBox {
    width: 100%;
    padding: 0
}

#investmentPage .pageContent .message .cenBox .sectionBox .formMod-3 .cenBox .biaodan {
    width: 100%
}

#investmentPage .pageContent .message .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .xuanze {
    margin-bottom: 30px
}

#investmentPage .pageContent .message .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .xuanze .ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

#investmentPage .pageContent .message .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .xuanze .ul li {
    margin: 0 16px
}

#investmentPage .pageContent .message .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .xuanze .ul li .box label {
    cursor: pointer;
    width: 146px;
    height: 44px;
    border: 1px solid #ccc;
    border-radius: 22px;
    display: block;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    font-size: 16px
}

#investmentPage .pageContent .message .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .xuanze .ul li .box input {
    display: none
}

#investmentPage .pageContent .message .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .xuanze .ul li .box input:checked+label {
    border-color: #d8b271;
    background-color: #d8b271;
    color: #fff
}

#investmentPage .pageContent .message .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .formTop {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: space-between;
    flex-wrap: unset
}

@media (max-width:1024px) {
    #investmentPage .pageContent .message .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .formTop {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        flex-wrap: unset
    }
}

#investmentPage .pageContent .message .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .formTop .input {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    #investmentPage .pageContent .message .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .formTop .input {
        width: 100%
    }
}

#investmentPage .pageContent .message .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .formTop .input label {
    font-size: 16px;
    margin-bottom: 16px
}

#investmentPage .pageContent .message .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .formTop .input input {
    font-size: 16px;
    background-color: #fafafa;
    height: 48px;
    border: none
}

@media (max-width:1600px) {
    #investmentPage .pageContent .message .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .formTop .input input {
        height: 40px
    }
}

#investmentPage .pageContent .message .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .textarea {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1600px) {
    #investmentPage .pageContent .message .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .textarea {
        height: 80px
    }
}

#investmentPage .pageContent .message .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .textarea label {
    font-size: 16px;
    margin-bottom: 16px
}

#investmentPage .pageContent .message .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .textarea textarea {
    background-color: #fafafa;
    border: none;
    font-size: 16px
}

@media (max-width:1600px) {
    #investmentPage .pageContent .message .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .textarea textarea {
        padding: 10px 20px
    }
}

#investmentPage .pageContent .message .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .yanzhengma {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset
}

#investmentPage .pageContent .message .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .yanzhengma label {
    font-size: 16px;
    margin-bottom: 16px
}

#investmentPage .pageContent .message .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .yanzhengma .yanz {
    margin-left: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

#investmentPage .pageContent .message .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .yanzhengma .yanz img {
    cursor: pointer
}

@media (max-width:1600px) {
    #investmentPage .pageContent .message .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .yanzhengma .yanz img {
        height: 40px
    }
}

#investmentPage .pageContent .message .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .yanzhengma .input {
    font-size: 16px;
    width: unset;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset
}

@media (max-width:1024px) {
    #investmentPage .pageContent .message .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .yanzhengma .input {
        width: 50%
    }
}

#investmentPage .pageContent .message .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .yanzhengma .input input {
    width: 300px;
    background-color: #fafafa;
    height: 48px;
    border: none
}

@media (max-width:1600px) {
    #investmentPage .pageContent .message .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .yanzhengma .input input {
        height: 40px
    }
}

@media (max-width:1600px) and (max-width:1024px) {
    #investmentPage .pageContent .message .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .yanzhengma .input input {
        width: 100%;
        font-size: 16px
    }
}

#investmentPage .pageContent .message .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .button button.submit {
    background-color: #d8b271;
    border-radius: 30px;
    height: 50px;
    width: 520px
}

@media (max-width:1600px) {
    #investmentPage .pageContent .message .cenBox .sectionBox .formMod-3 .cenBox .biaodan form .button button.submit {
        height: 40px;
        width: 400px
    }
}

#investmentPage .pageContent .message .cenBox .sectionBox .lastTxt {
    margin-top: 30px;
    font-size: 14px;
    color: #7b7b7b
}

@media (max-width:1600px) {
    #investmentPage .pageContent .message .cenBox .sectionBox .lastTxt {
        margin-top: 10px
    }
}

    .swiper-pagination-bullets.swiper-pagination-horizontal{
                bottom: -25px;
                    left: 8%;
                 width: 50%;
            }
            @media (max-width:1024px) {
   .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -32%;
    left: 27%;
    width: 50%;
}
            }
