.main{
    margin: 30px auto 60px;
    width: 1200px;
}
.main .loc{
	background: url("../images/point.png") left center no-repeat; 	
	height: 26px;
	width: 500px;
	padding: 0 0 0 30px;
    margin-bottom: 20px;
}

.main .loc a:hover {
    color: #df2f26;
}

.con{
    padding:0 34px;
    border: 1px solid #d02837;
}

.main .title{
    text-align: center;
    font-size: 30px;
    line-height: 46px;
     margin-top: 40px;
    font-weight: bold;
}

.main .info{
    color: #666666;
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
    margin-top: 16px;
    font-size: 16px;
    margin-bottom: 50px;
}

.main .zw{
    line-height: 32px;
}

.main .zw img{
    margin: 10px auto;
    text-align: center;
    max-width: 1100px;
}


.footer{
	background-color: #d02837;
	color: #fff;
	height: 150px;
	
}

.footer p{
	font: 18px;
	line-height: 36px;
	text-align: center;
	margin: 0 auto;
    padding: 40px 0;
}