@charset "utf-8";

/* CSS Document */
body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    background-color: #fff;
    min-width: 1200px;
}

a {
    text-decoration: none;
    color: #4a4b4a;
}

a:hover {
    color: #199352;
}

/*头部*/
.header {
    width: 100%;
    /* height:198px; */
    margin: 0 auto;
}

.top {
    width: 100%;
    /* height:158px; */
    margin: 0 auto;
    text-align: center;
}

.top_nav_bg {
    width: 100%;
    height: 29px;
    background-color: #0d5701;
}

.top_nav {
    width: 1000px;
    margin: 0 auto;
    height: 29px;
    line-height: 29px;
    text-align: right;
}

.top_nav a {
    display: inline-block;
    padding: 0 15px;
    color: #fff;
    background: url(../images/top_navbg.gif) no-repeat left
}

.top_nav a.nobg {
    background: none;
}

.top_nav a:hover {
    color: #d8ede3;
}

.logo {
    width: 100%;
    height: 129px;
    margin: 0 auto;
    position: relative;
}

.logo_link {
    width: 1000px;
    height: 129px;
    margin: 0 auto;
    display: block;
}

.logo img {}

.search {
    width: 219px;
    height: 29px;
    position: absolute;
    right: 50%;
    margin-right: -500px;
    bottom: 42px;
    background: url(../images/search.gif) no-repeat left center;
    z-index: 1000;
}

.search input {
    position: absolute;
    width: 178px;
    height: 29px;
    line-height: 29px;
    color: #323232;
    border: none;
    background: none;
    left: 0px;
    top: 0px;
    padding: 0px;
    margin: 0px;
}

.search input.notxt {
    color: #3f3f3c;
    padding-left: 12px;
}

.search input.notxt1 {
    position: absolute;
    width: 28px;
    height: 29px;
    left: 190px;
}


.nav_box {
    /*! margin-bottom: -30px; */
    position: relative;
    background: #199352;
    margin-top: -7px
}

.nav_box .row {
    /*! background: #0057ad; */
    line-height: 55px;
    height: 55px;
    margin: 0 auto;
    width: 1200px;
}

.nav {
    /*! margin: 0 384px 0 64px; */
}

.nav ul {
    font-size: 0;
    text-align: justify;
    text-justify: inter-ideograph;
    overflow: visible !important;
    height: 55px;
}

.nav ul::after {
    content: '';
    width: 100%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 0;
}

.nav ul>li {
    position: relative;
    text-align: center;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    transform: perspective(5000px);
    -moz-transform: perspective(5000px);
    -o-transform: perspective(5000px);
    -webkit-transform: perspective(5000px);
}

.nav ul li>a {
    font-size: 18px;
    display: block;
    position: relative;
    color: #fff;
}

.nav ul li>a:hover::before {
    content: "";
    position: absolute;
    left: -20px;
    right: -20px;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: -1;
}

.nav ul li>a:hover {
    color: #199352
}

.nav ul li.on>a,
.nav ul li:hover>a {}

.nav ul li.on .subNav {
    display: block;
}



/* .nav ul li:before{content:"";display: block;background: #fff;width: 1px;height: 16px;position: absolute;left: 0;top: 50%;margin-top: -8px;} */

.nav ul li:first-child:before {
    display: none;
}

.subNav {
    background: #199352;
    white-space: normal;
    left: 0px;
    position: absolute;
    top: 100%;
    display: none;
    /*! padding: 0 10px 10px; */
}

.nav ul li .subNav {
    left: -20px;
    top: 55px;
    padding: 0 0 10px 0;
}

.subNav dd {
    /*! border-top: 1px solid rgba(255, 255, 255, .1); */
}

.subNav dd:first-child {
    border: none;
}

.subNav a {
    color: #199352;
    padding: 8px 25px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    white-space: nowrap;
    text-align: left;
    border-radius: 3px;
}

.subNav a:hover {
    background-color: #199352;
    color: #fff;
}



.content {
    width: 1200px;
    margin: 0px auto;
    background: #fff;
    overflow: hidden;
}






/*图片轮播*/
.flex-control-paging li a:hover, .flex-control-paging li a.flex-active {
    background: #013a1e;
}

.flexslider ul.slides li img {
    width: 1000px;
    height: 349px;
}

