@charset "utf-8";
/*默认
------------------------------------------------------*/
body{
	font-family: "宋体";
	font-size: 14px;
	color: #333;
	text-decoration: none;
}
a{
	color: #333;
	text-decoration: none
}
a:hover{
	color: #ea5a03
}
 .fl{
 	float: left;
 	position: relative;
 }
 .fr{
 	float: right;
 	position: relative;
 }
 .fontOrange{
 	color: #de580a;
 }
 .fontBlue{
 	color: #0d3c74
 }
 .fontRed{
 	color: #fa0202
 }
 .bgOrange{
 	background: #ff7f00;
 }
 .borHui{
 	border: 1px solid #c6c6c6
 }
 .clear{
 	clear: both
 }
input,textarea{
	font-family: "宋体"
}

 