﻿* {
    outline: none
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
form,
button,
input,
textarea,
th,
td {
    font-weight: inherit;
    margin: 0;
    padding: 0
}

body,
button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
i {
    font: normal 12Px PingFang SC, Microsoft YaHei, Helvetica Neue, Arial, Source Han Sans SC, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

@media screen and (min-width: 1024px) {

    body,
    button,
    input,
    select,
    textarea,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    i {
        font-family: "Microsoft YaHei",sans-serif;
    }
}

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

a {
    text-decoration: none;
    color: inherit;
    display: inline-block
}

a:hover {
    text-decoration: none
}

img {
    vertical-align: top;
    border: 0
}

button,
input,
textarea {
    font-size: 100%;
    vertical-align: middle;
    outline: none;
    border-radius: 0;
    -webkit-appearance: none
}

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

div,
a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}

html {
    font-size: 100Px
}

@media screen and (min-width: 320px) {
    html {
        font-size: 85.3333333333Px
    }
}

@media screen and (min-width: 360px) {
    html {
        font-size: 96Px
    }
}

@media screen and (min-width: 375px) {
    html {
        font-size: 100Px
    }
}

@media screen and (min-width: 480px) {
    html {
        font-size: 128Px
    }
}

@media screen and (min-width: 640px) {
    html {
        font-size: 170.6666666667Px
    }
}

@media screen and (min-width: 750px) {
    html {
        font-size: 200Px
    }
}

.clearfloat:after {
    font-size: 0;
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: " "
}

.clearboth {
    clear: both
}

.checkBrowser {
    font-size: 14Px;
    line-height: 40Px;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 50%;
    width: 700Px;
    height: 40Px;
    margin-left: -360Px;
    padding: 0 10Px;
    color: #fff;
    border-bottom-right-radius: 5Px;
    border-bottom-left-radius: 5Px;
    background-color: #e6212a
}

.checkBrowser a {
    font-size: 16Px;
    line-height: 20Px;
    position: absolute;
    top: 10Px;
    right: 5Px;
    display: block;
    width: 20Px;
    height: 20Px;
    cursor: pointer;
    text-align: center;
    color: #333;
    border-radius: 50%;
    background-color: #fff
}

.paged {
    text-align: center
}

.paged a,
.paged span,
.paged .p_info,
.paged .current {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Arial;
    display: inline-block;
    margin: 0 4PX 2PX;
    padding: 0 12PX;
    font-size: 13PX;
    text-align: center;
    border: 1PX solid #313131;
    background: transparent;
    color: #8b8b8b;
    border-radius: 5PX;
    min-width: 50PX;
    height: 50PX;
    line-height: 50PX;
    white-space: nowrap;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    transition: 0.4s ease all
}

@media (max-width: 1024px) {

    .paged a,
    .paged span,
    .paged .p_info,
    .paged .current {
        padding: 0 0.1rem;
        font-size: 0.13rem;
        min-width: 0.35rem;
        height: 0.35rem;
        line-height: 0.35rem;
        display: none
    }
}

.paged .current,
.paged a:hover {
    color: #fff
}

.paged .prev,
.paged .next {
    width: 90PX
}

@media (max-width: 1024px) {

    .paged .prev,
    .paged .next {
        display: inline-block;
        width: 0.75rem
    }
}

.paged .ellipsis {
    cursor: pointer;
    letter-spacing: -10PX;
    text-indent: -10PX
}

.image {
    display: block;
    position: relative
}

.image>img {
    display: block;
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.image.is-1by1 {
    padding-top: 100%
}

.image.is-4by3 {
    padding-top: 75%
}

.is-relative {
    position: relative
}

[role=button] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none
}

.text-center {
    text-align: center
}

@media (max-width: 1024px) {
    .display-none-mobile {
        display: none !important
    }
}

.display-none-pc {
    display: none !important
}

@media (max-width: 1024px) {
    .display-none-pc {
        display: -webkit-box !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

.uweb-search {
    width: 1200Px;
    max-width: 100%;
    padding-top: 0.92rem;
    padding-bottom: 0.5rem;
    margin: 0 auto
}

@media (max-width: 1200px) {
    .uweb-search {
        width: auto;
        margin-right: 0.15rem;
        margin-left: 0.15rem
    }
}

.uweb-search-input-con {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 25Px
}

.uweb-search-select-con {
    float: left;
    width: 37%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 25Px
}

@media screen and (max-width: 750px) {

    .uweb-search-input-con,
    .uweb-search-select-con {
        float: none;
        width: 100%;
        padding-right: 0;
        margin-bottom: 0.05rem
    }
}

.uweb-search-top {
    position: relative;
    margin-bottom: 40Px;
    height: 44Px;
    width: 100%
}

.uweb-search-top-s .uweb-search-input-con {
    float: left;
    width: 87%
}

@media screen and (max-width: 750px) {
    .uweb-search-top {
        height: auto
    }

    .uweb-search-top-s .uweb-search-input-con {
        width: 100%
    }
}

.uweb-search-top-text {
    float: left;
    width: 80Px;
    font-size: 14Px;
    color: #fff;
    line-height: 44Px
}

.uweb-search-top-input {
    margin: 0 0 0 80Px;
    height: 44Px;
    border: 1Px solid #fff
}

.uweb-search-top-input input {
    width: 100%;
    height: 100%;
    border: 0;
    font-size: 14Px;
    padding: 0 20Px
}

.uweb-search-top-button {
    float: left;
    width: 13%;
    height: 46Px;
    background: #666;
    cursor: pointer;
    color: #fff;
    font-size: 14Px;
    line-height: 46Px;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    padding: 0
}

.uweb-search-top-button:hover {
    opacity: 0.7
}

@media screen and (max-width: 750px) {
    .uweb-search-top-button {
        float: none;
        width: 100%
    }
}

.uweb-search-top-input2 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 80Px;
    height: 44Px;
    border: 1Px solid #fff
}

.uweb-search-top-input2 input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: 0;
    font-size: 14Px;
    padding: 0 20Px
}

.uweb-search-top-text1 {
    float: left;
    width: 70Px;
    font-size: 14Px;
    color: #fff;
    line-height: 44Px
}

.uweb-search-top-select {
    position: relative;
    margin-left: 70Px;
    height: 44Px;
    border: 1Px solid #e9e9e9;
    font-size: 14Px;
    color: #fff
}

.uweb-search-top-select:after {
    position: absolute;
    right: 12Px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
    content: "";
    width: 0;
    height: 0;
    border-left: 5Px solid transparent;
    border-right: 5Px solid transparent;
    border-top: 6Px solid #fff
}

.uweb-search-top-select select {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100% !important;
    border: 0Px;
    padding: 0 22Px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.uweb-search-top-select .customSelect {
    width: 100%;
    height: 100%;
    line-height: 42Px;
    padding: 0 22Px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (max-width: 1200px) {
    .uweb-search-top-select {
        float: none;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: auto
    }
}

.uweb-search-content {
    margin: 40Px -12Px;
    font-size: 0
}

.uweb-search-content li {
    display: inline-block;
    vertical-align: top;
    padding: 0 12Px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    height: 156Px;
    margin-bottom: 30Px
}

.uweb-search-content li a {
    display: block;
    width: 100%;
    height: 100%;
    border: 1Px solid rgba(233, 233, 233, 0.3);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25Px 40Px 30Px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.uweb-search-content li a:hover {
    background: #0d0d0d;
    border-color: #0d0d0d;
    -webkit-box-shadow: 0 0.02rem 0.06rem rgba(13, 13, 13, 0.4);
    box-shadow: 0 0.02rem 0.06rem rgba(13, 13, 13, 0.4)
}

.uweb-search-content li a:hover .text {
    color: #fff
}

.uweb-search-content li a .text {
    font-size: 16Px;
    font-weight: bold;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 22Px;
    max-height: 44Px;
    overflow: hidden
}

.uweb-search-content li a .time {
    margin-top: 5Px;
    font-size: 14Px;
    font-family: "Arial";
    color: #999
}

.uweb-search-content li a .btn {
    margin-top: 20Px;
    width: 95Px;
    height: 28Px;
    background: #666;
    font-size: 14Px;
    color: #fff;
    line-height: 28Px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

@media screen and (max-width: 1200px) {
    .uweb-search-content {
        margin-right: 0;
        margin-left: 0
    }

    .uweb-search-content li:nth-child(2n+1) {
        padding: 0 0.06rem 0 0
    }

    .uweb-search-content li:nth-child(2n) {
        padding: 0 0 0 0.06rem
    }
}

@media screen and (max-width: 480px) {
    .uweb-search-content li {
        float: none;
        width: 100%;
        height: auto
    }

    .uweb-search-content li:nth-child(2n+1),
    .uweb-search-content li:nth-child(2n) {
        padding: 0
    }

    .uweb-search-content li a .text {
        max-height: none
    }
}

.uweb-search-tip-con {
    margin: 0 auto;
    width: 1200Px;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1rem 0.5rem;
    text-align: center
}

.uweb-search-tip-con .title {
    font-size: 24Px;
    color: #fff;
    margin-bottom: 20Px
}

.uweb-search-tip-con .tips {
    font-size: 14Px;
    color: #fff;
    font-weight: bold;
    line-height: 28Px;
    width: 900Px;
    margin: 0 auto 10Px;
    max-width: 100%
}

.uweb-search-tip-con .p {
    font-size: 14Px;
    color: #fff;
    line-height: 28Px;
    margin-bottom: 10Px
}

.uweb-search-tip-con .num {
    color: red;
    padding: 0 3Px;
    text-decoration: underline
}

.uweb-search-tip-con .tip-btn {
    display: block;
    width: 140Px;
    height: 36Px;
    text-align: center;
    line-height: 36Px;
    color: #fff;
    background: #999;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0 auto;
    cursor: pointer
}

.uweb-search-tip-con .tip-btn:hover {
    background: #b3b3b3
}

.tips-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 9999999
}

.tips-popup.init {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.tips-popup.show .tips-popup-mask {
    opacity: 1
}

.tips-popup.show .tips-popup-box {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1)
}

.tips-popup-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s
}

.tips-popup-box {
    position: relative;
    padding: 18Px 24Px 8Px;
    width: 320Px;
    background-color: #fff;
    -webkit-box-shadow: 0 4Px 12Px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4Px 12Px rgba(0, 0, 0, 0.15);
    border-radius: 8Px;
    z-index: 9;
    opacity: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s
}

@media screen and (max-width: 414px) {
    .tips-popup-box {
        max-width: -moz-calc(100% - 0.4rem);
        max-width: calc(100% - 0.4rem);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
}

.tips-popup-head {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10Px
}

.tips-popup-head .title {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    padding-top: 1Px;
    line-height: 22Px;
    font-size: 16Px;
    color: #000
}

.tips-popup-close {
    margin: 5Px 0 0 10Px;
    width: 14Px;
    height: 14Px;
    background: url(../image/tips_icon.png) top -130Px left no-repeat;
    opacity: 0.7;
    z-index: 2;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s
}

.tips-popup-close:hover {
    opacity: 1
}

.tips-popup-content {
    padding-bottom: 10Px;
    font-size: 14Px;
    line-height: 24Px;
    color: #666
}

.tips-popup-footer {
    padding: 4Px 0;
    text-align: right;
    font-size: 0
}

.tips-popup-footer li {
    display: inline-block;
    vertical-align: top;
    margin-left: 10Px;
    padding: 8Px 15Px;
    line-height: 1;
    font-size: 12Px;
    white-space: nowrap;
    border-radius: 3Px;
    border-width: 1Px;
    border-style: solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s
}

.tips-popup-footer li:hover {
    opacity: 0.8
}

.tips-popup-footer .cancel-btn {
    color: #666;
    background-color: #fff;
    border-color: #dcdfe6
}

.tips-popup-footer .submit-btn {
    color: #fff
}

.tips-popup .tips-icon {
    margin-right: 10Px;
    width: 24Px;
    height: 24Px;
    background-image: url(../image/tips_icon.png);
    background-repeat: no-repeat
}

.tips-popup .tips-icon-success {
    background-position: 0 -104Px
}

.tips-popup .tips-icon-question {
    background-position: 0 -78Px
}

.tips-popup .tips-icon-info {
    background-position: 0 -52Px
}

.tips-popup .tips-icon-error {
    background-position: 0 -26Px
}

.tips-popup .tips-icon-alert {
    background-position: 0 0
}

.tips-popup-icon {
    padding-left: 20Px;
    padding-right: 20Px
}

.tips-popup-icon .tips-popup-content {
    padding-left: 34Px
}

.loading-wrap {
    position: relative
}

.loading-wrap .loading-box {
    position: absolute
}

.loading-box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9999
}

.loading-box-circular {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25Px 0 0 -25Px;
    width: 50Px;
    height: 50Px;
    -webkit-animation: loading-rotate 2s linear infinite;
    -moz-animation: loading-rotate 2s linear infinite;
    animation: loading-rotate 2s linear infinite
}

.loading-box-circular .path {
    -webkit-animation: loading-dash 1.5s ease-in-out infinite;
    -moz-animation: loading-dash 1.5s ease-in-out infinite;
    animation: loading-dash 1.5s ease-in-out infinite;
    stroke-dasharray: 90, 150;
    stroke-dashoffset: 0;
    stroke-width: 2;
    stroke: #0da945;
    stroke-linecap: round
}

@-webkit-keyframes loading-rotate {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-moz-keyframes loading-rotate {
    to {
        -moz-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes loading-rotate {
    to {
        -webkit-transform: rotate(1turn);
        -moz-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes loading-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -40Px
    }

    to {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -120Px
    }
}

@-moz-keyframes loading-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -40Px
    }

    to {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -120Px
    }
}

@keyframes loading-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -40Px
    }

    to {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -120Px
    }
}

.normal-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 9000
}

.normal-popup.init {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.normal-popup.show .normal-popup-box {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.normal-popup.show .normal-popup-mask {
    opacity: 1;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s
}

.normal-popup-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s
}

.normal-popup-close {
    position: absolute;
    top: 10Px;
    right: 10Px;
    line-height: 1;
    font-size: 20Px;
    font-family: "iconfont";
    color: #666;
    z-index: 2;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s
}

.normal-popup-close:before {
    content: "\e662"
}

.normal-popup-close:hover {
    color: #ea140a
}

.normal-popup-box {
    position: relative;
    width: 680Px;
    background-color: #fff;
    overflow: hidden;
    border-radius: 6Px;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    z-index: 6;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s
}

.normal-popup-title {
    margin-bottom: 25Px;
    text-align: center
}

.normal-popup-title h3 {
    line-height: 1.2;
    font-size: 30Px;
    color: #555
}

.normal-popup-title p {
    line-height: 1.2;
    font-size: 12Px;
    color: #999;
    text-transform: uppercase
}

.normal-popup-scroller {
    position: relative;
    overflow: hidden
}

.normal-popup-scroller .bscroll-indicator {
    background-color: rgba(205, 205, 205, 0.5) !important
}

.modal-popup .normal-popup-box {
    padding: 60Px;
    text-align: center
}

.modal-popup .icon {
    font-family: "iconfont";
    font-size: 80Px
}

.modal-popup .icon-error {
    color: #ea140a
}

.modal-popup .icon-error:before {
    content: "\e71e"
}

.modal-popup .icon-success {
    color: #0da945
}

.modal-popup .icon-success:before {
    content: "\e605"
}

.modal-popup .icon-notice {
    color: #fbba65
}

.modal-popup .icon-notice:before {
    content: "\e698"
}

.modal-popup .title {
    margin: 15Px 0 3Px;
    line-height: 1.4;
    font-size: 24Px;
    color: #333
}

.modal-popup .p {
    line-height: 1.6;
    font-size: 16Px;
    color: #888
}

.modal-popup-footer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30Px
}

.modal-popup-footer li {
    width: 242Px;
    line-height: 45Px;
    font-size: 16Px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s
}

.modal-popup-footer li+li {
    margin-left: 16Px
}

.modal-popup-footer li:hover {
    opacity: 0.8
}

.modal-popup-footer .cancel-btn {
    background-color: #bbb
}

.iframe-popup .normal-popup-box {
    padding: 55Px 60Px 70Px
}

.iframe-popup .normal-popup-title {
    margin-bottom: 30Px
}

.iframe-popup-box {
    position: relative;
    max-height: -moz-calc(98vh - 205Px);
    max-height: calc(98vh - 205Px);
    overflow-y: auto
}

.iframe-popup-box .iframe {
    display: block;
    width: 100%;
    border: none
}

.iframe-popup .loading-box {
    position: absolute
}

.captcha-title {
    height: 60Px;
    width: 100%;
    text-align: center;
    border-radius: 2Px;
    background-color: #f3f3f3;
    color: #bbb;
    font-size: 14Px;
    letter-spacing: 0.1Px;
    line-height: 60Px
}

.captcha-show {
    display: none;
    height: 60Px;
    width: 100%;
    text-align: center;
    border-radius: 2Px;
    background-color: #f3f3f3
}

.captcha-loading {
    margin: auto;
    width: 70Px;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.captcha-loading-dot {
    width: 8Px;
    height: 8Px;
    margin: 18Px 4Px;
    background: #ccc;
    border-radius: 50%;
    opacity: 0;
    -webkit-box-shadow: 0 0 2Px black;
    box-shadow: 0 0 2Px black;
    -webkit-animation: loadingFade 1s infinite;
    -moz-animation: loadingFade 1s infinite;
    animation: loadingFade 1s infinite
}

.captcha-loading-dot:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    animation-delay: 0.1s
}

.captcha-loading-dot:nth-child(3) {
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    animation-delay: 0.2s
}

.captcha-loading-dot:nth-child(4) {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    animation-delay: 0.3s
}

.captcha .geetest_holder.geetest_wind .geetest_logo,
.captcha .geetest_holder.geetest_wind .geetest_success_logo {
    display: none
}

@-webkit-keyframes loadingFade {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0.8
    }

    100% {
        opacity: 0
    }
}

@-moz-keyframes loadingFade {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0.8
    }

    100% {
        opacity: 0
    }
}

@keyframes loadingFade {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0.8
    }

    100% {
        opacity: 0
    }
}

.error-con {
    padding: 0.5rem 0;
    background: #fff
}

.error-box {
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.25rem;
    text-align: center;
    width: 1360Px;
    max-width: 100%;
    margin: 0 auto;
    display: grid
}

.error-box img {
    display: inline-block;
    vertical-align: top;
    max-width: 100%
}

.error-box .tips {
    margin: 20Px auto;
    font-size: 18Px;
    color: #666
}

.error-box .btn a {
    display: inline-block;
    vertical-align: top;
    width: 170Px;
    height: 40Px;
    margin: 0 2Px;
    border-radius: 20Px;
    color: #fff;
    text-align: center;
    font-size: 16Px;
    background: #999;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    line-height: 40Px;
    max-width: 45%
}

.error-box .btn a:hover {
    background: #a6a6a6
}

.share-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0.1rem;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.share-box-item {
    cursor: pointer;
    background-color: #181818;
    color: #fff;
    margin-right: 15Px;
    width: 40Px;
    height: 40Px;
    text-align: center;
    border-radius: 50%
}

.share-box-item .iconfont {
    font-size: 20Px;
    line-height: 40Px
}

.share-box .share-to-wechat {
    position: relative
}

.share-box .share-to-wechat .wechat-ewm {
    position: absolute;
    border-radius: 5Px;
    border: 1Px solid #eee;
    background: #fff;
    left: 50%;
    bottom: 100%;
    padding: 10Px 10Px 5Px;
    display: none;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%)
}

.share-box .share-to-wechat .wechat-ewm p {
    font-size: 12Px;
    color: #333;
    text-align: center;
    margin-top: 5Px
}

.share-box .share-to-wechat:hover {
    background-color: #3dbe5b
}

.share-box .share-to-wechat:hover .wechat-ewm {
    display: block
}

.share-box .share-to-qq,
.share-box .share-to-qzone,
.share-box .share-to-weibo,
.share-box .share-to-wechat {
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s
}

.share-box .share-to-qq:hover {
    background-color: #21b3f7
}

.share-box .share-to-qzone:hover {
    background-color: #f8c514
}

.share-box .share-to-weibo:hover {
    background-color: #ff5757
}

