.banner-box {
  position: relative;
  padding-top: 31.4%;
  overflow: hidden;
}
.banner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* overflow: hidden; */
}
.banner:after {
  content: "";
  position: absolute;

  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 100px;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}
.banner img {
  display: block;
  width: 100%;
}
.banner .slick-dots {
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  bottom: 27px;
  z-index: 9;
}
.banner .slick-dots li {
  width: 26px;
  height: 18px;
  background: url(../image/bas.png) center center;
  background-size: 100%;
  margin: 0 8px;
}
.banner .slick-dots li.slick-active {
  background: url(../image/basa.png) center center;
  background-size: 100%;
}
.section1 {
  margin-top: 25px;
  /* margin-bottom: 15px; */
  box-shadow: 0 0 10px #ccc;
  padding-top: 30px;
  border-radius: 10px;
  padding-bottom: 55px;
  background-color: #fff;
}
.section1 .jump-top {
  font-size: 0;
  margin-left: 60px;
  position: relative;
  z-index: 99;
}
.section1 .jump-top .tit {
  font-weight: bold;
  position: relative;
  font-size: 24px;
  line-height: 24px;
  color: #b4b4b4;
  display: inline-block;
  cursor: pointer;
  margin-right: 20px;
}
.section1 .jump-top .tit:nth-child(n + 2)::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 24px;
  top: 50%;
  left: -10px;
  background-color: #b4b4b4;
  transform: translateY(-45%) rotate(15deg);
  /* padding-left: 20px; */
}
.section1 .jump-top .tit.on {
  color: #e70b1a;
  padding-left: 25px;
  background: url(../image/s1tit1.png) no-repeat left center;
  background-size: 14px 22px;
}
.section1 .jump {
  margin-top: 70px;
}
.section1 .jump-box {
  position: relative;
  /* margin-top: 70px; */
  /* box-shadow: inset 10px 10px 30px 10px #333; */
}
.section1 .jump-box::before {
  content: "";
  position: absolute;
  width: 160px;
  top: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 1),
    transparent
  );
  z-index: 9;
}
.section1 .jump-box:after {
  content: "";
  position: absolute;
  width: 160px;
  top: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(
    to left,
    rgba(255, 255, 255, 0.9),
    transparent
  );
}
.section1 .jump {
  position: relative;
}
.section1 .jump .jump-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  z-index: 2;
  transition: all 0.3s;
}
.section1 .jump .jump-box.on {
  position: relative;
  opacity: 10;
  z-index: 8;
}
.section1 .jump-box ul {
}

.section1 .jump-box ul a {
  position: relative;
  display: block;
  margin-left: 35px;
  margin-right: 35px;
}
/* .jump-box ul a::after {
                        content: "";
                        position: absolute;
                        width: 30px;
                        top: 0;
                        bottom: 0;
                      } */
