@charset "utf-8"; /* CSS Document*/
 @media print {
.w1300{width: 1250px !important;}
body{min-width: 1250px !important;}
.department-nav{display: none !important}
.rightNav{display: none !important}
.list-item{width: 100% !important;}
.header{position: relative !important;}
.part-tit{padding:0 !important}
.layout{width: 86% !important;margin:0 !important;}
.three-nav h2:before{display: none !important;}
}


body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    min-width: 1366px;
    background: #ffffff;
    font-family: "Microsoft Yahei", 宋体, sans-serif;
}

ul, li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: normal
}

img {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    color: #666666;
}

a:hover {
    text-decoration: none;
    color: #cc0000;
    transition: all 0.6s;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.clearboth {
    clear: both;
    border: 0;
    padding: 0;
    margin: 0;
}

.w1300 {
    width: 1300px;
    height: auto;
    margin: 0 auto;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.relative {
    position: relative;
}

.abs {
    position: absolute;
}

.imghover {
    cursor: pointer;
    transition: all 0.6s;
}

.imghover:hover {
    transform: scale(1.2);
}

/* 图标*/
@font-face {
    font-family: "iconfont";
    src: url('font/iconfont.eot');/* IE9*/
    src: url('font/iconfont.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8*/ url('font/iconfont.woff') format('woff'),
        /* chrome、firefox*/ url('font/iconfont.ttf') format('truetype'),
        /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('font/iconfont.svg#iconfont') format('svg');/* iOS 4.1-*/
}

.iconfont {
    display: inline-block;
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.imagesLoaded li img {
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.imagesLoaded .is-loading {
    background: url() center no-repeat #000;
}

.imagesLoaded .is-broken {
    background:  #be3730;
}

.imagesLoaded .is-loading img, .imagesLoaded .is-broken img {
    opacity: 0;
    filter: alpha(opacity=0);
}

.layout {
    width: 1300px;
    margin-left: auto;
    margin-right: auto;
}
.xtsearch{float: right;height: 40px;position: relative;width:34px;transition: 0.6s all;}
.xtsearch .ss{display: none;transition: 0.6s all; width: 140px;height: 27px;background: url("../images/p-top06.png") no-repeat center;border: none;text-indent: 10px;color: #fff;font-size: 12px;margin-top: 5px;outline: none; }
.xtsearch .btn{position: absolute;right: 14px;top: 50%;margin-top: -8px; width: 16px;height: 16px;background: url("../images/p-top05.png") no-repeat center;border: none;cursor: pointer;outline: none;}
.xtsearch:hover{width: 147px;transition: 0.6s all;}
.xtsearch:hover .ss{display: block;transition: 0.6s all;}
.wrapper {
}

.d_logo {
    display: block;
    margin: 50px auto;
    text-align: center
}

.default_jj {
    display: block;
    margin: 100px auto;
    text-align: center;
    height: auto;
    overflow: hidden
}

.d_btn {
    margin: 0 auto;
    width: 1000px;
    text-align: center;
    height: 200px
}

.d_btn a {
    padding: 0 20px
}

.d_btn a:hover {
    opacity: 0.8
}

/*default*/
.header {
    height: 120px;
    border-top: #01552c 3px solid;
position: fixed;
    z-index: 99999;
    background: #ffffff;
    width: 100%;box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.header .logo {
    margin: 15px 0 0 0;
    width: 316px;
    float: left;
}

.header_right {
    float: right;
    width: 910px;
    position: relative
}

.header_right_link {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative
}

.top_link {
    font-size: 14px;
    color: #c7c7c7;
    line-height: 42px;
    height: 42px;
    float: right;
    padding: 0 10px 0 0;
    text-align: right;
    width: 125px;
}

.top_link li {
    display: inline-table;
}

.top_link a {
    color: #666666;
    position: relative;
    padding: 0 10px
}

.top_link a:hover {
    color: #01552c;
}

/*
.top_link a:before{transform: scale(0);opacity: 0;filter:alpha(opacity=0);content: '';width: 60px;height: 60px;position: absolute;border-radius: 50%;background-color:#d2f8ff;top: 50%;left: 50%;margin-top: -30px;margin-left: -30px;}
.top_link a:hover:before{-webkit-animation: circleIn 0.5s linear;animation: circleIn 0.3s linear;display: block;animation-fill-mode: forwards;-webkit-animation-fill-mode: forwards;}
*/
@keyframes circleIn {
    0% {
        transform: scale(0);
        opacity: 0.0;
    }
    25% {
        transform: scale(0);
        opacity: 0.1;
    }
    50% {
        transform: scale(0.1);
        opacity: 0.3;
    }
    75% {
        transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.0;
    }
}

@-webkit-keyframes circleIn {
    0% {
        transform: scale(0);
        opacity: 0.0;
    }
    25% {
        transform: scale(0);
        opacity: 0.1;
    }
    50% {
        transform: scale(0.1);
        opacity: 0.3;
    }
    75% {
        transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.0;
    }
}

/*nav*/
.i_nav {
    padding: 0;
    height: 36px;
    line-height: 36px;
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 10px 0 0 0;
}

.i_nav a {
    color: #333;
}

.i_nav .nLi {
    float: left;
    position: relative;
    display: inline;
}

.i_nav .nLi h3 {
    float: left;
    overflow: hidden
}

.i_nav .nLi h3 a {
    display: block;
    padding: 0 7px;
    font-size: 16px;
    font-weight: normal;
    border-radius: 10px;
    overflow: hidden
}

.i_nav .sub {
    display: none;
    width: 118px;
    left: 0;
    top: 38px;
    position: absolute;
    background: #007935;
    line-height: 32px;
    padding: 5px 0;
    border-radius: 10px;
    background-image: -webkit-linear-gradient(top, #4ea577, #006d24);
}

.i_nav .sub li {
    zoom: 1;
    text-align: center
}

.i_nav .sub a {
    display: block;
    padding: 0 10px;
    color: #ffffff
}

.i_nav .sub a:hover {
    background: #e8e8e8;
    color: #01562c;
}

.i_nav .on h3 a {
    background: #eaeaea;
    color: #006633;
    border-radius: 10px;
    overflow: hidden
}

/*search*/

/**/
.i-search {
    width: 630px;
    height: 48px;
    overflow: hidden;
    position: absolute;
    left: 33%;
    bottom: 30px;
    z-index: 99;
}

.i-search .search-txt {
    width: 510px;
    padding: 0 0 0 10px;
    height: 48px;
    line-height: 48px;
    background: #fff;
    color: #666666;
    border: none;
    font-size: 16px;
    outline: none;
    opacity: 0.9
}

.i-search .search-btn {
    width: 110px;
    height: 48px;
    position: absolute;
        right: 50%;
    margin-right: -11px;
    top: 50%;
    margin-top: -11px;
    background: url("../images/ico_search.png") center no-repeat #ff9933;
    opacity: 0.9;
    border: 0;outline: medium;
    cursor: pointer
}

.i-search .search-btn:hover {
  //  background: url("../images/ico_search.png") center no-repeat #ff6600;
 opacity: 1;
  border: 0;
 cursor: pointer
}

/*banner*/
.ibanner {
width: 100%;
    overflow: hidden;
    position: relative;
    padding: 123px 0 0 0;
}

.ibanner .hd {
    height: 18px;
    overflow: hidden;
    position: absolute;
    right: 47%;
    bottom: 35px;
    z-index: 99;
}

.ibanner .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.ibanner .hd ul li {
    float: left;
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    border-radius: 50px;
    background: #bcbcbc;
    cursor: pointer;
    opacity: 0.8;
    margin: 3px 6px 0 0;
}

.ibanner .hd ul li.on {
    background: none;
    opacity: 0.8;
    color: #fff;
    width: 50px;
    height: 12px;
    background: #ffffff;
}

.ibanner .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.ibanner .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative
}

.ibanner .bd li h1 {
    position: absolute;
    bottom: 40px;
    left: 20%;
    background: url("../images/tt_bg.png");
    font-size: 24px;
    color: #ffffff;
    padding: 10px 20px;
}

.ibanner .bd img {
    width: 100%;
    display: block;
}

.ibanner .prev,
.ibanner .next {
    position: absolute;
    left: 0%;
    top: 60%;
    margin-top: -25px;
    display: block;
    width: 40px;
    height: 70px;
    background: url("../images/slider-arrow.png") -5px 0 no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.3;
}

.ibanner .next {
    left: auto;
    right: 0%;
    background-position: -105px 0;
    width: 40px;
    height: 70px;
}

.ibanner .prev:hover,
.ibanner .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.ibanner .prevStop {
    display: none;
}

.ibanner .nextStop {
    display: none;
}

/*kstd*/
.i_kstd {
    width: 100%;
    height: 130px;
    position: relative;
    z-index: 99;
    margin: 65px auto;
}

.i_kstd ul {
    width: 1350px
}

.i_kstd li {
    width: 300px;
    height: 150px;
    margin-right: 33px;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    line-height: 78px;
    padding: 0 0 0 0;
    float: left;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.i_kstd li a {
    width: 100%;
    height: 170px;
    overflow: hidden;
    display: block
}

.i_kstd li img {
    display: block;
    margin: 21px auto 10px auto;
    transition: all .3s;
}

.i_kstd li span {
    display: block;
    width: 100%;
    text-align: center;
    letter-spacing: 2px;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    color: #ffffff;
    transition: all .3s;
}

.i_kstd li:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

.i_kstd li:hover span {
    color: #ffffff;
    letter-spacing: 0;
}

.i_kstd li:hover img {
    transform: rotateY(180deg);
}

.kstdbg_01 {
    background: url("../images/i_kstd_bg1.png") center no-repeat #0ca18e;
    background-size: cover
}

.kstdbg_02 {
    background: url("../images/i_kstd_bg2.png") center no-repeat #25a871;
    background-size: cover
}

.kstdbg_03 {
    background: url("../images/i_kstd_bg3.png") center no-repeat #ceb57e;
    background-size: cover
}

.kstdbg_04 {
    background: url("../images/i_kstd_bg4.png") center no-repeat #6693d4;
    background-size: cover
}
.kstdbg_05 {
    background: url("../images/i_kstd_bg4.png") center no-repeat #4da5d0;
    background-size: cover
}

/*tsks_box*/
.tsks_box {
    width: 100%;
    height: 225px;
    overflow: hidden;
    position: relative;
    margin: 25px auto 20px auto
}

.tsks_box .bd {
    padding: 0;
    width: 1300px;
    overflow: hidden;
}

.tsks_box .bd ul {
    overflow: hidden;
    zoom: 1;
    width: 110%;
}

.tsks_box .bd li {
    margin: 0 25px 0 0;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    position: relative;
    width: 156px;
    height: 215px;
    border: #f4f4f4 4px solid;
}

.tsks_box .bd li img {
    border: #cc99cc 1px solid;
    display: block;
    width: 85px;
    height: 85px;
    margin: 15px auto 5px auto;
    background: #ffffff;
    text-align: center;
    border-radius: 50%;
    overflow: hidden
}

.tsks_box .bd li h2 {
    font-size: 15px;
    line-height: 30px;
    height: 30px;
    color: #333333;
    font-weight: bold;
}

.tsks_box .bd li p {
    font-size: 14px;
    line-height: 22px;
    color: #a4a4a4;
    font-weight: normal;
    margin: 0;
    padding: 0 5%
}

.tsks_box .ts_more {
    display: block;
    margin: 5px auto;
    width: 34px;
    height: 15px;
    border: #e4e4e4 1px solid;
    border-radius: 2px;
    text-align: center;
    background: url("../images/ts_more.png") center no-repeat #ffffff;
}

.tsks_box li:hover {
    border: #0c8548 4px solid;
    transition: all 0.6s;
    background: #ffffff
}

.tsks_box li:hover img {
    background: #ffffff;
    border: #cc99cc 1px solid;
}

.tsks_box li:hover h2 {
    color: #0c8548
}

.qt_box {
    width: 100%;
    padding: 50px 0;
    background: #eeeeee;
    margin: 40px auto 0 auto;
    height: auto;
    overflow: hidden
}

.qt_box .hd {
    height: 52px;
    line-height: 52px;
    background: #ffffff;
    padding: 0 0 0 0;
    position: relative;
    text-align: center
}

.qt_box .hd ul {
    float: left;
    position: absolute;
    left: 0;
    height: 52px;
}

.qt_box .hd ul li {
    padding: 0 66px;
    cursor: pointer;
    font-size: 20px;
    display: inline-table
}
.qt_box .hd ul li.on a {

    color: #ffffff;

}
.qt_box .hd ul li.on {
    background: url("../images/qt_bjjt.png") center bottom no-repeat;
    height: 65px;
    color: #ffffff;
    font-weight: bold
}

.qt_box .bd ul {
    padding: 35px 0;
    zoom: 1;
}

.qt_box .bd li {
    height: 36px;
    line-height: 36px;
    width: 25%;
    float: left;
    overflow: hidden
}

.qt_box .bd li a {
    background: url("../images/list-img.png") left center no-repeat;
    padding: 0 0 0 10px
}

.zt_img {
    display: block;
    width: 1300px;
    height: 184px;
    overflow: hidden;
    margin: 0 auto 20px auto
}

.zt_img img {
    width: 1300px;
    height: 184px;
}

.tw_top {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 25px auto 10px auto
}

.tw_top .imgbox {
    width: 150px;
    height: 95px;
    overflow: hidden;
    display: block;
    float: left;
}

.tw_top img {
    width: 150px;
    height: 95px;
    padding: 0;
    float: left;
}

.tw_top .tw_txt {
    float: right;
    width: 460px;
    height: 95px;
    overflow: hidden;
    padding: 0 0 0 0;
}

.tw_top .tw_txt h1 {
    color: #333333;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 5px 0;
    font-weight: bold
}

.tw_top .tw_txt h1 a {
    color: #333333;
}

.tw_top .tw_txt p {
    font-size: 14px;
    line-height: 30px;
    color: #999999;
    margin: 0 0 10px 0;
    padding: 0;
    text-justify: inter-word;
    text-align: justify
}

.tw_top .tw_txt p a {
    color: #999999
}

.tw_top:hover .tw_txt h1 a {
    color: #cc0000;
}

.tw_top:hover .tw_txt p a {
    color: #666666;
}

.ntw_top {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 27px auto 20px auto
}

.ntw_top .imgbox {
    width: 350px;
    height: 227px;
    overflow: hidden;
    display: block;
    float: left;
}

.ntw_top img {
    width: 350px;
    height: 227px;
    padding: 0;
    float: left;
}

.ntw_top .tw_txt {
    float: right;
    width: 530px;
    height: 227px;
    overflow: hidden;
    padding: 0 0 0 0;
}

.ntw_top .tw_txt h1 {
    color: #333333;
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 5px 0;
    font-weight: bold
}

.ntw_top .tw_txt h1 a {
    color: #333333;
}

.ntw_top .tw_txt p {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    margin: 0 0 10px 0;
    padding: 0;
    text-justify: inter-word;
    text-align: justify
}

.ntw_top .tw_txt p a {
    color: #999999
}

.ntw_top .tw_txt span {
    font-size: 14px;
    line-height: 40px;
    color: #999999;
}

.ntw_top:hover .tw_txt h1 a {
    color: #cc0000;
}

.ntw_top:hover .tw_txt p a {
    color: #666666;
}

.i_ckxx {
    color: #cc9966 !important;
    padding: 0 0 0 10px;
}

.n_list {
    height: auto;
    padding: 0 0 0 0 !important;
    position: relative;
}

.n_list li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: block;
    color: #999999;
    font-size: 14px;
    float: left;
    margin: 0 0 0 0
}

.n_list li a {
    font-size: 14px;
    color: #333333;
    background: url("../images/ico_002.png") left center no-repeat;
    padding-left: 12px;
    float: left
}

.n_list li a:hover {
    color: #cc0000
}

.n_list li .date {
    float: right
}

.n_list li i {
    font-style: normal;
    color: #ff9900
}

/*imain*/

.imain {
    width: 1300px;
    padding: 50px 0 10px 0;
    margin: 0 auto;
    height: auto;
}

/*ksjs_box*/
.ksjs_box {
    background: url("../images/iks_bg.jpg") top no-repeat;
    width: 100%;
    padding: 0 0 0 0;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}

.ksjs_box h2 {
    display: block;
    margin: 30px auto;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    text-align: center
}

.iksbox {
    width: 1300px;
    margin: 0 auto;
    height: 365px;
    padding: 0 0 0 0
}

.iksbox_xx {
    width: 630px;
    height: 350px;
    background: url("../images/iksbk_bg.png");
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.iksbox_xx .hd {
    height: 60px;
    width: 100%;
    line-height: 60px;
    padding: 0;
    margin: 10px auto 5px auto;
    position: relative;
}

.iksbox_xx .hd h1 {
    width: 120px;
    font-size: 18px;
    text-align: center;
    height: 60px;
    color: #ffffff;
    font-weight: bold;
    background: #1d90d0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.iksbox_xx .hd ul {
    float: left;
    position: absolute;
    left: 150px;
    top: 0;
    height: 60px;
}

.iksbox_xx .hd ul li {
    float: left;
    padding: 0 24px;
    cursor: pointer;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}

.iksbox_xx .hd ul li.on {
    color: #ff6600;
    font-weight: bold;
    background: url("../images/iksbox_xx_bg.png") bottom center no-repeat;
}

.iksbox_xx .bd {
    position: relative;
}

.iksbox_xx .bd ul {
    zoom: 1;
    padding: 0 0 0 0;
    height: auto;
    position: relative !important;
    height: 250px;
    overflow-y: scroll;
}

.iks_name {
    width: 586px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;

}

.iks_name ul {
    width: 870px;
    height: auto;
    overflow: hidden;
}

.iks_name li {
    text-align: center;
    display: inline-table;
margin: 6px 3px 6px 3px;
    width: 175px;
}

.iks_name li a {
    display: block;
    float: left;
    width: 100%;
    height: 36px;
    line-height: 36px;
    color: #333333;
    border: #d7d7d7 1px solid;
    font-size: 14px;
    text-align: center;
    border-radius: 5px;
    background: #ffffff;
}

.iks_name li a:hover {
    border: #01562c 1px solid;
    background: #01562c;
    color: #ffffff;
    font-weight: bold
}

.iks_zdks {
    color: #12884c !important;
    font-weight: bold
}

.iks_zdks:hover {
    color: #ffffff !important;
}

.i_box {
    width: 100%;
    background: #f5f5f5;
    height: auto;
    overflow: hidden;
    margin: 0 auto 0 auto;
    padding: 75px 0;
}

.i_box_bkm35 {
    margin-right: 35px;
}

.i_box_bk {
    width: 300px;
    height: auto;
    overflow: hidden;
    padding: 0 0 25px 0;
    position: relative;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.i_box_bk:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.i_box_bk_img {
    width: 300px;
    height: 128px;
    overflow: hidden
}

.i_box_bk_img img {
    width: 300px;
    height: 128px;
    display: block;
    margin: 0 auto;
}

.i_box_bk:hover .i_box_bk_img img {
    transform: scale(1.2);
}

.i_box_bk_title {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    color: #3f975c;
    background: url("../images/i_box_bk_title_bg.png") center no-repeat;
    margin: 20px auto 5px auto;
}

.i_box_bk_list {
    width: 88%;
    margin: 0 auto;
}

.i_box_bk_list li {
    width: 100%;
    font-size: 14px;
    color: #a0a0a0;
    line-height: 36px;
    height: 36px;
    overflow: hidden;
}

.i_box_bk_list li a {
    color: #333333;
    font-size: 14px;
    float: left;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 97%;
    padding-left: 3%;
    text-align: left;
    transition: all 0.2s;
    background: url("../images/ico_002.png") left center no-repeat;
}

.i_box_bk_list li span {
    float: right;
    color: #7d7d7d;
}

.i_box_bk_list li:hover a {
    color: #cc0000
}

.i_box_bk_more {
    display: block;
    margin: 15px auto;
    font-size: 14px;
    text-align: center;
    height: 27px;
    line-height: 27px;
    border: #cfcfcf 1px solid;
    width: 70px;
    border-radius: 20px;
    display: none
}

.about_btn {
}

.about_btn a {
    display: block;
    width: 106px;
    height: 44px;
    line-height: 44px;
    color: #333333;
    font-size: 14px;
    float: left;
    margin: 0 14px 0 0;
    text-align: center;
    background: url("../images/about_btn_bg1.png") center no-repeat;
}

.about_btn a:last-child {
    float: right
}

.about_btn a:hover {
    background: url("../images/about_btn_bg2.png") center no-repeat;
    color: #ffffff
}

.tz_more {
    position: absolute;
    top: -54px;
    right: 10px;
    display: block;
    width: 30px;
    height: 15px;
    overflow: hidden;
}

.i-title {
    height: 50px;
    line-height: 50px;
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 5px 0 5px 0;
    position: relative;
}

.bgline {
    position: relative;
}

.bgline:before {
    content: "";
    position: absolute;
    bottom: 27px;
    left: 100px;
    width: 87%;
    height: 1px;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    overflow: hidden;
    background: #ffffff;
}

.i-title h2 {
    font-size: 20px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    color: #333333;
    display: block;
    float: left;
    padding: 0 5px;
    background-size: 100% auto;
}

.i-title h2 span {
    color: #cccccc;
    font-size: 24px;
    line-height: 34px;
    font-weight: normal;
    display: block;
    float: right;
    margin: 10px 0 0 8px;
}

.i-title a {
    display: block;
    font-size: 12px;
    float: right;
    color: #9a9a9a;
    font-weight: bold;
    padding: 0 10px 0 10px
}

.i-title a:hover {
    color: #330000;
}

.i-title .i_more {
    display: block;
    width: 68px;
    line-height: 28px;
    font-size: 14px;
    height: 28px;
    overflow: hidden;
    margin: 10px 0 0 0;
    color: #999999;
    padding: 0;
    text-align: center;
    font-weight: normal;
    background: url("../images/more_bg.png") right center no-repeat;
}

.i-title .i_more:hover {
    color: #3f975c;
}

.date_list {
    height: auto;
    padding: 5px 0 0 5px !important;
    position: relative
}

.date_list li {
    width: 100%;
    height: 82px;
    display: block;
    padding: 0 0 2px 0;
    border-bottom: #f2f2f2 1px solid;
    margin: 0 0 12px 0;
    position: relative;
}

.date_list li a {
    font-size: 15px;
    color: #444444;
    line-height: 36px;
    top: -4px;
    position: relative;
}

.date_list li span {
    float: left;
    display: block;
    padding: 1px;
    width: 69px;
    height: 69px;
    background: #ababab;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    line-height: 25px;
    margin-right: 15px;
    border-radius: 5px;
}

.date_list li span i {
    border-radius: 4px;
    width: 100%;
    display: block;
    text-align: center;
    color: #666666;
    background: #ffffff;
    font-size: 26px;
    font-weight: bold;
    font-style: normal;
    line-height: 45px;
    height: 45px;
}

.date_list li:hover span i {
    color: #ac4d8b
}

.date_list li:hover span {
    color: #ffffff;
    background: #0c8548;
}

.date_list li:hover a {
    color: #cc0000
}

/*zj*/
/*ks_zjlpiclist*/
.ks_zjlpiclist {
    height: auto;
    overflow: hidden;
    margin: 0 auto 30px auto;
    padding: 30px 0;
    width: 1030px;
}

.ks_zjlpiclist ul {
    width: 110%;
    height: auto;
    overflow: hidden
}

.ks_zjlpiclist li {
    width: 232px;
    height: 330px;
    margin: 0 25px 10px 0;
    float: left;
    position: relative;
    background: #ffffff;
    overflow: hidden;
}

.ks_zjlpiclist li a {
display: block;
    width: 232px;
    height: 330px;
    position: relative;
}

.ks_zjlpiclist img {
    width: 232px;
    height: 279px;
    position: absolute;
}

.ks_zjlpiclist li span {
    width:100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    position: absolute;
    color: #666666;
    bottom: 0;
    z-index: 999;
    text-align: center;
}

.ks_zjlpiclist li p {
    width: 70%;
    height: 160px;
    opacity: 0;
    position: absolute;
    top: 50px;
    margin: 10% 10% 0 10%;
    padding: 5%;
    font-weight: normal;
    line-height: 24px;
    text-align: justify;
}

.ks_zjlpiclist li p i {
    text-align: center;
    line-height: 27px;
    font-style: normal;
    color: #333333;
    display: block;
    font-weight: bold
}

.ks_zjlpiclist li:hover p {
    transition: all .4s ease-in-out;
    opacity: 1;
    background: url(../images/tm_b.png);
    color: #333333;
    top: 0;
}

.ks_zjlpiclist li:hover {
    transition: all .4s ease-in-out;
}

.ks_zjlpiclist li:hover span {
    color: #505484
}

.ks_zjlpiclist li:hover a {
    color: #333333
}

/**/
.mtkdy_box {
    width: 100%;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}

.mtkdy_box_left {
    width: 390px;
    height: 280px;
    overflow: hidden;
    position: relative;
    float: left;
    padding: 0 0 0 0
}

.mtkdy_box_left .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    bottom: 7px;
    z-index: 1;
}

.mtkdy_box_left .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.mtkdy_box_left .hd ul li {
    float: left;
    margin-right: 4px;
    width: 7px;
    height: 7px;
    line-height: 8px;
    font-size: 0;
    text-align: center;
    background: #cccccc;
    cursor: pointer;
    border-radius: 50px;
}

.mtkdy_box_left .hd ul li.on {
    background: #ff0000;
    color: #fff;
}

.mtkdy_box_left .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.mtkdy_box_left .bd li {
    zoom: 1;
    vertical-align: middle;
}

.mtkdy_box_left .bd img {
    width: 390px;
    height: 280px;
    display: block;
}

.mtkdy_box_left .bd span {
    position: absolute;
    bottom: 0;
    background: url(../images/tt_bg.png);
    width: 100%;
    line-height: 36px;
    color: #fff;
    font-weight: bold;
}

.mtkdy_box_left .bd h1 {
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 0 10px
}

.mtkdy_box_right {
    width: 470px;
    float: right
}

.mtkdy_box_right ul {
    height: auto;
    overflow: hidden;
}

.mtkdy_box_right li {
    width: 100%;
    font-size: 15px;
    color: #999999;
    line-height: 40px;
    height: 40px;
}

.mtkdy_box_right li a {
    background: url("../images/ico_002.png") left center no-repeat;
    color: #333333;
    float: left;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 405px;
    height: 40px;
    line-height: 40px;
    padding-left: 10px
}

.mtkdy_box_right li a:hover {
    color: #cc0000
}

.mtkdy_box_right li span {
    float: right;
    height: 40px;
    line-height: 40px;
    color: #999999
}

/*i_zjjs*/
.i_zjjs {
    width: 1300px;
    margin: 0 auto;
    position: relative;
}

.i_zjjs .hd {
    position: relative
}

.i_zjjs .hd .prev {
    display: block;
    width: 40px;
    height: 45px;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/m_jtr.png") no-repeat;
    position: absolute;
    right: -60px;
    top: 60px;
    opacity: 0.5
}

.i_zjjs .hd .next {
    display: block;
    width: 40px;
    height: 45px;
    overflow: hidden;
    position: absolute;
    left: -60px;
    top: 60px;
    cursor: pointer;
    background: url("../images/m_jtl.png") no-repeat;
    opacity: 0.5
}

.i_zjjs .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
}

.i_zjjs .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    background: url("") 0 -9px no-repeat;
}

.i_zjjs .hd ul li.on {
    background-position: 0 0;
}

.i_zjjs .hd .prev:hover, .i_zjjs .hd .next:hover {
    opacity: 1
}

.i_zjjs .bd {
    padding: 0;
    width: 1300px;
    overflow: hidden;
}

.i_zjjs .bd ul {
    overflow: hidden;
    zoom: 1;
    width: 110%;
    height: 175px;
}

.i_zjjs .bd ul li {
    margin: 0 30px 0 0;
    padding: 18px 15px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    position: relative;
    width: 270px;
    height: 124px;
    border: #e2e2e2 1px solid;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.i_zjjs .bd ul li:hover {
    border: #cccccc 1px solid;
}

.i_zjjs .bd ul li .pic {
    text-align: center;
    float: left;
}

.zj_photo {
    display: block;
    margin: 0 auto;
    width: 92px;
    height: 124px;
    overflow: hidden
}

.i_zjjs .bd ul li .pic img {
    width: 92px;
    height: 124px;
    display: block;
}

.i_zjjs .bd ul li .pic a:hover img {
    border-color: #999;
}

.i_zjjs .bd ul li .title {
    float: right;
    line-height: 32px;
    height: 32px;;
    width: 160px;
    text-align: left;
    font-size: 14px;
    color: #6a6a6a;
    font-weight: normal;
}

.i_zjjs .bd ul li .title span {
    display: block;
    width: 100%;
    height: 32px;
    overflow: hidden;
}

.i_zjjs .bd ul li .title span strong {
    color: #333333
}

.i_zjjs .bd ul li .title a {
    color: #666666
}

/*i_yqsb*/
.i_yqsb {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 25px auto 0 auto
}

.i_yqsb_left {
    overflow: hidden;
    position: relative;
    float: left;
    width: 880px;
}

.i_yqsb_right {
    overflow: hidden;
    position: relative;
    float: right;
    width: 390px;
}

.i_yqsbleft {
    width: 880px;
    overflow: hidden;
    position: relative;
}

.i_yqsbleft .hd {
    overflow: hidden;
    height: 30px;
    background: #f4f4f4;
    padding: 0 10px;
}

.i_yqsbleft .hd .prev, .i_yqsbleft .hd .next {
    display: block;
    width: 5px;
    height: 9px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/arrow.png") no-repeat;
}

.i_yqsbleft .hd .next {
    background-position: 0 -50px;
}

.i_yqsbleft .hd .prevStop {
    background-position: -60px 0;
}

.i_yqsbleft .hd .nextStop {
    background-position: -60px -50px;
}

.i_yqsbleft .bd {
    padding: 0 0;
}

.i_yqsbleft .bd ul {
    overflow: hidden;
    zoom: 1;
}

.i_yqsbleft .bd ul li {
    margin: 0 25px 0 0;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.i_yqsbleft .bd ul li .pic {
    text-align: center;
}

.i_yqsbleft .bd ul li .pic img {
    width: 266px;
    height: 190px;
    display: block;
}

.i_yqsbleft .bd ul li .pic a:hover img {
    border-color: #999;
}

.i_yqsbleft .bd ul li .title {
    line-height: 50px;
    font-size: 16px;
}

/*jkkp*/
.i_jkkp {
    width: 390px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.i_jkkp ul {
    height: auto;
    overflow: hidden;
}

.i_jkkp li {
    width: 100%;
    font-size: 15px;
    color: #999999;
    line-height: 40px;
    height: 40px;
}

.i_jkkp li a {
    background: url("../images/ico_001.png") left center no-repeat;
    color: #333333;
    float: left;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 330px;
    height: 40px;
    line-height: 40px;
    padding-left: 10px
}

.i_jkkp li a:hover {
    color: #cc0000
}

.i_jkkp li span {
    float: right;
    height: 40px;
    line-height: 40px;
    color: #999999
}

.jkkp_pic {
    width: 390px;
    margin: 0 auto 15px auto;
    overflow: hidden;
}

/*listbanenr*/
.part-tit {
padding: 123px 0 0 0;
    min-width: 1300px;
    width: 100%;
    height: auto;
}

.part-tit .part-mes {
    width: 280px;
    padding-left: 475px;
    padding-top: 70px;
}

.part-tit .part-mes h1 {
    font-size: 40px;
    font-weight: 400;
    text-align: center;
}

.part-tit .part-mes p {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    color: #8C999A;
}

/*左边快速导航*/
.department-nav-wrap {
    position: relative;
}

.department-nav-wrap.fixed .department-nav {
    position: fixed;
    top: 0;
    z-index: 1;
}

.department-nav {
    position:* absolute;
    margin-top: -70px;
    float:left;
    width: 220px;
    min-height: 300px;
    overflow: hidden;
    padding-bottom: 152px;
    background-color: #fff; /*background: url("../images/pgy.png");*/
    box-shadow: 0 0 1px #e4e4e4;
    transition: top linear .3s;
}

.department-nav .category {
    display: block;
    line-height: 30px;
    padding: 10px 40px 10px 20px;
    font-size: 16px;
    background: url("../images/list_subjt.png") 180px center no-repeat;
    border-bottom: #e3e3e3 1px solid
}

.department-nav .category:hover {
    background: url("../images/list_subjt2.png") 180px center no-repeat #0c8548;
    color: #ffffff
}

.department-nav .curcategory {
    display: block;
    height: auto;
    padding: 10px 40px 10px 20px;
    font-size: 16px;
    font-weight: 700;
    color: #FFFFFF;
    background: url("../images/this_hoverbg.png") left center no-repeat #0c8548;
    background-size: 220px 100%;
}

.department-nav .curcategory:hover {
    background: url("../images/this_hoverbg.png") left center no-repeat #0c8548;
    background-size: 220px 100%;
}

/*手风琴效果单独样式*/
.accordion .department-nav .category {
    display: block;
    height: 28px;
    padding: 15px 20px;
    border-bottom: 1px solid #d7d7d7;
}

.accordion .department-nav .category:hover {
    background-color: #e5e5e5;
}

.accordion .department-nav .curcategory {
    display: block;
    height: 28px;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 700;
    color: #FFFFFF;
    background-color: #8C999A;
}

.accordion .department-nav .curcategory:hover {
    background-color: #8C999A;
}

.accordion .department-nav .category:after {

    float: right;
}

.accordion .department-nav .curcategory:after {

    float: right;
}

.department-nav .departs {
    display: none;
    width: 220px;
    max-height: 270px;
    overflow-y: auto;
    padding: 10px 1px;
    border-bottom: 1px solid #e4e4e4;
}

.department-nav .departs a {
    display: block;
    padding-left: 15px;
}

.department-nav .departs .curdepart {
    color: #0EB29A;
    background-color: #f9f9f9;
}

/*三级栏目*/
.three-nav {
    height: 50px;
    margin-bottom: 25px;
    border-bottom: 3px solid #e5e5e5;
    position: relative;
}

.three-nav h2 {
    line-height: 50px;
    font-size: 20px;
    word-spacing: .8em;
    color: #0c8548;
    font-weight: normal;
    float: left;
}

.three-nav h2:before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: -5px;
    width: 30px;
    height: 3px;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    overflow: hidden;
    background: #FF9800;
}

.three-nav h2 span, .three-nav h2 i {
    vertical-align: middle;
}

.three-nav h2 i {
    font-size: 14px;
    color: #ea5a54;
    margin-left: 15px;
}

.three-nav h2 i a {
    margin-left: 5px;
}

.three-nav ul {
    position: absolute;
    bottom: 0;
    right: 0;
}

.three-nav li {
    float: left;
    line-height: 16px;
    padding: 10px 18px;
    position: relative;
}

.three-nav li.cur {
    background: #fff;
    border-left: 1px solid #E3D3CA;
    border-right: 1px solid #E3D3CA;
    border-top: 3px solid #0c8548;
    border-bottom: 2px solid #fff;
    margin-bottom: -3px;
}

.three-nav li.cur a {
    color: #0c8548;
}

.contact {
    position: absolute;
    width: 220px;
    height: 150px;
    bottom: 0;
    left: 0;
   /* background: url(../images/contact.png);*/
}

.contact p {
    padding-left: 40px;
    padding-top: 15px;
    font-size: 14px;
    color: #333333;
    line-height: 1.5;
}

.contact p span {
    font-size: 14px;
    font-weight: 700;
    color: #666666;
}

.container {
    min-height: 475px;
    margin-bottom: 25px;
}

.layout {
    width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

.mt25 {
    margin-top: 25px;
}

.pl265 {
    padding-left: 250px;
}

.list-item {
    box-sizing: border-box;
    background: #ffffff;
    width: 1070px;
    float: right;
    padding: 10px 20px 40px 20px;
}

/*新闻列表*/
.list_thissub {
    background: #0c8548;
    height: 50px;
    background: url("../images/this_subbg.png");
    padding: 20px 0 0 20px
}

.list_thissub h2 {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    color: #ffffff
}

.news-list > .fl, .news-show > .fl, .video-show > .fl {
    width: 70%;
}

.news-list > .fr, .news-show > .fr, .video-show > .fr {
    width: 26%;
}

.news-list .sort {
    margin-bottom: 10px;
    border-bottom: 1px solid #d7d7d7;
}

.list-content {
    position: relative;
    padding: 10px 0
}

.news-list .sort a.cur {
    font-weight: bold;
    color: #3073b1;
    border-bottom: 3px solid #256aa7;
    padding: 0 15px;
    display: block;
    margin-right: 20px;
    line-height: 46px;
    height: 46px;
    float: left;
    font-size: 18px;
}

.path {
    padding: 0;
    text-align: right;
    color: #999;
    float: right;
    width: 600px;
    line-height: 46px;
    height: 46px;
}

#news-list li {
    border-bottom: 1px solid #e6e6e6;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 124px;
    position: relative;
}

#news-list li:first-child {
    padding-top: 5px;
}

#news-list li:first-child .thumb {
    top: 5px;
}

#news-list li h2 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: normal;
    height: 37px;
}

#news-list li h2 a {
    display: inline-block;
    color: #333333
}

#news-list li .thumb {
    position: absolute;
    left: 0;
    top: 20px;
}

#news-list li .thumb img {
    width: 182px;
    height: 124px;
}

#news-list li.hasthumb {
    padding-left: 200px;
}