.wechat-tip-mask {
    top: 0;
    left: 0;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    background-image: url(../image/share_bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto
}

html,
body {
    /* background: #1a1a1a */
}

.wp1400 {
    max-width: 7rem;
    margin: 0 auto;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (max-width: 1440px) {
    .wp1400 {
        padding: 0 0.3rem
    }
}

@media screen and (max-width: 1024px) {
    .wp1400 {
        padding: 0 0.15rem
    }
}

.wp1380 {
    max-width: 6.9rem;
    margin: 0 auto;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (max-width: 1460px) {
    .wp1380 {
        padding: 0 0.3rem
    }
}

@media screen and (max-width: 1024px) {
    .wp1380 {
        padding: 0 0.15rem
    }
}

.wp1280 {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (max-width: 1380px) {
    .wp1280 {
        padding: 0 0.3rem
    }
}

@media screen and (max-width: 1024px) {
    .wp1280 {
        padding: 0 0.15rem
    }
}

.art-banner-box {
    overflow: hidden
}

.art-banner {
    width: 100%;
    height: 3.2rem;
    position: relative
}

@media (max-width: 1900px) {
    .art-banner {
        height: 33.3333333333vw
    }
}

@media (max-width: 1024px) {
    .art-banner {
        height: 2.1rem
    }
}

.art-banner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.art-banner img.pc {
    display: block
}

.art-banner img.m {
    display: none
}

@media (max-width: 1024px) {
    .art-banner img.pc {
        display: none
    }

    .art-banner img.m {
        display: block
    }
}

.art-tabs-container {
    background: #f8f8f8;
    position: relative;
    z-index: 1
}

.art-tabs-container::after {
    content: "";
    display: block;
    width: 100%;
    height: 1Px;
    background: #313131;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1
}

.art-tabs-container .tabs-wp {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.art-tabs-container .tabs-wp .left {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 78.125%;
    flex: 0 0 78.125%;
    max-width: 78.125%;
    padding-right: 3.125vw
}

@media (max-width: 1024px) {
    .art-tabs-container .tabs-wp .left {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.art-tabs-container .tabs-wp .left .tabs-bs-wp {
    position: relative;
    overflow: hidden
}

.art-tabs-container .tabs-wp .left .tabs {
    min-width: 100%;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.art-tabs-container .tabs-wp .left .tabs .tab-item {
    font-size: 0.09rem;
    line-height: 1;
    color: #333;
    padding: 1.7708333333vw 0 1.1458333333vw;
    white-space: nowrap;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition: 0.6s ease all;
    -moz-transition: 0.6s ease all;
    transition: 0.6s ease all
}

.art-tabs-container .tabs-wp .left .tabs .tab-item.on {
    color: #ce0101;
}

@media (min-width: 1024px) and (max-width: 1480px) {
    .art-tabs-container .tabs-wp .left .tabs .tab-item {
        font-size: 0.08rem
    }
}

@media (min-width: 1024px) and (max-width: 1240px) {
    .art-tabs-container .tabs-wp .left .tabs .tab-item {
        font-size: 0.07rem
    }
}

.art-tabs-container .tabs-wp .left .tabs .tab-item:not(:last-child) {
    margin-right: 3.90625vw
}

.art-tabs-container .tabs-wp .left .tabs .tab-item::after {
    content: "";
    display: block;
    width: 100%;
    height: 1Px;
    background: #ce0101;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    transform-origin: center;
    -webkit-transition: 0.65s ease all;
    -moz-transition: 0.65s ease all;
    transition: 0.65s ease all
}

@media (max-width: 1024px) {
    .art-tabs-container .tabs-wp .left .tabs .tab-item {
        font-size: 0.14rem;
        padding: 0.15rem 0 0.12rem
    }

    .art-tabs-container .tabs-wp .left .tabs .tab-item:not(:last-child) {
        margin-right: 0.35rem
    }
}

.art-tabs-container .tabs-wp .left .tabs .tab-item:hover::after,
.art-tabs-container .tabs-wp .left .tabs .tab-item.on::after {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1)
}

.art-tabs-container .tabs-wp .right {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 21.875%;
    flex: 0 0 21.875%;
    max-width: 21.875%;
    padding-bottom: 1.1458333333vw
}

@media (max-width: 1024px) {
    .art-tabs-container .tabs-wp .right {
        display: none
    }
}
/**二级菜单**/
.secondnavbg
{
    width:100%;
    border-bottom:1px solid #eee;
}
.secondnav
{
    width:100%;
    height:auto;
    padding-top:20px;
    display:flex;
    flex-wrap:wrap;
}
.secondnav .link
{
    font-size:16px;
    margin-bottom:15px;
    line-height:25px;
    margin-right:20px;
}
.secondnav .on
{
    color:#ce0101;
}
/**二级菜单 end**/
.breadcrumb {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.breadcrumb img {
    display: inline-block;
    width: 14Px;
    height: 14Px;
    margin-right: 0.5208333333vw
}

@media (max-width: 480px) {
    .breadcrumb img {
        width: 12Px;
        height: 12Px
    }
}

.breadcrumb span,
.breadcrumb a {
    font-size: 14Px;
    line-height: 1;
    color: #333;
    position: relative
}

.breadcrumb span:not(:last-child),
.breadcrumb a:not(:last-child) {
    margin-right: 4Px
}

.breadcrumb span:not(:last-child)::after,
.breadcrumb a:not(:last-child)::after {
    content: ">";
    font-size: 14Px;
    color: #333;
    margin-left: 4Px
}

@media (max-width: 480px) {

    .breadcrumb span,
    .breadcrumb a {
        font-size: 12Px
    }

    .breadcrumb span:not(:last-child),
    .breadcrumb a:not(:last-child) {
        margin-right: 4Px
    }

    .breadcrumb span:not(:last-child)::after,
    .breadcrumb a:not(:last-child)::after {
        font-size: 12Px;
        padding-left: 3Px
    }
}

.breadcrumb span {
    -webkit-transition: 0.6s ease all;
    -moz-transition: 0.6s ease all;
    transition: 0.6s ease all
}

.breadcrumb a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media (min-width: 1024px) {
    .breadcrumb a:hover span {
        color: #939393
    }
}

.common-bg {
    background-color: #fff;
    /* background-image: url(../image/common_bg.jpg); */
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto
}

.article {
    font-size: 0.08rem;
    line-height: 2.25;
    color: #666
}

.article>.title {
    font-size: 0.16rem;
    line-height: 1.625;
    color: #fff;
    text-align: center;
    padding-left: 9.8958333333vw;
    padding-right: 9.8958333333vw
}

@media (max-width: 1024px) {
    .article>.title {
        font-size: 0.22rem
    }
}

.article>.subtitle {
    margin-top: 0.06rem;
    padding-bottom: 0.21rem;
    margin-bottom: 0.15rem;
    font-size: 0.07rem;
    line-height: 1;
    color: #fff;
    border-bottom: 1Px dashed #4d4d4d;
    text-align: center
}

@media (max-width: 1024px) {
    .article>.subtitle {
        margin-top: 0.12rem;
        font-size: 0.12rem
    }
}

.article>.subtitle span:not(:last-child) {
    margin-right: 0.15rem
}

.article p {
    font-size: 0.08rem;
    line-height: 0.175rem;
    color: #fff
}

.article p:not(:last-child) {
    margin-bottom: 0.1rem
}

@media (max-width: 1024px) {
    .article p {
        font-size: 0.15rem;
        line-height: 2
    }
}

.article img,
.article video {
    max-width: 100%;
    height: auto !important;
    cursor: pointer
}

.article video {
    display: block;
    width: 100%
}

.article img {
    margin-top: 0.2rem;
    margin-left: auto;
    margin-right: auto;
    display: block
}

.article img+p {
    margin-top: 0.16rem
}

.article table {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    position: relative;
    border: 0.005rem solid #999
}

.article table tbody {
    display: inline-block;
    min-width: 100%
}

.article table tr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media (max-width: 1024px) {
    .article table tr {
        display: -webkit-inline-box;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        min-width: 100%
    }
}

.article table tr td {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 0.3rem;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-size: 0.08rem;
    line-height: 2.25;
    padding-top: 0.06rem;
    padding-bottom: 0.06rem;
    border-right: 0.005rem solid #999;
    border-bottom: 0.005rem solid #999;
    background: transparent
}

@media (max-width: 1024px) {
    .article table tr td {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1 0 1.5rem;
        flex: 1 0 1.5rem;
        width: 1.5rem;
        padding-left: 0.06rem;
        padding-right: 0.06rem;
        font-size: 0.14rem
    }
}

.article table tr td:last-child {
    border-right: none
}

.article table tr:nth-child(1) td {
    font-weight: bold
}

.article table tr:last-child td {
    border-bottom: none
}

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

.article .flex:not(:last-child) {
    margin-bottom: 0.2rem
}

.article .flex img {
    margin-top: 0.1rem
}

.article .flex img:not(:last-child) {
    margin-right: 0.075rem
}

@media (max-width: 1024px) {
    .article .flex img:not(:last-child) {
        margin-right: 0
    }
}

@media (max-width: 1024px) {
    .article .flex {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.art-paged {
    padding-top: 0.34rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.art-paged .left {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1 1 60%;
    flex: 1 1 60%;
    max-width: 60%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.art-paged .left .prev,
.art-paged .left .next {
    font-size: 0.08rem;
    line-height: 1;
    color: #fff;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    transition: 0.3s ease all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    transition: 0.2s ease all
}

@media (max-width: 1024px) {

    .art-paged .left .prev,
    .art-paged .left .next {
        font-size: 0.13rem;
        max-height: 16Px;
        overflow: hidden
    }
}

.art-paged .left .prev:not(:last-child),
.art-paged .left .next:not(:last-child) {
    margin-bottom: 0.1rem
}

.art-paged .left .prev:hover,
.art-paged .left .next:hover {
    color: rgba(255, 255, 255, 0.8)
}

.art-paged .right {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 0.75rem;
    flex: 0 0 0.75rem;
    max-width: 0.75rem
}

@media (max-width: 1024px) {
    .art-paged .right {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 0.8rem;
        flex: 0 0 0.8rem;
        max-width: 0.8rem
    }
}

.art-paged .right .back {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16Px;
    line-height: 1;
    padding: 0.08rem 0;
    color: #fff;
    border: 0.005rem solid #fff;
    background: transparent;
    border-radius: 0.125rem;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    transition: 0.3s ease all
}

@media (max-width: 1024px) {
    .art-paged .right .back {
        border-radius: 0.2rem
    }
}

@media (max-width: 480px) {
    .art-paged .right .back {
        font-size: 14Px
    }
}

.art-paged .right .back:hover {
    color: rgba(255, 255, 255, 0.8);
    border-color: rgba(255, 255, 255, 0.8)
}

.contact-title-block {
    margin-bottom: 3.75vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 1024px) {
    .contact-title-block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 0.3rem
    }
}

.contact-title-block .left {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 25.78125%;
    flex: 0 0 25.78125%;
    max-width: 25.78125%
}

@media (max-width: 1024px) {
    .contact-title-block .left {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.contact-title-block .left .title .en {
    margin-left: -0.15625vw;
    font-size: 3.125vw;
    line-height: 1;
    color: #fff;
    font-family: "Microsoft YaHei"
}

@media (max-width: 1024px) {
    .contact-title-block .left .title .en {
        font-size: 0.36rem;
        max-width: 1.75rem
    }
}

.contact-title-block .left .title .cn {
    margin-top: 1.3020833333vw;
    font-size: 0.12rem;
    line-height: 1;
    color: #fff
}

@media (min-width: 1024px) and (max-width: 1480px) {
    .contact-title-block .left .title .cn {
        font-size: 0.11rem
    }
}

@media (min-width: 1024px) and (max-width: 1240px) {
    .contact-title-block .left .title .cn {
        font-size: 0.1rem
    }
}

@media (min-width: 1024px) and (max-width: 1180px) {
    .contact-title-block .left .title .cn {
        font-size: 0.09rem
    }
}

@media (max-width: 1024px) {
    .contact-title-block .left .title .cn {
        font-size: 0.18rem;
        margin-top: 0.15rem
    }
}

.contact-title-block .right {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 34.765625%;
    flex: 0 0 34.765625%;
    max-width: 34.765625%;
    padding-top: 1.5625vw
}

@media (max-width: 1024px) {
    .contact-title-block .right {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-top: 0.2rem
    }
}

.contact-title-block .right .p {
    padding-top: 2.1354166667vw;
    font-size: 0.08rem;
    line-height: 2.1875;
    color: #fff;
    text-align: left;
    position: relative
}

@media (max-width: 1440px) {
    .contact-title-block .right .p {
        font-size: 0.07rem
    }
}

@media (max-width: 1024px) {
    .contact-title-block .right .p {
        font-size: 0.14rem;
        padding-top: 0.205rem
    }
}

.contact-title-block .right .p::before {
    content: "";
    display: block;
    width: 0.125rem;
    height: 1Px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0
}

@media (max-width: 1024px) {
    .contact-title-block .right .p::before {
        width: 0.18rem
    }
}

.about-article {
    font-size: 0.08rem;
    line-height: 2.1875;
    color: #fff
}

@media (max-width: 1440px) {
    .about-article {
        font-size: 0.07rem
    }
}

@media (max-width: 1024px) {
    .about-article {
        font-size: 0.14rem;
        line-height: 2
    }
}

.about-article .title {
    position: relative;
    padding-bottom: 0.105rem
}

@media (max-width: 1024px) {
    .about-article .title {
        padding-bottom: 0.155rem
    }
}

.about-article .title::after {
    content: "";
    display: block;
    width: 0.1rem;
    height: 1Px;
    background: #333;
    position: absolute;
    left: 0;
    bottom: 0
}

@media (max-width: 1024px) {
    .about-article .title::after {
        width: 0.15rem
    }
}

.about-article .title .en {
    font-size: 3.125vw;
    line-height: 1;
    color: #333;
    font-family: "Microsoft YaHei"
}

@media (max-width: 1024px) {
    .about-article .title .en {
        font-size: 0.35rem
    }
}

.about-article .title .cn {
    font-size: 0.12rem;
    line-height: 1;
    color: #333;
}

@media (min-width: 1024px) and (max-width: 1480px) {
    .about-article .title .cn {
        font-size: 0.11rem
    }
}

@media (min-width: 1024px) and (max-width: 1240px) {
    .about-article .title .cn {
        font-size: 0.1rem
    }
}

@media (min-width: 1024px) and (max-width: 1180px) {
    .about-article .title .cn {
        font-size: 0.09rem
    }
}

@media (max-width: 1024px) {
    .about-article .title .cn {
        font-size: 0.18rem
    }
}

.about-article p {
    font-size: 0.08rem;
    line-height: 2.1875;
    color: #333;
}

@media (max-width: 1440px) {
    .about-article p {
        font-size: 0.07rem
    }
}

.about-article p+p {
    margin-top: 1.0416666667vw
}

@media (max-width: 1024px) {
    .about-article p {
        font-size: 0.14rem;
        line-height: 2
    }

    .about-article p+p {
        margin-top: 0.13rem
    }
}

.about-article img {
    max-width: 100%;
    height: auto
}

.about-article.is-center {
    text-align: center
}

.about-article.is-center .title .en,
.about-article.is-center .title .cn {
    text-align: center
}

.about-article.is-center .title::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%)
}

.about-article.is-center p {
    text-align: center
}

.art-tmp {
    padding-top: 5.2083333333vw;
    padding-bottom: 5.2083333333vw
}

@media (max-width: 1024px) {
    .art-tmp {
        padding-top: 0.4rem;
        padding-bottom: 0.4rem
    }
}

.art-tmp .line {
    height: 1Px;
    margin-bottom: 2.6041666667vw;
    position: relative;
    z-index: 1
}

@media (max-width: 1024px) {
    .art-tmp .line {
        margin-bottom: 0.25rem
    }
}

.art-tmp .line::after {
    content: "";
    display: block;
    width: 100%;
    height: 1Px;
    background: url(../image/line.png) no-repeat center/cover;
    position: absolute;
    left: 0;
    bottom: 0
}

.sticky-wrapper {
    background: transparent;
    position: absolute;
    left: 0;
    top: 0
}

.header {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    z-index: 99;
    width: 100%;
    background: transparent;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    transition: 0.2s ease all
}
.header.headerhov
{
     background:#000;
}
.headblock
{
    display:block;
}
@media (max-width: 1024px) {

    .header {
        height: 0.5rem;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.header.stuck {
    position: fixed;
    top: 0
}

.header .header-nav {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0.15rem 0.15rem 0.05rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    transition: 0.4s ease all
}
.header.headerhov .header-nav
{
    padding: 0.05rem 0.15rem 0.05rem;
}

@media (max-width: 480px) {
    .header .header-nav {
        padding-top: 0.12rem;
        padding-bottom: 0.1rem
    }
    .header.headerhov .header-nav
    {
        padding-top:0.1rem;
        padding-bottom:0.1rem;
    }
}

.header .header-nav .header-left .logo {
    height: 0.21rem;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    transition: 0.4s ease all
}


@media (min-width: 1024px) and (max-width: 1900px) {
    .header .header-nav .header-left .logo {
        height: 2.1875vw
    }
}

@media (max-width: 1023px) {
    .header .header-nav .header-left .logo {
        height: 0.3rem;
    }
}

.header .header-nav .header-left .logo img {
    width: auto;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.header .header-nav .header-right {
    margin-left: auto;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.header .header-nav .header-right .nav-list {
    margin-right: 1.6666666667vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media (max-width: 1024px) {
    .header .header-nav .header-right .nav-list {
        display: none
    }
}

.header .header-nav .header-right .nav-list .nav-item {
    position: relative
}
.header .header-nav .header-right .nav-list .nav-item .subnav
{
    position:absolute;
    left:50%;
    transform:translate(-50%,0);
    min-width:120px;
    background:rgba(0, 0, 0,1);
    padding:0.06rem 0px;
    display:none;
}
.header .header-nav .header-right .nav-list .nav-item .subnav .grid2 .link2
{
    display:block;
    white-space:nowrap;
    color:#fff;
    text-align:center;
    font-size:14px;
    line-height:30px;
    padding:0px 15px;
    transition:500ms;
}
.header .header-nav .header-right .nav-list .nav-item .subnav .grid2:hover .link2
{
    background:#666;
}
.header .header-nav .header-right .nav-list .nav-item:not(:last-child) {
    margin-right: 0.1rem
}

.header .header-nav .header-right .nav-list_m .nav-item:not(:last-child) {
    margin-right: 0;
}

@media (max-width: 1440px) {
    .header .header-nav .header-right .nav-list .nav-item:not(:last-child) {
        margin-right: 0.06rem
    }

    .header .header-nav .header-right .nav-list_m .nav-item:not(:last-child) {
        margin-right: 0;
    }
}

.header .header-nav .header-right .nav-list .nav-item .nav-link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header .header-nav .header-right .nav-list .nav-item .nav-link a {
    font-size: 14px;
    line-height: 1;
    color: #fff;
    padding: 0.06rem 0.085rem;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    transition: 0.2s ease all
}

@media (max-width: 1480px) {
    .header .header-nav .header-right .nav-list .nav-item .nav-link a {
        padding-left: 0.07rem;
        padding-right: 0.07rem
    }
}

@media (max-width: 1300px) {
    .header .header-nav .header-right .nav-list .nav-item .nav-link a {
        padding: 0.05rem 0.06rem
    }
}

@media (max-width: 1100px) {
    .header .header-nav .header-right .nav-list .nav-item .nav-link a {
        padding: 0.05rem
    }
}

@media (max-width: 1180px) {
    .header .header-nav .header-right .nav-list .nav-item .nav-link a {
        font-size: 14px;
    }
}

@media (max-width: 1050px) {
    .header .header-nav .header-right .nav-list .nav-item .nav-link a {
        font-size: 14px;
    }
}

.header .header-nav .header-right .nav-list .nav-item .nav-link a::after {
    content: "";
    position: absolute;
    left: -moz-calc(50% - 0.0375rem);
    left: calc(50% - 0.0375rem);
    bottom: 0;
    width: 0.075rem;
    height: 0.01rem;
    background: #fff;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
    z-index: -1;
    -webkit-transition: 0.35s ease all;
    -moz-transition: 0.35s ease all;
    transition: 0.35s ease all
}

.header .header-nav .header-right .nav-list .nav-item:hover .nav-link a::after {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1)
}

.header .header-nav .header-right .nav-list .nav-item.is-active .nav-link a::after {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1)
}

.header .header-nav .header-right .header-menu {
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header .header-nav .header-right .header-menu .search-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    margin-right: 1.5625vw
}

@media (max-width: 1024px) {
    .header .header-nav .header-right .header-menu .search-btn {
        margin-right: 0.15rem
    }
}

.header .header-nav .header-right .header-menu .search-btn .icon-search {
    font-size: 0.12rem;
    color: #fff;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    transition: 0.2s ease all
}

@media (max-width: 480px) {
    .header .header-nav .header-right .header-menu .search-btn .icon-search {
        font-size: 16Px
    }
}

.header .header-nav .header-right .header-menu .search-btn .header-search {
    position: absolute;
    z-index: 10;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 0;
    opacity: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    top: 50%;
    margin-top: -0.095rem;
    right: -0.03rem
}

.header .header-nav .header-right .header-menu .search-btn .header-search .input {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    border-top-left-radius: 0.1rem;
    border-bottom-left-radius: 0.1rem
}

.header .header-nav .header-right .header-menu .search-btn .header-search .input input {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 0.2rem;
    line-height: 0.2rem;
    font-size: 0.07rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    padding: 0 0.075rem;
    background: rgb(239, 239, 239)
}

.header .header-nav .header-right .header-menu .search-btn .header-search button {
    visibility: hidden;
    display: block;
    width: 0.2rem;
    height: 0.2rem;
    line-height: 0.2rem;
    text-align: center;
    border: none;
    cursor: pointer;
    font-size: 0.12rem;
    color: #000;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    background: rgb(239, 239, 239);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-top-right-radius: 0.1rem;
    border-bottom-right-radius: 0.1rem
}

@media (min-width: 1024px) {
    .header .header-nav .header-right .header-menu .search-btn:hover .header-search {
        width: 1.2rem;
        opacity: 1
    }

    .header .header-nav .header-right .header-menu .search-btn:hover .header-search button {
        visibility: visible
    }
}

@-webkit-keyframes move {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@-moz-keyframes move {
    0% {
        -moz-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -moz-transform: scaleX(0);
        transform: scaleX(0)
    }

    100% {
        -moz-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes move {
    0% {
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        transform: scaleX(0)
    }

    100% {
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.header .header-nav .header-right .header-menu .menu-btn {
    cursor: pointer;
    pointer-events: all;
    padding: 10Px 0 10Px 10Px
}

.header .header-nav .header-right .header-menu .menu-btn .line {
    height: 0.01rem;
    background-color: #fff
}

.header .header-nav .header-right .header-menu .menu-btn .line-1 {
    width: 0.13rem
}

@media (max-width: 480px) {
    .header .header-nav .header-right .header-menu .menu-btn .line-1 {
        width: 18Px
    }
}

.header .header-nav .header-right .header-menu .menu-btn .line-2 {
    width: 0.105rem;
    margin: 0.03rem 0;
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    animation-delay: 0.1s
}

@media (max-width: 480px) {
    .header .header-nav .header-right .header-menu .menu-btn .line-2 {
        width: 14Px;
        margin: 4Px 0
    }
}

.header .header-nav .header-right .header-menu .menu-btn .line-3 {
    width: 0.075rem;
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    animation-delay: 0.2s
}

@media (max-width: 480px) {
    .header .header-nav .header-right .header-menu .menu-btn .line-3 {
        width: 10Px
    }
}

@media (min-width: 1024px) {
    .header .header-nav .header-right .header-menu .menu-btn:hover .line {
        -webkit-transform-origin: left;
        -moz-transform-origin: left;
        transform-origin: left;
        -webkit-animation: move 3.2s infinite alternate;
        -moz-animation: move 3.2s infinite alternate;
        animation: move 3.2s infinite alternate
    }
}

.header .header-nav .header-right .header-menu .nav-box {
    width: 4.025rem;
    height: 100vh;
    position: fixed;
    right: -4.025rem;
    top: 0;
    z-index: 200;
    background: #222;
    -webkit-transition: 0.8s ease all;
    -moz-transition: 0.8s ease all;
    transition: 0.8s ease all;
}
.header .header-nav .header-right .header-menu .nav-box .nei
{
    width:100%;
    height:100%;
    overflow-y:auto;
    box-sizing: border-box;
    padding-bottom:calc(env(safe-area-inset-bottom) + 30px);
}
.header .header-nav .header-right .header-menu .nav-box .nei::-webkit-scrollbar
{
    width:6px;  
}
.header .header-nav .header-right .header-menu .nav-box .nei::-webkit-scrollbar-thumb
{
    background:#912825;
}
@media (max-width: 1024px) {
    .header .header-nav .header-right .header-menu .nav-box {
        width: 100vw;
        right: -100vw;
        -webkit-transition: 0.6s ease all;
        -moz-transition: 0.6s ease all;
        transition: 0.6s ease all
    }
}

.header .header-nav .header-right .header-menu .nav-box .menu-close {
    position: absolute;
    right: 0.255rem;
    top: 0.18rem;
    z-index: 91;
    width: 0.225rem;
    height: 0.225rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #333;
    border-radius: 50%;
    -webkit-transition: 1s ease all;
    -moz-transition: 1s ease all;
    transition: 1s ease all
}

@media (max-width: 1024px) {
    .header .header-nav .header-right .header-menu .nav-box .menu-close {
        right: 0.15rem
    }
}

@media (max-width: 480px) {
    .header .header-nav .header-right .header-menu .nav-box .menu-close {
        width: 30Px;
        height: 30Px
    }
}

.header .header-nav .header-right .header-menu .nav-box .menu-close i {
    color: #fff;
    font-size: 0.1rem
}

@media (max-width: 480px) {
    .header .header-nav .header-right .header-menu .nav-box .menu-close i {
        font-size: 14Px
    }
}

.header .header-nav .header-right .header-menu .nav-box .menu-close:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg)
}

.header .header-nav .header-right .header-menu .nav-box .nav-list {
    margin-top: 6.875vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    z-index: 90;
}

@media (max-width: 1024px) {
    .header .header-nav .header-right .header-menu .nav-box .nav-list {
        margin-top: 0.58rem
    }
}

.header .header-nav .header-right .header-menu .nav-box .nav-list .nav-item {
    display: block;
    position: relative;
    opacity: 0
}

.header .header-nav .header-right .header-menu .nav-box .nav-list .nav-item .nav-link {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header .header-nav .header-right .header-menu .nav-box .nav-list .nav-item .nav-link a {
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 1;
    /* font-weight: lighter; */
    color: #fff;
    padding: 0.125rem 0;
    white-space: nowrap;
    position: relative;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    transition: 0.2s ease all
}

@media (max-width: 1024px) {
    .header .header-nav .header-right .header-menu .nav-box .nav-list .nav-item .nav-link a {
        font-size: 15px;
        padding: 0.19rem 0
    }
}

@media (max-width: 480px) {
    .header .header-nav .header-right .header-menu .nav-box .nav-list .nav-item .nav-link a {
        font-size:16px;
    }
}

.header .header-nav .header-right .header-menu .nav-box .nav-list .nav-item .nav-link a::after {
    content: "";
    display: block;
    width: 0.75rem;
    height: 0.005rem;
    background: #333;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (max-width: 1024px) {
    .header .header-nav .header-right .header-menu .nav-box .nav-list .nav-item .nav-link a::after {
        width: 0.8rem
    }
}

@media (max-width: 480px) {
    .header .header-nav .header-right .header-menu .nav-box .nav-list .nav-item .nav-link a::after {
        width: 96Px
    }
}

.header .header-nav .header-right .header-menu .nav-box .nav-list .nav-item.is-active .nav-link a {
    color: #fff
}

.header .header-nav .header-right .header-menu .nav-box .nav-list .nav-item .nav-dropdown {
    display: none
}

.header .header-nav .header-right .header-menu .nav-box .address {
    opacity: 0;
    margin-top: 7.34375vw;
    position: relative;
    z-index: 91
}

@media (max-width: 1024px) {
    .header .header-nav .header-right .header-menu .nav-box .address {
        margin-top: 60px;
        padding-left: 0.3rem;
        padding-right: 0.3rem
    }
}

.header .header-nav .header-right .header-menu .nav-box .address p,
.header .header-nav .header-right .header-menu .nav-box .address span,
.header .header-nav .header-right .header-menu .nav-box .address a {
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    /* font-weight: lighter; */
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    transition: 0.3s ease all
}
.header .header-nav .header-right .header-menu .nav-box .nav-list .nav-item .msubnav1
{
    width:100%;
    height:auto;
    background:#333;
}
.header .header-nav .header-right .header-menu .nav-box .nav-list_m
{
    margin-right:0px;
}
.header .header-nav .header-right .header-menu .nav-box .nav-list .nav-item .msubnav1
{
    padding-top:5px;
    padding-bottom:5px;
    display:none;
}
.header .header-nav .header-right .header-menu .nav-box .nav-list .nav-item .msubnav1 .grid2 .link2
{
    width:100%;
    height:auto;
    display:block;
    font-size:16px;
    line-height:30px;
    color:#fff;
    text-align:center;
}
@media (max-width: 1024px) {

    .header .header-nav .header-right .header-menu .nav-box .address p,
    .header .header-nav .header-right .header-menu .nav-box .address span,
    .header .header-nav .header-right .header-menu .nav-box .address a {
        font-size:14px;
        line-height:25px;
    }
}

.header .header-nav .header-right .header-menu .nav-box .address a {
    margin-left: 0.04rem
}

.header .header-nav .header-right .header-menu .nav-box .address a:hover {
    color: #fff
}

.header .header-nav .header-right .header-menu .nav-box .qrcode {
    opacity: 0;
    margin-top: 1.8229166667vw;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 91;
    width: 0.25rem;
    cursor: pointer;
    height: 0.25rem
}

@media screen and (max-width: 1024px) {
    .header .header-nav .header-right .header-menu .nav-box .qrcode {
        width: 0.35rem;
        height: 0.35rem
    }
}

.header .header-nav .header-right .header-menu .nav-box .qrcode .icon {
    width: 100%;
    height: 100%;
    background-color: #181818;
    border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header .header-nav .header-right .header-menu .nav-box .qrcode .icon i {
    font-size: 0.12rem;
    color: #999;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    transition: 0.3s ease all
}

@media (max-width: 480px) {
    .header .header-nav .header-right .header-menu .nav-box .qrcode .icon i {
        font-size: 16Px
    }
}

.header .header-nav .header-right .header-menu .nav-box .qrcode:hover .icon i {
    color: #fff
}

.header .header-nav .header-right .header-menu .nav-box .qrcode:hover .qrcode-box {
    -webkit-transform: translateY(0) translateX(-50%);
    -moz-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
    visibility: visible;
    opacity: 1
}

.header .header-nav .header-right .header-menu .nav-box .qrcode-box {
    position: absolute;
    bottom: 130%;
    width: 100px;
    height: 100px;
    -webkit-transform: translateY(30%) translateX(-50%);
    -moz-transform: translateY(30%) translateX(-50%);
    transform: translateY(30%) translateX(-50%);
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    left: 50%
}

.header .header-nav .header-right .header-menu .nav-box .qrcode-box img {
    border-radius: 0.02rem;
    max-width: 100%
}

.header #mobileNav {
    display: none
}

@media (max-width: 1024px) {
    .header #mobileNav {
        display: block;
        overflow: hidden;
        -webkit-transition: 0.4s ease all;
        -moz-transition: 0.4s ease all;
        transition: 0.4s ease all
    }

    .header #mobileNav .back {
        position: fixed;
        top: -0.5rem;
        left: 0;
        z-index: 12;
        width: 100%;
        height: 0.5rem;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        background: #222;
        padding-left: 0.13rem;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out
    }

    .header #mobileNav .back i,
    .header #mobileNav .back span {
        color: #fff;
        font-size: 0.16rem;
        line-height: 0.5rem
    }

    .header #mobileNav .back i {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .header #mobileNav .back span {
        margin-left: 0.04rem
    }

    .header #mobileNav .nav-box {
        position: fixed;
        top: 0;
        right: -100vw;
        z-index: 11;
        width: 2.4rem;
        height: 100vh;
        padding: 0.5rem 0 0;
        background: #fff;
        -webkit-transition: all 0.3s 0.1s ease-in-out;
        -moz-transition: all 0.3s 0.1s ease-in-out;
        transition: all 0.3s 0.1s ease-in-out
    }

    .header #mobileNav .nav-box #mobileMenuScroller {
        height: -moz-calc(100vh - 0.5rem);
        height: calc(100vh - 0.5rem);
        overflow: hidden
    }

    .header #mobileNav .nav-box #mobileMenuScroller .scroller-wp {
        position: relative
    }

    .header #mobileNav .nav-box .menu {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .header #mobileNav .nav-box .menu .menu-item {
        width: 100%
    }

    .header #mobileNav .nav-box .menu .menu-item .menu-link-box {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 0.32rem;
        padding-right: 0.15rem;
        width: 100%;
        height: 0.5rem;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: stretch;
        -moz-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        border-bottom: 0.005rem solid rgba(149, 149, 149, 0.2);
        position: relative
    }

    .header #mobileNav .nav-box .menu .menu-item .menu-link-box a.menu-link {
        font-size: 0.16rem;
        line-height: 0.5rem;
        color: #333;
        padding: 0;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .header #mobileNav .nav-box .menu .menu-item i.menu-link-icon {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 0.35rem;
        margin: 10PX 0
    }

    .header #mobileNav .nav-box .menu .menu-item i.menu-link-icon::after {
        content: "";
        display: block;
        width: 16PX;
        height: 16PX;
        background: url(../image/add.svg) center/cover
    }

    .header #mobileNav .nav-box .menu .menu-item .dropdown-menu-box {
        display: none
    }

    .header #mobileNav .nav-box .menu .menu-item .dropdown-menu-box .dropdown-menu {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .header #mobileNav .nav-box .menu .menu-item .dropdown-menu-box .dropdown-menu .dropdown-menu-link {
        height: 0.5rem;
        line-height: 0.5rem;
        font-size: 0.14rem;
        color: #666;
        border-bottom: 1PX solid #dedede;
        padding-left: 0.425rem;
        padding-right: 0.15rem;
        position: relative;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .header #mobileNav .nav-box .menu .menu-item .dropdown-menu-box .dropdown-menu .dropdown-menu-link::after {
        content: "-";
        display: inline-block;
        font-size: 0.14rem;
        color: #666;
        position: absolute;
        left: 0.325rem;
        top: 0
    }

    .header #mobileNav .nav-box .menu .menu-item .dropdown-menu-box .dropdown-menu .dropdown-menu-link-trigger {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        padding-right: 0.15rem;
        border-bottom: 1PX solid #dedede
    }

    .header #mobileNav .nav-box .menu .menu-item .dropdown-menu-box .dropdown-menu .dropdown-menu-link-trigger .dropdown-menu-link {
        border-bottom: none;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .header #mobileNav .nav-box .menu .menu-item .dropdown-menu-box .dropdown-menu .dropdown-menu-link-trigger+.dropdown-menu-box .dropdown-menu {
        padding-left: 0.1rem
    }

    .header #mobileNav .nav-box .menu .is-show>.menu-link-box>i.menu-link-icon::after,
    .header #mobileNav .nav-box .menu .is-show>.dropdown-menu-link-trigger>i.menu-link-icon::after {
        background: url(../image/sub.svg) center/cover
    }

    .header #mobileNav.is-show .back {
        top: 0
    }

    .header #mobileNav.is-show .nav-box {
        right: 0
    }
}

