@charset "UTF-8";@font-face {
    font-family: "Barlow-ExtraLight";
    src: url(../fonts/barlow-extralight.ttf)
}

@font-face {
    font-family: "Barlow-Light";
    src: url(../fonts/barlow-light.ttf)
}

@font-face {
    font-family: "Barlow-Regular";
    src: url(../fonts/barlow-regular.ttf)
}

* {
    outline: none
}

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

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

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

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

a:hover {
    text-decoration: none
}

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

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

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

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

html {
    font-size: 100Px
}

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

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

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

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

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

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

@media screen and (min-width: 1280px) and (max-width: 1903px) {
    html {
        font-size:10vw
    }
}

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

.clearboth {
    clear: both
}

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

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

.paged {
    padding-top: 20PX;
    text-align: center
}

.paged.gray a {
    background-color: #f4f5f4;
    color: #8b8b8b
}

@media screen and (max-width: 768px) {
    .paged {
        display:-webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 10PX
    }
}

.paged a,.paged .current {
    display: inline-block;
    margin: 0 8PX;
    font-size: 14PX;
    text-align: center;
    background: #fff;
    color: #8b8b8b;
    border-radius: 50%;
    line-height: 46PX;
    white-space: nowrap
}

.paged a:hover,.paged .current:hover {
    background: #01304b;
    color: #fff
}

@media screen and (max-width: 768px) {
    .paged a,.paged .current {
        padding:0 20PX;
        height: 35PX;
        line-height: 35PX;
        display: none
    }
}

.paged .current {
    background: #01304b;
    color: #fff
}

.paged .prev,.paged .next {
    width: 120PX;
    border-radius: 23PX
}

@media screen and (max-width: 1024px) {
    .paged .prev,.paged .next {
        width:200PX;
        display: block
    }
}

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

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

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

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

@media screen and (max-width: 750px) {
    .uweb-search-input-con,.uweb-search-select-con {
        float:none;
        width: 100%;
        padding-right: 0;
        margin-bottom: 0.05rem
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uweb-search-content li a:hover {
    background: #f1f1f1
}

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

.uweb-search-content li a:hover .btn {
    background: #01304b
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.loading-wrap {
    position: relative
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    50% {
        opacity: 0.8
    }

    100% {
        opacity: 0
    }
}

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

    50% {
        opacity: 0.8
    }

    100% {
        opacity: 0
    }
}

@keyframes loadingFade {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0.8
    }

    100% {
        opacity: 0
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.image {
    display: block;
    position: relative
}

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

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

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

.is-relative {
    position: relative
}

.text-center {
    text-align: center
}

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

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

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

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

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

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

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

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

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

@-webkit-keyframes fadeInUpSmall {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0%,0.15rem,0);
        transform: translate3d(0%,0.15rem,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        visibility: visible
    }
}

@-moz-keyframes fadeInUpSmall {
    from {
        opacity: 0;
        -moz-transform: translate3d(0%,0.15rem,0);
        transform: translate3d(0%,0.15rem,0)
    }

    to {
        opacity: 1;
        -moz-transform: none;
        transform: none;
        visibility: visible
    }
}

@keyframes fadeInUpSmall {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0%,0.15rem,0);
        -moz-transform: translate3d(0%,0.15rem,0);
        transform: translate3d(0%,0.15rem,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
        visibility: visible
    }
}

.pages-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.1rem;
    background-color: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0.3rem auto 0;
    padding: 0.075rem 0.275rem;
    border-radius: 0.3rem;
    color: #666;
    border: 0.005rem solid #ebebeb
}

@media (max-width: 750px) {
    .pages-box {
        border-radius:0.3rem
    }
}

.pages-box .paged {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.05rem;
    padding: 0;
    margin: 0
}

.pages-box .paged>a {
    height: 0.2rem;
    width: 0.2rem;
    line-height: 0.2rem;
    text-align: center;
    border-radius: 50%;
    margin: 0;
    font-size: 0.08rem;
    cursor: pointer
}

@media (max-width: 1024px) {
    .pages-box .paged>a {
        font-size:0.12rem
    }
}

@media (max-width: 750px) {
    .pages-box .paged>a {
        height:0.4rem;
        width: 0.4rem;
        line-height: 0.4rem;
        font-size: 0.15rem;
        display: none
    }
}

.pages-box .paged>a:hover {
    background-color: #002F4B;
    color: #fff
}

.pages-box .paged>a.page-more {
    cursor: pointer
}

.pages-box .paged>a.page-more:hover {
    background-color: transparent;
    color: #999
}

.pages-box .paged>a.prev,.pages-box .paged>a.next {
    width: auto;
    display: block
}

.pages-box .paged>a.prev:hover,.pages-box .paged>a.next:hover {
    background-color: transparent;
    color: #002F4B
}

.pages-box .paged>a.prev {
    margin-right: 0.1rem
}

.pages-box .paged>a.next {
    margin-left: 0.1rem
}

.pages-box .paged>.current {
    background-color: #002F4B;
    color: #fff;
    height: 0.2rem;
    width: 0.2rem;
    line-height: 0.2rem;
    text-align: center;
    border-radius: 50%;
    font-size: 0.08rem;
    margin: 0;
    cursor: pointer
}

.pages-box .prev,.pages-box .next {
    width: auto;
    border-radius: 0%;
    font-size: 0.08rem
}

.pages-box .prev:hover,.pages-box .next:hover {
    color: #002F4B;
    background-color: transparent
}

@media (max-width: 1024px) {
    .pages-box .prev,.pages-box .next {
        font-size:0.14rem
    }
}

.sub-menu {
    border-bottom: 0.005rem solid #eaf0f8;
    overflow: hidden
}

.sub-menu .scroller-wp {
    width: 8rem;
    margin: 0 auto
}

@media (max-width: 1024px) {
    .sub-menu .scroller-wp {
        width:-webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }
}

.sub-menu .sub-menu-list {
    margin: 0 auto;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: inline-block;
    white-space: nowrap
}

@media (min-width: 750px) and (max-width: 1240px) {
    .sub-menu .sub-menu-list {
        padding:0 0.1rem;
        width: auto
    }
}

@media (min-width: 758px) and (max-width: 1224px) {
    .sub-menu .sub-menu-list {
        padding:0 0.1rem
    }
}

.sub-menu .sub-menu-list>li.sub-menu-itme {
    display: inline-block;
    position: relative;
    height: 0.5rem;
    line-height: 0.5rem;
    margin-right: 0.25rem;
}

@media (max-width: 750px) {
    .sub-menu .sub-menu-list>li.sub-menu-itme {
        margin: 0 0.1rem;
    }
}

.sub-menu .sub-menu-list>li.sub-menu-itme>a {
    color: #000;
    font-size: 0.08rem;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    letter-spacing: 0.008rem;
    font-weight: 400
}

@media (max-width: 750px) {
    .sub-menu .sub-menu-list>li.sub-menu-itme>a {
        font-size: 0.08rem;
    }
}

.sub-menu .sub-menu-list>li.sub-menu-itme::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 0.01rem;
    background-color: #002F4B;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s
}

.sub-menu .sub-menu-list>li.sub-menu-itme:hover::after {
    width: 100%
}

.sub-menu .sub-menu-list>li.sub-menu-itme:hover>a {
    color: #002F4B
}

.sub-menu .sub-menu-list>li.sub-menu-itme.active::after {
    width: 100%
}

.sub-menu .sub-menu-list>li.sub-menu-itme.active>a {
    color: #002F4B
}

.banner {
    position: relative;
    overflow: hidden
}

@media (max-width: 750px) {
    .banner {
        height:3rem
    }
}

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

@media (max-width: 1024px) {
    .banner>img {
        -o-object-position:20% 50%;
        object-position: 20% 50%
    }
}

.banner .banner-title {
    position: absolute;
    top: 50%;
    color: #fff;
    left: 1.275rem;
    font-weight: 300;
    line-height: .8rem;
    border-bottom: 2px #fff solid;
    font-size: .24rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width: 1260px) {
    .banner .banner-title {
        left:0.2rem
    }
}

.banner .banner-title .subtitle {
    color: rgba(255,255,255,0.3764705882);
    font-size: 0.3rem;
    text-transform: uppercase;
    font-weight: 600
}

.banner .banner-title .banner-tit {
    color: #fff;
    font-size: 0.2rem;
    margin-top: -0.2rem;
    padding-left: 0.025rem
}

.banner .banner-title hr {
    background-color: #fff;
    width: 0.3rem;
    margin-left: 0;
    margin-top: 0.175rem
}

@media (max-width: 1024px) {
    .banner .banner-title>img {
        width:60%
    }
}

body::-webkit-scrollbar {
    width: 0.025rem;
    height: 0.05rem
}

body::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 0.01rem
}

body::-webkit-scrollbar-thumb {
    background: #002F4B;
    border-radius: 0.05rem
}

body::-webkit-scrollbar-thumb:hover {
    background: #333
}

body::-webkit-scrollbar-corner {
    background: #333
}

.imgScale {
    overflow: hidden
}

.imgScale img {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    overflow: hidden
}

.imgScale:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05)
}

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

.header {
    width: 100%;
    z-index: 90;
    background: rgba(0,0,0,0.3)
}

.header.stuck {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99
}

.header .header-nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

@media (max-width: 1024px) {
    .header .header-nav {
        min-height:0.5rem
    }
}

.header .header-nav .header-left {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media (min-width: 1024px) {
    .header .header-nav .header-left {
        padding-left:3.6458333333vw;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

.header .header-nav .header-left .header-mobile {
    display: none
}

@media (max-width: 1024px) {
    .header .header-nav .header-left .header-mobile {
        display:-webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .header .header-nav .header-left .header-mobile i {
        font-size: 0.2rem;
        color: #fff
    }
}

.header .header-nav .header-left .nav-list {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 30
}

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

.header .header-nav .header-left .nav-list .home {
    position: absolute;
    top: 50%;
    right: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-right: 0.05rem;
    margin-top: 0.025rem;
    padding: 0 0.1rem
}

.header .header-nav .header-left .nav-list .home>a {
    line-height: 0
}

.header .header-nav .header-left .nav-list .nav-item {
    position: relative;
    margin-right: 2.3958333333vw
}

.header .header-nav .header-left .nav-list .nav-item .nav-link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 0.155rem 0.05rem;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    transition: 0.3s ease all
}

.header .header-nav .header-left .nav-list .nav-item .nav-link a {
    font-size: 0.08rem;
    line-height: 0.15rem;
    letter-spacing: 0.01rem;
    color: #fff;
    padding: 0.02rem 0;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    transition: 0.3s ease all
}

@media (max-width: 1440px) {
    .header .header-nav .header-left .nav-list .nav-item .nav-link a {
        font-size:0.07rem
    }
}

@media (max-width: 1300px) {
    .header .header-nav .header-left .nav-list .nav-item .nav-link a {
        font-size:0.065rem
    }
}

@media (max-width: 1200px) {
    .header .header-nav .header-left .nav-list .nav-item .nav-link a {
        font-size:0.06rem
    }
}

.header .header-nav .header-left .nav-list .nav-item .nav-link a::after {
    content: "";
    display: block;
    width: 100%;
    height: 0.005rem;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    transition: 0.4s ease all
}

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

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

.header .header-nav .header-left .nav-list .nav-item:nth-child(5) {
    margin-left: auto
}

.header .header-nav .header-left .nav-list .nav-item:last-child {
    margin-right: 0
}

.header .header-nav .header-left .nav-list .nav-item .dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0.05rem;
    min-width: 0.375rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: transparent;
    padding-top: 0.185rem;
    padding-bottom: 0.465rem;
    z-index: 20
}

.header .header-nav .header-left .nav-list .nav-item .dropdown .dropdown-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-animation: fadeInUpSmall 1.5s ease forwards;
    -moz-animation: fadeInUpSmall 1.5s ease forwards;
    animation: fadeInUpSmall 1.5s ease forwards;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    animation-play-state: paused
}

.header .header-nav .header-left .nav-list .nav-item .dropdown .dropdown-item span {
    white-space: nowrap;
    font-size: 0.07rem;
    text-align: left;
    line-height: 0.2rem;
    letter-spacing: 0.005rem;
    color: #999;
    position: relative;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    transition: 0.3s ease all
}

.header .header-nav .header-left .nav-list .nav-item .dropdown .dropdown-item span::after {
    content: "";
    display: block;
    width: 100%;
    height: 0.005rem;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0.035rem;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    transition: 0.3s ease all
}

.header .header-nav .header-left .nav-list .nav-item .dropdown .dropdown-item:hover span,.header .header-nav .header-left .nav-list .nav-item .dropdown .dropdown-item.is-active span {
    color: #fff
}

.header .header-nav .header-left .nav-list .nav-item .dropdown .dropdown-item:hover span::after,.header .header-nav .header-left .nav-list .nav-item .dropdown .dropdown-item.is-active span::after {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1)
}

.header .header-nav .header-left .nav-list .nav-item .dropdown .dropdown-item.animate-on {
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    animation-play-state: running
}

.header .header-nav .header-middle {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 30;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    transition: 0.2s ease all
}

.header .header-nav .header-middle .logo img {
    width: auto;
    height: 0.525rem;
    filter: grayscale(1) brightness(200);
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.header .header-nav .header-right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 30;
    padding-left: 2.3958333333vw
}

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

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

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

.header .header-nav .header-right .header-search-box .header-search-btn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

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

@media (min-width: 1024px) and (max-width: 1480px) {
    .header .header-nav .header-right .header-search-box .header-search-btn i {
        font-size:0.09rem
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .header .header-nav .header-right .header-search-box .header-search-btn i {
        font-size:0.08rem
    }
}

@media (min-width: 1024px) and (max-width: 1180px) {
    .header .header-nav .header-right .header-search-box .header-search-btn i {
        font-size:0.07rem
    }
}

@media (max-width: 1024px) {
    .header .header-nav .header-right .header-search-box .header-search-btn i {
        font-size:0.19rem
    }
}

.header .header-nav .header-right .header-search-box .header-search {
    position: absolute;
    z-index: 10;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 0;
    opacity: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    top: 100%;
    padding-top: 0.125rem;
    right: -0.04rem;
    margin-top: 0.01rem;
    border-radius: 0.1rem
}

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

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

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

@media (min-width: 1024px) and (max-width: 1480px) {
    .header .header-nav .header-right .header-search-box .header-search button {
        font-size:0.09rem
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .header .header-nav .header-right .header-search-box .header-search button {
        font-size:0.08rem
    }
}

@media (min-width: 1024px) and (max-width: 1180px) {
    .header .header-nav .header-right .header-search-box .header-search button {
        font-size:0.07rem
    }
}

.header .header-nav .hover-bg {
    display: none;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.7);
    z-index: 15
}

.header .header-nav .hover-bg .line {
    width: 100%;
    height: 0.005rem;
    background-color: rgba(73,83,96,0.4);
    position: absolute;
    left: 0;
    top: 0.5rem
}

@media (min-width: 1024px) {
    .header.mini .header-nav .header-left .nav-list .nav-item .nav-link {
        padding-top:0.105rem;
        padding-bottom: 0.105rem
    }

    .header.mini .header-nav .header-middle .logo img {
        height: 0.4rem;
    }
}

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

.header #mobileNav {
    display: none
}

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

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

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

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

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

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

    .header #mobileNav .nav-box #mobileMenuScroller {
        height: 100vh;
        overflow: hidden
    }

    .header #mobileNav .nav-box #mobileMenuScroller .scroller-wp {
        position: relative;
        padding-bottom: 0.6rem
    }

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

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

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

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

    .header #mobileNav .nav-box .menu .menu-item .menu-link-box a.menu-link.on {
        color: #01304b
    }

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

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

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

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

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

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

    .header #mobileNav .nav-box .menu .menu-item .dropdown-menu-box .dropdown-menu .dropdown-menu-link.on {
        color: #01304b
    }

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

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

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

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

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

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

.header #mobileSearch {
    display: none
}

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

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

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

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

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

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

.header #mobileSearch .txt {
    font-size: 0.2rem;
    line-height: 1;
    color: #000;
    font-weight: bold
}

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

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

.header #mobileSearch .header-search-m .search-box .header-search-input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0.13rem 0 0.13rem 0.19rem;
    font-size: 0.13rem;
    color: #333;
    background: #eee;
    border-radius: 0.25rem;
    border: solid 0.005rem #d8d7d7
}

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

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

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

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

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

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

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

