body {
    background: #000;
}

.home {
    margin: 0 auto;
    width: 1800px;
    height: 750px;
    background: url("../images/bg_home.jpg") no-repeat 0 0/100%;
}
.home .header {
    width: 1200px;
    height: 52px;
    margin-bottom: 18px;
    /* border: skyblue 1px solid; */
}
.home .logo {
   float: left;
    width: 129px;
    height: 36px;
    margin-top: 16px;
}
.home .nav {
    float: right;     
}
.home .nav ul li {
    float: left;
}
.home .nav ul li a {
    display: block;
    height: 52px;
    line-height: 75px;
    margin-left: 55px;
    font-size: 14px;
    color: #fff;
    border-top: 2px solid transparent;
}
.home .nav ul li a:hover {
    border-top: 2px solid #f64011;
    color: #f64011;
}
.home .nav ul li a.selected {
    border-top: 2px solid #f64011;
    color: #f64011;
}


/* 首页页尾开始 */
.footer {
    height: 267px;
    background: #2b2b2b;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

/* 地址-版权 */
.address {
    position: fixed;
    width: 1200px;
    height: 338px;
    margin:auto;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/address.png) no-repeat 0 0/100%;
}

.homeprev, .homenext {
    position: absolute;
    top: -52px;
    width: 32px;
    height: 32px;
    background-color: rgba(255, 255, 255, .2);
    border-radius: 2px;
    line-height: 32px;
    text-align: center;
    font-size: 20px;
    /* font-weight: 700; */
    color: #bfbfbf;
}
.homeprev {
    right: 50px;    
}
.homenext {
    right: 0;    
}




/* 首页页尾结束 */

