﻿.banner {
  position: relative;
}

.banner img {
  display: block;
  width: 100%;
}

.banner a img {
  display: block;
  width: 100%;
}
.banner .slick-dots {
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  bottom: 25px;
}
.banner .slick-dots li {
  width: 13px;
  height: 13px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.banner .slick-dots li.slick-active {
  background-color: #fff;
}
.tit {
  position: relative;
}
.tit img {
  vertical-align: middle;
}
.tit h4 {
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  color: #a1000d;
  margin-left: 18px;
}
.tit a {
  font-size: 14px;
  line-height: 18px;
  color: #a1000d;
  /* float: right; */
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.tit a:hover {
  font-weight: bold;
}
.section1 {
  padding-top: 65px;
  padding-bottom: 65px;
}
.s1rt a {
  display: block;
}
.s1b {
  margin-top: 30px;
}
.s1l {
  float: left;
  width: 624px;
  margin-right: 40px;
}
.s1l a {
  display: block;
  position: relative;
}
.s1l .pic {
  padding-top: 69.7%;
}
.s1l .pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translateX(-50%) translateY(-50%);
}
.s1l .pic > img:hover {
  width: 105% !important;
  height: 105% !important;
}
.s1l .text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 20px;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.2), transparent);
}
.s1l .text p {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  padding-left: 15px;
  padding-right: 215px;
}
.s1l .slick-dots {
  width: auto;
  right: 15px;
  bottom: 8px;
}
.s1l .slick-dots li button {
  font-size: 18px;
  color: #fff;
}
.s1l .slick-dots li {
  width: auto;
  margin: 0 2px;
}
.s1l .slick-dots li.slick-active {
  margin: 0;
  padding-right: 20px;
  background: url(../images/s1a.jpg.png) no-repeat right 7px;
  /* background-size: ; */
}
.s1r {
  overflow: hidden;
}
.s1r .s1rt {
  border-bottom: 1px dotted #cccccc;
}
.s1r .s1rt h4 {
  font-size: 24px;
  color: #a1000d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.s1r .s1rt p {
  font-size: 14px;
  line-height: 22px;
  color: #808080;
  max-height: 44px;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
}
.s1rb ul li {
  /* margin-left: 10px; */
  /* padding-left: 10px; */
  padding-right: 110px;
  position: relative;
  line-height: 60px;
  /* border-bottom: 1px solid #dfdfdf; */
  font-size: 18px;
  position: relative;
  left: 0;
  /* transition: all 0.5s; */
  /* background: url(../images/dtd-left.png) no-repeat; */
  /* background-position: left center; */
}

/* .text-list ul li:first-child {
  border-top: none;
} */

.s1rb ul li a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333333;
  overflow: hidden;
  padding-left: 18px;
  background: url(../images/dtd-left.png) no-repeat;
  background-position: left center;
}

.s1rb ul li span {
  position: absolute;
  right: 0;
  color: #808080;
  font-size: 16px;
  padding-right: 8px;
}

.s1rb ul li:hover a {
  color: #c21616;
}

.s1rb ul li:hover span {
  color: #c21616;
}
.s1rb {
  /* padding-top: 15px; */
}
.section2 {
  padding-top: 60px;
  padding-bottom: 85px;
  background: url(../images/s2bg.png) no-repeat center center;
  background-size: cover;
}
.section2 .s2l {
  float: left;
  width: 63%;
}
.jump-top {
  font-size: 0;
  background-color: #a1000d;
  margin-bottom: 10px;
  margin-top: 25px;
  padding-right: 13px;
}
.jump-top > p {
  position: relative;
  display: inline-block;
  width: 14.4%;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  line-height: 48px;
  cursor: pointer;
}
.jump-top > p.on {
  color: #ffb43e;
  font-weight: bold;
}
.jump-top > p span {
  position: relative;
}
.jump-top > p span:after {
  position: absolute;
  content: "";
  height: 0px;
  left: 0;
  right: 0;
  bottom: -11px;
  background-color: #ffb43e;
}
.jump-top > p.on span:after {
  height: 3px;
}
.jump-top .more a {
  font-size: 14px;
  color: #ffffff;
}
.jump-top .more {
  position: relative;
  float: right;
}

