@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;
}

.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 {
  max-width: 14rem;
  margin: 0 auto;
  bottom: 0.33rem;
  right: 0;
  left: 0;
  font-size: 0;
  z-index: 9;
  text-align: center;
}

.banner .slick-dots li {
  vertical-align: middle;
  margin: 0 0.18rem;
  padding: 0;
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.8);
  transition: all 0.5s;
}

.banner .slick-dots li.slick-active {
  background: rgba(255, 255, 255, 0.8);
}

.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: center;
  margin-bottom: 0.4rem;
  position: relative;
  z-index: 1;
}

.tit-c {
  display: inline-block;
}

.tit-c h3 {
  font-family: sys-b;
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 0.36rem;
}

.tit-c p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: sys-b;
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.26rem;
  text-transform: uppercase;
  color: #0072C6;
  position: relative;
  z-index: 1;
}

.tit-c p span {
  display: block;
  flex: 1;
  min-width: 0;
  border-top: 1px solid #9fcaea;
  margin-left: 0.05rem;
}

.tit-c p img {
  vertical-align: middle;
  margin-left: 0.04rem;
  height: 0.18rem;
}

.more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.more a {
  display: block;
  font-size: 0.16rem;
  line-height: 0.26rem;
  background: url(../images/more1.png) no-repeat right center;
  background-size: 0.15rem auto;
  padding-right: 0.22rem;
  padding-left: 0.34rem;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.more a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.27rem;
  height: 1px;
  background: url(../images/more-x.png) no-repeat;
  background-size: 100% 100%;
}

.more a:hover {
  color: #0072C6;
  font-weight: bold;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: none;
}

/*主体*/

.section0 {
  overflow: hidden;
  position: relative;
  z-index: 1;
  min-height: 1.5rem;
}

.section0::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0.15rem;
  left: 0;
  right: 0;
  background: url(../images/section0-bg.png) no-repeat center bottom;
  background-size: 100% auto;
}

.s0 {
  position: relative;
  z-index: 1;
}

.s0 ul {}

.s0 ul li {
  padding-bottom: 0.15rem;
}

.s0 ul li a {
  display: block;
  position: relative;
  z-index: 1;
  height: 4.6rem;
  padding: 0.83rem 0.47rem 1.04rem 0.47rem;
  border-top: 0.03rem solid transparent;
  border-left: 1px solid #E0E0E0;
  transition: all 0.5s;
}

.s0 ul li.swiper-slide-active a {
  border-left-color: transparent;
}

.s0 ul li a::before {
  /* content: ''; */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-left: 1px solid #E0E0E0;
}

.s0 ul li a .date {
  font-family: sys-b;
  font-size: 0.3rem;
  font-weight: bold;
  color: #0072C6;
}

.s0 ul li a h3 {
  font-size: 0.18rem;
  line-height: 0.3rem;
  height: 0.6rem;
  color: #2C2C2C;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-top: 0.15rem;
}

.s0 ul li a .x {
  width: 100%;
  height: 0.37rem;
  background: url(../images/s0-x.png) no-repeat center;
  background-size: 100% 100%;
  margin-top: 0.18rem;
}

.s0 ul li a .pic {
  padding-top: 0;
  transition: all 0.5s;
}

.s0 ul li a p {
  font-size: 0.16rem;
  line-height: 0.26rem;
  height: 0.78rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  color: #999999;
  margin-top: 0.18rem;
}

.s0 .swiper-button-prev,
.s0 .swiper-button-next {
  width: 0.4rem;
  height: 0.4rem;
  background-color: #fff;
  box-shadow: 0px 0px 0.04rem 0px rgba(0, 0, 0, 0.12);
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.18rem auto;
  transition: all 0.5s;
}

.s0 .swiper-button-prev {
  left: -0.4rem;
  background-image: url(../images/s5-prev2.png);
}

