@charset "gb2312";

/* CSS Document */

body {
    margin: auto;
    padding: 0;
    font-family: "Microsoft Yahei";
    font-size: 14px;
    color: #4c4c4c;
}

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

h2,
p,
h3,
ul {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}

li {
    list-style: none;
}

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

.fl {
    float: left!important;
}

.fr {
    float: right!important;
}

.hidden {
    overflow: hidden!important;
}

.clear {
    clear: both;
}


/*top*/

.top {
    width: 1000px;
    margin: auto;
    overflow: hidden;
    padding: 12px 0;
}

.top_l {
    float: left;
}

.top_l img {
    display: inline-block;
}

.top_r {
    float: right;
    width: 300px;
}

.top_ra {
    float: right;
    font-size: 12px;
    padding-top: 14px;
}

.top_ra a {
    float: right;
    color: #333;
}

.top_ra span {
    float: right;
    padding: 0 8px;
}

.top_rse {
    float: right;
    padding-top: 10px;
}

.top_sebl {
    float: right;
    width: 224px;
    height: 24px;
    background: url(search.jpg) no-repeat;
}

.top_sebl input {
    float: left;
    width: 180px;
    margin-left: 2px;
    line-height: 22px;
    margin-top: 1px;
    color: #999;
    border: none;
    background: none;
    outline: none;
}

.top_sebl a {
    float: right;
    width: 20px;
    height: 22px;
    margin-right: 2px;
    margin-top: 1px;
}

.top_en {
    font-size: 12px;
    margin-right: 14px;
}

.banner {
    width: 100%;
}


/*nav*/

.navbox {
    width: 100%;
    background: #0569ce;
    padding-top: 1px;
}

.nav {
    width: 1000px;
    margin: auto;
    height: 38px;
    line-height: 38px;
}

.nav li {
    float: left;
}

.nav li a.nav_li {
    padding: 0 12px;
    display: block;
    color: #fff;
    font-weight: bold;
}

.nav li a.nav_cur {
    background: #fff;
    color: #0569ce;
}

.nav .subnav {
    display: none;
    position: absolute;
    z-index: 3;
    background: url(navbg.png);
    line-height: 28px;
    *line-height: 18px;
    padding: 8px 0;
    float: left;
}

.nav .subnav li {
    width: 100%;
}

.nav .subnav li a {
    width: 100%;
    display: block;
    text-align: center;
}

.nav .subnav li a:hover {
    font-weight: bold;
}


/*content*/

.box {
    padding-top: 30px;
    overflow: hidden;
    width: 1000px;
    margin: auto;
}

.jsbox {
    float: left;
    width: 586px;
    height: 274px;
    position: relative;
}

.jsbox .img {
    width: 386px;
    height: 274px;
    position: absolute;
    left: 0;
    top: 0;
}

.jsbox .img img {
    width: 386px;
    height: 274px;
}

.jstxt {
    float: right;
    width: 200px;
    position: absolute;
    right: 0;
    top: 0;
}

.jstxt a {
    display: block;
    width: 186px;
    height: 45px;
    line-height: 45px;
    background: url(lbbg.png) no-repeat left center #e5e5e5;
    color: #333;
    padding-left: 14px;
    margin-bottom: 1px;
}

.jstxt a.cur {
    background: url(lbcur.png) no-repeat left center #0569ce;
    color: #fff;
}

.box_r {
    float: right;
    width: 388px;
}

.ti_bl {
    background: url(tibg.jpg) no-repeat left bottom;
    height: 30px;
    border-bottom: 1px solid #0569ce;
}

.ti_bl h2 {
    font-size: 16px;
    font-weight: bold;
    float: left;
}

.ti_bl span {
    float: left;
    font-weight: bold;
    color: #bebebe;
    line-height: 14px;
    margin-left: 8px;
    padding-top: 5px;
}

.ti_bl a {
    float: right;
    background: url(more.png) no-repeat right center;
    padding-right: 18px;
    font-size: 12px;
    line-height: 14px;
    color: #979797;
    margin-top: 3px;
}

.dt_bl {
    padding-top: 15px;
    width: 388px;
    overflow: hidden;
}

.dt_date {
    float: left;
    width: 48px;
    border: 1px solid #0569ce;
    text-align: center;
}

.dt_date span {
    display: block;
    color: #0880f9;
    font-size: 16px;
    background: #f3f3f3;
    line-height: 22px;
}

.dt_date p {
    color: #fff;
    line-height: 22px;
    background: #0569ce;
}

.dt_ti {
    float: right;
    width: 328px;
}

.dt_ti a {
    line-height: 28px;
    font-size: 12px;
    font-weight: bold;
}

.dt_ti a:hover {
    color: #0569ce;
    text-decoration: underline;
}

.dt_ti p {
    font-size: 12px;
    color: #828282;
    line-height: 12px;
}

.box_l {
    float: left;
    width: 586px;
}

.list li {
    padding-top: 20px;
    *padding-top: 17px;
    _padding-top: 8px;
}

.list li a {
    display: block;
    overflow: hidden;
    background: url(libg.png) no-repeat left center;
    padding-left: 14px;
}

.list li a p {
    float: left;
    line-height: 16px;
}

.list li a span {
    font-size: 12px;
    float: right;
    color: #999;
}

.list li a:hover {
    color: #0569ce;
}

