.boxM {
  padding-top: 100px;
}

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

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

.banner {
  min-width: 13.36rem;
}

.banner .head-banner-a {
  background-repeat: no-repeat;
  background-position-x: center;
  width: 100%;
  height: 0;
  padding-bottom: 600px !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: 25px;
}

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

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

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

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

.dbg-main {
  background-image: url("../images/bg_bdys.jpg");
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

.dbg-main .dbg-list {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1334px;
  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;
}

.dbg-main .dbg-list .dbg-item {
  margin: 0 15px 30px;
  width: 277px;
  cursor: pointer;
}

.dbg-main .dbg-list .dbg-item:hover {
  -webkit-box-shadow: 0px 6px 12px 0px rgba(51, 47, 38, 0.1);
  box-shadow: 0px 6px 12px 0px rgba(51, 47, 38, 0.1);
}

.dbg-main .dbg-list .dbg-item img {
  display: block;
  height: 130px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.dbg-main .dbg-list .dbg-item__des {
  text-align: left;
  background-color: #fff;
  padding: 26px 19px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #323232;
  line-height: 24px;
}

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

.fwxm-main .fwxm-img {
  margin-bottom: 46px;
}

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

.khxs-main {
  padding-bottom: 100px;
  -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: 40px;
  width: 1120px;
  border-radius: 10px;
}

.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: 115px;
  height: 150px;
  border-radius: 10px;
  display: block;
  margin-right: 57px;
}

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

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

.khxs-main .item-right__bottom--left {
  position: relative;
  padding-left: 17px;
  padding-right: 10px;
  -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: 6px;
}

.khxs-main .item-right__bottom--left:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 48px;
  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 7px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 34px;
}

.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: -10px;
  right: -10px;
}

.fwal-main {
  padding-bottom: 70px;
  -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;
}

.fwal-main .fwal-list .fwal-item {
  width: 277px;
  height: 232px;
  margin: 0px 15px 30px;
  background-color: #fff;
  position: relative;
  cursor: pointer;
}

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

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

.fwal-main .fwal-list .fwal-item:hover {
  -webkit-box-shadow: 0px 6px 12px 0px rgba(51, 47, 38, 0.1);
  box-shadow: 0px 6px 12px 0px 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: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #222222;
  padding-bottom: 15px;
}

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