@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: 100vh;
}

.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;
  height: 2.58rem;
  background: url(/images/head-yy.png) repeat-x;
}

.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-dots {
  max-width: 15.6rem;
  margin: 0 auto;
  bottom: 0.6rem;
  right: 0;
  left: 0;
  font-size: 0;
  z-index: 9;
  text-align: right;
}

.banner .slick-dots li {
  vertical-align: middle;
  margin: 0 0.06rem;
  padding: 0;
  width: 0.17rem;
  height: 0.18rem;
  background: #ffffff;
  opacity: 0.7;
  transform: skewX(-20deg);
  transition: all 0.5s;
}

.banner .slick-dots li.slick-active {
  background: #1fb601;
}

.banner .slick-dots li button {
  display: none;
}

.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;
  background-image: url(/images/ban-prev.png);
}

.banner .slick-next {
  right: 0.4rem;
  background-image: url(/images/ban-next.png);
}

.banner .slick-prev:hover,
.banner .slick-next:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

/*首页样式*/

.title {
  text-align: center;
  margin-bottom: 0.6rem;
}

.tit-c {
  display: inline-block;
}

.tit-c a {
  display: block;
  position: relative;
  z-index: 1;
}

.tit-c a::before {
  content: "";
  position: absolute;
  left: -0.6rem;
  top: -0.28rem;
  width: 1.2rem;
  height: 0.94rem;
  background: url(/images/tit-bg.png) no-repeat;
  background-size: 100% 100%;
  z-index: -1;
  transition: all 0.3s ease;
}

.tit-c h3 {
  font-family: "syh-b";
  font-size: 0.42rem;
  font-weight: bold;
  line-height: 1;
  color: #222;
}

.tit-c p {
  font-family: "syh-r";
  font-size: 0.18rem;
  color: #dddddd;
  position: relative;
  padding-left: 0.25rem;
}

.tit-c p::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.18rem;
  height: 0.03rem;
  background: #1fb601;
}

