.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;
}

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

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

.banner .swiper-container .swiper-pagination {
  bottom: .25rem;
}

.banner .swiper-container .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.7);
  position: relative;
  width: .5rem;
  height: .03rem;
  border-radius: 0;
  margin: 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;
}

.banner .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;
}

.banner .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;
}

.banner .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;
  }
}

.title {
  padding-bottom: .25rem;
  font-size: .32rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #353F57;
  line-height: .4rem;
}

.sub-title {
  padding-bottom: .57rem;
  font-size: .16rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5A626B;
}

.about-us {
  background-color: #fff;
}

.about-us .about-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 12rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about-us .about-item {
  width: 1.77rem;
  margin: 0 .61rem .51rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.about-us .about-item .about-des {
  font-size: .16rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #323232;
  line-height: .24rem;
}

.lc-ecc {
  padding: 1rem .2rem 0.48rem;
  background: #F7F7F7;
  width: 12rem;
  margin: 0 auto;
  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;
}

.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;
  min-height: 3.5rem;
  margin-bottom: 0.48rem;
  position: relative;
}

.lc-ecc-main .ecc-left {
  position: relative;
  width: 67.4rem;
  margin-right: 0.41rem;
}

.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;
  font-size: .14rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #323232;
  line-height: .26rem;
}

.lxwm-main {
  background-color: #fff;
  padding-bottom: 1rem;
}

.lxwm-main .lxwm-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 3.86rem;
}

.lxwm-main .lxwm-list .lxwm-form {
  padding: .34rem .93rem .34rem .81rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lxwm-main .lxwm-list .lxwm-form .lxwm-btn {
  width: .88rem;
  outline: none;
  border: none;
  color: #fff;
  height: .4rem;
  background: #DCAC40;
  margin-left: 2rem;
}

.lxwm-main .lxwm-list .lxwm-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: .24rem;
}

.lxwm-main .lxwm-list .lxwm-input label {
  width: .8rem;
  text-align: right;
  height: .4rem;
  line-height: .4rem;
}

.lxwm-main .lxwm-list .lxwm-input input {
  width: 3.5rem;
  height: .4rem;
  border: .01rem solid #EAEDF4;
  outline: none;
  padding-left: .15rem;
}

.lxwm-main .lxwm-list .lxwm-input textarea {
  height: 1.3rem;
  width: 3.35rem;
  outline: none;
  border: .01rem solid #EAEDF4;
  padding: .15rem;
  resize: none;
}

.lxwm-main .lxwm-list .lxwm-textarea {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  align-self: start;
}
