/*font-size*/
.banner {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 6.15rem;
}
.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 .bannerImgPc {
  display: block;
}
.banner .bannerImgMobile {
  display: none;
}
.banner .innerWrap {
  display: flex;
  flex-direction: column;
  width: 36%;
  position: relative;
  margin: 0 auto;
  color: #fff;
  z-index: 1;
}
.banner .innerWrap p {
  text-align: center;
  font-size: 16px;
}
@media only screen and (max-width: 1366px) {
  .banner .innerWrap p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .banner .innerWrap p {
    font-size: 14px;
  }
}
.innerWrap .title {
  margin-bottom: 0.4rem;
}
.innerWrap .title h2 {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 38px;
  line-height: 1;
  padding-bottom: 0.16rem;
}
@media only screen and (max-width: 1440px) {
  .innerWrap .title h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1024px) {
  .innerWrap .title h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .innerWrap .title h2 {
    font-size: 24px;
  }
}
.innerWrap .title h2::after {
  position: absolute;
  content: "";
  width: 0.4rem;
  height: 2px;
  background: #fff;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.content .innerWrap {
  width: 1280px;
  margin: 0 auto;
}
.videos {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 100000;
  background-color: rgba(0, 0, 0, 0.5);
}
.videos video {
  position: absolute;
  left: 0;
  top: 0;
  width: 70%;
  left: 50%;
  top: 50%;
  z-index: 9999;
  transform: translate(-50%, -50%);
}
.videos .vclose {
  position: absolute;
  right: 2%;
  top: 2%;
  border-radius: 100%;
  cursor: pointer;
  width: 50px;
  height: 50px;
  z-index: 99999;
}
.content1 {
  padding: 0 0 1rem;
  background-size: cover;
  background-position: center;
}
.content1 .innerWrap {
  position: relative;
}
.content1 .innerWrap > div {
  position: absolute;
  top: -1rem;
  left: 0;
  width: 100%;
}
.content1 .innerWrap .ctx1 {
  display: flex;
  margin-bottom: 0.4rem;
}
.content1 .innerWrap .ctx1 .left {
  position: relative;
  width: 49.5%;
  height: 3.6rem;
  margin-right: 2px;
  overflow: hidden;
}
.content1 .innerWrap .ctx1 .left:hover video {
  transform: scale(1.05);
}
.content1 .innerWrap .ctx1 .left .imgBox {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  height: 100%;
}
.content1 .innerWrap .ctx1 .left .imgBox .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.5s;
}
.content1 .innerWrap .ctx1 .left .imgBox .text {
  position: relative;
  z-index: 1;
  color: #fff;
}
.content1 .innerWrap .ctx1 .left .imgBox .text .button img {
  width: 0.66rem;
}
.content1 .innerWrap .ctx1 .left .imgBox:hover .bg {
  transform: scale(1.05);
}
.content1 .innerWrap .ctx1 .left .playBtn {
  display: flex;
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.content1 .innerWrap .ctx1 .left .playBtn img {
  width: 0.39rem;
  height: 0.48rem;
}
.content1 .innerWrap .ctx1 .right {
  box-sizing: border-box;
  width: 49.5%;
  height: 3.6rem;
  position: relative;
  padding: 0 0.6rem;
  color: #fefefe;
}
.content1 .innerWrap .ctx1 .right .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.content1 .innerWrap .ctx1 .right .bg div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.content1 .innerWrap .ctx1 .right .text {
  position: relative;
  z-index: 1;
}
.content1 .innerWrap .ctx1 .right .text .tit {
  padding-top: 1rem;
  margin-bottom: 0.3rem;
  padding-left: 0.3rem;
  border-left: 2px solid #e40112;
}
.content1 .innerWrap .ctx1 .right .text .p3 {
  color: #666;
  padding-left: 0.3rem;
}
.content1 .innerWrap .ctx2 {
  display: flex;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px dashed #b3b3b3;
}
.content1 .innerWrap .ctx2 p {
  color: #666;
  line-height: 2;
}
.content1 .innerWrap .ctx2 .left {
  flex: 1;
  padding-right: 0.24rem;
}
.content1 .innerWrap .ctx2 .left h2 {
  margin-bottom: 20px;
  height: 30px;
}
.content1 .innerWrap .ctx2 .right {
  flex: 1;
  padding-left: 0.24rem;
}
.content1 .innerWrap .ctx2 .right p {
  margin-top: 50px;
}
.content1 .innerWrap .ctx3 {
  position: relative;
}
.content1 .innerWrap .ctx3 .numBg {
  position: absolute;
  left: 50%;
  margin-left: -2.15rem;
  top: 0.9rem;
  z-index: 1;
}
.content1 .innerWrap .ctx3 .numBg img {
  width: 4.3rem;
  opacity: 0.05;
}
.content1 .innerWrap .ctx3 .title h2::after {
  background: #e40112;
}
.content1 .innerWrap .ctx3 .desc {
  color: #666;
  text-align: center;
}
.content1 .innerWrap .ctx3 ul {
  display: flex;
  margin-top: 0.6rem;
}
.content1 .innerWrap .ctx3 ul li {
  box-sizing: border-box;
  padding: 0.1rem 0.7rem 0 0.3rem;
  width: 19.3%;
  margin-right: 0.875%;
  height: 200px;
  position: relative;
  color: #fff;
}
.content1 .innerWrap .ctx3 ul li:hover .bg div {
  transform: scale(1.05);
}
.content1 .innerWrap .ctx3 ul li:last-child {
  margin-right: 0;
}
.content1 .innerWrap .ctx3 ul li .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}
.content1 .innerWrap .ctx3 ul li .bg div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.5s;
}
.content1 .innerWrap .ctx3 ul li .text {
  position: relative;
  z-index: 1;
}
.content1 .innerWrap .ctx3 ul li .text .tit {
  padding-top: 1rem;
  margin-bottom: 0.3rem;
  padding-left: 0.3rem;
  border-left: 2px solid #e40112;
}
.content1 .innerWrap .ctx3 ul li .text .p3 {
  color: #666;
  padding-left: 0.3rem;
}
.content2 {
  padding: 0.8rem 0 1.8rem;
  background-size: cover;
  background-position: center;
  color: #fff;
}
.content2 .ctx {
  display: flex;
}
.content2 .ctx .left {
  display: flex;
  justify-content: center;
  width: 50%;
}
.content2 .ctx .left .qr {
  margin-top: 0.4rem;
  width: 1.73rem;
  background: #fff;
  padding: 0.1rem 0.1rem;
  border-radius: 5px;
}
.content2 .ctx .left .qr p {
  color: #333;
  text-align: center;
}
.content2 .ctx .left .qr img {
  width: 100%;
}
.content2 .ctx .right {
  display: flex;
  justify-content: center;
  width: 50%;
}
.content2 .ctx .right ul {
  width: 86%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content2 .ctx .right ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 49%;
  padding: 0.25rem 0.1rem;
  border: 1px solid #59606e;
  border-radius: 5px;
  margin-bottom: 10px;
  transition: all 0.5s ease-out;
}
.content2 .ctx .right ul li:hover {
  background: #e40112;
  border-color: #e40112;
}
.content2 .ctx .right ul li img {
  margin-bottom: 0.2rem;
}
.content2 .ctx .right ul li .p2 {
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}
.content3 {
  padding: 0.9rem 0 1rem;
  background-size: cover;
  background-position: center;
}
.content3 .title h2::after {
  background: #e40112;
}
.content3 .ctx {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content3 .ctx ul {
  width: 100%;
  display: flex;
}
.content3 .ctx ul li {
  flex: 1;
  padding: 0 0.4rem;
  border-right: 1px solid #c9c9c9;
}
.content3 .ctx ul li:nth-child(3) {
  flex: 1.2;
}
.content3 .ctx ul li:last-child {
  border-right: none;
}
.content3 .ctx ul li .p1 {
  color: #e40112;
}
.content3 .ctx .button {
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
  padding: 10px 20px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  background: #2b2b2b;
  transition: all 0.3s ease-out;
}
.content3 .ctx .button i {
  margin-right: 10px;
}
.content3 .ctx .button:hover {
  background: #c40b18;
  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 .innerWrap .ctx {
    width: 50%;
  }
  .banner .bannerImgPc {
    display: none;
  }
  .banner .bannerImgMobile {
    display: block;
  }
  .content1 .innerWrap .ctx1 {
    width: 100%;
    flex-direction: column;
  }
  .content1 .innerWrap .ctx1 .left {
    width: 100%;
  }
  .content1 .innerWrap .ctx1 .right {
    width: 100%;
  }
  .content1 .innerWrap .ctx2 {
    flex-direction: column;
  }
  .content1 .innerWrap .ctx2 .left {
    padding-right: 0;
  }
  .content1 .innerWrap .ctx2 .right {
    padding-left: 0;
  }
  .content1 .innerWrap .ctx3 ul {
    flex-wrap: wrap;
  }
  .content1 .innerWrap .ctx3 ul li {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .content2 .ctx {
    flex-direction: column;
  }
  .content2 .ctx .left {
    width: 100%;
    justify-content: left;
    margin-bottom: 0.3rem;
  }
  .content2 .ctx .left > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .content2 .ctx .right {
    width: 100%;
  }
  .content2 .ctx .right ul {
    width: 100%;
  }
  .content3 .ctx ul {
    flex-direction: column;
  }
  .content3 .ctx ul li {
    border-right: none;
    text-align: center;
    margin-bottom: 0.3rem;
  }
  .videos video {
    width: 90%;
  }
  .content1 .innerWrap .ctx1 .right {
    height: auto;
    padding-bottom: 0.5rem;
  }
  .content1 .innerWrap .ctx1 .right .text .tit {
    padding-top: 0.5rem;
  }
}
