
*{
    -webkit-box-sizing: border-box;/*规定padding不影响宽度*/
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin:0px;
	padding:0px;/*设置所有边框外边距为0内边距为0*/
}
body{
	font-family:"微软雅黑";/*设置正文字体为微软雅黑、黑色、14PX*/
}
img{
	border:0px;/*设置所有图片没有边框*/
}
a {
	text-decoration:none;/*设置链接颜色以及没有下划线*/
}
ul {
	list-style-type:none;/*设置所有列表没有样式（列表前面的数字、字母或者符号排序）*/
}




#head{
	width: 100%;
	min-width: 1200px;
	height: 120px;
	background: #960c1d;
}
.headbody{
	width: 1200px;
	height: 120px;
	margin: 0 auto;
	overflow:hidden;
}
.logo1{
	width: 373px;
	height: 120px;
	text-align: center;
	float: left;
	overflow:hidden;
}
.logo1 img{
	width: 373px;
	height: 120px;
}


.logo2{
	float: left;
	display: block;
	width: 450px;
	height: 60px;
	margin: 35px 0 0px 30px;
	border-left:1px #fff solid ;
	padding-left:30px ;
}
.logo2 li{
	float: left;
	width: 112px;
	height: 60px;
	text-align: center;
	padding-top: 6px;
	margin-right:25px ;
}
.logo2 li h4{
	font-weight: normal;
	font-size: 16px;
	line-height:60px;
	color: #fff;
}
.logo2 li p{
	font-size: 12px;
	line-height: 18px;
	color: #fff;
}
.tell{
	float: right;
	width: 250px;
	height: 120px;
	padding-top: 15px;
}
.tell1{
	width: 60px;
	height: 60px;
	float: left;
	margin-right:10px;
}
.tell1 img{
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 auto;
}
.tell p{
	color: #fff;
	font-size: 14px;
	padding-top: 8px;
}
.tell span{
	display: block;
	color: #fff;
	font-size: 24px;
	font-weight: 550;
}

#nav{
	width:100%;
	min-width: 1200px;
	height:70px;
	background:#F7F1E4;
}
.navbody{
	width:1200px;
	height:70px;
	margin:0 auto;	
}
.navbody ul li{
	float:left;
}
.navbody ul li a{
	display: block;
    padding: 20px 12px 10px 12px;
    font-size: 16px;
    color: #BA2221;
    margin:5px 10px 0 10px;
}
.navbody ul li a:hover{
	border-bottom:2px solid #BA2221;
}











#foot{
	width:100%;
	height:auto;
	overflow: auto;
	padding:30px 0;
	background:#3b3a3a;
    clear: both;
}
.foot-body{
	width:1200px;
	height:auto;
	overflow: auto;
	margin:0 auto;
}
.foot-nav{
	width:240px;
	height:260px;
	float:left;
	border-right:3px solid #fff;
}
.foot-nav a{
	width:240px;
	height:33px;
	display: block;
	color:#f8f6f6;
	font-size:16px;
	text-align: center;
}
.foot-nav a:first-child{
	margin-top:0px;
}
.foot-main{
	width:600px;
	height:auto;
	overflow: auto;
	float:left;
	margin-left:100px ;
}
.foot-main ul{
	display:block;
	width:300px;
	height:150px;
}
.foot-main1{
	float:left;
}
.foot-main2{
	float:right;
}
.foot-main ul li{
	font-size:16px;
	color:#f8f6f6;
	line-height:50px;
}
.foot-main p{
	font-size:16px;
	color:#f8f6f6;
	line-height:50px;
}
.foot-img{
	width:250px;
	height:100%;
	float:right;
}
.foot-img img{
	display: block;
    width: 50%;
    margin: 20px auto 0px;
}












