.banner {
  min-width: 13.36rem;
}

.banner .head-banner-a {
  background-repeat: no-repeat;
  background-position-x: center;
  width: 100%;
  height: 0;
  padding-bottom: 6rem !important;
  display: block;
}

.swiper-container .swiper-slide {
  display: block;
  -o-background-size: 100%;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

.swiper-container .swiper-slide img {
  width: 100%;
}

.swiper-container .swiper-pagination {
  bottom: 0.25rem;
}

.swiper-container .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.7);
  position: relative;
  width: 0.5rem;
  height: 0.03rem;
  border-radius: 0;
  margin: 0 0.04rem;
  transition: background-color .2s ease;
  -webkit-transition: background-color .2s ease;
  -moz-transition: background-color .2s ease;
  -ms-transition: background-color .2s ease;
  -o-transition: background-color .2s ease;
}

.swiper-container .swiper-pagination-bullet::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}

.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  -webkit-animation: sliderPagination 3s linear forwards;
  -moz-animation: sliderPagination 3s linear forwards;
  -o-animation: sliderPagination 3s linear forwards;
  animation: sliderPagination 3s linear forwards;
}

.swiper-container .swiper-pagination-bullet:hover {
  background-color: #fff;
}

@-webkit-keyframes sliderPagination {
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
  }
}

@-moz-keyframes sliderPagination {
  100% {
    -moz-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
  }
}

@-o-keyframes sliderPagination {
  100% {
    -o-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
  }
}