.mode01 {
    width: 1200px;
    overflow: hidden;
    clear: both;
    margin-top: 54px;
}



.more {
    float: right;
    float: right;
    padding-right: 8px;
    border: 1px solid #CFCFCF;
    padding: 0 10px;
    margin: 5px 0 0 0;
}

.more a {
    color: #999;
    font-size: 16px;
}

.listTitle {
    overflow: hidden;
    height: 40px;
}

.listTitle h2 {
    color: #199352;
    font-size: 24px;
    font-weight: bold;
    line-height: 33px;
    position: relative;
    margin: 0px 30px 0 0;
    padding: 0px;
    float: left;
    height: 40px;
}

.listTitle h2::before {
    content: '';
    position: absolute;
    width: 90px;
    height: 1px;
    background: #199352;
    bottom: 0px;
    left: 0px
}

.listTitle h2::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 2px;
    background: #199352;
    bottom: 20px;
    right: -20px
}

.bd ul {
    margin: 20px -16px 0;
}

.bd ul li {
    float: left;
    width: 25%;
}

.bd ul li a {
    padding: 25px;
    background: #fff;
    border: 7px solid #EBEBEB;
    margin: 0 16px;
    display: block;
}

.bd ul li h5 {
    font-size: 16px;
    line-height: 24px;
    color: #333;
    font-weight: normal;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;

}

.bd ul li p {
    font-size: 14px;
    line-height: 20px;
    color: #999999;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 8px 0 10px 0
}

.bd ul li span {
    display: block;
    font-size: 14px;
    color: #199352;
}

.mode02 {
    margin-top: 60px
}

.picture_bd ul {
    overflow: hidden;
    margin: 0 -24px
}

.picture_bd ul li {
    width: 50%;
    float: left;
    overflow: hidden;
    position: relative;

}

.picture_bd ul li a {
    margin: 0 24px;
    position: relative;
    display: block;
    height: 240px;
    padding: 0 0 14px 0;
}

.picture_bd ul li a::before {
    content: '';
    position: absolute;
    width: 441px;
    height: 230px;
    box-shadow: 10px 10px 13px rgba(0, 0, 0, .05);
    right: 0px;
    top: 0px;
    z-index: -1;
}

.picture_bd ul li:nth-child(even) {
    float: right;
}

.pic_left {
    width: 349px;
    height: 196px;
    float: left;
    margin: 17px 0 0 0;
}

.pic_left img {
    width: 349px;
    height: 196px;
}

.pic_right {
    margin: 0 0 0 360px
}

