@charset "utf-8";

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

@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 xuanzhuanY {
    0% {
        transform: rotateY(0)
    }

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

* {
    margin: 0;
    padding: 0;
    font-family: 'pingfang';
    color: #333;
    -webkit-tap-highlight-color: transparent;
    font-size: 14px;
    background-repeat: no-repeat;
    box-sizing: border-box;
    touch-action: pan-y
}

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: 14px
}

@media (max-width:1300px) {
    p {
        font-size: 14px
    }
}

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

p img {
    display: inline-block;
    text-indent: 0;
    text-align: justify
}

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

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

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

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

input {
    outline: none;
    border: none
}

.fancybox__container * {
    color: #fff !important
}

.buttonLink {
    display: none
}

.pageContent {
    padding: 100px 0
}

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

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

mod {
    display: block
}

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

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

@font-face {
    font-family: 'xianxian';
    src: url('../fonts/ShangShouXianXian.ttf')
}

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

::-webkit-scrollbar-thumb {
    width: 2px;
    border-radius: 10px;
    background: #868686
}

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

.loadMod-1 .loadModBox {
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 111
}

.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: #ac2c2d;
    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/loadMod/loadMod-2/guidao.png);
    background-size: 100% 100%;
    width: 100%;
    height: 100%
}

.loadMod-2 .loader .guidaoS {
    background-image: url(../../html/rgmod/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
    }
}

.topNav-1 .logo {
    z-index: 3;
    position: fixed;
    left: 50px;
    top: 30px;
    height: 80px;
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1024px) {
    .topNav-1 .logo {
        left: 5vw;
        top: 7vw;
        height: 16vw
    }
}

.topNav-1 .logo a {
    height: 100%
}

.topNav-1 .logo a img {
    height: 100%;
    z-index: 0;
    transition-duration: .5s;
    transition-property: all;
    filter: brightness(1000) grayscale(1)
}

.topNav-1 .navBar {
    height: 120px;
    padding-right: 120px;
    width: 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;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    backdrop-filter: blur(10px)
}

.topNav-1 .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 .navBar .ul1 {
        display: none
    }
}

.topNav-1 .navBar .ul1 .li1 {
    margin-left: 60px;
    transition-duration: .5s;
    transition-property: all;
    position: relative
}

.topNav-1 .navBar .ul1 .li1 .a1 {
    color: #fff;
    font-size: 14px
}

.topNav-1 .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 .navBar .ul1 .li1:hover:after {
    width: 100%
}

.topNav-1 .navBar .ul1 .li1:hover:after {
    width: 100%
}

.topNav-1 .navBar .ul1 .li1.on:after {
    width: 100%
}

.topNav-1 .navBar .ul1 .li1 .ul2 {
    display: none
}

.topNav-1.down .logo {
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    height: 80px
}

@media (max-width:1024px) {
    .topNav-1.down .logo {
        top: 2vw;
        height: 17vw
    }
}

.topNav-1.down .logo a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.topNav-1.down .logo a img {
    height: 80%
}

@media (max-width:1024px) {
    .topNav-1.down .logo a img {
        height: 100%
    }
}

.topNav-1.down .navBar {
    opacity: 1;
    height: 80px
}

.topNav-1.down .navBar .ul1 {
    pointer-events: auto
}

.topNav-1.down .topNavOpen .navBtn {
    top: 30px
}

.topNav-1.down .navBtn {
    top: 30px
}

.topNav-2 {
    background-color: #fff;
    height: 100px;
    width: 100%;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.02)
}

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

.topNav-2 .yxBox {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset;
    width: 84%;
    margin: 0 auto
}

@media (max-width:1300px) {
    .topNav-2 .yxBox {
        width: 90%
    }
}

.topNav-2 .yxBox .logo {
    height: 70%
}

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

.topNav-2 .yxBox .logo a {
    height: 100%
}

.topNav-2 .yxBox .logo a img {
    height: 100%;
    z-index: 0;
    transition-duration: .5s;
    transition-property: all
}

.topNav-2 .yxBox .navBar {
    height: 100%
}

.topNav-2 .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 .yxBox .navBar .ul1 {
        display: none
    }
}

.topNav-2 .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-2 .yxBox .navBar .ul1 .li1 .a1 {
    position: relative;
    transition-duration: .5s;
    transition-property: all
}

.topNav-2 .yxBox .navBar .ul1 .li1 .a1:after {
    content: '';
    z-index: 0;
    display: block;
    width: 0;
    height: 2px;
    border-radius: 1px;
    background-color: #333;
    position: absolute;
    top: calc(100% + 4px);
    left: 50%;
    transform: translateX(-50%);
    transition-duration: .5s;
    transition-property: all
}

.topNav-2 .yxBox .navBar .ul1 .li1.on .a1 {
    color: #ac2c2d
}

.topNav-2 .yxBox .navBar .ul1 .li1.on .a1:after {
    width: 100%;
    background-color: #ac2c2d
}

.topNav-2 .yxBox .navBar .ul1 .li1:hover .a1 {
    color: #ac2c2d
}

.topNav-2 .yxBox .navBar .ul1 .li1:hover .a1:after {
    width: 100%;
    background-color: #ac2c2d
}

.topNav-2 .yxBox .navBar .ul1 .li1:hover .a1 {
    color: #ac2c2d
}

.topNav-2 .yxBox .navBar .ul1 .li1:hover .a1:after {
    width: 100%;
    background-color: #ac2c2d
}

.topNav-2 .yxBox .navBar .ul1 .li1:hover .ul2 {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0)
}

.topNav-2 .yxBox .navBar .ul1 .li1::before {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 1px;
    height: 10px;
    background-color: #999;
    left: 0;
    top: calc(50% - 5px)
}

.topNav-2 .yxBox .navBar .ul1 .li1:first-child::before {
    display: none
}

.topNav-2 .yxBox .navBar .ul1 .li1 .ul2 {
    z-index: 2;
    transition-duration: .5s;
    transition-property: all;
    transform: translateY(20px);
    position: absolute;
    top: 100%;
    pointer-events: none;
    opacity: 0;
    width: 100%
}

.topNav-2 .yxBox .navBar .ul1 .li1 .ul2 li {
    width: 100%;
    height: 60px
}

.topNav-2 .yxBox .navBar .ul1 .li1 .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-2 .yxBox .navBar .ul1 .li1 .ul2 li a:hover {
    background-color: #ac2c2d;
    color: #fff
}

@media (min-width:1024px) {
    .topNav-2 .yxBox .topNavOpen-1 {
        display: none
    }
}

.topNav-3 .topnav {
    position: relative;
    width: 100%
}

.topNav-3 .topnav .box {
    background-color: #fff;
    transition-duration: .5s;
    transition-property: all
}

.topNav-3 .topnav .box .cenBox {
    height: 100px;
    width: 84%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1300px) {
    .topNav-3 .topnav .box .cenBox {
        width: 90%
    }
}

@media (max-width:1600px) {
    .topNav-3 .topnav .box .cenBox {
        width: 90%
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    .topNav-3 .topnav .box .cenBox {
        height: 80px
    }
}

@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
    .topNav-3 .topnav .box .cenBox {
        height: 60px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        flex-wrap: unset
    }
}

.topNav-3 .topnav .box .cenBox .opLogo-m {
    display: none;
    height: 80%
}

.topNav-3 .topnav .box .cenBox .opLogo-m img {
    height: 100%
}

@media (max-width:1024px) {
    .topNav-3 .topnav .box .cenBox .opLogo-m {
        display: block
    }
}

.topNav-3 .topnav .box .cenBox .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 .topnav .box .cenBox .navBar {
        display: none
    }
}

.topNav-3 .topnav .box .cenBox .navBar .topLogo {
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.topNav-3 .topnav .box .cenBox .navBar .topLogo a {
    width: 160px;
    height: 100%;
    border-radius: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.topNav-3 .topnav .box .cenBox .navBar .topLogo a img {
    width: 60%;
    height: 80%;
    object-fit: contain
}

.topNav-3 .topnav .box .cenBox .navBar .navList {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.topNav-3 .topnav .box .cenBox .navBar .navList>li {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.topNav-3 .topnav .box .cenBox .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 .topnav .box .cenBox .navBar .navList>li>a {
        padding: 0 30px
    }
}

.topNav-3 .topnav .box .cenBox .navBar .navList>li>a span {
    position: relative;
    z-index: 1;
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1300px) {
    .topNav-3 .topnav .box .cenBox .navBar .navList>li>a span {
        font-size: 14px
    }
}

.topNav-3 .topnav .box .cenBox .navBar .navList>li>a::after {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 100%;
    height: 0;
    background-color: #ac2c2d;
    transition-duration: .5s;
    transition-property: all;
    bottom: 0
}

.topNav-3 .topnav .box .cenBox .navBar .navList>li:hover>a span {
    color: #fff
}

.topNav-3 .topnav .box .cenBox .navBar .navList>li:hover>a::after {
    height: 100%
}

.topNav-3 .topnav .box .cenBox .navBar .navList>li:hover .twoNav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0)
}

.topNav-3 .topnav .box .cenBox .navBar .navList>li.on>a span {
    color: #fff
}

.topNav-3 .topnav .box .cenBox .navBar .navList>li.on>a::after {
    height: 100%
}

.topNav-3 .topnav .box .cenBox .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 .topnav .box .cenBox .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 .topnav .box .cenBox .navBar .navList>li .twoNav ul>li {
    width: 100%
}

.topNav-3 .topnav .box .cenBox .navBar .navList>li .twoNav ul>li a {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #666;
    transition: all .5s;
    padding: 10px 0;
    border-radius: 4px
}

.topNav-3 .topnav .box .cenBox .navBar .navList>li .twoNav ul>li a:hover {
    background-color: #ac2c2d;
    color: #fff
}

.topNav-3 .topnav .box .cenBox .navBar .navList>li .twoNav.on ul {
    transform: translateY(0)
}

.topNav-3 .topnav .box .cenBox .navBar .navList>li.logoL {
    margin-right: 110px
}

@media (max-width:1600px) {
    .topNav-3 .topnav .box .cenBox .navBar .navList>li.logoL {
        margin-right: 110px
    }
}

.topNav-3 .topnav .box .cenBox .navBar .navList>li.logoR {
    margin-left: 110px
}

@media (max-width:1600px) {
    .topNav-3 .topnav .box .cenBox .navBar .navList>li.logoR {
        margin-left: 110px
    }
}

.topNav-3 .topnav .box .cenBox .rightBox {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.topNav-3 .topnav:nth-child(2) {
    position: relative;
    width: 100%;
    transition-duration: .5s;
    transition-property: all;
    position: absolute;
    z-index: 12;
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none
}

.topNav-3 .topnav:nth-child(2) .box {
    background-color: #fff;
    transition-duration: .5s;
    transition-property: all
}

.topNav-3 .topnav:nth-child(2) .box .cenBox {
    height: 100px;
    width: 84%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1300px) {
    .topNav-3 .topnav:nth-child(2) .box .cenBox {
        width: 90%
    }
}

@media (max-width:1600px) {
    .topNav-3 .topnav:nth-child(2) .box .cenBox {
        width: 90%
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    .topNav-3 .topnav:nth-child(2) .box .cenBox {
        height: 80px
    }
}

@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
    .topNav-3 .topnav:nth-child(2) .box .cenBox {
        height: 60px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        flex-wrap: unset
    }
}

.topNav-3 .topnav:nth-child(2) .box .cenBox .opLogo-m {
    display: none;
    height: 80%
}

.topNav-3 .topnav:nth-child(2) .box .cenBox .opLogo-m img {
    height: 100%
}

@media (max-width:1024px) {
    .topNav-3 .topnav:nth-child(2) .box .cenBox .opLogo-m {
        display: block
    }
}

.topNav-3 .topnav:nth-child(2) .box .cenBox .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 .topnav:nth-child(2) .box .cenBox .navBar {
        display: none
    }
}

.topNav-3 .topnav:nth-child(2) .box .cenBox .navBar .topLogo {
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.topNav-3 .topnav:nth-child(2) .box .cenBox .navBar .topLogo a {
    width: 160px;
    height: 100%;
    border-radius: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.topNav-3 .topnav:nth-child(2) .box .cenBox .navBar .topLogo a img {
    width: 60%;
    height: 80%;
    object-fit: contain
}

.topNav-3 .topnav:nth-child(2) .box .cenBox .navBar .navList {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.topNav-3 .topnav:nth-child(2) .box .cenBox .navBar .navList>li {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.topNav-3 .topnav:nth-child(2) .box .cenBox .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 .topnav:nth-child(2) .box .cenBox .navBar .navList>li>a {
        padding: 0 30px
    }
}

.topNav-3 .topnav:nth-child(2) .box .cenBox .navBar .navList>li>a span {
    position: relative;
    z-index: 1;
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1300px) {
    .topNav-3 .topnav:nth-child(2) .box .cenBox .navBar .navList>li>a span {
        font-size: 14px
    }
}

.topNav-3 .topnav:nth-child(2) .box .cenBox .navBar .navList>li>a::after {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 100%;
    height: 0;
    background-color: #ac2c2d;
    transition-duration: .5s;
    transition-property: all;
    bottom: 0
}

.topNav-3 .topnav:nth-child(2) .box .cenBox .navBar .navList>li:hover>a span {
    color: #fff
}

.topNav-3 .topnav:nth-child(2) .box .cenBox .navBar .navList>li:hover>a::after {
    height: 100%
}

.topNav-3 .topnav:nth-child(2) .box .cenBox .navBar .navList>li:hover .twoNav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0)
}

.topNav-3 .topnav:nth-child(2) .box .cenBox .navBar .navList>li.on>a span {
    color: #fff
}

.topNav-3 .topnav:nth-child(2) .box .cenBox .navBar .navList>li.on>a::after {
    height: 100%
}

.topNav-3 .topnav:nth-child(2) .box .cenBox .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 .topnav:nth-child(2) .box .cenBox .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 .topnav:nth-child(2) .box .cenBox .navBar .navList>li .twoNav ul>li {
    width: 100%
}

.topNav-3 .topnav:nth-child(2) .box .cenBox .navBar .navList>li .twoNav ul>li a {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #666;
    transition: all .5s;
    padding: 10px 0;
    border-radius: 4px
}

.topNav-3 .topnav:nth-child(2) .box .cenBox .navBar .navList>li .twoNav ul>li a:hover {
    background-color: #ac2c2d;
    color: #fff
}

.topNav-3 .topnav:nth-child(2) .box .cenBox .navBar .navList>li .twoNav.on ul {
    transform: translateY(0)
}

.topNav-3 .topnav:nth-child(2) .box .cenBox .navBar .navList>li.logoL {
    margin-right: 110px
}

@media (max-width:1600px) {
    .topNav-3 .topnav:nth-child(2) .box .cenBox .navBar .navList>li.logoL {
        margin-right: 110px
    }
}

.topNav-3 .topnav:nth-child(2) .box .cenBox .navBar .navList>li.logoR {
    margin-left: 110px
}

@media (max-width:1600px) {
    .topNav-3 .topnav:nth-child(2) .box .cenBox .navBar .navList>li.logoR {
        margin-left: 110px
    }
}

.topNav-3 .topnav:nth-child(2) .box .cenBox .rightBox {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.topNav-3 .topnav:nth-child(2) .box {
    transform: translateY(-100%)
}

.topNav-3 .topnav:nth-child(2).on {
    pointer-events: auto
}

.topNav-3 .topnav:nth-child(2).on .box {
    transform: translateY(0%);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05)
}

.topNav-4 {
    width: 100%;
    transition-duration: .5s;
    transition-property: all;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2
}

.topNav-4.down {
    background-color: #fff
}

.topNav-4.down .topnavBox .box .navBar .navList .li1 .a1 span {
    color: #333
}

.topNav-4.down .topnavBox .box .navBar .navList .li1:hover .a1 span {
    color: #ac2c2d
}

.topNav-4.down .topnavBox .box .navBar .navList .li1.on .a1 .span {
    color: #ac2c2d
}

.topNav-4 .topnavBox {
    position: relative;
    width: 100%
}

.topNav-4 .topnavBox .box {
    height: 100px;
    width: 84%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1300px) {
    .topNav-4 .topnavBox .box {
        width: 90%
    }
}

@media (max-width:1024px) {
    .topNav-4 .topnavBox .box {
        height: 60px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        flex-wrap: unset
    }
}

.topNav-4 .topnavBox .box .opLogo-m {
    display: none;
    height: 80%
}

.topNav-4 .topnavBox .box .opLogo-m img {
    height: 100%
}

@media (max-width:1024px) {
    .topNav-4 .topnavBox .box .opLogo-m {
        display: block
    }
}

.topNav-4 .topnavBox .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 .topnavBox .box .navBar {
        display: none
    }
}

.topNav-4 .topnavBox .box .navBar .topLogo {
    height: 100%
}

.topNav-4 .topnavBox .box .navBar .topLogo a {
    height: 100%;
    border-radius: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.topNav-4 .topnavBox .box .navBar .topLogo a img {
    width: 200px;
    height: 80%;
    object-fit: contain
}

.topNav-4 .topnavBox .box .navBar .navList {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.topNav-4 .topnavBox .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 .topnavBox .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 .topnavBox .box .navBar .navList .li1 .a1 span {
    color: #fff;
    font-size: 14px;
    position: relative;
    z-index: 1;
    transition-duration: .5s;
    transition-property: all
}

.topNav-4 .topnavBox .box .navBar .navList .li1:hover .a1 span {
    color: #ac2c2d
}

.topNav-4 .topnavBox .box .navBar .navList .li1:hover .twoNav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0)
}

.topNav-4 .topnavBox .box .navBar .navList .li1.on .a1 span {
    color: #ac2c2d
}

.topNav-4 .topnavBox .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 .topnavBox .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 .topnavBox .box .navBar .navList .li1 .twoNav ul>li {
    width: 100%
}

.topNav-4 .topnavBox .box .navBar .navList .li1 .twoNav ul>li a {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #666;
    transition: all .5s;
    padding: 10px 0;
    border-radius: 4px
}

.topNav-4 .topnavBox .box .navBar .navList .li1 .twoNav ul>li a:hover {
    background-color: #ac2c2d;
    color: #fff
}

.topNav-4 .topnavBox .box .navBar .navList .li1 .twoNav.on ul {
    transform: translateY(0)
}

.topNav-4 .topnavBox .box .rightBox {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.topNav-5 .topNavBox {
    width: 100%;
    height: 100px;
    position: relative;
    z-index: 11;
    background-color: #ac2c2d;
    padding-right: 40px
}

@media (max-width:1300px) {
    .topNav-5 .topNavBox {
        height: 80px;
        padding-right: 20px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .topNav-5 .topNavBox {
        display: none
    }
}

.topNav-5 .topNavBox .cenBox {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset;
    width: 84%;
    margin: 0 auto
}

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

.topNav-5 .topNavBox .cenBox .navBar {
    padding-right: 100px;
    width: 75%;
    height: 100%
}

@media (max-width:1300px) {
    .topNav-5 .topNavBox .cenBox .navBar {
        padding-right: 4vw
    }
}

.topNav-5 .topNavBox .cenBox .navBar * {
    color: #fff
}

.topNav-5 .topNavBox .cenBox .navBar ul {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset
}

.topNav-5 .topNavBox .cenBox .navBar ul li {
    height: 100%;
    flex: 1
}

.topNav-5 .topNavBox .cenBox .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 .topNavBox .cenBox .navBar ul li a div {
    font-size: 16px
}

@media (max-width:1300px) {
    .topNav-5 .topNavBox .cenBox .navBar ul li a div {
        font-size: 14px
    }
}

.topNav-5 .topNavBox .cenBox .navBar ul li a span {
    text-transform: uppercase;
    font-size: 14px;
    opacity: 0;
    font-size: 12px;
    transition-duration: .5s;
    transition-property: all
}

.topNav-5 .topNavBox .cenBox .navBar ul li a:hover {
    transform: translateY(0);
    background-color: rgba(255, 255, 255, 0.1)
}

.topNav-5 .topNavBox .cenBox .navBar ul li a:hover span {
    opacity: .7
}

.topNav-5 .topNavBox .cenBox .navBar ul li.on a {
    transform: translateY(0);
    background-color: rgba(255, 255, 255, 0.1)
}

.topNav-5 .topNavBox .cenBox .navBar ul li.on a span {
    opacity: .7
}

.topNav-5 .topNavBox .cenBox .searchBox {
    width: 25%
}

.topNav-5 .topNavBox .cenBox .searchBox form {
    height: 36px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: unset;
    flex-wrap: unset;
    width: 100%
}

.topNav-5 .topNavBox .cenBox .searchBox form input {
    height: 100%;
    width: 70%;
    font-size: 14px;
    padding-left: 20px;
    background-color: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.7)
}

@media (max-width:1300px) {
    .topNav-5 .topNavBox .cenBox .searchBox form input {
        font-size: 12px
    }
}

.topNav-5 .topNavBox .cenBox .searchBox form input::placeholder {
    color: rgba(255, 255, 255, 0.7)
}

.topNav-5 .topNavBox .cenBox .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 .topNavBox .cenBox .searchBox form button:hover {
    background-color: #fff
}

.topNav-5 .topNavBox .cenBox .searchBox form button i {
    color: #ac2c2d;
    font-size: 14px;
    margin-right: 6px
}

.topNav-5 .topNavBox .cenBox .searchBox form button span {
    color: #ac2c2d;
    font-size: 14px
}

@media (max-width:1300px) {
    .topNav-5 .topNavBox .cenBox .searchBox form button span {
        font-size: 12px
    }
}

.topNav-6 {
    z-index: 111;
    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:1300px) {
    .topNav-6 {
        height: 80px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .topNav-6 {
        height: 20vw
    }
}

.topNav-6 .yxBox {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset;
    width: 84%;
    margin: 0 auto
}

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

.topNav-6 .yxBox .logo {
    height: 70%
}

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

.topNav-6 .yxBox .logo a {
    height: 100%
}

.topNav-6 .yxBox .logo a img {
    height: 100%;
    z-index: 0
}

.topNav-6 .yxBox .navBar {
    height: 100%;
    width: 60%
}

@media (max-width:1024px) {
    .topNav-6 .yxBox .navBar {
        display: none
    }
}

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

@media (max-width:1024px) {
    .topNav-6 .yxBox .navBar .ul1 {
        display: none
    }
}

.topNav-6 .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-6 .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-6 .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: #ac2c2d;
    bottom: 0;
    height: 0;
    left: 0;
    transition-duration: .5s;
    transition-property: all
}

.topNav-6 .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-6 .yxBox .navBar .ul1 .li1 .a1 div {
        font-size: 14px
    }
}

.topNav-6 .yxBox .navBar .ul1 .li1.on .a1 {
    color: #ac2c2d
}

.topNav-6 .yxBox .navBar .ul1 .li1.on .a1:after {
    height: 100%;
    background-color: #ac2c2d
}

.topNav-6 .yxBox .navBar .ul1 .li1.on .a1 div {
    color: #fff
}

.topNav-6 .yxBox .navBar .ul1 .li1 .ul2 {
    z-index: 2;
    transition-duration: .5s;
    transition-property: all;
    transform: translateY(20px);
    position: absolute;
    top: 100%;
    pointer-events: none;
    opacity: 0;
    width: 100%
}

.topNav-6 .yxBox .navBar .ul1 .li1 .ul2 li {
    width: 100%;
    height: 60px
}

.topNav-6 .yxBox .navBar .ul1 .li1 .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 .yxBox .navBar .ul1 .li1 .ul2 li a:hover {
    background-color: #ac2c2d;
    color: #fff
}

.topNav-6 .yxBox .navBar .ul1 .li1:hover .a1 {
    color: #ac2c2d
}

.topNav-6 .yxBox .navBar .ul1 .li1:hover .a1:after {
    height: 100%;
    background-color: #ac2c2d
}

.topNav-6 .yxBox .navBar .ul1 .li1:hover .a1 div {
    color: #fff
}

.topNav-6 .yxBox .navBar .ul1 .li1:hover .a1 {
    color: #ac2c2d
}

.topNav-6 .yxBox .navBar .ul1 .li1:hover .a1:after {
    height: 100%;
    background-color: #ac2c2d
}

.topNav-6 .yxBox .navBar .ul1 .li1:hover .a1 div {
    color: #fff
}

.topNav-6 .yxBox .navBar .ul1 .li1:hover .ul2 {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0)
}

