<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*======网页属性设定：页边距、字体及颜色（在没有具体规定的情况下适用）、主体页面位置（左中右）、整体页面背景=*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,p{padding:0;margin: 0;font-family:Microsoft YaHei;}
ul{ list-style:none;}
i{ vertical-align:middle;}
input{outline:none;-webkit-appearance: none;box-sizing: border-box;}
input:-ms-input-placeholder{color:rgba(255,255,255,0.3);} /*=//IE10=*/
textarea:-ms-input-placeholder{color:rgba(255,255,255,0.3);} /*=//IE10=*/  
input::-moz-placeholder{color:rgba(255,255,255,0.3);}/*=//Firefox=*/
textarea::-moz-placeholder{color:rgba(255,255,255,0.3);}/*=//Firefox=*/
input::-webkit-input-placeholder{color:rgba(255,255,255,0.3);}/*=//Chrome,Safari=*/
textarea::-webkit-input-placeholder{color:rgba(255,255,255,0.3);}/*=//Chrome,Safari=*/
textarea{resize:none;} 
img {border:0px;padding: 0;margin: 0;
	image-rendering: optimizeQuality;  /* firefox 3.6+; default behavior is identical, no need to specify */
	-ms-interpolation-mode: bicubic;   /* internet explorer 7.0; default in ie8+ */
	image-rendering: -moz-crisp-edges;
image-rendering: -o-crisp-edges;
image-rendering: -webkit-optimize-contrast;
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;}
html{font-family:Microsoft YaHei;overflow-x:hidden;overflow: hidden;overflow-y: scroll;}

