@charset 'utf-8';
body {
    min-width: 320px;
    font-size: .16rem;
    color: #333;
    background: #fff;
    overflow-y: scroll
}

a {
    color: #999;
    transition: color .2s
}

::-webkit-scrollbar-track-piece {
    background-color: #f1f1f1
}

::-webkit-scrollbar-thumb {
    background-color: #c1c1c1
}

::-webkit-scrollbar-thumb:hover {
    background-color: #a8a8a8
}

::-webkit-selection {
    background: rgba(28, 137, 233, .25)
}

::-moz-selection {
    background: rgba(28, 137, 233, .25)
}

::selection {
    background: rgba(28, 137, 233, .25)
}

.lazyload,
.lazyloading {
    opacity: 0
}

.lazyloaded {
    opacity: 1;
    transition: opacity 1s cubic-bezier(.7, 0, .3, 1)
}

body {
    display: flex
}

body>.wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100vh
}

body #main {
    flex: auto;
    width: 100%
}

[fullpage] {
    overflow: hidden
}

#loading {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000
}

.la-ball-triangle-path {
    display: block;
    width: 32px;
    height: 32px;
    font-size: 0;
    color: #fff;
    opacity: .25
}

.la-ball-triangle-path,
.la-ball-triangle-path>div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.la-ball-triangle-path>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 100%
}

.la-ball-triangle-path>div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor
}

.la-ball-triangle-path>div:nth-child(1) {
    animation: ball-triangle-path-ball-one 2s 0s ease-in-out infinite
}

.la-ball-triangle-path>div:nth-child(2) {
    animation: ball-triangle-path-ball-two 2s 0s ease-in-out infinite
}

.la-ball-triangle-path>div:nth-child(3) {
    animation: ball-triangle-path-ball-tree 2s 0s ease-in-out infinite
}

@keyframes ball-triangle-path-ball-one {
    0% {
        transform: translate(0, 220%)
    }
    17% {
        opacity: .25
    }
    33% {
        opacity: 1;
        transform: translate(110%, 0)
    }
    50% {
        opacity: .25
    }
    66% {
        opacity: 1;
        transform: translate(220%, 220%)
    }
    83% {
        opacity: .25
    }
    100% {
        opacity: 1;
        transform: translate(0, 220%)
    }
}

@keyframes ball-triangle-path-ball-two {
    0% {
        transform: translate(110%, 0)
    }
    17% {
        opacity: .25
    }
    33% {
        opacity: 1;
        transform: translate(220%, 220%)
    }
    50% {
        opacity: .25
    }
    66% {
        opacity: 1;
        transform: translate(0, 220%)
    }
    83% {
        opacity: .25
    }
    100% {
        opacity: 1;
        transform: translate(110%, 0)
    }
}

@keyframes ball-triangle-path-ball-tree {
    0% {
        transform: translate(220%, 220%)
    }
    17% {
        opacity: .25
    }
    33% {
        opacity: 1;
        transform: translate(0, 220%)
    }
    50% {
        opacity: .25
    }
    66% {
        opacity: 1;
        transform: translate(110%, 0)
    }
    83% {
        opacity: .25
    }
    100% {
        opacity: 1;
        transform: translate(220%, 220%)
    }
}

.fancybox-container .fancybox-progress {
    background: #39f
}

.fancybox-container .fancybox-bg {
    background: #000
}

.fancybox-container.fancybox-is-open .fancybox-bg {
    opacity: .75
}

#wechat-QRcode,
#wechat-QRcode2,
#wechat-QRcode3 {
    display: none;
    background: rgba(0, 0, 0, .70)
}

#wechat-QRcode p,
#wechat-QRcode2 p,
#wechat-QRcode3 p {
    margin-top: .2rem;
    line-height: 2;
    font-size: .2rem;
    text-align: center;
    color: #fff;
}

