.boxM {
  padding-top: 1rem;
}

.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;
  line-height: .4rem;
}

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

.cxzx-main {
  background-color: #fff;
  background-repeat: no-repeat;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: center center;
  background-image: url(../images/bg_sdys.jpg);
}

.cxzx-main .cxzx-img {
  display: block;
  margin-bottom: .48rem;
}

.cxzx-main .cxzx-des {
  width: 10.27rem;
  height: .37rem;
  font-size: .14rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #323232;
  line-height: .24rem;
  text-align: left;
  padding: 0 .19rem .39rem;
}

.cxzx-main #certify {
  position: relative;
  width: 12rem;
  margin: 0 auto 0;
}

.cxzx-main #certify .swiper-container {
  padding-bottom: .48rem;
}

.cxzx-main #certify .swiper-slide {
  width: 6rem;
  height: 3.64rem;
  background: #fff;
  -webkit-box-shadow: 0rem 0.06rem 0.12rem 0rem rgba(51, 47, 38, 0.1);
  box-shadow: 0rem 0.06rem 0.12rem 0rem rgba(51, 47, 38, 0.1);
  border-radius: .1rem;
}

.cxzx-main #certify .swiper-slide img {
  display: block;
  width: 100%;
  height: 2.6rem;
}

.cxzx-main #certify .swiper-slide p {
  margin: 0 auto;
  padding: .32rem .7rem .1rem;
  text-align: center;
  font-size: .16rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #323232;
  line-height: .21rem;
}

.cxzx-main #certify .swiper-pagination {
  width: 100%;
  bottom: .2rem;
}

.cxzx-main #certify .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 .05rem;
  border: .03rem solid #fff;
  background-color: #d5d5d5;
  width: .1rem;
  height: .1rem;
  opacity: 1;
}

.cxzx-main #certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: .03rem solid #00aadc;
  background-color: #fff;
}

.cxzx-main #certify .swiper-button-prev {
  left: .5rem;
  top: 50%;
  -webkit-transform: translateY(-0.58rem);
  -moz-transform: translateY(-0.58rem);
  -ms-transform: translateY(-0.58rem);
  -o-transform: translateY(-0.58rem);
  transform: translateY(-0.58rem);
  width: .58rem;
  height: .58rem;
  background: url(../images/zuo_a.png) no-repeat;
  background-position: center center;
  -o-background-size: 100%;
  background-size: 100%;
}

.cxzx-main #certify .swiper-button-prev:hover {
  background: url(../images/zuo_b.png) no-repeat;
  -o-background-size: 100%;
  background-size: 100%;
}

.cxzx-main #certify .swiper-button-next {
  right: .5rem;
  width: .58rem;
  top: 50%;
  -webkit-transform: translateY(-0.58rem);
  -moz-transform: translateY(-0.58rem);
  -ms-transform: translateY(-0.58rem);
  -o-transform: translateY(-0.58rem);
  transform: translateY(-0.58rem);
  height: .58rem;
  background: url(../images/you_a.png) no-repeat;
  background-position: center;
  -o-background-size: 100%;
  background-size: 100%;
}

.cxzx-main #certify .swiper-button-next:hover {
  background: url(../images/you_b.png) no-repeat;
  -o-background-size: 100%;
  background-size: 100%;
}

.zbfw-main {
  padding-bottom: 1rem;
}

.zbfw-main .zbfw-des {
  width: 11.07rem;
  height: .36rem;
  font-size: .14rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #323232;
  line-height: .24rem;
  padding-bottom: .32rem;
  text-align: left;
}

.fwxm-main {
  background: #F7F7F7;
}

.fwlc-main {
  background-color: #Fff;
}

.fwlc-main .kf-btn {
  margin-top: .48rem;
}

.khxs-main {
  padding-bottom: 1rem;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/bg_kehuxs.jpg);
}

.khxs-main .sub-title,
.khxs-main .title {
  color: #fff;
}

.khxs-main .khxs-list {
  position: relative;
  background-color: #fff;
  padding: .4rem;
  width: 11.2rem;
  border-radius: .1rem;
}

.khxs-main .khxs-list .khxs-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}

.khxs-main .khxs-list .khxs-item .item-left {
  width: 1.15rem;
  height: 1.5rem;
  border-radius: .1rem;
  display: block;
  margin-right: .57rem;
}

.khxs-main .item-right__top {
  font-size: .16rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #222222;
  line-height: .28rem;
  padding-bottom: .37rem;
}

.khxs-main .item-right__bottom {
  font-size: .14rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #323232;
  line-height: .28rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.khxs-main .item-right__bottom--left {
  position: relative;
  padding-left: .17rem;
  padding-right: .1rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.khxs-main .item-right__bottom--left-name {
  padding-bottom: .06rem;
}

.khxs-main .item-right__bottom--left:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: .03rem;
  height: .48rem;
  background: #DCAC40;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.khxs-main .item-right__bottom--right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.khxs-main .item-right__bottom--right > div {
  cursor: pointer;
  background-position: center center;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin: 0 .07rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: .6rem;
  height: .34rem;
}

.khxs-main .item-right__bottom--right .right-q {
  background-image: url(../images/zuo_normal.png);
}

.khxs-main .item-right__bottom--right .right-q:hover {
  background-image: url(../images/zuo_selected.png);
}

.khxs-main .item-right__bottom--right .right-h {
  background-image: url(../images/you_normal.png);
}

.khxs-main .item-right__bottom--right .right-h:hover {
  background-image: url(../images/you_selected.png);
}

.khxs-main .right-img {
  position: absolute;
  top: -.1rem;
  right: -.1rem;
}

.fwal-main {
  padding-bottom: .7rem;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/bg_fwal.jpg);
}

.fwal-main .fwal-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: 12.3rem;
  margin: 0 auto;
}

.fwal-main .fwal-list .fwal-item {
  width: 2.77rem;
  height: 2.8rem;
  text-align: center;
  margin: 0rem .15rem .3rem;
  background-color: #fff;
  position: relative;
  cursor: pointer;
}

.fwal-main .fwal-list .fwal-item img {
  height: 1rem;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  margin-bottom: .25rem;
}

.fwal-main .fwal-list .fwal-item__bar {
  width: 0;
  height: .05rem;
  top: 0;
  left: 0;
  background: #DCAC40;
  position: absolute;
}

.fwal-main .fwal-list .fwal-item:hover {
  -webkit-box-shadow: 0rem 0.06rem 0.12rem 0rem rgba(51, 47, 38, 0.1);
  box-shadow: 0rem 0.06rem 0.12rem 0rem rgba(51, 47, 38, 0.1);
}

.fwal-main .fwal-list .fwal-item:hover .fwal-item__bar {
  width: 100%;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
}

.fwal-main .fwal-list .fwal-item__title {
  font-size: .16rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #222222;
  padding-bottom: .15rem;
}

.fwal-main .fwal-list .fwal-item__des {
  font-size: .14rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5A626B;
  padding: 0 .25rem;
  text-align: left;
  line-height: .24rem;
}
