@charset "utf-8";

.ones-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.twos-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.clearfix:after,
.clearfix:before {
    content: '';
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

.picture {
    overflow: hidden
}

.picture img {
    transition: all 1.8s ease-in-out
}

.each-item:hover .picture img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    zoom: 1.05 \9
}

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

.flex-hc {
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center
}

.flex-zBetween {
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.flex-zEnd {
    -webkit-box-pack: end;
    -moz-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.flex-zStart {
    -webkit-box-pack: start;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

.flex-ac {
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center
}

.flex-cStart {
    -webkit-box-align: start;
    -moz-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.flex-cEnd {
    -webkit-box-align: end;
    -moz-align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end
}

.flex-cBaseline {
    -webkit-box-align: baseline;
    -moz-align-items: baseline;
    -webkit-align-items: baseline;
    align-items: baseline
}

.flex-cStretch {
    -webkit-box-align: stretch;
    -moz-align-items: stretch;
    -webkit-align-items: stretch;
    align-items: stretch
}

.flex-zTopBottom {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.flex-zBottomTop {
    -webkit-box-pack: end;
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.flex-zLeftRight {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row
}

.flex-zRightLeft {
    -webkit-box-pack: end;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.flex-shrink {
    -webkit-box-flex: 0;
    -moz-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}

.flex-center {
    -webkit-align-content: center;
    align-content: center
}

.flex-start {
    -webkit-align-content: flex-start;
    align-content: flex-start
}

.flex-end {
    -webkit-align-content: flex-end;
    align-content: flex-end
}

.flex-between {
    -webkit-align-content: space-between;
    align-content: space-between
}

.flex-container {
    -webkit-align-content: space-around;
    align-content: space-around
}

.flex-wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex-nowrap {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.flex_bd {
    -prefix-box-flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@font-face {
    font-family: 'AvantGarde';
    src: url('../fonts/ITC AVANT GARDE CE GOTHIC DEMI.TTF');
    font-style: normal;
    font-weight: normal
}

.font-DIN {
    font-family: 'DIN-Bold', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial'
}

.font-h {
    font-family: PingFang-SC-Heavy, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    font-weight: bold
}

.font-b {
    font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    font-weight: bold
}

.font-m {
    font-family: PingFangSC-Medium, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    font-weight: normal
}

.font-r {
    font-family: PingFangSC-Regular, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    font-weight: normal
}

* {
    padding: 0;
    margin: 0;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: calc(100vw / 19.2);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    --active-color: #63c0ab;
    --white-color: #fff;
    --footer-bg-color: #f8f8f8;
    --black-000: #000000;
    --black-222: #222222;
    --black-333: #333333;
    --black-666: #666666;
    --black-999: #999999;
    --black-ccc: #cccccc;
    --black-ddd: #dddddd;
    --bg-f8: #f8f8f8;
    --bg-f7: #f7f7f7;
    --bg-f6: #f6f6f6
}

@media (min-width: 1901px) {
    html {
        font-size: 100px
    }
}

@media (max-width: 1580px) {
    html {
        font-size: 66px
    }
}

@media (max-width: 767px) {
    html {
        font-size: calc(100vw / 7.5)
    }
}

body {
    min-height: 100%;
    font-family: PingFangSC-Medium, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    background: #fff
}

@media (max-width: 1580px) {
    body {
        font-size: 14px
    }
}

@media (max-width: 1580px) and (max-width: 1580px) {
    body {
        font-size: 12px
    }
}

@media (max-width: 1580px) and (max-width: 480px) {
    body {
        font-size: 12px
    }
}

@media (max-width: 767px) {
    body {
        font-size: .28rem
    }
}

img {
    max-width: 100%;
    border: 0;
    vertical-align: top
}

li {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-style: inherit;
    font-size: inherit;
    font-weight: normal
}

a,
a:hover,
a:focus {
    text-decoration: none
}

input,
button {
    -webkit-appearance: none;
    border-radius: 0
}

button {
    cursor: pointer
}

input[type='button'],
input[type='reset'],
input[type='submit'] {
    -webkit-appearance: button;
    cursor: pointer
}

textarea {
    overflow: auto
}

input,
button,
textarea,
select {
    border: 0;
    font-family: inherit;
    font-style: inherit;
    font-size: inherit;
    font-weight: normal;
    color: inherit;
    background: transparent
}

select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select::-ms-expand {
    display: none
}

table {
    border-collapse: collapse
}

.overflow {
    overflow: hidden
}

.fl {
    float: left
}

.fr {
    float: right
}

.clear {
    zoom: 1
}

.clear:after {
    content: '';
    display: block;
    clear: both
}

.container {
    margin: 0 auto;
    width: 75%
}

@media (max-width: 1580px) {
    .container {
        width: 80%
    }
}

@media (max-width: 991px) {
    .container {
        width: 90%
    }
}

.bg-color1 {
    background-color: #fff
}

.ptb100 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

@media (max-width: 767px) {
    .ptb100 {
        padding-top: 1.2rem;
        padding-bottom: 1.2em
    }
}

.pt100 {
    padding-top: 1rem
}

@media (max-width: 767px) {
    .pt100 {
        padding-top: 1.2rem
    }
}

.pb100 {
    padding-bottom: 1rem
}

@media (max-width: 767px) {
    .pb100 {
        padding-bottom: 1.2rem
    }
}

.font14 {
    font-size: 14px
}

@media (max-width: 1580px) {
    .font14 {
        font-size: 12px
    }
}

@media (max-width: 480px) {
    .font14 {
        font-size: 12px
    }
}

.font16 {
    font-size: 16px
}

@media (max-width: 1580px) {
    .font16 {
        font-size: 13px
    }
}

@media (max-width: 480px) {
    .font16 {
        font-size: 13px
    }
}

.font18 {
    font-size: 18px
}

@media (max-width: 1580px) {
    .font18 {
        font-size: 15px
    }
}

@media screen and (max-width: 1460px) {
    .font18 {
        font-size: 14px
    }
}

@media (max-width: 480px) {
    .font18 {
        font-size: .3rem
    }
}

.font20 {
    font-size: 20px
}

@media (max-width: 1580px) {
    .font20 {
        font-size: 17px
    }
}

@media screen and (max-width: 1460px) {
    .font20 {
        font-size: 15px
    }
}

@media (max-width: 480px) {
    .font20 {
        font-size: .34rem
    }
}

.font24 {
    font-size: 24px
}

@media (max-width: 1580px) {
    .font24 {
        font-size: .26rem
    }
}

@media screen and (max-width: 1460px) {
    .font24 {
        font-size: 18px
    }
}

@media (max-width: 1260px) {
    .font24 {
        font-size: 16px
    }
}

@media (max-width: 480px) {
    .font24 {
        font-size: .36rem
    }
}

.font26 {
    font-size: 26px
}

@media (max-width: 1580px) {
    .font26 {
        font-size: .27rem
    }
}

@media screen and (max-width: 1460px) {
    .font26 {
        font-size: 18px
    }
}

@media (max-width: 480px) {
    .font26 {
        font-size: .36rem
    }
}

.font30 {
    font-size: 30px
}

@media (max-width: 1580px) {
    .font30 {
        font-size: 26px
    }
}

@media (max-width: 480px) {
    .font30 {
        font-size: .4rem
    }
}

.font32 {
    font-size: 32px
}

@media (max-width: 1580px) {
    .font32 {
        font-size: 28px
    }
}

@media (max-width: 1260px) {
    .font32 {
        font-size: 24px
    }
}

@media (max-width: 480px) {
    .font32 {
        font-size: .4rem
    }
}

.font36 {
    font-size: 36px
}

@media (max-width: 1580px) {
    .font36 {
        font-size: 32px
    }
}

@media (max-width: 1260px) {
    .font36 {
        font-size: 24px
    }
}

@media (max-width: 480px) {
    .font36 {
        font-size: .42rem
    }
}

.font40 {
    font-size: .4rem
}

@media (max-width: 480px) {
    .font40 {
        font-size: .5rem
    }
}

@media (max-width: 1260px) {
    .font40 {
        font-size: .36rem
    }
}

@media (max-width: 480px) {
    .font40 {
        font-size: .5rem
    }
}

.font50 {
    font-size: .5rem
}

@media (max-width: 991px) {
    .font50 {
        font-size: .4rem
    }
}

@media (max-width: 480px) {
    .font50 {
        font-size: .5rem
    }
}

.public-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 .2rem;
    min-width: 1rem
}

.public-img {
    display: block;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.public-img::before {
    content: '';
    display: block;
    position: relative;
    z-index: 0;
    padding-top: 100%
}

.public-img>img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s
}

#hi-upgrade {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: #fff;
    font-size: 16px;
    line-height: 26px;
    text-align: center
}

#hi-upgrade .hi-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -177px 0 0 -450px;
    width: 900px
}

#hi-upgrade .hi-wrap .hi-title {
    font-size: 30px;
    line-height: 40px;
    color: #333
}

#hi-upgrade .hi-wrap .hi-close {
    margin: 10px 0;
    display: inline-block;
    cursor: pointer;
    font-size: 18px;
    color: var(--active-color)
}

#hi-upgrade .hi-wrap .hi-close:hover {
    text-decoration: underline
}

#hi-upgrade .hi-wrap .hi-text1 {
    color: #666
}

#hi-upgrade .hi-wrap .hi-text1 span {
    color: var(--active-color)
}

#hi-upgrade .hi-wrap .hi-text2 {
    position: relative;
    margin: 60px 0;
    color: #333
}

#hi-upgrade .hi-wrap .hi-text2::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    width: 100%;
    border-top: 1px solid #ddd
}

#hi-upgrade .hi-wrap .hi-text2 span {
    position: relative;
    z-index: 5;
    padding: 0 30px;
    background: #fff
}

#hi-upgrade .hi-wrap .hi-list {
    overflow: hidden
}

#hi-upgrade .hi-wrap .hi-list li {
    display: inline-block;
    width: 16%
}

#hi-upgrade .hi-wrap .hi-list li div {
    margin: 0 auto 5px;
    width: 50px;
    height: 50px
}

#hi-upgrade .hi-wrap .hi-list li a {
    color: #666
}

#hi-upgrade .hi-wrap .hi-list li a:hover {
    color: var(--active-color)
}

#c-placeholder {
    height: 1rem
}

@media (max-width: 991px) {
    #c-placeholder {
        height: 50px
    }
}

@keyframes fn3 {
    0% {
        opacity: 0;
        transform: matrix(1, -0.1, 0, 1, 0, -20)
    }

    100% {
        opacity: 1;
        transform: matrix(1, 0, 0, 1, 0, 0)
    }
}

.fn3 {
    transform-origin: 0 0;
    animation: fn3 1.2s cubic-bezier(.49, .54, .16, 1);
    animation-fill-mode: both
}

@keyframes fn4 {
    0% {
        opacity: 0;
        transform: matrix(1, .075, 0, 1, 0, 10)
    }

    100% {
        opacity: 1;
        transform: matrix(1, 0, 0, 1, 0, 0)
    }
}

.fn4 {
    transform-origin: 0 0;
    animation: fn4 1.2s cubic-bezier(.49, .54, .16, 1);
    animation-fill-mode: both
}

@keyframes lightFn {
    0% {
        mask-size: 0 0
    }

    100% {
        mask-size: 100% 100%
    }
}

@keyframes lightFn_2 {
    0% {
        mask-size: 0 0
    }

    100% {
        mask-size: 100% 100%
    }
}

@keyframes rightFn {
    0% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0)
    }

    100% {
        transform: translateY(1.5rem);
        -webkit-transform: translateY(1.5rem);
        -moz-transform: translateY(1.5rem);
        -o-transform: translateY(1.5rem);
        -ms-transform: translateY(1.5rem)
    }
}

@keyframes bright {
    0% {
        filter: brightness(4)
    }

    100% {
        filter: brightness(1)
    }
}

@keyframes scaleInImg {
    0% {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2)
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1)
    }
}

.scaleInImg {
    animation-name: scaleInImg
}

#c-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1900;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    line-height: 1rem;
    text-align: center;
    transition: .3s
}

#c-header.c-head-move {
    top: -1rem
}

#c-header.c-active1,
#c-header.c-active,
#c-header.c-style2 {
    color: #fff;
    background: #fff;
    -webkit-backdrop-filter: saturate(180%) blur(10px);
    backdrop-filter: saturate(180%) blur(10px);
    border-color: rgba(0, 0, 0, 0.04)
}

@media (max-width: 991px) {

    #c-header.c-active1,
    #c-header.c-active,
    #c-header.c-style2 {
        background-color: #fff
    }
}

#c-header.c-active1 .c-switch i,
#c-header.c-active .c-switch i,
#c-header.c-style2 .c-switch i,
#c-header.c-active1 .c-switch i,
#c-header.c-active .c-switch i,
#c-header.c-style2 .c-switch i,
#c-header.c-active1 .c-switch i,
#c-header.c-active .c-switch i,
#c-header.c-style2 .c-switch i {
    background: #666
}

@media (max-width: 991px) {
    #c-header {
        line-height: 1rem;
        height: 1rem
    }
}

#c-header a {
    color: var(--white-color);
    transition: .3s
}

#c-header .icon-search {
    color: var(--white-color)
}

#c-header .icon-search path {
    fill: var(--white-color)
}

#c-header.c-active1 a,
#c-header.c-active a,
#c-header.c-style2 a {
    color: #333333
}

#c-header .container {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 0 40px;
    max-width: 100%
}

@media (max-width: 991px) {
    #c-header .container {
        height: 50px;
        padding: 0 5%;
        justify-content: space-between;
        position: initial
    }
}

#c-header .c-right-box {
    display: flex;
    align-items: center
}

#c-header .c-logo {
    display: flex;
    align-items: center
}

#c-header .c-logo .c-img-box {
    display: flex;
    align-items: center;
    width: 183px;
    height: 60px;
    transform-origin: 0 center
}

@media (max-width: 1580px) {
    #c-header .c-logo .c-img-box {
        transform: scale(.7)
    }
}

#c-header .c-logo .c-img-box svg {
    width: 100%;
    height: 100%
}

#c-header .c-logo .c-img-box svg:nth-child(2) {
    display: none
}

#c-header .c-logo .c-img-box img {
    display: none
}

#c-header .c-logo span {
    display: inline-block;
    margin-left: .2rem;
    padding-left: .2rem;
    border-left: 1px solid rgba(255, 255, 255, 0.2)
}

@media (max-width: 767px) {
    #c-header .c-logo span {
        display: none
    }
}

@media (max-width: 991px) {
    .search_box {
        width: 90%;
        background: #eee;
        border-radius: 10px;
        height: 40px;
        padding: 4px 0 0 0;
        box-sizing: border-box;
        transition: all .4s;
        -webkit-transition: all .4s;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-align-items: center;
        -webkit-align-items: center;
        align-items: center;
        margin: 10px auto
    }

    .search_box .submit {
        width: 20px;
        height: 20px;
        border: 0;
        background: url('../images/search1.svg') center center no-repeat;
        display: block;
        background-size: 70% 70%;
        margin-left: 10px;
        opacity: .6;
        margin-top: -2px
    }

    .search_box .text {
        display: block;
        width: calc(100% - 50px);
        border: 0;
        background: transparent;
        line-height: 20px;
        height: 20px;
        font-size: 16px;
        color: #222;
        padding: 5px 10px;
        box-sizing: border-box
    }

    .search_box .cancel {
        color: #00a1e9 !important;
        font-size: 17px;
        display: none;
        margin-left: 3px
    }

    .search_box.focus {
        width: 78%;
        position: relative;
        margin-left: 5%
    }

    .search_box.focus .cancel {
        position: absolute;
        left: 102%;
        width: 50px;
        display: block;
        top: 0;
        line-height: 40px
    }

    .icon-search {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-align-items: center;
        -webkit-align-items: center;
        align-items: center;
        padding: 5px 7%
    }

    .icon-search svg {
        margin-right: 5px
    }

    .icon-search a {
        padding: 0 5px
    }

    .header_search {
        display: none;
        width: 90%;
        margin: 3vh auto 0
    }

    .header_search h2 {
        font-size: 13px;
        line-height: 1;
        color: #888888
    }

    .header_search1 {
        padding-top: 5px
    }

    .header_search1 a {
        font-size: 15px;
        line-height: 50px;
        color: #222;
        display: block;
        border-top: 1px solid rgba(0, 0, 0, 0.05)
    }

    .header_search1 a:first-child {
        border-top: 0
    }

    .login_header.opacity {
        opacity: 0
    }

    .header_search {
        display: none
    }

    .header_search h2 {
        font-size: 13px;
        line-height: 1;
        color: #888888
    }

    .header_search1 {
        padding-top: 5px
    }

    .header_search1 a {
        font-size: 15px;
        line-height: 50px;
        color: #666;
        border-top: 1px solid rgba(0, 0, 0, 0.05)
    }

    .header_search1 a:first-child {
        border-top: 0
    }
}

#c-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    height: 1rem;
    position: fixed
}

@media (max-width: 991px) {
    #c-header {
        height: 50px
    }
}

#c-header .c-nav {
    display: flex;
    align-items: center;
    margin-right: .65rem;
    font-size: 18px
}

@media (max-width: 1580px) {
    #c-header .c-nav {
        font-size: 15px
    }
}

@media screen and (max-width: 1460px) {
    #c-header .c-nav {
        font-size: 14px
    }
}

@media (max-width: 480px) {
    #c-header .c-nav {
        font-size: .3rem
    }
}

@media (max-width: 991px) {
    #c-header .c-nav {
        display: none
    }
}

#c-header .c-nav>li {
    position: relative;
    padding: 0 .37rem
}

@media (max-width: 1260px) {
    #c-header .c-nav>li {
        padding: 0 8px
    }
}

#c-header .c-nav>li:last-child {
    margin-right: 0
}

#c-header .c-nav>li:last-child {
    margin-right: 0
}

#c-header .c-nav>li .cnt2 {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center
}

#c-header .c-nav>li .cnt2 .header-arrow {
    margin-left: 15px;
    transform: rotate(-45deg);
    width: 5px;
    height: 5px;
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    display: block;
    transition: all .3s ease
}

#c-header .c-nav>li .cnt2.slideDown .header-arrow {
    transform: rotate(-225deg)
}

#c-header .c-nav>li:hover .cnt2 {
    color: var(--active-color)
}

#c-header .c-nav>li:hover .cnt2::before {
    width: 100%
}

#c-header .c-nav li a {
    position: relative;
    display: block;
    -webkit-transition: .3s;
    transition: .3s
}

#c-header .c-nav li.on>a::before,
#c-header .c-nav li:hover>a::before {
    width: 100%
}

#c-header .c-nav .arrow {
    margin: -5px 5px 0;
    vertical-align: middle
}

#c-header .c-nav ul {
    position: absolute;
    top: 105%;
    left: 50%;
    display: none;
    border-top: 2px solid var(--active-color);
    background-color: #ffffff;
    min-width: 160px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    box-sizing: border-box;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05)
}

#c-header .c-nav ul li:last-child a {
    padding-bottom: .26rem
}

#c-header .c-nav ul li:first-child a {
    padding-top: .26rem
}

#c-header .c-nav ul li a {
    display: block;
    position: relative;
    font-size: 18px;
    color: var(--black-000);
    line-height: 1.4;
    padding: .13rem 0
}

@media (max-width: 1580px) {
    #c-header .c-nav ul li a {
        font-size: 15px
    }
}

@media screen and (max-width: 1460px) {
    #c-header .c-nav ul li a {
        font-size: 14px
    }
}

@media (max-width: 480px) {
    #c-header .c-nav ul li a {
        font-size: .3rem
    }
}

#c-header .c-nav ul li a:hover {
    color: var(--active-color)
}

#c-header .icon-search.hover .nav_li4 {
    max-height: 100vh;
    padding: 0;
    opacity: 1;
    z-index: 1;
    overflow: initial;
    box-shadow: 0 .05rem .05rem rgba(0, 0, 0, 0.04)
}

#c-header .icon-search.hover .nav_li4 .search-module {
    transition-delay: .1s
}

#c-header .icon-search.hover .nav_li4 .hot,
#c-header .icon-search.hover .nav_li4 .search-module {
    transition: all .4s;
    opacity: 1;
    transition-delay: .3s;
    transform: translateY(0)
}

#c-header .nav_li4 {
    position: absolute;
    width: 100%;
    min-width: 1.67rem;
    left: 50%;
    top: 100%;
    height: auto;
    max-height: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transform: translateX(-50%);
    transition: all .5s;
    opacity: 0;
    z-index: -1001;
    overflow: hidden;
    background: #fff;
    -webkit-backdrop-filter: saturate(180%) blur(10px);
    backdrop-filter: saturate(180%) blur(10px)
}

#c-header .nav_li4 .container {
    margin: 0 auto;
    display: block;
    width: 84%;
    padding: 0
}

@media (max-width: 991px) {
    #c-header .nav_li4 .container {
        width: 90%
    }
}

#c-header .nav_li4 .container .search-module {
    transform: translateY(-30px);
    opacity: 0;
    line-height: 1.5rem;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid var(--active-color)
}

#c-header .nav_li4 .container .search-module .input {
    width: calc(100% - .3rem);
    line-height: 1.5rem;
    font-size: .3rem;
    font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    font-weight: bold;
    color: #666666
}

#c-header .nav_li4 .container .search-module .search-button {
    width: .25rem;
    height: .25rem;
    background: center center url('../images/icon-search.svg') no-repeat;
    background-size: 100%
}

#c-header .nav_li4 .container .hot {
    transform: translateY(-30px);
    opacity: 0;
    padding: .05rem 0;
    font-size: 18px;
    text-align: left;
    color: #666
}

@media (max-width: 1580px) {
    #c-header .nav_li4 .container .hot {
        font-size: 15px
    }
}

@media screen and (max-width: 1460px) {
    #c-header .nav_li4 .container .hot {
        font-size: 14px
    }
}

@media (max-width: 480px) {
    #c-header .nav_li4 .container .hot {
        font-size: .3rem
    }
}

#c-header .nav_li4 .container .hot a {
    color: #666
}

#c-header .nav_li4 .container .hot a:hover {
    color: var(--active-color)
}

#c-header .full-nav,
#c-header .full-search {
    display: none;
    position: fixed;
    top: 1rem;
    left: 0;
    width: 100vw;
    background: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.025);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.025)
}

#c-header .full-search {
    padding: .6rem 0 .4rem
}

#c-header .full-search .c-search_box {
    width: 90%;
    max-width: 800px;
    border-radius: 45px;
    border: 1px solid #ddd;
    height: 60px;
    padding: 4px 0 0 0;
    box-sizing: border-box;
    transition: all .4s;
    -webkit-transition: all .4s;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 10px auto
}

