@charset "utf-8";

body {
  overflow-x: hidden;
}

/*banner*/
.banner,
.banner div.slick-list,
.banner .slick-slide a,
.banner .slick-slide a img {
  width: 100%;
  height: auto;
}

.banner {
  overflow: hidden;
  position: relative;
  z-index: 1;
  max-width: 100%;
}

.banner .slick-slide a {
  display: block;
  overflow: hidden;
  position: relative;
}

.banner .slick-slide a::after {
  /* content: ""; */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.banner .slick-slide img {
  display: block;
  width: 100%;
  transform: scale(1.1);
  transition: all 5s ease-out;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .banner .slick-slide img {
    transform: scale(1);
  }
}

.banner .img_scale img {
  transform: scale(1);
}

.banner .slick-dots {
  width: 0.17rem;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  right: 5.2%;
  left: auto;
  font-size: 0;
  z-index: 9;
  text-align: center;
}

.banner .slick-dots li {
  vertical-align: middle;
  margin: 0.1rem 0;
  padding: 0;
  width: 0.17rem;
  height: 0.17rem;
  border-radius: 50%;
  background: #1983e7;
  transition: all 0.5s;
}

.banner .slick-dots li.slick-active {
  background: #fff;
}

.banner .slick-dots li button {
  display: none;
}

/* 
.banner .slick-prev,
.banner .slick-next {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.9);
  background-color: rgba(0, 0, 0, 0.46);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.1rem auto;
  transition: all 0.5s;
}

.banner .slick-prev {
  left: 0.68rem;
}

.banner .slick-next {
  right: 0.68rem;
}

.banner .slick-prev:hover,
.banner .slick-next:hover {
  background-color: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.46);
} */

/*首页样式*/
.title {
  text-align: left;
  margin-bottom: 0.5rem;
  position: relative;
  z-index: 1;
}

.tit-c {
  display: inline-block;
}

.tit-c .tx {
  text-align: left;
  position: relative;
  z-index: 1;
}

.tit-c .tx::before {
  content: '';
  position: absolute;
  top: 0.14rem;
  left: -0.2rem;
  width: 0.54rem;
  height: 0.04rem;
  background: url(../images/tit-l.png) no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}

.tit-c .tx::after {
  content: '';
  position: absolute;
  bottom: 0.04rem;
  left: 1.58rem;
  width: 0.54rem;
  height: 0.04rem;
  background: url(../images/tit-r.png) no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}

.tit-c .tx p {
  font-family: barlow;
  font-size: 0.51rem;
  font-weight: bold;
  line-height: 1;
  margin-left: 0.42rem;
  color: #d1e0f1;
  background-image: -webkit-linear-gradient(90deg, #FFFFFF 0%, #d1e0f1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

.tit-c .tx h3 {
  font-family: syh-m;
  font-size: 0.38rem;
  font-weight: bold;
  line-height: 1;
  margin-top: -0.3rem;
}

.tit-c .tx h3 span {
  color: #1864b7;
  font-weight: bold;
}


.more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.more a {
  display: flex;
  align-items: center;
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: #1864b7;
  transition: all 0.5s;
}

.more a img {
  display: block;
  width: 0.18rem;
  margin-left: 0.06rem;
  transition: all 1s;
}

.more a img {
  animation: 2s play2 linear forwards;
  animation-play-state: paused;
}

.more a:hover img {
  animation-iteration-count: infinite;
  animation-play-state: running;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: none;
}

/*主体*/
.index {}

.section0 {
  height: 0.92rem;
  background: url(../images/s0-bg.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
}

.section0>div {
  height: 100%;
}

.s0-c {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 1;
  padding-right: 1rem;
}

.s0-tit {
  display: flex;
  align-items: center;
  margin-left: 0.7rem;
  margin-right: 0.7rem;
}

.s0-tit .icon {
  width: 0.66rem;
  height: 0.66rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/s0-tk.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 0.25rem;
}

.s0-tit .icon img {
  display: block;
  width: 0.42rem;
}

.s0-tit .tx h3 {
  font-family: syh-m;
  font-size: 0.3rem;
  line-height: 1;
  color: #fff;
}

.s0-tit .tx p {
  font-size: 0.16rem;
  color: #fff;
  margin-top: 0.03rem;
}

.s0 {
  flex: 1;
  min-width: 0;
}

.s0 ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.s0 ul li {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.s0 a {
  display: block;
  height: 0.92rem;
  line-height: 0.92rem;
  position: relative;
  z-index: 1;
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
}

.s0 h3 {
  width: 2.49rem;
  font-size: 0.24rem;
  text-align: center;
  color: #fff;
  margin: 0 0.4rem;
  background: url(../images/s0-libg1.png) no-repeat center;
  background-size: 1.49rem auto;
  transition: all 0.5s;
}

.s0 ul li.on h3 {
  background: url(../images/s0-libg2.png) no-repeat center;
  background-size: 2.49rem auto;
}

.section0 .more {
  z-index: 9;
}

.section0 .more a {
  display: none;
  color: #fff;
}

.section0 .more a.on {
  display: flex;
}


/* section1 */
.s12-bg {
  background: url(../images/s12-bg.png) no-repeat center top;
  background-size: cover;
}

.section1 {
  padding: 0.4rem 0 0.5rem 0;
  overflow: hidden;
}

.section1 .qh-bd {
  position: relative;
}

.section1 .qh-bd>div {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: 8;
}

.section1 .qh-bd>div.on {
  position: relative;
  z-index: 9;
  opacity: 1;
}

.s1 {
  /* position: relative;
  z-index: 1; */
}

.s1 a {
  display: block;
}

.s1 a .icon {
  width: 1.1rem;
  height: 1.1rem;
  padding: 0.06rem;
  margin: 0 auto;
  border: 1px solid;
  border-color: #bacffa;
  border-image: linear-gradient(0deg, #bacffa 0%, #caeefd 100%) 1;
}

.s1 a .icon div {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #edf3ff;
  transition: all 0.5s;
}

.s1 a .icon div img {
  display: block;
  max-width: 0.57rem;
  max-height: 0.57rem;
}

.s1 a .icon div img:nth-child(2) {
  display: none;
}

.s1 a h3 {
  font-size: 0.19rem;
  color: #1864b7;
  text-align: center;
  margin-top: 0.3rem;
}

.s1 li:hover a .icon div {
  background: url(../images/s1-libg.png) no-repeat center;
  background-size: 100% 100%;
}

.s1 li:hover a .icon div img:first-child {
  display: none;
}

.s1 li:hover a .icon div img:nth-child(2) {
  display: block;
}

.s1 .swiper-button {
  font-size: 0;
  opacity: 0.5;
  margin-top: 0;
  top: 25%;
  width: 0.5rem;
  height: 0.5rem;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.15rem auto;
  z-index: 9;
  cursor: pointer;
  transition: all 0.5s;
}

.s1 .swiper-button-prev {
  left: -0.3rem;
  background-image: url(../images/s1-p.png);
}

.s1 .swiper-button-next {
  right: -0.3rem;
  background-image: url(../images/s1-n.png);
}

.s1 .swiper-button:hover {
  opacity: 1;
}


/* section2 */
.section2 {
  padding: 0 0 1.06rem 0;
  overflow: hidden;
}

.s2 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  /* height: 5.95rem; */
  overflow: hidden;
}

.s2-l {
  width: 47.05%;
  overflow: hidden;
}

.s2-r {
  width: 49.41%;
}

.s2-l a {
  display: block;
  position: relative;
  z-index: 1;
}

.s2-l a .pic {
  padding-top: 55%;
  padding-top: 4.4rem;
}

.s2-l a .date {
  position: absolute;
  top: 0.13rem;
  left: 0.18rem;
  width: 0.8rem;
  height: 0.92rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url(../images/s2-ldatebg.png) no-repeat center;
  background-size: 100% 100%;
  font-family: Arial;
  color: #fff;
}

.s2-l a .date b {
  display: block;
  font-size: 0.3rem;
  line-height: 1;
  font-weight: bold;
}

.s2-l a .date span {
  display: block;
  font-size: 0.14rem;
  opacity: 0.6;
}

.s2-l .s2-info {
  background: url(../images/s2-linfobg.jpg) no-repeat center;
  background-size: cover;
  padding: 0.3rem 0.4rem;
}

.s2-l .s2-info h3 {
  font-size: 0.24rem;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #FFFFFF;
  transition: all 0.5s;
}

.s2-l .s2-info p {
  font-size: 0.16rem;
  line-height: 0.22rem;
  max-height: 0.44rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  color: #fff;
  opacity: 0.7;
  margin-top: 0.15rem;
}

/* .s2-l .slick-dots {
  width: auto;
  right: 0.25rem;
  bottom: 1.8rem;
  font-size: 0;
  display: flex !important;
}

.s2-l .slick-dots li {
  display: flex;
  align-items: flex-end;
  width: 24px;
  height: 20px;
  margin: 0 10px;
  font-size: 0;
  position: relative;
  z-index: 1;
}

.s2-l .slick-dots li span {
  display: block;
  font-family: Arial;
  font-size: 0.14rem;
  line-height: 1;
  color: #fff;
  transition: all 0.5s;
}

.s2-l .slick-dots li+li::before {
  content: '';
  position: absolute;
  top: 12px;
  left: -15px;
  width: 10px;
  border-top: 1px solid #fff;
  z-index: -1;
}

.s2-l .slick-dots li.slick-active span {
  font-size: 0.2rem;
  color: #1864b7;
} */

.s2-l .swiper-pagination {
  width: auto;
  left: auto;
  right: 0.25rem;
  bottom: 1.8rem;
  font-size: 0;
}

.s2-l .swiper-pagination span {
  vertical-align: middle;
  font-family: Arial;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #fff;
  width: auto;
  height: auto;
  border-radius: 0;
  opacity: 1;
  background: none;
  margin: 0 0.1rem !important;
  position: relative;
  z-index: 1;
}

.s2-l .swiper-pagination span+span::before {
  content: '';
  position: absolute;
  top: 0.1rem;
  left: -0.15rem;
  width: 0.1rem;
  border-top: 1px solid #fff;
  z-index: -1;
}

.s2-l .swiper-pagination span.swiper-pagination-bullet-active {
  font-size: 0.2rem;
  color: #1864b7;
}

.s2-r ul {
  border-top: 1px solid rgba(51, 51, 51, 0.15);
}

.s2-r ul li a {
  display: block;
  padding: 0.28rem 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.15);
  transition: all 0.5s;
}

.s2-r ul li a .hide {
  display: block;
  overflow: hidden;
  line-height: 0.28rem;
}

.s2-r ul li.on a .hide {
  display: none;
}

.s2-r ul li a .show {
  display: none;
}

.s2-r ul li.on a .show {
  display: flex;
  align-items: center;
}

.s2-r ul li a .hide span {
  float: right;
  margin-left: 0.2rem;
  font-family: Arial;
  font-size: 0.16rem;
  color: #1864b7;
}

.s2-r ul li a .hide h3 {
  font-size: 0.2rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.s2-r ul li a .show .pic {
  width: 33.8%;
  padding-top: 0;
  height: 1.6rem;
  margin-left: 0.38rem;
}

.s2-r ul li a .show .tx {
  flex: 1;
  min-width: 0;
}

.s2-r ul li a .show .tx .date {
  font-family: syh-r;
  font-size: 0.16rem;
  color: rgba(24, 100, 183, 0.6);
}

.s2-r ul li a .show .tx .date b {
  font-family: syh-m;
  font-size: 0.3rem;
  color: #1864b7;
  padding-right: 0.03rem;
}

.s2-r ul li a .show .tx h3 {
  font-family: syh-m;
  font-size: 0.2rem;
  line-height: 0.28rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 0.2rem;
  color: #1864b7;
}

.gg-jt {
  margin-top: 0.24rem;
}

.gg-jt img {
  display: block;
  width: 0.32rem;
}

.s2-r ul li.on a {
  padding: 0.3rem 0;
}


/* section3 */

.section3 {
  padding: 0.74rem 0 0.5rem 0;
  overflow: hidden;
}

.s3-c .swiper-container {
  padding-top: 0.3rem;
  padding-right: 0.11rem;
}

.s3-c li {
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.s3-c li::before {
  content: '';
  position: absolute;
  top: 0.1rem;
  left: 0.1rem;
  bottom: -0.1rem;
  right: -0.1rem;
  background-color: #eff8fc;
  border: solid 1px #1864b7;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
  z-index: -1;
}

.s3-c a {
  display: block;
  background-color: #eff8fc;
  border: solid 1px #dfe9ff;
  padding: 0.27rem 0.37rem;
  transition: all 0.5s;
}

.s3-c a .date {
  font-size: 0.16rem;
  color: rgba(24, 100, 183, 0.6);
  background: url(../images/time1.png) no-repeat left center;
  background-size: 0.2rem auto;
  padding-left: 0.3rem;
  transition: all 0.5s;
}

.s3-c a .date b {
  font-family: syh-m;
  font-size: 0.3rem;
  color: #1864b7;
  padding-right: 0.03rem;
  transition: all 0.5s;
}

.s3-c a h3 {
  margin-top: 0.2rem;
  font-size: 0.2rem;
  line-height: 0.28rem;
  height: 0.56rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
}

.s3-c li a .gg-jt img {
  width: 0.4rem;
}

.s3-c li a .gg-jt img:nth-child(2) {
  display: none;
}

.s3-c li:hover {
  margin-top: -0.3rem;
}

.s3-c li:hover::before {
  visibility: visible;
  opacity: 1;
}

.s3-c li:hover a {
  background: url(../images/s3-libg.png) no-repeat center;
  background-size: 100% 100%;
}

.s3-c li:hover a .date {
  color: rgba(255, 255, 255, 0.6);
  background: url(../images/time1-w.png) no-repeat left center;
  background-size: 0.2rem auto;
}

.s3-c li:hover a .date b {
  color: #fff;
}

.s3-c li:hover a h3 {
  color: #fff;
}

.s3-c li:hover a .gg-jt img:first-child {
  display: none;
}

.s3-c li:hover a .gg-jt img:nth-child(2) {
  display: block;
}

.s3-c .swiper-pagination {
  position: static;
  margin-top: 0.48rem;
}

.s3-c .swiper-pagination span {
  width: 0.12rem;
  height: 0.12rem;
  background: #d6d6d6;
  border-radius: 50%;
  margin: 0 0.06rem;
  opacity: 1;
}

.s3-c .swiper-pagination span.swiper-pagination-bullet-active {
  background: #bc1522;
}

/* section4 */
.s456-bg {
  background: url(../images/s456-bg.png) no-repeat center bottom;
  background-size: 100% auto;
}

.section4 {
  overflow: hidden;
}

.s4-c {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.s4-l {
  width: 47.94%;
}

.s4-l .tt a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s4-l .tt .pic {
  width: 34.84%;
  padding-top: 0;
  height: 1.6rem;
  margin-right: 0.34rem;
}

.s4-l .tt .tx {
  flex: 1;
  min-width: 0;
  border-bottom: 1px solid #d6d6d6;
}

.s4-l .tt .tx .date {
  font-size: 0.16rem;
  color: rgba(24, 100, 183, 0.6);
}

.s4-l .tt .tx .date b {
  font-family: syh-m;
  font-size: 0.3rem;
  color: #1864b7;
}

.s4-l .tt .tx h3 {
  font-size: 0.2rem;
  line-height: 0.32rem;
  max-height: 0.64rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-top: 0.05rem;
}

.s4-l .tt .tx .gg-jt {
  margin-top: 0.15rem;
}

.s4-l .tt .tx .gg-jt img {
  width: 0.4rem;
}

.s4-l ul li a {
  display: flex;
  align-items: center;
  padding: 0.28rem 0;
  border-bottom: 1px solid #d6d6d6;
}

.s4-l ul li a .date {
  text-align: center;
  border-right: 1px solid #d6d6d6;
  padding-right: 0.27rem;
  margin-right: 0.27rem;
  transition: all 0.5s;
}

.s4-l ul li a .date b {
  display: block;
  font-family: syh-m;
  font-size: 0.32rem;
  line-height: 1;
  color: #1864b7;
  transition: all 0.5s;
}

.s4-l ul li a .date span {
  display: block;
  font-size: 0.16rem;
  color: #1864b7;
  opacity: 0.6;
  margin-top: 0.05rem;
  transition: all 0.5s;
}

.s4-l ul li a .tx {
  flex: 1;
  min-width: 0;
}

.s4-l ul li a .tx h3 {
  font-size: 0.2rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.5s;
}

.s4-l ul li a .tx p {
  font-size: 0.16rem;
  color: rgba(51, 51, 51, 0.6);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 0.1rem;
  transition: all 0.5s;
}

.s4-l ul li:hover a .date {
  border-right-color: rgba(188, 21, 34, 0.3);
}

.s4-l ul li:hover a .date b {
  color: #bc1522;
}

.s4-l ul li:hover a .date span {
  color: #bc1522;
}

.s4-l ul li:hover a h3 {
  color: #bc1522;
}

.s4-l ul li:hover a p {
  color: #bc1522;
  opacity: 0.6;
}

.s4-r {
  width: 47.94%;
}

.s4-r .tt ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -0.19rem;
}

.s4-r .tt ul li {
  width: 50%;
}

.s4-r .tt ul li a {
  display: block;
  padding: 0 0.12rem 0.3rem 0.12rem;
  margin: 0 0.19rem;
  position: relative;
  z-index: 1;
}

.s4-r .tt ul li a::before {
  content: '';
  position: absolute;
  top: 0.5rem;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1864b7;
  z-index: -1;
}

.s4-r .tt ul li a .pic {
  padding-top: 56.19%;
  padding-top: 2.04rem;
}

.s4-r .tt ul li a .date {
  position: absolute;
  left: 0;
  top: 0.17rem;
  width: 1.04rem;
  height: 0.33rem;
  line-height: 0.33rem;
  background-color: #bc1522;
  border-radius: 0px 0.17rem 0.17rem 0px;
  text-align: center;
  font-family: Arial;
  font-size: 0.16rem;
  color: #fff;
}

.s4-r .tt ul li a h3 {
  font-size: 0.2rem;
  line-height: 0.32rem;
  height: 0.64rem;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-top: 0.2rem;
}

.s4-r .gg-list {
  margin-top: 0.1rem;
}

.gg-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 0.64rem;
  padding: 0 0.16rem;
  border-bottom: 1px solid #d6d6d6;
  border-left: 0.03rem solid transparent;
  transition: all 0.5s;
}

.gg-list li span {
  display: block;
  font-family: Arial;
  font-size: 0.16rem;
  color: #1864b7;
  margin-left: 0.2rem;
  transition: all 0.5s;
}

.gg-list li a {
  display: block;
  font-size: 0.2rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border-left: 3px solid transparent;
  transition: all 0.5s;
}

.gg-list li:hover {
  padding: 0 0.16rem 0 0.2rem;
  background-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0.03rem 0.01rem 0.18rem 0px rgba(1, 1, 1, 0.22);
  border-left-color: #bc1522;
}

.gg-list li:hover a {
  color: #bc1522;
}

.gg-list li:hover span {
  color: #bc1522;
}

/* section5 */
.section5 {
  padding: 0.56rem 0 0.6rem 0;
  overflow: hidden;
}

.section5 .tit-c .tx::after {
  left: 1.98rem;
}

.s5 {
  position: relative;
  z-index: 1;
}

.s5 ul {
  padding-top: 0.1rem;
}

.s5 a {
  display: block;
}

.s5 a .icon {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 auto;
  padding: 0.1rem;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

.s5 a .icon .y {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 1px #1f6be6;
  border-radius: 50%;
  z-index: -1;
  animation: play2 6s linear forwards;
  animation-play-state: paused;
}

.s5 a .icon .y::before {
  content: '';
  position: absolute;
  top: 0.23rem;
  left: 0.05rem;
  width: 0.07rem;
  height: 0.07rem;
  border-radius: 50%;
  background-color: #1f6be6;
}

.s5 a .icon .y::after {
  content: '';
  position: absolute;
  top: 0.92rem;
  right: 0.06rem;
  width: 0.07rem;
  height: 0.07rem;
  border-radius: 50%;
  background-color: #1f6be6;
}

.s5 li.li2 a .icon .y::before {
  top: 0.52rem;
  left: -0.04rem;
}

.s5 li.li2 a .icon .y::after {
  top: 0.61rem;
  right: -0.04rem;
}

.s5 li.li3 a .icon .y::before {
  top: 0.76rem;
  left: 0;
}

.s5 li.li3 a .icon .y::after {
  top: 0.37rem;
  right: 0;
}

.s5 li.li4 a .icon .y::before {
  top: 0.23rem;
  left: 0.06rem;
}

.s5 li.li4 a .icon .y::after {
  top: 0.84rem;
  right: 0.04rem;
}

.s5 li.li5 a .icon .y::before {
  top: 0.52rem;
  left: -0.04rem;
}

.s5 li.li5 a .icon .y::after {
  top: 0.61rem;
  right: -0.04rem;
}

.s5 li.li6 a .icon .y::before {
  top: 0.75rem;
  left: 0;
}

.s5 li.li6 a .icon .y::after {
  top: 0.47rem;
  right: -0.04rem;
}

.s5 a .icon .tb {
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}

.s5 a .icon .tb img {
  display: block;
  max-width: 0.56rem;
  max-height: 0.56rem;
}

.s5 a .icon .tb img:nth-child(2) {
  display: none;
}

.s5 a .tx {
  text-align: center;
  margin-top: 0.2rem;
}

.s5 a .tx h3 {
  font-size: 0.18rem;
  color: #1f6be6;
}

.s5 a .tx h3 b {
  font-family: syh-m;
  font-size: 0.3rem;
  padding-right: 0.04rem;
}

.s5 a .tx p {
  font-size: 0.16rem;
  color: #333;
  margin-top: 0.1rem;
}

.s5 li:hover a .icon .tb {
  background: #1f6be6;
}

.s5 li:hover a .icon .tb img:first-child {
  display: none;
}

.s5 li:hover a .icon .tb img:nth-child(2) {
  display: block;
}

.s5 li:hover a .icon .y {
  animation-iteration-count: infinite;
  animation-play-state: running;
}


.s5 .swiper-button {
  font-size: 0;
  opacity: 0.5;
  margin-top: 0;
  top: 30%;
  width: 0.5rem;
  height: 0.5rem;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.15rem auto;
  z-index: 9;
  cursor: pointer;
  transition: all 0.5s;
}

.s5 .swiper-button-prev {
  left: -0.3rem;
  background-image: url(../images/s1-p.png);
}

.s5 .swiper-button-next {
  right: -0.3rem;
  background-image: url(../images/s1-n.png);
}

.s5 .swiper-button:hover {
  opacity: 1;
}

/* section6 */
.section6 {
  padding-bottom: 0.6rem;
  overflow: hidden;
}

.s6 a {
  display: block;
}

#chart-container1,
#chart-container2,
#chart-container3,
#chart-container4,
#chart-container5 {
  width: 100%;
  height: 360px;
}

.s6 a .tx {
  text-align: center;
}

.s6 a .tx span {
  display: inline-block;
  padding: 0.05rem 0.3rem;
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #1864b7;
  background-color: #fff;
  border-radius: 0.17rem;
}

.s6 .swiper-pagination {
  position: static;
  margin-top: 0.46rem;
}

.s6 .swiper-pagination span {
  width: 0.12rem;
  height: 0.12rem;
  background: #b2b4c8;
  border-radius: 50%;
  margin: 0 0.06rem;
  opacity: 1;
}

.s6 .swiper-pagination span.swiper-pagination-bullet-active {
  background: #1864b7;
}











@media screen and (max-width: 1650px) {}

@media screen and (max-width: 1560px) {}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1260px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {
  .banner .slick-dots {
    right: 0.2rem;
    width: 0.1rem;
  }

  .banner .slick-dots li {
    width: 0.1rem;
    height: 0.1rem;
    margin: 0.05rem 0;
  }

  .section0 {
    height: 0.7rem;
  }

  .s0-tit {
    margin-left: 0.3rem;
    margin-right: 0.3rem;
  }

  .s0-tit .icon {
    width: 0.46rem;
    height: 0.46rem;
  }

  .s0-tit .icon img {
    width: 0.32rem;
  }

  .s0-tit .tx h3 {
    font-size: 0.26rem;
  }

  .s0-tit .tx p {
    font-size: 12px;
  }

  .s0 a {
    height: 0.7rem;
    line-height: 0.7rem;
  }

  .s0 h3 {
    width: auto;
    margin: 0;
    font-size: 0.18rem;
  }

  .s0 ul li {
    width: 33.33%;
  }

  .s0 ul li.on h3 {
    background-size: 2rem auto;
  }


  .title {
    margin-bottom: 0.3rem;
  }

  .tit-c .tx p {
    font-size: 0.27rem;
  }

  .tit-c .tx h3 {
    font-size: 0.26rem;
    margin-top: -0.15rem;
  }

  .tit-c .tx::before {
    top: 0.05rem;
  }

  .tit-c .tx::after {
    left: 1.1rem;
    bottom: 0.08rem;
  }

  .s1 a h3 {
    margin-top: 0.2rem;
    font-size: 0.18rem;
  }

  /* .s1 .swiper-button-prev {
    left: -0.2rem;
  }

  .s1 .swiper-button-next {
    right: -0.2rem;
  } */

  .section2 {
    padding: 0 0 0.4rem 0;
  }

  .s2 {
    height: 5.65rem;
  }

  .s2-l a .date b {
    font-size: 0.26rem;
  }

  .s2-l a .date span {
    font-size: 12px;
  }

  .s2-l .s2-info {
    padding: 0.2rem;
  }

  .s2-l .s2-info h3 {
    font-size: 0.18rem;
  }

  .s2-l .swiper-pagination {
    bottom: 1.4rem;
  }

  .s2-r ul li a {
    padding: 0.25rem 0;
  }

  .s2-r ul li.on a {
    padding: 0.28rem 0;
  }

  .s2-r ul li a .show .tx .date b {
    font-size: 0.26rem;
  }

  .s2-r ul li a .show .tx h3 {
    font-size: 0.18rem;
  }

  .s2-r ul li a .hide h3 {
    font-size: 0.18rem;
  }

  .section3 {
    padding: 0.5rem 0;
  }

  .section3 .title {
    margin-bottom: 0;
  }

  .s3-c .swiper-pagination {
    margin-top: 0.2rem;
  }

  .s3-c .swiper-pagination span {
    width: 0.1rem;
    height: 0.1rem;
  }

  .s3-c a .date b,
  .s4-l .tt .tx .date b {
    font-size: 0.26rem;
  }

  .s3-c a {
    padding: 0.2rem;
  }

  .s3-c a h3 {
    font-size: 0.18rem;
  }

  .s4-l ul li a .date b {
    font-size: 0.26rem;
  }

  .s4-l .tt .tx h3 {
    font-size: 0.18rem;
  }

  .s4-l ul li a .tx h3 {
    font-size: 0.18rem;
  }

  .s4-r .tt ul li a h3 {
    font-size: 0.18rem;
  }

  .s4-r .tt ul li a {
    padding: 0 0.12rem 0.26rem 0.12rem;
  }

  .gg-list li {
    line-height: 0.62rem;
  }

  .gg-list li a {
    font-size: 0.18rem;
  }

  .section5 {
    padding: 0.5rem 0;
  }

  .s5 a .tx h3 b {
    font-size: 0.22rem;
  }

  /* .s5 .swiper-button-prev {
    left: -0.2rem;
  }

  .s5 .swiper-button-next {
    right: -0.2rem;
  } */

  .section6 {
    padding-bottom: 0.5rem;
  }

  .s6 .swiper-pagination {
    margin-top: 0.2rem;
  }

  .s6 .swiper-pagination span {
    width: 0.1rem;
    height: 0.1rem;
  }
}


@media screen and (max-width: 920px) {
  .section1 {
    padding: 0.3rem 0;
  }

  .s1 a .icon {
    width: 0.8rem;
    height: 0.8rem;
  }

  .s1 a .icon div img {
    max-width: 0.37rem;
    max-height: 0.37rem;
  }

  .s2 {
    height: auto;
  }

  .s2-l {
    width: 100%;
  }

  .s2-l a .pic {
    padding-top: 55%;
  }

  .s2-l .slick-dots {
    bottom: 1.6rem;
    right: 0.2rem;
  }

  .s2-r {
    width: 100%;
  }

  .s2-r ul li a,
  .s2-r ul li.on a {
    padding: 0.2rem 0;
  }

  .s2-r ul li.on a .show {
    flex-wrap: wrap;
  }

  .s2-r ul li a .show .tx {
    flex: none;
    width: 100%;
    order: 2;
    margin-top: 0.2rem;
  }

  .s2-r ul li a .show .pic {
    width: 100%;
    margin-left: 0;
    height: auto;
    padding-top: 56.33%;
    order: 1;
  }

  .s4-l {
    width: 100%;
  }

  .s4-l .tt .pic {
    width: 100%;
    margin-right: 0;
    padding-top: 56.33%;
    height: auto;
  }

  .s4-l .tt .tx {
    flex: none;
    width: 100%;
    padding: 0.2rem 0;
  }

  .s4-l .tt .tx h3 {
    margin-top: 0.1rem;
  }

  .s4-l ul li a {
    padding: 0.2rem 0;
  }

  .s4-r {
    width: 100%;
    margin-top: 0.4rem;
  }

  .s4-r .tt ul li a {
    padding: 0 0.1rem 0.2rem 0.1rem;
  }

  .s4-r .tt ul li a .pic {
    padding-top: 56.19%;
  }

  .s4-r .gg-list {
    margin-top: 0.2rem;
  }

  .s5 a .icon {
    width: 1rem;
    height: 1rem;
  }

  .s5 a .icon .tb img {
    max-width: 0.4rem;
    max-height: 0.4rem;
  }

  .s5 a .icon .y::before {
    top: 0.18rem;
    left: 0.05rem;
  }

  .s5 a .icon .y::after {
    top: 0.82rem;
    right: 0.12rem;
  }

  .s5 li.li2 a .icon .y::after {
    top: 0.61rem;
    right: -0.02rem;
  }

  .s5 li.li3 a .icon .y::before {
    top: 0.66rem;
    left: 0;
  }

  .s5 li.li3 a .icon .y::after {
    top: 0.27rem;
    right: 0;
  }

  .s5 li.li4 a .icon .y::before {
    top: 0.23rem;
    left: 0.02rem;
  }

  .s5 li.li4 a .icon .y::after {
    top: 0.64rem;
    right: 0;
  }

  .s5 li.li5 a .icon .y::after {
    top: 0.51rem;
    right: -0.04rem;
  }

  .s5 li.li6 a .icon .y::before {
    top: 0.65rem;
    left: 0;
  }
}

@media screen and (max-width: 768px) {
  .section0 {
    height: auto;
    padding: 0.2rem 0 0.1rem 0;
  }

  .s0-c {
    flex-wrap: wrap;
    padding-right: 0;
    padding-bottom: 0.4rem;
  }

  .s0-tit {
    margin: 0 auto;
    margin-bottom: 0.2rem;
  }

  .s0 {
    flex: none;
    width: 100%;
  }

  .section0 .more {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 640px) {
  .s0-tit .tx h3 {
    font-size: 0.2rem;
  }

  .s0-tit .tx p {
    font-size: 9px;
  }

  .s0-tit .icon {
    margin-right: 0.15rem;
  }

  .s0 a {
    height: 0.5rem;
    line-height: 0.5rem;
  }

  .s0 h3 {
    background-size: 1rem auto;
  }

  .s0 ul li.on h3 {
    background-size: 1.1rem auto;
  }

  .s1 a h3 {
    font-size: 0.16rem;
  }

  .s4-r .tt ul {
    margin: 0;
  }

  .s4-r .tt ul li a {
    margin: 0;
  }

  .s4-r .tt ul li {
    width: 100%;
  }

  .s4-r .tt ul li+li {
    margin-top: 0.3rem;
  }

  .s4-r .tt ul li a h3 {
    height: auto;
    max-height: 0.64rem;
  }

  .s5 a .tx h3 {
    font-size: 0.16rem;
  }

  .s5 a .tx h3 b {
    font-size: 0.2rem;
  }
}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 320px) {}