﻿/*网页基础参数*/

* {
    margin: 0;
    padding: 0;
}

body,
html {
    font-family: "Microsoft YaHei", "SimSun", "SimHei", "Arial", sans-serif;
    border: 0;
    padding: 0;
    margin: 0;
}

body,
html,
ul,
li,
a,
img,
p,
br,
dd,
dl,
dt,
div,
h1,
h2,
h3,
span,
input,
tr,
td {
    margin: 0;
    border: none;
    padding: 0;
    font-weight: normal;
    list-style-type: none;
}

a:focus,
*:focus {
    noFocusLine: expression(this.onFocus=this.blur());
    outline: none;
}

a {
    text-decoration: none;
}

img {
    line-height: 0;
    margin: 0;
    border: 0;
    padding: 0;
    vertical-align: middle;
}


/*左右浮动*/

.fl {
    float: left
}

.fr {
    float: right
}


/*清除浮动*/

.clear_both {
    clear: both;
}


/*字号大小*/

.f_16 {
    font-size: 16px;
}

.f_15 {
    font-size: 15px;
}

.f_14 {
    font-size: 14px;
}

.f_13 {
    font-size: 13px;
}

.f_12 {
    font-size: 12px;
}

.hr {
    height: 530px;
}

.hr5 {
    height: 5px;
}

.mt {
    margin-top: 20px;
}

.mt2 {
    margin-top: 10px;
}

.mt3 {
    top: 152px;
}

.mr {
    margin-right: 5px;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}


/*背景样式*/

.bg {
    background: url(../images/head_01.jpg) no-repeat top;
}


/*头部*/

.head {
    width: 1000px;
    height: 188px;
    margin: 0 auto;
    position: relative;
    z-index: 1000;
}


/*搜索*/

.search {
    position: relative;
    left: 650px;
    top: 50px;
    width: 350px;
    height: 35px;
}

.search .button {
    background: url(../images/head_04.png) no-repeat;
    width: 79px;
    height: 35px;
    cursor: pointer;
}

.search .text {
    height: 33px;
    border: 1px solid #A3A3A3;
    width: 250px;
    border-right: none;
    line-height: 33px;
}

.search2 {
    float: right;
    width: 426px;
    height: 26px;
    margin-top: 8px;
    position: inherit !important;
}

.search2 .button {
    background: url(../images/head_004.png) no-repeat;
    height: 23px;
    width: 54px;
    border-radius: 0 10px 10px 0;
    cursor: pointer;
}

.search2 .text {
    height: 21px;
    border: 1px solid #E0E0E0;
    width: 360px;
    padding-left: 10px;
    border-right: none;
    line-height: 21px;
    border-radius: 10px 0 0 10px;
}


/*导航*/

.nav {
    width: 1000px;
    position: relative;
    top: 117px;
}

.mt3 {
    position: relative;
    top: 152px;
}

.nav h3 a {
    color: #fff;
}

.nav h3 {
    font-size: 100%;
    font-weight: normal;
}

.nav h3 a {
    display: block;
    width: 142px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-weight: bold;
}

.nav .m {
    float: left;
    position: relative;
    z-index: 10000;
}

.nav .sub {
    display: none;
    position: absolute;
    z-index: 1000;
    width: 978px;
    height: 380px;
    border: 1px solid #E6E4E3;
    border-top: 0;
    background: url(../images/nav-bg.jpg) no-repeat bottom #fff;
    padding: 20px 10px;
}

.lw316 {
    width: 316px;
    border-right: 1px solid #A9A9A9;
    height: 350px;
}

.rw642 {
    width: 642px;
}

.left-150 {
    border-right: 1px solid #A9A9A9;
    height: 350px;
    width: 150px;
    margin-left: 10px;
}

.left-540 {
    width: 560px;
    height: 350px;
    border-right: 1px solid #A9A9A9;
    margin-left: 20px;
}

.left-185 {
    width: 185px;
    height: 350px;
    margin-left: 10px;
}

.rw642 h4,
.lw316 h4,
.left-150 h4,
.left-185 h4 {
    line-height: 18px;
    height: 18px;
    display: inline-block;
    margin: 0 0 10px 0;
}

.rw642 h4 i,
.lw316 h4 i,
.left-150 h4 i,
.left-185 h4 i {
    width: 5px;
    height: 18px;
    background-color: #F02323;
    display: inline-block;
    float: left;
    margin-right: 5px;
}

