

html,
body,
.banner,
.banner .slick,
.banner .slick div,
.banner .slick-slide a,
.banner .slick-slide a img {
  width: 100%;
  height: auto !important
}

body {
  overflow-x: hidden
}

.banner {
  overflow: hidden;
  position: relative
}

.banner:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 555px;
  height: 84px;
  background: url(../../img/xx.jpg) no-repeat;
  z-index: 2
}

.banner a {
  display: block
}

.banner>img {
  display: block;
  width: 100%
}

.banner .slick {
  position: relative;
  z-index: 1
}

.banner .slick-slide a {
  display: block;
  position: relative
}

.banner .slick-slide a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../../img/banner-bg.png) repeat-x
}

.banner .slick-slide a img {
  display: block;
  width: 100%
}

.banner .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-dots {
  bottom: 20px;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: right;
  font-size: 0;
  text-align: center;
  max-width: 1400px
}

.banner .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 10px;
  padding: 0;
  position: relative
}

.banner .slick-dots li.slick-active button {
  width: 12px;
  height: 12px;
  padding: 0;
  background: #fff;
  border-color: #fff
}

.banner .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  padding: 0;
  background: none;
  border: 1px solid rgba(255, 255, 255, 1)
}

.banenr .slick-prev, .banenr .slick-next{
	width: 24px;
	height: 44px;
}
.banenr .slick-prev{
	left: 20px;
	background: url(../../img/arrow_l.png) no-repeat;
	background-size: cover;
}
.banenr .slick-next{
	right: 20px;
	background: url(../../img/arrow_r.png) no-repeat;
	background-size: cover;
}

.tit {
  padding: 40px 0;
  text-align: center;
  overflow: hidden
}

.tit h3 {
  margin: 0 auto
}

.tit h3 a {
  display: inline-block;
  font-size: 32px;
  font-weight: bold;
  color: #00276c;
  position: relative
}

.tit h3 a:after {
  content: "";
  position: absolute;
  right: -35px;
  top: -5px;
  width: 18px;
  height: 18px;
  background: url(../../img/more1.png) no-repeat
}

.tit p {
  max-width: 460px;
  margin: 0 auto;
  font-size: 12px;
  color: #9aa4b6;
  line-height: 20px;
  margin-top: 10px
}

.tit h3 a:hover:after {
  background: url(../../img/more2.png) no-repeat
}

.section1 {
  padding: 35px 0
}

.s1-c ul li a {
  display: block;
  text-align: center
}

.s1-c ul li .pic1 {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border: 2px dashed rgba(10, 54, 120, 0.6);
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  transition: all 0.5s
}

.s1-c ul li .pic1:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(10, 54, 120, 0.18);
  z-index: -1
}

.s1-c ul li .pic1 img {
  display: inline-block;
  padding-top: 8px
}

.s1-c ul li p {
  font-size: 20px;
  color: #0a3678;
  margin-top: 10px
}

.s1-c ul li a:hover .pic1 {
  border: 2px solid rgba(10, 54, 120, 0.6)
}

.s1-c ul li a:hover .pic1 img {
  animation: icon-yh 0.5s linear
}

.s1-c ul li a:hover p {
  font-weight: bold
}

.section2 {
  background: url(../../img/section2.jpg) no-repeat center top;
  background-size: cover;
  padding: 20px 0 95px 0
}

.s2-l {
  width: 712px;
  margin-right: 26px
}

.s2-l ul li a {
  display: block;
  position: relative
}

.s2-l ul li a .pic {
  padding-top: 0;
  width: 100%;
  height: 480px
}

.s2-l ul li a .pic:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../../img/jdt-bg.png) repeat-x;
  width: 100%;
  height: 100%;
  z-index: 1
}

.s2-l ul li a .pic img {
  object-fit: cover
}

.s2-linfo {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  text-align: center;
  color: #fff
}

.s2-linfo>div {
  padding: 20px 40px
}

