.header{
    height: 70px;
    background: #242424;
    overflow: hidden;
}
.header-center{
    width: 1280px;
    height: auto;
    margin: 0 auto;
}
.header-left{
    float: left;
    line-height: 70px;
}
.header-left a{
    color: #fff;
    font-size: 34px;
    font-family: 楷体;
}
.header-nav{
    float: right;
}
.nav-list{
    float: left;
    font-size: 16px;
    line-height: 70px;
    width: 100px;
    text-align: center;
    margin-left: 10px;
}
.nav-list a{
    display: block;
    width: 100% ;
    height: 100%;
    color: #fff;
}
.nav-list a:hover{
    background: #ee3c4e;
}
.nav-list.active a{
    background: #ee3c4e;
}
.swiper-container {
    width: 100%;
    height: 500px;
}
.banner-img{
    width: 100%;
    height: 500px;
    display: block;
}

.footer{
    height: 220px;
    width: 100%;
    background: #292929;
    overflow: hidden;
}
.footer-center{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    height: auto;
}
.foot-inf{
    margin-top: 20px;
    height: 150px;
    border-bottom: 1px solid #5e5e5e;
}
.foot-inf-left{
    float: left;
    width: 600px;
    height: auto;
}
.foot-nav-list{
    float: left;
    height: 20px;
    border-right: 1px solid #fff;
    width: 90px;
    margin-right: 25px;
    line-height: 20px;
    font-size: 16px;
}
.foot-nav-list:nth-last-child(1){
    margin-right: 0;
}
.foot-nav-list a{
    color: #fff;
}
.foot-phone{
    margin-top: 15px;
    background: url("../images/index/dianhua.png") 0 center no-repeat;
    height: 30px;
    line-height: 30px;
    padding-left: 40px;
    font-size: 28px;
    font-weight: bolder;
    color: #fff;
}
.foot-time{
    margin-left: 40px;
    font-size: 16px;
    color: #fff;
    margin-top: 5px;
}
.foot-dizhi{
    font-size: 16px;
    color: #5e5e5e;
    margin-top: 5px;
}
.foot-wx{
    float: right;
    width: 120px;
    margin-top: 5px;
    margin-left: 20px;
}
.foot-wx img{
    display: block;
    margin: 0 auto;
}
.foot-dis{
    color: #5e5e5e;
    text-align: center;
    margin-top: 5px;
    font-size: 16px;
}
.foot-del{
    font-size: 16px;
    color: #5e5e5e;
    margin-top: 10px;
    text-align: center;
}
.foot-del a{
    color: #5e5e5e;
}