body {
  opacity: 0;
  transition: opacity 0.5s ease-out;
  background: #def0f4;
}
body.opacity {
  opacity: 1;
}
body.list-wrap {
  opacity: 1 !important;
}

body,
html {
  width: 100%;
  height: 100%;
}

* {
  box-sizing: border-box;
}

.clearfix::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  clear: both;
}

img,
a {
  display: block;
}

body {
  font-size: 0.4rem;
}

.hide {
  display: none;
}

.active .start {
  animation: bounceIn 1s linear 1s forwards, wobble 2s linear 3s 3 forwards;
}

.abs {
  position: absolute;
}

.pauseBtn,
.playBtn {
  width: 0.8rem;
  height: 0.8rem;
  position: fixed;
  top: 0.266667rem;
  right: 0.266667rem;
  z-index: 9999;
}

.pauseBtn {
  background: url(../images/m_pause.png) center/0.8rem no-repeat;
}

.playBtn {
  background: url(../images/m_play.png) center/0.8rem no-repeat;
  animation: rotate 2s linear infinite;
}

body {
  max-width: 750Px;
  margin: 0 auto;
}

.title {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0.4266666667rem;
}
.title a {
  display: block;
}
.title img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.btn {
  display: block;
  width: 3.0133333333rem;
  line-height: 0.7466666667rem;
  color: #2baf93;
  text-align: center;
  margin: 0.4666666667rem auto 0;
  border-radius: 0.7466666667rem;
  border: solid 1px #2baf93;
  font-weight: bold;
  font-size: 0.3466666667rem;
}