/*========基本表格设置：在没有具体规定的情况下适用=*/
td{font-family:Microsoft YaHei;text-decoration: none;}
/*==========链接基本样式：在没有具体规定的情况下适用=*/
a{text-decoration: none;outline: none;blr:expression(this.onFocus=this.blur());color:#333;font-family:Microsoft YaHei;}
a:hover{color:#145ab2;text-decoration: none;}
/*============页面整体设定：边距、位置、宽度等=*/
#pageset{margin:0; padding:0px 0 0 0;}
/*===========页面头部=*/
header{ width:100%;position:relative; background:#145ab2;}
header:before{
    background:url(../images/top_bj.png) no-repeat -100px 10px;
	background-size: cover;
    width: 1230px;
    height:150px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
opacity:0.3;filter:alpha(opacity=30);}
#top_bj{ width:100%;position:relative;background:#145ab2;overflow:hidden;}
#top_bj:before{
    background:url(../images/top_bj.png) no-repeat -100px 10px;
	background-size: cover;
    width: 1230px;
    height:150px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
opacity:0.3;filter:alpha(opacity=30);}
.top{position: relative;width:1230px;height:150px;margin:auto;}
.logo a{position:absolute;z-index:10;top:30px;left:0px;width:800px;height:100px;background: url(../images/logo.png) no-repeat;}
#search {
	position:absolute;
	z-index:10;
	top:55px;
	right:0px;
	width:260px;
	overflow:hidden;
	text-align:left;
	border-radius:10px;
	border:1px solid rgba(255,255,255,0.4);
	background:rgba(255,255,255,0.1);}
.inp_srh {
	float:left;
	width:84%;
	height:40px;
	padding:0 0 0 10px;
	color:#fff;
	line-height:40px;
	font-family:Microsoft YaHei;
	box-sizing: border-box;
	margin:0px 0 0 0;
	border:none;
	background-color:transparent;
	font-size:14px;}
.btn_srh{
	float:right;
	width:16%;
	height:40px;
	line-height:40px;
	cursor:pointer;
	text-indent:-999em;
	background:url(../images/search2.png) no-repeat 50% 50%;
	background-size:18px;
	border:none;
	margin:0px 0 0 0; 
	border-radius:0%;}
.btn_srh:after{
	content: '';
	display: block;
	height: 100%;
	transform: translateX(-100%);
	background: inherit;
	filter: drop-shadow(144px 0 0 #000);}
#list_banner{width:100%;height:200px;margin:0px 0 0 0; background:#fff url(../images/list_banner.jpg) no-repeat;background-size:100% 100%;}
#list_banner a{width:100%;height:500px;display:block;}
.nav{width:100%;margin:0;padding:0px; box-shadow: 5px 5px 5px 5px #999999;}
.nav ul{width:1230px;margin:auto;padding:0px 0px 0px 0px;display:flex;}
.nav ul li{margin:0px 0px;text-align:center;flex:1;}
.nav ul li i{font-size:40px;padding:20px 0px 0px 0px;height:30px;color:#FFF;display:inline-block ;}
.nav ul li p{font-size:16px;line-height:3.8;color:#fff;}
.nav ul li a{ display: block;transition: all 0.3s;}
.nav ul li a:hover{background:rgba(0,0,0,0.2);}
/*===========页面底部=*/
#bottom{width:100%;height:230px;padding:80px 0 0px 0;margin: auto;text-align: left;background:#145ab2;position: relative;}
#bottom:before{
    background:url(../images/bottom_bj.jpg) no-repeat center top;
	background-size:100% 100%;
    width: 100%;
    height:100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
opacity:0.2;filter:alpha(opacity=20);}
#bottom dl{width:1230px;margin:0px 0 0 -615px;overflow: hidden;position: absolute;left:50%;}
#bottom dl dt{ float:right;padding:10px 0px 0 0px;line-height:24px;color:#FFF;}
#bottom dl dt img{ width:298px;opacity:0.9;filter:alpha(opacity=90);}
#bottom dl dd{float:left;padding:0 0 0 0px; margin:0px 70px 0px 0px;color:#FFF; font-size:14px;line-height:2.0;}
#bottom dl dd:last-child{margin-right:0;}
#bottom dl dd span{font-size:16px;line-height:2.0;}
#bottom dl dd a{ color:#FFF;}
.link_box{margin:0 0px 0px 0px;overflow: hidden;}
.link_box h2{height:40px;text-align: left;}
.link_box h2 span{
	font-size:16px;
	color:#fff;
	line-height:1.0;
	padding:0 0px;
	position: relative;
	border-radius:0;
	font-weight: normal;}
.link_box h2 span i{font-size:18px;margin:0 10px 5px 0; font-weight:normal;}
.link_con {margin:auto;padding:0px 0px 0px 0px;}
.link_con ul{padding:0 0 0px 0; overflow: hidden; zoom:1;}
.link_con ul li a{
	margin:0px;
	color:#fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
	font-size:14px;
	line-height:24px;}
.link_con ul li a:hover{ color:#fff;text-decoration:underline;}
/*===========栏目页设定=*/
#content{margin:auto;width:1230px;padding:40px 0 0px 0px;overflow: hidden;}
/*-----------当前位置-*/
#detail_a{float:left;}
#detail_a h2{
	padding:0px 20px;
	text-align: center;
	font-size:20px;
	font-family:"Microsoft YaHei";
	color:#fff;
	min-width:240px;
	line-height:50px;
	font-weight: normal;
	box-sizing: border-box;
	display:inline-block;
	text-transform: capitalize;
	position: relative;
	background:#900;}
#detail_a h2:before {
	content:"";
	position:absolute;
	bottom:0;
	top:100%;
	left:50%;
	margin:0 0 0 -8px;
	border-left:8px solid transparent;
	border-right:8px solid transparent;
	border-top:6px solid #900;}
#place{
	width:100%;
	padding:0 0px 0 0px;
	font-size:12px;
	
	/*-rgba(255,255,255,1.0)-*/
	border-bottom:1px solid #eee;
	background:#fafafa;}
#place ul{width:1230px;height:40px;  line-height:40px;margin:auto;padding:0px 0px 0 0px;box-sizing: border-box;text-align: left;color:#666;font-family:Verdana;}
#place ul:before {
	content:"";
	width:8px;
	height:14px;
	margin:14px 10px 0 0;
	background:#145ab2;
	display:inline-block;
	float:left;}
#place a{color:#666;}
#place a:hover{color:#333;}






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