@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;
  object-fit: cover;
}

@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: 16rem;
  margin: 0 auto;
  bottom: 0.25rem;
  right: 0;
  left: 0;
  font-size: 0;
  z-index: 9;
  text-align: center;
}

.banner .slick-dots li {
  vertical-align: middle;
  margin: 0 0.1rem;
  padding: 0;
  width: 0.5rem;
  height: 0.08rem;
  border-radius: 0.04rem;
  background: #FCFCFC;
  transition: all 0.5s;
}

.banner .slick-dots li.slick-active {
  background: #0D4FA5;
}

.banner .slick-dots li button {
  display: none;
}

.banner .slick-prev,
.banner .slick-next {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.32);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.16rem auto;
  transition: all 0.5s;
}

.banner .slick-prev {
  left: 0.38rem;
  background-image: url(../images/ban-prev.png);
}

.banner .slick-next {
  right: 0.38rem;
  background-image: url(../images/ban-next.png);
}

.banner .slick-prev:hover,
.banner .slick-next:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

/* 
.down-page {
  position: absolute;
  width: 0.89rem;
  height: 0.89rem;
  line-height: 0.89rem;
  left: 50%;
  bottom: 0.23rem;
  transform: translateX(-50%);
  z-index: 99;
  font-size: 0;
  text-align: center;
  cursor: pointer;
}

.down-page::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.down-page>img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 0.27rem;
  animation: move 1.5s infinite ease-in-out;
  cursor: pointer;
}

@keyframes move {

  0%,
  100% {
    top: 45%;
  }

  50% {
    top: calc(45% + 0.1rem);
  }
} */

/*首页样式*/
.title {
  margin-bottom: 0.5rem;
  position: relative;
  z-index: 1;
}

.tit-cbox {
  flex: 1;
  min-width: 0;
}

.tit-c {
  display: flex;
  align-items: center;
}

.tit-c .icon {
  width: 0.5rem;
  height: 0.5rem;
  border: 1px dashed #0D4FA5;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.22rem;
}

.tit-c .icon::after {
  content: '';
  position: absolute;
  top: 0.03rem;
  right: 0.05rem;
  width: 0.05rem;
  height: 0.05rem;
  border-radius: 50%;
  background: #0D4FA5;
}

.tit-c .icon img {
  display: block;
  max-width: 0.28rem;
  max-height: 0.28rem;
}

.tit-c .r {
  flex: 1;
  min-width: 0;
}

.tit-c h3 {
  font-size: 0.3rem;
  font-weight: 500;
  line-height: 0.36rem;
}

.tit-c p {
  font-family: Microsoft YaHei;
  font-size: 0.18rem;
  font-weight: 290;
  text-transform: capitalize;
  color: #D0D0D0;
  margin-top: 0.02rem;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
}

.tit-c p::after {
  content: '';
  display: block;
  flex: 1;
  min-width: 0;
  border-top: 1px solid #9EBDFF;
  margin-bottom: 0.12rem;
  margin-left: 0.2rem;
}

.more {
  position: absolute;
  right: 0;
  top: 35%;
  transform: translateY(-50%);
}

.more a {
  font-size: 0.15rem;
  font-weight: 300;
  color: #758199;
  transition: all 0.5s;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: none;
}

/*主体*/

/* section0 */
.section0 {
  padding-top: 0.22rem;
  overflow: hidden;
}

.s0 .swiper-container {
  padding-top: 0.34rem;
}

.s0 a {
  display: block;
}