.header #mobileSearch {
    display: none
}

@media (max-width: 1024px) {
    .header #mobileSearch {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 99;
        background: #000;
        width: 100%;
        height: 100vh;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 0.3rem
    }
}

.header #mobileSearch .con {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.header #mobileSearch .mobile-search-close {
    position: absolute;
    top: 0.3rem;
    right: 0.3rem
}

.header #mobileSearch .mobile-search-close i {
    font-size: 0.25rem;
    color: #fff
}

.header #mobileSearch .logo {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 0.25rem
}

.header #mobileSearch .logo img {
    display: block;
    width: auto;
    height: 0.3rem;
    margin-left: auto;
    margin-right: auto
}

.header #mobileSearch .header-search-m {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.header #mobileSearch .header-search-m .search-box {
    position: relative;
    width: 100%
}

.header #mobileSearch .header-search-m .search-box .header-search-input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0.13rem 0 0.13rem 0.19rem;
    font-size: 0.13rem;
    color: #fff;
    background: transparent;
    border-radius: 0.25rem;
    border: solid 0.005rem rgba(255, 255, 255, 0.3)
}

.header #mobileSearch .header-search-m .search-box .header-search-input::-webkit-input-placeholder {
    font-size: 0.13rem;
    color: #666
}

.header #mobileSearch .header-search-m .search-box .header-search-input:-moz-placeholder {
    font-size: 0.13rem;
    color: #666
}

.header #mobileSearch .header-search-m .search-box .header-search-input::-moz-placeholder {
    font-size: 0.13rem;
    color: #666
}

.header #mobileSearch .header-search-m .search-box .header-search-input:-ms-input-placeholder {
    font-size: 0.13rem;
    color: #666
}

.header #mobileSearch .header-search-m .search-box .header-search-input::-ms-input-placeholder {
    font-size: 0.13rem;
    color: #666
}

.header #mobileSearch .header-search-m .search-box .header-search-input::placeholder {
    font-size: 0.13rem;
    color: #666
}

.header #mobileSearch .header-search-m .search-box .header-search-btn {
    width: 0.15rem;
    height: 0.14rem;
    font-size: 0;
    line-height: 0;
    outline: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    top: 50%;
    right: 0.14rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    background: transparent url(../image/icon-search-m.png) center/cover
}

.header-mask {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100vh;
    z-index: 90;
    background: rgba(0, 0, 0, 0.5)
}

@media (max-width: 1024px) {
    .header-mask {
        height: 1000vh;
        top: 0.5rem;
        background: rgba(0, 0, 0, 0.4)
    }
}

.copyright {
    background: #000
}

.copyright .wp1380 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 0.5rem
}

@media (max-width: 1024px) {
    .copyright .wp1380 {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 0.25rem;
        padding-bottom: 0.25rem
    }
}

.copyright .left {
    font-size: 0.07rem;
    line-height: 2.5;
    color: rgba(255, 255, 255, 0.5)
}

@media (min-width: 1024px) and (max-width: 1480px) {
    .copyright .left {
        font-size: 0.07rem
    }
}

@media (min-width: 1024px) and (max-width: 1240px) {
    .copyright .left {
        font-size: 0.06rem
    }
}

@media (max-width: 1024px) {
    .copyright .left {
        font-size: 0.11rem;
        line-height: 1.8;
        text-align: center
    }
}

.copyright .left span,
.copyright .left a {
    font-size: 0.07rem;
    line-height: 2.5;
    color: rgba(255, 255, 255, 0.5);
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    transition: 0.2s ease all
}

@media (min-width: 1024px) and (max-width: 1480px) {

    .copyright .left span,
    .copyright .left a {
        font-size: 0.07rem
    }
}

@media (min-width: 1024px) and (max-width: 1240px) {

    .copyright .left span,
    .copyright .left a {
        font-size: 0.06rem
    }
}

@media (max-width: 1024px) {

    .copyright .left span,
    .copyright .left a {
        font-size:14px;
        line-height:25px;
    }
}

.copyright .left a:hover {
    color: #fff
}

@media (max-width: 1024px) {
    .copyright .right {
        margin-top: 0.2rem
    }
}

.copyright .right .qrcode {
    position: relative;
    width: 0.25rem;
    cursor: pointer;
    height: 0.25rem
}

@media screen and (max-width: 1024px) {
    .copyright .right .qrcode {
        width: 0.35rem;
        height: 0.35rem
    }
}

.copyright .right .qrcode .icon {
    width: 100%;
    height: 100%;
    background-color: #181818;
    border-radius: 50%
}

.copyright .right .qrcode .icon img {
    width: 100%;
    height: 100%
}

.copyright .right .qrcode:hover .qrcode-box {
    -webkit-transform: translateY(0) translateX(-50%);
    -moz-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
    visibility: visible;
    opacity: 1
}

.copyright .right .qrcode-box {
    position: absolute;
    bottom: 130%;
    width: 0.55rem;
    height: 0.55rem;
    -webkit-transform: translateY(30%) translateX(-50%);
    -moz-transform: translateY(30%) translateX(-50%);
    transform: translateY(30%) translateX(-50%);
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    left: 50%
}

@media (max-width: 1024px) {
    .copyright .right .qrcode-box {
        width: 1rem;
        height: 1rem;
        -webkit-transform: translateY(20%) translateX(-50%);
        -moz-transform: translateY(20%) translateX(-50%);
        transform: translateY(20%) translateX(-50%)
    }
}

.copyright .right .qrcode-box img {
    border-radius: 0.05rem;
    max-width: 100%
}

#baseSwiper {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #121111
}

#baseSwiper>.swiper-wrapper>.swiper-slide {
    overflow: hidden;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

#baseSwiper>.swiper-wrapper>.swiper-slide.auto-height {
    overflow: initial;
    height: auto !important
}

.base-swiper-pagin {
    right: 0.15rem !important
}

@media (max-width: 1024px) {
    .base-swiper-pagin {
        display: none
    }
}

.base-swiper-pagin .swiper-pagination-bullet {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 0.1rem;
    height: 0.1rem;
    background: transparent;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 1;
    margin: 0.09rem 0 !important;
    position: relative
}

@media (max-width: 1024px) {
    .base-swiper-pagin .swiper-pagination-bullet {
        width: 0.16rem;
        height: 0.16rem
    }
}

.base-swiper-pagin .swiper-pagination-bullet::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: 0.005rem dashed #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    z-index: 2;
    -webkit-transition: 0.45s ease all;
    -moz-transition: 0.45s ease all;
    transition: 0.45s ease all
}

.base-swiper-pagin .swiper-pagination-bullet i {
    display: inline-block;
    border-radius: 50%;
    width: 0.03rem;
    height: 0.03rem;
    background: #fff;
    position: relative;
    z-index: 3
}

@media (max-width: 1024px) {
    .base-swiper-pagin .swiper-pagination-bullet i {
        width: 0.05rem;
        height: 0.05rem
    }
}

.base-swiper-pagin .swiper-pagination-bullet i::after {
    content: "";
    display: block;
    width: 0.2rem;
    height: 0.005rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 0.005rem solid #fff;
    position: absolute;
    top: 50%;
    right: -0.2rem;
    -webkit-transform: translateY(-50%) scaleX(0);
    -moz-transform: translateY(-50%) scaleX(0);
    transform: translateY(-50%) scaleX(0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    transform-origin: left center;
    z-index: 4;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    transition: 0.5s ease all
}

.base-swiper-pagin .swiper-pagination-bullet .t {
    position: absolute;
    right: 0.15rem;
    top: 50%;
    white-space: nowrap;
    font-size: 0.06rem;
    color: #fff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    transition: 0.4s ease all
}

@media (max-width: 1024px) {
    .base-swiper-pagin .swiper-pagination-bullet .t {
        right: 0.25rem
    }
}

.base-swiper-pagin .swiper-pagination-bullet-active::after {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}

.base-swiper-pagin .swiper-pagination-bullet-active i::after {
    -webkit-transform: translateY(-50%) scaleX(1);
    -moz-transform: translateY(-50%) scaleX(1);
    transform: translateY(-50%) scaleX(1)
}

.base-swiper-pagin .swiper-pagination-bullet-active .t {
    opacity: 1
}

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

.index-banner .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    --swiper-navigation-size: 0.12rem;
    --swiper-navigation-color: #999
}

.index-banner .swiper-container .swiper-slide {
    overflow: hidden
}

.index-banner .swiper-container .swiper-slide>div {
    display: block;
    width: 100%;
    height: 100%
}

.index-banner .swiper-container .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.index-banner .swiper-container .swiper-slide img.pc {
    display: block
}

.index-banner .swiper-container .swiper-slide img.m {
    display: none
}

@media (max-width: 1024px) {
    .index-banner .swiper-container .swiper-slide img.pc {
        display: none
    }

    .index-banner .swiper-container .swiper-slide img.m {
        display: block
    }
}

.index-banner .swiper-container .swiper-slide .text-container {
    position: absolute;
    left: 50%;
    top: 16.0416666667vw;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center
}

@media (max-width: 1024px) {
    .index-banner .swiper-container .swiper-slide .text-container {
        top: 2.09rem;
        width: 100%
    }
}

.index-banner .swiper-container .swiper-slide .text-container .en {
    font-family: "Microsoft YaHei";
    font-size: 4.6875vw;
    line-height: 1;
    color: #fff
}

@media (max-width: 1024px) {
    .index-banner .swiper-container .swiper-slide .text-container .en {
        font-size: 0.45rem
    }
}

.index-banner .swiper-container .swiper-slide .text-container .t1 {
    margin-top: 1.3020833333vw;
    font-size: 2.8645833333vw;
    line-height: 1;
    letter-spacing: 0.5729166667vw;
    /* font-weight: lighter; */
    color: #fff
}

@media (max-width: 1024px) {
    .index-banner .swiper-container .swiper-slide .text-container .t1 {
        margin-top: 0.125rem;
        font-size: 0.275rem;
        letter-spacing: 0.055rem
    }
}

.index-banner .swiper-container .swiper-slide .text-container .t2 {
    margin-top: 1.3541666667vw;
    font-size: 1.8229166667vw;
    /* font-weight: lighter; */
    line-height: 1;
    letter-spacing: 0.3645833333vw;
    color: #fff
}

@media (max-width: 1024px) {
    .index-banner .swiper-container .swiper-slide .text-container .t2 {
        margin-top: 0.13rem;
        font-size: 0.175rem;
        letter-spacing: 0.035rem
    }
}

.index-banner .swiper-container .swiper-slide .text-container .line {
    margin-top: 1.5625vw;
    display: block;
    width: 0.125rem;
    height: 0.01rem;
    background: #fff;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 1024px) {
    .index-banner .swiper-container .swiper-slide .text-container .line {
        margin-top: 0.15rem
    }
}

.index-banner .swiper-container .swiper-slide .left-text-container {
    position: absolute;
    left: 5.7291666667vw;
    bottom: 2.6041666667vw;
    width: 1.01rem
}

@media (max-width: 1024px) {
    .index-banner .swiper-container .swiper-slide .left-text-container {
        left: 0.15rem;
        bottom: 0.3rem;
        width: 1.25rem
    }
}

.index-banner .swiper-container .swiper-slide .left-text-container .t3 {
    font-size: 0.09rem;
    line-height: 1;
    /* font-weight: lighter; */
    color: #acacab;
    opacity: 0;
    -webkit-transform: translateY(0.1rem);
    -moz-transform: translateY(0.1rem);
    transform: translateY(0.1rem);
    -webkit-transition: 1s ease all;
    -moz-transition: 1s ease all;
    transition: 1s ease all;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    transition-delay: 0.1s
}

@media (max-width: 480px) {
    .index-banner .swiper-container .swiper-slide .left-text-container .t3 {
        font-size: 0.07rem
    }
}

.index-banner .swiper-container .swiper-slide .left-text-container .t4 {
    margin-top: 1.0416666667vw;
    font-size: 0.07rem;
    line-height: 0.125rem;
    /* font-weight: lighter; */
    color: #acacab;
    opacity: 0;
    -webkit-transform: translateY(0.1rem);
    -moz-transform: translateY(0.1rem);
    transform: translateY(0.1rem);
    -webkit-transition: 1s ease all;
    -moz-transition: 1s ease all;
    transition: 1s ease all;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s
}

@media (max-width: 480px) {
    .index-banner .swiper-container .swiper-slide .left-text-container .t4 {
        font-size: 0.05rem;
        line-height: 0.09rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }
}

.index-banner .swiper-container .swiper-slide .left-text-container .line {
    margin-top: 0.8854166667vw;
    width: 0.045rem;
    height: 0.005rem;
    background-color: #acacab;
    opacity: 0;
    -webkit-transform: translateY(0.1rem);
    -moz-transform: translateY(0.1rem);
    transform: translateY(0.1rem);
    -webkit-transition: 1s ease all;
    -moz-transition: 1s ease all;
    transition: 1s ease all;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    transition-delay: 0.5s
}

@media (max-width: 1024px) {
    .index-banner .swiper-container .swiper-slide .left-text-container .line {
        margin-top: 0.085rem
    }
}

.index-banner .swiper-container .swiper-slide-active .text-container .animate {
    -webkit-animation: zoomIn 1s linear 0.1s;
    -moz-animation: zoomIn 1s linear 0.1s;
    animation: zoomIn 1s linear 0.1s
}

@media (max-width: 1024px) {
    .index-banner .swiper-container .swiper-slide-active .text-container .animate {
        -webkit-animation: zoomIn 0.8s linear;
        -moz-animation: zoomIn 0.8s linear;
        animation: zoomIn 0.8s linear
    }
}

.index-banner .swiper-container .swiper-slide-active .left-text-container .t3,
.index-banner .swiper-container .swiper-slide-active .left-text-container .t4,
.index-banner .swiper-container .swiper-slide-active .left-text-container .line {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0)
}

.index-banner .swiper-container .swiper-mask {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 5.35rem;
    height: 4.335rem;
    z-index: 2
}

@media (max-width: 1024px) {
    .index-banner .swiper-container .swiper-mask {
        top: 0.9rem;
        width: 100vw;
        height: auto
    }
}

.index-banner .swiper-container .swiper-mask img {
    display: block;
    width: 100%;
    height: 100%
}

.index-banner .swiper-container .swiper-mask img:last-of-type {
    display: none
}

@media screen and (max-width: 1024px) {
    .index-banner .swiper-container .swiper-mask img:first-of-type {
        display: none
    }

    .index-banner .swiper-container .swiper-mask img:last-of-type {
        display: inline-block
    }
}

.index-banner .swiper-container .swiper-control {
    position: absolute;
    right: 5.7291666667vw;
    bottom: 2.6041666667vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 3
}

@media (max-width: 1024px) {
    .index-banner .swiper-container .swiper-control {
        right: 0.15rem;
        bottom: 0.5rem
    }
}

.index-banner .swiper-container .swiper-control .iconfont {
    font-size:16px;
    line-height:16px;
    color: #fff;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    transition: 0.4s ease all
}

@media (max-width: 480px) {
    .index-banner .swiper-container .swiper-control .iconfont {
        font-size: 12px;
    }
}

.index-banner .swiper-container .swiper-control span {
    font-family: "Microsoft YaHei";
    font-size: 16px;
    line-height: 1;
    color: #fff
}

@media (max-width: 480px) {
    .index-banner .swiper-container .swiper-control span {
        font-size: 16px;
    }
}

.index-banner .swiper-container .swiper-control .line {
    width: 1px;
    height: 12px;
    background: #fff;
    margin: 0 10px;
}

@media (max-width: 1024px) {
    .index-banner .swiper-container .swiper-control .line {
        margin: 0 5px;
    }
}

.index-banner .swiper-container .swiper-control .swiper-btn-prev,
.index-banner .swiper-container .swiper-control .swiper-btn-next {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    cursor: pointer
}

.index-banner .swiper-container .swiper-control .swiper-btn-prev.swiper-button-disabled,
.index-banner .swiper-container .swiper-control .swiper-btn-next.swiper-button-disabled {
    opacity: 0.7
}

.index-banner .swiper-container .swiper-control .swiper-btn-prev i {
    margin-right: 0.5208333333vw;
    margin-bottom: 0.005rem
}

@media (max-width: 1024px) {
    .index-banner .swiper-container .swiper-control .swiper-btn-prev i {
        margin-right: 0.05rem
    }
}

.index-banner .swiper-container .swiper-control .swiper-btn-prev:hover i {
    -webkit-transform: translateX(-0.025rem);
    -moz-transform: translateX(-0.025rem);
    transform: translateX(-0.025rem)
}

.index-banner .swiper-container .swiper-control .swiper-btn-next i {
    margin-left: 0.5729166667vw
}

@media (max-width: 1024px) {
    .index-banner .swiper-container .swiper-control .swiper-btn-next i {
        margin-left: 0.055rem
    }
}

.index-banner .swiper-container .swiper-control .swiper-btn-next:hover i {
    -webkit-transform: translateX(0.025rem);
    -moz-transform: translateX(0.025rem);
    transform: translateX(0.025rem)
}

.index-banner .swiper-container .banner-video-box {
    display: block;
    width: 100%;
    height: 100%;
    position: relative
}

.index-banner .swiper-container .banner-video-box video,
.index-banner .swiper-container .banner-video-box .mejs__container,
.index-banner .swiper-container .banner-video-box .mejs__overlay,
.index-banner .swiper-container .banner-video-box .mejs__poster {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0
}

.index-banner .swiper-container .banner-video-box video {
    -o-object-fit: cover;
    object-fit: cover
}

.index-banner .swiper-container .banner-video-box video.pc {
    display: block
}

.index-banner .swiper-container .banner-video-box video.m {
    display: none
}

@media (max-width: 1024px) {
    .index-banner .swiper-container .banner-video-box video.pc {
        display: none
    }

    .index-banner .swiper-container .banner-video-box video.m {
        display: block
    }
}

.index-banner .scroll-down {
    position: absolute;
    bottom: 0.26rem;
    left: 50%;
    width: 0.45rem;
    height: 0.45rem;
    z-index: 3;
    cursor: pointer;
    -webkit-transform: translateX(-32%);
    -moz-transform: translateX(-32%);
    transform: translateX(-32%)
}

@media (max-width: 1024px) {
    .index-banner .scroll-down {
        bottom: 0.25rem;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 80px;
        height: 80px;
    }
}

.index-banner .scroll-down i {
    display: block;
    width: 0.005rem;
    height: 0.3rem;
    background: transparent;
    position: absolute;
    left: -moz-calc(50% - 0.005rem);
    left: calc(50% - 0.005rem);
    top: 0.3rem;
    animation: scrollDown 1.5s linear alternate-reverse infinite
}

@media (max-width: 1024px) {
    .index-banner .scroll-down i {
        height: 0.35rem;
        top: 0.4rem
    }
}

.index-banner .scroll-down i::after {
    display: inline-block;
    content: "\e614";
    font-family: "iconfont";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.08rem;
    color: #fff;
    position: absolute;
    bottom: -0.03rem;
    left: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%)
}

.index-banner .scroll-down i::before {
    display: inline-block;
    content: "\e614";
    font-family: "iconfont";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.08rem;
    color: #fff;
    position: absolute;
    bottom: -0.06rem;
    left: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%)
}

.index-banner .scroll-down img {
    display: block;
    width: 100%;
    height: 100%
}

@-webkit-keyframes scrollDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(0.1rem);
        transform: translateY(0.1rem)
    }
}

@-moz-keyframes scrollDown {
    0% {
        -moz-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -moz-transform: translateY(0.1rem);
        transform: translateY(0.1rem)
    }
}

@keyframes scrollDown {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(0.1rem);
        -moz-transform: translateY(0.1rem);
        transform: translateY(0.1rem)
    }
}

.index-bg {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1
}

.index-bg img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center
}

.index-bg img:last-of-type {
    display: none
}

@media screen and (max-width: 1024px) {
    .index-bg img:first-of-type {
        display: none
    }

    .index-bg img:last-of-type {
        display: inline-block
    }
}

@media (max-width: 1024px) {
    .index-bg img {
        -o-object-position: center bottom;
        object-position: center bottom
    }
}

.index-more {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease
}

.index-more span {
    font-family: Arial;
    font-size: 0.07rem;
    line-height: 1;
    color: #fff;
    margin-right: 0.05rem
}

@media (max-width: 1440px) {
    .index-more span {
        font-size: 0.06rem
    }
}

@media (max-width: 1024px) {
    .index-more span {
        font-size: 12px;
        margin-right:10px;
    }
}

