header {
    width: 100%;
}

.container {
    margin: 0 auto;
    width: 16rem;
    /* margin-right: 10%; */
}

.data-header-pc-1 {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 9;
    background-color: transparent;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0);
    /* padding: 15px 0; */
    transition: all .5s;
}

.data-header-pc-1 .Box {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.data-header-pc-1 .logo {
    display: table-cell;
    align-items: center;
    vertical-align: middle;
    height: .42rem;
}

.data-header-pc-1 .logoBox {
    position: relative;
}

.data-header-pc-1 .logoBox img {
    display: block;
    transition: all .3s;
    width: 2.38rem;
    height: auto;
    opacity: 1;
}

.data-header-pc-1 .Menu {
    font-size: 0;
    line-height: 0;
    padding-top: 0;
    transition: all .5s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.data-header-pc-1 .Menu .ul {
    /* display: inline-block; */
    vertical-align: middle;
    margin-left: auto;
    margin-right: .5rem;
}

.menu_btn {
    display: inline-block;
    height: 100%;
    width: 30px;
    margin-left: 15px;
}

.menu_btn span {
    display: block;
    width: 100%;
    height: 5px;
    background-color: #fff;
    border-radius: 2px;
    margin: 3px 0;
}

.h-nav {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    margin-right: .63rem;
}

.h-d {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.h-d.active .h-e {
    color: #c7000b;
}

.h-e {
    display: block;
    line-height: 1.2rem;
    color: #333;
    padding: 0 .32rem;
    text-align: start;
}

.h-opa {
    left: -100vw;
    opacity: 0;
    transition: opacity .3s;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 122;
}

.h-sub {
    display: none;
    width: 1.5rem;
    background-color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -0.75rem;
    top: 1.2rem;
    z-index: 1000;
    padding: 0.05rem 0;
}

.h-sub>li>a {
    display: block;
    width: 100%;
    line-height: 1.71;
    padding: .1rem 0.03rem;
    text-align: center;
    color: #666;
    transition: background-color .3s;
}

.data-header-pc-1 .Menu li {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    margin: 0 .1rem;
    text-align: center;
    position: relative;
}

.data-header-pc-1 .Menu .h-d li {
    display: block;
    margin: 0;
    text-align: start;
}

.data-header-pc-1 .Menu .title {
    position: relative;
    display: block;
    color: #fff;
    padding: 0 .2rem;
    line-height: 1.2rem;
    border-radius: 5px;
    text-transform: uppercase;
    background: transparent;
    transition: all .5s;
    /* min-width: 1rem; */
}

.data-header-pc-1 .Menu .Lib::after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -8px;
    bottom: 100%;
    display: block;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 6px solid #fff;
}



.data-header-pc-1 .Menu .on .title::after {
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background-color: transparent;
    border-radius: 21px;
}

.data-header-pc-1 .Menu li:hover .Lib {
    opacity: 1;
    margin-top: 0;
    z-index: 2;
    transform: scale(1) translateX(-50%);
    -webkit-transform: scale(1) translateX(-50%);
    -moz-transform: scale(1) translateX(-50%);
    -ms-transform: scale(1) translateX(-50%);
    -o-transform: scale(1) translateX(-50%);
}

.data-header-pc-1 .Menu .Lib {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 100%;
    min-width: 100%;
    margin-top: -15px;
    padding: 0;
    opacity: 0;
    z-index: -1;
    transform: scale(0) translateX(-50%);
    -webkit-transform: scale(0) translateX(-50%);
    -moz-transform: scale(0) translateX(-50%);
    -ms-transform: scale(0) translateX(-50%);
    -o-transform: scale(0) translateX(-50%);
    transition: opacity .5s, margin .5s;
    -webkit-transition: opacity .5s, margin .5s;
    -ms-transition: opacity .5s, margin .5s;
    -moz-transition: opacity .5s, margin .5s;
    -o-transition: opacity .5s, margin .5s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.data-header-pc-1 .Menu .Lib a {
    display: block;
    /* font-size: 15px; */
    color: #333;
    line-height: .20rem;
    padding: 15px 15px;
    word-break: keep-all;
    white-space: nowrap;
    transition: all .3s;
    background: #fff;
}

.data-header-pc-1 .Menu .Lib a:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.data-header-pc-1 .Menu .Lib a:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.data-header-pc-1 .Menu .Lib a+a {
    border-top: 1px solid #eee;
}

.data-header-pc-1 .Menu .Lib a:hover {
    background-color: #c7000b;
    color: #fff;
    transition: all .3s;
}

.FormBox {
    position: absolute;
    left: 0;
    top: 50px;
    background: #fff;
    width: 100%;
    padding: 10px 0;
    display: none;
}

.FormBox .form {
    position: relative;
    width: 100%;
    display: block;
    padding: 0 40px;
}

.FormBox .exit {
    position: absolute;
    left: 10px;
    top: 0;
    height: 100%;
    width: 30px;
    background: url(../images/exit.png) no-repeat center / 16px auto;
    cursor: pointer;
}

.FormBox .Key {
    display: block;
    line-height: 42px;
    height: 42px;
    width: 100%;
    padding: 0 15px;
}

.FormBox .form .submit {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 0;
    height: 100%;
    width: 30px;
    background: url(../images/icon_search_h.png) no-repeat center;
}

.SearchBtn {
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    background: transparent url(../images/icon_search.png) no-repeat center;
    border-radius: 0;
    transition: all .5s;
}

.SearchBtn:hover {
    background-color: #c7000b;
    border-radius: 50%;
}

.SmallHeader .data-header-pc-1 {
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    background-color: #fff;
    /* padding: 17px 0; */
}



.p_w .data-header-pc-1 {
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    background-color: #fff;
    /* padding: 17px 0; */
}

.SearchShow .FormBox {
    display: block;
}

.SmallHeader .data-header-pc-1 .menu_btn span {
    background-color: #fff;
}

.p_w .data-header-pc-1 .menu_btn span {
    background-color: #c7000b;
}

.SmallHeader .data-header-pc-1 .logoBox .i_h {
    opacity: 1;
}

.p_w .data-header-pc-1 .logoBox .i_h {
    opacity: 1;
}

.SmallHeader .data-header-pc-1 .Menu .title {
    color: #fff;
    line-height: .6rem;
}

.SmallHeader .data-header-pc-1 .logoBox img {
    width: 1.8rem;
    transition: all .3s;
}


.p_w .data-header-pc-1 .Menu .title {
    color: #fff;
}



.data-header-pc-1 .Menu .title::after {
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background-color: transparent;
    border-radius: 21px;
}

.data-header-pc-1 .Menu .title:hover.title::after {
    background-color: #fff;
}

.SmallHeader .data-header-pc-1 .Menu .title:hover .SmallHeader .data-header-pc-1 .Menu .title:hover,
.SmallHeader .data-header-pc-1 .Menu .on .title {
    color: #fff;
}



.SmallHeader .data-header-pc-1 .SearchBtn {
    /* background-color: #0a56a2; */
    margin-left: auto;
    border-radius: 5px;
    background: url(../images/search_logo.png) transparent no-repeat center;
}

.p_w .data-header-pc-1 .SearchBtn {

    margin-left: auto;
    border-radius: 5px;
    background: url(../images/search_logo_k.png) transparent no-repeat center;
}

.SmallHeader .data-header-pc-1 .SearchBtn:hover {
    border-radius: 50%;
}

.p_w .data-header-pc-1 .SearchBtn:hover {
    border-radius: 50%;
}

.data-header-pc-1 .SearchBtn {
    display: block;
    width: 28px;
    height: 28px;
    background: transparent url(../images/search_logo.png) no-repeat center;
    border-radius: 0;
    transition: all .5s;
    /* align-self: center; */
    margin-left: auto;
}

.SmallHeader .data-header-pc-1 {
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    background-color: #c7000b;
}

.p_w .data-header-pc-1 {
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    background-color: #fff;
}

header.show-menu .h-opa {
    left: 0;
    opacity: 1;
}

.h_last {
    /* height: 100%; */
    display: flex;
    align-items: center;
    /* margin-left: auto; */
}

.lc_list {
    display: flex;
    flex-direction: column;
    /* position: relative; */
    height: 100%;
}




.h_left {
    display: flex;
    align-items: center;
    margin-left: .4rem;

}

.l_change {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.l_change a {
    font-family: ArialMT;
    color: #ffffff;
}

.cl_h {
    background-color: #fff;
    position: absolute;
    width: 50px;
    left: 50%;
    top: 100%;
    z-index: 5;
    transform: scaleY(0) translateX(-50%);
    transform-origin: center top;
    transition: all .3s;
}

.cl_h a {
    display: block;
    text-align: center;
    padding: 10px 0;
    color: #000;
}

.h_left-line {
    width: 1px;
    height: 19px;
    background-color: #ffffff;
    margin: 0 .155rem;
}

.l_change:hover .cl_h {
    transform-origin: center top;
    transition: all .3s;
    transform: scaleY(1) translateX(-50%);
}


@media(min-width:1100px) {
    .container {
        width: 16rem;
    }
}

@media(min-width:1000px) {
    .menu_btn {
        display: none;
    }

    .h-nav {
        display: none;
    }
}

@media(max-width:1000px) {


    main {
        margin-top: 48px;
    }

    .data-header-pc-1 {
        background-color: #c7000b;
        padding: 10px 0;
    }

    .data-header-pc-1 .SearchBtn {
        margin-left: auto;
        border-radius: 5px;
        background: url(../images/search_logo.png) transparent no-repeat center;
    }

    .data-header-pc-1 .menu_btn span {
        background-color: #fff;
    }
}

.hs_item {
    width: 100%;

    background-size: cover;
    background-repeat: no-repeat;
}






@media(max-width: 1000px) {
    .h_left {
        margin-left: auto;
    }

    .data-header-pc-1 .Menu li {
        transform: translateY(0);
    }

    .data-header-pc-1 .Menu {
        align-items: center;
        width: 100%;
        justify-content: space-between;
    }

    .h-a {
        height: 44px;
    }

    .h-e {
        line-height: 44px;
    }

    .h-index {
        margin-top: 12px;
    }

    .h-logo {
        height: 20px;
    }

    .h-cont {
        width: 100%;
        padding-left: 10px;
    }

    .h-l {
        position: absolute;
        right: 88px;
        top: 0;
    }

    .h-s {
        position: absolute;
        right: 44px;
        top: 0;
    }

    .h-menu {
        position: absolute;
        right: 0;
        top: 0;
        width: 44px;
        height: 44px;
        background-image: url(../images/115.png);
        background-size: 28px 28px;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .h-nav {
        width: 280px;
        height: 100vh;
        overflow: auto;
        padding-right: 0;
        margin-right: 0;
        position: fixed;
        right: -280px;
        top: 0;
        background-color: #fff;
        z-index: 654321;
        padding-top: 10px;
        padding-bottom: 10px;
        transition: all .3s;
    }

    header.show-menu .h-nav {
        right: 0;
    }

    .h-d {
        display: block;
        width: 100%;
        margin-left: 0;
    }

    .h-e {
        padding: 0 40px 0 20px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        color: #666;
        margin: 0;
    }

    .h-d:first-child .h-e {
        padding-left: 20px;
        text-align: start;
    }

    .h-sub {
        width: 100%;
        margin-left: 0;
        top: 0;
        position: relative;
        left: 0;
    }

    .h-sub>li>a {
        padding-left: 40px;
        text-align: left;
    }

    .h-d.has-nav:after {
        content: "+";
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        position: absolute;
        right: 0;
        top: 0;
        font-size: 20px;
        color: #666;
    }

    .h-d.has-nav.show:after {
        content: "-";
    }

    .h-d.has-nav.active:after {
        color: #fff;
    }

    .h-sch {
        margin-right: -130px;
        top: 44px;
    }

    .data-header-pc-1 .Menu .ul {
        display: none;
    }

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

    .f_l {
        margin: 0;
    }
}


.a-main {
    position: relative;
}

.a-ps-wrap {
    font-size: 0;
    position: absolute;
    left: 0;
    bottom: 0.8rem;
    width: 100%;
    padding-left: 10%;
    text-align: left;
    z-index: 5;
}

.a-ps {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.a-p {
    width: 1.2rem;
    height: 3px;
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    margin-right: .3rem;

    position: relative;
    cursor: pointer;
    opacity: 1;
    border-radius: 0;
}

.a-p canvas {
    width: 100%;
    min-height: 100%;
}

.a-p:before,
.a-p:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: .2rem;
    position: absolute;
    left: 0;
}

.a-p:before {
    bottom: 100%;
}

.a-p:after {
    top: 100%;
}

.a-text.white .a-tit {
    color: #fff;
}

.a-text.white .a-des {
    color: #fff;
}

.a-stop {
    width: 11px;
    height: 11px;
    background-image: url(../images/4.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.a-stop.stop {
    background-image: url(../images/5.png)
}

.a-bar {
    width: 100%;
    text-align: center;
    text-shadow: 1px 1px 1px #fff;
    color: #474b50;
    position: absolute;
    line-height: 2.5;
    height: 0;
    left: 0;
    bottom: 100%;
    overflow: hidden;
    transition: all .3s;
}

.a-s {
    position: relative;
}

.a-s-pop {
    position: absolute;
    top: 50%;
    max-width: 60%;
    transform: translateY(-50%);
    left: 60%;
}

.as-p .s68 {
    font-family: AlibabaPuHuiTi_2_65_Medium;
    color: #ffffff;
    margin: .45rem 0;
}

.as-p .s24 {
    font-family: AlibabaPuHuiTi_2_65_Medium;
    color: #e4e7f0;
}

.as-link {
    display: flex;
    margin-top: 1rem;
}

.as-link-item {
    display: flex;
    align-items: center;
    border-radius: .3rem 0px 0px 0px;
    border: solid 2px #ffffff;
    padding: .15rem .25rem;
    position: relative;
    overflow: hidden;
}

.as-link-item::before {
    width: 100%;
    height: 100%;
    background-color: #c7000b;
    left: 0;
    top: 0;
    position: absolute;
    /* border-radius: .3rem 0px 0px 0px; */
    content: '';
    z-index: -1;
    transform: translateX(-100%);
    transition: all .3s;
}

.as-link-item:hover::before {
    transform: translateX(0%);
    transition: all .3s;
}

.as-link-item .s16 {
    font-family: SourceHanSansCN-Normal;
    color: #ffffff;
    margin-right: .25rem;
}

.as-logo {
    width: 1.97rem;
}

.a-img {
    width: 100%;
    object-fit: cover;

}

.b-main {
    padding: 1.19rem 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.bm-content {
    width: 17.6rem;
    display: flex;
    justify-content: space-between;
    margin-left: auto;
}

.bm-left {
    width: calc(640 / 1760 *100%);
    margin-bottom: 1.5rem;
}

.bm-right {
    width: calc(960 / 1760 *100%);
}

.bm-right-slide img {
    width: 100%;
}

.home-title .s46 {
    font-family: SourceHanSansCN-Bold;
    color: #333333;
    margin-top: .1rem;
}

.home-title.center {
    text-align: center;
}

.home-title .s18 {
    font-family: AvantGardeITCbyBT-Book;
    color: #333333;
}

.bm-j1 {
    width: 24px;
    height: 9px;
    background-color: #cdcfcd;
    border-radius: 0px 5px 5px 0px;
    margin: .49rem 0 .37rem 0;
}

.bm-p {
    padding: .35rem 0;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
}

.bm-p p {
    font-family: SourceHanSansCN-Normal;
    color: #666666;
    line-height: 1.6;
}

.bm-link {
    display: flex;
    margin-top: 1rem;
}

.bm-link .bm.s16 {
    display: flex;
    align-items: center;
    border-radius: 0.3rem 0px 0px 0px;
    border: solid 2px #999999;
    padding: 0.15rem 0.25rem;
    position: relative;
    overflow: hidden;
}

.bm-link .bm.s16 img {
    position: relative;
    z-index: 2;
}

.bm-link .bm.s16 img.active {
    display: none;
}

.bm-link .bm.s16 p {
    font-family: SourceHanSansCN-Normal;
    color: #c7000b;
    margin-right: .25rem;
    position: relative;
    z-index: 2;
}

.bm-link .bm.s16::before {
    width: 100%;
    height: 100%;
    background-color: #c7000b;
    left: 0;
    top: 0;
    position: absolute;
    /* border-radius: 0.3rem 0px 0px 0px; */
    content: '';
    z-index: 1;
    transform: translateX(-100%);
    transition: all .3s;
}

.bm-link .bm.s16:hover::before {
    transform: translateX(0%);
    transition: all .3s;
}

.bm-link .bm.s16:hover p {
    color: #fff;
}

.bm-link .bm.s16:hover img.active {
    display: block;
}

.bm-link .bm.s16:hover img {
    display: none;
}

.bm-right-swiper-pag {
    text-align: center;
    margin-top: .5rem;
}


.bm-right-swiper-pag .swiper-pagination-bullet {
    width: 1rem;
    height: 3px;
    background-color: #f3f3f4;
    border-radius: 0;
    opacity: 1;
    position: relative;
}

.bm-right-swiper-pag .swiper-pagination-bullet::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ffffff;
    z-index: -1;

}

.bm-right-swiper-pag .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    background-color: #c7000b;
    animation-name: c_change;
    animation-duration: 5.5s;
    animation-timing-function: linear;
    z-index: 2;
}

.b-main {
    position: relative;
}

.bm-data-container {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #c7000b;
    padding: .8rem 3rem 0.8rem 1.6rem;
}

.bm-data-wrap {
    display: flex;
}

.bm-data-item {
    margin-right: 1rem;
}

.data-up .s48 {
    font-family: AvantGardeITCbyBT-Medium;
    color: #ffffff;
}

.data-up .s16 {
    font-family: SourceHanSansCN-Normal;
    color: #ffffff;
}

.data-down .s18 {
    font-family: SourceHanSansCN-Normal;
    color: #ffffff;
}

.data-down {
    margin-top: .15rem;
}


.home-title.white p {
    color: #fff;
}


@keyframes c_change {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

.cm-swiper-wrap {
    margin-top: .5rem;
    position: relative;
}

.c-main {
    padding: 1.5rem 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}


.cm-slide {
    display: block;
    background-color: #ffffff;
    border-radius: 0px .8rem 0px 0px;
    padding: .5rem .4rem;
    border-bottom: 5px solid #fff;
    transition: all .3s;
    height: 100%;
}

.cms-title .s26 {
    font-family: SourceHanSansCN-Medium;
    color: #333333;
}

.cms-title .s13 {
    font-family: AvantGardeITCbyBT-Book;
    color: #333333;
    margin-top: .05rem;
}

.cms-title {
    margin: .5rem 0;
}

.cms-title::after {
    content: '';
    display: block;
    margin-top: .5rem;
    width: 18px;
    height: 3px;
    background-color: #c7000b;

}

.cms-p p {
    font-family: SourceHanSansCN-Normal;
    color: #666666;
    line-height: 1.6;
}

.cms-link-item {
    display: flex;
    align-items: center;
}

.cms-link-item img.active {
    display: none;
}

.cms-link-item img {
    width: 13px;
}

.cms-link-item .s14 {
    font-family: SourceHanSansCN-Normal;
    color: #999999;
    margin-right: .1rem;
    transition: all .3s;
}

.cms-link {
    margin-top: .8rem;
}

.cm-slide:hover {
    border-bottom: 5px solid #c7000b;
    transition: all .3s;
}

.cm-slide:hover .cms-link-item .s14 {
    color: #c7000b;
    transition: all .3s;
}

.cm-slide:hover .cms-link-item img.active {
    display: block;
}

.cm-slide:hover .cms-link-item img {
    display: none;
}

.cm-logo {
    height: 52px;
}

.cm-swiper-btn {
    position: absolute;
    width: .6rem;
    height: .6rem;
    border: solid 1px rgba(255, 255, 255, .2);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top: 50%;
    z-index: 2;
    cursor: pointer;

}

.cm-prev {
    left: 0;
    transform: translateX(-150%) translateY(-50%);
}

.cm-next {
    right: 0;
    transform: translateX(150%) translateY(-50%);
}

.cm-swiper-btn:hover {
    background-color: #c7000b;
}

.dm-item>img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.dm-item .a-s-pop {
    left: 8%;
    top: 40%;
}

.dm-item .a-s-pop .as-p {
    margin: .5rem 0;
}

.as-price p {
    font-family: SourceHanSansCN-Normal;
    color: #ffffff;
}

.as-p .s60 {
    font-family: SourceHanSansCN-Normal;
    color: #ffffff;
}

.as-p .s18 {
    font-family: SourceHanSansCN-Normal;
    color: #ffffff;
    margin-top: .1rem;
}

.dm-item {
    position: relative;

}

.dm-item:first-child {
    display: block;
}

.dm-s-list-wrap {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 2;
    left: 0;
    background-color: rgba(0, 0, 0, .45);
}

.dm-container {
    position: relative;
}

.dm-s-list {
    width: 84%;
    display: flex;
    margin: 0 auto;
}

.dm-s {
    width: 20%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: .4rem;
    padding-bottom: .2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}

.dm-s .s22 {
    font-family: SourceHanSansCN-Normal;
    color: #ffffff;
}

.dm-s .s16 {
    font-family: SourceHanSansCN-Normal;
    color: #ffffff;
    opacity: 0.7;
    line-height: 1.4;
    margin: .2rem 0;
}

.dm-j {
    width: .4rem;
    height: .4rem;
    border-radius: 50%;
    display: flex;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    border: dotted 1px rgba(255, 255, 255, .5);
}

.dm-j img {
    max-width: 50%;
}

.dm-s.active {
    /* background-color: rgba(51, 165, 217, .45); */
    background-color: rgb(199, 0, 11, .45);
}

.e-main {
    padding: 1.55rem 0;
    background-size: cover;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
}

.em-container {
    display: flex;
    justify-content: space-between;
}


.em-left {
    width: calc(724 / 1600 *100%);
    display: block;
}

.em-p p {
    z-index: 2;
    position: relative;
}

.em-left:hover .em-p-left {
    left: 100%;
    z-index: 0;
}

.em-left:hover .em-p {
    width: 100%;
}

.em-right {
    width: calc(803 / 1600 *100%);
}

.em-p {
    background-color: #ffffff;
    width: calc(613 / 724 *100%);
    margin-left: auto;
    padding: .3rem .45rem;
    transition: all .5s;
    position: relative;
}

.em-p .s28 {
    font-family: SourceHanSansCN-Medium;
    color: #131313;
    line-height: 1.2;
}

.em-p .s16 {
    margin-top: .3rem;
    font-family: AvantGardeITCbyBT-Book;
    color: #666666;
}

.em-p-left {
    position: absolute;
    transition: all .5s;
    height: 100%;
    left: 0;
    transform: translateX(-100%);
    width: 2rem;
    border-radius: .84rem 0px 0px 0px;
    background-color: #c7000b;
    top: 0;
}

.em-bnt-wrap .cm-swiper-btn {
    position: relative;
    border: solid 1px rgba(49, 176, 220, .2);
    margin: 0 .1rem;
}


.em-bnt-wrap .cm-swiper-btn img.active {
    display: none;
}

.em-bnt-wrap .cm-swiper-btn:hover img.active {
    display: block;
}

.em-bnt-wrap .cm-swiper-btn:hover img {
    display: none;
}

.em-right-header {
    display: flex;
    justify-content: space-between;
}

.cm-swiper .swiper-slide {
    padding-top: .2rem;
    transition: all .5s;
    height: auto;
}

.cm-swiper .swiper-slide:hover {
    transform: translateY(-.2rem);

}

.em-bnt-wrap {
    display: flex;
}

.em-slide {
    display: block;
    padding: 0 .25rem;
    border-left: 1px solid #dddddd;
}

.em-slide .s16 {
    font-family: AvantGardeITCbyBT-Book;
    color: #666666;
    margin-bottom: .15rem;
}

.em-right-swiper-wrap {
    margin-top: 1.2rem;
}

.em-slide .s22 {
    font-family: SourceHanSansCN-Medium;
    line-height: 1.5;
    color: #131313;
}

.em-link {
    margin-top: .5rem;
    margin-bottom: .25rem;
}

.em-left-img {
    overflow: hidden;
}

.em-left-img:hover img {
    transform: scale(1.1);
    transition: all 1s;

}

.em-left-img img {
    width: 100%;
    transition: all 1s;
}

.em-img img {
    width: 100%;
}

.foot-container {
    background-color: #222222;
    padding: .8rem 0;
}

.foot-list {
    display: flex;
    flex-wrap: wrap;
}

.fl-a {
    margin-right: .8rem;
    margin-bottom: .25rem;
}

.fl-a a {
    font-family: SourceHanSansCN-Regular;
    color: #ffffff;
}

.foot-bottom {
    margin-top: 1.5rem;
}

.foot-bottom .s16 {
    font-family: AlibabaPuHuiTi_2_45_Light;
    color: #ffffff;
    margin-top: .15rem;
    opacity: 0.5;
    display: block;
    line-height: 1.6;

}


.news_share.social-share a {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, .22);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: .15rem;
    flex-shrink: 0;
}

.foot-content {
    display: flex;
    justify-content: space-between;
}

.news_share.social-share a:hover {
    background-color: #c7000b;
}

.nd-share .s18 {
    font-family: SourceHanSansCN-Normal;

    color: #ffffff;
}

.news_share {
    display: flex;
    align-items: center;
    margin-top: .15rem;
}

.fr-bottom {
    margin-top: 1rem;
}

.fr-bottom .s14 {
    font-family: SourceHanSansCN-Normal;
    color: #ffffff;
    opacity: 0.5;
}

.fr-bottom .s36 {
    font-family: AvantGardeITCbyBT-Medium;
    margin-top: .15rem;
    color: #ffffff;
}

.foot-bottom.phone {
    display: none;
}

.bottom-form-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.bottom-form-content .s30 {
    font-family: SourceHanSansCN-Medium;
    color: #ffffff;
}



.bfc-right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.bottom-form {
    padding: .4rem 0;
    position: relative;
    background-color: #c7000b;
}

.bfc-input {
    width: 2.7rem;
    background-color: #ffffff;
    border-radius: 21px;
    padding: .15rem;
    margin-right: .1rem;
}

.bfc-input input {
    width: 100%;
    padding-left: .15rem;
}

.bfc-button {
    display: block;
    border: none;
    background-color: #222222;
    border-radius: .25rem;
    color: #ffffff;
    cursor: pointer;
    padding: .15rem .35rem;

}

.bfc-exit {
    position: absolute;
    right: 5%;
    top: .2rem;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    opacity: .5;
}

@media(max-width: 1400px) {
    .bm-left {
        margin-bottom: 1.8rem;
    }
}

@media(max-width: 1200px) {
    .bm-content {
        width: 90%;
        margin: 0 auto;
    }

    .bm-left {
        margin-bottom: 1.8rem;
    }


}

@media(max-width: 850px) {
    .foot-bottom.phone {
        display: block;
        margin-top: .8rem;
    }

    .foot-bottom.pc {
        display: none;
    }

    .dm-item .a-s-pop {
        left: 7.5%;
        text-align: left;
    }

    .dm-item .a-s-pop .as-logo {
        margin-right: auto;
        margin-left: 0;
    }

    .dm-item .a-s-pop .as-link {
        justify-content: flex-start;
    }

    .dm-s {
        width: 33.333%;
        flex-shrink: 0;
    }

    .dm-s-list {
        overflow-x: auto;
    }

    .cm-prev {
        left: 0;
        transform: translateX(-50%) translateY(-50%);
    }

    .cm-next {
        right: 0;
        transform: translateX(50%) translateY(-50%);
    }

    .dm-item {
        height: 450px;
    }

    .foot-content {
        flex-wrap: wrap;
    }
}

@media(max-width: 800px) {

    .foot-right {
        margin-top: .5rem;
    }

    .bfc-right {
        margin-top: .3rem;
    }

    .bfc-button {
        margin-bottom: .3rem;
    }

    .em-container {
        flex-direction: column-reverse;
    }

    .em-left {
        margin-top: .5rem;
    }

    .em-left,
    .em-right {
        width: 100%;
    }

    .bfc-input {
        margin-bottom: .3rem;
    }
}

@media(max-width: 750px) {

    .dm-s {
        width: 50%;
        flex-shrink: 0;
    }

    .bm-data-wrap {
        justify-content: center;
    }

    .bm-data-container {
        width: 100%;
        margin-top: .5rem;
        position: static;
        padding: .5rem .1rem;
    }

    .bm-data-item {
        margin-right: .5rem;
    }

    .bm-left {
        margin-bottom: .5rem;
    }

    .bm-content {
        flex-wrap: wrap;
    }

    .bm-left,
    .bm-right {
        width: 100%;
    }

    .a-img {
        height: 330px;
    }

    .a-s-pop {
        width: 90%;
        max-width: none;
        left: 5%;
        text-align: right;

    }

    .as-logo {
        margin-left: auto;
    }

    .a-ps-wrap {
        bottom: .3rem;
    }

    .as-link {
        justify-content: flex-end;
    }
}



aside {
    position: fixed;
    top: 30%;
    z-index: 99;
    right: .5rem;
}


.aside-item * {
    transition: all .3s;
}


.aside-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

.aside-item {
    display: flex;
    align-items: center;
    height: .6rem;
    margin-bottom: .1rem;
    width: .6rem;
    background-color: #fff;
    border-radius: 50%;
}

.aside-item .s14 {
    font-family: SourceHanSansCN-Normal;
    color: #ffff;
    width: 0;
    overflow: hidden;
}

.aside-item img {
    width: .26rem;
}

.aside-item img.active {
    display: none;
}

.aside-item:hover>.s14 {
    width: auto;
    margin-left: .2rem;
}

.aside-item:hover .aside-img img.active {
    display: block;
}

.aside-item:hover .aside-img img {
    display: none;
}

.aside-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.aside-item:hover {
    width: auto;
    padding: .15rem .25rem;
    border-radius: .3rem;
    background-color: #c7000b;
}

.aside-item.top:hover {
    padding: 0;
    width: .6rem;
    height: .6rem;
}

.about-banner {
    position: relative;
}

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

.about-banner-title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.about-banner-title {
    text-align: center;
}

.about-banner-title .s70 {
    font-family: SourceHanSansCN-Medium;
    color: #ffffff;
}

.about-banner-title .s48 {
    font-family: AvantGardeITCbyBT-Demi;
    margin-top: .15rem;
    color: #ffffff;
    font-weight: bold;
}

.c-nav {
    display: flex;
    align-items: flex-end;
}

.crumbs-wrap {
    background-color: #c7000b;
    border-radius: 0px 0px 0px .8rem;
    padding: .35rem 0;
}

.c-nav a {
    font-family: SourceHanSansCN-Regular;
    color: #ffffff;
}

.c-nav a span {
    display: inline-block;
    margin: 0 .08rem;
}

.c-nav-logo {
    margin-right: .15rem;
}

.crumbs-content {
    display: flex;
    justify-content: space-between;
}

.crumbs-right .s18 {
    font-family: SourceHanSansCN-Regular;
    color: #ffffff;
    margin-left: .8rem;
    display: block;
}

.crumbs-right .s18:first-child {
    margin-left: 0;
}

.crumbs-right {
    display: flex;
    align-items: center;
}

.about-a-p {
    margin-top: .7rem;
}

.about-a-p p {
    font-family: SourceHanSansCN-Normal;
    color: #666666;
    line-height: 1.6;

}

.data-up-about .s48 {
    font-family: AvantGardeITCbyBT-Medium;
    color: #c7000b;
}

.data-up-about .s16 {
    font-family: SourceHanSansCN-Normal;
    color: #c7000b;
}

.about-a-data .data-down .s18 {
    font-family: SourceHanSansCN-Normal;
    color: #666666;

}

.about-a {
    display: flex;
    justify-content: space-between;
}

.about-a-data-list {
    display: flex;
    justify-content: space-between;
    margin-top: .5rem;
}

.about-a-left {
    width: calc(707 / 1600 *100%);
}

.about-a-right {
    width: calc(816 / 1600 *100%);
}

.about-top {
    position: relative;
}

.about-top-pop {
    background-color: #f8f9fb;
    width: 100%;
    height: 5.6rem;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.about-a-wrap {
    padding: 1.27rem 0 1rem 0;
}

.aar-img {
    position: relative;
}

.aar-img>img {
    width: 100%;
}

.video-play {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    cursor: pointer;
    transform: translateX(-50%) translateY(-50%);
    width: .53rem;
}

.as-p {
    margin-top: .25rem;
}

.about-a-swiper-wrap {
    margin-top: .8rem;
}

.as-p p {
    font-family: SourceHanSansCN-Regular;
    color: #666666;
}

.as-img {
    overflow: hidden;
    border-radius: 0px .8rem 0px 0px;
}

.as-img img {
    width: 100%;
    border-radius: 0px .8rem 0px 0px;
    transition: all .5s;
}

.as-img:hover img {
    transform: scale(1.1);
    transition: all .5s;
}

.about-b-wrap {
    padding: .8rem 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.abu-num {
    display: inline-block;
    font-family: AvantGardeITCbyBT-Demi;
    color: #ffffff;
    padding: .2rem .3rem;
    border-radius: 0px .4rem 0px 0px;
    border: solid .07rem #ffffff;
}

.abu-item-left {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.abu-line {
    width: 7px;
    height: .7rem;
    margin-top: .1rem;
    margin-bottom: .25rem;
    background-color: #ffffff;
}

.abu-p {
    font-family: SourceHanSansCN-Normal;
    color: #ffffff;
    line-height: 1.5;
    text-align: center;
}

.abu-item {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.abu-item-right {
    width: calc(586 / 1600 *100%);
}

.abu-item-right img {
    border-radius: 0px .8rem 0px 0px;
}

.about-b-up-list {
    margin-top: .5rem;
}

.ab-up {
    width: 13px;
    height: 13px;
    background-color: #ffffff;
    border-radius: 50%;
}

.ab-p {
    font-family: AvantGardeITCbyBT-Demi;
    color: #ffffff;
    margin-top: .35rem;
}

.about-b-swiper .swiper-slide {
    width: 1.93rem;
}

.ab-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.about-b-swiper-wrap {
    position: relative;
    margin-top: .8rem;
}

.about-b-swiper.swiper-container {
    padding: .2rem 0;
}

.about-b-line {
    position: absolute;
    left: 0;
    top: .18rem;
    width: 100%;
}

.ab-slide:hover .ab-up {
    transition: all .3s;
    transform: scale(1.3);
    background-color: #c7000b;
    box-shadow: 2px 5px 7px 0px rgba(0, 93, 171, 0.43);
    border: solid 2px #ffffff;
}

.ab-slide:hover .ab-p {
    transition: all .3s;
    transform: scale(1.5);
}


.about-b-swiper .swiper-slide.active .ab-up {
    transition: all .3s;
    transform: scale(1.3);
    background-color: #c7000b;
    box-shadow: 2px 5px 7px 0px rgba(0, 93, 171, 0.43);
    border: solid 2px #ffffff;
}

.about-b-swiper .swiper-slide.active .ab-p {
    transition: all .3s;
    transform: scale(1.5);
}

.ab-btn img.active {
    display: none;
}

.ab-btn {
    position: absolute;
    top: 4px;
    cursor: pointer;

}

.ab-btn:hover img {
    display: none;
}

.ab-btn:hover img.active {
    display: block;
}

.ab-btn img {
    width: 19px;
}

.ab-prev {
    left: 0;
    transform: translateX(-100%);
}


.ab-next {
    right: 0;
    transform: translateX(100%);
}


.abu-item-wrap {
    display: none;
}


.abu-item-wrap:first-child {
    display: block;
}

.about-c-wrap {
    padding: .8rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


.honors-slide {
    padding: .6rem;
    background-color: #ffffff;
    border-radius: 0px .8rem 0px 0px;
    min-height: 5rem;
}

.honors-slide-img {
    width: 2.39rem;
    height: 3.13rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.honors-slide-img img {
    max-width: 100%;
    max-height: 100%;
}

.honors-slide .s16 {
    text-align: center;
    font-family: SourceHanSansCN-Regular;
    color: #333333;
    margin-top: .5rem;
}

.about-honors-swiper-wrap {
    position: relative;
}


.about-honors-swiper-wrap .cm-swiper-btn {
    border: solid 1px #484849;
}

.about-honors-swiper-wrap .cm-swiper-btn:hover {
    border: solid 1px #c7000b;
}


.about-honors-swiper-wrap .cm-swiper-btn img.active {
    display: none;
}


.about-honors-swiper-wrap .cm-swiper-btn:hover img.active {
    display: block;
}

.about-honors-swiper-wrap .cm-swiper-btn:hover img {
    display: none;
}






.ad-swiper-wrap .cm-swiper-btn {
    border: solid 1px #484849;
}

.ad-swiper-wrap .cm-swiper-btn:hover {
    border: solid 1px #c7000b;
}


.ad-swiper-wrap .cm-swiper-btn img.active {
    display: none;
}


.ad-swiper-wrap .cm-swiper-btn:hover img.active {
    display: block;
}

.ad-swiper-wrap .cm-swiper-btn:hover img {
    display: none;
}

.about-honors-swiper-wrap {
    margin-top: .5rem;
}


.about-d-wrap {
    padding: .8rem 0;
}

.ad-slide {
    display: block;
}

.ad-slide .em-up .s22 {
    font-family: SourceHanSansCN-Medium;
    color: #131313;
    line-height: 1.5;
    margin-top: .15rem;
    transition: all .3s;
}

.ad-slide .em-img {
    overflow: hidden;
    border-radius: 0px .6rem 0px 0px;

}

.ad-slide .em-img img {
    transition: all .5s;
    width: 100%;
    border-radius: 0px .6rem 0px 0px;
}

.ad-slide .em-up {
    margin-top: .25rem;
}

.ad-slide .em-link {
    margin-top: .3rem;
}

.ad-slide .em-link img {
    height: 10px;
    display: block;
}

.ad-slide .em-link img.active {
    display: none;
}

.ad-slide:hover .em-link img {
    display: none;
}

.ad-slide:hover .em-up .s22 {
    color: #c7000b;
    transition: all .3s;
}

.ad-slide:hover .em-link img.active {
    display: block;
}

.ad-slide .em-img img {
    width: 100%;
    object-fit: cover;
    height: 2.8rem;
}




.em-slide .em-link img {
    height: 10px;
    display: block;
}

.em-slide .em-link img.active {
    display: none;
}

.em-slide:hover .em-link img {
    display: none;
}

.em-slide:hover .em-link img.active {
    display: block;
}

.em-img {
    overflow: hidden;
}

.em-img img {
    transition: all .5s;
}

.em-slide:hover .em-img img {
    transform: scale(1.1);
    transition: all .5s;
}

.em-slide:hover .em-up .s22 {
    color: #c7000b;
}

.ad-swiper-wrap {
    margin-top: .5rem;
    position: relative;
}

.about-a-wrap,
.about-b-wrap,
.about-c-wrap,
.about-d-wrap {
    position: relative;
}

.target {
    width: 100%;
    position: absolute;
    left: 0;
    top: -.8rem;
}


.about-top.so {
    background-color: #f8f9fa;
}


.so-a-wrap {
    padding: .8rem 0;
}


.so-a-list {
    display: flex;
    margin-top: .5rem;
    flex-wrap: wrap;
}

.soa-item {
    width: calc(240 / 1600 *100%);
    margin-right: .3rem;
    background-color: #ffffff;
    padding: .4rem .2rem;
    border-radius: 0 .3rem 0 0;
    perspective: 500px;
}

.soa-item:hover {
    box-shadow: 0px 10px 40px 0px rgb(0 33 48 / 10%);
}

.soa-item:hover .soa-img {
    transform: rotateY(180deg);
}

.soa-img {
    width: calc(90 / 240 *100%);
    margin: 0 auto;
    transition: all .5s;
}

.soa-img img {
    width: 100%;
}

.soa-item:nth-child(6n) {
    margin-right: 0;
}

.soa-p1 {
    margin: .3rem 0;
}

.soa-p1 p {
    font-family: SourceHanSansCN-Medium;
    color: #333333;
    text-align: center;
    line-height: 1.2;
}

.soa-p2 p {
    font-family: SourceHanSansCN-Normal;
    line-height: 1.6;
    color: #888888;
    text-align: justify;
}

.so-b-wrap {
    padding: .8rem 0;
    position: relative;
}

.sob-item {
    display: flex;
    justify-content: flex-end;
    margin-bottom: .1rem;
}

.sob-content {
    display: flex;
    justify-content: center;
    margin-top: .5rem;

}

.sob-center {
    width: 6.6rem;
    flex-shrink: 0;
}

.sob-center img {
    width: 100%;
}

.sob-point {
    width: 12px;
    height: 12px;
    background-color: #c7000b;
    border-radius: 50%;
    margin-left: .3rem;
    margin-top: .05rem;
    flex-shrink: 0;
}

.sob-p {
    text-align: right;
}

.sob-p .s22 {
    font-family: SourceHanSansCN-Regular;
    color: #333333;
}

.sob-p .s16 {
    font-family: SourceHanSansCN-Regular;
    color: #666666;
    margin-top: .15rem;
    height: .8rem;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sob-list {
    margin-top: .1rem;
}

.sob-list.right .sob-item {
    flex-direction: row-reverse;
}

.sob-list.right .sob-p {
    text-align: left;
}

.sob-list.right .sob-point {
    margin-left: 0;
    margin-right: .3rem;
}


.so-c-wrap {
    padding: .8rem 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.so-c {
    margin-top: .5rem;
    display: flex;
    flex-wrap: wrap;
}


.soc-item {
    width: calc(505 / 1600 *100%);
    padding: .5rem;
    background-color: #ffffff;
    flex-wrap: wrap;
    border-radius: 0 .3rem 0 0;
    transition: all .5s;
}

.soc-item:hover {
    box-shadow: 0px 10px 40px 0px rgb(0 33 48 / 10%);
    transform: translateY(-0.25rem);
}

.sn-pop {
    width: .9rem;
    height: .9rem;
    background-color: #c7000b;
    transform: rotateZ(45deg);
    border-radius: 6px;
}

.soc-num {
    position: relative;
    display: inline-block;
}

.soc-num .sn-item {
    font-family: AvantGardeITCbyBT-Demi;
    color: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.soc-p {
    font-family: SourceHanSansCN-Regular;
    color: #333333;
    margin-top: .5rem;
}

.soc-item {
    display: flex;
    margin-bottom: .5rem;
    /* justify-content: space-between; */
    margin-right: .4rem;
}

.soc-item:nth-child(3n) {
    margin-right: 0;
}

.soc-item-right {
    margin-top: .35rem;
    width: 100%;
}

.soc-item-right p {
    font-family: SourceHanSansCN-Normal;
    color: #888888;
    line-height: 1.6;
}

.soc-item-left {
    /* flex-shrink: 0; */
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.so-d-wrap {
    padding: .8rem 0;
    position: relative;
}

.so-d {
    margin-top: .5rem;
}

.so-d .so-d-swiper .swiper-slide {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sod-left {
    width: calc(780 / 1600 *100%);
    border-radius: .3rem 0 0 0;
    overflow: hidden;
}

.sod-right {
    width: calc(780 / 1600 *100%);
}

.sod-left img {
    width: 100%;
    height: 5.6rem;
    object-fit: cover;
    transition: all 1s;
}

.sod-left:hover img {
    transform: scale(1.1);
    transition: all 1s;
}

.sod-right {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-radius: .3rem;
    overflow: hidden;
}

.sdr-img {
    width: calc(370 / 780 *100%);
    margin-bottom: .4rem;
    overflow: hidden;
}

.sdr-img img {
    width: 100%;
    height: 2.6rem;
    object-fit: cover;
    transition: all .3s;
}

.sdr-img:hover img {
    transform: scale(1.1);
    transition: all .3s;
}

.sdr-img:nth-last-child(2) {
    margin-bottom: 0;
}

.sdr-img:nth-last-child(1) {
    margin-bottom: 0;
}

.about-top.contact {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.contact-wrap {
    padding: .8rem 0;
}

.contact-content {
    justify-content: space-between;
    display: flex;
}

.contact-left {
    width: calc(288 / 1600 *100%);
}

.contact-p .s16 {
    font-family: SourceHanSansCN-Normal;
    line-height: 1.8;
    color: #666666;
}

.contact-p {
    font-family: SourceHanSansCN-Normal;
    line-height: 1.6;
    color: #666666;
}

.contact-p .s36 {
    font-family: AvantGardeITCbyBT-Demi;
    /* color: #c7000b; */
    margin: .2rem 0;
}

.contact-p {
    margin: .8rem 0;
}

.contact-add-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: .8rem;
}

.contact-right {
    width: calc(1170 / 1600 *100%);
    /* background-color: #ffffff; */
    border-radius: 0px .8rem 0px 0px;
    padding: .5rem .6rem;
    padding-bottom: 0;
}

.contact-right .contact-p {
    margin: .15rem 0;
    /* margin-right: .5rem; */
    min-width: 48%;
}


.ci-left {
    width: 48%;
}

.ci-input {
    margin-bottom: .3rem;
}

.ci-input input {
    height: .6rem;
    background-color: #f8f9fa;
    display: block;
    width: 100%;
    padding-left: .15rem;
}

.ci-input textarea {
    resize: vertical;
    background-color: #f8f9fa;
    display: block;
    width: 100%;
    padding: .15rem;
    min-height: 3.22rem;
    border: none;
}

.ci-input .s16 {
    font-family: SourceHanSansCN-Normal;

    color: #555555;
    margin-bottom: .1rem;
}

.contact-input {
    display: flex;
    justify-content: space-between;
}

.ci-right {
    width: 48%;
}


.contact-form .as-link-item {
    cursor: pointer;
    border: none;
    background-color: #c7000b;
}

.contact-form .as-link {
    margin-top: .3rem;
}







@media(max-width: 1000px) {
    .so-c {
        justify-content: space-between;
    }

    .soc-item {
        width: 48%;
        margin-right: 0;
    }
}

@media(max-width: 900px) {
    .sob-list {
        width: 100%;
    }

    .sob-center {
        width: 80%;
        margin: 0 auto;
    }

    .sob-list .sob-item {
        flex-direction: row-reverse;
    }

    .sob-list .sob-p {
        text-align: left;
    }

    .sob-list .sob-point {
        margin-left: 0;
        margin-right: .3rem;
    }

    .sob-content {
        flex-wrap: wrap;
    }

    .sob-center {
        width: 100%;
    }

    .soa-item {
        width: 30%;
        margin-bottom: .35rem;
    }
}



@media(max-width: 800px) {
    .ad-slide .em-img img {
        height: 210px;
    }

    .contact-content,
    .contact-input {
        flex-wrap: wrap;
    }

    .contact-left,
    .contact-right,
    .ci-left,
    .ci-right {
        width: 100%;
    }

    .contact-form .as-link {
        justify-content: flex-start;
    }

    .contact-share {
        display: flex;
        justify-content: center;
    }

    .contact-right {
        margin-top: .5rem;
    }

    .soc-item {
        width: 100%;
        margin-right: 0;
    }

    .so-d {
        flex-wrap: wrap;
    }

    .sod-right {
        margin-top: .5rem;
    }

    .sod-left,
    .sod-right {
        width: 100%;
    }

    .so-a-list {
        justify-content: space-between;
    }

    .soa-item {
        width: 48%;
        margin-right: 0;
    }

    .abu-item {
        justify-content: space-between;
    }

    .abu-item-left,
    .abu-item-right {
        width: 48%;
    }

    .about-a {
        flex-wrap: wrap;
    }

    .about-a-left,
    .about-a-right {
        width: 100%;
    }

    .about-a-right {
        margin-top: .5rem;
    }
}

@media(max-width: 750px) {
    .about-banner>img {
        height: 240px;
    }

    .crumbs-content {
        flex-wrap: wrap;
    }

    .crumbs-right {
        overflow-x: auto;
        width: 100%;
        margin-top: .3rem;
    }

    .crumbs-right .s18 {
        padding-bottom: .15rem;
        flex-shrink: 0;
        margin-left: .5rem;
    }

}

.contact-left .contact-share {
    display: none;
}

.pro-slide {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pro-slide:hover .pro-slide-left img {
    transform: scale(1.1);
}

.pro-slide:hover .ph-p p {
    color: #c7000b;
}

.pro-slide-left {
    width: 50%;
    overflow: hidden;
}

.pro-slide-left img {
    width: 100%;
    transition: all 1s;
}

.pro-header-wrap {
    padding: .8rem 0;
    padding-bottom: 0;
}

.pro-slide-right {
    width: calc(700 / 1600 *100%);
}

.ph-title p {
    font-family: SourceHanSansCN-Medium;
    color: #c7000b;
}

.ph-p p {
    font-family: SourceHanSansCN-Normal;
    color: #666666;
    line-height: 1.6;
    margin-top: .25rem;
}

.ph-date {
    display: flex;
    align-items: center;
    margin-top: 1.5rem;
}

.ph-date .s16 {
    font-family: AvantGardeITCbyBT-Book;
    margin-left: .05rem;
    color: #666666;
}

.pro-header {
    position: relative;
}

.pro-swiper-btn {
    cursor: pointer;
    position: absolute;
    width: .56rem;
    height: .56rem;
    border: 1px solid #666;
    border-radius: 50%;
    display: flex;
    bottom: .7rem;
    right: 0;
    align-items: center;
    justify-content: center;
    z-index: 1;

}

.pro-swiper-btn img.active {
    display: none;
}

.pro-swiper-btn:hover img {
    display: none;
}

.pro-swiper-btn:hover img.active {
    display: block;
}

.pro-swiper-btn:hover {
    background-color: #c7000b;
    border: 1px solid #c7000b;
}

.pro-header {
    padding-bottom: .5rem;
    border-bottom: 1px solid #e8e8e8;
}

.pro-list {
    display: flex;
    flex-wrap: wrap;
}

.pro-img img {
    width: 100%;
    height: 3.07rem;
    object-fit: cover;
    transition: all .5s;
}

.pro-date .ph-date {
    margin-top: 0;
}

.pro-date {
    display: flex;
    justify-content: space-between;
}

.ph-more {
    display: flex;
    align-items: center;
}

.ph-more .s18 {
    font-family: SourceHanSansCN-Normal;
    color: #222222;
    margin-right: .05rem;
}

.pro-item {
    display: block;
    width: calc(510 / 1600 *100%);
    border: solid 1px #e8e8e8;
    margin-bottom: .35rem;
    margin-right: .35rem;
}

.pro-item:nth-child(3n) {
    margin-right: 0;
}

.pro-content {
    padding: .3rem;
}

.pro-wrap {
    margin-top: .5rem;
    padding-bottom: .8rem;
}

.pro-p .s21 {
    font-family: SourceHanSansCN-Medium;
    color: #222222;
}


.pro-p .s15 {
    font-family: SourceHanSansCN-Normal;
    line-height: 1.5;
    color: #666666;
    margin-top: .1rem;
}

.pro-date {
    padding: .15rem 0;
    border-top: 1px solid #e8e8e8;
    margin-top: .35rem;
}

.pro-date .ph-date img {
    width: 18px;
}

.pro-img {
    width: 100%;
    overflow: hidden;
}

.pro-item:hover .pro-img img {
    transform: scale(1.1);
    transition: all .5s;
}

.pro-item:hover .pro-p .s21 {
    color: #c7000b;
}


.prod-item {
    display: flex;
    align-items: center;
    margin-right: .35rem;
}

.prod-item p {
    font-family: AvantGardeITCbyBT-Book;
    color: #666666;
    margin-left: .1rem;
}

.pro-title p {
    font-family: SourceHanSansCN-Medium;
    color: #131313;
    line-height: 1.4;
}

.pro-detail-container {
    margin-top: 1rem;
}

.pro-detail {
    width: 1000px;
    margin: 0 auto;
}

.prod-down {
    display: flex;
    justify-content: space-between;
    margin-top: .35rem;
}

.prod-left {
    display: flex;
    align-items: center;
}

.pro-detail-header {
    padding: .3rem 0;
    border-bottom: 1px solid #e8e8e8;
}

.prod-down .news_t_share a {
    background-color: transparent;
    width: auto;
    height: auto;
    margin-left: .2rem;
}

.prod-down .news_t_share a:hover {
    background-color: transparent;
}

.pro-detail-content p {
    font-family: SourceHanSansCN-Normal;
    color: #717273;
    line-height: 1.6;
}

.pro-detail-content {
    padding: .5rem 0;
}

.prod-down .news_share {
    margin-top: 0;
}

.pro-turn {
    display: flex;

}

.pro-turn-item-wrap {
    width: 50%;
    border: 1px solid #e8e8e8;
    display: flex;
    justify-content: center;
    padding: .35rem 0;

}

.pro-turn-item {
    display: flex;
    align-items: center;
    max-width: 80%;
}

.pro-turn-item p {
    font-family: SourceHanSansCN-Medium;
    color: #111111;
    line-height: 1.5;
    margin: 0 .2rem;
}

.pro-turn-item img.active {
    display: none;
}

.pro-turn-item:hover img {
    display: none;
}

.pro-turn-item:hover img.active {
    display: block;
}

.pro-turn-item:hover p {

    color: #c7000b;
}

.pro-centrer-item {
    background-color: #c9d0d3;
    border-radius: .3rem;
    position: relative;
    overflow: hidden;
}

.pro-centrer-item>img {
    width: 100%;
    object-fit: cover;

}

.pro-centrer-item .a-s-pop {
    left: 8%;
    top: 50%;
}

.pro-centrer-wrap {
    padding: .8rem 0;
}

.pro-centrer-item .a-s-pop .as-p .s60 {
    margin-bottom: .15rem;
}

.pro-centrer-item {
    margin-bottom: .35rem;
}

.pro-centrer-item.pro-block .as-p .s60 {
    color: #333333;
}

.pro-centrer-item.pro-block .as-p .s18 {
    color: #666666;
}

.pro-centrer-item.pro-block .as-logo {
    width: 2.6rem;
}

.product-list {
    display: flex;
    flex-wrap: wrap;
}

.product-item {
    display: block;
    width: calc(510 / 1600 *100%);
    background-color: #ffffff;
    border-radius: 30px;
    transition: all .3s;
    padding: .4rem;
}

.product-container {
    background-color: #f8f9fa;
}

.product-item:hover {
    box-shadow: 0px 10px 40px 0px rgba(0, 33, 48, 0.1);
    transform: translateY(-.25rem);
}

.product-item:hover .product-item-title p {
    color: #c7000b;
}

.product-item-img {
    display: flex;
    align-items: center;
    justify-content: center;
}


.product-item-img {
    height: 4.61rem;
}

.product-item-img img {
    max-height: 100%;
    height: auto;
    width: auto;
    max-width: 100%;

}

.product-list-wrap {
    padding: .8rem 0;
}

.product-item-title {
    margin: .2rem 0;
}

.product-item-title p {
    font-family: SourceHanSansCN-Regular;
    font-weight: bold;
    letter-spacing: 2px;
    color: #333333;
}

.product-item-p p {
    font-family: SourceHanSansCN-Light;
    color: #666666;
    line-height: 1.6;
}

.product-item {
    margin-right: .35rem;
    margin-bottom: .5rem;
}

.product-item:nth-child(3n) {
    margin-right: 0;
}
/* 
.product-detail-main {
    margin-top: 1.2rem;
} */

.data-header-pc-1.product-detail-header {
    background-color: #c7000b;
}

.crumbs-wrap.product-crumbs {
    background-color: #fff;
    position: sticky;
    top: 1.2rem;
    left: 0;
    transition: all .3s;
}

.SmallHeader .product-crumbs {
    top: .6rem;
}

.crumbs-wrap.product-crumbs .crumbs-right .s18 {
    font-family: SourceHanSansCN-Light;
    color: #333333;
}

.crumbs-wrap.product-crumbs .crumbs-right .s18:hover {
    color: #c7000b;
}

.product-detail-title p {
    font-family: SourceHanSansCN-Regular;
    color: #333333;
}


@media(max-width: 1000px) {
    .pro-detail {
        width: 90%;
    }

    .pro-item {
        margin-right: .3rem;
    }

    .crumbs-wrap.product-crumbs {
        top: 48px !important;
    }
}

@media(max-width: 800px) {
    .pro-centrer-item>img {
        height: 260px;
    }

    .pro-centrer-item .a-s-pop {
        text-align: left;
    }

    .pro-centrer-item .as-link {
        justify-content: flex-start;
    }

    .pro-centrer-item .as-logo {
        margin-left: 0;

    }

    .pro-item {
        width: 100%;
        margin-right: 0;
    }

    .pro-img img {
        height: auto;
    }
}

@media(max-width: 750px) {
    .prod-down {
        flex-wrap: wrap;
    }

    .prod-down .news_t_share {
        width: 100%;
        justify-content: center;
        margin-top: .25rem;
        margin-left: auto;
    }

    .news_share {
        justify-content: center;
    }

    .pro-slide {
        flex-wrap: wrap;
    }

    .pro-slide-left,
    .pro-slide-right {
        width: 100%;
    }

    .pro-slide-right {
        margin-top: .35rem;
    }
}





.foot-p-link {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: .3rem;

}

.foot-p-link p.s16 {
    font-family: AlibabaPuHuiTi_2_45_Light;
    color: #ffffff;

    opacity: 0.5;
    display: block;
    line-height: 1.6;
    margin-right: .2rem;

}

.fpl-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.fpl-list a.s16 {
    font-family: AlibabaPuHuiTi_2_45_Light;
    color: #ffffff;

    opacity: 0.5;
    display: block;
    line-height: 1.6;
    margin-left: .2rem;
}

.fpl-list a.s16:first-child {
    margin-left: 0;
}


@media(max-width: 750px) {
    .fpl-list {
        width: 100%;
    }
}