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

.box-des {
  width: 11.1rem;
  padding: 0 0.48rem 0.6rem;
  font-size: .14rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #323232;
  line-height: .24rem;
  text-align: left;
}

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

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

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

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

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

.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: 100%;
  border-radius: 0.1rem;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  -ms-border-radius: 0.1rem;
  -o-border-radius: 0.1rem;
}

.cxzx-main #certify .swiper-slide p {
  width: 3.55rem;
  margin: 0 auto;
  padding: .32rem 0 .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%;
}

.kcts-main {
  background-color: #f7f7f7;
}

.kcts-main .kcts-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: .63rem;
}

.kcts-main .kcts-list .kcts-item {
  width: 1.42rem;
  border: .01rem solid #F3F3F3;
  padding: .22rem .19rem;
  height: 1.95rem;
  background-color: #fff;
  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;
}

.kcts-main .kcts-list .kcts-item:first-of-type {
  border-top-left-radius: .14rem;
  border-bottom-left-radius: .14rem;
}

.kcts-main .kcts-list .kcts-item:last-of-type {
  border-top-right-radius: .14rem;
  border-top-right-radius: .14rem;
}

.kcts-main .kcts-list .kcts-item + .kcts-main .kcts-list .kcts-item {
  border-left: .01rem solid #F3F3F3;
}

.kcts-main .kcts-list .kcts-item img {
  margin-bottom: .19rem;
  display: block;
}

.kcts-main .kcts-list .kcts-item__index {
  padding-bottom: .26rem;
  font-size: .16rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #323232;
}

.kcts-main .kcts-list .kcts-item__des {
  font-size: .14rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #323232;
  line-height: .24rem;
  text-align: left;
}

.kcts-main .kcts-list .kcts-item:hover {
  width: 2.66rem;
  height: 2.25rem;
  padding-top: .32rem;
  margin-top: -.17rem;
  border: none;
  background: #FFFFFF;
  -webkit-box-shadow: 0rem 0.04rem 0.08rem 0rem rgba(51, 47, 38, 0.1);
  box-shadow: 0rem 0.04rem 0.08rem 0rem rgba(51, 47, 38, 0.1);
  border-radius: .14rem;
}

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

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

.kcdg-main {
  background-color: #fff;
}

.kcdg-main__img {
  margin-bottom: .48rem;
}

.kcsy-main {
  background-color: #f7f7f7;
}

.kcsy-main .sub-title {
  padding-bottom: .8rem;
}

.kcsy-main .kcsy-list {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.kcsy-main .kcsy-list .kcsy-item {
  width: 2.6rem;
  height: 1.56rem;
  background: #FFFFFF;
  border-radius: .1rem;
  margin: 0 .55rem .48rem;
  padding: 0 .6rem;
  text-align: left;
  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-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;
}

.kcsy-main .kcsy-list .kcsy-item img {
  display: block;
  margin-top: -.28rem;
  margin-bottom: .28rem;
}

.kcsy-main .kcsy-list .kcsy-item__content {
  font-size: .14rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #323232;
  line-height: .24rem;
}

.kcsm-main {
  padding-bottom: 1.23rem;
  background-color: #fff;
}

.kcsm-main .sub-title {
  padding-bottom: .34rem;
}

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

.kcsm-main .kcsm-list img {
  display: block;
  width: 4.34rem;
  margin-right: .59rem;
}

.kcsm-main .kcsm-list .kcsm-right {
  width: 7.59rem;
  min-height: 1.42rem;
  padding: .44rem 0;
  text-align: left;
  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: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-repeat: no-repeat;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  background-image: url("../images/kuan.png");
}

.kcsm-main .kcsm-list .kcsm-right .kcsm-item {
  padding: 0rem .5rem 0rem .9rem;
  position: relative;
}

.kcsm-main .kcsm-list .kcsm-right .kcsm-item::before {
  content: '';
  position: absolute;
  left: .54rem;
  top: .02rem;
  width: .16rem;
  height: .16rem;
  background: url(../images/yuan.png) no-repeat;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.xyxs-main {
  background-color: #f7f7f7;
  padding-bottom: .7rem;
  text-align: left;
}

.xyxs-main .xyxs-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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.xyxs-main .xyxs-list .xyxs-item {
  width: 4.4rem;
  height: 1.54rem;
  background-color: #fff;
  padding: .3rem .23rem .3rem .28rem;
  border-radius: .1rem;
  margin: 0 .15rem .3rem;
}

.xyxs-main .xyxs-list .xyxs-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);
}

.xyxs-main .xyxs-list .xyxs-item__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: .24rem;
}

.xyxs-main .xyxs-list .xyxs-item__top img {
  display: block;
  height: .64rem;
  width: .64rem;
  border-radius: 50%;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: .2rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.xyxs-main .xyxs-list .xyxs-item__top .right-name {
  font-size: .16rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #323232;
  line-height: .26rem;
}

.xyxs-main .xyxs-list .xyxs-item__top .right-flag {
  font-size: .16rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #DCAC41;
  line-height: .26rem;
}

.xyxs-main .xyxs-list .xyxs-item__bottom {
  font-size: .14rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5A626B;
  line-height: .26rem;
}
