.pic {
  display: block;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}

.pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 1s;
}

.pic img:hover {
  transform: scale(1.1);
}

.srction2 .s2b .s2bl ul li a:hover img {
  transform: scale(1.1);
}

.section1 .s1l .s1ll a img {
  transition: all 1s;
}

.section1 .s1l .s1ll a:hover img {
  transform: scale(1.1);
  transition: all 1s;
}

.banner {
  background: url(../images/bannerbg.jpg) no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  overflow: hidden; 
}

.bannerim {
  position: relative;
  width: 100%;
  overflow: hidden; 
}


.bannerim .slick-dots {
  width: auto;
  right: 48%;
  bottom: 15px;
}

.bannerim a {
  display: block;
  position: relative;
}
.bannerim a img {
  width: 100%; display: block;
}

.bannerim .slick-dots li.slick-active button:before {
  content: "";
}

.bannerim .slick-dots li button:before {
  content: "";
}

.banner .slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: dotted 1px #ffffff;
  border-radius: 50%;
  margin-left: 10px;
  margin-right: 10px;
  transition: all 0.3s;
}

.banner .slick-dots li.slick-active {
  background-color: #ffffff;
}

.banner .slick-prev {
  background: url(../images/ban1.png) no-repeat center;
  width: 55px;
  height: 55px;
  left: 50px;
  z-index: 999;
}

.banner .slick-next {
  background: url(../images/ban2.png) no-repeat center;
  width: 55px;
  height: 55px;
  right: 50px;
  z-index: 999;
}

.banner .slick-prev:before {
  content: "";
}

.banner .slick-next:before {
  content: "";
}

.main {
  width: 100%;
  height: auto;
  overflow: hidden;
}

/* section1 */
.section1 {}

.section1 .s1l {
  float: left;
  /* padding-left: 25px; */
  /* padding-bottom: 25px; */
  width: 67.3%;
}

.s1lt {
  position: relative;
  background-size: 100% 40px;
}

.s1lt p {
  display: inline-block;
  font-size: 22px;
  line-height: 36px;

  background-size: 100%;
  color: #fff;
  min-width: 155px;
  position: relative;
  text-align: left;
  padding-left: 20px;
  padding-top: 0;
}

.s1lt p::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 36px;
  width: 5px;
  background-size: 100% 100%;
  z-index: 8;
  background: #920d14;
}

.s1lt p span {
  display: block;
  position: relative;
  z-index: 9;
  color: #333333;
  font-size: 22px;
}

.s1lt a {
  font-size: 14px;
  line-height: 36px;
  color: #920d14;
  /* float: right; */
  position: absolute;
  right: 8px;
  bottom: 0;
  padding-left: 27px;
  background: url(../images/more_ico.png) left center no-repeat;
  transition: all 0.3s;
}

.s1lt a span {
  display: block;
}

.s1lt a:hover {
  color: #c42a26;
  margin-right: 5px;
  transition: all 0.3s;
}

.s1lll a:hover {
  color: #c42a26;
}

.section1 .s1l .s1ltb {

  border-top: 0;
  padding-top: 25px;
}

.section1 .s1l .s1ll {
  float: left;
  width: 420px;
  height: 300px;
  margin-bottom: 25px;
  padding-left: 0;
  overflow: hidden;
}

.section1 .s1l .s1ll a {
  position: relative;
  display: block;
}

.section1 .s1l .s1ll a img {
  display: block;
  width: 100%;
  height: 300px;
}

.section1 .s1l .s1ll a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: url(../images/zzc2.png) repeat-x;
  background-position: center bottom;
  z-index: 8;
}