.pic_right h5 {
    padding: 40px 0 0 0;
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    line-height: 24px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pic_right p {
    font-size: 14px;
    color: #199352;
    margin: 80px 0 0 0;
}

.video_bd ul {
    margin: 20px -11px 25px;
    overflow: hidden;
}

.video_bd ul li {
    width: 33.3%;
    float: left;
    margin: 0 0 22px 0;
}

.video_bd ul a {
    display: block;
    margin: 0 11px;
    position: relative;
}

.video_bd ul span {
    display: block;
    width: 385px;
    height: 217px;
    position: relative;
    ;
}

.video_bd ul span img {
    width: 385px;
    height: 217px;
}

.video_bd ul i {
    width: 41px;
    height: 41px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
}

.video_bd ul p {
    width: 100%;
    height: 49px;
    background: url(../images/tit_bg.png) repeat-x;
    position: absolute;
    left: 0px;
    bottom: 0px;
    line-height: 49px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.mode03 {
    margin-top: 50px;
}

/*底部开始*/
.footer {
    padding: 25px 0;
    background-color: #199352;
    color: #fff;
}

.copyRight {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    font-family: "微软雅黑";
    font-size: 14px;
}

/*二级页*/
.subPage {
    width: 1200px;
    margin: 0px auto;

}

.pageList {
    padding: 40px 20px 0;
    background: #F7F7F7;
}

.pageList2 {
    padding: 40px 0 0
}

.Bread {
    width: auto;
    float: right;
    margin: 0px;
    line-height: 20px;
    color: #DBDBDB;
    height: auto;
    margin: 10px 0 0 0;
}

.Bread1 {
    float: none;
    text-align: right;
}

.Bread a {
    color: #333333;
    font-size: 16px;
    padding: 0 5px;
}

.articleList2 {}

.articleList2 ul li {
    background: url(../images/circle.png) no-repeat left center;
    height: 69px;
    line-height: 69px;
    border-bottom: 1px solid #E8E8E8;
    padding: 0 0 0 15px
}

.articleList2 ul li:hover {
    background: url(../images/circle_green.png) no-repeat left center;
}

.articleList2 ul li a {
    font-size: 16px;
    color: #333333;
    float: left;
}

.articleList2 ul li span {
    float: right;
    font-size: 16px;
    color: #333333;
}

.articleList2 ul li:hover a {
    color: #199352;
}

.articleList2 ul li:hover span {
    color: #199352;
}

.listTitle2 {
    padding-left: 0px;
    background: none;
}

.listTitle2 h2 {
    color: #199352;
    font-size: 16px;
    font-weight: bold;
    height: 33px;
    line-height: 33px;
    padding: 0px;
}

.subPage .articleList2 {
    margin: 10px 0px 20px;
}

.listTitle2 {
    overflow: hidden;
    border-bottom: 1px solid #D8D8D8;
    padding: 0 0 10px 0;
}

.listTitle2 h2 {
    float: left;
    font-size: 24px;
    color: #333333;
    padding: 0 0 0 10px;
    position: relative;
    font-weight: normal;
}

.listTitle2 h2::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 24px;
    background: #EAA016;
    left: 0px;
    top: 5px;
}

.pages {
    padding: 0;
    color: #999;
    font-size: 0;
    text-align: center;
    padding: 30px 0 45px;
}

.pages:after,
.pages:before {
    content: " ";
    display: table
}

.pages>a:first-child {}

.pages>a {
    display: inline-block;
    * display: inline;
    * zoom: 1;
    cursor: pointer;
    width: 48px;
    height: 48px;
    line-height: 48px;
    position: relative;
    text-align: center;
    vertical-align: top;
    font-size: 16px;
    transition: all 0.35s ease-in-out;
    margin: 0 7px;
    color: #333;
    border: 1px solid #979797;
    /* background: #fff; */
    border-radius: 50%;
}

.pages .start,
.pages .end,
.pages>span,
.pages .next,
.pages .prev {
    border-color: #ECECEC;
}

.pages>span {
    font-size: 26px;
    font-family: arial;
    color: #666;
    margin: 0 12px;
}

.pages .next {
    background: url(../images/pages_next1.png) center no-repeat;
}

.pages .prev {
    background: url(../images/pages_prev1.png) center no-repeat;
}

.pages>a:hover,
.pages>a.on_page {
    background-color: #199352;
    color: #fff;
    border-color: #199352;
}

.pages>a.on_page {}

.pages .next:hover {
    background: url(../images/pages_next2.png) center no-repeat #199352;
}

.pages .prev:hover {
    background: url(../images/pages_prev2.png) center no-repeat #199352;
}

.pages .select_page {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 0 0 8px;
}

.pages .select_page span {
    font-size: 16px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    line-height: 30px;
    vertical-align: middle;
    padding: 0 10px;
    color: #666;
}

.pages .selectLink {
    display: inline-block;
    * display: inline;
    * zoom: 1;
    width: 121px;
    height: 46px;
    vertical-align: middle;
    position: relative;
    border: 1px solid #979797;
    /* background: #fff; */
    border-radius: 36px;
}

.pages .selectLink:hover {
    border-radius: 0 0 20px 20px;
    background: #199352;
    border-color: #199352;
}

.pages .selectLink:hover>p {
    color: #fff;
}

.pages .selectLink .arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 9px;
    bottom: calc(50% - 10px);
    background: url(../images/select_arrow.png) center center no-repeat;
    transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    cursor: pointer;
}

.pages .selectLink:hover .arrow {
    transform: rotate(180deg);
    background: url(../images/select_arrow2.png) center center no-repeat;
}

.pages .selectLink p {
    display: block;
    font-size: 16px;
    color: #666;
    line-height: 46px;
    text-align: left;
    padding: 0 0 0 22px;
}