@media (min-width:1024px) {
    .topNav-6 .yxBox .navBtn {
        display: none
    }
}

.topNav-6 .yxBox .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 .yxBox .topNavOpen-4 {
        display: none
    }
}

@media (max-width:1024px) {
    .topNav-6 .yxBox .topNavOpen-4 .openCout .openTop {
        height: 20vw
    }
}

.topNav-6 .yxBox .topNavOpen-4 .openCout .box {
    background-color: #ac2c2d
}

.topNav-6 .yxBox .topNavOpen-4 .openCout .box>div>ul>li a {
    font-size: 6vw
}

.topNav-6 .yxBox .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: rgba(0, 0, 0, 0.3)
}

.topNav-6.top0 .logo a img {
    filter: brightness(1000) grayscale(1)
}

.topNav-6.top0 .yxBox .navBar .ul1 .li1 .a1 div {
    color: #fff
}

.topNav-7 {
    z-index: 111;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    transition-duration: .5s;
    transition-property: all
}

.topNav-7 .topNavBox {
    background-color: #fff;
    width: 100%;
    height: 100px;
    transition-duration: .5s;
    transition-property: all;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.02)
}

@media (max-width:1300px) {
    .topNav-7 .topNavBox {
        height: 80px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .topNav-7 .topNavBox {
        height: 20vw
    }
}

.topNav-7 .topNavBox .yxBox {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset;
    width: 84%;
    margin: 0 auto
}

@media (max-width:1300px) {
    .topNav-7 .topNavBox .yxBox {
        width: 90%
    }
}

.topNav-7 .topNavBox .yxBox .logo {
    height: 70%
}

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

.topNav-7 .topNavBox .yxBox .logo a {
    height: 100%
}

.topNav-7 .topNavBox .yxBox .logo a img {
    height: 100%;
    z-index: 0
}

.topNav-7 .topNavBox .yxBox .navBar {
    height: 100%;
    width: 60%
}

@media (max-width:1024px) {
    .topNav-7 .topNavBox .yxBox .navBar {
        display: none
    }
}

.topNav-7 .topNavBox .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 .topNavBox .yxBox .navBar .ul1 {
        display: none
    }
}

.topNav-7 .topNavBox .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 .topNavBox .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 .topNavBox .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: #ac2c2d;
    bottom: 0;
    height: 0;
    left: 0;
    transition-duration: .5s;
    transition-property: all
}

.topNav-7 .topNavBox .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 .topNavBox .yxBox .navBar .ul1 .li1 .a1 div {
        font-size: 14px
    }
}

.topNav-7 .topNavBox .yxBox .navBar .ul1 .li1.on .a1 {
    color: #ac2c2d
}

.topNav-7 .topNavBox .yxBox .navBar .ul1 .li1.on .a1:after {
    height: 100%;
    background-color: #ac2c2d
}

.topNav-7 .topNavBox .yxBox .navBar .ul1 .li1.on .a1 div {
    color: #fff
}

.topNav-7 .topNavBox .yxBox .navBar .ul1 .li1 .ul2 {
    z-index: 2;
    transition-duration: .5s;
    transition-property: all;
    transform: translateY(20px);
    position: fixed;
    left: 0;
    top: 100px;
    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: #ac2c2d
}

@media (max-width:1600px) {
    .topNav-7 .topNavBox .yxBox .navBar .ul1 .li1 .ul2 {
        height: 300px;
        padding: 60px 80px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    .topNav-7 .topNavBox .yxBox .navBar .ul1 .li1 .ul2 {
        top: 80px
    }
}

.topNav-7 .topNavBox .yxBox .navBar .ul1 .li1 .ul2 .left {
    height: 100%;
    width: 70%
}

.topNav-7 .topNavBox .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 .topNavBox .yxBox .navBar .ul1 .li1 .ul2 .left .nav2 li {
    width: 50%;
    height: 60px
}

.topNav-7 .topNavBox .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 .topNavBox .yxBox .navBar .ul1 .li1 .ul2 .left .nav2 li a i {
    margin-left: 30px;
    color: #fff;
    transition-duration: .5s;
    transition-property: all
}

.topNav-7 .topNavBox .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 .topNavBox .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 .topNavBox .yxBox .navBar .ul1 .li1 .ul2 .left .nav2 li a:hover i {
    margin-left: 10px
}

.topNav-7 .topNavBox .yxBox .navBar .ul1 .li1 .ul2 .left .nav2 li a:hover .xian div {
    width: 100%
}

.topNav-7 .topNavBox .yxBox .navBar .ul1 .li1 .ul2 .right {
    width: 30%;
    height: 100%
}

.topNav-7 .topNavBox .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 .topNavBox .yxBox .navBar .ul1 .li1:hover .a1 {
    color: #ac2c2d
}

.topNav-7 .topNavBox .yxBox .navBar .ul1 .li1:hover .a1:after {
    height: 100%;
    background-color: #ac2c2d
}

.topNav-7 .topNavBox .yxBox .navBar .ul1 .li1:hover .a1 div {
    color: #fff
}

.topNav-7 .topNavBox .yxBox .navBar .ul1 .li1:hover .a1 {
    color: #ac2c2d
}

.topNav-7 .topNavBox .yxBox .navBar .ul1 .li1:hover .a1:after {
    height: 100%;
    background-color: #ac2c2d
}

.topNav-7 .topNavBox .yxBox .navBar .ul1 .li1:hover .a1 div {
    color: #fff
}

.topNav-7 .topNavBox .yxBox .navBar .ul1 .li1:hover .ul2 {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0)
}

@media (min-width:1024px) {
    .topNav-7 .topNavBox .yxBox .navBtn {
        display: none
    }
}

.topNav-7 .topNavBox .yxBox .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-7 .topNavBox .yxBox .topNavOpen-4 {
        display: none
    }
}

@media (max-width:1024px) {
    .topNav-7 .topNavBox .yxBox .topNavOpen-4 .openCout .openTop {
        height: 20vw
    }
}

.topNav-7 .topNavBox .yxBox .topNavOpen-4 .openCout .box {
    background-color: #ac2c2d
}

.topNav-7 .topNavBox .yxBox .topNavOpen-4 .openCout .box>div>ul>li a {
    font-size: 6vw
}

.topNav-7 .topNavBox .yxBox .topNavOpen-4 .openCout .box>div>ul>li .twoUl li a {
    font-size: 4vw
}

.topNav-7.hide .topNavBox {
    transform: translateY(-100%)
}

.topNav-7.top0 .topNavBox {
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.3)
}

.topNav-7.top0 .topNavBox .logo a img {
    filter: brightness(1000) grayscale(1)
}

.topNav-7.top0 .topNavBox .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: #ac2c2d;
    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)
}

.topNavOpen-1 .navBtn {
    position: fixed;
    right: 50px;
    top: 50px;
    z-index: 7;
    width: 26px;
    height: 26px;
    cursor: pointer;
    transition-duration: .5s;
    transition-property: all
}

@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: 6;
    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 .box {
    width: 70%;
    position: relative;
    height: 60%
}

@media (max-width:1300px) {
    .topNavOpen-1 .openCout .navOpenBox .coutBox .ul1 .li1 .box {
        padding: 30px 0
    }
}

@media (max-width:1024px) {
    .topNavOpen-1 .openCout .navOpenBox .coutBox .ul1 .li1 .box {
        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 .box .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 .box .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 .box .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 .box .txtBox .miaoshu {
        font-size: 16px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    .topNavOpen-1 .openCout .navOpenBox .coutBox .ul1 .li1 .box .txtBox .miaoshu {
        font-size: 12px
    }
}

@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
    .topNavOpen-1 .openCout .navOpenBox .coutBox .ul1 .li1 .box .txtBox .miaoshu {
        writing-mode: lr
    }
}

.topNavOpen-1 .openCout .navOpenBox .coutBox .ul1 .li1 .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) {
    .topNavOpen-1 .openCout .navOpenBox .coutBox .ul1 .li1 .box .txtBox>i {
        top: 0px;
        margin: 0;
        position: absolute;
        width: 100%;
        height: 1px
    }
}

.topNavOpen-1 .openCout .navOpenBox .coutBox .ul1 .li1 .box .txtBox>i i {
    width: 100%;
    background-color: #fff;
    height: 0;
    transition-duration: .5s;
    transition-property: all
}

.topNavOpen-1 .openCout .navOpenBox .coutBox .ul1 .li1 .box .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 .box .txtBox .title {
        font-size: 24px
    }
}

@media (max-width:1024px) {
    .topNavOpen-1 .openCout .navOpenBox .coutBox .ul1 .li1 .box .txtBox .title {
        writing-mode: lr;
        font-size: 5vw;
        position: unset;
        transform: translateY(0)
    }
}

.topNavOpen-1 .openCout .navOpenBox .coutBox .ul1 .li1 .box .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 .box .twoNavLink {
        height: 100%;
        left: unset;
        width: fit-content;
        transform: translateY(0);
        opacity: 1;
        top: 0;
        right: 10%
    }
}

.topNavOpen-1 .openCout .navOpenBox .coutBox .ul1 .li1 .box .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 .box .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 .box .twoNavLink ul li {
    margin-bottom: 20px
}

@media (max-width:1024px) {
    .topNavOpen-1 .openCout .navOpenBox .coutBox .ul1 .li1 .box .twoNavLink ul li {
        line-height: 1.5em;
        margin-bottom: 0
    }
}

.topNavOpen-1 .openCout .navOpenBox .coutBox .ul1 .li1 .box .twoNavLink ul li a {
    color: #fff
}

@media (max-width:1024px) {
    .topNavOpen-1 .openCout .navOpenBox .coutBox .ul1 .li1 .box .twoNavLink ul li a {
        font-size: 3.4vw
    }
}

.topNavOpen-1 .openCout .navOpenBox .coutBox .ul1 .li1.on .box .txtBox .title {
    top: 0;
    transform: translateY(0)
}

.topNavOpen-1 .openCout .navOpenBox .coutBox .ul1 .li1.on .box .twoNavLink {
    opacity: 1;
    transform: translateY(0)
}

.topNavOpen-1 .openCout .navOpenBox .coutBox .ul1 .li1:hover .box .txtBox .title {
    top: 0;
    transform: translateY(0)
}

.topNavOpen-1 .openCout .navOpenBox .coutBox .ul1 .li1:hover .box .twoNavLink {
    opacity: 1;
    transform: translateY(0)
}

.topNavOpen-1 .openCout .navOpenBox .coutBox .maskOn {
    height: 100%;
    background-color: #ac2c2d;
    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 {
    position: fixed;
    right: 40px;
    top: 40px;
    z-index: 220;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s
}

.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: 14px
}

.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: 210;
    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: 50px;
    top: 70px;
    z-index: 7;
    width: 26px;
    height: 26px;
    cursor: pointer;
    transition-duration: .5s;
    transition-property: all;
    mix-blend-mode: difference
}

@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: 100%;
    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/topNav/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/topNav/topNavOpen/topNavOpen-3/topcover.png);
        width: 100%;
        height: 50%
    }
}

.topNavOpen-3 .openCout .box .left img {
    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: #ac2c2d
}

.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(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: relative;
    z-index: 11;
    width: 27px;
    height: 21px
}

.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: relative;
    z-index: 11;
    width: 27px;
    height: 21px
}

.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: #ac2c2d;
    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: 'siyuansongti';
    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%)
}

.topNavOpen-5 {
    display: none
}

@media (max-width:1024px) {
    .topNavOpen-5 {
        display: block
    }

    .topNavOpen-5 .btn {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1111;
        background-color: #ac2c2d;
        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: #ac2c2d;
        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: relative;
    z-index: 1
}

.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: #ac2c2d;
    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 {
    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;
    z-index: 6
}

.topNavOpen-6 .navThisBox.show6 .ulBox {
    right: 0
}

.topNavOpen-6 .navThisBox.show6 .navMask {
    left: -60vw;
    opacity: 1;
    pointer-events: auto
}

.pageBox {
    position: relative;
    transition-duration: .5s;
    transition-property: all;
    left: 0
}

.pageBox.follow-show6 {
    left: -60vw
}

.pageBox.follow-show6 .topNav mod {
    left: -60vw
}

.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
}

.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: #ac2c2d
}

.unifyButton-2>span {
    transition: all .5s;
    font-size: 14px;
    width: fit-content;
    color: #333;
    transition-duration: .5s;
    transition-property: all;
    z-index: 1
}

.unifyButton-2:hover {
    border: 1px solid #ac2c2d
}

.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
    }
}

.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;
    color: #fff;
    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::before {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 50%;
    height: 100%;
    bottom: 0;
    left: -20vw;
    transition-duration: .5s;
    transition-property: all;
    opacity: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/searchOpenLeft.jpg);
    background-position: center;
    background-position: bottom left
}

.searchOpenBox::after {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 50%;
    height: 100%;
    bottom: 0;
    right: -20vw;
    transition-duration: .5s;
    transition-property: all;
    opacity: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/searchOpenRight.jpg);
    background-position: center;
    background-position: bottom right
}

.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
}

.searchOpenBox.open::before {
    opacity: 1;
    left: 0vw;
    transition-delay: .8s;
    transition-duration: 1s;
    transition-property: all
}

