.navbar-box{
	display: none; 
}
.hw-about{
	background: #f5f9fc;
}
.hw-about .about-address{
	padding: 100px 0;
}
.hw-about .about-address ul{
	padding: 0 52.5px;
}
.hw-about .about-address ul li{
	width: 365px;
	height: 365px;
	background: #ffffff;
	text-align: center;
	float: left;
	margin-right: 40px;
	color: #333333;
	padding: 75px 20px 0 20px;
	overflow: hidden;
}
.hw-about .about-address ul li:nth-child(3n){
	margin-right: 0px;
}
.hw-about .about-address ul li h3{
	font-size: 26px;
	margin-bottom: 30px;
}
.hw-about .about-address ul li p{
	font-size: 18px;
	line-height: 40px;
}
.hw-about .about-address ul li a{
	display: block;
	width: 140px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #333333;
	font-size: 16px;
	color: #ffffff;
	margin: 50px auto 0 auto;
}
.hw-about .about-city{
	height: 360px;
	background: #313131;
	padding-top: 60px;
	color: #ffffff;
}
.hw-about .about-city span{
	font-size:42px;
}
.hw-about .about-city p{
	font-size: 16px;
	margin-top: 20px;
}
.hw-about .about-city ul{
	padding-top: 35px;
}
.hw-about .about-city ul li{
	width: 80px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	background: #464646;
	float: left;
	margin-right: 28px;
	margin-bottom: 30px;
}
.hw-about .about-city ul li.active{
	background: #b9a37f
}
.hw-about .about-message{
	padding: 100px 0px;
}
.hw-about .about-message h3{
	font-size: 26px;
	color: #333333;
}
.hw-about .about-message p{
	font-size: 16px;
	color: #666666;
	line-height: 32px;
	margin-top: 30px;
}
.hw-about .about-message .message-form{
	padding-top: 70px;
}
.hw-about .about-message .message-form input{
	display: block;
	width: 400px;
	height: 40px;
	border: 1px solid #d2d2d2;
	float: left;
	font-size: 16px;
	color: #333333;
	outline: none;
	padding: 0 20px;
	margin-right: 40px;
	margin-bottom: 30px;
}
.hw-about .about-message .message-form input:nth-child(3){
	margin-right: 0px;
}
.hw-about .about-message .message-form textarea{
	display: block;
	width: 100%;
	height:270px;
	border: 1px solid #d2d2d2;
	font-size: 16px;
	color: #333333;
	outline: none; 
	resize: none;
	padding: 10px 20px;
	margin-bottom: 50px;
}
.hw-about .about-message .message-form a{
	display: block;
    width: 420px;
    height: 50px;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    border: 2px solid #313131;
    margin: 0 auto;
    margin-bottom: 10px;
}
.hw-about .about-message .message-form a:hover{
	 background: #313131;
    color: #ffffff;
}