#c-header .full-search .c-search_box .submit {
    width: 20px;
    height: 20px;
    border: 0;
    background: url('../images/search1.svg') center center no-repeat;
    display: block;
    background-size: 100% 100%;
    margin-left: 10px;
    opacity: .6;
    margin-top: -2px
}

#c-header .full-search .c-search_box .text {
    display: block;
    width: calc(100% - 50px);
    border: 0;
    background: transparent;
    line-height: 20px;
    height: 20px;
    font-size: 16px;
    color: #000;
    padding: 5px .3rem;
    box-sizing: border-box
}

#c-header .full-search .c-search_box .text:placeholder {
    color: #999999
}

#c-header .full-search .search-more {
    text-align: left;
    width: 90%;
    max-width: 800px;
    padding: 0 .3rem;
    margin: auto
}

#c-header .full-search .search-more .search-more-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 500px
}

#c-header .full-search .search-more .search-more-list a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    margin-right: .4rem
}

#c-header .full-search .search-more .search-more-list a .text {
    width: 90px;
    margin-right: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #666666;
    line-height: 2
}

#c-header .full-search .search-more .search-more-list a .arrows {
    transform: rotate(-135deg);
    width: 7px;
    height: 7px;
    border-left: 1px solid var(--black-999);
    border-bottom: 1px solid var(--black-999);
    display: block;
    position: relative;
    margin-left: 10px;
    margin-top: 3px;
    z-index: 3
}

#c-header .full-search .search-more .search-more-list a:hover .text {
    color: var(--active-color)
}

#c-header .full-search .search-more .search-more-list a:hover .arrows {
    border-color: var(--active-color)
}

#c-header .full-search .search-more .search-more-tit {
    line-height: 1;
    padding: .3rem 0 .2rem;
    font-size: 18px;
    color: var(--black-000)
}

@media (max-width: 1580px) {
    #c-header .full-search .search-more .search-more-tit {
        font-size: 15px
    }
}

@media screen and (max-width: 1460px) {
    #c-header .full-search .search-more .search-more-tit {
        font-size: 14px
    }
}

@media (max-width: 480px) {
    #c-header .full-search .search-more .search-more-tit {
        font-size: .3rem
    }
}

#c-header .header-product-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background: #fff;
}

#c-header .header-product-list .left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 64%;
    padding: .5rem .6rem .5rem 16vw
}

#c-header .header-product-list .left .swiper-container {
    width: 100%
}

#c-header .header-product-list .left .each-item {
    max-width: 422px;
    cursor: pointer
}

#c-header .header-product-list .left .each-item .public-img {
    border-radius: 10px
}

#c-header .header-product-list .left .each-item .public-img::before {
    padding-top: 65%
}

#c-header .header-product-list .left .each-item .name {
    font-size: 18px;
    color: var(--black-000);
    text-align: left;
    line-height: 1;
    padding: .25rem 0
}

@media (max-width: 1580px) {
    #c-header .header-product-list .left .each-item .name {
        font-size: 15px
    }
}

@media screen and (max-width: 1460px) {
    #c-header .header-product-list .left .each-item .name {
        font-size: 14px
    }
}

@media (max-width: 480px) {
    #c-header .header-product-list .left .each-item .name {
        font-size: .3rem
    }
}

#c-header .header-product-list .right {
    background: #f5f5f5;
    width: 34%;
    padding: .5rem 13vw .5rem .6rem;
    position: relative
}

#c-header .header-product-list .right .swiper-container {
    position: relative;
    padding-bottom: 25px
}

#c-header .header-product-list .right .swiper-container .swiper-slide {
    border: 1px solid #ddd;
    background: #ddd
}

#c-header .header-product-list .right .swiper-container .public-img::before {
    padding-top: 80%
}

#c-header .header-product-list .right .swiper-container .name {
    background: var(--white-color);
    padding: .2rem .2rem;
    line-height: 1.5;
    text-align: left
}

#c-header .header-product-list .right .swiper-container .name span {
    font-size: 18px;
    color: var(--black-000)
}

@media (max-width: 1580px) {
    #c-header .header-product-list .right .swiper-container .name span {
        font-size: 15px
    }
}

@media screen and (max-width: 1460px) {
    #c-header .header-product-list .right .swiper-container .name span {
        font-size: 14px
    }
}

@media (max-width: 480px) {
    #c-header .header-product-list .right .swiper-container .name span {
        font-size: .3rem
    }
}

#c-header .header-product-list .right .swiper-pagination {
    bottom: 0;
    width: 100%;
    line-height: 1;
    text-align: center
}

#c-header .header-product-list .right .swiper-pagination .swiper-pagination-bullet {
    background-color: var(--active-color);
    opacity: .5
}

#c-header .header-product-list .right .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1
}

#c-header .header-case-list {
    width: 84%;
    max-height: 90vh;
    margin: auto;
    padding-top: 3vh;
    overflow: auto;
    text-align: left;
    display: block
}

@media (max-width: 991px) {
    #c-header .header-case-list {
        width: 90%
    }
}

#c-header .header-case-list .item {
    width: calc(33.3% - 22px);
    margin: 0 25px 0 0;
    display: inline-block
}

#c-header .header-case-list .item:nth-child(3n) {
    margin-right: 0
}

#c-header .header-case-list .item:hover .name span {
    color: var(--active-color)
}

#c-header .header-case-list .public-img::before {
    padding-top: 52%
}

#c-header .header-case-list .name {
    padding: .13rem 0;
    line-height: 1.5;
    text-align: left;
    border-radius: 0 0 10px 10px
}

#c-header .header-case-list .name span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    width: 100%;
    display: block;
    color: var(--black-000)
}

@media (max-width: 1580px) {
    #c-header .header-case-list .name span {
        font-size: 15px
    }
}

@media screen and (max-width: 1460px) {
    #c-header .header-case-list .name span {
        font-size: 14px
    }
}

@media (max-width: 480px) {
    #c-header .header-case-list .name span {
        font-size: .3rem
    }
}

#c-header .header-product-list1 {
    display: none;
    background: #fff;
}

#c-header .header-product-list1 .container {
    width: 84%;
    display: block
}

@media (max-width: 991px) {
    #c-header .header-product-list1 .container {
        width: 90%
    }
}

#c-header .header-product-list1 .header-pro-top {
    text-align: left;
    line-height: 2
}

#c-header .header-product-list1 .header-pro-top .button-container {
    text-align: center;
    line-height: 1.5;
    margin-bottom: .3rem
}

#c-header .header-product-list1 .header-pro-top .button-list {
    line-height: 1;
    border: 1px solid #e1e1e1;
    display: inline-block;
    border-radius: 30px;
    padding: 5px;
    height: calc(.4rem + 10px)
}

#c-header .header-product-list1 .header-pro-top .button-list a {
    padding: 0 .35rem;
    cursor: pointer;
    display: inline-block;
    line-height: .4rem;
    color: var(--black-666);
    font-size: 16px;
    transition: all .5s;
    margin: 0;
    vertical-align: top
}

@media (max-width: 1580px) {
    #c-header .header-product-list1 .header-pro-top .button-list a {
        font-size: 13px
    }
}

@media (max-width: 480px) {
    #c-header .header-product-list1 .header-pro-top .button-list a {
        font-size: 13px
    }
}

#c-header .header-product-list1 .header-pro-top .button-list a:hover,
#c-header .header-product-list1 .header-pro-top .button-list a.active {
    background-color: var(--active-color);
    color: var(--white-color);
    border-radius: 30px
}

#c-header .header-product-list1 .header-pro-bottom .model-list {
    display: none
}

#c-header .header-product-list1 .header-pro-bottom .model-list.active {
    display: block
}

#c-header .header-product-list1 .header-pro-bottom .model-list2 .list {
    height: 63vh;
    overflow: auto;
    text-align: left
}

#c-header .header-product-list1 .header-pro-bottom .model-list2 .list .item {
    border: 1px solid #ddd;
    background: #ddd;
    width: calc(20% - .2rem - 2px);
    margin-left: .2rem;
    margin-bottom: .2rem;
    border-radius: 10px;
    display: inline-block
}

#c-header .header-product-list1 .header-pro-bottom .model-list2 .list .item:nth-child(5n - 4) {
    margin-left: 0
}

#c-header .header-product-list1 .header-pro-bottom .model-list2 .list .item:hover .name span {
    color: var(--active-color)
}

#c-header .header-product-list1 .header-pro-bottom .model-list2 .list .public-img {
    border-radius: 10px 10px 0 0
}

#c-header .header-product-list1 .header-pro-bottom .model-list2 .list .public-img::before {
    padding-top: 65%
}

#c-header .header-product-list1 .header-pro-bottom .model-list2 .list .name {
    background: var(--white-color);
    padding: .13rem .2rem;
    line-height: 1.5;
    text-align: left;
    text-align: center;
    border-radius: 0 0 10px 10px
}

#c-header .header-product-list1 .header-pro-bottom .model-list2 .list .name span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    width: 100%;
    display: block;
    color: var(--black-000)
}

@media (max-width: 1580px) {
    #c-header .header-product-list1 .header-pro-bottom .model-list2 .list .name span {
        font-size: 15px
    }
}

@media screen and (max-width: 1460px) {
    #c-header .header-product-list1 .header-pro-bottom .model-list2 .list .name span {
        font-size: 14px
    }
}

@media (max-width: 480px) {
    #c-header .header-product-list1 .header-pro-bottom .model-list2 .list .name span {
        font-size: .3rem
    }
}

#c-header .header-product-list1 .header-pro-bottom .model-list2.list-line-2 {
    text-align: left
}

#c-header .header-product-list1 .header-pro-bottom .model-list2.list-line-2 .list {
    margin: 0 -25vw;
    width: 100%
}

#c-header .header-product-list1 .header-pro-bottom .model-list2.list-line-2 .list .item:nth-child(odd) {
    margin-left: 50vw
}

#c-header .header-product-list1 .header-pro-bottom .model-list2.list-line-3 .list {
    text-align: left;
    margin: 0 -5vw 0 7vw;
    width: 100%
}

#c-header .header-product-list1 .header-pro-bottom .model-list2.list-line-3 .list .item:nth-child(5n - 4) {
    margin-left: .2rem
}

#c-header .header-product-list1 .header-pro-bottom .model-list2.list-line-3 .list .item:nth-child(3n - 2) {
    margin-left: 10vw
}

#c-header .header-product-list1 .header-pro-bottom .model-list2.list-line-4 .list {
    text-align: left;
    margin: 0 -7vw 0 5vw;
    width: 100%
}

#c-header .header-product-list1 .header-pro-bottom .model-list2.list-line-4 .list .item:nth-child(5n - 4) {
    margin-left: .2rem
}

#c-header .header-product-list1 .header-pro-bottom .model-list2.list-line-4 .list .item:nth-child(4n - 3) {
    margin-left: 3vw
}

#c-header .header-product-list1 .header-pro-bottom .model-list3 .list {
    height: 63vh;
    overflow: auto
}

#c-header .header-product-list1 .header-pro-bottom .model-list3 .list .item {
    border: 1px solid #ddd;
    background: #ddd;
    width: 4.6rem;
    margin-left: .2rem;
    margin-bottom: .2rem;
    border-radius: 10px;
    display: inline-block
}

#c-header .header-product-list1 .header-pro-bottom .model-list3 .list .item:nth-child(5n - 4) {
    margin-left: 0
}

#c-header .header-product-list1 .header-pro-bottom .model-list3 .list .item:hover .name span {
    color: var(--active-color)
}

#c-header .header-product-list1 .header-pro-bottom .model-list3 .list .public-img {
    border-radius: 10px 10px 0 0
}

#c-header .header-product-list1 .header-pro-bottom .model-list3 .list .public-img::before {
    padding-top: 55%
}

#c-header .header-product-list1 .header-pro-bottom .model-list3 .list .name {
    background: var(--white-color);
    padding: .13rem .2rem;
    line-height: 1.5;
    text-align: left;
    text-align: center;
    border-radius: 0 0 10px 10px
}

#c-header .header-product-list1 .header-pro-bottom .model-list3 .list .name span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    width: 100%;
    display: block;
    color: var(--black-000)
}

@media (max-width: 1580px) {
    #c-header .header-product-list1 .header-pro-bottom .model-list3 .list .name span {
        font-size: 15px
    }
}

@media screen and (max-width: 1460px) {
    #c-header .header-product-list1 .header-pro-bottom .model-list3 .list .name span {
        font-size: 14px
    }
}

@media (max-width: 480px) {
    #c-header .header-product-list1 .header-pro-bottom .model-list3 .list .name span {
        font-size: .3rem
    }
}

#c-header .header-product-list1 .header-pro-bottom .model-list1 .list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -moz-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    height: 60vh;
    overflow: auto
}

#c-header .header-product-list1 .header-pro-bottom .model-list1 .list .item {
    width: 33.3%;
    padding-bottom: .25rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -moz-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

#c-header .header-product-list1 .header-pro-bottom .model-list1 .list .text-box {
    width: 65%;
    padding: 0 .3rem
}

#c-header .header-product-list1 .header-pro-bottom .model-list1 .list .text-box a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    display: block;
    line-height: 1.5
}

#c-header .header-product-list1 .header-pro-bottom .model-list1 .list .text-box a span {
    font-size: 14px;
    line-height: 1.5;
    color: var(--black-999);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 93%, var(--active-color) 0%);
    background-size: 0 100%;
    background-repeat: no-repeat;
    transition: all .4s
}

@media (max-width: 1580px) {
    #c-header .header-product-list1 .header-pro-bottom .model-list1 .list .text-box a span {
        font-size: 12px
    }
}

@media (max-width: 480px) {
    #c-header .header-product-list1 .header-pro-bottom .model-list1 .list .text-box a span {
        font-size: 12px
    }
}

#c-header .header-product-list1 .header-pro-bottom .model-list1 .list .text-box a:hover span {
    color: var(--active-color);
    background-size: 100% 100%
}

#c-header .header-product-list1 .header-pro-bottom .model-list1 .list .tit {
    font-size: 18px;
    color: #000000;
    line-height: 1.4;
    padding-bottom: 5px;
    text-align: left
}

@media (max-width: 1580px) {
    #c-header .header-product-list1 .header-pro-bottom .model-list1 .list .tit {
        font-size: 15px
    }
}

@media screen and (max-width: 1460px) {
    #c-header .header-product-list1 .header-pro-bottom .model-list1 .list .tit {
        font-size: 14px
    }
}

@media (max-width: 480px) {
    #c-header .header-product-list1 .header-pro-bottom .model-list1 .list .tit {
        font-size: .3rem
    }
}

#c-header .header-product-list1 .header-pro-bottom .model-list1 .list .picture {
    width: 35%;
    border-radius: 10px
}

#c-header .header-product-list1 .header-pro-bottom .model-list1 .list .picture::before {
    padding-top: 65%
}

#c-header .header-product-list1 .header-pro-bottom .header-more {
    line-height: .7rem;
    border-top: 1px solid #ddd;
    font-size: 16px;
    color: var(--active-color);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center
}

@media (max-width: 1580px) {
    #c-header .header-product-list1 .header-pro-bottom .header-more {
        font-size: 13px
    }
}

@media (max-width: 480px) {
    #c-header .header-product-list1 .header-pro-bottom .header-more {
        font-size: 13px
    }
}

#c-header .header-product-list1 .header-pro-bottom .header-more span {
    transition: all .5s
}

#c-header .header-product-list1 .header-pro-bottom .header-more:hover span {
    padding-right: 10px;
    padding-left: 10px
}

#c-header .header-product-list1 .header-pro-bottom .header-more .arrow {
    transform: rotate(-135deg);
    width: 7px;
    height: 7px;
    border-left: 1px solid var(--active-color);
    border-bottom: 1px solid var(--active-color);
    display: block;
    position: relative;
    margin-left: 10px;
    margin-top: 3px;
    z-index: 3
}

#c-header .header-product-list1 .header-back {
    display: inline-block;
    font-size: 16px;
    color: var(--black-666);
    line-height: 1;
    transition: all .4s;
    padding: .3rem 0 .2rem;
    cursor: pointer
}

@media (max-width: 1580px) {
    #c-header .header-product-list1 .header-back {
        font-size: 13px
    }
}

@media (max-width: 480px) {
    #c-header .header-product-list1 .header-back {
        font-size: 13px
    }
}

#c-header .header-product-list1 .header-back svg {
    margin-right: 5px;
    transition: all .4s
}

#c-header .header-product-list1 .header-back svg path {
    fill: var(--black-666);
    transition: all .4s
}

#c-header .header-product-list1 .header-back:hover {
    color: var(--active-color)
}

#c-header .header-product-list1 .header-back:hover svg path {
    fill: var(--active-color)
}

#c-header .c-nav li.on>a,
#c-header .c-nav li:hover>a {
    color: var(--active-color)
}

#c-header.c-active1,
#c-header.c-active,
#c-header.c-style2 {
    border-color: #e6e6e6
}

#c-header.c-active1 .c-nav li.on>a,
#c-header.c-active .c-nav li.on>a,
#c-header.c-style2 .c-nav li.on>a,
#c-header.c-active1 .c-nav li:hover>a,
#c-header.c-active .c-nav li:hover>a,
#c-header.c-style2 .c-nav li:hover>a {
    color: var(--active-color)
}

#c-header.c-active1 .c-nav li.on>a .header-arrow,
#c-header.c-active .c-nav li.on>a .header-arrow,
#c-header.c-style2 .c-nav li.on>a .header-arrow,
#c-header.c-active1 .c-nav li:hover>a .header-arrow,
#c-header.c-active .c-nav li:hover>a .header-arrow,
#c-header.c-style2 .c-nav li:hover>a .header-arrow {
    border-color: var(--active-color) !important
}

#c-header.c-active1 .c-gn .icon-search,
#c-header.c-active .c-gn .icon-search,
#c-header.c-style2 .c-gn .icon-search {
    border-color: #e6e6e6
}

#c-header .on .header-arrow {
    border-color: var(--active-color) !important
}

#c-header.c-active1 .c-img-box svg,
#c-header.c-active1 .c-img-box svg,
#c-header.c-active .c-img-box svg,
#c-header.c-active .c-img-box svg,
#c-header.c-style2 .c-img-box svg,
#c-header.c-style2 .c-img-box svg {
    display: none
}

#c-header.c-active1 .c-img-box img,
#c-header.c-active1 .c-img-box img,
#c-header.c-active .c-img-box img,
#c-header.c-active .c-img-box img,
#c-header.c-style2 .c-img-box img,
#c-header.c-style2 .c-img-box img {
    display: block
}

#c-header.c-active1 .c-gn,
#c-header.c-active .c-gn,
#c-header.c-style2 .c-gn {
    color: #666666
}

#c-header.c-active1 .c-gn .icon-search .icon path,
#c-header.c-active .c-gn .icon-search .icon path,
#c-header.c-style2 .c-gn .icon-search .icon path,
#c-header.c-active1 .c-gn .icon-search .arrow path,
#c-header.c-active .c-gn .icon-search .arrow path,
#c-header.c-style2 .c-gn .icon-search .arrow path {
    fill: #000
}

#c-header.c-active1 .c-nav .arrow path,
#c-header.c-active .c-nav .arrow path,
#c-header.c-style2 .c-nav .arrow path {
    fill: #666666
}

.c-open #c-header.c-active1 .c-nav>li .cnt2::before,
#c-header.c-active1 .c-nav>li .cnt2::before,
.c-open #c-header.c-active .c-nav>li .cnt2::before,
#c-header.c-active .c-nav>li .cnt2::before,
.c-open #c-header.c-style2 .c-nav>li .cnt2::before,
#c-header.c-style2 .c-nav>li .cnt2::before {
    background: var(--active-color)
}

#c-header .c-gn {
    padding-right: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative
}

@media (max-width: 991px) {
    #c-header .c-gn {
        display: none !important
    }
}

#c-header .c-gn .code {
    font-size: 16px;
    padding: 0 .25rem;
    font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    font-weight: bold;
    color: var(--black-222)
}

@media (max-width: 1580px) {
    #c-header .c-gn .code {
        font-size: 13px
    }
}

@media (max-width: 480px) {
    #c-header .c-gn .code {
        font-size: 13px
    }
}

#c-header .c-gn .icon-search {
    line-height: 1rem;
    min-width: 1rem;
    height: 1rem;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    cursor: pointer;
    padding: 0 .3rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center
}

#c-header .c-gn .icon-search path {
    transition: all .4s
}

#c-header .c-gn .icon-search span {
    font-size: 24px;
    color: var(--active-color);
    display: inline-block;
    width: 0;
    overflow: hidden;
    transition: all .4s;
    font-family: 'AvantGarde'
}

@media (max-width: 1580px) {
    #c-header .c-gn .icon-search span {
        font-size: .26rem
    }
}

@media screen and (max-width: 1460px) {
    #c-header .c-gn .icon-search span {
        font-size: 18px
    }
}

@media (max-width: 1260px) {
    #c-header .c-gn .icon-search span {
        font-size: 16px
    }
}

@media (max-width: 480px) {
    #c-header .c-gn .icon-search span {
        font-size: .36rem
    }
}

#c-header .c-gn .icon-search:hover {
    color: var(--active-color)
}

#c-header .c-gn .icon-search:hover path {
    fill: var(--active-color) !important
}

#c-header .c-gn .icon-search:hover span {
    width: auto;
    padding-left: .2rem
}

#c-header .c-nav2 {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 0;
    line-height: 1.2rem;
    color: #222;
    background: #fff;
    overflow-y: auto;
    transition: .3s;
    text-align: left
}

#c-header .c-nav2 li {
    padding: 0 .5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

@media (max-width: 767px) {
    #c-header .c-nav2 li {
        padding: 0;
        margin: 0 .5rem
    }
}

#c-header .c-nav2 li .cnt2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

#c-header .c-nav2 li .cnt2 a {
    display: block
}

#c-header .c-nav2 li .cnt2 img,
#c-header .c-nav2 li .cnt2 svg {
    width: .3rem;
    height: .3rem
}

#c-header .c-nav2 li .cnt2 img path,
#c-header .c-nav2 li .cnt2 svg path {
    fill: #666
}

#c-header .c-nav2 li a {
    color: #222;
    -webkit-transition: all .3s;
    transition: all .3s
}

#c-header .c-nav2 li a:hover,
#c-header .c-nav2 li.on>a {
    color: var(--active-color)
}

#c-header .c-nav2 li ul {
    display: none
}

.c-open #c-header .c-nav2 {
    height: calc(100vh - 50px)
}

#c-header .c-nav2 .cn100 {
    background: #f4f6f7;
    padding: .1rem 0;
    margin: 0 0 .1rem
}

