/************header**************/
.Glife-top{
	height: 32px;
	line-height: 32px;
	background: #f9f9f9;
	color: #8c8c8c;
	font-size: 12px;
	box-shadow: 2px 2px 3px #ddd;
}
.Glife-top span,.Glife-top font{
	float: left;
}
.Glife-top .a{
	float: right;
	color: #8c8c8c;
}
.am-dropdown-content{
	min-width: 208px;
	border: 1px solid #dcdcdc;
	background: #f9f9f9;
}
.am-dropdown-header{
	display: block;
	color: #49b9d4;
	padding: 5px;
}
ul.am-dropdown-content>li{
	float: left;
}
ul.am-dropdown-content>li>a{
	display: inline-block;
	padding: 5px;
}
.logo{
	margin-top: 20px;
}
.logo-rt{
	float: right;
	margin-top: 20px;
	margin-bottom: 8px;
}
.search{
	width: 460px;
}
.input-search{
	display: inline-block;
	margin-top: 8px;
	width: 402px;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	border: 2px solid #49b9d4;
}
.iconsearch{
	display: inline-block;
	margin-top: 8px;
	width: 58px;
	height: 40px;
	background: #49b9d4;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
}
.am-topbar{
	min-height: 40px;
	line-height: 40px;
	background: #49b9d4;
	margin: 0;
	border: none;
}
.am-topbar-nav>li>a{
	padding: 0 34px;
	color: #fff;
	font-size: 16px;
	font-family: "微软雅黑";
}
.am-topbar-nav>li>a:focus,.am-topbar-nav>li>a:hover{
	color: #fff;
	background: #4cc3e0;
	border: none;
}
.am-topbar-nav>li.am-active>a, .am-topbar-nav>li.am-active>a:focus, .am-topbar-nav>li.am-active>a:hover{
	color: #fff;
	background: #4cc3e0;
}
.am-topbar-nav>li.am-active>a:after,.am-topbar-nav>li>a:after{
	opacity: 0;
	border: none;
}
.active{
	color: #fff;
	background: #4cc3e0;
}
/************底部*************/
footer{
	background: #fbfbfb;
}
.foot-top{
	box-sizing: border-box;
	padding: 30px 152px 0 152px;
}
.foot-top li{
	box-sizing: border-box;
	float: left;
	color: #4c4c4c;
	margin-bottom: 40px;
}
.foot-top li p{
	line-height: 25px;
	font-size: 14px;
}
.foot-top li h3{
	font-size: 16px;
}
.foot-top li:first-child{
	width: 96px;
	margin-right: 61px;
	margin-left: 40px;
}
.foot-top li:nth-child(2){
	width: 110px;
	margin-left: 40px;
	margin-right: 45px;
}
.foot-top li:nth-child(3){
	width: 110px;
	margin-left: 40px;
	margin-right: 31px;
}
.foot-top li:nth-child(4){
	margin-left: 40px;
	width: 222px;
}
.foot-bot{
	line-height: 60px;
	background: #818181;
	border-top: 1px solid #ebebeb;
	text-align: center;
	color: #fff;
	font-size: 14px;
}
/*登录注册*/
.regiest-a{
	display: inline-block;
	width: 64px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	margin-top: 36px;
	color: #666;
}
.regiest-a:hover{
	border: 1px solid #41a8e6;
	color: #41a8e6;
}