.header #mobileSearch .header-search-m .header-search-submit {
    margin-top: 0.2rem;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    outline: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 0.4rem;
    border-radius: 0.2rem;
    background-color: #01304b;
    color: #fff;
    font-size: 0.14rem;
    font-weight: bold;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: 0.005rem;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    transition: 0.3s ease all
}

.header #mobileSearch .header-search-m .header-search-submit:hover {
    background-color: #466098
}

html {
    scroll-behavior: smooth
}

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

#baseSwiper>.swiper-wrapper {
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    transition-timing-function: ease
}

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

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

#baseSwiper>.swiper-wrapper>.swiper-slide.auto-height .footer .footer-top,#baseSwiper>.swiper-wrapper>.swiper-slide.auto-height .footer .copyright {
    opacity: 0
}

.base-swiper-pagin {
    right: 0.1rem!important;
    -webkit-animation: fadeInRight2 1s linear;
    -moz-animation: fadeInRight2 1s linear;
    animation: fadeInRight2 1s linear
}

@media (max-width: 1024px) {
    .base-swiper-pagin {
        display:none;
        right: 0.15rem!important
    }
}

.base-swiper-pagin .swiper-pagination-bullet {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 0.1rem;
    height: 0.01rem;
    margin: 0.09rem 0 0.09rem auto!important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    background: #fff;
    opacity: 0.5;
    position: relative;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    transition: 0.3s ease all
}

.base-swiper-pagin .swiper-pagination-bullet .t {
    position: absolute;
    right: 0.25rem;
    top: 50%;
    white-space: nowrap;
    font-size: 0.07rem;
    letter-spacing: 0.005rem;
    text-align: left;
    color: #fff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    transition: 0.3s ease all
}

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

@media (max-width: 1024px) {
    .base-swiper-pagin .swiper-pagination-bullet {
        width:0.15rem;
        height: 0.02rem;
        margin: 0.12rem 0!important
    }
}

.base-swiper-pagin .swiper-pagination-bullet-active {
    background: #fff;
    width: 0.2rem;
    opacity: 1
}

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

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

.index-banner .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden
}

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

.index-banner .swiper-container .swiper-slide>div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%
}

.index-banner .swiper-container .swiper-slide video,.index-banner .swiper-container .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-filter: blur(0.01rem);
    filter: blur(0.01rem);
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    transition: 0.4s ease all
}

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

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

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

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

.index-banner .swiper-container .swiper-slide video {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0);
    filter: blur(0)
}

@media (max-width: 1024px) {
    .index-banner .swiper-container .swiper-slide video {
        -o-object-fit:contain;
        object-fit: contain
    }
}

.index-banner .swiper-container .swiper-slide.swiper-slide-active img {
    -webkit-filter: none;
    filter: none
}

.index-banner .swiper-container .swiper-pagin {
    position: absolute;
    left: -moz-calc((100% - 8rem) / 2);
    left: calc((100% - 8rem) / 2);
    bottom: 0.225rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    z-index: 4
}

@media (max-width: 1700px) {
    .index-banner .swiper-container .swiper-pagin {
        left:0.3rem
    }
}

@media (max-width: 1024px) {
    .index-banner .swiper-container .swiper-pagin {
        left:0.15rem;
        bottom: 0.2rem
    }
}

.index-banner .swiper-container .swiper-pagin .pagin {
    font-family: "Barlow-Light";
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.index-banner .swiper-container .swiper-pagin .pagin .cur {
    font-size: 0.2rem;
    line-height: 0.2rem;
    letter-spacing: -0.01rem
}

@media (min-width: 1024px) and (max-width: 1480px) {
    .index-banner .swiper-container .swiper-pagin .pagin .cur {
        font-size:0.17rem;
        line-height: 0.17rem
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .index-banner .swiper-container .swiper-pagin .pagin .cur {
        font-size:0.14rem;
        line-height: 0.14rem
    }
}

@media (max-width: 1024px) {
    .index-banner .swiper-container .swiper-pagin .pagin .cur {
        font-size:0.265rem;
        letter-spacing: -0.015rem;
        line-height: 0.265rem
    }
}

.index-banner .swiper-container .swiper-pagin .pagin .line {
    margin-left: 0.075rem;
    margin-right: 0.05rem;
    display: inline-block;
    width: 0.08rem;
    height: 0.005rem;
    background: #fff;
    margin-bottom: 0.06rem
}

@media (max-width: 1024px) {
    .index-banner .swiper-container .swiper-pagin .pagin .line {
        margin-left:0.1rem;
        margin-right: 0.065rem;
        width: 0.11rem;
        height: 0.015rem;
        margin-bottom: 0.03rem
    }
}

.index-banner .swiper-container .swiper-pagin .pagin .all {
    margin-bottom: 0.01rem;
    font-size: 0.1rem;
    line-height: 0.1rem;
    letter-spacing: -0.005rem
}

@media (min-width: 1024px) and (max-width: 1480px) {
    .index-banner .swiper-container .swiper-pagin .pagin .all {
        font-size:0.08rem;
        line-height: 0.08rem
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .index-banner .swiper-container .swiper-pagin .pagin .all {
        font-size:0.07rem;
        line-height: 0.07rem
    }
}

@media (max-width: 1024px) {
    .index-banner .swiper-container .swiper-pagin .pagin .all {
        font-size:0.13rem;
        line-height: 0.13rem
    }
}

.index-banner .swiper-container .swiper-btns {
    position: absolute;
    right: -moz-calc((100% - 8rem) / 2);
    right: calc((100% - 8rem) / 2);
    left: -moz-calc((100% - 8rem) / 2);
    left: calc((100% - 8rem) / 2);
    top: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    z-index: 4
}

@media (max-width: 1700px) {
    .index-banner .swiper-container .swiper-btns {
        right:0.3rem
    }
}

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

.index-banner .swiper-container .swiper-btns .btns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.index-banner .swiper-container .swiper-btns .btns .swiper-btn-prev,.index-banner .swiper-container .swiper-btns .btns .swiper-btn-next {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    transition: 0.3s ease all
}

.index-banner .swiper-container .swiper-btns .btns .swiper-btn-prev i,.index-banner .swiper-container .swiper-btns .btns .swiper-btn-next i {
    font-size: 0.2rem;
    color: #fff;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    transition: 0.2s ease all
}

@media (max-width: 1024px) {
    .index-banner .swiper-container .swiper-btns .btns .swiper-btn-prev i,.index-banner .swiper-container .swiper-btns .btns .swiper-btn-next i {
        font-size:0.14rem
    }
}

.index-banner .swiper-container .swiper-btns .btns .swiper-btn-prev span,.index-banner .swiper-container .swiper-btns .btns .swiper-btn-next span {
    font-family: "Barlow-ExtraLight";
    font-size: 0.1rem;
    line-height: 1;
    color: #fff;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    transition: 0.3s ease all
}

@media (max-width: 1024px) {
    .index-banner .swiper-container .swiper-btns .btns .swiper-btn-prev span,.index-banner .swiper-container .swiper-btns .btns .swiper-btn-next span {
        font-size:0.13rem
    }
}

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

.index-banner .swiper-container .swiper-btns .btns .swiper-btn-prev {
    -webkit-transform: translateX(-0.25rem);
    -moz-transform: translateX(-0.25rem);
    transform: translateX(-0.25rem);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s
}

.index-banner .swiper-container .swiper-btns .btns .swiper-btn-prev i {
    margin-right: 0.07rem
}

.index-banner .swiper-container .swiper-btns .btns .swiper-btn-prev:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2)
}

.index-banner .swiper-container .swiper-btns .btns .swiper-btn-next {
    -webkit-transform: translateX(0.25rem);
    -moz-transform: translateX(0.25rem);
    transform: translateX(0.25rem);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s
}

.index-banner .swiper-container .swiper-btns .btns .swiper-btn-next span {
    margin-right: 0.07rem
}

.index-banner .swiper-container .swiper-btns .btns .swiper-btn-next:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2)
}

.index-banner .swiper-container .swiper-btns .btns .line {
    width: 0.005rem;
    height: 0.045rem;
    background: #fff;
    margin: 0.02rem 0.1rem 0
}

@media (max-width: 1024px) {
    .index-banner .swiper-container .swiper-btns .btns .line {
        height:0.065rem;
        margin: 0.03rem 0.1rem 0
    }
}

.index-banner .swiper-container .swiper-mask {
    position: absolute;
    left: 50%;
    bottom: -0.75rem;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 3;
    cursor: pointer
}

@media (max-width: 1024px) {
    .index-banner .swiper-container .swiper-mask {
        left:0;
        bottom: 0;
        width: 100%;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none
    }
}

.index-banner .swiper-container .swiper-mask img {
    display: block;
    width: 5.35rem;
    height: 4.52rem
}

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

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

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

@media (max-width: 1024px) {
    .index-banner .swiper-container .swiper-mask img {
        width:100%;
        height: auto
    }
}

.index-banner .swiper-container:hover .btns .swiper-btn-prev,.index-banner .swiper-container:hover .btns .swiper-btn-next {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0)
}

.index-banner .scroll-down {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 4
}

.index-banner .scroll-down .icon-shubiao {
    font-size: 0.16rem;
    color: #fff;
    -webkit-animation: scrollDown 1.6s linear alternate infinite;
    -moz-animation: scrollDown 1.6s linear alternate infinite;
    animation: scrollDown 1.6s linear alternate infinite
}

@media (max-width: 1024px) {
    .index-banner .scroll-down .icon-shubiao {
        font-size:0.2rem
    }
}

.index-banner .scroll-down .line {
    margin-top: 0.05rem;
    width: 0.005rem;
    height: 0.33rem;
    background: #fff
}

.index-banner .anime-ring {
    position: absolute;
    left: 50%;
    bottom: 0.265rem;
    width: 0.39rem;
    height: 0.39rem;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 3
}

@media (max-width: 1024px) {
    .index-banner .anime-ring {
        bottom:0.25rem;
        width: 0.39rem;
        height: 0.39rem
    }
}

@media (max-width: 480px) {
    .index-banner .anime-ring {
        width:0.25rem;
        height: 0.25rem
    }
}

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

.index-banner .anime-ring .circle-bg {
    width: 100%;
    height: 100%
}

.index-banner .anime-ring .circle {
    fill: none;
    stroke: rgba(255,255,255,0.5)
}

.index-banner .anime-ring .circle.ring {
    stroke-width: 0.0075rem;
    stroke: #01304b;
    stroke-dasharray: 151;
    stroke-dashoffset: 151
}

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

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

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

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

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

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

.index-section {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%
}

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

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

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

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

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

.index-section .index-info {
    text-align: center
}

.index-section .index-info .title {
    margin-bottom: 0.235rem
}

@media (max-width: 1024px) {
    .index-section .index-info .title {
        margin-bottom:0.56rem
    }
}

.index-section .index-info .title .en {
    font-size: 0.35rem;
    line-height: 1;
    color: #ececec;
    font-family: "Barlow-ExtraLight"
}

@media (max-width: 1024px) {
    .index-section .index-info .title .en {
        font-size:0.35rem
    }
}

.index-section .index-info .title .cn {
    margin-top: 0.07rem;
    font-size: 0.16rem;
    line-height: 1;
    letter-spacing: 0.015rem;
    font-weight: 300;
    color: rgba(236,236,236,0.6)
}

@media (max-width: 1024px) {
    .index-section .index-info .title .cn {
        font-size:0.2rem;
        letter-spacing: 0.02rem
    }
}

.index-section .index-info .p-cn {
    font-size: 0.25rem;
    line-height: 0.3rem;
    letter-spacing: 0.025rem;
    font-weight: 300;
    color: #ececec
}

@media (max-width: 1024px) {
    .index-section .index-info .p-cn {
        font-size:0.25rem;
        line-height: 0.3rem
    }
}

.index-section .index-info .p-en {
    margin-top: 0.01rem;
    font-size: 0.08rem;
    line-height: 2.25;
    color: rgba(255,255,255,0.5);
    font-family: "Barlow-Light"
}

