@charset "utf-8";

body {
  overflow-x: hidden;
}

.banner,
.banner div.slick-list,
.banner .slick-slide a,
.banner .slick-slide a img {
  width: 100%;
  height: auto;
}

.banner .slick-slide a .pic {
  padding-top: 34.72%;
}

.banner .slick-slide a .pic::before {
  content: none;
}

.banner {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.banner .slick-slide a {
  display: block;
  overflow: hidden;
  position: relative;
}

.banner .slick-list::before {
  /* content: ""; */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1.88rem;
  background: linear-gradient(180deg, #00378F 0%, rgba(0, 42, 111, 0) 100%);
  z-index: 1;
}

.banner .slick-list::after {
  /* content: ""; */
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 14.58%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}

.banner .pic::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 26%;
  opacity: 0.8;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  z-index: 1;
}

.banner .slick-slide img {
  display: block;
  width: 100%;
  transform: scale(1.1);
  transition: all 5s ease-out;
}

.banner .img_scale img {
  transform: scale(1);
}

.banner .slick-slide .a {
  top: 0;
  left: 0;
  transform: scale(1.1);
  transition: all 5s ease-out;
}

.banner .img_scale .a {
  transform: scale(1);
}

.banner .slick-dots {
  bottom: 0.88rem;
  right: 0;
  left: 0;
  font-size: 0;
  z-index: 9;
  text-align: center;
}

.banner .slick-dots li {
  vertical-align: middle;
  margin: 0 0.16rem;
  padding: 0;
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background: #ffffff;
  position: relative;
  z-index: 1;
}

.banner .slick-dots li span {
  font-size: 0;
}

.banner .slick-dots li.slick-active {
  width: 0.48rem;
  height: 0.48rem;
  line-height: 0.48rem;
  text-align: center;
  background: transparent;
  border: 1px dashed #FFFFFF;
}

.banner .slick-dots li.slick-active span {
  font-family: Arial;
  font-size: 0.14rem;
  color: #FFFFFF;
  vertical-align: middle;
}

/* .banner .slick-prev,
.banner .slick-next {
  width: 0.54rem;
  height: 0.54rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.16rem auto;
  transition: all 0.5s;
}

.banner .slick-prev {
  left: 0.4rem;
}

.banner .slick-next {
  right: 0.4rem;
}

.banner .slick-prev:hover,
.banner .slick-next:hover {
  background-color: rgba(255, 255, 255, 0.5);
} */

/*首页样式*/
.title {
  text-align: center;
}

.tit-c {
  display: inline-block;
}

.tit-c h3 {
  font-size: 0.22rem;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  letter-spacing: normal;
  color: #000000;
}

.tit-c p {
  font-size: 0.14rem;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  letter-spacing: normal;
  color: #999999;
  margin-top: 0.03rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tit-c p::before {
  content: '';
  display: block;
  width: 0.27rem;
  border-top: 1px solid #999999;
  margin-right: 0.1rem;
}

.tit-c p::after {
  content: '';
  display: block;
  width: 0.27rem;
  border-top: 1px solid #999999;
  margin-left: 0.1rem;
}

.more a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1.54rem;
  height: 0.52rem;
  border: 1px solid #0355A3;
  margin: 0 auto;
  transition: all 0.5s;
}

.more a span {
  flex: 1;
  min-width: 0;
  display: block;
  height: 0.52rem;
  line-height: 0.52rem;
  font-size: 0.18rem;
  font-weight: normal;
  text-align: center;
  letter-spacing: normal;
  color: #000000;
  background: url(../images/more-x.png) no-repeat right center / auto 100%;
  transition: all 0.5s;
}

.more a i {
  display: block;
  width: 0.4rem;
  height: 0.52rem;
  background: url(../images/more1.png) no-repeat center 0.18rem / 0.23rem auto;
}

.more a:hover {
  background: #0355A3;
}

.more a:hover span {
  color: #FFFFFF;
  background-image: url(../images/more-x2.png);
}

.more a:hover i {
  background-image: url(../images/more2.png);
}


.title.white .tit-c h3 {
  color: #fff;
}

.title.white .tit-c p {
  color: #fff;
}

.title.white .tit-c p::before {
  border-top: 1px solid #fff;
}

.title.white .tit-c p::after {
  border-top: 1px solid #fff;
}

.title.white .more a {
  border-color: #fff;
}

.title.white .more a span {
  color: #fff;
  background-image: url(../images/more-x2.png);
}

.title.white .more a i {
  background-image: url(../images/more2.png);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: none;
}

/*主体*/

.section0 {
  position: relative;
  z-index: 1;
}

.s0 {
  margin-top: -0.6rem;
  background: #FFFFFF;
  border: 1px solid #DADADA;
  box-shadow: 0px 0px 0.1rem 0px rgba(0, 0, 0, 0.15);
}

.s0 ul li {}

.s0 a {
  height: 1.34rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: all 0.5s;
}

.s0 a .icon {
  width: 0.7rem;
  height: 0.7rem;
  margin-right: 0.37rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.5s;
}

.s0 a .icon::before {
  content: '';
  position: absolute;
  top: -0.1rem;
  left: -0.1rem;
  width: 0.93rem;
  height: 0.78rem;
  background: url(../images/s0-k.png) no-repeat center center / 100% 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.s0 a .icon img {
  display: block;
  max-width: 0.55rem;
  max-height: 0.52rem;
}

.s0 a .icon img:nth-child(2) {
  display: none;
}

.s0 h3 {
  font-size: 0.22rem;
  font-weight: normal;
  color: #000000;
  transition: all 0.5s;
}

.s0 p {
  font-size: 0.14rem;
  font-weight: normal;
  color: #999999;
  margin-top: 0.03rem;
  transition: all 0.5s;
}



/* section1 */
.section1 {
  overflow: hidden;
  padding: 0.5rem 0 0.7rem 0;
  background: url(../images/s1-bg.png) no-repeat right bottom / 41.14% auto;
}

.s1 {
  margin-top: 0.6rem;
}

.qh-tit ul {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #D8D8D8;
}

.qh-tit ul li {
  display: flex;
  align-items: center;
  margin: 0 0.9rem;
  font-size: 0.2rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  padding-bottom: 0.2rem;
  cursor: pointer;
  position: relative;
}

.qh-tit ul li::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  border-bottom: 3px solid #35B9EB;
  opacity: 0;
  visibility: hidden;
}

.qh-tit ul li::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 3px solid #35B9EB;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  opacity: 0;
  visibility: hidden;
}