@keyframes sliderPagination {
  100% {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
  }
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrapper .title {
  font-size: 0.32rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #353F57;
  line-height: 0.4rem;
}

.wrapper .subtitle {
  font-size: 0.16rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5A626B;
  line-height: 0.40rem;
}

.wrapper .fw-kf {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 0.48rem;
  padding: 0.11rem 0.2rem;
  text-align: center;
  background: #FFFFFF;
  border: 0.01rem solid #DCAC40;
  font-size: 0.14rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #DCAC40;
}

.wrapper .fw-kf span {
  padding-right: 0.05rem;
}

.lc-ecc {
  padding: 1rem 0.2rem;
  /* 20/100 */
  width: 13rem;
  margin: 0 auto;
  background-color: #fff;
}

.lc-ecc__title {
  text-align: center;
  font-size: 0.32rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #353F57;
  line-height: 0.4rem;
  padding-bottom: 0.24rem;
}

.lc-ecc__subtitle {
  text-align: center;
  font-size: 0.16rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5A626B;
  line-height: 0.4rem;
  padding-bottom: 0.81rem;
}

.lc-ecc-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.lc-ecc-main .ecc-left {
  position: relative;
  width: 93%;
  margin-right: 0.62rem;
}

.lc-ecc-main .ecc-left__border {
  position: absolute;
  left: 0.22rem;
  top: -0.22rem;
  width: 6rem;
  height: 3.5rem;
  border: 0.01rem solid #DCAC40;
}

.lc-ecc-main .ecc-left__videobg {
  background-image: url(../images/video_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  -o-background-size: 100%;
  background-size: 100%;
  width: 6rem;
  height: 3.5rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
}

.lc-ecc-main .ecc-left__videobg img {
  width: 0.58rem;
  position: absolute;
  left: 50%;
  margin-left: -0.29rem;
  top: 1.8rem;
  cursor: pointer;
}

.lc-ecc-main .ecc-left__videobg .ecc-video {
  position: absolute;
  width: 6rem;
  height: 3.5rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -o-object-fit: fill;
  object-fit: fill;
}

.lc-ecc-main .ecc-right {
  padding-top: 0.24rem;
}

.lc-ecc-main .ecc-right__top {
  font-size: 0.14rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #323232;
  line-height: 0.26rem;
  padding-bottom: 0.47rem;
}

.lc-ecc-main .ecc-right__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.lc-ecc-main .ecc-right__bottom-item {
  padding: 0.2rem 0 0.05rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.lc-ecc-main .ecc-right__bottom-item img {
  width: 0.93rem;
}

.lc-ecc-main .ecc-right__bottom-item .ecc-item__des {
  font-size: 0.14rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #323232;
  line-height: 0.26rem;
  padding-right: 0.33rem;
}

.lc-fw {
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 1rem;
  background-image: url(../images/home_bg_fuwu.jpg);
  text-align: center;
}

.lc-fw .fw-title {
  font-size: 0.32rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #353F57;
  line-height: 0.4rem;
  padding-bottom: 0.24rem;
}

.lc-fw .fw-subtitle {
  font-size: 0.16rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5A626B;
  line-height: 0.04rem;
  padding-bottom: 0.6rem;
}

.lc-fw .fw-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 0.48rem;
}

.lc-fw .fw-list .fw-item {
  -o-background-size: 100%;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #f7f7f7;
  width: 3.8rem;
  height: 3.7rem;
  margin: 0 0.15rem 0.48rem;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.lc-fw .fw-list .fw-item div {
  margin-bottom: 0.18rem;
}

.lc-fw .fw-list .fw-item__title {
  font-size: 0.18rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 0.26rem;
}

.lc-fw .fw-list .fw-item__subtitle {
  font-size: 0.12rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 0.26rem;
  opacity: 0.6;
}

.lc-fw .fw-list .fw-item__bar {
  width: 0.34rem;
  height: 0.03rem;
  background-color: #fff;
}

.lc-fw .fw-list .fw-item__btn {
  cursor: pointer;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 0.97rem;
  height: 0.36rem;
  line-height: 0.36rem;
  border: 0.01rem solid #FFFFFF;
  font-size: 0.14rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.lc-fw .fw-list .fw-item__btn:hover {
  background: #DCAC40;
  border: none;
}

.lc-fw .fw-kf {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 0.48rem;
  padding: 0.14rem 0.2rem;
  text-align: center;
  background: #FFFFFF;
  border: 0.01rem solid #DCAC40;
  font-size: 0.14rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #DCAC40;
}

.lc-fw .fw-kf span {
  padding-right: 0.05rem;
}

.lc-city {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1rem;
  padding-bottom: 0.59rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}

.lc-city .city-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 4.6rem;
}

.lc-city .city-list .city-item {
  cursor: pointer;
  font-size: 0.14rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #323232;
  min-width: 1.3rem;
  height: 0.4rem;
  line-height: 0.4rem;
  margin: 0.1rem 0.1rem;
  text-align: center;
  border: 0.01rem solid #EEEEEE;
  transition: all 0.3;
  -webkit-transition: all 0.3;
  -moz-transition: all 0.3;
  -ms-transition: all 0.3;
  -o-transition: all 0.3;
}

.lc-city .city-list .city-item__active {
  background: #DCAC40;
  color: #fff;
}

.lc-city .city-list .city-item:hover {
  background: #DCAC40;
  color: #fff;
}

.lc-city .city-right {
  margin-left: 0.36rem;
}

.lc-city .city-right .city-title {
  padding-bottom: 0.39rem;
  font-size: 0.32rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #353F57;
  line-height: 0.40rem;
}

.lc-city .city-right .city-area {
  background-image: url(../images/home_ditu.png);
  background-repeat: no-repeat;
  background-position: center center;
  -o-background-size: 100%;
  background-size: 100%;
  width: 6.59rem;
  height: 5.69rem;
  position: relative;
}

.lc-city .city-right .city-area .city-circle {
  width: .1rem;
  height: .1rem;
  background: #F26A3B;
  border: .01rem solid #FFFFFF;
  border-radius: 50%;
  position: absolute;
  bottom: 2.2rem;
  right: 1.3rem;
}

.lc-city .city-right .city-area .localtion-city {
  position: absolute;
  bottom: 2.2rem;
  right: 1.1rem;
  z-index: 3;
}

.lc-city .city-right .city-area .localtion-city__name {
  width: .9rem;
  height: .47rem;
  line-height: .34rem;
  text-align: center;
  background: #FFFFFF;
  position: absolute;
  top: -.5rem;
  left: .05rem;
  background: url("../images/bg_dt.png") no-repeat;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.lc-tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/home_bg_d.jpg);
  text-align: center;
  height: 1.2rem;
  font-size: 0.16rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
}

.lc-tel span {
  padding-left: 0.09rem;
}

.lc-tel__num {
  font-size: 0.24rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #fff;
  padding: 0;
}

.lc-tel__num:hover {
  color: #fff;
}

.lc-zj {
  padding-top: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lc-zj .zj-title {
  padding-bottom: 0.24rem;
  text-align: center;
}

.lc-zj .zj-subtitle {
  padding-bottom: 0.6rem;
  text-align: center;
}

.lc-zj .zj-main {
  padding-bottom: 0.32rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.lc-zj .zj-main .zj-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 5.4rem;
}

.lc-zj .zj-main .zj-list .zj-item {
  width: 1.64rem;
  height: 1.64rem;
  background-color: #f7f7f7;
  margin: 0 0.08rem 0.16rem;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

.lc-zj .zj-main .zj-tx {
  margin-left: 0.08rem;
  margin-right: 0.45rem;
  width: 2.56rem;
  height: 3.39rem;
  background: #2B344A;
  border: 0.03rem solid #DCAC40;
  position: relative;
}

.lc-zj .zj-main .zj-tx .zj-txbg {
  background: rgba(74, 62, 43, 0.4);
  padding: 0.17rem 0.14rem 0.06rem;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 2.28rem;
}

.lc-zj .zj-main .zj-tx .zj-txbg div {
  padding-bottom: 0.14rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  font-size: 0.14rem;
}

.lc-zj .zj-main .zj-tx .zj-txbg div.zj-txbg__name {
  font-size: 0.16rem;
  font-weight: bold;
}

.lc-zj .zj-main .zj-des {
  width: 3.58rem;
  height: 3.39rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.lc-zj .zj-main .zj-des .des-name {
  font-size: 0.18rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #222222;
  line-height: 0.26rem;
  padding-bottom: 0.17rem;
  position: relative;
}

.lc-zj .zj-main .zj-des .des-name::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0.34rem;
  height: 0.02rem;
  background: #DCAC40;
}

.lc-zj .zj-main .zj-des .des-content {
  padding-top: 0.23rem;
  font-size: 0.14rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #323232;
  line-height: 0.26rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  max-height: 2.08rem;
}

.lc-zj .zj-main .zj-des .des-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.lc-zj .zj-main .zj-des .des-btn__pre {
  width: 0.46rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  background-color: #DCAC40;
  margin-right: 0.08rem;
  margin-top: 0.22rem;
  cursor: pointer;
}

.lc-pp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 1rem;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/home_bg_e.jpg");
}

.lc-pp__title {
  padding-bottom: 0.25rem;
  color: #FEFEFF !important;
}

.lc-pp__subtitle {
  padding-bottom: 0.59rem;
  color: #FEFEFF !important;
}

.lc-pp .pp-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 12.18rem;
  padding-bottom: 0.84rem;
}

.lc-pp .pp-list .pp-item {
  margin: 0 0.08rem 0.16rem;
  width: 1.58rem;
  height: 1.14rem;
}

.lc-pp .pp-list .pp-item img {
  display: block;
  width: 100%;
}

.lc-news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 1rem;
  background-color: #f7f7f7;
}

.lc-news .news-title {
  padding-bottom: 0.59rem;
}

.lc-news .news-list {
  width: 12.12rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 0.22rem;
}

.lc-news .news-list .news-item {
  width: 3.40rem;
  cursor: pointer;
  padding: 0.2rem 0.2rem 0.16rem;
  background: #FFFFFF;
  margin: 0 0.12rem 0.24rem;
}

.lc-news .news-list .news-item__title {
  padding-bottom: 0.16rem;
  font-size: 0.16rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #323232;
  line-height: 0.24rem;
}

.lc-news .news-list .news-item__des {
  font-size: 0.14rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5A626B;
  line-height: 0.24rem;
  padding-bottom: 0.16rem;
}

.lc-news .news-list .news-item__infor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.12rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5A626B;
  line-height: 0.24rem;
}

