@charset "utf-8"; /* CSS Document */
* {
    margin: 0;
    padding: 0
}

body {
    max-width: 100%;
    overflow-x: hidden;
    background: #f5feff;
    color: #333;
    font: 18px/36px "MicroSoft YaHei", Arial, sans-serif;
}

iframe{ display: block; border: none;}

ul, li {
    list-style: none;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #e60000;
    text-decoration: none;
}

input {
    border: none;
    outline: none;
    background: none;
    -webkit-appearance: none;
}

img {
    max-width: 100%;
    border: none;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.width {
    width: 1200px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/*header*/
.header-box {
    width: 100%;
    height: 60px;
    background: #f1f1f1;
    overflow: hidden;
}

.header-box .header {
    width: 1200px;
    height: 60px;
    padding: 0 10px;
    box-sizing: border-box;
}

.header-box .header h2 a {
    width: 150px;
    height: 60px;
    background: url(../images/gemu-logo.png) no-repeat center center;
}

.header-box .header .sk_lx {
    font: 16px/60px 'Microsoft Yahei';
    color: #666;
}

.header-box .header .sk_lx a {
    padding: 0 15px;
}

.header-box .header .sk_lx a img {
    vertical-align: middle;
    margin-right: 5px;
}

.header-box .header .sk_lx span {
    font-size: 16px;
    color: #e60000;
    margin-left: 15px;
}

/*banner*/
.banner {
    width: 100%;
    position: relative;
    padding-top: 120px;
    height: 450px;
    padding-left: 60px;
    background: url(../images/banner-bg.png) no-repeat center center;
    color: #fff;
    box-sizing: border-box;
}

.banner .text {
    width: 1100px;
    box-sizing: border-box;
    margin: 0 auto;
}

.banner .text h5 {
    font-size: 36px;
}

.banner .text span {
    padding: 6px 20px;
    font-size: 32px;
    background: #fff;
    color: #e60000;
    border-radius: 8px;
    margin-left: 10px;
}

.banner .text h1 {
    font: 80px/120px "汉仪综艺体简";
    font-weight: 400;
    margin-top: 20px;
    letter-spacing: 15px;
}

.banner .text p {
    font: 40px/60px "汉仪综艺体简";
}

/*考试信息*/
.ks_sxqy {
    width: 1100px;
    height: auto;
    padding: 30px;
    overflow: hidden;
    background: #fff;
    margin: 40px auto;
    border-radius: 10px;
    box-shadow: 0 0px 8px rgba(0, 0, 0, .15);
}

.ks_sxtj {
    width: 100%;
    height: auto;
    overflow: hidden;
    clear: both;
    margin-bottom: 10px;
}

.ks_sxtj h4 {
    width: 90px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    background: #e60000;
    float: left;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    border-radius: 4px;
}

.ks_sxlj {
    width: 1000px;
    height: auto;
    float: left;
    line-height: 24px;
    font-size: 14px;
    color: #666;
    margin-left: 10px;
}

.ks_sxlj li {
    font-size: 14px;
    color: #666;
    margin: 0 10px 10px;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 8px;
    cursor: pointer;
}

.ks_sxlj a {
    font-size: 14px;
    color: #666;
    margin: 0 10px 10px;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 8px;
}

.ks_sxlj a.on {
    color: #e60000;
}

.ks_sxlj a:hover {
    color: #e60000;
}

/*考试内容*/
.ks_content {
    width: 1160px;
    height: auto;
    overflow: hidden;
    margin: 30px auto;
    background: #fff;
    padding: 50px 30px 30px;
    box-sizing: border-box;
    box-shadow: 0 0px 8px rgba(0, 0, 0, .15);
    border-radius: 10px;
}

.search_box {
    height: auto;
    margin: 0 auto 30px;
}

.search_box h2 {
    width: 500px;
    font-size: 18px;
    line-height: 40px;
}

.search_box h2 span {
    width: 80px;
    height: 40px;
    background: #e60000;
    display: inline-block;
    text-align: center;
    color: #fff;
    margin-right: 10px;
    border-radius: 4px;
}

/*search*/
.search-form {
    width: 400px;
    height: 40px;
}

.search {
    float: left;
    height: 38px;
    width: 332px;
    border: 1px solid #e60000;
    border-right: none;
}

.search span {
    display: block;
    float: left;
    width: 67px;
    height: 38px;
    background: #f1f1f1;
    color: #666;
    text-align: center;
    line-height: 38px;
    border-right: 1px solid #e4e4e4;
}

.SubmitSearch {
    width: 66px;
    height: 40px;
    display: block;
    float: left;
    border: none;
    cursor: pointer;
    background: url(../images/icon4.png) #e60000 no-repeat center center;
}

.InputSearch {
    display: block;
    float: left;
    width: 262px;
    height: 36px;
    text-indent: 8px;
    border: none;
    line-height: 36px;
    color: #999;
    font-size: 14px;
}

/*表格*/
.ks_xq_tab {
    height: auto;
    margin: 0 auto;
}

.ks_xq_tab th {
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #e60000;
    font-size: 16px;
    color: #fff;
    border: solid 1px #e60000;
}

.ks_xq_tab td {
    padding: 10px 5px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: #333;
    border: 1px solid #ffdbd4;
}

.ks_xq_tab td .a1 {
    display: inline-block;
    font-size: 14px;
    color: #333;
    padding: 5px 25px;
    margin: 0 auto;
    border: 1px solid #e60000;
    border-radius: 20px;
}

.ks_xq_tab td .a1:hover {
    background: #e60000;
    color: #fff;
}

.ks_xq_tab tr:hover td {
    background: #fffaf9;
}

.ks_xq th:nth-child(1){width: 10%; }

.ks_xq th:nth-child(2){width: 32%; }

.ks_xq th:nth-child(3){width: 10%; }

.ks_xq th:nth-child(4){width: 10%; }

.ks_xq th:nth-child(5){width: 10%; }

.ks_xq th:nth-child(6){width: 18%; }

.ks_xq th:nth-child(7){width: 10%; }


/*手机端*/
@media only all and (max-width: 1200px) {
    html {
        font-size: 20px;
    }

    .search_box h2 {
        font-size: 1.1rem;
    }

    .ks_xq th:nth-child(3), .ks_xq td:nth-child(3), .ks_xq th:nth-child(4), .ks_xq td:nth-child(4) {
        display: none;
    }

    .ks_xq_tab th {
        font-size: 1.1rem;
    }

    .ks_xq_tab td, .ks_xq_tab td .a1 {
        font-size: 0.95rem;
    }
}