@charset "utf-8";
/*CSS reset*/
body, div, dl, dt, dd,  ol,  h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, button { margin: 0; padding: 0; }
table ,td { border-collapse: collapse; border-spacing: 0; border: 1px solid black; text-align:center; padding: 10px  40px; }
fieldset, img, button, a { border: 0; }
adress, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal; }
ul li{ list-style-image: url(arrow3.png); overflow:visible;}
ol {list-style: decimal outside none}
ol li{overflow:visible}
caption, th { text-align: left; }
h1, h3, h4, h5, h6 { font-size: 100%; font-weight: bold; color:#D56F2B;}
h2 { font-size: 14px; }
q:before, q:after { content: ''; }
abbr, acronym { border: 0; }
html{_text-overflow:ellipsis;} /*解决IE6下图片抖动*/ 

/*text*/
body { font-family: "微软雅黑","宋体", Arial, Lucida, Verdana, Helvetica, sans-serif; font-size: 14px; color: #333; line-height: 150%; background: #fff; }
/*link*/
a{outline:none;blr:expression(this.onFocus=this.blur()); color:#E41A1A;}
a:link, a:visited { text-decoration: none; }
a:hover {  text-decoration: underline; }

/*clear float*/
div, ul, li { overflow: hidden; zoom:1;}
/* base */
.fl { float: left; }
.fr { float: right; }

.indent_content{ padding-left: 24px;}
body{ background-image: url("bg.jpg"); background-position: top center;
background-attachment: fixed;
background-size: cover;
background-repeat: no-repeat;}

.donow{
	margin: 15px 10px;
	padding: 15px 0px 0 25px;
	border:1px solid #BDCFE4; 

	background: none repeat scroll 0 0 #F5873D;
    width:137px;
    height:30px; 
	border-width: 0; 
	font-size: 14px; 
	color: #FFFFFF; 
	font-weight: 700; 
	border-radius: 6px; 
	cursor:pointer; 
	
	
}

.side { padding-left:10px;padding-right:0px; padding-top:5px;}
.phone {color:#314690;
font-size: 14px;
padding-left: 14px;

height: 40px;
line-height: 40px;
background:
#F4F4F4;
border-bottom: 1px solid #b6c0e2;
font-weight:bold;

}