.wrapper header{
	width: 100%;
	max-width: 1920px;
	min-width: 960px;
	height:	130px;
	margin: auto;
	position: relative;
}
.wrapper header .header-box {
	width: 1200px;
	height: 130px;
	margin: auto;
}
.wrapper header .header-box .header-logo{
	position: absolute;
	height:	130px;
	line-height:	130px;
	left: 10%;
}
.wrapper header .header-box .header-logo img{
	height: 100px;
	cursor: pointer;
	margin-top: 15px;
}
.wrapper header .header-box .header-nav{
	float: right;
	margin-top: 90px;
	position: relative;
}
.wrapper header .header-box .header-nav a{
	display: inline-block;
	font-size: 14px;
	margin-right: 50px;
	cursor: pointer;
}
.wrapper header .header-box .header-nav .contact-us{
	display: inline-block;
	margin-right: 50px;
	font-size: 14px;
	color: #a0a0a0;
}
.wrapper header .header-box .header-nav .login-btn{
	
	cursor: pointer;
}
.wrapper header .header-box .header-nav .nav-actived,
.wrapper header .header-box .header-nav a:hover{
	color: #d70066;
}

/* 轮播图 */
.wrapper section .swiper-box{
	text-align: center;
}
.wrapper section .swiper-box img{
	width: 100%;
	max-width: 1920px;
	min-width: 960px;
}

/* footer */
.wrapper footer{
	/* width: 100%; */
	
}
.wrapper footer .footer-box{
	width: 100%;
	max-width: 1920px;
	min-width: 960px;
	height: 90px;
	margin: auto;
	background-color: #606060;
	padding-top: 20px;
}
.wrapper footer .footer-box p{
	line-height: 24px;
	text-align: center;
}
.wrapper footer .footer-box a{
	color: #FFFFFF;
	font-size: 14px;
}
.wrapper footer .footer-box span{
	color: #b6b6b6;
	font-size: 14px;
}


@media (max-width: 1200px) {
	.wrapper header .header-box,
	.wrapper footer .footer-box{
		width: 960px;
	}
	
	.wrapper header .header-box .header-nav a,
	.wrapper header .header-box .header-nav .contact-us{
		margin-right: 25px;
	}
}

@media (max-width: 992px) {
	.wrapper header .header-box .header-logo{
		left: 90px;
	}
	
}
/* @media (min-width: 768px) and (max-width: 992px) {
	
}
@media (max-width: 768px) {
	
} */