#c-header .c-nav2 .cn100 li {
    border-color: transparent;
    line-height: 1.5;
    padding: 10px 0
}

#c-header .c-nav2 .cn100 a {
    padding: 0 5%;
    box-sizing: border-box
}

#c-header .c-nav2 .cn100 .cn99 {
    border-top: 0;
    border-bottom: 0;
    padding: 0;
    margin: 0
}

#c-header .c-nav2 .cn100 .cn99:last-child {
    padding-bottom: .4rem
}

#c-header .c-nav2 .cn100 .cn99 a {
    line-height: 2.5;
    width: 100%;
    display: block
}

#c-header .c-nav2 .cn100 .cn99:last-child {
    padding-bottom: 0;
    margin-bottom: 0
}

#c-header .c-nav2 .c-title-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center
}

#c-header .c-nav2 .arrow {
    display: block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #272727;
    border-left: 1px solid #272727;
    transform: rotate(135deg);
    transition: all .45s ease-in-out
}

#c-header .c-nav2 .arrow.default {
    transform: rotate(225deg)
}

#c-header .mb-lan {
    margin-top: .3rem;
    padding: 0 .5rem 1rem;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

#c-header .mb-lan svg {
    width: 20px;
    height: 20px;
    margin-top: 24px;
    margin-right: 5px;
    vertical-align: top
}

#c-header .mb-lan svg path {
    fill: #000000
}

#c-header .mb-lan .mb-lan2 {
    text-align: center;
    margin-right: .2rem;
    width: 1.5rem;
    line-height: 1rem;
    border-radius: .4rem;
    border: solid .02rem #666666
}

#c-header .mb-lan .mb-lan2.default {
    background-color: var(--active-color);
    border: solid .02rem var(--active-color);
    color: #000000
}

#c-header .c-switch {
    position: relative;
    display: none;
    width: .48rem;
    height: .4rem;
    cursor: pointer
}

@media (max-width: 991px) {
    #c-header .c-switch {
        display: block
    }
}

#c-header .c-switch i {
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
    background: #fff;
    transition: all .3s
}

#c-header .c-switch i:nth-child(1) {
    top: 0
}

#c-header .c-switch i:nth-child(3) {
    bottom: 0
}

#c-header .c-switch i:nth-child(2) {
    top: 50%;
    margin-top: -1px
}

.c-open #c-header .c-switch i:nth-child(2),
.c-open #c-header .c-switch i:nth-child(2),
.c-open #c-header .c-switch i:nth-child(2) {
    display: none
}

.c-open #c-header .c-switch i:nth-child(1),
.c-open #c-header .c-switch i:nth-child(1),
.c-open #c-header .c-switch i:nth-child(1) {
    transform: rotate(45deg);
    top: .2rem
}

.c-open #c-header .c-switch i:nth-child(3),
.c-open #c-header .c-switch i:nth-child(3),
.c-open #c-header .c-switch i:nth-child(3) {
    transform: rotate(-45deg);
    bottom: .18rem
}

.c-footer-container {
    background: var(--black-000);
    padding-top: .5rem
}

.c-footer-container .footer-top {
    padding: 1.2rem 0;
    border-bottom: 1px solid #1b1b1b;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

@media (max-width: 767px) {
    .c-footer-container .footer-top {
        padding: 25px 0 15px
    }
}

.c-footer-container .footer-top .left {
    color: var(--white-color);
    width: 38%
}

@media (max-width: 767px) {
    .c-footer-container .footer-top .left {
        width: 100%
    }
}

.c-footer-container .footer-top .left .c-img-box {
    width: 153px;
    height: 55px
}

.c-footer-container .footer-top .left .c-img-box svg {
    width: 100%;
    height: 100%
}

.c-footer-container .footer-top .left .call {
    padding: .22rem 0 .2rem;
    font-size: 36px;
    line-height: 1;
    font-family: 'AvantGarde'
}

@media (max-width: 1580px) {
    .c-footer-container .footer-top .left .call {
        font-size: 32px
    }
}

@media (max-width: 1260px) {
    .c-footer-container .footer-top .left .call {
        font-size: 24px
    }
}

@media (max-width: 480px) {
    .c-footer-container .footer-top .left .call {
        font-size: .42rem
    }
}

.c-footer-container .footer-top .left .address,
.c-footer-container .footer-top .left .email {
    font-size: 16px;
    color: var(--black-666);
    padding-bottom: 7px
}

@media (max-width: 1580px) {

    .c-footer-container .footer-top .left .address,
    .c-footer-container .footer-top .left .email {
        font-size: 13px
    }
}

@media (max-width: 480px) {

    .c-footer-container .footer-top .left .address,
    .c-footer-container .footer-top .left .email {
        font-size: 13px
    }
}

.c-footer-container .footer-top .left .share-list {
    padding-top: .6rem;
    width: 120%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

@media (max-width: 767px) {
    .c-footer-container .footer-top .left .share-list {
        display: block;
        width: 110%;
        margin-left: -5%
    }
}

.c-footer-container .footer-top .left .share-list .link-list {
    margin-right: .2rem;
    position: relative;
    border-radius: 45px;
    border: 1px solid #1e1e1e;
    cursor: pointer
}

@media (max-width: 767px) {
    .c-footer-container .footer-top .left .share-list .link-list {
        border: 0;
        border-radius: 0 !important;
        margin-right: 0;
        width: 100%
    }
}

.c-footer-container .footer-top .left .share-list .link-list.show {
    border-radius: 20px 20px 0 0
}

.c-footer-container .footer-top .left .share-list .link-list .tit {
    line-height: .5rem;
    height: .5rem;
    box-sizing: border-box;
    padding: 0 .3rem;
    width: 2.6rem;
    color: var(--black-666)
}

.c-footer-container .footer-top .left .share-list .link-list .tit::after {
    content: '';
    position: absolute;
    top: 35%;
    right: .3rem;
    opacity: .4;
    transform: rotate(-45deg);
    width: 5px;
    height: 5px;
    display: block;
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc
}

@media (max-width: 767px) {
    .c-footer-container .footer-top .left .share-list .link-list .tit::after {
        display: none
    }
}

.c-footer-container .footer-top .left .share-list .link-list .con {
    position: absolute;
    z-index: 3;
    top: 98%;
    width: 100%;
    display: none;
    background-color: var(--black-333);
    max-height: 150px;
    overflow: auto;
    border-radius: 0 0 20px 20px
}

@media (max-width: 767px) {
    .c-footer-container .footer-top .left .share-list .link-list .con {
        background-color: transparent;
        position: static;
        display: block
    }
}

.c-footer-container .footer-top .left .share-list .link-list .con a {
    display: block;
    padding: 5px .3rem;
    line-height: 1.3;
    color: var(--black-666)
}

@media (max-width: 767px) {
    .c-footer-container .footer-top .left .share-list .link-list .con a {
        color: var(--black-999);
        display: inline-block
    }
}

.c-footer-container .footer-top .left .share-list .link-list .con a:hover {
    color: var(--white-color)
}

.c-footer-container .footer-top .left .share-list .wechat {
    line-height: .5rem;
    width: .5rem;
    border-radius: 45px;
    height: .5rem;
    border: 1px solid #1e1e1e;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-right: 10px;
    transition: all .4s;
    position: relative
}

@media (max-width: 767px) {
    .c-footer-container .footer-top .left .share-list .wechat {
        width: 100%;
        height: auto;
        border: 0;
        margin-top: 20px
    }

    .c-footer-container .footer-top .left .share-list .wechat svg {
        display: none
    }
}

.c-footer-container .footer-top .left .share-list .wechat::after {
    content: '';
    display: block;
    position: absolute;
    top: 105%;
    transform: rotate(45deg);
    background-color: var(--black-666);
    width: 10px;
    height: 10px;
    opacity: 0;
    clip-path: polygon(0 0, 100% 0, 0 100%, 0 0)
}

@media (max-width: 767px) {
    .c-footer-container .footer-top .left .share-list .wechat::after {
        display: none
    }
}

.c-footer-container .footer-top .left .share-list .wechat .qcode {
    opacity: 0;
    background-color: var(--black-666);
    width: 0;
    position: absolute;
    border-radius: 5px;
    top: 125%;
    transition: top .4s
}

.c-footer-container .footer-top .left .share-list .wechat .qcode img {
    max-width: 100px
}

@media (max-width: 767px) {
    .c-footer-container .footer-top .left .share-list .wechat .qcode {
        position: static;
        display: block;
        padding: 10px;
        opacity: 1;
        top: 100%;
        width: 100px
    }
}

.c-footer-container .footer-top .left .share-list .wechat:hover {
    background: var(--active-color);
    border-color: var(--active-color)
}

@media (max-width: 767px) {
    .c-footer-container .footer-top .left .share-list .wechat:hover {
        background-color: transparent;
        border-color: transparent
    }
}

.c-footer-container .footer-top .left .share-list .wechat:hover::after {
    opacity: 1
}

.c-footer-container .footer-top .left .share-list .wechat:hover .qcode {
    padding: 10px;
    opacity: 1;
    top: 115%;
    width: 100px
}

.c-footer-container .footer-top .left .share-list .wechat svg {
    width: .3rem;
    height: .3rem
}

.c-footer-container .footer-top .left .share-list .wechat svg path {
    fill: var(--white-color)
}

.c-footer-container .footer-top .footer-list {
    width: 60%;
    color: var(--white-color);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

@media (max-width: 767px) {
    .c-footer-container .footer-top .footer-list {
        display: none
    }
}

.c-footer-container .footer-top .footer-list .tit {
    font-size: 18px
}

@media (max-width: 1580px) {
    .c-footer-container .footer-top .footer-list .tit {
        font-size: 15px
    }
}

@media screen and (max-width: 1460px) {
    .c-footer-container .footer-top .footer-list .tit {
        font-size: 14px
    }
}

@media (max-width: 480px) {
    .c-footer-container .footer-top .footer-list .tit {
        font-size: .3rem
    }
}

.c-footer-container .footer-top .footer-list .con {
    padding-top: .2rem
}

.c-footer-container .footer-top .footer-list .con a {
    display: block
}

.c-footer-container .footer-top .footer-list .con a span {
    font-size: 14px;
    color: var(--black-999);
    line-height: 2.857;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 93%, var(--active-color) 0%);
    background-size: 0 100%;
    background-repeat: no-repeat;
    transition: all .4s
}

@media (max-width: 1580px) {
    .c-footer-container .footer-top .footer-list .con a span {
        font-size: 12px
    }
}

@media (max-width: 480px) {
    .c-footer-container .footer-top .footer-list .con a span {
        font-size: 12px
    }
}

.c-footer-container .footer-top .footer-list .con a:hover span {
    color: var(--active-color);
    background-size: 100% 100%
}

.c-footer-container .footer-bottom {
    padding: .3rem 0;
    font-size: 12px;
    color: var(--black-666);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 767px) {
    .c-footer-container .footer-bottom>div {
        padding-bottom: 15px
    }
}

.c-footer-container .footer-bottom a {
    color: var(--black-999);
    padding: 0 15px;
    transition: all .4s
}

.c-footer-container .footer-bottom a:last-child {
    padding-right: 0
}

.c-footer-container .footer-bottom a:first-child {
    padding-left: 0
}

.c-footer-container .footer-bottom a:hover {
    color: var(--white-color)
}

@keyframes wave-animation {
    0% {
        transform: translate(0, -50%) rotateZ(0deg)
    }

    50% {
        transform: translate(-2%, -50%) rotateZ(180deg)
    }

    100% {
        transform: translate(0, -50%) rotateZ(360deg)
    }
}

.public-button1 {
    border-radius: 25px;
    width: 158px;
    height: 48px;
    padding: 0 30px;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    color: var(--active-color);
    border: 1px solid var(--active-color);
    cursor: pointer;
    transition: all .4s ease-in-out;
    overflow: hidden
}

@media (max-width: 1580px) {
    .public-button1 {
        width: 140px
    }
}

@media (max-width: 480px) {
    .public-button1 {
        width: 126px;
        padding: 0 15px;
        height: 42px
    }
}

.public-button1:before,
.public-button1:after {
    content: '';
    position: absolute;
    top: 50%;
    min-width: calc(158px * 3);
    min-height: calc(158px * 3);
    background-color: transparent;
    opacity: 0;
    animation-name: wave-animation;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    transition: all 1s linear
}

.public-button1:before {
    opacity: .3;
    left: -35px;
    border-radius: 35%;
    animation-duration: 10s
}

.public-button1:after {
    left: -10px;
    opacity: .5;
    border-radius: 37%;
    animation-duration: 10s
}

.public-button1 .text {
    position: relative;
    z-index: 3;
    font-size: 16px;
    color: var(--active-color)
}

@media (max-width: 1580px) {
    .public-button1 .text {
        font-size: 13px
    }
}

@media (max-width: 480px) {
    .public-button1 .text {
        font-size: 13px
    }
}

.public-button1 .arrow {
    transform: rotate(-135deg);
    width: 5px;
    height: 5px;
    border-left: 1px solid var(--active-color);
    border-bottom: 1px solid var(--active-color);
    display: block;
    position: relative;
    z-index: 3
}

.white.public-button1 {
    border-color: var(--white-color)
}

.white.public-button1:before,
.white.public-button1:after {
    background-color: transparent
}

.white.public-button1 .text {
    color: var(--white-color)
}

.white.public-button1 .arrow {
    border-color: var(--white-color)
}

a.active .public-button1,
a:hover .public-button1,
a.public-button1.active,
a.public-button1:hover {
    padding-right: 25px;
    background: var(--active-color)
}

a.active .public-button1:before,
a:hover .public-button1:before,
a.public-button1.active:before,
a.public-button1:hover:before,
a.active .public-button1:after,
a:hover .public-button1:after,
a.public-button1.active:after,
a.public-button1:hover:after {
    background: var(--white-color);
    left: 125%
}

a.active .public-button1:after,
a:hover .public-button1:after,
a.public-button1.active:after,
a.public-button1:hover:after {
    left: 128%
}

a.active .public-button1 .text,
a:hover .public-button1 .text,
a.public-button1.active .text,
a.public-button1:hover .text {
    color: var(--white-color)
}

a.active .public-button1 .arrow,
a:hover .public-button1 .arrow,
a.public-button1.active .arrow,
a.public-button1:hover .arrow {
    border-color: var(--white-color)
}

a.active .white.public-button1,
a:hover .white.public-button1,
a.white.public-button1.active,
a.white.public-button1:hover {
    padding-right: 25px;
    background: transparent;
    border-color: var(--active-color)
}

a.active .white.public-button1:before,
a:hover .white.public-button1:before,
a.white.public-button1.active:before,
a.white.public-button1:hover:before,
a.active .white.public-button1:after,
a:hover .white.public-button1:after,
a.white.public-button1.active:after,
a.white.public-button1:hover:after {
    opacity: 1;
    background: var(--active-color)
}

a.active .white.public-button1:after,
a:hover .white.public-button1:after,
a.white.public-button1.active:after,
a.white.public-button1:hover:after {
    left: 0
}

a.active .white.public-button1 .text,
a:hover .white.public-button1 .text,
a.white.public-button1.active .text,
a.white.public-button1:hover .text {
    color: var(--white-color)
}

a.active .white.public-button1 .arrow,
a:hover .white.public-button1 .arrow,
a.white.public-button1.active .arrow,
a.white.public-button1:hover .arrow {
    border-color: var(--white-color)
}

.swiper-pagination-bullet-active {
    background-color: var(--active-color)
}

.home-banner {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 2
}

.home-banner .swiper-pagination {
    margin: 0 auto;
    width: 75%;
    left: 50%;
    text-align: left;
    transform: translate(-50%, 0);
    bottom: 1rem
}

@media (max-width: 1580px) {
    .home-banner .swiper-pagination {
        width: 80%
    }
}

@media (max-width: 991px) {
    .home-banner .swiper-pagination {
        width: 90%
    }
}

.home-banner .swiper-pagination .swiper-pagination-bullet {
    width: 18px;
    height: 22px;
    background: url(../images/dots.svg);
    background-size: cover;
    opacity: 1;
    margin: 0 .07rem;
    position: relative
}

.home-banner .swiper-pagination .swiper-pagination-bullet:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/dots-active.svg);
    background-size: cover;
    opacity: 0;
    transform: scale(0);
    transform-origin: center 0;
    transition: all .45s ease-in-out
}

.home-banner .swiper-pagination .swiper-pagination-bullet-active:after {
    transform: scale(1);
    opacity: 1
}

.home-banner .swiper-slide {
    position: relative;
    height: calc(100vh + 1rem);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden
}

@media (max-width: 991px) {
    .home-banner .swiper-slide {
        height: 100vh
    }
}

.home-banner .swiper-slide .container {
    position: relative;
    z-index: 2;
    padding-bottom: 1rem
}

.home-banner .swiper-slide .text-box {
    max-width: 470px;
    color: var(--white-color)
}

.home-banner .swiper-slide .text-box .cn-title {
    font-size: .5rem;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.15)
}

@media (max-width: 991px) {
    .home-banner .swiper-slide .text-box .cn-title {
        font-size: .4rem
    }
}

@media (max-width: 480px) {
    .home-banner .swiper-slide .text-box .cn-title {
        font-size: .5rem
    }
}

.home-banner .swiper-slide .text-box .cn-text {
    font-size: 18px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    line-height: 1.667;
    padding: .1rem 0 .5rem
}

@media (max-width: 1580px) {
    .home-banner .swiper-slide .text-box .cn-text {
        font-size: 15px
    }
}

@media screen and (max-width: 1460px) {
    .home-banner .swiper-slide .text-box .cn-text {
        font-size: 14px
    }
}

@media (max-width: 480px) {
    .home-banner .swiper-slide .text-box .cn-text {
        font-size: .3rem
    }
}

.home-banner .swiper-slide::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 2rem;
    background: linear-gradient(to top, #000, rgba(0, 0, 0, 0))
}

.home-banner .home-img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0
}

.home-banner .home-img::before {
    padding-top: 100vh
}

.home-banner .home-img video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover
}

@media (max-width: 991px) {
    .home-banner .home-img .pc-bg {
        display: none
    }
}

.home-banner .home-img .iphone-bg {
    display: none
}

@media (max-width: 991px) {
    .home-banner .home-img .iphone-bg {
        display: block
    }
}

.home-product-section {
    position: relative;
    background-color: var(--white-color);
    margin-top: -0.5rem;
    z-index: 3;
    padding: 1rem 0 1.2rem;
    border-radius: .5rem
}

@media (max-width: 480px) {
    .home-product-section {
        border-radius: 15px;
        padding: 40px 0
    }
}

.home-product-section .cn-title {
    font-size: .5rem;
    color: var(--black-000);
    font-family: PingFang-SC-Heavy, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    font-weight: bold;
    text-align: center;
    padding-bottom: .4rem
}

@media (max-width: 991px) {
    .home-product-section .cn-title {
        font-size: .4rem
    }
}

@media (max-width: 480px) {
    .home-product-section .cn-title {
        font-size: .5rem
    }
}

.home-product-section .con-button-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding-top: .3rem
}

.home-product-section .con-button-list a {
    margin: 10px
}

.home-product-section .list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap
}

.home-product-section .list li {
    margin: 0 0 20px 20px;
    width: calc(50% - 30px);
    border-radius: .1rem;
    overflow: hidden
}

@media (max-width: 480px) {
    .home-product-section .list li {
        width: 90%;
        margin: 0 auto 20px
    }
}

.home-product-section .list li .each-item {
    position: relative;
    display: block
}

.home-product-section .list li .public-img::before {
    padding-top: 64.5%
}

@media (max-width: 480px) {
    .home-product-section .list li .public-img::before {
        padding-top: 100%
    }
}

.home-product-section .list li .text-box {
    position: absolute;
    top: .55rem;
    width: 100%;
    z-index: 2;
    text-align: center;
    color: var(--black-000)
}

.home-product-section .list li .title {
    font-size: 36px;
    padding: .1rem 0 .23rem;
    font-family: PingFang-SC-Heavy, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    font-weight: bold
}

@media (max-width: 1580px) {
    .home-product-section .list li .title {
        font-size: 32px
    }
}

@media (max-width: 1260px) {
    .home-product-section .list li .title {
        font-size: 24px
    }
}

@media (max-width: 480px) {
    .home-product-section .list li .title {
        font-size: .42rem
    }
}

@media (max-width: 480px) {
    .home-product-section .list li .title {
        padding: 5px 0
    }
}

.home-product-section .list li .more {
    font-size: 16px;
    color: var(--black-666)
}

@media (max-width: 1580px) {
    .home-product-section .list li .more {
        font-size: 13px
    }
}

@media (max-width: 480px) {
    .home-product-section .list li .more {
        font-size: 13px
    }
}

.home-product-section .list li .more span {
    vertical-align: middle
}

.home-product-section .list li .more .arrow {
    margin-left: 15px;
    transform: rotate(-135deg);
    width: 5px;
    vertical-align: middle;
    height: 5px;
    display: inline-block;
    border-left: 1px solid var(--black-666);
    border-bottom: 1px solid var(--black-666);
    position: relative;
    z-index: 3;
    transition: all .4s
}

.home-product-section .list li:hover .arrow {
    margin-left: 20px;
    margin-right: -5px
}

.home-about-section {
    position: sticky;
    bottom: -1rem;
    left: 0;
    height: calc(200vh + 2rem);
    width: 100%;
    z-index: 2;
    border-radius: .5rem .5rem 0 0
}

@media (max-width: 480px) {
    .home-about-section {
        height: calc(180vh + 2rem);
        border-radius: 15px 15px 0 0
    }
}

.home-about-section .public-ripples {
    background: center center no-repeat #000000;
    background-size: cover;
    height: calc(100vh + 2rem) !important;
    position: sticky !important;
    top: 0 !important;
    left: 0;
    border-radius: .5rem .5rem 0 0;
    overflow: hidden
}

@media (max-width: 480px) {
    .home-about-section .public-ripples {
        border-radius: 15px 15px 0 0;
        height: 100vh !important
    }
}

.home-about-section canvas {
    opacity: .7;
    border-radius: .5rem .5rem 0 0
}

@media (max-width: 480px) {
    .home-about-section canvas {
        border-radius: 15px 15px 0 0
    }
}

.home-about-section .container {
    top: 2.4rem;
    position: sticky !important;
    left: 12.5%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    color: var(--white-color)
}

@media (max-width: 1580px) {
    .home-about-section .container {
        left: 10%
    }
}

@media (max-width: 991px) {
    .home-about-section .container {
        left: 5%;
        top: 2rem
    }
}

.home-about-section .container .cn-title {
    font-size: .5rem;
    font-family: PingFang-SC-Heavy;
    width: 50%
}