.qh-tit ul li.on::after,
.qh-tit ul li.on::before {
  opacity: 1;
  visibility: visible;
}

.qh-tit ul li img {
  display: block;
  width: 0.26rem;
  height: 0.26rem;
  margin-right: 0.05rem;
}

.qh-bd {
  position: relative;
  overflow: hidden;
}

.qh-bd>div {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: 8;
  overflow: hidden;
}

.qh-bd>div.on {
  position: relative;
  z-index: 9;
  opacity: 1;
}

.gg-list2 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}

.gg-list2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  border-left: 1px solid #D8D8D8;
  z-index: -1;
  transition: all 0.5s;
}

.gg-list2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -0.02rem;
  width: 0.06rem;
  border-top: 1px solid #D8D8D8;
  z-index: -1;
  transition: all 0.5s;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .gg-list2::before {
    display: none;
  }

  .gg-list2::after {
    display: none;
  }

  .gg-list2 {
    background: url(../images/s1-x.png) no-repeat center bottom / 0.1rem auto;
  }
}

.gg-list2 li {
  width: 46.57%;
}

.gg-list2 li a {
  display: block;
  padding: 0.3rem 0;
  border-bottom: 1px solid #D8D8D8;
  position: relative;
  transition: all 0.5s;
}

.gg-list2 li a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  right: 0;
  border-left: 6px solid #F2AD37;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.date {
  display: inline-block;
  background: #F3F9FF;
  padding: 0 7px;
  height: 0.23rem;
  line-height: 0.23rem;
  font-family: Fenix;
  font-size: 0.14rem;
  font-weight: normal;
  letter-spacing: 0.06em;
  color: #7E7E91;
  transition: all 0.5s;
}