@media screen and (min-width:751px) {
     ::-webkit-scrollbar {
        width: 10px;
        height: 10px
    }
    [pc="hide"] {
        display: none
    }
    #header {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 10vh
    }
    #header .top-bar {
        position: fixed;
        z-index: 100;
        top: 0;
        left: 0;
        right: 0;
        height: 10vh;
        background: rgba(0, 0, 0, .4)
    }
    .top-bar>.wrap {
        display: flex;
        margin-left: auto;
        margin-right: auto;
        padding: 0 3.90625vw;
        width: 100%;
        height: 10vh
    }
    .top-box {
        flex: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-right: 3.90625vw;
        height: 100%;
    }
    .top-box .logo {
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%;
    }
    .top-box .logo>a {
        display: flex;
        align-items: center;
        height: 100%;
    }
    .top-box .logo img {
        max-height: 100%;
    }
    .top-nav {
        flex-shrink: 0;
        padding-top: 0;
        text-align: right
    }
    .top-nav .nav {
        display: inline-block;
        vertical-align: top
    }
    .top-nav .fir-ul {
        display: flex;
        justify-content: space-between;
        align-items: center
    }
    .top-nav .fir-li .u-a {
        padding: 0 .9765625vw;
        line-height: 100px;
        font-size: 20px;
        color: #fff
    }
    .top-nav .fir-li .u-a:hover,
    .top-nav .hover .u-a,
    .top-nav .current .u-a {
        color: #ff2436
    }
    .top-nav .sec-box {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: rgba(44, 44, 44, .41);
        opacity: 0;
        transition: opacity .4s
    }
    .top-nav .sec-ul {
        margin-left: 55.78125vw;
        line-height: 0;
        font-size: 0;
        text-align: left
    }
    .top-nav .sec-ul.topnavm1 {
        margin-left: 58.5vw;
    }
    .top-nav .sec-ul.topnavm2 {
        margin-left: 66vw;
    }
    .top-nav .sec-ul.topnavm3 {
        margin-left: 0;
        margin-right: 10vw;
        line-height: 0;
        font-size: 0;
        text-align: right
    }
    .top-nav .sec-ul.topnavm4 {
        margin-left: 80vw;
    }
    .top-nav .sec-ul li {
        position: relative;
        zoom: 1;
        display: inline-block;
        vertical-align: top;
        margin-left: .78125vw;
        padding: .3125vh .46875vw 2px;
        line-height: 7vh;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: .18rem
    }
    .top-nav .sec-ul li:first-child {
        margin-left: 0
    }
    .top-nav .sec-ul a {
        color: #fff
    }
    .top-nav .sec-ul a:after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 0;
        height: 2px;
        background: #e62129;
        transition: left .4s, width .4s
    }
    .top-nav .sec-ul a:hover:after {
        left: 0;
        width: 100%
    }
    .top-nav .hover .sec-box {
        opacity: 1
    }
    .top-search {
        flex-shrink: 0;
        margin-left: .9765625vw;
        padding-top: .875vh;
        width: .8984375vw
    }
    .top-search .search-btn {
        display: block;
        height: 100%;
        background: url(../images/ico-search.png) center / contain no-repeat;
        opacity: .6;
        transition: opacity .4s
    }
    .top-search .search-btn:hover {
        opacity: 1
    }
    .top-search .search-layer {
        position: absolute;
        z-index: 50;
        left: 0;
        top: -100%;
        padding: 0 3.90625vw;
        width: 100%;
        height: 5.625vh;
        overflow: hidden;
        background: #1f1f1f;
        opacity: 0;
        transition: top .6s cubic-bezier(.7, 0, .3, 1), opacity .6s cubic-bezier(.7, 0, .3, 1)
    }
    .top-search .search-layer>.area {
        position: relative;
        height: 100%
    }
    .top-search .search-layer .text {
        padding: 0 1.71875vw;
        width: 100%;
        height: 5.625vh;
        line-height: 5.625vh;
        font-size: .25rem;
        color: #fff;
        border: 0 none;
        background: url(../images/ico-search.png) 0 center / .23rem .25rem no-repeat
    }
    .top-search .search-layer .close {
        position: absolute;
        top: 0;
        right: 3.90625vw;
        width: .24rem;
        height: 5.625vh;
        background: url(../images/ico-close.png) center / .24rem no-repeat
    }
    #header[search="show"] .search-layer {
        top: 0;
        opacity: 1
    }
    .swiper-fullpage {
        height: 100vh
    }
    .swiper-fullpage>.swiper-wrapper>.swiper-slide {
        box-sizing: border-box
    }
    .swiper-fullpage-pagination {
        position: fixed;
        z-index: 10;
        right: 1.3671875vw;
        top: 50%;
        bottom: auto;
        transform: translateY(-50%);
        line-height: 0;
        font-size: 0;
        text-align: center
    }
    .swiper-fullpage-pagination .swiper-pagination-bullet {
        display: block;
        margin: 1.5vh 0;
        width: auto;
        height: auto;
        text-align: right;
        background: 0;
        opacity: 1;
        border-radius: 0;
        outline: 0
    }
    .swiper-fullpage-pagination .swiper-pagination-bullet:before {
        content: "";
        display: inline-block;
        vertical-align: top;
        width: 16px;
        height: 3px;
        overflow: hidden;
        background: #393939;
        transition: width .4s, background .4s
    }
    .swiper-fullpage-pagination .swiper-pagination-bullet-active:before {
        width: 32px;
        background: #e62129
    }
    .cybanner {
        background: #0f0f0f
    }
    .cybanner img {
        width: 100vw;
        height: 200px;
        object-fit: contain
    }
    .swiper-banner {
        background: #0f0f0f
    }
    .swiper-banner a {
        display: block
    }
    .swiper-banner img {
        width: 100vw;
        height: 100vh;
        object-fit: contain
    }
    .swiper-banner video {
        width: 100%;
        height: 100%;
        object-fit: contain
    }
    .swiper-banner .swiper-slide {
        width: 100vw;
        height: 100vh;
        overflow: hidden
    }
    .banner {
        height: 100%;
    }
    .section1 video {
        width: 100%;
        height: 100%;
        height: 100vh;
        object-fit: cover;
    }
    .banner .swiper-slide {
        overflow: hidden;
    }
    .banner a {
        display: block;
        height: 100%;
        width: 100%;
        position: relative;
    }
    .banner a img {
        min-height: 100%;
        min-width: 100%;
        display: block;
    }
    .banner .swiper-pagination-bullet {
        border-radius: 0;
        width: 70px;
        height: 3px;
        background: #fff;
        margin: 0 10px;
        opacity: 0.6;
    }
    .banner .swiper-pagination-bullet-active {
        opacity: 0.9 !important;
    }
    .banner.banner4 .swiper-pagination {
        bottom: 60px;
    }
    .banner.banner4 .swiper-pagination-bullet {
        width: 80px;
        height: 4px;
        background: #fff;
        border-radius: 0;
        opacity: 0.5;
    }
    .banner4 .swiper-pagination-bullet-active {
        background: #cc0005;
    }
    .swiper-banner-pagination {
        position: absolute;
        z-index: 10;
        left: 50%;
        bottom: 9.6875%;
        transform: translateX(-50%);
        line-height: 0;
        font-size: 0;
        text-align: center
    }
    .swiper-banner-pagination .swiper-pagination-bullet {
        vertical-align: top;
        margin: 0 .78125vw;
        width: .2rem;
        height: .2rem;
        border: solid .02rem #fff;
        background: 0;
        opacity: 1;
        outline: 0;
        box-sizing: border-box;
        transition: border-color .4s, background .4s
    }
    .swiper-banner-pagination .swiper-pagination-bullet-active {
        border-color: #e62129;
        background: #e62129;
        opacity: 1
    }
    .m-more {
        position: relative;
        zoom: 1;
        display: inline-block;
        vertical-align: top;
        padding-right: .546875vw;
        line-height: 2.375vh;
        font-size: .2rem;
        color: #e62129
    }
    .m-more:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: .1875vh;
        overflow: hidden;
        background: #e62129
    }
    .m-product .recommend {
        display: flex;
        height: 40.25vh
    }
    .m-product .recommend li {
        flex: 1
    }
    .m-product .recommend .u-box {
        position: relative;
        zoom: 1;
        padding-top: 5.625vh;
        height: 100%;
        color: #fff;
        background: #1f1f1f;
        transition: filter .6s
    }
    .m-product .recommend .u-box a {
        position: absolute;
        z-index: 10;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        font-size: 0;
        background: #fff;
        filter: alpha(opacity=0);
        opacity: 0
    }
    .m-product .recommend .u-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        transition: transform .5s .1s
    }
    .m-product .recommend .u-img img {
        position: absolute;
        bottom: 0;
        right: 0;
        width: auto;
        height: auto;
        max-height: 100%
    }
    .m-product .recommend .u-con {
        position: relative;
        padding: 4.375vh 0 0 3.90625vw;
        width: 50%;
        transition: transform .5s
    }
    .m-product .recommend .name {
        line-height: 4.5vh;
        font-size: .52rem;
        font-weight: normal;
        color: #fff;
    }
    .m-product .recommend .name2 {
        line-height: 4.5vh;
        font-size: 26px;
        font-weight: normal;
        color: #fff;
    }
    .m-product .recommend .content {
        margin-top: 2.5vh;
        line-height: 3vh;
        font-size: .28rem
    }
    .m-product .recommend .content p {
        color: #fff;
        line-height: 3vh;
        font-size: .28rem
    }
    .m-product .recommend .arrow {
        display: block;
        margin-top: 5.625vh;
        line-height: 1;
        font-size: .5rem;
        font-family: "SimSun";
        color: #fff;
    }
    .m-product .recommend .u-box:hover {
        filter: brightness(1.1)
    }
    .m-product .recommend .u-box:hover .u-img,
    .m-product .recommend .u-box:hover .u-con {
        transform: translateX(.2rem)
    }
    .m-product .recommend li:first-child .u-box {
        background: #e62129
    }
    .m-product .listBox {
        display: flex;
        height: 59.75vh
    }
    .m-product .title {
        flex-shrink: 0;
        padding: 9.375vh 3.90625vw 0;
        width: 21.875vw
    }
    .m-product .title .u-name {
        position: relative;
        zoom: 1;
        padding: 4.75vh 0 2.25vh
    }
    .m-product .title .u-name:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: -3.90625vw;
        width: 7.8125vw;
        height: .1875vh;
        overflow: hidden;
        background: #e62129
    }
    .m-product .title .u-name h2,
    .m-product .title .u-name p {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .m-product .title .u-name h2 {
        line-height: 4.5vh;
        font-size: .52rem;
        font-weight: normal;
        color: #333
    }
    .m-product .title .u-name p {
        line-height: 2.875vh;
        font-size: .26rem;
        color: #666
    }
    .m-product .title .u-con {
        margin-top: 3vh;
        line-height: 3.75vh;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        font-size: .24rem;
        color: #666
    }
    .m-product .m-more {
        margin-top: 10.625vh
    }
    .m-cpnm {
        position: relative;
        zoom: 1;
        display: inline-block;
        vertical-align: top;
        padding: 10px 20px;
        line-height: 1.7;
        font-size: 20px;
        color: #333;
        border: solid 1px #333;
        margin-right: 20px;
        border-radius: 10px;
    }
    .m-cpnm:hover {
        color: #fff;
        border: solid 1px #e62129;
        background: #e62129
    }
    .incpnm {
        margin-top: 3vh;
        line-height: 3.75vh;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        font-size: .26rem;
        color: #666
    }
    .swiper-product {
        position: relative;
        zoom: 1;
        padding-right: 3.4375vw;
        width: 78.125vw
    }
    .swiper-product .swiper-slide {
        padding-top: 2vh
    }
    .swiper-product .u-box {
        position: relative;
        zoom: 1;
        height: 50.375vh;
        text-align: center
    }
    .swiper-product .u-box:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: -9.375vh;
        bottom: 0;
        left: 0;
        right: 0;
        background: #1f1f1f;
        opacity: 0;
        transition: top .4s, opacity .4s
    }
    .swiper-product .u-box .more2 {
        position: absolute;
        z-index: 10;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        font-size: 0;
        background: #fff;
        filter: alpha(opacity=0);
        opacity: 0
    }
    .swiper-product .u-img {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 28vh
    }
    .swiper-product .u-img img {
        width: auto;
        height: auto;
        max-height: 100%
    }
    .swiper-product .u-con {
        margin-top: 2.5vh;
        padding: 0 1.40625vw
    }
    .swiper-product .name {
        line-height: 2.5vh;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: .3rem;
        font-weight: normal;
        color: #333
    }
    .swiper-product .content {
        margin-top: 1.5vh;
        line-height: 2.25vh;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: .2rem
    }
    .swiper-product .more {
        display: block;
        margin: 3.125vh auto 0;
        width: 39.2857%;
        line-height: 3.375vh;
        font-size: .2rem;
        color: #e62129;
        background: #e62129;
        opacity: 0;
        transform: translateY(50%);
        transition: opacity .4s, transform .4s
    }
    .swiper-product .u-box:hover .name,
    .swiper-product .u-box:hover .content {
        color: #fff;
    }
    .swiper-product .u-box:hover:before {
        top: 0;
        opacity: 1
    }
    .swiper-product .u-box:hover .more {
        opacity: 1;
        transform: none;
        color: #fff;
    }
    .swiper-product-button-next {
        position: absolute;
        top: 0;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 3.4375vw;
        height: 100%;
        font-size: .76rem;
        font-family: "SimSun";
        color: #e62129;
        cursor: pointer;
        outline: 0;
        transition: padding-left .4s
    }
    .swiper-product-button-prev {
        position: absolute;
        top: 0;
        left: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 3.4375vw;
        height: 100%;
        font-size: .76rem;
        font-family: "SimSun";
        color: #e62129;
        cursor: pointer;
        outline: 0;
        transition: padding-left .4s;
        margin-left: -80px;
    }
    .swiper-product-button-next:hover {
        padding-left: .1rem
    }
    .swiper-product-button-prev:hover {
        padding-left: .1rem
    }
    .swiper-advantage {
        position: relative;
        zoom: 1;
        padding-top: 5.625vh;
        height: 31.625vh;
        border-bottom: solid 1px #252525
    }
    .swiper-advantage .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 26vh
    }
    .swiper-advantage .u-box {
        position: relative;
        zoom: 1;
        padding-bottom: 1.25vh;
        text-align: center;
        color: #fff
    }
    .swiper-advantage .u-box a {
        position: absolute;
        z-index: 10;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        font-size: 0;
        background: #fff;
        filter: alpha(opacity=0);
        opacity: 0
    }
    .swiper-advantage .ico {
        display: block;
        height: 7.25vh
    }
    .swiper-advantage .ico img {
        height: 100%
    }
    .swiper-advantage .u-name {
        margin: 1.625vh 0;
        line-height: 2.75vh;
        font-size: .3rem;
        font-weight: normal;
        color: #333;
    }
    .swiper-advantage .u-con {
        line-height: : ;
        font-size: 16px;
        opacity: .75;
        color: #333;
    }
    .m-application {
        display: flex
    }
    .swiper-application {
        width: 85.9375vw;
        height: 100%
    }
    .swiper-application .swiper-wrapper {
        height: 68.375vh
    }
    .swiper-application .swiper-slide {
        display: flex;
        align-items: center;
        padding-left: 3.828125vw;
        box-sizing: border-box
    }
    .swiper-application .u-box {
        position: relative;
        zoom: 1;
        display: flex;
        align-items: center;
        padding: 5.625vh 3.90625vw;
        width: 100%;
        height: 53.375vh
    }
    .swiper-application .u-img {
        position: relative;
        zoom: 1;
        margin-right: 6.25vw;
        width: 42.109375vw;
        height: 42.125vh;
        flex-shrink: 0
    }
    .swiper-application .u-img:before {
        content: "";
        position: absolute;
        bottom: -1.25vh;
        left: -.78125vw;
        width: 10.9375vw;
        height: 14.125vh;
        background: #e62129
    }
    .swiper-application .u-img .img {
        position: relative;
        z-index: 5;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        overflow: hidden;
        background: #000;
        box-shadow: 0 .07rem .09rem rgba(0, 0, 0, .35)
    }
    .swiper-application .u-con {
        flex: 1
    }
    .swiper-application .name {
        position: relative;
        zoom: 1;
        padding: .75vh 0 2.25vh
    }
    .swiper-application .name:before {
        content: "";
        position: absolute;
        left: -6.25vw;
        bottom: 0;
        width: 12.5vw;
        height: .1875vh;
        background: #e62129
    }
    .swiper-application .name h4 {
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 36px;
        font-weight: normal;
        color: #333
    }
    .swiper-application .name p {
        line-height: 2.875vh;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 26px;
        color: #666
    }
    .swiper-application .content {
        margin-top: 3vh;
        line-height: 3.75vh;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        font-size: .26rem;
        color: #333
    }
    .swiper-application .m-more {
        margin-top: 10.375vh
    }
    .swiper-application-menu {
        width: 14.0625vw;
        height: 73.375vh;
        border-left: solid 1px #363636;
    }
    .swiper-application-menu .swiper-container,
    .swiper-application-menu .swiper-wrapper {
        height: 100%
    }
    .swiper-application-menu .swiper-slide {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: background .4s;
    }
    .swiper-application-menu .swiper-slide:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        bottom: 0px;
        background: #363636;
    }
    .swiper-application-menu .swiper-slide:last-child {
        border: 0
    }
    .swiper-application-menu .u-name {
        width: 100%;
        text-align: center
    }
    .swiper-application-menu .u-name h4 {
        line-height: 2.75vh;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 20px;
        font-weight: normal;
    }
    .swiper-application-menu .u-name p {
        line-height: 2.25vh;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 14px;
        color: #333;
        transition: color .4s
    }
    .swiper-application-menu .swiper-slide:hover {
        background: #e62129;
    }
    .swiper-application-menu .u-name:hover p,
    .swiper-application-menu .u-name:hover h4 {
        color: #fff;
    }
    .swiper-application-menu .swiper-slide-thumb-active {
        background: #e62129;
        color: #fff;
    }
    .swiper-application-menu .swiper-slide-thumb-active .u-name h4 {
        color: #fff;
    }
    .swiper-application-menu .swiper-slide-thumb-active .u-name p {
        color: #fff
    }
    .swiper-application-menu[button="show"] .swiper-container {
        height: 80%
    }
    .swiper-application-menu[button="show"] .swiper-slide {
        flex: none
    }
    .swiper-application-menu[button="show"] .swiper-application-button-next {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 15%;
        border-top: solid 1px #363636;
        border-right: solid 1px #363636;
        cursor: pointer;
        outline: 0;
    }
    .swiper-application-menu[button="show"] .swiper-application-button-next:hover {
        background: #ff0000;
    }
    .swiper-application-menu[button="show"] .swiper-application-button-next:hover:before {
        color: #fff;
    }
    .swiper-application-menu[button="show"] .swiper-application-button-next:before {
        content: ">";
        font-size: .76rem;
        font-family: "SimSun";
        color: #999;
        transform: rotate(90deg)
    }
    .m-about {
        display: flex;
        height: 100%
    }
    .swiper-application-menu[button="show"] .swiper-application-button-prev {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 15%;
        border-top: solid 1px #363636;
        cursor: pointer;
        outline: 0;
        width: 50%;
        float: right;
    }
    .swiper-application-menu[button="show"] .swiper-application-button-prev:before {
        content: "<";
        font-size: .76rem;
        font-family: "SimSun";
        color: #999;
        transform: rotate(90deg)
    }
    .m-about {
        display: flex;
        height: 100%
    }
    .swiper-application-menu[button="show"] .swiper-application-button-prev:hover {
        background: #ff0000;
    }
    .swiper-application-menu[button="show"] .swiper-application-button-prev:hover:before {
        color: #fff;
    }
    .m-about .conBox {
        position: relative;
        zoom: 1;
        width: 50%;
        height: 100%;
        padding: 0 3.90625vw 15vh
    }
    .m-about .conBox .title {
        position: relative;
        zoom: 1;
        padding: 16.25vh 0 2.25vh;
    }
    .m-about .conBox .title:before {
        content: "";
        position: absolute;
        left: -6.25vw;
        bottom: 0;
        width: 12.5vw;
        height: .1875vh;
        background: #e62129
    }
    .m-about .conBox .title h2 {
        line-height: 4.5vh;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: .52rem;
        font-weight: normal;
        color: #333
    }
    .m-about .conBox .title p {
        line-height: 2.875vh;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: .26rem;
        color: #666
    }
    .m-about .conBox .u-con {
        padding: 4.75vh 0 5.875vh;
        line-height: 3.75vh
    }
    .m-about .conBox .name {
        margin-bottom: 1.375vh;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: .36rem;
        font-weight: normal;
        color: #333
    }
    .m-about .conBox .content {
        line-height: 1.7;
        overflow: hidden;
        display: -webkit-box;
        /*-webkit-line-clamp:9;*/
        -webkit-box-orient: vertical;
        font-size: .26rem;
        color: #333
    }
    .inaboutys {
        margin: 5vh auto;
        padding-bottom: 40px;
    }
    .pinpai_con4_div {
        text-align: center;
        margin-top: 10px;
    }
    .pinpai_con4_div_left {
        display: inline-block;
        vertical-align: middle;
        text-align: right;
    }
    .pinpai_con4_div_right {
        display: inline-block;
        vertical-align: middle;
        text-align: left;
    }
    .pinpai_con4_div_right span {
        font-size: 16px;
        display: block;
        text-align: center;
        color: #333;
        margin-top: 10px;
    }
    .pinpai_con4_div_right img {
        width: 120px;
    }
    .inaboutys li {
        float: left;
        transition: ease-in-out .2s;
    }
    .inaboutys li:nth-child(1) {
        width: 28%;
    }
    .inaboutys li:nth-child(2) {
        width: 33%;
    }
    .inaboutys li:nth-child(3) {
        width: 39%;
    }
    .inaboutys li:nth-child(3) p {
        text-align: right;
    }
    .inaboutys li h3 {
        font-size: 14px;
        color: #000;
        padding-top: 0px;
        font-weight: 100;
    }
    .inaboutys li h3 b {
        font-size: 60px;
        font-weight: 100;
        padding-right: 5px;
        text-align: left;
    }
    .inaboutys li p {
        text-align: left;
        font-size: 24px;
        color: #000;
        margin-top: -40px;
    }
    .inaboutys li span {
        text-align: left;
        font-size: 24px;
        color: #000;
        margin-top: -90px;
        float: left;
        padding-left: 46%;
    }
    .inaboutys li:nth-child(1) p {
        padding-left: 100px;
    }
    .inaboutys li:nth-child(2) p {
        padding-left: 130px;
    }
    .inaboutys li:nth-child(3) p {
        padding-left: 120px;
    }
    .inaboutys li:hover {
        margin-top: 10px;
    }
    .swiper-about {
        width: 50%
    }
    .m-map {
        display: flex;
        height: 100vh;
        background: url(../images/map.jpg) no-repeat center center;
        background-size: cover;
    }
    .m-map .conBox {
        position: relative;
        zoom: 1;
        width: 100%;
        height: 100%;
        padding: 0 3.90625vw 15vh
    }
    .m-map .conBox .title {
        position: relative;
        zoom: 1;
        padding: 16.25vh 0 2.25vh
    }
    .m-map .conBox .title:before {
        content: "";
        position: absolute;
        left: -6.25vw;
        bottom: 0;
        width: 12.5vw;
        height: .1875vh;
        background: #e62129
    }
    .m-map .conBox .title h2 {
        line-height: 4.5vh;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: .52rem;
        font-weight: normal;
        color: #e62129
    }
    .m-map .conBox .title p {
        line-height: 2.875vh;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: .26rem;
        color: #666
    }
    .swiper-about .swiper-slide .u-img {
        display: flex;
        justify-content: center;
        align-items: center;
        float: left;
        width: 50%;
        height: 50vh;
        overflow: hidden
    }
    .swiper-about .swiper-slide .u-img>.jqthumb {
        transition: transform .5s
    }
    .swiper-about .swiper-slide .u-img:first-child {
        width: 100%
    }
    .swiper-about .swiper-slide .u-img:nth-child(1)>.jqthumb {
        transform: translateX(100%)
    }
    .swiper-about .swiper-slide .u-img:nth-child(2)>.jqthumb {
        transform: translateY(-100%)
    }
    .swiper-about .swiper-slide .u-img:nth-child(3)>.jqthumb {
        transform: translateX(-100%)
    }
    .swiper-about .swiper-slide-next .u-img:nth-child(1)>.jqthumb {
        transform: translateX(-100%)
    }
    .swiper-about .swiper-slide-next .u-img:nth-child(2)>.jqthumb {
        transform: translateY(100%)
    }
    .swiper-about .swiper-slide-next .u-img:nth-child(3)>.jqthumb {
        transform: translateX(100%)
    }
    .swiper-about .swiper-slide-active .u-img:nth-child(1)>.jqthumb {
        transform: translateX(0)
    }
    .swiper-about .swiper-slide-active .u-img:nth-child(2)>.jqthumb {
        transform: translateY(0)
    }
    .swiper-about .swiper-slide-active .u-img:nth-child(3)>.jqthumb {
        transform: translateX(0)
    }
    .swiper-about-button {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 15vh;
        text-align: right;
        border-top: solid 1px #363636
    }
    .swiper-about-button>div {
        display: inline-block;
        vertical-align: top;
        margin-left: .78125vw;
        width: 4.296875vw;
        height: 100%;
        line-height: 15vh;
        font-size: .76rem;
        font-family: "SimSun";
        text-align: center;
        color: #999;
        cursor: pointer;
        outline: 0;
        transition: color .4s, opacity .4s
    }
    .swiper-about-button>div:hover {
        color: #e62129
    }
    .swiper-about-button>div.swiper-button-disabled {
        color: #999;
        opacity: .25;
        pointer-events: none
    }
    .m-news {
        display: flex;
        height: 100%
    }
    .m-news .videoBox,
    .m-news .listBox {
        width: 50%
    }
    .m-news .videoBox {
        padding: 0 3.90625vw;
        background: #1f1f1f
    }
    .m-news .videoBox .title {
        position: relative;
        zoom: 1;
        padding: 8.75vh 0 2.25vh
    }
    .m-news .videoBox .title:before {
        content: "";
        position: absolute;
        left: -6.25vw;
        bottom: 0;
        width: 12.5vw;
        height: .1875vh;
        background: #e62129
    }
    .m-news .videoBox .title h2 {
        line-height: 4.5vh;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: .52rem;
        font-weight: normal;
        color: #fff
    }
    .m-news .videoBox .title p {
        line-height: 2.875vh;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: .26rem;
        color: #666
    }
    .m-news .video {
        position: relative;
        zoom: 1;
        margin-top: 4.75vh
    }
    .m-news .video a {
        position: absolute;
        z-index: 10;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        font-size: 0
    }
    .m-news .video .u-name {
        margin-bottom: 1.375vh;
        line-height: 3.75vh;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: .36rem;
        font-weight: normal;
        color: #fff
    }
    .m-news .video .u-con {
        margin-bottom: 6.5625vh;
        line-height: 3.75vh;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: .26rem;
        color: #ccc
    }
    .m-news .video .u-img {
        position: relative;
        zoom: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 6.875vh;
        height: 42.125vh;
        overflow: hidden
    }
    .m-news .video .u-img img {
        width: auto;
        height: auto
    }
    /*.m-news .video .u-img:before{content:"";position:absolute;z-index:5;top:50%;left:50%;width:0;height:0;overflow:hidden;border-width:.54rem 0 .54rem .94rem;border-style:solid;border-color:transparent transparent transparent #fff;transform:translate(-50%,-50%)}*/
    .m-news .listBox {
        padding: 8.75vh 0 0 3.90625vw
    }
    .m-news .listBox .u-box {
        position: relative;
        zoom: 1;
        padding: 4.5vh 7.8125vw 4.375vh 4.6875vw;
        font-size: .26rem;
        transition: background .4s
    }
    .m-news .listBox .u-box:before {
        content: "";
        position: absolute;
        top: 3.75vh;
        bottom: 3.75vh;
        left: 2.34375vw;
        width: .1171875vw;
        background: #e62129
    }
    .m-news .listBox .u-box .more2 {
        position: absolute;
        z-index: 10;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        font-size: 0;
        background: #fff;
        filter: alpha(opacity=0);
        opacity: 0
    }
    .m-news .listBox .u-name {
        line-height: 4.375vh;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: .36rem;
        font-weight: normal;
        color: #333
    }
    .m-news .listBox .u-con {
        line-height: 3.25vh;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #666;
        transition: color .4s
    }
    .m-news .listBox .u-date {
        margin-top: 1.625vh;
        line-height: 3.25vh;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        transition: color .4s
    }
    .m-news .listBox .u-box:hover {
        background: #e62129
    }
    .m-news .listBox .u-box:hover .u-name {
        color: #fff;
    }
    .m-news .listBox .u-box:hover:before {
        background: #fff
    }
    .m-news .listBox .u-box:hover .u-con,
    .m-news .listBox .u-box:hover .u-date {
        color: #fff
    }
    .swiper-partner {
        position: relative;
        zoom: 1;
        padding: 3.625vh 3.90625vw 0;
        height: 35.0625vh
    }
    .in-honor .conBox {
        position: relative;
        zoom: 1;
        width: 50%;
        height: 100%;
        padding: 0 3.90625vw 5vh
    }
    .in-honor .title {
        position: relative;
        zoom: 1;
        padding: 10vh 0 1.25vh;
        margin: 4vh 0 0 5vh;
    }
    .in-honor .title:before {
        content: "";
        position: absolute;
        left: -6.25vw;
        bottom: 0;
        width: 12.5vw;
        height: .1875vh;
        background: #e62129
    }
    .in-honor .title h2 {
        line-height: 4.5vh;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: .52rem;
        font-weight: normal;
        color: #e62129
    }
    .in-honor .title p {
        line-height: 2.875vh;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: .26rem;
        color: #666
    }
    .in-honor2 .conBox {
        position: relative;
        zoom: 1;
        width: 50%;
        height: 100%;
        padding: 0 3.90625vw 5vh
    }
    .in-honor2 .title {
        position: relative;
        zoom: 1;
        padding: 0.5vh 0 1.25vh;
        margin: 1vh 0 0 5vh;
    }
    .in-honor2 .title:before {
        content: "";
        position: absolute;
        left: -6.25vw;
        bottom: 0;
        width: 12.5vw;
        height: .1875vh;
        background: #e62129
    }
    .in-honor2 .title h2 {
        line-height: 4.5vh;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: .52rem;
        font-weight: normal;
        color: #e62129
    }
    .in-honor2 .title p {
        line-height: 2.875vh;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: .26rem;
        color: #666
    }
    .swiper-partner .swiper-container {
        height: 100%
    }
    .swiper-partner .swiper-slide {
        display: flex;
        align-items: center
    }
    .swiper-partner .u-img {
        position: relative;
        zoom: 1;
        display: block;
        width: 100%
    }
    .swiper-partner .u-img:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #1f1f1f;
        opacity: 0;
        transform: scale(.9);
        transition: opacity .4s, transform .4s
    }
    .swiper-partner .u-img img {
        position: relative;
        z-index: 5;
        object-fit: contain
    }
    .swiper-partner .u-img:hover:before {
        opacity: 1;
        transform: none
    }
    .swiper-partner-button-prev,
    .swiper-partner-button-next {
        position: absolute;
        top: 5.625vh;
        bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 3.90625vw;
        font-size: .64rem;
        font-family: "SimSun";
        color: #666;
        cursor: pointer;
        outline: 0;
        transition: color .4s, opacity .4s
    }
    .swiper-partner-button-prev:hover,
    .swiper-partner-button-next:hover {
        color: #e62129
    }
    .swiper-partner-button-prev {
        left: 0
    }
    .swiper-partner-button-next {
        right: 0
    }
    .swiper-partner .swiper-button-disabled {
        color: #666;
        opacity: .25;
        pointer-events: none
    }
    .in-contact .title {
        position: relative;
        zoom: 1;
        padding: 2vh 0 1.25vh;
        margin: 2vh 0 0 5vh;
    }
    .in-contact .title:before {
        content: "";
        position: absolute;
        left: -6.25vw;
        bottom: 0;
        width: 12.5vw;
        height: .1875vh;
        background: #e62129
    }
    .in-contact .title h2 {
        line-height: 4.5vh;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: .52rem;
        font-weight: normal;
        color: #e62129
    }
    .in-contact .title p {
        line-height: 2.875vh;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: .26rem;
        color: #666
    }
    .join-link {
        height: 30vh;
    }
    .join-link a {
        display: block;
        width: 100%;
        height: 100%;
        transition: filter .4s
    }
    .join-link a:hover {
        filter: brightness(1.1)
    }
    .join-link picture,
    .join-link img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }
    .m-contact {
        display: flex;
        justify-content: space-between;
        margin: 0vw 2vw 0.5vw;
        height: auto;
    }
    .m-contact>div {
        max-width: 33.3333%;
        padding-top: 2.5vh
    }
    .m-contact .title {
        line-height: 6vh;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: .3rem;
        font-weight: normal;
        color: #666
    }
    .m-contact .title:after {
        content: "";
        display: block;
        width: 2em;
        height: .1875vh;
        background: #e62129
    }
    .m-contact .content {
        padding-top: 1.875vh;
        height: 15vh;
        line-height: 3vh;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        font-size: .24rem;
        color: #666;
        box-sizing: content-box
    }
    .m-contact .content a {
        color: #666
    }
    .m-contact .tel {
        text-align: right
    }
    .m-contact .tel h4 {
        padding-top: .75vh;
        line-height: 5.875vh;
        font-size: .64rem;
        font-weight: normal;
        color: #fff
    }
    .m-contact .tel p {
        line-height: 3.375vh;
        font-size: .24rem;
        color: #666
    }
    .m-footer {
        display: flex;
        justify-content: space-between;
        margin: 0 3.90625vw;
        padding: 3.75vh 0 0;
        /*border-top:solid 1px rgba(0,0,0,.6)*/
    }
    .footer-contact {
        line-height: 0;
        font-size: 0
    }
    .footer-contact .title {
        display: inline-block;
        vertical-align: top;
        margin-right: .703125vw;
        padding-left: 1.5625vw;
        line-height: 2.625vh;
        font-size: .22rem;
        font-weight: normal;
        color: #333;
        background: url(../images/ico-contact-title.png) 0 center / .29rem no-repeat
    }
    .footer-contact ul,
    .footer-contact li {
        display: inline-block;
        vertical-align: top
    }
    .footer-contact li {
        margin-right: .390625vw
    }
    .footer-contact a {
        display: block;
        width: 2.625vh;
        height: 2.625vh;
        overflow: hidden;
        border: solid 1px rgba(246, 246, 246, .57);
        background: url(../images/ico-contact.png) 0 2.625vh / 5vh 7.5vh no-repeat;
        transition: border-color .4s, background-position .4s
    }
    .footer-contact .wechat a {
        background-position: 0 0
    }
    .footer-contact .weibo a {
        background-position: 0 -2.5vh
    }
    .footer-contact .qq a {
        background-position: 0 -5vh
    }
    .footer-contact a:hover {
        border-color: rgba(31, 140, 235, .57)
    }
    .footer-contact .wechat a:hover {
        background-position: -2.5vh 0
    }
    .footer-contact .weibo a:hover {
        background-position: -2.5vh -2.5vh
    }
    .footer-contact .qq a:hover {
        background-position: -2.5vh -5vh
    }
    .footer-nav {
        line-height: 0;
        font-size: 0
    }
    .footer-nav li {
        display: inline-block;
        vertical-align: top;
        margin-left: 1.875vw;
        line-height: 2.25vh;
        font-size: .2rem
    }
    .footer-nav li:first-child {
        margin-left: 0
    }
    .footer-nav a {
        color: #333
    }
    .footer-nav a:hover {
        color: #e62129
    }
    .m-copyright {
        margin: 2.5vh 3.90625vw 0;
        line-height: 2.375vh;
        font-size: .18rem;
        color: #666
    }
    [innerPage] #header {
        position: relative
    }
    [innerPage] #header .top-bar {
        border-bottom: solid 1px #363636;
        background-color: #000
    }
    [innerPage] #main {
        display: flex
    }
    #footer {
        padding: 3.75vh 0 4.375vh;
        border-top: solid 1px #333
    }
    #footer>.m-footer {
        border-top: 0;
        padding: 0
    }
    #subMenu {
        width: 5.6rem;
        padding-left: 1rem;
        flex-shrink: 0;
    }
    #subMenu .title {
        position: relative;
        zoom: 1;
        padding: 1.2rem 0 .2rem
    }
    #subMenu .title:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: -1rem;
        width: 2rem;
        height: .03rem;
        min-height: 1px;
        overflow: hidden;
        background: #e62129
    }
    #subMenu .title h2 {
        line-height: .5rem;
        font-size: .34rem;
        font-weight: normal;
        color: #000
    }
    #subMenu .title p {
        line-height: .4rem;
        font-size: .2rem;
        color: #666
    }
    .sub-menu .fir-ul {
        padding: 1.2rem 0
    }
    .sub-menu .fir-li .u-a {
        position: relative;
        zoom: 1;
        display: block;
        padding-right: 1rem;
        line-height: 1.1rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: .24rem;
        color: #333;
        border-bottom: solid 1px rgba(0, 0, 0, .64)
    }
    .sub-menu .fir-li .ico {
        display: none;
        position: absolute;
        top: 50%;
        right: .4rem;
        width: .26rem;
        height: .26rem;
        transform: translateY(-50%)
    }
    .sub-menu .fir-li .ico:before,
    .sub-menu .fir-li .ico:after {
        content: "";
        display: block;
        width: .26rem;
        height: .02rem;
        min-height: 1px;
        overflow: hidden;
        background: #e62129;
        transition: transform .4s, opacity .4s
    }
    .sub-menu .fir-li .ico:before {
        margin-top: .12rem
    }
    .sub-menu .fir-li .ico:after {
        margin-top: -.02rem;
        transform: rotate(90deg)
    }
    .sub-menu .fir-li .u-a:hover,
    .sub-menu .fir-li.current .u-a,
    .sub-menu .fir-li.active .u-a {
        color: #e62129
    }
    .sub-menu .fir-li.active .ico:before {
        opacity: 0;
        transform: rotate(90deg)
    }
    .sub-menu .fir-li.active .ico:after {
        transform: rotate(180deg)
    }
    .sub-menu .sec-box {
        display: none
    }
    .sub-menu .sec-ul {
        padding-top: .2rem
    }
    .sub-menu .sec-ul li {
        line-height: .6rem;
        font-size: .2rem
    }
    .sub-menu .sec-ul li a {
        color: #333
    }
    .sub-menu .sec-ul li a:hover,
    .sub-menu .sec-ul li.current a {
        color: #e62129
    }
    .sub-flex-content {
        flex: 1;
        overflow: hidden;
        padding: 1.28rem 0 1rem .1rem;
        border-left: solid 1px #333
    }
    .sub-flex-content.noLine {
        padding-left: 0;
        border: 0
    }
    .sub-product li {
        float: left;
        width: 4.48rem;
        margin: .4rem .4rem 0 0
    }
    .sub-product li:nth-child(-n+4) {
        margin-top: 0
    }
    .sub-product .u-box {
        position: relative;
        zoom: 1;
        height: 8.08rem;
        text-align: center;
        background: #1f1f1f
    }
    .sub-product .u-box a {
        position: absolute;
        z-index: 10;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        font-size: 0;
        background: #fff;
        filter: alpha(opacity=0);
        opacity: 0
    }
    .sub-product .u-img {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 4.48rem
    }
    .sub-product .u-img img {
        width: auto;
        height: auto;
        max-height: 100%
    }
    .sub-product .u-con {
        margin-top: .36rem;
        padding: 0 .4rem
    }
    .sub-product .name {
        line-height: .46rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: .3rem;
        font-weight: normal;
        color: #fff
    }
    .sub-product .content {
        margin-top: .2rem;
        line-height: .36rem;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: .2rem
    }
    .sub-product .more {
        display: block;
        margin: .5rem auto 0;
        width: 39.2857%;
        line-height: .54rem;
        font-size: .2rem;
        color: #fff;
        background: #e62129;
        opacity: 0;
        transform: scale(1.2);
        transition: opacity .4s, transform .4s
    }
    .sub-product .u-box:hover .more {
        opacity: 1;
        transform: none
    }
    .sub-case li {
        float: left;
        width: 6rem;
        margin: .3rem .3rem 0 0
    }
    .sub-case li:nth-child(-n+3) {
        margin-top: 0
    }
    .sub-case .u-box {
        position: relative;
        zoom: 1;
        text-align: center
    }
    .sub-case .u-box a {
        position: absolute;
        z-index: 10;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        font-size: 0;
        background: #fff;
        filter: alpha(opacity=0);
        opacity: 0
    }
    .sub-case .u-img {
        height: 3.75rem
    }
    .sub-case .u-con {
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        color: #fff;
        background: rgba(51, 153, 255, .75);
        opacity: 0;
        transition: opacity .4s
    }
    .sub-case .u-con:before,
    .sub-case .u-con:after {
        content: "";
        position: absolute;
        width: 0;
        height: .02rem;
        min-height: 1px;
        overflow: hidden;
        background: #fff;
        transition: all .6s
    }
    .sub-case .u-con:before {
        left: .3rem;
        top: .3rem
    }
    .sub-case .u-con:after {
        right: .3rem;
        bottom: .3rem
    }
    .sub-case .name {
        padding-top: .1rem;
        line-height: .5rem;
        font-size: .28rem;
        font-weight: normal;
        transform: translateY(25%);
        transition: transform .6s
    }
    .sub-case .content {
        line-height: .38rem;
        font-size: .18rem;
        transform: translateY(-25%);
        transition: transform .6s
    }
    .sub-case .u-box:hover .u-con {
        opacity: 1
    }
    .sub-case .u-box:hover .u-con:before,
    .sub-case .u-box:hover .u-con:after {
        width: 5.4rem
    }
    .sub-case .u-box:hover .name,
    .sub-case .u-box:hover .content {
        transform: none
    }
    .sub-news li {
        margin-top: .7rem;
        padding-right: 16%
    }
    .sub-news li:first-child {
        margin-top: 0
    }
    .sub-news .u-box {
        position: relative;
        zoom: 1;
        display: flex
    }
    .sub-news .u-box a {
        position: absolute;
        z-index: 10;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        font-size: 0;
        background: #fff;
        filter: alpha(opacity=0);
        opacity: 0
    }
    .sub-news .u-img {
        position: relative;
        z-index: 5;
        margin-right: .9rem;
        width: 5.3rem;
        height: 3.32rem;
        flex-shrink: 0
    }
    .sub-news .u-con {
        flex: 1
    }
    .sub-news .name {
        padding-top: .3rem;
        line-height: .48rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: .3rem;
        font-weight: normal;
        color: #fff
    }
    .sub-news .content {
        margin-top: .4rem;
        height: .72rem;
        line-height: .36rem;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: .18rem;
        color: #a9a9a9
    }
    .sub-news .date {
        position: relative;
        zoom: 1;
        margin-top: .4rem;
        padding-top: .3rem;
        line-height: .36rem;
        font-size: .2rem;
        color: #fff
    }
    .sub-news .date:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: .65rem;
        height: 2px;
        overflow: hidden;
        background: #e62129;
        box-sizing: content-box;
        transition: left .6s, padding-left .6s, width .6s
    }
    .sub-news .u-box:hover .date:before {
        left: -.9rem;
        padding-left: .9rem;
        width: 100%
    }
    .sub-content {
        padding: 0 1rem .4rem .5rem;
        line-height: 1.8;
        font-size: .2rem;
        color: #999
    }
    .sub-content h1 {
        margin-bottom: .26rem;
        padding-bottom: .12rem;
        line-height: 1.2;
        font-size: .3rem;
        font-weight: 700;
        color: #333
    }
    .about-detail {
        display: flex
    }
    .about-detail .conBox {
        flex: 1;
        padding-right: 1rem;
        line-height: 2.4;
        overflow: hidden;
        color: #333
    }
    .about-detail .conBox h1 {
        margin-bottom: .42rem;
        color: #333
    }
    .about-detail .swiper-advantage {
        margin: 1.2rem -1rem 0 0;
        padding: 1.3rem 1rem 0 0;
        border-top: solid 1px #333;
        border-bottom: 0;
        background: 0
    }
    .about-detail .swiper-advantage:before {
        display: none
    }
    .about-detail .swiper-advantage .swiper-slide {
        align-items: flex-start;
        height: auto
    }
    .about-detail .swiper-advantage .u-box {
        padding: 0 .3rem
    }
    .about-detail .swiper-advantage .ico {
        height: 1.02rem
    }
    .about-detail .swiper-advantage .u-name {
        margin: .2rem 0;
        line-height: 1.875
    }
    .about-detail .swiper-advantage .u-con {
        line-height: 1.875;
        font-size: 14px
    }
    .about-detail .imgBox {
        margin-top: 1rem
    }
    .about-detail .imgBox li {
        margin-top: .4rem;
        text-align: center
    }
    .about-detail .imgBox li:first-child {
        margin-top: 0
    }
    .about-detail .imgBox {
        flex-shrink: 0;
        width: 5.86rem
    }
    .about-detail .imgBox li {
        margin-top: .4rem
    }
    .about-detail .imgBox li:first-child {
        margin-top: 0
    }
    .detail-name {
        padding: .25rem 0;
        color: #fff;
        border-bottom: solid 1px #333
    }
    .detail-name h1 {
        padding: .12rem 0;
        line-height: 1.2;
        font-size: .3rem;
        font-weight: normal
    }
    .detail-name h2 {
        padding: .12rem 0;
        line-height: 1.25;
        font-size: .24rem;
        font-weight: normal
    }
    .detail-con {
        margin-top: .6rem;
        line-height: 1.8;
        font-size: .2rem
    }
    .detail-con h4 {
        margin-bottom: .26rem;
        line-height: 1.3846;
        font-size: .26rem;
        font-weight: normal;
        color: #ccc
    }
    .pro-detail {
        display: flex;
        width: 100%;
        min-height: calc(100% + 1rem)
    }
    .pro-detail .detail-item {
        flex: 1;
        padding: 0 1rem .4rem .5rem;
        overflow: hidden
    }
    .pro-detail .detail-name {
        margin-top: .6rem
    }
    .news-detail {
        padding: 0 1rem .4rem .5rem;
        width: 100%
    }
    .news-detail .detail-name,
    .news-detail .detail-name h1 {
        padding-top: 0
    }
    .news-detail .detail-name h2 {
        color: #999
    }
    .detail-page {
        margin-top: 1.4rem;
        display: flex;
        line-height: 0;
        font-size: 0;
        text-align: center
    }
    .detail-page .page {
        flex: 1;
        position: relative;
        zoom: 1;
        display: inline-block;
        vertical-align: top;
        width: 50%;
        height: .56rem;
        transition: color .4s
    }
    .detail-page .page:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        width: .56rem;
        height: 100%;
        background: #39f;
        opacity: 0;
        transition: opacity .4s, width .4s
    }
    .detail-page .page:after {
        content: "";
        display: inline-block;
        vertical-align: middle;
        height: 100%
    }
    .detail-page .page h4 {
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
        line-height: .3rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: .18rem;
        font-weight: normal;
        text-align: left
    }
    .detail-page .page a {
        position: absolute;
        z-index: 10;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        font-size: 0
    }
    .detail-page .page .arrow {
        position: absolute;
        top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: .56rem;
        height: .56rem;
        font-size: .36rem;
        font-family: "SimSun";
        text-align: center;
        border: solid 1px #999;
        transition: border-color .4s
    }
    .detail-page .page-prev {
        padding: 0 .25rem 0 .81rem;
        text-align: left
    }
    .detail-page .page-prev:before,
    .detail-page .page-prev .arrow {
        left: 0
    }
    .detail-page .page-prev .arrow:before {
        content: "<"
    }
    .detail-page .page-next {
        padding: 0 .81rem 0 .25rem;
        text-align: right
    }
    .detail-page .page-next:before,
    .detail-page .page-next .arrow {
        right: 0
    }
    .detail-page .page-next .arrow:before {
        content: ">"
    }
    .detail-page .page:hover {
        color: #fff
    }
    .detail-page .page:hover:before {
        width: 100%;
        opacity: 1
    }
    .detail-page .page:hover .arrow {
        border-color: #39f
    }
    .detail-page .page-disabled {
        opacity: .25;
        pointer-events: none
    }
    .swiper-detail-img {
        position: relative;
        zoom: 1;
        margin: 0 auto;
        width: 8.05rem
    }
    .swiper-detail-img .swiper-slide {
        text-align: center
    }
    .swiper-detail-button>div {
        position: absolute;
        z-index: 10;
        top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 1.72rem;
        height: 100%;
        font-size: .54rem;
        font-family: "SimSun";
        color: rgba(255, 255, 255, .42);
        cursor: pointer;
        outline: 0;
        transition: color .4s, opacity .4s
    }
    .swiper-detail-button>div:hover {
        color: #e62129
    }
    .swiper-detail-button>div.swiper-button-disabled {
        color: rgba(255, 255, 255, .1);
        pointer-events: none
    }
    .swiper-detail-button>div.swiper-button-lock {
        display: none
    }
    .swiper-detail-button-prev {
        left: -1.72rem
    }
    .swiper-detail-button-next {
        right: -1.72rem
    }
    .swiper-detail-thumbs {
        margin: .4rem auto 0;
        width: 8.05rem
    }
    .swiper-detail-thumbs .swiper-slide {
        position: relative;
        zoom: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 1.825rem;
        cursor: pointer;
        transition: background .4s
    }
    .swiper-detail-thumbs .swiper-slide:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: solid 2px #e62129;
        opacity: 0;
        box-sizing: border-box;
        transition: opacity .4s
    }
    .swiper-detail-thumbs .swiper-slide img {
        max-height: 100%
    }
    .swiper-detail-thumbs .swiper-slide-thumb-active {
        background: 0
    }
    .swiper-detail-thumbs .swiper-slide-thumb-active:before {
        opacity: 1
    }
    .detail-recommend {
        padding: 0 .96rem;
        width: 8.5rem;
        border-left: solid 1px #383838;
        flex-shrink: 0
    }
    .detail-recommend .title {
        position: relative;
        zoom: 1;
        padding-bottom: .32rem
    }
    .detail-recommend .title:before {
        content: "";
        position: absolute;
        top: 0;
        right: 100%;
        margin-right: .96rem;
        width: .04rem;
        height: 100%;
        overflow: hidden;
        background: #39f
    }
    .detail-recommend .title h2 {
        line-height: 1.4;
        font-size: .3rem;
        font-weight: normal;
        color: #fff
    }
    .detail-recommend .title p {
        margin-top: .1rem;
        line-height: 1.5;
        font-size: .24rem
    }
    .detail-recommend .intro {
        padding: .06rem 0;
        line-height: 1.8;
        font-size: .2rem;
        color: #fff
    }
    .detail-recommend .listBox {
        margin-top: .65rem;
        display: flex;
        justify-content: space-between
    }
    .detail-recommend .listBox ul {
        width: 3.06rem
    }
    .detail-recommend .listBox li {
        margin-bottom: .45rem
    }
    .detail-recommend .listBox .u-box {
        position: relative;
        zoom: 1;
        padding-bottom: .68rem;
        overflow: hidden;
        text-align: center;
        background: #1f1f1f;
        transition: padding-bottom .4s
    }
    .detail-recommend .listBox .u-box a {
        position: absolute;
        z-index: 10;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        font-size: 0;
        background: #fff;
        filter: alpha(opacity=0);
        opacity: 0
    }
    .detail-recommend .listBox .u-img {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 3.06rem
    }
    .detail-recommend .listBox .u-img img {
        width: auto;
        height: auto;
        max-height: 100%
    }
    .detail-recommend .listBox .u-con {
        margin-top: .32rem;
        padding: 0 .2rem
    }
    .detail-recommend .listBox .name {
        line-height: 1.6666;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: .21rem;
        font-weight: normal;
        color: #fff
    }
    .detail-recommend .listBox .content {
        margin-top: .15rem;
        line-height: 1.7142;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: .14rem;
        color: #ccc
    }
    .detail-recommend .listBox .more {
        position: absolute;
        left: 50%;
        bottom: .58rem;
        width: 1.2rem;
        line-height: .38rem;
        font-size: .14rem;
        color: #fff;
        background: #e62129;
        opacity: 0;
        transform: translateX(-50%);
        transition: opacity .4s, transform .4s
    }
    .detail-recommend .listBox .u-box:hover {
        padding-bottom: 1.34rem
    }
    .detail-recommend .listBox .u-box:hover .more {
        opacity: 1
    }
}

