﻿/*底部*/
.bottom{
	width: 100%;
	background: rgb(34,34,34);
	height: 278px;
	padding-top: 50px;
	position:relative;
}

.bottom_con{
	width: 1200px;
	height: 232px;
	margin: 0 auto;
	border-bottom: 1px solid rgb(102,102,102);
}
.bottom_left{
	width: 380px;
	padding-top: 61px;
}
.bottom h2{
	font-size:20px;
	color: #fff;
	padding-bottom: 10px;
}
.bottom_left p{
	color: rgb(84,84,84);
	margin:3px 0;
}
.bottom_cen{
	width: 500px;
}
.bottom ul li a{
	color: rgb(153,153,153);
}
.bottom ul li a:hover{
	text-decoration: underline;
	color: rgb(28,69,135);
}
.bottom ul li{
	margin: 4px 0;
}
.bottom_cen_right{
	margin-left: 120px;
}
.bottom_bottom p1{
	color: #fff;
	display: block;
	margin:3px 0;
}
.bottom_bottom p2{
	color: rgb(153,153,153);
	display: block;	
}