.gg-list2 li a h3 {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #262626;
  margin-top: 0.1rem;
  transition: all 0.5s;
}

.s1 .more {
  margin-top: 0.7rem;
}

/* section2 */
.section2 {
  padding-top: 1.13rem;
  background: url(../images/s2-bg.jpg) no-repeat center top / 100% 71%;
  overflow: hidden;
}

.section2 .title {
  position: relative;
}

.section2 .title .more {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.s2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  margin-top: 0.6rem;
  padding-top: 0.96rem;
}

.s2::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1.25rem;
  right: -1.25rem;
  background: #fff;
  z-index: -1;
  transition: all 0.5s;
}



.s2 .qh-tit {
  width: 2.78rem;
  background: linear-gradient(180deg, #ffffff 0%, #ffffff00 100%);
  border: 1px solid;
  border-image: linear-gradient(180deg, #0355a3 0%, #0355a300 100%) 1;
}

.s2 .qh-tit ul {
  display: block;
  border-bottom: 0;
  padding: 0.08rem 0.15rem 0;
  position: relative;
  z-index: 1;
}

.s2 .qh-tit ul li {
  margin: 0;
  padding: 0.24rem 0;
  border-top: 1px solid #D8D8D8;
  justify-content: center;
  font-size: 0;
}

.s2 .qh-tit ul li:first-child {
  border-top: 0;
}

.s2 .qh-tit ul li::before {
  top: 0;
  transform: none;
  left: -0.05rem;
  bottom: 0;
  right: -0.26rem;
  background: #F2AD37;
  border: none;
  z-index: -1;
}

.s2 .qh-tit ul li::after {
  bottom: -6px;
  left: auto;
  right: -0.26rem;
  border-left: 5px solid #865500;
  border-top: 3px solid #865500;
  border-bottom: 3px solid transparent;
  border-right: 5px solid transparent;
  width: auto;
}

.s2 .qh-tit ul li .icon {
  width: 0.28rem;
  height: 0.28rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.1rem;
}

.s2 .qh-tit ul li .icon img {
  display: block;
  width: 100%;
  height: 100%;
  margin-right: 0;
  object-fit: cover;
}

.s2 .qh-tit ul li .icon img:nth-child(2) {
  display: none;
}

.s2 .qh-tit ul li.on .icon img:first-child {
  display: none;
}

.s2 .qh-tit ul li.on .icon img:nth-child(2) {
  display: block;
}

.s2 .qh-tit ul li h3 {
  font-size: 0.2rem;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.41em;
  color: #000;
}

.s2 .qh-tit ul li.on h3 {
  color: #fff;
  font-weight: bold;
  position: relative;
}

.s2 .qh-tit ul li.on h3::after {
  content: '';
  position: absolute;
  right: -0.45rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.23rem;
  height: 0.13rem;
  background: url(../images/more2.png) no-repeat right center / 100% auto;
}

.s2 .qh-bd {
  width: calc(100% - 3.21rem);
}

.gg-list3 {
  display: flex;
  flex-wrap: wrap;
}

.gg-list3 li {
  width: 33.333%;
  position: relative;
}

.gg-list3 li:nth-child(3)~li a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0.1rem;
  right: 0.1rem;
  border-top: 1px solid rgba(186, 186, 186, 0.5);
}

.gg-list3 li:not(:nth-child(1)):not(:nth-child(4)) a::after {
  content: '';
  position: absolute;
  top: 0.1rem;
  bottom: 0.1rem;
  left: 0;
  border-left: 1px solid rgba(186, 186, 186, 0.5);
}

.gg-list3 li a {
  display: block;
  padding: 0.25rem;
  transition: all 0.5s;
}

.gg-list3 li a h3 {
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.3rem;
  height: 0.6rem;
  letter-spacing: normal;
  color: #000000;
  margin-top: 0.2rem;
  transition: all 0.5s;
}

.gg-list3 li a p {
  font-size: 0.15rem;
  font-weight: normal;
  line-height: 0.24rem;
  height: 0.48rem;
  letter-spacing: normal;
  color: #727272;
  margin-top: 0.1rem;
  transition: all 0.5s;
}

.gg-list3 li a .gd {
  font-size: 0.14rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.02em;
  color: #0355A3;
  margin-top: 0.1rem;
  padding-left: 0.2rem;
  background: url(../images/gd1.png) no-repeat left center / 0.1rem auto;
  transition: all 0.5s;
}

.s2 .qh-bd .more {
  display: none;
}

/* section3 */

.section3 {
  padding: 1.64rem 0 2.79rem 0;
  background: url(../images/s3-bg.png) no-repeat center bottom / 100% auto;
}

.s3 {
  margin-top: 0.4rem;
}

.s3 .qh-tit ul {
  border-bottom: 0;
}

.s3 .qh-tit ul li {
  margin: 0 0.12rem;
  background: #FDFDFD;
  line-height: 0.48rem;
  padding: 0 0.28rem;
  border: 1px solid #CFCFCF;
  font-size: 0.2rem;
  font-weight: normal;
  text-align: center;
  letter-spacing: normal;
  color: #666666;
}

.s3 .qh-tit ul li::before,
.s3 .qh-tit ul li::after {
  display: none;
}

.s3 .qh-tit ul li.on {
  background: #F2AD37;
  color: #fff;
  border-color: #F2AD37;
}

.s3 .qh-bd {
  margin-top: 0.36rem;
}

.gg-list4 {
  display: flex;
  flex-wrap: wrap;
}

.gg-list4 li {
  width: 20%;
}

.gg-list4 li a {
  display: block;
  background: #EDF3F9;
  border-left: 1px solid #0355A3;
  line-height: 0.56rem;
  margin: 0.2rem;
  transition: all 0.5s;
}

.gg-list4 li a h3 {
  font-size: 0.18rem;
  font-weight: normal;
  text-align: center;
  letter-spacing: normal;
  color: #000000;
  transition: all 0.5s;
}

.gg-list4 li:hover a {
  background: #359BFA;
  border-left: 0.03rem solid #F2AD37;
}

.gg-list4 li:hover a h3 {
  color: #fff;
}






@media screen and (min-width: 1025px) {
  .s0 ul li a:hover {
    background: url(../images/s0-libg.jpg) no-repeat center center / cover;
  }

  .s0 ul li a:hover .icon {
    background: #359BFA;
  }

  .s0 ul li a:hover .icon::before {
    opacity: 1;
    visibility: visible;
  }

  .s0 ul li a:hover .icon img:first-child {
    display: none;
  }

  .s0 ul li a:hover .icon img:nth-child(2) {
    display: block;
    animation: icon-yh 1.2s linear;
  }

  .s0 ul li a:hover h3 {
    color: #fff;
  }

  .s0 ul li a:hover p {
    color: #fff;
    opacity: 0.7;
  }

  .gg-list2 li:hover a {
    border-bottom-color: #F2AD37;
  }

  .gg-list2 li:hover a::after {
    opacity: 1;
    visibility: visible;
  }

  .gg-list2 li:hover a h3 {
    font-weight: bold;
  }

  .gg-list2 li:hover a .date {
    background: #F2AD37;
    color: #fff;
  }


  .gg-list3 li:hover {
    background: #359BFA;
  }

  .gg-list3 li:hover a .date {
    background: #FFFFFF;
    color: #359BFA;
  }

  .gg-list3 li:hover a h3 {
    color: #fff;
  }

  .gg-list3 li:hover a p {
    color: #fff;
  }

  .gg-list3 li:hover a .gd {
    color: #fff;
    background-image: url(../images/gd2.png);
  }
}

@media screen and (max-width: 1024px) {
  .banner .slick-dots {
    bottom: 0.2rem;
  }

  .banner .slick-dots li {
    margin: 0 0.1rem;
  }

  .banner .slick-dots li.slick-active {
    width: 0.34rem;
    height: 0.34rem;
    line-height: 0.34rem;
  }

  .tit-c h3 {
    font-size: 0.2rem;
  }

  .s0 {
    margin-top: 0.2rem;
    padding: 0 0.1rem;
  }

  .s0 h3 {
    font-size: 0.16rem;
  }

  .s0 a .icon {
    width: 0.5rem;
    height: 0.5rem;
    margin-right: 0.2rem;
  }

  .s0 a .icon img {
    display: block;
    max-width: 0.34rem;
    max-height: 0.34rem;
  }

  .section1 {
    padding: 0.3rem 0;
  }

  .s1 {
    margin-top: 0.2rem;
  }

  .qh-tit ul li {
    margin: 0 0.2rem;
  }

  .qh-tit ul li img {
    width: 0.2rem;
    height: 0.2rem;
  }

  .qh-tit ul li {
    font-size: 0.18rem;
  }

  .gg-list2 li a {
    padding: 0.2rem 0;
  }

  .s1 .more {
    margin-top: 0.2rem;
  }

  .more a {
    width: 1.3rem;
    height: 0.4rem;
  }

  .more a span {
    font-size: 0.15rem;
    height: 0.4rem;
    line-height: 0.4rem;
  }

  .more a i {
    width: 0.3rem;
    height: 0.4rem;
    background-position: center 0.14rem;
    background-size: 0.2rem auto;
  }

  .section2 {
    padding-top: 0.3rem;
  }

  .s2 {
    margin-top: 0.2rem;
    padding-top: 0.3rem;
  }

  .s2::before {
    left: 0;
    right: 0;
  }

  .s2 .qh-tit {
    width: 100%;
    background: none;
    border: 0;
    margin-bottom: 0.2rem;
  }

  .s2 .qh-tit ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0;
  }

  .s2 .qh-tit ul li {
    width: calc(50% - 0.2rem);
    border: 1px solid #d8d8d8 !important;
    padding: 0 0.1rem;
    line-height: 0.4rem;
    margin: 0 0.1rem;
  }

  .s2 .qh-tit ul li:nth-child(2)~li {
    margin-top: 0.15rem;
  }

  .s2 .qh-tit ul li::before {
    display: none;
  }

  .s2 .qh-tit ul li::after,
  .s2 .qh-tit ul li.on h3::after {
    display: none;
  }

  .s2 .qh-tit ul li.on {
    background: #F2AD37;
    border-color: #F2AD37 !important;
  }

  .s2 .qh-tit ul li .icon {
    width: 0.22rem;
    height: 0.22rem;
  }

  .s2 .qh-tit ul li h3 {
    font-size: 0.18rem;
    letter-spacing: 0;
  }

  .s2 .qh-bd {
    width: 100%;
  }

  .gg-list3 li a h3 {
    font-size: 0.18rem;
  }

  .section3 {
    padding: 0.3rem 0;
  }

  .s3 {
    margin-top: 0.2rem;
  }

  .s3 .qh-tit ul li {
    margin: 0 0.1rem;
    padding: 0 0.1rem;
    font-size: 0.18rem;
    line-height: 0.4rem;
  }

  .s3 .qh-bd {
    margin-top: 0.1rem;
  }

  .gg-list4 li a {
    margin: 0.1rem;
  }

  .gg-list4 li a h3 {
    font-size: 0.18rem;
  }
}

@media screen and (max-width: 768px) {
  .gg-list2 li {
    width: 100%;
  }

  .gg-list2::before,
  .gg-list2::after {
    display: none;
  }

  .s2 .qh-bd {
    padding: 0 0.2rem;
  }

  .gg-list3 li {
    width: 100%;
  }

  .gg-list3 li a {
    padding: 0.2rem 0;
    border-bottom: 1px solid rgba(186, 186, 186, 0.5);
  }

  .gg-list3 li:nth-child(3)~li a::before,
  .gg-list3 li:not(:nth-child(1)):not(:nth-child(4)) a::after {
    display: none;
  }

  .gg-list4 li {
    width: 50%;
  }
}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {
  .section2 .title .more {
    position: static;
    transform: none;
    margin-top: 0.2rem;
  }
}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 320px) {}