@charset "utf-8";
body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	font-size:12px;
	color:#333;
	background:#d2d2d2 url(../images/bg.png) center bottom no-repeat;
}
a:link, a:visited {
	color:#333;
	text-decoration:none;
}
a:hover {
	color:#db0011;
	text-decoration:none;	
}
div,dl,dt,dd,ul,ol,li{
	margin:0;
	padding:0;	
}
font {
	font-size:12px;
}
p {
	margin:0;
	padding:0;
}
i {
	font-style:normal;
}
ol,ul,li{
	list-style-type:none;
}
input, textarea {
	border:1px solid #ddd;
}
img{
	vertical-align:middle;
	border:0;
}
   
h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:normal;
} 

.ml10 { margin-left:15px;}

.red { color:#C00;}

.left{
	float:left;
	display:inline;
}
.right{
	float:right;
	display:inline;
}
body .hidden{
	display:none;
}
.clear {
	clear:both;
}

.noboder {
	border:0;
}


.border1 {
	border:1px solid #e8e8e8;
	border-top:0;
	padding-bottom:28px;
	background-color:#fff;
}

.warp {
	width:1040px;
	margin:0 auto;	
}
.bg_top {
	width:100%;
	background: url(../images/bg_top.png) top center no-repeat;
}

.nobg {
	width:100%;
	background-color:#fff;
}



.header {	

}
.top {
	width:147px;
	height:39px;
}
.top_other {
	padding-top:10px;
	padding-right:38px;
	text-align:right;
}
.top_other span {
	padding-top:10px;
	color:#c21a1a;
	font-size:16px;
	font-family: "微软雅黑";
	display:block;
}
.logo {
	width:147px;
	height:39px;
	padding-top:13px;
	padding-left:40px;
	overflow:hidden;
}
.logo a:link, .logo a:visited, .logo a:hover { color:#fff;}

.nav_bg {
	height:46px;
	background-image:url(../images/nav_bg.png);
}
.top_tel {
	padding-top:2px;
	padding-right:38px;
}

/* nav & chromestyle.css */
.nav {
	
}
/* nav end */


.footer {
	padding-top:35px;
	padding-bottom:38px;
	border-top:7px solid #aa0109;
}
.logo_footer {
	width:108px;
	height:93px;
	margin-left:47px;
	background-image: url(../images/logo_bottom.png);
	float:left;
	display:inline;
}
.logo_footer img {
}
.footer_nr {
	margin-left:25px;
	float:left;
	display:inline;
}
.footer_nav {
}
.footer_nav a:link, .footer_nav a:visited {
	color:#aa0109;
}
.footer_nav a:hover {
	color:#c00;
}
.copyright {
	padding-top:10px;
	line-height:22px;	
}
.footer_bottom {
	width:100%;
	height:14px;
	padding-bottom:20px;
	/* background:#d2d2d2 url(../images/footer_bottom.png) center top no-repeat; */
	overflow:hidden;
}