.s2-linfo h3 {
  font-size: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all
}

.s2-linfo p {
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.6);
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 10px
}

.s2-l .slick-dots {
  bottom: 110px
}

.s2-l .slick-dots li {
  width: 13px;
  height: 13px;
  margin: 0 10px
}

.s2-l .slick-dots li button {
  width: 13px;
  height: 13px;
  padding: 0;
  border: 1px dashed #fff;
  border-radius: 50%
}

.s2-l .slick-dots li.slick-active button {
  background: #fff
}

.s2-r {
  overflow: hidden
}

.s2-r ul li {
  margin-top: 18px
}

.s2-r ul li:first-child {
  margin-top: 0
}

.s2-r ul li a {
  display: block;
  background: #fff;
  padding: 28px 20px;
  transition: all 0.3s
}

.s2-r ul li .s2-rinfo {
  overflow: hidden
}

.s2-r ul li .s2-rdate {
  float: left;
  width: 84px;
  height: 91px;
  background: url(../../img/s2-rdate1png.png) no-repeat center;
  background-size: cover;
  text-align: center;
  margin-right: 20px
}

.s2-r ul li .s2-rdate>p {
  font-size: 30px;
  font-weight: bold;
  color: #00276c;
  padding-top: 12px
}

.s2-r ul li .s2-rdate span {
  font-size: 16px;
  color: #00276c
}

.s2-r ul li .s2-rinfo h3 {
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all
}

.s2-r ul li .s2-rinfo>p {
  font-size: 14px;
  color: #72757a;
  line-height: 20px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 8px;
  text-indent: 2em;
  min-height: 44px;
}

.s2-r ul li a:hover {
  background: #0a3678
}

.s2-r ul li a:hover .s2-rdate>p,
.s2-r ul li a:hover .s2-rdate span,
.s2-r ul li a:hover .s2-rinfo h3 {
  color: #fff
}

.s2-r ul li a:hover .s2-rinfo>p {
  color: rgba(255, 255, 255, 0.7)
}

.section3 {
  background: url(../../img/section3.jpg) no-repeat;
  background-size: cover;
  padding: 50px 0
}

.s3-c {
  position: relative
}

.s3-c ul {
  margin-left: -13px;
  margin-right: -13px;
  padding: 0 10px
}

.s3-c .slick-list {
  padding: 10px 0
}

.s3-c ul li {
  position: relative;
  margin: 0 13px
}

.s3-c ul li a {
  display: block;
  background: rgba(250, 251, 252) url(../../img/s3-cbg.png) no-repeat center;
  background-size: cover;
  box-shadow: 0px 0px 10px 0px rgba(12, 23, 42, 0.2);
  padding: 0 25px 20px 25px;
  transition: all 0.3s
}

.s3-c ul li span {
  display: block;
  width: 212px;
  height: 49px;
  background: url(../../img/s3-ctit1.png) no-repeat;
  background-size: cover;
  margin: 0 auto;
  line-height: 49px;
  font-size: 18px;
  color: #fff;
  text-align: center
}

.s3-c ul li span img {
  display: inline-block;
  vertical-align: -5px;
  padding-right: 10px
}

.s3-c ul li h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
  min-height: 56px;
  margin-top: 30px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.s3-c ul li p {
  font-size: 12px;
  line-height: 20px;
  color: #697da0;
  margin-top: 10px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  text-indent: 2em
}

.s3-c ul li a:hover {
  background: #082e71 url(../../img/s3-cbg2.png) no-repeat center;
  box-shadow: 0px 0px 10px 0px rgba(0, 38, 105, 0.6)
}

.s3-c ul li a:hover span {
  background: url(../../img/s3-ctit2.png) no-repeat
}

.s3-c ul li a:hover h3 {
  color: #fff
}

.s3-c ul li a:hover p {
  color: rgba(255, 255, 255, 0.33)
}

.s3-c .slick-prev,
.s3-c .slick-next {
  display: none !important
}