@media screen and (max-width:750px) {
     ::-webkit-scrollbar {
        width: 0;
        height: 0
    }
    [wap="hide"] {
        display: none
    }
    #header {
        height: 1rem
    }
    .top-bar {
        position: fixed;
        z-index: 100;
        top: 0;
        left: 0;
        right: 0;
        min-width: 320px;
        height: 1rem;
        background: #000
    }
    .top-bar:before {
        content: "";
        position: absolute;
        z-index: 10;
        top: 100%;
        left: 0;
        right: 0;
        height: 0;
        overflow: hidden;
        opacity: 0;
        border-bottom: solid 1px #3d3d3d;
        transition: opacity .4s
    }
    .top-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 .3rem;
        height: 1rem
    }
    .top-box .logo {
        flex: auto;
        display: flex;
        align-items: center;
        margin-right: .3rem;
        height: 100%;
    }
    .top-box .logo>a {
        display: flex;
        align-items: center;
        height: 100%;
    }
    .top-box .logo img {
        max-height: 100%;
    }
    .top-box .nav-btn {
        height: .42rem
    }
    .top-box .nav-btn .line {
        position: relative;
        display: block;
        width: .68rem;
        height: .04rem;
        overflow: hidden;
        background: #e62129;
        transition: transform .4s
    }
    .top-box .nav-btn .line:nth-child(2) {
        margin: .15rem 0
    }
    .top-nav {
        position: absolute;
        top: 100%;
        right: 0;
        border-left: solid 1px #3d3d3d;
        padding-bottom: .94rem;
        width: 60vw;
        height: calc(100vh - 1rem);
        background: #000;
        transform: translateX(100%);
        transition: transform .4s
    }
    .top-nav>.nav {
        height: 100%;
        overflow: auto
    }
    .top-nav .fir-li {
        border-bottom: solid 1px rgba(51, 51, 51, .64)
    }
    .top-nav .fir-li .u-a {
        position: relative;
        zoom: 1;
        display: block;
        padding: .32rem .2rem .32rem 1.6rem;
        line-height: .36rem;
        font-size: .3rem
    }
    .top-nav .fir-li .u-a:before {
        content: "";
        position: absolute;
        top: 0;
        left: 100%;
        bottom: 0;
        width: .06rem;
        overflow: hidden;
        background: #0186d5
    }
    .top-nav .fir-li.active .u-a {
        color: #39f
    }
    .top-nav .fir-li.current .u-a:before {
        left: auto;
        right: 0
    }
    .top-nav .sec-box {
        display: none
    }
    .top-nav .sec-ul {
        padding: 0 0 .2rem
    }
    .top-nav .sec-ul a {
        display: block;
        padding: .15rem 0 .15rem 1.6rem;
        line-height: .3rem;
        font-size: .2rem;
        color: #999
    }
    .top-nav .sec-ul a:hover {
        color: #fff
    }
    #main {
        position: relative;
        margin: 0;
        transition: margin-left .4s, opacity .4s
    }
    #main>.swiper-wrapper {
        flex-direction: column
    }
    body[nav="show"] .nav-btn .line:nth-child(1) {
        transform: translateY(.19rem) rotate(45deg)
    }
    body[nav="show"] .nav-btn .line:nth-child(2) {
        transform: translateX(50%) scaleX(0)
    }
    body[nav="show"] .nav-btn .line:nth-child(3) {
        transform: translateY(-.19rem) rotate(-45deg)
    }
    body[nav="show"] .top-bar:before {
        opacity: 1
    }
    body[nav="show"] .top-nav {
        transform: none
    }
    body[nav="show"] #main {
        margin-left: -60%;
        opacity: .25;
        pointer-events: none
    }
    body[nav="show"] #subMenu .sub-menu {
        left: -60%
    }
    .swiper-banner-pagination {
        position: absolute;
        z-index: 10;
        left: 50%;
        bottom: .6rem;
        transform: translateX(-50%);
        line-height: 0;
        font-size: 0;
        text-align: center
    }
    .swiper-banner-pagination .swiper-pagination-bullet {
        vertical-align: top;
        margin: 0 .16rem;
        width: .16rem;
        height: .16rem;
        border: solid .02rem #fff;
        background: 0;
        opacity: 1;
        outline: 0;
        box-sizing: border-box;
        transition: border-color .4s, background .4s
    }
    .swiper-banner-pagination .swiper-pagination-bullet-active {
        border-color: #0186d5;
        background: #0186d5;
        opacity: 1
    }
    .m-more {
        display: block;
        margin: 0 auto;
        width: 1.8rem;
        line-height: .56rem;
        overflow: hidden;
        font-size: .22rem;
        text-align: center;
        color: #fff;
        background: #e62129
    }
    .m-product .recommend .u-box {
        position: relative;
        zoom: 1;
        height: 4rem;
        color: #fff;
        background: #1f1f1f
    }
    .m-product .recommend .u-box a {
        position: absolute;
        z-index: 10;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        font-size: 0;
        background: #fff;
        filter: alpha(opacity=0);
        opacity: 0
    }
    .m-product .recommend .u-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden
    }
    .m-product .recommend .u-img img {
        position: absolute;
        bottom: 0;
        right: 0;
        width: auto;
        max-width: none
    }
    .m-product .recommend .u-con {
        position: relative;
        padding: .6rem 0 0 .3rem
    }
    .m-product .recommend .name {
        line-height: .54rem;
        font-size: .4rem;
        font-weight: normal
    }
    .m-product .recommend .content {
        margin-top: .3rem;
        line-height: .36rem;
        font-size: .22rem
    }
    .m-product .recommend .arrow {
        display: block;
        margin-top: .22rem;
        line-height: .44rem;
        font-size: .3rem;
        font-family: "SimSun";
        color: rgba(255, 255, 255, .6)
    }
    .m-product .recommend li:first-child .u-box {
        background: #e62129
    }
    .m-product .listBox {
        padding: 0 .3rem 1.6rem
    }
    .m-product .title .u-name {
        position: relative;
        zoom: 1;
        padding: .58rem 0 .18rem
    }
    .m-product .title .u-name:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 1rem;
        height: .03rem;
        min-height: 1px;
        overflow: hidden;
        background: #e62129
    }
    .m-product .title .u-name h2,
    .m-product .title .u-name p {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .m-product .title .u-name h2 {
        line-height: .62rem;
        font-size: .4rem;
        font-weight: normal;
        color: #fff
    }
    .m-product .title .u-name p {
        line-height: .48rem;
        font-size: .26rem;
        color: #666
    }
    .m-product .title .u-con {
        margin-top: .45rem;
        line-height: .6rem;
        font-size: .26rem;
        color: #ccc
    }
    .m-product .m-more {
        position: absolute;
        bottom: .6rem;
        left: 50%;
        transform: translateX(-50%)
    }
    .swiper-product {
        position: relative;
        zoom: 1;
        margin: .5rem -.15rem 0
    }
    .swiper-product .u-box {
        position: relative;
        zoom: 1;
        margin: .15rem;
        padding-bottom: .56rem;
        text-align: center;
        background: #1f1f1f
    }
    .swiper-product .u-box a {
        position: absolute;
        z-index: 10;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        font-size: 0;
        background: #fff;
        filter: alpha(opacity=0);
        opacity: 0
    }
    .swiper-product .u-img {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 3.3rem
    }
    .swiper-product .u-img img {
        width: auto;
        height: auto;
        max-height: 100%
    }
    .swiper-product .u-con {
        margin-top: .22rem;
        padding: 0 .3rem
    }
    .swiper-product .name {
        line-height: .4rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: .26rem;
        font-weight: normal;
        color: #fff
    }
    .swiper-product .content {
        margin-top: .22rem;
        line-height: .3rem;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: .18rem
    }
    .swiper-advantage {
        position: relative;
        zoom: 1;
        height: 4.16rem;
        border-top: solid 1px #252525;
        border-bottom: solid 1px #252525
    }
    .swiper-advantage .swiper-slide {
        display: flex;
        justify-content: center
    }
    .swiper-advantage .u-box {
        position: relative;
        zoom: 1;
        display: inline-block;
        padding: .26rem 0;
        text-align: center;
        color: #fff
    }
    .swiper-advantage .u-box a {
        position: absolute;
        z-index: 10;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        font-size: 0;
        background: #fff;
        filter: alpha(opacity=0);
        opacity: 0
    }
    .swiper-advantage .ico {
        display: block;
        height: 1.16rem
    }
    .swiper-advantage .ico img {
        height: 100%
    }
    .swiper-advantage .u-name {
        margin: .26rem 0;
        line-height: .44rem;
        font-size: .3rem;
        font-weight: normal
    }
    .swiper-advantage .u-con {
        line-height: .36rem;
        font-size: .22rem;
        opacity: .75
    }
    .swiper-advantage-pagination {
        position: absolute;
        left: 50%;
        bottom: .45rem;
        line-height: 0;
        font-size: 0;
        transform: translateX(-50%)
    }
    .swiper-advantage-pagination .swiper-pagination-bullet {
        vertical-align: top;
        margin: 0 .16rem;
        width: .16rem;
        height: .16rem;
        border: solid .02rem #fff;
        background: 0;
        opacity: 1;
        outline: 0;
        box-sizing: border-box;
        transition: border-color .4s, background .4s
    }
    .swiper-advantage-pagination .swiper-pagination-bullet-active {
        background: #fff
    }
    .swiper-application .u-box {
        position: relative;
        zoom: 1;
        padding: .8rem .3rem .6rem
    }
    .swiper-application .u-img {
        position: relative;
        zoom: 1;
        margin-left: .12rem;
        height: 4.24rem
    }
    .swiper-application .u-img:before {
        content: "";
        position: absolute;
        bottom: -.12rem;
        left: -.12rem;
        width: 1.76rem;
        height: 1.42rem;
        background: #e62129
    }
    .swiper-application .u-img .img {
        position: relative;
        z-index: 5;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        overflow: hidden;
        background: #000;
        box-shadow: 0 .07rem .09rem rgba(0, 0, 0, .35)
    }
    .swiper-application .name {
        position: relative;
        zoom: 1;
        padding: .65rem 0 .3rem
    }
    .swiper-application .name:before {
        content: "";
        position: absolute;
        left: -.3rem;
        bottom: 0;
        width: 1.3rem;
        height: .03rem;
        min-height: 1px;
        overflow: hidden;
        background: #e62129
    }
    .swiper-application .name h4 {
        line-height: .72rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: .4rem;
        font-weight: normal;
        color: #fff
    }
    .swiper-application .name p {
        line-height: .56rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: .26rem;
        color: #666
    }
    .swiper-application .content {
        margin-top: .5rem;
        line-height: .6rem;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        font-size: .26rem;
        color: #ccc
    }
    .swiper-application .m-more {
        position: absolute;
        z-index: 10;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        font-size: 0;
        background: 0
    }
    .swiper-application-menu {
        display: flex;
        height: 1.2rem;
        border-top: solid 1px #363636;
        border-bottom: solid 1px #363636
    }
    .swiper-application-menu .swiper-container {
        flex: 1
    }
    .swiper-application-menu .swiper-slide {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        border-right: solid 1px #363636;
        cursor: pointer;
        transition: background .4s
    }
    .swiper-application-menu .swiper-slide:last-child {
        border: 0
    }
    .swiper-application-menu .u-name {
        width: 100%;
        text-align: center
    }
    .swiper-application-menu .u-name h4 {
        line-height: .42rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: .28rem;
        font-weight: normal;
        color: #fff
    }
    .swiper-application-menu .u-name p {
        line-height: .34rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: .2rem;
        color: #666;
        transition: color .4s
    }
    .swiper-application-menu .swiper-slide-thumb-active {
        background: #e62129
    }
    .swiper-application-menu .swiper-slide-thumb-active .u-name p {
        color: #94cdff
    }
    .swiper-application-menu[button="show"] .swiper-slide {
        flex: none
    }
    .swiper-application-menu[button="show"] .swiper-application-button-next {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 25%;
        border-left: solid 1px #363636;
        cursor: pointer;
        outline: 0
    }
    .swiper-application-menu[button="show"] .swiper-application-button-next:before {
        content: ">";
        font-size: .52rem;
        font-family: "SimSun";
        color: #ccc
    }
    .m-about {
        padding: .3rem 0;
        background: #1f1f1f
    }
    .m-about .conBox {
        position: relative;
        zoom: 1;
        padding: 0 .3rem
    }
    .m-about .conBox .title {
        position: relative;
        zoom: 1;
        padding: .3rem 0
    }
    .m-about .conBox .title:before {
        content: "";
        position: absolute;
        left: -.3rem;
        bottom: 0;
        width: 1.3rem;
        height: .03rem;
        min-height: 1px;
        overflow: hidden;
        background: #e62129
    }
    .m-about .conBox .title h2 {
        line-height: .72rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: .4rem;
        font-weight: normal;
        color: #333
    }
    .m-about .conBox .title p {
        line-height: .56rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: .26rem;
        color: #666
    }
    .m-about .conBox .u-con {
        margin-top: .8rem;
        line-height: .6rem
    }
    .m-about .conBox .name {
        margin-bottom: .3rem;
        font-size: .34rem;
        font-weight: normal;
        color: #fff
    }
    .m-about .conBox .content {
        line-height: .6rem;
        overflow: hidden;
        display: -webkit-box;
        /*-webkit-line-clamp:18;*/
        -webkit-box-orient: vertical;
        font-size: .26rem;
        color: #ccc
    }
    .m-about .conBox .m-more {
        position: relative;
        zoom: 1;
        display: inline-block;
        vertical-align: top;
        margin: .5rem 0 0;
        padding-right: .06rem;
        width: auto;
        line-height: .4rem;
        background: 0
    }
    .m-about .conBox .m-more:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: .03rem;
        min-height: 1px;
        overflow: hidden;
        background: #e62129
    }
    .swiper-about {
        position: relative;
        zoom: 1;
        margin: .8rem 0 0 .3rem
    }
    .swiper-about .swiper-slide .u-img {
        height: 4.72rem
    }
    .swiper-about-button-next {
        position: absolute;
        z-index: 10;
        top: 0;
        bottom: 0;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: .9rem;
        font-size: .52rem;
        font-family: "SimSun";
        color: #ccc;
        background: rgba(0, 0, 0, .84);
        cursor: pointer;
        outline: 0
    }
    .m-news .videoBox {
        padding: 0 .3rem .5rem
    }
    .m-news .videoBox .title {
        position: relative;
        zoom: 1;
        padding: .5rem 0 .3rem
    }
    .m-news .videoBox .title:before {
        content: "";
        position: absolute;
        left: -.3rem;
        bottom: 0;
        width: 1.3rem;
        height: .03rem;
        min-height: 1px;
        overflow: hidden;
        background: #e62129
    }
    .m-news .videoBox .title h2 {
        line-height: .72rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: .4rem;
        font-weight: normal;
        color: #fff
    }
    .m-news .videoBox .title p {
        line-height: .56rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: .26rem;
        color: #666
    }
    .m-news .video {
        position: relative;
        zoom: 1;
        margin-top: .8rem
    }
    .m-news .video a {
        position: absolute;
        z-index: 10;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        font-size: 0
    }
    .m-news .video .u-name {
        margin-bottom: .2rem;
        line-height: .6rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: .34rem;
        font-weight: normal;
        color: #fff
    }
    .m-news .video .u-con {
        margin-bottom: .6rem;
        line-height: .6rem;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        font-size: .26rem;
        color: #ccc
    }
    .m-news .video .m-more {
        position: relative;
        zoom: 1;
        display: inline-block;
        vertical-align: top;
        padding-right: .06rem;
        width: auto;
        line-height: .4rem;
        background: 0
    }
    .m-news .video .m-more:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: .03rem;
        min-height: 1px;
        overflow: hidden;
        background: #e62129
    }
    .m-news .video .u-img {
        position: relative;
        zoom: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: .8rem;
        height: 4.3rem;
        overflow: hidden
    }
    .m-news .video .u-img img {
        width: auto;
        height: auto
    }
    .m-news .video .u-img:before {
        content: "";
        position: absolute;
        z-index: 5;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        overflow: hidden;
        border-width: .34rem 0 .34rem .6rem;
        border-style: solid;
        border-color: transparent transparent transparent #fff;
        transform: translate(-50%, -50%)
    }
    .m-news .listBox {
        background: #1f1f1f
    }
    .m-news .listBox .u-box {
        position: relative;
        zoom: 1;
        padding: .44rem .3rem .4rem .72rem;
        transition: background .4s
    }
    .m-news .listBox .u-box:before {
        content: "";
        position: absolute;
        top: .4rem;
        bottom: .4rem;
        left: .3rem;
        width: .02rem;
        min-width: 1px;
        background: #fff
    }
    .m-news .listBox .u-box a {
        position: absolute;
        z-index: 10;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        font-size: 0;
        background: #fff;
        filter: alpha(opacity=0);
        opacity: 0
    }
    .m-news .listBox .u-name {
        line-height: .5rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: .26rem;
        font-weight: normal;
        color: #fff
    }
    .m-news .listBox .u-con {
        line-height: .44rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: .22rem;
        color: #ccc;
        transition: color .4s
    }
    .m-news .listBox .u-date {
        margin-top: .16rem;
        line-height: .28rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: .2rem;
        transition: color .4s
    }
    .m-news .listBox .u-box:hover {
        background: #e62129
    }
    .m-news .listBox .u-box:hover .u-con,
    .m-news .listBox .u-box:hover .u-date {
        color: #fff
    }
    .m-news .moreBox {
        padding: .5rem 0;
        border-top: solid 1px #363636;
        border-bottom: solid 1px #363636;
        background: #1f1f1f
    }
    .swiper-partner {
        position: relative;
        zoom: 1;
        padding: .35rem .15rem .6rem
    }
    .swiper-partner .swiper-slide {
        padding: .15rem;
        box-sizing: border-box
    }
    .swiper-partner .u-img {
        position: relative;
        zoom: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #1f1f1f
    }
    .swiper-partner .u-img img {
        position: relative;
        z-index: 5;
        width: auto;
        height: auto;
        max-height: 100%
    }
    .swiper-partner .u-img:hover:before {
        opacity: 1;
        transform: none
    }
    .swiper-partner-pagination {
        margin-top: .45rem;
        line-height: 0;
        font-size: 0;
        text-align: center
    }
    .swiper-partner-pagination .swiper-pagination-bullet {
        vertical-align: top;
        margin: 0 .16rem;
        width: .16rem;
        height: .16rem;
        border: solid .02rem #fff;
        background: 0;
        opacity: 1;
        outline: 0;
        box-sizing: border-box;
        transition: border-color .4s, background .4s
    }
    .swiper-partner-pagination .swiper-pagination-bullet-active {
        border-color: #e62129;
        background: #e62129
    }
    .m-contact {
        padding: .24rem .3rem 0
    }
    .m-contact .title {
        position: relative;
        zoom: 1;
        padding-left: .04rem;
        line-height: 1rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: .32rem;
        font-weight: normal;
        color: #fff;
        cursor: pointer
    }
    .m-contact .title:after {
        content: "";
        display: block;
        width: .6rem;
        height: .1875vh;
        background: #e62129
    }
    .m-contact .title .ico {
        position: absolute;
        top: 50%;
        right: 0;
        width: .37rem;
        height: .37rem;
        transform: translateY(-50%)
    }
    .m-contact .title .ico:before,
    .m-contact .title .ico:after {
        content: "";
        display: block;
        width: .37rem;
        height: .03rem;
        min-height: 1px;
        overflow: hidden;
        background: #e62129;
        transition: transform .4s, opacity .4s
    }
    .m-contact .title .ico:before {
        margin-top: .17rem
    }
    .m-contact .title .ico:after {
        margin-top: -.03rem;
        transform: rotate(90deg)
    }
    .m-contact .content {
        margin-left: .04rem;
        height: 0;
        line-height: .48rem;
        font-size: .24rem;
        overflow: hidden;
        border-bottom: solid 1px rgba(54, 54, 54, .77);
        transition: padding .4s
    }
    .m-contact .content a[href^="tel"] {
        text-decoration: underline
    }
    .m-contact .conBox[open] .title .ico:before {
        opacity: 0;
        transform: rotate(90deg)
    }
    .m-contact .conBox[open] .title .ico:after {
        transform: rotate(180deg)
    }
    .m-contact .conBox[open] .content {
        padding: .3rem 0 .4rem;
        height: auto
    }
    .m-contact .tel {
        padding: .4rem 0;
        text-align: center
    }
    .m-contact .tel h4 {
        line-height: .72rem;
        font-size: .64rem;
        font-weight: normal;
        color: #fff
    }
    .m-contact .tel p {
        line-height: .36rem;
        font-size: .24rem;
        color: #666
    }
    .footer-contact {
        line-height: 0;
        font-size: 0;
        text-align: center
    }
    .footer-contact .title {
        display: inline-block;
        vertical-align: top;
        margin-right: .24rem;
        padding-left: .5rem;
        line-height: .5rem;
        font-size: .26rem;
        font-weight: normal;
        color: #ccc;
        background: url(../images/ico-contact-title.png) 0 center / .35rem no-repeat
    }
    .footer-contact ul,
    .footer-contact li {
        display: inline-block;
        vertical-align: top
    }
    .footer-contact li {
        margin-right: .14rem
    }
    .footer-contact li:last-child {
        margin-right: 0
    }
    .footer-contact a {
        display: block;
        width: .5rem;
        height: .5rem;
        overflow: hidden;
        border: solid 1px rgba(246, 246, 246, .57);
        background: url(../images/ico-contact.png) 0 .5rem / 1rem 1.5rem no-repeat;
        transition: border-color .4s, background-position .4s
    }
    .footer-contact .wechat a {
        background-position: 0 0
    }
    .footer-contact .weibo a {
        background-position: 0 -.5rem
    }
    .footer-contact .qq a {
        background-position: 0 -1rem
    }
    .footer-contact a:hover {
        border-color: rgba(31, 140, 235, .57)
    }
    .footer-contact .wechat a:hover {
        background-position: -.5rem 0
    }
    .footer-contact .weibo a:hover {
        background-position: -.5rem -.5rem
    }
    .footer-contact .qq a:hover {
        background-position: -.5rem -1rem
    }
    .m-copyright {
        margin: .5rem .3rem 0;
        padding: .2rem 0;
        line-height: .48rem;
        font-size: .2rem;
        text-align: center;
        color: #666;
        border-top: solid 1px rgba(54, 54, 54, .77)
    }
    .m-copyright .f-fr {
        float: none
    }
    [innerPage] .m-copyright {
        margin-top: 1rem
    }
    #client {
        height: .94rem
    }
    #client ul {
        position: fixed;
        z-index: 100;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        align-items: stretch;
        min-width: 320px;
        height: .94rem;
        border-top: solid 1px rgba(54, 54, 54, .57);
        background: #1f1f1f
    }
    #client li {
        flex: 1;
        position: relative;
        zoom: 1
    }
    #client li:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: -1px;
        width: 0;
        overflow: hidden;
        border-left: solid 1px #000;
        border-right: solid 1px rgba(255, 255, 255, .18)
    }
    #client li:first-child:before {
        display: none
    }
    #client .u-a {
        position: relative;
        display: block;
        height: 100%
    }
    #client .u-a .ico {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../images/ico-client-wap.png) center .94rem / .5rem 3.76rem no-repeat
    }
    #client .client-home .ico {
        background-position: center 0
    }
    #client .client-tel .ico {
        background-position: center -.94rem
    }
    #client .client-qq .ico {
        background-position: center -1.88rem
    }
    #client .client-map .ico {
        background-position: center -2.82rem
    }
    #client .client-goTop,
    #client .conBox .con {
        display: none
    }
    #client .u-a:active {
        background: #e62129
    }
    #client .u-a:active .ico {}
    #subMenu {
        padding: 1rem .3rem 0
    }
    #subMenu .title {
        position: relative;
        zoom: 1;
        padding: 2.6rem 0 .2rem
    }
    #subMenu .title:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 1rem;
        height: .03rem;
        min-height: 1px;
        overflow: hidden;
        background: #e62129
    }
    #subMenu .title h2 {
        line-height: .6rem;
        font-size: .4rem;
        font-weight: normal;
        color: #333
    }
    #subMenu .title p {
        line-height: .5rem;
        font-size: .26rem;
        color: #666
    }
    #subMenu .sub-menu {
        position: fixed;
        z-index: 50;
        top: 1rem;
        left: 0;
        width: 100%;
        min-width: 320px;
        transition: left .4s
    }
    .sub-menu .current-btn {
        position: relative;
        zoom: 1;
        display: block;
        padding: 0 .3rem;
        line-height: 1rem;
        font-size: .3rem;
        color: #fff;
        background: #39f
    }
    .sub-menu .current-btn .arrow {
        position: absolute;
        top: 0;
        right: .3rem;
        display: flex;
        justify-content: center;
        align-items: center;
        width: .68rem;
        height: 1rem
    }
    .sub-menu .current-btn .arrow:before {
        content: ">";
        line-height: 1;
        font-size: .4rem;
        font-family: "SimSun";
        color: #fff;
        transform: rotate(90deg)
    }
    .sub-menu .fir-ul {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        max-height: 0;
        overflow: hidden;
        transition: max-height .6s
    }
    .sub-menu .fir-li {
        padding: 0 .3rem;
        background: rgba(0, 0, 0, .82)
    }
    .sub-menu .fir-li:after {
        content: "";
        display: block;
        height: 0;
        border-bottom: solid 1px rgba(255, 255, 255, .3)
    }
    .sub-menu .fir-li:last-child:after {
        display: none
    }
    .sub-menu .fir-li .u-a {
        display: block;
        padding: 0 .54rem;
        line-height: .8rem;
        font-size: .26rem;
        color: #fff
    }
    .sub-menu .fir-li.current .u-a {
        margin: 0 -.3rem;
        padding: 0 .84rem;
        line-height: .9rem;
        text-align: center;
        background: #000
    }
    .sub-menu .sec-box {
        display: none
    }
    .sub-menu .sec-ul {
        padding: 0 .54rem
    }
    .sub-menu .sec-ul li {
        line-height: .6rem;
        font-size: .2rem
    }
    .sub-menu .sec-ul li a {
        color: #333
    }
    .sub-menu .sec-ul li a:hover,
    .sub-menu .sec-ul li.current a {
        color: #e62129
    }
    .sub-menu[menu="show"] .fir-ul {
        max-height: calc(100vh - (1rem + 1rem + .94rem));
        overflow: auto
    }
    .sub-product {
        margin-top: .6rem
    }
    .sub-product li {
        float: left;
        width: 44%;
        margin: 4% 0 0 4%
    }
    .sub-product li:nth-child(-n+2) {
        margin-top: 0
    }
    .sub-product .u-box {
        position: relative;
        zoom: 1;
        padding-bottom: .56rem;
        text-align: center;
        background: #1f1f1f
    }
    .sub-product .u-box a {
        position: absolute;
        z-index: 10;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        font-size: 0;
        background: #fff;
        filter: alpha(opacity=0);
        opacity: 0
    }
    .sub-product .u-img {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 3.3rem
    }
    .sub-product .u-img img {
        width: auto;
        height: auto;
        max-height: 100%
    }
    .sub-product .u-con {
        margin-top: .22rem;
        padding: 0 .3rem
    }
    .sub-product .name {
        line-height: .4rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: .26rem;
        font-weight: normal;
        color: #fff
    }
    .sub-product .content {
        margin-top: .22rem;
        line-height: .3rem;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: .18rem
    }
    .sub-case li {
        margin: .3rem .3rem 0
    }
    .sub-case .u-box {
        position: relative;
        zoom: 1;
        text-align: center;
        background: #1f1f1f
    }
    .sub-case .u-box a {
        position: absolute;
        z-index: 10;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        font-size: 0;
        background: #fff;
        filter: alpha(opacity=0);
        opacity: 0
    }
    .sub-case .u-img {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 4.3rem
    }
    .sub-case .u-img img {
        width: auto;
        height: auto;
        max-height: 100%
    }
    .sub-case .u-con {
        padding: .1rem 0;
        background: #1f1f1f
    }
    .sub-case .name {
        line-height: .5rem;
        font-size: .28rem;
        font-weight: normal;
        color: #fff
    }
    .sub-case .content {
        line-height: .38rem;
        font-size: .18rem
    }
    .sub-news li {
        margin: .7rem .3rem 0
    }
    .sub-news .u-box {
        position: relative;
        zoom: 1
    }
    .sub-news .u-box a {
        position: absolute;
        z-index: 10;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        font-size: 0;
        background: #fff;
        filter: alpha(opacity=0);
        opacity: 0
    }
    .sub-news .u-img {
        position: relative;
        z-index: 5;
        height: 4.32rem;
        flex-shrink: 0
    }
    .sub-news .name {
        padding-top: .3rem;
        line-height: .48rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: .3rem;
        font-weight: normal;
        color: #fff
    }
    .sub-news .content {
        margin-top: .3rem;
        height: .72rem;
        line-height: .36rem;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: .18rem;
        color: #a9a9a9
    }
    .sub-news .date {
        position: relative;
        zoom: 1;
        margin-top: .4rem;
        padding-top: .3rem;
        line-height: .36rem;
        font-size: .2rem;
        color: #fff
    }
    .sub-news .date:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: .65rem;
        height: 2px;
        overflow: hidden;
        background: #e62129;
        box-sizing: content-box;
        transition: left .6s, padding-left .6s, width .6s
    }
    .sub-content {
        padding: .4rem .3rem 0;
        line-height: 1.8;
        font-size: .2rem;
        color: #333
    }
    .sub-content h1 {
        margin-bottom: .35rem;
        padding: .18rem 0;
        line-height: 1.25;
        font-size: .36rem;
        font-weight: normal;
        color: #fff
    }
    .about-detail .conBox {
        line-height: 2.4;
        color: #ccc
    }
    .about-detail .conBox h1 {
        margin-bottom: .42rem
    }
    .about-detail .swiper-advantage {
        margin: 1rem -.3rem 0;
        padding: 0 .3rem;
        background: #1f1f1f
    }
    .about-detail .swiper-advantage:before {
        display: none
    }
    .about-detail .imgBox {
        margin-top: 1rem
    }
    .about-detail .imgBox li {
        margin-top: .4rem;
        text-align: center
    }
    .about-detail .imgBox li:first-child {
        margin-top: 0
    }
    .detail-name {
        order: -1;
        padding: .4rem 0 .35rem;
        color: #fff
    }
    .detail-name h1 {
        padding: .18rem 0;
        line-height: 1.25;
        font-size: .36rem;
        font-weight: normal
    }
    .detail-name h2 {
        padding: .18rem 0;
        line-height: 1.2;
        font-size: .3rem;
        font-weight: normal
    }
    .detail-con {
        margin-top: .5rem;
        padding-top: .5rem;
        line-height: 1.8;
        font-size: .2rem;
        border-top: solid 1px #333
    }
    .detail-con h4 {
        margin-bottom: .26rem;
        line-height: 1.3846;
        font-size: .26rem;
        font-weight: normal;
        color: #ccc
    }
    .pro-detail .detail-item {
        display: flex;
        flex-direction: column;
        padding: 0 .3rem;
        overflow: hidden
    }
    .news-detail {
        padding: 0 .3rem
    }
    .news-detail .detail-con {
        margin-top: 0
    }
    .detail-page {
        margin-top: 1.3rem;
        display: flex;
        line-height: 0;
        font-size: 0;
        text-align: center
    }
    .detail-page .page {
        flex: 1;
        position: relative;
        zoom: 1;
        display: inline-block;
        vertical-align: top;
        width: 50%;
        height: .56rem;
        transition: color .4s
    }
    .detail-page .page:after {
        content: "";
        display: inline-block;
        vertical-align: middle;
        height: 100%
    }
    .detail-page .page h4 {
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
        line-height: .3rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: .18rem;
        font-weight: normal;
        text-align: left
    }
    .detail-page .page a {
        position: absolute;
        z-index: 10;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        font-size: 0
    }
    .detail-page .page .arrow {
        position: absolute;
        top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: .56rem;
        height: .56rem;
        font-size: .36rem;
        font-family: "SimSun";
        text-align: center;
        border: solid 1px #999;
        transition: border-color .4s
    }
    .detail-page .page-prev {
        padding: 0 .25rem 0 .81rem;
        text-align: left
    }
    .detail-page .page-prev:before,
    .detail-page .page-prev .arrow {
        left: 0
    }
    .detail-page .page-prev .arrow:before {
        content: "<"
    }
    .detail-page .page-next {
        padding: 0 .81rem 0 .25rem;
        text-align: right;
        color: #fff
    }
    .detail-page .page-next:before,
    .detail-page .page-next .arrow {
        right: 0
    }
    .detail-page .page-next:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        width: 100%;
        height: 100%;
        background: #39f
    }
    .detail-page .page-next .arrow {
        border-color: #39f
    }
    .detail-page .page-next .arrow:before {
        content: ">"
    }
    .detail-page .page-disabled {
        opacity: .25;
        pointer-events: none
    }
    .swiper-detail-img {
        background: #1f1f1f
    }
    .swiper-detail-img .swiper-slide {
        text-align: center
    }
    .swiper-detail-button {
        position: relative;
        zoom: 1
    }
    .swiper-detail-button>div {
        position: absolute;
        z-index: 10;
        top: .4rem;
        display: flex;
        justify-content: center;
        align-items: center;
        width: .88rem;
        height: 1.3rem;
        font-size: .54rem;
        font-family: "SimSun";
        color: #e62129;
        cursor: pointer;
        outline: 0;
        transition: color .4s, opacity .4s
    }
    .swiper-detail-button>div.swiper-button-disabled {
        color: rgba(255, 255, 255, .46);
        pointer-events: none
    }
    .swiper-detail-button>div.swiper-button-lock {
        display: none
    }
    .swiper-detail-button-prev {
        left: -.3rem
    }
    .swiper-detail-button-next {
        right: -.3rem
    }
    .swiper-detail-thumbs {
        margin: .4rem auto 0;
        width: 5.74rem
    }
    .swiper-detail-thumbs .swiper-slide {
        position: relative;
        zoom: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 1.3rem;
        background: #1f1f1f;
        cursor: pointer;
        transition: background .4s
    }
    .swiper-detail-thumbs .swiper-slide:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: solid 2px #e62129;
        opacity: 0;
        box-sizing: border-box;
        transition: opacity .4s
    }
    .swiper-detail-thumbs .swiper-slide img {
        max-height: 100%
    }
    .swiper-detail-thumbs .swiper-slide-thumb-active {
        background: 0
    }
    .swiper-detail-thumbs .swiper-slide-thumb-active:before {
        opacity: 1
    }
    .detail-recommend {
        margin-top: .7rem;
        padding: 0 .3rem
    }
    .detail-recommend .title {
        padding-bottom: .32rem
    }
    .detail-recommend .title h2 {
        line-height: 1.4;
        font-size: .36rem;
        font-weight: normal;
        color: #fff
    }
    .detail-recommend .title p {
        margin-top: .1rem;
        line-height: 1.5;
        font-size: .24rem
    }
    .detail-recommend .intro {
        line-height: 1.8;
        font-size: .2rem;
        color: #fff
    }
    .detail-recommend .listBox {
        margin-top: .55rem
    }
    .detail-recommend .listBox ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }
    .detail-recommend .listBox li {
        margin-top: .3rem;
        width: 3.3rem
    }
    .detail-recommend .listBox li:nth-child(-n+2) {
        margin-top: 0
    }
    .detail-recommend .listBox .u-box {
        position: relative;
        zoom: 1;
        padding-bottom: .56rem;
        overflow: hidden;
        text-align: center;
        background: #1f1f1f;
        transition: padding-bottom .4s
    }
    .detail-recommend .listBox .u-box a {
        position: absolute;
        z-index: 10;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        font-size: 0;
        background: #fff;
        filter: alpha(opacity=0);
        opacity: 0
    }
    .detail-recommend .listBox .u-img {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 3.3rem
    }
    .detail-recommend .listBox .u-img img {
        width: auto;
        height: auto;
        max-height: 100%
    }
    .detail-recommend .listBox .u-con {
        margin-top: .2rem;
        padding: 0 .3rem
    }
    .detail-recommend .listBox .name {
        line-height: 1.6666;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: .26rem;
        font-weight: normal;
        color: #fff
    }
    .detail-recommend .listBox .content {
        margin-top: .2rem;
        line-height: 1.6666;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: .18rem;
        color: #ccc
    }
    .detail-recommend .listBox .more {
        display: none
    }
}