.index-more .icon {
    width: 0.3rem;
    height: 0.3rem;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 1024px) and (max-width: 1800px) {
    .index-more .icon {
        width: 3.125vw;
        height: 3.125vw
    }
}

.index-more .icon i {
    font-size: 0.12rem;
    color: #fff
}

.index-more .icon svg {
    width: 100%;
    height: 100%;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2
}

.index-more .icon .circle {
    fill: none;
    stroke: #fff;
    stroke-dasharray: 1, 3
}

.index-more .icon .circle.ring {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    stroke: #fff;
    stroke-width: 1;
    stroke-dasharray: 145;
    stroke-dashoffset: 145
}

.index-more:hover .icon .ring {
    stroke-dashoffset: 290
}

.index-designer {
    width: 100%;
    height: 100vh;
    position: relative
}

.index-designer .name {
    font-family: "Microsoft YaHei";
    font-size: 5vw;
    line-height: 6vw;
    letter-spacing: 0.3645833333vw;
    color: #fff;
    width: 27.6041666667vw;
    position: absolute;
    left: 14.0625vw;
    top: 14.4791666667vw;
    z-index: 2;
    opacity: 0;
    -webkit-transition: 1.5s ease all;
    -moz-transition: 1.5s ease all;
    transition: 1.5s ease all
}

@media (max-width: 1024px) {
    .index-designer .name {
        font-size: 30px;
        line-height:1.5;
        letter-spacing: 0.035rem;
        width: 2.65rem;
        left: 0.4rem;
        top: 0.975rem;
    }
}

.index-designer .photo {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    transform: translate(-50%);
    width: 37.5520833333vw;
    height: 41.8229166667vw;
    z-index: 3
}

@media (max-width: 1024px) {
    .index-designer .photo {
        width: 3.605rem;
        height: 4.015rem;
        top: 1.9rem
    }
}

.index-designer .photo img {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: 1.5s ease all;
    -moz-transition: 1.5s ease all;
    transition: 1.5s ease all
}

.index-designer .text-container {
    width: 25.5208333333vw;
    position: absolute;
    right: 14.0625vw;
    bottom: 7.8125vh;
    z-index: 4;
    visibility: hidden;
    opacity: 0
}

@media (max-width: 1024px) {
    .index-designer .text-container {
        width: 3rem;
        left: 0.4rem;
        bottom: 0.25rem;
        right: auto
    }
}

