.wrapper{
	width: 100%;
	height: 100vh;
	background: url("/images/imgbg.png") no-repeat center top;
	position: relative;
	background-size: cover;
}
.top{
	width: 1180px;
	margin: 0 auto;
	padding-top: 20px;
}
.topSelect{
	width: 80px;
	float: left;
	height: 30px;
	position: relative;
}
.topSelectTop{
	font-size: 12px;
	line-height: 30px;
	color: #aacd06;
	background: url("/images/bg.png") no-repeat 57px 13px #fff;
	border-radius: 20px;
	text-indent: 15px;
	cursor: pointer;
}
.topSelectBot{
	width: 80px;
	position: absolute;
	top: 30px;
	left: 0;
	background: #fff;
	border-radius: 5px;
	display: none;
}
.topSelectBot ul{
	padding: 5px 10px;
}
.topSelectBot ul li{
	font-size: 12px;
	line-height: 22px;
}
.topSelectBot ul li a{
	color: #666;
}
.topSelectBot ul li a:hover{
	color: #AACD06;
}
.topLogin{
	float: left;
	font-size: 12px;
	line-height: 30px;
	color: #666;
}
.topLogin a{
	margin-left: 20px;
	color: #666;
}
.center{
	width: 720px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-55%);
}
.logo{
	width: 443px;
	margin: 0 auto;
	text-align: center;
}
.logoImg{
	margin-bottom: 20px;
	height: 140px;
}
.logoSelect{
	width: 200px;
	height: 36px;
	position: relative;
	margin: 0 auto;
}
.logoSelectTop{
	font-size: 18px;
	line-height: 36px;
	color: #999;
	background: url("/images/bg.png") no-repeat 170px -9px #eaeaea;
	border-radius: 20px;
	text-indent: 35px;
	cursor: pointer;
	text-align: left;
}
.logoSelectBot{
	width: 200px;
	position: absolute;
	top: 36px;
	left: 0;
	background: #EAEAEA;
	border-radius: 5px;
	display: none;
}
.logoSelectBot ul{
	padding: 10px;
}
.logoSelectBot ul li{
	font-size: 16px;
	line-height: 30px;
	color: #999;
}
.logoSelectBot ul li a{
	color: #999;
}
.searchBox{
	width: 586px;
	padding: 0 5px;
	margin: 20px auto 25px;
}
.search{ 
	width: 586px;
	height: 50px;
	box-shadow: 0 0 5px #dcdcdc;
	border-radius: 50px;
	font-family: "microsoft yahei";
	background: #fff;
}
.searchSelect{
	width: 87px;
	height: 26px;
	float: left;
	border-right:1px solid #ddd;
	position: relative;
	z-index: 99999;
	margin-top: 12px;
}
.searchSelectTop{
	width: 100%;
	height: 100%;
	position: relative;
	cursor: pointer;
}
.searchSelectTop p{
	font-size: 16px;
	line-height: 26px;
	color: #999;
	text-indent: 20px;
}
.searchSelectTop i{
	display: block;
	position: absolute;
	width: 13px;
	height: 8px;
	top: 11px;
	left: 60px;
	background:url("/images/bg.png") no-repeat 0 -51px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
.searchSelectTop.focus i{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.searchSelectBot{
	position: absolute;
	width: 87px;
	box-shadow: 0 0 5px #dcdcdc;
	left: 0px;
	top: 40px;
	z-index: 99999;
	background: #fff;
	display: none;
	padding: 10px 0;
}
.searchSelectBot li{
	text-indent: 15px;
	font-size: 16px;
	line-height: 28px;
	color: #999;
	cursor: pointer;
}
.search input{
	width: 440px;
	height: 50px;
	float: left;
	text-indent: 15px;
	font-size: 16px;
	line-height: 50px;
	font-family: "microsoft yahei";
	color: #999;
	border:none;
	background: none;
}
.search button{
	width: 58px;
	height: 50px;
	border:none;
	background: url("/images/bg.png") no-repeat 11px -63px;
	cursor: pointer;
	outline: none;
	float: right;
}
.content{
	text-align: center;
}
.content ul{
	float: left;
}
.content ul li{
	height: 220px;
	width: 290px;
	float: left;
	margin: 0 30px;
	padding-top: 20px;
	background: #f2f2f2;
	box-shadow: 0 0 10px #e3e3e3;
}
.content ul li a{
	display: block;
}
.content ul li img{
	width: 150px;
	height: 150px;
	border-radius: 50%;
}
.content ul li p{
	font-size: 20px;
	line-height: 40px;
	color: #333;
	margin-top: 15px;
}
.footer{
	text-align: center;
}
.footer p{
	line-height: 60px;
    font-size: 14px;
}