﻿body {
    margin: 0px;
    text-align: center;
    font-family: Arial;
    font-size: 12px;
    color: #333333;
    background: #333;
}

* {
    list-style: none;
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

h3 {
    font-size: 12px;
    color: #666;
}

.clear {
    clear: both;
    display: block;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

.clearfix {
    display: block;
}

a {
    outline: none;
    blr: expression(this.onFocus=this.blur());
}

    a:link, a:active, a:visited {
        color: #c2c2c2;
        text-decoration: none;
    }

    a:hover {
        color: #fff;
        text-decoration: underline;
    }


.content-wrapper {
    margin: auto;
    width: 950px;
    max-width: 950px;
}

    .content-wrapper:after {
        clear: both;
    }

.header {
    height: 118px;
    text-align: left;
    background: #fff;
    border-top: #000 5px solid;
}

.logo {
    float: left;
    width: 250px;
    padding-top: 44px;
}

    .logo a img {
        width: 350px;
        height: 65px;
        margin-top: -15px;
    }

.menu {
    float: right;
    padding-top: 44px;
}

    .menu a {
        display: block;
        padding-left: 8px;
        float: left;
        margin-left: 20px;
        height: 30px;
    }

        .menu a:hover {
            text-decoration: none;
        }

        .menu a.now {
            display: block;
            background: url(img/menu_bg.gif) no-repeat 0 2px;
            padding-left: 8px;
            float: left;
            margin-left: 20px;
            height: 30px;
        }

    .menu span {
        display: block;
    }

        .menu span.en {
            line-height: 1;
            color: #999;
            font-size: 16px;
            font-family: Georgia,"Times New Roman", Times,serif;
        }

        .menu span.ch {
            line-height: 1;
            margin-top: 4px;
            color: #222;
            font-weight: bold;
            font-family: "microsoft yahei";
        }

    .menu a:hover span.en {
        text-decoration: none;
        color: #916f5c;
    }

    .menu a.now span.en, .menu a.now span.ch {
        color: #916f5c;
    }


.footer {
    min-height: 78px;
    margin: auto;
    padding: 23px 0 20px 0;
    color: #c2c2c2;
    background: #333;
    text-align: center;
    font-family: "microsoft yahei";
}


.flash_bg {
    _height: 210px;
    min-height: 210px;
    /*background: #916f5c;*/    
    background: url(img/main_bg.gif);
    border-top: 1px #612e11 solid;
    /*border-bottom: 1px #612e11 solid;*/
}


.main_bg {
    padding: 16px 0;
    background: url(img/main_bg.gif);
}

.main {
    text-align: left;
    background: #fff;
    border-bottom: 2px solid #bf9e88;
}


.newslist {
    float: left;
    height: 136px;
    _width: 317px;
    margin: 12px 0 0 18px;
    _margin: 12px 0 0 9px;
    font-family: "microsoft yahei";
}

    .newslist ul.bg {
        height: 28px;
        line-height: 26px;
    }

        .newslist ul.bg li {
            float: left;
        }

            .newslist ul.bg li.title {
                border-bottom: 2px #916f5c solid;
                color: #724a34;
                padding-left: 5px;
                width: 85px;
            }

            .newslist ul.bg li.more {
                border-bottom: 2px #c69b5c solid;
                width: 223px;
                text-align: right;
                padding-right: 4px;
                height: 20px;
                padding-top: 6px;
            }

    .newslist ul.img {
        margin-top: 13px;
        float: left;
    }

    .newslist ul.list {
        float: left;
        margin-top: 12px;
    }

        .newslist ul.list li {
            background: url(img/list_bg.gif) no-repeat 5px 7px;
            line-height: 20px;
            padding-left: 13px;
            overflow: hidden;
            text-overflow: ellipsis;
            height: 20px;
            width: 220px;
        }

    .newslist div.content {
        float: left;
        width: 300px;
        margin-top: 12px;
    }

        .newslist div.content p {
            line-height: 20px;
            padding-left: 13px;
        }


.prolist {
    float: left;
    _width: 381px;
    margin: 15px 0 0 14px;
}

    .prolist a {
        float: left;
        display: block;
        border: 2px solid #bf9e88;
        margin-right: 7px;
    }

        .prolist a img {
            width: 116px;
            height: 116px;
        }

        .prolist a:hover img {
            opacity: 0.7;
            filter: alpha(opacity=70);
            -moz-opacity: 0.7;
            -khtml-opacity: 0.7;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        }


.contact {
    float: left;
    width: 189px;
    overflow: hidden;
    margin: 22px 0 0 13px;
    _margin: 22px 0 0 6px;
    background: url('img/contact.gif') no-repeat;
}

    .contact p {
        width: 189px;
        text-align: right;
        font-family: "microsoft yahei";
    }

        .contact p.t1 {
            margin-top: 25px;
            font-size: 24px;
            color: #7e6340;
            line-height: 50px;
        }

        .contact p.t2 {
            color: #777;
            line-height: 1.5;
        }


.a_list:link, .a_list:visited, .a_list:active {
    color: #5c3d11;
    text-decoration: none;
}

.a_list:hover {
    color: #916f5c;
    text-decoration: none;
}
