.wrapper{
    width: 1200px;
    margin: 0 auto;
}
header{
    width: 100%;
    height: 70px;
    background-color: #ffffff;
    box-shadow: 0px 1px 8px 0px rgba(79, 79, 79, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
header .wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header a.logo{
    width: 141px;
	height: 52px;
}
header .pages{
    display: flex;
}
header .pages a{
    height: 70px;
    font-size: 16px;
    color: #333333;
    text-align: center;
    line-height: 70px;
    padding: 0 20px;
    border-bottom: 4px solid transparent;
    box-sizing: border-box;
}
header .pages a.act{
    border-bottom-color: #e04946;
}

.wrapper{
    width: 1200px;
    margin: 0 auto;
}
.banner{
    width: 100%;
    height: 560px;
    margin-top: 70px;
}
.banner .swiepr-slide img{
    width: 100%;
}
.banner .swiper-container .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: .6;
}
.banner .swiper-container .swiper-pagination-bullet-active{
    width: 18px;
    border-radius: 5px;
    opacity: 1;
}

footer{
    width: 100%;
    background-color: #272c31;
    padding: 70px 0;
}
footer .wrapper{
    width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}
footer .wrapper .link{
    text-align: center;
}
footer .wrapper .link p{
    font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #ffffff;
}
footer .wrapper .link a,footer .wrapper .link p:last-child{
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
    color: #ffffff;
    margin-top: 25px;
    display: block;
}
footer .wrapper .link a:hover{
    color: #e04946;
}
