@charset "UTF-8";

body {
  overflow-x: hidden;
  padding-left: 0.8rem;
}

/*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;
  border-bottom: 0.1rem solid #a11b2d;
}

.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;
  background: url(../images/ban-yy.png) no-repeat center center;
  background-size: 100% 100%;
}

.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: 12.6rem;
  margin: 0 auto;
  bottom: 0.6rem;
  right: 0;
  left: 0;
  font-size: 0;
  z-index: 9;
  text-align: center;
}

.banner .slick-dots li {
  vertical-align: middle;
  margin: 0 0.15rem;
  padding: 0;
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  background: #ffffff;
  opacity: 0.6;
  transition: all 0.5s;
}

.banner .slick-dots li.slick-active {
  background: #a11b2d;
  opacity: 1;
}

.banner .slick-dots li button {
  display: none;
}

/*棣栭〉鏍峰紡*/

.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() 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: 0.7rem;
  background: url(../images/section1-bg.jpg) no-repeat center top;
  background-size: cover;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-right: 0.1rem solid #a11b2d;
}

.s1-logo {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 11.875%;
}

.qh-tit {}

.qh-tit>ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.qh-tit>ul>li {
  font-size: 0.26rem;
  padding: 0 0.1rem;
  transition: all 0.5s;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.qh-tit>ul>li.on {
  color: #a11b2d;
}

.qh-tit>ul>li+li {
  margin-left: 0.5rem;
}

.qh-tit>ul>li::before {
  content: '';
  position: absolute;
  bottom: -0.26rem;
  left: 50%;
  margin-left: -0.69rem;
  width: 100%;
  width: 1.38rem;
  height: 0.17rem;
  background: url(../images/s1-tit.png) no-repeat center;
  background-size: 100% 100%;
  transform: scaleX(0);
  transition: all 0.5s;
}

.qh-tit>ul>li.on::before {
  transform: none;
}

.qh-bd {
  position: relative;
  margin-top: 0.4rem;
}

.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 ul {
  display: flex;
  flex-wrap: wrap;
}

.qh-bd ul li {
  width: 33.33333%;
}

.qh-bd ul li a {
  display: block;
  position: relative;
  z-index: 1;
  padding: 0.3rem;
}

.qh-bd ul li a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  background: url(../images/s1-libg.png) no-repeat center;
  background-size: 100% 100%;
  box-shadow: 0 0.04rem 0.14rem rgba(114, 12, 26, 0.1);
  z-index: -1;
  transition: all 0.5s;
}

.qh-bd ul li a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 0.05rem;
  background: #a11b2d;
  transform: scaleX(0);
  z-index: -1;
  transition: all 0.5s;
}

.qh-bd ul li a .date {
  font-family: "Verdana";
  font-size: 0.18rem;
  color: #999;
}

.qh-bd ul li a .date b {
  font-size: 0.36rem;
  color: #98795f;
  padding-right: 0.06rem;
  transition: all 0.5s;
}

.qh-bd ul li a .pic {
  padding-top: 66.6666%;
  margin-top: 0.3rem;
}

.qh-bd ul li a .tx h3 {
  margin-top: 0.24rem;
  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;
}

.qh-bd ul li a .tx .s1-jt {
  display: block;
  width: 0.55rem;
  margin-top: 0.25rem;
}

.qh-bd ul li:hover a .date b {
  color: #a11b2d;
}

.qh-bd ul li:hover a::after {
  transform: none;
}

.qh-bd ul li:hover a::before {
  height: 100%;
}

.qh-more {
  margin-top: 0.6rem;
  position: relative;
  z-index: 999999;
}

.qh-more ul {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.qh-more ul::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  width: calc((100vw - 12.6rem)/2 + 100%);
  background: #a11b2d;
  z-index: -1;
}

.qh-more ul li {
  display: none;
  padding: 0.15rem 0.5rem 0.15rem 0;
  background: #a11b2d;
}

.qh-more ul::after {
  content: '';
  position: absolute;
  right: -0.4rem;
  bottom: 0;
  border-left: 0.2rem solid #a11b2d;
  border-bottom: 0.3rem solid #a11b2d;
  border-top: 0.3rem solid transparent;
  border-right: 0.2rem solid transparent;
  z-index: -1;
}

.qh-more ul li a {
  display: block;
  font-size: 0.2rem;
  color: #caa280;
  line-height: 0.3rem;
  background: url(../images/more1.png) no-repeat right center;
  background-size: 0.55rem 0.1rem;
  padding-right: 1.2rem;
  transition: all 0.5s;
}

