﻿body {
    margin: 0px 0px 0px 0px;
    font-size: 15px;
    background-color: #f6f6f6;
}

input[type="submit"] {
    /*height: 30px;
    background-color: #2a8dc6;
    border: 1px solid #05588a;
    color: white;
    font-size: 14px;
    cursor: pointer;
    letter-spacing: 4px;
    padding: 5px 10px 5px 10px;*/
    height: 32px;
    background-color:#55a0eb ;
    border-radius: 3px;
    border: 0px;
    color: White;
    cursor: pointer;
    margin: 2px 4px 2px 4px;
    font-size: 14px;
}

input[type="submit"]:hover {
    /*background-color: #48b4e5;
    border: 1px solid #1a5371;*/
    border-color: #7ab5ef;
    background: #7ab5ef;
}

input[type="text"], input[type="password"] {
    /*height: 30px;
    font-size: 24px;
    border: 1px solid #cbcbcb;
    width: 220px;*/
    -webkit-appearance: none;
    height: 28px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    font-size: inherit;
    outline: 0;
    color: #606266;
    margin-right: 5px;
    padding-left: 3px;
}

    input[type="text"]:hover, input[type="password"]:hover {
        /*border: 1px solid #83b542;
        background-color: #fff6ed;*/
        border: 1px solid #c0c4cc;
    }

select {
    font-size: 24px;
    line-height: 19px;
    border: 1px solid #cbcbcb;
}

.banner_container {
    height: 85px;
    background-color: white;
}

.banner {
    width: 963px;
    margin: 0px auto 0px auto;
}

.logo {
    width: 70%;
    text-align: left;
    float: left;
    height: 85px;
}

.fwlogo {
    width: 30%;
    text-align: right;
    float: left;
    height: 85px;
}

/* 主页菜单的css */
a {
    text-decoration: none;
    cursor: pointer;
}

.banner_container2 {
    width: 955px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    /*background-image: url(/HomePage/images/top-groupback.gif) ;*/
    background-image: url(/HomePage/images/top-groupback2.png);
    background-repeat: round;
    height: 120px;
    _height: 120px;
    *height: 120px;
}

.firstContext {
    border-bottom: 1px solid black;
}

.firstContext_table {
    width: 100%;
    border-collapse: collapse;
}

.no_context_left {
    background-image: url(/HomePage/images/top-groupback-left.jpg);
    background-repeat: repeat-x;
    width: 50%;
}

.no_context_right {
    background-image: url(/HomePage/images/top-groupback-right.jpg);
    background-repeat: repeat-x;
    width: 50%;
}

.first-Context {
    float: right;
    display: inline;
    *float: none;
    _float: none;
    _margin-left: 60px;
    *margin-left: 60px;
    height: 75px;
}

.top_menu_ul {
    list-style: none;
    margin-top: 2px;
    padding: 0px;
    margin-left: 0px;
}

    .top_menu_ul li {
        text-align: left;
        float: left;
        line-height: 15px;
        margin-top: 0px;
        border-right: 1px #FFFFFF solid;
        padding-right: 5px;
        padding-left: 5px;
        white-space: nowrap;
    }

        .top_menu_ul li a {
            font-size: 15px;
            font-weight: normal;
            color: #FFFFFF;
            margin-left: 10px;
            margin-right: 10px;
            font-family: Microsoft YaHei;
        }

        .top_menu_ul li:hover {
            font-size: 14px;
        }
/* 主页菜单的css结束 */

.logoPlaceholder {
    height: 100%;
    width: 1px;
}

.placeholder {
    height: 10px;
    background-color: #f6f6f6;
}

.main_container {
    background-color: #f6f6f6;
    height: 570px;
    padding: 0px 0px 0px 0px;
}

.main_top {
    width: 963px;
    height: 260px;
    margin: 0px auto 0px auto;
}

.main_slider {
    width: 638px;
    height: 260px;
    float: left;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}

    .main_slider .ad {
        width: 638px;
        height: 260px;
        overflow: hidden;
        position: relative;
    }

    .main_slider .slider, .main_slider .num {
        position: absolute;
        margin: 0 auto;
    }

        .main_slider .slider li {
            list-style: none;
            display: inline;
        }

    .main_slider .num {
        right: 5px;
        bottom: 5px;
    }

        .main_slider .num li {
            float: left;
            color: #82182F;
            text-align: center;
            line-height: 16px;
            width: 16px;
            height: 16px;
            font-family: Arial;
            font-size: 12px;
            cursor: pointer;
            overflow: hidden;
            margin: 3px 1px;
            border: 1px solid #82182F;
            background-color: #fff;
        }

            .main_slider .num li.on {
                color: #fff;
                line-height: 16px;
                width: 16px;
                height: 16px;
                font-size: 14px;
                margin: 3px 1px;
                background-color: #82182F;
                font-weight: bold;
            }

.main_login {
    float: left;
    /*background-image: url(images/login_bg.png);*/
    width: 321px;
    height: 100%;
    border: 1px solid #DDDDDD;
}

    .main_login div {
        vertical-align: middle;
    }

.main_login_title {
    height: 15px;
}


.main_login_input tr td {
    height: 34px;
    padding: 5px 10px;
}

.main_login_input {
    margin-top: 8px;
    margin-left: 10px;
}

    .main_login_input input {
        height: 30px;
        font-size: 24px;
        border: 1px solid #cbcbcb;
        width: 200px;
    }

        .main_login_input input:hover {
            border: 1px solid #83b542;
            background-color: #fff6ed;
        }

.main_login div img {
    vertical-align: bottom;
    width: 92px;
    height: 34px;
}

