@charset "utf-8";
/**
Theme Name : 开源证劵
Time : 2016-6-21
Author : K.U
**/
html, body, ul, li, img, table, tbody, tfoot, thead, tr, th, td{
    margin: 0;
    border: 0;
    padding: 0;
    list-style: none;
}

dl, dt, dd {
    margin: 0;
    border: 0;
    padding: 0;
}

body {
    background: #fff;
    font-family: microsoft yahei, sans-serif;
    font-size: 16px;
}

a {
    text-decoration: none;
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.w {
    margin: 0 auto;
    width: 1200px;
}

.honor {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 40px 0;
}

.honor_tp {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    padding-bottom: 50px;
}

.daxian {
    width: 2px;
    height: 100%;
    background-color: #d9331d;
    position: absolute;
    left: 21%;
    top: 0;
}

#tab {
    width: 100%;
    position: relative;
    margin: 40px auto;
}

#tab .tab_menu {
    width: 17%;
    float: left;
}

#tab .tab_menu ul {
    width: 75%;
    float: left;
}

#tab .tab_menu li {
    float: left;
    width: 100%;
    height: 56px;
    line-height: 56px;
    font-size: 18px;
    border-bottom: 1px solid #e3e3e3;
    color: #999999;
    cursor: pointer;
    text-align: center;
    margin: 0 2px 0 0;
    list-style: none;
}

#tab .tab_menu .selected {
    width: 100%;
    height: 56px;
    line-height: 56px;
    font-size: 26px;
    border-bottom: 1px solid #000000;
    color: #000000;
}

#tab .tab_box {
    width: 80%;
    height: auto;
    overflow: hidden;
    float: right;
}

.hide {
    display: none;
}

.honor_nr {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.honor_nr ul li {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.honor_dian {
    width: 5%;
    float: left;
    padding-top: 32px;
    padding-left: 4px;
}

.honor_xianq {
    width: 92%;
    height: auto;
    overflow: hidden;
    float: right;
    border-bottom: 1px solid #e3e3e3;
}

.honor_nr ul li:first-child .honor_xianq {
    border-top: 1px solid #e3e3e3;
}

.honor_time {
    width: 10%;
    float: left;
    text-align: center;
    font-size: 26px;
    color: #666666;
    font-weight: bold;
    padding-top: 20px;
}

.honor_cont {
    width: 90%;
    float: right;
    border-left: 1px solid #e3e3e3;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.honor_cont dl {
    width: 90%;
    height: auto;
    overflow: hidden;
    padding: 20px 5%;
}

.honor_cont dl dd {
    width: 100%;
    line-height: 32px;
    font-size: 14px;
    color: #666666;
}

.honor_cont dl dd span {
    width: 5px;
    height: 5px;
    padding-right: 10px;
    display: inline-block;
}

.history {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 40px 0;
}

.history_bt {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 30px;
}

.history_bt h3 {
    font-size: 22px;
    margin-bottom: 0px;
    color: #333333;
    font-weight: normal;
}

.history_bt p {
    font-size: 14px;
    color: #666666;
}

.history_nr {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.achieve-table {
    width: 100%;
    height: auto;
    overflow: hidden;
    border: 0;
}

.achieve-table th {
    color: #fff;
    background: #93b4c5;
    font-size: 1.14em;
    line-height: 1.8em;
    font-weight: normal;
    text-align: center;
    padding: 1em 2em;
    *padding: 1em 1em;
    _padding: 1em 1em;
    width: 5em;
    *width: 7em;
    _width: 7em;
}

.achieve-table tr td:last-child {
    border-right: 0px solid #d9e4ef;
}

.achieve-table tr:nth-child(odd) td {
    background: #f0f4f8;
}

.achieve-table tr td:last-child {
    border-right: 0px solid #d9e4ef;
}

.achieve-table tr td {
    text-align: left;
    padding: 1em 2em;
    border-right: 1px solid #d9e4ef;
    *border: 1px solid #d9e4ef;
    _border: 1px solid #d9e4ef;
    font-size: 14px;
    line-height: 26px;
    background: #fff;
}

.jiaz {
    width: 100%;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #d9331d;
    background-color: #d9e4ef;
    margin: 40px 0 48px;
    cursor: pointer;
}

.jiaz img {
    text-align: center;
}

@media screen and (max-width: 1400px) {

    .honor {
        width: 1000px;
    }

    .history {
        width: 1000px;
    }
    #tab .tab_menu {
        width: 13%;
    }
    #tab .tab_box {
        width: 83%;
    }
    .daxian {
        left: 18%;
    }
    .honor_dian {
        padding-left: 2px;
    }

}

@media screen and (max-width: 768px) {

    .honor {
        width: 96%;
    }

    .history_bt h3 {
        font-size: 18px;
    }

    .achieve-table tr th {
        padding: 1em 0;  width: 2em;
    }

    .achieve-table tr td {
        padding: 1em .5em;  width: 2em;
    }


    .history {
        width: 96%;
    }

    .daxian {
        display: none;
    }

    #tab .tab_menu {
        width: 100%;
        margin-bottom: 20px;
    }
    #tab .tab_menu li {
        width: 25%;
        margin:0;
    }
    #tab .tab_menu .selected {
        width: 25%;
    }

    #tab .tab_box {
        width: 100%;
    }

    .honor_cont {
        width: 85%;
    }
    .honor_time {
        width: 15%;
        font-size: 20px;
    }
    .honor_dian {
        padding-top: 26px;
    }
    .honor_dian img{
        width: 15px;
    }


}