.pages .selectLink .alertBox {
    height: 0;
    position: absolute;
    left: -1px;
    bottom: 100%;
    background: #199352;
    right: -1px;
    border-radius: 20px 20px 0 0;
    padding: 6px 0 0;
    overflow: hidden;
    border: 0;
    opacity: 0;
    transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    max-height: 200px;
    overflow: auto;
}

.pages .selectLink:hover .alertBox {
    opacity: 1;
    height: auto;
}

.pages .selectLink .alertBox a {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
    padding: 6px 0;
    text-align: center;
}

.pages .selectLink .alertBox a:hover {
    background: rgba(255, 255, 255, 0.2);
}

.articleTitle {
    width: 100%;
    text-align: center;
}

.articleTitle h2 {
    font-size: 22px;
    color: #333333;
    line-height: 29px;

}

.articleTitle h3 {
    font-size: 14px;
    color: #555;
    line-height: 20px;
    padding: 10px 0;
    font-weight: bold;
}

.articleAuthor {
    text-align: center;
    padding: 25px 0;
    border-bottom: 1px solid #E8E8E8;
}

.articleAuthor span {
    font-size: 14px;
    color: #999999;
    margin: 0 14px;
    display: inline-block;
}

.article {
    overflow: hidden;
    padding: 40px 30px;
    font-size: 16px;
    line-height: 26px;
}

.Annex {
    padding: 0px;
    overflow: hidden;
    margin-bottom: 30px;
}

.Annex h3 {
    font-size: 16px;
    line-height: 30px;
    color: #004a00;
    padding-left: 5px;
}

.Annex ul li {
    height: 26px;
    line-height: 26px;
    background: url(../images/list_lig.gif) no-repeat 10px center;
    padding-left: 28px;
}

.Annex ul li a {
    font-size: 12px;
    line-height: 24px;
    color: #656464;
}

.Annex ul li a:hover {
    color: #004a00;
}

.pageArticle {
    width: 1200px;
    margin: 0 auto;
}

/*通栏图片页开始*/
.pictureList_tl2 ul {
    margin: 40px -11px 0;
    overflow: hidden;
}

.pictureList_tl2 ul li {
    width: 33.3%;
    float: left;
    text-align: center;
    margin: 0 0 48px 0
}

.pictureList_tl2 ul li a {
    display: block;
    margin: 0 11px;
    background: url(../images/imgbg.png) no-repeat center bottom;
}

.pictureList_tl2 ul li span {
    width: 324px;
    height: 182px;
    display: block;
    margin: 0 auto;
}

.pictureList_tl2 ul li p {
    font-size: 16px;
    color: #333;
    line-height: 26px;
    padding: 10px 22px 20px
}

.pictureList_tl2 ul li img {
    width: 324px;
    height: 182px;
    display: block;
}

.pictureList_tl2 ul li p {
    line-height: 26px;
    text-align: left;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*通栏图片页结束*/

/*二级页左右分栏开始*/
.con {
    width: 1000px;
    height: auto;
    overflow: hidden;
}

.con .con_left {
    width: 200px;
    float: left;
    border: 1px solid #e3e3e3;
    border-bottom: none;
    margin: 5px 0 0 0;
}

.con .con_left .left_title {
    height: 39px;
    line-height: 39px;
    background: url(../images/cen_tbg.jpg) repeat-x;
}

.con .con_left .left_title h2 {
    padding: 0 0 0 20px;
}

.con .con_left .left_title h2 a {
    font-size: 16px;
    font-family: "微软雅黑";
    color: #199352;
    font-weight: bold;
}

.con .con_left ul li {}

.con .con_left ul li a {
    padding: 10px 20px 10px 20px;
    display: block;
    border-bottom: 1px solid #e3e3e3;
}

.con .con_left ul li a:hover {
    border-bottom: 3px solid #199352;
}

.con .con_right {
    width: 785px;
    height: auto;
    float: right;
}

.pictureList ul {
    width: 800px;
    overflow: hidden;
}

.pictureList ul li {
    width: 180px;
    height: 165px;
    float: left;
    text-align: center;
    margin: 0 20px 0 0;
}

.pictureList ul li img {
    width: 180px;
    height: 140px;
    display: block;
}

.pictureList ul li p {
    height: 20px;
    line-height: 20px;
}

/*二级页左右分栏结束*/