/*主体*/
.section1 {
  padding-top: 1.1rem;
  padding-bottom: 1.45rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.s1-y {
  position: absolute;
  left: 0.4rem;
  top: 0.8rem;
  display: block;
  width: 5.04rem;
  height: 4.82rem;
  animation: play 25s linear infinite;
  z-index: -1;
}

.s1-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s1-l {
  width: 71.23%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s1-l .l {
  width: 61.73%;
}

.s1-l .r {
  width: 33.6%;
}

.s1-l li a {
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 22px 0px rgba(14, 14, 14, 0.26);
}

.s1-l .l .pic {
  padding-top: 0;
  height: 4.59rem;
}

.s1-l .r .pic {
  padding-top: 0;
  height: 2.3rem;
}

.s1-l .l li .tx {
  padding: 0.26rem 0.2rem;
}

.s1-l .r li .tx {
  padding: 0.1rem 0.2rem;
}

.s1-l .l li .tx span {
  display: block;
  font-family: "syh-n";
  font-size: 0.16rem;
  color: #a3a3a3;
}

.s1-l .l li .tx h3 {
  font-family: "syh-m";
  font-size: 0.22rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 0.1rem;
  transition: all 0.5s;
}

.s1-l .l li:hover .tx h3 {
  color: #b41e2a;
}

.s1-l .l li .tx p {
  font-family: "syh-n";
  font-size: 0.16rem;
  line-height: 0.26rem;
  height: 0.52rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  color: #555;
  margin-top: 0.1rem;
}

.s1-l .r li .tx h3 {
  font-family: "syh-m";
  font-size: 0.18rem;
  line-height: 0.3rem;
  height: 0.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.s1-l .r li:hover .tx h3 {
  color: #b41e2a;
}

.s1-l .r li+li {
  margin-top: 0.2rem;
}

.s1-r {
  flex: 1;
  min-width: 0;
  margin-left: 0.46rem;
}

.s1-r ul li a {
  display: block;
  padding: 0.162rem 0.2rem;
  border-bottom: 1px dashed rgba(164, 164, 164, 0.2);
  position: relative;
  z-index: 1;
}

.s1-r ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background-image: linear-gradient(0deg,
      rgb(3, 84, 214) 0%,
      rgb(83, 138, 227) 98%);
  background:#b41e2a;
  box-shadow: 0px 0.06rem 0.2256rem 0.0144rem rgba(14, 14, 14, 0.34);
  z-index: -1;
  transition: all 0.5s;
}

.s1-r ul li:first-child a {
  border-top: 1px dashed rgba(164, 164, 164, 0.2);
}

.s1-r ul li span {
  display: inline-block;
  background-image: linear-gradient(0deg,
      rgb(3, 84, 214) 0%,
      rgb(83, 138, 227) 98%);
  background:#b41e2a;
  padding: 0 0.15rem 0 0.08rem;
  font-family: "syh-n";
  font-size: 0.14rem;
  color: #fff;
  line-height: 0.22rem;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%, 0 0, 50% 0);
  transition: all 0.5s;
}

.s1-r ul li h3 {
  font-size: 0.18rem;
  line-height: 0.3rem;
  height: 0.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-top: 0.1rem;
  transition: all 0.5s;
}

.s1-r ul li:hover a::before {
  width: 100%;
}

.s1-r ul li:hover h3 {
  color: #fff;
}

.s1-r ul li:hover span {
  background: #1fb601;
}

.section2 {
  padding-top: 1.25rem;
  padding-bottom: 0.8rem;
  background: url(/images/section2-bg.png) no-repeat center top;
  background-size: cover;
  overflow: hidden;
}

.s2-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s2-c .title {
  text-align: left;
}

.s2-l {
  width: 65.06%;
}

.s2-l ul {
  display: flex;
  flex-wrap: wrap;
}

.s2-l ul li {
  width: 31.23%;
}

.s2-l ul li+li {
  margin-left: 3.155%;
}

.s2-l ul li a {
  display: block;
}

.s2-l ul li a .pic {
  padding-top: 0;
  height: 2.4rem;
}

.s2-l ul li a .tx h3 {
  font-size: 0.18rem;
  line-height: 0.24rem;
  height: 0.48rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-top: 0.3rem;
  transition: all 0.5s;
}

.s2-l ul li:hover a .tx h3 {
  color: #b41e2a;
}

.s2-l ul li a .tx p {
  font-family: "syh-n";
  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;
  margin-top: 0.26rem;
  color: rgba(85, 85, 85, 0.7);
}

.s2-r {
  width: 29.23%;
}

.s2-r ul li a {
  display: flex;
  align-items: center;
  padding: 0.2rem 0;
  border-bottom: 1px solid #91b6f1;
  position: relative;
  z-index: 1;
}

.s2-r ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -0.2rem;
  width: 0;
  background: #b41e2a;
  background-size: 100% 100%;
  z-index: -1;
  transition: all 0.5s;
}

.s2-r ul li a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 0.25rem;
  height: 0.03rem;
  background: url(/images/s2-rzs.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s;
}

.s2-r ul li a .date {
  text-align: center;
  font-family: Myriad Pro;
  margin-right: 0.24rem;
}

.s2-r ul li a .date b {
  display: block;
  font-size: 0.36rem;
}

.s2-r ul li a .date span {
  display: block;
  font-size: 0.16rem;
}

