<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "gb2312";
/* CSS Document */
*{font-size:14px;font-family:"微软雅黑";color:#333;}
body,dl,dd,p{margin:0;}
a{text-decoration:none;}
img{display:block;}
input{margin:0;padding:0;border:none;outline:none;cursor:pointer;}
textaea{margin:0;padding:0;outline:none;}
h1,h2,h3{font-weight:normal;margin:0;}
ul{margin:0;padding:0;}
li{list-style:none;}
.clearfix{clear:both;}

/*title*/
.title{margin-top:60px;width:100%;background-color:#181e63;padding:10px 0;}
.title h1{font-size:32px;font-weight:bold;text-align:center;color:#01c5fe;}
.title h1 a{font-size:32px;font-weight:bold;text-align:center;color:#01c5fe;}

/*header*/
/*.header-bg{background-color:#ccc;}*/
.header{max-width:1000px; margin:0 auto; overflow:hidden;}
.header .logo{ float:left;margin-top:2px;}
.header .right{float:right; line-height:50px;text-align:right;}
.header .right a{font-size:16px;padding:0 3px;}
.header .right a:hover{color:#f94a5b;}

/*banner*/
.banner img{width:100%;}

.dd{
	max-width:920px;
	margin: auto;
	padding:20px 40px;
	margin-top:30px;
	box-shadow:2px 2px 10px #888;
	position:relative;
}
.dd p{
	font-size:20px;
	font-weight:bold;
	line-height:34px;
}
.more{
	font-size:18px;
	float:right;
	position:absolute;
	right:10px;
	bottom:2px;
	transition:all 0.4s;
}
.dd p a:hover{
	color:#01c5fe;
}

.book{
	max-width:1000px;
	margin: auto;
	margin-top:30px;
}
.book img{
	float:left;
}
.book .bc{
	float:right;
	width:550px;
	padding-top:30px;
	padding-right:30px;
}
.bc p{
	font-size:18px;
	line-height:32px;
}

.bd{
	max-width:1000px;
	margin: auto;
	margin-top:30px;
}
.bd li{
	line-height:30px;
	border:#eee solid 1px;
	margin:10px 0;
	padding:10px 0;
	text-align:center;
	transition:all 0.4s;
}
.bd a{
	font-size:22px;
	font-weight:bold;
	transition:all 0.4s;
	display:inline-block;
	width:100%;
	height:100%;
}
.bd span{
	color:#181e63;
	font-size:22px;
	font-weight:bold;
	transition:all 0.4s;
}
.bd li:hover{
	background-color:#181e63;
}
.bd li:hover a{
	color:#01c5fe;
}
.bd li:hover span{
	color:#01c5fe;
}

.ss2_wrapper {
	position: relative;
	width: 900px;
	height: 400px;
	margin: auto;
	margin-top:30px;
	overflow: hidden;
}
.ss2_wrapper .slideshow {
	position: relative;
	width: 900px;
	height: 400px;
}
.ss2_wrapper .slideshow_item {
	width: 900px;
	height: 400px;
}
.ss2_wrapper .slideshow_item .data {
	display: none;
}
.ss2_wrapper a.slideshow_prev {
	position: absolute;
	left: -40px;
	top: 160px;
	z-index: 10;
	width: 40px;
	height: 46px;
	outline: none;
	background:url(images/trans-black-70.png);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 0 2px #222;
	-webkit-box-shadow: 0 0 2px #222;
	box-shadow: 0 0 2px #222;
}
.ss2_wrapper a.slideshow_prev:hover {
	background: #000;
}
.ss2_wrapper a.slideshow_prev span {
	display: block;
	width: 40px;
	height: 46px;
	background:url(images/arrows.png) no-repeat -55px 50%;
	text-indent: -9999px;
}
.ss2_wrapper a.slideshow_next {
	position: absolute;
	right: -40px;
	top: 160px;
	z-index: 10;
	width: 40px;
	height: 46px;
	outline: none;
	background: url(images/trans-black-70.png);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 0 2px #222;
	-webkit-box-shadow: 0 0 2px #222;
	box-shadow: 0 0 2px #222;
}
.ss2_wrapper a.slideshow_next:hover {
	background: #000;
}
.ss2_wrapper a.slideshow_next span {
	display: block;
	width: 40px;
	height: 46px;
	background: url(images/arrows.png) no-repeat -5px 50%;
	text-indent: -9999px;
}
.ss2_wrapper .slideshow_paging {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 11;
	font-size: 12px;
	padding: 3px 2px;
	background: url(images/trans-black-70.png);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 0 2px #222;
	-webkit-box-shadow: 0 0 2px #222;
	box-shadow: 0 0 2px #222;
}
.ss2_wrapper .slideshow_paging a {
	display: block;
	float: left;
	margin: 0 1px;
	padding: 3px 7px;
	color: #ccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.ss2_wrapper .slideshow_paging a:hover {
	color: #fff
}
.ss2_wrapper .slideshow_paging a.activeSlide {
	background: #eee;
	color: #222
}
.ss2_wrapper .slideshow_box {
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(images/70.png);
	width: 100%;
	height: 120px;
	z-index: 10;
}
.ss2_wrapper .slideshow_box .data {
	padding: 15px 20px;
	color: #ccc;
}
.ss2_wrapper .slideshow_box .data h4 {
	color: #fff;
	font: bold 20px arial, sans-serif;
	padding: 0;
	margin: 0 0 10px 0;
}
.ss2_wrapper .slideshow_box .data p {
	padding: 0;
	margin: 0;
	font-size:14px;
	line-height:20px;
	color:#ccc;
}
.ss2_wrapper .slideshow_box .data a {
	color: #fff;
}


.fw{
	max-width:1000px;
	margin: auto;
	margin-top:30px;
}
.fw li{
	opacity:0.9;
	margin-top:20px;
	transition:all 0.4s;
}
.fw li:hover{
	opacity:1;
}
.fw li:hover .box{
	background-color:#F1F1F1;
}
.fw img{
	float:left;
}
.fw .box{
	width:550px;
	height:260px;
	float:right;
	padding:0 20px;
	position:relative;
	transition:all 0.4s;
}
.box h2{
	font-size:20px;
	font-weight:bold;
	color:#111;
	margin-top:10px;
}
.box p{
	line-height:26px;
	margin-top:10px;
	font-size:16px;
}
.box p a{
	float:right;
	font-size:16px;
	display:block;
	position:absolute;
	right:10px;
	bottom:2px;
	transition:all 0.4s;
}
.box p a:hover{
	color:#01c5fe;
}


.ctbox{
	max-width:1000px;
	margin: auto;
	margin-top:30px;
}


.pd{
	max-width:980px;
	margin: auto;
	margin-top:30px;
}
.pd li{
	float:left;
}



/*end*/
.footer a,p{font-size:14px;transition:all 0.4s;}
.footer a:hover{color:#01c5fe;}
.bg2{width:100%;padding:20px 0 10px 0;background-color:#f8f8f8;}


</pre></body></html>