
#ups-banner {
/*	background: #bebebe;*/
}

.swiper-container {
	width: 100%;
/*	max-width: 1600px;*/
	margin: 0 auto;
	overflow: hidden;
}

.swiper-slide {
	position: relative;
}

.swiper-slide .content {
	width:50%;
	max-width: 460px;
	position: absolute;
	right: 60px;
	bottom: 90px;
	z-index: 20;
}
@media screen and (max-width: 768px) {
	.swiper-slide .content {
		display:none;
	}
}
.swiper-slide .content .txt {
	padding: 20px;
	background: rgba(255,255,255,0.85);
}

.swiper-slide .content .txt h3 {
	font-family: "BerlingskeSans Serif",Georgia,Times,serif;
	margin: 0;
	font-size: 2.3em;
	font-weight: normal;
}

.swiper-slide .content .txt p {
	margin: 5px 0 0;
	font-size: 1.2em;
}

.swiper-slide .content .link {
	border-radius: 25px;
	display: block;
	background: #008369;
	transition: .2s background;
	color: #fff;
	font-family: "BerlingskeSans Bd",Tahoma,helvetica,arial,sans-serif;
	text-align: center;
	font-weight: 400;
	font-size: 1.1em;
	line-height: 1.1em;
	padding: 10px 30px 10px;
	float: right;
	margin-top: 15px;
	text-decoration: none;
}

.swiper-slide .content .link:hover {
	background: #006a55;
}

/*.img-fix {
	margin-top: -25%;
	overflow: hidden;
}

.img-inner {
	transform: translateY(40%);
}*/

.swiper-container img {
	width: 100%;
	display: block;
}

.swiper-button-next,.swiper-button-prev {
	background: none;
	bottom: 30px;
}

.swiper-button-prev {
	right:28px;
	left: auto;
}

.swiper-button-next {
	left:28px;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color,var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}
.bottom-nav {
	text-align: center;
	position: absolute;
	bottom:0;
	z-index: 10;
	left:50%;
	width: 100%;
	max-width:1600px;
	transform: translateX(-50%);
	display: flex;
	justify-content: center;
}
.bottom-nav-box{width: 100%;position: relative;height: 40px;}
.index-cp-r-line{position: absolute;width:24%;bottom: 0;left: 50%;transform: translateX(-50%);}
.index-cp-r-line dd{color:#fff3;font-size:30px;line-height:70px;display: flex;justify-content: space-between;font-weight: bold;font-family: arial;}
.index-cp-r-line dd em{font-size:20px;font-weight: 100;}
.index-cp-r-line dd span{color: #fff;}
.swiper-pagination-progressbar{background:rgba(255,255,255,.25) !important;height: 1px !important;top: 50% !important;left: 13.8% !important;}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#fff !important;}
.swiper-button-next{background: url(../images/icon_06.png) no-repeat center left;}
.swiper-button-prev{background: url(../images/icon_07.png) no-repeat center left;}

.ups-icon-videoplay {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	cursor: pointer;
}

.ups-icon-videoplay:before {
	font-family: "upsicons";
	content: "\e680";
	font-size: 28px;
	color: white;
}

.stop-status.ups-icon-videoplay:before {
	content: "\e681";
}

.swiper-pagination {
	position: relative;
	display: block;
	/*height: 29px;*/
	vertical-align: middle;
	color:#fff;
	font-size: 16px;
}

/* .swiper-pagination-bullet{display: block !important;} */
#ups-banner .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	background:none;
	opacity: 1;
	box-sizing: border-box;
	margin:0 10px;
	vertical-align: middle;
	background: #fff2;
}

#ups-banner .swiper-pagination-bullet-active {
	background: #ba161d;
}	

@media (max-width: 767px){
	  .swiper-button-prev:before {
		  content: '\e627';
	  }
	  
	  .swiper-button-next:before {
		  content: '\e629';
	  }
	  .swiper-button-next,.swiper-button-prev {
		  bottom: 10px;
	  }
	  .swiper-button-next:before,.swiper-button-prev:before {
		  font-size: 32px;
	  }
	  .bottom-nav {
		  bottom: 3%;
	  }
	  #ups-banner .swiper-pagination-bullet {
		  width: 6px;
	      height: 6px;
		  margin: 6px 0;
		  border: solid 1px #fff;
	  }
	  .ups-icon-videoplay {
		  margin-right: 10px;
	  }
}