.s3-btn {
  font-size: 0;
  width: 55px;
  height: 55px;
  border: 1px solid #082e71;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  cursor: pointer;
  padding: 0 !important
}

.s3-prev {
  left: -94px;
  background: url(../../img/prev1.png) no-repeat center
}

.s3-next {
  right: -94px;
  background: url(../../img/next1.png) no-repeat center
}

.s3-c ul li .s3-cpic:hover h3 {
  color: #005392
}

.section4 {
  background: url(../../img/section4.jpg) no-repeat center;
  background-size: cover;
  padding: 20px 0 300px 0
}

.section4 .tit h3 a,
.section4 .tit p {
  color: #fff
}

.section4 .tit h3 a:after {
  background: url(../../img/more3.png) no-repeat
}

.section4 .tit .more a {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../img/more2.png) no-repeat left center;
  color: #fff
}

.s4-c ul li {
  float: left;
  width: 33.333%
}

.s4-c ul li a {
  display: block;
  margin: 20px 16px 0 16px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.53);
  box-shadow: 0px 4px 0px 0px rgba(128, 159, 214, 0.4);
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.3s
}

.s4-c ul li .s4-cdate {
  float: left;
  width: 58px;
  height: 56px;
  background: #fff;
  text-align: center;
  margin-right: 20px
}

.s4-c ul li .s4-cdate p {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  color: #082e71;
  padding-top: 5px
}

.s4-c ul li .s4-cdate span {
  display: inline-block;
  line-height: 14px;
  font-size: 12px;
  color: #082e71
}

.s4-c ul li h3 {
  overflow: hidden;
  line-height: 60px;
  font-size: 0
}

.s4-c ul li h3 p {
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical
}

.s4-c ul li a:hover {
  background: rgba(192, 154, 39, 0.84)
}

.s4-c ul li a:hover h3 p {
  color: #fff
}

.section5 {
  background: url(../../img/section5.jpg) no-repeat center;
  background-size: cover;
  background-position: center 180px;
  padding: 0 0 205px 0;
  position: relative
}

.section5 .s5-ck {
  background: url(../../img/section5-2.jpg) no-repeat center;
  background-size: 1612px auto;
  margin-top: -180px;
  padding-bottom: 70px
}

.section5 .tit h3 a,
.section5 .tit p {
  color: #bdd4fe
}

.section5 .tit h3 a:after {
  background: url(../../img/more4.png) no-repeat center
}

.s5-c ul {
  margin-left: -10px;
  margin-right: -10px
}

.s5-c ul li {
  float: left;
  width: 33.333%
}

.s5-c ul li a {
  display: block;
  margin: 0 10px;
  padding: 40px;
  transition: all 0.3s;
  position: relative
}

.s5-c ul li a:after {
  content: "";
  position: absolute;
  right: 48px;
  top: 48px;
  width: 65px;
  height: 62px;
  background: url(../../img/douhao.png) no-repeat
}

.s5-c ul li .s5-cdate {
  color: #fff
}

.s5-c ul li .s5-cdate>p {
  display: inline-block;
  font-family: 'sySong';
  font-size: 34px;
  color: #fff
}

.s5-c ul li .s5-cdate span {
  font-size: 16px;
  padding-left: 10px
}

.s5-c ul li h3 {
  font-size: 17px;
  font-weight: bold;
  line-height: 30px;
  color: #fff;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 10px
}

.s5-c ul li a>p {
  font-size: 14px;
  line-height: 20px;
  color: rgba(189, 212, 254, 0.45);
  margin-top: 10px;
  text-indent: 2em;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical
}

.s5-c ul li a:hover {
  background: #dee5ef;
  border-radius: 8px
}

.s5-c ul li a:hover .s5-cdate>p,
.s5-c ul li a:hover .s5-cdate span {
  color: #0c3272
}

.s5-c ul li a:hover h3 {
  color: #000000
}

.s5-c ul li a:hover p {
  color: rgba(12, 50, 114, 0.45)
}

