@charset "utf-8";

html,
body,
.banner,
.banner .slick,
.banner .slick div,
.banner .slick-slide a,
.banner .slick-slide a img {
  width: 100%;
  height: 100%;
}

.head {
}

body {
  overflow-x: hidden;
}

@font-face {
  font-family: "思源宋体";
  src: url("./Source_Han_Serif_SC_Light_Light.otf");
  /* src: url(".") format("woff"); */
}

.banner {
  /* position: relative; */
  /* z-index: 9; */
  overflow: hidden;
}

.banner a {
  display: block;
}

.banner > img {
  display: block;
  width: 100%;
}

.banner .slick {
  position: relative;
  /* z-index: 9; */
}

.banner .slick .slick-slide a {
  display: block;
  position: relative;
}

.banner .slick .slick-slide a img {
  display: block;
  width: 100%;
}

.banner .slick .slick-slide a p {
  position: absolute;
  z-index: 9;
  color: #fff;
  left: 0;
  right: 0;
  bottom: 35px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 30px;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 100px;
}

/* .banner .slick .slick-slide a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url() repeat-x;
    background-position: center 40px;
} */

.banner .slick .slick-dots {
  font-size: 0;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  bottom: 200px;
}

.banner .slick .slick-dots li {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #ebbb41;
}

.banner .slick .slick-dots li.slick-active {
  background-color: #0f9b4a;
}

.index {
  position: fixed;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 99;
  background: #fff;
}

.banner-list {
  position: absolute;
  left: 0;
  right: 0;
  line-height: 80px;
  height: 80px;
  background: #085ba8;
  z-index: 9;
  bottom: 0;
}

.banner-list .px1520 {
  position: relative;
  z-index: 9;
}

.banner-list::after {
  content: "";
  position: absolute;
  right: 0;
  left: 50%;
  bottom: 0;
  height: 90px;
  background: #fff;
  z-index: 8;
}

.banner-list .px1520::before {
  content: "";
  position: absolute;
  left: 315px;
  bottom: 0;
  border-right: 20px solid #fff;
  border-top: 90px solid transparent;
}

.banner-list p {
  color: #fff;
  float: left;
  width: 335px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 10px;
}

.banner-list p img {
  vertical-align: middle;
  margin-right: 10px;
}

.banner-list ul {
  overflow: hidden;
  background: #fff;
  position: relative;
  border-top: 10px solid #fff;
  margin-top: -10px;
  padding: 0 20px;
}

.banner-list ul li a {
  display: block;
  color: #333333;
  padding-left: 20px;
  position: relative;
  padding-right: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
}

.banner-list ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-left: 5px solid #b2b2b2;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.banner-list ul li a:hover {
  font-size: 18px;
  font-weight: 600;
  color: #085ba8;
}

.banner-list ul li a:hover::before {
  border-left-color: #085ba8;
}