.s2-r ul li a .h3 {
  flex: 1;
  min-width: 0;
  font-size: 0.18rem;
  line-height: 0.26rem;
  max-height: 0.52rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.s2-r ul li:hover a::before {
  width: calc(100% + 0.4rem);
}

.s2-r ul li:hover a::after {
  opacity: 0;
}

.s2-r ul li:hover a .date,
.s2-r ul li:hover a .h3 {
  color: #fff;
}

.section3 {
  padding-top: 0.8rem;
  overflow: hidden;
  background: url(/images/section3-bg.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center top;
  position: relative;
}

.section3 .title {
  text-align: left;
}

.section3 .title h3 {
  color: #fff;
}

.s3-box {
  width: 12.09rem;
  height: 12.09rem;
  background: rgba(255, 255, 255, 0.25);
  margin: 0 auto;
  border-radius: 50%;
  margin-bottom: -6.045rem;
  position: relative;
}

.s3-y {
  position: absolute;
  top: 1.77rem;
  left: 1.77rem;
  right: 1.77rem;
  bottom: 1.77rem;
  border-radius: 50%;
  background: #fff;
}

.s3-x {
  position: absolute;
  top: 2.06rem;
  left: 2.06rem;
  right: 2.06rem;
  bottom: 2.06rem;
  border-radius: 50%;
  background: url(/images/s3q1.png) no-repeat center center;
  background-size: 100% 100%;
  animation: play 80s linear infinite;
}

.s3-x2 {
  position: absolute;
  top: 2.88rem;
  left: 2.88rem;
  right: 2.88rem;
  bottom: 2.88rem;
  border-radius: 50%;
  border: 0.02rem solid #044dac;
  opacity: 0.1;
}

.s3-pic {
  position: absolute;
  top: 3.44rem;
  left: 3.44rem;
  right: 3.44rem;
  bottom: 3.44rem;
  border-radius: 50%;
  transform: scale(1.3);
  transition-delay: 0.5s;
  transition: all 1s;
}

.section3.on .s3-pic {
  transform: none;
}

.s3-pic .pic {
  padding-top: 100%;
}

.s3-c {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -6.6rem;
  width: 13.2rem;
  height: 7.26rem;
  z-index: 2;
}

.s3-c>div {
  height: 100%;
  padding-top: 0.3rem;
}

.s3-c ul li {
  position: relative;
}

.s3-c ul li a {
  display: block;
  text-align: center;
  position: relative;
  z-index: 9;
}

.s3-c ul li .icon1 {
  width: 1.19rem;
  height: 1.19rem;
  margin: 0 auto;
  background: #fff;
  border: 0.02rem solid #bacff1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.5s;
}

.circle {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
}

.circle span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: #fff;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-animation: circleScale 4s linear infinite;
  -moz-animation: circleScale 4s linear infinite;
  -ms-animation: circleScale 4s linear infinite;
  animation: circleScale 4s linear infinite;
  transition: all .5s;
}

.circle span:nth-of-type(2) {
  animation-delay: 1.33s;
}

@keyframes circleScale {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  20% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
  }
}

.s3-c ul li:hover .circle {
  opacity: 1
}

.s3-c ul li .icon1 img {
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  transition: all 1s;
}

.s3-c ul li:hover .icon1 img {
  transform: rotateY(360deg);
}

.s3-c ul li .tx h3 b {
  font-family: "syh-b";
  font-size: 0.54rem;
  color: #fff;
}

.s3-c ul li .tx h3 i {
  font-style: normal;
  font-size: 0.26rem;
  color: #fff;
}

.s3-c ul li .tx p {
  font-size: 0.18rem;
  color: #fff;
}

.s3-c ul li.swiper-slide-prev a {
  transform: translateX(-0.8rem);
}

.s3-c ul li.swiper-slide-active+li a {
  transform: translateX(0.8rem);
}

.s3-c .arrow {
  width: 0.5rem;
  height: 0.5rem;
  background-color: #b41e2a60;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.3rem;
  top: auto;
  bottom: 1rem;
  z-index: 9;
  transition: all 0.5s;
}

.s3-c .arrow:hover {
  background-color: #b41e2a;
}

.s3-c .arrow::after {
  content: none;
}

.s3-c .swiper-button-prev {
  left: auto;
  right: 50%;
  margin-right: 2.7rem;
  background-image: url(/images/s3-prev.png);

}

.s3-c .swiper-button-next {
  right: auto;
  left: 50%;
  margin-left: 2.7rem;
  background-image: url(/images/s3-next.png);
}

.section4 {
  padding-top: 0.8rem;
  padding-bottom: 1rem;
  background: url(/images/section4-bg.png) no-repeat center top;
  background-size: cover;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.section4 .title {
  text-align: left;
  position: relative;
  z-index: 1;
}

.foot-media {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}

.foot-media>div {
  position: relative;
  cursor: pointer;
  margin-right: 0.25rem;
}

.foot-media>div:hover div {
  display: block;
}

.foot-media>div>span {
  display: block;
  width: 0.53rem;
  height: 0.53rem;
  border-radius: 50%;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}

.foot-media>div:hover>span {
  transform: scale(1.1);
}

.foot-media>div>span>img,
.foot-media>div>span>a>img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}

.foot-media>div:hover>span>img {}

.foot-media>div>div {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 0.1rem);
  width: 1.2rem;
  padding: 0.05rem;
  background: #fff;
  box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.18);
  z-index: 6;
  display: none;
}

.foot-media>div>div img {
  display: block;
  width: 100%;
}

.foot-media>div>div::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 5px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.foot-media>div>img {
  display: block;
  margin: 0 auto;
}

