

.iScrollHorizontalScrollbar {
    position: absolute;
    z-index: 9999;
    height: 16px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    overflow: hidden;
}

.iScrollHorizontalScrollbar.iScrollBothScrollbars {
    right: 18px;
}

.iScrollVerticalScrollbar {
    position: absolute;
    z-index: 990;
    width: 4px;
    bottom: 2px;
    top: 2px;
    right: 2px;
    overflow: hidden;
}

.iScrollVerticalScrollbar.iScrollBothScrollbars {
    bottom: 18px;
}

.loadingContainer {
    display: flex;
    align-items: center;
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background: #fff;
    left: 0;
    top: 0;
}

.loading4 {
    width: 150px;
    margin: 50px auto;
    text-align: center;
}

.loading4>div {
    width: 18px;
    height: 18px;
    border-radius: 100%;
    display: inline-block;
    background-color: #e60012;
    -webkit-animation: three 1.4s infinite ease-in-out;
    animation: three 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.loading4 .three1 {
    -webkit-animation-delay: -0.30s;
    animation-delay: -0.30s;
}

.loading4 .three2 {
    -webkit-animation-delay: -0.15s;
    animation-delay: -0.15s;
}

@-webkit-keyframes three {
    0%, 100%, 80% {
        -webkit-transform: scale(0.0);
        transform: scale(0.0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

@keyframes three {
    0%, 100%, 80% {
        -webkit-transform: scale(0.0);
        transform: scale(0.0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.header .menu ul li:hover .child {
    top: 0.9rem !important;
}



.banner .swiper-container {
    width: 100%;
    height: 100%;
}

.banner .swiper-slide {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner .swiper-slide video {
    object-fit: fill;
    width: 100%;
}

.banner .swiper-slide-active .bannerImg {
    transform: scale(1.05);
}

.banner .swiper-slide a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.banner .swiper-slide .bannerImg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: all 0.5s ease-out;
    left: 0;
    top: 0;
}

.banner .swiper-slide .bannerImg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .swiper-slide.videoBanner .ctx p {
    text-align: center;
}

.banner .swiper-slide.videoBanner .ctx .p1 {
    font-size: 60px;
    font-weight: bold;
}

@media only screen and (max-width: 1440px) {
    .banner .swiper-slide.videoBanner .ctx .p1 {
        font-size: 42px;
    }
}

@media only screen and (max-width: 1024px) {
    .banner .swiper-slide.videoBanner .ctx .p1 {
        font-size: 38px;
    }
}

@media only screen and (max-width: 767px) {
    .banner .swiper-slide.videoBanner .ctx .p1 {
        font-size: 30px;
    }
}

.banner .swiper-slide.videoBanner .ctx .p2 {
    font-size: 30px;
}

@media only screen and (max-width: 1440px) {
    .banner .swiper-slide.videoBanner .ctx .p2 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 1024px) {
    .banner .swiper-slide.videoBanner .ctx .p2 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .banner .swiper-slide.videoBanner .ctx .p2 {
        font-size: 18px;
    }
}

.banner .swiper-slide .ctx {
    width: 1280px;
    margin: 0 auto;
}

.banner .swiper-slide .ctx p {
    text-align: left;
    color: #fff;
}

.banner .swiper-slide .ctx .p1 {
    font-size: 60px;
    line-height: 1;
    margin-bottom: 0.2rem;
    letter-spacing: 0.02rem;
}

@media only screen and (max-width: 1440px) {
    .banner .swiper-slide .ctx .p1 {
        font-size: 42px;
    }
}

@media only screen and (max-width: 1024px) {
    .banner .swiper-slide .ctx .p1 {
        font-size: 38px;
    }
}

@media only screen and (max-width: 767px) {
    .banner .swiper-slide .ctx .p1 {
        font-size: 30px;
    }
}
.animateSwiperslide .ctx {
    color: #fff;
}

.animateSwiperslide .ctx .p1 {
    font-size: 60px;
}

.animateSwiperslide .ctx .p2 {
    font-size: 36px;
}

.animateSwiperslide .ctx {
    opacity: 0;
    transform: translateY(0%);
}

.bannerImg > img {
    width: 100%;
    /* height: 100%; */
}

.banner_anim {
    max-width: 1370px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 70%;
    bottom: 0px;
}

.banner_anim img {
    position: absolute;
    right: 20%;
    top: 0px;
    width: 100%;
}

.banner_anim .img05 {
    z-index: 5;
}

.banner_anim .img04 {
    z-index: 4;
}

.banner_anim .img02 {
    z-index: 3;
}

.banner_anim .img03 {
    z-index: 2;
}

.banner_anim .img02 {
    opacity: 0;
    transform: translateX(10%);
}

.start_anim .banner_anim .img02 {
    opacity: 1;
    transform: translateX(0px);
    transition: all 2s ease;
}

.banner_anim .img05 {
    opacity: 0;
    transform-origin: 70% 70%;
    transform: scale(0.9) translate(9%, 7%);
}

.start_anim .banner_anim .img05 {
    opacity: 1;
    transform: scale(1) translate(10%, 7%);
    transition: transform 1s ease-in-out, opacity 1s ease-in-out;
}

.banner_anim .img04 {
    opacity: 0;
    transform-origin: 70% 70%;
    transform: scale(0.9) translate(10%, 13%);
}

.start_anim .banner_anim .img04 {
    opacity: 1;
    transform: scale(1) translate(10%, 15%);
    transition: transform 1s ease-in-out, opacity 1s ease-in-out;
}

.banner_anim .img03 {
    opacity: 0;
    transform: translate(15%, 5%);
}

.start_anim .banner_anim .img03 {
    opacity: 0.9;
    transform: translate(25%, -10%);
    transition: all 3s ease;
}

.start_anim .ctx {
    opacity: 1;
    transform: translateY(-50px);
    transition: all 2s ease 0.2s;
}

@media screen and (max-width: 1920px) {
    .banner_anim img {
        right: 0;
    }
}

.content {
    overflow: hidden;
}

.content .innerWrap {
    width: 1280px;
    margin: 0 auto;
}

.content1 {
    display: flex;
    align-items: center;
    margin-top: -45px;
}

.content1 .innerWrap {
    position: relative;
    width: 1280px;
    /* margin-right: 25px; */
}

.content1 .swiper-wrapper {
    padding: 0.2rem 0;
}

.content1 .swiper-slide {
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease-out;
    display: flex;
    /* flex-direction: column; */
    align-items: center;
}

.content1 .swiper-slide:hover {
    transform: translateY(-5px);
}

.content1 .swiper-slide:hover p {
    color: #e50111;
}

.content1 .swiper-slide img {
    vertical-align: middle;
}

.content1 .swiper-slide-active p {
    color: #e50111;
}

.content1 .endChange .swiper-slide-active p {
    color: #333;
}

.content1 .endChange .swiper-slide.active p {
    color: #e50111;
}

.content1 .swiper-button-prev, .content1 .swiper-button-next {
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    width: 0.25rem;
    height: 0.25rem;
    font-size: 40px;
    color: #b2b2b2;
    top: 50%;
    margin-top: -0.125rem;
    transition: all 0.5s;
    opacity: 1 !important;
}

@media only screen and (max-width: 1440px) {
    .content1 .swiper-button-prev, .content1 .swiper-button-next {
        font-size: 34px;
    }
}

@media only screen and (max-width: 1024px) {
    .content1 .swiper-button-prev, .content1 .swiper-button-next {
        font-size: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .content1 .swiper-button-prev, .content1 .swiper-button-next {
        font-size: 24px;
    }
}

.content1 .swiper-button-prev:hover, .content1 .swiper-button-next:hover {
    color: #d12d25;
}

.content1 .swiper-button-prev {
    font-family: iconfont;
    left: -0.4rem;
    background-image: none;
}

.content1 .swiper-button-prev:before {
    content: "\e601";
}

.content1 .swiper-button-next {
    font-family: iconfont;
    background-image: none;
    right: -0.4rem;
}

.content1 .swiper-button-next:before {
    content: "\e683";
}

.content2 {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    padding: 1.1rem 0 0.7rem;
    height: 7.8rem;
}

.content2 .innerWrap {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.content2 .btnContainer {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.83rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
}

.content2 .btnContainer img {
    transition: all 0.5s;
    cursor: pointer;
}

.content2 .btnContainer img:hover {
    width: 0.88rem;
}

.content2 .btnContainer .img1 {
    width: 0.66rem;
    margin-bottom: 0.12rem;
}

.content2 .btnContainer .img2 {
    width: 0.66rem;
}

.content2 .select {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    text-align: left;
}

.content2 .select .swiper-container {
    height: 180px;
}

.content2 .select .swiper-container .swiper-wrapper {
    margin-top: 72px;
}

.content2 .select .swiper-container .swiper-slide {
    height: 36px;
    padding: 6px 0;
    cursor: pointer;
}

.content2 .select .swiper-container .swiper-slide p {
    opacity: 0.4;
    line-height: 24px;
    padding-left: 0.25rem;
}

.content2 .select .swiper-container .swiper-slide:hover p {
    opacity: 1;
}

.content2 .select .swiper-container .swiper-slide-active p {
    font-size: 24px;
    opacity: 1;
    border-left: 2px solid #fff;
}

@media only screen and (max-width: 1440px) {
    .content2 .select .swiper-container .swiper-slide-active p {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1200px) {
    .content2 .select .swiper-container .swiper-slide-active p {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1024px) {
    .content2 .select .swiper-container .swiper-slide-active p {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .content2 .select .swiper-container .swiper-slide-active p {
        font-size: 16px;
    }
}

.content2 .select li {
    font-size: 14px;
    opacity: 0.4;
    cursor: pointer;
    margin-top: 0.16rem;
    padding-left: 0.25rem;
}

@media only screen and (max-width: 767px) {
    .content2 .select li {
        font-size: 12px;
    }
}

.content2 .select li.active {
    font-size: 24px;
    opacity: 1;
    border-left: 2px solid #fff;
}

@media only screen and (max-width: 1440px) {
    .content2 .select li.active {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1200px) {
    .content2 .select li.active {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1024px) {
    .content2 .select li.active {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .content2 .select li.active {
        font-size: 16px;
    }
}

.content2 .product {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    display: none;
}

.content2 .product.active {
    display: block;
}

.content2 .product > a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
}

.content2 .product > a img {
    /* width: 100%; */
    /* max-width: 1920px; */
    /* margin-top: 120px; */
}

.content2 .product .innerWrap {
    height: 100%;
    display: flex;
    justify-content: flex-end;
}

.content2 .product .intro {
    color: #0f0f0f;
    text-align: left;
    margin-top: 1.3rem;
    width: 600px;
}

.content2 .product .intro p {
    line-height: 32px;
}

.content2 .product .intro a {
    color: #0f0f0f;
}

.content2 .product .intro h2 {
    font-size: 54px;
    font-weight: bold;
    text-align: right;
    margin-top: 45px;
}

@media only screen and (max-width: 1440px) {
    .content2 .product .intro h2 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 1024px) {
    .content2 .product .intro h2 {
        font-size: 36px;
    }
}

@media only screen and (max-width: 767px) {
    .content2 .product .intro h2 {
        font-size: 28px;
    }
}

.content2 .product .intro .p1 {
    font-size: 24px;
    margin-bottom: 0.4rem;
    text-align: right;
    color: #ff1500;
}

@media only screen and (max-width: 1440px) {
    .content2 .product .intro .p1 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1200px) {
    .content2 .product .intro .p1 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1024px) {
    .content2 .product .intro .p1 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .content2 .product .intro .p1 {
        font-size: 16px;
    }
}

.content2 .product .intro .btnBox {
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
}

.content2 .product .intro .btn {
    display: flex;
    align-items: center;
    padding: 10px 50px;
    cursor: pointer;
    border: 1px solid #0f0f0f;
    transition: all 0.5s;
    /* border-radius: 30px 4px 30px 4px; */
}

.content2 .product .intro .btn:hover {
    background: #ff0700;
    border-color: #e60011;
    color: white;
}

.content2 .product .intro .btn1 {
    margin-right: 0.1rem;
}

.section3 {
    position: relative;
}

.section3 .swiper-container {
    height: 100%;
}

.section3 .swiper-pagination {
    position: absolute;
    display: inline-block;
    width: auto !important;
    left: 50%;
    margin-left: -640px;
    text-align: left;
    bottom: 9%;
    z-index: 99;
}

.section3 .swiper-pagination .swiper-pagination-bullet {
    margin-right: 0.1rem;
}

.content3 {
    position: relative;
    height: 100%;
    z-index: 98;
    background-size: cover;
    background-position: center;
    transition: all 0.5s;
}

.content3 .innerWrap {
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.content3 .left {
    width: 48%;
}

.content3 .left ul {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

.content3 .left ul li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    box-sizing: border-box;
    width: 50%;
    height: 3.2rem;
    padding: 0 0.4rem;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

.content3 .left ul li:nth-child(1) {
    border-bottom-color: transparent;
}

.content3 .left ul li:nth-child(3) {
    border-right-color: transparent;
}

.content3 .left ul li:nth-child(6) {
    border-top-color: transparent;
}

.content3 .left ul li:nth-child(2), .content3 .left ul li:nth-child(5) {
    opacity: 0;
}

.content3 .left ul li:nth-child(2):hover, .content3 .left ul li:nth-child(5):hover {
    background: none;
    background: rgba(218, 34, 52, 0.9);
    border-color: rgba(218, 34, 52, 0.9) !important;
}

.content3 .left ul li.active, .content3 .left ul li:hover {
    background: rgb(255 2 2 / 70%);
    border-color: rgb(255 2 2 / 70%);
}

.content3 .left ul li.active .iconfont, .content3 .left ul li:hover .iconfont {
    display: none;
}

.content3 .left ul li.active .p2, .content3 .left ul li:hover .p2, .content3 .left ul li.active .p3, .content3 .left ul li:hover .p3 {
    display: block;
}

.content3 .left ul li i {
    font-size: 0.8rem;
    margin-bottom: 0.25rem;
}

.content3 .left ul li .p1 {
    font-size: 28px;
}

@media only screen and (max-width: 1440px) {
    .content3 .left ul li .p1 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 1024px) {
    .content3 .left ul li .p1 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .content3 .left ul li .p1 {
        font-size: 18px;
    }
}

.content3 .left ul li .p2 {
    margin-top: 0.1rem;
    margin-bottom: 0.6rem;
}

.content3 .left ul li .p2, .content3 .left ul li .p3 {
    color: #fff;
    display: none;
}

.content3 .left ul li a {
    color: #fff;
}

.content3 .right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 46%;
    padding: 1rem 0;
    color: #fff;
}

.content3 .right h2 {
    font-size: 45px;
    text-shadow: 1px 1px 2px #b5b1b1;
}

@media only screen and (max-width: 1440px) {
    .content3 .right h2 {
        font-size: 32px;
    }
}

@media only screen and (max-width: 1024px) {
    .content3 .right h2 {
        font-size: 26px;
    }
}

@media only screen and (max-width: 767px) {
    .content3 .right h2 {
        font-size: 24px;
    }
}

.content3 .right p {
    font-size: 28px;
    margin-bottom: 0.6rem;
    text-shadow: 1px 1px 2px #b5b1b1;
}

@media only screen and (max-width: 1440px) {
    .content3 .right p {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1200px) {
    .content3 .right p {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1024px) {
    .content3 .right p {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .content3 .right p {
        font-size: 16px;
    }
}

.content3 .right .button {
    box-sizing: border-box;
    display: inline-block;
    padding: 15px 50px;
    border: 2px solid #fff;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease-out;
    color: #fff;
    /* border-radius: 30px 4px 30px 4px; */
}

.content3 .right .button:hover {
    background: #e60111;
    border-color: #e60111;
    color: #fff;
}

.section4 {
    position: relative;
}

.content4 {
    display: flex;
    align-items: center;
    position: relative;
    background-size: cover;
    background-position: 90%;
    height: 7.5rem;
}

.content4 .left {
    width: 60%;
    margin-top: -50px;
}

.content4 .left ul {
    display: flex;
    flex-wrap: wrap;
}

.content4 .left ul li {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    width: 50%;
    text-align: center;
    transition: all 0.3s ease-out;
    padding-right: 0.8rem;
    margin-bottom: 0.3rem;
    margin-top: 30px;
}

.content4 .left ul li:before {
    position: absolute;
    content: "";
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 10%;
    border: 1px solid rgb(221 220 220);
    left: -0.2rem;
    top: 0.6rem;
    z-index: -1;
}

.content4 .left ul li:nth-child(2) .icon {
    background-size: 75%;
}

.content4 .left ul li:nth-child(3) .icon {
    background-size: 65%;
}

.content4 .left ul li:nth-child(4) .icon {
    background-size: 85%;
}

.content4 .left ul li .icon {
    width: 1.2rem;
    height: 1.2rem;
    background-size: auto;
    background-position: left bottom;
    background-repeat: no-repeat;
    margin-bottom: 0.2rem;
}

.content4 .left ul li .p1 {
    font-size: 24px;
    width: 100%;
    margin-top: 0.5rem;
    text-align: left;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media only screen and (max-width: 1024px) {
    .content4 .left ul li .p1 {
        font-size: 16px;
    }
}

.content4 .left ul li .p2 {
    display: flex;
    align-items: flex-start;
    font-size: 48px;
    font-weight: bold;
    line-height: 0.8;
}

@media only screen and (max-width: 1440px) {
    .content4 .left ul li .p2 {
        font-size: 36px;
    }
}

@media only screen and (max-width: 1024px) {
    .content4 .left ul li .p2 {
        font-size: 32px;
    }
}

@media only screen and (max-width: 767px) {
    .content4 .left ul li .p2 {
        font-size: 26px;
    }
}

.content4 .left ul li .p2.top {
    align-items: flex-start;
}

.content4 .left ul li .p2.top .plus {
    color: #333;
    font-size: 18px;
}

@media only screen and (max-width: 1024px) {
    .content4 .left ul li .p2.top .plus {
        font-size: 16px;
    }
}

.content4 .left ul li .p2 .title_l {
    margin-right: 0.05rem;
    font-size: 48px;
}

@media only screen and (max-width: 1440px) {
    .content4 .left ul li .p2 .title_l {
        font-size: 36px;
    }
}

@media only screen and (max-width: 1024px) {
    .content4 .left ul li .p2 .title_l {
        font-size: 32px;
    }
}

@media only screen and (max-width: 767px) {
    .content4 .left ul li .p2 .title_l {
        font-size: 26px;
    }
}

.content4 .left ul li .p2 .title_s {
    font-size: 18px;
    font-weight: bold;
}

@media only screen and (max-width: 1024px) {
    .content4 .left ul li .p2 .title_s {
        font-size: 16px;
    }
}

.content4 .left ul li .p2 .unit {
    font-size: 18px;
}

@media only screen and (max-width: 1024px) {
    .content4 .left ul li .p2 .unit {
        font-size: 16px;
    }
}

.content4 .left .button {
    box-sizing: border-box;
    display: inline-block;
    padding: 15px 50px;
    border: 1px solid #d9d5d5;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease-out;
    border-radius: 30px 4px 30px 4px;
    background: white;
}

.content4 .left .button:hover {
    background: #e60111;
    border-color: #e60111;
    color: #fff;
}

.content4 .right {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
    right: 0;
    top: 0;
}

.content4 .right .swiper-container {
    width: 100%;
    height: 100%;
}

.content4 .right .swiper-container .swiper-slide {
    opacity: 0 !important;
}

.content4 .right .swiper-container .swiper-slide-active {
    opacity: 1 !important;
}

.content4 .right .swiper-container .swiper-slide {
    position: relative;
    display: flex;
    align-items: flex-end;
}

.content4 .right .swiper-container .swiper-slide a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: flex-end;
}

.content4 .right .swiper-container .swiper-slide .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: 100%;
    left: 0;
    top: 0;
}

.content4 .right .swiper-container .swiper-slide .ctx {
    display: flex;
    color: #fff;
    height: 1.65rem;
    align-items: center;
    padding-left: 18%;
    width: 100%;
}

.content4 .right .swiper-container .swiper-slide .ctx::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1.671rem;
    left: 8.56%;
    bottom: 0;
    background: linear-gradient(to right, #e60011 0%, transparent 90%);
    transform: skewX(-41.2deg);
}

.content4 .right .swiper-container .swiper-slide .ctx .text {
    position: relative;
    width: 100%;
    z-index: 99;
}

.content4 .right .swiper-container .swiper-slide .ctx .text .p1 {
    font-size: 42px;
    font-weight: bold;
}

@media only screen and (max-width: 1440px) {
    .content4 .right .swiper-container .swiper-slide .ctx .text .p1 {
        font-size: 32px;
    }
}

@media only screen and (max-width: 1024px) {
    .content4 .right .swiper-container .swiper-slide .ctx .text .p1 {
        font-size: 26px;
    }
}

@media only screen and (max-width: 767px) {
    .content4 .right .swiper-container .swiper-slide .ctx .text .p1 {
        font-size: 24px;
    }
}

.content4 .right .swiper-container .swiper-slide .ctx .text .p2 {
    font-size: 28px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media only screen and (max-width: 1440px) {
    .content4 .right .swiper-container .swiper-slide .ctx .text .p2 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1200px) {
    .content4 .right .swiper-container .swiper-slide .ctx .text .p2 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1024px) {
    .content4 .right .swiper-container .swiper-slide .ctx .text .p2 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .content4 .right .swiper-container .swiper-slide .ctx .text .p2 {
        font-size: 16px;
    }
}

.content4 .right .swiper-pagination {
    width: 100%;
    right: 0;
    text-align: right;
    bottom: 0;
}

.content5 {
    background-size: cover;
    background-position: center;
    padding: 0.8rem 0 0.3rem;
    height: 790px;
}

.content5 .innerWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content5 .left {
    position: relative;
    width: 40%;
    color: #fff;
}

.content5 .left .ctx {
    position: relative;
    z-index: 99;
}

.content5 .left img {
    margin-bottom: 0.12rem;
}

.content5 .left h2 {
    font-size: 34px;
    margin-bottom: 0.3rem;
}

@media only screen and (max-width: 1440px) {
    .content5 .left h2 {
        font-size: 32px;
    }
}

@media only screen and (max-width: 1024px) {
    .content5 .left h2 {
        font-size: 26px;
    }
}

@media only screen and (max-width: 767px) {
    .content5 .left h2 {
        font-size: 24px;
    }
}

.content5 .left .pointContainer {
    position: absolute;
    z-index: 98;
    width: 100%;
    height: 100%;
}

.content5 .left .pointContainer .point {
    display: flex;
    position: absolute;
    width: 0.06rem;
    height: 0.06rem;
    background: #fff;
    border-radius: 50%;
}

.content5 .left .pointContainer .point::before {
    content: '';
    position: absolute;
    width: 0.3rem;
    height: 0.3rem;
    left: 50%;
    margin-left: -0.15rem;
    top: 50%;
    margin-top: -0.15rem;
    border-radius: 50%;
    box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.8);
    z-index: 3;
    opacity: 0;
    transform-origin: center;
    -webkit-animation: halo 1.5s 0.9s infinite ease-out;
    -moz-animation: halo 1.5s 0.9s infinite ease-out;
    animation: halo 1.5s 0.9s infinite ease-out;
}

.content5 .left .pointContainer .point::after {
    content: '';
    position: absolute;
    width: 0.8rem;
    height: 0.8rem;
    left: 50%;
    margin-left: -0.4rem;
    top: 44%;
    margin-top: -0.4rem;
    border-radius: 50%;
    box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.8);
    z-index: 3;
    opacity: 0;
    transform-origin: center;
    -webkit-animation: halo 1.5s 0.9s infinite ease-out;
    -moz-animation: halo 1.5s 0.9s infinite ease-out;
    animation: halo 1.5s 0.9s infinite ease-out;
}

.content5 .left .pointContainer .point.point1 {
    left: 25%;
    top: 103%;
}

.content5 .left .pointContainer .point.point1::after, .content5 .left .pointContainer .point.point1::before {
    animation-delay: 0.2s;
}

.content5 .left .pointContainer .point.point2 {
    left: 46%;
    top: -108%;
}

.content5 .left .pointContainer .point.point3 {
    left: -29%;
    top: 27%;
}

.content5 .left .pointContainer .point.point3::after, .content5 .left .pointContainer .point.point3::before {
    animation-delay: 0.3s;
}

.content5 .left .pointContainer .point.point4 {
    left: 45%;
    top: 349%;
}

.content5 .left .pointContainer .point.point5 {
    left: 58%;
    top: 256%;
}

.content5 .left .pointContainer .point.point5::after, .content5 .left .pointContainer .point.point5::before {
    animation-delay: 0.5s;
}

.content5 .left .pointContainer .point.point6 {
    left: 103%;
    top: 351%;
}

.content5 .left .pointContainer .point.point6::after, .content5 .left .pointContainer .point.point6::before {
    animation-delay: 0.12s;
}

.content5 .left .pointContainer .point.point7 {
    left: 115%;
    top: 191%;
}

.content5 .left .pointContainer .point.point7::after, .content5 .left .pointContainer .point.point7::before {
    animation-delay: 0.05s;
}

.content5 .left .pointContainer .point.point8 {
    left: 86%;
    top: -46%;
}

.content5 .left .pointContainer .point.point8::after, .content5 .left .pointContainer .point.point8::before {
    animation-delay: 0.06s;
}

.content5 .right {
    width: 48.4%;
}

.content5 .right ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.content5 .right ul li {
    position: relative;
    width: 48.4%;
    height: 3.1rem;
    color: #fff;
    cursor: pointer;
    overflow: hidden;
}

.content5 .right ul li:hover .bg {
    transform: scale(1.05);
}

.content5 .right ul li .bg {
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 0.3rem 0.6rem;
    transition: all 0.5s;
}

.content5 .right ul li a {
    position: relative;
    z-index: 1;
    display: block;
    color: #fff;
    width: 100%;
    height: 100%;
}

.content5 .right ul li .ctx {
    width: 100%;
    height: 100%;
    padding: 0.3rem 0.6rem;
    display: flex;
    flex-direction: column;
}

.content5 .right ul li:first-child {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0.2rem;
}

.content5 .right ul li:first-child .ctx {
    justify-content: center;
}

.content5 .right ul li:nth-child(2) .ctx {
    align-items: center;
    justify-content: center;
    text-align: center;
}

.content5 .right ul li:nth-child(3) .ctx {
    padding: 0.3rem;
}

.content5 .right ul li img {
    margin-bottom: 0.12rem;
}

.content5 .right ul li h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 0.2rem;
}

@media only screen and (max-width: 1440px) {
    .content5 .right ul li h2 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 1024px) {
    .content5 .right ul li h2 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .content5 .right ul li h2 {
        font-size: 18px;
    }
}

.content5 .right ul li .more {
    text-decoration: underline;
}

.content6 {
    padding: 0.8rem 0 1rem;
}

.content6 .innerWrap {
    width: 1410px;
}

.content6 .ctx.ctx1 .top {
    padding-top: 0;
}

.content6 .ctx .top {
    width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.45rem 0 0.4rem;
}

.content6 .ctx .top .title {
    position: relative;
    font-weight: bold;
    padding-bottom: 0.1rem;
    color: #333;
}

.content6 .ctx .top .title::after {
    position: absolute;
    display: block;
    content: "";
    width: 0.4rem;
    height: 2px;
    background: #d12e26;
    left: 0;
    bottom: 0;
}

.content6 .ctx .top .more {
    box-sizing: border-box;
    border: 1px solid #e1e1e1;
    color: #666;
    padding: 10px 30px;
    cursor: pointer;
    transition: all 0.3s ease-out;
    /* border-radius: 30px 4px 30px 4px; */
}

.content6 .ctx .top .more:hover {
    border-color: #e60111;
    background: #e60111;
    color: #fff;
}

.content6 .ctx .bottom {
    position: relative;
}

.content6 .ctx .bottom .swiper-container {
    width: 1280px;
    margin: 0 auto;
}

.content6 .ctx .bottom .swiper-slide {
    /* background: #f8f8f8; */
    cursor: pointer;
    transition: all 0.5s ease-out;
    /* margin-top: -148px; */
    border: 1px solid #ededed;
}

.content6 .ctx .bottom .swiper-slide:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.content6 .ctx .bottom .swiper-slide:hover .imgBox div {
    transform: scale(1.05);
}

.content6 .ctx .bottom .swiper-slide:hover h2 {
    color: #e50111;
    text-decoration: underline;
}

.content6 .ctx .bottom .swiper-slide .imgBox {
    width: 100%;
    height: 2.3rem;
    overflow: hidden;
}

.content6 .ctx .bottom .swiper-slide .imgBox div {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: all 0.3s ease-out;
}

.content6 .ctx .bottom .swiper-slide .bottom {
    padding: 0.25rem;
}

.content6 .ctx .bottom .swiper-slide .bottom .p1 {
    color: #e50111;
    margin-bottom: 0.2rem;
}

.content6 .ctx .bottom .swiper-slide .bottom h2 {
    margin-bottom: 0.15rem;
    font-size: 20px;
    line-height: 1.25;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 48px;
}

@media only screen and (max-width: 1440px) {
    .content6 .ctx .bottom .swiper-slide .bottom h2 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1200px) {
    .content6 .ctx .bottom .swiper-slide .bottom h2 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1024px) {
    .content6 .ctx .bottom .swiper-slide .bottom h2 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .content6 .ctx .bottom .swiper-slide .bottom h2 {
        font-size: 16px;
    }
}

.content6 .ctx .bottom .swiper-slide .bottom .p2 {
    margin-bottom: 0.25rem;
    font-size: 16px;
    line-height: 1.714;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    /* height: 48px; */
    color: #1e1e1e;
}

@media only screen and (max-width: 767px) {
    .content6 .ctx .bottom .swiper-slide .bottom .p2 {
        font-size: 12px;
    }
}

.content6 .ctx .bottom .swiper-button-prev, .content6 .ctx .bottom .swiper-button-next {
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    width: 0.25rem;
    height: 0.25rem;
    font-size: 40px;
    color: #b2b2b2;
    top: 50%;
    margin-top: -0.125rem;
    transition: all 0.5s;
    opacity: 1 !important;
}

@media only screen and (max-width: 1440px) {
    .content6 .ctx .bottom .swiper-button-prev, .content6 .ctx .bottom .swiper-button-next {
        font-size: 34px;
    }
}

@media only screen and (max-width: 1024px) {
    .content6 .ctx .bottom .swiper-button-prev, .content6 .ctx .bottom .swiper-button-next {
        font-size: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .content6 .ctx .bottom .swiper-button-prev, .content6 .ctx .bottom .swiper-button-next {
        font-size: 24px;
    }
}

.content6 .ctx .bottom .swiper-button-prev:hover, .content6 .ctx .bottom .swiper-button-next:hover {
    color: #d12d25;
}

.content6 .ctx .bottom .swiper-button-prev {
    font-family: iconfont;
    left: -10px;
    background-image: none;
}

.content6 .ctx .bottom .swiper-button-prev:before {
    content: "\e601";
}

.content6 .ctx .bottom .swiper-button-next {
    font-family: iconfont;
    background-image: none;
    right: -10px;
}

.content6 .ctx .bottom .swiper-button-next:before {
    content: "\e683";
}

.content6 .ctx2 {
    width: 1280px;
    margin: 0 auto;
}

.content6 .ctx2 ul {
    display: flex;
    justify-content: space-between;
}

.content6 .ctx2 ul li {
    width: 33%;
    color: #fff;
    transition: all 0.5s ease-out;
    overflow: hidden;
}

.content6 .ctx2 ul li:hover .bg {
    transform: scale(1.05);
}

.content6 .ctx2 ul li .bg {
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 0.3rem 0.55rem;
    transition: all 0.5s;
}

.content6 .ctx2 ul li .ctx {
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 0.4rem 0.3rem;
    position: relative;
    display: flex;
    z-index: 99;
}

.content6 .ctx2 ul li:hover {
    box-shadow: 5px 0 10px rgba(0, 0, 0, 0.3);
}

.content6 .ctx2 ul li:nth-child(2) {
    color: #333;
}

.content6 .ctx2 ul li .right img {
    width: 1.5rem;
}

.content6 .ctx2 ul li h2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 0.15rem;
    color: white;
}

@media only screen and (max-width: 1440px) {
    .content6 .ctx2 ul li h2 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 1024px) {
    .content6 .ctx2 ul li h2 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .content6 .ctx2 ul li h2 {
        font-size: 18px;
    }
}

.content6 .ctx2 ul li p {
    font-size: 16px;
    color: white;
}

@media only screen and (max-width: 1366px) {
    .content6 .ctx2 ul li p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .content6 .ctx2 ul li p {
        font-size: 14px;
    }
}

@-webkit-keyframes halo {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
    }
}

@-moz-keyframes halo {
    0% {
        opacity: 0;
        -moz-transform: scale(0.1);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -moz-transform: scale(1.2);
    }
}

@-ms-keyframes halo {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes halo {
    0% {
        opacity: 0;
        -o-transform: scale(0.1);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -o-transform: scale(1.2);
    }
}

@keyframes halo {
    0% {
        opacity: 0;
        transform: scale(0.1);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: scale(1.2);
    }
}

@keyframes beat {
    0% {
        transform: translateY(-20%);
    }

    25% {
        transform: translateY(-5%);
    }

    50% {
        transform: translateY(0%);
    }

    75% {
        transform: translateY(-5%);
    }

    100% {
        transform: translateY(-20%);
    }
}

@keyframes backgroundAnimate {
    0% {
        background-position: -50px;
    }

    100% {
        background-position: 0;
    }
}

@keyframes slideInToLeft {
    0% {
        left: -100%;
    }

    100% {
        left: 0;
    }
}

@keyframes slideInToUp {
    0% {
        top: 100%;
    }

    100% {
        top: 0;
    }
}

@keyframes slideInToRight {
    0% {
        left: 100%;
    }

    100% {
        left: 0;
    }
}

@keyframes slideInToDown {
    0% {
        top: -100%;
    }

    100% {
        top: 0;
    }
}

.isIe .content2 .select .swiper-container .swiper-wrapper {
    margin-top: 0;
}

@media screen and (max-width: 1440px) {
    .content .innerWrap {
        width: 1110px;
    }

    .banner .swiper-slide .ctx {
        width: 1110px;
    }

    .section3 .swiper-pagination {
        width: 1110px;
        margin-left: -555px;
    }

    .section4 .swiper-pagination {
        width: 1110px;
        margin-left: -555px;
    }

    .content4 .right .swiper-pagination {
        margin-left: 0;
    }

    .content6 .ctx .top {
        width: 1110px;
    }

    .content6 .ctx .bottom .swiper-container {
        width: 1110px;
    }

    .content6 .ctx2 {
        width: 1110px;
    }

    .content6 .ctx .bottom .swiper-button-next {
        right: -40px;
    }

    .content6 .ctx .bottom .swiper-button-prev {
        left: -40px;
    }

    .content6 .ctx .bottom .swiper-slide .bottom h2 {
        height: 50px;
    }
}

@media screen and (max-width: 1280px) {
    .content .innerWrap {
        width: 90%;
    }

    .banner .swiper-slide .ctx {
        width: 90%;
    }

    .section3 .swiper-pagination {
        width: 90%;
        margin-left: -45%;
    }

    .section4 .swiper-pagination {
        width: 90%;
        margin-left: -45%;
    }

    .content6 .ctx .top {
        width: 90%;
    }

    .content6 .ctx .bottom .swiper-container {
        width: 90%;
    }

    .content6 .ctx2 {
        width: 90%;
    }

    .content6 .ctx2 .top {
        width: 100%;
    }
}

@media screen and (max-width: 1200px) {
    .content6 .ctx .bottom .swiper-slide .bottom h2 {
        height: 45px;
    }
}

@media screen and (max-width: 1080px) {
    .content3 .left ul li.active .p2, .content3 .left ul li:hover .p2 {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .content1 .swiper-button-prev {
        left: -10px;
    }

    .content1 .swiper-button-next {
        right: -10px;
    }

    .content2 .product .intro {
        right: 0;
    }

    .content2 {
        height: auto;
    }

    .content2 .btnContainer {
        bottom: 0;
        top: auto;
    }

    .content2 .innerWrap {
        height: 100%;
        padding-bottom: 120px;
    }

    .content3 .innerWrap {
        flex-direction: column;
    }

    .content3 .innerWrap .left {
        width: 100%;
        height: 70%;
    }

    .content3 .innerWrap .right {
        width: 100%;
    }

    .section3 .swiper-pagination {
        text-align: right;
        left: inherit;
        margin-left: 0;
        right: 50%;
        margin-right: -25%;
    }

    .section4 .swiper-pagination {
        margin-left: 0;
    }

    .content4 .innerWrap {
        flex-direction: column;
    }

    .content4 .innerWrap .left {
        width: 100%;
        margin-bottom: 1.5rem;
    }

    .content4 .innerWrap .right {
        width: 80%;
    }

    .content4 .right .swiper-container {
        padding-top: 0;
    }

    .content5 .innerWrap {
        flex-direction: column;
    }

    .content5 .innerWrap .left {
        width: 100%;
        margin-bottom: 0.5rem;
    }

    .content5 .innerWrap .right {
        width: 100%;
    }

    .content5 .innerWrap .left .pointContainer {
        display: none;
    }

    .content6 {
        padding: 0.3rem 0;
    }

    .content6 .ctx .bottom .swiper-button-next {
        right: -10px;
    }

    .content6 .ctx .bottom .swiper-button-prev {
        left: -10px;
    }

    .content6 .ctx2 ul {
        flex-direction: column;
    }

    .content6 .ctx2 ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0.2rem;
    }
}

@media screen and (max-width: 480px) {
    .content2 .product > img {
        width: 100%;
        padding: 1rem 0;
    }
}

.fenlei {
    /* width: 1280px; */
    margin: auto;
}

.fenlei li {
    float: left;
    width: 49%;
    display: block;
    /* padding: 10px; */
    border: 1px solid #e9e9e9;
    margin: 5px 0px 0px 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    /* border-radius: 30px 4px 30px 4px; */
    transition: all 0.5s;
    background: white;
}

.fenlei li:hover {
    /* margin-top: 25px; */
    transition: all 0.5s;
}

.fenlei li a {
}

.fenlei li a p {
    font-size: 24px;
    margin-top: 18px;
}

.fenlei li a img {
    float: left;
    margin-left: 30px;
    margin-right: 23px;
}