@media (max-width: 991px) {
    .home-about-section .container .cn-title {
        font-size: .4rem
    }
}

@media (max-width: 480px) {
    .home-about-section .container .cn-title {
        font-size: .5rem
    }
}

@media (max-width: 767px) {
    .home-about-section .container .cn-title {
        width: 100%;
        padding: 1rem 0 15px
    }
}

.home-about-section .container .text-box {
    width: 50%
}

@media (max-width: 767px) {
    .home-about-section .container .text-box {
        width: 100%
    }
}

.home-about-section .container .desc {
    font-size: 18px;
    line-height: 1.6;
    padding-bottom: .4rem
}

@media (max-width: 1580px) {
    .home-about-section .container .desc {
        font-size: 15px
    }
}

@media screen and (max-width: 1460px) {
    .home-about-section .container .desc {
        font-size: 14px
    }
}

@media (max-width: 480px) {
    .home-about-section .container .desc {
        font-size: .3rem
    }
}

.home-modue {
    position: relative;
    z-index: 3
}

@keyframes line {
    0% {
        background-position-x: 0
    }

    100% {
        background-position-x: 1500%
    }
}

@keyframes line1 {
    0% {
        background-position-x: 0
    }

    100% {
        background-position-x: 100%
    }
}

.home-tech-section {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 4;
    height: 100vh;
    background: var(--white-color);
    margin-top: -100vh;
    border-radius: .5rem .5rem 0 0
}

@media (max-width: 480px) {
    .home-tech-section {
        border-radius: 15px 15px 0 0;
        height: calc(100vh + 1rem)
    }
}

.home-tech-section .bg {
    border-radius: .5rem .5rem 0 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: center center no-repeat #000;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0
}

@media (max-width: 480px) {
    .home-tech-section .bg {
        border-radius: 15px 15px 0 0
    }
}

.home-tech-section .bg .video {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .7
}

.home-tech-section .bg .bg-white {
    mix-blend-mode: screen;
    background-color: var(--white-color);
    height: 100vh;
    padding-top: 36vh;
    position: relative;
    transition: padding .4s;
    z-index: 2
}

.home-tech-section .bg .bg-white .svg {
    width: 372px;
    height: 480px;
    display: block;
    margin: auto;
    opacity: 0;
    transform: scale(0);
    transform-origin: center 0
}

.home-tech-section .bg .bg-white .svg svg {
    width: 100%;
    height: 100%
}

.home-tech-section .text-box {
    position: relative;
    text-align: center;
    padding-top: 3vh;
    opacity: 0;
    z-index: 5
}

.home-tech-section .text-box .cn-title {
    font-size: 36px;
    line-height: 1.333;
    color: var(--black-000);
    font-family: PingFang-SC-Heavy;
    padding: 1rem 0 .3rem;
    transform: translateY(.2rem)
}

@media (max-width: 1580px) {
    .home-tech-section .text-box .cn-title {
        font-size: 32px
    }
}

@media (max-width: 1260px) {
    .home-tech-section .text-box .cn-title {
        font-size: 24px
    }
}

@media (max-width: 480px) {
    .home-tech-section .text-box .cn-title {
        font-size: .42rem
    }
}

.home-tech-section .text-box .cn-title.active {
    color: var(--white-color)
}

.home-tech-section .text-box .public-button1 {
    margin: auto;
    transform: translateY(.2rem)
}

.home-tech-section .line-list {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 5;
    height: 200px;
    opacity: .1
}

.home-tech-section .line-list::before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    background: url(../images/line.svg) 0 0 repeat-x;
    animation: line linear infinite 15s
}

@media (max-width: 991px) {
    .home-tech-section .line-list::before {
        animation: line1 linear infinite 5s
    }
}

.home-tech-section .line-list::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    margin-top: -200px;
    background: url(../images/line1.svg) 0 0 repeat-x;
    animation: line linear infinite 15s
}

@media (max-width: 991px) {
    .home-tech-section .line-list::after {
        animation: line linear infinite 5s
    }
}

.home-tech-section.active .bg .bg-white {
    padding-top: 30vh
}

.home-news-section {
    background: var(--white-color);
    top: 0;
    left: 0;
    position: relative;
    z-index: 5;
    border-radius: .5rem;
    box-sizing: border-box;
    margin-bottom: -0.5rem
}

@media (max-width: 480px) {
    .home-news-section {
        border-radius: 15px;
        margin-bottom: -15px
    }
}

.home-news-section .container {
    padding: 1.4rem 0
}

.home-news-section .container .swiper-pagination {
    display: none
}

@media (max-width: 480px) {
    .home-news-section .container {
        padding: 30px 0
    }

    .home-news-section .container .swiper-pagination {
        display: block
    }
}

.home-news-section .public-button1 {
    margin: auto
}

.home-news-section .cn-title {
    text-align: center;
    color: var(--black-000);
    font-size: .5rem;
    font-family: PingFang-SC-Heavy
}

@media (max-width: 991px) {
    .home-news-section .cn-title {
        font-size: .4rem
    }
}

@media (max-width: 480px) {
    .home-news-section .cn-title {
        font-size: .5rem
    }
}

.home-news-section .swiper {
    padding: .5rem 0 .6rem
}

.home-news-section .swiper .swiper-slide {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: -2px;
    border: 1px solid #e6e6e6
}

.home-news-section .swiper .swiper-slide .text-box {
    border-top: 0;
    padding: .3rem .4rem;
    border-radius: 0 0 8px 8px
}

.home-news-section .swiper .swiper-slide .title {
    font-size: 24px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: var(--black-000)
}

@media (max-width: 1580px) {
    .home-news-section .swiper .swiper-slide .title {
        font-size: .26rem
    }
}

@media screen and (max-width: 1460px) {
    .home-news-section .swiper .swiper-slide .title {
        font-size: 18px
    }
}

@media (max-width: 1260px) {
    .home-news-section .swiper .swiper-slide .title {
        font-size: 16px
    }
}

@media (max-width: 480px) {
    .home-news-section .swiper .swiper-slide .title {
        font-size: .36rem
    }
}

.home-news-section .swiper .swiper-slide .title span {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 93%, var(--active-color) 0%);
    background-size: 0 100%;
    background-repeat: no-repeat;
    transition: all .4s
}

.home-news-section .swiper .swiper-slide:hover .title span {
    color: var(--active-color);
    background-size: 100% 100%
}

.home-news-section .swiper .swiper-slide .date {
    padding-top: 15px;
    color: var(--black-999);
    font-size: 16px
}

@media (max-width: 1580px) {
    .home-news-section .swiper .swiper-slide .date {
        font-size: 13px
    }
}

@media (max-width: 480px) {
    .home-news-section .swiper .swiper-slide .date {
        font-size: 13px
    }
}

.home-news-section .swiper .public-img::before {
    padding-top: 65%
}

.c-footer-container {
    position: absolute;
    bottom: 0;
    z-index: 4;
    width: 100%
}

.c-footer-container.active {
    position: fixed;
    z-index: 4;
    bottom: 0;
    width: 100%
}

.public-crumbs {
    color: var(--black-999);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px
}

@media (max-width: 1580px) {
    .public-crumbs {
        font-size: 12px
    }
}

@media (max-width: 480px) {
    .public-crumbs {
        font-size: 12px
    }
}

.public-crumbs a span {
    color: var(--black-999);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 93%, var(--active-color) 0%);
    background-size: 0 100%;
    background-repeat: no-repeat;
    transition: all .4s
}

.public-crumbs a:hover span {
    color: var(--active-color);
    background-size: 100% 100%
}

.public-crumbs svg {
    transform: scale(.6);
    margin: 5px .2rem
}

.public-crumbs path {
    fill: var(--black-999)
}

.public-crumbs span {
    color: var(--black-666)
}

.public-small-tit {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: .3rem 0
}

.public-small-tit .more {
    font-size: 16px;
    color: var(--black-999);
    position: relative;
    padding-right: 12px;
    display: inline-block
}

@media (max-width: 1580px) {
    .public-small-tit .more {
        font-size: 13px
    }
}

@media (max-width: 480px) {
    .public-small-tit .more {
        font-size: 13px
    }
}

.public-small-tit .more i {
    position: absolute;
    top: calc(50% - 3px);
    right: 0;
    width: 6px;
    height: 6px;
    display: block;
    transform: rotate(-135deg);
    border-bottom: 1px solid #999999;
    border-left: 1px solid #999999;
    transition: all .3s ease-in-out
}

.public-small-tit .more:hover {
    color: var(--active-color)
}

.public-small-tit .more:hover i {
    border-color: var(--active-color);
    right: -5px
}

.public-small-tit h3.tit {
    font-family: PingFang-SC-Heavy, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    font-weight: bold;
    font-size: 36px;
    color: var(--black-000);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -moz-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    line-height: 1
}

@media (max-width: 1580px) {
    .public-small-tit h3.tit {
        font-size: 32px
    }
}

@media (max-width: 1260px) {
    .public-small-tit h3.tit {
        font-size: 24px
    }
}

@media (max-width: 480px) {
    .public-small-tit h3.tit {
        font-size: .42rem
    }
}

.public-small-tit h3.tit span.num {
    padding-top: 3px;
    margin-left: 5px;
    font-size: 18px;
    color: var(--black-666)
}

@media (max-width: 1580px) {
    .public-small-tit h3.tit span.num {
        font-size: 15px
    }
}

@media screen and (max-width: 1460px) {
    .public-small-tit h3.tit span.num {
        font-size: 14px
    }
}

@media (max-width: 480px) {
    .public-small-tit h3.tit span.num {
        font-size: .3rem
    }
}

@keyframes hi-btn11 {
    0% {
        opacity: .3
    }

    40% {
        opacity: .5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.25)
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.25);
        transform: scale(1.3);
        opacity: 0
    }
}

.public-banner-section {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1
}

@media (max-width: 991px) {
    .public-banner-section.public-work-banner-section {
        position: relative;
        padding-bottom: 60px
    }
}

@media (max-width: 991px) {
    .public-banner-section.public-work-banner-section .bg-img {
        height: 100% !important;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%
    }
}

.public-banner-section.public-work-banner-section .bg-img::after {
    display: none
}

.public-banner-section.public-work-banner-section .bg {
    opacity: 1
}

.public-banner-section.public-work-banner-section .public-crumbs.container {
    top: 1.2rem;
    transform: translate(-50%, 0)
}

@media (max-width: 991px) {
    .public-banner-section.public-work-banner-section .public-crumbs.container {
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0%, 0)
    }
}

.public-banner-section.public-work-banner-section .public-crumbs.container span {
    color: var(--black-666)
}

.public-banner-section.public-work-banner-section .public-crumbs.container a {
    color: var(--black-999)
}

.public-banner-section.public-work-banner-section .public-crumbs.container a span {
    color: var(--black-999)
}

.public-banner-section.public-work-banner-section .public-crumbs.container a:hover span {
    color: var(--active-color)
}

@media (max-width: 991px) {
    .public-banner-section.public-work-banner-section .container {
        position: relative;
        top: 0;
        left: 0;
        padding-top: 30px;
        transform: translate(0%, 0)
    }
}

.public-banner-section.public-work-banner-section .container .title {
    color: var(--black-000);
    text-shadow: none
}

.public-banner-section.public-work-banner-section .container .desc {
    color: var(--black-666);
    padding-bottom: 20px
}

.public-banner-section .pro-img {
    width: 40%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    max-height: 80vh;
    overflow: hidden
}

@media (max-width: 1260px) {
    .public-banner-section .pro-img {
        position: relative;
        transform: translate(0, 0)
    }
}

@media (max-width: 480px) {
    .public-banner-section .pro-img {
        max-width: 6rem;
        width: 100%;
        margin: 20px auto 0
    }
}

.public-banner-section .bg-img {
    position: relative;
    height: calc(100vh + .5rem);
    background-color: var(--black-000);
    overflow: hidden;
    z-index: 1
}

.public-banner-section video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

@media (max-width: 480px) {
    .public-banner-section .bg-img {
        height: 400px
    }
}

.public-banner-section .bg-img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 45%;
    background: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0))
}

.public-banner-section .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: center center no-repeat;
    background-size: cover;
    opacity: .8
}

@media (max-width: 991px) {
    .public-banner-section .pc-bg {
        display: none
    }
}

.public-banner-section .iphone-bg {
    display: none
}

@media (max-width: 991px) {
    .public-banner-section .iphone-bg {
        display: block
    }
}

.public-banner-section .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3
}

.public-banner-section .container .ico-play {
    margin-top: .3rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 18px;
    color: var(--active-color);
    cursor: pointer
}

@media (max-width: 1580px) {
    .public-banner-section .container .ico-play {
        font-size: 15px
    }
}

@media screen and (max-width: 1460px) {
    .public-banner-section .container .ico-play {
        font-size: 14px
    }
}

@media (max-width: 480px) {
    .public-banner-section .container .ico-play {
        font-size: .3rem
    }
}

.public-banner-section .container .ico-play .ico {
    width: .4rem;
    height: .4rem;
    position: relative;
    transition: all .4s
}

.public-banner-section .container .ico-play .ico::after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    opacity: 0;
    transform: scale(.9);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.public-banner-section .container .ico-play .ico svg {
    width: 100%;
    height: 100%
}

.public-banner-section .container .ico-play span {
    margin-left: .2rem
}

.public-banner-section .container .ico-play:hover .ico {
    transform: scale(.93)
}

.public-banner-section .container .ico-play:hover .ico::after {
    animation: hi-btn11 1.3s ease-out 75ms
}

.public-banner-section .container .title {
    font-size: .5rem;
    color: var(--white-color);
    font-family: PingFang-SC-Heavy, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    font-weight: bold;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5)
}

@media (max-width: 991px) {
    .public-banner-section .container .title {
        font-size: .4rem
    }
}

@media (max-width: 480px) {
    .public-banner-section .container .title {
        font-size: .5rem
    }
}

.public-banner-section .container .desc {
    padding-top: 5px;
    font-size: 18px;
    line-height: 1.667;
    color: var(--white-color);
    max-width: 670px
}

@media (max-width: 1580px) {
    .public-banner-section .container .desc {
        font-size: 15px
    }
}

@media screen and (max-width: 1460px) {
    .public-banner-section .container .desc {
        font-size: 14px
    }
}

@media (max-width: 480px) {
    .public-banner-section .container .desc {
        font-size: .3rem
    }
}

.public-banner-section .public-crumbs.container {
    top: 1.2rem;
    transform: translate(-50%, 0)
}

.public-banner-section .public-crumbs.container span {
    color: var(--white-color)
}

.public-banner-section .public-crumbs.container a {
    color: rgba(255, 255, 255, 0.5)
}

.public-banner-section .public-crumbs.container a span {
    color: rgba(255, 255, 255, 0.5)
}

.public-banner-section .public-crumbs.container a:hover span {
    color: var(--active-color)
}

.public-banner-section.banner-tag-section .bg-img {
    height: 300px;
    background: var(--active-color)
}

.public-banner-section.banner-tag-section .bg-img::after {
    display: none
}

@media (max-width: 480px) {
    .public-banner-section.banner-tag-section .bg-img {
        height: 180px
    }
}

.public-banner-section.banner-tag-section .container {
    top: 40.5%;
    text-align: left
}

.public-banner-section.banner-tag-section .container .title {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.2)
}

#c-placeholder+.public-banner-section .bg-img {
    height: calc(100vh - .5rem)
}

@media (max-width: 480px) {
    #c-placeholder+.public-banner-section .bg-img {
        height: 400px
    }
}

#c-placeholder+.public-banner-section .public-crumbs.container {
    top: .2rem
}

#c-placeholder+.public-banner-section.banner-tag-section .bg-img {
    height: 300px;
    background: var(--active-color)
}

#c-placeholder+.public-banner-section.banner-tag-section .bg-img::after {
    display: none
}

@media (max-width: 480px) {
    #c-placeholder+.public-banner-section.banner-tag-section .bg-img {
        height: 180px
    }
}

#c-placeholder+.public-banner-section.banner-tag-section .container {
    top: 40.5%;
    text-align: left
}

#c-placeholder+.public-banner-section.banner-tag-section .container .title {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.2)
}

.inner-module {
    position: relative;
    background-color: var(--white-color);
    margin-top: -0.5rem;
    z-index: 5;
    padding: 1rem 0 .1rem;
    border-radius: .5rem;
    min-height: 70vh
}

@media (max-width: 480px) {
    .inner-module {
        border-radius: 15px;
        padding: 40px 0 10px
    }
}

.inner-page {
    position: relative
}

.common-pagetion {
    padding: .6rem 0 0 0;
    text-align: center;
    font-size: 18px;
    line-height: .5rem
}

@media (max-width: 1580px) {
    .common-pagetion {
        font-size: 15px
    }
}

@media screen and (max-width: 1460px) {
    .common-pagetion {
        font-size: 14px
    }
}

@media (max-width: 480px) {
    .common-pagetion {
        font-size: .3rem
    }
}

.common-pagetion .input,
.common-pagetion a {
    color: var(--black-999);
    cursor: pointer;
    display: inline-block;
    margin: 0 2px;
    width: .5rem;
    height: .5rem;
    line-height: .47rem;
    vertical-align: top;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
    transition: all .4s ease;
    border-radius: 50%;
    vertical-align: middle
}

@media (max-width: 991px) {

    .common-pagetion .input,
    .common-pagetion a {
        width: 30px;
        height: 30px;
        line-height: 27px;
        font-size: 12px
    }
}

.common-pagetion a.active,
.common-pagetion a:hover {
    background: var(--active-color);
    border-color: var(--active-color)
}

.common-pagetion .more-icon {
    width: 100%;
    height: 100%;
    display: block;
    padding-right: 3px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center
}

.common-pagetion .more-icon i {
    border-color: #a7a8a9;
    top: calc(50% - .05rem);
    left: calc(50% - .05rem);
    width: .1rem;
    height: .1rem;
    transform: rotate(-135deg);
    border-bottom: 2px solid #a7a8a9;
    border-left: 2px solid #a7a8a9;
    display: block;
    transition: all .3s ease-in-out
}

@media (max-width: 991px) {
    .common-pagetion .more-icon i {
        width: 6px;
        height: 6px
    }
}

.common-pagetion a.active,
.common-pagetion a:hover {
    background: var(--active-color);
    color: var(--white-color)
}

.common-pagetion a.active .more-icon i,
.common-pagetion a:hover .more-icon i {
    border-color: #ffffff
}

.common-pagetion .icon.prev {
    transform: rotate(180deg)
}

.common-pagetion .icon.next {
    margin-right: .15rem
}

.peculiarity-section {
    padding-bottom: 1rem
}

.peculiarity-section .cn-title {
    color: var(--black-000);
    font-family: PingFang-SC-Heavy, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    font-weight: bold;
    font-size: .5rem;
    text-align: center;
    padding-bottom: .4rem
}

@media (max-width: 991px) {
    .peculiarity-section .cn-title {
        font-size: .4rem
    }
}

@media (max-width: 480px) {
    .peculiarity-section .cn-title {
        font-size: .5rem
    }
}

.peculiarity-section .list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap
}

.peculiarity-section .list li {
    border-bottom: 1px solid #e6e6e6;
    padding: .2rem 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 50%
}

@media (max-width: 991px) {
    .peculiarity-section .list li {
        width: 100%
    }
}

.peculiarity-section .list li .no {
    width: 40px;
    height: 40px;
    background-color: var(--active-color);
    color: var(--white-color);
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    font-family: 'DIN-Bold', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    border-radius: 50%
}

@media (max-width: 1580px) {
    .peculiarity-section .list li .no {
        font-size: 17px
    }
}

@media screen and (max-width: 1460px) {
    .peculiarity-section .list li .no {
        font-size: 15px
    }
}

@media (max-width: 480px) {
    .peculiarity-section .list li .no {
        font-size: .34rem
    }
}

.peculiarity-section .list li .text {
    font-size: 18px;
    color: var(--black-000);
    padding-right: 20px;
    width: calc(100% - 60px)
}

@media (max-width: 1580px) {
    .peculiarity-section .list li .text {
        font-size: 15px
    }
}

@media screen and (max-width: 1460px) {
    .peculiarity-section .list li .text {
        font-size: 14px
    }
}

@media (max-width: 480px) {
    .peculiarity-section .list li .text {
        font-size: .3rem
    }
}

.argument-section {
    padding-bottom: .9rem
}

.argument-section .cn-title {
    color: var(--black-000);
    font-family: PingFang-SC-Heavy, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    font-weight: bold;
    font-size: .5rem;
    text-align: center;
    padding-bottom: .4rem
}

@media (max-width: 991px) {
    .argument-section .cn-title {
        font-size: .4rem
    }
}

@media (max-width: 480px) {
    .argument-section .cn-title {
        font-size: .5rem
    }
}

.argument-section .list {
    border-bottom: 1px solid #e6e6e6
}

.argument-section .list>li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #e6e6e6
}

.argument-section .list>li:nth-child(odd) {
    background-color: #f8f8f8
}

.argument-section .list>li .tit {
    font-size: 24px;
    color: var(--black-000);
    width: 21.5%;
    text-align: center;
}

@media (max-width: 1580px) {
    .argument-section .list>li .tit {
        font-size: .26rem
    }
}

@media screen and (max-width: 1460px) {
    .argument-section .list>li .tit {
        font-size: 18px
    }
}

@media (max-width: 1260px) {
    .argument-section .list>li .tit {
        font-size: 16px
    }
}

@media (max-width: 480px) {
    .argument-section .list>li .tit {
        font-size: .36rem
    }
}

@media (max-width: 991px) {
    .argument-section .list>li .tit {
        width: 100%;
        padding: 20px 0 15px
    }
}

.argument-section .list>li .con {
    width: 78.5%
}

@media (max-width: 991px) {
    .argument-section .list>li .con {
        width: 100%
    }
}

.argument-section .list>li .item {
    font-size: 18px;
    line-height: 1.5;
    padding: 15px 0;
    border-top: 1px solid #e6e6e6;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

@media (max-width: 1580px) {
    .argument-section .list>li .item {
        font-size: 15px
    }
}

@media screen and (max-width: 1460px) {
    .argument-section .list>li .item {
        font-size: 14px
    }
}

@media (max-width: 480px) {
    .argument-section .list>li .item {
        font-size: .3rem
    }
}

@media (max-width: 991px) {
    .argument-section .list>li .item {
        padding: 7px 0
    }
}

.argument-section .list>li .item:nth-child(1) {
    border-top: 0
}

.argument-section .list>li .item dd {
    width: 74%;
    color: var(--black-666)
}

.argument-section .list>li .item dd:nth-child(1) {
    width: 26%;
    color: var(--black-000)
}

.product-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap
}

