body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, img {
	margin: 0;
	padding: 0;
	
}
body, button, input, select, textarea, a{
	font-size: 14px;
	font-family:"微软雅黑";
	color: #000;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
em {
	font-style:normal;
}
ul, ol {
	list-style: outside none none;
}
li{list-style: outside none none;}
img {
	border:0px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;

}
a:link{ text-decoration:none;}
a:hover {
	color:#ff6b07!important; text-decoration:none;
	cursor: pointer;
}
a:hover em{ transform: rotateY(360deg);
    transition: transform 0.7s ease-out 0s;}
a:hover span{color:#ff6b07!important;}
.f_l{float: left;}
.f_r{float: right;}
.f_c{clear: both;}
.b_n{border: none;}
.t_l{text-align: left;}
.t_c{text-align: center;}
.t_r{text-align: right;}
.auto{margin: 0 auto;}
.mt10{ margin-top: 10px;}
.ml20{ margin-left: 20px;}
.ml10{ margin-left: 10px;}
.mt20{ margin-top: 20px;}

.nr{ width: 1200px; height: auto; margin: 0 auto;}
.ny_nr{width: 1180px; height: auto; margin: 15px auto 10px auto; overflow: hidden; padding: 10px; background: #FFFFFF;}


