﻿@charset "utf-8";
/********系统调用********/
.logo{
	text-align:center;
}

.logo a {
	/*background: url(../images/logo-214x21.png) no-repeat bottom;*/
	display: block;
	margin: 0px auto;
	padding-top: 26px;
        padding-bottom: 7px;
}

#menu {
	background: #261a1c;
	overflow: hidden;
}
#menu .menu a {
	font-size: 13px;
	color: #fff;
	padding: 0px 15px 10px;
	display: inline-block;
	margin-bottom: 5px;
}
#menu .menu a:hover, #menu .menu .focus {
	background: url(../images/drop-down-arrow.png) no-repeat center bottom;
}
#foot {
	width: 100%;
	/*background:#14050d;*/
	background: #2B2026;
	padding: 20px 0px 40px;
}
#foot .foot a, #foot .foot p {
	color: #fcfcfc;
	font-size: 14px;
}
#foot .foot li {
	width: 106px;
	height: 47px;
	overflow: hidden;
	margin-right: 16px;
	margin-bottom: 17px;
}
#foot .foot li:last-child {
	margin-right: 0px;
}
#foot .foot .line {
	background: url(../images/foot-1019x2.png) no-repeat center center;
	height: 2px;
	display: block;
}

