@charset "utf-8";
/* CSS Document */

html{color:black;background:white;}  
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,address{margin:0;padding:0;}  
table{border-collapse:collapse;border-spacing:0;font-size:inherit;}  
fieldset,img{border:0;}  
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}  
li{list-style:none;}  
caption,th{text-align:left;}  
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}  
q:before,q:after{content:'';}  
abbr,acronym{border:0;font-variant:normal;}  
sup{vertical-align:text-top;}  
sub{vertical-align:text-bottom;}  
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}  
legend{color:#000;}  
body{font-family:sans-serif;}  
pre,code,kbd,samp,tt{font-family:monospace;line-height:100%;}  
em{font-style:italic;}  
strong{font-weight:bold;}  
a{text-decoration: none;}  
a:hover,a:active{outline: none;}  
.clear{zoom:1;}  
.clear:after{clear:both;content:'.';height:0;display:block;visibility: hidden;}


body {
	font-family: "微软雅黑";
	font-size: 12px;
	font-style: normal;
	color:#aeaeae;
	line-height:150%;
	margin:0px;
	background:url(bg.png) no-repeat top;
	width:100%;
	height:auto;
	
}
.header{ width:100%;}
.header .head_top{ width:100%; height:35px; background:#FFF;}
.top_center{width: 1140px;margin: 0 auto;}
.header .head_top p{ float:left; line-height:35px;}
.header .head_top p a{ color: #4e4e4e;}
.header .head_top p a:hover{ color: #c00;}
.header .logo{ width: 1140px; margin: 0 auto; height: 154px; padding-top: 43px;}
.header .logo img{ display: block;}
.header .nav{ width:100%; background-color:#9f1313; height:52px;overflow: hidden;}
.header .nav ul{ width:1140px; margin:0 auto;}
.header .nav ul li{float:left;width: 142.5px;font-size:18px;line-height:50px;text-align:center;background:url(nav_b_07.png) no-repeat right;overflow: hidden;}
.header .nav ul li a{ color:#fff;}
.header .nav ul li a:hover{ color:#ecee2e;}

.main{ width:1140px; margin:0 auto;min-height:700px;}
.main .dqwz{ width:1140px; margin:0 auto; line-height:40px; height:40px;}
.main .dqwz p{ color:#4e4e4e;}
.main .dqwz a{ color:#4e4e4e;}
.main .dqwz a:hover{ color: #c00;}

.main .left{ width:360px; height:657px; float:left; margin-top: 20px;background: url(left_bg.png) no-repeat;}
.main .left li{ height: 48px; line-height: 48px; font-size: 16px; border-bottom: 1px solid #dfdfdf;}
.main .left li a{ display: block; width: 100%; height: 100%; color: #8b8b8b;}
.main .left li a:hover{ background: url(left_tb_07.png) no-repeat 330px center #fff; font-weight: bold;}

.main .right{  width:730px;  float:right; margin-bottom:20px;}
.main .right h2{ width:100%; height:50px; line-height:50px; font-size:24px; color:#4e4e4e; font-weight:800;}
.main .right p{ font-size:14px; color:#4e4e4e; line-height:30px; text-indent:2em;}

.footer{ width:100%; background:url(footer_bg_10.png) repeat-x; height:237px; float:left; margin-top:20px;}
.footer ul{ width:25%; margin:0 auto; height:40px;}
.footer ul li{ float:left; width:80px; height:40px; line-height:40px; text-align:center; }
.footer ul li a{color:#4e4e4e;}
.footer img{ margin-bottom:10px;}
.footer .foot{ width:70%; height:150px; margin:36px auto 0; text-align:center; }
.footer .foot p{ color:#fff;}
.footer .foot p a{color:#fff;}
.footer .foot p a:hover{color:#ecee2e;}

@media screen and (max-width: 1140px) {
	.top_center,.header .logo,.header .nav ul,.main,.main .dqwz,.main .left,.main .right{width: 100%;}
	.header .nav ul li{width: 14%;}
	.footer ul li{display: none;}
	.main .left{background: none;}
	.main .left li{text-align: center;}
}
@media screen and (max-width: 600px) {
	.header .nav ul li a{font-size: 14px;}
}