.product-list li {
    width: calc(33.3% - 20px);
    margin: 30px 30px 0 0;
    border: 1px solid #e6e6e6;
    border-radius: 5px
}

.project-list .con-box .picture,
#c-header .header-product-list1 .header-pro-bottom .model-list1 .list .picture,
#c-header .header-product-list .right .swiper-container .swiper-slide .each-item,
.product-list li .picture {
    background: url('../images/product-item-bg.png') center center no-repeat;
    background-size: cover;
}

.product-list li:nth-child(3n) {
    margin-right: 0
}

@media (max-width: 991px) {

    .product-list li,
    .product-list li:nth-child(3n) {
        width: calc(50% - 15px);
        margin-right: 30px
    }

    .product-list li:nth-child(2n),
    .product-list li:nth-child(3n):nth-child(2n) {
        margin-right: 0
    }
}

@media (max-width: 480px) {
    .product-list li {
        width: 100% !important;
        margin-right: 0 !important;
        margin-top: 20px
    }
}

.product-list a {
    display: block;
    border-radius: 5px;
    overflow: hidden
}

.product-list a.active .title span,
.product-list a:hover .title span {
    color: var(--active-color);
    background-size: 100% 100%
}

.product-list .public-img::before {
    padding-top: 65%;
    background: url(../images/pro-bg.jpg) center center no-repeat;
    background-size: cover
}

.product-list .text-box {
    padding: .3rem .4rem .35rem
}

.product-list .text-box .title {
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--black-000)
}

@media (max-width: 1580px) {
    .product-list .text-box .title {
        font-size: .26rem
    }
}

@media screen and (max-width: 1460px) {
    .product-list .text-box .title {
        font-size: 18px
    }
}

@media (max-width: 1260px) {
    .product-list .text-box .title {
        font-size: 16px
    }
}

@media (max-width: 480px) {
    .product-list .text-box .title {
        font-size: .36rem
    }
}

.product-list .text-box .title span {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 93%, var(--active-color) 0%);
    background-size: 0 100%;
    background-repeat: no-repeat;
    transition: all .4s
}

.product-list .text-box .desc {
    margin-top: .12rem;
    font-size: 18px;
    line-height: 1.8;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: var(--black-666)
}

@media (max-width: 1580px) {
    .product-list .text-box .desc {
        font-size: 15px
    }
}

@media screen and (max-width: 1460px) {
    .product-list .text-box .desc {
        font-size: 14px
    }
}

@media (max-width: 480px) {
    .product-list .text-box .desc {
        font-size: .3rem
    }
}

.con-tag-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: .6rem 0 .3rem
}

.con-tag-box .result-text {
    font-size: 14px;
    color: var(--black-999)
}

@media (max-width: 1580px) {
    .con-tag-box .result-text {
        font-size: 12px
    }
}

@media (max-width: 480px) {
    .con-tag-box .result-text {
        font-size: 12px
    }
}

.con-tag-box .result-text span {
    color: var(--active-color)
}

.news-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap
}

.news-list li {
    width: calc(33.3% - 20px);
    margin: 30px 30px 0 0
}

.news-list li .tag-list {
    padding-bottom: 15px
}

.news-list li .tag-list .item {
    border: 1px solid #eaeaea;
    border-radius: 25px;
    font-size: 12px;
    line-height: 20px;
    padding: 5px 15px;
    display: inline-block;
    margin-right: 6px;
    color: #999999;
    transition: all .4s
}

.news-list li .tag-list .item:hover {
    border-color: var(--active-color);
    background-color: var(--active-color);
    color: var(--white-color)
}

.news-list li:nth-child(3n) {
    margin-right: 0
}

@media (max-width: 991px) {

    .news-list li,
    .news-list li:nth-child(3n) {
        width: calc(50% - 15px);
        margin-right: 30px
    }

    .news-list li:nth-child(2n),
    .news-list li:nth-child(3n):nth-child(2n) {
        margin-right: 0
    }
}

@media (max-width: 480px) {
    .news-list li {
        width: 100% !important;
        margin-right: 0 !important;
        margin-top: 20px
    }
}

.news-list .each-item {
    display: block;
    border-radius: 5px;
    overflow: hidden
}

.news-list .each-item.active .title span,
.news-list .each-item:hover .title span {
    color: var(--active-color);
    background-size: 100% 100%
}

.news-list .public-img::before {
    padding-top: 65%;
    background: url(../images/pro-bg.jpg) center center no-repeat;
    background-size: cover
}

.news-list .text-box {
    padding: .3rem .4rem .35rem;
    border-radius: 0 0 5px 5px
}

.news-list .text-box .title {
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 30px;
    height: 60px;
    color: var(--black-000)
}

@media (max-width: 1580px) {
    .news-list .text-box .title {
        font-size: .26rem
    }
}

@media screen and (max-width: 1460px) {
    .news-list .text-box .title {
        font-size: 18px
    }
}

@media (max-width: 1260px) {
    .news-list .text-box .title {
        font-size: 16px
    }
}

@media (max-width: 480px) {
    .news-list .text-box .title {
        font-size: .36rem
    }
}

.news-list .text-box .title span {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 93%, var(--active-color) 0%);
    background-size: 0 100%;
    background-repeat: no-repeat;
    transition: all .4s
}

.news-list .text-box .date {
    margin-top: .12rem;
    font-size: 16px;
    line-height: 1.8;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: var(--black-999)
}

@media (max-width: 1580px) {
    .news-list .text-box .date {
        font-size: 13px
    }
}

@media (max-width: 480px) {
    .news-list .text-box .date {
        font-size: 13px
    }
}

.news-list.news-list.home-news-section.news-list1 .container {
    padding: 0 0 1.1rem
}

.case-list {
    margin-top: -0.25rem
}

.case-list li .text-box .title {
    height: auto;
    line-height: 1.25
}

.case-list li .text-box .desc {
    color: var(--black-666);
    font-size: 18px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

@media (max-width: 1580px) {
    .case-list li .text-box .desc {
        font-size: 15px
    }
}

@media screen and (max-width: 1460px) {
    .case-list li .text-box .desc {
        font-size: 14px
    }
}

@media (max-width: 480px) {
    .case-list li .text-box .desc {
        font-size: .3rem
    }
}

@media (max-width: 480px) {
    .case-list li .text-box .desc {
        line-height: 24px;
        height: 48px
    }
}

.home-news-section.case-list {
    margin-top: 0 !important
}

.home-news-section.case-list .container {
    padding-top: 0 !important
}

.home-news-section.case-list .swiper .swiper-slide .title {
    height: auto
}

.home-news-section.case-list .swiper .swiper-slide .title span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block
}

.home-news-section.case-list .swiper .swiper-slide .date {
    padding-top: 0
}

.product1-section {
    padding-bottom: 1.1rem;
    margin: 1rem auto .2rem;
}

.product1-section .text-section-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.product1-section .text-section-box .cn-title {
    font-size: .5rem;
    font-family: PingFang-SC-Heavy, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    font-weight: bold;
    width: 50%;
    color: var(--black-000)
}

@media (max-width: 991px) {
    .product1-section .text-section-box .cn-title {
        font-size: .4rem
    }
}

@media (max-width: 480px) {
    .product1-section .text-section-box .cn-title {
        font-size: .5rem
    }
}

@media (max-width: 991px) {
    .product1-section .text-section-box .cn-title {
        width: 100%;
        padding-bottom: .2rem
    }
}

.product1-section .text-section-box .cn-desc {
    width: 50%;
    line-height: 1.667;
    font-size: 18px;
    color: var(--black-666)
}

@media (max-width: 1580px) {
    .product1-section .text-section-box .cn-desc {
        font-size: 15px
    }
}

@media screen and (max-width: 1460px) {
    .product1-section .text-section-box .cn-desc {
        font-size: 14px
    }
}

@media (max-width: 480px) {
    .product1-section .text-section-box .cn-desc {
        font-size: .3rem
    }
}

@media (max-width: 991px) {
    .product1-section .text-section-box .cn-desc {
        width: 100%
    }
}

.news-section {
    padding-bottom: 1rem;
    margin-top: -1rem
}

.news-section .text-section-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    padding: .6rem 0 .4rem
}

.news-section .public-tag-list .item {
    border: 1px solid #eaeaea;
    border-radius: 25px;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 20px;
    display: inline-block;
    margin-right: 16px;
    color: #999999;
    transition: all .4s;
    margin-bottom: 5px
}

@media (max-width: 1580px) {
    .news-section .public-tag-list .item {
        font-size: 12px
    }
}

@media (max-width: 480px) {
    .news-section .public-tag-list .item {
        font-size: 12px
    }
}

.news-section .public-tag-list .item.active,
.news-section .public-tag-list .item:hover {
    border-color: var(--active-color);
    background-color: var(--active-color);
    color: var(--white-color)
}

.news-section .swiper-list {
    padding: 0;
    margin: 0;
    max-width: calc(100% - 5.5rem)
}

@media (max-width: 991px) {
    .news-section .swiper-list {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px
    }
}

.swiper-list {
    padding-top: .5rem
}

.swiper-list .swiper-slide {
    width: auto;
    padding-bottom: 5px;
    transition: all .4s ease-in-out;
    margin-right: .3rem
}

.swiper-list .swiper-slide span {
    color: var(--black-000);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 93%, var(--active-color) 0%);
    background-size: 0 100%;
    background-repeat: no-repeat;
    transition: all .4s;
    padding-bottom: 6px
}

.swiper-list .swiper-slide.active span,
.swiper-list .swiper-slide:hover span {
    color: var(--active-color);
    background-size: 100% 100%
}

.tech-con {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: .4rem 0 1rem
}

@media (max-width: 991px) {
    .tech-con {
        border: 1px solid #e6e6e6
    }
}

.tech-con .public-img {
    border-radius: 5px;
    overflow: hidden;
    width: 50%
}

@media (max-width: 991px) {
    .tech-con .public-img {
        width: 100%
    }
}

.tech-con .public-img::before {
    padding-top: 64.5%
}

.tech-con .text-box {
    width: calc(50% + 5px);
    margin-left: -5px;
    border-radius: 0 5px 5px 0;
    border: 1px solid #e6e6e6;
    padding: .6rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center
}

@media (max-width: 991px) {
    .tech-con .text-box {
        width: 100%;
        border: 0
    }
}

.tech-con .text-box .title {
    color: var(--black-000);
    font-size: 36px;
    font-family: PingFang-SC-Heavy, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    font-weight: bold
}

@media (max-width: 1580px) {
    .tech-con .text-box .title {
        font-size: 32px
    }
}

@media (max-width: 1260px) {
    .tech-con .text-box .title {
        font-size: 24px
    }
}

@media (max-width: 480px) {
    .tech-con .text-box .title {
        font-size: .42rem
    }
}

.tech-con .text-box .desc {
    line-height: 1.667;
    font-size: 18px;
    color: var(--black-666);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: .1rem 0 .5rem
}

@media (max-width: 1580px) {
    .tech-con .text-box .desc {
        font-size: 15px
    }
}

@media screen and (max-width: 1460px) {
    .tech-con .text-box .desc {
        font-size: 14px
    }
}

@media (max-width: 480px) {
    .tech-con .text-box .desc {
        font-size: .3rem
    }
}

.product-contact-con {
    background-color: var(--active-color);
    min-height: 300px;
    padding: .5rem 5%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    border-radius: 5px;
    position: relative
}

.product-contact-con .text-box {
    color: var(--white-color)
}

.product-contact-con .text-box .title {
    font-size: 36px;
    font-family: PingFang-SC-Heavy, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    font-weight: bold
}

@media (max-width: 1580px) {
    .product-contact-con .text-box .title {
        font-size: 32px
    }
}

@media (max-width: 1260px) {
    .product-contact-con .text-box .title {
        font-size: 24px
    }
}

@media (max-width: 480px) {
    .product-contact-con .text-box .title {
        font-size: .42rem
    }
}

.product-contact-con .text-box .desc {
    font-size: 18px;
    display: block;
    padding: .1rem 0 .4rem
}

@media (max-width: 1580px) {
    .product-contact-con .text-box .desc {
        font-size: 15px
    }
}

@media screen and (max-width: 1460px) {
    .product-contact-con .text-box .desc {
        font-size: 14px
    }
}

@media (max-width: 480px) {
    .product-contact-con .text-box .desc {
        font-size: .3rem
    }
}

.product-contact-con .line-list {
    position: absolute;
    top: calc(50% - 50px);
    left: 0;
    width: 100%;
    z-index: 5;
    height: 100px;
    opacity: .2
}

.product-contact-con .line-list::before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    background: url(../images/line2.svg) 0 0 repeat-x;
    animation: line linear infinite 175s forwards
}

.product-contact-con .line-list::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    margin-top: -100px;
    background: url(../images/line3.svg) 0 0 repeat-x;
    animation: line linear infinite 175s
}

.product-contact-con .public-button1 {
    border-color: var(--white-color);
    margin: auto
}

.product-contact-con .public-button1 .text {
    color: var(--white-color)
}

.product-contact-con .public-button1 .arrow {
    border-color: var(--white-color)
}

.page-disclaimers-section {
    padding: 1.2rem 0
}

@media (max-width: 991px) {
    .page-disclaimers-section {
        padding: 40px 0 20px
    }
}

.page-disclaimers-section .top {
    text-align: center;
    border-bottom: 1px solid #efefef
}

.page-disclaimers-section .top .title {
    color: var(--black-000);
    font-family: PingFang-SC-Heavy, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    font-weight: bold;
    font-size: .5rem
}

@media (max-width: 991px) {
    .page-disclaimers-section .top .title {
        font-size: .4rem
    }
}

@media (max-width: 480px) {
    .page-disclaimers-section .top .title {
        font-size: .5rem
    }
}

.page-disclaimers-section .top .date {
    font-size: 16px;
    color: var(--black-666);
    line-height: 1.7;
    padding: .15rem 0 .5rem
}

@media (max-width: 1580px) {
    .page-disclaimers-section .top .date {
        font-size: 13px
    }
}

@media (max-width: 480px) {
    .page-disclaimers-section .top .date {
        font-size: 13px
    }
}

.page-disclaimers-section .top .date span {
    display: block
}

.page-disclaimers-section .editor {
    display: block;
    padding: .3rem 0;
    color: #666666;
    line-height: 1.667;
    font-size: 18px
}

@media (max-width: 1580px) {
    .page-disclaimers-section .editor {
        font-size: 15px
    }
}

@media screen and (max-width: 1460px) {
    .page-disclaimers-section .editor {
        font-size: 14px
    }
}

@media (max-width: 480px) {
    .page-disclaimers-section .editor {
        font-size: .3rem
    }
}

.page-disclaimers-section .editor .tit {
    color: var(--black-000);
    font-family: PingFang-SC-Heavy, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    font-weight: bold;
    font-size: 30px;
    padding: .4rem 0 .2rem
}

@media (max-width: 1580px) {
    .page-disclaimers-section .editor .tit {
        font-size: 26px
    }
}

@media (max-width: 480px) {
    .page-disclaimers-section .editor .tit {
        font-size: .4rem
    }
}

.page-404-section {
    height: 80vh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center
}

.page-404-section .text-tips {
    font-size: 30px;
    color: var(--black-000);
    font-weight: bold;
    padding: .4rem 0 .5rem
}

@media (max-width: 1580px) {
    .page-404-section .text-tips {
        font-size: 26px
    }
}

@media (max-width: 480px) {
    .page-404-section .text-tips {
        font-size: .4rem
    }
}

.page-404-section .text-tips #sec {
    display: inline-block;
    padding: 0 5px;
    color: var(--active-color)
}

.page-404-section .public-button1 {
    margin: auto
}

.public-search-box {
    width: 4.6rem;
    height: 50px;
    border: 1px solid #e6e6e6;
    border-radius: 30px;
    padding: 0 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

@media (max-width: 991px) {
    .public-search-box {
        margin: 15px auto 10px;
        width: 500px;
        height: 40px
    }
}

.public-search-box .box-input {
    font-size: 14px;
    color: var(--black-000)
}

.public-search-box .search {
    opacity: .4;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center
}

.contact1-section {
    padding: 0
}

.contact1-section .container {
    border-radius: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap
}

.contact1-section .container h6.title {
    font-size: 30px;
    font-family: PingFang-SC-Heavy, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    font-weight: bold;
    padding-bottom: .1rem
}

@media (max-width: 1580px) {
    .contact1-section .container h6.title {
        font-size: 26px
    }
}

@media (max-width: 480px) {
    .contact1-section .container h6.title {
        font-size: .4rem
    }
}

.contact1-section .container .left {
    width: 34%;
    border-radius: .1rem;
    background-color: var(--active-color);
    color: var(--white-color);
    padding: .45rem .6rem;
    box-sizing: border-box
}

@media (max-width: 991px) {
    .contact1-section .container .left {
        width: 100%;
        margin-left: 0;
        position: relative;
        z-index: 4
    }
}

.contact1-section .container .left .list li {
    padding: .15rem 0;
    border-top: 1px dashed rgba(255, 255, 255, 0.5)
}

.contact1-section .container .left .list li:first-child {
    border-top: 0
}

.contact1-section .container .left .tips {
    font-size: 18px
}

@media (max-width: 1580px) {
    .contact1-section .container .left .tips {
        font-size: 15px
    }
}

@media screen and (max-width: 1460px) {
    .contact1-section .container .left .tips {
        font-size: 14px
    }
}

@media (max-width: 480px) {
    .contact1-section .container .left .tips {
        font-size: .3rem
    }
}

.contact1-section .container .left .link {
    font-family: 'DIN-Bold', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    font-size: 24px;
    color: var(--white-color)
}

@media (max-width: 1580px) {
    .contact1-section .container .left .link {
        font-size: .26rem
    }
}

@media screen and (max-width: 1460px) {
    .contact1-section .container .left .link {
        font-size: 18px
    }
}

@media (max-width: 1260px) {
    .contact1-section .container .left .link {
        font-size: 16px
    }
}

@media (max-width: 480px) {
    .contact1-section .container .left .link {
        font-size: .36rem
    }
}

.contact1-section .container .left .address {
    font-size: 20px
}

@media (max-width: 1580px) {
    .contact1-section .container .left .address {
        font-size: 17px
    }
}

@media screen and (max-width: 1460px) {
    .contact1-section .container .left .address {
        font-size: 15px
    }
}

@media (max-width: 480px) {
    .contact1-section .container .left .address {
        font-size: .34rem
    }
}

.contact1-section .container .left .wechat {
    position: relative
}

.contact1-section .container .left .wechat svg {
    width: 20px
}

.contact1-section .container .left .wechat::after {
    content: '';
    display: block;
    position: absolute;
    top: 65%;
    left: 5px;
    transform: rotate(45deg);
    background-color: var(--white-color);
    width: 10px;
    height: 10px;
    opacity: 0;
    clip-path: polygon(0 0, 100% 0, 0 100%, 0 0)
}

@media (max-width: 767px) {
    .contact1-section .container .left .wechat::after {
        display: none
    }
}

.contact1-section .container .left .wechat .qcode {
    opacity: 0;
    background-color: var(--white-color);
    width: 0;
    position: absolute;
    border-radius: 5px;
    top: 75%;
    transition: top .4s
}

.contact1-section .container .left .wechat .qcode img {
    max-width: 100px
}

@media (max-width: 767px) {
    .contact1-section .container .left .wechat .qcode {
        position: static;
        display: block;
        padding: 10px;
        opacity: 1;
        top: 100%;
        width: 100px
    }
}

.contact1-section .container .left .wechat:hover {
    background: var(--active-color);
    border-color: var(--active-color)
}

@media (max-width: 767px) {
    .contact1-section .container .left .wechat:hover {
        background-color: transparent;
        border-color: transparent
    }
}

.contact1-section .container .left .wechat:hover::after {
    opacity: 1
}

.contact1-section .container .left .wechat:hover .qcode {
    padding: 10px;
    opacity: 1;
    top: 75%;
    width: 100px
}

.contact1-section .container .right {
    background-color: var(--white-color);
    margin-left: -0.1rem;
    width: calc(66% + .1rem);
    position: relative;
    z-index: 3;
    border-radius: .1rem;
    padding: .5rem .6rem;
    border: 1px solid #e6e6e6
}

@media (max-width: 991px) {
    .contact1-section .container .right {
        width: 100%;
        margin-left: 0
    }
}

.contact1-section .container .right .title {
    padding-bottom: 0
}

.contact1-section .container .right .box-form ul {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap
}

.contact1-section .container .right .box-form li {
    width: calc(50% - .2rem);
    padding-top: .22rem
}

.contact1-section .container .right .box-form li:last-child {
    width: 100%
}

.contact1-section .container .right .box-form .title {
    font-size: 18px;
    color: var(--black-000)
}

@media (max-width: 1580px) {
    .contact1-section .container .right .box-form .title {
        font-size: 15px
    }
}

@media screen and (max-width: 1460px) {
    .contact1-section .container .right .box-form .title {
        font-size: 14px
    }
}

@media (max-width: 480px) {
    .contact1-section .container .right .box-form .title {
        font-size: .3rem
    }
}

.contact1-section .container .right .box-form .box-form-input {
    font-size: 14px;
    line-height: 40px;
    border-bottom: 1px solid #eee;
    width: 100%
}

@media (max-width: 1580px) {
    .contact1-section .container .right .box-form .box-form-input {
        font-size: 12px
    }
}

@media (max-width: 480px) {
    .contact1-section .container .right .box-form .box-form-input {
        font-size: 12px
    }
}

.contact1-section .container .right .box-form .box-form-select {
    line-height: 40px;
    border-bottom: 1px solid #eee;
    width: 100%;
    position: relative
}

.contact1-section .container .right .box-form .box-form-select::after {
    position: absolute;
    top: calc(50% - 3px);
    right: 5%;
    transform: rotate(-45deg);
    content: '';
    width: 7px;
    height: 7px;
    transition: all .6s;
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    display: block
}

.contact1-section .container .right .box-form select {
    width: 100%
}

.contact1-section .container .right .box-form .box-form-textarea {
    line-height: 40px;
    border: 1px solid #eee;
    width: 100%;
    height: 120px;
    padding: 10px 20px;
    resize: none;
    margin-top: 15px
}

.contact1-section .container .right .box-form .box-form-note {
    color: #999999;
    line-height: 1.7;
    font-size: 14px;
    padding-bottom: 15px;
    padding-top: 5px
}

@media (max-width: 1580px) {
    .contact1-section .container .right .box-form .box-form-note {
        font-size: 12px
    }
}

@media (max-width: 480px) {
    .contact1-section .container .right .box-form .box-form-note {
        font-size: 12px
    }
}

.contact1-section .container .right .box-form .box-form-note a {
    color: var(--black-000)
}

.contact2-section {
    padding: 1.2rem 0
}

.contact2-section .title {
    font-size: .5rem;
    color: var(--black-000);
    font-weight: bold;
    text-align: center
}

@media (max-width: 991px) {
    .contact2-section .title {
        font-size: .4rem
    }
}

@media (max-width: 480px) {
    .contact2-section .title {
        font-size: .5rem
    }
}

.contact2-section .list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap
}