@media (min-width: 1024px) and (max-width: 1480px) {
    .index-section .index-info .p-en {
        font-size:0.07rem
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .index-section .index-info .p-en {
        font-size:0.06rem
    }
}

@media (max-width: 1024px) {
    .index-section .index-info .p-en {
        margin-top:0.15rem;
        font-size: 0.12rem;
        line-height: 0.15rem
    }
}

.index-section .index-more {
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 0.3rem;
    height: 0.3rem;
    padding-left: 0.1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0.05rem 0.25rem 0.05rem 0.05rem;
    -webkit-transition: 0.7s ease all;
    -moz-transition: 0.7s ease all;
    transition: 0.7s ease all
}

@media (max-width: 1024px) {
    .index-section .index-more {
        width:0.38rem;
        height: 0.38rem;
        padding-left: 0.13rem
    }
}

.index-section .index-more::after {
    content: "";
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 0.05rem 0.25rem 0.05rem 0.05rem;
    border: 0.005rem dashed #c2c2c2;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    -webkit-transition: 0.6s ease all;
    -moz-transition: 0.6s ease all;
    transition: 0.6s ease all
}

@media (max-width: 1024px) {
    .index-section .index-more::after {
        width:0.38rem;
        height: 0.38rem;
        border-radius: 0.075rem 0.275rem 0.075rem 0.075rem
    }
}

.index-section .index-more span {
    position: relative;
    z-index: 1;
    font-size: 0.08rem;
    line-height: 0.3rem;
    font-weight: 300;
    letter-spacing: 0.005rem;
    color: #fff;
    width: 0;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: 0.6s ease all;
    -moz-transition: 0.6s ease all;
    transition: 0.6s ease all
}

@media (max-width: 1024px) {
    .index-section .index-more span {
        font-size:0.12rem;
        line-height: 0.38rem
    }
}

.index-section .index-more i {
    font-size: 0.08rem;
    line-height: 0.3rem;
    color: #fff;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.6s ease all;
    -moz-transition: 0.6s ease all;
    transition: 0.6s ease all
}

@media (max-width: 1024px) {
    .index-section .index-more i {
        font-size:0.14rem;
        line-height: 0.38rem
    }
}

.index-section .index-more:hover {
    padding: 0 0.15rem;
    width: 1.15rem;
    border-radius: 0.15rem
}

@media (max-width: 1024px) {
    .index-section .index-more:hover {
        width:1.5rem
    }
}

.index-section .index-more:hover::after {
    border-radius: 0.15rem;
    border-color: transparent;
    background-color: #01304b;
    width: 100%
}

@media (max-width: 1024px) {
    .index-section .index-more:hover::after {
        border-radius:0.2rem
    }
}

.index-section .index-more:hover span {
    width: 0.75rem
}

@media (max-width: 1024px) {
    .index-section .index-more:hover span {
        width:0.95rem
    }
}

.index-section .index-more:hover i {
    margin-left: 0.035rem
}

.index-brand {
    padding-top: 0.35rem
}

@media (max-width: 1024px) {
    .index-brand .wp1300 {
        padding:0;
        max-width: 66.6666666667%;
        margin-left: auto;
        margin-right: auto
    }
}

.index-brand .brand-data {
    margin-top: 0.7rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 0.3rem;
    border-bottom: 0.005rem solid rgba(255,255,255,0.1)
}

@media (max-width: 1024px) {
    .index-brand .brand-data {
        margin-top:0.575rem;
        padding-bottom: 0.2rem;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width: 1024px) {
    .index-brand .brand-data .item {
        margin-bottom:0.3rem
    }

    .index-brand .brand-data .item:nth-child(odd) {
        margin-right: 0.7rem
    }
}

.index-brand .brand-data .item .num-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.index-brand .brand-data .item .num-box .num {
    font-size: 0.25rem;
    line-height: 0.225rem;
    letter-spacing: -0.1041666667vw;
    color: #fff;
    font-family: "Barlow-Light"
}

@media (max-width: 1024px) {
    .index-brand .brand-data .item .num-box .num {
        font-size:0.32rem;
        line-height: 0.225rem;
        letter-spacing: -0.015rem
    }
}

.index-brand .brand-data .item .num-box .symbol {
    margin-top: 0.025rem;
    font-size: 0.1rem;
    line-height: 1;
    color: #fff;
    letter-spacing: -0.005rem
}

@media (max-width: 1024px) {
    .index-brand .brand-data .item .num-box .symbol {
        margin-left:0.02rem;
        font-size: 0.12rem
    }
}

.index-brand .brand-data .item .text {
    margin-top: 0.08rem;
    font-size: 0.1rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.005rem;
    color: rgba(236,236,236,0.7);
    text-align: center
}

@media (max-width: 1024px) {
    .index-brand .brand-data .item .text {
        margin-top:0.07rem;
        font-size: 0.12rem
    }
}

.index-brand .index-more {
    margin-top: 0.28rem
}

@media (max-width: 1024px) {
    .index-brand .index-more {
        margin-top:0.575rem
    }
}

.index-product .gallery {
    width: 100%;
    height: 100%
}

.index-product .gallery .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.index-product .gallery .swiper-slide img:last-of-type {
    display: none
}

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

    .index-product .gallery .swiper-slide img:last-of-type {
        display: inline-block
    }
}

.index-product .thumbs {
    position: absolute;
    left: 50%;
    bottom: 0.35rem;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1.95rem;
    z-index: 2;
    --swiper-navigation-size: 0.09rem;
    --swiper-navigation-color: #fff
}

@media (max-width: 1024px) {
    .index-product .thumbs {
        left:0;
        bottom: 0.3rem;
        width: 100%;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
        --swiper-navigation-size: 0.16rem
    }
}

.index-product .thumbs .swiper-slide {
    text-align: center
}

.index-product .thumbs .swiper-slide .t {
    font-size: 0.09rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.01rem;
    color: #fff
}

@media (min-width: 1024px) and (max-width: 1480px) {
    .index-product .thumbs .swiper-slide .t {
        font-size:0.08rem
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .index-product .thumbs .swiper-slide .t {
        font-size:0.07rem
    }
}

@media (max-width: 1024px) {
    .index-product .thumbs .swiper-slide .t {
        font-size:0.15rem;
        letter-spacing: 0.015rem
    }
}

.index-product .thumbs .swiper-slide .s {
    margin-top: 0.2rem;
    font-family: "Barlow-Light";
    font-size: 0.07rem;
    line-height: 1;
    color: rgba(255,255,255,0.4)
}

@media (min-width: 1024px) and (max-width: 1480px) {
    .index-product .thumbs .swiper-slide .s {
        font-size:0.07rem
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .index-product .thumbs .swiper-slide .s {
        font-size:0.06rem
    }
}

@media (max-width: 1024px) {
    .index-product .thumbs .swiper-slide .s {
        margin-top:0.1rem;
        font-size: 0.12rem;
        line-height: 1
    }
}

.index-product .thumbs .swiper-button-prev {
    left: 0.2rem
}

.index-product .thumbs .swiper-button-next {
    right: 0.2rem
}

.index-product .index-info {
    position: absolute;
    top: 0.925rem;
    left: 0;
    width: 100%;
    z-index: 3
}

@media (max-width: 1024px) {
    .index-product .index-info {
        top:1.45rem
    }
}

.index-product .index-info .index-more {
    margin-top: 0.25rem
}

@media (max-width: 1024px) {
    .index-product .index-info .index-more {
        margin-top:0.85rem
    }
}

.index-join {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 1.5rem
}

.index-join .index-info {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto
}

.index-join .index-more {
    margin-top: 0.3rem
}

@media (max-width: 1024px) {
    .index-join .index-more {
        margin-top:0.63rem
    }
}

.index-news {
    padding-top: 0.4rem
}

@media (max-width: 1024px) {
    .index-news {
        padding-top:0.3rem
    }
}

.index-news .title {
    margin-bottom: 0.39rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 1024px) {
    .index-news .title {
        margin-bottom:0.19rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.index-news .title .en {
    font-size: 0.35rem;
    line-height: 1;
    color: #ececec;
    font-family: "Barlow-ExtraLight"
}

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

.index-news .title .cn {
    margin-left: 0.09rem;
    font-size: 0.25rem;
    letter-spacing: 0.025rem;
    line-height: 1;
    color: #ececec;
    font-weight: 300
}

@media (max-width: 1024px) {
    .index-news .title .cn {
        font-size:0.2rem;
        letter-spacing: 0.02rem;
        color: rgba(236,236,236,0.7);
        margin-left: 0;
        margin-top: 0.09rem
    }
}

.index-news .content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media (max-width: 1024px) {
    .index-news .content {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }
}

.index-news .content .left {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 48.7804878049%;
    flex: 0 0 48.7804878049%;
    max-width: 48.7804878049%
}

@media (max-width: 1024px) {
    .index-news .content .left {
        -webkit-box-flex:0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.index-news .content .left .news-rec-item {
    display: block;
    width: 100%;
    position: relative
}

.index-news .content .left .news-rec-item .image {
    padding-top: 58.75%;
    overflow: hidden
}

.index-news .content .left .news-rec-item .image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.3764705882);
    z-index: 9
}

.index-news .content .left .news-rec-item .image img {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease
}

.index-news .content .left .news-rec-item .image:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05)
}

@media (min-width: 1024px) {
    .index-news .content .left .news-rec-item .txt {
        position:absolute;
        left: 0.05rem;
        bottom: 0.15rem;
        z-index: 10
    }
}

@media (max-width: 1024px) {
    .index-news .content .left .news-rec-item .txt {
        padding-bottom:0.21rem;
        border-bottom: 0.005rem dashed rgba(236,236,236,0.1)
    }
}

.index-news .content .left .news-rec-item .txt .t {
    font-size: 0.1rem;
    line-height: 1;
    color: #ececec;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media (min-width: 1024px) and (max-width: 1480px) {
    .index-news .content .left .news-rec-item .txt .t {
        font-size:0.09rem
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .index-news .content .left .news-rec-item .txt .t {
        font-size:0.08rem
    }
}

@media (min-width: 1024px) and (max-width: 1180px) {
    .index-news .content .left .news-rec-item .txt .t {
        font-size:0.07rem
    }
}

@media (max-width: 1024px) {
    .index-news .content .left .news-rec-item .txt .t {
        margin-top:0.09rem;
        font-size: 0.15rem
    }
}

.index-news .content .left .news-rec-item .txt .time {
    margin-top: 0.11rem;
    font-size: 0.09rem;
    line-height: 1;
    color: #ececec;
    font-family: "Barlow-ExtraLight"
}

@media (min-width: 1024px) and (max-width: 1480px) {
    .index-news .content .left .news-rec-item .txt .time {
        font-size:0.08rem
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .index-news .content .left .news-rec-item .txt .time {
        font-size:0.07rem
    }
}

@media (max-width: 1024px) {
    .index-news .content .left .news-rec-item .txt .time {
        margin-top:0.12rem;
        font-size: 0.11rem
    }
}

.index-news .content .right {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 51.2195121951%;
    flex: 0 0 51.2195121951%;
    max-width: 51.2195121951%;
    padding-left: 0.2rem
}

@media (max-width: 1024px) {
    .index-news .content .right {
        -webkit-box-flex:0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0
    }
}

.index-news .content .right .news-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media (max-width: 1024px) {
    .index-news .content .right .news-item {
        padding-top:0.19rem
    }
}

@media (min-width: 1024px) {
    .index-news .content .right .news-item:not(:first-child) {
        padding-top:0.165rem
    }
}

.index-news .content .right .news-item:not(:last-child) {
    padding-bottom: 0.18rem;
    border-bottom: 0.005rem dashed rgba(236,236,236,0.1)
}

@media (max-width: 1024px) {
    .index-news .content .right .news-item:not(:last-child) {
        padding-bottom:0.18rem
    }
}

.index-news .content .right .news-item .img-box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

@media (max-width: 1024px) {
    .index-news .content .right .news-item .img-box {
        -webkit-box-flex:0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 1rem;
        flex: 0 0 1rem;
        max-width: 1rem;
        padding-top: 0.03rem
    }
}

.index-news .content .right .news-item .img-box .image {
    padding-top: 55%;
    overflow: hidden
}

.index-news .content .right .news-item .img-box .image img {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease
}

.index-news .content .right .news-item .img-box .image:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05)
}

.index-news .content .right .news-item .txt-box {
    padding-left: 0.16rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

@media (max-width: 1024px) {
    .index-news .content .right .news-item .txt-box {
        padding-left:0.11rem;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 1rem);
        flex: 0 0 calc(100% - 1rem);
        max-width: -moz-calc(100% - 1rem);
        max-width: calc(100% - 1rem)
    }
}

.index-news .content .right .news-item .txt-box .t {
    font-size: 0.09rem;
    line-height: 1.6666666667;
    color: #ececec;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

@media (min-width: 1024px) and (max-width: 1480px) {
    .index-news .content .right .news-item .txt-box .t {
        font-size:0.08rem
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .index-news .content .right .news-item .txt-box .t {
        font-size:0.07rem
    }
}

@media (max-width: 1024px) {
    .index-news .content .right .news-item .txt-box .t {
        font-size:0.14rem;
        line-height: 0.2rem
    }
}

.index-news .content .right .news-item .txt-box .time {
    margin-top: 0.135rem;
    font-size: 0.08rem;
    line-height: 1;
    color: #ececec;
    font-family: "Barlow-ExtraLight"
}

@media (min-width: 1024px) and (max-width: 1480px) {
    .index-news .content .right .news-item .txt-box .time {
        font-size:0.07rem
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .index-news .content .right .news-item .txt-box .time {
        font-size:0.06rem
    }
}

@media (max-width: 1024px) {
    .index-news .content .right .news-item .txt-box .time {
        margin-top:0.1rem;
        font-size: 0.11rem
    }
}

.index-news .content .right .news-item:hover .img-box img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05)
}

.index-news .index-more {
    margin-top: 0.275rem
}

@media (max-width: 1024px) {
    .index-news .index-more {
        margin-top:0.25rem
    }
}

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

.animate-on .index-banner .swiper-pagin,.animate-on .index-banner .swiper-btns {
    -webkit-animation: slideInUp 1s linear;
    -moz-animation: slideInUp 1s linear;
    animation: slideInUp 1s linear
}

.animate-on .index-banner .scroll-down,.animate-on .index-banner .anime-ring {
    -webkit-animation: fadeInUp2 1s linear;
    -moz-animation: fadeInUp2 1s linear;
    animation: fadeInUp2 1s linear
}

.animate-on .index-product .index-info {
    -webkit-animation: fadeInDown 1.6s ease;
    -moz-animation: fadeInDown 1.6s ease;
    animation: fadeInDown 1.6s ease
}

.animate-on .index-product .thumbs {
    -webkit-animation: fadeInUp2 1.6s ease;
    -moz-animation: fadeInUp2 1.6s ease;
    animation: fadeInUp2 1.6s ease
}

.animate-on .index-product .swiper-slide-active .splitTxt .char {
    -webkit-animation: fadeLeft 1s linear 0s 1 normal none;
    -moz-animation: fadeLeft 1s linear 0s 1 normal none;
    animation: fadeLeft 1s linear 0s 1 normal none
}

.animate-on .index-news .title {
    -webkit-animation: fadeInDown 1.6s ease;
    -moz-animation: fadeInDown 1.6s ease;
    animation: fadeInDown 1.6s ease
}

.animate-on .index-news .content .left {
    -webkit-animation: fadeInLeft 1.6s ease;
    -moz-animation: fadeInLeft 1.6s ease;
    animation: fadeInLeft 1.6s ease
}

.animate-on .index-news .content .right .news-item {
    -webkit-animation: fadeInRight 2.4s both;
    -moz-animation: fadeInRight 2.4s both;
    animation: fadeInRight 2.4s both
}

.animate-on .index-news .content .right .news-item:nth-child(1) {
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    animation-delay: 0s
}

.animate-on .index-news .content .right .news-item:nth-child(-n+3) {
    opacity: 0
}

.animate-on .index-news .content .right .news-item:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    animation-delay: 0.1s
}

.animate-on .index-news .content .right .news-item:nth-child(-n+3) {
    opacity: 0
}

.animate-on .index-news .content .right .news-item:nth-child(3) {
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    animation-delay: 0.2s
}

.animate-on .index-news .content .right .news-item:nth-child(-n+3) {
    opacity: 0
}

.animate-on .index-news .index-more {
    -webkit-animation: fadeInUp 1.6s ease;
    -moz-animation: fadeInUp 1.6s ease;
    animation: fadeInUp 1.6s ease
}

.animate-on .footer .footer-top {
    -webkit-animation: fadeInUp 1.6s ease forwards;
    -moz-animation: fadeInUp 1.6s ease forwards;
    animation: fadeInUp 1.6s ease forwards
}

.animate-on .footer .copyright {
    -webkit-animation: fadeInUp 1.6s ease 0.5s forwards;
    -moz-animation: fadeInUp 1.6s ease 0.5s forwards;
    animation: fadeInUp 1.6s ease 0.5s forwards
}

.animate-on .splitTxt .char {
    -webkit-animation: fadeLeft 1s linear 0s 1 normal none;
    -moz-animation: fadeLeft 1s linear 0s 1 normal none;
    animation: fadeLeft 1s linear 0s 1 normal none
}

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

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

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

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

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

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

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

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,-50%,0);
        transform: translate3d(0,-50%,0)
    }
}

@-moz-keyframes fadeInRight2 {
    0% {
        opacity: 0;
        -moz-transform: translate3d(100%,-50%,0);
        transform: translate3d(100%,-50%,0)
    }

    to {
        opacity: 1;
        -moz-transform: translate3d(0,-50%,0);
        transform: translate3d(0,-50%,0)
    }
}

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

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

@-webkit-keyframes fadeLeft {
    from {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
        opacity: 0
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
        opacity: 1
    }
}

@-moz-keyframes fadeLeft {
    from {
        -moz-transform: scaleX(0);
        transform: scaleX(0);
        -moz-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
        opacity: 0
    }

    to {
        -moz-transform: scaleX(1);
        transform: scaleX(1);
        -moz-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
        opacity: 1
    }
}