.news-list-info {
    font-size: 12px;
    color: #999;
    line-height: 35px;
}

.news-list-info .fl span {
    margin-right: 10px;
}

.news-list-info .fr span {
    display: inline-block;
}

.news-list-info .fr a {
    vertical-align: middle;
    margin-left: 5px;
}

.news-list-summary {
    overflow: hidden;
    height: 124px;
}

.news-list-summary p {
    display: -webkit-box;
    line-height: 24px;
    max-height: 68px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal;
    margin-bottom: 0;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #777;
    margin: 0
}

.right-side .list-tit h2 span {
    font-weight: bold;
    display: inline-block;
    line-height: 46px;
}

.pager {
    overflow: hidden;
    text-align: center;
    margin-bottom: 15px
}

/*c-content*//*content*/
.c-content {
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 30px auto 40px auto;
    padding: 0 0;
}

.c-content .c-title {
    font-size: 30px;
    color: #cc3333;
    line-height: 50px;
    text-align: center
}

.c-content .other-s {
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: #666666;
    background: #e5e5e5;;
    margin: 15px auto 0 auto;
    position: relative;
}

.c-content .other-s .sjfx {
    position: absolute;
    right: 10px;
    top: 10px;
}

.c-content .nr-info {
    height: auto;
    overflow: hidden;
    position: relative;
    text-align: left
}

