﻿@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
	font-family: Microsoft YaHei;
}
a{
	color: #434343;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
    color: #f60;
}
a:active {
text-decoration: none;
}
button{
	outline:none;
}
i,em{
	font-style:normal
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
	box-sizing: border-box;
}
body ,html{
	line-height: 1;
	min-height: 100%;
	background: #fff;
	font-size: 14px;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	text-decoration: none;
	color: #434343;
	
}
.clear:after{
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
input{
	box-sizing: border-box;
	outline:0px;
	font-family: Microsoft YaHei,Arial;
	border: 0;
}
img{
	border: 0;
}
.page{
	background: #f9f9f9;	
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.re{
	position: relative;
}
.ab{
	position: absolute;
}

.ww_xl{
    width: 100%;
    background: #eeeeee;
}
.nw_xl{
    width: 1100px;
    margin: 0 auto;
    background: #fff;
    padding-bottom: 30px;
}

.erji_xl {
    width: 1050px;
    margin: 0 auto;
}
.dqwz_xl {
    width: 100%;
    height: 52px;
    line-height: 52px;
}
.dqwz_xl h2 {
    height: 52px;
    line-height: 52px;
    font-size: 14px;
    color: #000000;
    font-weight: 100;
    padding-left: 7px;
}
.dqwz_xl h2 a {
    color: #000;
    font-weight: bold;
}
.dqwz_xl h2 a:hover{
    color: #ca1c1d;
}
.dqwz_xl h2 span{
    color: #888888;
}