@keyframes fadeLeft {
    from {
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0% 50%;
        -moz-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
        opacity: 0
    }

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

.footer {
    background: #01304b;
    position: relative
}

.footer .footer-top {
    padding-top: 4.1666666667vw;
    padding-bottom: 4.1666666667vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 0.005rem solid rgba(255,255,255,0.1)
}

@media (max-width: 1024px) {
    .footer .footer-top {
        padding-top:0.4rem;
        padding-bottom: 0.28rem;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.footer .footer-top .left {
    max-width: -moz-calc((100% - 1.4rem) / 2);
    max-width: calc((100% - 1.4rem) / 2)
}

@media (max-width: 1024px) {
    .footer .footer-top .left {
        -webkit-box-flex:0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

@media (max-width: 1024px) {
    .footer .footer-top .left .footer-contact {
        text-align:center
    }
}

.footer .footer-top .left .footer-contact .t {
    font-size: 0.1rem;
    line-height: 1;
    color: #fff;
    letter-spacing: 0.02rem
}

@media (min-width: 1024px) and (max-width: 1480px) {
    .footer .footer-top .left .footer-contact .t {
        font-size:0.09rem
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .footer .footer-top .left .footer-contact .t {
        font-size:0.08rem
    }
}

@media (min-width: 1024px) and (max-width: 1180px) {
    .footer .footer-top .left .footer-contact .t {
        font-size:0.07rem
    }
}

@media (max-width: 1024px) {
    .footer .footer-top .left .footer-contact .t {
        font-size:0.14rem;
        letter-spacing: 0.03rem
    }
}

.footer .footer-top .left .footer-contact .t .tel {
    letter-spacing: 0;
    font-family: "Barlow-Regular"
}

.footer .footer-top .left .footer-contact .p {
    margin-top: 0.625vw;
    font-size: 0.08rem;
    line-height: 1.875;
    font-weight: 300;
    letter-spacing: 0.15625vw;
    color: #fff
}

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

@media (min-width: 1024px) and (max-width: 1280px) {
    .footer .footer-top .left .footer-contact .p {
        font-size:0.06rem
    }
}

@media (max-width: 1024px) {
    .footer .footer-top .left .footer-contact .p {
        margin-top:0.09rem;
        font-size: 0.14rem;
        line-height: 0.15rem;
        letter-spacing: 0.03rem
    }
}

@media (min-width: 1024px) {
    .footer .footer-top .middle {
        position:absolute;
        left: 50%;
        top: 2.1666666667vw;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media (max-width: 1024px) {
    .footer .footer-top .middle {
        -webkit-box-ordinal-group:2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 0.25rem
    }
}

.footer .footer-top .middle .footer-logo {
    height: 0.6rem;
}

@media (max-width: 1024px) {
    .footer .footer-top .middle .footer-logo {
        height:0.6rem
    }
}

.footer .footer-top .middle .footer-logo img {
    display: block;
    width: auto;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    filter: grayscale(1) brightness(200);
}

@media (max-width: 1024px) {
    .footer .footer-top .middle .footer-logo img {
        margin-left:auto;
        margin-right: auto
    }
}

.footer .footer-top .right {
    max-width: -moz-calc((100% - 1.4rem) / 2);
    max-width: calc((100% - 1.4rem) / 2)
}

@media (max-width: 1024px) {
    .footer .footer-top .right {
        padding-top:0.17rem;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-ordinal-group: 4;
        -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
}

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

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

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

.footer .footer-top .right .qrcode-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width: 1024px) {
    .footer .footer-top .right .qrcode-list {
        -webkit-box-pack:center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.footer .footer-top .right .qrcode-list .qrcode {
    position: relative;
    width: 0.2rem;
    height: 0.2rem;
    cursor: pointer
}

.footer .footer-top .right .qrcode-list .qrcode:not(:last-child) {
    margin-right: 0.78125vw
}

@media screen and (max-width: 1024px) {
    .footer .footer-top .right .qrcode-list .qrcode {
        width:0.3rem;
        height: 0.3rem
    }

    .footer .footer-top .right .qrcode-list .qrcode:not(:last-child) {
        margin-right: 0.1rem
    }

    .footer .footer-top .right .qrcode-list .qrcode:nth-child(1) .qrcode-box {
        left: 0;
        -webkit-transform: translateY(20%);
        -moz-transform: translateY(20%);
        transform: translateY(20%)
    }
}

.footer .footer-top .right .qrcode-list .qrcode .icon {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 50%;
    border: 0.005rem solid #fff;
    z-index: 1;
    position: relative
}

.footer .footer-top .right .qrcode-list .qrcode .icon::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #fff;
    left: 0;
    top: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    border-radius: 50%
}

.footer .footer-top .right .qrcode-list .qrcode .icon img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3
}

.footer .footer-top .right .qrcode-list .qrcode .icon img:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: 0;
    z-index: 2
}

.footer .footer-top .right .qrcode-list .qrcode:hover .icon img:nth-child(1) {
    opacity: 0;
    visibility: hidden
}

.footer .footer-top .right .qrcode-list .qrcode:hover .icon img:nth-child(2) {
    opacity: 1;
    visibility: visible
}

.footer .footer-top .right .qrcode-list .qrcode:hover .icon::after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1)
}

.footer .footer-top .right .qrcode-list .qrcode:hover .qrcode-box {
    -webkit-transform: translateY(0) translateX(-50%);
    -moz-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
    visibility: visible;
    opacity: 1;
    z-index: 9;
}

@media (max-width: 1024px) {
    .footer .footer-top .right .qrcode-list .qrcode:hover:nth-child(1) .qrcode-box {
        -webkit-transform:translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
}

.footer .copyright {
    padding-top: 0.245rem;
    padding-bottom: 0.195rem;
    text-align: center
}

@media (max-width: 1024px) {
    .footer .copyright {
        padding-top:0.25rem;
        padding-bottom: 0.3rem
    }

    .footer .copyright span:nth-child(1) {
        display: block
    }
}

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

.footer .copyright span:not(:first-child),.footer .copyright p:not(:first-child),.footer .copyright a:not(:first-child) {
    margin-left: 0.5208333333vw
}

@media (max-width: 1024px) {
    .footer .copyright span,.footer .copyright p,.footer .copyright a {
        font-size:0.12rem;
        line-height: 0.18rem
    }

    .footer .copyright span:not(:first-child),.footer .copyright p:not(:first-child),.footer .copyright a:not(:first-child) {
        margin-left: 0.08rem
    }
}

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

.top {
    position: fixed;
    right: 0;
    bottom: 1.71rem;
    width: 0.35rem;
    height: 0.7rem;
    z-index: 9999;
    /* overflow: hidden; */
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s
}

@media (max-width: 1024px) {
    .top {
        width:0.5rem;
        height: 1rem
    }
}

.top>a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 0.35rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #104a6c;
    border-radius: 0.05rem 0 0 0.05rem;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s
}

@media (max-width: 1024px) {
    .top>a {
        height:0.5rem
    }
}

.top>a:hover {
    background-color: #01304b
}

.top>a p {
    color: #fff;
    font-size: 0.06rem
}

@media (max-width: 1024px) {
    .top>a p {
        font-size:0.08rem
    }
}

.top>a img {
    width: 0.085rem;
    height: 0.105rem;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (max-width: 1024px) {
    .top>a img {
        height:0.15rem;
        width: 0.15rem
    }
}

.top>a.gotop {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(0.1rem);
    -moz-transform: translateX(0.1rem);
    transform: translateX(0.1rem);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s
}

.top.on a {
    border-radius: 0.05rem 0 0 0
}

.top.on a.gotop {
    border-radius: 0 0 0 0.05rem;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0)
}

.top a.qrcode:hover .qrcode-box {
    -webkit-transform: translateY(0) translateX(-50%);
    -moz-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
    visibility: visible;
    opacity: 1;
    bottom: 30%;
    width: 0.7rem;
    height: 0.7rem;
    right: 30%;
    z-index: 99;
}

.top a.qrcode:hover .qrcode-box img{
    width: 100%;
    height: auto;
}

.top a.qrcode .qrcode-box img{
        width: 100%;
    height: auto;
}


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

.products .products-list-box {
    background-color: #f1f6fa;
    padding: 0.5rem 0
}

.products .products-list-box .products-list {
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 0.3rem
}

@media (max-width: 1240px) {
    .products .products-list-box .products-list {
        padding:0 0.2rem
    }
}

@media (max-width: 1024px) {
    .products .products-list-box .products-list {
        grid-template-columns:repeat(1,minmax(0,1fr))
    }
}

.products .products-list-box .products-list .product-item {
    width: 100%;
    height: 2.8rem;
    position: relative;
    overflow: hidden
}


.products .products-list-box .products-list .product-item .pro{
    width: 100%;
    height: 2.8rem;
    position: relative;
    overflow: hidden
}


.products .products-list-box .products-list .product-item .pro img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.products .products-list-box .products-list .product-item:hover .pro-mask {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.products .products-list-box .products-list .product-item:hover img {
    -webkit-transform: scale(1.12);
    -moz-transform: scale(1.12);
    transform: scale(1.12)
}

.products .products-list-box .products-list .product-item>a {
    display: block;
    width: 100%;
    height: 100%
}

.products .products-list-box .products-list .product-item>a>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s
}

.products .products-list-box .products-list .product-item>a .pro-mask {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    background-color: rgb(0 47 75 / 50%);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(1);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s
}



.products .products-list-box .products-list .product-item>a .pro-mask>p {
    color: #fff;
    font-size: 0.09rem;
    font-weight: 300
}

@media (max-width: 1024px) {
    .products .products-list-box .products-list .product-item>a .pro-mask>p {
        font-size:0.16rem
    }
}

.products .products-list-box .products-list .product-item>a .pro-mask .more {
    color: #fff;
    font-size: 0.075rem;
    margin-top: 0.05rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 300
}

@media (max-width: 1024px) {
    .products .products-list-box .products-list .product-item>a .pro-mask .more {
        font-size:0.14rem
    }
}

.product-detail {
    overflow: hidden
}

.product-detail .products-detail-box {
    max-width: 6.8rem;
    margin: 0 auto;
    padding: 0.475rem 0
}

@media (max-width: 750px) {
    .product-detail .products-detail-box {
        padding:0.475rem 0.2rem
    }
}

@media (min-width: 758px) and (max-width: 1440px) {
    .product-detail .products-detail-box {
        padding:0.475rem 0.1rem
    }
}

.product-detail .products-detail-box .detail-title {
    font-size: 0.15rem;
    margin-bottom: 0.1rem;
    letter-spacing: 0.0075rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.product-detail .products-detail-box .detail-title .black {
    font-size: 0.08rem
}

@media (max-width: 1024px) {
    .product-detail .products-detail-box .detail-title {
        font-size:0.2rem
    }
}

.product-detail .products-detail-box .detail-intro {
    font-size: 0.1rem;
    margin-bottom: 0.15rem;
    color: #666;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.05rem;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 1024px) {
    .product-detail .products-detail-box .detail-intro {
        font-size:0.15rem
    }
}

.product-detail .products-detail-box .detail-intro .hr {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    height: 0.005rem;
    background-color: #ebebeb
}

.product-detail .products-detail-box .detail-intro.aos-animate .hr {
    -webkit-animation: hrw 1.6s linear 0s 1 normal none;
    -moz-animation: hrw 1.6s linear 0s 1 normal none;
    animation: hrw 1.6s linear 0s 1 normal none
}

.product-detail .products-detail-box .detail-content-box>p {
    font-size: 0.08rem;
    margin-bottom: 0.1rem;
    color: #666
}

@media (max-width: 750px) {
    .product-detail .products-detail-box .detail-content-box>p {
        font-size:0.14rem;
        text-align: justify
    }
}

.product-detail .products-detail-box .detail-content-box .detailSwiper {
    margin-top: 0.25rem;
    overflow: hidden;
    position: relative;
    --swiper-theme-color: #f60;
    --swiper-navigation-color: #fff;
    --swiper-navigation-size: 0.15rem
}

.product-detail .products-detail-box .detail-content-box .detailSwiper .swiper-button-disabled {
    --swiper-navigation-color: #fff
}

.product-detail .products-detail-box .detail-content-box .detailSwiper .swiper-slide img {
    max-width: 100%;
    width: 100%;
}

.product-detail .products-detail-box .detail-content-box .detailSwiper .swiper-pagination {
    bottom: 0.2rem
}

.product-detail .products-detail-box .detail-content-box .detailSwiper .swiper-pagination .swiper-pagination-bullet {
    border: 0.005rem solid #fff;
    width: 0.05rem;
    height: 0.05rem
}

.product-detail .products-detail-box .detail-content-box .detailSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff
}

.product-detail .products-detail-box .detail-content-box .detailSwiper .swiper-button-prev::after,.product-detail .products-detail-box .detail-content-box .detailSwiper .swiper-button-next::after {
    font-weight: 700;
    font-size: 0.175rem
}

.product-detail .detail-more-list {
    background-color: rgb(241,246,250);
    padding: 0.44rem 0
}

@media (max-width: 1024px) {
    .product-detail .detail-more-list {
        padding:0.44rem 0.2rem
    }
}

.product-detail .detail-more-list .related-products {
    max-width: 6.8rem;
    margin: 0 auto
}

.product-detail .detail-more-list .related-products .related {
    font-size: 0.15rem;
    color: #002F4B;
    text-transform: uppercase;
    font-weight: 200;
    margin-top: 0.05rem;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s
}

@media (max-width: 1024px) {
    .product-detail .detail-more-list .related-products .related {
        font-size:0.18rem
    }
}

.product-detail .detail-more-list .related-products .related-title {
    font-size: 0.18rem;
    color: #002F4B;
    text-transform: uppercase;
    font-weight: 200;
    margin-bottom: 0.2rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0.075rem;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s
}

@media (max-width: 1024px) {
    .product-detail .detail-more-list .related-products .related-title {
        font-size:0.2rem
    }
}

.product-detail .detail-more-list .related-products .related-title>a {
    font-size: 0.08rem
}

@media (max-width: 1024px) {
    .product-detail .detail-more-list .related-products .related-title>a {
        font-size:0.14rem
    }
}

.product-detail .detail-more-list .related-products .related-title .hr {
    height: 0.005rem;
    background-color: #ccc;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    -webkit-transition: width 0.5s ease;
    -moz-transition: width 0.5s ease;
    transition: width 0.5s ease
}

.product-detail .detail-more-list .related-products .related-title .hr.adshow {
    width: 100%
}

.product-detail .detail-more-list .related-products .related-title.aos-animate .hr {
    -webkit-animation: hrw 1.6s linear 0s 1 normal none;
    -moz-animation: hrw 1.6s linear 0s 1 normal none;
    animation: hrw 1.6s linear 0s 1 normal none
}

.product-detail .detail-more-list .related-products .related-img {
    width: 0.225rem;
    height: 0.225rem;
    -o-object-fit: contain;
    object-fit: contain
}

@media (max-width: 750px) {
    .product-detail .detail-more-list .related-products .related-img {
        width:0.3rem;
        height: 0.3rem
    }
}

.product-detail .detail-more-list .related-products .swiper-box {
    position: relative
}

.product-detail .detail-more-list .related-products .swiper-box .moreSwiper {
    overflow: hidden
}

.product-detail .detail-more-list .related-products .swiper-box .moreSwiper .swiper-slide {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 1.38rem
}

@media (max-width: 1024px) {
    .product-detail .detail-more-list .related-products .swiper-box .moreSwiper .swiper-slide {
        height:auto;
        aspect-ratio: 5/3
    }
}

.product-detail .detail-more-list .related-products .swiper-box .moreSwiper .swiper-slide a {
    width: 100%;
    height: 100%
}

.product-detail .detail-more-list .related-products .swiper-box .moreSwiper .swiper-slide a>img {
    width: 100%;
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    transition: 1.5s;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.product-detail .detail-more-list .related-products .swiper-box .moreSwiper .swiper-slide .pro-mask {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    background-color: rgba(0,47,75,0.8);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(1);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s
}

.product-detail .detail-more-list .related-products .swiper-box .moreSwiper .swiper-slide .pro-mask>p {
    color: #fff;
    font-size: 0.09rem;
    font-weight: 300
}

.product-detail .detail-more-list .related-products .swiper-box .moreSwiper .swiper-slide .pro-mask .more {
    color: #fff;
    font-size: 0.075rem;
    margin-top: 0.05rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 300
}

.product-detail .detail-more-list .related-products .swiper-box .moreSwiper .swiper-slide:hover .pro-mask {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1)
}

.product-detail .detail-more-list .related-products .swiper-box .moreSwiper .swiper-slide:hover>img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2)
}

.product-detail .detail-more-list .related-products .swiper-box .moreSwiper .swiper-pagination {
    display: none
}

@media (max-width: 1024px) {
    .product-detail .detail-more-list .related-products .swiper-box .moreSwiper .swiper-pagination {
        display:block
    }
}

.product-detail .detail-more-list .related-products .swiper-box .moreSwiper .swiper-pagination .swiper-pagination-bullet {
    border: 0.005rem solid #fff
}

.product-detail .detail-more-list .related-products .swiper-box .moreSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff
}

.product-detail .detail-more-list .related-products .swiper-box .prev-btn {
    position: absolute;
    top: 50%;
    left: -0.2rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 9;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s
}

@media (max-width: 750px) {
    .product-detail .detail-more-list .related-products .swiper-box .prev-btn {
        display:none
    }
}

@media (min-width: 758px) and (max-width: 1440px) {
    .product-detail .detail-more-list .related-products .swiper-box .prev-btn {
        left:0
    }
}

.product-detail .detail-more-list .related-products .swiper-box .prev-btn path {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s
}

.product-detail .detail-more-list .related-products .swiper-box .prev-btn:hover path {
    fill: #0e3246
}

.product-detail .detail-more-list .related-products .swiper-box .next-btn {
    position: absolute;
    top: 50%;
    right: -0.2rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 9;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s
}

@media (max-width: 750px) {
    .product-detail .detail-more-list .related-products .swiper-box .next-btn {
        display:none
    }
}

@media (min-width: 758px) and (max-width: 1440px) {
    .product-detail .detail-more-list .related-products .swiper-box .next-btn {
        right:0
    }
}

.product-detail .detail-more-list .related-products .swiper-box .next-btn path {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s
}

.product-detail .detail-more-list .related-products .swiper-box .next-btn:hover path {
    fill: #0e3246
}

@-webkit-keyframes hrw {
    from {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 0% 500%;
        transform-origin: 0% 500%;
        opacity: 1
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 0% 500%;
        transform-origin: 0% 500%;
        opacity: 1
    }
}

@-moz-keyframes hrw {
    from {
        -moz-transform: scale(0);
        transform: scale(0);
        -moz-transform-origin: 0% 500%;
        transform-origin: 0% 500%;
        opacity: 1
    }

    to {
        -moz-transform: scale(1);
        transform: scale(1);
        -moz-transform-origin: 0% 500%;
        transform-origin: 0% 500%;
        opacity: 1
    }
}

@keyframes hrw {
    from {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 0% 500%;
        -moz-transform-origin: 0% 500%;
        transform-origin: 0% 500%;
        opacity: 1
    }

    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 0% 500%;
        -moz-transform-origin: 0% 500%;
        transform-origin: 0% 500%;
        opacity: 1
    }
}

.case .cases-list-box {
    background-color: #f1f6fa;
    padding: 0.65rem 0 0.575rem
}

.case .cases-list-box .cases-list {
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 0.3rem 0.175rem
}

@media (max-width: 1240px) {
    .case .cases-list-box .cases-list {
        padding:0 0.2rem
    }
}

@media (max-width: 1024px) {
    .case .cases-list-box .cases-list {
        grid-template-columns:repeat(1,minmax(0,1fr))
    }
}

.case .cases-list-box .cases-list .case-item {
    width: 100%
}

.case .cases-list-box .cases-list .case-item .cate-item-box {
    height: 1.74rem;
    position: relative;
    overflow: hidden
}

@media (max-width: 1024px) {
    .case .cases-list-box .cases-list .case-item .cate-item-box {
        height:auto
    }
}

.case .cases-list-box .cases-list .case-item .cate-item-box>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s
}