.c-content .nr-info p {
    font-size: 16px;
    color: #666;
    line-height: 34px;
    margin: 15px 0;
    text-indent: 2em;
  
}

.wz_fj {
}

.wz_fj p {
    line-height: 36px;
    color: #1c77c8;
    font-size: 16px;
    background: url("../images/ico_fj2.png") left center no-repeat;
    padding: 0 0 0 20px
}

.wz_fj a {
    line-height: 36px;
    font-size: 16px;
}

.wzclose-relative {
    text-align: center;
    margin-top: 30px;
}

.wzclose-relative span {
    margin: 0 15px;
}

.i-sxt {
    border-top: #d9d9d9 1px solid;
    margin: 20px auto;
    padding: 20px 0;
}

.i-sxt p {
    display: block;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.i-sxt a {
    color: #555555;
    font-size: 14px;
    line-height: 30px;
}

.i-sxt a:hover {
    color: #cc0010;
}

/*keshi*//*LINK*/
.cont_yxbm_rigB {
    width: 100%;
    height: auto;
    line-height: 30px;
    font-size: 14px;
    padding: 10px 0;
    overflow: hidden;
}

.cont_yxbm_rigB h2 {
    height: 42px;
    line-height: 42px;
    text-indent: 0; /*border-left:3px solid #3073b1;*//*background:#f1f1f1;*/
    margin-bottom: 10px;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}

.cont_yxbm_rigB ul {
    margin-bottom: 20px;
    height: auto;
    overflow: hidden;
    width: 110%;
}

.cont_yxbm_rigB ul li a {
    display: block;
    width: 224px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #056736;
    padding: 5px 0 0 0; font-weight: bold;
}

.cont_yxbm_rigB ul li {
    width: 224px;
    height: 60px;
    line-height: 27px;
    float: left;
    text-align: left;
    padding: 4px 10px 0 0;
    margin: 5px 2.1% 5px 0;
    display: inline;
    font-size: 16px;
    background: #e2f1e9;
    border: #dae6e0 1px solid;
}

.cont_yxbm_rigB ul li span {
    font-size: 12px;
    color: #999999;
    line-height: 22px;
    width: 100%;
    text-align: center;
    display: block
}

.cont_yxbm_rigB ul li:hover {
    color: #0c8548;
    border: #0c8548 1px solid;transition: all 0.3s;
}

.cont_yxbm_rigB ul li:hover a {
    color: #0c8548;
    font-weight: bold;transition: all 0.3s;
}

.cont_yxbm_rigB ul li:hover span {
    color: #0c8548;transition: all 0.3s;
}

/*侧边栏*//*.aside{position:fixed;width:40px;text-align:center;height:100%;right:0;top:0;z-index:99;padding-top:160px;transition:right 0.3s;-webkit-transition:right 0.3s;}
.aside a{display:block;color:#fff;}
.aside a:hover i{background:#00625A;}
.aside li{height:40px;line-height:40px;position:relative;}
.aside a i{width:100%;font-size:20px;background:#008059;position:relative;z-index:1;}
.aside li span{display:none;width:96px;background:#008059;position:absolute;top:0;right:0;color:#fff;}
.aside .gotop{position:fixed;width:40px;bottom:0;}
.aside .gotop a{display:none;}
.no-js .aside-service a span{display:block;opacity:0;filter:alpha(opacity=0);right:-36px;transition:opacity 0.3s,right 0.3s;-webkit-transition:opacity 0.3s,right 0.3s;}
.no-js .aside-service a:hover span{opacity:1;filter:alpha(opacity=100);right:40px;}
.no-js .gotop{display:block;}*//*侧边栏*/
.aside {
    position: fixed;
    width: 40px;
    height: 100%;
    right: 20px;
    top: 0;
    z-index: 99;
    padding-top: 160px;
    transition: right 0.3s;
    -webkit-transition: right 0.3s;
}

.aside li {
    width: 40px;
    height: 40px;
    float: right;
    line-height: 40px;
    margin-bottom: 10px;
    border-radius: 20px;
    transition: width .3s linear;
    overflow: hidden;
}

.aside li:nth-child(1):hover, .aside li:nth-child(2):hover, .aside li:nth-child(3):hover {
    width: 100px;
}

.aside li a i {
    margin-left: 12px;
    color: #fff;
}

.aside li a {
    color: #fff;
    display: block;
    line-height: 40px;
}

.aside li:nth-child(1) {
    background-color: #0EB29A;
}

.aside li:nth-child(2) {
    background-color: #C8E29D;
}

.aside li:nth-child(3) {
    background-color: #498EB9;
}

.aside li:nth-child(4) {
    background-color: #A4EAE8;
}

.totop {
    display: none;
}

/*list_box*/
.list_box {
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 0;
}

.list_box li {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #999999;
    text-align: right;
    padding: 0;
    background: url("../images/dxhx.png") bottom repeat-x;
}

.list_box li a {
    color: #4a4a4a;
    float: left;
    padding-left: 18px;
    background: url("../images/ico_dd.png") 5px center no-repeat;
}

.list_box li:hover {
    color: #cc0000;
}

.list_box li a:hover {
    color: #cc0000;
}

.list-fy {
    text-align: center;
    margin: 0 auto 40px auto;
    min-height: 40px;
}

/*ks_info*/
.ksabout {
    width: 1060px;
    height: auto;
    overflow: hidden;
    padding: 0 0;
    margin-bottom: 30px;
}

.ksabout img {
    width: 402px;
    height: 265px;
}

.ksabout .k-js {
    width: 620px;
    height: auto;
    font-size: 15px;
    color: #595959;
    text-align: left;
}

.ksabout .k-js p {
    margin-top: 6px;
    font-size: 14px;
    color: #595959;
    line-height: 25px;
    text-indent: 2em;
}

.ksabout .k-js .more {
    display: block;
    width: 82px;
    height: 27px;
    background-color: #bda179;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 27px;
    margin-top: 26px;
    cursor: pointer;
}

.ksabout .k-js .hid {
    display: none;
}

.ks_lxfs {
    width: 920px;
    height: 78px;
    padding: 0 12px;
}

.ks_lxfs ul li {
    font-size: 15px;
    color: #595959;
    float: left;
    margin-top: 25px;
    margin-bottom: 27px;
}

.ks_lxfs ul li:nth-child(2) {
    margin-left: 45px;
}

.ks_lxfs ul li:nth-child(3) {
    margin-left: 60px;
}

.ks_lxfs ul li i {
    font-size: 24px;
    color: #bda179;
    vertical-align: middle;
}

/*ksallzj*/
.ks_kszj ul li {
    width: 46.8%;
    height: 212px;
    margin-top: 25px;
    float: left;
    padding-left: 12px;
    padding-right: 18px;
}

.ks_kszj ul li .avactar {
    width: 35%;
    height: 211px;
}

.ks_kszj ul li .message {
    width: 61%;
    height: 211px;
}

.ks_kszj ul li .message h5 {
    font-size: 18px;
    color: #222222;
    font-weight: normal;
    padding-top: 3px;
}

.ks_kszj ul li .message span {
    font-size: 14px;
    color: #505050;
    display: block;
    margin-top: 12px;
}

.ks_kszj ul li .message p {
    font-size: 14px;
    color: #818080;
    margin-top: 17px;
    line-height: 23px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.ks_kszj ul li .message a {
    display: block;
    width: 67px;
    height: 31px;
    background-color: #bda179;
    line-height: 31px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    margin-top: 15px;
}

/*zj_xx*//*专家照片部分*/
.zj-info {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative
}

.zj-info .expert-img {
    width: 1060px;
    padding: 0 0;
    height: 230px;
    padding-top: 10px;
}

.zj-info .expert-img .img {
    width: 165px;
    height: 227px;
}

.zj-info .expert-img .img img {
    width: 165px;
    height: 227px;
}

.zj-info .expert-img .name {
    width: 50%;
    height: 168px;
    margin-left: 30px;
}

.zj-info .expert-img .name h5 {
    font-size: 22px;
    color: #222222;
    margin-top: 3px;
}

.zj-info .expert-img .name ul li {
    font-size: 16px;
    color: #505050;
    line-height: 30px;
    margin-top: 10px;
}

.gold {
    color: #927d60;
}

.zj-info .expert-img a {
    display: block;
    width: 143px;
    height: 42px;
    border-radius: 5px;
    text-align: center;
    line-height: 42px;
    background-color: #bda179;
    font-size: 14px;
    color: #fff;
    bottom: 0;
    right: 40px;
    position: absolute;
}

/*专家介绍部分*/
.zj-info .expert {
    width: 100%;
    padding: 0 0;
    height: auto;
}

.zj-info .expert .info p {
    font-size: 15px;
    color: #565656;
    line-height: 25px;
    margin-top: 20px;
}

/*坐诊时间部分*//*坐诊时间部分*/
.zjpb_box {
    width: 100%;
    padding: 0 0;
    height: auto;
}

.zjpb_box .tit {
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #dddddd;
    position: relative;
}

.zjpb_box .tit h3 {
    font-size: 25px;
    color: #2c5771;
    padding-top: 30px;
}

.zjpb_box .tit .bb {
    width: 100px;
    height: 4px;
    background-color: #6bcbca;
    left: 0;
    bottom: -2px;
}

.zjpb_box table {
    width: 100%; /*height: 140px;*/
    border: 1px solid #e5e5e5;
    margin-top: 20px;
}

.zjpb_box table th {
    height: 53px;
    border-right: 1px solid #e4e4e4;
    text-align: center;
    padding: 0;
    background-color: #c8e29d;
    color: #333333;
}

.zjpb_box table th:last-child {
    border-right: none;
}

.zjpb_box table tr td {
    border-right: 1px solid #e4e4e4;
    text-align: center;
    font-size: 18px;
    color: #333333;
}

.zjpb_box table tr td:last-child {
    border-right: none;
}

.zjpb_box table tr {
    height: 43px;
    text-align: center;
}

.gray {
    background-color: #f3f3f3;
}

.zjpb_box table .little-green {
    background-color: #b4ce89;
}

.zjpb_box table p {
    margin: 0;
    padding: 0
}

/*科室其他专家部分*/
.ksothers {
    width: 100%;
    padding: 0 0;
    height: auto;
    overflow: hidden;
}

.ksothers ul {
    width: 110%;
}

.ksothers ul li {
    width: 120px;
    height: 195px;
    text-align: center;
    margin-top: 20px;
    margin-right: 32px;
    float: left;
}

.ksothers ul li:last-child {
    margin-right: 0;
}

.ksothers ul li img {
    height: 167px;
    width: 120px;
}

.ksothers ul li span {
    font-size: 15px;
    color: #666666;
    display: block;
    margin-top: 5px;
}

.zj-info .tit {
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #dddddd;
    position: relative;
}

.zj-info .tit h3 {
    font-size: 20px;
    color: #0c8548;
    padding-top: 30px;
}

.zj-info .tit .bb {
    width: auto;
    height: 4px;
    background-color: #FF9800;
    left: 0;
    bottom: -2px;
    padding: 0 20px;
}

/*piclist*/
.pic-list {
    width: 100%;
    overflow: hidden;
    height: auto;
    margin: 20px auto;
}

.pic-list ul {
    width: 110%;
    margin: 0 auto;
    padding: 0;
}

.pic-list li {
    width: 320px;
    margin-right: 34px;
    float: left;
    margin-bottom: 0;
}

.pic-list li img {
    width: 310px;
    height: 200px;
    border: #efefef 1px solid;
    padding: 5px;
}

.pic-list li img:hover {
    border: #ccc 1px solid;
    padding: 5px;
    opacity: 0.9
}

.pic-list li a {
    display: block;
    width: 302px;
}

.pic-list li a:hover {
    color: #000;
}

.pic-list li span {
    text-align: center;
    width: 100%;
    line-height: 40px;
    color: #666;
    display: block
}

/*zjlist*/
.zjlist {
    width: 100%;
    padding: 0;
    margin-top: 20px;
    border: 1px solid #f2f2f2;
    height: auto;
    overflow: hidden;
}

.zjlist:hover {
    background: #ffffff;
    border: #a6d4f0 1px solid
}

.zjlist:hover .left {
    background: #498EB9;
}

.zjlist:hover .left a {
    color: #ffffff
}

.zjlist .left {
    width: 190px;
    height: 100%;
    text-align: center;
    border-right: 1px solid #f2f2f2;
    background-color: #f6f6f6;
    top: 0;
    left: 0;
}

.zjlist .left a {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -11px;
    font-size: 17px;
    color: #414141;
}

.zjlist .right {
    width: 82%;
    height: auto;
}

.zjlist .right ul li {
    width: 14.27%;
    height: 40px;
    float: left;
    text-align: center;
    line-height: 40px;
}

.zjlist .right ul li a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}

.zjlist .right ul li:hover {
    background: #f6f6f6;
}

/*yqljlink*/
.iyqlj {
    width: 100%;
    height: 60px;
    line-height: 60px;
    margin: 0 auto 0 auto;
    padding: 5px 0 0 0;
    color: #333333
}

.iyqlj h2 {
    display: block;
    width: 120px;
    height: 60px;
    color: #499b64;
    font-size: 20px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    float: left;
}

.iyqlj ul {
    display: block;
    width: 1300px;
    margin: 0 auto;
}

.iyqlj li {
    float: left;
    font-size: 14px;
    color: #dedede
}

.iyqlj li a {
    padding: 0 15px;
    color: #333333
}

/*footer*/
.footer_box {
    width: 100%;
    height: 170px;
    background: #00582b;
    margin: 0 auto 0 auto;
    padding: 30px 0;
}

.footer {
    width: 1300px;
    margin: 0 auto;
    height: auto;
    position: relative;
}

.footer_left {
    width: 230px;
    height: 150px;
    float: left;
    border-right: #599275 1px solid;
    background: url("../images/end_logo1231.png") left no-repeat;
}

.footer_center {
    width: 570px;
    height: 150px;
    padding: 15px 0 0 0;
    float: left;
    color: #ffffff;
    position: relative;
}

.footer_right {
    width: 330px;
    height: 170px;
    float: right;
    padding: 30px 0 0 0;
}

.footer_right ul {
    padding-left: 20px;
}

.footer_right li {
    width: 75px;
    display: inline;
    text-align: center;
    float: left;
    margin: 0 0 0 25px;
    position: relative;
}

.footer_right li img {
    width: 75px;
    height: 75px;
    display: block;
    margin: 0 auto;
    border: #ffffff 0 solid;
    background: #1c6a42;
    border-radius: 50%;
    opacity: 1;
}

.footer_right li img:hover {
    border: #f5f5f5 0 solid;
    transition: all 0.6s;
    background: #003419;
    opacity: 1;
}

.footer_right li i {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    font-style: normal;
    display: block;
    font-weight: normal;
    line-height: 40px;
}

.endr_ewm {
    position: absolute;
    width: 120px;
    height: 152px;
    top: 50%;
    margin-top: -250px;
    right: -40px;
    padding: 15px;
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    opacity: 0;
    -webkit-filter: alphha(opacity=0);
    filter: alphha(opacity=0);
    visibility: hidden;
}

.endr_ewm img {
    display: block;
    margin: 0 auto;
    width: 120px !important;
    height: auto !important;
    border-radius: 0 !important;
}

.endr_ewm_box:hover .endr_ewm {
    opacity: 1;
    -webkit-filter: alphha(opacity=100);
    filter: alphha(opacity=100);
    visibility: visible;
}

.footer_center h1 {
    display: block;
    width: 100%;
    text-align: center;
    margin: 40px auto 30px auto;
    font-size: 26px;
}

.footer_center p {
    font-size: 14px;
    margin: 0;
    color: #ffffff;
    line-height: 30px;
    padding: 0 0 0 50px;
}

.footer_center h2 {
    font-size: 18px;
    margin: 0;
    font-weight: bold;
    color: #ffffff;
    line-height: 36px;
    padding: 0 0 0 50px;

}

.footer_sydw {
    position: absolute;
    right: 50px;
    bottom: 55px;
    width: 50px;
    height: 60px;
}

/*emd_Link*/

/*right*/
.rightNav {
    position: fixed;
    right: 28px;
    top: 50%;
    height: 520px;
    margin-top: -175px;
    z-index: 1001;
}

.rightNav li {
    background: #fff;
    position: relative;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    line-height: 56px;
    width: 56px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 56px;
    text-align: center;
    border-radius: 3px;
    margin-bottom: 10px;
}

.rightNav li .s1, .rightNav li img, .rightNav li a {
    display: block;
    width: 100%;
    height: 100%;
}

.rightNav li a {
    position: relative;
}

.rightNav li .s1 {
    -webkit-filter: alphha(opacity=100);
    filter: alphha(opacity=100);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
}

.rightNav li .s2 {
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    line-height: 1.3;
    font-size: 14px;
    opacity: 0;
    -webkit-filter: alphha(opacity=0);
    filter: alphha(opacity=0);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    visibility: hidden;
    color: #fff;
    position: relative;
    margin-top: 12px
}

.rightNav li .s3 {
    display: block;
    opacity: 0;
    -webkit-filter: alphha(opacity=0);
    filter: alphha(opacity=0);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    height: 100%;
    visibility: hidden;
}

.rightNav li:hover .s3 {
    opacity: 1;
    -webkit-filter: alphha(opacity=100);
    filter: alphha(opacity=100);
    visibility: visible;
}

.rightNav li:hover .s2 {
    opacity: 1;
    -webkit-filter: alphha(opacity=100);
    filter: alphha(opacity=100);
    visibility: visible;
}

.rightNav li:hover .s1 {
    opacity: 0;
    -webkit-filter: alphha(opacity=0);
    filter: alphha(opacity=0);
    visibility: hidden;
}

.rightNav li:hover {
    background: #01763a;
}

.goto {
    display: none;
}

.w_1366 .rightNav {
    height: 350px;
    margin-top: -175px;
    right: 5px;
}

.w_1366 .rightNav li {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.w_1366 .rightNav li .s2 {
    font-size: 12px;
    width: 30px;
}

.rightNav .w .r_ewm {
    position: absolute;
    width: 120px;
    height: 152px;
    top: 50%;
    margin-top: -160px;
    right: 78px;
    padding: 15px;
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    opacity: 0;
    -webkit-filter: alphha(opacity=0);
    filter: alphha(opacity=0);
    visibility: hidden;
}

.rightNav .w:hover .r_ewm {
    opacity: 1;
    -webkit-filter: alphha(opacity=100);
    filter: alphha(opacity=100);
    visibility: visible;
}

.w_1366 .rightNav .w .r_ewm {
    right: 60px;
}

.rightNav .w.li4 .r_ewm {
    width: 135px;
    height: 135px;
    margin-top: -80px;
    padding: 0;
}

.department-nav a.sj {
    background: #efefef;
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 10px 20px;
    font-size: 16px;
    border-bottom: #e3e3e3 1px solid;
    padding-left: 46px;
}

.department-nav  a.curcategory1{
    background: #32a76c;
    color: #fff;
}

.department-nav a.sj:hover {
    background: #32a76c;
    color: #fff;
}
