/*杞挱鍥?/

.newBanner {
    position: relative;
    top: 99px;
    width: 100%;
}

.newBanner .swiper-slide {
    overflow: hidden;
}

.newBanner a {
    height: calc(100vh - 99px);
    /*transition: 1s linear 2s;*/
    /*transform: scale(1.05,1.05);*/
}

.newBanner video {
    width: 100%;
}

.bannerPag.swiper-pagination-bullets {
    position: absolute;
    bottom: 5%;
    width: auto !important;
    text-align: center;
    z-index: 2;
    left: 50% !important;
    transform: translateX(-50%);
    /* border: 1px solid #ddd;
    background: rgba(0, 0, 0, 0.5); */
    border-radius: 25px;
    padding: 5px 20px;
}

.bannerPag.swiper-pagination-bullets span {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, .8);
    border-radius: 20px !important;
    opacity: 1;
}

.bannerPag.swiper-pagination-bullets span.swiper-pagination-bullet-active {
    background: rgb(243, 243, 243) !important;
    transition: all 2s ease 0s;
}

.newBanner .swiper-slide-active a {
    transition: 3s linear;
    transform: scale(1, 1);
}

.margintop80 {
    margin-top: 80px;
}


/*鍢夋祴浜?/

.content2 .ctx1 .bottom .brand-item {
    position: relative;
}

.content2 .ctx1 .bottom .brand-item .b-flx {
    margin-top: 43px;
    overflow: hidden;
}

.content2 .ctx1 .bottom .brand-item .b-flx .mobile-flx {
    display: none;
}

.content2 .ctx1 .bottom .brand-item .b-flx img {
    width: 100%;
}

.swiper-flx {
    /*margin-top: 45px;*/
}

.swiper-flx .pic-box {
    width: 100%;
    height: 420px;
    overflow: hidden;
    position: relative;
}

.swiper-flx .pic-box .box li {
    float: left;
    width: 1270px;
    overflow: hidden;
    display: none;
}

.swiper-flx .pic-box .box .active-li {
    display: block;
}

.swiper-flx .pic-box .box li img {
    width: 100%;
}

.swiper-flx .tab-box {
    overflow: hidden;
}

.swiper-flx .tab-box .box li {
    float: left;
    width: 33.33333%;
    min-height: 200px;
    padding: 32px 40px 20px 40px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    background-color: #f2f3f5;
}

.swiper-flx .tab-box .box li.active-tab {
    background-color: #fbfbfb;
}

.swiper-flx .tab-box .box li.active-tab:before {
    content: ' ';
    width: 100%;
    height: 4px;
    background-color: #e40112;
    position: absolute;
    left: 0;
    bottom: 0;
}

.swiper-flx .tab-box .box .label {
    font-size: 19px;
    line-height: 36px;
    color: #2a2e2e;
    margin-bottom: 8px;
}

.swiper-flx .tab-box .box .desc {
    font-size: 14px;
    line-height: 25px;
    color: #5f6464;
}

.index_product {
    margin: 0 auto;
    display: flex;
    /*justify-content: space-between;*/
    /*flex-wrap: wrap;*/
}

.index_product_left {
    /*width: calc(25% - 10px);*/
}

.index_product_left .hover {
    color: #fff;
    background-color: #e40112;
}

.index_product_menu {
    border-radius: 44px;
    width: 200px;
    height: 44px;
    margin: 40px 0;
    padding-left: 34px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap-reverse;
    line-height: 44px;
    font-size: 20px;
    font-weight: bold;
}

.index_product_menu:hover {
    cursor: pointer;
}

.index_product_box {
    display: none;
}

.index_product_right {
    width: calc(75% - 10px);
    overflow: hidden;
}

.index_product_right p {
    z-index: 5;
    text-align: center;
    color: #000000;
    position: relative;
    font-size: 24px;
    line-height: 1.4em;
    margin: -60px 0px;
    padding: 0px;
    font-weight: normal;
}