.list li {
  margin-bottom: 0.24rem;
}
.list a {
  color: #2b2b2b;
  font-size: 0.4rem;
}
.list a span {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.listImg li {
  overflow: hidden;
  margin-bottom: 0.4rem;
  padding-left: 0;
  background: none;
}
.listImg li a {
  overflow: hidden;
  margin-bottom: 0;
}
.listImg li img {
  width: 35%;
  height: 2.1866666667rem;
  -o-object-fit: cover;
     object-fit: cover;
  float: right;
  display: block;
  border-radius: 0.2666666667rem;
}
.listImg li span {
  padding-right: 0.2666666667rem;
  display: block;
  width: 65%;
  color: #393a39;
  font-size: 0.4rem;
  float: right;
}

.listLine li {
  position: relative;
}
.listLine li a {
  position: relative;
  padding-left: 0.5066666667rem;
}
.listLine li a::after {
  position: absolute;
  left: 0;
  top: 0.16rem;
  content: "";
  display: block;
  width: 0.24rem;
  height: 0.24rem;
  border-radius: 50%;
  background: #fbd37b;
}

.imgNone {
  margin: 0 -0.0666666667rem;
  overflow: hidden;
}
.imgNone li {
  width: 20%;
  height: 0.64rem;
  float: left;
  padding: 0 0.0666666667rem;
  margin-bottom: 0.1333333333rem;
}
.imgNone li a {
  display: block;
  width: 100%;
  height: 100%;
}
.imgNone li img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.imgNone li span {
  display: none;
}

.ul-wrap {
  margin: 0 auto;
}

.news-list li {
  background-size: 0.3466666667rem 0.3466666667rem;
  margin-bottom: 0.426667rem;
  font-size: 0.68rem;
  line-height: 0.64rem;
  background: url(../images/p5-1.png) 0 0.3333333333rem no-repeat;
  background-size: 0.2666666667rem 0.2666666667rem;
}
.news-list li a {
  color: #313131;
  font-size: 0.48rem;
}
.news-list.white li {
  background-size: 0.3466666667rem 0.3466666667rem;
}
.news-list.white li a {
  color: #fff;
}

.header.header-rd {
  padding: 0 0.3733333333rem;
  background: url(../images/bg_01.jpg) center top/100% 100% no-repeat;
  height: 15.8666666667rem;
  position: relative;
  overflow: hidden;
}
.header.header-rd .text1 {
  position: absolute;
  top: 12.6050420168%;
  left: 0;
  right: 0;
  margin: auto;
  width: 7.7066666667rem;
  animation: fadeInUp 1s ease-out 0.3s forwards;
  opacity: 0;
}
.header.header-rd .text2 {
  position: absolute;
  top: 38.1512605042%;
  left: 0;
  right: 0;
  margin: auto;
  width: 7.5466666667rem;
  animation: fadeInUp 1s ease-out 0.4s forwards;
  opacity: 0;
}
.header.header-rd .text3 {
  position: absolute;
  top: 46.218487395%;
  left: 0;
  right: 0;
  margin: auto;
  width: 7.2rem;
  animation: fadeInUp 1s ease-out 0.5s forwards;
  opacity: 0;
}
.header.header-rd .text4 {
  position: absolute;
  top: 55.7983193277%;
  left: 0;
  right: 0;
  margin: auto;
  width: 5.68rem;
  animation: fadeInUp 1s ease-out 0.6s forwards;
  opacity: 0;
}

.wrap {
  position: relative;
  width: 94%;
  margin: auto;
  overflow: hidden;
}

.pic {
  width: 100%;
}

.link img {
  width: 100%;
}
.link li {
  margin-bottom: 0.4266666667rem;
}

.slider {
  position: relative;
}
.slider img.pic {
  -o-object-fit: cover;
     object-fit: cover;
}
.slider .swiper-button-next,
.slider .swiper-button-prev {
  width: 0.6rem;
  height: 1.9333333333pxrem;
}
.slider .swiper-button-next::after,
.slider .swiper-button-prev::after {
  display: none;
}
.slider .swiper-button-prev {
  left: 0;
  background-size: cover;
}
.slider .swiper-button-next {
  right: 0;
  background-size: cover;
}
.slider .swiper-pagination {
  width: 100%;
  position: absolute;
  bottom: 0.5333333333rem;
  line-height: 1;
  left: 0;
  text-align: right;
  text-align: center;
  font-size: 0;
}

.sub-list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 0.333333rem;
}
.sub-list::after {
  content: "";
  flex: auto;
}
.sub-list li {
  width: 2.96rem;
  margin: 0.146667rem 0.666667rem 0;
}
.sub-list li img {
  border-radius: 0.133333rem;
  width: 2.96rem;
  height: 2.213333rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.sub-list li span {
  color: #000;
  display: block;
  font-size: 0.32rem;
  overflow: hidden;
}

.footer img {
  width: 100%;
}

.gotop {
  display: none;
  position: fixed;
  bottom: 0.666667rem;
  right: 0.666667rem;
  width: 1.066667rem;
  height: 1.066667rem;
  z-index: 98;
  cursor: pointer;
  display: none;
}
.gotop img {
  width: 1.066667rem;
}

.breadcrumb {
  border-bottom: 0.013333rem solid #eee;
  padding: 0.333333rem 0.4rem;
}
.breadcrumb a {
  color: #000;
}
.breadcrumb span {
  color: #999;
}
.breadcrumb * {
  display: inline-block;
  vertical-align: middle;
}

.more {
  padding: 0.333333rem;
}

.nodata {
  display: none;
  text-align: center;
  padding: 0.666667rem 0;
}

.more-img img {
  width: 100%;
}

.lh-main .main1 {
  margin: 0.4rem auto 0.9333333333rem;
  position: relative;
  overflow: hidden;
  padding: 0 0.3733333333rem;
}
.lh-main .main1 .slider {
  width: 100%;
  border-radius: 0.2666666667rem;
  overflow: hidden;
}
.lh-main .main1 .swiper-container {
  width: 100%;
}
.lh-main .main1 .swiper-pagination {
  bottom: 0.9333333333rem;
}
.lh-main .main1 .swiper-button-next {
  width: 0.48rem;
  height: 0.9466666667rem;
  background: url(../images/next.png) center center no-repeat;
  background-size: contain;
}
.lh-main .main1 .swiper-button-prev {
  width: 0.48rem;
  height: 0.9466666667rem;
  background: url(../images/prev.png) center center no-repeat;
  background-size: contain;
}
.lh-main .main1 .swiper-pagination {
  display: none;
}
.lh-main .main1 .swiper-slide a {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
}
.lh-main .main1 .swiper-slide a img {
  width: 100%;
  height: 5.6533333333rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.lh-main .main1 .swiper-slide a span {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  background: url(../images/tips2.jpg) center bottom;
  background-size: 100% 100%;
  padding: 0.2rem;
  font-size: 0.4rem;
  color: #fff;
  text-align: center;
}
.lh-main .main1 .swiper-slide img {
  display: block;
  width: 100%;
}
.lh-main .main1 .swiper-slide span {
  display: block;
  font-size: 0.6133333333rem;
  color: #3d3d3d;
  line-height: 1.4;
  width: 100%;
  padding: 0.3333333333rem 1.6666666667rem 0.3333333333rem 0.3333333333rem;
}
.lh-main .main1 .list {
  padding-top: 0.4rem;
}
.lh-main .main1 .list li {
  padding-left: 0.9333333333rem;
  background: url(../images/p5-1.png) 0.2rem 0.3333333333rem no-repeat;
  background-size: 0.24rem 0.24rem;
}
.lh-main .wrap1 {
  padding: 0.5333333333rem 0.3333333333rem;
  background: #fff;
  border-radius: 0.2666666667rem;
  margin-bottom: 0.8rem;
}
.lh-main .main2 {
  margin-bottom: 1.0666666667rem;
}
.lh-main .main2 .title {
  margin-bottom: 0.6666666667rem;
}
.lh-main .main2 .slider {
  margin-bottom: 0.6666666667rem;
  width: 100%;
  border-radius: 0.2666666667rem;
  overflow: hidden;
}
.lh-main .main2 .swiper-container {
  width: 100%;
}
.lh-main .main2 .swiper-pagination {
  bottom: 0.9333333333rem;
}
.lh-main .main2 .swiper-button-next {
  width: 0.48rem;
  height: 0.9466666667rem;
  background: url(../images/next.png) center center no-repeat;
  background-size: contain;
}
.lh-main .main2 .swiper-button-prev {
  width: 0.48rem;
  height: 0.9466666667rem;
  background: url(../images/prev.png) center center no-repeat;
  background-size: contain;
}
.lh-main .main2 .swiper-pagination {
  display: none;
}
.lh-main .main2 .swiper-slide a {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
}
.lh-main .main2 .swiper-slide a img {
  width: 100%;
  height: 6.6666666667rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.lh-main .main2 .swiper-slide a span {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  background: url(../images/tips2.jpg) center bottom;
  background-size: 100% 100%;
  padding: 0.2rem;
  font-size: 0.4rem;
  color: #fff;
  text-align: center;
}
.lh-main .main2 .swiper-slide img {
  display: block;
  width: 100%;
}
.lh-main .main2 .swiper-slide span {
  display: block;
  font-size: 0.6133333333rem;
  color: #3d3d3d;
  line-height: 1.4;
  width: 100%;
  padding: 0.3333333333rem 1.6666666667rem 0.3333333333rem 0.3333333333rem;
}
.lh-main .main2 .btn {
  margin-top: 0;
}

html.active {
  width: 100%;
  height: 100%;
  overflow: hidden;
}/*# sourceMappingURL=css.css.map */