<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}
body {
	font-family: "微软雅黑", "宋体";
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #83638e;
	text-decoration: none;
}
/* slide */
.slide, .slide li {
	width: 1000px;
	height: 305px;
}
.slide {
	overflow: hidden;
	position: relative;
}
.slide li {
	position: absolute;
	overflow: hidden;
	display: none;
}
.slide li.current {
	display: block;
}
.slide li .image {
	position: absolute;
	top: 0px;
	left: 0px;
}
.slide li .text {
	overflow: hidden;
	background:url(../images/banner-bg.png) no-repeat !important;
	width: 277px;
	position: relative;
	height: 305px;
	background: 0;
	text-indent: 0;
	float:right;
}
.slide li .text a {
	color: #fff;
	font-size: 12px;
	line-height: 30px;
	float: left;
}
.slide li img {
	width: 723px;
	height: 305px;
}
.slide .title {
	padding: 0 25px;
    padding-top: 55px;
}
.slide .title a {
	font-size:22px;
	line-height:36px;
	color:#0f3774;
}
.img-text {
    position: absolute;
    bottom: 0px;
    height: 38px;
    line-height: 38px;
    padding-left: 20px;
	z-index:100;
}
.img-text a {
	font-size:16px;
	color:#fff;
}
.img-text-bj {
	height: 38px;
    width: 760px;
    position: absolute;
    bottom: 0px;
    background: #000;
    opacity: 0.7;
    filter: alpha(opcity:70);
	z-index:100;
}
.slide li .text .title a {
	font-size: 22px;
	color: #fff;
	font-family: "微软雅黑";
	line-height: 36px;
	text-indent: 0;
	float: none;
}
.slide li .text p {
	font-family:"宋体";
	font-size: 12px;
	text-indent: 0;
	clear: both;
	line-height: 30px;
	margin-top: 30px;
	padding:0 25px;
}
.slide .triggers {
	display:none;
	position: absolute;
	z-index: 1;
	width: 683px;
	text-align: center;
	bottom: 10px;
	height: 38px;
	right: 0;
	left: 0;
	padding: 0 0 8px;
}
.slide .triggers a {
	font-size: 11px;
	line-height: 12px;
	color: #000;
	overflow: hidden;
	border-radius: 1px;
	-webkit-text-size-adjust: none;
	float: none;
	width: 62px;
	height: 42px;
	text-align: center;
	display: inline-block;
	background: 0;
	margin: 0 3px 0 0;
}
.slide .triggers a:hover {
	text-decoration: none;
}
.slide .triggers a img {
	width: 58px;
	height: 38px;
	border: 1px #999 solid;
	vertical-align: middle;
	opacity: .6;
}
.slide .triggers a.current img {
	border: 2px #2fac00 solid;
	opacity: 1;
}
.slide .icon-dot {
	display: inline-block;
	position: absolute;
	width: 195px;
	bottom:20px;
	right:0px;
    text-align: center;
}
.slide .icon-dot a {
	width: 23px;
	height: 23px;
	display: inline-block;
	background:url(../images/white.png) no-repeat center;
	overflow: hidden;
	margin-right:4px;
}
.slide .icon-dot a.current {
	background:url(../images/yellow.png) no-repeat center;
}
.slide .link-watch {
	width: 30px;
	height: 44px;
	display: none;
	position: absolute;
	top: 110px;
	filter: alpha(opacity=60);
	cursor: pointer;
}
.slide .link-watch.pre {
	left: 0;
	top: 178px;
}
.slide .link-watch.next {
	left: 729px;
	right: 0;
	top: 178px;
	background-position: right -57px;
}
.slide .link-watch.down {
	background-position-y: -2px;
}
</pre></body></html>