.searchOpenBox.open::after {
    opacity: 1;
    right: 0vw;
    transition-delay: .8s;
    transition-duration: 1s;
    transition-property: all
}

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

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

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

@media (max-width:1300px) and (max-width:1024px) {
    .countUpMod-1 {
        padding: 10vw 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: #ac2c2d;
    font-size: 40px
}

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

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

@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
    }
}

.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: 14px;
    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: #ac2c2d;
    cursor: default
}

.breadMod-1 .box a:hover {
    color: #ac2c2d
}

.breadMod-1 img {
    width: 20px;
    opacity: .89;
    margin-right: 10px
}

.sortNav-1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    padding-bottom: 100px
}

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

@media (max-width:1300px) and (max-width:1024px) {
    .sortNav-1 {
        padding-bottom: 10vw
    }
}

@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: unset;
        flex-wrap: unset
    }
}

.sortNav-1 .twoTab ul li {
    margin-right: 40px
}

@media (max-width:1024px) {
    .sortNav-1 .twoTab ul li {
        margin-right: 0;
        width: unset
    }
}

.sortNav-1 .twoTab ul li a .name {
    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: #ac2c2d;
    color: #fff
}

.sortNav-1 .twoTab ul li a:hover .name {
    background-color: #ac2c2d;
    color: #fff
}

.sortNav-2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    padding-bottom: 100px
}

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

@media (max-width:1300px) and (max-width:1024px) {
    .sortNav-2 {
        padding-bottom: 10vw
    }
}

@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: #ac2c2d;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 4px
}

.sortNav-2 .twoTab ul li a.on .name {
    color: #ac2c2d
}

.sortNav-2 .twoTab ul li a.on::after {
    width: 70%
}

.sortNav-2 .twoTab ul li a:hover .name {
    color: #ac2c2d
}

.sortNav-2 .twoTab ul li a:hover::after {
    width: 70%
}

.sortNav-3 {
    /*background-color: #f3f3f3;*/
    height: 80px;
    border-radius: 40px;
    padding: 0 40px;
    width: 84%;
    margin: 0 auto;
    margin-bottom: 80px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset
}

@media (max-width:1300px) {
    .sortNav-3 {
        width: 90%
    }
}

.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: #ac2c2d;
    left: 50%;
    transform: translateX(-50%)
}

.sortNav-3 .twoTab ul li a.on .name {
    color: #ac2c2d
}

.sortNav-3 .twoTab ul li a.on::after {
    width: 100%
}

.sortNav-3 .twoTab ul li a:hover .name {
    color: #ac2c2d
}

.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: #ac2c2d;
    margin-right: 10px
}

.sortNav-3 .mianbao a:hover {
    color: #ac2c2d;
    text-decoration: underline
}

.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: #ac2c2d
}

.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: #ac2c2d
}

.fiexdRight-1 ul li:hover .yuan .btn i {
    color: #fff
}

.fiexdRight-1 ul li:hover .yuan .box {
    transform: translate(0, -50%);
    opacity: 1
}

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

.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 img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

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

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

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

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

.banner-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
}

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

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

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

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

.banner-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)
}

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

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

.banner-3 .topNav {
    position: relative
}

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

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

.banner-3 .boxall {
    position: relative
}

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

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

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

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

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

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

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

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

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

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

.banner-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)
}

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

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

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

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

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

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

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

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

.banner-4 {
    position: relative
}

.banner-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) {
    .banner-4 .imgBox {
        clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
        height: 100vw
    }
}

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

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

.banner-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) {
    .banner-4 .logoBox {
        display: none
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.banner-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
}

.banner-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) {
    .banner-4 .inxBanLR>div .controlB .cout .inxBanNum {
        font-size: 20px
    }
}

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

.banner-4 .inxBanLR>div.inxBanLeft {
    left: 10px
}

.banner-4 .inxBanLR>div.inxBanRight {
    right: 10px
}

.banner-5 {
    width: 100%;
    height: 100vh
}

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

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

.banner-5 #banner-5 ul li .box .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.banner-5 #banner-5 ul li .box .text {
    position: absolute;
    z-index: 1;
    left: 10%;
    top: 40%
}

.banner-5 #banner-5 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
}

.banner-5 #banner-5 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
}

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

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

.navigation-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) {
    .navigation-1 {
        display: none
    }
}

.navigation-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) {
    .navigation-1 div {
        background-color: #f3f3f3
    }
}

.navigation-1 div:hover {
    background-color: #fff
}

.navigation-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: 111;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .5;
    transition: all .5s ease;
    outline: none
}

.navigation-2 .inxBannerBTN i {
    color: #fff;
    font-size: 24px
}

.navigation-2 .inxBannerBTN:hover {
    opacity: 1
}

.navigation-2 .inxBanner-prev {
    left: 40px
}

.navigation-2 .inxBanner-next {
    right: 40px
}

@media (max-width:1024px) {
    .navigation-2 {
        height: 64vw
    }

    .navigation-2 .inxBannerBTN {
        width: 10vw;
        height: 10vw
    }

    .navigation-2 .inxBanner-prev {
        left: 4vw
    }

    .navigation-2 .inxBanner-next {
        right: 4vw
    }
}

.scrollbar-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) {
    .scrollbar-1 {
        height: 30vw;
        left: 10vw;
        bottom: 6vw
    }
}

.scrollbar-1 div {
    width: 100%;
    height: 100%;
    position: relative
}

.scrollbar-1 div div {
    height: 100%;
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: -100%;
    left: 0
}

.twoBanner-1 .banImg {
    position: relative;
    width: 100%;
    height: 30vw
}

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

.twoBanner-1 .banImg .banner {
    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: rgb(35 0 0 / 40%);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.twoBanner-1 .banImg .content .mask span {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase
}

@media (max-width:1024px) {
    .twoBanner-1 .banImg .content .mask span {
        font-size: 5vw
    }
}

.twoBanner-1 .banImg .content .mask .title {
    color: #fff;
    font-size: 30px;
    font-weight: bold
}

@media (max-width:1024px) {
    .twoBanner-1 .banImg .content .mask .title {
        font-size: 5vw
    }
}

.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: 84%;
    margin: 0 auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5)
}

@media (max-width:1300px) {
    .twoBanner-2 .banImg .content .mask .info {
        width: 90%
    }
}

.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
    }
}

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

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

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

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

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

@media (max-width:1024px) {
    .aboutMod-1 .coutBox .rbBox {
        width: 80%;
        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 {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: unset;
    flex-wrap: unset
}

.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
    }
}

.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: 12px
    }
}

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

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

.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-top: 100px;
    background-color: #f7f7f7;
    width: 100%
}

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

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

.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/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: 'siyuansongti'
}

@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: 14px
    }
}

@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/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: #ac2c2d;
    opacity: .7;
    z-index: -1
}

.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:1300px) {
    .videoMod-1 {
        padding: 6vw 0
    }
}

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

.videoMod-1 .videoBox {
    width: 84%;
    margin: 0 auto
}

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

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

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

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

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

.introduceMod-1 {
    padding: 100px 0
}

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

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

.introduceMod-1 .coutBox {
    width: 84%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

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

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

.introduceMod-1 .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) {
    .introduceMod-1 .coutBox .left {
        margin: 0 auto;
        margin-bottom: 10vw;
        width: 80%;
        padding-right: 0
    }
}

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

.introduceMod-1 .coutBox .left .xian i {
    background-color: #ac2c2d;
    width: 40%;
    height: 100%;
    display: block
}

.introduceMod-1 .coutBox .left .txtCout {
    margin-top: 30px;
    overflow: auto
}

.introduceMod-1 .coutBox .right {
    width: 55%;
    height: 530px
}

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

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

.introduceMod-2 {
    padding: 100px 0
}

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

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

.introduceMod-2 .cenBox {
    position: relative;
    height: 440px;
    width: 84%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

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

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

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

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

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

.introduceMod-2 .cenBox .left .content {
    padding: 20px 0
}

.introduceMod-2 .cenBox .right {
    width: 50%;
    height: 100%
}

.introduceMod-2 .cenBox .right .imgBox {
    height: 100%
}

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

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

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

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

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

.superiorityMod-1 ul {
    margin-top: 50px;
    width: 84%;
    margin: 0 auto;
    justify-content: center;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 3vw;
    
}

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

@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: 50%;
    height: 50%;
    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
}

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

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

.superiorityMod-2 .box {
    margin-bottom: 40px;
    width: 84%;
    margin: 0 auto
}

@media (max-width:1300px) {
    .superiorityMod-2 .box {
        width: 90%
    }
}

@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: 100%;
    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: #d3b99b
}

.superiorityMod-2 .box .shiliBox ul li .box1 .tibg * {
    color: #ac2c2d;
    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: 24px;
    font-family: 'siyuansongti';
    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: 12px;
    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
    }
}

@media (max-width:1300px) {
    .superiorityMod-2 .box .shiliBox ul li .box1 .tibg .subtitle {
        font-size: 14px
    }
}

.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: #ac2c2d
}

@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: #ac2c2d
}

.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:1300px) {
    .superiorityMod-3 {
        padding: 6vw 0
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .superiorityMod-3 {
        padding: 10vw 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:1300px) {
    .superiorityMod-4 {
        padding: 6vw 0
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .superiorityMod-4 {
        padding: 10vw 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: 12px;
    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: 12px
    }
}

@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: #ac2c2d;
    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:1300px) {
    .superiorityMod-6 {
        padding: 6vw 0
    }
}

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

.superiorityMod-6 .ul {
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden
}

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

.superiorityMod-6 .ul li {
    width: 33.33333%;
        border: 1px solid #df9494;
    transition: all .5s;
    height: 100%
}

@media (max-width:1024px) {
    .superiorityMod-6 .ul li {
        width: 50%
    }
}

.superiorityMod-6 .ul .img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center
}

.superiorityMod-6 .ul * {
    color: #fff
}

.superiorityMod-6 .ul .mask {
    width: 100%;
    height: 100%;
    transition: all .5s;
    display: flex;
    flex-direction: column;
    position: relative
}

.superiorityMod-6 .ul li.on {
    width: 80%
}

.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: 45%;
    left: 2vw;
    transition: all .5s
}

.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 {
    width: 30vw;
    height: 100px;
    opacity: 0;
    transition: all .5s;
    margin-top: 40px;
    font-size: 14px;
    line-height: 2em;
    font-weight: 100
}

.superiorityMod-6 .ul .absBox div p {
    font-size: 14px;
    line-height: 2em;
    text-indent: 0
}

.superiorityMod-6 .shanBox {
    height: 500px;
    width: 84%;
    margin: 0 auto
}

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

@media (max-width:1300px) {
    .superiorityMod-6 .shanBox {
        height: 34vw
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .superiorityMod-6 .shanBox {
        height: unset
    }
}

.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: 84%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

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

@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: 45%;
    margin-bottom: 40px
}

@media (max-width:1024px) {
    .superiorityMod-7 .dzYoushiCout .list li {
        margin-bottom: 6vw;
        width: 100%
    }
}

.superiorityMod-7 .dzYoushiCout .list li .liBox {
    width: 52%
}

@media (max-width:1024px) {
    .superiorityMod-7 .dzYoushiCout .list li .liBox {
        width: 100%
    }
}

.superiorityMod-7 .dzYoushiCout .list li .liBox .title {
    font-size: 24px;
    color: #ac2c2d;
    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: 6;
    -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:1300px) {
    .superiorityMod-8 {
        padding: 6vw 0
    }
}

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

.superiorityMod-8 .zhichi {
    overflow: hidden;
    width: 84%;
    margin: 0 auto
}

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

@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: 24px;
    font-weight: bold;
    transition-duration: .5s;
    transition-property: all
}

.superiorityMod-8 .zhichi .box ul li .text {
    width: 50%;
    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
}
.superiorityMod-8 .zhichi .box ul li .text .textBox p{font-size:16px}
@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:1300px) {
    .superiorityMod-9 {
        padding: 6vw 0
    }
}

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

.superiorityMod-9 .nrBox {
    position: relative;
    z-index: 1;
    width: 84%;
    margin: 0 auto
}

@media (max-width:1300px) {
    .superiorityMod-9 .nrBox {
        width: 90%
    }
}

@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: 100%;
    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: 12;
    -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
}

.recruitMod-1 {
    padding: 100px 0
}

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

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

.recruitMod-1 .ul {
    width: 84%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

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

@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: #ac2c2d;
    font-size: 12px;
    line-height: 1em
}

.recruitMod-1 .ul li a .top i {
    display: block;
    height: 30px;
    width: 1px;
    background: linear-gradient(to bottom, transparent, #ac2c2d, transparent);
    margin: 0 20px
}

@media (max-width:1300px) {
    .recruitMod-1 .ul li a .top i {
        margin: 0 14px
    }
}

.recruitMod-1 .ul li a .top h1 {
    font-size: 20px;
    font-weight: bold;
    color: #ac2c2d
}

@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: 12px;
    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%
    }
}

.processMod-1 {
    padding: 100px 0
}

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

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

.processMod-1 ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 84%;
    margin: 0 auto;
    margin: auto
}

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

@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;
    margin-top: 100px;
    background-size: cover;
    background-color: #333
}

.processMod-2 .zsLiuchng .mask {
    padding: 100px 0;
    background-color: rgba(0, 0, 0, 0.2);
    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: 1200px;
    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: 20%;
    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: #ac2c2d;
    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: #fff
}

@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: #ac2c2d
}

.processMod-3 .gongyi .box .cenBox {
    width: 1500px;
    margin: 0 auto
}

@media (max-width:1300px) {
    .processMod-3 .gongyi .box .cenBox {
        width: 90%
    }
}

@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 #ac2c2d;
    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: 'siyuansongti'
}

@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: 14px
    }
}

@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: 14px;
    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: 12px
    }
}

.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 #ac2c2d;
    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: #ac2c2d;
    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: #ac2c2d
}

.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:1300px) {
    .inxProduct-1 {
        padding: 6vw 0
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .inxProduct-1 {
        padding: 10vw 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: 84%;
        margin: 0 auto;
        margin-bottom: 10vw
    }
}

@media (max-width:1024px) and (max-width:1300px) {
    .inxProduct-1 .coutBox .tabs {
        width: 90%
    }
}

.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: #ac2c2d;
    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: 84%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@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 {
        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: 14px
}

@media (max-width:1600px) {
    .inxProduct-1 .coutBox .content .boxKuang .botBox .swiper-slide .proCoutBox .right .sBox .guige li div {
        font-size: 12px
    }
}

@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: #ac2c2d;
    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: 14px
    }
}

.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:1300px) {
    .inxProduct-2 {
        padding: 6vw 0
    }
}

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

.inxProduct-2 .coutBox {
    width: 84%;
    margin: 0 auto
}

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

.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: #ac2c2d
}

.inxProduct-2 .coutBox .proList li a:hover .imgBox img {
    transform: scale(1.02)
}

.productMod-3 {
    padding: 100px 0
}

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

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

.productMod-3 .boxKK {
    width: 100%;
    position: relative;
    background-color: #f3f3f3;
    height: 42vw
}

.productMod-3 .boxKK .box {
    position: absolute;
    height: 100%;
    background-color: #ac2c2d;
    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: 12px;
    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
}

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

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

.productMod-4 .cout .tabsBox {
    margin-bottom: 40px
}

