html, body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select {
    margin: 0;
    padding: 0;
}
*{box-sizing: border-box;}
html, body {
    height: 100%;
}

body {
    font-family: 'Helvetica Neue', 'Helvetica', 'Microsoft Yahei', sans-serif;
    font-size:14px;
    color:#333;
}
h1, h2, h3, h4, h5, h6{font-weight:normal;}
ul,ol {
    list-style: none;
}

img {
    border: none;
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: #232323;
}

table {
    border-collapse: collapse;
    /*table-layout: fixed;*/
    table-layout:auto;

}

input, textarea {
    outline: none;
    border: none;
}

textarea {
    resize: none;
    overflow: auto;
}

.clearfix {
    zoom: 1;
}

/*clearfix*/
.clearfix:after {
    content: ".";
    width: 0;
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
    overflow:hidden;
}
/*float*/
.fl {
    float: left
}

.fr {
    float: right
}
/*text align*/
.tl {
    text-align: left;
}

.tc {
    text-align: center
}

.tr {
    text-align: right;
}

.ellipse {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.inline{
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
/*bx*/
.bx {
    width: 1100px;
    margin: 0 auto;
}
/*#background {
    position: fixed;
    z-index: -1;
}
*/
body {
    /*background: url(../image/gd_bg.png) no-repeat center -90px;*/
    background: url(../image/gd_bg.png) no-repeat center -500px fixed;
}

/*gd_shortcut begin*/
    .gd_shortcut {
        padding: 10px 0;
        position: relative;
    }
    .gd_shortcut a {
        display: block;
        float: right;
        width: 60px;
        height: 48px;
        background: url(../image/gd_head_ico.png) no-repeat;
    }
    .gd_shortcut > .head_ico_2 {
        margin-right: 10px;
    }
    .gd_shortcut > .head_ico_1 {
        -ms-background-position-x: -64px;
        background-position-x: -64px;
    }
    .gd_code {
        position: absolute;
        right: 29px;
        top: 64px;
        background: #fff;
        text-align: center;
        padding: 10px;
        font-size: 14px;
        display: none;
    }
    .gd_code img {
        display: block;
        width: 140px;
        margin: 0 auto;
    }
/*gd_shortcut end*/

/*gd_head begin*/
    .gd_head {
        margin-top: 10px;
        margin-bottom: 32px;
    }
    .gd_head .gd_logo,
    .gd_head h1 {
        width: 660px;
        height: 88px;
    }
    .gd_logo a {
        display: block;
        width: 660px;
        height: 88px;
        text-indent: -999em;
        background: url(../image/gd_logo.png) no-repeat center;
    }
    .gd_search_bar .gd_search_inp {
        width: 330px;
        height: 42px;
        text-indent: 14px;
        border: 1px solid #c7d2de;
        border-right: none;
        line-height: 42px;
        margin-bottom: 14px;
    }
    .gd_search_bar .gd_search_btn {
        width: 54px;
        height: 42px;
        cursor: pointer;
        background: #00487f url(../image/gd_search_ico.png) no-repeat center;
    }
    .gd_search_link span {
        color: #fff;
    }
    .gd_search_link a {
        color: #fff;
        margin: 0 9px;
    }
    .gd_search_link a:hover {
        color: #0267b4;
    }
/*gd_head end*/

/*gd_pos begin*/
    .gd_pos {
        text-indent: 25px;
        line-height: 24px;
        margin-bottom: 20px;
        background: url(../image/pos_ico.png) no-repeat left center;
    }
    .pos_current {
        color: #0267b4;
    }
    .gd_pos a:hover {
        color: #0267b4;
    }
/*gd_pos end*/

/*gd_nav begin*/
    .gd_nav {
        width: 100%;
    }
    .gd_nav li {
        float: left;
        width: 183px;
        height: 87px;
        margin-right: 1px;
    }
    .gd_nav .no_margin {
        margin-right: 0;
        width: 180px;
    }
    .gd_nav a {
        display: block;
        width: 100%;
        font-size: 18px;
        height: 100%;
        color: #fff;
        padding-top: 15px;
        text-align: center;
        background: #0267b4;
    }
    .gd_nav span {
        display: block;
        width: 35px;
        height: 30px;
        margin: 0 auto;
        margin-bottom: 10px;
        background: url(../image/gd_nav_ico.png) no-repeat 0px -38px;
    }
    .gd_nav .gd_nav_ico_1 {
        -ms-background-position-x: 4px;
        background-position-x: 4px;
    }
    .gd_nav .gd_nav_ico_2 {
        -ms-background-position-x: -45px;
        background-position-x: -45px;
    }
    .gd_nav .gd_nav_ico_3 {
        -ms-background-position-x: -95px;
        background-position-x: -95px;
    }
    .gd_nav .gd_nav_ico_4 {
        -ms-background-position-x: -145px;
        background-position-x: -145px;
    }
    .gd_nav .gd_nav_ico_5 {
        -ms-background-position-x: -196px;
        background-position-x: -196px;
    }
    .gd_nav .gd_nav_ico_6 {
        -ms-background-position-x: -244px;
        background-position-x: -244px;
    }
    .nav_current a {
        color: #0267b4;
        background: #fff;
    }
    .nav_current span {
        -ms-background-position-y: 0px;
        background-position-y: 0px;
    }
    .gd_nav li:hover a {
        color: #0267b4;
        background: #fff;
    }
    .gd_nav li:hover span {
        -ms-background-position-y: 0px;
        background-position-y: 0px;
    }
/*gd_nav end*/

/*con_l begin*/
    .gd_main_oth {
        background: #fff;
        padding: 10px 20px;
        padding-bottom: 30px;
        margin-bottom: 20px;
    }
    .gd_main_oth .con_r {
        width: 790px;
    }
    .gd_main_con .con_l {
        width: 248px;
        margin-right: 20px;
    }
    .gd_main_con .con_l {
        text-align: center;
    }
    .gd_main_con .con_l h2 {
        color: #fff;
        font-size: 20px;
        line-height: 62px;
        background: #4b9ede;
    }
    .gd_main_con .con_l ul {
        height: 93%;
        border: 1px solid #dadada;
    }
    .gd_main_con .con_l li a {
        font-size: 16px;
        display: block;
        line-height: 54px;
        font-weight: 700;
        border-bottom: 1px solid #dadada;
    }
    .gd_main_con .con_l .article_current {
        background: #e5f2f9;
        color: #0267b4;
    }
/*con_l end*/

/*gd_footer begin*/
    .gd_footer {
        width: 1100px;
        padding: 20px 5px;
        margin: 0 auto;
    }
    .gd_footer_l,
    .gd_footer_r {
        width: 10%;
    }
    .gd_footer_con {
        width: 80%;
        text-align: center;
        margin: 0 auto;
        line-height: 25px;
    }
    .gd_footer a:hover  {
        color: #015ea5;
    }
/*gd_footer end*/

.gd_search_bar.clearfix {
    padding-top: 10px;
}