.index-designer .text-container .t {
    font-size: 2.0833333333vw;
    /* font-weight: lighter; */
    line-height: 1;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media (max-width: 1024px) {
    .index-designer .text-container .t {
        font-size: 18px;
        line-height:25px;
        margin-bottom:5px;
    }
}

.index-designer .text-container .t2 {
    margin-top: 0.8333333333vw;
    /* font-weight: lighter; */
    font-size: 0.08rem;
    line-height: 1;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media (max-width: 1440px) {
    .index-designer .text-container .t2 {
        font-size: 0.07rem
    }
}

@media (max-width: 1024px) {
    .index-designer .text-container .t2 {
        font-size:14px;
        line-height:25px;
        margin-top: 5px;
    }
}

@media (max-width: 480px) {
    .index-designer .text-container .t2 {
        font-size:14px;
        line-height:25px;
        margin-top: 5px;
    }
}

.index-designer .text-container .p {
    margin-top: 1.8229166667vw;
    font-size: 0.07rem;
    line-height: 0.175rem;
    /* font-weight: lighter; */
    color: #aaa;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}

@media (max-width: 1440px) {
    .index-designer .text-container .p {
        font-size: 0.06rem;
        line-height: 0.14rem
    }
}

@media (max-width: 1024px) {
    .index-designer .text-container .p {
        font-size:14px;
        margin-top: 5px;
        line-height:25px;
    }
}

@media (max-width: 480px) {
    .index-designer .text-container .p {
        font-size:14px;
        margin-top: 5px;
        line-height:25px;
    }
}

.index-designer .text-container .index-more {
    margin-top: 2.8645833333vw
}

@media (max-width: 1024px) {
    .index-designer .text-container .index-more {
        margin-top: 0.21rem
    }
}

@media (max-width: 1024px) {
    .index-designer .index-bg::after {
        content: "";
        display: block;
        width: 100%;
        height: 40vh;
        background: url(../image/bg2_1_m.png) no-repeat center/cover;
        position: absolute;
        bottom: 0;
        left: 0
    }
}

.index-case {
    width: 100%;
    height: 100vh;
    position: relative
}

.index-case .bg-2 {
    width: 43.125vw;
    height: 44.4791666667vw;
    z-index: 2;
    left: 0;
    top: auto;
    bottom: 0
}

@media (min-width: 1024px) {
    .index-case .bg-2 {
        -webkit-clip-path: circle(0% at 23% 73%);
        clip-path: circle(0% at 23% 73%);
        -webkit-transition: 1.6s ease all;
        -moz-transition: 1.6s ease all;
        transition: 1.6s ease all
    }
}

@media (max-width: 1024px) {
    .index-case .bg-2 {
        bottom: auto;
        top: 0;
        width: 100%;
        height: auto
    }
}

.index-case .text-container {
    position: absolute;
    left: 14.0625vw;
    bottom: 13.3333333333vw;
    z-index: 4;
    width: 17.2916666667vw;
    opacity: 0
}

@media (max-width: 1024px) {
    .index-case .text-container {
        left: 50%;
        bottom: auto;
        top: 0.95rem;
        width:100%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.index-case .text-container .t {
    font-family: "Microsoft YaHei";
    font-size: 4vw;
    line-height: 1;
    color: #fff
}

@media (max-width: 1024px) {
    .index-case .text-container .t {
        font-size: 30px;
        line-height:1.2;
        text-align: center;
    }
}

.index-case .text-container .p {
    margin-top: 1.4583333333vw;
    font-size: 0.07rem;
    line-height: 0.175rem;
    /* font-weight: lighter; */
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical
}

@media (max-width: 1440px) {
    .index-case .text-container .p {
        font-size: 0.06rem;
        line-height: 0.14rem
    }
}

@media (max-width: 1024px) {
    .index-case .text-container .p {
        font-size: 14px;
        line-height: 1.8;
        text-align: center;
        -webkit-line-clamp: 2
    }
}

@media (max-width: 480px) {
    .index-case .text-container .p {
        font-size: 14px;
    }
}

.index-case .text-container .index-more {
    margin-top: 2.8645833333vw
}

@media (max-width: 1024px) {
    .index-case .text-container .index-more {
        margin-top: 0.11rem;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.index-case .list-container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    right: 14.0625vw;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 7.1875vw;
    padding-bottom: 4.1666666667vw
}

@media (max-width: 1024px) {
    .index-case .list-container {
        left: 0.15rem;
        right: auto;
        top: auto;
        bottom: 0.225rem;
        padding: 0;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

.index-case .list-container .index-case-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.index-case .list-container .index-case-list .item {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    opacity: 0;
    -webkit-transition: 1.5s ease all;
    -moz-transition: 1.5s ease all;
    transition: 1.5s ease all
}

.index-case .list-container .index-case-list .item:not(:last-child) {
    margin-bottom: 3.6458333333vw
}

@media (max-width: 1024px) {
    .index-case .list-container .index-case-list .item:not(:last-child) {
        margin-bottom: 0.2rem
    }
}

.index-case .list-container .index-case-list .item .left {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 10.4166666667vw;
    flex: 0 0 10.4166666667vw;
    width: 10.4166666667vw
}

@media (max-width: 1024px) {
    .index-case .list-container .index-case-list .item .left {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 1rem;
        flex: 0 0 1rem;
        width: 1rem
    }
}

.index-case .list-container .index-case-list .item .left .image {
    border-radius: 50%;
    overflow: hidden
}

.index-case .list-container .index-case-list .item .right {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 25vw;
    flex: 0 0 25vw;
    width: 25vw;
    padding-left: 2.6041666667vw
}

@media (max-width: 1024px) {
    .index-case .list-container .index-case-list .item .right {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 2.4rem;
        flex: 0 0 2.4rem;
        width: 2.4rem;
        padding-left: 0.24rem
    }
}

.index-case .list-container .index-case-list .item .right .tit {
    margin-top: 1.25vw;
    font-family: "Microsoft YaHei";
    font-size: 1.4583333333vw;
    line-height: 1;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media (max-width: 1024px) {
    .index-case .list-container .index-case-list .item .right .tit {
        margin-top:12px;
        font-size:15px;
    }
}

.index-case .list-container .index-case-list .item .right .intro {
    margin-top: 0.9375vw;
    font-size: 0.07rem;
    line-height: 0.15rem;
    color: #aaa;
    /* font-weight: lighter; */
    max-width: 22.3958333333vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

@media (max-width: 1440px) {
    .index-case .list-container .index-case-list .item .right .intro {
        font-size: 0.065rem;
        line-height: 0.14rem
    }
}

@media (max-width: 1240px) {
    .index-case .list-container .index-case-list .item .right .intro {
        font-size: 14px;
        line-height:1;
    }
}

@media (max-width: 1024px) {
    .index-case .list-container .index-case-list .item .right .intro {
        margin-top:21px;
        font-size: 14px;
        line-height: 1.5;
        max-width: 100%
    }
}

@media (max-width: 480px) {
    .index-case .list-container .index-case-list .item .right .intro {
        font-size: 14px;
    }
}

.index-case .list-container .index-case-list .item .right .arrow {
    margin-top: 1.7708333333vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.index-case .list-container .index-case-list .item .right .arrow img {
    margin-right: auto;
    display: block;
    width: 0.105rem;
    height: 0.08rem
}

@media (max-width: 480px) {
    .index-case .list-container .index-case-list .item .right .arrow img {
        width: auto;
        height: 0.06rem
    }
}

@media (min-width: 1024px) {
    .index-case .list-container .index-case-list .item .right .arrow img {
        -webkit-animation: arrowMove 1s linear alternate infinite;
        -moz-animation: arrowMove 1s linear alternate infinite;
        animation: arrowMove 1s linear alternate infinite;
        -webkit-animation-play-state: paused;
        -moz-animation-play-state: paused;
        animation-play-state: paused
    }
}

@media (min-width: 1024px) {
    .index-case .list-container .index-case-list .item:hover .right .arrow img {
        -webkit-animation-play-state: running;
        -moz-animation-play-state: running;
        animation-play-state: running
    }
}

@-webkit-keyframes arrowMove {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(0.075rem);
        transform: translateX(0.075rem)
    }
}

@-moz-keyframes arrowMove {
    0% {
        -moz-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -moz-transform: translateX(0.075rem);
        transform: translateX(0.075rem)
    }
}

@keyframes arrowMove {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(0.075rem);
        -moz-transform: translateX(0.075rem);
        transform: translateX(0.075rem)
    }
}

.index-product {
    width: 100%;
    height: 100vh;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 1024px) {
    .index-product {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-line-pack: center;
        align-content: center
    }
}

.index-product .bg2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    top: 7.4074074074vh
}

@media (max-width: 1024px) {
    .index-product .bg2 {
        top: auto;
        bottom: 0.25rem
    }

    .index-product .bg2.display-none-mobile {
        display: none
    }
}

.index-product .bg2 svg {
    width: 100%
}

.index-product .bg2 svg .wave {
    -webkit-animation: wave 3s linear;
    -moz-animation: wave 3s linear;
    animation: wave 3s linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    stroke: rgba(255, 255, 255, 0.5);
    stroke-width: 0.0005rem;
    fill: transparent
}

@media (max-width: 1024px) {
    .index-product .bg2 svg .wave {
        stroke: rgba(255, 255, 255, 0.8)
    }
}

.index-product .bg2 svg .wave#wave3 {
    -webkit-animation-duration: 7s;
    -moz-animation-duration: 7s;
    animation-duration: 7s;
    opacity: 0.3
}

.index-product .bg2 svg .wave#wave2 {
    -webkit-animation-duration: 5s;
    -moz-animation-duration: 5s;
    animation-duration: 5s;
    animation-direction: reverse;
    opacity: 0.3
}

.index-product .swiper-control {
    position: relative;
    margin-top: 1.5625vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 3
}

@media (max-width: 1024px) {
    .index-product .swiper-control {
        margin-top: 0.06rem
    }
}

.index-product .swiper-control .iconfont {
    font-size: 0.065rem;
    color: #fff;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    transition: 0.4s ease all
}

@media (max-width: 480px) {
    .index-product .swiper-control .iconfont {
        font-size: 0.06rem
    }
}

.index-product .swiper-control span {
    font-family: "Microsoft YaHei";
    font-size: 0.1rem;
    line-height: 1;
    color: #fff
}

@media (max-width: 480px) {
    .index-product .swiper-control span {
        font-size: 0.06rem;
        margin-bottom: 0.02rem
    }
}

.index-product .swiper-control .line {
    width: 0.005rem;
    height: 0.045rem;
    background: #fff;
    opacity: 0.3;
    margin: 0.025rem 1.0416666667vw 0
}

@media (max-width: 1024px) {
    .index-product .swiper-control .line {
        margin: 0.025rem 0.1rem 0
    }
}

.index-product .swiper-control .swiper-btn-prev,
.index-product .swiper-control .swiper-btn-next {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    cursor: pointer
}

.index-product .swiper-control .swiper-btn-prev.swiper-button-disabled,
.index-product .swiper-control .swiper-btn-next.swiper-button-disabled {
    opacity: 0.7
}

.index-product .swiper-control .swiper-btn-prev i {
    margin-right: 0.5208333333vw;
    margin-bottom: 0.005rem
}

@media (max-width: 1024px) {
    .index-product .swiper-control .swiper-btn-prev i {
        margin-right: 0.05rem;
        margin-bottom: 0
    }
}

.index-product .swiper-control .swiper-btn-prev:hover i {
    -webkit-transform: translateX(-0.025rem);
    -moz-transform: translateX(-0.025rem);
    transform: translateX(-0.025rem)
}

.index-product .swiper-control .swiper-btn-next i {
    margin-left: 0.5729166667vw
}

@media (max-width: 1024px) {
    .index-product .swiper-control .swiper-btn-next i {
        margin-left: 0.055rem
    }
}

.index-product .swiper-control .swiper-btn-next:hover i {
    -webkit-transform: translateX(0.025rem);
    -moz-transform: translateX(0.025rem);
    transform: translateX(0.025rem)
}

.index-product .left-con {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-left: 14.0625vw;
    padding-top: 4.1666666667vw
}

@media (max-width: 1024px) {
    .index-product .left-con {
        width: 100%;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-left: 0;
        padding-top: 0.35rem
    }
}

.index-product .left-con .left-swiper {
    width: 35.4166666667vw;
    opacity: 0
}

@media (max-width: 1024px) {
    .index-product .left-con .left-swiper {
        width: 2.9rem
    }
}

.index-product .left-con .left-swiper .swiper-slide .image {
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    transition: all 0.5s linear
}

@media (max-width: 1024px) {
    .index-product .left-con .left-swiper .swiper-control {
        display: none
    }
}

.index-product .right-con {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-left: 6.5104166667vw;
    padding-right: 10.4166666667vw;
    padding-top: 8.125vw
}

@media (max-width: 1024px) {
    .index-product .right-con {
        width: 100%;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-left: 0.4rem;
        padding-right: 0.4rem;
        padding-top: 0.11rem
    }
}

.index-product .right-con .right-swiper .t {
    font-family: "Microsoft YaHei";
    font-size: 2.6041666667vw;
    line-height: 1;
    color: #fff;
    opacity: 0;
    -webkit-transform: translateY(0.1rem);
    -moz-transform: translateY(0.1rem);
    transform: translateY(0.1rem);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: 1s ease all;
    -moz-transition: 1s ease all;
    transition: 1s ease all;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    transition-delay: 0.1s
}

@media (max-width: 1024px) {
    .index-product .right-con .right-swiper .t {
        font-size: 25px;
    }
}

.index-product .right-con .right-swiper .t2 {
    margin-top: 0.5208333333vw;
    /* font-weight: lighter; */
    font-size: 1.6666666667vw;
    line-height: 1;
    color: #fff;
    opacity: 0;
    -webkit-transform: translateY(0.1rem);
    -moz-transform: translateY(0.1rem);
    transform: translateY(0.1rem);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: 1s ease all;
    -moz-transition: 1s ease all;
    transition: 1s ease all;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    transition-delay: 0.4s
}

@media (max-width: 1024px) {
    .index-product .right-con .right-swiper .t2 {
        font-size: 0.16rem;
        margin-top: 0.05rem
    }
}

.index-product .right-con .right-swiper .p {
    width: 24.4791666667vw;
    margin-top: 1.6666666667vw;
    font-size: 0.08rem;
    line-height: 0.15rem;
    /* font-weight: lighter; */
    color: #fff;
    opacity: 0;
    -webkit-transform: translateY(0.1rem);
    -moz-transform: translateY(0.1rem);
    transform: translateY(0.1rem);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-transition: 1s ease all;
    -moz-transition: 1s ease all;
    transition: 1s ease all;
    -webkit-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    transition-delay: 0.7s
}

@media (max-width: 1440px) {
    .index-product .right-con .right-swiper .p {
        font-size: 0.07rem;
        line-height: 0.13rem
    }
}

@media (max-width: 1024px) {
    .index-product .right-con .right-swiper .p {
        font-size: 0.1rem;
        line-height: 1.5;
        margin-top: 0.175rem;
        width: 100%
    }
}

@media (max-width: 480px) {
    .index-product .right-con .right-swiper .p {
        font-size: 0.06rem
    }
}

.index-product .right-con .right-swiper .index-more {
    opacity: 0;
    -webkit-transform: translateY(0.1rem);
    -moz-transform: translateY(0.1rem);
    transform: translateY(0.1rem);
    margin-top: 2.2395833333vw
}

@media (max-width: 1024px) {
    .index-product .right-con .right-swiper .index-more {
        margin-top: 0.15rem
    }
}

.index-product .right-con .right-swiper .swiper-slide-active .t,
.index-product .right-con .right-swiper .swiper-slide-active .t2,
.index-product .right-con .right-swiper .swiper-slide-active .p,
.index-product .right-con .right-swiper .swiper-slide-active .index-more {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0)
}

.index-product .right-con .next-swiper {
    margin-top: 6.25vw;
    padding-top: 1.5625vw;
    width: 29.84375vw;
    margin-left: 0;
    opacity: 0;
    -webkit-transition: 1.5s ease all;
    -moz-transition: 1.5s ease all;
    transition: 1.5s ease all
}

@media (max-width: 1024px) {
    .index-product .right-con .next-swiper {
        width: 2.865rem;
        margin-top: 0.2rem;
        padding-top: 0;
        margin-left: auto
    }
}

.index-product .right-con .next-swiper .swiper-slide {
    cursor: pointer;
    width: 13.0208333333vw;
    padding-right: 3.8020833333vw;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease
}

@media (max-width: 1024px) {
    .index-product .right-con .next-swiper .swiper-slide {
        width: 1.25rem;
        padding-right: 0.365rem
    }
}

@media (min-width: 1024px) {
    .index-product .right-con .next-swiper .swiper-slide-active {
        -webkit-transform: translateY(-0.125rem);
        -moz-transform: translateY(-0.125rem);
        transform: translateY(-0.125rem)
    }
}

.index-product .right-con .next-swiper .swiper-slide .image {
    border-radius: 50%;
    overflow: hidden
}

.index-product .right-con .swiper-control {
    display: none
}

@media (max-width: 1024px) {
    .index-product .right-con .swiper-control {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex
    }
}

.index-product .right-con .swiper-control .iconfont {
    font-size: 0.065rem;
    color: #fff;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    transition: 0.4s ease all
}

@media (max-width: 480px) {
    .index-product .right-con .swiper-control .iconfont {
        font-size: 12px;
        line-height:14px;
    }
}

.index-product .right-con .swiper-control span {
    font-family: "Microsoft YaHei";
    font-size: 0.1rem;
    line-height: 1;
    color: #fff
}

@media (max-width: 480px) {
    .index-product .right-con .swiper-control span {
        font-size: 14px;
        line-height:1;
        margin-bottom:0px;
    }
}

.index-product .right-con .swiper-control .line {
    width: 0.005rem;
    height: 0.045rem;
    background: #fff;
    opacity: 0.3;
    margin: 0.025rem 1.0416666667vw 0
}

@media (max-width: 1024px) {
    .index-product .right-con .swiper-control .line {
        width: 1px;
        height: 10px;
        margin:0px 8px;
    }
}

.index-product .right-con .swiper-control .swiper-btn-prev,
.index-product .right-con .swiper-control .swiper-btn-next {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    cursor: pointer
}

.index-product .right-con .swiper-control .swiper-btn-prev.swiper-button-disabled,
.index-product .right-con .swiper-control .swiper-btn-next.swiper-button-disabled {
    opacity: 0.7
}

.index-product .right-con .swiper-control .swiper-btn-prev i {
    margin-right: 0.5208333333vw;
    margin-bottom: 0.005rem
}

@media (max-width: 1024px) {
    .index-product .right-con .swiper-control .swiper-btn-prev i {
        margin-right: 0.05rem;
        margin-bottom: 0
    }
}

.index-product .right-con .swiper-control .swiper-btn-prev:hover i {
    -webkit-transform: translateX(-0.025rem);
    -moz-transform: translateX(-0.025rem);
    transform: translateX(-0.025rem)
}

.index-product .right-con .swiper-control .swiper-btn-next i {
    margin-left: 0.5729166667vw
}

@media (max-width: 1024px) {
    .index-product .right-con .swiper-control .swiper-btn-next i {
        margin-left: 0.055rem
    }
}

.index-product .right-con .swiper-control .swiper-btn-next:hover i {
    -webkit-transform: translateX(0.025rem);
    -moz-transform: translateX(0.025rem);
    transform: translateX(0.025rem)
}

@-webkit-keyframes wave {
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@-moz-keyframes wave {
    100% {
        -moz-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes wave {
    100% {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.index-concept {
    width: 100%;
    height: 100vh;
    position: relative
}

.index-concept .bg {
    width: 88.4375vw;
    height: 41.5104166667vw;
    top: auto;
    /* bottom: 10.3842159917vh; */
    bottom:0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1
}

@media (max-height: 950px) {
    .index-concept .bg {
        /* bottom: 8.3073727934vh */
        bottom:0px;
    }
}

@media (max-width: 1024px) {
    .index-concept .bg {
        width: 100%;
        height: auto;
        /* bottom: 0.8rem; */
        bottom:0px;
    }
}

.index-concept .bg img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: 2s ease all;
    -moz-transition: 2s ease all;
    transition: 2s ease all
}

.index-concept .text-container {
    width: 100%;
    position: absolute;
    left: 50%;
    bottom: 9.8958333333vw;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2
}

@media (max-width: 1024px) {
    .index-concept .text-container {
        bottom: 1.24rem
    }
}

.index-concept .text-container .t {
    font-family: "Microsoft YaHei";
    font-size: 4vw;
    line-height: 1;
    color: #fff;
    text-align: center
}

@media (max-width: 1024px) {
    .index-concept .text-container .t {
        font-size:35px;
        line-height:1.5;
    }
}

.index-concept .text-container .t2 {
    margin-top: 1.0416666667vw;
    font-size: 1.0416666667vw;
    line-height: 1.5;
    /* font-weight: lighter; */
    letter-spacing: 0.02rem;
    color: #fff;
    text-align: center
}

@media (max-width: 1200px) {
    .index-concept .text-container .t2 {
        font-size: 0.06rem
    }
}

@media (max-width: 1024px) {
    .index-concept .text-container .t2 {
        font-size: 0.1rem;
        margin-top: 0.12rem
    }
}

.index-concept .text-container .index-more {
    margin-top: 1.0416666667vw
}

@media (max-width: 1024px) {
    .index-concept .text-container .index-more {
        margin-top: 0.125rem
    }
}

.index-news {
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.index-news .index-bg img {
    display: block !important
}

.index-news .content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 2.2916666667vw;
    width: 100%;
    max-width: 100%;
    position: relative;
    z-index: 2
}

@media (max-width: 1024px) {
    .index-news .content {
        padding-top: 0.5rem;
        padding-left: 0.15rem;
        padding-right: 0.15rem
    }
}

.index-news .content .top {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 13.75vw;
    padding-right: 14.0625vw;
    margin-bottom: 1.9270833333vw
}

@media (max-width: 1024px) {
    .index-news .content .top {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 0.18rem
    }
}

.index-news .content .top .left .t {
    font-family: "Microsoft YaHei";
    font-size:3vw;
    line-height: 1;
    color: #fff
}

@media (max-width: 1024px) {
    .index-news .content .top .left .t {
        font-size: 25px;
    }
}

.index-news .content .swiper-container .swiper-slide {
    opacity: 0
}

@media (max-width: 1024px) {
    .index-news .content .swiper-container .swiper-slide {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding:0px 0px;
    }
}

.index-news .content .swiper-container .swiper-slide .item {
    display: block;
    width: 100%
}

@media (max-width: 1024px) {
    .index-news .content .swiper-container .swiper-slide .item:not(:last-child) {
        margin-bottom: 0.325rem
    }
}

.index-news .content .swiper-container .swiper-slide .image {
    padding-top: 60.9375%
}

.index-news .content .swiper-container .swiper-slide .image::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: 1s ease all;
    -moz-transition: 1s ease all;
    transition: 1s ease all
}

.index-news .content .swiper-container .swiper-slide .image .time {
    position: absolute;
    right: -1.2vw;
    bottom: -1.5vw
}

@media (max-width: 1024px) {
    .index-news .content .swiper-container .swiper-slide .image .time {
        right: -0.24rem;
        bottom: -0.27rem
    }
}

.index-news .content .swiper-container .swiper-slide .image .time .con {
    width: 4vw;
    height: 4vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    transform-origin: center;
    position: relative;
    -webkit-transition: 1s ease all;
    -moz-transition: 1s ease all;
    transition: 1s ease all
}

@media (max-width: 1024px) {
    .index-news .content .swiper-container .swiper-slide .image .time .con {
        width: 0.55rem;
        height: 0.55rem
    }
}

.index-news .content .swiper-container .swiper-slide .image .time .con span {
    font-size: 1.5vw;
    font-family: "Microsoft YaHei";
    color: #fff;
    line-height: 1
}

@media (max-width: 1024px) {
    .index-news .content .swiper-container .swiper-slide .image .time .con span {
        font-size: 0.225rem
    }
}

.index-news .content .swiper-container .swiper-slide .image .time .con span:nth-child(2) {
    margin-top: 0.2604166667vw;
    font-size: 0.6vw
}

@media (max-width: 1200px) {
    .index-news .content .swiper-container .swiper-slide .image .time .con span:nth-child(2) {
        font-size: 0.06rem
    }
}

@media (max-width: 1024px) {
    .index-news .content .swiper-container .swiper-slide .image .time .con span:nth-child(2) {
        font-size: 0.1rem;
        margin-top: 0.025rem
    }
}

.index-news .content .swiper-container .swiper-slide .image .time .con .c {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0.005rem dashed #fff;
    border-radius: 50%;
    -webkit-animation: timeSpin 10s linear infinite;
    -moz-animation: timeSpin 10s linear infinite;
    animation: timeSpin 10s linear infinite;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    animation-play-state: paused
}

.index-news .content .swiper-container .swiper-slide .title {
    margin-right: auto;
    width: 100%;
    margin-top: 1.8229166667vw;
    font-size: 1.0416666667vw;
    line-height: 1;
    color: #fff;
    opacity: 0;
    -webkit-transform: translateY(0.15rem);
    -moz-transform: translateY(0.15rem);
    transform: translateY(0.15rem);
    -webkit-transition: 1s ease all;
    -moz-transition: 1s ease all;
    transition: 1s ease all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media (max-width: 1200px) {
    .index-news .content .swiper-container .swiper-slide .title {
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    .index-news .content .swiper-container .swiper-slide .title {
        width: 90%;
        font-size: 14px;
        margin-top: 0.15rem
    }
}

.index-news .content .swiper-container .swiper-slide .intro {
    width: 72.1875%;
    margin-top: 0.9375vw;
    font-size: 0.07rem;
    line-height: 0.15rem;
    color: #aaa;
    opacity: 0;
    -webkit-transform: translateY(0.15rem);
    -moz-transform: translateY(0.15rem);
    transform: translateY(0.15rem);
    -webkit-transition: 1s ease all;
    -moz-transition: 1s ease all;
    transition: 1s ease all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

@media (max-width: 1440px) {
    .index-news .content .swiper-container .swiper-slide .intro {
        font-size: 0.06rem;
        line-height: 0.14rem
    }
}

@media (max-width: 1024px) {
    .index-news .content .swiper-container .swiper-slide .intro {
        display: none
    }
}

.index-news .content .swiper-container .swiper-slide.swiper-slide-active .image:after {
    visibility: hidden;
    opacity: 0
}

.index-news .content .swiper-container .swiper-slide.swiper-slide-active .image .time .con {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1)
}

.index-news .content .swiper-container .swiper-slide.swiper-slide-active .title,
.index-news .content .swiper-container .swiper-slide.swiper-slide-active .intro {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0)
}

.index-news .content .swiper-container .swiper-slide.swiper-slide-active .intro {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.index-news .content .swiper-container .swiper-slide.swiper-slide-active:hover .image .time .con .c {
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    animation-play-state: running
}

.index-news .content .swiper-container .swiper-slide.swiper-slide-active:hover .intro {
    color: #fff
}

@media (min-width: 1024px) {

    .index-news .content .swiper-container .swiper-slide.swiper-slide-next .image:after,
    .index-news .content .swiper-container .swiper-slide.swiper-slide-next+.swiper-slide .image:after {
        visibility: hidden;
        opacity: 0
    }

    .index-news .content .swiper-container .swiper-slide.swiper-slide-next .image .time .con,
    .index-news .content .swiper-container .swiper-slide.swiper-slide-next+.swiper-slide .image .time .con {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }

    .index-news .content .swiper-container .swiper-slide.swiper-slide-next .title,
    .index-news .content .swiper-container .swiper-slide.swiper-slide-next .intro,
    .index-news .content .swiper-container .swiper-slide.swiper-slide-next+.swiper-slide .title,
    .index-news .content .swiper-container .swiper-slide.swiper-slide-next+.swiper-slide .intro {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0)
    }

    .index-news .content .swiper-container .swiper-slide.swiper-slide-next .intro,
    .index-news .content .swiper-container .swiper-slide.swiper-slide-next+.swiper-slide .intro {
        -webkit-transition-delay: 0.3s;
        -moz-transition-delay: 0.3s;
        transition-delay: 0.3s
    }

    .index-news .content .swiper-container .swiper-slide.swiper-slide-next:hover .image .time .con .c,
    .index-news .content .swiper-container .swiper-slide.swiper-slide-next+.swiper-slide:hover .image .time .con .c {
        -webkit-animation-play-state: running;
        -moz-animation-play-state: running;
        animation-play-state: running
    }

    .index-news .content .swiper-container .swiper-slide.swiper-slide-next:hover .intro,
    .index-news .content .swiper-container .swiper-slide.swiper-slide-next+.swiper-slide:hover .intro {
        color: #fff
    }
}

.index-news .content .swiper-container .swiper-button-prev,
.index-news .content .swiper-container .swiper-button-next {
    --swiper-navigation-size: 0.08rem;
    --swiper-navigation-color: #acacab;
    margin-top: 0;
    top: 10.15625vw;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width: 1024px) {

    .index-news .content .swiper-container .swiper-button-prev,
    .index-news .content .swiper-container .swiper-button-next {
        display: none
    }
}

.index-news .content .swiper-container .swiper-button-prev::after,
.index-news .content .swiper-container .swiper-button-next::after {
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    transition: 0.3s ease all
}

.index-news .content .swiper-container .swiper-button-prev:hover::after,
.index-news .content .swiper-container .swiper-button-next:hover::after {
    color: #fff
}

.index-news .content .swiper-container .swiper-button-prev {
    left: 11.1979166667vw
}

.index-news .content .swiper-container .swiper-button-next {
    right: 11.1979166667vw
}

.index-news .content .swiper-container .swiper-pagination {
    display: none
}

@media (max-width: 1024px) {
    .index-news .content .swiper-container .swiper-pagination {
        margin-top: 0.3rem;
        position: static;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transition: 0.3s ease all;
        -moz-transition: 0.3s ease all;
        transition: 0.3s ease all
    }
}

.index-news .content .swiper-container .swiper-pagination .swiper-pagination-bullet {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 0.05rem;
    height: 0.05rem;
    opacity: 1;
    background: transparent;
    border: 0.005rem solid #fff;
    margin: 0 0.05rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none
}

.index-news .content .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background: #fff
}

@-webkit-keyframes timeSpin {
    100% {
        -webkit-transform: scale(1) rotate(360deg);
        transform: scale(1) rotate(360deg)
    }
}

@-moz-keyframes timeSpin {
    100% {
        -moz-transform: scale(1) rotate(360deg);
        transform: scale(1) rotate(360deg)
    }
}

@keyframes timeSpin {
    100% {
        -webkit-transform: scale(1) rotate(360deg);
        -moz-transform: scale(1) rotate(360deg);
        transform: scale(1) rotate(360deg)
    }
}

.animate-on .index-banner .swiper-control {
    -webkit-animation: fadeInUp 1.2s linear;
    -moz-animation: fadeInUp 1.2s linear;
    animation: fadeInUp 1.2s linear
}

.animate-on .index-designer .name {
    -webkit-animation: fadeInLeft 1.2s ease 0.8s forwards;
    -moz-animation: fadeInLeft 1.2s ease 0.8s forwards;
    animation: fadeInLeft 1.2s ease 0.8s forwards
}

.animate-on .index-designer .photo img {
    -webkit-animation: slideInUp 1.2s ease-in-out;
    -moz-animation: slideInUp 1.2s ease-in-out;
    animation: slideInUp 1.2s ease-in-out;
    opacity: 1
}

.animate-on .index-designer .text-container {
    -webkit-animation: fadeInRight 1.5s ease 1s;
    -moz-animation: fadeInRight 1.5s ease 1s;
    animation: fadeInRight 1.5s ease 1s;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    transition-delay: 1s;
    visibility: visible;
    opacity: 1
}

@media (min-width: 1024px) {
    .animate-on .index-case .bg-2 {
        -webkit-clip-path: circle(80.5% at 23% 73%);
        clip-path: circle(80.5% at 23% 73%)
    }
}

.animate-on .index-case .text-container {
    -webkit-animation: fadeInUp 1.8s ease 1s forwards;
    -moz-animation: fadeInUp 1.8s ease 1s forwards;
    animation: fadeInUp 1.8s ease 1s forwards
}

@media (max-width: 1024px) {
    .animate-on .index-case .text-container {
        -webkit-animation: fadeInUp2 1.2s ease 0.5s forwards;
        -moz-animation: fadeInUp2 1.2s ease 0.5s forwards;
        animation: fadeInUp2 1.2s ease 0.5s forwards
    }
}

.animate-on .index-case .list-container .item:nth-child(1) {
    -webkit-animation: fadeInRight 1.8s ease 1.2s forwards;
    -moz-animation: fadeInRight 1.8s ease 1.2s forwards;
    animation: fadeInRight 1.8s ease 1.2s forwards
}

.animate-on .index-case .list-container .item:nth-child(2) {
    -webkit-animation: fadeInRight 1.8s ease 1.4s forwards;
    -moz-animation: fadeInRight 1.8s ease 1.4s forwards;
    animation: fadeInRight 1.8s ease 1.4s forwards
}

.animate-on .index-case .list-container .item:nth-child(3) {
    -webkit-animation: fadeInRight 1.8s ease 1.6s forwards;
    -moz-animation: fadeInRight 1.8s ease 1.6s forwards;
    animation: fadeInRight 1.8s ease 1.6s forwards
}

.animate-on .index-product .left-swiper {
    -webkit-animation: fadeInUp 1.4s ease 0.5s forwards;
    -moz-animation: fadeInUp 1.4s ease 0.5s forwards;
    animation: fadeInUp 1.4s ease 0.5s forwards
}

.animate-on .index-product .swiper-control {
    -webkit-animation: fadeInUp 1.4s ease 0.5s forwards;
    -moz-animation: fadeInUp 1.4s ease 0.5s forwards;
    animation: fadeInUp 1.4s ease 0.5s forwards
}

.animate-on .index-product .right-swiper {
    -webkit-animation: fadeInUp 1.4s ease 0.2s forwards;
    -moz-animation: fadeInUp 1.4s ease 0.2s forwards;
    animation: fadeInUp 1.4s ease 0.2s forwards
}

.animate-on .index-product .next-swiper {
    -webkit-animation: fadeInUp 1.4s ease 0.5s forwards;
    -moz-animation: fadeInUp 1.4s ease 0.5s forwards;
    animation: fadeInUp 1.4s ease 0.5s forwards
}

.animate-on .index-concept .bg img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    transition-delay: 0.5s
}

.animate-on .index-news .swiper-slide {
    -webkit-animation: fadeInUp 2s 1s ease forwards;
    -moz-animation: fadeInUp 2s 1s ease forwards;
    animation: fadeInUp 2s 1s ease forwards
}

.animate-on .index-news .swiper-slide-active {
    -webkit-animation: fadeInUp 2s 0.2s ease forwards;
    -moz-animation: fadeInUp 2s 0.2s ease forwards;
    animation: fadeInUp 2s 0.2s ease forwards
}

.animate-on .index-news .swiper-slide-next {
    -webkit-animation: fadeInUp 2s 0.6s ease forwards;
    -moz-animation: fadeInUp 2s 0.6s ease forwards;
    animation: fadeInUp 2s 0.6s ease forwards
}

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

    to {
        opacity: 1;
        -webkit-transform: translateX(-50%) translateZ(0);
        transform: translateX(-50%) translateZ(0)
    }
}

@-moz-keyframes fadeInUp2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-50%, 40%, 0);
        -moz-transform: translate3d(-50%, 40%, 0);
        transform: translate3d(-50%, 40%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(-50%) translateZ(0);
        -moz-transform: translateX(-50%) translateZ(0);
        transform: translateX(-50%) translateZ(0)
    }
}

@keyframes fadeInUp2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-50%, 40%, 0);
        -moz-transform: translate3d(-50%, 40%, 0);
        transform: translate3d(-50%, 40%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(-50%) translateZ(0);
        -moz-transform: translateX(-50%) translateZ(0);
        transform: translateX(-50%) translateZ(0)
    }
}

.puprop {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
    display: none
}

.puprop .mask {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5)
}

.puprop .box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.puprop .box .relative {
    position: relative
}

.puprop .box .relative .cont {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s
}

.puprop .box .relative .cont:hover {
    -webkit-transform: translateY(-0.05rem);
    -moz-transform: translateY(-0.05rem);
    transform: translateY(-0.05rem)
}

.puprop .box .relative .close {
    position: absolute;
    bottom: -0.25rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    cursor: pointer;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s
}

.art-product {
    padding-top: 0.53rem;
    padding-bottom: 0.5rem
}

@media (max-width: 1024px) {
    .art-product {
        padding-top: 0.4rem
    }
}

.art-product .product-intro {
    padding-bottom: 4.1666666667vw;
    position: relative;
    z-index: 1
}

.art-product .product-intro::after {
    content: "";
    display: block;
    width: 100%;
    height: 1Px;
    background: url(../image/line.png) no-repeat center/cover;
    position: absolute;
    left: 0;
    bottom: 0
}

@media (max-width: 1024px) {
    .art-product .product-intro {
        padding-bottom: 0.3rem
    }
}

.art-product .product-intro .dflex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media (max-width: 1024px) {
    .art-product .product-intro .dflex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.art-product .product-intro .dflex .left {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 60.15625%;
    flex: 0 0 60.15625%;
    max-width: 60.15625%
}

@media (max-width: 1024px) {
    .art-product .product-intro .dflex .left {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.art-product .product-intro .dflex .left .image {
    padding-top: 61.038961039%;
    border-radius: 0.15rem;
    overflow: hidden
}

.art-product .product-intro .dflex .right {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 39.84375%;
    flex: 0 0 39.84375%;
    max-width: 39.84375%;
    padding-left: 3.5416666667vw;
    padding-top: 2.2395833333vw
}

@media (max-width: 1024px) {
    .art-product .product-intro .dflex .right {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-top: 0.2rem;
        padding-left: 0.15rem;
        padding-right: 0.15rem
    }
}

.art-product .product-intro .dflex .right .title {
    position: relative;
    padding-bottom: 0.135rem
}

.art-product .product-intro .dflex .right .title::after {
    content: "";
    display: block;
    width: 0.125rem;
    height: 0.005rem;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff
}

.art-product .product-intro .dflex .right .title .en {
    font-family: "Microsoft YaHei";
    font-size: 3.125vw;
    color: #fff;
    line-height: 1;
    margin-left: -0.01rem;
    max-width: 2rem
}

@media (max-width: 1024px) {
    .art-product .product-intro .dflex .right .title .en {
        font-size: 0.35rem
    }
}

.art-product .product-intro .dflex .right .title .cn {
    margin-top: 0.625vw;
    font-size: 0.12rem;
    line-height: 1.4583333333;
    color: #fff
}

@media (min-width: 1024px) and (max-width: 1480px) {
    .art-product .product-intro .dflex .right .title .cn {
        font-size: 0.11rem
    }
}

@media (min-width: 1024px) and (max-width: 1240px) {
    .art-product .product-intro .dflex .right .title .cn {
        font-size: 0.1rem
    }
}

@media (min-width: 1024px) and (max-width: 1180px) {
    .art-product .product-intro .dflex .right .title .cn {
        font-size: 0.09rem
    }
}

@media (max-width: 1024px) {
    .art-product .product-intro .dflex .right .title .cn {
        font-size: 0.18rem;
        margin-top: 0.1rem
    }
}

.art-product .product-intro .dflex .right .intro {
    margin-top: 1.6666666667vw;
    font-size: 0.08rem;
    line-height: 2.1875;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical
}

@media (max-width: 1024px) {
    .art-product .product-intro .dflex .right .intro {
        margin-top: 0.15rem;
        font-size: 0.14rem;
        line-height: 2
    }
}

.art-product .product-intro .dflex .right .intro p {
    font-size: 0.08rem;
    line-height: 2.1875;
    color: #fff
}

@media (max-width: 1024px) {
    .art-product .product-intro .dflex .right .intro p {
        margin-top: 0.15rem;
        font-size: 0.14rem;
        line-height: 2
    }
}

.art-product .list {
    margin: 4.1666666667vw -1.0416666667vw -2.0833333333vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 1024px) {
    .art-product .list {
        margin-top: 0.3rem
    }
}

.art-product .list>li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding-left: 1.0416666667vw;
    padding-right: 1.0416666667vw;
    margin-bottom: 2.0833333333vw
}

@media (max-width: 1024px) {
    .art-product .list>li {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 0.2rem;
        -webkit-transition-delay: 0.1s;
        -moz-transition-delay: 0.1s;
        transition-delay: 0.1s
    }
}

.art-product .list>li .item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 1.5625vw 1.5625vw 2.0833333333vw;
    background: #0d0d0d;
    border-radius: 0.15rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    transition: 0.4s ease all
}

@media (max-width: 1024px) {
    .art-product .list>li .item {
        padding: 0.2rem 0.2rem 0.22rem;
        border-radius: 0.2rem
    }
}

.art-product .list>li .item>a {
    display: block;
    width: 100%
}

.art-product .list>li .item .image {
    border-radius: 0.075rem;
    padding-top: 100%;
    overflow: hidden
}

@media (max-width: 1024px) {
    .art-product .list>li .item .image {
        border-radius: 0.14rem
    }
}

.art-product .list>li .item .t {
    padding-left: 0.5729166667vw;
    padding-right: 0.5729166667vw;
    margin-top: 0.125rem;
    font-size: 0.12rem;
    line-height: 1.4583333333;
    color: #fff;
    font-family: "Microsoft YaHei";
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

@media (max-width: 1024px) {
    .art-product .list>li .item .t {
        padding-left: 0.08rem;
        padding-right: 0.08rem;
        margin-top: 0.17rem;
        font-size: 0.18rem
    }
}

.art-product .list>li .item .b {
    padding-left: 0.5729166667vw;
    padding-right: 0.5729166667vw;
    margin-top: 0.4166666667vw;
    font-size: 0.12rem;
    line-height: 1.4583333333;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media (max-width: 1024px) {
    .art-product .list>li .item .b {
        padding-left: 0.08rem;
        padding-right: 0.08rem;
        margin-top: 0.1rem;
        font-size: 0.18rem
    }
}

.art-product .list>li .item .s {
    padding-left: 0.5729166667vw;
    padding-right: 0.5729166667vw;
    margin-top: 0.05rem;
    font-size: 0.07rem;
    line-height: 2.1428571429;
    color: #9e9e9e;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

@media (max-width: 1024px) {
    .art-product .list>li .item .s {
        margin-top: 0.08rem;
        padding-left: 0.08rem;
        padding-right: 0.08rem;
        font-size: 0.13rem;
        line-height: 2
    }
}

.art-product .list>li .item .extra {
    margin-top: 1.1458333333vw;
    padding-left: 0.5729166667vw;
    padding-right: 0.5729166667vw;
    padding-top: 1.875vw;
    border-top: 1Px dashed rgba(255, 255, 255, 0.1);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 1024px) {
    .art-product .list>li .item .extra {
        margin-top: 0.12rem;
        padding-left: 0.08rem;
        padding-right: 0.08rem;
        padding-top: 0.2rem
    }
}

.art-product .list>li .item .extra .more {
    font-size: 0.07rem;
    font-family: Arial;
    line-height: 0.2rem;
    color: #fff
}

@media (max-width: 1024px) {
    .art-product .list>li .item .extra .more {
        font-size: 0.12rem;
        line-height: 0.35rem
    }
}

.art-product .list>li .item .extra .form-btn {
    display: inline-block;
    width: 0.5rem;
    height: 0.2rem;
    line-height: 0.2rem;
    border-radius: 0.1rem;
    text-align: center;
    background: #434343;
    font-size: 0.07rem;
    color: #fff;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    transition: 0.4s ease all
}

@media (max-width: 1024px) {
    .art-product .list>li .item .extra .form-btn {
        width: 0.9rem;
        height: 0.35rem;
        line-height: 0.35rem;
        border-radius: 0.175rem;
        font-size: 0.12rem
    }
}

.art-product .list>li .item .extra .form-btn:hover {
    background: #363636
}

@media (min-width: 1024px) {
    .art-product .list>li:hover .item {
        -webkit-transform: translateY(-0.025rem);
        -moz-transform: translateY(-0.025rem);
        transform: translateY(-0.025rem)
    }
}

.art-product .paged {
    margin-top: 3.6458333333vw
}

@media (max-width: 1024px) {
    .art-product .paged {
        margin-top: 0.35rem
    }
}

.art-case {
    padding-top: 0.225rem;
    padding-bottom: 0.51rem;
    background-position: left -15% !important
}

@media (max-width: 1024px) {
    .art-case {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
        background-position: left top !important
    }
}

.art-case .breadcrumb {
    margin-bottom: 0.185rem
}

@media (max-width: 1024px) {
    .art-case .breadcrumb {
        margin-right: 0.3rem
    }
}

.art-case .list {
    margin: 0 -2.6041666667vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.art-case .list>li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding-left: 2.6041666667vw;
    padding-right: 2.6041666667vw;
    margin-bottom: 2.0833333333vw
}

@media (max-width: 1024px) {
    .art-case .list>li {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 0.2rem;
        -webkit-transition-delay: 0.1s;
        -moz-transition-delay: 0.1s;
        transition-delay: 0.1s
    }
}

.art-case .list>li .item {
    display: block;
    width: 100%;
    padding-bottom: 0.625vw
}

.art-case .list>li .item .image {
    padding-top: 100%;
    overflow: hidden;
    border-radius: 0.075rem
}

@media (max-width: 1024px) {
    .art-case .list>li .item .image {
        border-radius: 0.13rem
    }
}

.art-case .list>li .item .t {
    margin-top: 1.4583333333vw;
    font-size: 0.13rem;
    line-height: 1.1538461538;
    color: #fff;
    font-family: "Microsoft YaHei"
}

.art-case .list>li .item .t>div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media (max-width: 1024px) {
    .art-case .list>li .item .t {
        margin-top: 0.15rem;
        font-size: 0.19rem
    }
}

.art-case .list>li .item .s {
    margin-top: 0.625vw;
    font-size: 0.07rem;
    line-height: 2.1428571429;
    color: #9e9e9e;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

@media (max-width: 1024px) {
    .art-case .list>li .item .s {
        margin-top: 0.08rem;
        font-size: 0.13rem;
        line-height: 2
    }
}

.art-case .list>li .item .arrow {
    margin-top: 1.8229166667vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media (max-width: 1024px) {
    .art-case .list>li .item .arrow {
        margin-top: 0.15rem
    }
}

.art-case .list>li .item .arrow img {
    margin-right: auto;
    display: block;
    width: 0.105rem;
    height: 0.08rem
}

@media (max-width: 480px) {
    .art-case .list>li .item .arrow img {
        width: auto;
        height: 12Px
    }
}

@media (min-width: 1024px) {
    .art-case .list>li .item .arrow img {
        -webkit-animation: arrowMove 1s linear alternate infinite;
        -moz-animation: arrowMove 1s linear alternate infinite;
        animation: arrowMove 1s linear alternate infinite;
        -webkit-animation-play-state: paused;
        -moz-animation-play-state: paused;
        animation-play-state: paused
    }
}

@media (min-width: 1024px) {
    .art-case .list>li .item:hover .arrow img {
        -webkit-animation-play-state: running;
        -moz-animation-play-state: running;
        animation-play-state: running
    }
}

.art-case .paged {
    border-top: 0.005rem dashed rgba(255, 255, 255, 0.1);
    padding-top: 3.125vw
}

@media (max-width: 1024px) {
    .art-case .paged {
        padding-top: 0.35rem
    }
}

.art-case-detail {
    padding-top: 0.225rem;
    padding-bottom: 0.64rem
}

@media (max-width: 1024px) {
    .art-case-detail {
        padding-bottom: 0.4rem
    }
}

.art-case-detail .breadcrumb {
    margin-bottom: 0.185rem
}

.art-case-detail .case-detail {
    padding-bottom: 11.4583333333vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media (max-width: 1024px) {
    .art-case-detail .case-detail {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.art-case-detail .case-detail .left {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 34.375%;
    flex: 0 0 34.375%;
    max-width: 34.375%
}

@media (max-width: 1024px) {
    .art-case-detail .case-detail .left {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.art-case-detail .case-detail .left .image {
    padding-top: 67.0454545455%
}

.art-case-detail .case-detail .right {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 65.625%;
    flex: 0 0 65.625%;
    max-width: 65.625%;
    padding-left: 3.3854166667vw
}

@media (max-width: 1024px) {
    .art-case-detail .case-detail .right {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0.15rem;
        padding-right: 0.15rem;
        padding-top: 0.2rem
    }
}

.art-case-detail .case-detail .right .t1 {
    margin-top: 0.5208333333vw;
    font-size: 0.1rem;
    line-height: 1;
    color: rgba(255, 255, 255, 0.5)
}

@media (max-width: 1024px) {
    .art-case-detail .case-detail .right .t1 {
        font-size: 0.16rem;
        margin-top: 0.05rem
    }
}

.art-case-detail .case-detail .right .t2 {
    margin-top: 0.78125vw;
    margin-bottom: 1.3020833333vw;
    font-size: 0.15rem;
    line-height: 1.5;
    color: #fff
}

@media (max-width: 1024px) {
    .art-case-detail .case-detail .right .t2 {
        margin-top: 0.1rem;
        margin-bottom: 0.15rem;
        font-size: 0.2rem
    }
}

.art-case-detail .case-detail .right .t3 {
    font-size: 0.07rem;
    line-height: 2.1428571429;
    color: #fff
}

@media (max-width: 1024px) {
    .art-case-detail .case-detail .right .t3 {
        font-size: 0.14rem;
        line-height: 2
    }
}

.art-case-detail .case-detail .right .p {
    margin-top: 0.5208333333vw;
    font-size: 0.07rem;
    line-height: 2.1428571429;
    color: #fff
}

@media (max-width: 1024px) {
    .art-case-detail .case-detail .right .p {
        margin-top: 0.05rem;
        font-size: 0.14rem;
        line-height: 2
    }
}

.art-case-detail .case-detail .right .back-list {
    margin-top: 1.9791666667vw;
    margin-left: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 0.55rem;
    height: 0.175rem;
    border-radius: 0.09rem;
    border: 1Px solid #fff;
    font-size: 0.06rem;
    color: #fff;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    transition: 0.4s ease all
}

.art-case-detail .case-detail .right .back-list:hover {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.5)
}

@media (max-width: 1024px) {
    .art-case-detail .case-detail .right .back-list {
        margin-top: 0.2rem;
        width: 1rem;
        height: 0.3rem;
        font-size: 0.12rem;
        border-radius: 0.16rem
    }
}

.art-case-detail .case-swiper {
    --swiper-navigation-size: 0.15rem;
    --swiper-navigation-color: #999
}

@media (max-width: 1024px) {
    .art-case-detail .case-swiper {
        --swiper-navigation-size: 0.22rem
    }
}

.art-case-detail .case-swiper.swiper-container-initialized .image {
    padding-top: 66.7372881356%;
    z-index: 1
}

@media (max-width: 1024px) {
    .art-case-detail .case-swiper.swiper-container-initialized .image {
        cursor: pointer
    }
}

.art-case-detail .case-swiper.swiper-container-initialized .image::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    transition: 0.4s ease all
}

.art-case-detail .case-swiper .swiper-slide-active .image::after,
.art-case-detail .case-swiper .swiper-slide-next .image::after {
    opacity: 0;
    visibility: hidden
}

.art-case-detail .case-swiper.no-mask .swiper-slide .image::after {
    content: none
}

.art-case-detail .case-swiper .swiper-button-prev {
    left: 14.0625vw
}

@media (max-width: 1024px) {
    .art-case-detail .case-swiper .swiper-button-prev {
        left: 0.2rem
    }
}

.art-case-detail .case-swiper .swiper-button-next {
    right: 14.0625vw
}

@media (max-width: 1024px) {
    .art-case-detail .case-swiper .swiper-button-next {
        right: 0.2rem
    }
}

.art-case-detail .case-swiper .swiper-button-prev::after,
.art-case-detail .case-swiper .swiper-button-next::after {
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s
}

.art-case-detail .case-swiper .swiper-button-prev:hover::after,
.art-case-detail .case-swiper .swiper-button-next:hover::after {
    color: #fff
}

.art-case-detail .case-swiper .swiper-pagination {
    display: none;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    transition: 0.3s ease all
}

@media (max-width: 1024px) {
    .art-case-detail .case-swiper .swiper-pagination {
        margin-top: 0.15rem;
        position: static;
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.art-case-detail .case-swiper .swiper-pagination .swiper-pagination-bullet {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 10PX;
    height: 10PX;
    opacity: 1;
    background: transparent;
    border: 0.01rem solid #fff;
    margin: 0 0.05rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none
}

@media (max-width: 480px) {
    .art-case-detail .case-swiper .swiper-pagination .swiper-pagination-bullet {
        width: 7PX;
        height: 7PX
    }
}

.art-case-detail .case-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #fff
}

.art-news {
    padding-top: 0.23rem;
    padding-bottom: 0.49rem
}

.art-news .breadcrumb {
    margin-bottom: 0.185rem
}

@media (max-width: 1024px) {
    .art-news .breadcrumb {
        margin-right: 0.3rem
    }
}

.art-news .list {
    margin: 0 -2.0833333333vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.art-news .list>li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 2.0833333333vw;
    padding-right: 2.0833333333vw;
    margin-bottom: 3.125vw;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

@media (max-width: 1024px) {
    .art-news .list>li {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 0.25rem;
        -webkit-transition-delay: 0.1s;
        -moz-transition-delay: 0.1s;
        transition-delay: 0.1s
    }
}

.art-news .list>li .item {
    display: block;
    width: 100%;
    padding-bottom: 0.625vw;
    will-change: transform;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    transition: 0.4s ease all
}

.art-news .list>li .item .image {
    padding-top: 60.6666666667%;
    overflow: hidden;
    will-change: transform;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.art-news .list>li .item .image .time {
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.88);
    border-radius: 0.05rem 0 0;
    width: 0.45rem;
    height: 0.45rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1
}

.art-news .list>li .item .image .time span {
    font-family: "Microsoft YaHei";
    font-size: 0.1rem;
    line-height: 1;
    color: #fff;
    margin-left: 0.2083333333vw
}

.art-news .list>li .item .image .time span:nth-child(1) {
    font-size: 0.225rem;
    margin-left: 0
}

.art-news .list>li .item .t {
    margin-top: 1.5625vw;
    font-size: 0.1rem;
    line-height: 1;
    color: #fff;
    padding-right: 3.4375vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: Microsoft YaHei
}

@media (max-width: 1024px) {
    .art-news .list>li .item .t {
        margin-top: 0.2rem;
        font-size: 0.16rem
    }
}

.art-news .list>li .item .s {
    margin-top: 1.0416666667vw;
    font-size: 0.07rem;
    line-height: 2.1428571429;
    color: #767676;
    padding-right: 3.4375vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

@media (max-width: 1024px) {
    .art-news .list>li .item .s {
        margin-top: 0.15rem;
        font-size: 0.13rem;
        line-height: 2
    }
}

@media (min-width: 1024px) {
    .art-news .list>li:hover .item {
        -webkit-transform: translateY(-0.03rem);
        -moz-transform: translateY(-0.03rem);
        transform: translateY(-0.03rem)
    }

    .art-news .list>li:hover .item .image img {
        -webkit-transition: all 1s ease 0.4s;
        -moz-transition: all 1s ease 0.4s;
        transition: all 1s ease 0.4s;
        -webkit-transform: scale(1.02);
        -moz-transform: scale(1.02);
        transform: scale(1.02)
    }
}

.art-news .paged {
    margin-top: 0.2604166667vw;
    border-top: 0.005rem dashed rgba(255, 255, 255, 0.1);
    padding-top: 3.125vw
}

@media (max-width: 1024px) {
    .art-news .paged {
        margin-top: 0.05rem;
        padding-top: 0.35rem
    }
}

.art-news-detail {
    padding-top: 0.23rem;
    padding-bottom: 0.52rem
}

.art-news-detail .breadcrumb {
    margin-bottom: 0.29rem
}

@media (max-width: 1024px) {
    .art-news-detail .breadcrumb {
        margin-right: 0.3rem
    }
}

.art-news-detail .article {
    padding-bottom: 0.36rem;
    border-bottom: 0.005rem dashed rgba(255, 255, 255, 0.1)
}

.art-consult {
    padding-top: 6.25vw;
    padding-bottom: 5.1041666667vw
}

@media (max-width: 1024px) {
    .art-consult {
        padding-top: 0.4rem;
        padding-bottom: 0.5rem
    }
}

.art-consult .consult-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media (max-width: 1024px) {
    .art-consult .consult-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.art-consult .consult-box .left {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%
}

@media (max-width: 1024px) {
    .art-consult .consult-box .left {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.art-consult .consult-box .left .image {
    overflow: hidden;
    height: 100%
}

.art-consult .consult-box .left .image img {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease
}

.art-consult .consult-box .left .image:hover img {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    transform: scale(1.02)
}

@media (max-width: 1024px) {
    .art-consult .consult-box .left .image {
        height: auto;
        padding-top: 135.4166666667%
    }
}

.art-consult .consult-box .right {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%;
    background: #121212;
    padding: 3.6458333333vw 5.46875vw
}

@media (max-width: 1024px) {
    .art-consult .consult-box .right {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0.3rem 0.35rem
    }
}

.art-consult .consult-box .right .consult-form .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: -0.6510416667vw;
    margin-right: -0.6510416667vw
}

@media (max-width: 1024px) {
    .art-consult .consult-box .right .consult-form .row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.art-consult .consult-box .right .consult-form .row:not(:last-child) {
    margin-bottom: 1.5625vw
}

@media (max-width: 1024px) {
    .art-consult .consult-box .right .consult-form .row:not(:last-child) {
        margin-bottom: 0.15rem
    }
}

.art-consult .consult-box .right .consult-form .row .col-100 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 0.6510416667vw
}

.art-consult .consult-box .right .consult-form .row .col-50 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 0.6510416667vw
}

@media (max-width: 1024px) {
    .art-consult .consult-box .right .consult-form .row .col-50 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .art-consult .consult-box .right .consult-form .row .col-50:not(:last-child) {
        margin-bottom: 0.15rem
    }
}

.art-consult .consult-box .right .consult-form .form-item label {
    display: block;
    font-size: 0.08rem;
    line-height: 1;
    color: #fff;
    margin-bottom: 0.05rem
}

@media (max-width: 1024px) {
    .art-consult .consult-box .right .consult-form .form-item label {
        font-size: 0.14rem;
        margin-bottom: 0.08rem
    }
}

.art-consult .consult-box .right .consult-form .form-item input[type=text] {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 0.3rem;
    line-height: 0.3rem;
    border-radius: 0.05rem;
    width: 100%;
    padding: 0 0.1rem;
    color: #fff;
    font-size: 0.08rem;
    background: #1b1b1b;
    border: none
}

.art-consult .consult-box .right .consult-form .form-item input[type=text]::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.2)
}

.art-consult .consult-box .right .consult-form .form-item input[type=text]:-moz-placeholder {
    color: rgba(255, 255, 255, 0.2)
}

.art-consult .consult-box .right .consult-form .form-item input[type=text]::-moz-placeholder {
    color: rgba(255, 255, 255, 0.2)
}

.art-consult .consult-box .right .consult-form .form-item input[type=text]:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.2)
}

.art-consult .consult-box .right .consult-form .form-item input[type=text]::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.2)
}

.art-consult .consult-box .right .consult-form .form-item input[type=text]::placeholder {
    color: rgba(255, 255, 255, 0.2)
}

@media (max-width: 1440px) {
    .art-consult .consult-box .right .consult-form .form-item input[type=text] {
        height: 0.25rem;
        line-height: 0.25rem;
        font-size: 0.07rem
    }
}

@media (max-width: 1024px) {
    .art-consult .consult-box .right .consult-form .form-item input[type=text] {
        height: 0.4rem;
        line-height: 0.4rem;
        font-size: 0.14rem;
        padding: 0 0.15rem;
        border-radius: 0.07rem
    }
}

.art-consult .consult-box .right .consult-form .form-item textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0.05rem 0.1rem;
    color: #fff;
    font-size: 0.08rem;
    line-height: 2.1875;
    border-radius: 0.05rem;
    background: #1b1b1b;
    border: none;
    resize: none
}

.art-consult .consult-box .right .consult-form .form-item textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.2)
}

.art-consult .consult-box .right .consult-form .form-item textarea:-moz-placeholder {
    color: rgba(255, 255, 255, 0.2)
}

.art-consult .consult-box .right .consult-form .form-item textarea::-moz-placeholder {
    color: rgba(255, 255, 255, 0.2)
}

.art-consult .consult-box .right .consult-form .form-item textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.2)
}

.art-consult .consult-box .right .consult-form .form-item textarea::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.2)
}

.art-consult .consult-box .right .consult-form .form-item textarea::placeholder {
    color: rgba(255, 255, 255, 0.2)
}

@media (max-width: 1440px) {
    .art-consult .consult-box .right .consult-form .form-item textarea {
        font-size: 0.07rem
    }
}

@media (max-width: 1024px) {
    .art-consult .consult-box .right .consult-form .form-item textarea {
        font-size: 0.14rem;
        padding: 0.08rem 0.15rem;
        line-height: 1.5;
        border-radius: 0.07rem
    }
}

.art-consult .consult-box .right .consult-form input[type=submit] {
    display: block;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    width: 1.35rem;
    height: 0.3rem;
    line-height: 0.3rem;
    background: #343434;
    border-radius: 0.05rem;
    text-align: center;
    font-size: 0.08rem;
    color: #fff;
    cursor: pointer;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    transition: 0.4s ease all
}

@media (max-width: 1440px) {
    .art-consult .consult-box .right .consult-form input[type=submit] {
        width: 1.1rem;
        height: 0.25rem;
        line-height: 0.25rem;
        font-size: 0.07rem
    }
}

@media (max-width: 1024px) {
    .art-consult .consult-box .right .consult-form input[type=submit] {
        width: 1.4rem;
        height: 0.4rem;
        line-height: 0.4rem;
        font-size: 0.14rem;
        border-radius: 0.07rem
    }
}

.art-consult .consult-box .right .consult-form input[type=submit]:hover {
    background: #272727
}

.art-contact {
    padding-top: 6.25vw;
    padding-bottom: 5.1041666667vw
}

@media (max-width: 1024px) {
    .art-contact {
        padding-top: 0.4rem;
        padding-bottom: 0.5rem
    }
}

.art-contact .contact-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media (max-width: 1024px) {
    .art-contact .contact-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.art-contact .contact-box .left {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 34.375%;
    flex: 0 0 34.375%;
    max-width: 34.375%;
    padding: 5.1041666667vw 2.34375vw 5.1041666667vw 2.6041666667vw;
    background: #111
}

@media (max-width: 1024px) {
    .art-contact .contact-box .left {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0.2rem 0.15rem
    }
}

.art-contact .contact-box .left .info .title {
    margin-bottom: 2.0833333333vw;
    padding-bottom: 1.5625vw;
    position: relative;
    border-bottom: 1Px dashed rgba(255, 255, 255, 0.2)
}

.art-contact .contact-box .left .info .title .en {
    font-size: 2.34375vw;
    line-height: 1;
    color: #fff;
    font-family: "Microsoft YaHei"
}

@media (max-width: 1024px) {
    .art-contact .contact-box .left .info .title .en {
        font-size: 0.28rem
    }
}

.art-contact .contact-box .left .info .title .cn {
    margin-top: 1.0416666667vw;
    font-size: 0.13rem;
    line-height: 1;
    color: #fff
}

@media (min-width: 1024px) and (max-width: 1480px) {
    .art-contact .contact-box .left .info .title .cn {
        font-size: 0.12rem
    }
}

@media (min-width: 1024px) and (max-width: 1240px) {
    .art-contact .contact-box .left .info .title .cn {
        font-size: 0.11rem
    }
}

@media (min-width: 1024px) and (max-width: 1180px) {
    .art-contact .contact-box .left .info .title .cn {
        font-size: 0.1rem
    }
}

@media (max-width: 1024px) {
    .art-contact .contact-box .left .info .title .cn {
        margin-top: 0.13rem;
        font-size: 0.19rem
    }
}

.art-contact .contact-box .left .info .p {
    font-size: 0.08rem;
    line-height: 2.1875;
    color: #fff
}

@media (min-width: 1024px) and (max-width: 1480px) {
    .art-contact .contact-box .left .info .p {
        font-size: 0.07rem
    }
}

@media (min-width: 1024px) and (max-width: 1240px) {
    .art-contact .contact-box .left .info .p {
        font-size: 0.06rem
    }
}

@media (max-width: 1024px) {
    .art-contact .contact-box .left .info .p {
        font-size: 0.14rem;
        line-height: 2
    }
}

.art-contact .contact-box .left .info .p p {
    font-size: 0.08rem;
    line-height: 2.1875;
    color: #fff
}

@media (max-width: 1024px) {
    .art-contact .contact-box .left .info .p p {
        font-size: 0.14rem;
        line-height: 2
    }
}

.art-contact .contact-box .left .info .p p:nth-child(even) {
    margin-bottom: 1.0416666667vw
}

.art-contact .contact-box .right {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 65.625%;
    flex: 0 0 65.625%;
    max-width: 65.625%
}

@media (max-width: 1024px) {
    .art-contact .contact-box .right {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.art-contact .contact-box .right .image {
    min-height: 33.8541666667vw;
    height: 100%
}

@media (max-width: 1024px) {
    .art-contact .contact-box .right .image {
        min-height: auto;
        height: 2.5rem
    }
}

.art-service {
    padding-bottom: 5.2083333333vw
}

.art-service .section-1 {
    background-color: #1a1a1a;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto;
    padding-top: 4.9479166667vw
}

@media (max-width: 1024px) {
    .art-service .section-1 {
        padding-top: 0.4rem
    }
}

.art-service .section-1 .dflex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 1024px) {
    .art-service .section-1 .dflex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.art-service .section-1 .left {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 40.625%;
    flex: 0 0 40.625%;
    max-width: 40.625%;
    padding-top: 3.1770833333vw
}

@media (max-width: 1024px) {
    .art-service .section-1 .left {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-top: 0
    }
}

.art-service .section-1 .left .title {
    padding-bottom: 2.65625vw;
    margin-bottom: 2.1875vw;
    position: relative
}

@media (max-width: 1024px) {
    .art-service .section-1 .left .title {
        margin-bottom: 0.2rem;
        padding-bottom: 0.25rem
    }
}

.art-service .section-1 .left .title::after {
    content: "";
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 4.1rem;
    height: 0.005rem;
    border-bottom: 0.005rem dashed rgba(255, 255, 255, 0.2);
    position: absolute;
    left: 0;
    bottom: 0
}

@media (max-width: 1640px) {
    .art-service .section-1 .left .title::after {
        width: 5rem
    }
}

@media (max-width: 1340px) {
    .art-service .section-1 .left .title::after {
        width: 72.9166666667vw
    }
}

@media (max-width: 1024px) {
    .art-service .section-1 .left .title::after {
        width: 100%
    }
}

.art-service .section-1 .left .title .en {
    font-size: 3.125vw;
    font-family: "Microsoft YaHei";
    line-height: 1;
    color: #fff
}

@media (max-width: 1024px) {
    .art-service .section-1 .left .title .en {
        font-size: 0.35rem
    }
}

.art-service .section-1 .left .title .cn {
    margin-top: 0.08rem;
    font-size: 0.12rem;
    line-height: 1;
    color: #fff
}

@media (max-width: 1024px) {
    .art-service .section-1 .left .title .cn {
        margin-top: 0.12rem;
        font-size: 0.18rem
    }
}

.art-service .section-1 .left .intro,
.art-service .section-1 .left p,
.art-service .section-1 .left li {
    font-size: 0.08rem;
    line-height: 2.1875;
    color: #fff
}

@media (max-width: 1440px) {

    .art-service .section-1 .left .intro,
    .art-service .section-1 .left p,
    .art-service .section-1 .left li {
        font-size: 0.07rem;
        line-height: 2
    }
}

@media (max-width: 1024px) {

    .art-service .section-1 .left .intro,
    .art-service .section-1 .left p,
    .art-service .section-1 .left li {
        font-size: 0.14rem;
        line-height: 2
    }
}

.art-service .section-1 .left .intro {
    margin-bottom: 2.7083333333vw
}

@media (max-width: 1024px) {
    .art-service .section-1 .left .intro {
        margin-bottom: 0.25rem
    }
}

.art-service .section-1 .left p:not(:last-child) {
    margin-bottom: 1.0416666667vw
}

@media (max-width: 1024px) {
    .art-service .section-1 .left p:not(:last-child) {
        margin-bottom: 0.1rem
    }
}

.art-service .section-1 .left li {
    padding-left: 0.09rem;
    position: relative
}

.art-service .section-1 .left li:not(:last-child) {
    margin-bottom: 0.2083333333vw
}

@media (max-width: 1024px) {
    .art-service .section-1 .left li {
        padding-left: 0.12rem
    }

    .art-service .section-1 .left li:not(:last-child) {
        margin-bottom: 0.02rem
    }
}

.art-service .section-1 .left li::before {
    content: "";
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 6Px;
    height: 6Px;
    border: 1Px solid #a0a0a0;
    position: absolute;
    left: 0;
    top: 0.07rem;
    border-radius: 50%
}

@media (max-width: 1440px) {
    .art-service .section-1 .left li::before {
        top: 0.055rem
    }
}

@media (max-width: 1024px) {
    .art-service .section-1 .left li::before {
        top: 0.13rem
    }
}

@media (max-width: 480px) {
    .art-service .section-1 .left li::before {
        width: 4Px;
        height: 4Px
    }
}

.art-service .section-1 .right {
    margin-left: -4.3229166667vw;
    position: relative;
    z-index: 1
}

@media (max-width: 1024px) {
    .art-service .section-1 .right {
        margin-left: 0;
        margin-top: 0.3rem
    }
}

.art-service .section-1 .right .img-box img {
    display: block;
    width: 44.1666666667vw;
    height: 49.6354166667vw
}

@media (max-width: 1024px) {
    .art-service .section-1 .right .img-box img {
        width: 100%;
        height: auto
    }
}

.art-service .section-2 {
    padding: 5.2083333333vw 0;
    background-color: #0b0b0b;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto
}

@media (max-width: 1024px) {
    .art-service .section-2 {
        padding: 0.5rem 0
    }
}

.art-service .section-2 .dflex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media (max-width: 1024px) {
    .art-service .section-2 .dflex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.art-service .section-2 .left {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 53.90625%;
    flex: 0 0 53.90625%;
    max-width: 53.90625%
}

@media (max-width: 1024px) {
    .art-service .section-2 .left {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.art-service .section-2 .left .image {
    padding-top: 117.3913043478%
}

.art-service .section-2 .right {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 46.09375%;
    flex: 0 0 46.09375%;
    max-width: 46.09375%;
    padding-top: 4.1666666667vw;
    padding-left: 3.4375vw
}

@media (max-width: 1024px) {
    .art-service .section-2 .right {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 0.15rem 0.3rem
    }
}

.art-service .section-2 .right .p {
    font-size: 0.08rem;
    line-height: 2.1875;
    color: #fff
}

@media (max-width: 1440px) {
    .art-service .section-2 .right .p {
        font-size: 0.07rem
    }
}

@media (max-width: 1024px) {
    .art-service .section-2 .right .p {
        font-size: 0.14rem;
        line-height: 2
    }
}

.art-service .section-2 .right .p p {
    font-size: 0.08rem;
    line-height: 2.1875;
    color: #fff
}

@media (max-width: 1440px) {
    .art-service .section-2 .right .p p {
        font-size: 0.07rem
    }
}

.art-service .section-2 .right .p p:not(:last-child) {
    margin-bottom: 0.8333333333vw
}

@media (max-width: 1024px) {
    .art-service .section-2 .right .p p:not(:last-child) {
        margin-bottom: 0.1rem
    }
}

@media (max-width: 1024px) {
    .art-service .section-2 .right .p p {
        font-size: 0.14rem;
        line-height: 2
    }
}

.art-service .section-2 .right .p:not(:last-child) {
    margin-bottom: 2.0833333333vw
}

@media (max-width: 1024px) {
    .art-service .section-2 .right .p:not(:last-child) {
        margin-bottom: 0.15rem
    }
}

.art-service .section-3 {
    overflow: hidden;
    background-color: #1a1a1a;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto
}

@media (max-width: 1024px) {
    .art-service .section-3 {
        background-image: none !important
    }
}

.art-service .section-3 .dflex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media (max-width: 1024px) {
    .art-service .section-3 .dflex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.art-service .section-3 .dflex .left {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 5.7291666667vw;
    padding-top: 5.7291666667vw;
    padding-bottom: 2.9166666667vw
}

@media (max-width: 1024px) {
    .art-service .section-3 .dflex .left {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-top: 0.45rem;
        padding-right: 0;
        padding-bottom: 0.25rem
    }
}

.art-service .section-3 .dflex .left .t {
    margin-bottom: 2.6041666667vw;
    font-family: "Microsoft YaHei";
    font-size: 3.125vw;
    line-height: 1;
    color: #fff
}

@media (max-width: 1024px) {
    .art-service .section-3 .dflex .left .t {
        max-width: 80%;
        font-size: 0.35rem;
        margin-bottom: 0.3rem
    }
}

.art-service .section-3 .dflex .left .p {
    font-size: 0.08rem;
    line-height: 2.1875;
    color: #fff
}

@media (max-width: 1440px) {
    .art-service .section-3 .dflex .left .p {
        font-size: 0.07rem
    }
}

@media (max-width: 1024px) {
    .art-service .section-3 .dflex .left .p {
        font-size: 0.14rem;
        line-height: 2
    }
}

.art-service .section-3 .dflex .left .p p {
    font-size: 0.08rem;
    line-height: 2.1875;
    color: #fff
}

@media (max-width: 1440px) {
    .art-service .section-3 .dflex .left .p p {
        font-size: 0.07rem
    }
}

.art-service .section-3 .dflex .left .p p:not(:last-child) {
    margin-bottom: 0.9375vw
}

@media (max-width: 1024px) {
    .art-service .section-3 .dflex .left .p p:not(:last-child) {
        margin-bottom: 0.12rem
    }
}

@media (max-width: 1024px) {
    .art-service .section-3 .dflex .left .p p {
        font-size: 0.14rem;
        line-height: 2
    }
}

.art-service .section-3 .dflex .left .img-box {
    margin-top: 2.8645833333vw;
    position: relative
}

@media (max-width: 1024px) {
    .art-service .section-3 .dflex .left .img-box {
        margin-top: 0.25rem
    }

    .art-service .section-3 .dflex .left .img-box::after {
        content: "";
        display: block;
        position: absolute;
        left: -0.15rem;
        bottom: 0.4rem;
        width: 100vw;
        height: 1.5rem;
        background: url(../image/line2.png) no-repeat center/cover;
        z-index: -1
    }
}

.art-service .section-3 .dflex .left .img-box img {
    max-width: 100%
}

.art-service .section-3 .dflex .right {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

@media (max-width: 1024px) {
    .art-service .section-3 .dflex .right {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.art-service .section-3 .dflex .right .image {
    width: 50vw;
    height: 100%;
    min-height: 50vw
}

@media (max-width: 1024px) {
    .art-service .section-3 .dflex .right .image {
        min-height: auto;
        height: auto;
        width: 100%;
        padding-top: 100%
    }
}

.art-service .section-4 {
    overflow: hidden;
    background-color: #1a1a1a;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto
}

@media (max-width: 1024px) {
    .art-service .section-4 {
        background-image: none !important
    }
}

.art-service .section-4 .dflex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media (max-width: 1024px) {
    .art-service .section-4 .dflex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.art-service .section-4 .dflex .left {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

@media (max-width: 1024px) {
    .art-service .section-4 .dflex .left {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.art-service .section-4 .dflex .left .image {
    width: 100%;
    height: 100%;
    min-height: 36.4583333333vw
}

@media (max-width: 1024px) {
    .art-service .section-4 .dflex .left .image {
        height: auto;
        min-height: auto;
        width: 100%;
        padding-top: 109.375%
    }
}

.art-service .section-4 .dflex .right {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-top: 6.5625vw;
    padding-left: 5.7291666667vw;
    padding-bottom: 2.34375vw
}

@media (max-width: 1024px) {
    .art-service .section-4 .dflex .right {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
        padding-top: 0.3rem;
        padding-bottom: 0.25rem
    }
}

.art-service .section-4 .dflex .right .t {
    margin-bottom: 2.6041666667vw;
    font-family: "Microsoft YaHei";
    font-size: 3.125vw;
    line-height: 1;
    color: #fff
}

@media (max-width: 1024px) {
    .art-service .section-4 .dflex .right .t {
        font-size: 0.35rem;
        margin-bottom: 0.25rem
    }
}

.art-service .section-4 .dflex .right .p {
    font-size: 0.08rem;
    line-height: 2.1875;
    color: #fff
}

@media (max-width: 1440px) {
    .art-service .section-4 .dflex .right .p {
        font-size: 0.07rem
    }
}

@media (max-width: 1024px) {
    .art-service .section-4 .dflex .right .p {
        font-size: 0.14rem;
        line-height: 2
    }
}

.art-service .section-4 .dflex .right .p p {
    font-size: 0.08rem;
    line-height: 2.1875;
    color: #fff
}

@media (max-width: 1440px) {
    .art-service .section-4 .dflex .right .p p {
        font-size: 0.07rem
    }
}

.art-service .section-4 .dflex .right .p p:not(:last-child) {
    margin-bottom: 0.9375vw
}

@media (max-width: 1024px) {
    .art-service .section-4 .dflex .right .p p:not(:last-child) {
        margin-bottom: 0.12rem
    }
}

@media (max-width: 1024px) {
    .art-service .section-4 .dflex .right .p p {
        font-size: 0.14rem;
        line-height: 2
    }
}

.art-service .section-4 .dflex .right .img-box {
    margin-top: 3.6458333333vw;
    position: relative
}

.art-service .section-4 .dflex .right .img-box img {
    max-width: 100%
}

@media (max-width: 1024px) {
    .art-service .section-4 .dflex .right .img-box::after {
        content: "";
        display: block;
        position: absolute;
        left: -0.15rem;
        bottom: 0.4rem;
        width: 100vw;
        height: 1.5rem;
        background: url(../image/line3.png) no-repeat center/cover;
        z-index: -1
    }
}

.art-honor {
    padding-top: 5.9375vw;
    padding-bottom: 5.2083333333vw
}

@media (max-width: 1024px) {
    .art-honor {
        padding-top: 0.4rem;
        padding-bottom: 0.4rem
    }
}

.art-honor .title {
    margin-bottom: 3.2291666667vw
}

@media (max-width: 1024px) {
    .art-honor .title {
        margin-bottom: 0.3rem
    }
}

.art-honor .title .en {
    margin-left: -0.15625vw;
    font-size: 3.125vw;
    line-height: 1;
    color: #fff;
    font-family: "Microsoft YaHei"
}

@media (max-width: 1024px) {
    .art-honor .title .en {
        font-size: 0.36rem;
        max-width: 1.75rem
    }
}

.art-honor .title .cn {
    margin-top: 1.0416666667vw;
    font-size: 0.12rem;
    line-height: 1;
    color: #fff
}

@media (min-width: 1024px) and (max-width: 1480px) {
    .art-honor .title .cn {
        font-size: 0.11rem
    }
}

@media (min-width: 1024px) and (max-width: 1240px) {
    .art-honor .title .cn {
        font-size: 0.1rem
    }
}

@media (min-width: 1024px) and (max-width: 1180px) {
    .art-honor .title .cn {
        font-size: 0.09rem
    }
}

@media (max-width: 1024px) {
    .art-honor .title .cn {
        font-size: 0.18rem;
        margin-top: 0.15rem
    }
}

.art-honor .list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.art-honor .list .item {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.28125%;
    flex: 0 0 33.28125%;
    max-width: 33.28125%
}

@media (max-width: 1024px) {
    .art-honor .list .item {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.art-honor .list .item:nth-child(4n+1) {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media (max-width: 1024px) {
    .art-honor .list .item:nth-child(4n+1) {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.art-honor .list .item:nth-child(4n+1) .item-img {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 66.40625%;
    flex: 0 0 66.40625%;
    max-width: 66.40625%
}

@media (max-width: 1024px) {
    .art-honor .list .item:nth-child(4n+1) .item-img {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.art-honor .list .item:nth-child(4n+1) .item-img .image {
    padding-top: 55.2941176471%
}

@media (min-width: 1024px) {
    .art-honor .list .item:nth-child(4n+5) .item-img {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.art-honor .list .item-img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
}

@media (max-width: 1024px) {
    .art-honor .list .item-img {
        -webkit-transition-delay: 0.1s;
        -moz-transition-delay: 0.1s;
        transition-delay: 0.1s
    }
}

.art-honor .list .item-img .image {
    padding-top: 110.3286384977%
}

.art-honor .list .item-txt {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.28125%;
    flex: 0 0 33.28125%;
    max-width: 33.28125%;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #000
}

@media (max-width: 1024px) {
    .art-honor .list .item-txt {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        height: 1.9rem;
        -webkit-transition-delay: 0.1s;
        -moz-transition-delay: 0.1s;
        transition-delay: 0.1s
    }
}

.art-honor .list .item-txt .p {
    font-size: 0.1rem;
    line-height: 1.75;
    color: #fff;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}

@media (min-width: 1024px) and (max-width: 1480px) {
    .art-honor .list .item-txt .p {
        font-size: 0.09rem
    }
}

@media (min-width: 1024px) and (max-width: 1240px) {
    .art-honor .list .item-txt .p {
        font-size: 0.08rem
    }
}

@media (min-width: 1024px) and (max-width: 1180px) {
    .art-honor .list .item-txt .p {
        font-size: 0.07rem
    }
}

@media (max-width: 1024px) {
    .art-honor .list .item-txt .p {
        font-size: 16Px;
        color: rgba(255, 255, 255, 0.8)
    }
}

.art-about .about-article .title {
    margin-bottom: 1.5625vw
}

@media (max-width: 1024px) {
    .art-about .about-article .title {
        margin-bottom: 0.15rem
    }
}

.art-about .about-article .title .cn {
    margin-top: 1.0416666667vw
}

@media (max-width: 1024px) {
    .art-about .about-article .title .cn {
        margin-top: 0.1rem
    }
}

.art-about .text-on-right,
.art-about .text-on-left {
    overflow: hidden;
    position: relative;
    z-index: 1
}

@media (max-width: 1024px) {

    .art-about .text-on-right,
    .art-about .text-on-left {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.art-about .text-on-right .bg,
.art-about .text-on-left .bg {
    width: 100%;
    height: 100%;
    background-color: #000;
    position: relative;
    z-index: -1
}

.art-about .text-on-right .bg img,
.art-about .text-on-left .bg img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width: 1024px) {

    .art-about .text-on-right .bg,
    .art-about .text-on-left .bg {
        position: absolute;
        left: 0;
        top: 0
    }
}

@media (max-width: 1024px) {

    .art-about .text-on-right .bg,
    .art-about .text-on-left .bg {
        height: 2.5rem
    }
}

.art-about .text-on-right .bg img {
    -o-object-position: left top;
    object-position: left top;
    width: 63.28125vw;
    height: 100%
}

@media (max-width: 1024px) {
    .art-about .text-on-right .bg img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media (min-width: 1024px) {
    .art-about .text-on-right .text-container {
        position: absolute;
        left: 54.7916666667vw;
        top: 8.0208333333vw;
        width: 2.55rem
    }
}

@media (min-width: 1024px) and (max-width: 1260px) {
    .art-about .text-on-right .text-container {
        left: auto;
        right: 5.2083333333vw;
        top: 6.25vw
    }
}

@media (max-width: 1024px) {
    .art-about .text-on-right .text-container {
        padding: 0.3rem 0.2rem
    }
}

.art-about .text-on-left .bg img {
    left: auto;
    right: 0;
    -o-object-position: right top;
    object-position: right top;
    width: 65.1041666667vw;
    height: 100%
}

@media (max-width: 1024px) {
    .art-about .text-on-left .bg img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media (min-width: 1024px) {
    .art-about .text-on-left .text-container {
        position: absolute;
        left: 16.6666666667vw;
        top: 9.375vw;
        width: 3.2rem
    }
}

@media (max-width: 1440px) {
    .art-about .text-on-left .text-container {
        left: 5.2083333333vw;
        top: 7.2916666667vw
    }
}

@media (max-width: 1024px) {
    .art-about .text-on-left .text-container {
        padding: 0.3rem 0.2rem
    }
}

.art-about .section-1 {
    padding-top: 4.375vw;
    padding-bottom: 6.25vw
}

@media (max-width: 1024px) {
    .art-about .section-1 {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem
    }

    .art-about .section-1 p {
        max-width: 95%;
        margin-left: auto;
        margin-right: auto
    }
}

.art-about .section-1 .img-container {
    margin-top: 3.3854166667vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media (max-width: 1024px) {
    .art-about .section-1 .img-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 0.3rem
    }
}

.art-about .section-1 .img-container img {
    -o-object-fit: cover;
    object-fit: cover
}

.art-about .section-1 .img-container img:not(:last-child) {
    margin-right: 1.0416666667vw
}

@media (max-width: 1024px) {
    .art-about .section-1 .img-container img:not(:last-child) {
        margin-right: 0;
        margin-bottom: 0.15rem
    }
}

.art-about .section-1 .img-container img:nth-child(1) {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 65.625%;
    flex: 0 0 65.625%;
    max-width: 65.625%
}

@media (max-width: 1024px) {
    .art-about .section-1 .img-container img:nth-child(1) {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.art-about .section-1 .img-container img:nth-child(2) {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 32.8125%;
    flex: 0 0 32.8125%;
    max-width: 32.8125%
}

@media (max-width: 1024px) {
    .art-about .section-1 .img-container img:nth-child(2) {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (max-width: 1024px) {
    .art-about .section-1 .img-container img {
        height: 2.3rem
    }
}

.art-about .section-2 {
    background-color: #000;
    height: 35.4166666667vw
}

@media (max-width: 1024px) {
    .art-about .section-2 {
        height: auto
    }

    .art-about .section-2 .bg {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.art-about .section-2 .title {
    padding-bottom: 0.155rem
}

@media (max-width: 1024px) {
    .art-about .section-2 .title {
        padding-bottom: 0.205rem
    }
}

.art-about .section-2 .title .cn {
    margin-top: 1.4583333333vw
}

@media (max-width: 1024px) {
    .art-about .section-2 .title .cn {
        margin-top: 0.14rem
    }
}

.art-about .section-3 {
    background-color: #000;
    height: 41.6666666667vw
}

@media (max-width: 1024px) {
    .art-about .section-3 {
        height: auto
    }

    .art-about .section-3 .bg {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.art-about .section-3 .title {
    padding-bottom: 0.155rem
}

@media (max-width: 1024px) {
    .art-about .section-3 .title {
        padding-bottom: 0.205rem
    }
}

.art-about .section-3 .title .cn {
    margin-top: 1.4583333333vw
}

@media (max-width: 1024px) {
    .art-about .section-3 .title .cn {
        margin-top: 0.14rem
    }
}

.art-about .section-4 {
    padding-top: 6.3541666667vw;
    padding-bottom: 6.25vw;
    background-color: #eee;
    background-repeat: no-repeat
}

@media (max-width: 1024px) {
    .art-about .section-4 {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem
    }
}

.art-about .section-4 .title {
    margin-bottom: 1.5625vw;
    padding-bottom: 0.155rem
}

@media (max-width: 1024px) {
    .art-about .section-4 .title {
        padding-bottom: 0.205rem;
        margin-bottom: 0.15rem
    }
}

.art-about .section-4 .title .cn {
    margin-top: 1.4583333333vw
}

@media (max-width: 1024px) {
    .art-about .section-4 .title .cn {
        margin-top: 0.14rem
    }
}

.art-about .section-4 p {
    max-width: 53.3854166667vw;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 1024px) {
    .art-about .section-4 p {
        max-width: 90%
    }
}

.art-about .section-4 .list {
    margin-top: 3.125vw
}

@media (max-width: 1024px) {
    .art-about .section-4 .list {
        margin-top: 0.3rem
    }
}

.art-about .section-4 .list .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media (max-width: 1024px) {
    .art-about .section-4 .list .row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.art-about .section-4 .list .row .item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

@media (max-width: 1024px) {
    .art-about .section-4 .list .row .item {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.art-about .section-4 .list .row .item-img .image {
    padding-top: 71.875%;
    overflow: hidden
}

.art-about .section-4 .list .row .item-img .image img {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease
}

.art-about .section-4 .list .row .item-img .image:hover img {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    transform: scale(1.02)
}

.art-about .section-4 .list .row .item-txt {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding:100px;
}

@media (max-width: 1024px) {
    .art-about .section-4 .list .row .item-txt {
        padding: 30px 15px;
    }
}

.art-about .section-4 .list .row .item-txt p {
    max-width: 100%;
    text-align: left;
    width: 100%;
}

@media (min-width: 1024px) {
    .art-about .section-4 .list .row:nth-child(even) .item:nth-child(1) {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.art-about .section-4 .list .row:nth-child(even) .item-txt {
    padding-left: 3.6458333333vw;
    padding-right: 4.0625vw;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 1024px) {
    .art-about .section-4 .list .row:nth-child(even) .item-txt {
        padding-left: 0.22rem;
        padding-right: 0.22rem
    }
}

.art-about .section-5 {
    background-color: #000;
    height: 35.4166666667vw
}

@media (max-width: 1024px) {
    .art-about .section-5 {
        height: auto
    }
}

.art-about .section-5 .text-container {
    top: 12.8125vw
}

.art-about .section-6 {
    background-color: #000;
    height: 35.4166666667vw
}

@media (max-width: 1024px) {
    .art-about .section-6 {
        height: auto
    }
}

.art-about .section-6 .text-container {
    top: 11.9791666667vw
}

.art-about .section-7 {
    padding: 6.25vw 0;
    background-color: #1a1a1a
}

.art-about .section-7 .dflex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media (max-width: 1024px) {
    .art-about .section-7 .dflex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.art-about .section-7 .dflex .img-box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

@media (max-width: 1024px) {
    .art-about .section-7 .dflex .img-box {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.art-about .section-7 .dflex .img-box .image {
    height: 100%;
    min-height: 34.375vw
}

@media (max-width: 1024px) {
    .art-about .section-7 .dflex .img-box .image {
        min-height: auto;
        height: auto;
        padding-top: 103.125%
    }
}

.art-about .section-7 .dflex .txt-box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 10.4166666667vw 3.75vw 8.3333333333vw 4.6875vw;
    background: #000
}

@media (max-width: 1024px) {
    .art-about .section-7 .dflex .txt-box {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0.4rem 0.25rem
    }
}

.art-about .section-8 .img-box {
    height: 2.9rem;
    width: 100%;
    overflow: hidden
}

.art-about .section-8 .img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s
}

@media (max-width: 1800px) {
    .art-about .section-8 .img-box {
        height: 30.2083333333vw
    }
}

.art-design .about-article .title {
    padding-bottom: 0.155rem
}

@media (max-width: 1024px) {
    .art-design .about-article .title {
        padding-bottom: 0.205rem
    }
}

.art-design .section-1 {
    padding-top: 4.6875vw
}

@media (max-width: 1024px) {
    .art-design .section-1 {
        padding-top: 0.45rem
    }
}

.art-design .section-1 .title {
    margin-bottom: 1.7708333333vw
}

@media (max-width: 1024px) {
    .art-design .section-1 .title {
        margin-bottom: 0.17rem
    }
}

.art-design .section-1 .title .en {
    margin-bottom: 1.6666666667vw
}

@media (max-width: 1024px) {
    .art-design .section-1 .title .en {
        margin-bottom: 0.16rem
    }
}

.art-design .section-1 .img-container {
    margin-top: 3.3854166667vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media (max-width: 1024px) {
    .art-design .section-1 .img-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 0.3rem
    }
}

.art-design .section-1 .img-container img {
    -o-object-fit: cover;
    object-fit: cover
}

.art-design .section-1 .img-container img:not(:last-child) {
    margin-right: 1.0416666667vw
}

@media (max-width: 1024px) {
    .art-design .section-1 .img-container img:not(:last-child) {
        margin-right: 0;
        margin-bottom: 0.15rem
    }
}

.art-design .section-1 .img-container img:nth-child(1) {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 65.1041666667%;
    flex: 0 0 65.1041666667%;
    max-width: 65.1041666667%
}

@media (max-width: 1024px) {
    .art-design .section-1 .img-container img:nth-child(1) {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.art-design .section-1 .img-container img:nth-child(2) {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.8541666667%;
    flex: 0 0 33.8541666667%;
    max-width: 33.8541666667%
}

@media (max-width: 1024px) {
    .art-design .section-1 .img-container img:nth-child(2) {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (max-width: 1024px) {
    .art-design .section-1 .img-container img {
        height: 2.3rem
    }
}

@media (max-width: 1024px) {
    .art-design .section-1 p {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto
    }
}

.art-design .section-2 {
    padding-top: 6.25vw;
    padding-bottom: 3.125vw
}

@media (max-width: 1024px) {
    .art-design .section-2 {
        padding-top: 0.4rem;
        padding-bottom: 0.2rem
    }
}

.art-design .section-2 .title {
    margin-bottom: 1.7708333333vw
}

@media (max-width: 1024px) {
    .art-design .section-2 .title {
        margin-bottom: 0.17rem
    }
}

.art-design .section-2 .title .en {
    margin-bottom: 1.3541666667vw
}

@media (max-width: 1024px) {
    .art-design .section-2 .title .en {
        margin-bottom: 0.13rem
    }
}

.art-design .section-2 p {
    max-width: 87.34375%;
    margin-left: auto;
    margin-right: auto
}

.art-design .section-2 .img-box {
    margin-top: 3.3854166667vw;
    height: 2.45rem;
    width: 100%;
    overflow: hidden
}

.art-design .section-2 .img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s
}

@media (max-width: 1024px) {
    .art-design .section-2 .img-box {
        margin-top: 0.3rem
    }
}

@media (max-width: 1800px) {
    .art-design .section-2 .img-box {
        height: 25.5208333333vw
    }
}

@media (max-width: 1024px) {
    .art-design .section-2 .img-box {
        height: 1.8rem
    }
}

.art-design .section-3 {
    padding-top: 3.125vw;
    padding-bottom: 3.125vw
}

@media (max-width: 1024px) {
    .art-design .section-3 {
        padding-top: 0.2rem;
        padding-bottom: 0.2rem
    }
}

.art-design .section-3 .list .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media (max-width: 1024px) {
    .art-design .section-3 .list .row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.art-design .section-3 .list .row .item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

@media (max-width: 1024px) {
    .art-design .section-3 .list .row .item {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.art-design .section-3 .list .row .item-img .image {
    padding-top: 84.375%;
    overflow: hidden
}

.art-design .section-3 .list .row .item-img .image img {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease
}

.art-design .section-3 .list .row .item-img .image:hover img {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    transform: scale(1.02)
}

.art-design .section-3 .list .row .item-txt {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    background: #000;
    padding: 4.8958333333vw 4.6875vw 2.0833333333vw
}

@media (max-width: 1024px) {
    .art-design .section-3 .list .row .item-txt {
        padding: 0.4rem 0.22rem
    }
}

.art-design .section-3 .list .row .item-txt .title {
    margin-bottom: 1.7708333333vw
}

@media (max-width: 1024px) {
    .art-design .section-3 .list .row .item-txt .title {
        margin-bottom: 0.17rem
    }
}

.art-design .section-3 .list .row .item-txt .title .en {
    margin-bottom: 1.5625vw
}

@media (max-width: 1024px) {
    .art-design .section-3 .list .row .item-txt .title .en {
        margin-bottom: 0.15rem
    }
}

.art-design .section-3 .list .row .item-txt p {
    max-width: 100%;
    text-align: left
}

@media (min-width: 1024px) {
    .art-design .section-3 .list .row:nth-child(even) .item:nth-child(1) {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.art-design .section-3 .list .row:nth-child(even) .item-txt {
    padding-right: 4.1666666667vw
}

@media (max-width: 1024px) {
    .art-design .section-3 .list .row:nth-child(even) .item-txt {
        padding-right: 0.2rem
    }
}

.art-design .section-4 {
    padding-top: 2.6041666667vw
}

@media (max-width: 1024px) {
    .art-design .section-4 {
        padding-top: 0.25rem
    }
}

.art-design .section-4 .title {
    margin-bottom: 1.7708333333vw
}

@media (max-width: 1024px) {
    .art-design .section-4 .title {
        margin-bottom: 0.17rem
    }
}

.art-design .section-4 .title .en {
    margin-bottom: 1.0416666667vw
}

@media (max-width: 1024px) {
    .art-design .section-4 .title .en {
        margin-bottom: 0.1rem
    }
}

.art-design .section-4 p {
    margin-left: auto;
    margin-right: auto;
    max-width: 94.53125%
}

.art-design .section-4 .img-box {
    margin-top: 4.0104166667vw
}

@media (max-width: 1024px) {
    .art-design .section-4 .img-box {
        margin-top: 0.38rem
    }
}

/**整体**/
.m_hide {
    display: block;
}

.pc_hide {
    display: none;
}

/**整体 end**/
/**网站banner**/
.mybanner {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.mybanner .bannerarr {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    z-index: 100;
    cursor: pointer;
    opacity: 0;
    border-radius: 50%;
    transition: 1s;
}

.mybanner:hover .bannerarr {
    opacity: 1;
}

.mybanner .leftbtn-prev {
    background: url('../image/bannerleftarr.png') no-repeat center center;
    background-size: 50%;
    background-color: rgba(0, 0, 0, 0.3);
    left: 60px;
}

.mybanner .rightbtn-next {
    background: url('../image/bannerrightarr.png') no-repeat center center;
    background-size: 50%;
    background-color: rgba(0, 0, 0, 0.3);
    right: 60px;
}

.mybanner a {
    display: block;
    width: 100%;
    height: auto;
    min-height: 100px;
}

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

.mybanner .myswiperpages {
    position: absolute;
    bottom: 15px;
    left: 0px;
    z-index: 10;
    cursor: pointer;
}

.myswiperpages {
    width: 100%;
    height: auto;
    text-align: center;

}

.myswiperpages .swiper-pagination-bullet-active {
    background: #fff;
}

/**网站banner end**/
/**网站内页banner**/
.inside_banner {
    width: 100%;
    height: auto;
}

.inside_banner a {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}

.inside_banner a .pic {
    width: 100%;
    height: auto;
}

.inside_banner a .pic img {
    width: 100%;
    height: auto;
}

/**网站内页banner end**/
/**产品列表**/
.prolist {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.prolist .grid {
    width: 30.66%;
    height: auto;
    margin-right: 4%;
    margin-bottom: 30px;
}

.prolist .grid:nth-child(3n) {
    margin-right: 0px;
}

.prolist .grid .link {
    display: block;
    width: 100%;
}

.prolist .grid .link .outpic {
    width: 100%;
    height: auto;
    padding-bottom: 66.66%;
    overflow: hidden;
    position: relative;
}

.prolist .grid .link .outpic .pic {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
}

.prolist .grid .link .outpic .pic .image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s;
}

.prolist .grid:hover .link .outpic .pic .image {
    transform: scale(1.1);
}

.prolist .grid .link .title {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 10px;
    font-size: 15px;
    text-align: center;
    line-height: 25px;
}

/**产品列表 end**/
/**案例列表**/
.caselist {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.caselist .grid {
    width: 30.66%;
    height: auto;
    margin-right: 4%;
    margin-bottom: 30px;
}

.caselist .grid:nth-child(3n) {
    margin-right: 0px;
}

.caselist .grid .link {
    display: block;
    width: 100%;
}

.caselist .grid .link .outpic {
    width: 100%;
    height: auto;
    padding-bottom: 66.66%;
    overflow: hidden;
    position: relative;
}

.caselist .grid .link .outpic .pic {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
}

.caselist .grid .link .outpic .pic .image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s;
}

.caselist .grid:hover .link .outpic .pic .image {
    transform: scale(1.1);
}

.caselist .grid .link .title {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 10px;
    font-size: 15px;
    text-align: center;
    line-height: 25px;
}

/**案例列表 end**/
/**新闻**/
.news_list {
    display: flex;
    flex-wrap: wrap;
}

.news_list li {
    width: 30.66%;
    margin-right: 4%;
    overflow: hidden;
    margin-bottom: 40px;
}

.news_list li:nth-child(3n) {
    margin-right: 0px;
}

.news_list li .link {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding:15px;
    box-sizing:border-box;
    border-top:4px solid #fff;
    transition:500ms;
}
.news_list li:hover .link {
    background: #eee;
    border-color: #ce0101;
}

.news_list li .link .tit {
    width:100%;
    height: auto;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    line-height: 25px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    border-bottom: 1px solid #999;
    padding-bottom: 15px;
    margin-bottom: 20px;
    padding-right:30px;
    box-sizing:border-box;
    position:relative;
    transition: 1s;
}
.news_list li .link .tit::after
{
    width:20px;
    height:20px;
    content:'→';
    font-size:15px;
    line-height:25px;
    text-align:right;
    position:absolute;
    top:0px;
    right:0px;
}


/* .news_list li:hover .link .tit {
    color: #ce0101;
} */

.news_list li .link .sec {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
}

.news_list li .link .sec .outpic {
    width: 90px;
    height: auto;
}

.news_list li .link .sec .outpic .pic {
    width: 100%;
    height: 60px;
    overflow: hidden;
}

.news_list li .link .sec .outpic .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s;
}

.news_list li .link:hover .sec .outpic .pic img {
    transform: scale(1.1);
}

.news_list li .link .sec .des {
    width: calc(100% - 105px);
    height: 50px;
    font-size: 14px;
    line-height: 25px;
    color:#888;
    overflow: hidden;
    transition: 1s;
    display:-webkit-box;
    text-overflow:ellipsis;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}

/* .news_list li:hover .link .sec .des {
    color: #ce0101;
} */

.news_list li .link .thi {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news_list li .link .thi .time {
    font-size: 13px;
    line-height: 25px;
}

.news_list li .link .thi .more {
    font-size: 13px;
    line-height: 25px;
    color: #ce0101;
}

/**新闻 end**/
/**分页**/
.pages {
    width: 100%;
}

.pagination {
    text-align: center;
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.pagination span {
    padding: 5px 10px;
    background: #eee;
    color: #333;
    transition: all 0.3s;
    font-size: 14px;
    width: 25px;
    height: 25px;
}

.pagination a {
    padding: 5px 10px;
    background: #eee;
    color: #333;
    transition: all 0.3s;
    font-size: 14px;
    display: block;
}

.pagination .active span {
    background: #333;
    color: #fff;

}

.pagination span:hover {
    background: #333;
    color: #fff;
}

.pagination a:hover {
    background: #333;
    color: #fff;
}

/**分页 end**/
/**内页内容区**/
.insidecontent {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 15px;
    line-height: 25px;
    margin: auto;
}

.insidecontent p {
    font-size: 15px;
    line-height: 25px;
    /* font-family: "Microsoft YaHei",sans-serif; */
}

.insidecontent ul li {
    list-style: disc;
}

.insidecontent img {
    display: inline;
    max-width: 100%;
    vertical-align: middle;
}

.inside_bigtit {
    width: 100%;
    height: auto;
    font-weight: bold;
    font-size: 20px;
    overflow: hidden;
    line-height: 25px;
    text-align: center;
}

.art-about .icontent {
    padding-top: 4.375vw;
    padding-bottom: 6.25vw
}

/**内页内容区 end**/
/**上一篇下一篇**/
.prevnext {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.prevnext .grid {
    width: 50%;
    height: auto;
    overflow: hidden;
    font-size: 15px;
    line-height: 25px;
    color: #666;
    display: flex;
    flex-wrap: nowrap;

}

.prevnext .grid:nth-child(2n) {
    text-align: right;
}

.prevnext .grid a {
    color: #666;
    transition: 1s;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: calc(100% - 80px);
}

.prevnext .grid a:hover {
    color: #000;
}

/**上一篇下一篇 end**/
/**发布时间**/
.create_time {
    width: 100%;
    height: auto;
    font-size: 15px;
    margin-top: 15px;
    line-height: 25px;
    color: #999;
    text-align: center;
    margin-bottom: 30px;
}

/**发布时间 end**/
/**案例列表**/
.caselist {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.caselist .grid {
    width: 30.66%;
    height: auto;
    margin-right: 4%;
    margin-bottom: 30px;
}

.caselist .grid:nth-child(3n) {
    margin-right: 0px;
}

.caselist .grid .link {
    display: block;
    width: 100%;
}

.caselist .grid .link .outpic {
    width: 100%;
    height: auto;
    padding-bottom: 66.66%;
    overflow: hidden;
    position: relative;
}

.caselist .grid .link .outpic .pic {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
}

.caselist .grid .link .outpic .pic .image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s;
}

.caselist .grid:hover .link .outpic .pic .image {
    transform: scale(1.1);
}

.caselist .grid .link .title {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 10px;
    font-size: 15px;
    text-align: center;
    line-height: 25px;
}

/**案例列表 end**/
/*联系我们*/
.contacttit {
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 25px;
}

.contacttit h4 {
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 25px;
}

.maps {
    position: relative;
    overflow: hidden;
}

.map-con {
    height: auto;
}

.maps {
    margin-top: 60px;
    width: 101%;
}

.map-dz {
    position: absolute;
    bottom: 30px;
    left: 15px;
    right: 15px;
    background: #fff;
    height: 80px;
    border-left: 12px solid #013c5b;
    line-height: 80px;
}

.map-dz b {
    font-size: 18px;
    font-weight: normal;
    margin-left: 4%;
    padding-right: 4%;
    border-right: 1px solid #000;
}

.map-dz span {
    margin-left: 4%;
    color: #7c7c7c;
}

.lxfs {
    padding: 60px 0;
    border-bottom: 1px solid #ddd;
}

.lxfs .clear {
    display: flex;
    flex-wrap: wrap;
}

.lxfs li {
    width: 48%;
    margin-right: 4%;
}

.lxfs li.last {
    margin-right: 0;
}

.lxfs li img {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    float: left;
    width: auto;
}

.lxfs-des {
    margin-left: 150px;
}

.lxfs li h4 {
    font-size: 18px;
    margin: 10px 0 15px;
}

.lxfs li p {
    color: #808080;
}

.lybox {
    margin: 40px 0;
}

.lybox h4 {
    font-size: 18px;
}

.sr-list {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}

.sr-list li {
    margin-right: 4%;
    width: 30.66%;
    border: 1px solid #ddd;
    box-sizing: border-box;
    height: 38px;
    position: relative;
    overflow: hidden;
}

.sr-list li.last {
    margin-right: 0;
}

.sr-list li span {
    position: absolute;
    left: 10px;
    line-height: 38px;
    top: 0;
    color: #7c7c7c;
}

.sr-list li .text {
    width: 100%;
    height: 36px;
    padding-left: 55px;
    box-sizing: border-box;
    border: none;
    outline: none;
}

.fknr {
    margin-top: 30px;
}

.fknr h4 {
    font-size: 18px;
    margin-bottom: 25px;
}

.fknr textarea {
    display: block;
    width: 100%;
    height: 200px;
    border: none;
    background: #f2f2f2;
    box-sizing: border-box;
    padding: 1em;
    font-family: Arial, "Microsoft YaHei";
    resize: none;
}

.tjfk {
    display: block;
    width: 260px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    background: #262626;
    color: #fff;
    font-size: 18px;
    margin: 40px auto 0;
}

/*联系我们 end*/
.indexnewstop
{
    transition:1s;
}
/**锚点**/
.maodian
{
    width:100%;
    height:62px;
    margin-top:-62px;
}
/**锚点 end**/
/**手机版首页**/
.mindexbg
{
    display:none;
}
.mindexblock
{
    display:none;
}
/**手机版首页 end**/
/**关于我们202510290903**/
.aboutblock
{
    margin:auto;
    min-width:1200px;
    max-width:1700px;
}
.aboutblockbg
{
    width:100%;
    height:auto;
    overflow:hidden;
    padding-top:100px;
    padding-bottom:100px;
}
.aboutbigtit
{
    font-size:32px;
    line-height:1;
    text-align:center;
    letter-spacing:15px;
    margin-bottom:20px;
}
.aboutbigentit
{
    font-size:22px;
    line-height:1.2;
    text-align:center;
    text-transform:uppercase;
    font-weight:300;
    margin-bottom:70px;
}
.aboutbigentit p
{
    font-size:22px;
    line-height:1.2;
    text-align:center;
    text-transform:uppercase;
    font-weight:300;
}
.aboutcont
{
    width:100%;
    margin:auto;
    max-width:1330px;
    font-size:18px;
    line-height:2;
    margin-bottom:80px;
}
.aboutcont p
{
    font-size:18px;
    line-height:2;
}
.aboutblockbg2
{
    padding-top:0px;
    padding-bottom:0px;
}
.aboutblockbg2 .pic
{
    width:100%;
    height:auto;
}
.aboutblockbg2 .pic .image
{
    width:100%;
    height:auto;
}
.aboutblockbg .threepic
{
    width:100%;
    height:auto;
    overflow:hidden;
    display:flex;
    flex-wrap:wrap;
}
.aboutblockbg .threepic .pic
{
    width:32%;
    height:auto;
    overflow:hidden;
    margin-right:2%;
}
.aboutblockbg .threepic .pic:nth-child(3n)
{
    margin-right:0px;
}
.aboutblockbg .threepic .pic .image
{
    width:100%;
    height:auto;
}
.aboutblockbg .onepic
{
    width:100%;
    height:auto;
}
.aboutblockbg .onepic .pic
{
    width:100%;
    height:auto;
}
.aboutblockbg .onepic .pic .image
{
    width:100%;
    height:auto;
}
.aboutblockbg .twopic
{
    width:100%;
    height:auto;
    overflow:hidden;
    display:flex;
    flex-wrap:wrap;
}
.aboutblockbg .twopic .pic
{
    width:49%;
    height:auto;
    overflow:hidden;
    margin-right:2%;
}
.aboutblockbg .twopic .pic:nth-child(2n)
{
    margin-right:0px;
}
.aboutblockbg .twopic .pic .image
{
    width:100%;
    height:auto;
}
.aboutblockbg5
{
    padding-top:0px;
}
.aboutblock .aboutvideo
{
    width:100%;
    padding-bottom:56.25%;
    height:auto;
    position:relative;
}
.aboutblock .aboutvideo .video
{
    width:100%;
    height:100%;
    position:absolute;
    top:0px;
    left:0px;
    z-index:10;
    object-fit:cover;
}
/**关于我们202510290903 end**/
/**首页视频**/
.indexvideo
{
    width:100%;
    height:100%;
}
.indexvideo .video
{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
}
/**首页视频 end**/
@media screen and (max-width:1200px) {

    /**整体**/
    .m_hide {
        display: none;
    }

    .pc_hide {
        display: block;
    }

    /**整体 end**/
    /**产品列表**/
    .prolist .grid {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 20px;
    }

    .prolist .grid:nth-child(3n) {
        margin-right: 4%;
    }

    .prolist .grid:nth-child(2n) {
        margin-right: 0px;
    }

    /**产品列表 end**/
    /**案例列表**/
    .caselist .grid {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 20px;
    }

    .caselist .grid:nth-child(3n) {
        margin-right: 4%;
    }

    .caselist .grid:nth-child(2n) {
        margin-right: 0px;
    }

    /**案例列表 end**/
    /**新闻**/
    .news_list li {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .news_list li .link {
        padding:0px;
        border-top:none;
    }
    .news_list li:hover .link {
        background:none;
        border-color:transparent;
    }
    /**新闻 end**/
    /**内页内容区**/
    .insidecontent {
        width: 100%;
        margin-top: 0px;
    }

    .insideblock {
        width: 100%;
        box-sizing: border-box;
    }

    /**网站内页大标题**/
    .inside_bigtit {
        font-size: 18px;
    }

    .create_time {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    /**网站内页大标题 end**/
    .art-about .icontent {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem
    }

    /**内页内容区 end**/
    /**上一篇下一篇**/
    .prevnext {
        margin-top: 15px;
    }

    .prevnext .grid {
        width: 100%;
    }

    .prevnext .grid:nth-child(2n) {
        text-align: left;
    }

    /**上一篇下一篇 end**/
    /**案例列表**/
    .caselist .grid {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 20px;
    }

    .caselist .grid:nth-child(3n) {
        margin-right: 4%;
    }

    .caselist .grid:nth-child(2n) {
        margin-right: 0px;
    }

    /**案例列表 end**/
    /**联系我们**/
    .map-dz {
        position: static;
        line-height: 100%;
        height: auto;
    }

    .map-dz b,
    .map-dz span {
        display: block;
        margin-left: 15px;
        line-height: 2em;
        border: none;
    }

    .map-dz {
        border-width: 5px;
        margin-top: 35px;
    }

    .map-con {
        height: auto;
    }

    .maps {
        margin-top: 30px;
    }

    .lxfs li {
        width: 100%;
        margin-right: 0 !important;
        margin: 10px 0;
    }

    .lxfs li img {
        width: 48px;
    }

    .lxfs-des {
        margin-left: 60px;
    }

    .lxfs li h4 {
        margin-top: 0;
    }

    .lxfs {
        padding: 30px 0;
    }

    .sr-list li {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 10px;
    }

    .sr-list li.last {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 0;
    }
    /**联系我们 end**/
    /**锚点**/
    .maodian
    {
        height:51px;
        margin-top:-51px;
    }
    /**锚点 end**/
    /**手机版首页**/
    .pcindexblock
    {
        display:none;
    }
    .mindexbg
    {
        display:block;
        width:100%;
        height:calc(100vh-env(safe-area-inset-bottom));
        position:fixed;
        top:0px;
        left:0px;
        z-index:1;

    }
    .mindexbg .pic
    {
        width:100%;
        height:100%;
    }
    .mindexbg .pic .image
    {
        display:block;
        width:100%;
        height:100%;
        object-fit:cover;
    }
    .mindexblock
    {
        display:block;
        position:relative;
        z-index:2;
    }
    .mindexblock .indexlogo
    {
        width:100%;
        padding-top:40%;

    }
    .mindexblock .indexlogo .image
    {
        display:block;
        width:45%;
        height:auto;
        margin:auto;
    }
    .mindexblock .wenzi1
    {
        width:100%;
        height:auto;
        text-align:center;
        color:#fff;
        line-height:1;
        font-size:18px;
        padding-top:8%;
    }
    .mindexblock .pic2
    {
        width:100%;
        height:auto;
        padding-top:8%;
    }
    .mindexblock .pic2 .image
    {
        height:20px;
        margin:auto;
    }
    .mindexblock .arr1
    {
        width:100%;
        height:auto;
        overflow:hidden;
        padding-top:15px;
    }
    .mindexblock .arr1 .image
    {
        width:5%;
        height:auto;
        margin:auto;
    }
    .mindexblock .iabout
    {
        width:100%;
        box-sizing:border-box;
        padding:60% 6% 30% 6%;
        display:flex;
        flex-wrap:wrap;
        opacity:0;
        transition:1s;
        /* justify-content:flex-end; */
    }
    .mindexblock .iabout.hover
    {
        opacity:1;
    }
    .mindexblock .iabout .link
    {
        display:block;
        width:50%;
        background:rgba(0, 0, 0, 0.5);
        box-sizing:border-box;
        padding:20px 10px;
    }
    .mindexblock .iabout .link .title
    {
        font-size:18px;
        line-height:1;
        color:#fff;
        margin-bottom:10px;
    }
    .mindexblock .iabout .link .extitle
    {
        font-size:16px;
        line-height:1;
        color:#fff;
        margin-bottom:10px;
    }
    .mindexblock .iabout .link .des
    {
        font-size:14px;
        line-height:25px;
        color:#fff;
        margin-bottom:5px;
    }
    .mindexblock .iabout .link .more
    {
        font-size:14px;
        line-height:25px;
        color:#fff;
        text-transform:uppercase;
    }
    .mindexblock .jianbiantitdes
    {
        background: linear-gradient(rgba(239,234,229,0) 0%,rgba(239,234,229,1) 100%);
        padding-top:50px;
        padding-bottom:30px;
    }
    .mindexblock .jianbiantit
    {
        
        box-sizing: border-box;
        padding:0px 6%;
        text-transform:uppercase;
        overflow:hidden;
        height:40px;
    }
    .mindexblock .jianbiantit .wenzi
    {
        width:100%;
        height:100%;
        font-size:22px;
        color:#000;
        line-height:40px;
        overflow:hidden;
        text-align:right;
    }
    .mindexblock .jianbiandes
    {
        box-sizing: border-box;
        padding:0px 6%;
        width:100%;
        text-align:right;
    }
    .mindexblock .jianbiandes p
    {
        font-size:15px;
        line-height:25px; 
    }
    .mindexblock .cailist
    {
        width:100%;
        height:auto;
        padding:30px 6%;
        height:auto;
        overflow:hidden;
        box-sizing:border-box;
        background:#efeae5;
        display:flex;
        flex-wrap:wrap;
    }
    .mindexblock .cailist .grid
    {
        width:32%;
        height:auto;
        overflow:hidden;
        margin-right:2%;
        /* margin-bottom:20px; */
    }
    .mindexblock .cailist .grid:last-child
    {
        /* margin-bottom:0px; */
        margin-right:0px;
    }
    .mindexblock .cailist .grid .link
    {
        display:flex;
        flex-wrap:wrap;
        justify-content:space-between;
        align-items:center;
    }
    .mindexblock .cailist .grid .link .pic
    {
        width:100%;
        height:auto;
        overflow:hidden;
        border-radius:8px;
        overflow:hidden;
        margin-bottom:10px;
    }
    .mindexblock .cailist .grid .link .pic .image
    {
        width:100%;
        height:auto;
        display:block;
    }
    .mindexblock .cailist .grid .link .wenzi
    {
        width:100%;
        height:auto;
        overflow:hidden;
    }
    .mindexblock .cailist .grid .link .wenzi .tit
    {
        width:100%;
        height:auto;
        overflow:hidden;
        font-size:16px;
        margin-bottom:5px;
        line-height:25px;
        overflow:hidden;
        color:#000;
        text-align:center;
    }
    .mindexblock .cailist .grid .link .wenzi .des
    {
        width:100%;
        height:auto;
        overflow:hidden;
        font-size:13px;
        line-height:20px;
        overflow:hidden;
        color:#000;
        text-align:center;
    }
    .mindexblock .mprocate
    {
        padding-bottom:30px;
        flex-wrap:wrap;
        display:flex;
        flex-wrap:wrap;
        background:#efeae5;
    }
    .mindexblock .mprocate .grid
    {
        width:33.33%;
        height:auto;
        overflow:hidden;
    }
    .mindexblock .mprocate .grid .link
    {
        display:block;
        width:100%;
        height:auto;
    }
    .mindexblock .mprocate .grid .link .pic
    {
        width:100%;
        height:auto;
        overflow:hidden;
    }
    .mindexblock .mprocate .grid .link .pic .image
    {
        width:100%;
        height:auto;
    }
    .mindexblock .inewtit
    {
        width:100%;
        height:auto;
        padding-bottom:5px;
        background:#efeae5;
        overflow:hidden;
    }
    .mindexblock .inewtit .wenzi
    {
        overflow:hidden;
        font-size:20px;
        text-align:center;
        line-height:25px;
       
    }
    .mindexblock .inewentit
    {
        width:100%;
        height:auto;
        background:#efeae5;
        overflow:hidden;
    }
    .mindexblock .inewentit .wenzi
    {
        overflow:hidden;
        font-size:16px;
        text-align:center;
        line-height:25px;
        text-transform:uppercase;
    }
    .mindexblock .inewlist
    {
        width:100%;
        padding:30px 6%;
        box-sizing:border-box;
        background:#efeae5;
    }
    .mindexblock .inewlist .grid
    {
        width:100%;
        height:auto;
        margin-bottom:20px;
        overflow:hidden;
    }
    .mindexblock .inewlist .grid:last-child
    {
        margin-bottom:0px;
    }
    .mindexblock .inewlist .grid .link
    {
        width:100%;
        display:flex;
        flex-wrap:wrap;
        background:#d1d1d1;
    }
    .mindexblock .inewlist .grid .link .wenzi
    {
        width:40%;
        height:auto;
        padding:15px;
        box-sizing:border-box;
    }
    .mindexblock .inewlist .grid .link .wenzi .tit
    {
        width:100%;
        font-size:15px;
        line-height:25px;
        color:#000;
    }
    .mindexblock .inewlist .grid .link .wenzi .time
    {
        width:100%;
        font-size:15px;
        line-height:25px;
        color:#000;
    }
    .mindexblock .inewlist .grid .link .outpic
    {
        width:60%;
        height:auto;
        overflow:hidden;
    }
    .mindexblock .inewlist .grid .link .outpic .pic
    {
        width:100%;
        height:auto;
        padding-bottom:66%;
        position:relative;
    }
    .mindexblock .inewlist .grid .link .outpic .pic .image
    {
        width:100%;
        height:100%;
        position:absolute;
        top:0px;
        left:0px;
        object-fit:cover;
    }
    /**手机版首页 end**/
    /**新闻**/
    .news_list
    {
        width:90%;
        margin:auto;
    }
    /**新闻 end**/
    /**内页banner图最小高度**/
    .inside_banner a .pic img
    {
        min-height:250px;
        object-fit:cover;
    }
    /**内页banner图最小高度 end**/
    /**关于我们202510290903**/
    .aboutblock
    {
        width:100%;
        min-width:auto;
        max-width:100%;
    }
    .aboutblockbg
    {
        width:100%;
        box-sizing:border-box;
        padding:30px 6%;
    }
    .aboutbigtit
    {
        font-size:22px;
        letter-spacing:5px;
        margin-bottom:10px;
    }
    .aboutbigentit
    {
        font-size:16px;
        margin-bottom:20px;
    }
    .aboutbigentit p
    {
        font-size:16px;
    }
    .aboutcont
    {
        max-width:100%;
        font-size:15px;
        line-height:2;
        margin-bottom:30px;
    }
    .aboutcont p
    {
        font-size:15px;
        line-height:2;
    }
    /* .aboutblockbg1 .aboutcont
    {
        margin-bottom:0px;
    } */
    .aboutblockbg2
    {
       padding:0px;
    }
    .aboutblockbg .threepic
    {
        width:100%;
        height:auto;
        overflow:hidden;
        display:flex;
        flex-wrap:wrap;
    }
    .aboutblockbg .threepic .pic
    {
        width:32%;
        height:auto;
        overflow:hidden;
        margin-right:2%;
    }
    .aboutblockbg .threepic .pic:nth-child(3n)
    {
        margin-right:0px;
    }
    .aboutblockbg .threepic .pic .image
    {
        width:100%;
        height:auto;
    }
    .aboutblockbg .onepic
    {
        width:100%;
        height:auto;
    }
    .aboutblockbg .onepic .pic
    {
        width:100%;
        height:auto;
    }
    .aboutblockbg .onepic .pic .image
    {
        width:100%;
        height:auto;
    }
    .aboutblockbg .twopic
    {
        width:100%;
        height:auto;
        overflow:hidden;
        display:flex;
        flex-wrap:wrap;
    }
    .aboutblockbg .twopic .pic
    {
        width:49%;
        height:auto;
        overflow:hidden;
        margin-right:2%;
    }
    .aboutblockbg .twopic .pic:nth-child(2n)
    {
        margin-right:0px;
    }
    .aboutblockbg .twopic .pic .image
    {
        width:100%;
        height:auto;
    }
    .aboutblockbg5
    {
        padding-top:0px;
    }
    /**关于我们202510290903 end**/
    /**二级菜单**/
    .secondnav
    {
        padding-top:8px;
        flex-wrap:nowrap;
    }
    .secondnav .link
    {
        font-size:15px;
        margin-bottom:8px;
        margin-right:20px;
    }
    /**二级菜单 end**/     
}