/*font-size*/
 .banner {
     display: flex;
     align-items: center;
     position: relative;
     width: 100%;
     height: 615px;
}
 .banner .bannerImg {
     position: absolute;
     width: 100%;
     height: 100%;
     left: 0;
     top: 0;
     background-size: cover;
     background-position: center;
}
 .banner .bannerImgPc {
     display: block;
}
 .banner .bannerImgMobile {
     display: none;
}
 .banner .innerWrap {
     position: relative;
     width: 1280px;
     margin: 0 auto;
     color: #fff;
     z-index: 1;
}
 .banner .innerWrap .p1 {
     display: flex;
     align-items: flex-end;
     font-size: 20px;
     margin-bottom: 40px;
}
 @media only screen and (max-width: 1200px) {
     .banner .innerWrap .p1 {
         font-size: 16px;
    }
}
 @media only screen and (max-width: 1024px) {
     .banner .innerWrap .p1 {
         font-size: 16px;
    }
}
 .banner .innerWrap .p1 img {
     width: 224px;
}
 .banner .innerWrap .p2 {
     font-size: 26px;
     margin-bottom: 25px;
}
 @media only screen and (max-width: 1440px) {
     .banner .innerWrap .p2 {
         font-size: 24px;
    }
}
 @media only screen and (max-width: 1024px) {
     .banner .innerWrap .p2 {
         font-size: 20px;
    }
}
 @media only screen and (max-width: 767px) {
     .banner .innerWrap .p2 {
         font-size: 18px;
    }
}
 .banner .innerWrap .p3, .banner .innerWrap .p4 {
     font-size: 16px;
     color: rgba(255, 255, 255, 0.8);
}
 @media only screen and (max-width: 1366px) {
     .banner .innerWrap .p3, .banner .innerWrap .p4 {
         font-size: 14px;
    }
}
 @media only screen and (max-width: 767px) {
     .banner .innerWrap .p3, .banner .innerWrap .p4 {
         font-size: 14px;
    }
}
 .title {
     margin-bottom: 40px;
}
 .title h1 {
     position: relative;
     display: flex;
     justify-content: center;
     text-align: center;
     font-size: 38px;
     padding-bottom: 15px;
}
 @media only screen and (max-width: 1440px) {
     .title h1 {
         font-size: 32px;
    }
}
 @media only screen and (max-width: 1024px) {
     .title h1 {
         font-size: 26px;
    }
}
 @media only screen and (max-width: 767px) {
     .title h1 {
         font-size: 24px;
    }
}
 .title h1::after {
     position: absolute;
     content: "";
     width: 40px;
     height: 2px;
     background: #e40112;
     bottom: 0;
     left: 50%;
     margin-left: -20px;
}
.content{overflow:hidden}
 .content .innerWrap {
     width: 1280px;
     margin: 0 auto;
}
 .content1 {
     padding: 30px 0;
}
 .content1 .innerWrap {
     display: flex;
}
 .content1 .innerWrap p {
     font-size: 14px;
     color: #2d2d2d;
}
 @media only screen and (max-width: 767px) {
     .content1 .innerWrap p {
         font-size: 12px;
    }
}
 .content1 .innerWrap .left, .content1 .innerWrap .right {
     box-sizing: border-box;
     width: 44.3%;
}
 .content1 .innerWrap .left {
     width: 50%;
     margin-right: 5.7%;
     padding-right: 5.7%;
     border-right: 1px solid #efefef;
}
 .content1 .innerWrap .left .p1 {
     margin-bottom: 55px;
}
 .content1 .innerWrap .left ul {
     display: flex;
     margin-bottom: 40px;
}
 .content1 .innerWrap .left ul li {
     box-sizing: border-box;
     width: 42%;
     display: flex;
}
 .content1 .innerWrap .left ul li .red {
     font-size: 58px;
     color: #e50212;
     margin-right: 10px;
}
 @media only screen and (max-width: 1440px) {
     .content1 .innerWrap .left ul li .red {
         font-size: 40px;
    }
}
 @media only screen and (max-width: 1024px) {
     .content1 .innerWrap .left ul li .red {
         font-size: 36px;
    }
}
 @media only screen and (max-width: 767px) {
     .content1 .innerWrap .left ul li .red {
         font-size: 28px;
    }
}
 .content1 .innerWrap .left ul li .red span {
     font-size: 58px;
}
 @media only screen and (max-width: 1440px) {
     .content1 .innerWrap .left ul li .red span {
         font-size: 40px;
    }
}
 @media only screen and (max-width: 1024px) {
     .content1 .innerWrap .left ul li .red span {
         font-size: 36px;
    }
}
 @media only screen and (max-width: 767px) {
     .content1 .innerWrap .left ul li .red span {
         font-size: 28px;
    }
}
 .content1 .innerWrap .left ul li:first-child {
     width: 50%;
     align-items: center;
     margin-right: 8%;
     padding-right: 8%;
     border-right: 1px solid #f3f3f3;
}
 .content1 .innerWrap .left ul li:first-child .p2 {
     font-size: 24px;
     font-weight: bold;
     color: #e50212;
     line-height: 1;
}
 @media only screen and (max-width: 1440px) {
     .content1 .innerWrap .left ul li:first-child .p2 {
         font-size: 20px;
    }
}
 @media only screen and (max-width: 1200px) {
     .content1 .innerWrap .left ul li:first-child .p2 {
         font-size: 18px;
    }
}
 @media only screen and (max-width: 1024px) {
     .content1 .innerWrap .left ul li:first-child .p2 {
         font-size: 18px;
    }
}
 @media only screen and (max-width: 767px) {
     .content1 .innerWrap .left ul li:first-child .p2 {
         font-size: 16px;
    }
}
 .content1 .innerWrap .left ul li:first-child .p3 {
     font-size: 18px;
     font-weight: bold;
}
 @media only screen and (max-width: 1024px) {
     .content1 .innerWrap .left ul li:first-child .p3 {
         font-size: 16px;
    }
}
 .content1 .innerWrap .left ul li:last-child {
     align-items: baseline;
}
 .content1 .innerWrap .left ul li:last-child .p4 {
     font-size: 18px;
     font-weight: bold;
}
 @media only screen and (max-width: 1024px) {
     .content1 .innerWrap .left ul li:last-child .p4 {
         font-size: 16px;
    }
}
 .content1 .innerWrap .left .p5 {
     margin-bottom: 20px;
}
 .content1 .innerWrap .right .p1 {
     margin-bottom: 70px;
}
 .content1 .innerWrap .right img {
     width: 482px;
     margin-bottom: 30px;
}
 .content2 {
     position: relative;
     padding: 110px 0 105px;
}
 .content2 .imgBg {
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 850px;
     /* z-index: -1; */
     background-size: cover;
     background-position: center;
}
 .content2 .ctx1 {
     display: flex;
     justify-content: space-between;
     align-items: center;
     margin-bottom: 47px;
}
 .content2 .ctx1 .imgBox {
     position: relative;
     overflow: hidden;
}
 .content2 .ctx1 .imgBox .bg {
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     background-size: cover;
     background-position: center;
     transition: all 0.5s;
}
 .content2 .ctx1 .imgBox:hover .bg {
     transform: scale(1.05);
}
 .content2 .ctx1 .left {
     width: 55.5%;
}
 .content2 .ctx1 .left .imgBox1 {
     width: 100%;
     height: 260px;
     margin-bottom: 20px;
}
 .content2 .ctx1 .left .bottom {
     display: flex;
     justify-content: space-between;
}
 .content2 .ctx1 .left .bottom .imgBox {
     display: flex;
     align-items: flex-end;
     width: 48.4%;
     height: 230px;
     padding: 37px 47px;
}
 .content2 .ctx1 .left .bottom .text {
     position: relative;
     z-index: 1;
     color: #fff;
}
 .content2 .ctx1 .left .bottom .text .p1 {
     font-size: 20px;
}
 @media only screen and (max-width: 1200px) {
     .content2 .ctx1 .left .bottom .text .p1 {
         font-size: 16px;
    }
}
 @media only screen and (max-width: 1024px) {
     .content2 .ctx1 .left .bottom .text .p1 {
         font-size: 16px;
    }
}
 .content2 .ctx1 .left .bottom .text .p1 span {
     font-size: 32px;
}
 @media only screen and (max-width: 1440px) {
     .content2 .ctx1 .left .bottom .text .p1 span {
         font-size: 30px;
    }
}
 @media only screen and (max-width: 1024px) {
     .content2 .ctx1 .left .bottom .text .p1 span {
         font-size: 24px;
    }
}
 @media only screen and (max-width: 767px) {
     .content2 .ctx1 .left .bottom .text .p1 span {
         font-size: 22px;
    }
}
 .content2 .ctx1 .left .bottom .text .p1 .s1 {
     font-size: 32px;
}
 @media only screen and (max-width: 1440px) {
     .content2 .ctx1 .left .bottom .text .p1 .s1 {
         font-size: 30px;
    }
}
 @media only screen and (max-width: 1024px) {
     .content2 .ctx1 .left .bottom .text .p1 .s1 {
         font-size: 24px;
    }
}
 @media only screen and (max-width: 767px) {
     .content2 .ctx1 .left .bottom .text .p1 .s1 {
         font-size: 22px;
    }
}
 .content2 .ctx1 .left .bottom .text .p1 .s2 {
     font-size: 20px;
}
 @media only screen and (max-width: 1200px) {
     .content2 .ctx1 .left .bottom .text .p1 .s2 {
         font-size: 16px;
    }
}
 @media only screen and (max-width: 1024px) {
     .content2 .ctx1 .left .bottom .text .p1 .s2 {
         font-size: 16px;
    }
}
 .content2 .ctx1 .left .bottom .text .p2 {
     font-size: 14px;
}
 @media only screen and (max-width: 767px) {
     .content2 .ctx1 .left .bottom .text .p2 {
         font-size: 12px;
    }
}
 .content2 .ctx1 .right {
     width: 36%;
}
 .content2 .ctx1 .right .p1 {
     font-size: 56px;
     color: #e71029;
}
 @media only screen and (max-width: 1440px) {
     .content2 .ctx1 .right .p1 {
         font-size: 40px;
    }
}
 @media only screen and (max-width: 1024px) {
     .content2 .ctx1 .right .p1 {
         font-size: 36px;
    }
}
 @media only screen and (max-width: 767px) {
     .content2 .ctx1 .right .p1 {
         font-size: 28px;
    }
}
 .content2 .ctx1 .right .p2 {
     font-size: 32px;
     color: #e71029;
     margin-bottom: 40px;
}
 @media only screen and (max-width: 1440px) {
     .content2 .ctx1 .right .p2 {
         font-size: 30px;
    }
}
 @media only screen and (max-width: 1024px) {
     .content2 .ctx1 .right .p2 {
         font-size: 24px;
    }
}
 @media only screen and (max-width: 767px) {
     .content2 .ctx1 .right .p2 {
         font-size: 22px;
    }
}
 .content2 .ctx1 .right .p3 {
     font-size: 14px;
     color: #fff;
     margin-bottom: 25px;
}
 @media only screen and (max-width: 767px) {
     .content2 .ctx1 .right .p3 {
         font-size: 12px;
    }
}
 .content2 .ctx1 .right .p4 {
     font-size: 14px;
     color: #fff;
}
 @media only screen and (max-width: 767px) {
     .content2 .ctx1 .right .p4 {
         font-size: 12px;
    }
}
 .content2 .ctx2 .imgBox {
     display: flex;
     align-items: center;
     justify-content: center;
     position: relative;
     cursor: pointer;
     overflow: hidden;
     height: 480px;
}
 .content2 .ctx2 .imgBox .bg {
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     background-size: cover;
     background-position: center;
     transition: all 0.5s;
}
 .content2 .ctx2 .imgBox .text {
     position: relative;
     z-index: 1;
     color: #fff;
}
 .content2 .ctx2 .imgBox .text .button {
     display: flex;
     align-items: center;
}
 .content2 .ctx2 .imgBox .text .button img {
     width: 66px;
}
 .content2 .ctx2 .imgBox:hover .bg {
     transform: scale(1.05);
}
 .content2 .ctx2 .videos {
     display: none;
     position: fixed;
     width: 100%;
     height: 100%;
     left: 0;
     top: 0;
     z-index: 100000;
     background-color: rgba(0, 0, 0, 0.5);
}
 .content2 .ctx2 .videos video {
     position: absolute;
     left: 0;
     top: 0;
     width: 70%;
     left: 50%;
     top: 50%;
     z-index: 9999;
     transform: translate(-50%, -50%);
}
 .content2 .ctx2 .videos .vclose {
     position: absolute;
     right: 2%;
     top: 2%;
     border-radius: 100%;
     cursor: pointer;
     width: 50px;
     height: 50px;
     z-index: 99999;
}
 .content3 {
     position: relative;
     padding: 105px 0 105px;
     background-size: cover;
     background-position: center;
}
 .content3 .gallery-thumbs {
     display: flex;
     align-items: center;
     position: relative;
     margin-bottom: 60px;
}
 .content3 .gallery-thumbs::after {
     content: "";
     position: absolute;
     width: 12px;
     height: 12px;
     background: #d51127;
     border-radius: 50%;
     top: 50%;
     right: 0;
     margin-top: -6px;
     z-index: 2;
}
 .content3 .gallery-thumbs::before {
     content: "";
     position: absolute;
     width: 12px;
     height: 12px;
     background: #d51127;
     border-radius: 50%;
     left: 0;
     top: 50%;
     margin-top: -6px;
     z-index: 2;
}
 .content3 .gallery-thumbs {
     width: 100%;
     position: relative;
}
 .content3 .gallery-thumbs .swiper-button-prev, .content3 .gallery-thumbs .swiper-button-next {
     display: flex;
     align-items: center;
     justify-content: center;
     background: none;
     font-family: "icomoon" !important;
     speak: never;
     font-style: normal;
     font-weight: normal;
     font-variant: normal;
     text-transform: none;
     line-height: 1;
     font-size: 42px;
     color: #d51127;
}
 @media only screen and (max-width: 1440px) {
     .content3 .gallery-thumbs .swiper-button-prev, .content3 .gallery-thumbs .swiper-button-next {
         font-size: 34px;
    }
}
 @media only screen and (max-width: 1024px) {
     .content3 .gallery-thumbs .swiper-button-prev, .content3 .gallery-thumbs .swiper-button-next {
         font-size: 30px;
    }
}
 @media only screen and (max-width: 767px) {
     .content3 .gallery-thumbs .swiper-button-prev, .content3 .gallery-thumbs .swiper-button-next {
         font-size: 24px;
    }
}
 .content3 .gallery-thumbs .swiper-button-prev {
     left: -40px;
}
 .content3 .gallery-thumbs .swiper-button-next {
     right: -40px;
}
 .content3 .gallery-thumbs .swiper-button-prev::after {
     content: "\e601";
}
 .content3 .gallery-thumbs .swiper-button-next::after {
     content: "\e683";
}
 .gallery-thumbs {
     position: relative;
     display: flex;
     justify-content: center;
     align-items: center;
     width: 100%;
     height: 100px;
     margin: 0 auto;
     color: #999;
     cursor: pointer;margin-bottom:60px
}
 .gallery-thumbs .line {
     content: "";
     position: absolute;
     top: 50%;
     left: 0;
     width: 100%;
     height: 0;
     border-top: 1px dashed #d1d1d1;
}
 .gallery-thumbs li {
     position: relative;
     flex: 1;
     height: 100%;
}
 .gallery-thumbs .swiper-slide-thumb-active p {
     color: #d51127;
}
 .gallery-thumbs .swiper-slide-thumb-active p::before {
     background: #d51127;
}
 .gallery-thumbs .swiper-slide-thumb-active p::after {
     background: #d51127;
}
 .gallery-thumbs li p {
     position: absolute;
     bottom: 0;
     left: 50%;
     transform: translateX(-50%);
     line-height: 1;
     font-size: 18px;
     color: #222;
}
 @media only screen and (max-width: 1024px) {
     .gallery-thumbs li p {
         font-size: 16px;
    }
}
 .gallery-thumbs li p::before {
     position: absolute;
     display: block;
     content: "";
     width: 7px;
     height: 7px;
     border-radius: 50%;
     background: #222;
     z-index: 2;
     left: 50%;
}
 .gallery-thumbs li p::after {
     position: absolute;
     display: block;
     content: "";
     width: 1px;
     height: 24px;
     background: #222;
     z-index: 1;
     margin-left: 3.5px;
     left: 50%;
}
 .gallery-thumbs li p {
     bottom: 0;
}
 .gallery-thumbs li p::before {
     bottom: calc(50px - 3px);
}
 .gallery-thumbs li p::after {
     bottom: 25px;
}
 .gallery-thumbs li.dd p {
     top: 0;
}
 .gallery-thumbs li.dd p::before {
     top: calc(50px - 3px);
}
 .gallery-thumbs li.dd p::after {
     top: 25px;
}
 .content3 .gallery-top {
     position: relative;
}
 .content3 .gallery-top .swiper-button-prev, .content3 .gallery-top .swiper-button-next {
     display: flex;
     align-items: center;
     justify-content: center;
     background: none;
     font-family: "icomoon" !important;
     speak: never;
     font-style: normal;
     font-weight: normal;
     font-variant: normal;
     text-transform: none;
     width: 45px;
     height: 45px;
     background: #fff;
     font-size: 20px;
     color: #3e3e3e;
     opacity: 1 !important;
     cursor: pointer;
}
 @media only screen and (max-width: 1200px) {
     .content3 .gallery-top .swiper-button-prev, .content3 .gallery-top .swiper-button-next {
         font-size: 16px;
    }
}
 @media only screen and (max-width: 1024px) {
     .content3 .gallery-top .swiper-button-prev, .content3 .gallery-top .swiper-button-next {
         font-size: 16px;
    }
}
 .content3 .gallery-top .swiper-button-next {
     background: #c40b18;
     color: #fff;
}
 .content3 .gallery-top .swiper-button-prev {
     left: 0px;
}
 .content3 .gallery-top .swiper-button-next {
     right: 0px;
}
 .content3 .gallery-top .swiper-button-prev::after {
     content: "\e601";
}
 .content3 .gallery-top .swiper-button-next::after {
     content: "\e683";
}
 .content3 .gallery-top {
     position: relative;
}
 .content3 .gallery-top .swiper-slide {
     display: flex;
     cursor: pointer;
}
 .content3 .gallery-top .swiper-slide:hover .imgBox div {
     transform: scale(1.05);
}
 .content3 .gallery-top .swiper-slide:hover .right .p1 {
     text-decoration: underline;
}
 .content3 .gallery-top .swiper-slide .left {
     width: 50%;
     height: 360px;
}
 .content3 .gallery-top .swiper-slide .left .imgBox {
     width: 100%;
     height: 100%;
     overflow: hidden;
}
 .content3 .gallery-top .swiper-slide .left .imgBox div {
     width: 100%;
     height: 100%;
     background-size: cover;
     background-position: center;
     transition: all 0.5s;
}
 .content3 .gallery-top .swiper-slide .right {
     display: flex;
     align-items: center;
     width: 50%;
     background: #fff;
     padding: 0 100px;
}
 .content3 .gallery-top .swiper-slide .right .p1 {
     font-size: 32px;
     color: #d51127;
     margin-bottom: 30px;
}
 @media only screen and (max-width: 1440px) {
     .content3 .gallery-top .swiper-slide .right .p1 {
         font-size: 30px;
    }
}
 @media only screen and (max-width: 1024px) {
     .content3 .gallery-top .swiper-slide .right .p1 {
         font-size: 24px;
    }
}
 @media only screen and (max-width: 767px) {
     .content3 .gallery-top .swiper-slide .right .p1 {
         font-size: 22px;
    }
}
 .content3 .gallery-top .swiper-slide .right .p2 {
     font-size: 26px;
     color: #222;
}
 @media only screen and (max-width: 1440px) {
     .content3 .gallery-top .swiper-slide .right .p2 {
         font-size: 24px;
    }
}
 @media only screen and (max-width: 1024px) {
     .content3 .gallery-top .swiper-slide .right .p2 {
         font-size: 20px;
    }
}
 @media only screen and (max-width: 767px) {
     .content3 .gallery-top .swiper-slide .right .p2 {
         font-size: 18px;
    }
}
 .content4 {
     padding: 100px 0;
}
 .content4 .innerWrap .ctx {
     display: flex;
     justify-content: space-between;
     margin-bottom: 60px;
}
 .content4 .innerWrap .ctx a {
     display: block;
}
 .content4 .innerWrap .ctx .imgBox {
     position: relative;
     cursor: pointer;
     overflow: hidden;
}
 .content4 .innerWrap .ctx .imgBox .bg {
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     background-size: cover;
     background-position: center;
     transition: all 0.5s;
}
 .content4 .innerWrap .ctx .imgBox:hover .bg {
     transform: scale(1.05);
}
 .content4 .innerWrap .ctx .imgBox .text {
     position: relative;
     z-index: 1;
     color: #fff;
}
 .content4 .innerWrap .ctx .imgBox .text .button img {
     width: 66px;
}
 .content4 .innerWrap .ctx .left {
     width: 49%;
}
 .content4 .innerWrap .ctx .left .imgBox1 {
     display: flex;
     align-items: flex-end;
     height: 550px;
     padding: 70px;
     padding-bottom: 0;
}
 .content4 .innerWrap .ctx .left .imgBox1::after {
     position: absolute;
     display: block;
     content: "";
     width: 100%;
     height: 90px;
     background: rgba(0, 0, 0, 0.7);
     bottom: 0;
     left: 0;
     z-index: 98;
}
 .content4 .innerWrap .ctx .left .imgBox1 .text {
     z-index: 99;
}
 .content4 .innerWrap .ctx .left .imgBox1 .text img {
     width: 47px;
     margin-bottom: 20px;
}
 .content4 .innerWrap .ctx .left .imgBox1 .text p {
     font-size: 24px;
     -webkit-line-clamp: 1;
     display: -webkit-box;
     -webkit-box-orient: vertical;
     text-overflow: ellipsis;
     overflow: hidden;
     line-height: 1.5;
     height: 90px;
     line-height: 90px;
}
 @media only screen and (max-width: 1440px) {
     .content4 .innerWrap .ctx .left .imgBox1 .text p {
         font-size: 20px;
    }
}
 @media only screen and (max-width: 1200px) {
     .content4 .innerWrap .ctx .left .imgBox1 .text p {
         font-size: 18px;
    }
}
 @media only screen and (max-width: 1024px) {
     .content4 .innerWrap .ctx .left .imgBox1 .text p {
         font-size: 18px;
    }
}
 @media only screen and (max-width: 767px) {
     .content4 .innerWrap .ctx .left .imgBox1 .text p {
         font-size: 16px;
    }
}
 .content4 .innerWrap .ctx .right {
     width: 49%;
}
 .content4 .innerWrap .ctx .right .imgBox {
     display: flex;
     align-items: flex-end;
     padding: 35px;
     padding-bottom: 0;
}
 .content4 .innerWrap .ctx .right .imgBox::after {
     position: absolute;
     display: block;
     content: "";
     width: 100%;
     height: 90px;
     background: rgba(0, 0, 0, 0.7);
     bottom: 0;
     left: 0;
     z-index: 98;
}
 .content4 .innerWrap .ctx .right .imgBox .text {
     z-index: 99;
}
 .content4 .innerWrap .ctx .right .imgBox .text p {
     width: 100%;
     font-size: 20px;
     -webkit-line-clamp: 1;
     display: -webkit-box;
     -webkit-box-orient: vertical;
     text-overflow: ellipsis;
     overflow: hidden;
     line-height: 1.5;
     height: 90px;
     line-height: 90px;
}
 @media only screen and (max-width: 1200px) {
     .content4 .innerWrap .ctx .right .imgBox .text p {
         font-size: 16px;
    }
}
 @media only screen and (max-width: 1024px) {
     .content4 .innerWrap .ctx .right .imgBox .text p {
         font-size: 16px;
    }
}
 .content4 .innerWrap .ctx .right .imgBox2 {
     height: 260px;
     margin-bottom: 30px;
}
 .content4 .innerWrap .ctx .right .bottom {
     display: flex;
     justify-content: space-between;
}
 .content4 .innerWrap .ctx .right .bottom .imgBox {
     width: 100%;
     height: 100%;
}
 .content4 .innerWrap .ctx .right .bottom a {
     width: 49%;
     height: 260px;
}
 .content4 .innerWrap .button {
     width: 160px;
     margin: 0 auto;
     height: 48px;
     line-height: 46px;
     border: 1px solid #e50113;
     color: #e50113;
     text-align: center;
     cursor: pointer;
}
 .content4 .innerWrap .button:hover {
     background: #e50113;
     color: #fff;
}
 @media screen and (max-width: 1440px) {
     .content .innerWrap {
         width: 1110px;
    }
     .banner .innerWrap {
         width: 1110px;
    }
}
 @media screen and (max-width: 1280px) {
     .content .innerWrap {
         width: 90%;
    }
     .banner .innerWrap {
         width: 90%;
    }
}
 @media screen and (max-width: 768px) {
     .banner {
         height: auto;
         padding: 60px 0;
    }
     .banner .bannerImgPc {
         display: none;
    }
     .banner .bannerImgMobile {
         display: block;
    }
     .banner .innerWrap {
         flex-direction: column;
    }
     .banner .innerWrap .ctx {
         width: 90%;
    }
     .banner .innerWrap .ctx1 {
         margin-bottom: 40px;
    }
     .content1 .innerWrap {
         flex-direction: column;
    }
     .content1 .innerWrap .left {
         width: 100%;
         margin-right: 0;
         padding-right: 0;
         border-right: none;
         margin-bottom: 30px;
    }
     .content1 .innerWrap .right {
         width: 100%;
    }
     .content2 .ctx1 {
         flex-direction: column;
    }
     .content2 .ctx1 .left {
         width: 100%;
    }
     .content2 .ctx1 .right {
         width: 100%;
    }
     .content2 .ctx2 .videos video {
         width: 90%;
    }
     .content2 .imgBg {
         height: 1200px;
    }
     .content3 .gallery-top .swiper-slide {
         flex-direction: column;
    }
     .content3 .gallery-top .swiper-slide .left {
         width: 100%;
    }
     .content3 .gallery-top .swiper-slide .right {
         width: 100%;
         padding: 40px 30px;
    }
     .content3 .gallery-top .swiper-button-prev, .content3 .gallery-top .swiper-button-next {
         top: 360px;
    }
     .content4 .innerWrap .ctx {
         flex-direction: column;
    }
     .content4 .innerWrap .ctx .left {
         width: 100%;
    }
     .content4 .innerWrap .ctx .right {
         width: 100%;
    }
     .content4 .innerWrap .button {
         height: 80px;
         line-height: 80px;
         width: 200px;
    }
     .content4 .innerWrap .ctx .left .imgBox1 {
         margin-bottom: 20px;
    }
     .content4 .innerWrap .ctx .right .imgBox2 {
         margin-bottom: 20px;
    }
     .content4 .innerWrap .ctx .right .bottom {
         justify-content: space-between;
    }
     .content4 .innerWrap .ctx .right .bottom a {
         width: 48.5%;
    }
     .content2 .ctx1 .left .bottom .imgBox {
         padding: 20px 20px;
    }
}
 