/*头部区域*/
.header {
    width: 100%;
    height: 100%;
}

    .header .nav {
        width: 100%;
        height: 81px;
        background: url("../images/left-bj.jpg") repeat-x;
    }

        .header .nav .nav-bj {
            width: 1200px;
            height: 100%;
            margin: 0 auto;
        }

            .header .nav .nav-bj .logo {
                width: 429px;
                height: 81px;
                float: left;
            }

            .header .nav .nav-bj .nav-right {
                width: 766px;
                height: 81px;
                float: left;
            }

                .header .nav .nav-bj .nav-right ul li {
                    width: 85px;
                    height: 81px;
                    float: left;
                    cursor: pointer;
                    text-align: center;
                    font-size: 16px;
                    background: url("../images/tab-bbj.jpg") no-repeat;
                }

                    .header .nav .nav-bj .nav-right ul li a {
                        color: #454545;
                        line-height: 81px;
                    }

                    .header .nav .nav-bj .nav-right ul li:nth-child(1) {
                        width: 85px;
                        border-left: 1px solid #ddd;
                    }

                    .header .nav .nav-bj .nav-right ul li:hover {
                        background: url("../images/tab-bj.jpg");
                    }

                        .header .nav .nav-bj .nav-right ul li:hover a {
                            color: #fff;
                        }



/*底部区域*/
.footer{
    width: 100%;
    height: 100%;
    background-color: #06579c;
}
.footer .friend{
    width: 100%;
    height: 76px;
    border-bottom: 2px solid #fff;
}
.friend-box{
    width: 1200px;
    height: 76px;
    line-height: 76px;
    margin: 0 auto;
}
.friend-box>ul>li{
    width: 250px;
    height: 25px;
    float: left;
    margin-left: 50px;
}
.friend-box>ul>li select{
    width: 250px;
    height: 25px;
    border-radius: 4px;
}
.details{
    width: 100%;
    height: 100%;
}
.details-box{
    width: 1200px;
    height: 180px;
    margin: 0 auto;
    text-align: center;
    background-color: #06579c;
}
.details-box>ul{
    margin-top: 40px;
}
.details-box>ul>li{
    color: #fff;
    line-height: 30px;
}