@font-face {
  font-family: "SourceHanSerifCN-Heavy";

  src: url("../style/SourceHanSerifCN-Heavy.otf");
}
html,body{
  overflow-x: hidden;
}

body.bb {
  background-color: #fff;
}

.banner {
  position: relative;

  overflow: hidden;
}
.banner img {
  display: block;
  width: 100%;
}
.banner .slick-prev {
  width: 30px;
  height: 41px;
  background: url(../images/banner-l.png) no-repeat center center;
  left: 125px;
  z-index: 5;
  background-size: 100% 100%;
}

.banner .slick-next {
  width: 30px;
  height: 41px;
  background: url(../images/banner-r.png) no-repeat center center;
  right: 125px;
  z-index: 5;
  background-size: 100% 100%;
}
.tit {
  position: relative;
}
.tit .eng {
  font-family: "SourceHanSerifCN-Heavy";
  display: inline-block;
  font-size: 45px;
  color: #e1e1e1;
}
.tit .zh {
  display: inline-block;

  font-size: 28px;
  color: #333333;
  font-weight: bold;
  margin-left: 14px;
}
.tit .xian {
  position: absolute;
  left: 55px;
  right: 65%;
  background-color: #0054bc;
  height: 1px;
  top: 5px;
}
.tit .xian::after {
  position: absolute;
  right: -9px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 8px;
  height: 8px;
  border: 1px solid #0054bc;
  border-radius: 50%;
}
.titl {
  float: left;
}
.tit .titr {
  float: right;
  padding-left: 30px;
  padding-right: 30px;
  border: 1px solid #dcdcdc;
  line-height: 40px;
  border-radius: 20px;
}
.tit a {
  font-size: 16px;
  color: #999999;

  padding-left: 23px;
  background: url(../images/more.png) no-repeat left center;
  background-size: 12px 12px;
}
.tit .titr:hover a {
  color: #0054bc;
  background: url(../images/more2.png) no-repeat left center;
  background-size: 12px 12px;
}
.section1 {
  padding-top: 68px;
  padding-bottom: 73px;
  background: url(../images/s1bg.png) no-repeat center center;
  background-size: cover;
}
.section1 .s1main {
  margin-top: 35px;
}
.section1 .s1l {
  float: left;
  width: 618px;
  margin-right: 28px;
}
.section1 .tit .titr {
  margin-top: 15px;
}
.section1 .s1l a {
  position: relative;
  display: block;
}
.section1 .s1l .pic {
  padding-top: 73.7%;
}

.section1 .s1l .pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translateX(-50%) translateY(-50%);
}
.section1 .s1l a:hover .pic img {
  width: 105% !important;
  height: 105% !important;
}






.section1 .s1l .text {
  width:85%;
  left: 0;
  right: 0;
  position: absolute;
  bottom: 0;
  padding-left: 20px;
  padding-right: 32px;
  z-index: 9;
}
.section1 .s1l a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/s1zzc.png) repeat-x;
  background-position: center bottom;
  z-index: 8;
}
.section1 .s1l .text p {
  font-size: 18px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 23px;
}
.s1l .slick-dots {
  width: auto;
  right: 10px;
  bottom: 23px;
}
.s1l .slick-dots li {
  border-radius:100%;
  width: 10px;
  height: 10px;
  background-color: #e5edf5;
  margin: 0 6px;
}
.s1l .slick-dots li.slick-active {
  background-color: #0054bc;
}









