@charset "utf-8";
/* CSS Document */

.main_bg{
	width: 100%;
	background: url(../images/about/contact_bg.jpg) no-repeat;
	float: left;
	min-width: 1002px;
}
.main{
	width: 1002px;
	margin: 0 auto;
	
}
.main_contact{
	box-shadow:5px 4px 30px rgba(255,255,255,0.80);
	width: 1002px;
	float: left;
	margin-bottom: 250px;
}
.contact_right{
	float: left;
	width: 400px;
}
.contact_right div{
	float: left; 
	background: url(../images/about/images_03.png) no-repeat;
	width: 400px;
	text-align: center;
	padding-top: 155px;
	height: 85px;
	overflow: hidden;
}
.contact_right div span{
	font-size: 30px;	
	font-weight: 600;
	color: #4a4a4a;
	line-height: 45px;
}
.contact_right ul{
	float: left;
	width: 400px;
	background: #fff;
}
.contact_right li{
	width: 390px;
	height: 71px;
	overflow: hidden;
	border-bottom: 1px solid #fece00;
	line-height: 70px;
	padding-right: 10px;
}
.contact_right img{
	margin:20px;
	float: left;
}