.productMod-4 .cout .tabsBox .tabs {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.productMod-4 .cout .tabsBox .tabs li {
    cursor: pointer;
    opacity: .5;
    width: unset;
    margin: 0 20px
}

.productMod-4 .cout .tabsBox .tabs li .name {
    width: fit-content
}

@media (max-width:1024px) {
    .productMod-4 .cout .tabsBox .tabs li {
        margin: 0 2vw
    }
}

.productMod-4 .cout .tabsBox .tabs li.on {
    opacity: 1
}

.productMod-4 .cout .bottomCout {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1300px) {
    .productMod-4 .cout .bottomCout {
        width: 90%
    }
}

@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 {
    padding-right: 10%;
    width: calc(100% - 128px)
}

@media (max-width:1300px) {
    .productMod-4 .cout .bottomCout .left {
        width: calc(100% - 100px)
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .productMod-4 .cout .bottomCout .left {
        width: 100%
    }
}

.productMod-4 .cout .bottomCout .left .content {
    width: 100%;
    position: relative
}

.productMod-4 .cout .bottomCout .left .content .conItem {
    width: 100%;
    transform: translateY(20px);
    opacity: 0;
    pointer-events: none;
    transition-duration: .5s;
    transition-property: all;
    position: absolute;
    top: 0;
    left: 0
}

.productMod-4 .cout .bottomCout .left .content .conItem .box 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 .left .content .conItem .box 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 .left .content .conItem .box li .txtCout {
    width: 60%;
    padding-right: 8%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .productMod-4 .cout .bottomCout .left .content .conItem .box li .txtCout {
        width: 90%;
        margin-top: 6vw;
        padding: 0
    }
}

.productMod-4 .cout .bottomCout .left .content .conItem .box li .txtCout .title {
    font-size: 36px;
    font-weight: bold;
    color: #ac2c2d
}

@media (max-width:1300px) {
    .productMod-4 .cout .bottomCout .left .content .conItem .box li .txtCout .title {
        font-size: 30px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .productMod-4 .cout .bottomCout .left .content .conItem .box li .txtCout .title {
        font-size: 6vw
    }
}

.productMod-4 .cout .bottomCout .left .content .conItem .box li .txtCout .guige {
    margin: 50px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1300px) {
    .productMod-4 .cout .bottomCout .left .content .conItem .box li .txtCout .guige {
        margin: 20px 0
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .productMod-4 .cout .bottomCout .left .content .conItem .box li .txtCout .guige {
        margin: 4vw 0;
        display: flex;
        flex-direction: row;
        align-items: unset;
        justify-content: unset;
        flex-wrap: wrap
    }
}

.productMod-4 .cout .bottomCout .left .content .conItem .box li .txtCout .guige span {
    font-size: 16px;
    color: #444;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    margin: 5px 0
}

@media (max-width:1300px) {
    .productMod-4 .cout .bottomCout .left .content .conItem .box li .txtCout .guige span {
        font-size: 14px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .productMod-4 .cout .bottomCout .left .content .conItem .box li .txtCout .guige span {
        width: 50%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: unset;
        flex-wrap: unset
    }
}

.productMod-4 .cout .bottomCout .left .content .conItem .box li .txtCout .guige span i {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 10px;
    background-color: #ac2c2d
}

.productMod-4 .cout .bottomCout .left .content .conItem .box li .txtCout .miaoshu {
    color: #444;
    line-height: 2em;
    text-indent: 2em;
    font-size: 12px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

@media (max-width:1300px) {
    .productMod-4 .cout .bottomCout .left .content .conItem .box li .txtCout .miaoshu {
        font-size: 14px
    }
}

.productMod-4 .cout .bottomCout .left .content .conItem .box li .imgBox {
    width: 40%
}

@media (max-width:1024px) {
    .productMod-4 .cout .bottomCout .left .content .conItem .box li .imgBox {
        height: 50vw;
        width: unset
    }
}

.productMod-4 .cout .bottomCout .left .content .conItem .box li .imgBox img {
    width: 100%
}

@media (max-width:1024px) {
    .productMod-4 .cout .bottomCout .left .content .conItem .box li .imgBox img {
        height: 100%
    }
}

.productMod-4 .cout .bottomCout .left .content .conItem .box li.swiper-slide-active {
    opacity: 1 !important
}

.productMod-4 .cout .bottomCout .left .content .conItem.on {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    transition-delay: .3s
}

.productMod-4 .cout .bottomCout .right {
    width: 128px;
    height: 500px;
    position: relative
}

@media (max-width:1300px) {
    .productMod-4 .cout .bottomCout .right {
        width: 100px;
        height: 400px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .productMod-4 .cout .bottomCout .right {
        width: 100%;
        height: 22vw;
        margin-top: 10vw
    }
}

.productMod-4 .cout .bottomCout .right .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 .right .boxR .swiper {
    width: 100%;
    height: 100%
}

.productMod-4 .cout .bottomCout .right .boxR .swiper li {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.productMod-4 .cout .bottomCout .right .boxR .swiper li .box {
    background-color: #f3f3f3;
    width: 100%;
    aspect-ratio: 1/1;
    position: relative;
    cursor: pointer
}

@media (max-width:1024px) {
    .productMod-4 .cout .bottomCout .right .boxR .swiper li .box {
        width: unset;
        height: 100%
    }
}

.productMod-4 .cout .bottomCout .right .boxR .swiper li .box .imgBox {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.productMod-4 .cout .bottomCout .right .boxR .swiper li .box .imgBox img {
    width: 50%
}

.productMod-4 .cout .bottomCout .right .boxR .swiper li .box.onon {
    background-color: #ddd
}

.productMod-4 .cout .bottomCout .right .boxR.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:1300px) {
    .productMod-5 {
        padding: 6vw 0
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .productMod-5 {
        padding: 10vw 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:1300px) {
    .productMod-5 .cenBox {
        width: 90%
    }
}

@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: 14px;
    font-family: 'siyuansongti'
}

.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: 'siyuansongti';
    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: 14px
    }
}

.productMod-5 .cenBox .left .sortTabs .ul li .clickBox .subName {
    font-size: 12px;
    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: 'xianxian';
    top: 0
}

@media (max-width:1300px) {
    .productMod-5 .cenBox .right .contBox .swiper li .more .boxMore span {
        font-size: 14px
    }
}

.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)
}

.casesMod-1 {
    padding: 100px 0
}

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

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

.casesMod-1 .yx {
    width: 84%;
    margin: 0 auto
}

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

@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: 12px;
    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: #1e6e54;
    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 {
    background-color: #f9f9f9;
    width: 100%;
    position: relative;
    padding: 100px 0
}

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

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

@media (max-width:1300px) {
    .casesMod-2 {
        padding: 0 4%;
        padding-top: 100px
    }
}

@media (max-width:1300px) and (max-width:1300px) {
    .casesMod-2 {
        padding-top: 6vw
    }
}

@media (max-width:1300px) and (max-width:1300px) and (max-width:1024px) {
    .casesMod-2 {
        padding-top: 10vw
    }
}

@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:1300px) {
    .casesMod-2 {
        padding-top: 6vw
    }
}

@media (max-width:1300px) and (max-width:1024px) and (max-width:1300px) and (max-width:1024px) {
    .casesMod-2 {
        padding-top: 10vw
    }
}

.casesMod-2 .boxkk {
    width: 84%;
    margin: 0 auto
}

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

.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: center;
    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: #ac2c2d
}

.casesMod-2 .boxkk .topCout #inxCaseTxt .swiper-wrapper .swiper-slide .txtBox a .abox .cn {
    font-size: 20px;
    color: #ac2c2d
}

.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 .swiper-wrapper .btnBox {
    position: relative;
    width: 100%;
    height: 100%
}

.casesMod-2 .boxkk .topCout #inxCaseImg .swiper-wrapper .btnBox .img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.casesMod-2 .boxkk .topCout #inxCaseImg .swiper-wrapper .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 .swiper-wrapper .btnBox .xmTitle {
        left: 6vw;
        bottom: 6vw
    }
}

.casesMod-2 .boxkk .topCout #inxCaseImg .swiper-wrapper .btnBox .xmTitle .lShu {
    height: 14vw;
    border-radius: 3px;
    width: 6px;
    background-color: #ac2c2d
}

.casesMod-2 .boxkk .topCout #inxCaseImg .swiper-wrapper .btnBox .xmTitle .reTitle {
    padding-left: 1vw
}

.casesMod-2 .boxkk .topCout #inxCaseImg .swiper-wrapper .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 .swiper-wrapper .btnBox .xmTitle .reTitle .sortName i {
    display: block;
    width: 40px;
    height: 1px;
    background-color: #fff;
    margin-right: 10px
}

.casesMod-2 .boxkk .topCout #inxCaseImg .swiper-wrapper .btnBox .xmTitle .reTitle .sortName span {
    font-size: 20px;
    color: #fff
}

@media (max-width:1024px) {
    .casesMod-2 .boxkk .topCout #inxCaseImg .swiper-wrapper .btnBox .xmTitle .reTitle .sortName span {
        font-size: 4vw
    }
}

.casesMod-2 .boxkk .topCout #inxCaseImg .swiper-wrapper .btnBox .xmTitle .title {
    font-size: 34px;
    color: #fff
}

@media (max-width:1024px) {
    .casesMod-2 .boxkk .topCout #inxCaseImg .swiper-wrapper .btnBox .xmTitle .title {
        font-size: 6vw
    }
}

.casesMod-2 .boxkk .topCout #inxCaseImg .mask {
    pointer-events: none;
    position: absolute;
    top: 0;
    right: -20%;
    background-color: #ac2c2d;
    z-index: 1;
    border-top-right-radius: 20vw 13vw;
    border-bottom-right-radius: 20vw 13vw;
    width: 0%;
    height: 100%;
    transition-duration: 1s;
    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: #ac2c2d;
    font-size: 20px;
    width: 5%
}

.casesMod-2 .boxkk .topCout .inxCasesPa span {
    color: #ac2c2d;
    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: #ac2c2d
}

.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 {
    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 #ac2c2d;
    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
}

.honorMod-1 {
    padding: 100px 0
}

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

@media (max-width:1300px) and (max-width:1024px) {
    .honorMod-1 {
        padding: 10vw 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 {
    height: 100%
}

.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:1300px) {
    .honorMod-2 {
        padding: 6vw 0
    }
}

@media (max-width:1300px) and (max-width:1024px) and (max-width:1300px) and (max-width:1024px) {
    .honorMod-2 {
        padding: 10vw 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: 12px
    }
}

.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:1300px) {
    .honorMod-2 .cout {
        width: 90%
    }
}

@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: 14px;
    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
    }
}

.imgMod-1 {
    padding: 100px 0
}

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

@media (max-width:1300px) and (max-width:1024px) {
    .imgMod-1 {
        padding: 10vw 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:1300px) {
    .imgMod-2 {
        padding: 6vw 0
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .imgMod-2 {
        padding: 10vw 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: 14px;
    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: #ac2c2d;
    border-color: #ac2c2d
}

.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
    }
}

.historyMod-1 {
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    width: 100%;
    position: relative
}

.historyMod-1 .coutBox {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 100px 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

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

@media (max-width:1300px) and (max-width:1024px) {
    .historyMod-1 .coutBox {
        padding: 10vw 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
}

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

.historyMod-1 .coutBox .left .leftBox {
    padding-right: 80px;
    width: calc(84% * 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;
    margin-bottom: 60px;
    line-height: 2em;
    font-size: 14px
}

@media (max-width:1024px) {
    .historyMod-1 .coutBox .left .leftBox .miaoshu {
        margin-bottom: 6vw
    }
}

.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%
}

@media (max-width:1024px) {
    .historyMod-1 .coutBox .right {
        width: 90%;
        border-radius: 4vw;
        margin: 0 auto
    }
}

.historyMod-1 .coutBox .right .hisTabsBox {
    padding: 60px 0;
    background-color: #ac2c2d
}

@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.swiper-slide-active .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 {
    font-size: 14px;
    line-height: 1.6em;
    text-align: justify
}

.historyMod-1 .coutBox .right .hisTabsBox .neirong #hisCout li .miaoshu p {
    color: #ffee9a
}

@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:1300px) {
    .historyMod-2 {
        padding: 6vw 0
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .historyMod-2 {
        padding: 10vw 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:1300px) {
    .historyMod-2 .box {
        width: 90%
    }
}

@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: #ac2c2d;
    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: 12px
    }
}

@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: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 {
        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:1300px) {
    .historyMod-3 {
        padding: 6vw 0
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .historyMod-3 {
        padding: 10vw 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: 12px;
    height: 12px;
    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: 84%;
    margin: 0 auto
}

@media (max-width:1300px) {
    .historyMod-4 .bgMask .cenBox {
        padding: 6vw 0
    }
}

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

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

@media (max-width:1300px) {
    .historyMod-4 .bgMask .cenBox {
        padding: 100px 0;
        padding-top: 10vw
    }
}

@media (max-width:1300px) and (max-width:1300px) {
    .historyMod-4 .bgMask .cenBox {
        padding: 6vw 0
    }
}

@media (max-width:1300px) and (max-width:1300px) and (max-width:1024px) {
    .historyMod-4 .bgMask .cenBox {
        padding: 10vw 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: 'siyuansongti'
}

.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/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/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/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: 14px
}

@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%
    }
}

.newsMod-1 {
    padding: 100px 0
}

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

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

.newsMod-1 .coutBox {
    width: 84%;
    margin: 0 auto
}

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

.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: #ac2c2d
}

.newsMod-1 .coutBox .top .tabs .dot {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    background-color: #ac2c2d;
    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: space-between;
    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: 48%
}

@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: #ac2c2d;
    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: 14px
    }
}

.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: 12px
    }
}

.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: #ac2c2d
}

.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: #2a3330;
    position: relative
}

.newsMod-2 ul {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 100px
}

.newsMod-2 .yx {
    position: relative;
    z-index: 1
}

.newsMod-2 .yx * {
    color: #fff
}

.newsMod-2 ul li {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center
}

.newsMod-2 ul li .box {
    width: 80%;
    transition: all .5s
}

.newsMod-2 ul .box .img {
    width: 100%;
    padding-top: 100%;
    border-radius: 30px;
    background-size: cover;
    background-position: center
}

.newsMod-2 ul li .title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 100;
    line-height: 1.8em
}

.newsMod-2 .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: 14px;
    letter-spacing: .1em
}

.newsMod-2 ul.on li {
    transition-duration: 2s;
    opacity: 1
}

.newsMod-2 ul.on li:nth-child(2n+1) {
    transform: translateY(-30px)
}

.newsMod-2 ul.on li:nth-child(2n) {
    transform: translateY(30px)
}

.newsMod-2 ul.on li:nth-child(1) {
    transition-delay: 0s
}

.newsMod-2 ul.on li:nth-child(2) {
    transition-delay: .3s
}

.newsMod-2 ul.on li:nth-child(3) {
    transition-delay: .6s
}

.newsMod-2 ul.on li:nth-child(4) {
    transition-delay: .9s
}

.newsMod-2 .wenli {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center
}

@media only screen and (max-width:1300px) {
    .newsMod-2 ul li .title {
        font-size: 12px
    }
}

@media only screen and (max-width:1024px) {
    .newsMod-2 ul {
        flex-direction: column;
        margin-top: 14vw
    }

    .newsMod-2 ul li {
        width: 100%
    }

    .newsMod-2 ul li .box {
        width: 88%
    }

    .newsMod-2 ul .box .img {
        padding-top: 60%
    }

    .newsMod-2 ul li .title {
        font-size: 4vw
    }

    .newsMod-2 .date {
        font-size: 4vw;
        height: 10vw;
        padding: 0 5vw;
        border-radius: 5vw
    }

    .newsMod-2 ul li {
        margin-bottom: 10vw
    }

    .newsMod-2 ul li:nth-child(2n+1) {
        transform: translateX(-30px)
    }

    .newsMod-2 ul li:nth-child(2n) {
        transform: translateX(30px)
    }

    .newsMod-2 ul.on li:nth-child(2n+1) {
        transform: translateX(0)
    }

    .newsMod-2 ul.on li:nth-child(2n) {
        transform: translateX(0)
    }
}

.newsMod-2 {
    padding: 100px 0
}

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

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

.newsMod-2 .yx {
    width: 84%;
    margin: 0 auto
}

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

.newsMod-2 .yx .tabs {
    position: relative;
    width: fit-content;
    margin: 0 auto;
    margin-top: 50px;
    border: 1px solid #fff;
    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: #ac2c2d
}

.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 li a:hover {
    transform: translateY(-10px)
}

.newsMod-2 .yx .cout .ulBox.onon {
    transform: translateY(0);
    transition-delay: .2s;
    opacity: 1;
    pointer-events: auto
}

.newsMod-2 .yx .cout .ulBox.onon ul {
    transform: translateY(0)
}

.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: 14px
    }
}

.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: #ac2c2d
}

@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: 14px;
        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: 14px;
    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: 12px
    }
}

.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: #ac2c2d
}

.newsMod-3 .left .cout .content li .swiper .swiper-slide a:hover .top .title {
    color: #ac2c2d
}

.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: 14px;
    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: #ac2c2d;
    border-color: #ac2c2d
}

.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;
    padding: 100px 0
}

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

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

.newsMod-4 ul {
    width: 84%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: space-between;
    flex-wrap: wrap
}

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

@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: 14px;
    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: 14px
}

.newsMod-4 ul li a .date {
    font-size: 12px
}

.newsMod-4 ul li a:hover .title {
    color: #ac2c2d
}

.newsMod-4 ul li a:hover .date {
    color: #ac2c2d
}

.newsMod-5 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 0
}

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

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

.newsMod-5 .boxC {
    width: 84%;
    margin: 0 auto;
    height: 400px;
    display: flex;
    box-shadow: 0 0 20px rgba(100, 164, 204, 0.08)
}

@media (max-width:1300px) {
    .newsMod-5 .boxC {
        width: 90%
    }
}

.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: 16px;
    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: 16px
    }

    .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:1300px) {
    .newsMod-6 {
        padding-top: 6vw
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .newsMod-6 {
        padding-top: 10vw
    }
}

.newsMod-6 .news-box {
    display: flex;
    flex-wrap: wrap;
    width: 84%;
    margin: 0 auto
}

@media (max-width:1300px) {
    .newsMod-6 .news-box {
        width: 90%
    }
}

.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: 14px;
    padding-bottom: 65px
}

.newsMod-6 .news-box a .picbox {
    width: 100%;
    border-radius: 14px;
    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: 14px;
    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: 14px 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: #ac2c2d;
    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
    }
}

.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: 14px
    }
}

.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: 84%;
        margin: 0 auto
    }
}

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

.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: #ac2c2d;
    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: #ac2c2d
}

.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:1024px) {
    .personMod-2 {
        margin: 20vw 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: 12px;
    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: #ac2c2d
}

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

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

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

.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
    }
}

.logoWallMod-1 {
    background-color: #fff;
    padding-bottom: 100px;
    padding: 100px 0
}

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

@media (max-width:1300px) and (max-width:1024px) {
    .logoWallMod-1 {
        padding: 10vw 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
    }
}

.form-1 {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
    padding: 100px 0
}

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

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

.form-1 .cenBox {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.form-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) {
    .form-1 .cenBox .biaodan {
        width: 80%;
        height: unset
    }
}

.form-1 .cenBox .biaodan form {
    width: 100%
}

.form-1 .cenBox .biaodan form .nameTitle {
    left: 120px;
    position: absolute;
    top: 50%;
    transform: translate(20px, -50%);
    font-size: 14px;
    color: #999;
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1024px) {
    .form-1 .cenBox .biaodan form .nameTitle {
        left: 0
    }
}

.form-1 .cenBox .biaodan form .bdTitle {
    width: 120px;
    font-size: 18px;
    font-weight: bold
}

@media (max-width:1024px) {
    .form-1 .cenBox .biaodan form .bdTitle {
        display: none
    }
}

.form-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: 14px
}

.form-1 .cenBox .biaodan form .input {
    margin-bottom: 20px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.form-1 .cenBox .biaodan form .input input {
    border-radius: 4px;
    border: 1px solid #ccc;
    background-color: unset;
    width: calc(100% - 120px);
    height: 40px;
    font-size: 14px;
    padding-left: 20px;
    transition-duration: .5s;
    transition-property: all
}

.form-1 .cenBox .biaodan form .input input:focus {
    border-color: #ac2c2d
}

.form-1 .cenBox .biaodan form .input input:focus+.nameTitle {
    color: #ac2c2d;
    top: 0;
    background-color: #fff;
    padding: 0 10px;
    border-radius: 20px
}

.form-1 .cenBox .biaodan form .input input.focus {
    border-color: #ac2c2d
}

.form-1 .cenBox .biaodan form .input input.focus+.nameTitle {
    color: #ac2c2d;
    top: 0;
    background-color: #fff;
    padding: 0 10px;
    border-radius: 20px
}

@media (max-width:1300px) {
    .form-1 .cenBox .biaodan form .input input {
        height: 30px
    }
}

@media (max-width:1024px) {
    .form-1 .cenBox .biaodan form .input input {
        height: 42px;
        width: 100%
    }
}

.form-1 .cenBox .biaodan form .input.yes val {
    color: green
}

.form-1 .cenBox .biaodan form .input.yes input {
    border-color: green
}

.form-1 .cenBox .biaodan form .input.yes .nameTitle {
    color: green !important
}

.form-1 .cenBox .biaodan form .input.no val {
    color: red
}

.form-1 .cenBox .biaodan form .input.no input {
    border-color: red
}

.form-1 .cenBox .biaodan form .input.no .nameTitle {
    color: red
}

.form-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: 14px
}

.form-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: 14px;
    transition-duration: .5s;
    transition-property: all
}

.form-1 .cenBox .biaodan form .textarea textarea:focus {
    border-color: #ac2c2d
}

.form-1 .cenBox .biaodan form .textarea textarea:focus+.nameTitle {
    color: #ac2c2d;
    top: 0;
    background-color: #fff;
    padding: 0 10px;
    border-radius: 20px
}

.form-1 .cenBox .biaodan form .textarea textarea.focus {
    border-color: #ac2c2d
}