a:hover .pic img {
  transform: scale(1.05);
  cursor: pointer;
}
.section1 .s1r {
  overflow: hidden;
}
.section1 .s1r ul {
  overflow: hidden;
}
.section1 .s1r a {
  display: block;
}
.section1 .s1r li {
  float: left;
  width: 49%;
}
.section1 .s1r .lone a:hover {
  background: url(../images/s1rbg.png) no-repeat center center;
  background-size: cover;
  box-shadow: 0 0 10px #ccc;
}
.section1 .s1r .lone a:hover h4 {
  color: #fff;
}
.section1 .s1r .lone a:hover p {
  color: rgba(255, 255, 255, 0.68);
  border-top: 1px solid #66a0d9;
}
.section1 .s1r .lone a:hover .day {
  color: #fff;
}
.section1 .s1r .lone a:hover .year {
  color: rgba(255, 255, 255, 0.48);
}
.section1 .s1r .lone a:hover .date::after {
  background-color: #fff;
  border-radius: 50%;
  /* background: url(../images/s1rma.png) no-repeat; */
}
.section1 .s1r .lone a {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 22px;
  padding-bottom: 18px;
  background-color: #f2f7fb;
}
.section1 .s1r .lone a:first-child {
  margin-bottom: 20px;
}
.section1 .s1r .lone h4 {
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  max-height: 60px;
  overflow: hidden;
  font-weight: bold;

  margin-bottom: 14px;
}
.section1 .s1r .lone p {
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px solid #dcdcdc;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section1 .s1r .date {
  position: relative;
  /* display: inline-block; */
}
.section1 .s1r .lone .date::after {
  content: "";
  width: 49px;
  height: 49px;
  position: absolute;
  background: url(../images/s1rm.png) no-repeat;
  right: 0;
  bottom: 0;
}
.section1 .s1r .lone .day {
  font-size: 22px;
  color: #0054bc;
  font-weight: bold;
padding: 2px 0;
}
.section1 .s1r .lone .day:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: #0054bc;
  left: 5px;
  bottom: 26px;
}





.section1 .s1r .lone .year {
  font-size: 18px;
  color: rgba(51, 51, 51, 0.48);
  margin-top: 4px;
}
.section1 .s1r .ltwo {
  margin-left: 2%;
}
.section1 .s1r .ltwo a {
  overflow: hidden;
  display: block;
  padding: 30px 20px;
  background-color: #f6f9fc;
}
.section1 .s1r .ltwo a:hover {
  background: url(../images/s1rbg.png) no-repeat center center;
  background-size: cover;
}
.section1 .s1r .ltwo a:hover .day {
  color: #fff;
}
.section1 .s1r .ltwo a:hover .day::after {
  background-color: #fff;
}
.section1 .s1r .ltwo a:hover .year {
  color: rgba(255, 255, 255, 0.48);
}
.section1 .s1r .ltwo a:hover p {
  /* color: rgba(255, 255, 255, 0.68); */
  color: #fff;
}
.section1 .s1r .ltwo a:hover .date {
  border-right: 1px solid #66a0d9;
}
.section1 .s1r .ltwo a:nth-child(-n + 2) {
  margin-bottom: 20px;
}
.section1 .s1r .ltwo .date {
  float: left;
  padding-right: 15px;
  border-right: 1px solid #dcdcdc;
}
.section1 .s1r .ltwo .day {
  font-size: 22px;
color: #0054bc;
font-weight: bold;
position: relative;
margin-bottom: 22px;
}
.section1 .s1r .ltwo .day:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: #0054bc;
  left: 5px;
  bottom: -8px;
}
.section1 .s1r .ltwo .year {
  font-size: 18px;
line-height: 18px;
color: rgba(51, 51, 51, 0.48);
}
.section1 .s1r .ltwo .zi {
  font-size: 0;
  line-height: 78px;
  overflow: hidden;
  padding-left: 16px;
}
.section1 .s1r .ltwo p {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  max-height: 60px;
  overflow: hidden;
}
.section2 {
  padding-top: 64px;
  padding-bottom: 95px;
  background: url(../images/s2bg.png) no-repeat center center;
  background-size: cover;
}
.section2 .tit {
  display: inline-block;
  cursor: pointer;
}
.section2 .tit .eng {
  color: rgba(0, 111, 188, 0.3);
}
.section2 .tit .zh {
  margin-left: 43px;
}
.section2 .tit:first-child {
  margin-right: 12.5%;
}
.section2 .jump-top {
  /* position: absolute;
  left: 50%;
  transform: translateX(-50%); */
  border-bottom: 1px solid #bed5e8;
  text-align: center;
  padding-bottom: 12px;
}
.section2 .tit .xian {
  right: -35px;
}
.jump-top .zh {
  position: relative;
}
.jump-top .tit:after {
  content: "";
  position: absolute;
  left: 147px;
  bottom: -18px;
  right: 45px;
  height: 3px;
  background-color: #0054bc;
  display: none;
}
.jump-top .tit.on:after {
  display: block;
}
.jump {
  position: relative;
  margin-top: 50px;
  margin-bottom: 40px;
}
.jump ul li a {
  display: block;
}
.jump ul:first-child {
  margin-left: -20px;
  margin-right: -20px;
}