/*合作伙伴*/


/*.page4{background:url(../images/ys.jpg) center center no-repeat;background-size:cover}*/

.custom_box {
    position: relative;
    z-index: 1;
    width: 1400px;
    margin: 5vh auto;
}

.custom_box>div {
    position: relative;
    width: 90%;
    margin: 0 auto;
    text-align: center
}

.custom_box .item {
    display: inline-block;
    width: 24%;
    position: relative;
    z-index: 2;
    vertical-align: top;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg)
}

.custom_box .item>div {
    position: relative;
    width: 70%;
    padding-top: 70%;
    margin: 15%;
    cursor: pointer;
    background: #fff;
    border-radius: 5px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear
}

.custom_box .item>div:after {
    content: "";
    left: 1px;
    top: 1px;
    bottom: 1px;
    right: 1px;
    display: block;
    border: 1px solid #ccc;
    border: 1px solid rgba(255, 255, 255, .3);
    position: absolute;
    border-radius: 5px
}

.custom_box .item>div:hover {
    background: #df0000;
    border-color: transparent;
    z-index: 2
}

.custom_box .item>div a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
}

.custom_box .item:nth-child(1) {
    margin-left: 12.5%
}

.custom_box .item:nth-child(3) {
    margin-right: 12.5%
}

.custom_box .item:nth-child(1),
.custom_box .item:nth-child(2),
.custom_box .item:nth-child(3) {
    margin-bottom: -12%
}