.form-1 .cenBox .biaodan form .textarea textarea.focus+.nameTitle {
    color: #ac2c2d;
    top: 0;
    background-color: #fff;
    padding: 0 10px;
    border-radius: 20px
}

@media (max-width:1024px) {
    .form-1 .cenBox .biaodan form .textarea textarea {
        width: 100%
    }
}

.form-1 .cenBox .biaodan form .textarea.yes val {
    color: green
}

.form-1 .cenBox .biaodan form .textarea.yes textarea {
    border-color: green
}

.form-1 .cenBox .biaodan form .textarea.yes .nameTitle {
    color: green !important
}

.form-1 .cenBox .biaodan form .yanzhengma {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset
}

.form-1 .cenBox .biaodan form .yanzhengma .input {
    width: calc(200px + 120px)
}

.form-1 .cenBox .biaodan form .yanzhengma .input.yes val {
    color: green
}

.form-1 .cenBox .biaodan form .yanzhengma .input.yes input {
    border-color: green
}

.form-1 .cenBox .biaodan form .yanzhengma .input.yes .nameTitle {
    color: green
}

.form-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
}

.form-1 .cenBox .biaodan form .yanzhengma .yanz img {
    cursor: pointer
}

.form-1 .cenBox .biaodan form .yanzhengma .yanz span {
    font-size: 14px;
    color: #999;
    margin-left: 20px;
    cursor: pointer
}

.form-1 .cenBox .biaodan form .button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset
}

.form-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
}

.form-1 .cenBox .biaodan form .button button.reset {
    width: 20%;
    height: 50px;
    color: #666;
    background-color: #ddd
}

@media (max-width:1024px) {
    .form-1 .cenBox .biaodan form .button button.reset {
        width: 30%
    }
}

.form-1 .cenBox .biaodan form .button button.submit {
    width: 36%;
    height: 50px;
    color: #fff;
    background-color: #ac2c2d;
    margin-right: 40px
}

@media (max-width:1024px) {
    .form-1 .cenBox .biaodan form .button button.submit {
        width: 60%;
        margin-right: 20px
    }
}

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

.form-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
}

.form-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) {
    .form-1 .tongzhi .kuangjia .box {
        width: 90%
    }
}

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

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

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

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

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

.form-1 .tongzhi .kuangjia .box .jishi {
    margin-top: 20px;
    color: #666;
    font-size: 14px;
    transition-duration: .5s;
    transition-property: all
}

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

.form-3 {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
    padding: 100px 0
}

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

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

.form-3 .cenBox {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.form-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) {
    .form-3 .cenBox .biaodan {
        width: 80%;
        height: unset
    }
}

.form-3 .cenBox .biaodan form {
    width: 100%
}

.form-3 .cenBox .biaodan form .nameTitle {
    left: 120px;
    position: absolute;
    top: 50%;
    transform: translate(20px, -50%);
    font-size: 14px;
    color: #999;
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1024px) {
    .form-3 .cenBox .biaodan form .nameTitle {
        left: 0
    }
}

.form-3 .cenBox .biaodan form .bdTitle {
    width: 120px;
    font-size: 18px;
    font-weight: bold
}

@media (max-width:1024px) {
    .form-3 .cenBox .biaodan form .bdTitle {
        display: none
    }
}

.form-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: 12px
}

.form-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) {
    .form-3 .cenBox .biaodan form .formTop {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

.form-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) {
    .form-3 .cenBox .biaodan form .formTop .input {
        width: 100%
    }
}

.form-3 .cenBox .biaodan form .formTop .input input {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #ccc;
    background-color: unset;
    height: 40px;
    font-size: 12px;
    padding-left: 20px;
    transition-duration: .5s;
    transition-property: all
}

.form-3 .cenBox .biaodan form .formTop .input input:focus {
    border-color: #ac2c2d
}

.form-3 .cenBox .biaodan form .formTop .input input:focus+.nameTitle {
    color: #ac2c2d;
    top: 0;
    background-color: #fff;
    padding: 0 10px;
    border-radius: 20px
}

.form-3 .cenBox .biaodan form .formTop .input input.focus {
    border-color: #ac2c2d
}

.form-3 .cenBox .biaodan form .formTop .input input.focus+.nameTitle {
    color: #ac2c2d;
    top: 0;
    background-color: #fff;
    padding: 0 10px;
    border-radius: 20px
}

@media (max-width:1300px) {
    .form-3 .cenBox .biaodan form .formTop .input input {
        height: 30px
    }
}

@media (max-width:1024px) {
    .form-3 .cenBox .biaodan form .formTop .input input {
        height: 42px;
        width: 100%
    }
}

.form-3 .cenBox .biaodan form .formTop .input.yes val {
    color: green
}

.form-3 .cenBox .biaodan form .formTop .input.yes input {
    border-color: green
}

.form-3 .cenBox .biaodan form .formTop .input.yes .nameTitle {
    color: green !important
}

.form-3 .cenBox .biaodan form .formTop .input.no val {
    color: red
}

.form-3 .cenBox .biaodan form .formTop .input.no input {
    border-color: red
}

.form-3 .cenBox .biaodan form .formTop .input.no .nameTitle {
    color: red
}

.form-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: 14px
}

.form-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: 12px;
    transition-duration: .5s;
    transition-property: all
}

.form-3 .cenBox .biaodan form .textarea textarea:focus {
    border-color: #ac2c2d
}

.form-3 .cenBox .biaodan form .textarea textarea:focus+.nameTitle {
    color: #ac2c2d;
    top: 0;
    background-color: #fff;
    padding: 0 10px;
    border-radius: 20px
}

.form-3 .cenBox .biaodan form .textarea textarea.focus {
    border-color: #ac2c2d
}

.form-3 .cenBox .biaodan form .textarea textarea.focus+.nameTitle {
    color: #ac2c2d;
    top: 0;
    background-color: #fff;
    padding: 0 10px;
    border-radius: 20px
}

@media (max-width:1024px) {
    .form-3 .cenBox .biaodan form .textarea textarea {
        width: 100%
    }
}

.form-3 .cenBox .biaodan form .textarea.yes val {
    color: green
}

.form-3 .cenBox .biaodan form .textarea.yes textarea {
    border-color: green
}

.form-3 .cenBox .biaodan form .textarea.yes .nameTitle {
    color: green !important
}

.form-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
}

.form-3 .cenBox .biaodan form .yanzhengma .input {
    width: 300px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset
}

.form-3 .cenBox .biaodan form .yanzhengma .input .bdTitle {
    display: none
}

.form-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: 12px;
    padding-left: 20px;
    transition-duration: .5s;
    transition-property: all
}

.form-3 .cenBox .biaodan form .yanzhengma .input input:focus {
    border-color: #ac2c2d
}

.form-3 .cenBox .biaodan form .yanzhengma .input input:focus+.nameTitle {
    color: #ac2c2d;
    top: 0;
    background-color: #fff;
    padding: 0 10px;
    border-radius: 20px
}

.form-3 .cenBox .biaodan form .yanzhengma .input input.focus {
    border-color: #ac2c2d
}

.form-3 .cenBox .biaodan form .yanzhengma .input input.focus+.nameTitle {
    color: #ac2c2d;
    top: 0;
    background-color: #fff;
    padding: 0 10px;
    border-radius: 20px
}

@media (max-width:1300px) {
    .form-3 .cenBox .biaodan form .yanzhengma .input input {
        height: 30px
    }
}

@media (max-width:1024px) {
    .form-3 .cenBox .biaodan form .yanzhengma .input input {
        height: 42px
    }
}

.form-3 .cenBox .biaodan form .yanzhengma .yanz {
    width: unset
}

.form-3 .cenBox .biaodan form .button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.form-3 .cenBox .biaodan form .button button {
    border-radius: 4px;
    cursor: pointer
}

.form-3 .cenBox .biaodan form .button button.submit {
    margin: 0;
    width: 200px;
    height: 50px;
    color: #fff;
    background-color: #ac2c2d
}

.form-3 .cenBox .biaodan form .button button.reset {
    display: none
}

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

.form-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
}

.form-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) {
    .form-3 .tongzhi .kuangjia .box {
        width: 90%
    }
}

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

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

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

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

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

.form-3 .tongzhi .kuangjia .box .jishi {
    margin-top: 20px;
    color: #666;
    font-size: 14px;
    transition-duration: .5s;
    transition-property: all
}

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

.contactMod-1 {
    position: relative;
    background-color: #f8f8f8
}

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

.contactMod-1 .coutBox {
    position: relative;
    z-index: 1;
    padding: 150px 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1300px) {
    .contactMod-1 .coutBox {
        padding: 100px 0
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .contactMod-1 .coutBox {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

.contactMod-1 .coutBox .left {
    width: 40%;
    height: 100%;
    position: relative
}

@media (max-width:1024px) {
    .contactMod-1 .coutBox .left {
        width: 90%
    }
}

.contactMod-1 .coutBox .left .txtBox {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1
}

@media (max-width:1024px) {
    .contactMod-1 .coutBox .left .txtBox {
        position: unset;
        transform: unset
    }
}

.contactMod-1 .coutBox .left .txtBox .box {
    height: 300px;
    width: 120%;
    background-color: #ac2c2d;
    padding-left: 15vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1300px) {
    .contactMod-1 .coutBox .left .txtBox .box {
        padding: 40px 0;
        height: unset;
        padding-left: 10vw
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .contactMod-1 .coutBox .left .txtBox .box {
        width: 100%
    }
}

.contactMod-1 .coutBox .left .txtBox .box .neirong {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

.contactMod-1 .coutBox .left .txtBox .box .neirong * {
    color: #fff
}

.contactMod-1 .coutBox .left .txtBox .box .neirong .titleNormal {
    margin-bottom: 20px
}

.contactMod-1 .coutBox .left .txtBox .box .neirong .phone i {
    font-size: 50px
}

@media (max-width:1300px) {
    .contactMod-1 .coutBox .left .txtBox .box .neirong .phone i {
        font-size: 30px
    }
}

.contactMod-1 .coutBox .left .txtBox .box .neirong .phone span {
    font-size: 30px;
    margin-left: 20px
}

@media (max-width:1300px) {
    .contactMod-1 .coutBox .left .txtBox .box .neirong .phone span {
        font-size: 20px
    }
}

.contactMod-1 .coutBox .left .txtBox .box .neirong .email {
    margin-top: 10px
}

.contactMod-1 .coutBox .left .txtBox .box .neirong .address {
    margin-top: 10px
}

.contactMod-1 .coutBox .left .txtBox .more {
    width: fit-content;
    margin-left: 15vw;
    position: relative;
    margin-top: 40px
}

@media (max-width:1024px) {
    .contactMod-1 .coutBox .left .txtBox .more {
        margin-left: 0
    }
}

.contactMod-1 .coutBox .left .txtBox .more span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: bold
}

.contactMod-1 .coutBox .left .txtBox .more img {
    width: 200px;
    height: 50px
}

.contactMod-1 .coutBox .right {
    width: 60%;
    height: 100%
}

@media (max-width:1024px) {
    .contactMod-1 .coutBox .right {
        width: 90%;
        margin-top: 10vw
    }
}

.contactMod-1 .coutBox .right .pageMap {
    width: 100%;
    height: 100%
}

.contactMod-1 .coutBox .right .pageMap #allmap {
    width: 100%;
    height: 100%
}

@media (max-width:1024px) {
    .contactMod-1 .coutBox .right .pageMap {
        height: 60vw
    }
}

.contactMod-1 .coutBox .right .pageMap .tiaozhuanK {
    display: none
}

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

.linkMod-1 {
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    background-image: unset
}

.linkMod-1 .mask {
    padding: 100px 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

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

@media (max-width:1300px) and (max-width:1024px) {
    .linkMod-1 .mask {
        padding: 10vw 0
    }
}

.linkMod-1 .mask .cout {
    width: 84%;
    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:1300px) {
    .linkMod-1 .mask .cout {
        width: 90%
    }
}

@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: 14px
    }
}

.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-2 {
    padding: 100px 0
}

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

@media (max-width:1300px) and (max-width:1024px) {
    .linkMod-2 {
        padding: 10vw 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:1300px) {
    .linkMod-2 a {
        width: 90%
    }
}

.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
    }
}

.conInfoMod-1 {
    padding: 100px 0
}

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

@media (max-width:1300px) and (max-width:1024px) {
    .conInfoMod-1 {
        padding: 10vw 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: 84%;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1300px) {
    .conInfoMod-1 .realBox .coutBox .right .rightBox {
        width: 90%
    }
}

@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
}

.mapMod-1 .mapK #allmap {
    height: 400px
}

@media (max-width:1024px) {
    .mapMod-1 .mapK #allmap {
        height: 60vw
    }
}

.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 #ac2c2d
}

@media (max-width:1024px) {
    .storefrontList-1 .searchBtn .input-holder input {
        width: 90%
    }
}

.storefrontList-1 .caselist {
    width: 84%;
    margin: 0 auto;
    margin-top: 100px;
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: space-between;
    flex-wrap: wrap
}

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

@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
}

.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: 14px
}

@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: 84%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset
}

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

@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: 14px
}

.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: 14px
}

@media (max-width:1300px) {
    .foot-2 .footInfo .box {
        width: 90%
    }
}

@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: #ac2c2d;
    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: 14px
}

.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 {
    color: #ac2c2d;
    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;
    background-color: #ececec
}

.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: 84%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset
}

@media (max-width:1300px) {
    .foot-4 .mask .cout {
        width: 90%
    }
}

@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: 14px
}

.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: 12px;
    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: -12px;
    width: 4px;
    height: 80%;
    top: 10%;
    position: absolute;
    background-color: #2f58aa;
    border-radius: 2px
}

.foot-5 .ultwo a {
    font-size: 14px;
    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: 14px;
    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:1300px) {
    .foot-6 {
        padding-top: 6vw
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .foot-6 {
        padding-top: 10vw
    }
}

.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: 14px
}

.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: 12px
}

.foot-6 .gotop o {
    height: 28px;
    width: 1px;
    display: block;
    position: absolute;
    left: 50%;
    top: -14px;
    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:1300px) {
    .foot-7 .neirong .nrbox .coutBox {
        padding: 6vw 0
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .foot-7 .neirong .nrbox .coutBox {
        padding: 10vw 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: 14px
    }
}

@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: #ac2c2d;
    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: 14px;
    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: 12px;
        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: 14px
}

@media (max-width:1300px) {
    .foot-7 .neirong .nrbox .coutBox .gotop span {
        font-size: 12px
    }
}

@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)
    }
}

.newsList-1 {
    width: 84%;
    margin: 0 auto
}

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

.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: #ac2c2d;
    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: 14px
    }
}

.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: 12px
    }
}

.newsList-1 .listUl .listLi .newsLiA:hover .imgBox img {
    transform: scale(1.2)
}

.newsList-1 .listUl .listLi .newsLiA:hover .neirong .txtR .title {
    color: #ac2c2d
}

.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: 84%;
    margin: 0 auto
}

@media (max-width:1300px) {
    .newsList-2 {
        width: 90%
    }
}

.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: #ac2c2d;
    font-family: 'Hel';
    margin-bottom: 10px
}

.newsList-2 .topOne .txtCout .date i {
    display: block;
    width: 30px;
    height: 4px;
    border-radius: 2px;
    background-color: #ac2c2d
}

.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: 12px;
    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: #ac2c2d;
    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: #ac2c2d
}

.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: 14px
}

.newsList-2 ul li a:hover {
    transform: translateY(-20px)
}

.newsList-2 ul li a:hover .txtCout .title {
    color: #ac2c2d
}

@media (max-width:1024px) {
    .newsList-2 ul li a:hover {
        transform: translateY(0)
    }
}

.newsList-3 {
    width: 84%;
    margin: 0 auto
}

@media (max-width:1300px) {
    .newsList-3 {
        width: 90%
    }
}

.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: 12px;
    line-height: 2em
}

.newsList-3 ul li .box .txtCout .unifyButton {
    margin: 0;
    margin-top: 30px
}

.newsList-3 ul li .box:hover {
    transform: translateY(-10px)
}

.newsList-3 ul li .box:hover .unifyButton .unifyButton-2 {
    border: 1px solid #ac2c2d
}

.newsList-3 ul li .box:hover .unifyButton .unifyButton-2:before {
    left: 48%;
    transition: all 1s;
    color: #fff
}

.newsList-3 ul li .box:hover .unifyButton .unifyButton-2::after {
    width: 100%
}

.newsList-3 ul li .box:hover .unifyButton .unifyButton-2>span {
    transform: translateX(300%);
    transition: all 1s;
    color: #fff
}

.newsList-3 ul li .box:hover .txtCout .date div {
    color: #ac2c2d
}

.newsList-3 ul li .box:hover .txtCout .title {
    color: #ac2c2d
}

@media (max-width:1024px) {
    .newsList-3 ul li .box:hover {
        transform: translateY(0)
    }
}

.newsList-4 {
    width: 84%;
    margin: 0 auto
}

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

.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: 14px;
    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: 84%;
    margin: 0 auto
}

@media (max-width:1300px) {
    .newsList-5 {
        width: 90%
    }
}

.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: #ac2c2d;
    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: 12px;
    line-height: 2em
}

.newsList-5 ul li .box:hover {
    transform: translateY(-10px)
}

.newsList-5 ul li .box:hover .txtCout .date div {
    color: #ac2c2d
}

.newsList-5 ul li .box:hover .txtCout .title {
    color: #ac2c2d
}

@media (max-width:1024px) {
    .newsList-5 ul li .box:hover {
        transform: translateY(0)
    }
}

.productList-1 .coutBox {
    width: 84%;
    margin: 0 auto
}

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

.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: #ac2c2d
}

.productList-1 .coutBox .proList li a:hover .imgBox img {
    transform: scale(1.02)
}

.productList-2 .coutBox {
    width: 84%;
    margin: 0 auto
}

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

.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/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: 'siyuansongti'
}

.productList-2 .coutBox .proList li a:hover span {
    color: #ac2c2d
}

.productList-2 .coutBox .proList li a:hover .imgBox img {
    transform: scale(1.02)
}

.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: #c30d23
}

.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: 84%;
    margin: 0 auto
}

@media (max-width:1300px) {
    .casesList-2 .concertHall-box {
        width: 90%
    }
}

.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: #ac2c2d
}

.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
    }
}

.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: 14px;
    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: 12px;
        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
    }
}

.imgList-1 .listUl {
    width: 84%;
    margin: 0 auto
}

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

.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
}

.historyList-1 ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 84%;
    margin: 0 auto
}

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

.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: #ac2c2d
    }

    .historyList-1 ul li.on .years div {
        font-size: 50px
    }

    .historyList-1 ul li.on .hiscout {
        background-color: #ac2c2d
    }

    .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: #ac2c2d;
    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: #ac2c2d;
    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: 12px;
    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 .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: 12px
}