.jump ul li {
  margin-left: 20px;
  margin-right: 20px;
  overflow: hidden;
  /* padding-left: 28px;
  padding-right: 28px; */
  background: url(../images/s2libg.png) no-repeat left center;
  background-size: cover;
  /* padding-left: 28px;
  padding-right: 28px; */
}
.jump ul li a {
  padding-left: 28px;
  padding-right: 28px;
  padding-top: 25px;
  padding-bottom: 20px;
  border-top: 3px solid transparent;
}
.jump ul li:hover {
  background: url(../images/s2libg2.png) no-repeat left center;
  background-size: cover;
}
.jump ul li a:hover {
  border-top: 3px solid #0054bc;
}
.jump ul li a:hover .ltop {
  border-bottom: 1px solid #b2cbe0;
}
.jump ul li a:hover .ltop p {
  color: #0054bc;
}
.jump ul li a:hover .lbto .tub {
  background-color: #0054bc;
}
.jump ul li a:hover .lbto .tub::after {
  background: url(../images/s2jt2.png) no-repeat;
}
.ltop .date {
  float: left;
  /* padding-right: 15px; */
  /* border-right: 1px solid #dcdcdc; */
}
.ltop .day {
  font-size: 22px;
  color: #0054bc;
  font-weight: bold;
  position: relative;
  margin-bottom: 20px;
}
.ltop .day:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: #0054bc;
  left: 5px;
  bottom: -8px;
}
.ltop .year {
  font-size: 18px;
  line-height: 18px;
  color: #999999;
  margin-bottom: 6px;
}
.ltop {
  overflow: hidden;
  border-bottom: 1px solid #dcdcdc;
}
.ltop .zi {
  font-size: 0;
  line-height: 78px;
  overflow: hidden;
  padding-left: 20px;
}
.ltop p {
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 32px;
  color: #333333;
  max-height: 64px;
  overflow: hidden;
}
.lbto p {
  font-size: 14px;
  line-height: 25px;
  color: rgba(51, 51, 51, 0.68);
  margin-top: 15px;
  margin-bottom: 20px;
  max-height: 50px;
  overflow: hidden;
}
.lbto .tub {
  position: relative;
  width: 38px;
  height: 38px;
  border: 1px solid #cadbea;
  border-radius: 50%;
}
.lbto .tub::after {
  width: 9px;
  height: 15px;
  content: "";
  position: absolute;
  background: url(../images/s2jt1.png) no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.jump .slick-prev {
  left: -30px;
  width: 22px;
  height: 30px;
  background: url(../images/s2l.png) no-repeat center center;
  background-size: 100% 100%;
}
.jump .slick-next {
  right: -30px;
  width: 22px;
  height: 30px;
  background: url(../images/s2r.png) no-repeat center center;
  background-size: 100% 100%;
}
.jump-box {
  position: relative;
}
.jump .titr {
  bottom: -81px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  /* text-align: center; */
  /* float: right; */
  padding-left: 30px;
  padding-right: 30px;
  /* border: 1px solid #dcdcdc; */
  background-color: #fff;
  line-height: 40px;
  border-radius: 20px;
}

.jump .titr a {
  font-size: 16px;
  padding-left: 23px;

  color: #0054bc;
  background: url(../images/more2.png) no-repeat left center;
  background-size: 12px 12px;
}
.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;
}
/* section3 */
.section3 {
  margin-top: 60px;
  margin-bottom: 85px;
}
.section3 .tit .titr {
  margin-top: 15px;
}
.section3 .s3l {
  float: left;
  width: 675px;
  margin-right: 60px;
}
.section3 .tit .xian {
  right: 35%;
}
.section3 .s3b > .con {
  overflow: hidden;
}
.section3 .s3b .con li {
  float: left;
  width: 48.5%;
}
.section3 .s3b .con li:nth-child(2n) {
  margin-left: 3%;
}
.section3 .s3b .con a {
  display: block;
}
.section3 .s3b {
  margin-top: 40px;
}
.section3 .s3b .pic {
  padding-top: 71.5%;
}
.section3 .s3b .textt {
  border-bottom: 1px solid #e5e5e5;
}
.section3 .s3b h4 {
  /* font-weight: normal; */
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  margin-top: 25px;
  margin-bottom: 20px;
  max-height: 60px;
  overflow: hidden;
}
.section3 .s3b .text:hover .textt h4 {
  color: #0054bc;
}
.section3 .s3b p {
  font-size: 16px;
  color: #888;
  line-height: 26px;
  margin-top: 20px;
  margin-bottom: 20px;
  max-height: 78px;
  overflow: hidden;
}
.s3b .slick-dots {
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  bottom: -35px;
}
.s3b .slick-dots li {
  width: 30px;
  height: 4px;
  background-color: #e5edf5;
  margin: 0;
}
.s3b .slick-dots li.slick-active {
  background-color: #0054bc;
}
.s3r {
  overflow: hidden;
}
.s3rb {
  margin-top: 40px;
}
.s3rb ul {
  overflow: hidden;
}
.s3rb ul li:nth-child(-n + 3) {
  margin-bottom: 30px;
}
.s3rb ul li:hover .zi p {
  color: #0054bc;
  text-decoration: underline;
}
.s3rb ul a {
  overflow: hidden;
}
.s3rb ul .date {
  padding-top: 19px;
  padding-bottom: 19px;
  text-align: right;
  float: left;
  padding-left: 25px;
  padding-right: 25px;
  background: url(../images/s3rbg.png) no-repeat center center;
  background-size: cover;
}
.s3rb ul .date .day {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}
.s3rb ul .date .year {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
}
.s3rb ul .zi {
  overflow: hidden;
  line-height: 91px;
  font-size: 0;
  background-color: #eff4f9;
}
.s3rb ul .zi p {
  font-size: 18px;
  line-height: 32px;
  color: #333333;
  padding-left: 20px;
  padding-right: 25px;
  display: inline-block;
  vertical-align: middle;
  max-height: 64px;
  overflow: hidden;
}
/* .section3 */
.section4 {
  padding-top: 60px;
  background: url(../images/s4bg.png) no-repeat center center;
  background-size: cover;
}
.s4pic .picc {
  text-align: center;
}
.s4pic .picc img {
  display: inline-block;
}
.section4 .s4t {
}
.section4 .s4t .s4tt {
  overflow: hidden;
  margin-bottom: 30px;
}
.section4 .s4t .s4tt li.slick-slide {
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}
.s4t .slick-dots {
  width: 0;
}
.section4 .s4t .s4tt li.slick-slide:nth-child(-n + 4) {
  border-right: 1px solid #679bc7;
}
.section4 .s4t .text p {
  margin-top: 15px;
  font-size: 20px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.8);
  max-height: 60px;
  overflow: hidden;
  text-align: center;
  /* margin-bottom: 30px; */
}
.section4 .s4t ul li:nth-child(2) .text p{
 margin: 15px -5px 0;
}
.s4b {
  margin-right: -260px;
  overflow-x: hidden;
  background: url(../images/s4bbg.png) no-repeat right center;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 70px;
  box-shadow: 1px 1px 10px #ccc;
  border-left: 6px solid #00b1e4;
}
.s4b.px1400 {
  margin: 0;
}
.s4b .px1400 {
  margin: 0;
  position: relative;
}
.s4b .stbr {
  float: right;
  width: 669px;
}
.s4b .stbr a {
  display: block;
}
.s4b .stbr .pic {
  padding-top: 59.7%;
}