.case .cases-list-box .cases-list .case-item .cate-item-box .pro-mask {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    background-color: rgba(0,47,75,0.8);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s
}

.case .cases-list-box .cases-list .case-item .cate-item-box .pro-mask>p {
    color: #fff;
    font-size: 0.09rem;
    font-weight: 300
}

@media (max-width: 1024px) {
    .case .cases-list-box .cases-list .case-item .cate-item-box .pro-mask>p {
        font-size:0.16rem
    }
}

.case .cases-list-box .cases-list .case-item .cate-item-box .pro-mask .more {
    color: #fff;
    font-size: 0.075rem;
    margin-top: 0.05rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.case .cases-list-box .cases-list .case-item .cate-item-box .pro-mask .more>p {
    color: #fff;
    font-size: 0.09rem;
    font-weight: 300
}

@media (max-width: 1024px) {
    .case .cases-list-box .cases-list .case-item .cate-item-box .pro-mask .more>p {
        font-size:0.16rem
    }
}

.case .cases-list-box .cases-list .case-item>a {
    display: block;
    width: 100%;
    height: 100%
}

.case .cases-list-box .cases-list .case-item .case-title {
    text-align: center;
    font-size: 0.1rem;
    margin-top: 0.1rem;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    font-weight: 300
}

@media (max-width: 1024px) {
    .case .cases-list-box .cases-list .case-item .case-title {
        font-size:0.16rem
    }
}

.case .cases-list-box .cases-list .case-item:hover .case-title {
    -webkit-transform: translateY(-0.5rem);
    -moz-transform: translateY(-0.5rem);
    transform: translateY(-0.5rem);
    opacity: 0
}

.case .cases-list-box .cases-list .case-item:hover .pro-mask {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1)
}

.case .cases-list-box .cases-list .case-item:hover img {
    -webkit-transform: scale(1.12);
    -moz-transform: scale(1.12);
    transform: scale(1.12)
}

.honor .honor-img {
    position: relative;
    overflow: hidden;
    width: 100%
}

.honor .honor-img .sub-menu {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border-color: #314057;
    z-index: 99
}

@media (max-width: 1024px) {
    .honor .honor-img .sub-menu {
        position:relative;
        background-color: #101f37
    }
}

.honor .honor-img .sub-menu .sub-menu-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -moz-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

@media (max-width: 1024px) {
    .honor .honor-img .sub-menu .sub-menu-list {
        display:inline-block
    }
}

.honor .honor-img .sub-menu .sub-menu-list .sub-menu-itme {
    margin: 0 auto
}

@media (max-width: 1024px) {
    .honor .honor-img .sub-menu .sub-menu-list .sub-menu-itme {
        margin-right:0.5rem
    }
}

.honor .honor-img .sub-menu .sub-menu-list .sub-menu-itme>a {
    color: #fff
}

.honor .honor-img .sub-menu .sub-menu-list .sub-menu-itme::after {
    background-color: #fff
}

.honor .honor-img img {
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor
}

@media (max-width: 1660px) {
    .honor .honor-img img {
        width:100%
    }
}

.honor .honor-list-box {
    background-color: #f1f6fa;
    padding: 0.5rem 0
}

.honor .honor-list-box .honor-list {
    max-width: 6.8rem;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 0.25rem 0.5rem
}

@media (max-width: 1450px) {
    .honor .honor-list-box .honor-list {
        padding:0 0.2rem
    }
}

@media (max-width: 1024px) {
    .honor .honor-list-box .honor-list {
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap: 0.2rem 0.15rem
    }
}

.honor .honor-list-box .honor-list .honor-item {
    background-color: #fff;
    border: 0.005rem solid #ebebeb;
    padding: 0.135rem 0.135rem 0;
    cursor: pointer
}

.honor .honor-list-box .honor-list .honor-item .image {
    overflow: hidden;
    position: relative;
    overflow: hidden;
    height: 1rem;
}

.honor .honor-list-box .honor-list .honor-item .image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: contain;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s
}

.honor .honor-list-box .honor-list .honor-item img {
    width: 100%;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s
}

.honor .honor-list-box .honor-list .honor-item img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2)
}

.honor .honor-list-box .honor-list .honor-item .honor-title {
    font-size: 0.09rem;
    text-align: center;
    margin-top: 0.05rem;
    line-height: 0.15rem;
    padding: 0.1rem 0
}

@media (max-width: 1024px) {
    .honor .honor-list-box .honor-list .honor-item .honor-title {
        font-size:0.14rem;
        margin-bottom: 0.05rem
    }
}

.video .sub-menu .sub-menu-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -moz-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

@media (max-width: 1024px) {
    .video .sub-menu .sub-menu-list {
        display:inline-block
    }
}

.video .sub-menu .sub-menu-list .sub-menu-itme {
    margin: 0 auto
}

@media (max-width: 1024px) {
    .video .sub-menu .sub-menu-list .sub-menu-itme {
        margin-right:0.5rem
    }
}

.video .videos-list-box {
    padding: 0.5rem 0;
    background-color: #f1f6fa
}

.video .videos-list-box .videos-list {
    max-width: 6.8rem;
    margin: 0 auto
}

@media (max-width: 1260px) {
    .video .videos-list-box .videos-list {
        padding:0 0.2rem
    }
}

.video .videos-list-box .videos-list .video-list-1 {
    width: 100%;
    position: relative;
    height: 3.5rem;
    cursor: pointer;
    overflow: hidden
}

@media (max-width: 1024px) {
    .video .videos-list-box .videos-list .video-list-1 {
        height:auto;
        aspect-ratio: 3/2
    }
}

.video .videos-list-box .videos-list .video-list-1 .video-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s
}

.video .videos-list-box .videos-list .video-list-1 .video-btn {
    width: 0.25rem;
    height: 0.25rem;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s
}

.video .videos-list-box .videos-list .video-list-1 .video-btn>img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.video .videos-list-box .videos-list .video-list-1::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(0,0,0,0.6)
}

.video .videos-list-box .videos-list .video-list-1:hover .video-d {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1)
}

.video .videos-list-box .videos-list .video-list-1:hover .video-btn {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0)
}

.video .videos-list-box .videos-list .video-list-1:hover .video-img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05)
}

.video .videos-list-box .videos-list .video-list-2 {
    margin-top: 0.3rem;
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 0.3rem
}

@media (max-width: 1024px) {
    .video .videos-list-box .videos-list .video-list-2 {
        grid-template-columns:repeat(1,minmax(0,1fr))
    }
}

.video .videos-list-box .videos-list .video-list-2 .video-item {
    position: relative;
    cursor: pointer;
    overflow: hidden
}

@media (max-width: 1024px) {
    .video .videos-list-box .videos-list .video-list-2 .video-item {
        aspect-ratio:3/2
    }
}

.video .videos-list-box .videos-list .video-list-2 .video-item .video-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s
}

.video .videos-list-box .videos-list .video-list-2 .video-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(0,0,0,0.6)
}

.video .videos-list-box .videos-list .video-list-2 .video-item .video-btn {
    width: 0.2rem;
    height: 0.2rem;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s
}

@media (max-width: 1024px) {
    .video .videos-list-box .videos-list .video-list-2 .video-item .video-btn {
        width:0.3rem;
        height: 0.3rem
    }
}

.video .videos-list-box .videos-list .video-list-2 .video-item .video-btn>img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.video .videos-list-box .videos-list .video-list-2 .video-item:hover .video-d {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1)
}

.video .videos-list-box .videos-list .video-list-2 .video-item:hover .video-btn {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0)
}

.video .videos-list-box .videos-list .video-list-2 .video-item:hover .video-img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05)
}

.video .videos-list-box .video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%) scale(1);
    -moz-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1);
    z-index: 20;
    cursor: pointer;
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s
}

.video .videos-list-box .video-d {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 30;
    background-color: rgba(0,47,75,0.8);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s
}

.video .videos-list-box .video-d .video-title {
    text-align: center;
    font-size: 0.1rem;
    color: #fff
}

@media (max-width: 1024px) {
    .video .videos-list-box .video-d .video-title {
        font-size:0.14rem
    }
}

.video .videos-list-box .video-d .video-d-btn {
    width: 0.2rem;
    height: 0.2rem;
    margin-top: 0.05rem
}

@media (max-width: 1024px) {
    .video .videos-list-box .video-d .video-d-btn {
        width:0.3rem;
        height: 0.3rem;
        margin-top: 0.1rem
    }
}

.video .videos-list-box .video-d .video-d-btn>img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.video-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9001;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s
}

.video-popup.show .video-popup-box,.video-popup.show .video-popup-mask {
    opacity: 1
}

.video-popup.show .video-popup-box {
    -webkit-transform: translate(-50%,-50%) scale(1);
    -moz-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1)
}

.video-popup-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6.7rem;
    background-color: #000;
    -webkit-box-shadow: 0 0.03rem 0.1rem rgba(0,0,0,0.8);
    box-shadow: 0 0.03rem 0.1rem rgba(0,0,0,0.8);
    opacity: 0;
    z-index: 6;
    -webkit-transform: translate(-50%,-50%) scale(0.8);
    -moz-transform: translate(-50%,-50%) scale(0.8);
    transform: translate(-50%,-50%) scale(0.8);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s
}

.video-popup-box .icon-close-circle {
    font-size: 0.4rem;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s
}

.video-popup-box .icon-close-circle:hover {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.video-popup .video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden
}

.video-popup .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
    overflow: hidden
}

.video-popup .video iframe video {
    width: 100%;
    height: 100%
}

.video-popup-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s
}

.video-popup-close {
    position: absolute;
    top: -0.12rem;
    right: -0.29rem;
    color: #fff;
    font-size: 0.19rem;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 9
}

.video-popup-close::before {
    font-size: 0.15rem
}

.video-popup-close:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media screen and (max-width: 1440px) {
    .video-popup-box {
        width:-moz-calc(100% - 0.5rem);
        width: calc(100% - 0.5rem)
    }
}

@media screen and (max-width: 750px) {
    .video-popup.show .video-popup-box {
        -webkit-transform:scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }

    .video-popup-box {
        top: 0;
        left: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        height: 100%;
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        transform: scale(0.8)
    }

    .video-popup .video {
        padding-bottom: 60%
    }

    .video-popup-close {
        top: 0.3rem;
        right: 0.3rem;
        font-size: 0.2rem
    }
}

.about .sub-menu .sub-menu-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -moz-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

@media (max-width: 1024px) {
    .about .sub-menu .sub-menu-list {
        display:inline-block
    }
}

.about .sub-menu .sub-menu-list .sub-menu-itme {
    margin: 0 auto
}

@media (max-width: 1024px) {
    .about .sub-menu .sub-menu-list .sub-menu-itme {
        margin-right:0.5rem
    }
}

.about .about-box {
    position: relative;
    overflow: hidden;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr))
}

@media (max-width: 1024px) {
    .about .about-box {
        grid-template-columns:repeat(1,minmax(0,1fr))
    }
}

.about .about-box .about-main {
    max-width: 8.3rem;
    margin: 0 auto;
    padding: 0.5rem 0
}

@media (max-width: 1280px) {
    .about .about-box .about-main {
        padding:0.5rem 0.2rem
    }
}

.about .about-box .about-main .year {
    font-size: 0.3rem;
    font-weight: bold;
    color: #002F4B
}

@media (max-width: 1024px) {
    .about .about-box .about-main .year {
        font-size:0.35rem
    }
}

.about .about-box .about-main .subtitle {
    font-size: 0.18rem;
    font-weight: 300;
    text-transform: uppercase;
    color: #002F4B
}

@media (max-width: 1024px) {
    .about .about-box .about-main .subtitle {
        font-size:0.2rem
    }
}

.about .about-box .about-main .about-intro {
    max-width: 3.165rem;
    font-size: 0.08rem;
    line-height: 0.18rem;
    margin-top: 0.3rem;
    letter-spacing: 0;
    color: #333
}

@media (max-width: 1280px) {
    .about .about-box .about-main .about-intro {
        max-width:-webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content
    }
}

@media (max-width: 1024px) {
    .about .about-box .about-main .about-intro {
        font-size:0.14rem;
        line-height: 0.3rem
    }
}

.about .about-box .about-main .about-intro>p:nth-child(2) {
    margin: 0.1rem 0
}

.about .about-box .about-main .num-box {
    max-width: 3.165rem;
    margin-top: 0.25rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 1280px) {
    .about .about-box .about-main .num-box {
        max-width:none
    }
}

@media (max-width: 1024px) {
    .about .about-box .about-main .num-box {
        display:grid;
        grid-template-columns: repeat(3,minmax(0,1fr));
        gap: 0.2rem 0.1rem;
    }
}

.about .about-box .about-main .num-box .num-sec .num-head {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.about .about-box .about-main .num-box .num-sec .num-head .num {
    font-size: 0.25rem;
    font-weight: bold;
    color: #002F4B
}

.about .about-box .about-main .num-box .num-sec .num-head>p {
    font-size: 0.07rem;
    color: #666
}

@media (max-width: 1024px) {
    .about .about-box .about-main .num-box .num-sec .num-head>p {
        font-size:0.14rem;
        line-height: 0.2rem
    }
}

.about .about-box .about-main .num-box .num-sec .num-intro {
    margin-top: 0.1rem;
    font-size: 0.07rem;
    color: #444;
    line-height: 0.12rem
}

@media (max-width: 1024px) {
    .about .about-box .about-main .num-box .num-sec .num-intro {
        font-size:0.13rem;
        line-height: 0.25rem
    }
}

.about .about-box .about-main .num-box .num-sec:nth-child(2) .num-head>p {
    margin-left: 0.025rem
}

.about .about-box .about-right {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

@media (max-width: 1024px) {
    .about .about-box .about-right {
        display:none
    }
}

.about .about-box .about-right .right-img-box {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0
}

.about .about-box .about-right .right-img-box .img-r-t {
    height: 0.8rem;
    overflow: hidden;
    width: 100%
}

.about .about-box .about-right .right-img-box .img-r-t>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom left;
    object-position: bottom left
}

.about .about-box .about-right .right-img-box .img-r-b {
    height: 3.95rem;
    -webkit-box-shadow: -0.035rem -0.035rem 0.15rem 0 rgba(63,88,103,0.5);
    box-shadow: -0.035rem -0.035rem 0.15rem 0 rgba(63,88,103,0.5);
    border-radius: 1.75rem 0 0;
    overflow: hidden;
    width: 100%;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s
}

.about .about-box .about-right .right-img-box .img-r-b>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top left;
    object-position: top left
}

.about .about-box .about-right .right-img-box .img-r-b:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-box-shadow: -0.035rem -0.035rem 0.175rem 0.025rem rgba(63,88,103,0.5);
    box-shadow: -0.035rem -0.035rem 0.175rem 0.025rem rgba(63,88,103,0.5)
}

.about .culture {
    padding: 0.5rem 0;
    position: relative;
    overflow: hidden;
    background-color: #f3f5f8
}

@media (max-width: 1280px) {
    .about .culture {
        padding:0.5rem 0.2rem
    }
}

.about .culture .culture-box {
    max-width: 8rem;
    margin: 0 auto
}

.about .culture .culture-box .culture-title {
    font-size: 0.2rem;
    text-align: center;
    margin-bottom: 0.125rem;
    color: #002F4B
}

@media (max-width: 1024px) {
    .about .culture .culture-box .culture-title {
        font-size:0.25rem;
        letter-spacing: 0.03rem
    }
}

.about .culture .culture-box .subtitle {
    text-align: center;
    font-size: 0.11rem;
    color: #666;
    font-weight: 300;
    margin-bottom: 0.325rem
}

