.home-header {

  background-image: none;

  background-color: #fff;

  border-bottom: .01rem solid #EEEEEE;

  color: #000000;

}



/* 轮播图 */

.swiper {

  width: 7.50rem;

  padding: .30rem;

  box-sizing: border-box;

  background-color: #fff;

}



.swiper h4 {

  text-align: center;

}



.swiper p {

  color: #666666;

  font-size: .24rem;

  text-align: center;

  margin-top: .30rem;

  line-height: .40rem;

}



#banner-area {

  width: 100%;

  height: 3.60rem;

  position: relative;

  overflow: hidden;

}



#banners-img {

  position: absolute;

  width: 100%;

  height: 100%;

}



#banners-inset {

  position: absolute;

  top: 0;

  left: 0;

}



#img-area {

  width: 100%;

  height: 100%;

  border-radius: .14rem;

  position: absolute;

  top: 0;

  left: 0;

  display: flex;

  justify-content: center;

  align-items: center;

  font-weight: bold;

}



#img-area img {

  width: 100%;

  height: 100%;

  transition: all .2s;

  transform: scale(.96);

  border-radius: .20rem;

  object-fit: cover;

}



/* 标题 */

.title {

  text-align: center;

  position: relative;

  padding-bottom: .14rem;

  margin-top: .12rem;

}



.title .title-en {

  font-size: .64rem;

  color: #000000;

  opacity: .1;

  font-weight: bold;

}



.title .title-cn {

  font-size: .38rem;

  font-weight: bold;

  position: absolute;

  bottom: 0;

  left: 50%;

  transform: translateX(-50%);

}