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

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

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

.zjtd-main .zjtd-list .zjtd-item {
  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;
  margin: 0 16px 31px;
  width: 380px;
  height: 415px;
  background: #FFFFFF;
  border: 1px solid #ECEDEF;
  text-align: left;
  cursor: pointer;
  position: relative;
}

.zjtd-main .zjtd-list .zjtd-item img {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

.zjtd-main .zjtd-list .zjtd-item .item-bottom {
  margin: 0px 24px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 332px;
  -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;
}

.zjtd-main .zjtd-list .zjtd-item .item-bottom .item-name {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #222222;
  padding-bottom: 4px;
}

.zjtd-main .zjtd-list .zjtd-item .item-bottom .item-enname {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5A626B;
  padding-bottom: 14px;
}

.zjtd-main .zjtd-list .zjtd-item .item-bottom .item-bar {
  width: 34px;
  height: 2px;
  background-color: #DCAC40;
  margin-bottom: 14px;
}

.zjtd-main .zjtd-list .zjtd-item .item-bottom item-des {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #323232;
  line-height: 26px;
}

.zjtd-main .zjtd-list .zjtd-item .item-person {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  padding: 68px 18px 20px 24px;
  height: 327px;
  opacity: 0;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  background: -webkit-gradient(linear, left bottom, left top, from(#D9A069), to(#FCDCAD));
  background: -webkit-linear-gradient(bottom, #D9A069, #FCDCAD);
  background: -moz-linear-gradient(bottom, #D9A069, #FCDCAD);
  background: -o-linear-gradient(bottom, #D9A069, #FCDCAD);
  background: linear-gradient(0deg, #D9A069, #FCDCAD);
}

.zjtd-main .zjtd-list .zjtd-item .item-person__name {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 26px;
  padding-bottom: 24px;
  text-align: center;
}

.zjtd-main .zjtd-list .zjtd-item .item-person__content {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 26px;
}

.zjtd-main .zjtd-list .zjtd-item:hover .item-person {
  opacity: 1;
}
