﻿/*联系我们--信息*/
.contactUs i{
	display: block;
	color:#af905f;
	font-size: 40px;
	transition: all 0.3s;                                                                                
	-moz-transition: all 0.3s; /* Firefox 4 */								
	-webkit-transition: all 0.3s; /* Safari 和 Chrome */							
	-o-transition: all 0.3s; /* Opera */
}
.contactUs{
	padding-bottom: 70px;
	padding-top: 70px;
}
.contactUs .row>div{
	padding: 74px 0;
	border: 1px solid #F6F6F6;
	background: #fff;
	cursor: pointer;
	transition: all 0.3s;                                                                                
	-moz-transition: all 0.3s; /* Firefox 4 */								
	-webkit-transition: all 0.3s; /* Safari 和 Chrome */							
	-o-transition: all 0.3s; /* Opera */
}
.contactUs .row>div:hover{
	background: #af905f;
}
.contactUs .row>div:hover p,.contactUs .row>div:hover i{
	color: #fff;
}
.contactUs p{
line-height:1;
	font-size: 22px;
	color: #333333;
	transition: all 0.3s;                                                                                
	-moz-transition: all 0.3s; /* Firefox 4 */								
	-webkit-transition: all 0.3s; /* Safari 和 Chrome */							
	-o-transition: all 0.3s; /* Opera */
}
@media screen and (max-width: 1464px) {
	.contactUs p{
		font-size: 16px;
	}
}
@media screen and (max-width: 991px){
	.contactUs{
		padding-bottom: 30px;
	}
	.contactUs p{
		font-size: 14px;
		text-overflow: -o-ellipsis-lastline;  
		overflow: hidden;  
		text-overflow: ellipsis;  
		display: -webkit-box;  
		-webkit-line-clamp: 1;  
		-webkit-box-orient: vertical;
	}
	.contactUs i{
		margin-top: 40px;
	}
}
@media screen and (max-width: 767px){
	.contactUs i{
		margin-top: 20px;
	}
	.contactUs p{
		text-overflow: -o-ellipsis-lastline;  
		overflow: hidden;  
		text-overflow: ellipsis;  
		display: -webkit-box;  
		-webkit-line-clamp: inherit;  
		-webkit-box-orient: vertical;
	}
}
/*地图*/
.map iframe{
	vertical-align: top;
	margin-bottom: 80px;
	border: none;
}
@media screen and (max-width: 991px) {
	.map iframe{
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 767px){
	.map iframe{
		margin-bottom: 20px;
	}
	.contactUs{
padding-top:30px}
.contactUs .row>div{padding:15px 0 50px}
.contactUs p{
line-height:19px;-webkit-line-clamp: 1;}
} 