#main{
	position:relative;
	width:100%;
	height:auto;
	padding-bottom: 6rem;
}
.webpath{
	width:100%;
	font-size:1.4rem;
	font-family: "微软雅黑";
	color:#535353; 
	padding-top:1rem;
	border-top:0.1rem solid #434343;
}
.webpath a{
	font-size:1.4rem;
	font-family: "微软雅黑";
	color:#535353; 
}
.webpath a.tohome{
	background: url("../images/tohome.png") left center no-repeat;
	background-size:1.4rem 1.4rem;
	padding-left: 2rem
}
/**contact*/
.contact .info{
	display: inline-block;
	width:100%;
	margin-top: 1rem;
	padding-bottom: 2rem;
}
.contact .info .left{
	float: left;
	width:70%;
}
.contact .info .left span{
	display: block;
	text-align: left;
	line-height: 3rem;
	font-size:1.6rem;
	font-family: "微软雅黑";
	color:#434343;
}
.contact .info .left p{
	text-align: left;
	line-height: 2rem;
	font-size:1.4rem;
	font-family: "微软雅黑";
	color:#434343;
	white-space: pre-line;
}
.contact .info .right{
	float: right;
	width:30%;
}
.contact .info .right>img{
	display: block;
	width:8rem;
	height: 8rem;
	margin: 1.5rem auto;
	margin-bottom: 0;
}
.contact .info .right .desc{
	font-size: 1.2rem;
	line-height: 2rem;
	white-space: nowrap;
}
.contact .info .right .desc>div{
	display: inline-block;
}

.contact .info .right .desc img{
	width: 2rem;
	margin: 0 0.5rem 0.7rem 0;
}

.contact .map .mapol{
	width:100%;
	height: 3.5rem;
	background: url(../images/mapol.png) left top no-repeat;
	background-size: 100%;
}