.contact2-section .list li {
    width: calc(33.3% - 20px);
    margin: 30px 30px 0 0;
    border: 1px solid #e6e6e6;
    border-radius: .1rem;
    padding: .3rem .4rem
}

.contact2-section .list li:nth-child(3n) {
    margin-right: 0
}

@media (max-width: 991px) {

    .contact2-section .list li,
    .contact2-section .list li:nth-child(3n) {
        width: calc(50% - 15px);
        margin-right: 30px
    }

    .contact2-section .list li:nth-child(2n),
    .contact2-section .list li:nth-child(3n):nth-child(2n) {
        margin-right: 0
    }
}

@media (max-width: 480px) {
    .contact2-section .list li {
        width: 100% !important;
        margin-right: 0 !important;
        margin-top: 20px
    }
}

.contact2-section .list li .tit {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.contact2-section .list li .tit .icon {
    width: 20px;
    height: 20px
}

.contact2-section .list li .tit .text {
    color: var(--black-000);
    width: calc(100% - 30px);
    font-size: 24px;
    font-family: PingFang-SC-Heavy, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    font-weight: bold
}

@media (max-width: 1580px) {
    .contact2-section .list li .tit .text {
        font-size: .26rem
    }
}

@media screen and (max-width: 1460px) {
    .contact2-section .list li .tit .text {
        font-size: 18px
    }
}

@media (max-width: 1260px) {
    .contact2-section .list li .tit .text {
        font-size: 16px
    }
}

@media (max-width: 480px) {
    .contact2-section .list li .tit .text {
        font-size: .36rem
    }
}

.contact2-section .list li .desc {
    padding-top: .15rem;
    font-size: 16px;
    color: var(--black-666);
    line-height: 1.875
}

@media (max-width: 1580px) {
    .contact2-section .list li .desc {
        font-size: 13px
    }
}

@media (max-width: 480px) {
    .contact2-section .list li .desc {
        font-size: 13px
    }
}

.search-container>dd {
    padding-bottom: .4rem
}

.search-container>dd:last-child {
    padding-bottom: 0
}

.search-container>dd .product-list {
    margin-top: -0.2rem
}

.search-container>dd .product-list .text-box {
    border: 0;
    border-top: 1px solid #e6e6e6
}

.search-container>dd .product-list li {
    border: 1px solid #e6e6e6;
    border-radius: 5px
}

.news-info-section {
    background: #f5f5f5;
    position: relative;
    padding-bottom: 1rem;
    z-index: 10
}

@media (max-width: 480px) {
    .news-info-section {
        z-index: 5
    }
}

.news-info-section .public-crumbs {
    padding: .2rem 0 .45rem
}

.news-info-section .con-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -moz-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    position: relative;
    margin-bottom: 1rem
}

.news-info-section .con-box .left {
    width: calc(100% - 5.2rem)
}

@media (max-width: 991px) {
    .news-info-section .con-box .left {
        width: 100%
    }
}

.news-info-section .con-box .left .tag-list {
    padding: .6rem 0;
    border-bottom: 1px solid #eaeaea
}

.news-info-section .con-box .left .tag-list .item {
    border: 1px solid #eaeaea;
    border-radius: 25px;
    font-size: 12px;
    line-height: 20px;
    padding: 5px 15px;
    display: inline-block;
    margin-right: 6px;
    color: #999999;
    transition: all .4s
}

.news-info-section .con-box .left .tag-list .item:hover {
    border-color: var(--active-color);
    background-color: var(--active-color);
    color: var(--white-color)
}

.news-info-section .con-box .left .n-pagetion {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    padding: .4rem 0 0
}

.news-info-section .con-box .left .n-pagetion .n-page-left {
    width: calc(100% - 200px)
}

.news-info-section .con-box .left .n-pagetion .n-page-left a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: block
}

.news-info-section .con-box .left .n-pagetion .n-page-left a span {
    font-size: 16px;
    line-height: 30px;
    color: var(--black-999);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 93%, var(--active-color) 0%);
    background-size: 0 100%;
    background-repeat: no-repeat;
    transition: all .4s
}

@media (max-width: 1580px) {
    .news-info-section .con-box .left .n-pagetion .n-page-left a span {
        font-size: 13px
    }
}

@media (max-width: 480px) {
    .news-info-section .con-box .left .n-pagetion .n-page-left a span {
        font-size: 13px
    }
}

.news-info-section .con-box .left .n-pagetion .n-page-left a:hover span {
    color: var(--active-color);
    background-size: 100% 100%
}

.news-info-section .con-box .left .n-pagetion .public-button1 path {
    fill: var(--active-color)
}

.news-info-section .con-box .left .n-pagetion .public-button1:hover path {
    fill: var(--white-color)
}

.news-info-section .con-box .left .n-title {
    font-size: 36px;
    color: var(--black-000);
    font-family: PingFang-SC-Heavy, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    font-weight: bold
}

@media (max-width: 1580px) {
    .news-info-section .con-box .left .n-title {
        font-size: 32px
    }
}

@media (max-width: 1260px) {
    .news-info-section .con-box .left .n-title {
        font-size: 24px
    }
}

@media (max-width: 480px) {
    .news-info-section .con-box .left .n-title {
        font-size: .42rem
    }
}

.news-info-section .con-box .left .n-info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .1rem 0 .1rem
}

.news-info-section .con-box .left .n-info li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 16px;
    color: var(--black-999)
}

@media (max-width: 1580px) {
    .news-info-section .con-box .left .n-info li {
        font-size: 13px
    }
}

@media (max-width: 480px) {
    .news-info-section .con-box .left .n-info li {
        font-size: 13px
    }
}

@media (max-width: 991px) {
    .news-info-section .con-box .left .n-info li {
        height: 35px
    }
}

.news-info-section .con-box .left .n-info li .n-icon {
    transform: scale(.3);
    transform-origin: 0 0;
    width: 55px;
    height: 55px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-right: -30px;
    margin-top: 4px
}

.news-info-section .con-box .left .n-info li:nth-child(3) .n-icon {
    transform: scale(.4)
}

.news-info-section .con-box .left .n-info li:last-child .n-icon {
    transform: scale(.4)
}

.news-info-section .con-box .left .n-info li:last-child span a {
    vertical-align: top;
    cursor: pointer;
    display: inline-block
}

.news-info-section .con-box .left .n-info li:last-child span .text {
    vertical-align: top;
    display: inline-block
}

.news-info-section .con-box .left .n-info li:last-child span .n-icon {
    margin-right: -25px;
    transform: scale(.45)
}

.news-info-section .con-box .left .n-info li:last-child span .n-icon path {
    transition: all .4s
}

.news-info-section .con-box .left .n-info li:last-child span a:hover svg path {
    fill: var(--active-color)
}

.news-info-section .con-box .left .n-info li span {
    margin: 0 .4rem 0 0
}

.news-info-section .con-box .left .n-info1 {
    padding: .4rem 0 0;
    border-bottom: 1px solid #eaeaea
}

.news-info-section .con-box .left .editor {
    color: #666666;
    line-height: 1.875;
    font-size: 16px
}

@media (max-width: 1580px) {
    .news-info-section .con-box .left .editor {
        font-size: 13px
    }
}

@media (max-width: 480px) {
    .news-info-section .con-box .left .editor {
        font-size: 13px
    }
}

.news-info-section .con-box .right {
    width: 4.6rem
}

.news-info-section .con-box .right .right-box {
    border-radius: .1rem;
    background-color: var(--white-color);
    padding: 0 .4rem;
    box-shadow: 0 0 20px 0 rgba(204, 204, 204, 0.1);
    margin-bottom: .3rem
}

@media (max-width: 991px) {
    .news-info-section .con-box .right {
        width: 100%;
        margin-top: 30px
    }
}

.news-info-section .con-box .right .r-title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-size: 24px;
    font-family: PingFang-SC-Heavy, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    font-weight: bold;
    color: var(--black-000);
    padding: 20px 0
}

@media (max-width: 1580px) {
    .news-info-section .con-box .right .r-title {
        font-size: .26rem
    }
}

@media screen and (max-width: 1460px) {
    .news-info-section .con-box .right .r-title {
        font-size: 18px
    }
}

@media (max-width: 1260px) {
    .news-info-section .con-box .right .r-title {
        font-size: 16px
    }
}

@media (max-width: 480px) {
    .news-info-section .con-box .right .r-title {
        font-size: .36rem
    }
}

.news-info-section .con-box .right .r-title .more {
    font-size: 16px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    color: var(--active-color)
}

@media (max-width: 1580px) {
    .news-info-section .con-box .right .r-title .more {
        font-size: 13px
    }
}

@media (max-width: 480px) {
    .news-info-section .con-box .right .r-title .more {
        font-size: 13px
    }
}

.news-info-section .con-box .right .r-title .more svg {
    margin-left: 8px;
    transition: all .4s
}

.news-info-section .con-box .right .r-title .more svg path {
    fill: var(--active-color)
}

.news-info-section .con-box .right .r-title .more:hover svg {
    margin-left: 16px;
    margin-right: -8px
}

.news-info-section .con-box .right .r-list .item-title {
    display: block;
    width: 100%
}

.news-info-section .con-box .right .r-list span {
    display: block;
    font-size: 20px;
    color: var(--black-000);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 93%, var(--active-color) 0%);
    background-size: 0 100%;
    background-repeat: no-repeat;
    transition: all .4s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media (max-width: 1580px) {
    .news-info-section .con-box .right .r-list span {
        font-size: 17px
    }
}

@media screen and (max-width: 1460px) {
    .news-info-section .con-box .right .r-list span {
        font-size: 15px
    }
}

@media (max-width: 480px) {
    .news-info-section .con-box .right .r-list span {
        font-size: .34rem
    }
}

.news-info-section .con-box .right .r-list .date {
    padding-top: .1rem;
    font-size: 14px;
    color: var(--black-999)
}

@media (max-width: 1580px) {
    .news-info-section .con-box .right .r-list .date {
        font-size: 12px
    }
}

@media (max-width: 480px) {
    .news-info-section .con-box .right .r-list .date {
        font-size: 12px
    }
}

.news-info-section .con-box .right .r-list .item {
    border-top: 1px solid #e6e6e6;
    display: block;
    padding: .27rem 0
}

.news-info-section .con-box .right .r-list .item:hover span {
    color: var(--active-color);
    background-size: 100% 100%
}

.news-info-section .con-box .right .r1-list .picture {
    border-radius: 5px;
    width: 1rem
}

.news-info-section .con-box .right .r1-list .picture::before {
    padding-top: 60%
}

.news-info-section .con-box .right .r1-list span {
    font-size: 20px;
    color: var(--black-000);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 93%, var(--active-color) 0%);
    background-size: 0 100%;
    background-repeat: no-repeat;
    transition: all .4s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: block
}

@media (max-width: 1580px) {
    .news-info-section .con-box .right .r1-list span {
        font-size: 17px
    }
}

@media screen and (max-width: 1460px) {
    .news-info-section .con-box .right .r1-list span {
        font-size: 15px
    }
}

@media (max-width: 480px) {
    .news-info-section .con-box .right .r1-list span {
        font-size: .34rem
    }
}

.news-info-section .con-box .right .r1-list .item-title {
    width: calc(100% - 1.2rem)
}

.news-info-section .con-box .right .r1-list .item {
    border-top: 1px solid #e6e6e6;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: .2rem 0
}

.news-info-section .con-box .right .r1-list .item:hover span {
    color: var(--active-color);
    background-size: 100% 100%
}

.news-list.home-news-section .container {
    padding: 1rem 0 .8rem;
    position: relative
}

.news-list.home-news-section .container .swiper {
    padding: .1rem 0
}

@media (max-width: 991px) {
    .news-list.home-news-section .container .swiper {
        padding-bottom: 1rem
    }
}

.news-list.home-news-section .container .button-icon {
    cursor: pointer;
    background: url(../images/prev.png) no-repeat;
    background-size: 100% 100%;
    width: .5rem;
    height: .5rem;
    display: block;
    position: absolute;
    left: -1rem;
    top: calc(50% - .25rem);
    z-index: 4
}

@media (max-width: 991px) {
    .news-list.home-news-section .container .button-icon {
        left: 1%;
        background: url(../images/next.png) no-repeat;
        background-size: 100% 100%
    }
}

.news-list.home-news-section .container .button-icon:hover {
    background: url(../images/next.png) no-repeat;
    background-size: 100% 100%
}

.news-list.home-news-section .container .button-icon.next {
    left: auto;
    right: -1rem;
    transform: rotate(180deg)
}

@media (max-width: 991px) {
    .news-list.home-news-section .container .button-icon.next {
        left: auto;
        right: 1%;
        background: url(../images/next.png) no-repeat;
        background-size: 100% 100%
    }
}

.product-list.home-news-section.case-list {
    margin: 0 !important
}

.product-list.home-news-section.case-list .container {
    padding-top: 0 !important
}

.product-list.home-news-section.case-list .container .swiper .swiper-slide .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: auto
}

.product-list.home-news-section.case-list .text-box .date {
    margin-top: 0
}

.inner-padding-modue {
    height: 2rem
}

@media (max-width: 991px) {
    .inner-padding-modue {
        display: none
    }
}

.case-info1-section .con-box {
    background-color: var(--white-color);
    border-radius: .1rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap
}

.case-info1-section .con-box .picture {
    width: 50%;
    border-radius: .1rem
}

.case-info1-section .con-box .picture::before {
    padding-top: 65%
}

@media (max-width: 991px) {
    .case-info1-section .con-box .picture {
        width: 100%
    }
}

.case-info1-section .con-box .text-box {
    width: 50%;
    padding: .6rem
}

@media (max-width: 991px) {
    .case-info1-section .con-box .text-box {
        width: 100%
    }
}

.case-info1-section .con-box .text-box .tit {
    font-size: 36px;
    font-family: PingFang-SC-Heavy, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    font-weight: bold;
    color: var(--black-000);
    line-height: 1.3
}

@media (max-width: 1580px) {
    .case-info1-section .con-box .text-box .tit {
        font-size: 32px
    }
}

@media (max-width: 1260px) {
    .case-info1-section .con-box .text-box .tit {
        font-size: 24px
    }
}

@media (max-width: 480px) {
    .case-info1-section .con-box .text-box .tit {
        font-size: .42rem
    }
}

.case-info1-section .con-box .text-box .desc {
    padding-top: .2rem;
    font-size: 18px;
    color: #666666;
    line-height: 1.66
}

@media (max-width: 1580px) {
    .case-info1-section .con-box .text-box .desc {
        font-size: 15px
    }
}

@media screen and (max-width: 1460px) {
    .case-info1-section .con-box .text-box .desc {
        font-size: 14px
    }
}

@media (max-width: 480px) {
    .case-info1-section .con-box .text-box .desc {
        font-size: .3rem
    }
}

.case-info2-section {
    padding-bottom: 1rem
}

.case-info2-section .list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap
}

.case-info2-section .list li {
    width: calc((50% / 3) - (1rem / 3));
    border-top: 1px solid #e6e6e6;
    padding: .2rem 0;
    margin-left: .4rem
}

.case-info2-section .list li:nth-child(6n - 5) {
    margin-left: 0
}

@media (max-width: 991px) {
    .case-info2-section .list li {
        width: calc((100% / 3.1) - (1rem / 3))
    }

    .case-info2-section .list li:nth-child(6n - 5) {
        margin-left: .4rem
    }

    .case-info2-section .list li:nth-child(3n - 2) {
        margin-left: 0
    }
}

@media (max-width: 480px) {
    .case-info2-section .list li {
        width: calc(50% - .2rem);
        padding: 30px 0
    }

    .case-info2-section .list li:nth-child(odd) {
        margin-left: 0
    }

    .case-info2-section .list li:nth-child(even) {
        margin-left: .4rem
    }
}

.case-info2-section .list li .text {
    font-size: 18px;
    padding-top: 5px;
    color: var(--black-999)
}

@media (max-width: 1580px) {
    .case-info2-section .list li .text {
        font-size: 15px
    }
}

@media screen and (max-width: 1460px) {
    .case-info2-section .list li .text {
        font-size: 14px
    }
}

@media (max-width: 480px) {
    .case-info2-section .list li .text {
        font-size: .3rem
    }
}

.case-info2-section .list li .num {
    font-size: 18px;
    color: var(--black-999)
}

@media (max-width: 1580px) {
    .case-info2-section .list li .num {
        font-size: 15px
    }
}

@media screen and (max-width: 1460px) {
    .case-info2-section .list li .num {
        font-size: 14px
    }
}

@media (max-width: 480px) {
    .case-info2-section .list li .num {
        font-size: .3rem
    }
}

.case-info2-section .list li .num .c-num-move {
    margin-top: -5px;
    display: inline-block;
    vertical-align: top;
    margin-right: 3px;
    line-height: 1;
    font-family: 'DIN-Bold', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    font-size: .5rem;
    color: var(--active-color)
}

@media (max-width: 991px) {
    .case-info2-section .list li .num .c-num-move {
        font-size: .4rem
    }
}

@media (max-width: 480px) {
    .case-info2-section .list li .num .c-num-move {
        font-size: .5rem
    }
}

.product-contact {
    padding: 1.2rem 0
}

.tech1-info-section .list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap
}

.tech1-info-section .list li {
    background-color: #f5f5f5;
    border-radius: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    width: calc(20% - (30px / 4));
    padding: .5rem;
    text-align: center;
    height: 4rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    transition: width .3s ease-in-out
}

@media (max-width: 991px) {
    .tech1-info-section .list li {
        width: 100%;
        text-align: left;
        background-color: var(--active-color);
        margin-left: 0;
        min-height: 4rem;
        height: auto
    }

    .tech1-info-section .list li .icon {
        margin: 0;
        width: .6rem
    }

    .tech1-info-section .list li .name {
        color: var(--white-color);
        padding: 10px 0
    }

    .tech1-info-section .list li svg path {
        fill: var(--white-color)
    }

    .tech1-info-section .list li .desc {
        height: auto;
        max-height: 100vh;
        opacity: 1
    }

    .tech1-info-section .list li .line-list {
        filter: invert(100%);
        opacity: .2
    }
}

.tech1-info-section .list li .line-list {
    position: absolute;
    top: calc(50% - 50px);
    left: 0;
    width: 100%;
    z-index: 5;
    height: 200px;
    opacity: 0
}

.tech1-info-section .list li .line-list::before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    background: url(../images/line.svg) 0 0 repeat-x;
    animation: line linear infinite 75s
}

.tech1-info-section .list li .line-list::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    margin-top: -200px;
    background: url(../images/line1.svg) 0 0 repeat-x;
    animation: line linear infinite 75s
}

.tech1-info-section .list li:nth-child(4n - 3) {
    margin-left: 0
}

.tech1-info-section .list li.active {
    width: calc(40% - (30px / 4));
    text-align: left;
    background-color: var(--active-color)
}

@media (max-width: 991px) {
    .tech1-info-section .list li.active {
        width: 100%
    }
}

.tech1-info-section .list li.active .icon {
    margin: 0;
    width: .6rem
}

.tech1-info-section .list li.active .name {
    color: var(--white-color);
    padding: .35rem 0 .2rem
}

@media (max-width: 1580px) {
    .tech1-info-section .list li.active .name {
        padding: .3rem 0 .15rem
    }
}

@media (max-width: 991px) {
    .tech1-info-section .list li.active .name {
        padding: 10px 0
    }
}

.tech1-info-section .list li.active svg path {
    fill: var(--white-color)
}

.tech1-info-section .list li.active .desc {
    height: auto;
    opacity: 1
}

.tech1-info-section .list li.active .line-list {
    filter: invert(100%);
    opacity: .2
}

.tech1-info-section .list .icon {
    width: 45px;
    margin: auto
}

.tech1-info-section .list .desc {
    height: 0;
    overflow: hidden;
    font-size: 18px;
    opacity: 0;
    color: var(--white-color);
    max-height: 90px;
    line-height: 1.667;
    transition: opacity .15s ease-in-out .3s
}

@media (max-width: 1580px) {
    .tech1-info-section .list .desc {
        font-size: 15px
    }
}

@media screen and (max-width: 1460px) {
    .tech1-info-section .list .desc {
        font-size: 14px
    }
}

@media (max-width: 480px) {
    .tech1-info-section .list .desc {
        font-size: .3rem
    }
}

.tech1-info-section .list svg {
    width: 100%
}

.tech1-info-section .list svg path {
    fill: var(--active-color)
}

.tech1-info-section .list .text-box {
    width: 100%
}

.tech1-info-section .list .name {
    font-size: 30px;
    font-family: PingFang-SC-Heavy, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    font-weight: bold;
    color: var(--black-000);
    padding-top: .2rem
}

@media (max-width: 1580px) {
    .tech1-info-section .list .name {
        font-size: 26px
    }
}

@media (max-width: 480px) {
    .tech1-info-section .list .name {
        font-size: .4rem
    }
}

.icon-list {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 1rem
}

.icon-list .swiper-slide {
    border-radius: .1rem;
    border: 1px solid #e6e6e6;
    padding: .4rem 0;
    min-height: 3.6rem
}

.icon-list .swiper-slide .text-box {
    border: 0 !important;
    padding-bottom: 0 !important;
    text-align: center
}

.icon-list .swiper-slide .text-box .date {
    color: var(--black-666) !important;
    margin: 0 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4
}

.icon-list .swiper-slide .text-box .title {
    font-size: 30px;
    font-family: PingFang-SC-Heavy, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    font-weight: bold;
    margin-bottom: .2rem
}

@media (max-width: 1580px) {
    .icon-list .swiper-slide .text-box .title {
        font-size: 26px
    }
}

@media (max-width: 480px) {
    .icon-list .swiper-slide .text-box .title {
        font-size: .4rem
    }
}

.icon-list .swiper-slide .s-icon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
    background-color: var(--active-color)
}

.icon-list .swiper-slide .s-icon svg {
    max-width: 40px;
    max-height: 40px
}

.icon-list .button-icon {
    top: 50% !important
}

@media (max-width: 991px) {
    .icon-list .button-icon {
        top: 40% !important
    }
}

.icon-list .list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap
}

.join-section2 {
    position: relative;
    height: 100vh;
    min-height: 500px;
    background-color: var(--black-000);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center
}