.s4-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s4-c ul li a {
  display: block;
  position: relative;
}

.s4-c ul li .pic::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(/images/s4-yy.png) repeat-x;
  height: 1.2rem;
}

.s4-c ul li .tx {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  padding: 0 0.25rem 0.25rem;
  transition: all 0.5s;
}

.s4-c ul li:hover .tx {
  padding: 0 0.2rem 0.2rem;
}

.s4-c ul li .tx .icon1 {
  width: 0.32rem;
  height: 0.32rem;
}

.s4-c ul li .tx .icon1 img {
  width: 100%;
}

.s4-c ul li .tx h3 {
  margin-top: 0.1rem;
  font-size: 0.18rem;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.s4-l {
  width: 25.57%;
}

.s4-l ul li .pic {
  padding-top: 180.45%;
}

.s4-ll ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.5rem;
  height: 0.5rem;
  /*background: url(/images/bf.png) no-repeat;*/
  background-size: 100% 100%;
  transition: all 0.5s;
}

.s4-ll ul li:hover a::after {
  transform: translate(-50%, -50%) scale(1.25);
}

.s4-m {
  width: 47.24%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.s4-m .t .pic {
  padding-top: 48.84%;
}

.s4-m .d {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s4-m .d li {
  width: 48.84%;
}

.s4-m .d .pic {
  padding-top: 96.11%;
}

.section5 {
  overflow: hidden;
  position: relative;
}

.s5-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.s5-c {
  position: relative;
  max-width: 42.3%;
  padding-top: 1.15rem;
}

.s5-c .title {
  text-align: left;
  margin-bottom: 0.85rem;
}

.s5-c .title h3 {
  color: #fff;
}

.qh-bg>ul {
  position: relative;
}

.qh-bg>ul>li {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: 1;
  transform: scaleY(1.1);
  transition: all 1s;
}

.qh-bg>ul>li.on {
  position: relative;
  z-index: 2;
  opacity: 1;
  transform: scaleY(1);

}

.qh-bg>ul>li .pic {
  padding-top: 0;
  height: 8.3rem;
}

.qh-tit {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}

.qh-tit::before {
  content: "";
  position: absolute;
  top: 0.92rem;
  left: -3.1rem;
  width: 7.87rem;
  height: 7.87rem;
  border: 1px solid #fff;
  border-radius: 50%;
}

.qh-tit>ul>li {
  width: 0.92rem;
  height: 0.92rem;
  border-radius: 50%;
  overflow: hidden;
  border: 0.02rem solid #fff;
  transition: all 0.5s;
  cursor: pointer;
  position: absolute;
  z-index: 1;
}

.qh-tit>ul>li .pic {
  padding-top: 0;
  height: 100%;
  background-color: #000;
}

.qh-tit>ul>li .pic .a {
  opacity: 0.4;
}

.qh-tit>ul>li.on .pic .a {
  opacity: 0.5;
}

.qh-tit>ul>li h3 {
  font-size: 0.14rem;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qh-tit>ul>li.on {
  transform: scale(1.326);
}

.qh-tit>ul>li:first-child {
  top: 1.2rem;
  right: 0.73rem;
}

.qh-tit>ul>li:nth-child(2) {
  top: 2.44rem;
  right: 2.2rem;
}

.qh-tit>ul>li:nth-child(3) {
  top: 4rem;
  right: 2.53rem;
}

.qh-tit>ul>li:nth-child(4) {
  top: 5.64rem;
  right: 2.62rem;
}

.qh-bd {
  position: relative;
}

.qh-bd>div {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: 8;
}

.qh-bd>div.on {
  position: relative;
  z-index: 9;
  opacity: 1;
}

.qh-bd>div h3 {
  font-size: 0.28rem;
  color: #fff;
}

.qh-bd>div p {
  margin-top: 0.25rem;
  color: #fff;
  font-size: 0.15rem;
  line-height: 0.3rem;
height: 0.9rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.qh-bd>div .d {
  margin-top: 0.6rem;
}

.qh-bd>div .d ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.qh-bd>div .d ul li {
  margin-top: 0.18rem;
  margin-right: 0.18rem;
}

.qh-bd>div .d ul li a {
  display: block;
  color: #fff;
  min-width: 2rem;
  font-size: 0.15rem;
  line-height: 0.44rem;
  padding: 0 0.5rem 0 0.15rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  z-index: 1;
}

.qh-bd>div .d ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  width: 0;
  height: 0;
  opacity: 0;
  transition: all 0.5s;
}

.qh-bd>div .d ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 0;
  height: 0;
  opacity: 0;
  transition: all 0.5s;
}

.qh-bd>div .d ul li:hover a::before,
.qh-bd>div .d ul li:hover a::after {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.qh-bd>div .d ul li a i {
  display: block;
  position: absolute;
  right: 0.15rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.21rem;
  height: 0.11rem;
  background: url(/images/s5-line.png) no-repeat;
  background-size: 100% 100%;
}

.section6 {
  padding-top: 1rem;
  padding-bottom: 1.04rem;
  overflow: hidden;
}

.section6 .wp {
  position: relative;
}

.s6-lz {
  display: block;
  position: absolute;
  top: -0.5rem;
  right: 0;
  width: 51.28%;
  height: 97%;
}

.s6-c ul li a {
  display: block;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  position: relative;
  z-index: 1;
  transition: all 1.5s;
}

.s6-c ul li:hover a {
  clip-path: polygon(0 0, 100% 2%, 100% 100%, 0 98%);
}

.s6-c ul li .pic {
  padding-top: 165.86%;
}

.s6-c ul li .h3 {
  position: absolute;
  top: 0.18rem;
  left: 0.18rem;
  font-size: 0.24rem;
  color: #fff;
  writing-mode: tb-rl;
  text-shadow: 0px 0.03rem 0.07rem rgba(0, 0, 0, 0.68);
}

.s6-c ul li .gd {
  position: absolute;
  bottom: 0.25rem;
  right: 0.22rem;
  font-family: "syh-n";
  font-size: 0.16rem;
  color: #fff;
  writing-mode: tb-rl;
  text-shadow: 0px 0.03rem 0.07rem rgba(0, 0, 0, 0.68);
}

.s6-c ul li .gd::after {
  content: "";
  position: absolute;
  top: -0.43rem;
  left: 50%;
  transform: translateX(-50%);
  border-left: 0.02rem solid #fff;
  height: 0.33rem;
}

@media screen and (max-width: 1700px) {}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1560px) {
  .banner .slick-dots {
    padding: 0 0.2rem;
  }

  .s5-box {
    left: 0;
    transform: none;
  }
}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1300px) {}

@media screen and (max-width: 1200px) {

  .s3-k {
    zoom: 0.8;
  }
}

@media screen and (max-width: 1100px) {}

@media screen and (max-width: 1024px) {

  .banner,
  .banner div.slick-list,
  .banner .slick-slide a,
  .banner .slick-slide a img {
    height: auto;
  }

  .banner .slick-dots {
    bottom: 0.25rem;
    text-align: center;
  }

  .banner .slick-slide a::after {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .banner .slick-dots li {
    width: 0.14rem;
    height: 0.15rem;
  }

  .title {
    margin-bottom: 0.3rem;
  }

  .tit-c h3 {
    font-size: 0.26rem;
  }

  .tit-c p {
    font-size: 12px;
    padding-left: 0.18rem;
  }

  .tit-c p::after {
    width: 0.12rem;
    height: 0.02rem;
  }

  .tit-c a::before {
    width: 0.8rem;
    height: 0.63rem;
    left: -0.35rem;
    top: -0.16rem;
  }

  .section1 {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }

  .s1-y {
    width: 3rem;
    height: 2.87rem;
    top: 0.4rem;
    left: 0;
  }

  .s1-l {
    width: 100%;
  }

  .s1-l .l {
    width: 100%;
  }

  .s1-l .l .pic {
    height: auto;
    padding-top: 66.61%;
  }

  .s1-l .l li .tx {
    padding: 0.2rem;
  }

  .s1-l .l li .tx p {
    height: auto;
    max-height: 0.52rem;
  }

  .s1-l .r {
    width: 100%;
  }

  .s1-l .r li {
    margin-top: 0.3rem !important;
  }

  .s1-l .r .pic {
    height: auto;
    padding-top: 61.33%;
  }

  .s1-l .r li .tx h3 {
    font-size: 0.2rem;
    height: auto;
    max-height: 0.6rem;
  }

  .s1-l .r li .tx {
    padding: 0.2rem;
  }

  .s1-r {
    flex: none;
    width: 100%;
    margin-left: 0;
    margin-top: 0.3rem;
  }

  .s1-r ul li span {
    font-size: 0.16rem;
  }

  .s1-r ul li h3 {
    font-size: 0.2rem;
    height: auto;
    max-height: 0.6rem;
  }

  .section2 {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }

  .s2-l {
    width: 100%;
  }

  .s2-l ul li {
    width: 100%;
  }

  .s2-l ul li a .pic {
    height: auto;
    padding-top: 75.7%;
  }

  .s2-l ul li+li {
    margin-left: 0;
    margin-top: 0.3rem;
  }

  .s2-l ul li a .tx h3 {
    font-size: 0.2rem;
    height: auto;
    max-height: 0.48rem;
    margin-top: 0.2rem;
  }

  .s2-l ul li a .tx p {
    font-size: 0.18rem;
    height: auto;
    max-height: 0.78rem;
    margin-top: 0.2rem;
  }

  .s2-r {
    width: 100%;
    margin-top: 0.4rem;
  }

  .s2-r .title {
    margin-bottom: 0;
  }

  .s2-r ul li a .h3 {
    font-size: 0.2rem;
  }

  .section3 {
    padding-top: 0.4rem;
  }

  .s3-k {
    zoom: 1;
  }

  .s3-c {
    position: static;
    transform: none;
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 0.3rem;
  }

  .s3-c>div {
    padding-top: 0.08rem;
    height: auto;
  }

  .s3-c ul li {
    transform: none !important;
  }

  .s3-c ul li a {
    transform: none !important;
  }

  .s3-c ul li .icon1 {
    width: 1rem;
    height: 1rem;
  }

  .s3-c ul li .icon1 img {
    width: 0.75rem;
    height: 0.75rem;
  }

  .s3-c ul li .tx h3 b {
    font-size: 0.34rem;
  }

  .s3-c ul li .tx h3 i {
    font-size: 0.22rem;
  }

  .s3-c ul li .tx p {
    font-size: 0.18rem;
  }

  .s3-c .arrow {
    display: none !important;
  }

  .s3-box {
    width: 62.86vw;
    height: 62.86vw;
    margin-bottom: -31.43vw;
  }

  .s3-y {
    top: 9.12vw;
    left: 9.12vw;
    right: 9.12vw;
    bottom: 9.12vw;
  }

  .s3-x {
    top: 10.72vw;
    left: 10.72vw;
    right: 10.72vw;
    bottom: 10.72vw;
  }

  .s3-x2 {
    top: 15vw;
    left: 15vw;
    right: 15vw;
    bottom: 15vw;
  }

  .s3-pic {
    top: 17.91vw;
    left: 17.91vw;
    right: 17.91vw;
    bottom: 17.91vw;
  }


  .section4 {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }

  .foot-media>div>span {
    width: 0.4rem;
    height: 0.4rem;
  }

  .foot-media>div {
    margin-right: 0.15rem;
  }

  .foot-media>div>div {
    width: 1rem;
  }

  .s4-c ul li .tx {
    padding: 0 0.1rem 0.1rem;
  }

  .s4-c ul li:hover .tx {
    padding: 0 0.05rem 0.05rem;
  }

  .s4-c ul li .tx .icon1 {
    width: 0.2rem;
    height: 0.2rem;
  }

  .s4-ll ul li a::after {
    width: 0.4rem;
    height: 0.4rem;
  }

  .qh-tit {
    width: 100%;
    top: 1.2rem;
  }

  .qh-tit::before {
    right: auto;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 0;
    border: none;
    height: auto;
    width: 100%;
    border-top: 1px solid #fff;
  }

  .qh-tit>ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .qh-tit>ul>li {
    position: relative !important;
    top: auto !important;
    right: auto !important;
  }

  .qh-tit>ul>li+li {
    margin-left: 0.5rem;
  }

  .qh-bd>div p {
    font-size: 0.17rem;
  }

  .qh-bd>div .d ul li a {
    font-size: 0.18rem;
  }

  .qh-bd>div .d {
    margin-top: 0.3rem;
  }

  .s5-c {
    max-width: 100%;
    padding-top: 0;
  }

  .s5-c .title {
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 2;
  }

  .qh-bg>ul>li .pic {
    height: 6rem;
  }

  .s5-box {
    position: static;
    padding: 0.4rem 0;
  }

  .qh-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .qh-bg>ul>li .pic {
    height: 8rem;
  }

  .section6 {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {
  .foot-media {
    position: static;
    transform: none;
    margin-top: 0.2rem;padding-left: 0.15rem;
  }

  .s4-c>div {
    width: 100% !important;
  }

  .s4-c>div+div {
    margin-top: 0.2rem;
  }

  .s4-m .d {
    margin-top: 0.2rem;
  }

  .s4-m .d li {
    width: calc((100% - 0.2rem) / 2);
  }

  .qh-tit>ul>li h3 {
    font-size: 0.16rem;
  }

  .qh-tit>ul>li+li {
    margin-left: 0.3rem;
  }
}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 320px) {}








/*校庆倒计时*/
.xqdjs {
    position: absolute;
    top: 120px;
    z-index: 99;
    right: 10%;
    }
.xqdjs .row {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    flex-direction: row;
    justify-content: center;
    align-items: center;}
/* 倒影 */
.xqdjs .day {
    font-weight: 400;
    line-height: 150%;
    font-size: 0.6rem;
    text-align: left;
    color: #FFFFFF;
    font-family: Bahnschrift;
    text-align: right;
    margin-right: 10px;
    }
.xqdjs .day1 {
    font-weight: 400;
    line-height: 150%;
    font-size: 0.6rem;
    text-align: left;
    color: #FFFFFF;
    font-family: Bahnschrift;
}
.xqdjs .day {
    position: relative;    
    &::before {
        content: attr(content);
        position: absolute;
        inset: 0;
        transform: rotatex(180deg) translatey(33px);
        transform-origin: 50% 100%;}
}
.xqdjs .day:before {
    mask: linear-gradient(rgba(0,0,0,0) 20%, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0.4) 70%);
    -webkit-mask: linear-gradient(rgba(0,0,0,0) 20%, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0.4) 70%);}
.xqdjs .day1 {
    position: relative;
    display: flex;
}
.xqdjs .day1>div {
position: relative;
    &::before {
        content: attr(content);
        position: absolute;
        inset: 0;
        transform: rotatex(180deg) translatey(33px);
        transform-origin: 50% 100%;}
}
.xqdjs .day1>div:before {
    mask: linear-gradient(rgba(0,0,0,0) 20%, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0.4) 70%);
    -webkit-mask: linear-gradient(rgba(0,0,0,0) 20%, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0.4) 70%);}
