<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/*css 初始化 */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img { margin:0; padding:0; }  /*让这些的标签内外边距都是0*/
fieldset, img {  border:none;  }
ul, ol { list-style:none; }
input { padding-top:0; padding-bottom:0; font-family: "微软雅黑","宋体";}
select, input { vertical-align:middle;  /*  */ }
select, input, textarea { font-size:14px; margin:0; }
textarea { resize:none; }
i{font-style: normal;}
table { border-collapse:collapse; }
body { color:#4D4D4D;  font:14px '微软雅黑'; }/* 设置全局的文字 颜色 字号  字体  */  
a{color:#4D4D4D; text-decoration:none; font-size:14px; }
img{ vertical-align:middle;}
.clearfix:after,.clearfix:before{content:"";display:table;clear:both;}
.clearfix{*zoom:1}
.fll{float: left;}
.flr{float: right;}
.warp{ width:1300px; margin:0 auto;}

/*以下开始是首页面样式*/
.header-top{
	height: 40px;
	line-height: 40px;
	color:#0b5e94;
	overflow: hidden;
}
.header-top-time{
	height: 40px;
	line-height: 40px;
}
.header-nav-list a{
	margin: 0 15px;
	color:#0b5e94;
	display: inline-block;
	font-size: 18px;
}
.header-nav-list a:hover{
	font-weight:bold;
}
.index-banner img{
	width: 100%;
	height: auto;
}
.index-nav{
	background: #0b5e94;
	height: 46px;
	line-height: 46px;
}
.index-nav-list a{
	width: auto;
	display: inline-block;
	color:#fff;
	padding: 0 40px;
	font-size: 18px;
}
.index-nav-list a:hover{
	background-color: #1a71a9;
}
.home img{
	margin-bottom: 5px;
}
.index-search{
	float: right;
	width: 200px;
	position: relative;
}
.index-search input{
	width: 100%;
	height: 30px;
	line-height: 30;
	border: none;
	padding-left: 10px;
	padding-right: 40px;
	box-sizing: border-box;
}
.index-search i{
	position: absolute;
	right:0;
	top:9px;
	width: 30px;
	height: 30px;
	background: url("../images/s.png") center no-repeat;
	cursor: pointer;
}

@media (max-width:768px) {
	.warp {
		width: 100%;
	}
	.header-nav-list {
		display: none;
	}
	.home{
		width: 10%!important;
	}
	.index-nav-list a {
		padding: 0;
		margin: 0;
		width: 16%;
		text-align: center;
		font-size: 14px;
	}
	.index-search{
		margin-right: 10px;
		display: none;
	}

}

@media (max-width:375px) {
	.index-nav-list a {
	    font-size: 12px!important;
	}
}
@media (max-width: 768px){
    .header-nav-list {
        display: block;
    }
    .header-nav-list a{
        display: none;
    }
    .header-nav-list a#slh{
        display: inline-block;
        margin: 0;
        font-size: 14px!important;
        line-height: 24px!important;
        height: 24px!important;
    }
    .header-nav-list a#wza{
        display: inline-block;
        font-size: 14px!important;
    }
}
</pre></body></html>