﻿@charset "utf-8";

.nav * {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.nav a, img {
    border: 0;
    text-decoration: none;
}

.nav body {
    font: 12px/180% Arial, Helvetica, sans-serif, "Microsoft YaHei";
}

.nav .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.nav .clearfix {
    display: inline-table;
}

.nav * + html .clearfix {
    height: 1%;
}

.nav .clearfix {
    display: block;
}

.nav * + html .clearfix {
    min-height: 1%;
}
/* nav_menu */
.nav_menu {
    height: 62px;
    background-color: #333333;
}

.nav {
    /*width: 750px;*/
    height: 61px;
    position: relative;
    margin: 0 auto;
    float: left;
}

    .nav .list li {
        float: left;
    }

    .nav .list a {
        float: left;
        display: block;
        /*width: 125px;*/
        height: 49px;
        text-align: center;
        font: 16px/36px "Microsoft YaHei";
        color: #fff;
        padding-top: 13px;
        padding-left: 18px;
        padding-right: 18px;
    }


        .nav .list a:hover {
            color: #FFA304;
            text-decoration: none;
        }

        .nav .list a:hover, .nav .list .now {
            color: #F00;
            background: #fff;
        }

    .nav .box {
        position: absolute;
        left: -5px;
        top: 62px;
        width: 1000px;
        background: #FFF;
        overflow: hidden;
        height: 0;
        filter: alpha(opacity=0);
        opacity: 0;
        border-bottom: 2px solid #074c52;
    }

    .nav .cont {
        position: relative;
        padding: 25px 0px 0px 24px;
    }
/* sublist */
.sublist li {
    float: left;
    width: 168px;
    padding-right: 18px;
    padding-bottom: 18px;
}

    .sublist li h3.mcate-item-hd {
        font-family: 'Microsoft YaHei';
        padding-left: 2px;
        font-size: 14px;
        height: 26px;
        line-height: 26px;
        border-bottom: 1px dashed #666666;
    }

    .sublist li p.mcate-item-bd {
        padding-left: 2px;
    }

        .sublist li p.mcate-item-bd a {
            height: 26px;
            line-height: 26px;
            margin-right: 5px;
            font-size: 12px;
            color: #666666;
            text-decoration: none;
            display: inline-block;
        }

            .sublist li p.mcate-item-bd a:hover {
                color: #6c5143;
                text-decoration: underline;
            }