.jump-top .more a {
  position: absolute;
  width: 23px;
  height: 48px;
  line-height: 48px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  z-index: 2;
}
.jump-top .more a:hover {
  font-weight: bold;
}
.jump-top .more a.on {
  position: relative;
  opacity: 2;
  z-index: 8;
}
.s2lb ul li {
  /* margin-left: 10px; */
  /* padding-left: 10px; */
  padding-right: 110px;
  position: relative;
  line-height: 75px;
  border-bottom: 1px dashed #cccccc;
  font-size: 18px;
  position: relative;
  left: 0;
  /* transition: all 0.5s; */
  /* background: url(../images/dtd-left.png) no-repeat; */
  /* background-position: left center; */
}

/* .text-list ul li:first-child {
  border-top: none;
} */

.s2lb ul li a {
  position: relative;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333333;
  overflow: hidden;
  padding-left: 15px;
  /* background: url(../images/dtd-left.png) no-repeat; */
  /* background-position: left center; */
}
.s2lb ul li a::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #a1000d;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.s2lb ul li span {
  position: absolute;
  right: 0;
  color: #808080;
  font-size: 16px;
  padding-right: 8px;
}

.s2lb ul li:hover a {
  color: #c21616;
}

.s2lb ul li:hover span {
  color: #c21616;
}
.jump {
  position: relative;
}
.jump .jump-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  z-index: 2;
  transition: all 0.3s;
}

