<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.slider{ position:relative;height:896px;overflow:hidden;}
.slider .bd{ position:relative; z-index:0; }
.slider .bd li {height:896px;}
.slider .hd{ position:absolute; left:0; bottom:20px;line-height:1em;text-align:center; width:100%;}
.slider .hd ul{ text-align:center;  padding-top:5px;  }
.slider .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:30px; height:4px; margin:5px; overflow:hidden; font-size:0;background:#fff;}
.slider .hd ul .on{background: #c6aa7a;}
.slider .prev,.slider .next{ z-index:1; display:block; width:66px; height:66px; margin:-33px 0 0 -666px; float:left; background:rgba(255,255,255,0.1)url(../images/lrbtn1.png) no-repeat; left:50%; position:absolute; top:50%; left:50%;-webkit-border-radius:50%;-moz-border-radius:50%; border-radius:50%;}
.slider .prev:hover,.slider .next:hover{background:rgba(255,255,255,0.1)url(../images/lrbtn1.png) no-repeat;}
.slider .next,.slider .next:hover{  background-position:-66px 0; float:right; margin-left:600px;}


.slider li&gt;a {display:block;}
.slider .video {width:100%;}

@media screen and (min-width: 1700px) and (max-width:3800px){ 
.slider .video {
	transform: translate(0px,-160px);
}
}


.indexFlash {
	min-height: 100px;
	width: 100%;
	/* overflow-x: hidden; */
	position: relative;
}

.indexFlash .bg {
	min-height: 100px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.indexFlash .layer {
	position: absolute;
	left: 7%;
	top: 50%;
	color: #FFF;
	width: 43%;
	margin-top: -270px;
	/* overflow: hidden; */
}

.indexFlash .line {
	position: absolute;
	left: -652px;
	top: 24px;
	width: 98%;
	height: 10px;
	border-top: #FFF solid 1px;
}

.indexFlash .line i {
	display: block;
	width: 15px;
	height: 15px;
	border: #f4e295 solid 2px;
	position: absolute;
	top: -8px;
	right: -15px;
}

.indexFlash .wal {
	padding: 0px 0 0 128px;
}

.indexFlash h2 {
	font-size: 49px;
	line-height: 1.285em;
	/* letter-spacing: 2px; */
	/* border-bottom: #FFF dotted 1px; */
	max-width: 860px;
	padding-bottom: 25px;
	font-weight: bold;position:relative;
	visibility: visible;
	animation-name: fadeInUp;
}

.indexFlash h2:before {
    content: "";
    position: absolute;
    left: -63px;
    top: 34px;
    width: 16px;
    height: 16px;
    border: 2px solid #f4e295;
    z-index: 0;
    border-radius:100%;
    transition: all 0.3s;
}

.indexFlash h2:after {
    content: "";
    position: absolute;
    left: -156px;
    top: -38px;
    width: 70px;
    height: 70px;
    /* background: #f4e295; */
    z-index: 0;
    transition: all 0.3s;
    /* border: 2px solid #f4e295; */
    /* opacity: 0.45; */
}



.indexFlash p {
	font-size: 18px;
	line-height: 1.977em;
	/* font-weight: lighter; */
	color: #FFF;
	padding-top: 25px;padding-bottom: 35px;
	letter-spacing: 1px;
	visibility: visible;
	animation-name: fadeInUp;
}
.wal {
    max-width: 1200px;
	margin: 0px auto;
}
.indexFlash .more {
	padding-top: 60px;
}

.indexFlash .more a {
	display: block;
	font-size: 14px;
	color: #FFF;
	width: 152px;
	line-height: 45px;
	text-align: center;
	background: rgba(255,255,255,0.2);
}

.indexFlash .more a:hover {
	background: #ffdf7d;
	color: #0f0f0f;
}



.indexIco {
	position: absolute;
	z-index: 10;
	left: 50%;
	bottom: 100px;
	background: url(../images/img38.png) center no-repeat;
	width: 38px;
	height: 27px;
	margin-left: 12px;
	-webkit-animation: indexIcoAnimation 1.5s infinite linear;
	-moz-animation: indexIcoAnimation 1.5s infinite linear;
	-o-animation: indexIcoAnimation 1.5s infinite linear;
}

@-webkit-keyframes indexIcoAnimation {
	from {
		bottom: 100px;
		opacity: 1;
		filter: alpha(opacity=100);
	}

	to {
		bottom: 30px;
		opacity: 0;
		filter: alpha(opacity=0);
	}
}

@-moz-keyframes indexIcoAnimation {
	from {
		bottom: 100px;
		opacity: 1;
		filter: alpha(opacity=100);
	}

	to {
		bottom: 30px;
		opacity: 0;
		filter: alpha(opacity=0);
	}
}

@-o-keyframes indexIcoAnimation {
	from {
		bottom: 100px;
		opacity: 1;
		filter: alpha(opacity=100);
	}

	to {
		bottom: 30px;
		opacity: 0;
		filter: alpha(opacity=0);
	}
}</pre></body></html>