.s4b .stbr .pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translateX(-50%) translateY(-50%);
}
.s4b .stbr .pic img:hover {
  width: 105% !important;
  height: 105% !important;
}










.s4b .stbl {
  overflow: hidden;
  padding-left: 65px;
  padding-right: 90px;
  padding-bottom: 71px;
}
.s4b .stbl:hover h4 {
  color: #0054bc;
}
.s4b .stbl h4 {
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  margin-top: 45px;
  max-height: 60px;
  overflow: hidden;
}
.stbm {
  position: relative;
}
.stbm .s4ttm {
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.s4b .stbl p {
  font-size: 16px;
  line-height: 25px;
  color: rgba(51, 51, 51, 0.6);
  max-height: 75px;
  overflow: hidden;
  margin-top: 25px;
  margin-bottom: 32px;
}
.s4b .titr {
  bottom: -99px;
  position: absolute;
  /* left: 50%; */
  /* transform: translateX(-50%); */
  /* text-align: center; */
  /* float: right; */
  padding-left: 30px;
  padding-right: 30px;
  /* border: 1px solid #dcdcdc; */
  background-color: #0054bc;
  line-height: 47px;
  border-radius: 32px;
}

.s4b .titr a {
  font-size: 16px;
  padding-left: 23px;
  color: #fff;
  background: url(../images/more3.png) no-repeat left center;
  background-size: 12px 12px;
}
.s4b .tit .xian {
  right: 12%;
}
.s4b .slick-prev,
.s4b .slick-next {
  display: none !important;
}
.s4-b {
  font-size: 0;
  position: absolute;
  bottom: 0px;

  left: 47.3%;
  padding: 0 !important;
}
.s4-btn {
  vertical-align: middle;
  display: inline-block;
  font-size: 18px;
  font-family: 宋体;
  font-weight: 600;
  /* color: #fff; */
  z-index: 9;
  cursor: pointer;

  padding: 0 !important;
}
.s4-btn img {
  vertical-align: middle;
}
.s4-btn span {
  padding-left: 9px;
  vertical-align: middle;
  text-transform: uppercase;
}
/* .section5 */
.section5 {
  position: relative;
  padding-top: 70px;
  padding-bottom: 50px;
}
.section5 .titl {
  position: absolute;
  /* text-align: center; */
  float: none;
  left: 50%;
  transform: translateX(-50%);
}
.section5 .tit .xian {
  right: -20%;
}
.s5b {
  margin-top: 46px;
}
.s5b ul {
  overflow: hidden;
  margin-left: -25px;
  margin-right: -25px;
}
.s5b ul a {
  display: block;
  margin-left: 25px;
  margin-right: 25px;
}
.s5b ul .text {
  padding: 30px 36px 45px 25px;
  background-color: #f2f7fb;
}
.s5b ul li:hover .text {
  background: url(../images/s5bg.png) no-repeat center center;
  background-size: cover;
}
.s5b ul li:hover .time h4 {
  color: #fff;
}
.s5b ul li:hover .time span {
  color: #fff;
}
.s5b ul li:hover .text p {
  color: #fff;
}
.s5b ul .pic {
  padding-top: 61.7%;
}
.s5b ul .time {
  margin-bottom: 18px;
}
.s5b ul .time h4 {
  display: inline-block;
  font-size: 22px;
  color: #0066bc;
}
.s5b ul .time span {
  font-size: 18px;
  color: #0066bc;
  margin-left: 5px;
}
.s5b ul .text p {
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  max-height: 60px;
  overflow: hidden;
  text-align: justify;
}
.s5-btn {
  position: relative;
  margin: 38px 0px 0 0px;
  text-align: center;
  font-size: 0;
}

.s5-btn > div {
  display: inline-block;
  margin: 0 10px;
  cursor: pointer;
}

.s5-btn > div img {
  display: block;
}

.s5-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  right: 50%;
  margin-right: 60px;
  height: 1px;
  background-color: #b2d1eb;
}