.section6 {
  border-top: 1px solid #eceff4;
  padding-bottom: 68px
}

.section6 .tit {
  margin-top: -170px;
  position: relative;
  z-index: 1
}

.section6 .tit h3 a:after {
  background: url(../../img/more2.png) no-repeat
}

.s6-c ul {
  border-right: 1px solid #eceff4
}

.s6-c ul li {
  float: left;
  width: 25%
}

.s6-c ul li a {
  display: block;
  padding: 60px 48px 20px 48px;
  border-left: 1px solid #eceff4;
  background: url(../../img/s6-1.png) no-repeat right center;
  transition: all 0.3s;
  position: relative
}

.s6-c ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 2px;
  background: #1d4ea1;
  transition: all 0.3s
}

.s6-c ul li h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical
}

.s6-c ul li p {
  font-size: 14px;
  line-height: 24px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  color: #999;
  margin-top: 36px
}

.s6-c ul li .more {
  display: inline-block;
  font-size: 14px;
  color: #999;
  margin-top: 20px;
  background: url(../../img/xq1.png) no-repeat right center;
  padding-right: 22px
}

.s6-c ul li a:hover h3 {
  color: #0c3272
}

.s6-c ul li a:hover .more {
  color: #174fa1;
  background: url(../../img/xq2.png) no-repeat right center
}

.s6-c ul li a:hover:before {
  height: 100%
}

.s7-l {
  width: 39.32%
}

.s7-l .pic {
  padding-top: 78.14%
}

.s7-c {
  width: 23.59%;
  margin-left: 20px
}

.s7-c ul li:nth-child(2) {
  margin-top: 22px
}

.s7-c .pic {
  padding-top: 62.69%
}

.s7-r {
  width: 34.89%
}

.s7-r .s7-rt .pic {
  padding-top: 63.88%
}

.s7-r .s7-rd {
  margin-top: 20px
}

.s7-r .s7-rd .pic {
  padding-top: 21.2%;
  background: #072d70
}

.s7-r .s7-rd .s7-rtit {
  position: absolute;
  left: 0;
  right: 25.79%;
  top: 0;
  padding: 20px 0 0 40px;
  text-align: center
}

.s7-r .s7-rd .s7-rtit h3 {
  font-size: 32px;
  color: #fff
}

.s7-r .s7-rd .s7-rtit p {
  font-size: 12px;
  line-height: 20px;
  color: #9aa4b6;
  margin-top: 10px
}

.s7-r .s7-rd .s7-rmore {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 21.79%;
  background: #f8b21c
}

.s7-r .s7-rd .s7-rmore a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center
}

.s7-r .s7-rd .s7-rmore img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%)
}

.section8 {
  padding: 10px 0 70px 0
}

.s8-c .tit {
  text-align: left
}

.s8-c .tit p {
  margin: inherit;
  margin-top: 10px
}

.s8-c ul {
  padding-right: 41%;
  margin-left: -18px;
  margin-right: -18px
}

.s8-c ul li {
  float: left;
  width: 33.333%;
  margin-top: 20px
}

.s8-c ul li a {
  display: block;
  margin: 0 18px;
  line-height: 48px;
  background: #eceff4;
  border-radius: 40px;
  text-align: center;
  transition: all 0.3s
}

.s8-c ul li a:hover {
  background: #00276c;
  color: #fff
}

@media screen and (max-width:1600px) {
  .banner:after {
    width: 423px;
    height: 64px;
    background-size: cover
  }

  .section3>div {
    width: auto;
    max-width: 1600px;
    margin-left: 65px;
    margin-right: 65px
  }

  .s3-prev {
    left: -65px
  }

  .s3-next {
    right: -65px
  }
}

@media screen and (max-width:1800px) {
  .s7-r .s7-rd .s7-rtit {
    padding: 15px 0 0 20px
  }
}

