*{
	margin: 0;
	padding: 0;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
	color: #000;
}
a:hover{
	color: #0bd055;
}
body{
	background-color: #f7f8fa;
}
.w{
	width: 1300px;
	margin: 0 auto;
}
/*header头部制作开始*/
header{
	height: 100px;
}
.logo{
	float: left;
	width: 264px;
	height: 100px;
}
.logo a{
	font-size: 0;
}
.search{
/*
	position: relative;
	right: -300px;
*/
	float: right;
	/* margin-top: 30px; */
	/* margin-right: 50px; */
	position: absolute;
	top: 30px;
	left: 70vw;
	padding-left: 10px;
	height: 40px;
	border: 1px solid #fff;
	outline: none;
	box-sizing: border-box;
	box-shadow: rgba(149, 157, 165, 0.2) 10px 8px 24px;
	border-radius: 5px;

}
header .fa{
		/* float: left; */
		width: 2.7vw;
		height: 40px;
		position: absolute;
		top: 30px;
		left: 68vw;
		/* z-index: 999; */
		font-size: 20px;
		background-color:#fff;
		/* float: right; */
		box-sizing: border-box;
		padding-top: 10px;
		padding-left: 5px;
		border-radius: 5px;

		/* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
}

#toggle-theme-button{
	position: fixed;
	top: 50vh;
	right: 10px;
	padding: 10px;
	z-index: 999;
	background: #fff;
	font-size: 16px;
	border-radius: 5px;
	cursor: pointer;
}
/*header头部制作结束*/

/*nav导航栏制作开始*/
nav{
	position: absolute;
	top: 100px;
	width: 100%;
	height: 50px;
	background-color: #000;
}
nav ul li{
	float: left;
	width: 118px;
	height: 50px;
/*	margin-left: 10px;*/
}
nav ul li a{
	display: inline-block;
	width: 118px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #aeaeae;
}
.a1{
	color: #fff;
	background-color: #333;
}
nav ul li a:hover{
	color: #fff;
	background-color: #333;
}
/*nav导航栏制作结束*/

/*!--content内容--*/
.content-left{
	float: left;
	margin-top: 50px;
	width: 300px;
	height: 1030px;
	background-color: #fff;
}
.content-left ul {
	margin-left: 160px;
	padding-top: 50px;
	width: 100px;
}
.content-left img{
	float: left;
}
.content-left ul li{
	width: 200px;
	margin: 20px 0;
}
.content-left ul li a{
	margin-left: 10px;
}
.aimg1{
	color: #0bd055;
}
.content-right{
	float: right;
	margin-top: 50px;
	margin-left: 10px;
	width: 990px;
	height: 700px;
/*	background-color: #fff;*/
}
.content-right ul{
	margin-top: 30px;
}
.content-right ul li{
	float: left;
	margin: 3px 5px;
}
.content-right ul li a{
	display: inline-block;
	width: 220px;
	height: 80px;
	background-color: #fff;
	color: #000;
	overflow: hidden;
	box-shadow: 0 1px rgba(0,0,0,.1);
}
.content-right ul li a:hover{
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	transform: translateY(-1px);
}
.content-right ul li img{
	position: relative;
	left: 32px;
	top: 15px;
	width: 48px;
	height: 48px;
}
.content-right ul li span{
	display: inline-block;
	position: relative;
	top: -25px;
	right: -48px;
	text-align: center;
}
.content-right ul li p{
	position: relative;
	top: -15px;
	right: -96px;
	width: 80px;
	height: 20px;
	border: 1px	solid #0bd055;
	text-align: center;
	line-height: 20px;
	color: #0bd055;
	border-radius: 5px;
}
.content-right ul li p:hover{
	color: #fff;
	background-color: #0bd055;
}
.remind{
	float: right;
	width: 990px;
	text-align: center;
	color: rgba(0,0,0, .6);
}
.remind a{
	color: #0bd055;
}
/*!--content内容结束--*/

/*footer底部制作开始*/
.footer{
	float: left;
/*	position: absolute;*/
/*	bottom: -390px;*/
	width: 100%;
	height: 150px;
	background-color: #000;
}
.footer ul{
	position: relative;
	top: 40px;
	left: 360px;
	width: 640px;
	height: 20px;
	text-align: center;
}
.footer ul li{
	float: left;
}
.footer ul li a{
	display: inline-block;
	width: 140px;
	height: 20px;
	text-align: center;
	border-right: 1px solid #aeaeae;
	color: #aeaeae;
}
.footer ul li:last-child a{
	border: 0;
}

.Copyright{
	margin-top: 70px;
	text-align: center;
	color: #AEAEAE;
}
.Copyright a{
	text-decoration: underline;

}
.y a{
	height: 20px;
	font-size: 10px;
	padding: 5px;
}
/*footer底部制作结束*/