.contact{
	margin:0 auto;		
}
.c_companyname{
	border-bottom: 1px solid #ff6600;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}
.c_companyname h1{
	font-weight: normal;
	font-size: 30px;
	display: inline-block;
}
ul.contactli{
	overflow: hidden;
	padding: 20px 80px;
	margin-bottom: 20px;
}
ul.contactli li{
	width:505px;
	float: left;
	overflow: hidden;
	padding: 10px 0px;
}
ul.contactli li i{
	width: 50px;
	height: 50px;
	display: inline-block;
	margin-right: 10px;
	position: relative;
	top: 15px;
}
ul.contactli li span{
	font-size: 18px;
	color: #505050;
	line-height: 50px;
}
.cont_dianhua i{
	background: url(../image/ico_telephone_about.png);
}
.cont_shouji i{
	background: url(../image/ico_phone_about.png);
}
.cont_chuanzhen i{
	background: url(../image/ico_fax_about.png);
}
.cont_qq i{
	background: url(../image/ico_qq_about.png);
}
.cont_dizhi i{
	background: url(../image/ico_address_about.png);
}
.cont_youxiang i{
	background: url(../image/ico_email_about.png);
}
.cont_deails{
	overflow: hidden;
	padding:20px 0px;
}
.cont_map{
	width:550px;
	height: 500px;
	float: left;
	margin-right: 20px;
}
.cont_ly{
	width: 550px;
	height: 500px;
	background: #f3f3f3;
	float: left;
}
.gively{
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	color: #222222;
	text-align: center;
	padding-top: 30px;
}
ul.lybox{
	width: 540px;
	float: right;
	padding-bottom: 70px;
	padding-top: 20px;
}
ul.lybox li{
	display: flex;
	margin-bottom:20px;
}
.libox{
	flex: 1;
	margin:0px 20px;
}
.libox p:first-of-type{
	font-size: 16px;
	color: #505050;
	height: 30px;
	line-height:30px;
}
.libox p:first-of-type font{
	color: #ff0000;
}
.libox p input,.libox p span.l input{
	width: 100%;
	border-radius: 5px;
	background: #fff;
	height: 40px;
	line-height: 40px;
	border:0 none;
	text-indent: 10px;
}
.libox p input:focus,.libox p span.l input:focus,.libox p textarea:focus{
	border:1px solid #ff0000;
	outline: none;
}
.libox p{
	display: flex;
}
.libox p span.l{
	flex: 2;
}
.libox p span.r{
	flex: 1;
	height: 40px;
}
.libox p span.r img{
	width: 100%;
	height: 40px;
}
.libox p textarea{
	height: 90px;
	line-height: 30px;
	text-indent: 10px;
	background: #fff;
	width: 100%;
	border:0 none;
	border-radius: 5px;
	font-size: 14px;
}
.lybutn{
	flex: 1;
	margin:0px 20px;
}
.lybutn input{
	width: 100%;
	background: #ff6600;
	color: #fff;
	height: 50px;
	line-height:50px;
	text-align: center;
	border-radius: 5px;
	border:0 none;
	outline: none;
	display: inline-block;
	font-size: 16px;
}