/* section1 */
.tit {
  font-size: 0;
  position: relative;
  text-align: center;
}
.tit h3 {
  position: absolute;
  left: 0;
  right: 0;

  font-weight: 600;
  text-align: center;

  letter-spacing: 0px;
  color: #b3b3b3;
}
.tit h3 span {
  font-family: "思源宋体";
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
  color: rgba(204, 204, 204, 0.5);
  z-index: -2;
  font-weight: 600;
}
.tit .al {
  font-family: "思源宋体";
  font-size: 60px;
  line-height: 22px;
  color: #ebbb41;
  text-transform: uppercase;
  /* position: absolute; */
  margin-left: -90px;
  font-weight: 600;
}
.tit .zn {
  display: inline-block;
  font-size: 30px;
  line-height: 28px;
  color: #13904a;
  position: relative;
  /* top: -5px; */
}
.tit .zn span {
  font-weight: bold;
}
.tit a {
  position: absolute;
  right: 0;
  font-size: 16px;
  line-height: 24px;
  color: #999999;
  padding-right: 25px;
  background: url(../images/morebg.png) no-repeat right center;
}
.tit a:hover {
  color: #13904a;
  font-weight: bold;
}
.section1 {
  margin-top: 227px;
  margin-bottom: 93px;
}
.section1 .s1b {
  /* margin-top: 50px; */
}
.section1 .s1b .s1l {
  float: left;
  width: 685px;
  padding-top: 50px;
}
.s1l .pic {
  padding-top: 64.3%;
}
.s1l .slick-dots {
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  bottom: 125px;
}
.s1l .slick-dots li {
  width: 9px;
  height: 9px;
  background: url(../images/s1lsl.jpg) no-repeat center center;
  background-size: 100% 100%;
}
.s1l .slick-dots li.slick-active {
  width: 30px;
  height: 9px;
  background: url(../images/s1lsla.jpg) no-repeat center center;
  background-size: 100% 100%;
}
.s1l .slick-dots li button {
  width: 9px;
  height: 9px;
}
.s1l .s1-linfo {
  margin-top: 53px;
}
.s1l .s1-linfo h4 {
  font-size: 22px;
  line-height: 32px;
  color: #333333;
  font-weight: normal;
  margin-bottom: 17px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.s1l .s1-linfo p {
  font-size: 18px;
  line-height: 26px;
  color: #666666;
  max-height: 52px;
  overflow: hidden;
}
.s1r {
  padding-top: 50px;
  overflow: hidden;
  padding-left: 2.2%;
}
.s1r ul li {
  position: relative;
}
.s1r ul li a {
  display: block;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #e7e7e7;
}
.s1r ul li:last-child a {
  border-bottom: 1px solid #e7e7e7;
}
.s1r ul li::before {
  width: 63px;
  height: 64px;
  content: "";
  position: absolute;
  background: url(../images/sr1.png) no-repeat center center;
  background-size: 100% 100%;
  top: -20px;
  left: -10px;
  opacity: 0;
}
.s1r ul li:hover::before {
  opacity: 1;
}
.s1r ul li:hover {
  border: 0;
  background-color: #13904a;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  box-shadow: 0 0 5px #0f9b4a;
}
.s1r ul li:hover .zi {
  border: 0;
  /* border-left: 1px solid pink; */
}
.s1r ul li:hover a {
  border: 1px solid transparent;
}
.s1r li:hover + li a {
  border: 1px solid transparent;
}
.s1r ul li:hover .date {
  /* border-right: 1px solid #cccccc; */
}

.s1r ul li:hover .day {
  color: #fff;
}
.s1r ul li:hover .year {
  color: #fff;
}

.s1r ul li:hover h4 {
  /* color: #fff; */
  color: #fff;
  font-weight: bold;
}
.s1r ul li:hover p {
  color: #cccccc;
}
.s1r .date {
  /* text-align: center; */
  float: left;
  /* width: 78px; */
  border-right: 1px solid transparent;
  /* margin-top: 22px; */
  margin-right: 20px;
  padding-left: 30px;
}
.s1r .date .day {
  font-size: 28px;
  line-height: 45px;
  margin-top: 6px;
  color: #13904a;
  /* font-weight: 600; */
}
.s1r .date .year {
  font-size: 14px;
  line-height: 14px;
  color: #999999;
  padding-left: 5px;
}
.s1r ul li:first-child .zi {
  border: 0;
}
.s1r .zi {
  overflow: hidden;

  /* border-top: 1px dashed #cccccc; */
}
.s1r .zi h4 {
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-left: 2px solid #cccccc;
  padding-left: 20px;
  margin-bottom: 14px;
}
.s1r .zi p {
  box-sizing: content-box;
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  color: #666;
  /* margin-bottom: 18px; */
  /* margin-top: 20px; */
  padding-left: 5px;
  padding-right: 45px;
  padding-left: 18px;
}
/* section2 */
.section2 {
  padding-top: 55px;
  padding-bottom: 45px;
  background-color: #eef2f1;
}
.section2 .tit .al {
  margin-left: -40px;
}
.section2 .s2b ul li:hover p {
  font-weight: bold;
  color: #13904a;
}
.section2 .s2b {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 50px;
  padding-bottom: 50px;
  /* border-bottom: 1px solid #acd4bf; */
}
.section2 .s2b ul li a {
  display: block;
  padding-top: 47px;
  padding-bottom: 45px;
  background-color: #fff;
  padding-left: 50px;
  padding-right: 50px;
  border-bottom: 6px solid #13904a;
  margin-left: 18px;
  margin-right: 18px;
}
.section2 .s2b ul li:hover a {
  background: url(../images/s2bg.png) no-repeat center center;
  background-size: 100% 100%;
  box-shadow: 0 0 20px #c5dfd1;
}
.section2 .s2b span {
  font-size: 16px;
  line-height: 16px;
  color: rgba(52, 52, 52, 0.8);
  padding-left: 22px;
  background: url(../images/s2time.png) no-repeat left center;
  background-size: 13px 13px;
}
.section2 .s2b p {
  font-size: 18px;
  color: #333333;
  line-height: 28px;
  max-height: 56px;
  overflow: hidden;
  margin-top: 20px;
}
.section2 .slick-prev {
  width: 45px;
  height: 45px;
  bottom: 0;
  background: url(../images/s2al.png) no-repeat center center;
  background-size: 100% 100%;
  bottom: -72px;
  left: 47%;
  transform: translateX(-50%);
}
.section2 .slick-prev::before {
  content: "";
  position: absolute;
  width: 629px;
  height: 1px;
  background-color: #acd4bf;
  z-index: 10;
  /* height: 1px; */
  left: -628px;
}
.section2 .slick-next {
  width: 45px;
  height: 45px;
  bottom: 0;
  background: url(../images/s2ar.png) no-repeat center center;
  background-size: 100% 100%;
  bottom: -72px;
  left: 54%;
  transform: translateX(-50%);
}
.section2 .slick-next::after {
  content: "";
  position: absolute;
  width: 623px;
  height: 1px;
  background-color: #acd4bf;
  z-index: 10;
  /* height: 1px; */
  left: 104%;
  /* left: -672px; */
}
/* .section3 */
.section3 {
  background: url(../images/s3bg1.png) no-repeat center center;
  background-size: cover;
  padding-top: 80px;
}
.section3 .px1400 > .tit .zn {
  color: #fff;
}
.section3 .px1400 > .tit .al {
  margin-left: -50px;
}
.section3 .px1400 > .tit a {
  color: rgba(255, 255, 255, 0.7);
  padding-right: 25px;
  background: url(../images/morebg2.png) no-repeat right center;
}
.section3 .px1400 > .tit a:hover {
  color: #fff;
}
.s3bf {
  background: url(../images/s3bg2.png) no-repeat center bottom;
  background-size: cover;
  margin-left: -130px;
  margin-right: -260px;
  margin-top: 130px;
  padding-left: 130px;
  /* padding-bottom: 60px; */
}
/* .section3 .tit {
  margin-bottom: 130px;
} */
.s3b {
  position: relative;
  top: -77px;
  /* margin-top: 77px; */
  /* padding-bottom: 80px; */
}
.s3b .s3bt {
  margin-bottom: 80px;
}
.s3b .s3bt ul li {
  float: left;
  width: 19.9%;
  margin-left: 1.6%;
}
.s3b .s3bt ul li:first-child {
  margin-left: 0;
}
.s3b .s3bt ul li a {
  display: block;
}
.s3b .s3bt ul li .pic {
  padding-top: 64.4%;
}
.s3b .s3bt ul li .text {
  padding-top: 16px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 2px solid transparent;
}
.s3b .s3bt ul li:hover .text {
  border-bottom: 4px solid #ebbb41;
}
.s3b .s3bt ul li .text p {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  max-height: 48px;
  overflow: hidden;
}
.s3bb {
  padding-left: 0;
}
.s3bb .tit {
  text-align: left;
}
.s3bb .tit .al {
  margin-left: 11px;
}
.s3bb .tit h3 {
  text-align: left;
}
.s3bb .tit .zn {
  padding-left: 60px;
}
.s3bb .s3bbl {
  float: left;
  width: 48%;
}
.s3bb .s3bbl ul li a {
  display: block;
}
.s3bb ul {
  margin-top: 30px;
}
.s3bb ul li {
  padding-left: 35px;
  position: relative;
  line-height: 56px;
  position: relative;
  left: 0;
  transition: all 0.5s;
  background: url(../images/s3ic.png) no-repeat;
  background-position: left center;
}

.s3bb ul li:hover {
  background: url(../images/s3ich.png) no-repeat;
  background-position: left center;
}

.s3bb ul li a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  line-height: 56px;
  color: #333333;
}