.main_login_button {
    margin: 20px 0px 0px 0px;
    text-align: center;
}

    .main_login_button input {
        margin-left: 20px;
    }

        .main_login_button input:hover {
            position: relative;
            left: 1px;
            top: 1px;
            -moz-opacity: 0.8;
            opacity: 0.8;
            filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
        }

.main_login_link {
    background-image: url(images/login_link_bg.png);
    background-position: top;
    background-repeat: no-repeat;
    margin: 10px 0px 0px 0px;
    text-align: center;
    font-size: 12px;
    padding-top: 10px;
}

.main_bottom {
    width: 963px;
    height: 286px;
    margin: 10px auto 0px auto;
}

.main_notice {
    float: left;
    width: 624px;
}

.main_notice_top {
    width: 624px;
    height: 3px;
    float: left;
    background-image: url(images/content_top.jpg);
    font-size: 0px;
}

.main_notice_bottom {
    width: 624px;
    height: 3px;
    float: left;
    background-image: url(images/content_bottom.jpg);
    font-size: 0px;
}

.main_notice_middle {
    width: 622px;
    height: 290px;
    float: left;
    background-color: White;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}

.main_notice_title_left {
    width: 3px;
    height: 35px;
    float: left;
    margin-left: 4px;
    background-image: url(images/content_title_left.jpg);
}

.main_notice_title_right {
    width: 3px;
    height: 35px;
    float: left;
    margin-right: 2px;
    background-image: url(images/content_title_right.png);
}

.main_notice_title_text {
    width: 622px;
    height: 40px;
    float: left;
    background-image: url(images/notice-title.gif);
    background-repeat: repeat-x;
}

    .main_notice_title_text ul {
        font-weight: bolder;
        font-size: 15px;
        font-family: Microsoft YaHei;
        list-style-type: none;
        margin: 4px;
        padding: 2px 0 0;
    }

.main_notice_content_data {
    height: 260px;
    width: 610px;
    _height: 220px;
    *height: 220px;
}

.main_notice_title_text ul li {
    float: left;
    cursor: pointer;
    height: 38px;
}

    .main_notice_title_text ul li div {
        border-right: 1px solid #B8B8B8;
        padding: 4px 3px 0px 0px;
        height: 25px;
        line-height: 17px;
        margin-top: 3px;
    }

    .main_notice_title_text ul li a {
        padding: 0px 10px 10px;
        height: 25px;
    }

.main_notice_content table {
    width: 98%;
    margin: 0px 0px 8px 8px;
    float: left;
    font-size: 13px;
    table-layout: fixed;
}

.main_notice_content a {
    color: #663300;
    text-decoration: none;
}

.main_notice_content table td {
    text-align: left;
    line-height: 25px;
    word-break: keep-all; /* 不换行 */
    white-space: nowrap; /* 不换行 */
    text-overflow: ellipsis;
    overflow: hidden;
}

.main_notice_content table th {
    text-align: right;
    font-weight: normal;
    word-break: keep-all; /* 不换行 */
    white-space: nowrap; /* 不换行 */
    color: Gray;
}

.main_recommend {
    float: right;
    border: 1px solid #dddddd;
    width: 315px;
    height: 281px;
    background-color: White;
    padding: 6px 4px 4px 4px;
}

.main_recommend_title {
    border: 1px solid #e9e9e9;
    background-color: #eeeeee;
    width: 100%;
    height: 30px;
}

    .main_recommend_title ul {
        font-weight: bolder;
        font-size: 15px;
        font-family: Microsoft YaHei;
        list-style-type: none;
        margin: 5px 0px 0px 10px;
        padding: 0px;
    }

.main_recommend_content {
    width: 270px;
    margin: 20px auto 0px auto;
}

.main_recommend_content_div {
    width: 210px;
    margin: 0 auto;
}

    .main_recommend_content_div div {
        float: left;
        width: 80px;
        height: 80px;
        padding-left: 9px;
        margin: 5px;
        cursor: pointer;
    }

        .main_recommend_content_div div:hover {
            background-color: #eeeeee;
            width: 80px;
            height: 78px;
            border: 1px solid #e9e9e9;
        }

.main_recommend_content a {
    color: black;
}

.main_recommend_content img {
    display: block;
    margin: 10px;
    border: 0;
    width: 50%;
}

.footer_container {
    border-top: 1px solid #dddddd;
    min-height: 50px;
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0;
    background-color: #333333;
}

.footer {
    width: 963px;
    margin-right: auto;
    margin-left: auto;
    line-height: 25px;
    color: #ffffff;
}

.footer_left {
    width: 50%;
    text-align: left;
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
}

.footer_right {
    width: 45%;
    text-align: right;
    float: right;
    margin-top: 5px;
    margin-bottom: 5px;
}

.main_content_container {
    background-color: #f6f6f6;
    z-index: 25;
}

.main_content_top {
    width: 963px;
    margin: 0px auto 0px auto;
    height: 32px;
    background-image: url(images/content_top_bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
}

.main_content {
    border: 1px solid #dddddd;
    border-top: 0px;
    background-color: white;
    width: 920px;
    margin: 0px auto 0px auto;
    z-index: 27;
    padding: 1px 20px 1px 20px;
}

.main_content th{
    margin-left: 20px;
    font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Arial,sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #333;
}

.more {
    background-image: url("images/more.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    padding: 6px 18px 5px 15px;
}


.content_table_button {
    height: 35px;
    text-align: center;
}

.main_slider img {
    width: 100%;
    height: 100%;
}
/*.banner img{
    width: 140px;
}*/
.fwlogo img:nth-child(1){
     padding-bottom: 16px;
}
.logo table img{
    height: 60px;
    margin-top: 14px;
}
