

.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);
    }
}

.animateSwiperslide .ctx {
    color: #fff;
}

.animateSwiperslide .ctx .p1 {
    font-size: 60px;
}

.animateSwiperslide .ctx .p2 {
    font-size: 36px;
}

.animateSwiperslide .ctx {
    opacity: 0;
    transform: translateY(0%);
}


.start_anim .banner_anim .img05 {
    opacity: 1;
    transform: scale(1) translate(10%, 7%);
    transition: transform 1s ease-in-out, opacity 1s ease-in-out;
}


.start_anim .banner_anim .img04 {
    opacity: 1;
    transform: scale(1) translate(10%, 15%);
    transition: transform 1s ease-in-out, opacity 1s ease-in-out;
}


.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;
}



.content {
    overflow: hidden;
}

.content .innerWrap {
    width:1340px;
    margin: 0 auto;
}

.content1 {
    display: flex;
    align-items: center;
    margin-top: -45px;
}

.content1 .innerWrap {
    position: relative;
    width: 1340px;
    /* 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:700px;
}

.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;
    width: 100%;
    text-align: center;
    display: none;
}

.content2 .product.active {
    display: block;
}

.content2 .product > a {
    position: absolute;
    display: block;
    width:50%;
    height: 100%;
}

.content2 .product > a img {
    max-height:none;
}

.content2 .product .innerWrap {
    height: 100%;
    display: flex;
    justify-content: flex-end;
}

.content2 .product .intro {
    color: #0f0f0f;
    text-align: left;
    margin-top: 1.3rem;
    width: 660px;
}

.content2 .product .intro p {
    line-height:40px; padding-left:5%;
}
.content2 .product .intro p a{
    font-size:20px;
}

.content2 .product .intro a {
    color: #0f0f0f;
}

.content2 .product .intro h2 {
    font-size:44px; color:#fff;
    font-weight: bold;
    text-align: right;
    margin-top: 45px;
}
.content2 .product .intro h2 p{
    font-size:16px; font-weight:normal; line-height:30px; margin-top:20px;
}

@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 #fff;
    transition: all 0.5s;
}
.content2 .product .intro .btn  p{line-height:20px; padding-left:0px; color:#fff;}

.content2 .product .intro .btn:hover {
    background: #ff0700;
    border-color: #e60011;
    color: white;
}

.content2 .product .intro .btn1 {
    margin-right: 0.5rem;
}

.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:900px;
    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:34%;
    padding: 0 2.0rem;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease-out; overflow:hidden;
}

.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; line-height:40px;
}

@media only screen and (max-width: 1440px) {
    .content3 .left ul li .p1 {
        font-size: 24px;line-height:40px;
    }
}

@media only screen and (max-width: 1024px) {
    .content3 .left ul li .p1 {
        font-size: 20px;line-height:40px;
    }
}

@media only screen and (max-width: 767px) {
    .content3 .left ul li .p1 {
        font-size: 18px;line-height:40px;
    }
}

.content3 .left ul li .p2 {
    margin-top: 0.1rem;
    margin-bottom: 0.6rem;line-height:26px;
}

.content3 .left ul li .p2, .content3 .left ul li .p3 {
    color: #fff;
    display: none; margin-top:30px;
}
.content3  .p3 {
     margin-top:30px;
}

.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; line-height:60px;
    text-shadow: 1px 1px 2px #b5b1b1;
}

@media only screen and (max-width: 1440px) {
    .content3 .right h2 {
        font-size: 32px;line-height:50px;
    }
}

@media only screen and (max-width: 1024px) {
    .content3 .right h2 {
        font-size: 26px;line-height:40px;
    }
}

@media only screen and (max-width: 767px) {
    .content3 .right h2 {
        font-size: 24px;line-height:30px;
    }
}

.content3 .right p {
    font-size: 24px;line-height:40px; font-family:"Î¢ÈíÑÅºÚ";
    margin-bottom: 0.6rem;
}

@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: 15px;
    }
}

.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; margin-top:30px; font-size:24px;
    /* 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:840px;
}

.content4 .left {
    width:50%;
}

.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%;
	height:50%;
    text-align: center;
    transition: all 0.3s ease-out;
    padding-right: 0.8rem;
    margin-bottom:2.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:5.2rem;
    height:4.0rem;
    background-size: auto;
    background-position: left bottom;
    background-repeat: no-repeat;
    margin-bottom:1.2rem;
}

.content4 .left ul li .p1 {
    font-size: 24px;
    width: 100%;
    margin-top:1.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%;
	margin-top:12%;
    right:5%;
    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;
    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;
}




@-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;
    }

   
}

@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%;
    }

  
}

@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; width:auto;
    }

    .content2 {
        height: auto;
    }

    .content2 .btnContainer {
        bottom: 0;
        top: auto;
    }

    .content2 .innerWrap {
        height: 100%;
        padding-bottom:40px;
    }

    .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;
    }

    
}

@media screen and (max-width: 480px) {
    .content2 .product > img {
        width: 100%;
        padding: 1rem 0;
    }
}

.fenlei {
    margin: auto;
}

.fenlei li {
    float: left;
    width: 47%;
    display: block;
    border: 1px solid #e9e9e9;
    margin: 15px 0px 0px 15px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    transition: all 0.5s;
    background: white;
}

.fenlei li:hover {
    /* margin-top: 25px; */
    transition: all 0.5s; background-color:#d40e19;
}
.content2 .product .intro  p:hover a{ color:#fff;
}

.fenlei li:hover a { color:#fff;
}

.fenlei li a p {
    font-size: 24px;
}

.fenlei li a img {
    float: left;
    margin-left: 30px;
    margin-right: 23px;
}