.swiper-container {
  width: 100%;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 8%;
}
.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #bfbfbf;
  opacity: 1;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 15px;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #f9413c;
}
.swiper-img {
  width: 100%;
  float: left;
}
.container {
  overflow: hidden;
}
.video-pup-up {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 99;
}
.video-pup-up #my-player {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-pup-up .close-btn {
  width: 40px;
  height: 40px;
  background: url(../img/close.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 60px;
  right: 60px;
}
.brand-box-one {
  overflow: hidden;
}
.brand-box-one .yj {
  overflow: hidden;
  width: 100%;
  height: 720px;
  background-image: url(../img/yj.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.brand-box-one .yj .yj-img {
  float: left;
  width: 100%;
}
.brand-box-one .back-img {
  float: left;
}
.brand-box-one .brand-con {
  position: relative;
}
.brand-box-one .brand-con .b-title {
  width: 100%;
  height: 128px;
  text-align: center;
}
.brand-box-one .brand-con .b-title img {
  width: 395px;
  height: 128px;
}
.brand-box-one .brand-con .bc-one {
  position: absolute;
  width: 1200px;
  top: 0;
  left: 50%;
  right: 0;
  z-index: 9;
  transform: translate(-50%, 0);
}
.brand-box-one .brand-con .bc-one .b-title {
  margin-top: 74px;
}
.brand-box-one .brand-con .bc-one .introduce-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 56px;
}
.brand-box-one .brand-con .bc-one .introduce-box .bi-one {
  width: 392px;
  height: 565px;
}
.brand-box-one .brand-con .bc-one .introduce-box .bi-one img {
  width: 100%;
  float: left;
}
.brand-box-one .brand-con .bc-one .introduce-box .bi-two,
.brand-box-one .brand-con .bc-one .introduce-box .bi-three {
  width: 390px;
  height: 565px;
}
.brand-box-one .brand-con .bc-one .introduce-box .bi-two .bi-title,
.brand-box-one .brand-con .bc-one .introduce-box .bi-three .bi-title {
  width: 100%;
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  font-weight: 300;
  line-height: 45px;
  margin-top: 18px;
}
.brand-box-one .brand-con .bc-one .introduce-box .bi-two .bi-border,
.brand-box-one .brand-con .bc-one .introduce-box .bi-three .bi-border {
  width: 100%;
  height: 23px;
  background: url(../img/border-1.png) no-repeat;
  background-size: 100%;
  margin-bottom: 20px;
}
.brand-box-one .brand-con .bc-one .introduce-box .bi-two .bi-con,
.brand-box-one .brand-con .bc-one .introduce-box .bi-three .bi-con {
  width: 100%;
  height: 460px;
  position: relative;
}
.brand-box-one .brand-con .bc-one .introduce-box .bi-two .bi-con img,
.brand-box-one .brand-con .bc-one .introduce-box .bi-three .bi-con img {
  width: 100%;
  float: left;
}
.brand-box-one .brand-con .bc-one .introduce-box .bi-two .bi-con .bi-msg,
.brand-box-one .brand-con .bc-one .introduce-box .bi-three .bi-con .bi-msg {
  height: 95px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.brand-box-one .brand-con .bc-one .introduce-box .bi-two .bi-con .bi-msg p,
.brand-box-one .brand-con .bc-one .introduce-box .bi-three .bi-con .bi-msg p {
  color: #ffffff;
  font-size: 14px;
  font-weight: lighter;
  text-align: center;
  line-height: 26px;
}
.brand-box-one .brand-con .bc-one .introduce-box .bi-two .bi-msg p {
  padding-top: 20px;
}
.brand-box-one .brand-con .bc-one .introduce-box .bi-three .bi-msg p {
  padding: 0 70px;
  padding-top: 8px;
}
.brand-box-one .brand-con .bc-two {
  position: absolute;
  width: 1200px;
  top: 870px;
  left: 50%;
  right: 0;
  z-index: 9;
  transform: translate(-50%, 0);
}
.brand-box-one .brand-con .bc-two .b-title {
  margin-bottom: 40px;
}
.brand-box-one .brand-con .bc-two .video-box {
  display: flex;
  justify-content: space-between;
}
.brand-box-one .brand-con .bc-two .video-box .v-item {
  width: 393px;
  height: 600px;
  position: relative;
}
.brand-box-one .brand-con .bc-two .video-box .v-item img {
  width: 100%;
  float: left;
}
.brand-box-one .brand-con .bc-two .video-box .v-item .v-logo {
  width: 119px;
  height: 46px;
  background: url(../img/v-logo.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 35px;
  left: 35px;
}
.brand-box-one .brand-con .bc-two .video-box .v-item .v-play {
  width: 69px;
  height: 69px;
  background: url(../img/v-play.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.brand-box-one .brand-con .bc-two .video-box .v-item:hover .v-play {
  opacity: 1;
}
.brand-box-one .brand-con .bc-three {
  position: absolute;
  width: 1200px;
  top: 1720px;
  left: 50%;
  right: 0;
  z-index: 9;
  transform: translate(-50%, 0);
}
.anli-box {
  width: 100%;
  background-image: url(../img/al-back.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.anli-box .anli-msg {
  max-width: 1200px;
  margin: 0 auto;
}
.anli-box .anli-msg .anli-con {
  overflow: hidden;
  width: 100%;
  padding-bottom: 6px;
}
.anli-box .anli-msg .anli-con .a-item {
  float: left;
  width: 280px;
  height: 305px;
  margin-right: 25px;
  margin-bottom: 25px;
}
.anli-box .anli-msg .anli-con .a-item:nth-child(4n) {
  margin-right: 0;
}
.anli-box .anli-msg .anli-con .a-item img {
  float: left;
}
.anli-box .b-title {
  width: 100%;
  height: 128px;
  text-align: center;
  padding-top: 50px;
  margin-bottom: 60px;
}
.anli-box .b-title img {
  width: 395px;
  height: 128px;
}
.my-player-dimensions{
	width: auto;
	height: 100%;
}