.lc-news .news-list .news-item__infor span {
  padding-right: 0.16rem;
  padding-left: 0.05rem;
}

.lc-news .news-list .news-item:hover {
  -webkit-box-shadow: 0rem 0rem 0.08rem 0rem rgba(38, 40, 51, 0.1);
  box-shadow: 0rem 0rem 0.08rem 0rem rgba(38, 40, 51, 0.1);
}

.lc-news .news-list .news-item:hover .news-item__title {
  color: #DCAC40;
}

.lc-aside {
  position: fixed;
  right: 0.32rem;
  top: 40%;
  z-index: 10;
}

.lc-aside .aside-list {
  width: 0.46rem;
  border: 0.01rem solid #EEEEEE;
  -webkit-box-shadow: 0rem 0rem 0.08rem 0rem rgba(38, 40, 51, 0.1);
  box-shadow: 0rem 0rem 0.08rem 0rem rgba(38, 40, 51, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 0.09rem;
  background-color: #fff;
}

.lc-aside .aside-list .aside-item {
  position: relative;
  padding: 0.15rem 0.1rem;
  display: block;
  background-color: #fff;
}

.lc-aside .aside-list .aside-item:hover .item-hover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.lc-aside .aside-list .aside-item:not(:last-of-type) {
  border-bottom: 0.01rem solid #eee;
}

.lc-aside .aside-list .aside-item .item-hover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 0.7rem;
  top: -0.11rem;
  z-index: 10;
  width: 1.5rem;
  height: 0.85rem;
  background: #FFFFFF;
  border: 0.01rem solid #EEEEEE;
  -webkit-box-shadow: 0rem 0rem 0.08rem 0rem rgba(38, 40, 51, 0.1);
  box-shadow: 0rem 0rem 0.08rem 0rem rgba(38, 40, 51, 0.1);
}