.lw316 ul li,
.rw642 ul li,
.left-185 ul li {
    float: left;
    display: inline-block;
    line-height: 40px;
    width: 160px;
    font-size: 14px;
}

.lw316 ul li {
    width: 150px;
    line-height: 35px;
}

.lw316 ul li a,
.rw642 ul li a,
.left-185 ul li a {
    color: #000;
}

.title_540 {
    display: block;
    width: 100%;
}

.title_540 ul {
    border-bottom: 1px solid #E0E0E0;
    width: 550px;
    height: 26px;
}

.list_540 {
    display: block;
    width: 100%;
    margin-top: 15px;
}

.title_540 ul li a {
    color: #000;
    padding: 4px 10px;
    display: inline-block;
}

.title_540 ul li.nav_bg a {
    background: #0066cc;
    color: #FFF;
}

.title_540 ul li a:hover {
    background: #0066cc;
    color: #FFF;
}

.title_540 ul li {
    float: left;
    background-color: #e9e9e9;
    font-size: 14px;
}

.new_list a {
    display: block;
    line-height: 40px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}

.new_list ul li a {
    line-height: 30px !important;
    display: block !important;
    color: #000000 !important;
    text-align: left !important;
}

.ulw333 {
    width: 333px;
    margin-left: 15px;
}

.w190 {
    width: 190px;
}

.w190 a img {
    background-color: #000000;
    width: 190px;
    height: 125px;
}

.w190 a p {
    line-height: 30px;
    text-align: center;
    color: #000000;
}

.nav .left-160 {
    left: 0px;
}

.nav .left-360 {
    right: -150px;
}

.nav .block {
    width: 142px;
    background: url(../images/head_08.png) repeat-x;
    height: 36px;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    position: absolute;
    top: 0px;
    left: 0;
    margin-left: 3px;
    overflow: hidden;
}


/*底部样式*/

.foot-w1000 {
    width: 1000px;
    margin: 0 auto;
    padding: 30px 0;
}

.foot {
    height: 140px;
    background: url(../images/font-ico_03.jpg);
}

.foot p {
    text-align: center;
    line-height: 22px;
    color: #FFF;
    line-height: 25px;
    font-size: 14px;
}

.foot a {
    color: #A9A9A9;
}

.foot a:hover {
    color: #FFF;
}

.foot-w1000 img {
    /*margin-left: 90px;*/
}


/*内容盒子样式*/

.box-boder {
    border-top: none;
    border-bottom: none;
    width: 1000px;
    height: auto;
    margin: 0 auto;
}

.box-conter {
    width: 1000px;
    height: auto;
    margin: 0 auto;
    background-color: #FFF;
}


/*幻灯*/

.a-version {
    padding: 10px 0 0 0;
}

.slide {
    width: 573px;
    height: 368px;
}

.slideBox {
    position: relative;
    width: 573px;
    height: 368px;
    overflow: hidden;
}