@media (max-width: 480px) {
    .join-section2 {
        max-height: 400px;
        min-height: 0
    }
}

.join-section2 .bg {
    position: absolute;
    background: center center no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .8
}

.join-section2 .text-box {
    position: relative;
    z-index: 5;
    text-align: center
}

.join-section2 .public-button1 {
    margin: auto
}

.join-section2 .cn-title {
    font-size: .5rem;
    color: var(--white-color);
    font-family: PingFang-SC-Heavy, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    font-weight: bold;
    text-align: center;
    padding-bottom: .3rem
}

@media (max-width: 991px) {
    .join-section2 .cn-title {
        font-size: .4rem
    }
}

@media (max-width: 480px) {
    .join-section2 .cn-title {
        font-size: .5rem
    }
}

.join-section1 {
    padding-top: 0 !important
}

.join-section1 .swiper-slide .s-icon {
    background-color: transparent
}

.join-section1 .swiper-slide .s-icon svg {
    max-width: .7rem;
    max-height: .7rem
}

.project-list .cn-title {
    font-size: .5rem;
    color: var(--black-000);
    font-family: PingFang-SC-Heavy, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    font-weight: bold;
    text-align: center;
    padding-bottom: .4rem
}

@media (max-width: 991px) {
    .project-list .cn-title {
        font-size: .4rem
    }
}

@media (max-width: 480px) {
    .project-list .cn-title {
        font-size: .5rem
    }
}

@media (max-width: 991px) {
    .project-list .cn-title {
        padding-bottom: 15px
    }
}

.project-list .container {
    position: relative
}

.project-list .container .button-icon {
    cursor: pointer;
    background: url(../images/prev.png) no-repeat;
    background-size: 100% 100%;
    width: .5rem;
    height: .5rem;
    display: block;
    position: absolute;
    left: -1rem;
    top: calc(50% - .25rem);
    z-index: 4
}

@media (max-width: 991px) {
    .project-list .container .button-icon {
        left: 1%;
        background: url(../images/next.png) no-repeat;
        background-size: 100% 100%
    }
}

.project-list .container .button-icon:hover {
    background: url(../images/next.png) no-repeat;
    background-size: 100% 100%
}

.project-list .container .button-icon.next {
    left: auto;
    right: -1rem;
    transform: rotate(180deg)
}

@media (max-width: 991px) {
    .project-list .container .button-icon.next {
        left: auto;
        right: 1%;
        background: url(../images/next.png) no-repeat;
        background-size: 100% 100%
    }
}

.project-list .container .swiper-pagination {
    display: none
}

@media (max-width: 480px) {
    .project-list .container .swiper-pagination {
        display: block;
        margin: auto;
        width: 100%
    }

    .project-list .container .swiper-pagination-bullet {
        margin: 0 2px
    }
}

.project-list .con-box {
    background-color: var(--white-color);
    border-radius: .1rem;
    border: 1px solid #e6e6e6;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center
}

.project-list .con-box .picture {
    width: 50%;
    border-radius: .1rem
}

.project-list .con-box .picture::before {
    padding-top: 65%
}

@media (max-width: 991px) {
    .project-list .con-box .picture {
        width: 100%
    }
}

.project-list .con-box .text-box {
    width: 50%;
    padding: .1rem .6rem
}

@media (max-width: 991px) {
    .project-list .con-box .text-box {
        width: 100%
    }
}

.project-list .con-box .text-box .tit {
    font-size: 36px;
    font-family: PingFang-SC-Heavy, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    font-weight: bold;
    color: var(--black-000);
    line-height: 1.3
}

@media (max-width: 1580px) {
    .project-list .con-box .text-box .tit {
        font-size: 32px
    }
}

@media (max-width: 1260px) {
    .project-list .con-box .text-box .tit {
        font-size: 24px
    }
}

@media (max-width: 480px) {
    .project-list .con-box .text-box .tit {
        font-size: .42rem
    }
}

.project-list .con-box .text-box .desc {
    padding: .2rem 0 .5rem;
    font-size: 18px;
    color: #666666;
    line-height: 1.66
}

@media (max-width: 1580px) {
    .project-list .con-box .text-box .desc {
        font-size: 15px
    }
}

@media screen and (max-width: 1460px) {
    .project-list .con-box .text-box .desc {
        font-size: 14px
    }
}

@media (max-width: 480px) {
    .project-list .con-box .text-box .desc {
        font-size: .3rem
    }
}

.project-list1 {
    margin-bottom: 1rem;
    margin-top: .2rem
}

.project-list1 .nav-list {
    text-align: center;
    margin-bottom: .2rem;
    min-height: 31px
}

.project-list1 .swiper-container {

    background-color: #f5f5f5;
    border-radius: .1rem;
}

@media (max-width: 991px) {
    .project-list1 .nav-list {
        width: 100%;
        overflow: auto;
        white-space: nowrap
    }
}

.project-list1 .nav-list a {
    font-size: 18px;
    color: var(--black-000);
    margin: 5px .15rem;
    display: inline-block;
    padding-bottom: 5px;
    cursor: pointer;
    position: relative
}

@media (max-width: 1580px) {
    .project-list1 .nav-list a {
        font-size: 15px
    }
}

@media screen and (max-width: 1460px) {
    .project-list1 .nav-list a {
        font-size: 14px
    }
}

@media (max-width: 480px) {
    .project-list1 .nav-list a {
        font-size: .3rem
    }
}

.project-list1 .nav-list a::before {
    width: 0;
    height: 2px;
    background-color: var(--active-color);
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .4s
}

.project-list1 .nav-list a:hover,
.project-list1 .nav-list a.active {
    color: var(--active-color)
}

.project-list1 .nav-list a:hover::before,
.project-list1 .nav-list a.active::before {
    width: 100%
}

.project-list1 .con-box {
    background-color: #f5f5f5;
    border-radius: .1rem;
    border: 1px solid #f5f5f5;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.project-list1 .con-box .text-box {
    padding: 1rem
}

.project-list1 .con-box .peculiarity-section {
    padding: 0 1rem;
    width: 100%;
}

@media (max-width: 991px) {
    .project-list1 .con-box .text-box {
        padding: 25px
    }

    .project-list1 .con-box .peculiarity-section {
        padding: 0 10px;

    }
}

.case1-info-section .cn-title {
    font-size: .5rem;
    color: var(--black-000);
    font-family: PingFang-SC-Heavy, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    font-weight: bold;
    text-align: center;
    padding-bottom: .4rem
}

@media (max-width: 991px) {
    .case1-info-section .cn-title {
        font-size: .4rem
    }
}

@media (max-width: 480px) {
    .case1-info-section .cn-title {
        font-size: .5rem
    }
}

.case1-info-section .con-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #eaeaea;
    position: relative;
    overflow: hidden
}

.case1-info-section .con-box .line-list {
    position: absolute;
    top: calc(50% - 50px);
    left: 0;
    width: 100%;
    z-index: 2;
    height: 100px;
    opacity: .2
}

.case1-info-section .con-box .line-list::before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    background: url(../images/line2.svg) 0 0 repeat-x;
    animation: line linear infinite 175s forwards
}

.case1-info-section .con-box .line-list::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    margin-top: -100px;
    background: url(../images/line3.svg) 0 0 repeat-x;
    animation: line linear infinite 175s
}

.case1-info-section .con-box .item {
    padding: .5rem .6rem;
    width: 50%
}

@media (max-width: 991px) {
    .case1-info-section .con-box .item {
        width: 100%
    }
}

.case1-info-section .con-box .item .text-box {
    position: relative;
    z-index: 4
}

.case1-info-section .con-box .item dd {
    color: #ffffff;
    line-height: 1.333;
    font-size: 18px;
    padding-left: .5rem;
    padding-bottom: .2rem
}

@media (max-width: 1580px) {
    .case1-info-section .con-box .item dd {
        font-size: 15px
    }
}

@media screen and (max-width: 1460px) {
    .case1-info-section .con-box .item dd {
        font-size: 14px
    }
}

@media (max-width: 480px) {
    .case1-info-section .con-box .item dd {
        font-size: .3rem
    }
}

.case1-info-section .con-box .left {
    color: var(--black-000)
}

.case1-info-section .con-box .left dd {
    background: url(../images/ico-tech6.svg) 0 0 no-repeat;
    background-size: .3rem .3rem;
    color: var(--black-666)
}

@media (max-width: 991px) {
    .case1-info-section .con-box .left dd {
        background-position-y: 3px
    }
}

.case1-info-section .con-box .left dd span {
    color: var(--black-000)
}

.case1-info-section .con-box .right {
    background: var(--active-color);
    position: relative;
    color: var(--white-color)
}

.case1-info-section .con-box .right dd {
    background: url(../images/ico-tech7.svg) 0 0 no-repeat;
    background-size: .3rem .3rem
}

@media (max-width: 991px) {
    .case1-info-section .con-box .right dd {
        background-position-y: 3px
    }
}

.case1-info-section .con-box .right::before {
    content: '';
    position: absolute;
    top: 0;
    right: 88%;
    width: 15%;
    height: 100%;
    background: inherit;
    border-radius: 10px;
    background: var(--active-color);
    transform: skewX(-3deg)
}

.case1-info-section .con-box .tit {
    font-size: 26px;
    font-family: PingFang-SC-Heavy, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    font-weight: bold;
    padding-bottom: .3rem
}

@media (max-width: 1580px) {
    .case1-info-section .con-box .tit {
        font-size: .27rem
    }
}

@media screen and (max-width: 1460px) {
    .case1-info-section .con-box .tit {
        font-size: 18px
    }
}

@media (max-width: 480px) {
    .case1-info-section .con-box .tit {
        font-size: .36rem
    }
}

.case2-info-section {
    padding-bottom: 1rem
}

.case2-info-section .con-box {
    padding-top: 1rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap
}

.case2-info-section .con-box:nth-child(even) {
    -webkit-box-pack: end;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.case2-info-section .con-box .public-img {
    width: 50%;
    border-radius: 10px
}

@media (max-width: 991px) {
    .case2-info-section .con-box .public-img {
        width: 100%
    }
}

.case2-info-section .con-box .public-img::before {
    padding-top: 66.6%
}

.case2-info-section .con-box .text-box {
    width: calc(50% - 1rem)
}

@media (max-width: 991px) {
    .case2-info-section .con-box .text-box {
        padding: 20px 0;
        width: 100%
    }
}

.case2-info-section .con-box .text-box .tit {
    font-size: 36px;
    color: var(--black-000);
    font-family: PingFang-SC-Heavy, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    font-weight: bold;
    line-height: 1.2;
    padding-bottom: 15px
}

@media (max-width: 1580px) {
    .case2-info-section .con-box .text-box .tit {
        font-size: 32px
    }
}

@media (max-width: 1260px) {
    .case2-info-section .con-box .text-box .tit {
        font-size: 24px
    }
}

@media (max-width: 480px) {
    .case2-info-section .con-box .text-box .tit {
        font-size: .42rem
    }
}

.case2-info-section .con-box .text-box .desc {
    font-size: 18px;
    color: var(--black-666);
    line-height: 1.667
}

@media (max-width: 1580px) {
    .case2-info-section .con-box .text-box .desc {
        font-size: 15px
    }
}

@media screen and (max-width: 1460px) {
    .case2-info-section .con-box .text-box .desc {
        font-size: 14px
    }
}

@media (max-width: 480px) {
    .case2-info-section .con-box .text-box .desc {
        font-size: .3rem
    }
}

.case-info2-list {
    margin: 0
}

.case-info2-list.project-list .con-box .picture {
    border-radius: 10px;
    border: 1px solid #ddd
}

.case-info2-list.project-list .con-box .picture::before {
    padding-top: 52%
}

.case-info2-list.project-list .con-box .text-box .desc {
    padding-bottom: 0
}

.about1-section .editor {
    font-size: 18px;
    color: #666666;
    line-height: 1.667;
    max-width: 1040px;
    margin: auto;
    text-align: center
}

@media (max-width: 1580px) {
    .about1-section .editor {
        font-size: 15px
    }
}

@media screen and (max-width: 1460px) {
    .about1-section .editor {
        font-size: 14px
    }
}

@media (max-width: 480px) {
    .about1-section .editor {
        font-size: .3rem
    }
}

.about1-section .num-list {
    padding-top: .5rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap
}

.about1-section .num-list li {
    width: calc(50% - 50px);
    border-top: 1px solid #e1e1e1;
    padding: .6rem 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

@media (max-width: 991px) {
    .about1-section .num-list li {
        width: 100%
    }
}

.about1-section .num-list li .t-bottom {
    font-size: 18px;
    padding-top: .1rem;
    color: var(--black-666)
}

@media (max-width: 1580px) {
    .about1-section .num-list li .t-bottom {
        font-size: 15px
    }
}

@media screen and (max-width: 1460px) {
    .about1-section .num-list li .t-bottom {
        font-size: 14px
    }
}

@media (max-width: 480px) {
    .about1-section .num-list li .t-bottom {
        font-size: .3rem
    }
}

.about1-section .num-list li .t-top {
    font-size: 18px;
    color: var(--active-color);
    line-height: 1
}

@media (max-width: 1580px) {
    .about1-section .num-list li .t-top {
        font-size: 15px
    }
}

@media screen and (max-width: 1460px) {
    .about1-section .num-list li .t-top {
        font-size: 14px
    }
}

@media (max-width: 480px) {
    .about1-section .num-list li .t-top {
        font-size: .3rem
    }
}

.about1-section .num-list li .desc {
    margin-top: .1rem;
    vertical-align: top;
    display: inline-block
}

.about1-section .num-list li .c-num-move {
    vertical-align: top;
    font-size: .6rem;
    font-family: 'DIN-Bold', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    line-height: 1;
    color: var(--active-color)
}

.about1-section .num-list li .icon-box {
    width: 60px;
    height: 60px
}

.about1-section .num-list li .icon-box svg {
    width: 100%;
    height: 100%
}

.about2-section {
    padding: .55rem 0
}

.about2-section .editor {
    font-size: 18px;
    color: #666666;
    line-height: 1.667;
    max-width: 1040px;
    margin: auto;
    text-align: center;
    padding-bottom: .5rem
}

@media (max-width: 1580px) {
    .about2-section .editor {
        font-size: 15px
    }
}

@media screen and (max-width: 1460px) {
    .about2-section .editor {
        font-size: 14px
    }
}

@media (max-width: 480px) {
    .about2-section .editor {
        font-size: .3rem
    }
}

.about2-section .cn-title {
    font-size: .5rem;
    color: var(--black-000);
    font-family: PingFang-SC-Heavy, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    font-weight: bold;
    text-align: center;
    padding-bottom: .15rem
}

@media (max-width: 991px) {
    .about2-section .cn-title {
        font-size: .4rem
    }
}

@media (max-width: 480px) {
    .about2-section .cn-title {
        font-size: .5rem
    }
}

.about2-section .cn-title span.active {
    color: var(--active-color)
}

.about2-section .public-button1 {
    margin: 0 auto .6rem
}

.about2-section .public-img {
    background-color: var(--black-000);
    border-radius: 10px
}

.about2-section .public-img img {
    opacity: .8
}

.about2-section .public-img::before {
    padding-top: 50%
}

.about4-section {
    padding-top: .6rem;
    text-align: center;
    position: relative
}

.about4-section .button-list {
    border: 1px solid #e1e1e1;
    display: inline-block;
    border-radius: 30px;
    padding: 5px
}

.about4-section .button-list a {
    padding: 0 .35rem;
    display: inline-block;
    line-height: .4rem;
    color: var(--black-666);
    font-size: 16px;
    transition: all .5s
}

@media (max-width: 1580px) {
    .about4-section .button-list a {
        font-size: 13px
    }
}

@media (max-width: 480px) {
    .about4-section .button-list a {
        font-size: 13px
    }
}

.about4-section .button-list a:hover,
.about4-section .button-list a.active {
    background-color: var(--active-color);
    color: var(--white-color);
    border-radius: 30px
}

.about4-section .button {
    width: 1rem;
    height: 1rem
}

.about4-section .swiper-slide {
    width: 4.6rem;
    border-radius: 10px;
    border: 1px solid #e1e1e1
}

@media (max-width: 480px) {
    .about4-section .swiper-slide {
        width: 4rem
    }
}

.about4-section .swiper-slide .picture {
    height: 3rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center
}

.about4-section .swiper-slide .picture img {
    max-width: 95%;
    max-height: 2.6rem
}

.about4-section .swiper-slide .name {
    border-top: 1px solid #e1e1e1;
    line-height: 1rem;
    color: var(--black-000);
    font-size: 18px;
    transition: all .4s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media (max-width: 1580px) {
    .about4-section .swiper-slide .name {
        font-size: 15px
    }
}

@media screen and (max-width: 1460px) {
    .about4-section .swiper-slide .name {
        font-size: 14px
    }
}

@media (max-width: 480px) {
    .about4-section .swiper-slide .name {
        font-size: .3rem
    }
}

@media (max-width: 1580px) {
    .about4-section .swiper-slide .name {
        font-size: 15px
    }
}

@media screen and (max-width: 1460px) {
    .about4-section .swiper-slide .name {
        font-size: 14px
    }
}

@media (max-width: 480px) {
    .about4-section .swiper-slide .name {
        font-size: .3rem
    }
}

.about4-section .swiper-slide:hover .name {
    color: var(--active-color)
}

.about4-section .swiper-list {
    max-width: 100vw;
    overflow: hidden;
    padding-bottom: 1.2rem;
    position: relative
}

.about4-section .swiper-list li {
    display: none;
    position: relative
}

.about4-section .swiper-list li.active {
    display: block
}

.about4-section .swiper-list li .button {
    background: linear-gradient(to left, rgba(255, 255, 255, 0), #fff);
    position: absolute;
    width: 20%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10
}

.about4-section .swiper-list li .button.btn-next {
    left: auto;
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff)
}

.about4-section .cn-title {
    font-size: .5rem;
    color: var(--black-000);
    font-family: PingFang-SC-Heavy, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    font-weight: bold;
    text-align: center;
    padding-bottom: .15rem
}

@media (max-width: 991px) {
    .about4-section .cn-title {
        font-size: .4rem
    }
}

@media (max-width: 480px) {
    .about4-section .cn-title {
        font-size: .5rem
    }
}

.about4-section .cn-title span.active {
    color: var(--active-color)
}

.about4-section .btn-prev .left {
    opacity: .4
}

.about4-section .btn-next .right {
    opacity: .4
}

.public-btn1 {
    position: relative;
    width: 100px;
    height: 100px;
    cursor: pointer;
    transition: transform 1s;
    display: none;
    transform: scale(1)
}

.public-btn1 svg {
    width: 100%;
    height: 100%
}

.public-btn1.on2 {
    transform: scale(0)
}

.join-section3 {
    padding: 1.1rem 0 0
}

.join-section3 .cn-desc {
    display: block;
    color: #666666;
    line-height: 1.667;
    font-size: 18px;
    text-align: center
}

@media (max-width: 1580px) {
    .join-section3 .cn-desc {
        font-size: 15px
    }
}

@media screen and (max-width: 1460px) {
    .join-section3 .cn-desc {
        font-size: 14px
    }
}

@media (max-width: 480px) {
    .join-section3 .cn-desc {
        font-size: .3rem
    }
}

.join-section3 .text-box .date {
    min-height: 57px
}

@media (max-width: 1580px) {
    .join-section3 .text-box .date {
        min-height: 46px
    }
}

.join-section4 {
    padding: 1rem 0
}

@media (max-width: 1260px) {
    .join-section4 {
        padding: 10px 5% 25px
    }
}

.join-section4 .cn-title {
    font-size: .5rem;
    color: var(--black-000);
    font-family: PingFang-SC-Heavy, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    font-weight: bold;
    text-align: center;
    padding-bottom: .15rem
}

@media (max-width: 991px) {
    .join-section4 .cn-title {
        font-size: .4rem
    }
}

@media (max-width: 480px) {
    .join-section4 .cn-title {
        font-size: .5rem
    }
}

.join-section4 .cn-title span.active {
    color: var(--active-color)
}

.join-section4 .list {
    position: relative
}

.join-section4 .swiper-slide {
    border-radius: 10px
}

.join-section4 .text-box {
    font-size: 24px;
    color: var(--white-color);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 11;
    padding: .1rem .4rem;
    width: 100%
}

@media (max-width: 1580px) {
    .join-section4 .text-box {
        font-size: .26rem
    }
}

@media screen and (max-width: 1460px) {
    .join-section4 .text-box {
        font-size: 18px
    }
}

@media (max-width: 1260px) {
    .join-section4 .text-box {
        font-size: 16px
    }
}

@media (max-width: 480px) {
    .join-section4 .text-box {
        font-size: .36rem
    }
}

.join-section4 .public-img {
    border-radius: 10px;
    background-color: var(--black-000);
    position: relative
}

.join-section4 .public-img::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 20%;
    z-index: 10;
    opacity: .8;
    background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0))
}

.join-section4 .public-img img {
    opacity: .8
}

.join-section4 .public-img::before {
    padding-top: 45%
}

.join-section4 .button-icon {
    cursor: pointer;
    background: url(../images/prev.png) no-repeat;
    background-size: 100% 100%;
    width: .5rem;
    height: .5rem;
    display: block;
    position: absolute;
    left: calc(12.5% - 85px);
    top: calc(50% - .25rem);
    z-index: 4
}

@media (max-width: 1260px) {
    .join-section4 .button-icon {
        background: url(../images/next.png) no-repeat;
        background-size: 100% 100%;
        left: 6%
    }
}

.join-section4 .button-icon:hover {
    background: url(../images/next.png) no-repeat;
    background-size: 100% 100%
}

.join-section4 .button-icon.next {
    left: auto;
    right: calc(12.5% - 85px);
    transform: rotate(180deg)
}

@media (max-width: 1260px) {
    .join-section4 .button-icon.next {
        left: auto;
        right: 6%;
        background: url(../images/next.png) no-repeat;
        background-size: 100% 100%
    }
}

.tech1-section {
    padding-bottom: 1.2rem
}

.tech1-section .cn-title {
    font-size: .5rem;
    color: var(--black-000);
    font-family: PingFang-SC-Heavy, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    font-weight: bold;
    text-align: center
}

@media (max-width: 991px) {
    .tech1-section .cn-title {
        font-size: .4rem
    }
}

@media (max-width: 480px) {
    .tech1-section .cn-title {
        font-size: .5rem
    }
}

.tech1-section .cn-title span.active {
    color: var(--active-color)
}

.tech1-section .list {
    padding-top: .5rem;
    white-space: nowrap
}

@media (max-width: 767px) {
    .tech1-section .list {
        white-space: normal
    }
}