.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/historyList/historyList-2/sy50.png) no-repeat center center;
    left: -68px;
    top: 12px;
    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: #ac2c2d
}

.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
}

.historyList-2 .history li:hover h4 {
    cursor: default;
    color: #ac2c2d;
    transition: all 1s;
    transform: translateY(-15px)
}

.historyList-2 .history li:hover h4::after {
    transform: scaleX(1);
    transform-origin: left
}

.historyList-2 .f30 {
    font-size: 36px
}

.historyList-2 .f14 {
    font-size: 16px
}

.historyList-2 .history li:nth-child(2n):before {
    background: url(../../html/rgmod/historyList/historyList-2/sy50.png) no-repeat center center;
    right: -69px;
    top: 12px;
    left: auto;
    content: "";
    display: block;
    position: absolute;
    width: 17px;
    height: 17px;
    z-index: 1
}

.historyList-2 .history li h4 {
    transition: all 1s;
    font-family: 'xianxian';
    font-weight: bold
}

.historyList-2 .history li p {
    color: #000;
    font-size: 16px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}

.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 {
    float: right;
    width: 45%;
    text-align: left;
    position: relative;
    margin-top: 100px
}

.historyList-2 .history li:nth-child(2n) {
    float: left;
    margin-top: 90px;
    text-align: right
}

.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: left
}

.historyList-2 #cenxian {
    position: absolute;
    left: 50%;
    top: 0;
    border-left: 1px solid #ccc;
    height: 500px;
    display: block;
    z-index: 0
}

.historyList-2 .historytime {
    width: 1200px;
    margin: 0 auto
}

.historyList-2 .historytime li>span {
    font-size: 18px;
    font-weight: bold;
    color: #555
}

@media (max-width:1300px) {
    .historyList-2 .historytime {
        width: 900px;
        margin: 0 auto
    }

    .historyList-2 .history li:before {
        left: -54px
    }

    .historyList-2 .history li:nth-child(2n):before {
        right: -54px
    }
}

@media (max-width:1024px) {
    .historyList-2 .history {
        margin-top: 20vw
    }

    .historyList-2 .historytime {
        width: 92vw
    }

    .historyList-2 .history li:nth-child(2n):before {
        right: -7vw
    }

    .historyList-2 .history li:before {
        left: -7vw
    }

    .historyList-2 .history li p {
        font-size: 4vw
    }

    .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
    }
}

.recruitList-1 .recruitList {
    width: 84%;
    margin: 0 auto
}

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

.recruitList-1 .recruitList ul li {
    background-color: #f7f7f7;
    margin-bottom: 10px;
    border: 1px solid #ccc
}

.recruitList-1 .recruitList 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 .recruitList ul li .btnBox .workName {
    font-size: 20px
}

.recruitList-1 .recruitList ul li .btnBox .ico {
    transition-duration: .5s;
    transition-property: all
}

.recruitList-1 .recruitList ul li .btnBox:hover {
    background-color: #f3f3f3
}

.recruitList-1 .recruitList ul li .workCout {
    display: none
}

.recruitList-1 .recruitList ul li .workCout .content {
    border-top: 1px dashed #ddd;
    padding: 40px
}

.recruitList-1 .recruitList ul li .workCout .content p {
    font-size: 14px
}

.recruitList-1 .recruitList ul li.open .btnBox .ico {
    transform: rotate(-180deg)
}

.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: #ac2c2d;
    color: #ac2c2d
}

.fenye-1 .page-numbar a:hover .gd i {
    color: #fff
}

.fenye-1 .page-numbar a.page-num-current {
    border-color: #ac2c2d;
    color: #ac2c2d
}

.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: #ac2c2d
}

@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: #ac2c2d;
    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: #ac2c2d
}

.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: #ac2c2d
}

.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
    }
}

.searchList-1 {
    width: 84%;
    margin: 0 auto
}

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

.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: 14px
}

.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: 12px
}

.searchList-1 .searchListUl .infoC {
    margin-bottom: 10px
}

.searchList-1 .searchListUl .infoC span {
    font-size: 14px;
    margin-right: 20px;
    color: #999
}

.newsDetail-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 84%;
    margin: 0 auto;
    padding: 100px 0
}

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

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

@media (max-width:1300px) and (max-width:1024px) {
    .newsDetail-1 {
        padding: 10vw 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: 14px;
    font-weight: bold
}

.newsDetail-1 .moreLink .link a {
    font-size: 14px;
    font-weight: bold;
    transition-duration: .5s;
    transition-property: all
}

.newsDetail-1 .moreLink .link a:hover {
    color: #ac2c2d
}

.productDetail-1 {
    padding: 100px 0
}

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

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

@media (max-width:1024px) {
    .productDetail-1 .info {
        padding: 0
    }
}

.productDetail-1 .info .cenBoxK {
    width: 84%;
    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:1300px) {
    .productDetail-1 .info .cenBoxK {
        width: 90%
    }
}

@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;
        width: 90%;
        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: 12px;
    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: 14px
    }
}

.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: 14px
    }
}

@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: 12px;
    border-radius: 3px;
    margin-right: 5px;
    background-color: #ac2c2d
}

.productDetail-1 .info .cenBoxK .txtCout .guige li .cenBox div {
    font-size: 14px;
    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 #ac2c2d;
    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:1300px) {
    .productDetail-1 .proDelBottom {
        padding-bottom: 6vw
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .productDetail-1 .proDelBottom {
        padding-bottom: 10vw
    }
}

.productDetail-1 .proDelBottom .content {
    border-top: 1px dotted #999;
    padding: 40px 0;
    width: 84%;
    margin: 0 auto
}

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

@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: 14px;
    line-height: 2em
}

@media (max-width:1024px) {
    .productDetail-1 .proDelBottom .content .txt * {
        font-size: 3.4vw
    }
}

.productDetail-1 .proDelBottom .tuijian {
    width: 84%;
    margin: 0 auto
}

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

.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: #ac2c2d;
    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)
}

.pageBox .topNav .topNav-7 .topNavBox .yxBox {
    width: 90%
}

.pageBox .topNav .topNav-7 .topNavBox .yxBox .logo {
    height: 60%
}

.pageBox .topNav .topNav-7 .topNavBox .yxBox .navBar {
    width: unset
}

.pageBox .topNav .topNav-7 .topNavBox .yxBox .navBar .ul1 .li1 {
    width: 120px
}

.pageBox .topNav .topNav-7 .topNavBox .yxBox .navBar .ul1 .li1 .a1 div {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.pageBox .topNav .topNav-7 .topNavBox .yxBox .navBar .ul1 .li1 .a1 div:after {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 0;
    height: 2px;
    background-color: #ac2c2d;
    transition-duration: .5s;
    transition-property: all;
    border-radius: 1px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0
}

.pageBox .topNav .topNav-7 .topNavBox .yxBox .navBar .ul1 .li1 .a1:after {
    display: none
}

.pageBox .topNav .topNav-7 .topNavBox .yxBox .navBar .ul1 .li1 .ul2 {
    position: absolute;
    top: 100px;
    width: 120%;
    left: -10%;
    height: unset;
    padding: 20px
}

.pageBox .topNav .topNav-7 .topNavBox .yxBox .navBar .ul1 .li1 .ul2 .nav2 {
    width: 100%
}

.pageBox .topNav .topNav-7 .topNavBox .yxBox .navBar .ul1 .li1 .ul2 .nav2 .li2 {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

.pageBox .topNav .topNav-7 .topNavBox .yxBox .navBar .ul1 .li1 .ul2 .nav2 .li2 a {
    padding: 1vw 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset;
    color: #fff
}

.pageBox .topNav .topNav-7 .topNavBox .yxBox .navBar .ul1 .li1 .ul2 .nav2 .li2 a i {
    color: #fff
}

.pageBox .topNav .topNav-7 .topNavBox .yxBox .navBar .ul1 .li1 .ul2 .nav2 .li2 a .xian {
    display: none
}

.pageBox .topNav .topNav-7 .topNavBox .yxBox .navBar .ul1 .li1:after {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 1px;
    height: 20%;
    right: 0;
    background-color: #ccc;
    top: 40%
}

.pageBox .topNav .topNav-7 .topNavBox .yxBox .navBar .ul1 .li1.on .a1 div {
    color: #ac2c2d
}

.pageBox .topNav .topNav-7 .topNavBox .yxBox .navBar .ul1 .li1.on .a1 div:after {
    width: 100%
}

.pageBox .topNav .topNav-7 .topNavBox .yxBox .navBar .ul1 .li1:hover .a1 div {
    color: #ac2c2d
}

.pageBox .topNav .topNav-7 .topNavBox .yxBox .navBar .ul1 .li1:hover .a1 div:after {
    width: 100%
}

.pageBox .topNav .topNav-7 .topNavBox.top0 {
    backdrop-filter: blur(4px);
    background-color: rgba(0, 0, 0, 0.1)
}

.pageBox .topNav .topNav-7 .topNavBox::after {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    pointer-events: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5)
}

.pageBox .unifyTitle-1 .cn {
    font-size: 40px
}

@media (max-width:1300px) {
    .pageBox .unifyTitle-1 .cn {
        font-size: 30px
    }
}
@media (max-width:1024px) {
.pageBox .topNav .topNav-7 .topNavBox .yxBox .logo {
    height: 45%
}
}

.pageBox .unifyTitle-1 i {
    position: relative;
    display: block;
    width: 60px;
    height: 6px;
    border-radius: 3px;
    background-color: #ac2c2d
}

.pageBox .unifyTitle-1 i::before {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 6px;
    height: 6px;
    background-color: #ac2c2d;
    left: -12px;
    top: 0;
    border-radius: 50%
}

.pageBox .unifyTitle-1 i::after {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 6px;
    height: 6px;
    background-color: #ac2c2d;
    right: -12px;
    top: 0;
    border-radius: 50%
}

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

.pageBox .foot .foot-3 * {
    color: #fff
}

.pageBox .foot .foot-3 .footNav {
    border-color: rgba(255, 255, 255, 0.5)
}

.pageBox .foot .foot-3 .waves {
    height: 4vw;
    min-height: unset
}

.pageBox .foot .foot-3 .coutBox {
    background-color: #ac2c2d
}

.pageBox .foot .foot-3 .coutBox .footLogo {
    filter: brightness(1000) grayscale(1);
    height: 100px;
    filter: brightness(0) grayscale(1) invert(1)
}

.pageBox .foot .foot-3 .coutBox .footR .erwei ul li span {
    margin-top: 10px
}

.twoPageBox .twoBanner {
       height: 100%;
    width: 100%;
    margin: 0 auto;
    margin-top: 100px;
}

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

.twoPageBox .twoBanner .twoBanner-2 {
    width: 100%;
    height: 100%
}

.twoPageBox .twoBanner .twoBanner-2 .banImg {
    width: 100%;
    height: 100%
}

.twoPageBox .twoBanner .twoBanner-2 .banImg .content .mask {
    padding-bottom: 160px
}

@media (max-width:1024px) {
    .twoPageBox .twoBanner .twoBanner-2 .banImg .content .mask {
        padding-bottom: 10vw
    }
}

.twoPageBox .twoBanner .twoBanner-2 .banImg .content .mask .info {
    width: 90%
}

.twoPageBox .twoBanner .twoBanner-2 .banImg .content .mask .info .title {
    font-size: 50px
}

@media (max-width:1024px) {
    .twoPageBox .twoBanner .twoBanner-2 .banImg .content .mask .info .title {
        font-size: 8vw
    }
}

.twoPageBox .pageContent {
    padding-top: 40px
}

@media (max-width:1024px) {
    .twoPageBox .pageContent .sortNav {
        margin-bottom: 10vw
    }
}

@media (max-width:1024px) {
    .twoPageBox .pageContent .sortNav .sortNav-3 {
        height: unset;
        padding: 4vw 0 10vw;
        width: 100%;
        margin-bottom: 0;
        border-radius: 0;
        display: flex;
        flex-direction: column;
        align-items: unset;
        justify-content: unset;
        flex-wrap: unset;
        flex-direction: column-reverse
    }
}

@media (max-width:1024px) {
    .twoPageBox .pageContent .sortNav .sortNav-3 .mianbao {
        width: 90%;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: unset
    }
}

@media (max-width:1024px) {
    .twoPageBox .pageContent .sortNav .sortNav-3 .twoTab ul li {
        width: 33.333%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

@media (max-width:1024px) {
    .twoPageBox .pageContent .sortNav .sortNav-3 .twoTab ul li a {
        margin: 0;
        margin-top: 10vw
    }
}

@media (max-width:1024px) {
    .twoPageBox .pageContent .sortNav .sortNav-3 .twoTab ul li a .name {
        font-size: 5vw
    }
}

.twoPageBox .pageContent .sortNav .twoTopSortName {
    margin-bottom: 4vw
}

.twoPageBox .pageContent .sortNav .twoTopSortName .info {
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 84%;
    margin: 0 auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3)
}

@media (max-width:1300px) {
    .twoPageBox .pageContent .sortNav .twoTopSortName .info {
        width: 90%
    }
}

.twoPageBox .pageContent .sortNav .twoTopSortName .info span {
    color: #333;
    font-size: 24px;
    text-transform: uppercase
}

@media (max-width:1024px) {
    .twoPageBox .pageContent .sortNav .twoTopSortName .info span {
        font-size: 5vw
    }
}

.twoPageBox .pageContent .sortNav .twoTopSortName .info .title {
    color: #333;
    font-size: 40px;
    font-weight: bold
}

@media (max-width:1024px) {
    .twoPageBox .pageContent .sortNav .twoTopSortName .info .title {
        font-size: 5vw
    }
}

.twoPageBox .pageContent .fenye-2 {
    padding: 0
}

#indexPage .inxBanner {
    width: 100%;
    margin: 0 auto;
    height: 100vh;
    margin-top: 0
}

@media (max-width:1024px) {
    #indexPage .inxBanner {
        margin-top: 20vw;
          height: 24vh;
    }
}

#indexPage .inxBanner .banner-5 {
    height: 100%
}

.banner-5 #banner-5 ul li .box::before {

    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #ff7e5f00,#ff7e5f00, #ac2c2d);
    z-index: 1;

}
#indexPage .inxBanner .banner-5 #banner-5 ul li .box .img {
    object-fit: cover
}

#indexPage .inxBanner .banner-5 #banner-5 ul li .box .text {
    top: unset;
    bottom: 20%
}

@media (max-width:1024px) {
    #indexPage .inxBanner .banner-5 #banner-5 ul li .box .text {
        left: 5%;
        width: 90%;
        bottom: 10%
    }
}

#indexPage .inxBanner .banner-5 #banner-5 ul li .box .text h1 {
    font-size: 60px
}

@media (max-width:1300px) {
    #indexPage .inxBanner .banner-5 #banner-5 ul li .box .text h1 {
        font-size: 30px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    #indexPage .inxBanner .banner-5 #banner-5 ul li .box .text h1 {
        font-size: 5vw
    }
}

#indexPage .inxBanner .banner-5 #banner-5 ul li .box .text h2 {
    font-size: 28px
}

@media (max-width:1300px) {
    #indexPage .inxBanner .banner-5 #banner-5 ul li .box .text h2 {
        font-size: 16px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    #indexPage .inxBanner .banner-5 #banner-5 ul li .box .text h2 {
        font-size: 3.4vw
    }
}

#indexPage .inxSuper .cenBox {
    padding: 100px 0;
    width: 84%;
    margin: 0 auto;
    padding-top: 3vw
}

@media (max-width:1300px) {
    #indexPage .inxSuper .cenBox {
        padding: 6vw 0
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    #indexPage .inxSuper .cenBox {
        padding: 10vw 0
    }
}

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

#indexPage .inxSuper .cenBox ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

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

#indexPage .inxSuper .cenBox ul li img {
    height: 60px
}

@media (max-width:1024px) {
    #indexPage .inxSuper .cenBox ul li img {
        height: 10vw
    }
}

#indexPage .inxSuper .cenBox ul li .title {
    font-size: 18px;
    font-weight: bold
}

@media (max-width:1024px) {
    #indexPage .inxSuper .cenBox ul li .title {
        font-size: 4vw
    }
}

#indexPage .inxSuper .cenBox ul li .sub {
    color: #999
}

#indexPage .inxSuper .cenBox ul li:hover img {
    animation: xuanzhuanY 4s ease 0s infinite normal
}

#indexPage .inxAbout {
    overflow: hidden;
    position: relative;
    height: 800px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1600px) {
    #indexPage .inxAbout {
        height: 50vw
    }
}

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

#indexPage .inxAbout .left {
    height: 100%;
    width: 50%
}

@media (max-width:1024px) {
    #indexPage .inxAbout .left {
        width: 100%;
        height: 60vw
    }
}

#indexPage .inxAbout .left img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

#indexPage .inxAbout .right {
    position: relative;
    z-index: 1;
    padding: 0;
    height: 100%;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: unset
}

@media (max-width:1600px) {
    #indexPage .inxAbout .right {
        padding: 4vw 6vw
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    #indexPage .inxAbout .right {
        padding: 4vw
    }
}

@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
    #indexPage .inxAbout .right {
        width: 100%;
        padding: 2vw;
        padding-top: 15vw
    }
}

#indexPage .inxAbout .right .slogen {
    font-weight: bold;
    font-size: 30px;
        font-weight: bold;
    color: #ac2c2d;
    padding: 0 4vw
}

@media (max-width:1600px) {
    #indexPage .inxAbout .right .slogen {
        font-size: 24px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    #indexPage .inxAbout .right .slogen {
        font-size: 20px
    }
}

@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
    #indexPage .inxAbout .right .slogen {
        font-size: 6vw
    }
}

#indexPage .inxAbout .right .company {
    font-size: 24px;
    margin: 20px 0;
    font-weight: bold;
    padding: 0 4vw
}

@media (max-width:1600px) {
    #indexPage .inxAbout .right .company {
        font-size: 20px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    #indexPage .inxAbout .right .company {
        font-size: 16px
    }
}

@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
    #indexPage .inxAbout .right .company {
        font-size: 5vw
    }
}

#indexPage .inxAbout .right .miaoshu {
    line-height: 2em;
    font-size: 16px;
    padding: 0 4vw
}

@media (max-width:1600px) {
    #indexPage .inxAbout .right .miaoshu {
        font-size: 14px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    #indexPage .inxAbout .right .miaoshu {
        font-size: 12px
    }
}

@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
    #indexPage .inxAbout .right .miaoshu {
        padding-right: 4vw;
        font-size: 3.4vw
    }
}

#indexPage .inxAbout .right .countUpMod-1 {
    width: 100%;
    padding: 0;
    margin-top: 40px;
    padding: 0 4vw
}

@media (max-width:1300px) {
    #indexPage .inxAbout .right .countUpMod-1 {
        margin-top: 20px
    }
}