.s0 .con {
  background-image: url(../images/s0-libg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  height: 1.1rem;
  border: 1px solid #DAE7F9;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 0.1rem;
  transition: all 0.5s;
}

.s0 h3 {
  width: 100%;
  font-size: 0.3rem;
  line-height: 0.36rem;
  text-align: center;
  transition: all 0.5s;
}

.s0 .s0-1 .con {
  background-image: url(../images/s0-libg1.png);
  height: 0.95rem;
  border-color: #F0A85B;
  margin-top: 0.15rem;
}

.s0 .s0-1 .con h3 {
  color: #fff;
}

.s0 .s0-1 .con::after {
  content: '';
  position: absolute;
  top: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1.47rem;
  height: 0.55rem;
  background: url(../images/s0-li1zs.png) no-repeat center;
  background-size: 100% 100%;
}

/* section1 */
.section1 {
  padding: 0.73rem 0 0.6rem 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.s1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.s1-l {
  width: 67.875%;
}

.s1-l .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.s1-l .boxl {
  width: 41.25%;
  margin-left: inherit;
}

.s1-l .boxl ul li a {
  display: block;
}

.s1-l .boxl ul li a .pic {
  padding-top: 62.5%;
  padding-top: 2.8rem;
}

.s1-l .boxl ul li a .date {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1.2rem;
  line-height: 0.36rem;
  text-align: center;
  font-size: 0.16rem;
  font-weight: 350;
  color: #FFFFFF;
  background: rgba(29, 80, 162, 0.8);
  display: none;
}

.s1-l .boxl ul li a .date b {
  font-family: Arial;
  font-size: 0.24rem;
  font-weight: bold;
}

.s1-l .boxl ul li a .tx {
  margin-top: 0.12rem;
}

.s1-l .boxl ul li a .tx h3 {
  font-size: 0.2rem;
  line-height: 0.3rem;
  height: 0.6rem;
}

.s1-l .boxl .swiper-pagination {
  left: 0;
  bottom: 0.72rem;
  text-align: left;
}

.s1-l .boxl .swiper-pagination div {
  color: #FFFFFF;
  background: rgba(29, 80, 162, 0.8);
  width: auto;
  height: auto;
  border-radius: 0;
  text-align: center;
  opacity: 1;
  padding: 0.05rem 0.1rem;
  margin: 0 0.1rem 0 0;
}

.s1-l .boxl .swiper-pagination div b {
  display: block;
  font-size: 0.24rem;
  font-weight: bold;
}

.s1-l .boxl .swiper-pagination div span {
  display: block;
  font-size: 0.16rem;
}

.s1-l .boxl .swiper-pagination div.swiper-pagination-bullet-active {
  background: #F0A85B;
}

.s1-l .boxr {
  width: 55.64%;
}

.s1-l .boxr ul li {
  overflow: hidden;
  font-size: 0.18rem;
  line-height: 0.5rem;
}

.s1-l .boxr ul li span {
  display: block;
  float: right;
  font-size: 0.16rem;
  color: #9E9E9E;
}

.s1-l .boxr ul li a {
  display: block;
  background: url(../images/s1-boxr1.png) no-repeat left center;
  background-size: 0.06rem auto;
  padding-left: 0.16rem;
  transition: all 0.5s;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 0.2rem;
}

.s1-r {
  width: 29.56%;
}

.s1-r ul li {}

.s1-r ul li a,
.s3-1 ul li a {
  display: flex;
  align-items: center;
  padding: 0.17rem 0;
  transition: all 0.5s;
}

.s1-r ul li a .date,
.s3-1 ul li a .date {
  text-align: center;
  font-family: Microsoft YaHei;
  font-size: 0.14rem;
  color: #9E9E9E;
  margin-right: 0.3rem;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.s1-r ul li a .date::before,
.s3-1 ul li a .date::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -0.15rem;
  height: 0.4rem;
  border-right: 1px solid #BBBBBB;
  transition: all 0.5s;
}

.s1-r ul li a .date b,
.s3-1 ul li a .date b {
  display: block;
  font-size: 0.26rem;
  font-weight: bold;
  color: #1D50A2;
  transition: all 0.5s;
}

.s1-r ul li a h3,
.s3-1 ul li a h3 {
  flex: 1;
  min-width: 0;
  font-size: 0.18rem;
  line-height: 0.26rem;
  max-height: 0.52rem;
  transition: all 0.5s;
}

/* section2 */
.section2 {
  padding: 0.55rem 0;
  background: #F1F7FF;
  overflow: hidden;
}

.s2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s2-1 {
  width: 21.25%;
}

.s2-1 ul {}

.s2-1 ul li {}

.s2-1 ul li a {
  display: block;
  border-radius: 0px 0.6rem 0px 0px;
  background: rgba(255, 255, 255, 0.4);
  padding: 0.435rem 0.36rem;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.s2-1 ul li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  border-bottom: 0.04rem solid #1D50A2;
  transition: all 0.5s;
}

.s2-1 ul li a .date {
  width: 0.88rem;
  height: 0.8rem;
  background: #FFFFFF;
  padding-left: 0.1rem;
  padding-top: 0.18rem;
  transition: all 0.5s;
}

.s2-1 ul li a .date b {
  display: block;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.24rem;
  text-transform: uppercase;
  color: #1D50A2;
  transition: all 0.5s;
}

.s2-1 ul li a .date span {
  font-size: 0.14rem;
  line-height: 0.24rem;
  text-transform: uppercase;
  color: #999999;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.s2-1 ul li a .date span::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 0.06rem);
  width: 0.12rem;
  height: 0.02rem;
  background: #D91414;
}

.s2-1 ul li a h3 {
  font-size: 0.18rem;
  line-height: 0.26rem;
  height: 0.52rem;
  color: #3D3D3D;
  margin-top: 0.4rem;
  transition: all 0.5s;
}

.s2-1 ul li a .con {
  margin-top: 0.34rem;
}

.s2-1 ul li a .con p {
  font-size: 0.16rem;
  line-height: 0.24rem;
  height: 0.24rem;
  color: #3D3D3D;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 0.22rem auto;
  padding-left: 0.32rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.s2-1 ul li a .con p+p {
  margin-top: 0.14rem;
}

.s2-1 ul li a .con p:first-child {
  background-image: url(../images/s2-icon1.png);
}

.s2-1 ul li a .con p:nth-child(2) {
  background-image: url(../images/s2-icon2.png);
}

.s2-1 ul li a .con p:nth-child(3) {
  background-image: url(../images/s2-icon3.png);
}

.s2-1 ul li a .b {
  text-align: right;
  margin-top: 0.34rem;
  border-top: 1px solid #D8D8D8;
  padding-top: 0.22rem;
}

.s2-1 ul li a .b span {
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: #3D3D3D;
}

.s2-1 ul li a .b span img {
  vertical-align: 0.03rem;
  width: 0.17rem;
  margin-left: 0.02rem;
}

.s2-r {
  width: 29.56%;
}

.s2-r ul li+li {
  margin-top: 0.19rem;
}

.s2-r ul li a {
  display: block;
}

.s2-r ul li a .pic {
  padding-top: 16.91%;
}

/* section3 */
.section3 {
  overflow: hidden;
  padding: 0.5rem 0 0.8rem 0;
  background: linear-gradient(0deg, #F1F7FF 0%, rgba(255, 255, 255, 0) 100%);
  position: relative;
  z-index: 1;
}

.s3-bg {
  display: block;
  width: 24.89%;
  position: absolute;
  right: 0;
  bottom: 0.35rem;
  z-index: -1;
}

.s3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.s3-1,
.s3-2,
.s3-3 {
  width: 21.25%;
}

.s3-4 {
  width: 28.875%;
}

.s3-2 ul li a {
  display: block;
  line-height: 0.62rem;
  border-bottom: 1px dashed #9E9E9E;
  background: url(../images/s3-2sj.png) no-repeat left center;
  background-size: 0.04rem auto;
  padding-left: 0.14rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  left: 0;
  font-size: 0.18rem;
}

.s3-3 ul li+li {
  margin-top: 0.25rem;
}

.s3-3 ul li a {
  display: block;
  background: #FCFCFC;
  border-left: 0.02rem solid #EBEBEB;
  padding: 0.1rem 0.2rem 0.1rem 0.16rem;
  transition: all 0.5s;
}

.s3-3 ul li a h3 {
  font-size: 0.18rem;
  line-height: 0.26rem;
  height: 0.52rem;
  transition: all 0.5s;
}

.s3-3 ul li a span {
  display: block;
  font-size: 0.14rem;
  line-height: 0.14rem;
  color: #9E9E9E;
  margin-top: 0.05rem;
}

.s3-4 ul li+li {
  margin-top: 0.25rem;
}

.s3-4 ul li a {
  display: flex;
  flex-wrap: wrap;
  transition: all 0.5s;
}

.s3-4 ul li a .pic {
  width: 2rem;
  padding-top: 0;
  height: 1.3rem;
}

.s3-4 ul li a .tx {
  flex: 1;
  min-width: 0;
  padding: 0.11rem 0.2rem 0 0.2rem;
  background-image: url(../images/s3-4x.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% auto;
  transition: all 0.5s;
}

.s3-4 ul li a .tx h3 {
  font-size: 0.18rem;
  line-height: 0.26rem;
  height: 0.52rem;
}


/* hover效果 */
@media screen and (min-width: 1025px) {
  .more a:hover {
    color: #1D50A2;
  }

  .s0 a:hover .con {
    background-image: url(../images/s0-libg2.png);
  }

  .s0 .s0-1 a:hover .con {
    background-image: url(../images/s0-libg1.png);
  }

  .s0 a:hover .con h3 {
    color: #fff;
  }

  .s1-l .boxr ul li:hover a {
    color: #1D50A2;
    background: url(../images/s1-boxr2.png) no-repeat left center;
    background-size: 0.06rem auto;
  }

  .s1-r ul li:hover a,
  .s3-1 ul li:hover a {
    background: url(../images/s1-rlibg.png) no-repeat center;
    background-size: cover;
    padding: 0.17rem;
  }

  .s1-r ul li:hover a .date,
  .s1-r ul li:hover a .date b,
  .s1-r ul li:hover a h3,
  .s3-1 ul li:hover a .date,
  .s3-1 ul li:hover a .date b,
  .s3-1 ul li:hover a h3 {
    color: #fff;
  }

  .s1-r ul li:hover a .date::before,
  .s3-1 ul li:hover a .date::before {
    border-right-color: rgba(255, 255, 255, 0.3);
  }

  .s2-1 ul li:hover a {
    background: #FFFFFF;
    box-shadow: 0px 0.04rem 0.3rem 0px rgba(121, 170, 255, 0.2);
  }

  .s2-1 ul li:hover a::after {
    left: 0;
    width: 100%;
  }

  .s2-1 ul li:hover a .date {
    background: #1D50A2;
  }

  .s2-1 ul li:hover a .date b {
    color: #fff;
  }

  .s2-1 ul li:hover a .date span {
    color: #fff;
  }

  .s2-1 ul li:hover a h3 {
    color: #0E51A9;
  }

  .s3-2 ul li:hover a {
    left: 0.05rem;
  }

  .s3-3 ul li:hover a {
    background: #F5F9FF;
    border-left-color: #0D4FA5;
  }

  .s3-4 ul li:hover a {
    background: linear-gradient(180deg, #F3F8FF 0%, #FFFFFF 100%);
  }

  .s3-4 ul li:hover a .tx {
    background-image: url(../images/s3-4x2.png);
  }
}


@media screen and (max-width: 1024px) {


  .s2-1 {
    width: 48.5%;
    margin-top: 0.2rem;
  }

  .s2-r {
    width: 48.5%;
    margin-top: 0.2rem;
  }

  .s3-1,
  .s3-2,
  .s3-3 {
    width: 48.5%;
    margin-top: 0.2rem;
  }

  .s3-4 {
    width: 48.5%;
    margin-top: 0.2rem;
  }

  .s0 h3 {
    font-size: 0.2rem;
  }

  .section1,
  .section2,
  .section3 {
    padding: 0.3rem 0;
  }

  .title {
    margin-bottom: 0.2rem;
  }

  .tit-c h3 {
    font-size: 0.26rem;
    line-height: 0.3rem;
  }

  .tit-c p {
    font-size: 12px;
  }

  .tit-c .icon {
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.1rem;
  }

  .tit-c .icon img {
    max-width: 0.22rem;
    max-height: 0.22rem;
  }

  .tit-c .icon::after {
    top: 0.02rem;
    right: 0.04rem;
  }

  .more a {
    font-size: 12px;
  }

  .s1-l .boxl ul li a .date b {
    font-size: 0.22rem;
  }

  .s1-l .boxl ul li a .tx h3 {
    font-size: 0.18rem;
  }

  .s1-r ul li a .date,
  .s3-1 ul li a .date,
  .s2-1 ul li a .date span {
    font-size: 12px;
  }

  .s1-r ul li a .date b,
  .s3-1 ul li a .date b {
    font-size: 0.22rem;
  }

  .s2-1 ul li a {
    padding: 0.2rem;
  }

  .s2-1 ul li a .date b {
    font-size: 0.22rem;
  }

  .s2-1 ul li a h3,
  .s2-1 ul li a .con {
    margin-top: 0.2rem;
  }

  .s2-1 ul li a .b {
    margin-top: 0.2rem;
    padding-top: 0.2rem;
  }

  .s2-1 ul li a .con p+p {
    margin-top: 0.1rem;
  }

  .s3-2 ul li a {
    line-height: 0.61rem;
  }
}

@media screen and (max-width: 920px) {
  .s1-l {
    width: 100%;
  }

  .s1-l .boxl {
    width: 100%;
  }

  .s1-l .boxl ul li a .pic {
    padding-top: 62.5%;
  }

  .s1-l .boxl ul li a .tx h3 {
    /* height: auto;
    max-height: 0.6rem; */
  }

  .s1-l .boxr {
    width: 100%;
    margin-top: 0.2rem;
  }

  .s1-r {
    width: 100%;
    margin-top: 0.2rem;
  }

  .s1-r ul li a,
  .s3-1 ul li a {
    padding: 0.1rem 0;
  }

  .s2>div+div {
    margin-top: 0.2rem;
  }

  .s2-1 {
    width: 100%;
  }

  .s2-r {
    width: 100%;
  }

  .s2-1 ul li a h3 {
    height: auto;
    max-height: 0.52rem;
  }

  .s3>div {
    width: 100%;
  }

  .s3>div+div {
    margin-top: 0.2rem;
  }
}

@media screen and (max-width: 480px) {
  .s1-l .boxl .swiper-pagination div {
    margin: 0 0.05rem 0 0;
  }

  .s1-l .boxl .swiper-pagination div b {
    font-size: 0.22rem;
    line-height: 1.2;
  }

  .s1-l .boxl .swiper-pagination div span {
    font-size: 12px;
  }
}