.home-page {
  background: #efeff4;
}
.home-page .swiper-container {
  width: 100%;
  height: 496px;
}
.home-page .swiper-slide {
  background-position: center;
  background-size: cover;
}
.home-page .section {
  padding: 40px 0 80px;
  background: #fff;
}
.home-page .about-us {
  padding-top: 20px;
}
.home-page .about-us .title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 12px;
}
.home-page .about-us .title a {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 3px solid #e5852e;
  padding-bottom: 12px;
}
.home-page .about-us .brief {
  margin-top: 40px;
  padding: 20px;
  background: #f5f5f5;
}
.home-page .about-us .brief img {
  float: left;
  width: 320px;
  height: 270px;
}
.home-page .about-us .brief .brief-text {
  margin-left: 380px;
  color: #777;
  line-height: 2;
  margin-bottom: 15px;
}
.home-page .product-drink {
  position: relative;
  height: 540px;
  margin-top: 80px;
  padding-bottom: 80px;
}
.home-page .product-drink .img-item {
  position: absolute;
  width: 300px;
  height: 300px;
  background: url('../images/product1.jpg') center no-repeat;
  background-size: cover;
  border-radius: 50%;
}
.home-page .product-drink .img-item a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.home-page .product-drink .img-item .name {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  text-align: center;
  line-height: 300px;
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
}
.home-page .product-drink .img-item:hover .name {
  display: block;
}
.home-page .product-drink .product1 {
  top: 0px;
  left: 0px;
}
.home-page .product-drink .product2 {
  top: 0px;
  left: 305px;
}
.home-page .product-drink .product3 {
  top: 0px;
  left: 610px;
}
.home-page .product-drink .product4 {
  top: 261px;
  left: 153px;
}
.home-page .product-drink .product5 {
  top: 261px;
  left: 458px;
}
.home-page .product-drink .product6 {
  top: 261px;
  left: 763px;
}
.home-page .product-mousse {
  height: 412px;
  background: url('../images/mousse-bg.jpg') center no-repeat;
  position: relative;
}
.home-page .product-mousse .swiper-mousse {
  width: 1000px;
  height: 275px;
  margin: 0 auto;
  overflow: hidden;
}
.home-page .product-mousse .swiper-mousse .swiper-button-prev {
  top: 255px;
  left: 100px;
}
.home-page .product-mousse .swiper-mousse .swiper-button-next {
  top: 255px;
  right: 100px;
}
.home-page .product-mousse .swiper-mousse .swiper-click {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.home-page .product-mousse .swiper-mousse .swiper-slide {
  position: relative;
  box-shadow: 0 0px 80px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.home-page .product-mousse .swiper-mousse .swiper-slide:hover .name {
  background: #e5852e;
  color: #fff;
}
.home-page .product-mousse .swiper-mousse .swiper-slide .name {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #ccc;
  text-align: center;
  transition: all 0.5s;
}
.home-page .news-center {
  margin: 40px auto;
}
.home-page .news-center .english {
  color: #000;
}
.home-page .news-center .chinese {
  color: #717171;
}
.home-page .news-center .chinese::before {
  background: #717171;
}
.home-page .news-center .chinese::after {
  background: #717171;
}
.home-page .news-center .news-cont ul > li {
  float: left;
  background: #fff;
  box-shadow: 0 0px 80px 0 rgba(0, 0, 0, 0.1);
  margin: 0 14px;
  height: 306px;
}
.home-page .news-center .news-cont ul > li .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-page .news-center .news-cont ul > li img,
.home-page .news-center .news-cont ul > li .title {
  transition: all 0.5s;
}
.home-page .news-center .news-cont ul > li:hover img {
  transform: scale(1.2);
}
.home-page .news-center .news-cont ul > li:hover a .title {
  color: #e5852e;
}
.home-page .news-center .news-cont ul > li a {
  display: inline-block;
  width: 240px;
}
.home-page .news-center .news-cont ul > li a .news-img {
  width: 240px;
  height: 160px;
  overflow: hidden;
}
.home-page .news-center .news-cont ul > li a .news-img img {
  width: 100%;
  height: 100%;
}
.home-page .news-center .news-cont ul > li a .news-brief {
  padding: 15px 15px 20px;
  line-height: 1.5;
}
.home-page .news-center .news-cont ul > li a .news-brief .time {
  margin: 5px 0 10px;
}
.home-page .news-center .news-cont ul > li a .news-brief .f12 {
  font-size: 12px;
}
.home-page .news-center .news-cont ul > li a .news-brief .brief {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
}
.home-page .join-us .title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 12px;
}
.home-page .join-us .title a {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 3px solid #e5852e;
  padding-bottom: 12px;
}
.home-page .join-us .ju-left {
  width: 488px;
  margin-top: 30px;
}
.home-page .join-us .ju-left ul > li {
  padding: 10px;
  border-bottom: 1px solid #e1e1e1;
}
.home-page .join-us .ju-left ul > li .ju-item-name {
  font-size: 16px;
}
.home-page .join-us .ju-left ul > li .ju-item-brief {
  font-size: 12px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-page .join-us .ju-left ul > li:hover {
  background: #f79e4b;
}
.home-page .join-us .ju-left ul > li:hover .ju-item-name {
  color: #fff;
}
.home-page .join-us .ju-left ul > li:hover .ju-item-brief {
  color: #eee;
}
.home-page .join-us .ju-right {
  margin-top: 30px;
  position: relative;
}
.home-page .join-us .ju-right img {
  width: 445px;
  height: 302px;
}
.home-page .join-us .ju-right .join-brief {
  width: 352px;
  background: #666666;
  position: absolute;
  left: 50%;
  margin-left: -196px;
  bottom: -44px;
  color: #bbaf8f;
  line-height: 20px;
  padding: 20px;
}
.home-page .join-us .ju-right .join-brief a {
  color: #bbaf8f;
  font-weight: bold;
  font-size: 16px;
}
.home-page .join-us .ju-right .join-brief p {
  font-size: 12px;
  color: #bbaf8f;
  line-height: 20px;
}
.small-title {
  padding: 20px 0;
  text-align: center;
}
.small-title .english {
  color: #fff;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: bold;
}
.small-title .chinese {
  font-size: 20px;
  color: #fff;
  margin-top: 10px;
}
.small-title .chinese::before {
  content: '';
  display: inline-block;
  width: 50px;
  height: 1px;
  background: #fff;
  margin-right: 20px;
  position: relative;
  top: -5px;
}
.small-title .chinese::after {
  content: '';
  display: inline-block;
  width: 50px;
  height: 1px;
  background: #fff;
  margin-left: 20px;
  position: relative;
  top: -5px;
}
