@media only screen and (max-width: 1024px) {
  .banner .innerWrap p {
    font-size: 16px;
  }
}
.isIe .content2 .ctx2 ul li .imgBox {
  height: 240px;
}
.isIe .content2 .ctx2 ul li .text {
  padding: 40px 47px;
}
.isIe .content2 .ctx2 ul li .text p {
  height: 200px;
}
.title {
  margin-bottom: 0.4rem;
}
.title h1 {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 38px;
  padding-bottom: 0.15rem;
}
@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: 0.4rem;
  left: 50%;
  margin-left: -0.2rem;
  height: 2px;
  background: #d12d25;
  bottom: 0;
}
.content {
  overflow: hidden;
}
.content .innerWrap {
  width: 1280px;
  margin: 0 auto;
}
.content1 {
  height:4rem;
  padding: 0.24rem 0 0.24rem;
  background-size: cover;
  background-position: center;
}
.content1 .innerWrap {
  position: relative;
}
.content1 .innerWrap .left {
  position: absolute;
  width:50%;
  left: 0;
  height: 4rem;
  z-index: 2;
}
.content1 .innerWrap .left:hover .imgBox div {
  transform: scale(1.05);
}
.content1 .innerWrap .left .imgBox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.content1 .innerWrap .left .imgBox div {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  background-size: cover;
  background-position: center;
}
.content1 .innerWrap .right {
  position: absolute;
  width:50%;
  right: 0;
  top: 0;
  height:4rem;
  color: #fff;
}
.content1 .innerWrap .right > div {

  height: 100%;
  padding:0.4rem;
  font-size:0.16rem;
  line-height:0.32rem;

}
.content1 .innerWrap .right > div > div {
  width: 100%;
}
.content1 .innerWrap .right > div h2 {
  font-size: 42px;
  margin-bottom: 0.5rem;
}
.right .syou{background-color:#cd0311; padding:2rem;}
@media only screen and (max-width: 1440px) {
  .content1 .innerWrap .right > div h2 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 1024px) {
  .content1 .innerWrap .right > div h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .content1 .innerWrap .right > div h2 {
    font-size: 24px;
  }
}
.content1 .innerWrap .right > div p {
  font-size: 22px;
  word-break: break-all;
}
@media only screen and (max-width: 1440px) {
  .content1 .innerWrap .right > div p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .content1 .innerWrap .right > div p {
    font-size: 16px;
  }
}
.content2 {
  padding:0.2rem 0 0.2rem;
}
.content2 .ctx1 {
  display: flex;
  align-items: center;
  position: relative;
  padding: 1rem 0.9rem;
  margin-bottom: 0.23rem;
}
.content2 .ctx1:hover .bg div {
  transform: scale(1.05);
}
.content2 .ctx1 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}
.content2 .ctx1 .bg div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.5s;
}
.content2 .ctx1 .text {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
  color: #fff;
}
.content2 .ctx1 .text .left {
  width: 49.2%;
}
.content2 .ctx1 .text .left h2 {
  font-size: 28px;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 1440px) {
  .content2 .ctx1 .text .left h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .content2 .ctx1 .text .left h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .content2 .ctx1 .text .left h2 {
    font-size: 18px;
  }
}
.content2 .ctx1 .text .left p {
  font-size: 14px;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .content2 .ctx1 .text .left p {
    font-size: 12px;
  }
}
.content2 .ctx1 .text .right {
  width: 29.6%;
}
.content2 .ctx1 .text .right img {
  width: 100%;
}
.content2 .ctx2 {
  margin-bottom: 0.3rem;
}
.content2 .ctx2 ul {
  display: flex;
}
.content2 .ctx2 ul li {
  width: 32%;
  margin-right: 2%;
}
.content2 .ctx2 ul li:hover .imgBox div {
  transform: scale(1.05);
}
.content2 .ctx2 ul li:hover .text h2 {
  text-decoration: underline;
  color: #c20310;
}
.content2 .ctx2 ul li:nth-child(3n) {
  margin-right: 0;
}
.content2 .ctx2 ul li .imgBox {
  height: 2.4rem;
  overflow: hidden;
}
.content2 .ctx2 ul li .imgBox div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.5s;
}
.content2 .ctx2 ul li .text {
  padding: 0.4rem 0.47rem;
  background: #f7f7f7;
}
.content2 .ctx2 ul li .text h2 {
  font-size: 24px;
  margin-bottom: 0.2rem;
  line-height: 1.25;
}
@media only screen and (max-width: 1440px) {
  .content2 .ctx2 ul li .text h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .content2 .ctx2 ul li .text h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .content2 .ctx2 ul li .text h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .content2 .ctx2 ul li .text h2 {
    font-size: 16px;
  }
}
.content2 .ctx2 ul li .text p {
  font-size: 14px;
  line-height: 1.714;
  height: 2rem;
  color: #888;
}
@media only screen and (max-width: 767px) {
  .content2 .ctx2 ul li .text p {
    font-size: 12px;
  }
}
.content2 .ctx3 {
  display: flex;
  margin-bottom: 0.3rem;
}
.content2 .ctx3:hover .left h2 {
  text-decoration: underline;
}
.content2 .ctx3:hover .right .imgBox div {
  transform: scale(1.05);
}
.content2 .ctx3 .left {
  width:50%;
  padding: 0.9rem;
  background: #222;
  color: #fff;
}
.content2 .ctx3 .left h2 {
  font-size: 32px;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 1440px) {
  .content2 .ctx3 .left h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .content2 .ctx3 .left h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .content2 .ctx3 .left h2 {
    font-size: 22px;
  }
}
.content2 .ctx3 .left p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
}
@media only screen and (max-width: 1366px) {
  .content2 .ctx3 .left p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .content2 .ctx3 .left p {
    font-size: 14px;
  }
}
.content2 .ctx3 .right {
  width:50%;
}
.content2 .ctx3 .right .imgBox {
  height: 100%;
  overflow: hidden;
}
.content2 .ctx3 .right .imgBox div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.5s;
}
.content2 .ctx4 {
  position: relative;
  width: 1360px;
  margin: 0 auto;
}
.content2 .ctx4 .swiperContainer {
  width: 1280px;
  margin: 0 auto;
}
.content2 .ctx4 .swiperContainer .swiper-slide {
  display: flex;
  border: 1px solid #e8e8e8;
}
.content2 .ctx4 .swiperContainer .swiper-slide .left,
.content2 .ctx4 .swiperContainer .swiper-slide .right {
  box-sizing: border-box;
  width: 50%;
  padding: 0.6rem 0.65rem;
}
.content2 .ctx4 .swiperContainer .swiper-slide .left ul li,
.content2 .ctx4 .swiperContainer .swiper-slide .right ul li {
  cursor: pointer;
  padding: 0.2rem 0;
  border-bottom: 1px dashed #969696;
}
.content2 .ctx4 .swiperContainer .swiper-slide .left ul li:hover h2,
.content2 .ctx4 .swiperContainer .swiper-slide .right ul li:hover h2 {
  color: #c20310;
  text-decoration: underline;
}
.content2 .ctx4 .swiperContainer .swiper-slide .left h2,
.content2 .ctx4 .swiperContainer .swiper-slide .right h2 {
  font-size: 22px;
  margin-bottom: 0.1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 1440px) {
  .content2 .ctx4 .swiperContainer .swiper-slide .left h2,
  .content2 .ctx4 .swiperContainer .swiper-slide .right h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .content2 .ctx4 .swiperContainer .swiper-slide .left h2,
  .content2 .ctx4 .swiperContainer .swiper-slide .right h2 {
    font-size: 16px;
  }
}
.content2 .ctx4 .swiperContainer .swiper-slide .left p,
.content2 .ctx4 .swiperContainer .swiper-slide .right p {
  font-size: 14px;
  color: #818181;
}
@media only screen and (max-width: 767px) {
  .content2 .ctx4 .swiperContainer .swiper-slide .left p,
  .content2 .ctx4 .swiperContainer .swiper-slide .right p {
    font-size: 12px;
  }
}
.content2 .ctx4 .swiperContainer .swiper-slide .left {
  padding-right: 0;
}
.content2 .ctx4 .swiperContainer .swiper-slide .left ul {
  padding-right: 0.65rem;
  /*border-right: 1px solid #cdcdcd;*/
}
.content2 .ctx4 .swiper-button-prev,
.content2 .ctx4 .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: #d12d25;
  top: 50%;
  margin-top: -0.125rem;
}
@media only screen and (max-width: 1440px) {
  .content2 .ctx4 .swiper-button-prev,
  .content2 .ctx4 .swiper-button-next {
    font-size: 34px;
  }
}
@media only screen and (max-width: 1024px) {
  .content2 .ctx4 .swiper-button-prev,
  .content2 .ctx4 .swiper-button-next {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .content2 .ctx4 .swiper-button-prev,
  .content2 .ctx4 .swiper-button-next {
    font-size: 24px;
  }
}
.content2 .ctx4 .swiper-button-prev {
  font-family: iconfont;
  left: 0;
  background-image: none;
}
.content2 .ctx4 .swiper-button-prev:before {
  content: "\e601";
}
.content2 .ctx4 .swiper-button-next {
  font-family: iconfont;
  background-image: none;
  right: 0;
}
.content2 .ctx4 .swiper-button-next:before {
  content: "\e683";
}
.content2 .ctx4 .swiper-button-next.swiper-button-disabled,
.content2 .ctx4 .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  color: #a7a7a7;
}
@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 {
    padding: 0.6rem 0;
  }
  .banner .innerWrap {
    flex-direction: column;
  }
  .banner .innerWrap .ctx {
    width: 90%;
  }
  .banner .innerWrap .ctx1 {
    margin-bottom: 0.4rem;
  }
  .content1 {
    height: auto;
  }
  .content1 .innerWrap {
    display: flex;
    flex-direction: column;
  }
  .content1 .innerWrap .left {
    position: relative;
    width: 100%;
    top: 0;
  }
  .content1 .innerWrap .right {
    position: relative;
    width: 100%;
    height: auto;
  }
  .content1 .innerWrap .right > div {
    padding: 0.6rem;
  }
  .content2 .ctx3 .right .imgBox {
    height: 4.5rem;
  }
  .content2 .ctx1 .text {
    flex-direction: column;
  }
  .content2 .ctx1 .text .left {
    width: 100%;
    margin-bottom: 0.6rem;
  }
  .content2 .ctx1 .text .right {
    width: 100%;
  }
  .content2 .ctx2 ul {
    flex-direction: column;
  }
  .content2 .ctx2 ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.3rem;
  }
  .content2 .ctx3 {
    flex-direction: column;
  }
  .content2 .ctx3 .left {
    width: 100%;
  }
  .content2 .ctx3 .right {
    width: 100%;
  }
  .content2 .ctx4 .swiperContainer .swiper-slide {
    flex-direction: column;
  }
  .content2 .ctx4 .swiperContainer .swiper-slide .left {
    width: 100%;
    padding: 0.3rem 0.65rem 0;
    border: none;
  }
  .content2 .ctx4 .swiperContainer .swiper-slide .left ul {
    padding-right: 0;
    border: none;
  }
  .content2 .ctx4 .swiperContainer .swiper-slide .right {
    width: 100%;
    padding: 0 0.65rem 0.3rem;
  }
}