.section1 .s1l .s1ll p {
  box-sizing: border-box;
  width: 100%;
  font-size: 16px;
  line-height: 60px;
  height: 60px;
  color: #fff;
  /* background: #030000; */
  padding-left: 20px;
  padding-right: 0;
  text-align: center;
  padding-bottom: 0;
  z-index: 9;
  position: absolute;
  padding-top: 0;
  bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.section1 .slick-dots {
  bottom: 20px;
  width: auto;
  right: 2%;

}

.section1 .slick-dots li button {
  font-size: 12px;
  background-color: #d9d8d8;
  width: 19px;
  height: 19px;
  padding: 0;
  line-height: 19px;
  text-align: center;
}

.section1 .slick-dots li button:before {
  content: "";
}

.section1 .slick-dots li.slick-active button {
  background-color: #a82724;
  color: #fff;
}

.section1 .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.section1 .s1lr {
  overflow: hidden;
}

.section1 .s1lr ul {

  padding-bottom: 0;
  margin-left: 30px;
}

.section1 ul li a {
  display: block;
  position: relative;
}

.section1 ul li a {
  display: block;
  overflow: hidden;
  padding: 0;
  margin: 0;

  height: 43px;
  line-height: 43px;
}

.section1 ul li a>span {
  font-size: 16px;
  line-height: 43px;
  color: #333333;
  display: block;
  height: 43px;
  overflow: hidden;
  width: 75%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url(../images/ico_listtxt.png) left center no-repeat;
  padding-left: 15px;
}

.section1 ul li a .timer2 {
  position: absolute;
  bottom: 0;
  right: 0px;
  /* width: 120px; */
}

.section1 ul li a .timer2 span {
  font-size: 14px;
  color: #999999;
  vertical-align: middle;
}

.section1 .s1r {
  overflow: hidden;
  padding-left: 40px;
}

.section1 .slrb {
  padding-top: 20px;
}


.section1 .slrb ul {}

.section1 .s1lr ul li:hover {

  transition: all 0.3s;
  color: #cc0000;
}

.section1 .slrb ul li:hover .zi2 {
  color: #c42a26;
}

.section1 ul li:hover a>span {
  color: #c42a26;
}

.section1 ul li:hover a .timer2 span {
  color: #c42a26;
}

.section1 .slrb ul li a {
  display: block;
  overflow: hidden;
  margin: 0px 0 0px 0;
  padding: 15px 0;
  height: 80px;
  transition: all 0.3s;
}

.section1 .slrb ul li a:hover {
  background: #f2f2f2;
  transition: all 0.3s;
}

.section1 .slrb ul li a:hover .xs_title {
  color: #920d14;
}

.section1 .slrb ul li .left {
  float: left;
  width: 97px;
  height: 60px;
  border-right: #c3c3c3 1px solid;
  padding: 10px 0;
}

.section1 .slrb ul li .left .lf_day {
  display: block;
  font-family: "sySong";
  font-size: 40px;
  text-align: center;

  color: #920d14;
  font-weight: bold;
  line-height: 36px;
}

.section1 .slrb ul li .left .lf_year {
  display: block;
  font-family: "sySong";
  color: #666666;
  font-size: 16px;
  text-align: center;

  line-height: 30px;
}

.section1 .slrb ul li .zi2 {
  line-height: 22px;
  padding: 0px 0 0px 20px;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  height: 80px;
}

.section1 .slrb ul li .zi2 .xs_title {
  line-height: 30px;
  height: 30px;
  font-size: 16px;
  color: #333333;
  font-weight: normal;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.section1 .slrb ul li .zi2 .xs_date {
  display: block;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
  padding-left: 25px;
  background: url(../images/ico_time.png) left center no-repeat;
}

.section1 .slrb ul li .zi2 .xs_didian {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  height: 24px;

  padding-left: 25px;
  background: url(../images/ico_dd.png) left center no-repeat;
}






/* srction2 */

.srction2 {
  position: relative;
  padding-bottom: 40px;
}

.s1lll {
  background: url(../images/mat2.jpg) no-repeat;
  background-size: cover;
}

.jump-top {
  display: inline-block;
}

.jump-top p {
  text-align: center;
  display: inline-block;
  font-size: 22px;
  color: #333333;
  line-height: 38px;
  position: relative;
  min-width: 155px;
  padding-right: 5px;
}

.jump-top p span {
  display: block;
  position: relative;
  z-index: 9;
}

.jump-top p.on {
  color: #fff;
}

.jump-top p.on::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 55px;
  background: url() no-repeat;
  background-size: 100% 100%;
  z-index: 8;
}

.jump {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.jump .jump-box.on {
  position: relative;
  z-index: 9;
  opacity: 1;
  transition: all 1s;
}

.jump .jump-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.s1lll {
  position: relative;
  border-bottom: 3px solid #c42a26;
}

.s1lll a {
  /* float: right; */
  font-size: 14px;
  line-height: 30px;
  color: #333;
  /* float: right; */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
}

.srction2 .s1lt a span:first-child {
  font-size: 22px;
  color: #333;
}

.srction2 .s2b {
  border: 1px solid #eae6db;
  border-top: 0;
}

.srction2 .s2b .s2bl {
  float: left;
  width: 885px;
}

.srction2 .s2b .s2bl ul {
  padding-top: 25px;
}

.srction2 .s2b .s2bl ul li a {
  position: relative;
  display: block;
}

.srction2 .s2b .s2bl ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/zzc2.png) repeat-x;
  background-position: center bottom;
  z-index: 8;
}