@media (max-width:1024px) {
    #indexPage .inxAbout .right .countUpMod-1 ul li {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

#indexPage .inxAbout .right .countUpMod-1 ul li .shuju span {
    font-weight: bold
}

@media (max-width:1600px) {
    #indexPage .inxAbout .right .countUpMod-1 ul li .shuju span {
        font-size: 30px
    }
}

@media (max-width:1600px) {
    #indexPage .inxAbout .right .countUpMod-1 ul li .title {
        font-size: 14px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    #indexPage .inxAbout .right .countUpMod-1 ul li .title {
        font-size: 12px
    }
}

@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
    #indexPage .inxAbout .right .countUpMod-1 ul li .title {
        text-align: center;
        font-size: 4vw
    }
}

#indexPage .inxAbout .right .linkBox {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
    width: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    #indexPage .inxAbout .right .linkBox {
        transform: translateY(0);
        left: 5%;
        width: 100%;
        bottom: unset;
        top: 0%;
        height: 30vw
    }
}

#indexPage .inxAbout .right .linkBox .box {
    position: relative;
    padding: 50px 0;
    flex: 1;
    transition-duration: .3s;
    transition-property: all;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1600px) {
    #indexPage .inxAbout .right .linkBox .box {
        padding: 2vw 0
    }
}

@media (max-width:1600px) and (max-width:1024px) {
    #indexPage .inxAbout .right .linkBox .box {
        height: 100%;
        padding: 0
    }
}

#indexPage .inxAbout .right .linkBox .box img {
    height: 50px;
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1600px) {
    #indexPage .inxAbout .right .linkBox .box img {
        height: 36px
    }
}

#indexPage .inxAbout .right .linkBox .box .title {
    font-size: 18px;
    margin-top: 10px
}

@media (max-width:1600px) {
    #indexPage .inxAbout .right .linkBox .box .title {
        font-size: 16px
    }
}

@media (max-width:1600px) and (max-width:1024px) {
    #indexPage .inxAbout .right .linkBox .box .title {
        font-size: 3.6vw
    }
}

#indexPage .inxAbout .right .linkBox .box .sub {
    font-size: 14px;
    color: #999;
    text-transform: uppercase
}

@media (max-width:1024px) {
    #indexPage .inxAbout .right .linkBox .box .sub {
        font-size: 2.6vw
    }
}

#indexPage .inxAbout .right .linkBox .box::after {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 1px;
    height: 60%;
    right: 0;
    background-color: rgba(0, 0, 0, 0.1)
}

@media (min-width:1024px) {
    #indexPage .inxAbout .right .linkBox .box:hover {
        background-color: #ac2c2d
    }

    #indexPage .inxAbout .right .linkBox .box:hover img {
        filter: brightness(1000) grayscale(1);
        transform: translateY(-10px)
    }

    #indexPage .inxAbout .right .linkBox .box:hover .title {
        color: #fff
    }

    #indexPage .inxAbout .right .linkBox .box:hover .sub {
        color: #fff
    }
}

#indexPage .inxAbout::after {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 50vw;
    height: 50vw;
    right: 0;
    bottom: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/xingqiu.png);
    background-position: center;
    transform: translate(30%, 30%) rotate(30deg);
    opacity: .5
}

@media (max-width:1024px) {
    #indexPage .inxAbout::after {
        width: 110vw;
        height: 110vw
    }
}

#indexPage .inxService .superiorityMod-6 {
    padding: 0
}

#indexPage .inxService .superiorityMod-6 .unifyTitle {
    display: none
}

#indexPage .inxService .superiorityMod-6 .shanBox {
    width: 100%;
    height: 700px
}

@media (max-width:1600px) {
    #indexPage .inxService .superiorityMod-6 .shanBox {
        height: 50vw
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    #indexPage .inxService .superiorityMod-6 .shanBox {
        height: 44vw
    }
}

@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
    #indexPage .inxService .superiorityMod-6 .shanBox {
        height: unset
    }
}

#indexPage .inxService .superiorityMod-6 .shanBox .ul li .linkBox {
    width: 100%;
    height: 100%
}

@media (max-width:1024px) {
    #indexPage .inxService .superiorityMod-6 .shanBox .ul li .linkBox {
        height: 44vw
    }
}

#indexPage .inxService .superiorityMod-6 .shanBox .ul li .linkBox .mask {
   background-color: #ac2c2d;
}
#indexPage .inxService .superiorityMod-6 .shanBox .ul li.on .linkBox .mask {
background-color: #ac2c2d87;
}
#indexPage .inxService .superiorityMod-6 .shanBox .ul li .linkBox .mask .absBox {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    #indexPage .inxService .superiorityMod-6 .shanBox .ul li .linkBox .mask .absBox {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        align-items: center
    }
}

#indexPage .inxService .superiorityMod-6 .shanBox .ul li .linkBox .mask .absBox h1 {
    font-size: 30px;
    transform: scale(.6);
    transition-duration: .5s;
    transition-property: all
}

#indexPage .inxService .superiorityMod-6 .shanBox .ul li .linkBox .mask .absBox .subTitle {
    height: unset;
    font-size: 20px;
    margin-top: 10px
}

@media (max-width:1024px) {
    #indexPage .inxService .superiorityMod-6 .shanBox .ul li .linkBox .mask .absBox .subTitle {
        display: none
    }
}

#indexPage .inxService .superiorityMod-6 .shanBox .ul li .linkBox .mask .absBox .miaoshu {
    height: unset;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

@media (max-width:1300px) {
    #indexPage .inxService .superiorityMod-6 .shanBox .ul li .linkBox .mask .absBox .miaoshu {
        margin-top: 20px;
        font-size: 12px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    #indexPage .inxService .superiorityMod-6 .shanBox .ul li .linkBox .mask .absBox .miaoshu {
        display: none
    }
}

#indexPage .inxService .superiorityMod-6 .shanBox .ul li .linkBox .mask .absBox i {
    font-size: 40px;
    margin-top: 40px
}

@media (max-width:1300px) {
    #indexPage .inxService .superiorityMod-6 .shanBox .ul li .linkBox .mask .absBox i {
        font-size: 30px;
        margin-top: 20px
    }
}

#indexPage .inxService .superiorityMod-6 .shanBox .ul li.on .absBox h1 {
    transform: scale(1)
}

#indexPage .inxYoushi {
    position: relative;
    padding: 100px 0
}

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

@media (max-width:1300px) and (max-width:1024px) {
    #indexPage .inxYoushi {
        padding: 10vw 0
    }
}

#indexPage .inxYoushi .superiorityMod-7 {
    position: relative;
    z-index: 1
}

#indexPage .inxYoushi .superiorityMod-7 .dzYoushiCout .centerImg {
    width: 30vw;
    height: 30vw;
    border: none;
    overflow: unset;
    border-radius: unset;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/cenImg.png);
    background-position: center;
    animation: cenImg 5s ease infinite alternate
}

@keyframes cenImg {
    0% {
        transform: scale(.97, 1.03)
    }

    100% {
        transform: scale(1.03, .97)
    }
}

@media (max-width:1600px) {
    #indexPage .inxYoushi .superiorityMod-7 .dzYoushiCout .centerImg {
        width: 400px;
        height: 400px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    #indexPage .inxYoushi .superiorityMod-7 .dzYoushiCout .centerImg {
        width: 30vw;
        height: 30vw
    }
}

@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
    #indexPage .inxYoushi .superiorityMod-7 .dzYoushiCout .centerImg {
        width: 80vw;
        height: 80vw
    }
}

#indexPage .inxYoushi .superiorityMod-7 .dzYoushiCout .centerImg .box {
    display: none
}

#indexPage .inxYoushi .superiorityMod-7 .dzYoushiCout .list mcj li .liBox .miaoshu p {
    font-size: 14px
}

#indexPage .inxYoushi::after {
    content: '';
    position: absolute;
    z-index: -99;
    display: block;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    background-image: url(../img/baiseBg.jpg);
    opacity: .2
}

#indexPage .inxCases {
    position: relative;
    padding: 100px 0
}

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

@media (max-width:1300px) and (max-width:1024px) {
    #indexPage .inxCases {
        padding: 10vw 0
    }
}

#indexPage .inxCases .cenBox {
    position: relative;
    z-index: 1
}

#indexPage .inxCases .cenBox #inxCases ul li {
    width: unset
}

#indexPage .inxCases .cenBox #inxCases ul li .box {
    position: relative;
    width: 36vw;
    height: 26vw;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    overflow: hidden
}

@media (max-width:1600px) {
    #indexPage .inxCases .cenBox #inxCases ul li .box {
        width: 32vw;
        height: 22vw
    }
}

@media (max-width:1600px) and (max-width:1024px) {
    #indexPage .inxCases .cenBox #inxCases ul li .box {
        width: 80vw;
        height: 40vw
    }
}

#indexPage .inxCases .cenBox #inxCases ul li .box .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition-duration: .5s;
    transition-property: all
}

#indexPage .inxCases .cenBox #inxCases ul li .box .cout {
    position: absolute;
    z-index: 1;
    right: 0px;
    bottom: 40px;
    background-color: #ac2c2d;
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    padding: 0 40px
}

#indexPage .inxCases .cenBox #inxCases ul li .box .cout .title {
    font-size: 20px;
    color: #fff;
    font-weight: bold
}

#indexPage .inxCases .cenBox #inxCases ul li .box .hoverBox {
    position: absolute;
    z-index: 2;
    transition-duration: .3s;
    transition-property: all;
    display: none;
    opacity: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, #64a0db, #ac2c2d);
    padding: 30px
}

@media (max-width:1600px) {
    #indexPage .inxCases .cenBox #inxCases ul li .box .hoverBox {
        padding: 20px
    }
}

#indexPage .inxCases .cenBox #inxCases ul li .box .hoverBox .kuang {
    position: relative;
    border: 1px solid #fff;
    width: 100%;
    height: 100%;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 80px 40px
}

@media (max-width:1600px) {
    #indexPage .inxCases .cenBox #inxCases ul li .box .hoverBox .kuang {
        padding: 32px 26px
    }
}

#indexPage .inxCases .cenBox #inxCases ul li .box .hoverBox .kuang .title {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    transform: translateY(20px);
    transition-duration: .5s;
    transition-property: all;
    opacity: 0
}

#indexPage .inxCases .cenBox #inxCases ul li .box .hoverBox .kuang .miaoshu {
    margin-top: 30px;
    transform: translateY(20px);
    transition-duration: .5s;
    transition-property: all;
    opacity: 0;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

#indexPage .inxCases .cenBox #inxCases ul li .box .hoverBox .kuang .moreBox {
    position: absolute;
    left: 40px;
    bottom: 40px;
    transition-duration: .5s;
    transition-property: all;
    opacity: 0;
    margin-top: 10px;
    font-size: 16px;
    color: #fff;
    transform: translateY(20px)
}

@media (max-width:1600px) {
    #indexPage .inxCases .cenBox #inxCases ul li .box .hoverBox .kuang .moreBox {
        left: 32px
    }
}

#indexPage .inxCases .cenBox #inxCases ul li .box .hoverBox .kuang .moreBox i {
    color: #fff
}

#indexPage .inxCases .cenBox #inxCases ul li .box:hover .img {
    transform: scale(1.1)
}

#indexPage .inxCases .cenBox #inxCases ul li .box:hover .hoverBox {
    opacity: 1;
    pointer-events: auto
}

#indexPage .inxCases .cenBox #inxCases ul li .box:hover .hoverBox .title {
    transform: translateY(0);
    opacity: 1
}

#indexPage .inxCases .cenBox #inxCases ul li .box:hover .hoverBox .miaoshu {
    transform: translateY(0);
    transition-delay: .3s;
    opacity: 1
}

#indexPage .inxCases .cenBox #inxCases ul li .box:hover .hoverBox .moreBox {
    transform: translateY(0);
    transition-delay: .6s;
    opacity: 1
}

#indexPage .inxCases .cenBox .swiperControl {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

#indexPage .inxCases .cenBox .swiperControl>div {
    z-index: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    margin: 0 20px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #999;
    cursor: pointer;
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1600px) {
    #indexPage .inxCases .cenBox .swiperControl>div {
        width: 60px;
        height: 60px
    }
}

#indexPage .inxCases .cenBox .swiperControl>div i {
    color: #999;
    font-size: 22px
}

#indexPage .inxCases .cenBox .swiperControl>div:hover {
    border-color: #333
}

#indexPage .inxCases .cenBox .swiperControl>div:hover i {
    color: #333
}

#indexPage .inxCases::after {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    background-image: url(../img/baiseBg2.jpg);
    opacity: .2
}

#indexPage .inxNews {
    padding: 100px 0
}

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

@media (max-width:1300px) and (max-width:1024px) {
    #indexPage .inxNews {
        padding: 10vw 0
    }
}

#indexPage .inxNews .cenBox {
    width: 90%;
    margin: 0 auto
}

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

#indexPage .inxNews .cenBox ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    #indexPage .inxNews .cenBox ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

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

@media (max-width:1024px) {
    #indexPage .inxNews .cenBox ul li {
        margin-top: 6vw
    }

    #indexPage .inxNews .cenBox ul li:first-child {
        margin-top: 0
    }
}

#indexPage .inxNews .cenBox ul li .box {
    width: 85%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset
}

#indexPage .inxNews .cenBox ul li .box>i {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ccc
}

#indexPage .inxNews .cenBox ul li .box>i i {
    display: block;
    width: 0;
    background-color: #ac2c2d;
    height: 100%;
    transition-duration: .5s;
    transition-property: all
}

#indexPage .inxNews .cenBox ul li .box .date {
    margin: 20px 0;
    font-size: 16px
}

@media (max-width:1024px) {
    #indexPage .inxNews .cenBox ul li .box .date {
        margin: 2vw 0
    }
}

#indexPage .inxNews .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
}

#indexPage .inxNews .cenBox ul li .box .miaoshu {
    font-size: 14px;
    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) {
    #indexPage .inxNews .cenBox ul li .box .miaoshu {
        margin: 10px 0
    }
}

#indexPage .inxNews .cenBox ul li .box .imgBox {
    overflow: hidden;
    width: 100%;
    height: 14vw
}

@media (max-width:1024px) {
    #indexPage .inxNews .cenBox ul li .box .imgBox {
        height: 30vw
    }
}

#indexPage .inxNews .cenBox ul li .box .imgBox .img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition-duration: .5s;
    transition-property: all
}

#indexPage .inxNews .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
}

#indexPage .inxNews .cenBox ul li .box .moreBox i {
    margin-left: 10px;
    transition-duration: .5s;
    transition-property: all
}

#indexPage .inxNews .cenBox ul li .box:hover>i i {
    width: 100%
}

#indexPage .inxNews .cenBox ul li .box:hover .title {
    color: #ac2c2d
}

#indexPage .inxNews .cenBox ul li .box:hover .imgBox img {
    transform: scale(1.1)
}

#indexPage .inxNews .cenBox ul li .box:hover .moreBox {
    color: #ac2c2d;
    opacity: 1
}

#indexPage .inxNews .cenBox ul li .box:hover .moreBox i {
    color: #ac2c2d
}

#aboutPage .pageContent {
    padding-bottom: 0
}

#aboutPage .pageContent .jianjie .introduceMod-2 {
    padding-top: 0;
    position: relative
}

#aboutPage .pageContent .jianjie .introduceMod-2 .cenBox {
    position: relative;
    z-index: 1;
    height: 500px;
    width: 90%
}

@media (max-width:1024px) {
    #aboutPage .pageContent .jianjie .introduceMod-2 .cenBox {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset;
        height: unset;
        width: 100%
    }
}

#aboutPage .pageContent .jianjie .introduceMod-2 .cenBox .left {
    width: 52%
}

@media (max-width:1024px) {
    #aboutPage .pageContent .jianjie .introduceMod-2 .cenBox .left {
        width: 100%;
        padding: 0
    }
}

#aboutPage .pageContent .jianjie .introduceMod-2 .cenBox .left .title {
    border-bottom: none
}

#aboutPage .pageContent .jianjie .introduceMod-2 .cenBox .left .content {
    padding-right: 4vw;
    height: 300px;
    overflow: auto
}

#aboutPage .pageContent .jianjie .introduceMod-2 .cenBox .left .content p {
    font-size: 16px
}

#aboutPage .pageContent .jianjie .introduceMod-2 .cenBox .right {
    width: 48%
}

@media (max-width:1024px) {
    #aboutPage .pageContent .jianjie .introduceMod-2 .cenBox .right {
        width: 100%;
        height: 60vw
    }
}

#aboutPage .pageContent .jianjie .introduceMod-2 .cenBox .countUpMod-1 {
    width: 100%;
    padding: 0;
    margin-top: 40px;
    padding: 0 4vw;
    width: 50%
}

@media (max-width:1300px) {
    #aboutPage .pageContent .jianjie .introduceMod-2 .cenBox .countUpMod-1 {
        margin-top: 20px
    }
}

@media (max-width:1024px) {
    #aboutPage .pageContent .jianjie .introduceMod-2 .cenBox .countUpMod-1 ul li {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

#aboutPage .pageContent .jianjie .introduceMod-2 .cenBox .countUpMod-1 ul li .shuju span {
    font-weight: bold
}

@media (max-width:1600px) {
    #aboutPage .pageContent .jianjie .introduceMod-2 .cenBox .countUpMod-1 ul li .shuju span {
        font-size: 30px
    }
}

@media (max-width:1600px) {
    #aboutPage .pageContent .jianjie .introduceMod-2 .cenBox .countUpMod-1 ul li .title {
        font-size: 14px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    #aboutPage .pageContent .jianjie .introduceMod-2 .cenBox .countUpMod-1 ul li .title {
        font-size: 12px
    }
}

@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
    #aboutPage .pageContent .jianjie .introduceMod-2 .cenBox .countUpMod-1 ul li .title {
        text-align: center;
        font-size: 4vw
    }
}

@media (max-width:1024px) {
    #aboutPage .pageContent .jianjie .introduceMod-2 .cenBox .countUpMod-1 {
        width: 100%;
        position: unset
    }
}

#aboutPage .pageContent .jianjie .introduceMod-2::after {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 30vw;
    height: 30vw;
    left: 50%;
    top: 50%;
    opacity: .7;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/xingqiu.png);
    background-position: center;
    transform: translate(-50%, -50%)
}

@media (max-width:1024px) {
    #aboutPage .pageContent .jianjie .introduceMod-2::after {
        width: 110vw;
        height: 110vw
    }
}

#aboutPage .pageContent .xingxaing {
    position: relative;
    background-color: #000;
    padding: 100px 0
}

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

@media (max-width:1300px) and (max-width:1024px) {
    #aboutPage .pageContent .xingxaing {
        padding: 10vw 0
    }
}

#aboutPage .pageContent .xingxaing .imgMod-1 {
    position: relative;
    z-index: 1;
    padding: 0
}

