.top {
    background: #f9f9f9;
    height: 30px;
}

.top_login {
    padding-left: 20px;
}

    .top_login ul li {
        color: #535353;
        float: left;
        padding-right: 20px;
        line-height: 30px;
    }

.top_menu ul li {
    float: right;
    line-height: 30px;
    padding-left: 20px;
}

    .top_menu ul li a {
        color: #999;
    }

        .top_menu ul li a:hover {
            color: #cf0001;
        }

.head {
    padding: 20px 0;
}

.logo {
    float: left;
    padding-top: 10px;
}

#search {
    float: left;
    position: relative;
    width: 580px;
    z-index: 11;
    padding-left: 100px;
    padding-top: 15px;
}

    #search .form {
        height: 36px;
    }

    #search .button {
        background: #2141b9 none repeat scroll 0 0;
        border: medium none;
        color: #fff;
        cursor: pointer;
        float: left;
        font-family: "Microsoft YaHei";
        font-size: 16px;
        height: 42px;
        line-height: 1;
        width: 82px;
    }

    #search .cw-icon i {
        height: 36px;
        left: 0;
        top: 0;
        width: 82px;
    }

#fixed-search .text {
    border: 4px solid #2141b9;
    color: #959595;
    float: left;
    font-family: "microsoft yahei";
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 4px;
    outline: 0 none;
    padding: 4px;
    width: 430px;
}

#search .text {
    border: 2px solid #2141b9;
    color: #959595;
    float: left;
    font-family: "microsoft yahei";
    font-size: 14px;
    /*height: 30px;*/
    line-height: 30px;
    margin-bottom: 4px;
    outline: 0 none;
    padding: 4px 4px 4px 110px;
    width: 360px;
}

.header_search {
    position: relative;
}

.header_select {
    left: 4px;
    top: 4px;
    position: absolute;
    z-index: 9999;
}

.header_search .header_select a.header_select_sort {
    border-right: 1px solid #eee;
    width: 80px;
    color: #666;
    display: inline-block;
    height: 36px;
    padding-right: 15px;
    position: relative;
    text-decoration: none;
    z-index: 120;
}

    .header_search .header_select a.header_select_sort span em {
        display: inline;
        float: left;
        font-size: 12px;
        height: 36px;
        line-height: 35px;
        margin: 0 10px 0 15px;
    }

    .header_search .header_select a.header_select_sort span b {
        background-position: 0px 0px;
        display: inline;
        float: left;
        height: 6px;
        position: absolute;
        top: 14px;
        width: 10px;
    }

.header_search .header_select ul li {
    height: 32px;
    line-height: 32px;
    width: 95px;
    text-align: left;
    cursor: pointer;
}

.header_search .header_select ul {
    background: #fff;
    border: 1px solid #eee;
    display: none;
    left: 0;
    padding: 10px 0;
    position: absolute;
    top: 35px;
    z-index: 99;
}

.header_select_sort span b {
    background: url(../Index_Img/arrow.png) no-repeat;
}

.header_select ul li a {
    color: #666;
    display: block;
    padding-left: 14px;
}

    .header_select ul li a:hover {
        background: #f8f8f8 none repeat scroll 0 0;
        text-decoration: none;
    }

.header_search .on a.header_select_sort {
    height: 34px;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #eee;
    background: #fff
}

    .header_search .on a.header_select_sort span em {
        height: 34px;
        line-height: 33px;
        margin: 0 9px 0 14px;
    }

    .header_search .on a.header_select_sort span b {
        background: url(../Index_Img/arrow_on.png) no-repeat;
        top: 13px
    }

.entrance {
    float: right;
}

    .entrance ul li {
        float: left;
        width: 80px;
        text-align: center;
        position: relative;
    }

.pop_weixin {
    position: absolute;
    width: 130px;
    height: 120px;
    border: 1px solid #ddd;
    background-color: #fff;
    z-index: 100;
    left: 50%;
    padding-top: 11px;
    top: 52px;
    margin-left: -65px;
    display: none;
}

    .pop_weixin i {
        width: 15px;
        height: 10px;
        background: url(/Index_Img/bg.png) no-repeat;
        background-position: -202px -73px;
        position: absolute;
        top: -10px;
        left: 57px;
        display: block;
    }



.entrance ul li img {
    display: inline-block;
    margin: 0 auto;
}

.entrance ul li span {
    display: inline-block;
}

.menu {
    background: #940001;
    height: 45px;
}

    .menu ul li {
        float: left;
        line-height: 45px;
    }

        .menu ul li a {
            color: #ffffff;
            font-size: 16px;
            padding: 0 22px;
        }

            .menu ul li a:hover {
                color: #ffffff;
                font-size: 16px;
                background: #222;
                display: inline-block;
            }

.foot {
    background: #000000;
    border-top: 3px solid #2141b9;
    height: 80px;
    color: #d6d6d6;
    padding: 25px 0 5px 0;
    width:100%;
}

.about_f {
    text-align: center;
}

    .about_f a {
        padding: 0 10px;
        color: #d6d6d6;
    }

        .about_f a:hover {
            color: #cf0001;
        }

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1; /*IE/7/6*/
}
.foot p {
    font-size: 13px;
}