* {
    margin: 0;
    padding: 0;
    border: none;
}
body {
    font-family: "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
    padding-top: 120px;
    background-color: #333;
}
a{
    text-decoration: none;
}
.container{
    width: 750px;
    margin: 0 auto;
}
.header{
    height: 120px;
    width: 750px;
    top:0;
    left:50%;
    margin-left: -375px;
    background-color: #000;
    position: fixed;
    z-index: 999;
}
.header .logo{
    background-image: url("../images/index/logo.png");
    width: 173px;
    height: 75px;
    position: absolute;
    left: 25px;
    top:23px;
}
.header .font-logo{
    background-image: url("../images/index/font-logo.png");
    width: 252px;
    height: 120px;
    position: absolute;
    left: 50%;
    margin-left: -126px;
}
.header .menu{
    background-image: url("../images/index/menu.png");
    width: 38px;
    height: 34px;
    position: absolute;
    top:43px;
    right:30px;
}
.header .menu-closed{
    background: url("../images/index/menu-closed.png") no-repeat center center;
}
.header .nav{
    position: absolute;
    width: 750px;
    height: 800px;
    top:120px;
    left:50%;
    margin-left: -375px;
    background:  #171819 url("../images/index/menu-bg.png") no-repeat center center;
    display: none;
}
.header .nav a{
    font-size: 48px;
    display: block;
    color: #fff;
    letter-spacing: 3px;
    text-align: center;
    line-height: 100px;
    text-decoration: none;
    position: relative;
    margin: 20px 0;
}
.header .nav a span{
    width: 90px;
    height: 6px;
    background-color: #fff;
    display: none;
    position: absolute;
    bottom: 0;
    left:50%;
    margin-left: -45px;
}
.header .nav a.act span{
    display: block;
}


.footer{
    width: 750px;
    height: 262px;
    background-image: url("../images/index/footer-bg.png");
    margin: 0 auto;
    position: relative;
    z-index: 998;
}
.footer .text{
    padding:45px 0 0 44px;
}
.footer .text p{
    font-size: 18px;
    color: #FFFFFF;
    line-height: 26px;
    margin-bottom:10px;
}
.footer .text p.beian{
    font-size: 14px;
    color: #BDBDBD;
}
.footer .text p.beian a{
    color: #BDBDBD;
}
.footer .qr{
    width: 100px;
    height: 136px;
    position: absolute;
    right: 44px;
    top:45px;
}
.footer .qr img{
    display: block;
    width: 100px;
    height: 100px;
}
.footer .qr p{
    text-align: center;
    line-height: 2;
    font-size: 18px;
    color: #FFF;
}





.page{
    width: 750px;
    margin: 50px auto 0 auto;
    text-align: center;
}
.page a{
    font-size: 24px;
    display: inline-block;
    width: 17px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    margin: 0 10px;
    cursor: pointer;
}
.page a.act{
    border-bottom:1px solid #fff;
}
.page .prev-act{
    background: url("../images/common/prev-act.png") no-repeat center center;
}
.page .next-act{
    background: url("../images/common/next-act.png") no-repeat center center;
}
.page .prev{
    background: url("../images/common/prev.png") no-repeat center center;
}
.page .next{
    background: url("../images/common/next.png") no-repeat center center;
}







/*轮播*/
.slide-wrap{
    width:750px;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide{
    width: 100%;
    height: 100%;
}
.swiper-slide img{
    display: block;
    width: 100%;
    height: 100%;
}
.swiper-pagination-bullet{
    width: 30px;
    height: 4px;
    border-radius: 0;
    background: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
}