/*font-size*/
.banner {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 1.1rem 0 0;
  height: 6.3rem;
}
.banner.center {
  align-items: center;
}
.banner.center img {
  width: 2.25rem;
  margin-bottom: 0.3rem;
}
.banner.center h1 {
  font-size: 24px;
}
@media only screen and (max-width: 1440px) {
  .banner.center h1 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .banner.center h1 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .banner.center h1 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .banner.center h1 {
    font-size: 16px;
  }
}
.banner.center p {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .banner.center p {
    font-size: 12px;
  }
}
.banner .bannerImg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
}
.banner .innerWrap {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 1280px;
  margin: 0 auto;
  color: #fff;
  z-index: 1;
}
.banner .innerWrap .ctx {
  box-sizing: border-box;
  width: 39.8%;
  padding: 0.4rem;
  background: rgba(0, 0, 0, 0.8);
  border-bottom: 4px solid #e40112;
}
.banner .innerWrap .ctx .p1 {
  font-size: 18px;
  margin-bottom: 0.35rem;
}
@media only screen and (max-width: 1024px) {
  .banner .innerWrap .ctx .p1 {
    font-size: 16px;
  }
}
.banner .innerWrap .ctx h1 {
  font-size: 36px;
  margin-bottom: 0.3rem;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (max-width: 1440px) {
  .banner .innerWrap .ctx h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1024px) {
  .banner .innerWrap .ctx h1 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .banner .innerWrap .ctx h1 {
    font-size: 24px;
  }
}
.banner .innerWrap .ctx .p2 {
  font-size: 14px;
  color: #999999;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .banner .innerWrap .ctx .p2 {
    font-size: 12px;
  }
}
.banner .innerWrap .ctx .p3 {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .banner .innerWrap .ctx .p3 {
    font-size: 12px;
  }
}
.banner .innerWrap .ctx .p3 i {
  margin-left: 0.1rem;
}
.title {
  margin-bottom: 0.6rem;
}
.title h1 {
  position: relative;
  display: flex;
  justify-content: center;
  padding-bottom: 0.15rem;
}
.title h1::after {
  position: absolute;
  content: "";
  width: 0.4rem;
  height: 2px;
  background: #e40112;
  bottom: 0;
  left: 50%;
  margin-left: -0.2rem;
}
.content {
  overflow: hidden;
}
.content .innerWrap {
  width: 1280px;
  margin: 0 auto;
}
.content1 {
  padding: 0.8rem 0 0.9rem;
  background-size: cover;
  background-position: center;
}
.content1 .innerWrap {
  position: relative;
}
.content1 .innerWrap .ctx {
  display: flex;
  justify-content: space-between;
}
.content1 .innerWrap .ctx .left {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 49.6%;
}
.content1 .innerWrap .ctx .left .imgBox {
  overflow: hidden;
}
.content1 .innerWrap .ctx .left .imgBox:hover div {
  transform: scale(1.05);
}
.content1 .innerWrap .ctx .left .imgBox.imgBox1 {
  width: 100%;
  height: 3.6rem;
  margin-bottom: 0.1rem;
}
.content1 .innerWrap .ctx .left .imgBox.imgBox2 {
  width: 55%;
  height: 1.98rem;
}
.content1 .innerWrap .ctx .left .imgBox div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.5s;
}
.content1 .innerWrap .ctx .right {
  width: 45.3%;
}
.content1 .innerWrap .ctx .right .text h2 {
  margin-bottom: 0.3rem;
  color: #333;
}
.content1 .innerWrap .ctx .right .text .p1 {
  color: #333;
}
.content1 .innerWrap .ctx .right .text p {
  color: #666;
  line-height: 2;
  margin-bottom: 0.3rem;
}
.content1 .innerWrap .ctx .right .text.text1 {
  padding-bottom: 0.3rem;
  margin-bottom: 0.6rem;
}
.content1 .innerWrap .ctx .right .text.text2 p {
  margin-bottom: 0.2rem;
  color: #333;
}
.content2 {
  padding: 1rem 0 0;
  background-size: 100% 8.4rem;
  background-position: center top;
  background-repeat: no-repeat;
}
.content2 .innerWrap {
  position: relative;
}
.content2 .innerWrap .ctx {
  display: flex;
  justify-content: space-between;
}
.content2 .innerWrap .ctx .left {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 49.6%;
  color: #fff;
}
.content2 .innerWrap .ctx .left .title {
  width: 100%;
  height: 160px;
  margin-bottom: 95px;
}
.content2 .innerWrap .ctx .left .title h1 {
  justify-content: flex-start;
  text-align: left;
}
.content2 .innerWrap .ctx .left .title h1::after {
  left: 0;
  margin-left: 0;
  background: #fff;
}
.content2 .innerWrap .ctx .left .title p {
  margin-top: 0.4rem;
}
.content2 .innerWrap .ctx .left .imgContainer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content2 .innerWrap .ctx .left .imgBox {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 0.2rem 0.4rem 0.2rem 0.2rem;
  margin-bottom: 0.1rem;
  overflow: hidden;
}
.content2 .innerWrap .ctx .left .imgBox:hover {
  padding-bottom: 40px;
}
.content2 .innerWrap .ctx .left .imgBox:hover::after {
  bottom: 0;
}
.content2 .innerWrap .ctx .left .imgBox:hover .text p {
  display: block;
}
.content2 .innerWrap .ctx .left .imgBox:hover .img {
  transform: scale(1.05);
}
.content2 .innerWrap .ctx .left .imgBox::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 232px;
  background: rgba(228, 1, 16, 0.8);
  transition: all 0.4s ease-out;
  z-index: 1;
}
.content2 .innerWrap .ctx .left .imgBox .img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  transition: all 0.5s;
}
.content2 .innerWrap .ctx .left .imgBox .text {
  position: relative;
  z-index: 2;
  transition: all 0.4s ease-out;
}
.content2 .innerWrap .ctx .left .imgBox .text h2 i {
  font-size: 16px;
  margin-right: 0.12rem;
}
@media only screen and (max-width: 1366px) {
  .content2 .innerWrap .ctx .left .imgBox .text h2 i {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .content2 .innerWrap .ctx .left .imgBox .text h2 i {
    font-size: 14px;
  }
}
.content2 .innerWrap .ctx .left .imgBox .text p {
  margin-top: 20px;
  padding-left: 0.28rem;
  display: none;
}
.content2 .innerWrap .ctx .left .imgBox.imgBox1 {
  width: 100%;
  height: 560px;
}
.content2 .innerWrap .ctx .left .imgBox.imgBox2 {
  width: 49.4%;
  height: 225px;
}
.content2 .innerWrap .ctx .left .imgBox.imgBox3 {
  width: 49.4%;
  height: 225px;
}
.content2 .innerWrap .ctx .right {
  width: 49.6%;
  color: #fff;
}
.content2 .innerWrap .ctx .right .imgBox {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 0.2rem;
  margin-bottom: 0.1rem;
  overflow: hidden;
}
.content2 .innerWrap .ctx .right .imgBox:hover {
  padding-bottom: 40px;
}
.content2 .innerWrap .ctx .right .imgBox:hover::after {
  bottom: 0;
}
.content2 .innerWrap .ctx .right .imgBox:hover .text p {
  display: block;
}
.content2 .innerWrap .ctx .right .imgBox:hover .img {
  transform: scale(1.05);
}
.content2 .innerWrap .ctx .right .imgBox::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  background: rgba(228, 1, 16, 0.8);
  transition: all 0.4s ease-out;
  z-index: 1;
}
.content2 .innerWrap .ctx .right .imgBox .img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  transition: all 0.5s;
}
.content2 .innerWrap .ctx .right .imgBox .text {
  position: relative;
  z-index: 2;
}
.content2 .innerWrap .ctx .right .imgBox .text h2 i {
  font-size: 16px;
  margin-right: 0.12rem;
}
@media only screen and (max-width: 1366px) {
  .content2 .innerWrap .ctx .right .imgBox .text h2 i {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .content2 .innerWrap .ctx .right .imgBox .text h2 i {
    font-size: 14px;
  }
}
.content2 .innerWrap .ctx .right .imgBox .text p {
  padding-left: 0.28rem;
  display: none;
  margin-top: 0.2rem;
}
.content2 .innerWrap .ctx .right .imgBox.imgBox1 {
  width: 100%;
  height: 440px;
}
.content2 .innerWrap .ctx .right .imgBox.imgBox1::after {
  height: 185px;
}
.content2 .innerWrap .ctx .right .imgBox.imgBox2 {
  width: 82%;
  height: 440px;
}
.content2 .innerWrap .ctx .right .imgBox.imgBox2::after {
  height: 185px;
}
.content3 {
  padding: 1.4rem 0 1rem;
  background-size: cover;
  background-position: center;
}
.content3 .innerWrap .ctx1 {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.6rem;
  margin-bottom: 0.6rem;
  border-bottom: 1px dashed #b3b3b3;
}
.content3 .innerWrap .ctx1 .left {
  width: 49.6%;
}
.content3 .innerWrap .ctx1 .left .imgBox {
  width: 100%;
  height: 3.6rem;
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 0.2rem;
}
.content3 .innerWrap .ctx1 .left .imgBox .img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
}
.content3 .innerWrap .ctx1 .left .imgBox .text {
  position: relative;
  z-index: 1;
}
.content3 .innerWrap .ctx1 .left .imgBox .text img {
  width: 1.39rem;
}
.content3 .innerWrap .ctx1 .right {
  width: 45.3%;
}
.content3 .innerWrap .ctx1 .right .title {
  margin-bottom: 0.4rem;
}
.content3 .innerWrap .ctx1 .right .title h1 {
  justify-content: flex-start;
}
.content3 .innerWrap .ctx1 .right .title h1::after {
  left: 0;
  margin-left: 0;
}
.content3 .innerWrap .ctx1 .right .text1 {
  padding-bottom: 0.3rem;
  margin-bottom: 0.3rem;
  border-bottom: 1px dashed #b3b3b3;
}
.content3 .innerWrap .ctx1 .right .text1 .p1 {
  color: #e60111;
}
.content3 .innerWrap .ctx1 .right .text1 .p2 {
  color: #e60111;
}
.content3 .innerWrap .ctx1 .right .text2 p {
  color: #666;
}
.content3 .innerWrap .ctx1 .right .text2 .p1 {
  margin-bottom: 0.25rem;
}
.content3 .innerWrap .ctx2 ul {
  display: flex;
  flex-wrap: wrap;
}
.content3 .innerWrap .ctx2 ul li {
  width: 49.6%;
  height: 2.6rem;
  margin-right: 0.8%;
  margin-bottom: 0.1rem;
}
.content3 .innerWrap .ctx2 ul li:nth-child(2n) {
  margin-right: 0;
}
.content3 .innerWrap .ctx2 ul li .imgBox {
  height: 100%;
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 0.2rem;
  margin-bottom: 0.1rem;
  color: #fff;
  overflow: hidden;
}
.content3 .innerWrap .ctx2 ul li .imgBox:hover {
  align-items: center;
}
.content3 .innerWrap .ctx2 ul li .imgBox:hover::after {
  bottom: 0;
}
.content3 .innerWrap .ctx2 ul li .imgBox:hover .text p {
  display: block;
}
.content3 .innerWrap .ctx2 ul li .imgBox:hover .img {
  transform: scale(1.05);
}
.content3 .innerWrap .ctx2 ul li .imgBox::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  background: rgba(228, 1, 16, 0.8);
  transition: all 0.4s ease-out;
  z-index: 1;
}
.content3 .innerWrap .ctx2 ul li .imgBox .img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  transition: all 0.5s;
  transform: scale(1.01);
}
.content3 .innerWrap .ctx2 ul li .imgBox .text {
  position: relative;
  z-index: 2;
}
.content3 .innerWrap .ctx2 ul li .imgBox .text h2 {
  font-size: 24px;
}
@media only screen and (max-width: 1440px) {
  .content3 .innerWrap .ctx2 ul li .imgBox .text h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .content3 .innerWrap .ctx2 ul li .imgBox .text h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .content3 .innerWrap .ctx2 ul li .imgBox .text h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .content3 .innerWrap .ctx2 ul li .imgBox .text h2 {
    font-size: 16px;
  }
}
.content3 .innerWrap .ctx2 ul li .imgBox .text h2 i {
  font-size: 16px;
  margin-right: 0.12rem;
}
@media only screen and (max-width: 1366px) {
  .content3 .innerWrap .ctx2 ul li .imgBox .text h2 i {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .content3 .innerWrap .ctx2 ul li .imgBox .text h2 i {
    font-size: 14px;
  }
}
.content3 .innerWrap .ctx2 ul li .imgBox .text p {
  padding-left: 0.28rem;
  display: none;
  margin-top: 0.2rem;
}
.content3 .innerWrap .ctx2 ul li .imgBox.imgBox1 {
  width: 100%;
  height: 4.4rem;
}
.content3 .innerWrap .ctx2 ul li .imgBox.imgBox2 {
  width: 82%;
  height: 5rem;
}
@media screen and (max-width: 1440px) {
  .content .innerWrap {
    width: 1110px;
  }
  .banner .innerWrap {
    width: 1110px;
  }
  .content2 .ctx4 {
    width: 1150px;
  }
  .content2 .ctx4 .swiperContainer {
    width: 1110px;
  }
}
@media screen and (max-width: 1280px) {
  .content .innerWrap {
    width: 90%;
  }
  .banner .innerWrap {
    width: 90%;
  }
  .content2 .ctx4 {
    width: 95%;
  }
  .content2 .ctx4 .swiperContainer {
    width: 94.5%;
  }
}
@media screen and (max-width: 768px) {
  .banner {
    height: auto;
    padding: 0.6rem 0;
  }
  .banner .innerWrap {
    flex-direction: column;
  }
  .banner .innerWrap .ctx {
    width: 90%;
  }
  .banner .innerWrap .ctx1 {
    margin-bottom: 0.4rem;
  }
  .content1 .innerWrap .ctx {
    flex-direction: column;
  }
  .content1 .innerWrap .ctx .left {
    width: 100%;
  }
  .content1 .innerWrap .ctx .right {
    width: 100%;
  }
  .content2 .innerWrap .ctx {
    flex-direction: column;
  }
  .content2 .innerWrap .ctx .left {
    width: 100%;
  }
  .content2 .innerWrap .ctx .right {
    width: 100%;
  }
  .content2 .innerWrap .ctx .right .imgBox.imgBox2 {
    width: 100%;
  }
  .content3 .innerWrap .ctx1 {
    flex-direction: column-reverse;
  }
  .content3 .innerWrap .ctx1 .left {
    width: 100%;
  }
  .content3 .innerWrap .ctx1 .right {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .content3 .innerWrap .ctx2 ul li {
    width: 100%;
    margin-right: 0;
  }
}