.custom_box .item:nth-child(10),
.custom_box .item:nth-child(8),
.custom_box .item:nth-child(9) {
    margin-top: -12%
}

.custom_box .item:nth-child(11),
.custom_box .item:nth-child(12),
.custom_box .item:nth-child(13) {
    display: none
}

.custom_box .item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media only screen and (max-width: 1366px) {
    .inaboutys li h3 {
        font-size: 16px;
        color: #000;
        padding-top: 0px;
        font-weight: 100;
    }
    .inaboutys li h3 b {
        font-size: 32px;
        font-weight: 100;
        padding-right: 5px;
        text-align: left;
    }
    .inaboutys li p {
        text-align: left;
        font-size: 18px;
        color: #000;
        margin-top: -40px;
    }
    .inaboutys li span {
        text-align: left;
        font-size: 18px;
        color: #000;
        margin-top: -90px;
        float: left;
        padding-left: 46%;
    }
    .inaboutys li:nth-child(1) p {
        padding-left: 80px;
    }
    .inaboutys li:nth-child(2) p {
        padding-left: 80px;
    }
    .inaboutys li:nth-child(3) p {
        padding-left: 90px;
    }
    .inaboutys li:hover {
        margin-top: 10px;
    }
    .m-contact .content p {
        font-size: 12px;
        color: #666;
    }
}