.lc-aside .aside-list .aside-item .item-hover .triangle {
  border-bottom: 0.15rem solid transparent;
  border-top: 0.15rem solid transparent;
  border-left: 0.15rem solid #fff;
  position: absolute;
  top: 50%;
  right: -0.1rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.lc-aside .aside-list .aside-item .item-hover__title {
  padding-bottom: 0.16rem;
  font-size: 0.14rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}

.lc-aside .aside-list .aside-item .item-hover__content {
  font-size: 0.14rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #DCAC40;
}

.lc-aside .aside-totop {
  margin-top: 0.06rem;
}

-------
.part1 {
    background: url(https://www.lichenzx.com//Content/images/bg-part1.jpg) no-repeat center center;
    background-size: cover;
}
.part {
    padding: 60px 0;
    position: relative;
}
.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.bycs-container {
    margin: 0 auto;
    width: 1200px;
}
.part-title {
    text-align: center;
}
.tongdian {
    flex-wrap: wrap;
}
.flexh {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.td-list {
    margin-top: 40px;
    width: 20%;
}
.td-list:nth-child(-n+4) {
    margin-bottom: 20px;
}
.td-icon {
    margin: 0 auto;
    width: 180px;
    height: 180px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 50%;
    transition: all 0.5s;
}
.td-title {
    margin-top: 15px;
    font-size: 16px;
    color: #999;
    text-align: center;
    transition: all 0.5s;
}
.part-title li:nth-child(1) {
    font-size: 36px;
    color: #dcac40;
}
.part-title li:nth-child(2) {
    margin-top: 10px;
    font-size: 16px;
    color: #999;
}
.td-icon li:nth-child(1) img {
    margin: 0 auto;
    margin-top: 40px;
    width: 60px;
    display: table;
}

.td-icon li:nth-child(2) {
    margin-top: 15px;
    font-size: 20px;
    color: #dcac40;
    font-weight: 700;
    text-align: center;
}
.td-title {
    margin-top: 15px;
    font-size: 16px;
    color: #999;
    text-align: center;
    transition: all 0.5s;
}
.main-btn {
    margin-top: 40px;
    text-align: center;
}
.main-btn a {
    display: inline-block;
    padding: 18px 60px;
    font-size: 18px;
    background: #b71414;
    color: #fff;
    border-radius: 30px;
}
.bf1 {
    background: url(https://www.lichenzx.com//Content/images/bg-part1.jpg) no-repeat center center;
    background-size: cover;
    padding: 60px 0;
    position: relative;
}
.td-list:hover .td-icon {
    background: #b71414;
}