@charset "UTF-8";

body {
  overflow-x: hidden;
}

/* .loding {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 999999999;
} */

/*banner*/
.banner-k {
  position: relative;
  z-index: 1;
}

.banner,
.banner div.slick-list,
.banner .slick-slide a,
.banner .slick-slide a img {
  width: 100%;
  height: 100vh;
}

.banner .slick-slide a .pic {
  padding-top: 100vh;
}

.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;
  bottom: 0;
  left: 0;
  width: 58.02%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 34, 117, 0.8) 100%);
  z-index: 1;
}

.banner .slick-list::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 34.19%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 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);
  transform-origin: center center;
  transition: all 5s ease-out;
  background-size: cover;
}

.banner .img_scale .a {
  transform: scale(1);
}

.banner .slick-dots {
  bottom: 0.35rem;
  font-size: 0;
  z-index: 9;
}

.banner .slick-dots li {
  margin: 0 0.08rem;
  width: 0.13rem;
  height: 0.13rem;
  background: #FFFFFF;
  border-radius: 50%;
  position: relative;
  transition: all 0.5s;
}

.banner .slick-dots li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.1rem;
  height: 0.1rem;
  border: 1px dashed #fff;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.5s;
}

.banner .slick-dots li.slick-active {
  background: #D6A43B;
  margin: 0 0.16rem;
}

.banner .slick-dots li.slick-active::before {
  width: 0.23rem;
  height: 0.23rem;
  border-color: #D6A43B;
}

.banner .slick-dots li button {
  display: none;
}

/* @media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .banner .slick-slide .a {
    transform: scale(1);
  }
} */

/* .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);
} */

.banner-k .xx {
  position: absolute;
  top: 22.39%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: block;
  width: 4.5rem;
}

.search-box {
  position: absolute;
  top: 43.95%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 14rem;
  max-width: 100%;
  border-radius: 0.08rem;
  background: rgba(19, 41, 120, 0.6);
  padding: 0.65rem 0.65rem 0.54rem 0.65rem;
}

.search-t {
  display: flex;
  align-items: center;
}

.search-lbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.search-lbox label,
.search span {
  font-size: 0.22rem;
  font-weight: bold;
  line-height: 0.3rem;
  color: #FFFFFF;
  padding-right: 0.1rem;
}

.search-rbox {
  flex: 1 1 0px;
  min-width: 0;
  -ms-flex-preferred-size: auto;
  /* IE专用 */
  display: flex;
  align-items: center;
}

.search-l {
  width: 2.5rem;
  height: 0.5rem;
  background: #FFFFFF;
  position: relative;
  margin-right: 0.1rem;
}

.search-l input {
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  padding: 0 0.2rem;
  cursor: pointer;
  font-size: 0.16rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background-color: transparent;
}



.search-xl {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 0;
  z-index: 9;
  display:none;
  /*transform: scaleY(0);
  transform-origin: top;
  transition: all 0.5s;*/
}

.search-l.open .search-xl {
  /*transform: scaleY(1);
  height: auto;*/
}

.search-xl ul {
  background: #fff;
  border: 1px solid #e4e7ed;
  box-shadow: 0 0.02rem 0.12rem 0 rgba(0, 0, 0, 0.1);
  max-height: 3.1rem;
  overflow-y: auto;
}


.search-xl ul::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f5;
}

.search-xl ul::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #e2e2e2;
}

.search-xl ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #2946AC;
}



.search-xl ul li {
  font-size: 0.14rem;
  line-height: 0.24rem;
  padding: 0.05rem 0.2rem;
  cursor: pointer;
}



.search-lbox input.text {
  margin-right: 0.2rem;
  width: 2.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  padding: 0 0.2rem;
  /*  cursor: pointer;*/
  background: #fff;
  font-size: 0.16rem;
}

/*search*/
.search {
  height: 0.5rem;
  display: flex;
  align-items: center;
}

input,
button {
  border: none;
  outline: none;
}

.search .text {
  width: 2.5rem;
  background: #ffffff;
  padding: 0 0.2rem;
  height: 0.5rem;
  line-height: 0.5rem;
  border-radius: 0.04rem;
  font-size: 0.16rem;
  margin-right: 0.1rem;
}