.srction2 .s2b .s2bl ul li a .pic {
  padding-top: 60%;
  z-index: 7;
}

.srction2 .s2b .s2bl ul li a p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 15px;
  overflow: hidden;
  white-space: nowrap;
  color: #fff;
  z-index: 9;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
}

.srction2 .s2b .s2bl ul li {
  float: left;
  width: 260px;
  padding-bottom: 25px;
}

.srction2 .s2b .s2bl ul {
  padding-left: 25px;
  padding-right: 23px;
}

.srction2 .s2b .s2bl ul li:nth-child(3n + 2) {
  padding-left: 28px;
  padding-right: 29px;
}

.srction2 .s2br {
  overflow: hidden;
}

.i-list {
  padding-top: 20px;
  padding-right: 28px;
}

.i-list li {
  position: relative;
  font-size: 16px;
  line-height: 42px;
  padding: 0px 80px 0 0px;
  background-position: left center;
  border-bottom: 1px dotted #e0e0e0;
}

.i-list li::before {
  display: block;
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 6px;
}

.i-list li span {
  position: absolute;
  right: 0;
  top: 8px;
  color: #ac945a;
  font-size: 14px;
}

.i-list li:hover a {
  color: #c42a26;
}

.i-list li a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333333;
  font-size: 16px;
  line-height: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* section3 */
.qkzsbox{
  background: url(../images/qkzsboxbg.jpg) center no-repeat #f9f3f3;
    padding: 30px 0;
    width: 100%;
    background-size: cover;
}
.qkzsbox .pic {
  padding-top: 135%;
}

.qkzsbox .qklist {
  padding-left: 0;
  padding-right: 0;
  padding-top: 30px;
  padding-bottom: 0;
  border-top: 0;
}

.qkzsbox .qklist p {
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 20px;
  color: #111111;
  margin-top: 15px;
}

.qkzsbox .qklist a {
  display: block;
  margin: 0 12px;
}

.qkzsbox .slick-prev {
  width: 40px;
  height: 40px;
  background: url(../images/s3l.png) no-repeat;
  background-size: 100% 100%;
}

.qkzsbox .slick-prev:before {
  content: "";
}

.qkzsbox .slick-next:before {
  content: "";
}

.qkzsbox .slick-next {
  width: 40px;
  height: 40px;
  background: url(../images/s3r.png) no-repeat;
  background-size: 100% 100%;
}

.qkzsbox .slick-prev {
  left: -60px;
}

.qkzsbox .slick-next {
  right: -60px;
}

/* section3 */
.section3 .pic {
  padding-top: 135%;
}