.section1 .jump-box .pic {
  padding-top: 60.7%;
}
.section1 .jump-box .text {
  padding-top: 10px;
  padding-left: 5px;
}
.section1 .jump-box .text:hover h4 {
  color: #e70b1a;
}
.section1 .jump-box .text .date {
  font-weight: bold;
  font-size: 14px;
  color: #e70b1a;
}
.section1 .jump-box .text h4 {
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  color: #333;
  max-height: 60px;
  overflow: hidden;
  margin-top: 7px;
}
.section1 .jump-box .text p {
  font-size: 14px;
  line-height: 24px;
  color: #898989;
  max-height: 48px;
  overflow: hidden;
  margin-top: 2px;
}
.section1 .jump-box .slick-prev {
  width: 62px;
  height: 85px;
  background: url(../image/s1jtl.png) center center;
  background-size: 100% 100%;
}
.section1 .jump-box .slick-next {
  width: 62px;
  height: 85px;
  background: url(../image/s1jtr.png) center center;
  background-size: 100% 100%;
}
.section2 {
  margin-top: 15px;
  box-shadow: 0 0 10px #ccc;

  /* border-radius: 100px */
}
.section2 a {
  text-align: center;
  position: relative;
  display: block;
  min-height: 120px;
  /* border-radius: 100px !important; */
}
.section2 a:hover .pic img {
  transform: scale(1.2);
}
.section2 .pic {
  min-height: 120px;

  padding-top: 16.9%;
  border-radius: 10px !important;
}
.section2 .text {
  font-size: 0;
  position: absolute;
  /* top: 50px; */
  top: 19%;
  right: 0;
  left: 0;
  text-align: center;
  /* left: 50%; */
  /* transform: translateX(-50%); */
}
.section2 .text h3 {
  text-align: center;
  font-size: 24px;
  display: inline-block;
  color: #fff;
  padding-left: 35px;
  background: url(../image/s2rd.png) no-repeat left center;
  background-size: 28px 21px;
}
.section2 .text p {
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  /* padding-left: 30px; */
  /* margin-top: 40px; */
  padding-top: 2.5%;
}
.section2 .text span {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  /* margin-top: 10px; */
  margin-top: 0.6%;
}
.section3 {
  margin-top: 17px;
  padding-left: 4%;
  padding-right: 4%;
  box-shadow: 0 0 10px #ccc;
  background-color: #fff;
  padding-top: 35px;
  border-radius: 10px;
  padding-bottom: 5px;
}
.s3l {
  float: left;
  width: 48.8%;
}
.stit img {
  display: inline-block;
  vertical-align: middle;
}
.stit h4 {
  display: inline-block;
  font-size: 24px;
  color: #e70b1a;
  font-weight: bold;
  vertical-align: middle;
  padding-left: 6px;
}
.s3lb {
}
.s3lb ul li a {
  display: block;
}
.s3lb ul li {
  /* padding-left: 20px; */
  position: relative;
  /* line-height: 62px; */
  border-bottom: 1px solid #e5e5e5;
  font-size: 16px;
  position: relative;
  left: 0;
  /* transition: all 0.5s; */
  /* background: url() no-repeat;
  background-position: left center; */
}
.s3lb ul li:last-child {
  border: 0;
}
.s3lb ul li:hover h4 {
  color: #e70b1a;
}

.s3lb ul li h4 {
  font-size: 18px;
  color: #333333;
  display: block;
  line-height: 60px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 5px;
}

.s3lb ul li span {
  float: right;
  color: #898989;
  font-size: 14px;
  padding-left: 10px;
  line-height: 60px;
}

.s3lb ul li:hover a {
  /* color: #009194; */
}

.s3lb ul li:hover span {
  /* color: #009194; */
}
.s3lb ul li p {
  font-size: 14px;
  line-height: 24px;
  color: #898989;
  max-height: 48px;
  overflow: hidden;
  margin-bottom: 14px;
}
.s3r {
  float: right;
  width: 48.8%;
}

.s3r .srtit {
}
.s3r .srtit .jump2-top {
  text-align: center;
  margin-bottom: 17px;
  padding-left: 115px;
}
.s3r .srtit .jump2-top > span {
  position: relative;
  font-size: 14px;
  color: #333333;
  margin-right: 10px;
  cursor: pointer;
  font-weight: bold;
}
.s3r .srtit .jump2-top > span:nth-child(n + 2)::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 14px;
  top: 50%;
  left: -5px;
  background-color: #333333;
  transform: translateY(-45%) rotate(15deg);
}
.s3r .srtit .jump2-top > span.on {
  color: #e70b1a;
}
.more {
  position: relative;
  float: right;
}
.section1 .more a {
  right: 64px;
}
.more a {
  font-size: 18px;
  color: #333;
  opacity: 0;
  z-index: 2;
  position: absolute;
  width: 110px;
  right: 0px;
}
.more a > span {
  padding-left: 30px;
  font-weight: bold;
}
.more a.on {
  color: #e70b1a;
  opacity: 1;
  z-index:8

}
.jump2 .jump2-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  z-index: 2;
  transition: all 0.3s;
}
.jump2 {
  position: relative;
}
.jump2 .jump2-box.on {
  position: relative;
  opacity: 10;
  z-index: 8;
}
/* .section4 */
.section4 {
  margin-top: 25px;
  /* box-shadow: 0 0 10px #ccc; */
}
.section4 a {
  display: block;
}
.section4 .s4l {
  float: left;
  width: 60.4%;
}
.section4 .s4l .s4lt {
  margin-bottom: 15px;
  border: 1px solid transparent;
  overflow: hidden;
  border-radius: 10px !important;
}
.section4 .s4l .s4lt .pic {
  border-radius: 10px;
  padding-top: 40.3%;
}
.section4 a {
  position: relative;
  display: block;
}
.section4 .text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 10px;
}
.section4 .text .stit {
  position: absolute;
  top: 32px;
  left: 2.9%;
}
.section4 .text .info {
  padding-left: 2.9%;
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  padding-right: 29.6%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}
.section4 .text .info h4 {
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
}
.section4 .text .info p {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  max-height: 48px;
  overflow: hidden;
  margin-bottom: 16px;
  margin-top: 5px;
}
.section4 .s4l .s4lt .text .stit h4 {
  color: #fff;
}