.tech1-section .list li {
    display: inline-block;
    height: 6.1rem;
    overflow: hidden;
    border-radius: 10px;
    background: var(--black-000);
    position: relative;
    margin-left: 1%;
    transition: all .5s ease-in-out;
    white-space: normal
}

@media (max-width: 767px) {
    .tech1-section .list li {
        max-height: 250px
    }
}

.tech1-section .list li:first-child {
    margin-left: 0
}

.tech1-section .list li .bg {
    position: absolute;
    top: 0;
    left: 0;
    opacity: .7;
    width: 37.5vw;
    min-width: 100%;
    height: 100%;
    background: center center no-repeat;
    background-size: cover
}

.tech1-section .list li .name {
    font-family: PingFang-SC-Heavy, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    font-weight: bold
}

.tech1-section .list li .before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    transform: translate(-50%, -50%);
    z-index: 10;
    text-align: center;
    font-size: 24px;
    opacity: 1;
    color: var(--white-color);
    transition: all .5s ease-in-out
}

@media (max-width: 1580px) {
    .tech1-section .list li .before {
        font-size: .26rem
    }
}

@media screen and (max-width: 1460px) {
    .tech1-section .list li .before {
        font-size: 18px
    }
}

@media (max-width: 1260px) {
    .tech1-section .list li .before {
        font-size: 16px
    }
}

@media (max-width: 480px) {
    .tech1-section .list li .before {
        font-size: .36rem
    }
}

.tech1-section .list li .text-box {
    position: absolute;
    top: auto;
    bottom: -100%;
    left: 5%;
    width: 90%;
    z-index: 10;
    text-align: left;
    color: var(--white-color);
    padding-bottom: 15px;
    opacity: 0;
    transition: all .5s ease-in-out
}

.tech1-section .list li .text-box .name {
    font-size: 30px;
    padding-bottom: 5px
}

@media (max-width: 1580px) {
    .tech1-section .list li .text-box .name {
        font-size: 26px
    }
}

@media (max-width: 480px) {
    .tech1-section .list li .text-box .name {
        font-size: .4rem
    }
}

.tech1-section .list li .text-box .desc {
    font-size: 18px
}

@media (max-width: 1580px) {
    .tech1-section .list li .text-box .desc {
        font-size: 15px
    }
}

@media screen and (max-width: 1460px) {
    .tech1-section .list li .text-box .desc {
        font-size: 14px
    }
}

@media (max-width: 480px) {
    .tech1-section .list li .text-box .desc {
        font-size: .3rem
    }
}

@media (max-width: 767px) {
    .tech1-section .list li {
        width: 100% !important;
        margin-left: 0;
        margin-bottom: .2rem
    }

    .tech1-section .list li .text-box {
        bottom: 0;
        opacity: 1
    }

    .tech1-section .list li .before {
        opacity: 0
    }
}

.tech1-section .list li.active {
    width: 50% !important
}

@media (max-width: 767px) {
    .tech1-section .list li.active {
        width: 100% !important
    }
}

.tech1-section .list li.active .text-box {
    bottom: 0;
    opacity: 1
}

.tech1-section .list li.active .before {
    opacity: 0
}

.tech2-section {
    background: center center no-repeat;
    background-size: cover;
    padding: 1.1rem 0;
    min-height: 100vh
}

@media (max-width: 767px) {
    .tech2-section {
        padding-bottom: 20px
    }
}

.tech2-section .cn-title {
    font-size: .5rem;
    color: var(--white-color);
    font-family: PingFang-SC-Heavy, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    font-weight: bold;
    text-align: center
}

@media (max-width: 991px) {
    .tech2-section .cn-title {
        font-size: .4rem
    }
}

@media (max-width: 480px) {
    .tech2-section .cn-title {
        font-size: .5rem
    }
}

.tech2-section .cn-title span.active {
    color: var(--active-color)
}

.tech2-section .list {
    margin-top: .5rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap
}

.tech2-section .list li {
    width: calc(20% - .48rem);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: .3rem 0 .55rem;
    margin-left: .6rem
}

.tech2-section .list li:nth-child(5n - 4) {
    margin-left: 0
}

@media (max-width: 991px) {

    .tech2-section .list li,
    .tech2-section .list li:nth-child(5n - 4) {
        width: calc((100% / 3.1) - (1rem / 3));
        margin-left: .6rem
    }

    .tech2-section .list li:nth-child(3n - 2) {
        margin-left: 0
    }
}

@media (max-width: 480px) {

    .tech2-section .list li,
    .tech2-section .list li:nth-child(5n - 4),
    .tech2-section .list li:nth-child(3n - 2) {
        width: calc(50% - .2rem);
        padding: 30px 0;
        margin-left: 0
    }

    .tech2-section .list li:nth-child(odd) {
        margin-left: 0
    }

    .tech2-section .list li:nth-child(even) {
        margin-left: .4rem
    }
}

.tech2-section .list .text {
    font-size: 18px;
    padding-top: 5px;
    color: var(--white-color)
}

@media (max-width: 1580px) {
    .tech2-section .list .text {
        font-size: 15px
    }
}

@media screen and (max-width: 1460px) {
    .tech2-section .list .text {
        font-size: 14px
    }
}

@media (max-width: 480px) {
    .tech2-section .list .text {
        font-size: .3rem
    }
}

.tech2-section .list .num {
    font-size: 18px;
    color: var(--white-color)
}

@media (max-width: 1580px) {
    .tech2-section .list .num {
        font-size: 15px
    }
}

@media screen and (max-width: 1460px) {
    .tech2-section .list .num {
        font-size: 14px
    }
}

@media (max-width: 480px) {
    .tech2-section .list .num {
        font-size: .3rem
    }
}

.tech2-section .list .num .c-num-move {
    margin-top: -5px;
    display: inline-block;
    vertical-align: top;
    margin-right: 3px;
    line-height: 1;
    font-family: 'DIN-Bold', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    font-size: .5rem;
    color: var(--white-color)
}

@media (max-width: 991px) {
    .tech2-section .list .num .c-num-move {
        font-size: .4rem
    }
}

@media (max-width: 480px) {
    .tech2-section .list .num .c-num-move {
        font-size: .5rem
    }
}

.tech3-section {
    padding: 1.1rem 0 0
}

.tech3-section .cn-title {
    font-size: .5rem;
    color: var(--black-000);
    font-family: PingFang-SC-Heavy, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    font-weight: bold;
    text-align: center
}

@media (max-width: 991px) {
    .tech3-section .cn-title {
        font-size: .4rem
    }
}

@media (max-width: 480px) {
    .tech3-section .cn-title {
        font-size: .5rem
    }
}

.tech3-section .cn-title span.active {
    color: var(--active-color)
}

.tech3-section .swiper-container {
    margin: .5rem 0 0
}

.tech3-section .swiper-container .button-list {
    border-top: 1px solid #ededed;
    position: absolute;
    bottom: 0;
    right: .6rem;
    width: calc(50% - 1.2rem);
    height: 1.7rem;
    z-index: 5;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center
}

@media (max-width: 991px) {
    .tech3-section .swiper-container .button-list {
        width: calc(100% - 1.2rem);
        height: 1rem
    }
}

.tech3-section .swiper-container .button-icon {
    cursor: pointer;
    background: url(../images/prev.png) no-repeat;
    background-size: 100% 100%;
    width: .5rem;
    height: .5rem;
    display: block
}

.tech3-section .swiper-container .button-icon:hover {
    background: url(../images/next.png) no-repeat;
    background-size: 100% 100%
}

.tech3-section .swiper-container .button-icon.next {
    margin-left: 10px;
    transform: rotate(180deg)
}

.tech3-section .swiper-container .public-img::before {
    padding-top: 66%
}

.tech3-section .swiper-container .item {
    width: 100%;
    background-color: var(--white-color);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap
}

.tech3-section .swiper-container .content {
    width: 50%;
    padding: .6rem .6rem 1.7rem;
    border: 1px solid #ededed;
    border-left: 0;
    border-radius: 0 10px 10px 0
}

@media (max-width: 991px) {
    .tech3-section .swiper-container .content {
        width: 100%;
        border-left: 1px solid #ededed;
        border-radius: 0 0 10px 10px
    }
}

.tech3-section .swiper-container .desc {
    font-size: 18px;
    color: #666666;
    line-height: 1.667
}

@media (max-width: 1580px) {
    .tech3-section .swiper-container .desc {
        font-size: 15px
    }
}

@media screen and (max-width: 1460px) {
    .tech3-section .swiper-container .desc {
        font-size: 14px
    }
}

@media (max-width: 480px) {
    .tech3-section .swiper-container .desc {
        font-size: .3rem
    }
}

.tech3-section .swiper-container .name {
    font-size: 36px;
    font-family: PingFang-SC-Heavy, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    font-weight: bold;
    color: var(--black-000);
    padding-bottom: .2rem
}

@media (max-width: 1580px) {
    .tech3-section .swiper-container .name {
        font-size: 32px
    }
}

@media (max-width: 1260px) {
    .tech3-section .swiper-container .name {
        font-size: 24px
    }
}

@media (max-width: 480px) {
    .tech3-section .swiper-container .name {
        font-size: .42rem
    }
}

.tech3-section .swiper-container .picture {
    width: 50%;
    border-radius: 10px
}

@media (max-width: 991px) {
    .tech3-section .swiper-container .picture {
        width: 100%;
        margin-bottom: -5px
    }
}

.map-section {
    padding-top: .5rem
}

.map-section .title {
    padding-bottom: .5rem;
    font-size: .5rem;
    color: var(--black-000);
    font-family: PingFang-SC-Heavy, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    font-weight: bold;
    text-align: center
}

@media (max-width: 991px) {
    .map-section .title {
        font-size: .4rem
    }
}

@media (max-width: 480px) {
    .map-section .title {
        font-size: .5rem
    }
}

.map-section .title span.active {
    color: var(--active-color)
}

.map-section .list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap
}

.map-section .list>li {
    width: calc(33.3% - .8rem);
    margin-left: 1.2rem;
    border-top: 1px solid #e6e6e6;
    min-height: 260px
}

@media (max-width: 991px) {
    .map-section .list>li {
        width: 100%;
        margin-left: 0;
        min-height: 0;
        padding-bottom: 40px
    }
}

.map-section .list>li:nth-child(3n - 2) {
    margin-left: 0
}

.map-section .list>li dl {
    position: relative;
    width: 170px;
    display: block;
    padding-right: 40px
}

@media (max-width: 991px) {
    .map-section .list>li dl {
        width: 100%;
        max-width: 500px
    }
}

.map-section .list>li dl dt {
    padding-top: 10px;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    cursor: pointer
}

@media (max-width: 1580px) {
    .map-section .list>li dl dt {
        font-size: 13px
    }
}

@media (max-width: 480px) {
    .map-section .list>li dl dt {
        font-size: 13px
    }
}

.map-section .list>li dl dt::after {
    position: absolute;
    top: calc(50% - 3px);
    right: 0;
    transform: rotate(-45deg);
    content: '';
    width: 5px;
    height: 5px;
    transition: all .6s;
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    display: block
}

@media (max-width: 991px) {
    .map-section .list>li dl dt::after {
        top: .4rem
    }
}

.map-section .list>li dl.active dt {
    color: var(--active-color)
}

.map-section .list>li dl.active dt::after {
    top: calc(50% - 1px);
    transform: rotate(-235deg);
    border-color: var(--active-color)
}

@media (max-width: 991px) {
    .map-section .list>li dl.active dt::after {
        top: .4rem
    }
}

.map-section .list>li dl dd {
    position: absolute;
    background-color: var(--white-color);
    display: block;
    width: 110%;
    max-height: 350px;
    border: 1px solid #eee;
    top: 100%;
    overflow: auto;
    z-index: 10;
    left: 0;
    display: none;
    padding: 5px 10px
}

@media (max-width: 991px) {
    .map-section .list>li dl dd {
        width: 100%;
        position: static
    }
}

.map-section .list>li dl dd a {
    padding-top: 0
}

.map-section .list>li dl dd a span {
    font-size: 14px
}

@media (max-width: 1580px) {
    .map-section .list>li dl dd a span {
        font-size: 12px
    }
}

@media (max-width: 480px) {
    .map-section .list>li dl dd a span {
        font-size: 12px
    }
}

.map-section .list>li .tit {
    font-size: 18px;
    color: var(--black-000);
    padding: .3rem 0 .15rem;
    display: block
}

@media (max-width: 1580px) {
    .map-section .list>li .tit {
        font-size: 15px
    }
}

@media screen and (max-width: 1460px) {
    .map-section .list>li .tit {
        font-size: 14px
    }
}

@media (max-width: 480px) {
    .map-section .list>li .tit {
        font-size: .3rem
    }
}

.map-section .list>li a {
    padding-top: 10px;
    display: block
}

.map-section .list>li a span {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 93%, var(--active-color) 0%);
    background-size: 0 100%;
    background-repeat: no-repeat;
    transition: all .4s
}

@media (max-width: 1580px) {
    .map-section .list>li a span {
        font-size: 13px
    }
}

@media (max-width: 480px) {
    .map-section .list>li a span {
        font-size: 13px
    }
}

.map-section .list>li a:hover span {
    color: var(--active-color);
    background-size: 100% 100%
}

.c-window {
    display: none
}

.c-window .bg {
    position: fixed;
    top: 0%;
    left: 0%;
    z-index: 1999;
    background: var(--black-000);
    opacity: .75;
    width: 100%;
    height: 100vh
}

.c-window .container {
    border-radius: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2000
}

.c-window .container h6.title {
    font-size: 30px;
    font-family: PingFang-SC-Heavy, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    font-weight: bold;
    padding-bottom: .1rem
}

@media (max-width: 1580px) {
    .c-window .container h6.title {
        font-size: 26px
    }
}

@media (max-width: 480px) {
    .c-window .container h6.title {
        font-size: .4rem
    }
}

.c-window .container .left {
    width: 34%;
    border-radius: .1rem;
    background: url(../images/left.jpg) center bottom no-repeat var(--active-color);
    padding: .45rem .6rem;
    box-sizing: border-box;
    background-size: auto 100%
}

@media (max-width: 991px) {
    .c-window .container .left {
        display: none
    }
}

.c-window .container .right {
    background-color: var(--white-color);
    margin-left: -0.1rem;
    width: calc(66% + .1rem);
    position: relative;
    z-index: 3;
    border-radius: .1rem;
    padding: .5rem .6rem;
    border: 1px solid #e6e6e6
}

@media (max-width: 991px) {
    .c-window .container .right {
        width: 100%;
        margin-left: 0
    }
}

.c-window .container .right .title {
    padding-bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.c-window .container .right .title .ico-win-close {
    width: 14px;
    height: 14px;
    display: block;
    cursor: pointer
}

.c-window .container .right .title .ico-win-close svg {
    display: block;
    width: 100%;
    height: 100%
}

.c-window .container .right .title .ico-win-close:hover svg path {
    fill: var(--active-color)
}

.c-window .container .right .box-form ul {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap
}

.c-window .container .right .box-form li {
    width: calc(50% - .2rem);
    padding-top: .22rem
}

.c-window .container .right .box-form li:last-child {
    width: 100%
}

.c-window .container .right .box-form .title {
    font-size: 18px;
    color: var(--black-000)
}

@media (max-width: 1580px) {
    .c-window .container .right .box-form .title {
        font-size: 15px
    }
}

@media screen and (max-width: 1460px) {
    .c-window .container .right .box-form .title {
        font-size: 14px
    }
}

@media (max-width: 480px) {
    .c-window .container .right .box-form .title {
        font-size: .3rem
    }
}

.c-window .container .right .box-form .box-form-input {
    font-size: 14px;
    line-height: 40px;
    border-bottom: 1px solid #eee;
    width: 100%
}

@media (max-width: 1580px) {
    .c-window .container .right .box-form .box-form-input {
        font-size: 12px
    }
}

@media (max-width: 480px) {
    .c-window .container .right .box-form .box-form-input {
        font-size: 12px
    }
}

.c-window .container .right .box-form .box-form-select {
    line-height: 40px;
    border-bottom: 1px solid #eee;
    width: 100%;
    position: relative
}

.c-window .container .right .box-form .box-form-select::after {
    position: absolute;
    top: calc(50% - 3px);
    right: 5%;
    transform: rotate(-45deg);
    content: '';
    width: 7px;
    height: 7px;
    transition: all .6s;
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    display: block
}

.c-window .container .right .box-form select {
    width: 100%
}

.c-window .container .right .box-form .box-form-textarea {
    line-height: 40px;
    border: 1px solid #eee;
    width: 100%;
    height: 120px;
    padding: 10px 20px;
    resize: none;
    margin-top: 15px
}

.c-window .container .right .box-form .box-form-note {
    padding: 5px 0 0;
    color: #999999;
    line-height: 1.7;
    font-size: 14px
}

@media (max-width: 1580px) {
    .c-window .container .right .box-form .box-form-note {
        font-size: 12px
    }
}

@media (max-width: 480px) {
    .c-window .container .right .box-form .box-form-note {
        font-size: 12px
    }
}

.c-window .container .right .box-form .box-form-note a {
    color: var(--black-000)
}

.c-window .container .right .box-form .public-button1 {
    margin-top: 15px
}

.tags-section {
    padding: 0 0 1rem
}

.tags-section .cn-title {
    font-size: .5rem;
    color: var(--black-000);
    font-family: PingFang-SC-Heavy, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    font-weight: bold;
    text-align: center
}

@media (max-width: 991px) {
    .tags-section .cn-title {
        font-size: .4rem
    }
}

@media (max-width: 480px) {
    .tags-section .cn-title {
        font-size: .5rem
    }
}

.tags-section .cn-title span.active {
    color: var(--active-color)
}

.tags-section .tag-list {
    padding-top: .4rem;
    text-align: center
}

.tags-section .tag-list .item {
    border: 1px solid #eaeaea;
    border-radius: 25px;
    font-size: 12px;
    line-height: 20px;
    padding: 5px 15px;
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 6px;
    color: #999999;
    transition: all .4s
}

.tags-section .tag-list .item:hover {
    border-color: var(--active-color);
    background-color: var(--active-color);
    color: var(--white-color)
}

.editor td {
    border: 1px solid #ddd
}

.editor video {
    max-width: 100%
}

.win-module {
    display: none
}

.win-module .bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #000000;
    opacity: .5;
    z-index: 2001
}

.win-module .content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2002;
    max-width: 6rem;
    width: 90%;
    background: #fff;
    box-shadow: 0 0 .1rem 0 rgba(255, 255, 255, 0.01);
    border-radius: .05rem
}

.win-module .content .top {
    padding: .4rem .3rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    box-shadow: 0 0 .1rem 0 rgba(255, 255, 255, 0.01)
}

.win-module .content .top .name {
    font-size: .24rem;
    font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    color: #222;
    line-height: 1
}

@media (max-width: 991px) {
    .win-module .content .top .name {
        font-size: .34rem
    }
}

.win-module .content .top .close {
    width: 12px;
    cursor: pointer;
    transform: scale(1.5)
}

.win-module .content .top .close path {
    fill: #000
}

.win-module .content .bottom {
    padding: .4rem .3rem .7rem
}

.win-module .content .bottom .button_su {
    margin-top: .37rem;
    min-width: 1.19rem;
    box-sizing: border-box;
    border-radius: .26rem
}

@media (max-width: 991px) {
    .win-module .content .bottom .button_su {
        min-width: 100px;
        height: 42px;
        border-radius: 30px
    }
}

.win-module .content .bottom .button_su .button_su_inner {
    border: 2px solid #0680CD;
    border-radius: .26rem;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    padding: 0 .2rem;
    z-index: 3;
    position: relative;
    display: block;
    color: #0680CD;
    text-align: center;
    font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    line-height: .52rem;
    height: .52rem
}

@media (max-width: 991px) {
    .win-module .content .bottom .button_su .button_su_inner {
        line-height: 42px;
        height: 42px;
        font-size: 14px;
        margin-top: -1px
    }
}

.win-module .content .bottom .button_su:hover .button_su_inner {
    color: #FFFFFF
}

.win-module .content .bottom .text {
    width: 100%;
    line-height: .6rem;
    height: .6rem;
    box-sizing: border-box;
    border-bottom: 1px solid #dddddd
}

.win-module .content .bottom .text:focus {
    border-color: #0680CD
}

.win-module .content .bottom .fileUploadContent {
    position: relative;
    margin-top: .2rem
}

.win-module .content .bottom .fileUploadContent .tips {
    color: #FFFFFF;
    font-size: .24rem
}

@media (max-width: 991px) {
    .win-module .content .bottom .fileUploadContent .tips {
        font-size: .34rem
    }
}

@media (max-width: 991px) {
    .win-module .content .bottom .fileUploadContent .tips {
        font-size: 17px !important
    }
}

.win-module .content .bottom .fileUploadContent .desc {
    color: #999999;
    line-height: .36rem
}

.win-module .content .bottom .desc1 {
    padding: .15rem;
    box-sizing: border-box;
    color: #333333;
    line-height: 1.5
}

.win-module .content .bottom .text1 {
    padding: 0 .15rem;
    box-sizing: border-box
}

.win-module .content .bottom .box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: .2rem
}

.win-module.win-module1 .content {
    width: 250px
}

.win-module.win-module1 .content .top {
    padding-bottom: 0;
    padding-top: 30px
}

.win-module.win-module1 .content .bottom {
    padding-bottom: 30px;
    text-align: center
}

.win-module.win-module1 .content .bottom #qrcode {
    display: inline-block
}

.win-module.win-module3 .content {
    max-width: 500px;
    width: 90%;
    top: 25%
}


.case-info1-section .con-box {
    position: relative;
}

.case-info1-section .button-icon {
    cursor: pointer;
    background: url(../images/prev.png) no-repeat;
    background-size: 100% 100%;
    width: .5rem;
    height: .5rem;
    display: block;
    position: absolute;
    left: -85px;
    top: calc(50% - .25rem);
    z-index: 4
}

@media (max-width: 1260px) {
    .case-info1-section .button-icon {
        background: url(../images/next.png) no-repeat;
        background-size: 100% 100%;
        left: 0
    }
}

.case-info1-section .button-icon:hover {
    background: url(../images/next.png) no-repeat;
    background-size: 100% 100%
}

.case-info1-section .button-icon.next {
    left: auto;
    right: -85px;
    transform: rotate(180deg)
}

@media (max-width: 1260px) {
    .case-info1-section .button-icon.next {
        left: auto;
        right: 0;
        background: url(../images/next.png) no-repeat;
        background-size: 100% 100%
    }
}

#ajaxBox {
    text-align: center;
    padding-top: 15vh;
}

.case-info10-section .public-img::before {
    padding-top: 50%;
}