.xqdjs .day_text {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    }
.xqdjs .home_count_down {
    width: 158px;
    height: 67px;
    border-radius: 0px;}
.xqdjs .home_day_text {
    font-weight: 400;
    height: 67px;
    line-height: 67px;
    font-size: 110px;
    text-align: left;
    color: #FBE4AE;
    letter-spacing: 0px;
    font-family: Bahnschrift;
    width: auto;}
.xqdjs .home_day_text {
    position: relative;    
    &::before {
        content: attr(content);
        position: absolute;
        inset: 0;
        transform: rotatex(180deg) translatey(1px);
        transform-origin: 50% 100%;}
}
.xqdjs .home_day_text:before {
    mask: linear-gradient(rgba(0,0,0,0) 20%, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0.4) 70%);
    -webkit-mask: linear-gradient(rgba(0,0,0,0) 20%, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0.4) 70%);}
.xqdjs .home_day {
    width: 34px;
    height: 34px;
    border-radius: 0px;
    position: relative;
    top: 0px;}
.xqdjs .day_text {
    -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), to(#00000040));}
.xqdjs .count_title {
    line-height: 150%;
    color: #FFFFFFEE;
    text-align: center;
    width: 100%;
    font-size: 0.22rem;
    font-weight: 600;
    margin-top: 0.5rem;
}
@media screen and (max-width: 1024px) {
.xqdjs {
    top: 60px;
    right: 3%;
    background: #b41e2a60;
    padding: 0.1rem;
}
.xqdjs .day {
    font-size: 0.4rem;
}
.xqdjs .day1 {
    font-size: 0.4rem;
}
.xqdjs .day_text {
    width: 0.2rem;
    height: 0.2rem;
}
.xqdjs .count_title {
    font-size: 0.16rem;
    margin-top: 0.1rem;}
}
/*校庆倒计时结束*/