#aboutPage .pageContent .xingxaing .imgMod-1 .unifyTitle-1 .cn {
    color: #fff
}

#aboutPage .pageContent .xingxaing .imgMod-1 .unifyTitle-1 .en {
    color: #fff
}

#aboutPage .pageContent .xingxaing .imgMod-1 #imgMod-1 {
    height: 16vw
}

@media (max-width:1024px) {
    #aboutPage .pageContent .xingxaing .imgMod-1 #imgMod-1 {
        height: 60vw
    }
}

#aboutPage .pageContent .xingxaing .imgMod-1 #imgMod-1 li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

#aboutPage .pageContent .xingxaing .imgMod-1 #imgMod-1 li a {
    width: 90%
}

#aboutPage .pageContent .xingxaing .imgMod-1 #imgMod-1 li a .mask {
    font-size: 16px;
    background-color: unset
}

#aboutPage .pageContent .xingxaing .imgMod-1 #imgMod-1 li a:hover .mask {
    background-color: rgba(0, 0, 0, 0.2)
}

#aboutPage .pageContent .xingxaing .unifyButton {
    position: relative;
    z-index: 1
}

#aboutPage .pageContent .xingxaing .unifyButton span {
    color: #fff
}

#aboutPage .pageContent .xingxaing:after {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    background-image: url(../img/envBg.jpg);
    opacity: .5
}

#aboutPage .pageContent .youshi {
    position: relative;
    padding: 100px 0;
    margin-bottom: -4vw
}

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

@media (max-width:1300px) and (max-width:1024px) {
    #aboutPage .pageContent .youshi {
        padding: 10vw 0
    }
}

#aboutPage .pageContent .youshi .superiorityMod-7 {
    position: relative;
    z-index: 1
}

#aboutPage .pageContent .youshi .superiorityMod-7 .dzYoushiCout .centerImg {
    width: 500px;
    height: 500px;
    border: none;
    overflow: unset;
    border-radius: unset;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/cenImg.png);
    background-position: center;
    animation: cenImg 5s ease infinite alternate
}

@keyframes cenImg {
    0% {
        transform: scale(.97, 1.03)
    }

    100% {
        transform: scale(1.03, .97)
    }
}

@media (max-width:1600px) {
    #aboutPage .pageContent .youshi .superiorityMod-7 .dzYoushiCout .centerImg {
        width: 400px;
        height: 400px
    }
}

@media (max-width:1600px) and (max-width:1300px) {
    #aboutPage .pageContent .youshi .superiorityMod-7 .dzYoushiCout .centerImg {
        width: 30vw;
        height: 30vw
    }
}

@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
    #aboutPage .pageContent .youshi .superiorityMod-7 .dzYoushiCout .centerImg {
        width: 80vw;
        height: 80vw
    }
}

#aboutPage .pageContent .youshi .superiorityMod-7 .dzYoushiCout .centerImg .box {
    display: none
}

#aboutPage .pageContent .youshi .superiorityMod-7 .dzYoushiCout .list mcj li .liBox .miaoshu p {
    font-size: 14px
}

#aboutPage .pageContent .youshi::after {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    background-image: url(../img/baiseBg.jpg);
    opacity: .2
}

#aboutPage .pageContent .youshi .superiorityMod-7 {
    padding-bottom: 4vw !important
}

#huanjingPage .pageContent .imgList .imgList-1 .listUl .listLi a img {
    height: 15vw
}

#servicePage .pageContent .serviceList .casesList-2 .concertHall-box {
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: space-between;
    flex-wrap: wrap
}

@media (max-width:1024px) {
    #servicePage .pageContent .serviceList .casesList-2 .concertHall-box {
        flex-direction: column
    }
}

#servicePage .pageContent .serviceList .casesList-2 .concertHall-box li {
    width: 48%
}

@media (max-width:1024px) {
    #servicePage .pageContent .serviceList .casesList-2 .concertHall-box li {
        width: 100%
    }

    #servicePage .pageContent .serviceList .casesList-2 .concertHall-box li:last-child {
        margin-bottom: 0
    }
}

#servicePage .pageContent .serviceList .casesList-2 .concertHall-box li .img {
    height: 22vw
}

@media (max-width:1024px) {
    #servicePage .pageContent .serviceList .casesList-2 .concertHall-box li .img {
        height: 60vw
    }
}

#servicePage .pageContent .serviceList .casesList-2 .concertHall-box li .box p {
    font-size: 14px
}

#servicePage .pageContent .serviceList .casesList-2 .concertHall-box li .xian {
    background: linear-gradient(to right, transparent, #ac2c2d, transparent)
}

#honorPage .pageContent .imgList-1 .listUl .listLi a img {
    height: 240px;
    object-fit: contain;
    background-color: #f8f8f8;
    padding: 20px
}

#newsPage .pageContent .newsList .newsList-3 {
    width: 80%
}

@media (max-width:1024px) {
    #newsPage .pageContent .newsList .newsList-3 ul li .box .imgBox {
        height: 40vw
    }
}

#newsPage .pageContent .newsList .newsList-3 ul li .box .txtCout .unifyButton .unifyButton-2 {
    margin-top: 0
}

#contactPage .pageContent .infoForm {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    height: 500px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1300px) {
    #contactPage .pageContent .infoForm {
        width: 90%
    }
}

@media (max-width:1024px) {
    #contactPage .pageContent .infoForm {
        height: unset;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

#contactPage .pageContent .infoForm>div {
    padding: 60px 80px;
    height: 100%;
    width: 50%
}

@media (max-width:1024px) {
    #contactPage .pageContent .infoForm>div {
        padding: 10vw
    }
}

#contactPage .pageContent .infoForm>div .conInfoTitle {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: bold
}

@media (max-width:1024px) {
    #contactPage .pageContent .infoForm .leftBoxC {
        width: 100%
    }
}

#contactPage .pageContent .infoForm .leftBoxC .conInfoTitle {
    color: #333
}

#contactPage .pageContent .infoForm .leftBoxC .yingxiaoUl li {
    font-size: 16px;
    line-height: 3em;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset;
    border-bottom: 1px dashed #ccc
}

@media (max-width:1024px) {
    #contactPage .pageContent .infoForm .leftBoxC .yingxiaoUl li {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: unset;
        flex-wrap: unset;
        line-height: 2em;
        padding: 2vw;
        position: relative
    }
}

#contactPage .pageContent .infoForm .leftBoxC .yingxiaoUl li i {
    color: #ac2c2d;
    font-size: 24px;
    margin-right: 20px
}

@media (max-width:1024px) {
    #contactPage .pageContent .infoForm .leftBoxC .yingxiaoUl li i {
        position: absolute;
        top: 2vw;
        left: 0;
        font-size: 7vw
    }
}

#contactPage .pageContent .infoForm .leftBoxC .yingxiaoUl li span {
    font-size: 16px
}

@media (max-width:1024px) {
    #contactPage .pageContent .infoForm .leftBoxC .yingxiaoUl li span {
        margin-left: 6vw
    }
}

#contactPage .pageContent .infoForm .leftBoxC .erwei {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: unset;
    flex-wrap: unset
}

@media (max-width:1024px) {
    #contactPage .pageContent .infoForm .leftBoxC .erwei {
        display: flex;
        flex-direction: row;
        align-items: unset;
        justify-content: space-between;
        flex-wrap: wrap
    }
}

#contactPage .pageContent .infoForm .leftBoxC .erwei li {
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    #contactPage .pageContent .infoForm .leftBoxC .erwei li {
        margin-right: 0;
        margin-bottom: 4vw
    }
}

#contactPage .pageContent .infoForm .leftBoxC .erwei li img {
    width: 120px;
    height: 120px
}

#contactPage .pageContent .infoForm .leftBoxC .erwei li span {
    font-size: 14px;
    margin-top: 10px
}

#contactPage .pageContent .infoForm .rightBoxC {
    background-image: linear-gradient(to bottom right, #ff8f93, #ac2c2d);
}

@media (max-width:1024px) {
    #contactPage .pageContent .infoForm .rightBoxC {
        width: 100%
    }
}

#contactPage .pageContent .infoForm .rightBoxC .conInfoTitle {
    color: #fff
}

#contactPage .pageContent .infoForm .rightBoxC form {
    width: 100%
}

#contactPage .pageContent .infoForm .rightBoxC form .nameTitle {
    left: 120px;
    position: absolute;
    top: 50%;
    transform: translate(20px, -50%);
    font-size: 14px;
    color: #999;
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1024px) {
    #contactPage .pageContent .infoForm .rightBoxC form .nameTitle {
        left: 0
    }
}

#contactPage .pageContent .infoForm .rightBoxC form .bdTitle {
    width: 120px;
    font-size: 18px;
    font-weight: bold
}

@media (max-width:1024px) {
    #contactPage .pageContent .infoForm .rightBoxC form .bdTitle {
        display: none
    }
}

#contactPage .pageContent .infoForm .rightBoxC form val {
    display: block;
    position: absolute;
    left: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: unset;
    top: 100%;
    font-size: 12px
}

#contactPage .pageContent .infoForm .rightBoxC form .formTop {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset
}

@media (max-width:1024px) {
    #contactPage .pageContent .infoForm .rightBoxC form .formTop {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

#contactPage .pageContent .infoForm .rightBoxC 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) {
    #contactPage .pageContent .infoForm .rightBoxC form .formTop .input {
        width: 100%
    }
}

#contactPage .pageContent .infoForm .rightBoxC form .formTop .input input {
    color: #fff;
    border-radius: 4px;
    border: 1px solid #ccc;
    background-color: unset;
    padding: 0 10px;
    transition-duration: .5s;
    transition-property: all;
    width: 100%;
    height: 40px;
    font-size: 12px
}

#contactPage .pageContent .infoForm .rightBoxC form .formTop .input input:focus {
    border-color: #fff
}

#contactPage .pageContent .infoForm .rightBoxC form .formTop .input input:focus+.nameTitle {
    color: #fff;
    top: 0;
    background-color: #fff;
    padding: 0 10px;
    border-radius: 20px
}

#contactPage .pageContent .infoForm .rightBoxC form .formTop .input input.focus {
    border-color: #fff
}

#contactPage .pageContent .infoForm .rightBoxC form .formTop .input input.focus+.nameTitle {
    color: #fff;
    top: 0;
    background-color: #fff;
    padding: 0 10px;
    border-radius: 20px
}

#contactPage .pageContent .infoForm .rightBoxC form .formTop .input input::-webkit-input-placeholder {
    color: #fff
}

@media (max-width:1300px) {
    #contactPage .pageContent .infoForm .rightBoxC form .formTop .input input {
        height: 30px
    }
}

@media (max-width:1024px) {
    #contactPage .pageContent .infoForm .rightBoxC form .formTop .input input {
        height: 42px;
        width: 100%
    }
}

#contactPage .pageContent .infoForm .rightBoxC form .formTop .input.yes val {
    color: #00e500
}

#contactPage .pageContent .infoForm .rightBoxC form .formTop .input.yes input {
    border-color: #00e500
}

#contactPage .pageContent .infoForm .rightBoxC form .formTop .input.yes .nameTitle {
    color: #00e500 !important
}

#contactPage .pageContent .infoForm .rightBoxC form .formTop .input.no val {
    color: red
}

#contactPage .pageContent .infoForm .rightBoxC form .formTop .input.no input {
    border-color: red
}

#contactPage .pageContent .infoForm .rightBoxC form .formTop .input.no .nameTitle {
    color: red
}

#contactPage .pageContent .infoForm .rightBoxC form .textarea {
    margin-bottom: 20px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 100%;
    height: 120px;
    font-size: 14px
}

#contactPage .pageContent .infoForm .rightBoxC form .textarea textarea {
    color: #fff;
    border-radius: 4px;
    border: 1px solid #ccc;
    padding: 0 10px;
    transition-duration: .5s;
    transition-property: all;
    background-color: unset;
    width: 100%;
    height: 100%;
    padding: 10px 10px;
    resize: none;
    outline: none;
    font-size: 12px
}

#contactPage .pageContent .infoForm .rightBoxC form .textarea textarea:focus {
    border-color: #fff
}

#contactPage .pageContent .infoForm .rightBoxC form .textarea textarea:focus+.nameTitle {
    color: #fff;
    top: 0;
    background-color: #fff;
    padding: 0 10px;
    border-radius: 20px
}

#contactPage .pageContent .infoForm .rightBoxC form .textarea textarea.focus {
    border-color: #fff
}

#contactPage .pageContent .infoForm .rightBoxC form .textarea textarea.focus+.nameTitle {
    color: #fff;
    top: 0;
    background-color: #fff;
    padding: 0 10px;
    border-radius: 20px
}

#contactPage .pageContent .infoForm .rightBoxC form .textarea textarea::-webkit-input-placeholder {
    color: #fff
}

@media (max-width:1024px) {
    #contactPage .pageContent .infoForm .rightBoxC form .textarea textarea {
        width: 100%
    }
}

#contactPage .pageContent .infoForm .rightBoxC form .textarea.yes val {
    color: #00e500
}

#contactPage .pageContent .infoForm .rightBoxC form .textarea.yes textarea {
    border-color: #00e500
}

#contactPage .pageContent .infoForm .rightBoxC form .textarea.yes .nameTitle {
    color: #00e500 !important
}

#contactPage .pageContent .infoForm .rightBoxC form .textarea.no val {
    color: red
}

#contactPage .pageContent .infoForm .rightBoxC form .textarea.no textarea {
    border-color: red
}

#contactPage .pageContent .infoForm .rightBoxC form .textarea.no .nameTitle {
    color: red
}

#contactPage .pageContent .infoForm .rightBoxC form .yanzhengma {
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset
}

#contactPage .pageContent .infoForm .rightBoxC form .yanzhengma .input {
    width: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset
}

#contactPage .pageContent .infoForm .rightBoxC form .yanzhengma .input .bdTitle {
    display: none
}

#contactPage .pageContent .infoForm .rightBoxC form .yanzhengma .input input {
    width: 100%;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #ccc;
    padding: 0 10px;
    transition-duration: .5s;
    transition-property: all;
    background-color: unset;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset;
    height: 40px;
    font-size: 12px
}

#contactPage .pageContent .infoForm .rightBoxC form .yanzhengma .input input:focus {
    border-color: #fff
}

#contactPage .pageContent .infoForm .rightBoxC form .yanzhengma .input input:focus+.nameTitle {
    color: #fff;
    top: 0;
    background-color: #fff;
    padding: 0 10px;
    border-radius: 20px
}

#contactPage .pageContent .infoForm .rightBoxC form .yanzhengma .input input.focus {
    border-color: #fff
}

#contactPage .pageContent .infoForm .rightBoxC form .yanzhengma .input input.focus+.nameTitle {
    color: #fff;
    top: 0;
    background-color: #fff;
    padding: 0 10px;
    border-radius: 20px
}

#contactPage .pageContent .infoForm .rightBoxC form .yanzhengma .input input::-webkit-input-placeholder {
    color: #fff
}

@media (max-width:1300px) {
    #contactPage .pageContent .infoForm .rightBoxC form .yanzhengma .input input {
        height: 30px
    }
}

@media (max-width:1024px) {
    #contactPage .pageContent .infoForm .rightBoxC form .yanzhengma .input input {
        height: 42px
    }
}

#contactPage .pageContent .infoForm .rightBoxC form .yanzhengma .yanz {
    margin-left: 10px;
    width: unset
}

#contactPage .pageContent .infoForm .rightBoxC form .button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

#contactPage .pageContent .infoForm .rightBoxC form .button button {
    border-radius: 4px;
    cursor: pointer
}

#contactPage .pageContent .infoForm .rightBoxC form .button button.submit {
    margin: 0;
    width: 200px;
    height: 40px;
    color: #fff;
    background-color: #771516;
    width: 100%
}

#contactPage .pageContent .infoForm .rightBoxC form .button button.reset {
    display: none
}

#contactPage .pageContent .map .mapMod-1 {
    padding: 100px 0
}

@media (max-width:1300px) {
    #contactPage .pageContent .map .mapMod-1 {
        padding: 6vw 0
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    #contactPage .pageContent .map .mapMod-1 {
        padding: 10vw 0
    }
}

#contactPage .pageContent .map .mapMod-1 .mapK #allmap {
    width: 90%;
    margin: 0 auto;
    height: 500px
}

@media (max-width:1024px) {
    #contactPage .pageContent .map .mapMod-1 .mapK #allmap {
        height: 80vw
    }
}

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

#contactPage .pageContent .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
}

#contactPage .pageContent .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) {
    #contactPage .pageContent .tongzhi .kuangjia .box {
        width: 90%
    }
}

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

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

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

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

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

#contactPage .pageContent .tongzhi .kuangjia .box .jishi {
    margin-top: 20px;
    color: #666;
    font-size: 14px;
    transition-duration: .5s;
    transition-property: all
}

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

#serviceDetailPage .pageContent .serviceDetail .newsDetail-1 {
    background-color: #f3f3f3;
    padding: 100px;
    border-radius: 40px
}

@media (max-width:1024px) {
    #serviceDetailPage .pageContent .serviceDetail .newsDetail-1 {
        padding: 10vw 4vw;
        background-color: unset
    }
}

@media (max-width:1024px) {
    #serviceDetailPage .pageContent .serviceDetail .newsDetail-1 .title {
        font-size: 6vw
    }
}

@media (max-width:1024px) {
    #serviceDetailPage .pageContent .serviceDetail .newsDetail-1 .info span {
        font-size: 4vw
    }
}

#newsDetailPage .pageContent .newsDetail .newsDetail-1 {
    background-color: #f3f3f3;
    padding: 100px;
    border-radius: 40px
}

@media (max-width:1024px) {
    #newsDetailPage .pageContent .newsDetail .newsDetail-1 {
        padding: 10vw 4vw;
        background-color: unset
    }
}

@media (max-width:1024px) {
    #newsDetailPage .pageContent .newsDetail .newsDetail-1 .title {
        font-size: 6vw
    }
}

@media (max-width:1024px) {
    #newsDetailPage .pageContent .newsDetail .newsDetail-1 .info span {
        font-size: 4vw
    }
}

#casesDetailPage .pageContent .casesDetail .newsDetail-1 {
    background-color: #f3f3f3;
    padding: 100px;
    border-radius: 40px
}

@media (max-width:1024px) {
    #casesDetailPage .pageContent .casesDetail .newsDetail-1 {
        padding: 10vw 4vw;
        background-color: unset
    }
}

@media (max-width:1024px) {
    #casesDetailPage .pageContent .casesDetail .newsDetail-1 .title {
        font-size: 6vw
    }
}

@media (max-width:1024px) {
    #casesDetailPage .pageContent .casesDetail .newsDetail-1 .info span {
        font-size: 4vw
    }
}