.list li a:hover span {
    color: #0569ce;
}

.list li a:hover p {
    text-decoration: underline;
}

.margt {
    margin-top: 30px;
}

.xs_bl {
    width: 388px;
    padding: 16px 0;
    overflow: hidden;
    border-bottom: 1px dashed #dedede;
}

.xs_img {
    float: left;
    width: 186px;
    height: 126px;
    text-align: center;
    background: url(imgbg.png) no-repeat center;
}

.xs_img img {
    width: 178px;
    height: 114px;
    margin-top: 6px;
}

.xs_txt {
    float: right;
    width: 190px;
}

.xs_txt h3 {
    font-weight: bold;
    line-height: 30px;
}

.xs_txt p {
    line-height: 24px;
    color: #999;
    font-size: 12px;
}

.xs_txt p a {
    color: #0569ce;
}

.xs_txt span {
    background: url(clock.png) no-repeat left center;
    padding-left: 18px;
    color: #999;
    font-size: 12px;
}

.liht li {
    padding-top: 16px;
}

.link_bl {
    padding-top: 19px;
}

.link_bl a {
    display: inline-block;
    width: 194px;
    line-height: 14px;
}

.link_bl a:hover {
    text-decoration: underline;
    color: #0569ce;
}


/*¶þ¼¶Ò³*/

.er_box {
    width: 1000px;
    margin: auto;
    padding-top: 20px;
    overflow: hidden;
}

.er_box a {
    display: inline-block;
}

.er_l {
    float: left;
    width: 200px;
}

.er_ti {
    font-size: 20px;
    font-weight: bold;
    line-height: 60px;
    color: #fff;
    background: #0569ce;
    text-align: center;
    margin-bottom: 2px;
}

.er_ti span {
    font-size: 12px;
}

.er_nav li a.er_navli {
    width: 170px;
    line-height: 40px;
    background: url(er_libg1.png) no-repeat 18px center #f3f3f3;
    padding-left: 30px;
    font-weight: bold;
    margin-bottom: 1px;
    cursor: pointer;
}

.er_nav li a.er_cur {
    background: url(er_libg.png) no-repeat 18px center #ff7800;
    color: #fff;
}
.hide{
    display: none;
}
.er_nav li ul li a {
    width: 146px;
    font-size: 12px;
    color: #2e2e2e;
    line-height: 40px;
    background: url(er_libg1.png) no-repeat 38px center #f3f3f3;
    padding-left: 49px;
	padding-right:5px;
    margin-bottom: 1px;
    cursor: pointer;
}

.er_us {
    margin-top: 19px;
}

.er_usti {
    background: url(btm5.png) no-repeat 14px center #0569ce;
    padding-left: 42px;
    color: #fff;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
}

.er_us p {
    padding: 15px 10px;
    background: #f3f3f3;
    line-height: 28px;
    font-size: 12px;
    color: #2f2f2f;
}

.er_r {
    float: right;
    width: 740px;
    border: 1px solid #cfcfcf;
    padding: 10px;
}

.er_rti {
    width: 720px;
    padding: 0 10px;
    line-height: 38px;
    border-bottom: 1px solid #cfcfcf;
    overflow: hidden;
}

.er_rti p {
    float: left;
    font-size: 20px;
    font-weight: bold;
}

.er_ad {
    float: right;
    font-size: 12px;
}

.er_ad a {
    color: #333;
}

.er_ad a:hover {
    text-decoration: underline;
}

.er_li {
    padding: 0 10px;
}

.er_li li {
    background: url(er_li.png) no-repeat left 30px;
    border-bottom: 1px dashed #ccc;
    padding: 20px 0;
    line-height: 30px;
    padding-left: 24px;
}

.er_li li a {
    display: block;
    color: #000;
}

.er_li li a:hover {
    text-decoration: underline;
    color: #0569ce;
}

.er_li li p {
    color: #666;
    font-size: 12px;
}

.page {
    text-align: center;
    padding: 50px 0;
}

.page a {
    padding: 0 8px;
    line-height: 20px;
    border: 1px solid #999;
    margin-right: 10px;
}

.page a.pg_cur {
    border: 1px solid #cc0000;
    color: #cc0000;
}

.page a:hover {
    border: 1px solid #cc0000;
    color: #cc0000;
}

.page span {
    line-height: 20px;
    border: 1px solid #999;
    padding: 0 20px;
}


/*bottom*/

.bottom {
    width: 100%;
    background: #0079cf;
    color: #fff;
    padding-top: 50px;
    text-align: center;
    margin-top: 55px;
}

.btm_link a {
    display: inline-block;
    width: 156px;
    overflow: hidden;
}

.btm_link a img {
    margin-right: 10px;
    float: left;
}

.btm_link a span {
    line-height: 20px;
    color: #fff;
    float: left;
}

.btm_link a:hover span {
    text-decoration: underline;
}

.btm_link a.btm_a1 img {
    margin-top: 3px;
}

.btm_link a.btm_a2 img {
    margin-top: 2px;
}

.btm_link a.btm_a3 {
    width: 96px;
}

.bottom p {
    padding-top: 36px;
    padding-bottom: 46px;
    line-height: 14px;
}

.btm_txt {
    width: 100%;
    line-height: 40px;
    background: #000;
    font-size: 12px;
}