.search .button {
  width: 1.32rem;
  height: 0.5rem;
  cursor: pointer;
  font-size: 0;
  background: #E0AB38 url(../images/fdj.png) no-repeat 0.3rem center;
  background-size: 0.17rem auto;
  font-size: 0.18rem;
  color: #fff;
  padding-left: 0.3rem;
  /* letter-spacing: 0.1rem; */
}

input::-webkit-input-placeholder {
  color: #727272;
}

input::-moz-input-placeholder {
  color: #727272;
}

input::-ms-input-placeholder {
  color: #727272;
}

.search-r {
  width: 2rem;
  text-align: right;
  font-size: 0.2rem;
  color: #FFFFFF;
}

.search-r span {
  font-size: 0.3rem;
  font-weight: bold;
  vertical-align: middle;
}


.search-d {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.31rem;
}

.search-d h3 {
  font-size: 0.22rem;
  font-weight: bold;
  line-height: 0.3rem;
  color: #fff;
  margin: 0.03rem 0.15rem 0.03rem 0;
}

.search-d .r {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.search-d span {
  display: block;
  color: #fff;
  font-family: Arial;
  font-size: 0.2rem;
  width: 0.3rem;
  height: 0.3rem;
  line-height: 0.32rem;
  text-align: center;
  margin: 0.03rem;
  background: transparent;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.5s;
}

.search-d span:hover,
.search-d span.active {
  background: #D6A43B;
}

/*首页样式*/

.title {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 0.54rem;
}

.tit-cbox {
  display: inline-block;
}

.tit-cbox>div {
  margin-right: 0.3rem;
}

.tit-cbox>div:last-child {
  margin-right: 0;
}

.tit-c {
  display: inline-block;
  vertical-align: middle;
}

.tit-c h3 {
  font-size: 0.32rem;
  font-weight: bold;
  color: #9E9E9E;
}

.tit-c.on h3 {
  font-size: 0.42rem;
  color: #333;
  position: relative;
}

.tit-c.on h3::after {
  content: '';
  position: absolute;
  bottom: -0.11rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.62rem;
  height: 0.05rem;
  background: url(../images/tit-x.png) no-repeat center center;
  background-size: 100% auto;
}

.tit-c.on h3 span {
  color: #2946AC;
}

.more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.more a {
  display: block;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.34rem;
  background: url(../images/more1.png) no-repeat left top;
  background-size: 0.8rem auto;
  padding-left: 0.32rem;
  padding-top: 0.1rem;
  color: #666;
  transition: all 0.5s;
}

.more a:hover {
  color: #2946AC;
}

.title.white .tit-c h3 {
  color: #fff;
}

.title.white .more a {
  color: #fff;
  background: url(../images/more2.png) no-repeat right 0.02rem;
  background-size: 0.16rem auto;
}

/*主体*/
/* section1 */

.section1 {
  background: #F5F8FF;
  padding-top: 0.9rem;
  padding-bottom: 0.93rem;
  position: relative;
}

.section1::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50.29%;
  /* background: linear-gradient(180deg, #2946AC 0%, #1B379D 100%); */
  background: url(../images/s1-bg.jpg) no-repeat center;
  background-size: cover;
}

.section1 .title {
  text-align: left;
}

.section1 .tit-cbox>div,
.section2 .tit-cbox>div,
.section3 .tit-cbox>div,
.section4 .tit-cbox>div {
  cursor: pointer;
}

.section1 .more a,
.section2 .more a,
.section3 .more a,
.section4 .more a {
  display: none;
}

.section1 .more a.on,
.section2 .more a.on,
.section3 .more a.on,
.section4 .more a.on {
  display: block;
}

.s1 .qh-bd,
.s2 .qh-bd,
.s3 .qh-bd,
.s4 .qh-bd {
  position: relative;
  overflow: hidden;
}

