/******************************顶部栏*******************************/ 
.wrapper{
	margin:0 auto;
	width:1200px;
}

#header{
	height:120px;
	line-height:52px;
	width:100%;
	background:#f9f9f9;
}

#header .wrap{ 
	font-size: 12px;
	color: #727272;
}

#banner{
  height: 500px;
}

/******************************main*******************************/ 
#main{
  margin-top: 78px;
  margin-bottom: 226px;
}

.title{
  position: relative;
  text-align: center;
	font-family: Impact;
	font-size: 50px; 
  color: #333333;  
  margin-bottom: 42px;
} 

.title:before {
  position: absolute;
  top: 25px;
  left: 36%;
  content: '';
  width: 60px;
  border-bottom: 4px solid #333333;
}

.title:after {
  position: absolute;
  top: 25px;
  right: 36%;
  content: '';
  width: 60px;
  border-bottom: 4px solid #333333;
} 

.contact{
  height: 260px;
  background-color: #f5f5f5; 
  margin-bottom:30px; 
}  

.contact img{
  float: left;
}

.contactFont{
  float: left;
  padding: 22px 26px;
  color:#333333;
}

.contactFont h2{
  font-size: 30px; 
  font-weight: bold;
}

.contactFont .redLine{
  width: 30px;
	height: 4px;
  background-color: #d7000f;
  margin-bottom: 28px;
}

.contactFont p{
  font-size: 22px;
}

/******************************fotter*******************************/ 
#footer{
  margin-top: 226px;
  height: 78px;
  line-height: 78px;
  background-color: #f5f5f5;
  color: #333333;
  font-size: 18px;
}

#footer .span{
  display: block; 
}

.fontLeft{
  float: left
}

.fontRight{
  float: right; 
}

.fontRight span a {
  text-decoration: none;
  color: #333333;
}

.fontRight span{
  margin-right: 40px;
}
.fontRight span:nth-of-type(3){
  margin-right: 0;
}