.s0 .swiper-button-prev:hover {
  background-color: #0067C2;
  background-image: url(../images/s5-prev1.png);
}

.s0 .swiper-button-next {
  right: -0.4rem;
  background-image: url(../images/s1-gd2.png);
}

.s0 .swiper-button-next:hover {
  background-color: #0067C2;
  background-image: url(../images/s1-gd1.png);
}

/* section1 */
.section1 {
  padding: 0.62rem 0 0.94rem 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.section1 .s1-lbg {
  position: absolute;
  top: 0.3rem;
  left: 0;
  width: 11.19%;
}

.section1 .s1-rbg {
  position: absolute;
  top: 0.3rem;
  right: 0;
  width: 12.08%;
}

.s1-c ul li {
  padding-bottom: 0.2rem;
}

.s1-c a {
  display: block;
  background: url(../images/s1-clibg.jpg) no-repeat center;
  background-size: cover;
  border: 1px solid #0072C6;
  height: 2rem;
  box-shadow: 0px 0.04rem 0.1rem 0px rgba(27, 73, 150, 0.3);
  padding: 0 0.4rem;
  transition: all 0.5s;
}

.s1-c a .date {
  width: 2rem;
  height: 0.44rem;
  line-height: 0.44rem;
  margin: 0 auto;
  text-align: center;
  background-image: url(../images/s1-cdate1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  font-family: sys-b;
  font-size: 0.18rem;
  font-weight: bold;
  color: #0072C6;
  margin-top: -1px;
  transition: all 0.5s;
}

.s1-c a h3 {
  margin-top: 0.35rem;
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 0.3rem;
  height: 0.6rem;
  color: #FFFFFF;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
}

.s1-c a .gd {
  text-align: right;
  margin-top: 0.14rem;
}

.s1-c a .gd span {
  display: inline-block;
  width: 0.2rem;
  height: 0.22rem;
  background: url(../images/s1-gd1.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s;
}


/* section2 */
.section2 {
  padding: 0.75rem 0 0.72rem 0;
  background: url(../images/section2-bg.jpg) no-repeat center;
  background-size: cover;

}

.s2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s2-l {
  width: 46%;
  overflow: hidden;
}

.s2-l a {
  display: block;
  position: relative;
  z-index: 1;
}

.s2-l a .pic {
  padding-top: 75.15%;
  padding-top: 4.84rem;
}

.s2-l a .pic::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0)0%, rgba(0, 0, 0, 1) 100%);
}

.s2-l .date {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.92rem;
  height: 0.76rem;
  text-align: center;
  background: #0072C6;
  font-family: sys-r;
  padding-top: 0.05rem;
}

.s2-l .date b {
  display: block;
  font-size: 0.3rem;
  line-height: 0.3rem;
  color: #FFFFFF;
}

.s2-l .date span {
  display: block;
  font-size: 0.18rem;
  line-height: 0.26rem;
  color: #FFFFFF;
  margin-top: 0.05rem;
}

.s2-l .s2-info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.2rem;
}

.s2-l .s2-info::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0.77rem;
  height: 0.02rem;
  background: #FFBD25;
}

.s2-l .s2-info h3 {
  font-size: 0.18rem;
  font-weight: 350;
  line-height: 0.26rem;
  color: #FFFFFF;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.5s;
}

/* .s2-l .slick-dots {
  width: auto;
  right: 0.3rem;
  bottom: 0.4rem;
  font-size: 0;
}

.s2-l .slick-dots::before {
  content: '';
  position: absolute;
  top: 50%;
  right: -0.3rem;
  width: 0.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.s2-l .slick-dots li {
  vertical-align: middle;
  width: 0.1rem;
  height: 0.1rem;
  background: rgba(255, 255, 255, 0.5);
  transform: rotate(45deg);
  margin: 0 0.1rem;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.s2-l .slick-dots li::before {
  content: '';
  position: absolute;
  top: -0.04rem;
  left: -0.04rem;
  width: 0.14rem;
  height: 0.14rem;
  border: 1px solid #fff;
  transform: rotate(0deg);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.s2-l .slick-dots li.slick-active {
  width: 0.08rem;
  height: 0.08rem;
  background-color: #fff;
}

.s2-l .slick-dots li.slick-active::before {
  opacity: 1;
  visibility: visible;
}

.s2-l .slick-dots li button {
  display: none;
} */

