/*通用样式*/
html,
body,
div,
p,
hr,
pre,
h1,
h2,
h3,
h4,
h5,
h6,
table,
tr,
td,
th,
tfoot,
tbody,
thead,
ul,
dl,
li {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    list-style: none;
    font-weight: normal;
}

body {
    font-size: 12px;
    background-color: #fff;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.box1 {
    border-top-width: 0px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #e5e5e5;
    border-right-color: #e5e5e5;
    border-bottom-color: #e5e5e5;
    border-left-color: #e5e5e5;
}

.box2 {
    border: 1px solid #666666;
}

img {
    border: 0;
}

*html {
    _background-image: url(about:blank);
    _background-attachment: fixed;
}

.clear {
    clear: both;
}

.a_box {
    width: 1002px;
    margin: 0 auto;
    position: relative;
}

.a_top {
    width: 1000px;
    height: 37px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #bfc9d9;
}

.top_left {
    float: left;
    display: inline;
    width: 155px;
    height: 20px;
    font-family: "宋体";
    font-size: 14px;
    color: #000000;
    margin-top: 10px;
    margin-left: 15px;
}

.top_right {
    float: right;
    display: inline;
    margin-top: 10px;
    margin-right: 15px;
    width: 240px;
}

.tr_k1 {
    float: left;
    display: inline;
    width: 83px;
    height: 23px;
}

.tr_k1 img {
    float: left;
    padding-right: 10px;
}

.tr_k1 p {
    font-family: "宋体";
    font-size: 14px;
    color: #000000;
}

.tr_k1 p a {
    color: #000000;
}

.tr_k2 {
    float: left;
    display: inline;
    width: 83px;
    height: 23px;
    margin-left: 20px;
}

.tr_k2 img {
    float: left;
    padding-right: 10px;
}

.tr_k2 p {
    font-family: "宋体";
    font-size: 14px;
    color: #000000;
}

.tr_k2 p a {
    color: #000000;
}

.tr_k3 {
    float: left;
    display: inline;
    width: 125px;
    height: 23px;
    margin-left: 20px;
}

.tr_k3 img {
    float: left;
    padding-right: 10px;
}

.tr_k3 p {
    font-family: "宋体";
    font-size: 14px;
    color: #000000;
}

.tr_k3 p a {
    color: #000000;
}

.a_logo {
    float: left;
    display: inline;
    width: 465px;
    height: 76px;
    margin-top: 2px;
}

/*广告*/
.adv_ment {
    float: right;
    display: inline;
    width: 445px;
    height: 60px;
    overflow: hidden;
    margin-top: 8px;
}

/*End*/
/* nav_menu */
.nav_menu {
    height: 42px;
    background: #4367a5;
    width: 1002px;
}

.nav {
    width: 1003px;
    height: 48px;
    position: relative;
    margin: 0 auto;
}

.nav .list ul {
    width: 1000px;
    margin-left: 10px;
}

.nav .list li {
    float: left;
    width: 90px;
    height: 40px;
    margin-top: 4px;
}

.nav .list a {
    float: left;
    display: block;
    text-align: center;
    font: bold 13px/36px "宋体";
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
}

.nav .list a:hover {
    color: #FFA304;
}

.nav .list a:hover,
.nav .list .now {
    color: #2c4b82;
    background: #fff;
}

.nav .box {
    position: absolute;
    left: 0px;
    top: 38px;
    width: 1003px;
    background: url(//www.jjckb.cn/top/141121/images/ba_menu.png) no-repeat;
    overflow: hidden;
    height: 0;
    filter: alpha(opacity=0);
    opacity: 0;
}

.nav .cont {
    position: relative;
    padding: 2px 0 0px 24px;
}

/* sublist */
.sublist li {
    float: left;
    padding-right: 24px;
    padding-bottom: 24px;
    font-family: "宋体";
    font-size: 14px;
    color: #000000;
    padding-top: 10px;
}

.sublist li p.mcate-item-bd a:hover {
    color: #6c5143;
    text-decoration: underline;
}

.sublist li a {
    font-family: "宋体";
    font-size: 14px;
    color: #000000;
}

.a_sreach {
    width: 180px;
    height: 32px;
    background: url(//www.jjckb.cn/top/141121/images/ba_search.jpg) no-repeat;
    z-index: 180;
    position: absolute;
    right: 24px;
    top: 140px;
}

.a_sreach input {
    color: #5a6984;
    width: 72px;
    height: 12px;
    border-style: none;
    outline: none;
    background: none;
    font-size: 12px;
    font-family: "宋体";
    margin-top: 10px;
    margin-left: 12px;
}