@media (max-width: 1024px) {
    .about .culture .culture-box .subtitle {
        font-size:0.14rem;
        letter-spacing: 0.03rem
    }
}

.about .culture .culture-box .flex-box {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 1024px) {
    .about .culture .culture-box .flex-box {
        grid-template-columns:repeat(1,minmax(0,1fr))
    }

    .about .culture .culture-box .flex-box:nth-child(even) {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.about .culture .culture-box .flex-box img {
    width: 100%
}

.about .culture .culture-box .flex-box .flex-right {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.about .culture .culture-box .flex-box .flex-right .flex-right-box {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width: 1024px) {
    .about .culture .culture-box .flex-box .flex-right .flex-right-box {
        padding:0.3rem 0
    }
}

.about .culture .culture-box .flex-box .flex-right .flex-right-box .right-logo {
    position: absolute;
    top: -0.1rem;
    left: 50%;
    width: 0.355rem;
    height: 0.33rem;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%)
}

.about .culture .culture-box .flex-box .flex-right .flex-right-box .right-logo>img {
    width: 100%;
    margin: 0 auto;
    opacity: 0.4;
}

@media (max-width: 1024px) {
    .about .culture .culture-box .flex-box .flex-right .flex-right-box .right-logo {
        top:50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }
}

.about .culture .culture-box .flex-box .flex-right .flex-right-box .row-item:nth-child(even) {
    margin: 0.2rem 0
}

.about .culture .culture-box .flex-box .flex-right .flex-right-box .row-item .flex-right-title {
    font-size: 0.12rem;
    text-align: center;
    margin-bottom: 0.125rem;
    color: #002F4B
}

@media (max-width: 1024px) {
    .about .culture .culture-box .flex-box .flex-right .flex-right-box .row-item .flex-right-title {
        font-size:0.16rem;
        letter-spacing: 0.03rem
    }
}

.about .culture .culture-box .flex-box .flex-right .flex-right-box .row-item .flex-right-subtitle {
    font-size: 0.09rem;
    text-align: center;
    color: #333
}

@media (max-width: 1024px) {
    .about .culture .culture-box .flex-box .flex-right .flex-right-box .row-item .flex-right-subtitle {
        font-size:0.14rem
    }
}

.contact .contact-box {
    min-height: 3.85rem;
    padding-top: 0.8rem;
    background-color: #f1f6fa;
    position: relative;
    overflow: hidden
}

.contact .contact-box .contact-head {
    max-width: 8rem;
    margin: 0 auto;
    background-color: #ffffffd4;
    -webkit-box-shadow: 0 0.18rem 0.23rem 0 rgba(34,34,34,0.18);
    box-shadow: 0 0.18rem 0.23rem 0 rgba(34,34,34,0.18);
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.275rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width: 1024px) {
    .contact .contact-box .contact-head {
        grid-template-columns:repeat(1,minmax(0,1fr));
        margin: 0 0.2rem;
        gap: 0.1rem 0
    }
}

.contact .contact-box .contact-head .logo {
    width: 0.325rem;
    height: 0.34rem;
    -o-object-fit: contain;
    object-fit: contain
}

.contact .contact-box .contact-head .contact-item {
    margin-left: 0.15rem;
    margin-top: -0.29rem
}

.contact .contact-box .contact-head .contact-item .company-name {
    font-size: 0.13rem;
    line-height: 0.24rem;
    letter-spacing: 0;
    color: #000;
    margin-bottom: 0.075rem;
    font-weight: 300
}

@media (max-width: 1024px) {
    .contact .contact-box .contact-head .contact-item .company-name {
        font-size:0.2rem
    }
}

.contact .contact-box .contact-head .contact-item>p {
    color: #000;
    font-size: 0.08rem;
    line-height: 0.22rem;
    font-weight: 300
}

@media (max-width: 1024px) {
    .contact .contact-box .contact-head .contact-item>p {
        font-size:0.14rem;
        line-height: 0.3rem;
        margin-bottom: 0.05rem
    }
}

.contact .contact-box .contact-head .contact-right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 0.2rem
}

@media (max-width: 1024px) {
    .contact .contact-box .contact-head .contact-right {
        -webkit-box-pack:start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 0.4rem;
        margin-top: 0.2rem
    }
}

.contact .contact-box .contact-head .contact-right .ewm-box {
    width: 0.85rem;
    height: 0.85rem;
    padding: 0.05rem;
    border: 0.005rem dashed #e0e0e0
}

.contact .contact-box .contact-head .contact-right .ewm-box>img {
    width: 100%;
    height: 100%
}

.contact .contact-box .contact-head .contact-right p {
    font-size: 0.08rem;
    line-height: 0.24rem;
    text-align: center;
    color: #666
}

@media (max-width: 1024px) {
    .contact .contact-box .contact-head .contact-right p {
        font-size:0.14rem;
        line-height: 0.3rem
    }
}

.contact .contact-box .contact-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1
}

@media (max-width: 1024px) {
    .contact .contact-box .contact-img {
        position:relative;
        bottom: 0
    }
}

.contact .contact-box .contact-img>img {
    width: 100%
}

.article .article-detai-box {
    padding: 0.5rem 0.2rem;
    max-width: 6rem;
    margin: 0 auto
}

.article .article-detai-box .article-title {
    font-size: 0.16rem;
    line-height: 0.27rem;
    margin-bottom: 0.05rem;
    font-weight: 300
}

@media (max-width: 1024px) {
    .article .article-detai-box .article-title {
        font-size:0.16rem
    }
}

.article .article-detai-box .article-year {
    font-size: 0.08rem;
    color: #666;
    margin-bottom: 0.2rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 300
}

@media (max-width: 1024px) {
    .article .article-detai-box .article-year {
        font-size:0.14rem
    }
}

.article .article-detai-box .article-year span:nth-child(2) {
    margin-left: 0.075rem;
    margin-right: 0.12rem
}

.article .article-detai-box .article-year .hr {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    height: 0.005rem;
    background-color: #ebebeb;
    margin: 0
}

.article .article-detai-box .article-year.aos-animate .hr {
    -webkit-animation: hrw 1.6s linear 0s 1 normal none;
    -moz-animation: hrw 1.6s linear 0s 1 normal none;
    animation: hrw 1.6s linear 0s 1 normal none
}

.article .article-detai-box .article-detail {
    color: #333;
    font-size: 0.08rem;
    line-height: 0.17rem;
    font-weight: 300
}

@media (max-width: 1024px) {
    .article .article-detai-box .article-detail {
        font-size:0.14rem;
        text-align: justify;
        line-height: 0.25rem
    }
}

.article .article-detai-box .article-detail>p {
    margin-bottom: 0.15rem
}

.article .article-detai-box .article-detail img {
    max-width: 100%;
    margin: 0 auto 0.1rem;
    display: block
}

.article .article-detai-box .hr {
    height: 0.005rem;
    background-color: #e5dfdf;
    opacity: 0.7;
    margin: 0.275rem auto
}

.article .article-detai-box .more-article {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.175rem
}

.article .article-detai-box .more-article>a {
    color: #666;
    font-size: 0.08rem
}

@media (max-width: 1024px) {
    .article .article-detai-box .more-article>a {
        font-size:0.14rem
    }
}

.article .article-detai-box .more-article>a:hover {
    color: #01304b
}

@keyframes hrw {
    from {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 0% 500%;
        -moz-transform-origin: 0% 500%;
        transform-origin: 0% 500%;
        opacity: 1
    }

    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 0% 500%;
        -moz-transform-origin: 0% 500%;
        transform-origin: 0% 500%;
        opacity: 1
    }
}

.articles .article-top {
    max-width: 8rem;
    margin: 0 auto;
    padding: 0.55rem 0;
    position: relative
}

@media (max-width: 1240px) {
    .articles .article-top {
        padding:0.55rem 0.2rem 0.7rem
    }
}

.articles .article-top .article-swiper {
    overflow: hidden
}

.articles .article-top .article-swiper .swiper-slide {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr))
}

@media (max-width: 1024px) {
    .articles .article-top .article-swiper .swiper-slide {
        grid-template-columns:repeat(1,minmax(0,1fr))
    }
}

.articles .article-top .article-swiper .swiper-slide:hover .slide-title {
    color: #002F4B
}

.articles .article-top .article-swiper .swiper-slide:hover .year {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    transform-origin: top left
}

.articles .article-top .article-swiper .swiper-slide img {
    width: 100%
}

.articles .article-top .article-swiper .swiper-slide .slide-right {
    padding-left: 0.3rem
}

@media (max-width: 1024px) {
    .articles .article-top .article-swiper .swiper-slide .slide-right {
        padding:0.25rem 0 0
    }
}

.articles .article-top .article-swiper .swiper-slide .slide-right .year {
    background-color: #002F4B;
    color: #fff;
    font-size: 0.11rem;
    width: 0.44rem;
    height: 0.44rem;
    border-radius: 0.015rem 0.015rem 0.15rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 300;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s
}

@media (max-width: 1024px) {
    .articles .article-top .article-swiper .swiper-slide .slide-right .year {
        display:none
    }
}

.articles .article-top .article-swiper .swiper-slide .slide-right .year-m {
    display: none;
    font-size: 0.1rem;
    color: #777;
    line-height: 0.18rem
}

@media (max-width: 1024px) {
    .articles .article-top .article-swiper .swiper-slide .slide-right .year-m {
        display:block!important;
        font-size: 0.15rem
    }
}

.articles .article-top .article-swiper .swiper-slide .slide-right .slide-title {
    font-size: 0.11rem;
    line-height: 0.24rem;
    color: #333;
    margin: 0.275rem 0 0.2rem;
    font-weight: 600
}

@media (max-width: 1240px) {
    .articles .article-top .article-swiper .swiper-slide .slide-right .slide-title {
        margin:0.1rem 0;
        line-height: 0.2rem
    }
}

@media (max-width: 1024px) {
    .articles .article-top .article-swiper .swiper-slide .slide-right .slide-title {
        margin:0.15rem 0 0.1rem;
        font-size: 0.19rem;
        line-height: 1.5
    }
}

.articles .article-top .article-swiper .swiper-slide .slide-right .slide-intro {
    font-size: 0.08rem;
    line-height: 0.18rem;
    color: #777;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

@media (max-width: 1024px) {
    .articles .article-top .article-swiper .swiper-slide .slide-right .slide-intro {
        font-size:0.14rem;
        line-height: 0.3rem
    }
}

.articles .article-top .article-swiper .swiper-slide .slide-right:hover .slide-title {
    color: #002F4B
}

.articles .article-top .article-swiper .swiper-slide .slide-right:hover .year {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    transform-origin: top left
}

.articles .article-top .swiper-page {
    position: absolute;
    bottom: 0.45rem;
    right: 0;
    z-index: 2;
    width: 50%
}

@media (max-width: 1240px) {
    .articles .article-top .swiper-page {
        bottom:0.15rem;
        right: 0.15rem
    }
}

@media (max-width: 1024px) {
    .articles .article-top .swiper-page {
        bottom:0.15rem;
        left: 0%;
        width: 100%
    }
}

.articles .article-top .swiper-page .pagin {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-left: 0.275rem;
    gap: 0.025rem;
    font-weight: 300
}

@media (max-width: 1024px) {
    .articles .article-top .swiper-page .pagin {
        padding-left:0;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.articles .article-top .swiper-page .pagin::before {
    content: "";
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 0.005rem;
    background-color: #999;
    opacity: 0.2;
    margin-right: 0.05rem
}

@media (max-width: 1024px) {
    .articles .article-top .swiper-page .pagin::before {
        -webkit-box-flex:0;
        -moz-box-flex: 0;
        -ms-flex: 0;
        flex: 0
    }
}

.articles .article-top .swiper-page .pagin .cur {
    font-size: 0.14rem;
    color: #002F4B;
    padding-bottom: 0.05rem
}

@media (max-width: 1024px) {
    .articles .article-top .swiper-page .pagin .cur {
        font-size:0.2rem
    }
}

.articles .article-top .swiper-page .pagin .all {
    color: #999;
    font-size: 0.105rem;
    padding-bottom: 0.02rem
}

@media (max-width: 1024px) {
    .articles .article-top .swiper-page .pagin .all {
        font-size:0.14rem
    }
}

.articles .article-top .swiper-page .pagin .line {
    color: #999;
    font-size: 0.105rem;
    padding-bottom: 0.04rem
}

@media (max-width: 1024px) {
    .articles .article-top .swiper-page .pagin .line {
        font-size:0.14rem
    }
}

.articles .article-top .swiper-page .pagin .slide-next,.articles .article-top .swiper-page .pagin .slide-prev {
    cursor: pointer
}

.articles .article-top .swiper-page .pagin .slide-next:hover path,.articles .article-top .swiper-page .pagin .slide-prev:hover path {
    fill: #002F4B
}

.articles .article-list-sec {
    background-color: #f1f6fa;
    padding-bottom: 0.5rem
}

@media (max-width: 1240px) {
    .articles .article-list-sec {
        padding:0 0.2rem 0.5rem
    }
}

.articles .article-list-sec .articles-box {
    max-width: 8rem;
    margin: 0 auto;
    padding-top: 0.25rem
}

.articles .article-list-sec .articles-box .article-item {
    background-color: #fff;
    padding: 0.25rem;
    border: 0.01rem solid transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    margin-top: 0.15rem
}

.articles .article-list-sec .articles-box .article-item:hover {
    border-color: #002F4B;
    -webkit-box-shadow: 0 0.015rem 0.05rem 0 rgba(1,48,75,0.35);
    box-shadow: 0 0.015rem 0.05rem 0 rgba(1,48,75,0.35)
}

.articles .article-list-sec .articles-box .article-item:hover .item-left>img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2)
}

.articles .article-list-sec .articles-box .article-item:hover .item-title {
    color: #002F4B!important
}

.articles .article-list-sec .articles-box .article-item:hover .item-logo {
    opacity: 0.1!important
}

.articles .article-list-sec .articles-box .article-item>a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.25rem
}

@media (max-width: 1240px) {
    .articles .article-list-sec .articles-box .article-item>a {
        display:grid;
        grid-template-columns: repeat(2,minmax(0,1fr))
    }
}

@media (max-width: 1024px) {
    .articles .article-list-sec .articles-box .article-item>a {
        grid-template-columns:repeat(1,minmax(0,1fr));
        gap: 0
    }
}

.articles .article-list-sec .articles-box .article-item>a .item-left {
    width: 2.5rem;
    height: 1.465rem;
    overflow: hidden
}

@media (max-width: 1024px) {
    .articles .article-list-sec .articles-box .article-item>a .item-left {
        width:100%;
        height: auto;
        aspect-ratio: 5/3
    }
}

.articles .article-list-sec .articles-box .article-item>a .item-left>img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    transition: 0.7s
}