.s2-r {
  width: 50.85%;
}

.s2-r .title {
  text-align: left;
}

.s2-r ul {
  display: flex;
  flex-wrap: wrap;
}

.s2-r ul li {
  width: 50%;
}

.s2-r ul li a {
  display: block;
  transition: all 0.5s;
}

.s2-r ul li:nth-child(1),
.s2-r ul li:nth-child(2) {
  padding-bottom: 0.35rem;
}

.s2-r ul li:nth-child(3),
.s2-r ul li:nth-child(4) {
  border-top: 1px dashed #C2CDE2;
  padding-top: 0.35rem;
}

.s2-r ul li:nth-child(1),
.s2-r ul li:nth-child(3) {
  padding-right: 0.35rem;
  border-right: 1px dashed #C2CDE2;
}

.s2-r ul li:nth-child(2),
.s2-r ul li:nth-child(4) {
  padding-left: 0.35rem;
}

.s2-r ul li a .date {
  font-family: sys-b;
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.26rem;
  color: #9E9E9E;
  transition: all 0.5s;
}

.s2-r ul li a .date b {
  font-size: 0.26rem;
  font-weight: bold;
  color: #0072C6;
  padding-right: 0.1rem;
}

.s2-r ul li a h3 {
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 0.26rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 0.25rem;
  transition: all 0.5s;
}

.s2-r ul li a p {
  font-size: 0.16rem;
  font-weight: 350;
  line-height: 0.26rem;
  height: 0.52rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-top: 0.2rem;
  color: #9E9E9E;
}

/* section3 */

.section5 {
  padding-bottom: 2.67rem;
}

.section5 .title {
  margin-bottom: 0.45rem;
}

.s5-box {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.s5-box::before {
  content: '';
  position: absolute;
  top: 0.46rem;
  bottom: 0.46rem;
  left: -2.6rem;
  background: rgba(0, 108, 196, 0.08);
  width: 100vw;
}

.s5-big {
  width: 52.42%;
  position: relative;
  z-index: 1;
}

.s5-big::before {
  content: '';
  position: absolute;
  top: 0;
  right: -0.28rem;
  border-top: 0.23rem solid transparent;
  border-bottom: 0.23rem solid #DFDFDF;
  border-left: 0.14rem solid #DFDFDF;
  border-right: 0.14rem solid transparent;
  z-index: -1;
}

.s5-big::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -0.28rem;
  border-bottom: 0.23rem solid transparent;
  border-top: 0.23rem solid #DFDFDF;
  border-right: 0.14rem solid #DFDFDF;
  border-left: 0.14rem solid transparent;
  z-index: -1;
}

.s5-big ul li a {
  display: block;
}

.s5-big ul li a .pic {
  padding-top: 62.8%;
  padding-top: 4.61rem;
}

.s5-zi {
  width: calc(47.58% + 0.7rem);
  margin-left: -0.7rem;
  height: 3.56rem;
  background: url(../images/s5-zibg.png) no-repeat center bottom;
  background-size: cover;
  padding: 0.4rem;
  margin-top: 1.05rem;
  position: relative;
  z-index: 1;
}

.s5-zi ul li a {
  display: block;
}

