
.banner {
  height: 883px;
}

.banner .swiper {
  width: 100%;
  height: 100%;
}

.banner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.banner .swiper-slide img,
.banner .swiper-slide video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner .bnControl {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}

.banner .bnControl .controlMian {
  display: flex;
  padding-right: 42px;
  flex-direction: column;
  align-items: flex-end;
}

.banner .bnControl .controlMian > * {
  position: relative;
}

.banner .bnControl .swiper-pagination {
  right: 6px;
}

.banner .bnControl .swiper-pagination-bullet {
  display: block;
  opacity: 1;
  margin: 12px 0;
  background-color: white;
}

/*.banner .bnControl .swiper-pagination-bullet:nth-child(2) {
  margin: 12px 0;
}*/

.banner .bnControl .swiper-pagination-bullet-active:before {
  content: "";
  position: relative;
  display: block;
  width: 13px;
  height: 13px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s;
  border: 1px solid white;
  border-radius: 50%;
}

.banner .bnControl .swiper-pagination-bullet-active::before {
  border-color: var(--red);
}

.banner .bnControl .swiper-pagination-bullet-active {
  background-color: var(--red);
}

.banner .bnControl .swiper-button-next,
.banner .bnControl .swiper-button-prev {
  width: 21px;
  height: 13px;
  right: 0;
  left: 0;
  margin: 0;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.banner .bnControl .swiper-button-next::after,
.banner .bnControl .swiper-button-prev::after {
  display: none;
}

.banner .bnControl .swiper-button-prev {
  margin-bottom: 18px;
  background-image: url(../img/bn_prev.png);
}

.banner .bnControl .swiper-button-next {
  margin-top: 18px;
  background-image: url(../img/bn_next.png);
}

.recommend {
  margin-top: 170px;
  margin-bottom: 150px;
}

.recommend .top {
	font-weight:bold;
  display: flex;
  margin-bottom: 55px;
  align-items: flex-start;
  justify-content: space-between;
}

.recommend .top p {
  font-size: 30px;
  line-height: 30px;
}

.recommend .top a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
}

.recommend .top a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 10px;
  background-color: #1f0001;
}

.mid_bn {
  height: 375px;
  margin-top: 110px;
  background-color: var(--red);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position:relative;
}

.mid_bn .item{
	position:absolute;
	left:0;
	right:0;
	top:25%;
	left: -20%;
	max-width:350px;
	margin:0 auto;
	color:#fff;
	font-size:40px;
	font-weight:bold
	}

.mid_bn .item .p2{
	margin-top:5px;
}

.loopVideo {
  display: flex;
  align-items: center;
  padding: 180px 0 220px;
  background-color: #f5f5f5;
  justify-content: space-between;
}

.loopVideo .left {
  width: 42%;
}

.loopVideo .left .left_main {
  max-width: 385px;
  margin-left: auto;
  margin-right: 205px;
  padding-left: 14px;
}

.loopVideo .left .b {
  font-size: 40px;
  line-height: 45px;
  font-weight: bold;
}

.loopVideo .left .s {
  max-width: 375px;
  margin: 25px 0 60px;
  font-size: 18px;
  line-height: 25px;
  color: #a3a3a3;
  font-weight: bold;
}

.loopVideo .left a {
  display: inline-block;
  border-radius: 30px;
  width: 165px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: white;
  background-color: var(--red);
}

.loopVideo .left a img {
  display: inline-block;
  margin-right: 10px;
}

.loopVideo .right {
  width: 58%;
}

.loopVideo .right .swiper-slide {
  position: relative;
  width: auto;
  cursor: pointer;
  background-color: transparent;
}

.loopVideo .right .swiper-slide .play {
  position: absolute;
  width: 100px;
  height: 100px;
  margin: auto;
}

.loopVideo .right .swiper-slide .putImg {
  overflow: hidden;
  border-radius: 30px;
}

.loopVideo .right .swiper-slide .putImg img {
    transition: all .4s;
	
}

.loopVideo .swiper-pagination {
  line-height: 8px;
  margin-top: 38px;
}

.loopVideo .swiper-pagination-clickable .swiper-pagination-bullet {
  margin: 0 5px;
  opacity: 1;
  background-color: #644f4f;
}

.loopVideo .swiper-pagination-clickable
 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--red);
}


@media (max-width: 1024px) {
.banner{ height:600px}
.recommend .top p{ font-size:22px; line-height:26px;}
.recommend{ margin:12% 0 10%;}
.loopVideo{ display:block;}
.loopVideo .left{ width:100%;}
.loopVideo .left .left_main{ max-width: inherit; margin:0;}
.loopVideo .right{ width:98%; margin:5% 1%;}
.loopVideo{padding:10% 0;}
}

@media (max-width: 768px) {
.mid_bn .item{ font-size:30px;}
.mid_bn{ margin-top:5%}
.loopVideo .right{ width:95%; margin:5% 2.5%;}
.loopVideo .left .b{ font-size:30px; line-height:35px;}
.loopVideo .left .s{ font-size:16px;}
}


@media (max-width: 640px) {
.banner{ height:400px}
.recommend{ margin:15% 0 10%;}
.loopVideo .right .swiper-slide{ width:100%;}
.loopVideo{padding:15% 0 20%;}
.loopVideo .right .swiper-slide .play{ width:50px; height:50px;}
}

@media (max-width: 480px) {
.banner{ height:280px}
.banner .bnControl .controlMian{ padding-right:0}
.mid_bn .item{ left:0; max-width:inherit; padding:0 15px;}
.loopVideo .left .b{ font-size:26px; line-height:30px;}
.mid_bn {background-size: 250%;background-position: 45%;}
}