.jump .jump-box.on {
  position: relative;
  opacity: 10;
  z-index: 8;
}
.s2r {
  float: right;
  width: 33.7%;
}
.section2 .s2r ul li a {
  display: block;
  overflow: hidden;
  /* margin: 0px 16px 0px 20px; */
  padding: 25px 0px 0px;
  /* border-bottom: 1px solid #eaeaea; */
}
.section2 .s2r ul li .left {
  float: left;
  width: 70px;
  background: url(../images/s2rbg.png) no-repeat center center;
  background-size: cover;
  /* border: 1px solid #9b0d14; */
  padding-top: 12px;
  padding-bottom: 3px;
}
.section2 .s2r ul li .left .lf_day {
  display: block;
  font-family: "Arial";
  font-size: 26px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  /* line-height: 40px; */
  /* background-color: #9b0d14; */
  color: #fff;
  /* border: 1px solid #dcdcdc; */
}
.section2 .s2r ul li .left .lf_year {
  display: block;
  font-family: "Arial";
  color: #fff;
  font-size: 15px;
  /* background-color: #c42a26; */
  text-align: center;
  line-height: 27px;
  /* border: 1px solid #9b0d14; */
  border-top: 0;
}
.section2 .s2r ul li .zi2 {
  overflow: hidden;
  line-height: 66px;
}
.section2 .s2r ul li .zi2 p {
  /* font-size: 18px; */
  display: inline-block;
  line-height: 32px;
  padding: 0px 0 0px 15px;
  font-size: 18px;
  color: #333;
  overflow: hidden;
  max-height: 60px;
  vertical-align: middle;
}
.section2 .s2r ul li:hover .zi2 p {
  color: #a1000d;
}
.section3 {
  padding-top: 67px;
  padding-bottom: 90px;
  background: url(../images/s3bg.png) no-repeat center bottom;
  background-size: cover;
}
.section3 .uslick {
  overflow: hidden;
}
.section3 .uslick .lislick {
  /* float: left;
  width: 20%; */
  text-align: center;
  /* padding-left: 1.6%;
  padding-right: 1.6%; */
  margin-top: 20px;
  margin-bottom: 20px;
  /* border-right: 1px solid #bb1119; */
}
.section3 .s3t {
  background: url(../images/s3tbg.png) no-repeat center center;
  background-size: cover;
}
.section3 .s3t > ul li a {
  display: block;
}
.picc {
  font-size: 0;
  text-align: center;
  line-height: 55px;
}
.picc img {
  /* width: 100%; */
  display: inline-block;
  /* line-height: 85px; */
  height: 45px;
  vertical-align: middle;
}
.z {
  font-size: 0;
  text-align: center;
  /* line-height: 50px; */
}
.section3 .s3t > ul li .z p {
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
  max-height: 20px;
  vertical-align: middle;
  color: #ffffff;
  overflow: hidden;
  margin-top: 13px;
}
.s3b {
  margin-top: 65px;
}
.s3b ul {
  margin-left: -14px;
  margin-right: -14px;
}
.s3b ul li {
  margin-left: 15px;
  margin-right: 15px;
}
.s3b ul li a {
  position: relative;
  display: block;
}
.s3b ul li a .pic {
  padding-top: 73%;
}
.s3b ul li a .text {
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.s3b ul li a .text h4 {
  font-size: 33px;
  line-height: 46px;
  color: #fff;
  margin-bottom: 5px;
  max-height: 92px;
  overflow: hidden;
}
.s3b ul li:hover .text h4 {
  color: #fff;
  text-shadow: 2px 1px #a1000d, -2px 1px #a1000d, 2px -1px #a1000d,
    -2px -1px #a1000d;
}

.s3b ul li a .text p {
  font-size: 13px;
  line-height: 17px;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  max-height: 34px;
  overflow: hidden;
}
.s3b ul:nth-child(2) {
  margin-top: 15px;
}
.s3b ul li a .pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translateX(-50%) translateY(-50%);
}
.s3b ul li a .pic > img:hover {
  width: 105% !important;
  height: 105% !important;
}
@media screen and (max-width: 1420px) {
  .s3b ul {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 1280px) {
  .s3b ul li a .text h4 {
    font-size: 26px;
  }
}
@media screen and (max-width: 1024px) {
  .s1l {
    width: 500px;
    margin-right: 20px;
  }
  .s1r .s1rt h4 {
    font-size: 20px;
  }
  .s1rb ul li {
    line-height: 44px;
    font-size: 16px;
  }
  .section1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .tit h4 {
    font-size: 24px;
    margin-left: 8px;
  }
  .section2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .s2lb ul li {
    font-size: 16px;
  }
  .section2 .s2r ul li .zi2 p {
    font-size: 16px;
  }
  .jump-top > p {
    width: 15%;
    font-size: 16px;
  }
  .section3 {
    padding-top: 35px;
    padding-bottom: 45px;
  }
  .s3b ul li a .text h4 {
    font-size: 20px;
    line-height: 38px;
    max-height: 76px;
  }
  .s3b {
    margin-top: 40px;
  }
  .jump-top {
    padding-right: 0;
  }
  .section3 .s3t > ul li .z p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .s1l {
    float: none;
    width: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .s1r .s1rt h4 {
    font-size: 18px;
  }
  .s1rb ul li {
    padding-left: 0;
  }
  .section2 .s2l {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }
  .section2 .s2r {
    float: none;
    width: auto;
  }
  .s2lb ul li {
    line-height: 50px;
  }
  .tit h4 {
    font-size: 22px;
    margin-left: 3px;
  }
  .s3b ul li a .text h4 {
    font-size: 18px;
    line-height: 30px;
    max-height: 60px;
  }
  .section3 .s3t > ul li .z p {
    font-size: 17px;
  }
  .s1l .text p {
    font-size: 16px;
  }
  .s1rb ul li span {
    font-size: 15px;
  }
  .s2lb ul li span {
    font-size: 15px;
  }
}
@media screen and (max-width: 520px) {
  .jump-top > p {
    width: 26%;
  }
  .s2lb ul li {
    line-height: 44px;
  }
  .s1r .s1rt h4 {
    font-size: 16px;
  }
  .s1b {
    margin-top: 15px;
  }
  .section1 {
    padding-bottom: 20px;
  }
  .section3 .s3t > ul li .z p {
    margin-top: 7px;
    font-size: 15px;
  }
  .section3 {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .tit h4 {
    font-size: 20px;
  }
  .s3b ul li a .text h4 {
    font-size: 16px;
    line-height: 24px;
    max-height: 48px;
  }
  .section2 .s2r ul li a {
    padding-top: 20px;
  }
  .section2 .s2r ul li .zi2 p {
    line-height: 30px;
    font-size: 15px;
  }
  .s2lb ul li {
    font-size: 14px;
    line-height: 40px;
  }
  .s1rb ul li {
    font-size: 14px;
    line-height: 40px;
  }
  .s1rb ul li span {
    font-size: 13px;
  }
  .s1r .s1rt p {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .s1l .text p {
    padding-right: 150px;
  }
  .banner .slick-dots {
    bottom: 10px;
  }
  .section2 .s2r ul li .left .lf_day {
    font-size: 22px;
  }
  .section2 .s2r ul li .left .lf_year {
    font-size: 13px;
  }
  .section2 .s2r ul li .zi2 p {
    padding-left: 10px;
  }
  .s1rb ul li a {
    padding-left: 18px;
  }
  .s3b ul li a .text p {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .s3b ul li {
    margin-left: 0;
    margin-right: 0;
  }
}