*{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
	color: #000;
}
a:hover{
	color: red;
}
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-box{
	display: inline-block;
	/* height: 40px; */
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	
}
.search{
/*
	position: relative;
	right: -300px;
*/
	float: right;
	/* margin-top: 30px; */
	/* margin-right: 50px; */
	position: absolute;
	top: 30px;
	left: 70vw;
	box-sizing: border-box;
	padding-left: 10px;
	height: 40px;
	border: 1px solid #fff;
	outline: none;
	/* box-shadow: rgba(149, 157, 165, 0.2) 10px 8px 24px; */
	border-radius: 5px;


}
header .fa{

		width: 2.7vw;
		height: 40px;
		position: absolute;
		top: 30px;
		left: 68.2vw;
		font-size: 20px;
		background-color:#fff;
		/* float: right; */
		box-sizing: border-box;
		padding-top: 10px;
		padding-left: 5px;
		/* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
		border-radius: 5px;
}
#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内容制作开始*/
.conten{
	margin-top: 60px;
	height: 300px;
	background-color: #fff;
	border-radius: 10px;
}
.conten ul{
	padding-top: 20px;
}
.conten ul li a{
	float: left;
	margin: 10px 10px;
	padding-right:20px;
	color: #333;
	border-right: 1px solid #ccc;
	text-align: center;
}
.conten ul li a img{
	width: 48px;
	height: 48px;
}
.conten ul li a:hover{
	color: red;
}
.icon-wx{
	margin-left: 30px;
}
/*content内容制作结束*/

/*center中心制作开始*/
.center-left{
	float: left;
	margin-top: 10px;
	width: 340px;
	height: 700px;
	background-color: #fff;
	border-radius: 10px;
}
 h2{
	margin: 10px auto;
	width: 300px;
	border-bottom: 2px solid #ccc;
}
.center-left img{
	float: left;
}
 h2 a{
	float: right;
	font-size: 14px;
	line-height: 31px;
}
 h2 a:hover{
	color: red;
}
 h3{
	width: 300px;
	margin: 0 auto;
	margin-top: 10px;
}
.center-left ul{
	width: 300px;
	height: 80px;
	margin: 0 auto;
}
.center-left ul li{
	float: left;
	margin: 10px 10px;
}
.center-left ul li a{
	color: #000;
}
.center-left ul li a:hover{
	color: red;
}
.article{
	margin: 8px 0;
	display: inline-block;
}
.article img{
	margin-left: 20px;
	width: 80px;
	height: 57px;
	overflow: hidden;
}
.article span{
	padding-left: 10px;
}
.center{
	float: left;
	margin: 20px 10px 0;
	width: 600px;
	height: 390px;
	background-color: #fff;
	border-radius: 10px;
}
.center h5{
	padding: 10px 0;
	font-weight: 500;
	font-size: 24px;
	border-bottom: 2px dashed #aeaeae;
	text-align: center;
}
.center ul li{
	width: 540px;
	margin: 20px 0 20px 30px ;
}
.center ul li img{
	width: 24px;
	height: 24px;
	float: left;
	margin-right: 10px;
}
h4{
	float: left;
	margin-right: 20px;
}
.center ul li span{
	float: right;
	color: #646566;
}
.center-right{
	float: right;
	margin-top: -290px;
	width: 340px;
	height: 700px;
	background-color: #fff;
	border-radius: 10px;
}
.center-right img{
	float: left;
}
.center-right ul{
	width: 260px;
	height: 220px;
	margin: 0 auto;
}
.center-right ul li{
	margin: 15px 0;
	display: block;
	list-style: disc;
}
.center-right ul li span{
	float: right;
	color: #646566;
}
.center-right ul li p{
	display: inline-block;
	width: 40px;
}
.p1{
	color: red;
}
.p3{
	color: orange;
}
/*center中心制作结束*/

/*footer底部制作开始*/
.footer{
/*	position: absolute;*/
/*	bottom: -390px;*/
	margin-top: 420px;
	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底部制作结束*/