.slideBox ul.items {
    position: absolute;
    float: left;
    background: none;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.slideBox ul.items li {
    float: left;
    background: none;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.slideBox ul.items li a span {
    position: relative;
    bottom: 30px;
    left: 5px;
    color: #FFFFFF;
    z-index: 1;
}

.slideBox ul.items li a {
    float: left;
    line-height: normal !important;
    padding: 0px !important;
    border: none/*For IE.ADD.JENA.201206300844*/
    ;
    text-decoration: none;
}

.slideBox ul.items li a img {
    margin: 0px !important;
    padding: 0px !important;
    display: block;
    width: 573px;
    height: 368px;
    border: none/*For IE.ADD.JENA.201206300844*/
    ;
}

.slideBox div.tips {
    position: relative;
    top: 318px;
    width: 573px;
    height: 50px;
    background-color: #000;
    overflow: hidden;
}

.slideBox div.tips div.title {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 480px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.slideBox div.tips div.title a {
    color: #FFF;
    font-size: 15px;
    line-height: 50px;
    margin-left: 10px;
    text-decoration: none;
}

.slideBox div.tips div.title a:hover {
    /*text-decoration: underline !important;*/
}

.slideBox div.tips div.nums {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 80px;
}

.slideBox div.tips div.nums a {
    display: inline-block;
    >float: left/*For IE.ADD.JENA.201206300844*/
    ;
    width: 10px;
    height: 10px;
    background-color: #FFF;
    text-indent: -99999px;
    margin: 20px 10px 0px 0px;
}

.slideBox div.tips div.nums a.active {
    background-color: #FFC202;
}


/*nav-list*/

.nav-list {
    width: 410px;
}

.nav-title {
    display: block;
    width: 100%;
    height: 40px;
}

.new-list {
    display: block;
    width: 100%;
    margin-top: 15px;
}

.nav-title ul li a {
    color: #000;
    padding: 8px 17px;
    display: inline-block;
}

.nav-title ul li.nav-bg2 a {
    background: #0066cc;
    color: #FFF;
}

.nav-title ul li a:hover {
    background: #0066cc;
    color: #FFF;
}

.nav-title ul li {
    float: left;
    background-color: #e9e9e9;
}

.new-list ul li {
    line-height: 39px;
    color: #000000;
}

.new-list ul li span {
    color: #A9A9A9;
}

.new-list ul li a {
    color: #000000;
    display: block;
    float: left;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}


/*Notice公告*/

.Notice {
    float: left;
    width: 500px;
    height: 26px;
    margin-top: 10px;
    background: url(../images/index-ico_03.png) left no-repeat;
}

.Notice span {
    line-height: 26px;
    color: #F02323;
    display: inline-block;
    margin-left: 20px;
}

.Notice span a {
    color: #F02323;
}


/*honor*/

#honor {
    width: 400px;
    height: 26px;
    text-align: left;
    overflow: hidden;
}

#honor ul li {
    display: block;
    font-size: 13px;
}

.Notice ul {
    height: 26px;
    line-height: 26px;
    display: inline-block;
}

.Notice ul a {
    color: #000;
    font-size: 13px;
}


/*two-version版二*/

.two-version {
    width: 100%;
    height: auto;
    display: block;
}

.two-version .w-654 .w654-top {
    width: 654px;
    border-top: 1px solid #CACACA;
}

.two-version .w-338 {
    border: 1px solid #E9E9E9;
    width: 338px;
}

.two-version .w-338 h1 {
    background-color: #F9F9F9;
    border-bottom: 1px solid #E9E9E9;
    height: 35px;
    margin: 0;
}

.two-version .w-338 h1 span {
    background: #0066cc;
    font-size: 18px;
    color: #FFFFFF;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    float: left;
    padding: 0 20px;
}

.two-version .w-338 h1 a {
    color: #949494;
    font-size: 13px;
    line-height: 35px;
    float: right;
    margin-right: 10px;
}

.two-version .w-338 .divbg {
    background: url(../images/index-ico_14.png) no-repeat left;
    margin: 0 5px;
    padding-left: 15px;
    display: inline-block;
    height: 300px;
}

.two-version .w-338 .divbg span {
    font-size: 12px;
    color: #06C;
}

.two-version .w-338 ul li {
    float: left;
    width: 139px;
    height: 65px;
    padding: 5px;
    font-size: 12px;
    background: #FAFAFA;
    text-align: center;
    margin: 2px;
    border: 1px solid #E9E9E9;
    display: inline-block;
}

.two-version .w-338 ul li a {
    color: #000000;
    width: 139px;
    height: 65px;
    display: inline-block;
}

.two-version .w-338 ul li a:hover {
    color: #0066CC;
}


/*two-version版二左*/

.w-654 .w654-top .top-nav {
    margin-top: 10px;
}

.w-654 .w654-top .top-nav span {
    background: url(../images/index-ico_10.png) left no-repeat;
    height: 18px;
    line-height: 18px;
    padding-left: 10px;
    display: inline-block;
    float: left;
    font-size: 18px;
}

.w-654 .w654-top .top-nav ul {
    float: right;
}

.w-654 .w654-top .top-nav ul li {
    float: left;
    background: #E9E9E9;
    display: inline-block;
    font-size: 14px;
    margin: 0 1px;
}

.w-654 .w654-top .top-nav ul li a {
    color: #000;
    display: inline-block;
    padding: 5px 10px;
}

.w-654 .w654-top .top-nav ul li.nav-bg a {
    background: #0066cc;
    color: #FFF;
}

.w-654 .w654-top .top-nav ul li a:hover {
    background: #0066cc;
    color: #FFF;
}

.top-list .top-new {
    margin-top: 18px;
    height: 170px;
}

.top-list .top-new ul h3 a {
    font-size: 16px;
    color: #0066cc;
}

.top-list .top-new ul li {
    line-height: 34px;
}

.top-list .top-new ul li span {
    color: #A9A9A9;
}

.top-list .top-new ul li a {
    color: #000000;
}

.top-new .ulbk {
    display: inline-block;
    width: 440px;
}

.top-new .ulbk li {}

.link {
    height: 100px;
}

.link span {
    display: block;
    border-top: 1px solid #CACACA;
    background: url(../images/index-ico_10.png) left no-repeat;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    font-size: 18px;
    margin-top: 10px;
}

.link ul li {
    float: left;
    margin: 10px 30px 0 0;
    color: #000000;
    display: inline-block;
}

.link ul li a {
    color: #000000;
}


/*列表样式*/

.list-conter {
    width: 1000px;
    height: auto;
    margin: 0 auto;
    background-color: #FFF;
}

.list-conter2 {
    margin: 0 auto;
    background: #fff;
    width: 1000px;
}

.navtop {
    border-bottom: 1px #ccc solid;
    height: 50px;
    margin: 0 0 5px 0;
}

.position {
    height: 50px;
    line-height: 50px;
    float: left;
}

.position a {
    color: #000000;
}

.text-box .left-nav {
    width: 217px;
}

.text-box .right-list {
    width: 750px;
}

.right-list2 {
    padding: 10px;
    width: 740px;
    height: auto;
}

.text-box .right-list ul {
    margin-top: 15px;
    min-height: 530px;
}

.text-box .right-list ul li {
    line-height: 35px;
    border-bottom: 1px dashed #E9E9E9;
    height: 35px;
}

.text-box .right-list ul li span {
    float: right;
    font-size: 13px;
    color: #A9A9A9;
    display: block;
    width: 80px;
    height: 35px;
    line-height: 35px;
}

.text-box .right-list ul li a {
    color: #000000;
    line-height: 35px;
    display: block;
    width: 640px;
    height: 35px;
    float: left;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.text-box .right-list ul li:hover {
    background-color: #F9F9F9;
}

.paging {
    margin-top: 20px;
    float: right;
    border: 1px solid #E9E9E9;
    border-radius: 5px 5px 5px 5px;
}

.paging a {
    color: #0066CC;
    border-left: 1px solid #E9E9E9;
    padding: 5px 10px;
    margin-left: -1px;
    float: left;
}

.paging a:hover {
    background: #0066CC;
    color: #FFFFFF;
}

.text-box .left-nav h1 {
    background: url(../images/list-ico_03.png) no-repeat;
    width: 217px;
    height: 63px;
    display: inline-block;
    line-height: 63px;
    color: #FFFFFF;
    text-align: center;
}

.text-box .left-nav .min-height {
    min-height: 600px;
    height: 600px;
    background-color: #F9F9F9;
    border: 1px solid #E6E4E3;
}

.text-box .left-nav .min-height ul li {
    line-height: 40px;
    border-bottom: 1px dashed #CACACA;
    padding-left: 20px;
    font-size: 14px;
}

.text-box .left-nav .min-height ul li a.hover {
    background: url(../images/list-ico_07.png) left no-repeat;
    padding-left: 20px;
    color: #0066CC;
}

.text-box .left-nav .min-height ul li.list-nav a.hover {
    background: url(../images/list-ico_07.png) left no-repeat;
    padding-left: 20px;
    color: #0066CC;
}

.text-box .left-nav .min-height ul li a {
    color: #000000;
    font-size: 15px;
    display: block;
}


/*show内容页样式*/

.cmain {
    /*background: #f9f9f9;*/
}

.center {
    margin: 0 auto;
}

.ctitle {
    height: auto;
    text-align: center;
    line-height: 40px;
    padding: 30px 10px 0px 10px;
}

.ctitle h1 {
    font-size: 24px;
    width: 960px;
    display: block;
    word-break: break-all;
    word-wrap: break-word
}

.cinfo {
    height: 60px;
    line-height: 60px;
    color: #999;
    text-align: center;
    width: 860px;
    font-size: 13px;
    border-bottom: 1px #d9d9d9 solid;
}

.center {
    margin: 0 auto;
}

.ccontent {
    width: 860px;
    line-height: 26px;
    color: #070707;
    padding: 45px 0 0 0;
}

.ctool {
    text-align: right;
    height: 65px;
    line-height: 65px;
}


/*sitemap网站地图页面样式*/

.center {
    margin: 0 auto;
}

.itable {
    width: 100%;
    margin: 0 auto;
    padding: 0 0;
    font-size: 14px;
}

.it-title {
    background: url(../images/01.jpg) repeat-x;
    font-family: Microsoft YaHei;
}

.it-title {
    height: 30px;
    line-height: 30px;
    border: 1px #ddd solid;
    margin-top: 30px;
    color: #333;
}

.it-title strong {
    background: url(../images/index-ico_10.png) 10px center no-repeat;
    padding-left: 25px;
    display: block;
}

.it-content {
    padding: 10px;
    line-height: 28px;
    border: 1px #ddd solid;
}

.bfb a {
    display: inline-block;
}

.bs_main {
    border: 1px #ddd solid;
    background: #fff;
}

.it-content a {
    color: #000;
}

.it-content a:hover {
    color: #0066CC;
}

.w-654 .w654-top .top-nav div.al {
    float: left;
    background: #E9E9E9;
    display: inline-block;
    font-size: 14px;
    margin: 0 1px;
    height: 28px;
}

.w-654 .w654-top .top-nav div.al a {
    color: #000;
    display: inline-block;
    padding: 5px 10px;
}

.w-654 .w654-top .top-nav div.al a:hover {
    background: #0066cc;
    color: #FFF;
}


/*-------分页------------*/

.page_num {
    padding: 20px;
    height: 35px;
    overflow: hidden;
    font-size: 12px;
}

#page_div {
    line-height: 35px;
    color: #000;
    float: right;
}


/*#pagination_input{ width:20px; height:16px; line-height:16px; margin:0 8px; padding:0; overflow:hidden; border:1px solid #ccc;}*/

#page_div .pagination_index,
#page_div .pagination_index_num {
    background: #FFFFFF;
    border: 1px solid #e9e9e9;
    padding: 0px;
    height: 33px;
    text-align: center;
    width: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

#page_div .pagination_index_num {
    border-right: none;
}