@media screen and (max-width:1700px) {
  .s7-r .s7-rd .s7-rtit h3 {
    font-size: 26px
  }

  .s7-r .s7-rd .s7-rtit p {
    margin-top: 0px;
  }

  .s7-r .s7-rd .s7-rmore {
    width: 18%
  }

  .s7-r .s7-rd .s7-rtit {
    right: 20%
  }

  .s7-c ul li:nth-child(2) {
    margin-top: 19px
  }

  .s7-r .s7-rd {
    margin-top: 18px
  }

  .s7-r .s7-rd .s7-rtit h3 {
    font-size: 22px
  }

  .s7-r .s7-rd .s7-rmore img {
    max-height: 34px
  }
}

@media screen and (max-width:1600px) {
  .s7-c {
    margin-left: 16px
  }

  .s7-r .s7-rd {
    margin-top: 17px
  }

  .s7-r .s7-rd .s7-rtit p {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical
  }

  .s7-r .s7-rd .s7-rmore img {
    max-height: 40px
  }
}

@media screen and (max-width:1400px) {
  .s7-c ul li:nth-child(2) {
    margin-top: 15px
  }

  .s7-r .s7-rd {
    margin-top: 15px
  }

  .s7-c {
    margin-left: 14px
  }

  .s7-r .s7-rd .s7-rtit {
    padding: 10px 0 0 10px
  }
}

@media screen and (max-width:1200px) {
  .s7-c {
    margin-left: 12px
  }

  .s7-c ul li:nth-child(2) {
    margin-top: 13px
  }

  .s7-r .s7-rd {
    margin-top: 11px
  }

  .s7-r .s7-rd .s7-rtit p {
    height: 20px;
  }

  .s8-c ul {
    padding-right: 25%
  }
}

@media screen and (max-width: 1024px) {

  html,
  body,
  .banner,
  .banner .slick,
  .banner .slick div,
  .banner .slick-slide a,
  .banner .slick-slide a img {
    height: auto !important
  }

  .banner:after {
    width: 264px;
    height: 40px;
    background-size: cover
  }

  .banner .slick-dots li,
  .banner .slick-dots li button,
  .banner .slick-dots li.slick-active button {
    width: 10px;
    height: 10px
  }

  .tit {
    padding: 30px 0
  }

  .tit h3 a {
    font-size: 26px
  }

  .tit h3 a:after {
    width: 15px;
    height: 15px;
    background-size: cover !important;
    right: -25px;
    top: -2px
  }

  .section1 {
    padding: 25px 0
  }

  .s1-c ul li p {
    font-size: 18px
  }

  .section2 {
    padding: 0 0 20px 0
  }

  .s2-l {
    float: none;
    width: auto;
    margin-right: 0
  }

  .s2-l ul li a .pic {
    height: auto;
    padding-top: 67%
  }

  .s2-r {
    margin-top: 20px
  }

  .s2-linfo h3 {
    font-size: 18px
  }

  .s2-linfo p {
    font-size: 12px
  }

  .s2-l ul li a .pic:before {
    background-size: 100% 100%
  }

  .s2-l .slick-dots li,
  .s2-l .slick-dots li button {
    width: 10px;
    height: 10px
  }

  .s2-r ul li .s2-rinfo h3 {
    font-size: 16px
  }

  .s2-r ul li .s2-rinfo>p {
    font-size: 12px
  }

  .s2-r ul li .s2-rdate {
    width: 68px;
    height: 74px
  }

  .s2-r ul li .s2-rdate>p {
    font-size: 26px;
    padding-top: 7px
  }

  .s2-r ul li .s2-rdate span {
    font-size: 13px
  }

  .s2-r ul li a {
    padding: 20px;
  }

  .section3 {
    padding: 0 0 20px 0
  }

  .s3-btn {
    width: 35px;
    height: 35px;
    background-size: auto 14px
  }

  .section3>div {
    margin-left: 40px;
    margin-right: 40px
  }

  .s3-prev {
    left: -40px
  }

  .s3-next {
    right: -40px
  }

  .s3-c ul li span {
    width: 173px;
    height: 40px;
    line-height: 40px;
    font-size: 16px
  }

  .s3-c ul li span img {
    max-height: 18px;
    vertical-align: -2px
  }

  .s3-c ul li h3 {
    font-size: 16px;
    margin-top: 15px
  }

  .section4 {
    padding: 0 0 40px 0
  }

  .s4-c ul li {
    width: 50%
  }

  .s4-c ul li h3 p {
    font-size: 16px
  }

  .section5 {
    padding: 0 0 150px 0
  }

  .s5-c ul li a {
    padding: 10px
  }

  .s5-c ul li .s5-cdate>p {
    font-size: 26px
  }

  .s5-c ul li .s5-cdate span {
    font-size: 14px;
    padding-left: 5px
  }

  .s5-c ul li h3 {
    font-size: 15px;
    line-height: 26px
  }

  .s5-c ul li a>p {
    font-size: 12px
  }

  .s5-c ul li a:after {
    background-size: cover;
    width: 45px;
    height: 42px;
    right: 24px;
    top: 24px
  }

  .section5 .s5-ck {
    padding-bottom: 30px;
    margin-top: -1px;
    background-size: cover
  }

  .section6 {
    padding-bottom: 20px
  }

  .section6 .tit {
    margin-top: -145px
  }

  .s6-c ul li a {
    padding: 20px
  }

  .s6-c ul li h3 {
    font-size: 16px
  }

  .s6-c ul li p {
    font-size: 12px;
    margin-top: 15px
  }

  .s6-c ul li .more {
    font-size: 12px;
    margin-top: 10px
  }

  .s7-r .s7-rd .s7-rmore img {
    max-height: 30px
  }

  .s8-c ul li a {
    font-size: 14px
  }

  .s8-c ul {
    margin-left: -10px;
    margin-right: -10px
  }

  .s8-c ul li a {
    margin: 0 10px
  }
}