.qh-more ul li.on {
  display: block;
}

.qh-more ul li:hover a {
  color: #fff;
}


.section2 {
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
  background: url(../images/section2-bg.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
}

.section2 .wp {
  position: relative;
  z-index: 1;
}

.s2-d ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.s2-d ul li {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative !important;
}

.s2-d .s2-d2 {
  width: 3.4rem;
  height: 3.4rem;
  background: #a11b2d;
  border-radius: 50%;
  margin: 0 1.6rem;
}

.s2-d .s2-d2 h3 {
  font-size: 0.28rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 0 0.1rem;
}

.s2-d .s2-d2 p {
  font-size: 0.18rem;
  color: #fff;
  margin-top: 0.2rem;
  text-align: center;
  padding: 0 0.1rem;
}


.s2-d .s2-d1 {
  width: 1.4rem;
  height: 1.4rem;
  background: #caa280;
  border-radius: 50%;
}

.s2-d .s2-d1 img {
  display: block;
  width: 0.52rem;
}

.s2-u ul li {
  position: absolute;
  animation: star 16s linear infinite;
  /* transition: all 0.5s; */
}

.s2-u ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.66rem;
  height: 1.66rem;
  background: #fff5ec;
  border-radius: 50%;
  box-shadow: 0px 0.06rem 0.1rem 0px rgba(0, 0, 0, 0.1);
}

.s2-u ul li a .icon1 {
  width: 0.36rem;
  height: 0.36rem;
}

.s2-u ul li a .icon1 img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  transition: all 0.8s;
}

.s2-u ul li a p {
  text-align: center;
  padding: 0 0.1rem;
  margin-top: 0.15rem;
  font-size: 0.18rem;
  line-height: 0.26rem;
}

.s2-u1 {
  top: -16.47%;
  left: 22.06%;
  animation-delay: -2s !important;
}

.s2-u2 {
  top: 64.7%;
  left: 21.26%;
  animation-delay: 0s !important;
}

.s2-u3 {
  top: 57.94%;
  left: 0.39%;
  animation-delay: 2s !important;
}

.s2-u4 {
  top: 64.7%;
  left: 64.92%;
  animation-delay: 4s !important;
}

.s2-u5 {
  top: -13.52%;
  left: 64.92%;
  animation-delay: 6s !important;
}

.s2-u6 {
  top: -6.76%;
  left: 86.19%;
  animation-delay: 8s !important;
}


@keyframes star {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  40% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(0.8);
  }

  60% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}



.s2-u ul li:hover a {
  box-shadow: 0px 0.06rem 0.1rem 0px rgba(161, 27, 45, 0.1);
}

.s2-u ul li:hover a .icon1 img {
  transform: rotateY(360deg);
}

.s2-u ul li:hover a p {
  color: #a11b2d;
}


#asideNav {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.8rem;
  background: #a11b2d;
  box-shadow: 0px 0.06rem 0.1rem 0px rgba(0, 0, 0, 0.16);
  z-index: 99999;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: center;
  padding: 0.85rem 0 0.3rem 0;
}

.asi-t ul li a {
  display: block;
  margin-top: 0.1rem;
}

.asi-t ul li a .icon1 {
  text-align: center;
}

.asi-t ul li a .icon1 img {
  max-width: 0.29rem;
  max-height: 0.26rem;
  transition: all 0.5s;
}

.asi-t ul li a h3 {
  text-align: center;
  color: #fff;
  font-size: 0.14rem;
  margin-bottom: 0.2rem;
}

.asi-t ul li:hover a .icon1 img {
  transform: rotateY(180deg);
}



.foot-media>div {
  position: relative;
  cursor: pointer;
  margin-top: 0.1rem;
}

.foot-media>div:first-child {}

.foot-media>div:hover div {
  display: block;
}

.foot-media>div>span {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  background-color: #a11b2d;
  border-radius: 50%;
  text-align: center;
  position: relative;
  font-size: 0;
  transition: all 0.5s;
}

.foot-media>div>span>svg {
  display: inline-block;
  height: auto;
  vertical-align: middle;
  max-width: 0.25rem;
  max-height: 0.25rem;
}

.foot-media>div>span>svg path {
  fill: #fff;
  transition: all 0.5s;
}

.foot-media>div:hover>span {
  background: #fff;
}

.foot-media>div:hover>span>svg path {
  fill: #a11b2d;
}