.s3bb ul li span {
  float: right;
  color: #999999;
  font-size: 16px;
  padding-left: 10px;
}

.s3bb ul li:hover a {
  color: #13904a;
}
.s3bb .s3bbr {
  float: right;
  width: 48%;
  margin-left: 4%;
}
.s3bb .px1400 {
  margin: 0;
}
/* section4 */
.section4 {
  padding-top: 68px;
  background: url(../images/s4bg.png) no-repeat center center;
  background-size: cover;
  padding-bottom: 80px;
}
.section4 .tit .al {
  margin-left: -40px;
}
.section4 a {
  display: block;
}
.section4 .pic {
  padding-top: 55.1%;
}
.section4 .s4b {
  margin-top: 45px;
}
.section4 .s4b ul li a {
  margin-left: 15px;
  margin-right: 15px;
}
.section4 .s4b ul li:hover .zi {
  background-color: #0f9b4a;
}
.section4 .s4b ul li:hover .zi p {
  color: #fff;
  font-weight: bold;
}
.section4 .s4b ul li:first-child {
  margin-left: 0;
}
.section4 .zi {
  background-color: #fff;
  border-bottom-right-radius: 30px;
}
.section4 .zi p {
  line-height: 63px;
  font-size: 14px;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 1420px) {
  .s3bf {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }
  .s3b .s3bt ul li {
    width: 23.8%;
  }
}
@media screen and (max-width: 1024px) {
  .banner .slick .slick-dots {
    bottom: 55px;
  }
  html,
  body,
  .banner,
  .banner .slick,
  .banner .slick div,
  .banner .slick-slide a,
  .banner .slick-slide a img {
    height: auto !important;
  }
  .index {
    position: static;
    padding-top: 0;
  }
  .section1 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .section1 .s1b .s1l {
    width: 400px;
    padding-top: 30px;
  }
  .s1r {
    padding-top: 30px;
  }
  .s1r ul li a {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .s1r .zi h4 {
    margin-bottom: 3px;
  }
  .s1r .date {
    padding-left: 5px;
  }
  .section2 {
    padding-top: 30px;
  }
  .section3 {
    padding-top: 30px;
  }
  .s3b {
    position: static;
  }
  .s3bf {
    margin-top: 45px;
  }
  .s3b .s3bt {
    margin-bottom: 30px;
  }
  .section4 {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .tit .al {
    margin-left: -25px;
  }
  .tit .zn {
    font-size: 20px;
    top: -5px;
  }
  .tit .al {
    font-size: 28px;
  }
  .s1l .s1-linfo p {
    font-size: 16px;
  }
  .s1l .s1-linfo h4 {
    font-size: 18px;
  }
  .s1r .date .day {
    font-size: 22px;
  }
  .section2 .s2b ul li a {
    padding: 25px;
  }
  .section2 .s2b p {
    font-size: 16px;
    margin-top: 10px;
  }
  .s3bb .s3bbr {
    margin-bottom: 20px;
  }
  .section4 .s4b {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .section1 .s1b .s1l {
    float: none;
    width: auto;
    padding-top: 20px;
  }
  .s1r {
    padding-top: 20px;
    padding-left: 0;
  }
  .s1r .zi h4 {
    font-size: 17px;
    margin-bottom: 6px;
    padding-left: 12px;
  }

  .s1r .zi p {
    font-size: 15px;
    padding-right: 22px;
    padding-left: 12px;
  }
  .s1l .s1-linfo h4 {
    margin-bottom: 2px;
  }
  .s1l .slick-dots {
    bottom: 100px;
  }
  .s1l .s1-linfo {
    margin-top: 40px;
  }
  .section2 .s2b {
    padding-top: 30px;
  }
  .tit a {
    font-size: 14px;
  }
  .section2 .slick-prev {
    width: 35px;
    height: 35px;
    bottom: -55px;
  }
  .section2 .slick-next {
    width: 35px;
    height: 35px;
    bottom: -55px;
  }
  .section2 {
    padding-bottom: 25px;
  }
  .s3b .s3bt ul li {
    /* float: none;
    width: auto;
    margin-bottom: 20px; */
    width: 48%;
    margin-left: 0;
  }
  .s3b .s3bt ul li:nth-child(2n) {
    margin-left: 4%;
  }
  .s3bb .s3bbl {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }
  .s3bb .s3bbr {
    float: none;
    width: auto;
    margin-left: 0;
  }
  .s3bb ul {
    margin-top: 5px;
  }
  .s3bb ul li {
    line-height: 42px;
  }
  .s3bb ul li a {
    line-height: 42px;
  }
  .s1r .date {
    margin-right: 12px;
  }
  .banner .slick .slick-dots {
    bottom: 25px;
  }
  .s3bf {
    margin-top: 25px;
  }
  .section2 .s2b ul li a {
    padding: 10px;
  }
  .s3bb ul li {
    padding-left: 25px;
  }
  .s3bb .tit .zn {
    padding-left: 40px;
  }
  .section3 .px1400 > .tit .al {
    margin-left: 15px;
  }
  .section2 .tit .al {
    margin-left: 15px;
  }
  .section4 .tit .al {
    margin-left: 15px;
  }
  .s3bb ul li span {
    font-size: 14px;
  }
  .tit a {
    padding-right: 20px;
  }
}

@media screen and (max-width: 520px) {
  .section2 .slick-prev {
    left: 43%;
  }
  .section2 .slick-next {
    left: 57%;
  }
  .s1r .zi p {
    font-size: 14px;
  }
  .s1r .zi h4 {
    font-size: 16px;
  }
  .s1l .s1-linfo p {
    font-size: 14px;
  }
  .s1l .s1-linfo h4 {
    font-size: 16px;
  }
  .section2 .s2b p {
    font-size: 15px;
  }
  .s3b .s3bt ul li .text p {
    font-size: 15px;
  }
  .s3b .s3bt ul li .text {
    padding: 10px;
  }
  .s3bb ul li a {
    font-size: 15px;
  }
  .s3bb ul li {
    line-height: 38px;
  }
  .s3bb ul li a {
    line-height: 38px;
  }
  .tit .zn {
    font-size: 18px;
  }
  .tit .al {
    font-size: 24px;
  }
  .tit h3 span {
    font-size: 14px;
  }
}
@media screen and (max-width: 400px) {
  .tit h3 span {
    font-size: 12px;
  }
  .section3 .px1400 > .tit .al {
    margin-left: -8px;
  }
  .s3b .s3bt ul li {
    float: none;
    width: auto;
  }
  .s3b .s3bt ul li:nth-child(2n) {
    margin-left: 0;
  }
  .section4 .s4b ul li a {
    margin-left: 0;
    margin-right: 0;
  }
}