.s5-btn::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  left: 50%;
  margin-left: 60px;
  height: 1px;
  background-color: #b2d1eb;
}

.s5b .slick-prev,
.s5b .slick-next {
  display: none !important;
}
@media screen and (max-width: 1520px) {
  .jump .slick-next {
    right: -5px;
  }
  .jump .slick-prev {
    left: -5px;
  }
  .jump .jump-box {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1420px) {
  .s4b {
    margin-right: 0;
  }

.s5b ul {
    margin-left: 0;
    margin-right: 0;
  }
  .jump ul:first-child {
    margin-left: 0;
    margin-right: 0;
  }






}
@media screen and (max-width: 1240px) {
  .fll .foot_line {
    width: 470px;
  }
  .fl.fm1 {
    margin-left: 50px !important;
  }
}
@media screen and (max-width: 1200px) {
  .section1 .s1l {
    width: 545px;
  }
  .section1 .s1r .lone a {
    padding: 15px 20px;
  }
  .section1 .s1r .lone h4 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .section1 .s1r .lone p {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .section1 .s1r .lone .day {
    font-size: 26px;
  }
  .section1 .s1r .ltwo a {
    padding: 21px 20px;
  }
  .section3 .s3l {
    width: 545px;
    margin-right: 30px;
  }
  .section3 .tit .xian {
    right: 43%;
  }
}
@media screen and (max-width: 1024px) {
  .banner .slick-prev {
    left: 30px;
  }
  .banner .slick-next {
    right: 30px;
  }
  .section1 .s1l {
    float: none;
    width: auto;
    margin-right: 0;
  }
  .section1 .s1r {
    margin-top: 20px;
  }
  .section1 .s1r .ltwo a {
    padding: 18px 20px;
  }
  .section1 .s1r .lone a {
    padding: 25px 20px;
  }
  .section1 .s1r .ltwo .zi {
    padding-left: 10px;
  }
  .section1 .s1r .ltwo .date {
    padding-right: 10px;
  }
  .section1 {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .s4b {
    margin-right: 0;





  }
  .section2 {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .jump .titr {
    bottom: -65px;
  }
  .tit .zh {
    font-size: 20px;
  }
  .tit .eng {
    font-size: 30px;
  }
  .section2 .tit .zh {
    margin-left: 10px;
  }
  .jump-top .tit:after {
    left: 65px;
  }
  .jump ul li a {
    padding: 15px;
  }
  .ltop .zi {
    padding-left: 15px;
  }
  .ltop p {
    font-size: 16px;
  }
  .section1 .s1r .lone .date::after {
    width: 35px;
    height: 35px;
    background-size: 100% 100%;
  }
  .tit .titr {
    padding-left: 15px;
    padding-right: 15px;
    line-height: 30px;
  }
  .tit a {
    font-size: 15px;
  }
  .section3 .s3b h4 {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .s3rb ul .date {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .s3rb ul .date .day {
    font-size: 24px;
  }
  .s3rb ul .zi {
    line-height: 82px;
  }
  .s3rb ul .zi p {
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .s3b .slick-dots {
    bottom: -20px;
  }
  .section3 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .section3 .s3l {
    width: 405px;
  }
  .s3rb ul .zi {
    line-height: 72px;
  }
  .s5b ul .text {
    padding: 10px;
  }
  .s5b ul .time {
    margin-bottom: 10px;
  }
  .s5b ul .text p {
    font-size: 16px;
  }
  .s4b {
    padding-bottom: 40px;
  }
  .section5 {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .s5b {
    margin-top: 30px;
  }
  .s4b .stbl {
    padding-left: 10px;
    padding-right: 10px;
  }
  .s4b .stbr {
    width: 560px;
  }
  .s4-b {
    left: 29.3%;
  }
  .s4b .stbl h4 {
    font-size: 18px;
  }
  .section4 .s4t .text p {
    font-size: 16px;
  }
  .section4 .s4t .s4tt li.slick-slide {
    padding-left: 20px;
    padding-right: 18px;
  }
  .section4 {
    padding-top: 30px;
  }
  .section4 .s4t .s4tt li.slick-slide {
    border-right: 1px solid #679bc7;
  }
}
@media screen and (max-width: 768px) {
  .s5b ul {
    margin-left: -10px;
    margin-right: -10px;
  }
  .s5b ul a {
    margin-left: 10px;
    margin-right: 10px;
  }
  .section1 .s1r li {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }
  .section1 .s1r .ltwo {
    margin-left: 0;
  }
  .section3 .s3l {
    float: none;
    width: auto;
    margin-right: 0;
    margin-bottom: 50px;
  }
  .s4b .stbr {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }
  .s4b .stbl {
    padding-left: 0;
    padding-right: 0;
  }
  .tit .titr {
    padding-left: 15px;
    padding-right: 15px;
    line-height: 30px;
  }
  .section1 .s1main {
    margin-top: 25px;
  }
  .tit a {
    font-size: 14px;
  }
  .section1 .s1r .lone a {
    padding: 15px;
  }
  .section1 .s1r .lone .day {
    font-size: 22px;
  }
  .section1 .s1r .lone .date::after {
    width: 30px;
    height: 30px;
  }
  .section1 .s1r .ltwo a {
    padding: 10px;
  }
  .section1 .s1r .ltwo .day {
    font-size: 24px;
  }
  .section1 .s1r .ltwo .zi {
    line-height: 69px;
  }
  .section1 {
    padding-bottom: 30px;
  }
  .lbto .tub {
    width: 30px;
    height: 30px;
  }
  .lbto p {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .jump {
    margin-top: 35px;
  }
  .ltop .day {
    font-size: 24px;
  }
  .ltop .zi {
    line-height: 69px;
  }
  .ltop .year {
    margin-bottom: 0;
  }
  .section3 .s3b h4 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .section3 .s3b p {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .s4-btn img {
    width: 45px;
  }
  .s4-b {
    left: 86%;
    /* right: 0; */
  }
  .s4b .stbl p {
    margin-top: 18px;
    margin-bottom: 20px;
  }
  .s4b .titr {
    bottom: -87px;
  }
  .stbm .s4ttm {
    padding-bottom: 15px;
  }
  .s4b .stbl h4 {
    margin-top: 20px;
    font-size: 18px;
  }
  .s4b .tit .xian {
    right: 60%;
  }
  .s5-btn > div img {
    width: 35px;
  }
  /* .s5-btn::after {
    left: 45%;
  } */
  .s5-btn::before {
    right: 48%;
  }
  .s5-btn::after {
    left: 48%;
  }
  .s3rb {
    margin-top: 25px;
  }
  .s3r {
    /* margin-top: 20px; */
  }
  .section1 .s1l .text p {
    font-size: 16px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 520px) {
  .tit .zh {
    margin-left: 5px;
  }
  .tit .eng {
    font-size: 26px;
  }
  .tit .zh {
    font-size: 18px;
  }
  .tit .titr {
    padding-left: 15px;
    padding-right: 15px;
    line-height: 24px;
  }
  .tit a {
    font-size: 12px;
    padding-left: 15px;
  }
  .section1 {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .section1 .s1r .lone h4 {
    font-size: 15px;
    margin-bottom: 2px;
  }
  .section1 .s1r .lone p {
    font-size: 14px;
  }
  .section1 .s1r .ltwo p {
    font-size: 15px;
  }
  .section2 .tit:first-child {
    margin-right: 0;
  }
  .jump-top .titl {
    float: none;
  }
  .section2 .tit {
    display: block;
    margin-bottom: 20px;
  }
  .section2 .tit .xian {
    right: 105px;
    left: 165px;
  }
  .jump-top .tit:after {
    left: 233px;
    right: 175px;
    bottom: -3px;
  }
  .section2 {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .ltop p {
    font-size: 15px;
    line-height: 22px;
    max-height: 44px;
  }
  .ltop .zi {
    padding-left: 10px;
  }
  .lbto .tub {
    width: 25px;
    height: 25px;
  }
  .jump .titr {
    padding-left: 15px;
    padding-right: 15px;
    line-height: 28px;
    bottom: -50px;
  }
  .jump .titr a {
    font-size: 12px;
    padding-left: 15px;
  }
  .section3 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .section3 .s3b {
    margin-top: 25px;
  }
  .section3 .s3b h4 {
    font-size: 15px;
    line-height: 22px;
    max-height: 44px;
  }
  .section3 .s3b p {
    font-size: 14px;
    line-height: 22px;
    max-height: 66px;
  }
  .s3rb ul .zi p {
    font-size: 14px;
    line-height: 25px;
    max-height: 50px;
  }
  .s3rb ul li:nth-child(-n + 3) {
    margin-bottom: 20px;
  }
  .s4pic .picc img {
    width: 40px;
    height: 40px;
  }
  .section4 .s4t .text p {
    font-size: 14px;
    margin-top: 5px;
  }
  .s4b {
    padding-top: 30px;
  }
  .s4b .stbl h4 {
    font-size: 16px;
    line-height: 26px;
    max-height: 26px;
    margin-top: 10px;
  }
  .s4b .stbl p {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .s4b .titr {
    bottom: -70px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 26px;
  }
  .s4b .titr a {
    font-size: 12px;
    padding-left: 15px;
  }
  .s4-btn img {
    width: 35px;
    height: 35px;
  }
  .section5 {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .s5b ul .time h4 {
    font-size: 22px;
  }
  .s5b ul .time span {
    font-size: 14px;
  }
  .s5b ul .text p {
    font-size: 15px;
  }
  .s5-btn {
    margin-top: 20px;
  }
  .section5 .titl {
    left: 0;
    transform: translateX(0);
  }
  .section3 .tit .xian {
    right: 62%;
  }
  .s4b .tit .xian {
    right: 51%;
  }
  .banner .slick-prev {
    width: 21px;
    height: 31px;
  }
  .banner .slick-next {
    width: 21px;
    height: 31px;
  }
  .section1 .s1r .lone .date::after {
    width: 25px;
    height: 25px;
    bottom: 6px;
  }
  .s3rb ul .date .day {
    font-size: 22px;
  }
  .s3rb ul .zi {
    line-height: 70px;
  }
  .link > div {
    width: 260px;
  }
  .section1 .s1l .text p {
    font-size: 14px;
  }
  .section1 .s1l .text {
    padding-left: 15px;
    padding-right: 15px;
  }
  .banner .slick-next {
    right: 20px;
  }
  .banner .slick-prev {
    left: 20px;
  }
}