.articles .article-list-sec .articles-box .article-item>a .item-right {
    padding-top: 0.165rem;
    position: relative;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media (max-width: 1024px) {
    .articles .article-list-sec .articles-box .article-item>a .item-right {
        padding-top:0.25rem
    }
}

.articles .article-list-sec .articles-box .article-item>a .item-right .item-logo {
    position: absolute;
    width: 0.3rem;
    height: 0.3rem;
    top: 0;
    left: -0.15rem;
    opacity: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s
}

.articles .article-list-sec .articles-box .article-item>a .item-right .item-title {
    color: #333;
    font-size: 0.1rem;
    font-weight: 600
}

@media (max-width: 1024px) {
    .articles .article-list-sec .articles-box .article-item>a .item-right .item-title {
        font-size:0.16rem
    }
}

.articles .article-list-sec .articles-box .article-item>a .item-right .item-intro {
    margin: 0.15rem 0;
    font-size: 0.08rem;
    color: #777;
    line-height: 0.18rem;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

@media (max-width: 1024px) {
    .articles .article-list-sec .articles-box .article-item>a .item-right .item-intro {
        font-size:0.14rem;
        line-height: 0.3rem;
        text-align: justify
    }
}

.articles .article-list-sec .articles-box .article-item>a .item-right .item-year {
    font-size: 0.08rem;
    color: #777;
    line-height: 0.18rem
}

@media (max-width: 1024px) {
    .articles .article-list-sec .articles-box .article-item>a .item-right .item-year {
        font-size:0.14rem
    }
}

.recruitment .scroller-wp {
    width: 100%
}

.recruitment .sub-menu-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -moz-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

.recruitment .sub-menu-list .sub-menu-itme {
    margin: 0
}

.recruitment .recruitment-box {
    background-color: #f1f6fa;
    padding: 0.45rem 0 0.5rem
}

.recruitment .recruitment-box .recruitment-sec {
    max-width: 8rem;
    margin: 0 auto
}

@media (max-width: 1280px) {
    .recruitment .recruitment-box .recruitment-sec {
        padding:0 0.2rem
    }
}

.recruitment .recruitment-box .recruitment-sec .re-head {
    position: relative
}

.recruitment .recruitment-box .recruitment-sec .re-head>img {
    width: 100%
}

@media (max-width: 1024px) {
    .recruitment .recruitment-box .recruitment-sec .re-head .pc {
        display:none
    }
}

.recruitment .recruitment-box .recruitment-sec .re-head .re-txt {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    display: grid;
    z-index: 9;
    grid-template-columns: repeat(3,minmax(0,1fr))
}

@media (max-width: 1024px) {
    .recruitment .recruitment-box .recruitment-sec .re-head .re-txt {
        grid-template-columns:repeat(2,minmax(0,1fr));
        position: relative;
        gap: 0.05rem
    }
}

@media (max-width: 750px) {
    .recruitment .recruitment-box .recruitment-sec .re-head .re-txt {
        grid-template-columns:repeat(1,minmax(0,1fr))
    }
}

.recruitment .recruitment-box .recruitment-sec .re-head .re-txt .re-txt-1 {
    padding: 0 0.4rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 1280px) {
    .recruitment .recruitment-box .recruitment-sec .re-head .re-txt .re-txt-1 {
        padding:0 0.2rem
    }
}

@media (max-width: 1024px) {
    .recruitment .recruitment-box .recruitment-sec .re-head .re-txt .re-txt-1 {
        background-color:#002F4B;
        padding: 0.4rem 0.2rem;
        aspect-ratio: 3/2
    }
}

.recruitment .recruitment-box .recruitment-sec .re-head .re-txt .re-txt-1 .logo {
    width: 0.325rem;
    height: 0.34rem;
    -o-object-fit: contain;
    object-fit: contain
}

.recruitment .recruitment-box .recruitment-sec .re-head .re-txt .re-txt-1 .contact-item {
    margin-left: 0.15rem;
    margin-top: -0.285rem
}

.recruitment .recruitment-box .recruitment-sec .re-head .re-txt .re-txt-1 .contact-item .company-name {
    font-size: 0.13rem;
    line-height: 0.24rem;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: 0.175rem;
    font-weight: 300
}

@media (max-width: 1024px) {
    .recruitment .recruitment-box .recruitment-sec .re-head .re-txt .re-txt-1 .contact-item .company-name {
        font-size:0.16rem
    }
}

.recruitment .recruitment-box .recruitment-sec .re-head .re-txt .re-txt-1 .contact-item>p {
    color: #fff;
    font-size: 0.08rem;
    line-height: 0.2rem;
    font-weight: 300;
    margin-bottom: 0.1rem
}

@media (max-width: 1024px) {
    .recruitment .recruitment-box .recruitment-sec .re-head .re-txt .re-txt-1 .contact-item>p {
        font-size:0.14rem;
        line-height: 0.3rem
    }
}

.recruitment .recruitment-box .recruitment-sec .re-head .re-txt .re-txt-2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    line-height: 0.24rem;
    font-weight: 300;
    overflow: hidden
}

.recruitment .recruitment-box .recruitment-sec .re-head .re-txt .re-txt-2>p {
    font-size: 0.16rem;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 3
}

@media (max-width: 1024px) {
    .recruitment .recruitment-box .recruitment-sec .re-head .re-txt .re-txt-2>p {
        font-size:0.2rem;
        line-height: 0.4rem
    }
}

.recruitment .recruitment-box .recruitment-sec .re-head .re-txt .re-txt-2 img {
    display: none
}

@media (max-width: 1024px) {
    .recruitment .recruitment-box .recruitment-sec .re-head .re-txt .re-txt-2 {
        background-color:#002F4B;
        padding: 0.2rem;
        aspect-ratio: 3/2
    }

    .recruitment .recruitment-box .recruitment-sec .re-head .re-txt .re-txt-2 img {
        position: absolute;
        top: 0;
        left: -0.125rem;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        opacity: 0.5;
        z-index: 0;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        transform: scale(1.2);
        display: block
    }
}

.recruitment .recruitment-box .recruitment-sec .re-head .re-txt .re-txt-3 {
    display: none;
    background-image: url(../images/re-txt-3.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: inherit
}

@media (max-width: 1024px) {
    .recruitment .recruitment-box .recruitment-sec .re-head .re-txt .re-txt-3 {
        display:block;
        width: 100%;
        aspect-ratio: 3/2
    }
}

.recruitment .recruitment-box .recruitment-sec .re-list {
    margin-top: 0.3rem
}

.recruitment .recruitment-box .recruitment-sec .re-list .re-item {
    background-color: #fff;
    border: 0.01rem solid transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    margin-bottom: 0.1rem;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s
}

.recruitment .recruitment-box .recruitment-sec .re-list .re-item .re-item-head {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.15rem 0.25rem
}

@media (max-width: 780px) {
    .recruitment .recruitment-box .recruitment-sec .re-list .re-item .re-item-head {
        padding:0.15rem 0.1rem
    }
}

.recruitment .recruitment-box .recruitment-sec .re-list .re-item .re-item-head .re-item-left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.05rem
}

.recruitment .recruitment-box .recruitment-sec .re-list .re-item .re-item-head .re-item-left .re-title {
    font-size: 0.1rem;
    color: #000
}

@media (max-width: 1024px) {
    .recruitment .recruitment-box .recruitment-sec .re-list .re-item .re-item-head .re-item-left .re-title {
        font-size:0.1rem
    }
}

@media (max-width: 780px) {
    .recruitment .recruitment-box .recruitment-sec .re-list .re-item .re-item-head .re-item-left .re-title {
        font-size:0.13rem
    }
}

.recruitment .recruitment-box .recruitment-sec .re-list .re-item .re-item-head .re-item-left .icon-re {
    width: 0.12rem;
    height: 0.14rem;
    -o-object-fit: contain;
    object-fit: contain
}

.recruitment .recruitment-box .recruitment-sec .re-list .re-item .re-item-head .re-item-right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.09rem;
    color: #333
}

.recruitment .recruitment-box .recruitment-sec .re-list .re-item .re-item-head .re-item-right .re-add {
    margin: 0 0.65rem
}

@media (max-width: 750px) {
    .recruitment .recruitment-box .recruitment-sec .re-list .re-item .re-item-head .re-item-right .re-add {
        margin:0 0.1rem!important
    }
}

@media (max-width: 1024px) {
    .recruitment .recruitment-box .recruitment-sec .re-list .re-item .re-item-head .re-item-right .re-add {
        margin:0 0.2rem
    }
}

@media (max-width: 1024px) {
    .recruitment .recruitment-box .recruitment-sec .re-list .re-item .re-item-head .re-item-right {
        font-size:0.1rem
    }
}

@media (max-width: 780px) {
    .recruitment .recruitment-box .recruitment-sec .re-list .re-item .re-item-head .re-item-right {
        font-size:0.13rem
    }
}

.recruitment .recruitment-box .recruitment-sec .re-list .re-item .re-item-head .re-item-right .icon-open-j {
    display: none
}

.recruitment .recruitment-box .recruitment-sec .re-list .re-item .re-item-head .re-item-right .re-open {
    width: 0.2rem;
    height: 0.2rem
}

.recruitment .recruitment-box .recruitment-sec .re-list .re-item .re-item-head .re-item-right .re-open>img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.recruitment .recruitment-box .recruitment-sec .re-list .re-item .re-intro {
    display: none;
    padding: 0.3rem 0.25rem;
    font-size: 0.08rem;
    line-height: 0.18rem;
    color: #666;
    font-weight: 300
}

@media (max-width: 1024px) {
    .recruitment .recruitment-box .recruitment-sec .re-list .re-item .re-intro {
        font-size:0.1rem
    }
}

@media (max-width: 780px) {
    .recruitment .recruitment-box .recruitment-sec .re-list .re-item .re-intro {
        font-size:0.12rem;
        line-height: 0.25rem
    }
}

.recruitment .recruitment-box .recruitment-sec .re-list .re-item.open {
    border-color: #002F4B;
    -webkit-box-shadow: 0 0.015rem 0.05rem 0 rgba(1,48,75,0.35);
    box-shadow: 0 0.015rem 0.05rem 0 rgba(1,48,75,0.35)
}

.recruitment .recruitment-box .recruitment-sec .re-list .re-item.open .re-item-head {
    -webkit-box-shadow: 0 0.005rem 0.075rem 0 rgba(0,47,75,0.14);
    box-shadow: 0 0.005rem 0.075rem 0 rgba(0,47,75,0.14)
}

.recruitment .recruitment-box .recruitment-sec .re-list .re-item:hover {
    border-color: #002F4B;
    -webkit-box-shadow: 0 0.015rem 0.05rem 0 rgba(1,48,75,0.35);
    box-shadow: 0 0.015rem 0.05rem 0 rgba(1,48,75,0.35)
}

.join .join-section {
    position: relative
}

.join .join-section .sub-menu {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border-color: #314057;
    background-color: transparent;
    z-index: 9;
}

@media (max-width: 1024px) {
    .join .join-section .sub-menu {
        position:relative;
        background-color: #031c30
    }
}

.join .join-section .sub-menu .sub-menu-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -moz-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

@media (max-width: 1024px) {
    .join .join-section .sub-menu .sub-menu-list {
        display:inline-block
    }
}

.join .join-section .sub-menu .sub-menu-list .sub-menu-itme {
    margin: 0 auto
}

@media (max-width: 1024px) {
    .join .join-section .sub-menu .sub-menu-list .sub-menu-itme {
        margin-right:0.5rem
    }
}

.join .join-section .sub-menu .sub-menu-list .sub-menu-itme>a {
    color: #fff
}

.join .join-section .sub-menu .sub-menu-list .sub-menu-itme::after {
    background-color: #fff
}

.join .join-section .img {
    width: 100%
}

.join .section-title .adv-logo {
    width: 0.2rem;
    /* height: 0.21rem; */
    margin-bottom: 0.1rem;
    filter: grayscale(1) brightness(200);
}

@media (max-width: 1024px) {
    .join .section-title .adv-logo {
        width:0.3rem;
        height: 0.3rem;
        -o-object-fit: contain;
        object-fit: contain
    }
}

.join .section-title .adv-title-en {
    font-size: 0.15rem;
    line-height: 0.19rem;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    font-family: "Barlow-Light"
}

.join .section-title .adv-title-cn {
    color: #fff;
    font-size: 0.2rem;
    letter-spacing: 0.02rem;
    line-height: 0.45rem;
    font-weight: 300
}

.join .section-1 {
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background: #0a2a41 !important;!i;!;
}

@media (max-width: 1024px) {
    .join .section-1 {
        margin-bottom:-0.005rem
    }
}

.join .section-1 .section-box-1 {
    padding: 1.3rem 0 0.5rem;
    z-index: 9;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right
}

@media (max-width: 1260px) {
    .join .section-1 .section-box-1 {
        padding:0.5rem 0.2rem
    }
}

.join .section-1 .section-box-1 .advantage {
    max-width: 6.8rem;
    margin: 0 auto
}

.join .section-1 .section-box-1 .advantage .adv-grid-list {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    margin-top: 0.5rem;
    gap: 0.525rem 0.275rem
}

@media (max-width: 1024px) {
    .join .section-1 .section-box-1 .advantage .adv-grid-list {
        grid-template-columns:repeat(2,minmax(0,1fr))
    }
}

.join .section-1 .section-box-1 .advantage .adv-grid-list .grid-item {
    height: 0.555rem;
    border-bottom: 0.005rem solid rgba(128,164,197,0.3137254902);
    cursor: default
}

.join .section-1 .section-box-1 .advantage .adv-grid-list .grid-item:hover .icon {
    -webkit-box-shadow: 0 0 0.075rem 0.01rem #DDB68E;
    box-shadow: 0 0 0.075rem 0.01rem #DDB68E;
    background-color: #DDB68E
}

.join .section-1 .section-box-1 .advantage .adv-grid-list .grid-item .t {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.025rem
}

@media (max-width: 1024px) {
    .join .section-1 .section-box-1 .advantage .adv-grid-list .grid-item .t {
        margin-bottom:0.05rem
    }
}

.join .section-1 .section-box-1 .advantage .adv-grid-list .grid-item .t .icon {
    width: 0.09rem;
    height: 0.09rem;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s
}

.join .section-1 .section-box-1 .advantage .adv-grid-list .grid-item .t>p {
    color: #fff;
    font-size: 0.1rem;
    font-weight: 300
}

@media (max-width: 1024px) {
    .join .section-1 .section-box-1 .advantage .adv-grid-list .grid-item .t>p {
        font-size:0.14rem
    }
}

.join .section-1 .section-box-1 .advantage .adv-grid-list .grid-item .p {
    color: #91a7ba;
    font-size: 0.08rem;
    line-height: 0.18rem;
    font-weight: 300
}

@media (max-width: 1024px) {
    .join .section-1 .section-box-1 .advantage .adv-grid-list .grid-item .p {
        font-size:0.14rem
    }
}

.join .section-2 {
    background-color: #071927;
    padding: 0.5rem 0
}

@media (max-width: 1260px) {
    .join .section-2 {
        padding:0.5rem 0.2rem
    }
}

.join .section-2 .section-box-2 {
    max-width: 6.8rem;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 0.2rem 0.465rem;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 1024px) {
    .join .section-2 .section-box-2 {
        grid-template-columns:repeat(2,minmax(0,1fr))
    }
}

