﻿@font-face {
    font-family: 'Oswald-Bold';
    src: url('../fonts/Oswald-Bold.woff') format('woff');
    font-display: swap;
}
ul, li, form, dl, dt, dd, div, p, em, i, address, ol {
    font-style: normal;
    list-style: none;
    padding: 0px;
    margin: 0px;
}
h1, h2, h3, h4, h5, h6 {
    padding: 0px;
    margin: 0px;
}
html {
    -webkit-text-size-adjust: 100%;
    font-size: 100px;
    overflow-x: hidden;
}
body, input, pre, select, table th, table td, textarea {
    font-size: .16rem;
    font-weight: 400
}
.f16 {
    font-size: 0.16rem;
}
.f18 {
    font-size: 0.18rem;
}
.f20 {
    font-size: 0.2rem;
}
@media (max-width:1550px) {
    html {
        font-size: 6.2vw;
    }
}
@media (max-width:1024px) {
    html {
        font-size: 9.765625vw
    }
}
@media (max-width:640px) {
    html {
        font-size: 12.02083vw
    }
    body {
        font-size: 14px;
        line-height: 24px;
    }
    .f16 {
        font-size: 14px;
    }
    .f18 {
        font-size: 16px;
    }
    .f20 {
        font-size: 18px;
    }
}
.w1700 {
    max-width: 1700px;
    width: 92%;
    margin: 0 auto
}
.w1400 {
    max-width: 1400px;
    width: 92%;
    margin: 0 auto
}
.w1200 {
    max-width: 1200px;
    width: 92%;
    margin: 0 auto
}
a:hover {
    color: #c40d23
}
.pt100 {
    padding-top: 1rem
}
.pb100 {
    padding-bottom: 1rem
}
@media(max-width:1024px) {
    .pt100 {
        padding-top: 50px
    }
    .pb100 {
        padding-bottom: 50px
    }
}
.Top003156 {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    transition: .3s all;
    background: #fff;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .1)
}
.Top003156 header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .2rem 0
}
.Top003156 .logo img {
    transition: .3s all
}
.Top003156 .logo img.on {
    display: none
}
.Top003156 .top-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.Top003156 .top-right .lang { position: relative; display:flex;}
.Top003156 .top-right .lang .cur { display: block;}
.Top003156 .top-right .lang .lang-list { position: absolute; top: 100%; left: 50%; transform: translateX(-50%);padding-top: .1rem; width: 1rem; display: none; }
.Top003156 .top-right .lang .lang-list .box{ box-shadow: 0 3px 6px rgba(0, 0, 0, .1); background: #fff;}
.Top003156 .top-right .lang .lang-list a { display: block; text-align: center; line-height: .4rem; ; }
.Top003156 .top-right .lang .lang-list a:not(:last-child) { border-bottom: 1px solid #ebebeb; }
.Top003156 .top-right .lang .lang-list a:hover { background: #c40d23; color: #fff }
.Top003156 .top-right .lang:after { content: ''; position: absolute; width: 1px; height: 100%; right: -.3rem; top: 0%; background: #000; opacity: .1 }
.Top003156 .top-right .lang .name{display: flex;align-items: center;color: #333;cursor: pointer;}
.Top003156 .top-right .lang .name:before{display: block;content: '';margin-right: .1rem;width: .2rem;height: .2rem;background-image: url('../images/lang.svg');background-size: cover;}
.Top003156 .top-right .lang .name:after{display: block;content: '';margin-left: .1rem;margin-top: .05rem;width: .08rem;height: .08rem;border-top: 1px solid #333;border-right: 1px solid #333;transform: rotate(45deg);}
.open-search {
    cursor: pointer;
    ;
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/icon-search.svg) no-repeat center center;
    background-size: 24px auto;
    transition: .3s all
}
.open-search.on:before, .open-search.on:after {
    background-color: #c40d23;
}
.top-search {
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 100;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    overflow: hidden
}
.top-search .text {
    width: 100%;
    height: 3.125em;
    line-height: 3.125em;
    padding: 0 3.125em 0 0.625em;
    font-size: 1em;
}
.top-search .btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 3.125em;
    height: 100%;
    background: url(../images/icon-search.svg) no-repeat center center;
    background-size: auto 22px;
}
.Top003156 menu li span, .Top003156 menu li span a {
    display: block;
    color: #333;
    transition: .3s all;
    position: relative;
}
.Top003156 menu li span {
    position: relative;
    z-index: 2;
}
.Top003156 menu li span:after {
    position: absolute;
    content: '';
    left: 50%;
    height: 2px;
    background-color: #c40d23;
    transform: translateX(-50%);
    transition: 0.3s;
    bottom: -6px;
    width: 0;
}
.Top003156 menu li span a:hover, .Top003156 menu li.aon span a {
    color: #c40d23
}
.Top003156 menu li:hover span:after, .Top003156 menu li.aon span:after {
    width: 100%;
}
.Top003156 menu li span a {}
/*滚动后*/
@media (min-width:1025px) {
    .Top003156 .w1180 {}
    .Top003156 menu {
        width: 80%;
    }
    .Top003156 menu ul {
        display: flex;
        justify-content: flex-end;
    }
    .Top003156 menu li {
        padding: 0 .35rem;
        position: relative;
    }
    .Top003156 .top-right .lang {
        margin-right: .6rem;
    }
    .Top003156 .top-right dl {
        margin-left: .5rem
    }
    .Top003156 .logo img {
        max-height: .5rem
    }
    .top-search {
        width: 25em;
    }
    .Top003156 .header-mids li .sub {
        width: auto;
        position: absolute;
        left: 50% !important;
        top: 100%;
        display: none;
        padding-top: .35rem;
        transform: translateX(-50%);
        white-space: nowrap;
        min-width: 200px;
        text-align: center;
        margin-left: 0
    }
    .Top003156 .header-mids li .sub dl {
        padding: 0;
        background: rgba(255, 255, 255, 0.95);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    }
    .Top003156 .header-mids li .sub dl dt {
        padding: 0 15px;
        position: relative;
    }
    .Top003156 .header-mids li .sub dl dt:not(:last-child) {
        border-bottom: 1px solid #e7e7e7;
    }
    .Top003156 .header-mids li .sub dl dt::before {
        position: absolute;
        content: '';
        width: 0;
        height: 14px;
        background: #c40d23;
        left: 0;
        top: 50%;
        margin-top: -7px;
        transition: 0.3s;
    }
    .Top003156 .header-mids li .sub dl dt:hover::before {
        width: 8px;
    }
    .Top003156 .header-mids li .sub dl dt a {
        line-height: 30px;
        color: #666;
        padding: 10px 0;
        display: block;
        transition: .3s;
    }
    .Top003156 .header-mids li .sub dl dt a:hover {
        color: #c40d23;
        padding-left: 15px;
    }
    .Top003156 .header-mids li .sub dl dt .hierarchy {
        position: absolute;
        width: 100%;
        left: 100%;
        top: 0;
        background: #fff;
        display: none
    }
    .Top003156 .header-mids li .sub dl dt .hierarchy ol:not(:last-child) a {
        border-bottom: 1px solid #e7e7e7
    }
}
@media (max-width:1024px) {
    .Top003156 header {
        height: 70px
    }
    .Top003156 menu {
        position: fixed;
        left: -100%;
        top: 70px;
        height: calc(100% - 70px);
        width: 100%;
        transition: 0.3s;
        opacity: 0;
        background: #fff;
        box-shadow: 0 5px 5px rgba(0, 0, 0, .1)
    }
    .menu-show .Top003156 menu {
        opacity: 1;
        left: 0;
    }
    .Top003156 menu ul {
        height: 100%;
        overflow: auto;
    }
    .Top003156 menu li span {
        line-height: 3;
        padding: 0 20px;
    }
    .Top003156 menu li span a {
        padding: 0.5em 0;
        text-align: left;
        font-size: 18px;
        line-height: 30px
    }
    .Top003156 menu li span:after {
        bottom: 0;
        width: 100%;
        height: 1px;
        background: #ddd
    }
    .Top003156 .header-mids li .sub {
        background: #eee
    }
    .Top003156 li .sub dl {
        padding-left: 0;
        padding-right: 0;
    }
    .Top003156 li .sub dt {
        text-align: left;
        padding: 0 20px;
        line-height: 36px;
        position: relative;
    }
    .Top003156 li .sub dt a {
        display: block;
        position: relative;
        font-size: 16px
    }
    .Top003156 li .sub dt a i {
        position: absolute;
        width: 40px;
        height: 34px;
        transition: 0.3s;
        right: 0px;
        top: 0;
        z-index: 10
    }
    .Top003156 li .sub dt a i.on {
        transform: rotate(45deg);
    }
    .Top003156 li .sub dt a i:after, .Top003156 li .sub dt a i:before {
        position: absolute;
        content: '';
        width: 12px;
        height: 2px;
        background: #c40d23;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .Top003156 li .sub dt a i:after {
        width: 2px;
        height: 12px;
    }
    .Top003156 .header-mids li .sub .hierarchy {
        background: #ddd;
        padding: 10px 20px;
        margin-bottom: 20px;
        display: none;
    }
    .Top003156 .logo {
        max-width: 40%;
        height: 4em;
    }
    .Top003156 .logo img {
        max-height: 50px
    }
    .Top003156 .top-right {
        height: 4em;
    }
    .Top003156 .top-right dd {
        font-size: 0.875em;
    }
    .Top003156 .top-right dt {
        padding-left: .6rem;
    }
    .Top003156 .top-right .lang {
        padding-left: 0;
    }
    .Top003156 .open-menu {
        display: block;
        width: 2em;
        height: 2em;
    }
    .Top003156 .open-menu i {
        background-color: #000;
    }
    .Top003156 .open-menu:not(.on) i:nth-child(1) {
        margin-top: -0.625em;
    }
    .Top003156 .open-menu:not(.on) i:nth-child(3) {
        margin-top: calc(0.625em - 3px);
    }
    .top-search {
        width: 100%;
    }
    .has-multi aside .op-multi:before, .has-multi aside .op-multi:after, .has-sub span .op:before, .has-sub span .op:after {
        background: #c40d23
    }
}
.home_title .cn {
    font-size: .5rem;
    color: #000;
    font-weight: bold;
    padding-bottom: .4rem
}
.home_title .cn::before {
    content: '';
    display: block;
    width: .6rem;
    height: .08rem;
    background: #c40d23;
    margin-bottom: .24rem
}
.home_title.center {
    margin-bottom: .6rem;
}
.home_title.center .cn {
    position: relative;
    text-align: center;
}
.home_title.center .cn::before {
    left: 50%;
    margin-left: -.3rem;
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
}
.home_more {
    display: flex;
    width: 1.8rem;
    height: .6rem;
    border-radius: 36px;
    border: 1px solid #0a0a0a;
    justify-content: center;
    align-items: center;
    margin-top: .3rem;
    transition: .3s all;
    color: #0a0a0a
}
.home_more span {
    color: #0a0a0a;
    transition: .3s all
}
.home_more:after {
    content: '';
    width: .26rem;
    height: .26rem;
    background: url(../images/icon-more-icon.svg)no-repeat center;
    background-size: .24rem auto;
    margin-left: .22rem;
    transform: rotate(-45deg);
    transition: .3s all
}
.home_more:hover {
    background: #c40d23;
    color: #fff;
    border-color: #c40d23
}
.home_more:hover span {
    color: #fff;
}
.home_more:hover:after {
    transform: rotate(0);
    filter: grayscale(100) brightness(100);
}
.point {
    position: absolute;
    width: 100%;
    bottom: 40px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.point span {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    opacity: 0.4;
    margin: 0 6px;
}
.point span.on {
    opacity: 1;
    background: #c40d23;
}
@media(max-width:1024px) {
    .home_more {
        display: flex;
        width: 150px;
        height: 46px;
    }
}
/*  */
.home_box1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.5s;
}
.home_box1 .item:nth-child(1) {
    z-index: 15;
}
.home_box1 .item {
    position: relative;
    transition: all 0.3s;
    z-index: 10;
    background-color: #000;
}
.home_box1 .info {
    left: 50%;
    bottom: 2rem;
    z-index: 3;
    color: #fff;
    position: absolute;
    transform: translateX(-50%);
    max-width: 16rem;
    width: 88%;
}
.home_box1 .item:nth-child(1) .info {
    text-align: right;
}
.home_box1 .item .imgbox {
    padding-top: 48.5vw;
}
.home_box1 .item .imgbox span {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home_box1 .item .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home_box1 .video {
    position: relative;
    padding-top: 48.5vw;
}
.home_box1 .video video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home_box1 .item.slick-current .info img {
    animation: fadeInDownSmall 0.5s .3s ease both;
    -webkit-animation: fadeInDownSmall 0.5s .3s ease both;
    -moz-animation: fadeInDownSmall 0.5s .3s ease both;
}
.home_box1 .item.slick-current .imgbox {
    animation: fadeInscale 8s .4s ease both;
    -webkit-animation: fadeInscale 8s .4s ease both;
    -moz-animation: fadeInscale 8s .4s ease both;
}
.home_box1 .slick-arrow {
    z-index: 100;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    cursor: pointer;
    padding: 0;
    transition: all ease 0.3s;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    color: #fff;
    border: 1px solid #6cd928;
    background-color: #6cd928;
    font-size: 0
}
.home_box1 .slick-disabled, .home_box1 .slick-disabled:hover, .home_box1 .slick-disabled:hover:after {
    cursor: default;
    background-color: rgba(0, 0, 0, 0.3) !important;
    border: 0 !important;
}
.home_box1 .slick-arrow {
    color: #fff;
}
.home_box1 .slick-arrow:before {
    content: "";
    left: 50%;
    top: 50%;
    width: 0.2rem;
    height: 0.14rem;
    transform: translate(-50%, -50%);
    position: absolute;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.home_box1 .slick-prev:before {
    background-image: url(../images/icon-jt2.svg);
    transform: rotate(180deg) translate(50%, 50%)
}
.home_box1 .slick-next:before {
    background-image: url(../images/icon-jt2.svg);
}
.home_box1 .slick-arrow:hover {
    background-color: #c40d23 !important;
    color: #fff;
    border: 1px solid #c40d23;
}
.home_box1 .slick-arrow i {
    display: none;
}
.home_box1 .slick-arrow {
    border: 1px solid rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0.5);
}
.home_box1 .slick-prev {
    left: -100px;
}
.home_box1 .slick-next {
    right: -100px;
}
.home_box1:hover .slick-prev {
    left: 2%;
}
.home_box1:hover .slick-next {
    right: 2%;
}
.home_box1 .slick-dots {
    bottom: 0.32rem;
    position: absolute;
    z-index: 10;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 12px;
}
.home_box1 .slick-dots li {
    display: inline-block;
    width: 0.14rem;
    height: 0.14rem;
    margin: 0 0.11rem;
    vertical-align: middle;
    padding: 0;
    position: relative;
}
.home_box1 .slick-dots li button {
    font-size: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    border: 0.03rem solid #fff;
}
.home_box1 .slick-dots li.slick-active button {
    background-color: #c40d23;
    border: 0.03rem solid #c40d23;
}
.home_box1 li.slick-slide {
    position: relative;
    z-index: 1;
}
.home_box1 .txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    text-align: center;
    color: #fff;
}
.home_box1 .txt .ytable {
    height: 100%;
    table-layout: fixed;
}
.home_box1 .tit {
    transform: translateY(30px);
    transition-duration: 0.6s;
    transition-delay: 0.3s;
}
.home_box1 .tit {
    font-size: 0.68rem;
    line-height: 1.2;
    font-weight: bold;
    display: inline;
    position: relative;
    padding: 2% 4.5%;
    display: none;
}
.home_box1 .tit:before, .home_box1 .tit:after {
    position: absolute;
    content: '';
    border: 5px solid #c60c23;
    width: 1rem;
    height: 1rem;
}
.home_box1 .tit:before {
    left: 0;
    top: 0;
    border-right: 0;
    border-bottom: 0;
}
.home_box1 .tit:after {
    right: 0;
    bottom: 0;
    border-top: 0;
    border-left: 0;
}
.home_box1 .ani-show .tit {
    transform: translateY(0);
    opacity: 1;
}
@media (max-width:1024px) {
    .home_box1 .tit {
        font-size: 0.42rem;
    }
    .home_box1 .tit:before, .home_box1 .tit:after {
        position: absolute;
        content: '';
        border: 2px solid #c60c23;
        width: 0.4rem;
        height: 0.4rem;
    }
    .home_box1 .tit:before {
        left: 0;
        top: 0;
        border-right: 0;
        border-bottom: 0;
    }
    .home_box1 .tit:after {
        right: 0;
        bottom: 0;
        border-top: 0;
        border-left: 0;
    }
}
@media(max-width:1024px) {
    .home_box1 .slick-arrow {
        display: none !important;
    }
}
@media(max-width:640px) {
    .home_box1 .info img {
        height: 15.5vw;
    }
}
/* 首页banner */
.home_box1 li {
    position: relative;
}
.home_box1 li .box {
    padding-bottom: 47.294%;
    position: relative;
}
.home_box1 li.slick-slide img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home_box1 li.slick-slide video {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: contain;
    background-color: #000;
}
.home_box2 {
    padding: 1.2rem 0;
    position: relative;
    background: url(../images/home_box2_bg.png)no-repeat center right 18%;
    background-size: 46%
}
.home_box2 .tit1 {
    font-size: .26rem;
    color: #0a0a0a;
    font-weight: 500
}
.home_box2 .desc {
    color: #0a0a0a;
    line-height: 2;
    margin-top: .3rem;
    margin-bottom: .2rem;
    font-weight: 350
}
.home_box2 .more {
    color: #0a0a0a;
    border-bottom: 1px solid #0a0a0a;
    text-transform: uppercase;
    font-size: .15rem;
    font-weight: 540
}
.home_box2 .right .pic {
    background: #000;
    width: 100%
}
.home_box2 .right ul {
    display: flex;
    align-items: center;
    justify-content: space-between
}
.home_box2 .right li .tit {
    color: #0a0a0a;
    padding-bottom: .1rem
}
.home_box2 .right li .num {
    display: flex;
    align-items: flex-end;
    ;
}
.home_box2 .right li .counter {
    color: #c40d23;
    font-size: .8rem;
    font-weight: bold;
    line-height: 1;
    font-family: 'Oswald-Bold';
}
.home_box2 .right li sup {
    font-size: .2rem;
    color: #0a0a0a;
    padding-bottom: 5px;
    margin-left: .1rem
}
.home_box2 .value {
    margin-top: .8rem;
}
.home_box2 .value .item {
    border: 1px solid #aaa;
    border-radius: 3px;
    overflow: hidden;
    padding: .5rem;
}
.home_box2 .value .item .icon {
    max-width: .7rem;
    max-height: .7rem;
    margin-bottom: .5rem
}
.home_box2 .value .item .tit {
    font-size: .24rem;
    color: #0a0a0a;
    padding-bottom: .2rem;
}
.home_box2 .value .item .desc2 {
    color: #999;
    line-height: 1.66;
    font-size: .15rem
}
@media(min-width:1025px) {
    .home_box2 .con {
        display: flex;
        justify-content: space-between;
        align-items: center
    }
    .home_box2 .con .left {
        width: 46%;
        flex: 0 0 auto;
        padding-right: 1rem
    }
    .home_box2 .con .right {
        flex: 1;
        padding-left: .5rem
    }
    .home_box2 .value {
        display: flex;
        justify-content: space-between;
        display: none
    }
    .home_box2 .value .item {
        width: 31%
    }
}
@media(max-width:1024px) {
    .home_box2 {
        padding: 50px 0;
    }
    .home_box2 .tit1 {
        font-size: 20px;
    }
    .home_box2 .right {
        margin-top: 5%
    }
    .home_box2 .value .item {
        margin-bottom: 15px;
    }
    .home_box2 .value .item .tit {
        font-size: 18px;
    }
    .home_box2 .value .item .desc2 {
        font-size: 14px
    }
}
.home_box3 {
    padding: 0 0 1rem;
    position: relative;
    z-index: 2;
    background: linear-gradient(to bottom, #fafafa 0%, rgba(0, 0, 0, 0) 80%);
}
.home_box3 .w1400 {
    padding-top: 1.2rem
}
.home_box3 .title .title_info {
    font-size: .18rem;
    color: #0a0a0a;
    line-height: 2
}
.home_box3 .item {
    position: relative;
    overflow: hidden;
    border-radius: 3px
}
.home_box3 .item .txt {
    position: relative;
    padding-top: .4rem;
    z-index: 3
}
.home_box3 .item .tit {
    font-size: .24rem;
    color: #333;
    z-index: 2;
    font-weight: 600;
    padding-bottom: .2rem
}
.home_box3 .item .desc {
    color: #999;
    line-height: 1.66
}
.home_box3 .item .pic {
    height: 2.8rem;
    position: relative;
    overflow: hidden;
}
.home_box3 .item .pic img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: 1;
    transition: 0.3s;
}
.home_box3 .item:hover .pic img {
    transform: scale(1.12);
}
.home_box3 .item .pic::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    background: linear-gradient(to bottom, rgba(57, 67, 78, 0.95) 0%, rgba(0, 0, 0, 0) 82%, rgba(0, 0, 0, 0) 100%);
    display: none
}
@media(min-width:1025px) {
    .home_box3 .title {
        display: flex;
        justify-content: space-between;
        align-items: center
    }
    .home_box3 .title .title_info {
        width: 60%;
        flex: 0 0 auto
    }
    .home_box3 .list {
        display: flex;
        justify-content: space-between;
        padding-top: .5rem
    }
    .home_box3 .item {
        width: 31.25%;
    }
}
@media(max-width:1024px) {
    .home_box3 {
        padding: 0 0 50px;
    }
    .home_box3 .title .title_info {
        font-size: 16px;
        line-height: 1.66
    }
    .home_box3 .item {
        margin-top: 30px
    }
    .home_box3 .item .tit {
        font-size: 18px;
    }
}
.home_box4 {
    background: #000;
    height: 7rem;
    position: relative
}
.home_box4 .txt {
    position: absolute;
    width: 100%;
    left: 0;
    top: 46%;
    transform: translateY(-50%)
}
.home_box4 .txt .home_title .cn {
    color: #fff
}
.home_box4 .txt .desc {
    color: #fff;
    line-height: 2;
    width: 50%;
    padding-bottom: .5rem
}
.home_box4 .txt .home_more {
    border-color: #fff;
}
.home_box4 .txt .home_more span {
    color: #fff;
}
.home_box4 .txt .home_more:after {
    filter: grayscale(100) brightness(100);
}
.home_box4 .txt .home_more:hover {
    background: #c40d23;
    color: #fff;
    border-color: #c40d23
}
@media(max-width:1024px) {
    .home_box4 .txt .desc {
        width: 100%;
    }
}
.home_box5 {
    padding: 1.2rem 0;
}
.home_box5 ul {
    display: flex;
    justify-content: space-between;
    ;
}
.home_box5 li {
    width: 31.25%;
}
.home_box5 li a {
    display: block;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
}
.home_box5 li .pic {
    height: 4.5rem;
    border-radius: 3px;
    overflow: hidden;
    position: relative
}
.home_box5 li .pic img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    transition: 0.3s;
}
.home_box5 li:hover .pic img {
    transform: scale(1.12);
}
.home_box5 li a::before {
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0;
    bottom: 0;
    content: '';
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 82%, rgba(0, 0, 0, 0) 100%);
    z-index: 2
}
.home_box5 li .txt {
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: .2rem;
    color: #fff;
    line-height: .7rem;
    z-index: 3
}
@media(min-width:1025px) {
    .home_box5 .title {
        display: flex;
        justify-content: space-between;
        align-items: center
    }
    .home_box5 .title .home_more {
        margin-top: 0
    }
}
@media(max-width:1024px) {
    .home_box5 {
        padding: 50px 0;
    }
    .home_box5 .list {}
    .home_box5 ul {
        flex-wrap: wrap;
    }
    .home_box5 li {
        width: 100%;
        margin-top: 30px;
    }
    .home_box5 li .txt {
        font-size: 18px;
        line-height: 2;
        bottom: 20px
    }
}
.home_box6 {
    padding: .5rem 0 1.2rem
}
.home_box6 .list {
    margin-top: .5rem
}
.home_box6 .list label {
    border: solid 1px #dedede;
    font-size: 0.875em;
    line-height: 1.7142;
    padding: 0 0.5714em;
    display: inline-block;
    transition: 0.3s;
    border-radius: 5px;
    color: #333
}
.home_box6 .list a:hover label {}
.home_box6 .list .tit {
    font-size: 1.25em;
    color: #333333;
    margin: 1em 0 .5em;
}
.home_box6 .list ol .tit {
    line-height: 1.6;
}
.home_box6 .list .txt {
    position: relative
}
.home_box6 .list .txt p {
    margin: 0;
    color: #666666;
    font-size: 0.95em;
    line-height: 1.7142;
}
.home_box6 .list time {
    color: #999999;
    display: inline-block;
}
.home_box6 .list ol time {}
.home_box6 .list ol .pic {
    overflow: hidden;
    margin-bottom: 2em;
    border-radius: 3px;
}
.home_box6 .list ol .Ispic {
    padding-bottom: 59.091%;
    transition: 0.3s ease-out;
    border-radius: 3px;
}
.home_box6 .list a:hover .Ispic {
    transform: scale(1.1);
}
.home_box6 .list .tip {
    display: flex;
    align-items: center;
}
.home_box6 .list .tip time {
    margin-left: 1.5em;
    padding-left: 1.5em;
    border-left: 1px solid #ebebeb
}
.home_box6 .list .txt .more {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3.125em;
    height: 3.125em;
    border-radius: 50%;
    border: 1px solid #ddd;
    transition: .3s all;
    overflow: hidden
}
.home_box6 .list .txt .more:Before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../images/icon-more-icon.svg) no-repeat center;
    background-size: 1em auto;
    transition: .3s all
}
.home_box6 .list ol .txt .more {
    position: relative;
    display: inline-block;
    transform: translateY(0);
    right: auto;
    top: auto;
    margin-top: 1.5em;
    display: none
}
.home_box6 .list ol:hover .more, .home_box6 .list li:hover .more {
    background: #c40d23;
    border: 0;
}
.home_box6 .list ol:hover .more:Before, .home_box6 .list li:hover .more:Before {
    filter: grayscale(100) brightness(100);
    ;
}
.home_box6 .list ol:hover .tit, .home_box6 .list li:hover .tit {
    color: #c40d23
}
@media (min-width:1025px) {
    .home_box6 .title {
        display: flex;
        justify-content: space-between;
        align-items: center
    }
    .home_box6 .title .home_more {
        margin-top: 0
    }
    .home_box6 .list {
        position: relative;
        z-index: 1;
    }
    .home_box6 .list:before {
        position: absolute;
        content: '';
        left: 46.286%;
        width: 1px;
        height: 100%;
        background-color: #e5e5e5;
        top: 0;
        display: none
    }
    .home_box6 .list ol {
        float: left;
        width: 44.429%;
    }
    .home_box6 .list li {
        float: right;
        width: 50.143%;
        border-bottom: 1px solid #e5e5e5;
    }
    .home_box6 .list li a {
        height: 12.1875em;
    }
    .home_box6 .list li:nth-of-type(1) a {
        height: 9.625em;
    }
    .home_box6 .list li:nth-of-type(1) a .ytable-cell {
        vertical-align: top;
    }
    .home_box6 .list li .txt {
        position: relative;
        padding-right: 8.75em;
    }
}
@media (max-width:1024px) {
    .home_box6 {
        padding: 30px 0 50px
    }
    .home_box6 .list ol {
        margin-bottom: 2em;
    }
    .home_box6 .list li {
        border-top: 1px solid #f2f2f2;
        padding: 2em 0;
    }
    .home_box6 .list .tit {
        font-size: 18px;
    }
    .home_box6 .list .txt p {
        font-size: 14px
    }
    .home_box6 .list .txt .more {
        display: none
    }
}
.Bottom {
    background: #f5f5f5;
    padding: .6rem 0
}
.Bottom .bottom-top .logo img {
    max-height: .7rem
}
.Bottom .bottom-top .nav a {
    color: #0a0a0a
}
.Bottom .bottom-top .nav a:not(:first-child) {
    margin-left: 1rem
}
.Bottom .bottom-top .nav a:hover {
    color: #c40d23
}
.Bottom .bottom-contact {
    margin-top: .5rem;
}
.Bottom .bottom-contact .infor {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.Bottom .bottom-contact .infor .item {
    width: 30.4%;
    color: #0a0a0a;
    margin-right: 2%;
    margin-bottom: .15rem;
}
.Bottom .bottom-contact .infor .item:nth-child(3n) {
    width: 35%;
    margin-right: 0;
}
.Bottom .bottom-contact .infor .item dl dt {
    color: #999;
    font-size: .18rem;
    margin-bottom: .1rem;
}
.Bottom .bottom-contact .infor .item dl dd {
    margin-bottom: .1rem;
}
.Bottom .bottom-contact .code {
    max-width: 1.3rem;
    text-align: center
}
.Bottom .bottom-contact .code aside {
    padding-top: .1rem;
    color: #0a0a0a;
}
.Bottom .copyright {
    margin-top: .7rem;
    padding-top: .4rem;
    border-top: 1px solid #ddd
}
.Bottom .copyright .left {
    color: #aaa
}
.Bottom .copyright .left a {
    color: #aaa
}
.Bottom .copyright .right a {
    color: #aaa;
    margin-left: .2rem;
    display: inline-block
}
@media(min-width:1025px) {
    .Bottom .bottom-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .Bottom .bottom-contact {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }
    .Bottom .bottom-contact .infor {
        width: 75%;
        padding-right: 5%;
        flex: 0 0 auto
    }
    .Bottom .copyright {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}
@media (max-width:1024px) {
    .Bottom .bottom-top .nav {
        display: none
    }
    .Bottom .bottom-contact .infor {
        flex-wrap: wrap;
    }
    .Bottom .bottom-contact .infor .item {
        width: 100% !important;
    }
    .Bottom .bottom-contact .code {
        max-width: 110px;
        margin-top: 20px;
    }
    .Bottom .copyright {
        text-align: center
    }
}
/* 产品中心 */
.deBanner {
    position: relative;
    overflow: hidden
}
.deBanner .txt {
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fff;
    top: 40%;
}
.deBanner .txt h1 {
    font-size: .48rem;
    margin-bottom: 0.04rem;
}
.deBanner .txt p {
    font-size: .3rem;
    text-transform: uppercase;
}
.deBanner .wap {
    display: none;
}
@media(max-width:1024px) {
    .deBanner .pc {
        display: none;
    }
    .deBanner .wap {
        display: block;
        padding-bottom: 250px
    }
}
.menu {
    background: #f9fafc;
    position: relative;
    z-index: 10
}
.menu .nav li {
    margin-right: .4rem;
    position: relative
}
.menu .nav li span {
    padding-right: .2rem;
    position: relative
}
.menu .nav li a {
    transition: .3s all;
    color: #121212;
    border-bottom: 1px solid transparent;
    position: relative
}
.menu .nav li span .op {
    display: none;
    position: absolute;
    width: 12px;
    height: 12px;
    right: 0;
    top: 50%;
    margin-top: -6px;
    background: url(../images/icon-jt2.svg)no-repeat center;
    background-size: 12px auto;
    transform: rotate(-90deg);
    cursor: pointer
}
.menu .nav li.aon span a, .menu .nav li:hover span a {
    border-color: #c40d23;
    color: #c40d23
}
.menu .nav li .submenu {
    position: absolute;
    left: 0;
    top: calc(100% + .2rem);
    width: 2.4rem;
    display: none
}
.menu .nav li .submenu a {
    display: block;
    line-height: .4rem;
    background: #fff;
    padding: 0 .2rem;
    text-align: center;
    border-bottom: 1px solid #fafafa
}
.menu .nav li .submenu a:hover {
    color: #c40d23
}
.menu .location {
    font-weight: 100;
    display: flex;
    align-items: center;
    padding-left: .24rem;
    background: url(../images/icon-home.svg)no-repeat center left;
    background-size: .16rem auto;
    text-align: right;
    line-height: .9rem;
}
.menu .location a {
    color: #666
}
.menu .location a:hover {
    color: #c40d23;
}
.menu .location span {
    color: #c40d23;
}
.menu .location i {
    width: 2px;
    height: 2px;
    background: #999;
    margin: 0 .14rem
}
@media(min-width:1025px) {
    .menu .w1600 {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .menu .w1400 {
        display: flex;
        justify-content: space-between;
    }
    .menu .nav {
        width: 60%;
        display: flex;
        flex-wrap: wrap;
        align-items: center
    }
    .only_location .nav {
        width: 0
    }
}
@media(max-width:1024px) {
    .menu .location {
        display: none
    }
    .menu .nav li {
        margin-right: 0
    }
    .menu .nav:not(.pro) {
        display: flex;
        flex-wrap: wrap;
    }
    .menu .nav:not(.pro) li {
        margin-right: 20px;
    }
    .menu .nav li span {
        font-size: 18px;
        line-height: 24px;
        padding: 15px 0;
        display: block
    }
    .menu .nav li span a {
        font-size: 18px;
    }
    .menu .nav li .submenu {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
    }
    .menu .nav li .submenu a {
        line-height: 36px;
    }
}
/* .PicList002797 */
.PicList002797 {
    padding: 1.2rem 0 0;
}
.PicList002797 li {
    float: left;
    width: 22.376%;
    margin: 0 3.5% 3.5% 0;
}
.PicList002797 li:nth-child(4n) {
    margin-right: 0;
}
.PicList002797 li:nth-child(4n+1) {
    clear: both;
}
.PicList002797 li a {
    display: block;
    position: relative;
    padding: 0.1rem 0 0.4rem;
}
.PicList002797 li h4, .PicList002797 li h3, .PicList002797 li h5 {
    margin: 0;
    text-align: center;
    font-weight: normal;
}
.PicList002797 li figure {
    padding-bottom: 78%;
    background-size: contain;
}
.PicList002797 li h4 {
    font-size: 15px;
    color: #999;
}
.PicList002797 li h3 {
    font-size: calc(24 / 16 * 1em);
    color: #212224;
    margin-bottom: 0.08rem;
}
.PicList002797 li .txt {
    font-size: calc(18 / 16 * 1em);
}
.PicList002797 li .hover {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background: rgba(0, 141, 210, 0.9);
    z-index: 10;
    transition: 0.3s;
    color: #fff;
    border-radius: 10px;
}
.PicList002797 li:hover {}
.PicList002797 li:hover a .hover {
    opacity: 1;
}
.PicList002797 li aside {
    position: absolute;
    left: 10%;
    width: 80%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.PicList002797 li .hover h5 {
    font-size: 24px;
}
.PicList002797 li .hover i {
    display: block;
    height: 2px;
    background: #fff;
    width: 48px;
    margin: 14px auto 20px;
}
.PicList002797 li .hover p {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    max-height: 90px;
    overflow: hidden;
}
.PicList002797 .more {
    display: block;
    text-align: center;
    margin-top: 50px;
}
.PicList002797 .more span {
    display: inline-block;
    padding-left: 40px;
    padding-right: 64px;
    line-height: 40px;
    background: url(../images/PicList002797-more.png)no-repeat 74% center #f1af48;
    border-radius: 5px;
    transition: all 0.5s ease-out 0s;
}
.PicList002797 .more span:hover {
    padding-left: 50px;
    padding-right: 74px;
}
.PicList002797 li .txt {
    width: 100%;
    text-align: center;
}
@media(max-width:1000px) {
    .PicList002797 li {
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
    }
}
@media(max-width:640px) and (min-width:376px) {
    .PicList002797 li .hover img {
        width: 50px;
        height: 50px;
    }
}
@media(max-width:480px) {
    .PicList002797 li {
        float: none;
        width: auto;
    }
    .PicList002797 li h3, .PicList002797 li .hover h5 {
        font-size: 14px;
    }
    .PicList002797 li .hover h5 {
        line-height: 20px;
        max-height: 40px;
    }
}
.proList {
    padding: 3vw 0;
}
.proList .item a {
    border-radius: calc(20 / 16 * 1em);
    min-height: 19.792vw;
    padding: 2.083vw 0 2.083vw 0;
    background: url(../images/probg.jpg) no-repeat center center/cover;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    zoom: 1;
    overflow: hidden;
    transition: all ease 0.3s;
}
.proList .item a:hover {
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
}
.proList .item .imgbox {
    padding-top: calc(228 / 16 * 1em);
    text-align: center;
    width: 51.86%;
    overflow: hidden;
    position: relative;
}
.proList .item .imgbox span {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.proList .item .imgbox.auto img {
    width: auto;
    height: auto;
    object-fit: contain;
    max-width: 2.9rem;
    max-height: 100%;
}
.proList .item .info {
    flex: 1;
    padding-right: 2vw;
    padding-left: 1vw
}
.proList .item .tit {
    color: #333;
    line-height: 1.25;
    margin-bottom: 0.24rem;
    font-size: calc(30 / 16 * 1em);
    font-weight: normal
}
.proList .item .desc {
    margin-bottom: calc(30 / 16 * 1em);
    line-height: 1.66
}
.proList .item .mores {
    color: #c40d23;
    display: inline-block;
}
.proList .item .mores:before {
    margin: 0;
    height: 9px;
    width: 0;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url(../images/arrleft_blue.svg) no-repeat center center / contain;
    transition: all 0.5s;
}
.proList .item .mores:After {
    margin-left: 0.1rem;
    height: 9px;
    width: 15px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url(../images/arrright_blue.svg) no-repeat center center / contain;
    transition: all 0.5s;
}
.proList .item .info dl dd {
    margin-bottom: .1rem;
    font-size: .16rem;
    color: #666;
    line-height: 1.5;
}
.proList .item .info dl dd span {
    color: #333;
}
.proList .item .info dl dd:last-child {
    border-bottom: 0;
}
.proList .item .info dl dd .tit {
    margin-bottom: 0;
}
@media(min-width:1025px) {
    .proList ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .proList .item {
        width: 47.91%;
        margin-bottom: 0.4rem;
    }
}
@media(max-width:1024px) {
    .proList .item {
        margin-bottom: 30px;
    }
}
/* 产品详情 */
/*RighInfo003134 */
.RighInfo003134 {
    padding: 1.2rem 0;
}
.RighInfo003134 .auto {}
.RighInfo003134 .img-side {
    border: solid 1px #f2f2f2;
    margin-bottom: 4em;
}
.RighInfo003134 .img-side .ytable-cell {
    padding-bottom: 2.2em;
}
.RighInfo003134 .img-group li .Ispic {
    background-size: contain;
    padding-bottom: 72%;
}
.RighInfo003134 .controls {
    display: table;
    position: relative;
    padding: 0 56px;
    margin: 2em auto 0;
}
.RighInfo003134 .controls .slick-dots li {
    float: left;
    position: relative;
    width: 13px;
    height: 13px;
    margin: 0 5px;
}
.RighInfo003134 .controls .slick-dots li button {
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    width: 7px;
    height: 7px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 0;
    cursor: pointer;
    border: 0;
    font-size: 0;
    padding: 0;
    transition: 0.3s;
}
.RighInfo003134 .controls .slick-dots li.slick-active button {
    background-color: #c40d23;
    width: 100%;
    height: 100%;
}
.RighInfo003134 .controls .slick-arrow {
    position: absolute;
    top: 50%;
    width: 25px;
    height: 11px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -5px;
}
.RighInfo003134 .controls .slick-prev {
    left: 0;
    background-image: url(../images/RighInfo003134-btn-prev.svg);
}
.RighInfo003134 .controls .slick-next {
    right: 0;
    background-image: url(../images/RighInfo003134-btn-next.svg);
}
.RighInfo003134 .controls .slick-disabled {
    cursor: default;
}
.RighInfo003134 .controls .slick-prev.slick-disabled {
    background-image: url(../images/RighInfo003134-btn-prev-disabled.svg);
}
.RighInfo003134 .controls .slick-next.slick-disabled {
    background-image: url(../images/RighInfo003134-btn-next-disabled.svg);
}
.RighInfo003134 .img-side .txt {
    text-align: left;
}
.RighInfo003134 .img-side .txt p {
    margin-bottom: .16rem;
}
.RighInfo003134 .img-side .tit {
    font-size: 1.875em;
    color: #c40d23;
    margin-bottom: 0.6em;
    font-weight: bold;
    letter-spacing: 2px;
}
.RighInfo003134 .img-side .line {
    width: 2.24rem;
    height: 3px;
    background-color: #c40d23;
    display: block;
    margin-bottom: .4rem;
}
.RighInfo003134 .img-side .btn {
    margin-top: 4.375em;
}
.RighInfo003134 .img-side .btn a {
    display: inline-block;
    font-size: 1.125em;
    color: #fff;
    box-shadow: 0px 10px 30px rgba(218, 37, 29, 0.08);
    border-radius: 5px;
    margin: 0 5px;
    min-width: 12.5em;
    text-align: center;
    line-height: 3.3333;
    padding: 0 1.8125em;
    cursor: pointer;
}
.RighInfo003134 .img-side .btn a.download {
    background-color: #c40d23;
}
.RighInfo003134 .img-side .btn a.download2 {
    background-color: #6e6e6e;
}
.RighInfo003134 .img-side .btn a:before {
    display: inline-block;
    vertical-align: top;
    content: '';
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 1.3888em;
    height: 3.3333em;
    margin-right: 0.5555em;
}
.RighInfo003134 .img-side .btn a.download:before {
    background-image: url(../images/RighInfo003134-icon-file.svg);
}
.RighInfo003134 .img-side .btn a.download2:before {
    background-image: url(../images/RighInfo003134-icon-download.svg);
}
.RighInfo003134 .txt-btn {
    display: flex;
    margin-top: .4rem;
}
.RighInfo003134 .txt-btn .btn {
    display: inline-block;
    background: #c40d23;
    color: #fff;
    border-radius: 60px;
    font-size: .18rem;
    padding: 0 0.26rem;
    line-height: .5rem;
    margin-top: 0;
    margin-right: .3rem;
}
.RighInfo003134 .txt-btn .btn img {
    width: .22rem;
    margin-right: .1rem;
    position: relative;
    top: -0.02rem;
}
.RighInfo003134 .txt-btn .btn.xz img {
    width: .2rem;
}
.RighInfo003134 .prod-intro .name {
    border-bottom: 1px solid #efefef;
    font-size: 1.5em;
    padding-bottom: 0.666em;
    color: #333;
    line-height: 2;
}
.RighInfo003134 .prod-intro .name i {
    width: 2em;
    height: 2em;
    border-radius: 50%;
    background-color: #c40d23;
    display: inline-block;
    vertical-align: top;
    margin-right: 0.625em;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 50%;
}
.RighInfo003134 .prod-intro .name-1 i {
    background-image: url(../images/RighInfo003134-icon-file.svg);
}
.RighInfo003134 .prod-intro .name-2 i {
    background-image: url(../images/RighInfo003134-title-icon.svg);
}
.RighInfo003134 .prod-intro .singlePage {
    line-height: 1.875;
    margin: 2em 0 3em 0;
}
.RighInfo003134 .prod-intro .singlePage p {
    margin-bottom: 0.8em;
}
@media (min-width:1025px) {
    .RighInfo003134 .img-group {
        width: 32%;
        border-right: solid 1px #f2f2f2;
    }
    .RighInfo003134 .img-side .ytable-cell {
        padding-top: 2.2em;
    }
    .RighInfo003134 .img-side .txt {
        padding: .4rem .5rem;
    }
}
@media (max-width:1024px) {
    .RighInfo003134 .img-side {
        padding: 2em;
    }
    .RighInfo003134 .img-side .btn a {
        min-width: calc(50% - 10px);
        padding: 0;
    }
}
.RighInfo003134 .popUp-box {
    position: fixed;
    z-index: 200;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}
.RighInfo003134 .popUp-box>.ytable {
    height: 100%;
}
.RighInfo003134 .popUp-box .main {
    background: #fff url(../images/RighInfo003134-bg.jpg) no-repeat;
    background-size: cover;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 5px;
    position: relative;
}
.RighInfo003134 .popUp-box .close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
    height: 20px;
    z-index: 10;
    cursor: pointer;
}
.RighInfo003134 .popUp-box .close:before, .RighInfo003134 .popUp-box .close:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #000;
    top: 50%;
    margin-top: -1px;
    transform: rotate(-45deg);
}
.RighInfo003134 .popUp-box .close:after {
    transform: rotate(45deg);
}
.RighInfo003134 .popUp-box .logo img {
    height: 1.9375em;
}
.RighInfo003134 .popUp-box .title {
    font-size: 1.875em;
    color: #333333;
    line-height: 1.3333;
    margin-top: 0.3em;
}
.RighInfo003134 .popUp-box .title:after {
    display: block;
    content: '';
    width: 20px;
    height: 2px;
    background-color: #c40d23;
    margin: 1em 0;
}
.RighInfo003134 .popUp-box .left p {
    font-size: 1.5em;
    line-height: 1.66666;
    color: #333333;
}
.RighInfo003134 .popUp-box .form li {
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}
.RighInfo003134 .popUp-box .form li label.tit {
    position: absolute;
    left: 1.21428em;
    top: 0;
    font-size: 0.875em;
    line-height: 3.5714em;
}
.RighInfo003134 .popUp-box .form li .text {
    border: solid 1px rgba(139, 139, 139, 0.2);
    width: 100%;
    font-size: 1em;
    height: 3.125em;
    line-height: 3.125em;
    border-radius: 0.625em;
    padding: 0 1.0625em;
}
.RighInfo003134 .popUp-box .form li.code dl {
    overflow: hidden;
}
.RighInfo003134 .popUp-box .form li.code dl dt {
    position: relative;
    width: 60%;
    float: left;
}
.RighInfo003134 .popUp-box .form li.code dl dd {
    width: 38%;
    float: right;
}
.RighInfo003134 .popUp-box .form li.code dl dd a {
    display: block;
    cursor: pointer;
    background-color: #6e6e6e;
    border-radius: 10px;
    color: #fff;
    font-size: 0.875em;
    line-height: 3.5714em;
    text-align: center;
}
.RighInfo003134 .popUp-box .form ol .btn {
    display: block;
    width: 100%;
    background: #c40d23;
    border: 0;
    cursor: pointer;
    border-radius: 0.625em;
    height: 3.125em;
    color: #fff;
    font-size: 1em;
}
@media (min-width:1025px) {
    .RighInfo003134 .popUp-box .main {
        padding: 10.9375vh 8.25em;
    }
    .RighInfo003134 .popUp-box .main .ytable-cell {
        width: 50%;
    }
}
@media (max-width:1024px) {
    .RighInfo003134 .popUp-box .main {
        padding: 2em;
    }
    .RighInfo003134 .popUp-box .main .ytable {
        max-height: 85vh;
        overflow: auto;
    }
}
/* 新闻中心 */
.news_list {
    padding: 1rem 0 .5rem
}
.news_list * {
    transition: var(--s5);
}
.news_list .hot {
    padding-bottom: 4%
}
.news_list .hot .box {
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
    align-items: center
}
.news_list .hot .pic {
    width: 50%
}
.news_list .hot .pic figure {
    padding-bottom: 62.778%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.news_list .hot .txt {
    width: 45%;
    position: relative
}
.news_list .hot .txt .new {
    color: #fff;
    font-style: normal;
    line-height: 34px;
    background: #e60027;
    display: inline-block;
    padding: 0px 16px;
    margin-bottom: 0.2rem;
    border-radius: 5px;
}
.news_list .hot .txt h5 {
    line-height: .36rem;
    margin: 0;
    font-size: .24rem
}
.news_list .hot .txt p {
    margin-top: 4%;
    margin-bottom: 8%;
    line-height: 1.75;
    font-size: .18rem
}
.news_list .hot .txt dl {
    display: flex;
    width: 70%;
    border-bottom: solid 1px #e2e2e2;
    padding-bottom: 8%;
    align-items: center;
    line-height: 2;
}
.news_list .hot .txt dl time {
    color: #e60027;
    margin-right: 40px;
    font-size: .18rem;
    display: inline-block
}
.news_list .hot .txt dl time span {
    margin-right: 8px;
    top: -2px;
    position: relative;
}
.news_list .hot .txt dl .more {
    background: url(../images/icon_jt.png) no-repeat right 15px top 16px;
    font-size: .18rem;
    display: inline-block;
    border: 1px solid #333;
    padding: 5px 27px 5px 20px;
    width: 136px;
    border-radius: 5px;
}
.news_list .slick-arrow {
    top: auto;
    bottom: 14%;
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    border: 2px solid #e60027;
    position: absolute;
    background: url(../images/icon-jt-r.svg)no-repeat center;
    background-size: .14rem auto;
    z-index: 10
}
.news_list .slick-prev {
    left: auto;
    right: 68px;
    transform: rotateY(180deg)
}
.news_list .slick-next {
    right: 0;
}
.news_list .list ul {}
.news_list .list li {
    width: 32%;
    background: #f8f9fa;
    margin-top: 2%;
    margin-right: 2%;
    float: left;
    border-radius: 10px;
    overflow: hidden
}
.news_list .list li:nth-child(3n) {
    margin-right: 0
}
.news_list .list li .pic figure {
    padding-bottom: 62.43%
}
.news_list .list li .txt {
    padding: 8% 7%;
}
.news_list .list li h5 {
    line-height: 1.5;
    height: 3em;
    margin: 0;
    font-size: .2rem;
    font-weight: normal;
}
.news_list .list li dl {
    display: flex;
    justify-content: space-between;
    padding-top: 6%;
    align-items: center
}
.news_list .list li dl time {
    font-size: .18rem
}
.news_list .list li dl .more {
    width: 50px;
    height: 50px;
    border: solid 2px #d7dce7;
    border-radius: 100%;
    position: relative
}
.news_list .list li dl .more:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/icon-more-icon.svg) no-repeat center center;
    background-size: 1em auto;
}
.news_list .list li:hover {
    box-shadow: 0 0 49px rgba(0, 33, 49, 0.26);
    background: #fff
}
.news_list .list li:hover dl .more {
    background: #e60027;
    border-color: #e60027
}
.news_list .list li:hover dl .more:before {
    filter: grayscale(100%) brightness(1000%);
    background: url(../images/icon-more-icon2.svg) no-repeat center center;
    background-size: 1em auto;
}
@media(max-width:1024px) {
    .news_list {
        padding: 50px 0 20px
    }
    .news_list .hot .pic, .news_list .hot .txt {
        width: 100%
    }
    .news_list .hot .txt {
        padding-top: 20px;
    }
    .news_list .hot .txt p {
        margin: 2% 0
    }
    .news_list .hot .txt dl {
        padding: 2% 0
    }
    .news_list .hot .txt h5 {
        padding-left: 0
    }
    .news_list .hot .txt .new {
        top: -30px
    }
    .news_list .slick-arrow {
        bottom: 10px
    }
    .news_list .list li {
        width: 48%;
        margin: 1% !important
    }
    .news_list .list li dl .more {
        width: 30px;
        height: 30px;
    }
    .news_list .list li h5 {
        font-size: 16px;
        line-height: 24px;
        height: 48px;
    }
    .news_list .list li dl time {
        font-size: 12px;
    }
}
.Page002623 {
    text-align: center;
    font-family: Arial;
    margin-top: 30px;
    font-size: 1.125em;
    padding-bottom: 1rem
}
.Page002623 .Pages a.a_first, .Page002623 .Pages a.a_end, .Page002623 .Pages>span:not(.p_page) {
    display: none;
}
.Page002623 .Pages em {
    float: left;
    font-style: normal;
}
.Page002623 .Pages .p_page {
    display: table;
    margin: 0 auto;
}
.Page002623 .Pages a {
    float: left;
    line-height: 50px;
    width: 50px;
    border-radius: 50%;
    margin: 0 10px;
    background: #f8f8f8;
}
.Page002623 .Pages a.a_cur, .Page002623 .Pages a:hover {
    color: #fff;
    background: #e62129;
}
.Page002623 .Pages .p_page>a {
    font-size: 0;
    height: 50px;
    position: relative;
}
.Page002623 .Pages .p_page>a:before {
    position: absolute;
    content: '';
    border: 5px solid transparent;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -10px;
}
.Page002623 .Pages .p_page>a.a_prev:before {
    border-right-color: #000;
    border-right-width: 8px;
}
.Page002623 .Pages .p_page>a.a_next:before {
    border-left-color: #000;
    border-left-width: 8px;
    margin-left: -4px;
}
.Page002623 .Pages a.a_prev:hover:before {
    border-right-color: #fff;
}
.Page002623 .Pages a.a_next:hover:before {
    border-left-color: #fff;
}
@media(max-width:640px) {
    .Page002623 .Pages em {
        display: none;
    }
    .Page002623 .Pages a {
        background-color: #eee;
    }
    .Page002623 .Pages .p_cur, .Page002623 .Pages .p_total, .Page002623 .Pages .p_jump {
        display: none;
    }
}
.Page002624 {
    text-align: center;
    font-family: Arial;
    margin-top: 30px;
    font-size: 1.125em;
    padding-bottom: 1rem
}
.Page002624 .Pages {
    display: flex;
    align-items: center;
    justify-content: center;
}
.Page002624 .Pages a.a_first, .Page002624 .Pages .p_count, .Page002624 .Pages a.a_end {
    display: none;
}
.Page002624 .Pages em {
    float: left;
    font-style: normal;
}
.Page002624 .Pages a {
    float: left;
    line-height: 50px;
    width: 50px;
    border-radius: 50%;
    margin: 0 10px;
    background: #f8f8f8;
}
.Page002624 .Pages a.a_cur, .Page002624 .Pages a:hover {
    color: #fff;
    background: #e62129;
}
.Page002624 .Pages .p_page {
    padding: 0 2vw;
}
.Page002624 .Pages .p_page>a {
    font-size: 0;
    height: 50px;
    position: relative;
}
.Page002624 .Pages .p_page>a:before {
    position: absolute;
    content: '';
    border: 5px solid transparent;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -10px;
}
.Page002624 .Pages .p_page>a.a_prev:before {
    border-right-color: #000;
    border-right-width: 8px;
}
.Page002624 .Pages .p_page>a.a_next:before {
    border-left-color: #000;
    border-left-width: 8px;
    margin-left: -4px;
}
.Page002624 .Pages a.a_prev:hover:before {
    border-right-color: #fff;
}
.Page002624 .Pages a.a_next:hover:before {
    border-left-color: #fff;
}
.Page002624 .Pages .p_cur b, .Page002624 .Pages .p_total b {
    color: #e62129;
    padding: 0 5px;
}
.Page002624 .Pages .p_jump b {
    font-weight: normal;
}
.Page002624 .Pages .i_text {
    width: .4rem;
    height: .4rem;
    border-radius: 2px;
    border: 1px solid #bfbfbf;
    background: none;
    text-align: center;
    line-height: .4rem;
    margin: 0 5px;
}
.Page002624 .Pages .i_button {
    width: .6rem;
    ;
    height: .4rem;
    cursor: pointer;
    border: none;
    background: #e62129;
    color: #fff;
    padding: 0;
    border-radius: 2px;
    margin-left: 5px;
    border-radius: 5px;
}
@media(max-width:640px) {
    .Page002624 .p_cur, .Page002624 .p_total, .Page002624 .p_jump, .Page002624 .Pages em {
        display: none;
    }
    .Page002624 .Pages a {
        background-color: #eee;
    }
}
/* 新闻详情 */
/*RighInfo002939 */
.RighInfo002939 {
    padding: calc(120 / 16 * 1em) 0;
}
.RighInfo002939 .name {
    border-bottom: 1px dotted #cecece;
    text-align: center;
    margin-bottom: 37px;
}
.RighInfo002939 .name h1 {
    margin: 0 0 30px 0;
    font-size: calc(32 / 16 * 1em);
    color: #212224;
}
.RighInfo002939 .time {
    color: #c8c8c8;
    padding-bottom: 1.72vw;
    line-height: 16px;
}
.RighInfo002939 .share {
    margin-left: 10px;
}
.RighInfo002939 .time time, .RighInfo002939 .share, .RighInfo002939 .share>* {
    display: inline-block;
    vertical-align: middle;
}
.RighInfo002939 .share em {
    font-style: normal;
}
.RighInfo002939 p {
    font-size: .18rem;
}
.RighInfo002939 p img {
    margin: .4rem auto;
}
#bsPanel, #bsPanel *, .bsBox, .bsBox * {
    box-sizing: content-box;
}
.RighInfo002939 .edit-info {
    line-height: 2.5625em;
    color: #1e1e1e;
    text-align: justify;
    padding-bottom: 4vw;
}
.RighInfo002939 .info-page {
    border: solid 1px #eee;
}
.RighInfo002939 .info-page dd {
    line-height: 36px;
}
.RighInfo002939 .info-page dd a {
    padding: 0 20px;
}
.RighInfo002939 .info-page dd a:hover {
    color: #d43e45;
}
@media(min-width:1025px) {
    .RighInfo002939 .info-page dd {
        float: left;
        width: 50%;
    }
    .RighInfo002939 .info-page dd:nth-child(2) {
        border-left: 1px solid #eee;
    }
    .RighInfo002939 .time, .RighInfo002939 .info-page dd a, .RighInfo002939 .edit-info {
        font-size: 16px;
    }
}
@media(max-width:1024px) {
    .RighInfo002939 {
        padding: 50px 0;
    }
    .RighInfo002939 .name h1 {
        font-size: 24px;
    }
    .RighInfo002939 .edit-info {
        line-height: 2
    }
    .RighInfo002939 p {
        font-size: 14px;
    }
    .RighInfo002939 .info-page dd:nth-child(2) {
        border-top: 1px solid #eee;
    }
    .RighInfo002939 .share {
        display: block;
        padding-top: 10px;
    }
}
/* 技术支持 */
.TextList000962 {
    padding: 1rem 0 0.2rem;
}
.TextList000962 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}
.TextList000962 li {
    width: 49%;
    margin-right: 2%;
    border: 1px solid #e7e7e7;
    line-height: 44px;
    margin-bottom: 2%;
    position: relative;
    display: flex;
    align-items: center;
}
.TextList000962 li a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.TextList000962 li:nth-child(2n) {
    margin-right: 0;
}
.TextList000962 li .tit {
    margin: 0;
    padding: .2rem .26rem;
    width: 65%;
    flex: 0 0 auto
}
.TextList000962 li .tit2 {
    width: 85%;
}
.TextList000962 li .tit p {
    margin: 0;
}
.TextList000962 li span {
    color: #9f9f9f;
}
.TextList000962 li span.name {
    margin: .1rem .1rem .1rem .2rem;
    position: relative
}
.TextList000962 li span.name img {
    width: 1rem;
}
.TextList000962 li span.name::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 60%;
    background-color: #e7e7e7;
    top: 20%;
    left: -.1rem;
}
.TextList000962 li span.mb {
    flex: 1
}
.TextList000962 li:hover {
    border: 1px dashed #f31313;
}
.TextList000962 li:hover p {
    color: #f31313;
}
.TextList000962 li:hover span.name {
    background-image: url(../images/TextList000962-aon.png);
    color: #f31313;
}
.TextList000962 .search {
    width: 80%;
    max-width: 640px;
    margin: 0 auto 3vw;
    border: 2px solid #f31313;
    position: relative;
    border-radius: 5px;
}
.TextList000962 .search .text {
    width: 100%;
    height: .6rem;
    line-height: .6rem;
    padding: 0 .6rem 0 .3rem;
    font-size: 1em;
    border: none;
    background: none;
    color: #999;
}
.TextList000962 .search .btn {
    position: absolute;
    right: 0;
    top: 0;
    width: .6rem;
    height: 100%;
    background: url(../images/icon-search2.svg) no-repeat center center;
    background-size: auto .3rem;
}
@media(max-width:1024px) {
    .TextList000962 {
        padding: 50px 0 20px;
    }
    .TextList000962 li {
        width: 100%;
        margin-right: 0;
    }
    .TextList000962 li span.name {
        width: 70px;
        margin-left: 30px;
    }
    .TextList000962 li::before {
        right: 85px;
    }
    .TextList000962 li .tit {
        padding: 10px;
        width: 52%
    }
    .TextList000962 li .tit2 {
        width: 70%;
    }
    .TextList000962 li span.mb {
        font-size: 12px
    }
    .TextList000962 .search {
        width: 100%;
    }
    .TextList000962 .search .text {
        height: 50px;
        line-height: 50px;
        padding: 0 40px 0 20px;
    }
    .TextList000962 .search .btn {
        width: 40px;
        background-size: auto 24px;
    }
}
/* 关于我们 */
.About {
    padding: 1.2rem 0;
}
.About .home_title {
    margin-bottom: .5rem;
}
.About .home_title.center .cn {
    text-align: left;
}
.About .home_title.center .cn::before {
    left: 0;
    margin-left: 0;
}
.About .left .tit1 {
    font-size: .46rem;
    color: #000;
    padding-bottom: .5rem
}
.About .left .tit1::after {
    content: '';
    display: block;
    width: .6rem;
    height: 5px;
    background: #c40d23;
    margin: .3rem 0 0
}
.About .left .desc {
    line-height: 2;
    color: #333;
}
.About .left .desc h3 {
    margin: 0;
    font-size: .28rem;
    color: #121212;
    font-weight: 400;
    margin-bottom: .28rem;
}
.About .left .desc p {
    margin: 0;
    text-align: justify;
}
.About .right {
    padding: .2rem 0 .2rem 8%;
}
.About .right li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: .52rem;
    margin-bottom: .52rem
}
.About .right li:first-child {
    padding-top: 0
}
.About .right li:last-child {
    margin-bottom: 0
}
.About .right li .txt {
    width: 60%
}
.About .right li .txt .counter {
    font-size: .7rem;
    color: #c40d23;
    line-height: 1;
    font-weight: bold;
    margin-right: .1rem;
    font-family: 'Oswald-Bold';
}
.About .right li .txt sup {
    color: #333;
    font-size: .18rem;
}
.About .right li .txt .list {
    display: flex;
}
.About .right li .txt p {
    color: #333;
    padding-top: .1rem
}
.About .right li .icon {
    width: 30%;
    text-align: right
}
.About .right li .icon img {
    max-width: .6rem;
    max-height: .6rem
}
.About .img figure {
    margin-top: 1rem;
    height: 5.5rem;
}
.About .rzBox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 0.2rem;
}
.About .rzBox .list {
    color: #131313;
    position: relative;
    display: flex;
    align-items: center;
}
.About .rzBox .list::before {
    content: '';
    display: block;
    width: .2rem;
    height: .2rem;
    background: url(../images/rz_ico.svg) no-repeat;
    background-size: .2rem auto;
    margin-right: 10px
}
@media(min-width:1025px) {
    .About .flex {
        display: flex;
        justify-content: space-between;
    }
    .About .left {
        width: 62%;
    }
    .About .right {
        width: 28%;
        border-left: 1px solid #ebebeb
    }
}
@media(max-width:1024px) {
    .About {
        padding: 50px 0
    }
    .About .left .tit1 {
        font-size: calc(36 / 16 * 1em);
        padding-bottom: calc(30 / 36 * 1em)
    }
    .About .left .desc h3 {
        font-size: 20px;
        ;
    }
    .About .rzBox {
        flex-wrap: wrap;
    }
    .About .rzBox .list {
        width: 100%;
        padding: 5px 0
    }
    .About .rzBox .list::before {
        background-size: 16px auto;
        width: 16px;
        height: 16px
    }
    .About .right {
        padding-left: 0;
        margin-top: 50px
    }
    .About .right li .txt p {
        margin: 0
    }
    .About .right li .icon img {
        max-height: 50px;
        max-width: 50px
    }
    .About .img figure {
        margin-top: 20px;
        height: calc(200 / 16 * 1em)
    }
    .About .box2, .About .box2 .list {
        margin-top: 50px
    }
    .About .box2 .list {
        display: block;
    }
    .About .box2 .list .item {
        width: 100%
    }
    .About .box2 .list .item:not(:last-child) {
        margin-bottom: 10px
    }
    .About .box2 .list .item .txt {
        padding: 30px
    }
}
.jzBox {
    margin-top: .8rem;
    display: flex;
    justify-content: space-between;
}
.jzBox .item {
    border-radius: 3px;
    overflow: hidden;
    padding: .5rem;
    background: #fff;
    border: 1px solid #d9d9d9;
}
.jzBox .item .icon {
    max-width: .7rem;
    max-height: .7rem;
    margin-bottom: .5rem
}
.jzBox .item .tit {
    font-size: .24rem;
    color: #0a0a0a;
    padding-bottom: .2rem;
}
.jzBox .item .desc2 {
    color: #999;
    line-height: 1.66;
    font-size: .15rem
}
@media(min-width:1025px) {
    .jzBox .con {
        display: flex;
        justify-content: space-between;
        align-items: center
    }
    .jzBox .con .left {
        width: 46%;
        flex: 0 0 auto;
        padding-right: 1rem
    }
    .jzBox .con .right {
        flex: 1;
        padding-left: .5rem
    }
    .jzBox .jzBox {
        display: flex;
        justify-content: space-between;
        display: none
    }
    .jzBox .item {
        width: 31%
    }
}
@media(max-width:1024px) {
    .jzBox {
        margin-top: 50px;
        flex-wrap: wrap;
        ;
    }
    .jzBox .item {
        width: 100%;
        margin: 0 0 15px;
    }
    .home_box3 .item .txt {
        padding-top: 0
    }
    .jzBox .item .tit {
        font-size: 18px;
        font-weight: normal
    }
    .jzBox .item .desc2 {
        font-size: 14px
    }
}
/*RighInfo003141 */
.RighInfo003141 {
    padding: calc(120 / 16 * 1em);
}
.RighInfo003141 h3 {
    margin: 0;
    font-size: calc(24 / 14 * 1em);
    color: #c40d23;
    letter-spacing: 2px;
    margin-bottom: -0.2em;
    font-weight: 700;
}
.RighInfo003141 .auto {}
.RighInfo003141 .intro {}
.RighInfo003141 .intro img {
    border-radius: calc(16 / 16 * 1em);
}
.RighInfo003141 .intro .title {
    font-size: 2em;
    color: #333333;
    margin-bottom: 0.6em;
}
.RighInfo003141 .intro .info {
    font-size: 0.875em;
    line-height: 2;
}
.RighInfo003141 .intro .info p {
    margin: 1.4em 0;
}
.RighInfo003141 .home_title {
    margin-bottom: .42rem;
}
.RighInfo003141 .home_title .cn {
    font-size: .38rem;
    padding-bottom: .3rem;
}
.RighInfo003141 .home_title .cn::before {
    left: 0;
    margin-left: 0;
}
.RighInfo003141 .intro .info p {
    font-size: .16rem;
}
.RighInfo003141 .number-count {
    margin: 4.5625em 0;
    box-shadow: 0px 0.625em 4.375em rgba(0, 0, 0, 0.05);
    border: solid 1px #f3f3f3;
    padding: 3.6875em 4em;
}
.RighInfo003141 .number-count ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}
.RighInfo003141 .number-count li {
    color: #333333;
}
.RighInfo003141 .number-count li span {
    display: inline-block;
    position: relative;
    font-size: 2em;
    color: #c40d23;
    margin: 0 5px;
}
.RighInfo003141 .number-count li span i {
    font-style: normal;
}
.RighInfo003141 .number-count li span i.ani {
    position: absolute;
    left: 0;
    top: 0;
}
.RighInfo003141 .number-count li span i.opa {
    opacity: 0;
}
.RighInfo003141 .number-count li sup {
    display: inline-block;
    vertical-align: top;
    color: #c40d23;
    font-size: 1em;
}
.RighInfo003141 .plate dd {
    margin-bottom: 2.8565%;
}
.RighInfo003141 .plate dd .txt {
    box-shadow: 0px 0.625em 4.375em rgba(0, 0, 0, 0.05);
    padding: 2.375em 1.875em;
}
.RighInfo003141 .plate dd ol {
    float: left;
    width: 4.25em;
}
.RighInfo003141 .plate dd ol img {
    width: 85.295%;
}
.RighInfo003141 .plate dd li {
    width: calc(100% - 4.25em);
    float: right;
}
.RighInfo003141 .plate dd li aside {
    font-size: 1.125em;
    color: #333;
}
.RighInfo003141 .plate dd li p {
    margin: 0;
    font-size: 0.875em;
    color: #999;
}
@media (min-width:1025px) {
    .RighInfo003141 .intro .info {
        width: 46%;
    }
    .RighInfo003141 .intro .title {
        line-height: 1;
    }
    .RighInfo003141 .intro .img {
        width: 46%;
    }
    .RighInfo003141 .number-count ul {
        margin: 0 auto;
    }
    .RighInfo003141 .number-count li {
        float: left;
    }
    .RighInfo003141 .number-count li:not(:last-child) {
        margin-right: 3.5em;
    }
    .RighInfo003141 .plate dd {
        float: left;
        width: 31.429%;
    }
    .RighInfo003141 .plate dd:not(:last-child) {
        margin-right: 2.8565%;
    }
}
@media (max-width:1024px) {
    .RighInfo003141 .number-count li {
        text-align: center;
        padding: 1em 0
    }
    .RighInfo003141 .number-count {
        margin: 2em 0;
        padding: 2em 0;
    }
    .RighInfo003141 .intro {
        padding-top: 2em;
        margin-bottom: 2em;
    }
}
/*PicList002434 */
.PicList002434 {
    padding: 1.2rem 0;
}
.PicList002434 .home_title {
    text-align: left;
}
.PicList002434 .list ul {
    padding: 0 50px;
}
.PicList002434 .list li {
    list-style: none;
    float: left;
    position: relative;
    text-align: center;
    margin-bottom: calc(30 / 16 * 1em);
    width: 25%;
}
.PicList002434 .list ul:last-child li {
    margin-bottom: 0;
}
.PicList002434 .list li:first-child:before, .PicList002434 .list li:nth-child(5):before, .PicList002434 .list li:last-child:after {
    position: absolute;
    content: '';
    bottom: 0px;
    height: 90px;
    width: 50px;
}
.PicList002434 .list li:first-child:before {
    left: -50px;
    background: url(../images/PicList002433_ul_l.png) no-repeat 0 0;
}
.PicList002434 .list li:nth-child(5):before {
    left: -50px;
    background: url(../images/PicList002433_ul_l.png) no-repeat 0 0;
}
.PicList002434 .list li:last-child:after {
    right: -50px;
    background: url(../images/PicList002433_ul_r.png) no-repeat 0 0;
}
.PicList002434 .list li aside {
    padding-top: calc(40 / 16 * 1em);
    height: 90px;
    background: url(../images/PicList002433_libg.png) repeat-x left top;
}
.PicList002434 .list li .ytable {
    height: 285px;
}
.PicList002434 .list li .ytable-cell {
    vertical-align: bottom;
}
.PicList002434 .list li figure {
    position: relative;
    display: inline-block;
    max-width: 85%;
}
.PicList002434 .list li figure:hover {
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
}
.PicList002434 .list li figure:after {
    position: absolute;
    right: -22px;
    background: url(../images/PicList002433_ying.png) no-repeat left bottom;
    width: 24px;
    height: 100%;
    background-size: contain;
    content: '';
}
.PicList002434 .list li figure img {
    max-height: 285px;
    padding: 15px;
    background: url(../images/PicList002433_kuang.png) no-repeat;
    background-size: 100% 100%;
}
.PicList002434 .list li p {
    margin: 0 auto;
    width: 80%;
    color: #333;
}
.PicList002434 .list li {}
.PicList002434 .list li:nth-child(4n):after {
    position: absolute;
    content: '';
    bottom: 0px;
    height: 90px;
    width: 50px;
    right: -50px;
    background: url(../images/PicList002433_ul_r.png) no-repeat 0 0;
}
@media(max-width:1024px) {
    .PicList002434 .auto {
        padding: calc(50 / 16 * 1em) 0 0;
    }
    .PicList002434 .list ul {}
    .PicList002434 .list li .ytable {
        height: 150px;
    }
    .PicList002434 .list li figure img {
        max-height: 150px;
        padding: 3px
    }
    .PicList002434 .list li {
        width: 50%;
    }
    .PicList002434 .list li:nth-child(2n-1):before {
        left: -50px;
        background: url(../images/PicList002433_ul_l.png) no-repeat 0 0;
        position: absolute;
        content: '';
        bottom: 0px;
        height: 90px;
        width: 50px;
    }
    .PicList002434 .list li:nth-child(2n):after {
        position: absolute;
        content: '';
        bottom: 0px;
        height: 90px;
        width: 50px;
        right: -50px;
        background: url(../images/PicList002433_ul_r.png) no-repeat 0 0;
    }
}
@media(max-width:480px) {
    .PicList002434 .list li .ytable {
        height: 100px;
    }
    .PicList002434 .list li figure img {
        max-height: 150px;
    }
}
/* .Timeline000768 为demo编号 */
.Timeline000768 {
    position: relative;
}
.Timeline000768 .w1400 {
    position: relative;
}
.lcMain {
    padding: calc(120 / 16 * 1em) 0;
}
.lcMain .home_title {
    margin-bottom: 3.5%;
    margin-top: 0;
    text-align: center;
}
.Timeline000768::before {
    position: absolute;
    content: '';
    z-index: 0;
    width: 100%;
    height: 1px;
    background-color: #c40d23;
    top: 50%;
    left: 0;
}
.Timeline000768 .swiper-container {
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 100%;
    height: 420px;
    margin: 0 auto;
}
.Timeline000768 ul {
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transform: translate3d(0, 0, 0);
    transition-timing-function: ease-out;
}
.Timeline000768 ul li {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 4;
    float: left;
    text-align: center;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.Timeline000768 li::before, .Timeline000768 li::after {
    position: absolute;
    content: '';
    top: 50%;
    z-index: 4;
}
.Timeline000768 li::before {
    background-color: #c40d23;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-top: -5px;
}
.Timeline000768 li::after {
    width: 1px;
    height: 22px;
    background-color: #c40d23;
    margin-top: -26px;
}
.Timeline000768 li:nth-child(2n)::after {
    margin-top: 5px;
}
.Timeline000768 li figure, .Timeline000768 li .txt {
    position: absolute;
    width: 80%;
    height: 40%;
    left: 10%;
}
.Timeline000768 li figure {
    top: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 86% auto;
}
.Timeline000768 li:nth-child(2n) figure {
    bottom: 0;
    top: auto;
}
.Timeline000768 li .txt {
    bottom: 0;
    padding: 0 3%;
}
.Timeline000768 li:nth-child(2n) .txt {
    top: 0;
    bottom: auto;
}
.Timeline000768 li .txt h1 {
    margin: 0;
    color: #212224;
    font-size: 30px;
    padding-top: 13%;
    margin-bottom: 0.4em;
}
.Timeline000768 li .txt p {
    margin: 0;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    color: #666;
}
.timBtn {
    position: absolute;
    top: 50%;
    margin-top: -1.5em;
    display: flex;
    justify-content: space-between;
    width: 100%;
    left: 0%;
    z-index: 100
}
.timBtn .base_btn {
    background: #c40d23;
    border-radius: 50%;
    width: calc(48 / 16 * 1em);
    height: calc(48 / 16 * 1em);
}
.timBtn .le em:after {
    transform: scaleX(-1);
}
.timBtn .base_btn em {
    padding: 0;
    line-height: 1;
    display: inline-block;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
.timBtn .base_btn em:after {
    background: url(../images/icon-more-icon2.svg) no-repeat center center;
    margin-left: 0;
    width: 100%;
    height: 100%;
    background-size: 0.22rem auto;
    content: '';
    display: block;
}
@media(min-width:1025px) {
    .timBtn .le {
        transform: translateX(calc(-48 / 16 * 1em));
    }
    .timBtn .re {
        transform: translateX(calc(48 / 16 * 1em));
    }
}
@media(max-width:1024px) {
    .lcMain {
        padding: 50px 0;
    }
}
/*PicList002433 */
/*slick Basic*/
.PicList002433 {
    padding: calc(120 / 16 * 1em) 0 calc(80 / 16 * 1em);
}
.PicList002433 .home_title {
    text-align: center;
}
.PicList002433 .slick-slider {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}
.PicList002433 .slick-list {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
}
.PicList002433 .slick-list:focus {
    outline: none
}
.PicList002433 .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.PicList002433 .slick-slider .slick-track, .PicList002433 .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.PicList002433 .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.PicList002433 .slick-track:before, .PicList002433 .slick-track:after {
    display: table;
    content: '';
}
.PicList002433 .slick-track:after {
    clear: both;
}
.PicList002433 .slick-loading .slick-track {
    visibility: hidden;
}
.PicList002433 .slick-slide {
    display: none;
    float: left;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.PicList002433 .slick-slide .slick-loading img {
    display: none;
}
.PicList002433 .slick-slide .dragging img {
    pointer-events: none;
}
.PicList002433 .slick-initialized .slick-slide {
    display: block;
}
.PicList002433 .slick-loading .slick-slide {
    visibility: hidden;
}
.PicList002433 .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.PicList002433 .slick-arrow .slick-hidden {
    display: none;
}
/*slick Basic End*/
.PicList002433 {}
.PicList002433 .main {}
.PicList002433 .main .slick-arrow {
    position: absolute;
    top: 50%;
    width: 57px;
    height: 57px;
    margin-top: -30px;
    border: 1px solid #c40d23;
    padding: 0;
    background: none;
    font-size: 0;
    z-index: 10;
    cursor: pointer;
    border-radius: 50%;
}
.PicList002433 .main .slick-arrow:hover {
    background: #c40d23;
}
.PicList002433 .main .slick-arrow:before {
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    border-top: 2px solid #c40d23;
    border-right: 2px solid #c40d23;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    left: 50%;
    top: 50%;
    margin: -9px 0 0 -11px;
}
.PicList002433 .main .slick-arrow:hover:before {
    border-color: #fff;
}
.PicList002433 .main .slick-prev:before {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    margin-left: -5px;
}
.PicList002433 .main .slick-prev {
    left: -59px;
}
.PicList002433 .main .slick-next {
    right: -59px;
}
@media(max-width:1408px) {
    .PicList002433 .main .slick-prev {
        left: 2%;
    }
    .PicList002433 .main .slick-next {
        right: 2%;
    }
}
@media(max-width:640px) {
    .PicList002433 .main .slick-arrow {
        width: 7vw;
        height: 7vw;
        margin-top: -3.5vw;
    }
    .PicList002433 .main .slick-arrow:before {
        width: 40%;
        height: 40%;
        margin: 0;
        left: 40%;
        top: 30%;
    }
    .PicList002433 .main .slick-next:before {
        left: 20%;
    }
}
.PicList002433 .list ul {
    padding: 0 50px;
}
.PicList002433 .list li {
    float: left;
    position: relative;
    text-align: center;
    margin-bottom: 4%;
}
.PicList002433 .list li:first-child:before, .PicList002433 .list li:last-child:after {
    position: absolute;
    content: '';
    bottom: 0px;
    height: 90px;
    width: 50px;
}
.PicList002433 .list li:first-child:before {
    left: -50px;
    background: url(../images/PicList002433_ul_l.png) no-repeat 0 0;
}
.PicList002433 .list li:last-child:after {
    right: -50px;
    background: url(../images/PicList002433_ul_r.png) no-repeat 0 0;
}
.PicList002433 .list li aside {
    padding-top: 35px;
    height: 90px;
    background: url(../images/PicList002433_libg.png) repeat-x left top;
}
.PicList002433 .list li .ytable {
    height: 245px;
}
.PicList002433 .list li .ytable-cell {
    vertical-align: bottom;
}
.PicList002433 .list li figure {
    position: relative;
    display: inline-block;
    max-width: 80%;
}
.PicList002433 .list li figure:after {
    position: absolute;
    right: -24px;
    background: url(../images/PicList002433_ying.png) no-repeat left bottom;
    width: 24px;
    height: 100%;
    background-size: contain;
    content: '';
    top: 0;
}
.PicList002433 .list li figure img {
    max-height: 245px;
    padding: 8px;
    padding-top: 12px;
    background: url(../images/PicList002433_kuang.png) no-repeat;
    background-size: 100% 100%;
}
.PicList002433 .list li p {
    margin: 0 auto;
    max-width: 210px;
    width: 90%;
    line-height: 20px;
    max-height: 40px;
    color: #333;
}
.PicList002433 .list .ul-3 li {
    width: 33.33333333%;
}
.PicList002433 .list .ul-3 li:nth-child(3):after {
    position: absolute;
    content: '';
    bottom: 0px;
    height: 90px;
    width: 50px;
    right: -50px;
    background: url(../images/PicList002433_ul_r.png) no-repeat 0 0;
}
.PicList002433 .list .ul-5 li {
    width: 20%;
}
.PicList002433 .list .ul-5 li:nth-child(5):after {
    position: absolute;
    content: '';
    bottom: 0px;
    height: 90px;
    width: 50px;
    right: -50px;
    background: url(../images/PicList002433_ul_r.png) no-repeat 0 0;
}
.PicList002433 .list .ul-2 li {
    width: 50%;
}
.PicList002433 .list .ul-2 li:nth-child(2):after {
    position: absolute;
    content: '';
    bottom: 0px;
    height: 90px;
    width: 50px;
    right: -50px;
    background: url(../images/PicList002433_ul_r.png) no-repeat 0 0;
}
.PicList002433 .list .ul-2 li:nth-child(1)>* {
    padding-left: 30%;
}
.PicList002433 .list .ul-2 li:nth-child(2)>* {
    padding-right: 30%;
}
.PicList002433 .list .ul-1 li {
    width: 100%;
}
@media(max-width:640px) {
    .PicList002433 .auto, .PicList002433 .list ul {
        padding: 0;
    }
    .PicList002433 .list li p {
        font-size: 12px;
    }
    .PicList002433 .list li .ytable {
        height: 150px;
    }
    .PicList002433 .list li figure img {
        max-height: 150px;
        padding: 3px
    }
    .PicList002433 .list .ul-2 li:nth-child(1)>* {
        padding-left: 30%;
    }
    .PicList002433 .list .ul-2 li:nth-child(2)>* {
        padding-right: 30%;
    }
    .PicList002433 .list .ul-3 li:nth-child(3):after, .PicList002433 .list li:first-child:before {
        display: none;
    }
}
@media(max-width:480px) {
    .PicList002433 .list li .ytable {
        height: 100px;
    }
    .PicList002433 .list li figure img {
        max-height: 100px;
    }
}
/* .PicList000626 为demo编号 */
.PicList000626 ul {
    display: flex;
    flex-wrap: wrap;
}
.PicList000626 li {
    float: left;
    width: 20%;
    padding: 0 20px 30px;
}
.PicList000626 li a {
    display: block;
    padding-top: 64%;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff;
    box-shadow: 0 5px 25px 0 rgb(145 160 170 / 20%);
    border-radius: calc(12 / 16* 1em);
    overflow: hidden;
}
.PicList000626 li p {
    width: 100%;
    text-align: center;
    font-size: .16rem;
    color: #131313;
    margin-top: .16rem;
}
@media(max-width:768px) {
    .PicList000626 li {
        width: 33.33333333%;
    }
}
@media(max-width:480px) {
    .PicList000626 li {
        width: 50%;
    }
}
.PicList000626 {
    padding: 1.2rem 0 .4rem;
}
.RighInfo001774 .wrap {
    padding: 1rem 0;
}
.RighInfo001774 .title {
    color: #000;
    font-size: 18px;
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 0;
    margin-bottom: 30px;
}
.RighInfo001774 .list_img {
    float: left;
    width: 46%;
    position: relative;
}
.RighInfo001774 .big {
    margin-bottom: 20px;
}
.RighInfo001774 .big li figure {
    padding-bottom: 68%;
    background-size: contain;
}
.RighInfo001774 .small {}
.RighInfo001774 .small .slick-arrow {
    position: absolute;
    height: .3rem;
    top: 40%;
    width: .3rem;
    background: url(../images/icon-jt2.svg)no-repeat center;
    background-size: .3rem auto;
    z-index: 100;
    cursor: pointer;
    border: 0;
    padding: 0;
    font-size: 0;
}
.RighInfo001774 .small .slick-prev {
    left: 0;
}
.RighInfo001774 .small .slick-next {
    right: 0;
    transform: rotate(180deg)
}
.RighInfo001774 .small .slick-disabled {
    cursor: default;
    opacity: .3
}
.RighInfo001774 .small .slick-arrow span {
    font-size: 20px;
    color: #ccc;
}
.RighInfo001774 .small li {}
.RighInfo001774 .small li figure {
    margin: 0 auto;
    padding-bottom: 73%;
    background-size: contain;
    max-width: 90%;
    border-bottom: 2px solid transparent;
    position: relative
}
.RighInfo001774 .small li.slick-current figure {
    border-color: #c40d23;
}
.RighInfo001774 .small li .play {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/icon-play.svg)no-repeat center rgba(0, 0, 0, .5);
    background-size: .36rem auto;
}
.RighInfo001774 .intro {
    float: right;
    width: 46%;
    padding-top: .7rem
}
.RighInfo001774 .intro .tit1 {
    font-size: .36rem;
    color: #333;
    font-weight: bold;
    padding-bottom: .1rem;
}
.RighInfo001774 .intro .tit2 {
    font-size: .2rem;
    color: #333;
}
.RighInfo001774 .intro ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: .5rem;
    margin-top: .5rem;
    border-top: 1px solid #ebebeb;
}
.RighInfo001774 .intro ul li {
    display: flex;
    align-items: center;
    width: 48%;
    padding: .3rem 0;
}
.RighInfo001774 .intro ul li .icon {
    width: 20%;
    flex: 0 0 auto;
    margin-right: .2rem;
    text-align: center
}
.RighInfo001774 .intro ul li .icon img {
    max-height: .4rem;
    max-width: .4rem
}
.RighInfo001774 .intro ul li .txt {
    color: #333;
}
.RighInfo001774 .infobox {}
.RighInfo001774 .infobox .tab {
    background: #fafafa
}
.RighInfo001774 .infobox .tab .w1400 {
    display: flex;
    justify-content: center;
}
.RighInfo001774 .infobox .tab span {
    margin: 0 .5rem;
    color: #000;
    line-height: .7rem;
    cursor: pointer;
    font-size: .18rem;
    border-bottom: 2px solid transparent
}
.RighInfo001774 .infobox .tab span.on {
    border-color: #c40d23;
    color: #c40d23
}
.RighInfo001774 .infobox .tab span.on a {
    color: #c40d23
}
.RighInfo001774 .single .feature .box1 {
    position: relative;
}
.RighInfo001774 .single .feature .box1 .txt {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.RighInfo001774 .single .feature .box1 .txt .con {
    width: 40%;
    margin: 0 auto;
}
.RighInfo001774 .single .feature .box1 .txt .con .tit {
    font-size: .4rem;
    color: #fff;
    font-weight: bold;
}
.RighInfo001774 .single .feature .box1 .txt .con .desc {
    color: #fff;
    line-height: 1.66;
    padding-top: .3rem
}
.RighInfo001774 .single .feature .box1 .bg {
    height: 7rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}
.RighInfo001774 .single .feature .box2 {
    padding: 1rem 0 0;
}
.RighInfo001774 .single .feature .box2 .item .pic {}
.RighInfo001774 .single .feature .box2 .txt .tit {
    font-size: .4rem;
    color: #333;
    font-weight: bold;
}
.RighInfo001774 .single .feature .box2 .txt .desc {
    line-height: 1.66;
    padding-top: .3rem
}
.RighInfo001774 .single .cans {
    padding: 1.8rem 0 0
}
.RighInfo001774 .single .cans .tit {
    font-size: .4rem;
    color: #333;
    padding-bottom: .5rem
}
.RighInfo001774 .single .cans dl {
    display: flex;
    border-bottom: 1px solid #ebebeb;
    padding: .3rem 0
}
.RighInfo001774 .single .cans dl dt {
    width: 40%;
    flex: 0 0 auto;
    font-size: .2rem;
    color: #333;
}
.RighInfo001774 .single .cans dl dd {
    line-height: 1.66
}
.RighInfo001774 .single .download {
    padding: 1.8rem 0 1.5rem
}
.RighInfo001774 .single .download .tit {
    font-size: .4rem;
    color: #333;
    padding-bottom: .5rem
}
.RighInfo001774 .single .download .tit2 {
    font-size: .24rem;
    color: #333;
    padding-bottom: .1rem
}
.RighInfo001774 .single .download li {
    border-bottom: 1px solid #ebebeb;
    padding: .15rem 0;
}
.RighInfo001774 .single .download li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.RighInfo001774 .single .download li a .btn {
    width: .6rem;
    height: .3rem;
    background: url(../images/icon-down.svg)no-repeat center;
    background-size: .3rem auto;
    border-left: 1px solid #ebebeb;
    margin-left: .2rem;
    flex: 0 0 auto
}
.RighInfo001774 .single .jszc {
    padding: 0 0 1rem;
}
.RighInfo001774 .single .jszc .tit {
    font-size: .4rem;
    color: #333;
    padding-bottom: .5rem
}
.RighInfo001774 .single .jszc .desc {
    line-height: 1.66;
}
@media(min-width:1025px) {
    .RighInfo001774 .single .box2 .item {
        display: flex;
        justify-content: space-between;
        align-items: center
    }
    .RighInfo001774 .single .box2 .item:nth-child(2n) {
        flex-direction: row-reverse;
    }
    .RighInfo001774 .single .box2 .item .pic {
        width: 50%;
        flex: 0 0 auto
    }
    .RighInfo001774 .single .box2 .item .txt {
        width: 50%;
        padding: 0 5%
    }
    .RighInfo001774 .single .cans {
        width: 80%;
        margin: 0 auto
    }
    .RighInfo001774 .single .download {
        width: 80%;
        margin: 0 auto
    }
    .RighInfo001774 .single .download .flex {
        display: flex;
        justify-content: space-between;
    }
    .RighInfo001774 .single .download .flex .left {
        width: 46%;
    }
    .RighInfo001774 .single .jszc {
        width: 80%;
        margin: 0 auto
    }
}
@media(max-width:1024px) {
    .RighInfo001774 .wrap {
        padding: 50px 0;
    }
    .RighInfo001774 .list_img {
        float: none;
        width: 100%;
    }
    .RighInfo001774 .intro {
        float: none;
        width: 100%;
        padding-top: 30px
    }
    .RighInfo001774 .intro .tit1 {
        font-size: 26px;
    }
    .RighInfo001774 .intro .tit2 {
        font-size: 18px
    }
    .RighInfo001774 .intro ul li {
        width: 100%;
    }
    .RighInfo001774 .intro ul li .icon img {
        max-width: 40px;
        max-height: 40px
    }
    .RighInfo001774 .infobox .tab span {
        font-size: 18px;
        line-height: 60px
    }
    .RighInfo001774 .single .feature .box1 .txt .con {
        width: 90%
    }
    .RighInfo001774 .single .feature .box1 .bg {
        height: 300px
    }
    .RighInfo001774 .single .feature .box2 .item:not(:last-child) {
        margin-bottom: 50px
    }
    .RighInfo001774 .single .feature .box2 .item .txt {
        margin-top: 30px
    }
    .RighInfo001774 .single .cans {
        padding: 50px 0
    }
    .RighInfo001774 .single .cans dl dt {
        font-size: 18px
    }
    .RighInfo001774 .single .download .tit {
        padding-bottom: 0
    }
    .RighInfo001774 .single .download .tit2 {
        font-size: 20px;
        margin-top: 30px
    }
    .RighInfo001774 .single .download li {
        padding: 10px 0
    }
    .RighInfo001774 .single .download li a .btn {
        width: 50px;
        height: 30px;
        background-size: 20px auto;
    }
}
.team {
    padding: 1.2rem 0;
}
.team .home_title {
    margin-bottom: .5rem;
}
.team .home_title.center .cn {
    text-align: left;
}
.team .home_title.center .cn::before {
    left: 0;
    margin-left: 0;
}
.team .left .desc {
    line-height: 2;
    color: #333;
}
.team .flex .right .pic {
    overflow: hidden
}
.team .flex .right .pic img {
    transition: 0.3s;
}
.team .flex .right .pic:hover img {
    transform: scale(1.12);
}
@media(min-width:1025px) {
    .team .flex {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .team .flex .left {
        width: 45%;
        flex: 0 0 auto
    }
    .team .flex .right {
        width: 50%;
    }
}
@media(max-width:1024px) {
    .team {
        padding: 50px 0;
    }
    .team .flex .right {
        margin-top: 30px
    }
}
.hrList {
    padding: 1rem 0 .5rem;
}
.hrList .item {
    padding: 2.083vw;
    background-color: #f7f8f8;
    margin-bottom: 0.2rem;
    cursor: pointer;
}
.hrList .item .title {
    cursor: pointer;
    position: relative;
    margin-bottom: 0.11rem;
    font-size: .2rem
}
.hrList .item .title:After {
    right: 0;
    top: 0;
    position: absolute;
    content: "";
    background: url(../images/arr_bottom.svg) no-repeat center center/contain;
    width: 0.16rem;
    height: 100%;
    transition: all 0.5s;
    opacity: 0.5;
}
.hrList .item .hot {
    display: inline-block;
    line-height: 24px;
    color: #c40d23;
    padding-left: 5px;
    text-align: center;
    background: url(../images/hotbg.svg) no-repeat 0px center/contain;
    width: 46px;
    vertical-align: middle;
    margin: -3px 0 0 0.12rem;
}
.hrList .item .desc {
    color: #7a7e8c;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px
}
.hrList .item .desc dd:not(:last-child) {
    position: relative;
    margin-right: 0.34rem;
}
.hrList .item .desc dd:not(:last-child):after {
    right: -0.17rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    content: "";
    position: absolute;
    height: 0.16rem;
    background-color: #e5e6e8;
}
.hrList .item .detail {
    padding-top: 0.44rem;
    margin-top: 0.3rem;
    border-top: 1px solid #f1f2f3;
    display: none;
}
.hrList .item .detail .text {
    color: #7a7e8c;
    margin-bottom: 0.3rem;
    line-height: 2
}
.hrList .item .detail .sti {
    margin-bottom: 0.15rem;
    font-size: .18rem;
    color: #000822
}
.hrList .item .detail .apply {
    display: inline-block;
    text-align: center;
    min-width: 1.6rem;
    line-height: 0.4rem;
    padding: 0.05rem 0.15rem;
    border-radius: 0.5rem;
    border: 1px solid var(--red-color);
    color: var(--red-color);
}
.hrList .item .detail .apply:hover {
    background-color: var(--red-color);
    color: #fff;
}
.hrList .item.on, .hrList .item:hover {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
}
.hrList .item .detail .mailbox {
    font-size: .18rem;
    color: #131313;
}
.hrList .item.on .title {
    color: #c40d23;
}
.hrList .item.on .title:after {
    opacity: 1;
    transform: rotate(-180deg);
}
@media(max-width:1024px) {
    .hrList {
        padding: 50px 0 20px;
    }
    .hrList .item {
        padding: 20px;
    }
    .hrList .item .title {
        font-size: 20px
    }
    .hrList .item .title:After {
        width: 16px;
    }
    .hrList .item .detail .sti {
        margin-bottom: 15px;
        font-size: 18px;
    }
}
.Floor002619_video {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.Floor002619_video .close {
    cursor: pointer;
    position: absolute;
    right: 5%;
    top: 5%;
    width: 40px;
    height: 40px;
}
.Floor002619_video .close::before, .Floor002619_video .close::after {
    position: absolute;
    content: '';
    transform: rotate(-45deg);
    width: 100%;
    height: 3px;
    background: #fff;
    top: 20px
}
.Floor002619_video .close::after {
    transform: rotate(45deg);
}
.Floor002619_video .ytable {
    height: 100%;
}
.Floor002619_video .files {
    margin: 0 auto;
    width: 96%;
    max-width: 1000px;
    max-height: 80%;
}
.Floor002619_video .files video {
    background: #000;
}
.app_list {
    padding: 1rem 0;
    position: relative;
    z-index: 2;
}
.app_list .item {
    padding-bottom: 3%;
}
.app_list .item a {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    display: block;
}
.app_list .item .txt {
    position: relative;
    z-index: 3
}
.app_list .item .tit {
    font-size: .24rem;
    color: #333;
    z-index: 2;
    font-weight: 600;
    padding-bottom: .2rem;
    text-align: center;
    line-height: 1.35em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.app_list .item .desc {
    color: #999;
    line-height: 1.66;
    /*height: 3.32em; */
    display: -webkit-box;
    -webkit-box-align: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.app_list .item .pic {
    padding-bottom: 64%;
    position: relative;
    overflow: hidden;
    margin-bottom: 0.2rem;
}
.app_list .item .pic img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: 1;
    transition: 0.3s;
}
.app_list .item:hover .pic img {
    transform: scale(1.12);
}
.app_list .item .pic::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    background: linear-gradient(to bottom, rgba(57, 67, 78, 0.95) 0%, rgba(0, 0, 0, 0) 82%, rgba(0, 0, 0, 0) 100%);
    display: none
}
@media(min-width:1025px) {
    .app_list .list {
        display: flex;
        flex-wrap: wrap;
        width: 102%;
    }
    .app_list .item {
        width: 33.333%;
        padding: 0 2% 3% 0;
    }
}
@media(max-width:1024px) {
    .app_list .item .tit {
        font-size: 18px;
    }
}