.pagination_index_num {
    border-left: none;
}

#page_div .pagination_index a,
#page_div .pagination_index_num a {
    padding: 0px;
    margin: 0px;
    text-align: center;
    color: #0066cc;
    display: block;
}

#page_div .pagination_index a:hover,
#page_div .pagination_index_num a:hover {
    background: #0066cc;
    color: #fff;
}

#page_div .pagination_index_last {
    width: 320px;
    float: right;
    text-align: right;
}

#page_div .pagination_index_num {
    /*margin-right:2px; */
    padding: 0px;
    width: 30px;
    line-height: 33px;
    height: 33px;
}

#page_div .currentIndex {
    background: #0066cc;
    color: #fff;
}


/***其它***/

.list-conthiddent li .dimg {
    line-height: 40px;
    height: 40px;
    width: 30px;
    float: left;
    background: url(../images/index-ico_22.png) no-repeat center;
}

.list-conthiddent li a {
    display: block;
    height: 40px;
    line-height: 40px;
    width: 250px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.list-conthiddent li span {
    display: block;
    height: 40px;
    line-height: 40px;
    float: right;
    width: 90px;
}

.fb_conthidden a {
    display: block;
    width: 303px;
    height: 40px;
    line-height: 40px;
    float: left;
    background: url(../images/index-ico_22.png) center left no-repeat;
    text-indent: 10px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.fc a {
    width: 294px;
}

.index_hdft_list li {
    height: 35px;
    font-size: 14px;
    background: url(../images/index-ico_22.png) center left no-repeat;
}

.index_hdft_list li span {
    float: right;
    display: block;
    width: 70px;
    font-size: 12px;
    line-height: 35px;
}

.index_hdft_list li a {
    display: block;
    height: 35px;
    line-height: 35px !important;
    float: left;
    width: 460px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-indent: 15px;
}

.wsdc_nr_r_t {
    height: 35px;
    line-height: 35px;
    text-align: center;
}

.wsdc_nr_r_r {
    height: 240px;
    width: 530px;
    word-break: break-all;
    word-wrap: break-word;
    text-indent: 2em;
}

.wycj {
    text-indent: 450px;
    font-size: 12px;
}

.wycj a {
    color: #0066CC;
    line-height: 30px;
}

.index_hdft_newer_title a {
    color: #333;
}

.fconh a {
    width: 550px;
    display: block;
    line-height: 40px;
    color: #000 !important;
    line-height: 34px;
    background: url(../images/index-ico_22.png) center left no-repeat;
    text-indent: 10px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    float: left;
}

.fconh span {
    line-height: 34px;
    color: #A9A9A9;
}

.w19 a {
    padding: 5px 22.8px !important;
}

#con_con table {
    width: 100% !important;
}