.s5-zi ul li a .t {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.s5-zi ul li a .t .date {
  width: 0.63rem;
  height: 0.58rem;
  text-align: center;
  background: #0067C2;
  color: #fff;
  font-family: sys-r;
}

.s5-zi ul li a .t .date b {
  display: block;
  font-size: 0.26rem;
  line-height: 0.3rem;
}

.s5-zi ul li a .t .date span {
  display: block;
  font-size: 0.14rem;
  line-height: 0.27rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.s5-zi ul li a .t h3 {
  flex: 1;
  min-width: 0;
  padding-left: 0.12rem;
  font-size: 0.22rem;
  font-weight: bold;
  line-height: 0.3rem;
  color: #3D3D3D;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.s5-zi ul li a p {
  font-size: 0.16rem;
  line-height: 0.28rem;
  height: 0.56rem;
  color: #9E9E9E;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-top: 0.38rem;
}

.s5-sml {
  position: absolute;
  right: 0;
  bottom: -1.68rem;
  width: 71%;
  background: #0067C2;
  padding: 0.25rem 0.1rem;
  z-index: 2;
}

.s5-sml::after {
  content: '';
  position: absolute;
  top: -0.7rem;
  right: 0;
  width: 2.08rem;
  height: 0.7rem;
  background: url(../images/s5-smlzs.png) no-repeat;
  background-size: 100% 100%;
}

.s5-sml ul li:first-child {
  display: none;
}

.s5-sml ul li a {
  display: block;
  margin: 0 0.15rem;
}

.s5-sml ul li a .pic {
  padding-top: 60.83%;
  padding-top: 1.74rem;
}

.s5-sml .slick-prev,
.s5-sml .slick-next {
  top: 1.04rem;
  transform: none;
  width: 0.46rem;
  height: 0.46rem;
  border: 1px solid #0067C2;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.2rem auto;
  transition: all 0.5s;
}

.s5-sml .slick-prev {
  left: -1.86rem;
  background-image: url(../images/s5-prev2.png);
}

.s5-sml .slick-prev:hover {
  background-color: #0067C2;
  background-image: url(../images/s5-prev1.png);
}

.s5-sml .slick-next {
  left: -0.96rem;
  right: auto;
  background-image: url(../images/s1-gd2.png);
}

.s5-sml .slick-next:hover {
  background-color: #0067C2;
  background-image: url(../images/s1-gd1.png);
}




@media screen and (min-width: 1025px) {
  .s1-c ul li:hover a {
    background: url(../images/s1-clibg2.png) no-repeat center;
    background-size: cover;
    border-color: rgba(0, 114, 198, 0.3);
    box-shadow: 0px 0.04rem 0.1rem 0px rgba(56, 56, 56, 0.14);
  }

  .s1-c ul li:hover a .date {
    background-image: url(../images/s1-cdate2.png);
    color: #fff;
  }

  .s1-c ul li:hover a h3 {
    color: #3d3d3d;
  }

  .s1-c ul li:hover a .gd span {
    background: url(../images/s1-gd2.png) no-repeat;
    background-size: 100% 100%;
  }

  .s0 ul li:hover a {
    background-color: #fff;
    border-top-color: #0072C6;
    padding: 0.37rem 0.4rem 0.44rem 0.4rem;
    box-shadow: 0px 0.04rem 0.1rem 0px rgba(0, 0, 0, 0.1);
  }

  .s0 ul li:hover a .date {
    display: none;
  }

  .s0 ul li:hover a h3 {
    font-size: 0.2rem;
    font-weight: bold;
  }

  .s0 ul li:hover a .x {
    display: none;
  }

  .s0 ul li:hover a .pic {
    padding-top: 66.07%;
    padding-top: 1.85rem;
    margin-top: 0.2rem;
  }

  .s0 ul li:hover a p {
    color: #666666;
  }

}


@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {
  .banner .slick-dots {
    bottom: 0.2rem;
  }

  .banner .slick-dots li {
    width: 0.1rem;
    height: 0.1rem;
    margin: 0 0.1rem;
  }

  .section1 {
    padding: 0.4rem 0 0.2rem 0;
  }

  .section2 {
    padding: 0.4rem 0;
  }

  .section5 {
    padding-bottom: 2.08rem;
  }

  .s5-box::before {
    left: -15px;
  }

  .s0 ul li a {
    height: auto;
    padding: 0.2rem;
  }

  .s0 .swiper-button-prev,
  .s0 .swiper-button-next {
    margin-top: -7px;
  }

  .s0 .swiper-button-prev {
    left: -10px;
  }

  .s0 .swiper-button-next {
    right: -10px;
  }
}

@media screen and (max-width: 920px) {
  .title {
    margin-bottom: 0.2rem;
    text-align: left;
  }

  .tit-c h3 {
    font-size: 0.26rem;
  }

  .tit-c p {
    font-size: 12px;
  }

  .section1 {
    padding: 0.2rem 0 0 0;
  }

  .section2 {
    padding: 0.2rem 0;
  }

  .s2-l {
    width: 100%;
    order: 2;
    margin-top: 0.2rem;
  }

  .s2-l a .pic {
    padding-top: 75.15%;
  }

  .s2-r {
    width: 100%;
    order: 1;
  }

  .s2-r ul li a .date {
    font-size: 0.16rem;
  }

  .s2-r ul li a .date b {
    font-size: 0.22rem;
    padding-right: 0.05rem;
  }

  .s2-r ul li a h3 {
    margin-top: 0.1rem;
  }

  .s2-r ul li a p {
    margin-top: 0.1rem;
  }

  .s2-r ul li:nth-child(1),
  .s2-r ul li:nth-child(3) {
    padding-right: 0.15rem;
  }

  .s2-r ul li:nth-child(1),
  .s2-r ul li:nth-child(2) {
    padding-bottom: 0.15rem;
  }

  .s2-r ul li:nth-child(3),
  .s2-r ul li:nth-child(4) {
    padding-top: 0.15rem;
  }

  .s2-r ul li:nth-child(2),
  .s2-r ul li:nth-child(4) {
    padding-left: 0.15rem;
  }

  .s2-l .date {
    width: 0.7rem;
    height: 0.68rem;
  }

  .s2-l .date b {
    font-size: 0.24rem;
  }

  .s2-l .date span {
    font-size: 12px;
    margin-top: 0;
  }

  .s1-c a {
    padding: 0 0.2rem;
  }

  .s1-c a .date {
    font-size: 0.16rem;
  }

  .s1-c a h3 {
    margin-top: 0.2rem;
  }

  .section5 {
    padding-bottom: 0.2rem;
  }

  .section5 .title {
    margin-bottom: 0.2rem;
  }

  .s5-sml {
    display: none;
  }

  .s5-box {
    flex-wrap: wrap;
  }

  .s5-big {
    width: 100%;
  }

  .s5-big ul li a .pic {
    padding-top: 62.8%;
  }

  .s5-zi {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    padding: 0.2rem;
    height: auto;
    box-shadow: 0px 0 0.1rem rgba(0, 0, 0, 0.1);
  }

  .s5-big::before,
  .s5-big::after {
    content: none;
  }

  .s5-zi ul li a .t h3 {
    font-size: 0.18rem;
  }

  .s5-zi ul li a p {
    margin-top: 0.1rem;
  }

  .s5-zi ul li a .t .date b {
    font-size: 0.24rem;
  }

  .s0 ul li a .date {
    font-size: 0.24rem;
  }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 640px) {
  .s2-r ul li {
    width: 100%;
    padding: 0.15rem 0 !important;
    border-top: 1px dashed #C2CDE2 !important;
    border-right: 0 !important;
  }

  .s2-r ul li:first-child {
    border-top: 0 !important;
    padding-top: 0 !important;
  }

  .s1-c a {
    height: auto;
    padding: 0 0.2rem 0.2rem 0.2rem;
  }
}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 320px) {}