.section3 .s3b {
  padding-left: 0;
  padding-right: 0;
  padding-top: 30px;
  padding-bottom: 0;
  border-top: 0;
}
.section3 .s3b .slick-list{margin-left: -12px;margin-right: -12px;overflow: hidden;}
.section3 .s3b p {
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 20px;
  color: #111111;
  margin-top: 15px;
}
.section3 .s3b1 {
  padding-left: 0;
  padding-right: 0;
  padding-top: 30px;
  padding-bottom: 0;
  border-top: 0;
}
.section3 .s3b1 .slick-list{margin-left: -12px;margin-right: -12px;overflow: hidden;}
.section3 .s3b1 p {
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 20px;
  color: #111111;
  margin-top: 15px;
}
.section3 .s3b a {
  display: block;
  margin: 0 12px;
}
.section3 .s3b1 a{
 display: block;
  margin: 0 49px;
}
.section3 .slick-prev {
  width: 40px;
  height: 40px;
  background: url(../images/s3l.png) no-repeat;
  background-size: 100% 100%;
}

.section3 .slick-prev:before {
  content: "";
}

.section3 .slick-next:before {
  content: "";
}

.section3 .slick-next {
  width: 40px;
  height: 40px;
  background: url(../images/s3r.png) no-repeat;
  background-size: 100% 100%;
}

.section3 .slick-prev {
  left: -60px;
}

.section3 .slick-next {
  right: -60px;
}




.section4 {
  text-align: center;
  padding-bottom: 60px;
}

.section4 h4 {
  padding-top: 20px;
  font-size: 26px;
  line-height: 61px;
  color: #000;
}

.section4 h4 ::after {
  content: "";
}

.section4 .s4b::before {
  content: "";
  position: absolute;
  width: 47px;
  height: 5px;
  border-radius: 2px;
  background-color: #ee100b;
  left: 50%;
  transform: translateX(-50%);
  top: -3px;
}

.section4 .s4b {
  position: relative;
  padding-top: 60px;
  padding-bottom: 40px;
  border: 1px solid #eae6db;
  padding-left: 49px;
  padding-right: 55px;
  /* border-top: 0; */
  background-color: #fff;
}

.section4 .s4b a {
  display: inline-block;
  width: 193px;
  text-align: center;
  font-size: 16px;
  line-height: 49px;
  background-color: #dbd5c5;
  border-radius: 50px;
  margin-right: 23px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.section4 .s4b a:hover {
  background: #c42a26;
  color: #fff;
}

.section4 .s4b a:last-child {
  margin-right: 0;
}

.newsbg {
  width: 100%;
  background: url(../images/newsbg.jpg) center no-repeat;
  height: auto;
  overflow: hidden;
  padding: 35px 0;
  background-size: cover;
}

.tzggbox {
  height: auto;
  overflow: hidden;
  padding: 20px 0;
  background: #fff;
}

.tzggboxlist {
  width: 49%;
}

.newslist {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 10px 0;
}

.newslist ul {
  height: auto;
  overflow: hidden;
}

.newslist li {
  width: 100%;
  font-size: 16px;
  color: #999999;
  line-height: 50px;
  height: 50px;
  border-bottom: #d8d8d8 1px solid;
}

.newslist li a {
  background: url("../images/ico_002.png") left center no-repeat;
  padding-left: 23px;
  color: #333333;
  font-size: 16px;
  float: left;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 68%;
  text-align: left;
}

.newslist li a:hover {
  color: #cc0000
}

.newslist li span {
  float: right;
  color: #a9a9a9
}

/*  */
.jkfcbox {
  background: url(../images/jkfcboxbg.jpg) center no-repeat #f9f3f3;
  padding: 30px 0;
  width: 100%;
  background-size: cover;
}

/*  */
.end_link {
  height: auto;
  overflow: hidden;
  padding: 40px 0;
}

.end_link h4 {
  float: left;
  width: 110px;
  height: 54px;
  margin-right: 40px;
}

.end_link .end_linklist {
  float: left;
  width: 1130px;
}

.end_link .end_linklist a {
  font-size: 16px;
  color: #666666;
  line-height: 27px;
  width: 18%;
  float: left;
  background: url(../images/ico_links.png) left center no-repeat;
  padding-left: 20px;
}

.end_link .end_linklist a:hover {
  color: #920d14;
}