.s1 .qh-bd>.k,
.s2 .qh-bd>.k,
.s3 .qh-bd>.k,
.s4 .qh-bd>.k {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: 8;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.s1 .qh-bd>.k.on,
.s2 .qh-bd>.k.on,
.s3 .qh-bd>.k.on,
.s4 .qh-bd>.k.on {
  position: relative;
  z-index: 9;
  opacity: 1;
}

.s1 .qh-bd .k .s1-big {
  width: 4.1rem;
  margin-right: 0.15rem;
}

.s1 .qh-bd .k .s1-big ul li a {
  display: block;
}

.s1 .qh-bd .k .s1-big ul li a .pic {
  padding-top: 133.41%;
}

.s1 .qh-bd .k .s1-r {
  flex: 1;
  min-width: 0;
}

.s1-sml .slick-slider {
  padding: 0 0.6rem;
}

.s1-sml ul li a {
  display: block;
  background: #FFFFFF;
  padding-top: 0.45rem;
  padding-bottom: 0.34rem;
}

.s1-sml ul li a .pic {
  padding-top: 0;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  border: 0.07rem solid #fff;
  margin: 0 auto;
}

.s1-sml ul li a .tx {
  text-align: center;
}

.s1-sml ul li a .tx h3 {
  font-size: 0.22rem;
  font-weight: normal;
  line-height: 0.3rem;
  margin-top: 0.08rem;
}

.s1-sml ul li a .tx p {
  font-size: 0.15rem;
  line-height: 0.3rem;
  color: #666666;
  margin-top: 0.05rem;
  min-height: 0.3rem;
}

.s1-sml ul li.slick-current {
  position: relative;
  z-index: 2;
}

.s1-sml ul li.slick-current a {
  box-shadow: 0px 0.08rem 0.36rem 0px rgba(14, 113, 203, 0.5);
}

.s1-sml ul li.slick-current a .pic {
  border-color: #D9A83E;
}

.s1-sml .slick-prev,
.s1-sml .slick-next {
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid #FFFFFF;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.13rem auto;
  border-radius: 50%;
  transition: all 0.5s;
}

.s1-sml .slick-prev {
  background-image: url(../images/s1-prev.png);
}

.s1-sml .slick-next {
  background-image: url(../images/s1-next.png);
}

.s1-sml .slick-prev:hover,
.s1-sml .slick-next:hover {
  background-color: #D9A83E;
  border-color: #D9A83E;
}

.s1-zi {
  margin-bottom: 0.75rem;
  margin-left: 0.65rem;
}

.s1-zi ul li a {
  display: block;
}

.s1-zi ul li a h3 {
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 0.36rem;
  color: #2946AC;
}

.s1-zi ul li a p {
  font-size: 0.18rem;
  line-height: 0.34rem;
  height: 1.02rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  color: #666666;
  margin-top: 0.22rem;
}

/* section2 */
.section2 {
  padding: 0.98rem 0 1.25rem 0;
  background: url(../images/section2.png) no-repeat center;
  background-size: cover;
}

.s2 .qh-bd>.k {
  align-items: normal;
}

.s2 .qh-bd .k .s1-big {
  width: 9rem;
}

.s2 .qh-bd .k .s1-r {
  flex: 1;
  min-width: 0;
  background: #F0F4FE;
  padding: 0.66rem 0.42rem 0.42rem 0.42rem;
}

.s2 .qh-bd .k .s1-big ul li a .pic {
  padding-top: 62.22%;
}

.s2 .s1-zi {
  margin-bottom: 0.65rem;
  margin-left: 0;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #2946AC;
  position: relative;
}

.s2 .s1-zi::after {
  content: '';
  position: absolute;
  bottom: -0.04rem;
  left: 0;
  width: 0.07rem;
  height: 0.07rem;
  background: #2946AC;
  border-radius: 50%;
}

.s2 .s1-zi .slick-slider {
  padding-bottom: 0.56rem;
}

.s2 .s1-zi ul li a h3 {
  font-size: 0.24rem;
  line-height: inherit;
  font-weight: bold;
  color: #2946AC;
   overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;                   
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.s2 .s1-zi ul li a p {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.32rem;
  height: 1.28rem;
  color: #7B7B7B;
  -webkit-line-clamp: 4;
  margin-top: 0.16rem;
}

.s2 .s1-zi .slick-prev,
.s2 .s1-zi .slick-next {
  top: auto;
  transform: none;
  bottom: 0.05rem;
  width: 0.14rem;
  height: 0.17rem;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  transition: all 0.5s;
}

.s2 .s1-zi .slick-prev {
  left: auto;
  right: 0.7rem;
  background-image: url(../images/s2-prev.png);
}

.s2 .s1-zi .slick-next {
  background-image: url(../images/s2-next.png);
}

.s2 .s1-zi .slick-prev:hover {
  background-image: url(../images/s2-prevon.png);
}

.s2 .s1-zi .slick-next:hover {
  background-image: url(../images/s2-nexton.png);
}

.s2 .s1-zi .slick-dots {
  font-size: 0;
  width: auto;
  right: 0.31rem;
  bottom: 0;
}

.s2 .s1-zi .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
  font-family: Bebas;
  font-size: 0.22rem;
  font-weight: normal;
  line-height: 0.3rem;
  color: #2946AC;
  text-align: right;
  display: none;
}

.s2 .s1-zi .slick-dots li.slick-active {
  display: block;
}

.s2 .s1-sml .slick-slider {
  padding: 0;
}

.s2 .s1-sml ul li a {
  background: none;
  padding-top: 0;
  padding-bottom: 0;
}

.s2 .s1-sml ul li.slick-current a {
  box-shadow: none;
}

.s2 .s1-sml ul li a .pic {
  width: 1.04rem;
  height: 1.04rem;
  border-width: 0.05rem;
  border-color: transparent;
}

.s2 .s1-sml ul li.slick-current a .pic {
  border-color: #2946AC;
}


/* section3 */
.section3 {
  padding: 1rem 0 0 0;
  background: url(../images/section3.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
}

.section3 .tit-c h3 {
  color: #B6B6B6;
}

.section3 .tit-c.on h3 {
  color: #fff;
}

.section3 .tit-c.on h3 span {
  color: #F9CA63;
}

.section3 .tit-c.on h3::after {
  background-image: url(../images/tit-xw.png);
}

.section3 .more a {
  color: #fff;
}

.s3 {
  width: 100vw;
  margin-left: -2rem;
}

.s3 .k1 {
  position: relative;
}

.s3 .k1 .swiper-container {
  padding: 0 0.5rem;
}

.s3 ul li {
  padding: 0 0 2.7rem 0;
}

.s3 ul li a {
  display: block;
  border-radius: 0.15rem;
  background: #FFFFFF;
  padding: 0.31rem 0.25rem 0.48rem 0.25rem;
  transform-origin: bottom;
  transition: all 0.5s;
}

.s3 ul li.swiper-slide-active a {
  transform: rotate(-20deg) translateY(1.4rem);
}

.s3 ul li.swiper-slide-active+li a {
  transform: rotate(-12deg) translateY(0.3rem);
}

.s3 ul li.swiper-slide-active+li+li+li a {
  transform: rotate(12deg) translateY(0.3rem);
}

.s3 ul li.swiper-slide-active+li+li+li+li a {
  transform: rotate(20deg) translateY(1.4rem);
}

.s3 ul li a .picbox {
  width: 1.2rem;
  margin: 0 auto;
  border: 0.05rem solid #fff;
  border-radius: 50%;
  overflow: hidden;
}

.s3 ul li a .pic {
  padding-top: 100%;
}

.s3 ul li a .tx h3 {
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.22rem;
  height: 0.66rem;
  text-align: center;
  margin-top: 0.18rem;
}

.s3 ul li a .tx .con {
  margin-top: 0.2rem;
  padding-top: 0.14rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.s3 ul li a .tx .con p {
  font-size: 0.14rem;
  line-height: 0.26rem;
  height: 0.78rem;
  text-align: justify;
  color: #666666;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.s3 .k1 .swiper-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.6rem;
  z-index: 1;
}

.s3 .k1 .swiper-button-prev,
.s3 .k1 .swiper-button-next {
  position: static;
  margin-top: 0;
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.13rem auto;
  transition: all 0.5s;
}

.s3 .k1 .swiper-button-prev {
  background-image: url(../images/s1-prev.png);
}

.s3 .k1 .swiper-button-next {
  margin-left: 0.32rem;
  background-image: url(../images/s1-next.png);
}

.s3 .k1 .swiper-button-prev:hover,
.s3 .k1 .swiper-button-next:hover {
  background-color: #D9A83E;
  border-color: #D9A83E;
}

/* section4 */
.section4 {
  padding-top: 0.88rem;
}

.s4 .k1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: inherit !important;
}

.s4-l {
  width: 7.35rem;
}

.s4-l ul li a {
  display: block;
}

.s4-l ul li a .pic {
  /* padding-top: 59.86%; */
  padding-top: 4.4rem;
}

.s4-l ul li a .tx {
  display: flex;
  justify-content: space-between;
  padding: 0 0.15rem 0.2rem 0.3rem;
}

.s4-l ul li a .tx .date {
  text-align: center;
  margin-right: 0.3rem;
  background: #2946AC;
  width: 0.95rem;
  height: 1.14rem;
  font-family: DIN;
  color: #FFFFFF;
  padding-top: 0.26rem;
  margin-top: -0.3rem;
  position: relative;
  z-index: 1;
}

.s4-l ul li a .tx .date b {
  display: block;
  font-size: 0.36rem;
  font-weight: 500;
  line-height: 0.26rem;
}

.s4-l ul li a .tx .date span {
  display: block;
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 0.26rem;
  margin-top: 0.1rem;
}

.s4-l ul li a .tx h3 {
  flex: 1;
  min-width: 0;
  font-size: 0.22rem;
  font-weight: bold;
  line-height: 0.34rem;
  height: 0.68rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-top: 0.28rem;
}

.s4-l .swiper-pagination {
  font-size: 0;
  bottom: 0;
}

.s4-l .swiper-pagination span {
  width: 33.33%;
  border-radius: 0;
  font-size: 0;
  background: #003291;
  height: 0.03rem;
  opacity: 1;
  margin: 0 !important;
}

.s4-l .swiper-pagination span.swiper-pagination-bullet-active {
  background: #D9A83E;
}

.s4-r {
  width: 7.44rem;
}

.s4-r ul {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}

.s4-r ul li {
  width: 50%;
}

.s4-r ul li a {
  display: block;
  height: 2.75rem;
  border-bottom: 1px dashed #C2CDE2;
  border-left: 1px dashed #C2CDE2;
}

.s4-r ul li:nth-child(2)~li a {
  border-bottom: 0;
  padding-top: 0.4rem;
}

.s4-r ul li:nth-child(odd) a {
  border-left: 0;
  padding-right: 0.36rem;
}

.s4-r ul li:nth-child(even) a {
  padding-left: 0.36rem;
}

.s4-r ul li a .date {
  /* font-family: DIN; */
  font-family: Arial;
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 0.32rem;
  color: #9E9E9E;
}

.s4-r ul li a .date b {
  font-size: 0.32rem;
  font-weight: 500;
  line-height: 0.32rem;
  color: #003291;
  margin-right: 0.04rem;
}

.s4-r ul li a h3 {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.3rem;
  height: 0.9rem;
  color: #383838;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-top: 0.12rem;
  transition: all 0.5s;
}

.s4-r ul li a p {
  font-size: 0.15rem;
  font-weight: normal;
  line-height: 0.26rem;
  height: 0.52rem;
  color: #7B7B7B;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-top: 0.12rem;
}

/* section5 */
.section5 {
  background: url(../images/section5.png) no-repeat center top;
  background-size: cover;
  padding: 3.94rem 0 1.67rem 0;
  margin-top: -0.6rem;
}

.s5 {}

.s5 ul {
  display: flex;
  flex-wrap: wrap;
}

.s5 ul li {
  width: 25%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.s5 ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(27, 55, 157, 0.8);
  backdrop-filter: blur(10px);
  color: #fff;
  height: 1.94rem;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 1;
  cursor: default;
}

.s5 ul li a .k {
  display: flex;
  align-items: flex-end;
}

.s5 ul li a h3 {
  font-family: Bebas;
  font-size: 0.16rem;
  font-weight: 400;
  text-align: center;
}

.s5 ul li a h3 strong {
  font-size: 0.72rem;
}

.s5 ul li a p {
  font-size: 0.16rem;
  color: #FFFFFF;
  opacity: 0.8;
  margin-left: 0.1rem;
  margin-bottom: 0.1rem;
}

.s5 ul li:nth-child(5)~li a::after {
  content: '';
  position: absolute;
  top: -0.09rem;
  left: -0.09rem;
  width: 0.18rem;
  height: 0.18rem;
  background: url(../images/sz.png) no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}

@media screen and (min-width: 1025px) {
  .search-xl ul li:hover {
    background: #f5f7fa;
  }

  .s3 ul li:hover a {
    background: url(../images/s3-libg.jpg) no-repeat center;
    background-size: 100% 100%;
  }

  .s3 ul li:hover a .tx h3,
  .s3 ul li:hover a .tx p {
    color: #fff;
  }

  .s3 ul li:hover a .tx .con {
    border-top-color: rgba(255, 255, 255, 0.1);
  }

  .s4-r ul li:hover a h3 {
    color: #2946AC;
    font-weight: bold;
  }
}

@media screen and (max-width: 1024px) {

  .banner,
  .banner div.slick-list,
  .banner .slick-slide a,
  .banner .slick-slide a img {
    height: auto;
  }

  .banner .slick-slide a .pic {
    padding-top: 50%;
  }

  .banner-k .xx {
    top: 10.39%;
  }

  .banner .slick-dots {
    bottom: 0.2rem;
  }

  .banner .slick-dots li {
    width: 0.1rem;
    height: 0.1rem;
  }

  .banner .slick-dots li::before {
    width: 0.07rem;
    height: 0.07rem;
  }

  .banner .slick-dots li.slick-active::before {
    width: 0.18rem;
    height: 0.18rem;
    border-color: #D6A43B;
  }

  .search-box {
    position: static;
    transform: none;
    margin-top: 10px;
    background: rgba(19, 41, 120, .9);
    width: calc(100% - 20px);
    margin-left: 10px;
    padding: 0.3rem 0.2rem;
  }


  .search-t {
    flex-wrap: wrap;
  }

  .search-lbox {
    width: 100%;
  }

  .search {
    width: 100%;
    margin-top: 0.2rem;
  }

  .search-d {
    margin-top: 0.2rem;
  }

  .search-l {
    width: 50%;
  }

  .search-lbox input.text {
    width: 50%;
    margin-right: 0;
  }

  .search-lbox label,
  .search span,
  .search-d h3 {
    font-size: 0.18rem;
  }
  .search-d h3{
    margin:0.03rem 0;
  }
  .search-d .r{
    justify-content:left;
  }

  .search .text {
    width: calc(100% - 1.42rem);
  }

  .title {
    margin-bottom: 0.24rem;
  }

  .tit-c h3 {
    font-size: 0.2rem;
  }

  .tit-c.on h3 {
    font-size: 0.24rem;
  }

  .tit-cbox>div {
    margin-right: 0.2rem;
  }

  .tit-c.on h3::after {
    bottom: -0.08rem;
    width: 0.42rem;
    height: 0.03rem;
  }

  .more a {
    font-size: 0.16rem;
    padding-left: 0.22rem;
    padding-top: 0.05rem;
  }

  .section1 {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }

  .section1::before {
    height: 58%;
  }

  .s1 .qh-bd .k .s1-big {
    display: none;
  }

  .s1-zi ul li a h3 {
    text-align: center;
    font-size: 0.24rem;
    line-height: 0.24rem;
  }

  .s1-zi {
    margin-bottom: 0.6rem;
    margin-left: 0;
  }

  .s1-sml .slick-prev,
  .s1-sml .slick-next {
    width: 0.36rem;
    height: 0.36rem;
    background-size: 0.1rem auto;
  }

  .s1-sml ul li a .tx h3 {
    font-size: 0.18rem;
  }

  .s1-sml ul li a .tx p {
    line-height: 0.26rem;
    padding: 0 0.05rem;
    /* height: 0.52rem; */
    /* white-space: nowrap; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
  }

  .s1-sml .slick-slider {
    padding: 0 0.5rem;
  }

  .section2 {
    padding: 0.3rem 0;
  }

  .s2 .qh-bd .k .s1-big {
    width: 100%;
  }

  .s2 .qh-bd .k .s1-r {
    flex: none;
    width: 100%;
    padding: 0.2rem;
  }

  .s2 .s1-zi {
    margin-bottom: 0.2rem;
  }

  .s2 .s1-zi ul li a h3 {
    font-size: 0.18rem;
  }

  .s2 .s1-zi ul li a p {
    margin-top: 0.2rem;
  }

  .section3 {
    padding: 0.3rem 0;
  }

  .s3 {
    width: 100%;
    margin-left: 0;
  }

  .s3 ul li.swiper-slide-active a,
  .s3 ul li.swiper-slide-active+li a,
  .s3 ul li.swiper-slide-active+li+li+li a,
  .s3 ul li.swiper-slide-active+li+li+li+li a {
    transform: none !important;
  }

  .s3 ul li {
    padding: 0;
  }

  .s3 .k1 .swiper-container {
    padding: 0;
  }

  .s3 .k1 {
    padding-bottom: 0.6rem;
  }

  .s3 .k1 .swiper-button {
    bottom: 0;
  }

  .s3 .k1 .swiper-button-prev,
  .s3 .k1 .swiper-button-next {
    width: 0.36rem;
    height: 0.36rem;
    background-size: 0.1rem auto;
  }

  .section4 {
    padding-top: 0.3rem;
  }

  .s4-l {
    width: 100%;
  }

  .s4-l ul li a .pic {
    padding-top: 59.86%;
  }

  .s4-l ul li a .tx {
    padding: 0 0.2rem 0.2rem 0.2rem;
  }

  .s4-l ul li a .tx h3 {
    font-size: 0.18rem;
    line-height: 0.3rem;
    height: 0.6rem;
    margin-top: 0.2rem;
  }

  .s4-l ul li a .tx .date {
    margin-right: 0.2rem;
    width: 0.8rem;
    height: 1rem;
    padding-top: 0.2rem;
    margin-top: -0.2rem;
  }

  .s4-l ul li a .tx .date b {
    font-size: 0.26rem;
    line-height: 0.26rem;
  }

  .s4-l ul li a .tx .date span {
    font-size: 0.15rem;
  }

  .s4-r {
    width: 100%;
    margin-top: 0.3rem;
  }

  .s4-r ul li a .date {
    font-size: 0.16rem;
  }

  .s4-r ul li a .date b {
    font-size: 0.26rem;
    line-height: 0.26rem;
  }

  .s4-r ul li a {
    height: auto;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }

  .s4-r ul li:nth-child(2)~li a {
    padding-top: 0.2rem;
  }

  .section5 {
    padding: 0.3rem 0;
    margin-top: 0;
  }

  .s5 ul li {
    width: 50%;
  }

  .s5 ul li a {
    height: 1.2rem;
  }

  .s5 ul li:nth-child(2)~li a::after {
    content: '';
    position: absolute;
    top: -0.09rem;
    left: -0.09rem;
    width: 0.18rem;
    height: 0.18rem;
    background: url(../images/sz.png) no-repeat;
    background-size: 100% 100%;
    z-index: -1;
  }

  .s5 ul li:nth-child(odd) a::after {
    content: none !important;
  }

  .s5 ul li a h3 strong {
    font-size: 0.42rem;
  }

  .s5 ul li a p {
    margin-bottom: 0.03rem;
  }
}

@media screen and (max-width: 920px) {}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {
  .banner-k .xx {
    width: 2.5rem;
    top: 0.25rem;
  }

  .title {
    text-align: left;
  }

  .tit-cbox>div {
    margin-right: 0.12rem;
  }

  .search-lbox label,
  .search span,
  .search-d h3 {
    display: block;
    margin-bottom: 10px;
  }

  .search-rbox {
    flex: none;
    width: 100%;
    flex-wrap: wrap;
  }

  .search-l {
    width: 100%;
    margin-right: 0;
  }

  .search-lbox input.text {
    width: 100%;
    margin-top: 10px;
  }

  .search {
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }

  .search-rbox {
    width: 100%;
  }

  .search-d .r {
    flex: none;
    width: 100%;
  }

  .s1-sml ul li a {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }

  .s3 ul li a .tx h3 {
    /* height: auto; */
    max-height: 0.6rem;
  }

  .s3 ul li a .tx .con p {
    /* height: auto; */
    max-height: 0.78rem;
  }

  .s4-r ul li {
    width: 100%;
  }

  .s4-r ul li a {
    padding: 0.2rem 0 !important;
    border-top: 1px dashed #C2CDE2 !important;
    border-left: 0 !important;
    border-bottom: 0;
  }

  .s4-r ul li:first-child a {
    border-top: 0 !important;
  }

  .s4-r ul li a h3 {
    height: auto;
    max-height: 0.9rem;
  }

  .s5 ul li a .k {
    flex-wrap: wrap;
    justify-content: center;
  }

  .s5 ul li a p {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 420px) {
  .section4 .tit-cbox .tit-c h3 span{
    display:block;
  }
  
}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 320px) {}