.s4lb ul {
  font-size: 0;
  overflow: hidden;
}
.s4lb ul a {
  display: block;
  position: relative;
}
.s4lb ul li {
  border-radius: 10px !important;
  border: 1px solid transparent;
  overflow: hidden;
}
.s4lb ul li:first-child {
  display: inline-block;
  width: 53.4%;
}
.s4lb ul li:first-child .pic {
  padding-top: 48.6%;
  border-radius: 10px;
}
.s4lb ul li:last-child {
  display: inline-block;
  width: 44.4%;
  margin-left: 2%;
}
.s4lb ul li:last-child .text .info {
  padding-right: 30%;
}
.s4lb ul li:last-child .pic {
  padding-top: 58.5%;
  border-radius: 10px;
}
.section4 .s4r {
  float: right;
  width: 37.7%;
  border-radius: 10px !important;
  overflow: hidden;
}
.section4 .s4r .pic {
  padding-top: 108%;
}
.section4 .s4lb .text .info {
  padding-left: 5%;
  padding-right: 12%;
}
.section4 .s4r .text .info {
  padding-right: 26%;
}
.section4 a:hover .pic img {
  transform: scale(1.1);
  cursor: pointer;
}
.section5 {
  position: relative;
  margin-top: 25px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px #ccc;
  padding-top: 35px;
  padding-bottom: 80px;
}
.section5 ul {
  margin-top: 60px;
}
.section5 ul a {
  position: relative;
  display: block;
  margin-left: 35px;
  margin-right: 35px;
}
.section5 .pic {
  padding-top: 60.7%;
}
.section5 ul::before {
  content: "";
  position: absolute;
  width: 160px;
  top: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 1),
    transparent
  );
  z-index: 9;
}
.section5 ul:after {
  content: "";
  position: absolute;
  width: 160px;
  top: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(
    to left,
    rgba(255, 255, 255, 0.9),
    transparent
  );
}
.section5 .stit {
  padding-left: 64px;
  padding-right: 64px;
}
.stit a {
  font-weight: bold;
  float: right;
  font-size: 14px;
  color: #e70b1a;
  display: inline-block;
  font-size: 18px;
  color: #e70b1a;
  font-weight: bold;
  vertical-align: middle;
  padding-left: 6px;
}
.section5 .stit a > span {
  padding-left: 20px;
}
.section5 .text {
  font-size: 0;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section5 .text:hover h4 {
  color: #e70b1a;
}
.section5 .text h4 {
  text-align: center;
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  border-left: 2px solid #e70b1a;
  color: #333333;
  padding-left: 10px;
  margin-top: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section5 .slick-prev {
  width: 62px;
  height: 85px;
  background: url(../image/s1jtl.png) center center;
  background-size: 100% 100%;
}
.section5 .slick-next {
  width: 62px;
  height: 85px;
  background: url(../image/s1jtr.png) center center;
  background-size: 100% 100%;
}
.section6 {
  margin-top: 25px;

  /* background-color: #fff; */
  /* border-radius: 10px; */
  /* box-shadow: 0 0 10px #ccc; */
}
.section6 .stit a > span {
  padding-left: 20px;
  padding-right: 5px;
}
.s6l {
  border-radius: 10px;

  float: left;
  width: 37.5%;
  box-shadow: 0 0 10px #ccc;
  background-color: #fff;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 45px;
  padding-top: 40px;
  margin-bottom: 45px;
}
.s6l .stit {
  /* padding-top: 40px; */
}
.section6 li a {
  font-weight: bold;
  display: block;
  position: relative;
  padding-left: 15px;
  font-size: 18px;
  line-height: 60px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 79px;
  /* border-bottom: 1px solid #e7e7e7; */
}
.section6 li:hover a {
  color: #e70b1a;
}
.section6 li {
  border-bottom: 1px solid #e7e7e7;
}
.section6 li:last-child {
  border: 0;
}
.section6 li a::before {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #333;
  border-radius: 50%;
}
.s6r {
  float: right;
  width: 100%;
  box-shadow: 0 0 10px #ccc;
  background-color: #fff;
  border-radius: 10px;
  padding-left: 4.7%;
  padding-right: 4.1%;
  padding-top: 40px;
  padding-bottom: 45px;
  margin-bottom: 45px;
}
.s6r ul li span {
  float: right;
  color: #666666;
  font-size: 16px;
  padding-left: 15px;
  line-height: 79px;
}
.7b{margin-top: 10px;}
@media screen and (max-width: 1582px) {
  .px1562 {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .nav > ul > li {
    margin-left: 40px;
  }
  .tb {
    margin-left: 40px;
  }
  .section1 .jump-box ul a {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .section1 .jump-box ul a {
    margin-left: 10px;
    margin-right: 10px;
  }
  .section1 .jump-box .text h4 {
    font-size: 16px;
    line-height: 24px;
    max-height: 48px;
    margin-top: 4px;
  }
  .section1 .jump-box .text {
    padding-top: 5px;
  }
  .section1 .jump-top .tit {
    font-size: 20px;
  }
  .section1 .jump {
    margin-top: 30px;
  }
  .section2 .text {
    top: 13px;
  }
  .section2 .text h3 {
    font-size: 20px;
  }
  .section2 .text p {
    padding-top: 1.5%;
  }
  .section2 .text p {
    font-size: 16px;
  }
  .stit h4 {
    font-size: 20px;
  }
  .s3lb ul li h4 {
    font-size: 17px;
    line-height: 50px;
  }
  .s3lb ul li span {
    line-height: 50px;
  }
  .section4 .text .info h4 {
    font-size: 20px;
  }
  .section5 ul a {
    margin-left: 10px;
    margin-right: 10px;
  }
  .section5 .text h4 {
    font-size: 17px;
  }
  .section6 li a {
    font-size: 16px;
    line-height: 65px;
  }
  .s6r ul li span {
    line-height: 65px;
  }
  .s6r {
    padding-bottom: 15px;
    padding-top: 20px;
  }
  .s6l {
    padding-bottom: 15px;
    padding-top: 20px;
  }
  .section5 {
    padding-bottom: 45px;
  }
  .section5 ul {
    margin-top: 30px;
  }
  .s3r .srtit .jump2-top {
    padding-left: 0;
    text-align: left;
  }
  .section1 {
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 768px) {
  .section1 .jump-box .slick-prev {
    width: 40px;
    height: 55px;
  }
  .section1 .jump-box .slick-next {
    width: 40px;
    height: 55px;
  }
  .section1 .jump-top {
    margin-left: 10px;
  }
  .section2 .text p {
    padding-top: 1%;
    font-size: 15px;
  }
  .s3l {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }
  .s3r {
    float: none;
    width: auto;
  }
  .s3r .srtit .jump2-top {
    margin-bottom: 10px;
  }
  .s3lb ul li h4 {
    line-height: 40px;
  }
  .s3lb ul li span {
    line-height: 40px;
  }
  .s3lb ul li p {
    margin-bottom: 10px;
  }
  .section4 .s4l {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }
  .section4 .s4r {
    float: none;
    width: auto;
  }
  .section5 .slick-prev {
    width: 40px;
    height: 55px;
  }
  .section5 .slick-next {
    width: 40px;
    height: 55px;
  }
  .s6l {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }
  .s6r {
    float: none;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .section1 .jump-top .tit {
    font-size: 18px;
  }
  .section1 {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .section2 .text h3 {
    font-size: 18px;
  }
  .section3 {
    padding-top: 25px;
    padding-left: 3%;
    padding-right: 3%;
  }
  .section4 .text .info h4 {
    font-size: 18px;
  }
  .section5 .text h4 {
    font-size: 16px;
  }
  .section6 li a {
    line-height: 45px;
  }
  .s6r ul li span {
    line-height: 45px;
    font-size: 14px;
  }
  .stit h4 {
    font-size: 18px;
  }
  .s6r {
    margin-bottom: 30px;
  }
  .section4 .s4r .pic {
    padding-top: 50%;
  }
  .section4 .text .info {
    padding-right: 2.6%;
  }
  .section4 .s4lb .text .info {
    padding-right: 5%;
  }
  .s4lb ul li:last-child .text .info {
    padding-right: 5%;
  }
  .section4 .s4r .text .info {
    padding-right: 4%;
  }
  .section1 .jump-box .text h4 {
    font-size: 16px;
    line-height: 20px;
    max-height: 40px;
  }
  .s6lb ul {
    margin-top: 10px;
  }
  .s6rb ul {
    margin-top: 10px;
  }
}
@media screen and (max-width: 600px) {
  .section5 ul::before {
    width: 80px;
  }
  .section5 ul:after {
    width: 80px;
  }
  .section1 .jump-box::before {
    width: 80px;
  }
  .section1 .jump-box:after {
    width: 80px;
  }
}
@media screen and (max-width: 500px) {
  .s4lb ul li:first-child {
    display: block;
    width: auto;
    margin-bottom: 15px;
  }
  .s4lb ul li:last-child {
    display: block;
    width: auto;
    margin-left: 0;
  }
  .more a {
    right: 0;
    width: 65px;
  }
  .more a > span {
    padding-left: 0;
  }
  .section1 .more a {
    right: 0;
  }

  .section5 .stit a > span{font-size:16px}
  .section6 .stit a > span{font-size:16px}
  .section1 .jump-top .tit.on {
    padding-left: 20px;
  }
  .section1 .jump-top .tit {
    font-size: 16px;
  }
  .section1 .jump-box::before {
    width: 35px;
  }
  .section1 .jump-box:after {
    width: 35px;
  }
  .section2 .text p {
    font-size: 14px;
    padding-top: 1.5%;
  }
  .section2 .text h3 {
    font-size: 16px;
  }
  .s3lb ul li h4 {
    font-size: 16px;
  }
  .section4 .text .info h4 {
    font-size: 16px;
  }
  .section4 .text .info p {
    margin-top: 0;
  }
  .section6 li a {
    font-size: 15px;
  }
  .section1 .jump-box .text h4 {
    font-size: 15px;
  }
  .section4 .text .stit {
    top: 6px;
  }
  .stit h4 {
    font-size: 16px;
  }
  .stit h4 a {
    font-size: 16px;
}
  .section5 ul::before {
    width: 35px;
  }
  .section5 ul:after {
    width: 35px;
  }
  .section5 .stit {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 400px) {
  .more a {
    bottom: -42px;
  }
  .s3r .s3lb ul {
    margin-top: 25px;
  }
  .banner .slick-dots {
    bottom: 15px;
  }
  .banner .slick-dots li {
    margin: 0 5px;
  }
  .banner:after {
    padding-top: 50px;
  }
  .section2 .text span {
    font-size: 12px;
  }
  .section2 .text span {
    margin-top: 1.6%;
  }
  .section4 .text .info p {
    margin-bottom: 5px;
    line-height: 20px;
    max-height: 40px;
  }
  .s6l {
    padding-left: 10px;
    padding-right: 10px;
  }
  .s6r ul li span {
    padding-left: 10px;
  }
  .s6r {
    padding-left: 10px;
    padding-right: 10px;
  }
}