.join .section-2 .section-box-2 .section-grid-end {
    text-align: end;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.join .section-2 .section-box-2 .section-grid-end .end-t {
    color: #fff;
    font-size: 0.13rem;
    line-height: 0.24rem;
    margin-bottom: 0.1rem;
    text-transform: uppercase;
    font-weight: 300
}

@media (max-width: 1200px) {
    .join .section-2 .section-box-2 .section-grid-end .end-t {
        font-size:0.14rem
    }
}

.join .section-2 .section-box-2 .section-grid-end .end-p {
    font-size: 0.15rem;
    color: #fff;
    opacity: 0.5;
    line-height: 0.24rem;
    font-weight: 300;
    text-transform: uppercase;
    font-family: "Barlow-Light"
}

@media (max-width: 1200px) {
    .join .section-2 .section-box-2 .section-grid-end .end-p {
        font-size:0.14rem
    }
}

.join .section-2 .section-box-2 .section-grid-item {
    position: relative;
    padding: 0.1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.join .section-2 .section-box-2 .section-grid-item>img {
    margin-bottom: 0.1rem;
    width: 100%;
    position: relative;
    z-index: 3;
    border-radius: 0.15rem
}

.join .section-2 .section-box-2 .section-grid-item .grid-item-t {
    color: #fff;
    font-size: 0.1rem;
    line-height: 0.18rem;
    text-align: center;
    font-weight: 300
}

@media (max-width: 1024px) {
    .join .section-2 .section-box-2 .section-grid-item .grid-item-t {
        font-size:0.14rem
    }
}

.join .section-2 .section-box-2 .section-grid-item::after {
    content: "";
    position: absolute;
    bottom: 0.01rem;
    left: 0.01rem;
    right: 0.01rem;
    height: 1.2rem;
    z-index: 0;
    -webkit-box-shadow: 0 0 0 0.005rem #80a4c5;
    box-shadow: 0 0 0 0.005rem #80a4c5;
    border-radius: 0.1rem;
    opacity: 0.5;
    -webkit-transition: -webkit-box-shadow 0.5s ease;
    transition: -webkit-box-shadow 0.5s ease;
    -moz-transition: box-shadow 0.5s ease;
    transition: box-shadow 0.5s ease;
    transition: box-shadow 0.5s ease,-webkit-box-shadow 0.5s ease
}

.join .section-2 .section-box-2 .section-grid-item:hover::after {
    -webkit-box-shadow: 0 0 0 0.01rem #dcb690;
    box-shadow: 0 0 0 0.01rem #dcb690
}

.join .section-3 {
    padding: 0.5rem 0;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width: 1024px) {
    .join .section-3 {
        margin-top:-0.01rem
    }
}

.join .section-3 .section-box-3 {
    max-width: 6.8rem;
    margin: 0 auto
}

.join .section-3 .section-box-3 .section-title {
    text-align: center;
    margin-bottom: 0.2rem
}

@media (max-width: 1260px) {
    .join .section-3 .section-box-3 .section-title {
        -webkit-transform:scale(1.2);
        -moz-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@media (max-width: 1024px) {
    .join .section-3 .section-box-3 .section-title {
        -webkit-transform:scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }
}

@media (max-width: 1260px) {
    .join .section-3 .section-box-3 {
        -webkit-transform:scale(0.8);
        -moz-transform: scale(0.8);
        transform: scale(0.8)
    }
}

@media (max-width: 1024px) {
    .join .section-3 .section-box-3 {
        -webkit-transform:scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }
}

.join .section-3 .pro-grid-list {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 0 0.25rem
}

@media (max-width: 1024px) {
    .join .section-3 .pro-grid-list {
        grid-template-columns:repeat(1,minmax(0,1fr));
        gap: 0.5rem
    }
}

.join .section-3 .pro-grid-list .pro-item {
    position: relative;
    text-align: center;
    cursor: pointer
}

@media (max-width: 1024px) {
    .join .section-3 .pro-grid-list .pro-item {
        display:-webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 0.3rem;
        gap: 0.1rem
    }
}

.join .section-3 .pro-grid-list .pro-item .icon-line {
    position: relative
}

.join .section-3 .pro-grid-list .pro-item .icon-line .icon {
    width: 0.6rem;
    height: 0.6rem;
    margin: 0 auto;
    background-color: #01304b;
    border-radius: 0.3rem;
    border: solid 0.005rem #375175;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s
}

.join .section-3 .pro-grid-list .pro-item .icon-line .icon>img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 35%;
    height: 35%
}

.join .section-3 .pro-grid-list .pro-item .icon-line::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    border-bottom: 0.005rem dotted #7fa3c4;
    z-index: 1;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s
}

@media (max-width: 1024px) {
    .join .section-3 .pro-grid-list .pro-item .icon-line::before {
        display:none
    }
}

.join .section-3 .pro-grid-list .pro-item .icon-line::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0.25rem;
    height: 0.15rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(../images/jt.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60%;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s
}

@media (max-width: 1024px) {
    .join .section-3 .pro-grid-list .pro-item .icon-line::after {
        background-image:url(../images/xjt.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        top: 100%;
        left: 50%;
        width: 0.15rem;
        height: 0.5rem;
        -webkit-transform: translate(-50%,0);
        -moz-transform: translate(-50%,0);
        transform: translate(-50%,0)
    }
}

.join .section-3 .pro-grid-list .pro-item:hover .icon-line .icon {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg)
}

.join .section-3 .pro-grid-list .pro-item:hover .icon-line::after {
    margin-left: 0.025rem
}

.join .section-3 .pro-grid-list .pro-item:hover .icon-line::before {
    right: -0.025rem
}

.join .section-3 .pro-grid-list .pro-item:last-child .icon-line::after {
    display: none
}

@media (max-width: 1024px) {
    .join .section-3 .pro-grid-list .pro-item:last-child .icon-line::after {
        display:block
    }
}

.join .section-3 .pro-grid-list .pro-item .pro-item-t {
    font-size: 0.09rem;
    line-height: 0.18rem;
    color: #fff;
    margin-top: 0.05rem;
    font-weight: 300
}

@media (max-width: 1024px) {
    .join .section-3 .pro-grid-list .pro-item .pro-item-t {
        font-size:0.14rem;
        text-align: start;
        line-height: 0.2rem;
        letter-spacing: 0.03rem
    }
}

.join .section-3 .pro-grid-list.pro-1 {
    padding-bottom: 0.275rem;
    border-bottom: 0.005rem dotted rgba(127,163,196,0.5647058824);
    position: relative
}

@media (max-width: 1024px) {
    .join .section-3 .pro-grid-list.pro-1 {
        border-bottom:0;
        padding-bottom: 0
    }
}

.join .section-3 .pro-grid-list.pro-1::after {
    content: "";
    position: absolute;
    border: 0.005rem dotted #7fa3c4;
    border-left: 0;
    border-radius: 0 0.15rem 0.15rem 0;
    top: 0.3rem;
    left: -moz-calc(100% + 0.005rem);
    left: calc(100% + 0.005rem);
    width: 0.175rem;
    height: -moz-calc(100% - 0.305rem);
    height: calc(100% - 0.305rem)
}

@media (max-width: 1024px) {
    .join .section-3 .pro-grid-list.pro-1::after {
        display:none
    }
}

.join .section-3 .pro-grid-list.pro-1::before {
    content: "";
    position: absolute;
    border: 0.005rem dotted #7fa3c4;
    border-right: 0;
    border-radius: 0.15rem 0 0 0.15rem;
    top: 100%;
    right: -moz-calc(100% + 0.005rem);
    right: calc(100% + 0.005rem);
    width: 0.175rem;
    height: 0.8rem
}

@media (max-width: 1024px) {
    .join .section-3 .pro-grid-list.pro-1::before {
        display:none
    }
}

.join .section-3 .pro-grid-list.pro-2 {
    padding-top: 0.5rem;
    position: relative
}

@media (max-width: 1024px) {
    .join .section-3 .pro-grid-list.pro-2 .pro-item:last-child::after {
        display:none
    }

    .join .section-3 .pro-grid-list.pro-2 .pro-item:last-child .icon-line::after {
        display: none
    }
}

.join .section-4 {
    padding: 0.5rem 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

@media (max-width: 1260px) {
    .join .section-4 {
        padding:0.5rem 0.2rem;
        margin-top: -0.01rem;
        margin-bottom: -0.01rem;
        background: #1d1918;
    }
}

.join .section-4 .section-box-4 {
    max-width: 6.8rem;
    margin: 0 auto
}

.join .section-4 .section-box-4 .section-title {
    text-align: center;
    margin-bottom: 0.25rem
}

.join .section-4 .section-box-4 .form .form-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 0.3rem 0.25rem
}

.join .section-4 .section-box-4 .form .form-grid .form-grid-item {
    border-bottom: 0.005rem solid #56616f;
    font-size: 0.08rem;
    line-height: 0.18rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 1024px) {
    .join .section-4 .section-box-4 .form .form-grid .form-grid-item {
        grid-column:span 3/span 3;
        font-size: 0.12rem
    }
}

.join .section-4 .section-box-4 .form .form-grid .form-grid-item label {
    color: #fff;
    font-size: 0.08rem;
    font-weight: 300
}

.join .section-4 .section-box-4 .form .form-grid .form-grid-item label>span {
    color: red;
    margin-left: 0.025rem
}

@media (max-width: 1024px) {
    .join .section-4 .section-box-4 .form .form-grid .form-grid-item label {
        font-size:0.14rem
    }
}

.join .section-4 .section-box-4 .form .form-grid .form-grid-item .inp {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: transparent;
    border: none;
    color: #fff;
    padding: 0.075rem;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width: 1024px) {
    .join .section-4 .section-box-4 .form .form-grid .form-grid-item .inp {
        font-size:0.14rem
    }
}

.join .section-4 .section-box-4 .form .form-grid .form-grid-item.msg {
    grid-column: span 3/span 3
}

@media (max-width: 1024px) {
    .join .section-4 .section-box-4 .form .form-grid .form-grid-item.msg {
        font-size:0.14rem
    }
}

.join .section-4 .section-box-4 .form .bottom {
    margin-top: 0.4rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 0.1rem;
    height: 0.3rem
}

@media (max-width: 1024px) {
    .join .section-4 .section-box-4 .form .bottom {
        height:0.5rem
    }
}

.join .section-4 .section-box-4 .form .bottom .cpatcha {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 0.025rem;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.join .section-4 .section-box-4 .form .bottom .cpatcha input {
    background-color: transparent;
    padding: 0.05rem 0.075rem;
    border: 0;
    font-size: 0.08rem
}

@media (max-width: 1024px) {
    .join .section-4 .section-box-4 .form .bottom .cpatcha input {
        font-size:0.14rem
    }
}

.join .section-4 .section-box-4 .form .bottom .cpatcha .cpatcha-img {
    width: 0.65rem;
    height: 0.2rem;
    -o-object-fit: contain;
    object-fit: contain;
    cursor: pointer
}

@media (max-width: 1024px) {
    .join .section-4 .section-box-4 .form .bottom .cpatcha .cpatcha-img {
        height:100%;
        width: 1rem
    }
}

.join .section-4 .section-box-4 .form .bottom .cpatcha .geetest_radar_btn {
    border: none;
    background-color: transparent
}

.join .section-4 .section-box-4 .form .bottom .submit {
    background-color: #375175;
    color: #fff;
    height: 100%;
    width: 1.1rem;
    border: 0;
    font-size: 0.09rem;
    border-radius: 0.025rem
}

@media (max-width: 1024px) {
    .join .section-4 .section-box-4 .form .bottom .submit {
        font-size:0.14rem
    }
}

.history .his-sec {
    background-image: url(../images/hisbg.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover
}

.history .his-sec .sub-menu {
    border-color: #314057
}

.history .his-sec .sub-menu .sub-menu-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -moz-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

@media (max-width: 1024px) {
    .history .his-sec .sub-menu .sub-menu-list {
        display:inline-block
    }
}

.history .his-sec .sub-menu .sub-menu-list .sub-menu-itme {
    margin: 0 auto
}

@media (max-width: 1024px) {
    .history .his-sec .sub-menu .sub-menu-list .sub-menu-itme {
        margin-right:0.5rem
    }
}

.history .his-sec .sub-menu .sub-menu-list .sub-menu-itme>a {
    color: #fff!important
}

.history .his-sec .sub-menu .sub-menu-list .sub-menu-itme::after {
    background-color: #fff
}

.history .his-sec .history-list-box {
    padding: 0.7rem 0.2rem 0.5rem
}

.history .his-sec .history-list-box .his-swiper-box {
    position: relative;
    max-width: 8.3rem;
    margin: 0 auto;
    overflow: hidden
}

.history .his-sec .history-list-box .his-swiper-box .historySwiper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

.history .his-sec .history-list-box .his-swiper-box .historySwiper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 0.005rem;
    background-color: #b7c8e2;
    opacity: 0.5
}

.history .his-sec .history-list-box .his-swiper-box .historySwiper .swiper-wrapper {
    width: 7rem;
    margin: 0 auto
}

.history .his-sec .history-list-box .his-swiper-box .historySwiper .swiper-slide {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 3rem;
    cursor: pointer
}

@media (max-width: 1200px) {
    .history .his-sec .history-list-box .his-swiper-box .historySwiper .swiper-slide {
        height:4.5rem;
        padding: 0 0.2rem;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
}

.history .his-sec .history-list-box .his-swiper-box .historySwiper .swiper-slide .slide-top {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0.1rem 0.5rem;
    height: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.history .his-sec .history-list-box .his-swiper-box .historySwiper .swiper-slide .slide-top .his-intro {
    font-size: 0.08rem;
    line-height: 0.15rem;
    color: #fff;
    width: 1.515rem;
    margin-top: 0.1rem;
    font-weight: 300
}

@media (max-width: 1024px) {
    .history .his-sec .history-list-box .his-swiper-box .historySwiper .swiper-slide .slide-top .his-intro {
        font-size:0.14rem;
        line-height: 0.3rem;
        width: 100%
    }
}

.history .his-sec .history-list-box .his-swiper-box .historySwiper .swiper-slide .slide-top::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0.005rem;
    height: 0.9rem;
    background-color: #b5cbeb;
    opacity: 0.2
}

.history .his-sec .history-list-box .his-swiper-box .historySwiper .swiper-slide .slide-bottom {
    height: 50%;
    position: relative
}

.history .his-sec .history-list-box .his-swiper-box .historySwiper .swiper-slide .slide-bottom>img {
    width: 80%;
    aspect-ratio: 7/3;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left;
    object-position: left;
    visibility: hidden;
    -webkit-transform: translateY(-0.1rem);
    -moz-transform: translateY(-0.1rem);
    transform: translateY(-0.1rem);
    opacity: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    margin: 0.1rem 0
}

@media (max-width: 1024px) {
    .history .his-sec .history-list-box .his-swiper-box .historySwiper .swiper-slide .slide-bottom>img {
        margin:0.2rem 0
    }
}

.history .his-sec .history-list-box .his-swiper-box .historySwiper .swiper-slide .slide-bottom .year {
    margin-top: 0.225rem;
    font-size: 0.13rem;
    line-height: 0.18rem;
    color: #fff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s
}

@media (max-width: 1024px) {
    .history .his-sec .history-list-box .his-swiper-box .historySwiper .swiper-slide .slide-bottom .year {
        font-size:0.19rem
    }
}

.history .his-sec .history-list-box .his-swiper-box .historySwiper .swiper-slide .slide-bottom .point {
    position: absolute;
    height: 0.11rem;
    width: 0.11rem;
    left: -0.055rem;
    top: -0.055rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #b6cbeb;
    z-index: 9;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%
}

.history .his-sec .history-list-box .his-swiper-box .historySwiper .swiper-slide .slide-bottom .point .ponit-center {
    height: 0.05rem;
    width: 0.05rem;
    background-color: #002F4B;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s
}

.history .his-sec .history-list-box .his-swiper-box .historySwiper .swiper-slide .slide-bottom>img.m {
    margin-top: 0.2rem;
    display: none
}

.history .his-sec .history-list-box .his-swiper-box .historySwiper .swiper-slide:hover .slide-bottom .year {
    color: #c09b6a
}

.history .his-sec .history-list-box .his-swiper-box .historySwiper .swiper-slide:hover .slide-bottom .point {
    background-color: rgba(192,155,106,0.5)
}

.history .his-sec .history-list-box .his-swiper-box .historySwiper .swiper-slide:hover .slide-bottom .point .ponit-center {
    background-color: #c09b6a
}

.history .his-sec .history-list-box .his-swiper-box .historySwiper .swiper-slide:hover .slide-bottom>img {
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

@media (max-width: 1024px) {
    .history .his-sec .history-list-box .his-swiper-box .historySwiper .swiper-slide.swiper-slide-active .slide-bottom .year {
        color:#c09b6a
    }

    .history .his-sec .history-list-box .his-swiper-box .historySwiper .swiper-slide.swiper-slide-active .slide-bottom .point {
        background-color: rgba(192,155,106,0.5)
    }

    .history .his-sec .history-list-box .his-swiper-box .historySwiper .swiper-slide.swiper-slide-active .slide-bottom .point .ponit-center {
        background-color: #c09b6a
    }

    .history .his-sec .history-list-box .his-swiper-box .historySwiper .swiper-slide.swiper-slide-active .slide-bottom>img {
        visibility: visible;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    .history .his-sec .history-list-box .his-swiper-box .historySwiper .swiper-slide.swiper-slide-active .slide-top>img {
        visibility: visible;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.history .his-sec .history-list-box .his-swiper-box .historySwiper .swiper-slide:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.history .his-sec .history-list-box .his-swiper-box .historySwiper .swiper-slide:nth-child(even) .slide-top {
    padding: 0.5rem 0.1rem 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.history .his-sec .history-list-box .his-swiper-box .historySwiper .swiper-slide:nth-child(even) .slide-top::after {
    top: 0
}

.history .his-sec .history-list-box .his-swiper-box .historySwiper .swiper-slide:nth-child(even) .slide-top .his-intro {
    margin-top: 0;
    margin-bottom: 0.1rem
}

.history .his-sec .history-list-box .his-swiper-box .historySwiper .swiper-slide:nth-child(even) .slide-bottom {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.history .his-sec .history-list-box .his-swiper-box .historySwiper .swiper-slide:nth-child(even) .slide-bottom .year {
    margin-top: 0;
    margin-bottom: 0.225rem
}

.history .his-sec .history-list-box .his-swiper-box .historySwiper .swiper-slide:nth-child(even) .slide-bottom .point {
    left: -0.055rem;
    top: -moz-calc(100% - 0.055rem);
    top: calc(100% - 0.055rem)
}

.history .his-sec .history-list-box .his-swiper-box .swiper-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.05rem;
    margin-top: 0.15rem
}

@media (max-width: 1024px) {
    .history .his-sec .history-list-box .his-swiper-box .swiper-btn {
        margin-top:0.3rem
    }
}

.history .his-sec .history-list-box .his-swiper-box .swiper-btn .swiper-button {
    padding: 0.025rem;
    border-radius: 50%;
    background-color: #002F4B;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer
}

.history .his-sec .history-list-box .his-swiper-box .swiper-btn .swiper-button:hover {
    background-color: #c09b6a
}
