﻿body {
    background: url(/Resource/Img/bodybg.jpg) top center;
}
.mininav {
    height: 35px;
    line-height: 35px;
    background: #EDEDED;
    font-size:14px;
}
    .mininav .page {
        background:none;
    }

.top {
    width: 100%;
    min-width:1200px;
    margin: 0 auto;
    height: 240px;
    background: url(/Resource/Img/topbanner.jpg) top center;
}
    .top .banner {
        width: 1200px;
        margin: 0 auto;
        height: 125px;
        padding-top:25px;
    }
        .top .banner .logo {
            height:130px;
            width:590px;
            background:url(/Resource/Img/logo.png);
            display:block;

        }

.page {
    width: 1200px;
    margin:0 auto;
}
.page_menu {
    height: 55px;
    line-height: 55px;
    background: #c51e31;
}
.menu {
    width: 1200px;
    height: 55px;
    line-height: 55px;
    background: #c51e31;
    margin: 0 auto;
}
    .menu li {
        float: left;
        text-align: center;
        float: left;
        position: relative;
    }
        .menu li .menu_main {
            font-size: 17px;
            color: #ffffff;
            display: inline-block;
            line-height: 55px;
            padding: 0 25px;
        }
            .menu li .menu_main:hover, .menu li .menu_mainh {
                background: #820808;
            }

.sub {
    position: absolute;
    left: 0;
    top: 55px;
    background: #fff;
    width: 100%;
    z-index: 999;   
    display:none;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
}
    .sub a {
        color: #000;
        display: inline-block;
        width: 100%;
    }
        .sub a:hover {
            color: #c51e31;
            background: #f0f0f0;
        }

.foot {
    line-height: 30px;
    background: #EDEDED;
    border-top: 1px solid #999;
    min-width:1200px;
}