body{
	margin:0px;
	padding:0px;
}
header{
	width: 100%;
	height: 72px;
	background: rgba(255,255,255,0.6);
	position: fixed;
	top:0px;
	left: 0px;
}

.nav{
	width: 1024px;
	height: 100%;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.logo{
	width: 150px;
	height: 100%;
	text-align: center;
	font-size: 36px;
	line-height:72px;
}
.nav ul{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 400px;
	height: 72px;
	display: flex;
	flex-direction: row;
}
.nav ul li{
	width: 100px;
	height: 100%;
	text-align: center;
	line-height: 72px;
}
.nav ul li a {
	text-decoration: none;
	color:#000;
	display: block;
	font-size: 18px;
}
.actives{
	color:#bf0a10 !important;
}
.banner{
	width: 100%;
	height: 500px;
	background: olivedrab;
	background: url(img/500585618.png) no-repeat center;
	background-size:100% 100%;
}
#introduce{
	width:1024px;
	height: 325px;
	display: flex;
	justify-content: space-between;
	margin:20px auto;
}
#introduce .content{
	width:480px;
}
.img{
	width: 500px;
	height: 100%;
	background: url(img/500585618.png) no-repeat center;
	background-size:100% 100% ;
}
.title{
	font-size: 22px;
	height: 30px;
	line-height: 30px;
}
#product{
	width: 1024px;
	margin: auto;
}
#product .title{
	text-align: center;
}
#product>.content{
	width: 800px;
	margin: auto;
	text-align: center;
}
.imgs{
	margin-top:20px ;
	display: flex;
	justify-content: space-between;
}
.imgs img{
	width: 248px;
	height: 400px;
}
#recruit{
	width: 1024px;
	margin: auto;
}
#recruit .title{
	text-align: center;
}
.recruit-content{
	display: flex;
	justify-content: space-between;
}
.work{
	width: 500px;
}
.work >p{
	width: 140px;
	height: 35px;
	border-radius: 20px;
	background: #005687;
	font-size: 18px;
	line-height: 35px;
	text-align: center;
	margin: 0;
	color: #fff;
}
.work >ul{
	margin:10px 0;
	width: 100%;
}
.footer{
	width: 100%;
	height:92px;
	margin-top:20px ;
	background: #005687;
	padding-top:10px;
}
.footer p{
	text-align: center;
	height: 30px;
	line-height: 30px;
	margin: 0;
	color:#fff;
	font-size:14px;
}

a:link {
    color:white;
    text-decoration: none;
}

a:visited {
    color:white;
    text-decoration: none;
}

a:hover {
    color:blue;
    text-decoration: none;
}

a:active {
    color:white;
    text-decoration: none;
}