@media screen and (max-width: 768px) {
  .s2-l .slick-dots {
    bottom: 10px
  }

  .banner .slick-dots {
    display: none !important
  }

  .s1-c ul li p {
    font-size: 16px
  }

  .s3-c ul li span {
    font-size: 14px
  }

  .s5-c ul li {
    float: none;
    width: auto
  }

  .s6-c ul li {
    width: 50%
  }

  .s7-l,
  .s7-c,
  .s7-r {
    float: none;
    width: auto
  }

  .s7-c {
    margin-left: 0
  }

  .s7-c ul li,
  .s7-c ul li:nth-child(2),
  .s7-r,
  .s7-r .s7-rd {
    margin-top: 15px
  }

  .s7-r .s7-rd .s7-rtit p {
    height: auto
  }

  .section8 {
    padding: 10px 0 40px 0
  }

  .s8-c ul {
    padding-right: 0
  }

  .s8-c ul li {
    width: 50%;
    margin-top: 15px
  }

  .s8-c ul li a {
    line-height: 40px
  }
}

@media screen and (max-width: 640px) {
  .s3-c ul li span {
    background: #0a3678;
    width: 100%
  }

  .s4-c ul li {
    width: 100%
  }

  .s4-c ul li a {
    margin: 20px 0 0 0
  }

  .s4-c ul li:first-child a {
    margin-top: 0
  }

  .s6-c ul li {
    float: none;
    width: auto
  }

  .s6-c ul li p {
    margin-top: 10px
  }
}

@media screen and (max-width: 480px) {
  .s7-r .s7-rd .s7-rtit p {
    height: 20px
  }

  .s8-c ul li {
    width: 100%;
    margin-top: 10px
  }
}

@media screen and (max-width: 375px) {
  .s3-c ul li span {
    font-size: 12px
  }

  .s3-c ul li span img {
    max-height: 14px
  }

  .s3-c ul li h3 {
    font-size: 14px
  }
}