.foot-media>div>div {
  position: absolute;
  left: 130%;
  top: 50%;
  transform: translateY(-50%);
  width: 1.16rem;
  padding: 0.07rem;
  background: #fff;
  box-shadow: 0px 0.03rem 0.07rem 0px rgba(0, 0, 0, 0.35);
  border-radius: 0.03rem;
  z-index: 9;
  display: none;
}

.foot-media>div>div::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -5px;
  border-right: 5px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.foot-media>div>div img {
  display: block;
  width: 100%;
}

.foot-media>div>img {
  display: block;
  margin: 0 auto;
}



@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1560px) {}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1260px) {
  .qh-more ul::before {
    width: calc(100% + 0.2rem);
  }

  .s2-u3 {
    left: 2%;
  }
}

@media screen and (max-width: 1200px) {
  body {
    padding-left: 0;
  }

  #asideNav {
    display: none !important;
  }

  .banner .slick-dots {
    bottom: 0.3rem;
  }

  .s2-d .s2-d2 {
    margin: 0 1.2rem;
  }

  .s2-u6 {
    left: 84.19%;
  }
}

@media screen and (max-width: 1100px) {}

@media screen and (max-width: 1000px) {

  .s2-d,
  .s2-u {
    zoom: 0.8;
  }
}

@media screen and (max-width: 768px) {
  .section1 {
    padding-top: 0.4rem;
  }

  .qh-bd ul li a {
    padding: 0.2rem;
  }

  .qh-bd ul li a .date b {
    font-size: 0.26rem;
  }

  .qh-bd ul li a .pic {
    margin-top: 0.2rem;
  }

  .qh-bd ul li a .tx h3 {
    font-size: 0.2rem;
    margin-top: 0.2rem;
  }

  .qh-bd ul li a .tx .s1-jt {
    width: 0.45rem;
    margin-top: 0.2rem;
  }

  .qh-more {
    margin-top: 0.3rem;
  }

  .qh-more ul li {
    padding: 0.15rem 0.2rem 0.15rem 0;
  }

  .qh-more ul li a {
    font-size: 0.18rem;
  }

  .qh-more ul li a {
    background-size: 0.45rem auto;
    padding-right: 0.75rem;
  }

  .section2 {
    padding: 1rem 0;
  }

  .s2-d .s2-d2 {
    margin: 0 1rem;
  }
}


@media screen and (max-width: 640px) {
  .section2 {
    padding: 0.4rem 0;
  }

  .s2-d,
  .s2-u {
    zoom: 1;
  }

  .s2-d ul {
    justify-content: space-around;
  }

  .s2-d .s2-d2 {
    width: 2.4rem;
    height: 2.4rem;
    margin: 0;
  }

  .s2-d .s2-d2 h3 {
    font-size: 0.2rem;
  }

  .s2-d .s2-d1 {
    width: 1.2rem;
    height: 1.2rem;
  }

  .s2-u ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .s2-u ul li {
    width: 33.333%;
    position: relative;
    left: auto !important;
    top: auto !important;
  }

  .s2-u ul li div {
    position: static !important;
  }

  .s2-u ul li a {
    margin: 0.15rem auto;
    width: 1.5rem;
    height: 1.5rem;
  }

  .s2-u ul li a p {
    font-size: 0.2rem;
    margin-top: 0.1rem;
  }
}

@media screen and (max-width: 480px) {
  .qh-tit>ul {
    flex-wrap: wrap;
  }

  .qh-tit>ul>li {
    width: 50%;
    margin-left: 0 !important;
    text-align: center;
    font-size: 0.24rem;
  }

  .qh-tit>ul>li:nth-child(3),
  .qh-tit>ul>li:nth-child(4) {
    margin-top: 0.3rem;
  }

  .qh-tit>ul>li::before {
    width: 1rem;
    height: 0.12rem;
    margin-left: -0.5rem;
    bottom: -0.16rem;
  }

  .qh-bd {
    overflow: hidden;
    margin-top: 0.2rem;
  }

  .qh-bd ul {
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -0.15rem;
  }

  .qh-bd ul li {
    width: 50%;
  }

  .qh-bd ul li a {
    padding: 0.2rem 0.15rem;
  }
}

@media screen and (max-width: 375px) {
  .s2-d .s2-d2 {
    width: 2rem;
    height: 2rem;
  }

  .s2-d .s2-d1 {
    width: 1rem;
    height: 1rem;
  }

  .s2-d .s2-d1 img {
    width: 0.42rem;
  }

  .s2-u ul li {
    width: 50%;
  }

  .link p {
    font-size: 12px;
  }
}

@media screen and (max-width: 320px) {}