
/*底部信息*/
a{
	text-decoration: none;
}
ul{
	list-style: none;
}
.Bottom{
	width: 100%;
	background-color: black;
	/*position:relative;*/
	bottom: 0;
	padding-bottom: 30px;
	padding-top: 30px;
}
/*底部导航栏*/
.bot_nav{
	width: 100%;
	height: 42px;
	margin-top: 2%;
}
.bot_nav ul{
	width: 40%;
	margin: auto;
	background: red;
}
.bot_nav ul li a{
	float: left;
	margin-right: 48px;
	font-size: 16px;
	font-weight: 600;
	color: #666666;
}
.bot_nav ul li a:hover{
	cursor: pointer;
}
#line{
	width: 39%;
	height: 1px;
	background: #666666;
	display: block;
	margin-left: 30%;
}
#dot{
	width: 15px;
	height: 5px;
	background: #666666;
	display: block;
	position: relative;
    left: 34.5%;
    top: -5px
}
/*联系信息*/
#contact{
	width: 100%;
	height: 50px;
	margin-top: 3%;
}
#email{
	margin-right: 2%;
	float: left;
}
#address{
	margin-right: 2%;
	float: left;
}
#phone{
	margin-right: 2%;
	margin-left: 30%;
	float: left;
}
#contact img{
	vertical-align: middle;
}
