@charset "utf-8";
/* CSS Document */
/* Author: zq */
/* Time: 2015/6/10*/

/*header*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
form, fieldset, input, textarea, p, blockquote, th, td {
    padding: 0;
    margin: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
    padding: 0px;
    margin: 0px;
}

ol, ul {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

body {
    font: 12px/24px 'Microsoft YaHei';
    color: #333;
    background: #f5f5f5
}

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

.fl {
    float: left;
}

.fr {
    float: right;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.cl {
    clear: both;
}

html {
    overflow-x: hidden;
}

* {
    outline: none;
}

a, input:focus {
    outline: 0 none;
}

.wd1100 {
    width: 1100px;
    margin: 0 auto;
}

.wd980 {
    width: 980px;
    margin: 0 auto;
}

a:hover {
    color: #1a1f71;
}

/*header*/
.header {
    z-index: 1000;
    width: 100%;
}

.h_t {
    width: 100%;
    height: 25px;
    background-color: #3d474a;
}

.h_top {
    color: #FFF;
    height: 25px;
    line-height: 25px;
}

.h_wel {
    background: url(../images/h_weline.jpg) no-repeat right center;
    padding-right: 18px;
    display: inline;
}

.h_wel a {
    color: #FFF;
}

.h_custorm {
    margin-right: -17px;
    display: inline;
}

.h_show {
    position: relative;
    width: 96px;
    height: 25px;
}

.h_shName {
    width: 96px;
    height: 25px;
    text-align: center;
    cursor: pointer;
}

.h_shName span {
    background: url(../images/h_shicon.png) no-repeat right;
    padding-right: 12px;
}

.h_shlist {
    display: none;
    position: absolute;
    top: 25px;
    left: 0;
    background-color: #FFF;
    width: 94px;
    height: auto;
    overflow: hidden;
    border: 1px solid #ddd;
}

.h_shlist li {
    height: 25px;
    line-height: 25px;
    border-bottom: 1px dotted #c9c9c9;
    text-align: center;
}

.h_shlist li a {
    display: block;
    height: 25px;
    line-height: 25px;
}

.h_shlist li a img {
    vertical-align: middle;
    margin-right: 3px;
}

.cur .h_shName {
    background-color: #556266;
}

.h_c {
    width: 100%;
    height: 76px;
}

.h_cen {
    height: 76px;
}

.logo {
    width: 180px;
    height: 76px;
}

.nav {
    width: auto;
    height: 62px;
    padding-top: 14px;
    display: inline;
}

.nav li {
    float: left;
    width: auto;
    height: 62px;
    margin-left: 36px;
    display: inline;
}

.nav_name {
    display: block;
    font-size: 16px;
    width: auto;
    height: 62px;
    line-height: 62px;
    padding-left: 16px;
    text-align: center;
}

.nav_name span {
    display: block;
    height: 62px;
}

.nav li.cur .nav_name, .nav_name:hover {
    background: url(../images/nav_cur.png) no-repeat left;
    color: #0088cc;
}

.nav li.cur span {
    background: url(../images/nav_on.png) no-repeat bottom center;
}

/*.mem_table .cur1 .mem_taBox,.link_d .cur1 .mem_taBox{ border:1px solid #8bd8ff;}*/
/*.mem_table .cur1 .mem_taSys,.link_d .cur1 .mem_taSys{ display:inline-block;}*/
/*.mem_table .cur2 .mem_error,.link_d .cur2 .mem_error{ display:inline-block;}*/
/*.mem_table .cur2 .mem_ask,.link_d .cur2 .mem_ask{ display:none;}*/
/*.mem_table .cur2 .mem_taBox,.link_d .cur2 .mem_taBox{ border:1px solid #fd9999;}*/
.mem_taBox {
    width: 236px;
    height: 20px;
    padding: 6px 6px 7px 8px;
    margin-right: 10px;
    display: inline;
    border: 1px solid #c1c1c1;
}

.mem_comText {
    display: block;
    font-family: 'Open Sans', sans-serif;
    color: #333;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    border: none;
    border: 0;
    width: 230px;
}

.mem_taSys {
    display: none;
    width: 16px;
    height: 16px;
    margin-top: 2px;
}

.mem_xx {
    font-family: 'Open Sans', sans-serif;
    color: #ff0000;
    font-size: 12px;
    line-height: 35px;
}

.mem_ask {
    color: #999;
    line-height: 35px;
    padding-left: 12px;
    display: inline;
}

.mem_error {
    display: none;
    background-color: #fffaf8;
    font-family: 'Open Sans', sans-serif;
    color: #ff4242;
    width: auto;
    height: 33px;
    line-height: 33px;
    margin-left: 12px;
    padding: 0 12px;
    border: 1px solid #fd9999;
}

/*footer*/
.footer {
    clear: both;
    width: 100%;
}

.foot {
    color: #FFF;
    line-height: 18px;
    padding: 20px 0;
    text-align: center;
}