p{
	margin: 0;
}

.banner{
	position: relative;
	width: 100%;
	height: 260px;
	background: url("../img/banner1.jpg") center no-repeat;
}

#banner-yt{
	position: absolute;
	right: 50px;
	top: 190px;
	width: 192px;
}
#banner-zt{
	position: absolute;
	right: 50px;
	top: 125px;
	width: 197px;
}


#contact-content{
	margin-top: 50px;
	margin-bottom: 55px;
}

.con-left-navs{
	margin-top: 20px;
}

.con-left-nav p {
	margin-top: 3.5px;
	font-size: 17.5px;
}

.nav-b-bar{
	position: absolute;
	width: 80%;
	height: 2px;
	left: 10%;
	bottom: -15px;
	background-color: #86560f;
}

.siteConRight{
	width: 70%;
	margin-top: 20px;
}
#information{
	width: 80%;
}

#message{
	width: 50%;
}

#submitBtn{
	width: 46%;
	color: #fff;
}
#reBtn{
	width: 46%;
	color: #c39768;
}
/*----------------------2015.12.07 添加-----------------*/
#user-type label{
	width: 33%;
}
#agree{
	font-size: 13px;
	color: #666;
	font-weight: normal;
	margin-bottom: 23px;
}
/*----------------------2015.12.07 添加 end-----------------*/

#user-message{
	/*background: #eee;*/
}
#user-message label{
	font-size: 13px;
	padding-left: 12px;
	padding-top: 6px;
	color: #666;
	position: absolute;
	font-weight: normal;
}
#user-message textarea{
	padding-left: 55px;
	height: 117px;
}

#information-Address{
	padding-left: 35px;
	background: url("../img/icon6.png") left center no-repeat;
}
#information-email{
	padding-left: 35px;
	background: url("../img/icon8.png") left center no-repeat;
}
#information-telephone{
	padding-left: 35px;
	background: url("../img/icon7.png") left center no-repeat;
}

#information-time{
	padding-left: 35px;
	background: url("../img/icon9.png" ) left center no-repeat;
}

.breadcrumb{
	width: 100%;
}


@media only screen and (max-width: 768px) {
	#main{
		padding-top: 60px;
	}
	/* 2015-11-20 修改 */
	#information-email{
		margin-top:20px;
	}

	.banner{
		width: 100%;
		height: 100px;
		background: url("../img/banner1_1.jpg");
		background-size: 100% 100%;
	}

	#banner-yt{
		top: 60px;
		right: 20px;
		width: 110px;
	}
	#banner-zt{
		top: 20px;
		right: 20px;
		width: 83px;
	}
	/* 2015-11-20 修改 - end */	
	#contact-content{
		margin-top: 20px;
		margin-bottom: 0;
	}

	.siteConRight{
		width: 100%;
		margin-top: 0;
		padding-left: 20px;
		padding-right: 20px;
	}

	#information{
		width: 100%;
		float: left!important;
		margin-bottom: 20px;
	}
	#message{
		width: 100%;
		float: left!important;
		margin-bottom: 30px;
	}
	#information-Address{
		margin-top: 20px;
	}
	.bs-example{
		margin-top: 15px;
	}
	#message-btns{
		padding-top: 15px;
	}
}