@media only screen and (max-width: 1200px) {
    .m-about .conBox .content {
        -webkit-line-clamp: 20;
    }
    .inHeader h1 {
        display: inline-block;
        margin-left: 0px;
        padding: 5px 0 5px;
    }
    .inHeader nav {
        float: right;
        margin-top: 14px;
    }
    .inHeader nav a {
        font-size: 14px;
        color: #fff;
        margin-right: 20px;
        position: relative;
    }
    .inHeader nav a.en {
        font-size: 14px;
        color: #fff;
        margin-right: 40px;
        position: relative;
        border: solid 1px #fff;
        padding: 5px;
    }
    .inHeader nav a:after {
        position: absolute;
        top: 50%;
        right: -10px;
        margin-top: -6px;
        width: 1px;
        height: 12px;
        background: #fff;
        content: '';
        display: block;
    }
    .inaboutys li h3 {
        font-size: 14px;
        color: #000;
        padding-top: 0px;
        font-weight: 100;
    }
    .inaboutys li h3 b {
        font-size: 22px;
        font-weight: 100;
        padding-right: 5px;
        text-align: left;
    }
    .inaboutys li p {
        text-align: left;
        font-size: 14px;
        color: #000;
        margin-top: -30px;
    }
    .inaboutys li span {
        text-align: left;
        font-size: 14px;
        color: #000;
        margin-top: -90px;
        float: left;
        padding-left: 46%;
    }
    .inaboutys li:nth-child(1) p {
        padding-left: 60px;
    }
    .inaboutys li:nth-child(2) p {
        padding-left: 60px;
    }
    .inaboutys li:nth-child(3) p {
        padding-left: 70px;
    }
    .inaboutys li:hover {
        margin-top: 10px;
    }
    .m-contact .content p {
        font-size: 12px;
        color: #666;
    }
}

@media only screen and (max-width: 1024px) {
    .m-about .conBox .content {
        -webkit-line-clamp: 9;
    }
    .join-link {
        height: 25vh;
    }
    .in-contact .title {
        position: relative;
        zoom: 1;
        padding: 2vh 0 1.25vh;
        margin: 2vh 0 0 5vh;
    }
    .m-cpnm {
        padding: 5px 10px;
        line-height: 1.7;
        font-size: 16px;
        margin-right: 10px;
        border-radius: 5px;
    }
    .swiper-application .name h4 {
        font-size: 28px;
    }
    .swiper-application .name p {
        font-size: 16px;
    }
    .swiper-application-menu .u-name h4 {
        font-size: 16px;
    }
    .swiper-application-menu .u-name p {
        font-size: 12px;
    }
}

@media screen and (max-width:767px) {
    .custom_box>div {
        text-align: left
    }
    .custom_box .item {
        width: 32%
    }
    .custom_box .item:nth-child(3) {
        margin-left: -4%;
    }
    .custom_box .item:nth-child(6) {
        margin-left: 12.5%;
    }
    .custom_box .item:nth-child(8) {
        margin-left: 30%;
    }
}