<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url("style.css");
@font-face {
	font-family:Impact;
	src: url(../font/IMPACT.TTF);
}
body {
  -webkit-user-select: none;
  user-select: none;
}
html * {
	outline: none;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html, body {
	 min-height: 100%;
	font-family: '微软雅黑',"Helvetica Neue", Helvetica, STHeiTi, sans-serif; line-height:100%; background: #fff;
}
/* 内外边距通常让各个浏览器样式的表现位置不同 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	margin: 0;
	padding: 0;
}
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
input, select, textarea {
	font-size: 100%;
}
/* 去掉各 Table  cell 的边距并让其边重合 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* 去除默认边框 */
fieldset, img {
	border: 0;
}
/* 去掉 firefox 下此元素的边框 */
abbr, acronym {
	border: 0;
	font-variant: normal;
}
/* 一致的 del 样式 */
del {
	text-decoration: line-through;
}
address, caption, cite, code, dfn, em, th, var,i {
	font-size:100%;
	font-style: normal;
	font-weight: normal;
}
/* 去掉列表前的标识, li 会继承 */
ol, ul {
	list-style: none;
}
/* 对齐是排版最重要的因素, 别让什么都居中 */
caption, th {
	text-align: left;
}
/* 来自 yahoo, 让标题都自定义, 适应多个系统应用 */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;font-weight: normal;
}
q:before, q:after {
	content: '';
}
/* 统一上标和下标 */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/* 正常链接 未访问 */
/* 鼠标悬停 */
a:hover {
	text-decoration:none;
}
/* 默认不显示下划线，保持页面简洁 */
ins, a {
	text-decoration: none;
}
ul,ol,menu,li{list-style:none}
*{margin:0;padding:0;list-style:none;border:none;outline:none;}
.clear{clear:both;display:block;}
/* 告诉苹果不用内置苹果ui */
input[type="submit"],input[type="button"],button {border: none;-webkit-appearance : none ;}
.clear{clear:both;}
.fl{float:left;}
.fr{float:right;}
.center{width:1250px;margin:0 auto;}


/*header*/
.header{width:100%;height:auto;min-width:1250px;padding-top:30px;}
.header .logo{display:block;width:584px;height:80px;}
.header .logo img{display:block;width:100%;height:100%;}
.header section {padding-left:30px;padding-top:14px;}
.header section span{display:block;font-size:20px;line-height:26px;color:#010101;font-weight:bold;}
.header section i{display:block;font-size:16px;color:#999;line-height:16px;margin-top:10px;}
.header .phone span{display:block;font-size:14px;color:#666;line-height:14px;text-align:right;padding-right:60px;margin-bottom:8px;font-style:italic;padding-top:4px;}
.header .phone img{display:block;width:44px;height:44px;margin-right:8px;margin-top:8px;}
.header .phone ul li{font-size:14px;color:#166faa;line-height:14px;font-style:italic;}
.header .phone ul li em{font-style:normal;font-weight:bold;color:#333333;font-size:26px;line-height:26px;}
/*导航*/
.container{width:100%;min-width:1250px;height:76px;background:url(../images/nav-back.png) no-repeat center center;position: relative;margin-top:18px;}
.container ul.nav{width:100%;display:flex;display:-webkit-flex;}
.container ul.nav li {display: block;float:left;position:relative;height:76px;flex:1;-webkit-flex:1;}
.container ul.nav li a.nav-btn{color: #fff;display: block;position: relative;width:100%;text-align:center;font-size:16px;line-height:16px;position:relative;padding-top:36px;}
.container ul.nav li a.nav-btn.xz:after{position:absolute;content:"";display:block;width:50px;bottom:-18px;left:0;right:0;margin:0;height:2px;background:#fff;z-index:2;transition:all 0.3s ease;-o-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;margin:auto;}
.container ul.nav li a.nav-btn em{display:block;position:absolute;width:0;bottom:-18px;left:-25px;right:0;margin:auto;height:2px;background:#fff;z-index:2;transition:all 0.3s ease;-o-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;}
.container ul.nav li .erji{position:absolute;left:0;right:0;top:76px;background:#fff;display:none;z-index:999;}
.container ul.nav li .erji a{transition:all 0.3s ease;-o-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;display:block;width:100%;text-align:center;color:#999;line-height:50px;font-size:12px;border-bottom:1px solid #f2f2f2;}
.container ul.nav li .erji a:last-child{border:none;}
.container ul.nav li .erji a:hover{color:#166faa;}
/*公共头部*/
.public-title{background:url(../images/icon01-img.png) center 12px no-repeat;}
.public-title span{display:block;font-size:34px;color:#166faa;line-height:34px;font-weight:bold;text-align:center;}
.public-title p{display:block;font-size:16px;color:#999;line-height:16px;text-align:center;margin-top:16px;}
/*footer*/
.footer{background:#25292c;width:100%;height:auto;min-width:1250px;padding:60px 0 70px;}
.footer .us-box .top{border-bottom:1px solid #fff;width:400px;}
.footer .us-box .top span{display:block;font-size:18px;color:#fff;line-height:18px;padding-bottom:17px;}
.footer .us-box .top span i{color:#fff;line-height:14px;font-size:14px;padding-left:10px;}
.footer .us-box ul{margin-top:33px;}
.footer .us-box ul li{font-size:14px;color:#999;line-height:14px;margin-bottom:17px;}
.footer .us-box ul li:last-child{margin:0;}
.footer .bottom-nav{margin-left:166px;}
.footer .bottom-nav .top{border-bottom:1px solid #fff;width:230px;}
.footer .bottom-nav .top span{display:block;font-size:18px;color:#fff;line-height:18px;padding-bottom:17px;}
.footer .bottom-nav .top span i{color:#fff;line-height:14px;font-size:14px;padding-left:10px;}
.footer .bottom-nav ul{width:260px;overflow:hidden;margin-top:33px;}
.footer .bottom-nav ul li{width:50%;margin-bottom:16px;}
.footer .bottom-nav ul li a{font-size:14px;color:#999;line-height:14px;}
.footer .bottom-nav ul li:nth-child(odd){float:left;}
.footer .bottom-nav ul li:nth-child(even){float:right;}
.footer .scanning .top{border-bottom:1px solid #fff;width:230px;width:230px;}
.footer .scanning .top span{display:block;font-size:18px;color:#fff;line-height:18px;padding-bottom:17px;}
.footer .scanning .top span i{color:#fff;line-height:14px;font-size:14px;padding-left:10px;}
.footer .scanning ul{margin-top:33px;}
.footer .scanning ul li:nth-child(odd){float:left;}
.footer .scanning ul li:nth-child(even){float:right;}
.footer .scanning ul li img{display:block;width:105px;height:105px;}
.footer .scanning ul li span{display:block;text-align:center;font-size:14px;color:#999;line-height:14px;margin-top:13px;}
.footer .center{position:relative;} 
.footer .qida{position:absolute;right:0;bottom:-50px;font-size:14px;color:#555;line-height:14px;}
.footer .qida a{font-size:14px;color:#555;line-height:14px;}

/*分页*/
.fenye{display:table;margin:20px auto;}
.fenye span{display:block;float:left;padding:0 16px;line-height:35px;border:1px solid #166faa;background:#166faa;color:#fff;font-size:12px;margin:0 4px;}
.fenye a{display:block;float:left;line-height:35px;padding:0 16px;border:1px solid #166faa;color:#333;font-size:12px;margin:0 4px;transition:all 0.5s ease;-o-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-ms-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;}
.fenye a:hover{color:#fff;background:#166faa;border-color:#166faa;}


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