<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.swiper-container{
    height: 86.9vw;
    background-color: rgba(38,38,38,1.00);
}
.arrow-left {
  background: url(../images/arrows.png) no-repeat left top;  background-size: 100% auto;
  position: absolute;
  left: 10%;
  top: 50%;
  margin-top: -15px;
  width: 15px;
  height: 28px;
  z-index:10;
}
.arrow-right {
  background: url(../images/arrows.png) no-repeat left bottom;  background-size: 100% auto;
  position: absolute;
  right: 10%;
  top: 50%;
  margin-top: -15px;
  width: 15px;
  height: 28px;
  z-index:10;
}
.pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom:3vw;
  width: 100%;
}
.swiper-pagination-switch {
  border:solid 1px #fff;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  margin: 0 0.5vw;
  cursor: pointer;
}
.swiper-active-switch {
  border:solid 1px #0066ce;
  background: #0066ce;
}
.swiper-slide{
	position:relative;
	opacity:0;
	transition: opacity 0.7s ease-in-out;
}
.swiper-slide-active{
	opacity:1;
}
.swiper-slide .img{
	position:absolute;
}
.inner{
	position:relative; top: 50%; left: 50%;  display: inline-block;  -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%);  transform: translate(-50%, -50%);
  display:block; padding:0 10%;
  margin:0 auto;
}
.slide1{
	background: url(../images/s_bg.jpg) center; background-size: auto 100%; 
}
.slide2{
	background: url(../images/s_bg2.jpg) center; background-size: auto 100%; 
}
.slide3{
	background: url(../images/s_bg3.jpg) center; background-size: auto 100%; 
}

.slide4{
  background: url(../images/s_bg4.jpg) center; background-size: auto 100%; 
}

.slide1 .s0{color: #fff; text-align: center; width: 100%;visibility:visible !important;position: relative !important;}
.slide1 .s0 span{ font-size: 1.2rem; padding-bottom:3vw; display: block;}
.slide1 .s0 p{ font-size: 0.875rem; }
.slide1 .s1{ width: 60vw; visibility:visible !important;position: relative !important; margin:5vw auto 0 auto; display: block;}

.slide2 .s0{left:0; top: 20vw; color: #fff; text-align: center; width: 100%;}
.slide2 .s0 span{ font-size: 1.2rem; padding-bottom: 3vw; display: block;}
.slide2 .s0 p{ font-size: 0.875rem; }
.slide2 .s1{left:50%;top: 40vw; width: 50vw;  margin-left: -25vw;}

.slide3 .s0{left:0; top: 20vw; color: #fff; text-align: center; width: 100%;}
.slide3 .s0 span{ font-size: 1.2rem; padding-bottom: 3vw; display: block;}
.slide3 .s0 p{ font-size: 0.875rem; }
.slide3 .s1{left:50%;top: 44vw; width: 50vw;  margin-left: -25vw;}

.slide4 .s0{left:0; top: 20vw; color: #fff; text-align: center; width: 100%;}
.slide4 .s0 span{ font-size: 1.2rem; padding-bottom: 3vw; display: block;}
.slide4 .s0 p{ font-size: 0.875rem; }
.slide4 .s1{left:50%;top: 40vw; width: 50vw;  margin-left: -25vw;}


.loop{
	animation-iteration-count: infinite;/*无限*/
	animation-timing-function:linear;/*平滑*/
}
.targetBtn {
    margin-top: 20px;
    position: absolute;
    bottom: 60px;
    left: 352px;
    z-index: 999;
}
.targetBtn a{
	height:50px;
	border-radius:50px;
	background:rgba(0,0,0,.5);
	float:left;
	line-height:50px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	}
.targetBtn .a1{
	width:110px;
	}
.targetBtn .a2{
	width:170px;
	margin-left:15px;
	}	
/*自定义CSS动画*/
.moveRight{-webkit-animation-name:moveRight;animation-name:moveRight}
@-webkit-keyframes moveRight{0%{opacity: 0;left:0px;}
10%{opacity: 1;}
100%{opacity: 1;left:550px;}}
@keyframes moveRight{0%{opacity: 0;left:0px;}
10%{opacity: 1;}
100%{opacity: 1;left:550px;}}

.moveLeft{-webkit-animation-name:moveLeft;animation-name:moveLeft}
@-webkit-keyframes moveLeft{0%{opacity:0;left:390px;}
10%{opacity:1;}
100%{opacity:1;left:-370px;}}
@keyframes moveLeft{0%{opacity:0;left:390px;}
10%{opacity:1;}
100%{opacity:1;left:-370px;}}</pre></body></html>