@charset "utf-8";
*{padding:0;margin:0;}
html,body{
	background-color: #000000;
	color: #ffffff;
}
#box{
	width: 1200px;
	margin: 0 auto;
	overflow:  hidden;
}
/*top*/
.top{
	background: url(../images/top.jpg)  top center no-repeat;
	padding-top: 20px;
	height: 869px;
	min-width: 1200px;
	margin:0 auto;
}
.top a{
	margin-left: 40px;
	font-weight: bolder;
	-webkit-text-fill-color: white;/*文字的填充色*/
	/*-webkit-text-stroke: 1px black;*//*描边的像素，也就是粗细，这里指定是2像素的黑色边框*/
	text-shadow: 0 2px #000000, 2px 0 #000000, -2px 0 #000000, 0 -2px #000000;
}

/*热门作品*/
.works{
	background: url(../images/works.jpg)  top center no-repeat;
	padding-top: 20px;
	/*height: 4650px;*/
	min-width: 1200px;
	margin:0 auto;
	overflow: hidden;
}
.works .works-title{
	width: 660px;
	margin: 60px auto 20px;
}
#works ul{display: flex;flex-wrap: wrap;}
#works ul li{
	float: left;
	width:24%;
	list-style: none;
	margin: 0 0.5%;
}
#works ul li img{
}

/*合作伙伴*/
.partners{
	background: url(../images/partners.jpg) top center no-repeat;
	padding-top: 20px;
	min-width: 1200px;
	margin:0 auto;
	
}
.partners .partners-title{
	width: 660px;
	margin: 0 auto;
}
.partners > #box > img{
	width: 1104px;
	margin-left: 40px;
}
/*团队介绍*/
.team{
	background: url(../images/team.jpg) top center no-repeat;
	padding-top: 40px;
	height: 575px;
	min-width: 1200px;
	margin:0 auto;
}
.team .team-title{
	width: 660px;
	margin: 0 auto 10px;
}
.team > #box > img{
	width: 1184px;
	margin: 50px auto;
}
.team .footer{
	text-align: center;
	line-height: 30px;
	padding-top: 20px; 
}
