.company-info{
	margin: 30px auto 0;
}
.company-info-item{
	padding: 30px 20px;
	border-bottom: 1px solid #ccc;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.company-info-item-slider p{
    
}
 .company-info-item-slider:first-child{
	margin-bottom: 25px;
}
.company-info-item-slider p{
	margin-top: 10px;
}
.company-info-item-slider p:first-child{
	margin: 0;
}
.company-info-item-slider p:first-child:after{
	content: '';
	width: 60px;
	height: 1px;
	background: rgba(0,0,0,0.6);
	margin: 25px 0 5px;
} 


/* 地图 */
#map{
	height: 380px;
	max-height: 380px;
	margin: 80px auto 90px;
}



/* 在线留言 */
.message-page{
	background: #f8f8f8;
}
.message-box{
	margin: 50px auto 120px;
	transition: all .5s linear;
}
.message-box-header p{
	display: flex;
	flex-direction: column;
	margin-top: 20px
}
.message-box-header p:after{
	content: '';
	width: 60px;
	height: 2px;
	background: #999;
	margin: 20px auto 0;
}
.message-form{
	width: 90%;
	margin: 40px auto 0;
}
.message-form .form-group input{
	width: 100%;
	height: 50px;
	background: #fff;
	border: 0;
	border-radius: 0;
	outline: none;
	box-shadow:none;
	-webkit-appearance: button;
	-webkit-appearance: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.message-form .form-group textarea{
	font-size: 16px;
	height: 140px;
	padding: 15px 15px;
	border: none;
	resize:none;
	box-shadow:none;
	-webkit-appearance: button;
	-webkit-appearance: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.message-left{
	margin-right: 30px;
}
.message-form .form-group img{
	height: 50px;
	margin-left: 8px;
	border: 1px solid #ccc;
}
.message-form button{
	color: #fff;
	width: 100%;
	height: 60px;
	background: #207deb;
	margin-top: 15px;
	transition: all .5s linear;
}
.message-form button:hover{
	color: #fff;
	background: #207deb;
}



@media only screen and (max-width: 1200px) {
	#map{
		width: 90%;
	}
	.company-info{
		width: 100%;
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
	}
	.message-form{
		width: 100%;
	}
}
@media only screen and (max-width: 992px) {
	.company-info-item{
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.message-box{
		width: 90%;
	}
}
@media only screen and (max-width:768px) {
	.message-box{
		margin-bottom: 60px;
		margin-top: 30px;
	}
	.message-left{
		margin-right: 0;
	}
	.message-form-content{
		flex-direction: column;
	}
	.message-box h2{
	    font-size: 20px;
	}
}
