.banner {
  height: 8.6rem;
  max-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
}
.banner .bannerImg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.5s ease-out;
  left: 0;
  top: 0;
}
.banner .basics-box {
  position: relative;
}
.banner .basics-box .box p {
  color: #fff;
}
.banner .basics-box .box p.p1 {
  font-size: 54px;
  line-height: 1.2;
}
@media only screen and (max-width: 1440px) {
  .banner .basics-box .box p.p1 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 1024px) {
  .banner .basics-box .box p.p1 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .banner .basics-box .box p.p1 {
    font-size: 28px;
  }
}
.banner .basics-box .box p.p2 {
  font-size: 22px;
  line-height: 1.7;
  margin-top: 0.2rem;
}
@media only screen and (max-width: 1440px) {
  .banner .basics-box .box p.p2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .banner .basics-box .box p.p2 {
    font-size: 16px;
  }
}
.detail .nav-box {
  width: 100%;
  height: 0.6rem;
  min-height: 36px;
  background-color: #f1f1f1;
}
.detail .nav-box .basics-box {
  height: 100%;
  display: flex;
}
.detail .nav-box .basics-box .box {
  font-size: 17px;
  color: #333;
  height: 100%;
  width: 20%;
  text-align: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1366px) {
  .detail .nav-box .basics-box .box {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .detail .nav-box .basics-box .box {
    font-size: 15px;
  }
}
.detail .nav-box .basics-box .box.active {
  color: #fff;
  background-color: #e70012;
}
.detail .nav-box .basics-box .box:hover {
  color: #fff;
  background-color: #e70012;
}
.detail .content {
  width: 100%;
  background-size: 100% auto;
  background-position: center 9rem;
  background-repeat: no-repeat;
}
.detail .content .ctx1 {
  box-sizing: border-box;
  padding: 1rem 0 1.95rem;
  background-size: cover;
  background-position: center;
}
.detail .content .ctx1 .videoList {
  width: 100%;
  padding-top: 0.4rem;
  position: relative;
}
.detail .content .ctx1 .videoList .swiper-slide {
  position: relative;
  display: flex;
  align-items: flex-end;
  /* flex: 1; */
  height: 4.1rem;
  box-sizing: border-box;
  padding: 0.6rem 0.4rem;
  overflow: hidden;
  cursor: pointer;
}
.detail .content .ctx1 .videoList .swiper-slide:hover .bg {
  transform: scale(1.1);
}
.detail .content .ctx1 .videoList .swiper-slide .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  transition: all 0.4s ease-out;
}
.detail .content .ctx1 .videoList .swiper-slide:last-child {
  margin-right: 0;
}
.detail .content .ctx1 .videoList .swiper-slide .bottom {
  position: relative;
  z-index: 3;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.detail .content .ctx1 .videoList .swiper-slide .bottom p {
  color: #fff;
}
.detail .content .ctx1 .videoList .swiper-slide .bottom p.p1 {
  font-size: 17px;
}
@media only screen and (max-width: 1366px) {
  .detail .content .ctx1 .videoList .swiper-slide .bottom p.p1 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .detail .content .ctx1 .videoList .swiper-slide .bottom p.p1 {
    font-size: 15px;
  }
}
.detail .content .ctx1 .videoList .swiper-slide .bottom p.p2 {
  font-size: 26px;
}
@media only screen and (max-width: 1440px) {
  .detail .content .ctx1 .videoList .swiper-slide .bottom p.p2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .detail .content .ctx1 .videoList .swiper-slide .bottom p.p2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .detail .content .ctx1 .videoList .swiper-slide .bottom p.p2 {
    font-size: 18px;
  }
}
.detail .content .ctx1 .videoList .swiper-slide .bottom .right img {
  width: 0.62rem;
  height: 0.62rem;
  cursor: pointer;
}
.detail .content .ctx1 .videoList .swiper-slide .mask {
  position: absolute;
  width: 100%;
  height: 1rem;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.6));
  z-index: 2;
}
.detail .content .ctx2 {
  padding: 1rem 0 1.45rem;
}
.detail .content .ctx2 ul {
  display: flex;
  flex-wrap: wrap;
}
.detail .content .ctx2 ul li {
  width: 32%;
  margin-right: 2%;
  cursor: pointer;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 0.57rem;
}
.detail .content .ctx2 ul li a {
  display: block;
}
.detail .content .ctx2 ul li .img-box {
  width: 100%;
  height: 2.64rem;
  overflow: hidden;
}
.detail .content .ctx2 ul li .img-box .img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.detail .content .ctx2 ul li .img-box .img:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.detail .content .ctx2 ul li .img-box .img img {
  width: 100%;
  height: 100%;
}
.detail .content .ctx2 ul li .bottom {
  display: flex;
  align-items: center;
  border: 1px solid #e7e8ec;
  border-top: none;
  padding: 0 0.3rem;
  height: 1.14rem;
  color: #333;
}
.detail .content .ctx2 ul li .bottom p {
  font-size: 24px;
}
.detail .content .ctx2 ul li .bottom.en p {
    font-size: 20px;
}
@media only screen and (max-width: 1440px) {
  .detail .content .ctx2 ul li .bottom p {
    font-size: 20px;
  }
    .detail .content .ctx2 ul li .bottom.en p {
        font-size: 18px;
    }
}
@media only screen and (max-width: 1200px) {
  .detail .content .ctx2 ul li .bottom p {
    font-size: 18px;
  }
    .detail .content .ctx2 ul li .bottom.en p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 1024px) {
  .detail .content .ctx2 ul li .bottom p {
    font-size: 18px;
  }
    .detail .content .ctx2 ul li .bottom.en p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {
  .detail .content .ctx2 ul li .bottom p {
    font-size: 16px;
  }
    .detail .content .ctx2 ul li .bottom.en p {
        font-size: 14px;
    }
}
.detail .content .ctx2 ul li:nth-child(3n) {
  margin-right: 0;
}
.detail .content .ctx2 .more {
  text-align: center;
}
.detail .content .ctx2 .more span {
  font-size: 14px;
  color: #333333;
  display: inline-block;
  padding: 0.1rem 0.16rem;
  background-color: #f1f1f1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  cursor: pointer;
}
.detail .content .ctx2 .more span:hover {
  background-color: #e70012;
  color: #fff;
}
.detail .content .title {
  font-size: 40px;
  position: relative;
  display: flex;
  justify-content: center;
  color: #333;
  font-weight: 600;
  margin-bottom: 0.6rem;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 1440px) {
  .detail .content .title {
    font-size: 34px;
  }
}
@media only screen and (max-width: 1024px) {
  .detail .content .title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .detail .content .title {
    font-size: 24px;
  }
}
.detail .content .title.white {
  color: #fff;
}
.detail .content .title.white::after {
  background: #fff;
}
.detail .content .title::after {
  position: absolute;
  display: block;
  content: "";
  width: 0.6rem;
  height: 4px;
  background: #e70012;
  bottom: -0.2rem;
}
.detail .content .title.title_left {
  left: 0;
  justify-content: start;
  text-align: left;
}
.detail .content .explain {
  font-size: 24px;
  color: #555555;
  margin-top: 0.1rem;
}
@media only screen and (max-width: 1440px) {
  .detail .content .explain {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .detail .content .explain {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .detail .content .explain {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .detail .content .explain {
    font-size: 16px;
  }
}
.detail .content .text {
  color: #333333;
}
.dialog {
  display: none;
}
.dialog .dialog-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 9998;
}
.dialog .dialog-close {
  position: fixed;
  width: 0.5rem;
  height: 0.5rem;
  background: #9f9d9f;
  top: 10%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 9999;
}
.dialog .dialog-content {
  box-sizing: border-box;
  position: fixed;
  height: 80%;
  top: 10%;
  left: 50%;
  background: #fff;
  z-index: 9999;
  overflow-y: auto;
}
.dialog .dialog-content > div {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .dialog .dialog-close {
    top: 15%;
    right: 50%!important;
    margin-right: -0.25rem;
  }
  .dialog .dialog-content {
    height: auto;
    top: 20%;
    left: 50%;
  }
  .detail .nav-box .basics-box {
    width: 100%;
  }
  .detail .content .img-box {
    float: none;
    margin-right: 0;
  }
  .detail .content .img-box .img {
    width: 100%;
  }
  .detail .content .ctx1 ul {
    flex-direction: column;
  }
  .detail .content .ctx1 ul li {
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
  .detail .content .ctx1 ul li:last-child {
    margin-bottom: 0;
  }
  .detail .content .ctx2 ul {
    flex-direction: column;
  }
  .detail .content .ctx2 ul li {
    width: 100%;
    margin-right: 0;
  }
}
/*# sourceMappingURL=media.css.map */