@charset "utf-8";

body {
  height: 100vh;
  overflow-x: hidden;
  background: url(../images/banner.jpg) no-repeat center;
  background-size: cover;
}

.index {
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}

.pc {
  position: static;
  width: 100%;
}

.section1 {
  width: 100%;
  padding: 0 0.9rem;
  /* margin-top: 9.375vh; */
}

.s1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s1-l {
  width: 26.89%;
  padding-right: 0.68rem;
  border-right: 1px solid rgba(244, 244, 244, 0.4);
}

.search2 {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0.24rem;
  position: relative;
  transition: all 0.5s;
}

.search2 .text {
  width: 100%;
  padding-left: 0.23rem;
  padding-right: 0.57rem;
  height: 0.48rem;
  line-height: 0.48rem;
  font-size: 0.16rem;
  background: none;
  color: #fff;
}

.search2 .button {
  width: 0.57rem;
  height: 0.48rem;
  background: url(../images/fdj.png) no-repeat center;
  background-size: 0.21rem auto;
  font-size: 0;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.search2 input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.search2 input::-moz-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.search2 input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.search2:hover {
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.xsjs,
.zcjs {
  margin-top: 3.64vh;
  overflow: hidden;
}

.xsjs h3,
.zcjs h3 {
  font-size: 0.18rem;
  color: #fff;
}

.xsjs ul,
.zcjs ul {
  display: flex;
  flex-wrap: wrap;
}

.xsjs ul {
  margin-right: -0.15rem;
  margin-top: 0.3rem;
}

.xsjs ul li {
  width: 0.44rem;
  height: 0.44rem;
  line-height: 0.44rem;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 0.18rem;
  color: #fff;
  margin-right: 0.15rem;
  margin-bottom: 0.12rem;
  cursor: pointer;
  transition: all 0.5s;
}

/* .xsjs ul li.on,
.xsjs ul li.on:hover,
.zcjs ul li.on,
.zcjs ul li.on:hover {
  background-color: #fff;
  color: #004894;
} */

/* .xsjs ul li:hover,
.zcjs ul li:hover {
  background-color: rgba(255, 255, 255, 0.4);
} */

.xsjs ul li:hover,
.zcjs ul li:hover {
  background-color: #fff;
  color: #004894;
}

.zcjs ul {
  margin-right: -0.13rem;
  margin-top: 0.3rem;
}

.zcjs ul li {
  padding: 0 0.15rem;
  height: 0.38rem;
  line-height: 0.38rem;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 0.16rem;
  color: #fff;
  margin-right: 0.13rem;
  margin-bottom: 0.13rem;
  cursor: pointer;
  transition: all 0.5s;
}

.s1-r {
  flex: 1;
  min-width: 0;
  padding-left: 0.68rem;
  padding-top: 0.3rem;
}

.s1-r .tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tit-c {
  position: relative;
  z-index: 1;
}

.tit-c>img {
  position: absolute;
  bottom: 0;
  left: 0.34rem;
  width: 3.13rem;
}

.tit-c h3 {
  font-family: sys-b;
  font-size: 0.48rem;
  color: #f4f4ff;
}

.s1-r .swiper-btn {
  display: flex;
  align-items: center;
}

.s1-r .swiper-btn>div {
  position: static;
  transform: none;
  margin-top: 0;
  width: 0.5rem;
  height: 0.5rem;
  border: 1px dashed #fff;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.1rem auto;
  justify-content: space-between;
  transition: all 0.5s;
}

.s1-r .swiper-btn .swiper-button-prev {
  background-image: url(../images/prev1.png);
}

.s1-r .swiper-btn .swiper-button-next {
  margin-left: 0.16rem;
  background-image: url(../images/next1.png);
}

.s1-r .swiper-btn>div:hover {
  background-color: #fff;
}

.s1-r .swiper-btn .swiper-button-prev:hover {
  background-image: url(../images/prev2.png);
}

.s1-r .swiper-btn .swiper-button-next:hover {
  background-image: url(../images/next2.png);
}

.s1-r .swiper-container {
  margin-top: 6.66vh;
}

.s1-r ul li a {
  display: block;
}

.s1-r ul li a .pic {
  padding-top: 100%;
}

.s1-r ul li a .pic::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0.46rem;
  height: 0.46rem;
  background-color: #fff;
  background-image: url(../images/r-jt.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.1rem auto;
  transition: all 0.3s;
}

.s1-r ul li a .tx {
  padding: 0.23rem 0 0.26rem 0;
  border-bottom: 0.03rem solid #fff;
  transition: all 0.5s;
}

.s1-r ul li a .tx h3 {
  font-size: 0.2rem;
  color: #fff;
}

.s1-r ul li a .tx p {
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: #fff;
  margin-top: 1.56vh;
  opacity: 0.8;
  /* white-space: nowrap; */
  /* text-overflow: ellipsis; */
  /* overflow: hidden; */
  height: 0.56rem;
}

.s1-r ul li a .tx p span {
  display: inline-block;
}

.s1-r ul li:hover a .pic::after {
  /* background-color: #ad0030; */
  /* background-image: url(../images/b-jt.png); */
  /* background-size: 0.16rem auto; */
}
.s1-r ul li:hover a .tx {
  padding: 0.23rem 0.1rem 0.26rem 0.2rem;
  background-color: rgba(255, 255, 255, 0.2);
}


@media screen and (max-width: 1024px) {
  body {
    height: auto;
  }

  .index {
    height: auto;
    display: block;
  }

  .section1 {
    padding: 0.3rem 10px;
  }

  .s1-l {
    width: 100%;
    padding-right: 0;
    border-right: 0;
  }

  .xsjs,
  .zcjs {
    margin-top: 0.3rem;
  }

  .xsjs ul,
  .zcjs ul {
    margin-top: 0.2rem;
  }

  .s1-r {
    flex: none;
    width: 100%;
    padding-left: 0;
    margin-top: 0.4rem;
  }

  .tit-c h3 {
    font-size: 0.26rem;
  }

  .tit-c>img {
    left: 0.14rem;
    width: 2.2rem;
  }

  .s1-r .swiper-container {
    margin-top: 0.25rem;
  }

  .s1-r ul li a .tx {
    padding: 0.2rem 0;
  }

  .s1-r ul li a .tx p {
    margin-top: 0.1rem;
  }

  .s1-r ul li a .tx h3 {
    font-size: 0.18rem;
  }

  .s1-r ul li a .pic::after {
    width: 0.36rem;
    height: 0.36rem;
  }

  .s1-r ul li:hover a .tx {
    padding: 0.2rem 0.1rem;
  }

  .s1-r .swiper-btn>div {
    width: 0.35rem;
    height: 0.35rem;
    background-size: 0.08rem auto;
  }
}

@media screen and (max-width: 920px) {
  .s1-r ul li a .tx p {
    height: auto;
  }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 640px) {

  .s1-r ul li a .tx p {
    height: auto;
  }
}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 400px) {}

@media screen and (max-width: 320px) {}