.index_product_pic {
    text-align: center;
}

.index_product_pic img {
    width: 100%;
    object-fit: cover;
    position: relative;
    left: 50%;
    transform: translate(-50%);
}

.swiperpage {
    margin: 0 auto;
    width: 125px;
    height: 36px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 100px;
}

.swiperpage .swiper-button-prev {
    width: 36px;
    height: 36px;
    position: relative;
    background: url(../../images/icons/arrow_left.png) no-repeat center top;
}

.swiperpage .swiper-button-next {
    width: 36px;
    height: 36px;
    position: relative;
    background: url(../../images/icons/arrow_right.png) no-repeat center top;
}

@keyframes mymove {
    0% {
        transform: scaleY(0);
    }
    25% {
        transform: scaleY(1);
    }
    50% {
        transform: scaleY(0);
    }
    75% {
        transform: scaleY(1);
    }
    100% {
        transform: scaleY(0);
    }
}

@-webkit-keyframes mymove {
    0% {
        -webkit-transform: scaleY(0);
    }
    25% {
        -webkit-transform: scaleY(1);
    }
    50% {
        -webkit-transform: scaleY(0);
    }
    75% {
        -webkit-transform: scaleY(1);
    }
    100% {
        -webkit-transform: scaleY(0);
    }
}

@media screen and (max-width: 1440px) {
    .margintop80,
    .margintop90 {
        margin-top: 50px;
    }
}

@media screen and (max-width: 1200px) {
    body {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 991px) {
    .newBanner{
        top: -5px;
    }
    .newBanner a {
        height: 0;
        padding-bottom: 65%;
    }
    .newBanner .videoBg {
        display: block;
        height: 0;
        padding-bottom: 65%;
        position: relative;
    }
    .newBanner .videoBg video {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100% !important;
    }
    .margintop80,
    .margintop90 {
        margin-top: 30px;
    }
}

@media screen and (max-width: 765px) and (orientation:portrait) {
    .copyright .left {
        line-height: 1.5;
        margin-bottom: 20px;
    }
    .content .ctx.ctx1 .top {
        padding-top: 0;
    }
    .bannerPag {
        display: none;
    }
    .content1 .ctx1,
    .content2 .ctx1,
    .content3 .ctx1,
    .content3 .ctx2 {
        margin: 0.2rem;
    }
    .content1 {
        height: 6.4rem;
    }
    .content1 .index_product_right {
        width: calc(27% - 10px);
        height: 5rem;
        overflow: hidden;
    }
    .content1 .ctx1 .index_product_menu {
        width: 100px;
        height: 38px;
        margin: 10px 0;
        padding-left: 4px;
        font-size: 14px;
        line-height: 38px;
    }
    .content1 .ctx1 .index_product_right p {
        z-index: 5;
        font-size: 14px!important;
        line-height: 20px;
        margin: -25px 0px;
        padding: 0px;
        font-weight: normal;
    }
    .content1 .ctx1 .swiperpage {
        margin: 69px auto;
        width: 125px;
        height: 40px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .content2 .pic-box {
        display: none;
    }
    .content2 .tab-box .box li {
        display: block!important;
    }
    .content2 .swiper-flx .tab-box .box li {
        float: inherit;
        width: 33.33333%;
        min-height: 165px;
        padding: 15px;
        box-sizing: border-box;
        position: relative;
        cursor: pointer;
        background-color: #f2f3f5;
    }
    .content3 .ctx1 {
        width: 100%;
    }
    .content .ctx .top {
        width: 100%;
    }
    .content3 .ctx2 {
        width: 33%;
    }
    .content3 .ctx2 ul {
        flex-direction: column;
    }
    .content3 .ctx2 ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0.2rem;
    }
    .content3 .ctx1 .actInfo ul li .ctx h2 {
        line-height: 0.5rem;
        width: 25%;
    }
    .content3 .ctx1 .actInfo ul li .ctx .date {
        line-height: 0.5rem;
    }
}