@CHARSET "UTF-8";
.clear {
  clear: both;
  }
.contact_foot{
	margin:0 auto;
	width:100%;
	min-width:1080px;
	max-width:1920px;
	height:360px;
	/* border:1px solid blue; */
	background:#272727;/* #4c4c4c; */ 
}
.contact_foot .footer{
	width:1080px;
	height:0px;
	margin:0 auto;
	padding-top:0px;
	/* padding:15px; */
	/* border:1px solid blue; */
}
.contact_foot .footer div{
	/* border:1px solid red; */
	height:300px;
	color:#ffffff;
}
.contact_foot .footer div ul{
	float:left;
	width:150px;
	/* border:1px solid blue; */
	text-align:center;
}
.contact_foot .footer div ul li{
	list-style:none;
}
.contact_foot .footer div ul li.one_line{
	font-size:15px;
	font-weight:bold;
	margin:35px 0px;
}
.contact_foot .footer div ul li.other{
	font-size:13px;
	margin-top:5px;
}
.contact_foot .footer div ul li.other a{
	color:#fff;
	text-decoration:none
}
.contact_foot .footer div ul li.other a:hover{
	color:#f60;
	text-decoration:underline;
}
.contact_foot .footer div ul li img{
	margin-top:-5px;
}
.contact_foot .footer p{margin:0;text-align: center;font-size:12px;line-height:150%;color:#fff;}
.contact_foot .footer p a{color:#fff;text-decoration:none;cursor:pointer;}
.contact_foot .footer p a:hover{color:#f60;cursor:pointer;}