@charset "utf-8";
/* CSS Document */




body {
	font-family: 微软雅黑; background:#ffffff;
	margin: 0 auto;
}
ul,li{
	margin: 0px;
	padding: 0px;
	}
.header {
	height: 100px;
}

.logo {
	float: left;
}

.logo a {
	background: #ffffff url(../images/logo.png) no-repeat scroll center 23px;
	color: #00baff;
	display: block;
	font-size: 14px;
	height: 40px;
	padding-top: 60px;
	text-align: center;
	width: 190px;
	border-radius: 50px;
	text-decoration: none;
}

.top-menu {
	height: 55px;
	padding: 45px 0 0 15px;
}

.top-menu li {
	background: rgba(0, 0, 0, 0) url("../images/top-menu.png") no-repeat scroll right 4px;
	float: left;
	font-size: 16px;
	height: 55px;
	padding: 0 8px;
	position: relative;
	z-index: 10;
	list-style: none;
}

.top-menu li a {
	color: #414141;
	display:block;
	min-width:80px;
	text-align:center;
	line-height:30px;
	padding:0 5px;
	border-radius:10px;
}

.top-menu li a:hover, .top-menu li.active > a {
	color: #ffffff;
	border-radius:10px;
	background:#e59135;
}

@media screen and (max-width: 1100px) {
	.top-menu {
		display: none
	}
}
@media screen and (max-width: 640px) {
	.logo {
		float: none;
	}

	.logo a {
		width: auto;
	}
}

.auto-wrap {
    margin: 0 auto;
    max-width: 1100px;
}
.clear-fix::after {
    clear: both;
    content: "clear";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}











