﻿*{
    margin: 0;
    padding: 0;
    font-family: "微软雅黑"; 
} 

a{
    text-decoration: none;
}
li{
    list-style: none;
}
.pull-left{
    float: left;
}
.pull-right{
    float: right;
}
.clear{
    clear: both;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/* 图标 */
@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;
}
.header-wrap .logo-con{
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    height: 140px;
}
.header-wrap .nav-box{
    border-top: 1px solid #e4e4e4;
    position: relative;
}
.header-wrap .nav-con{
    height: 60px;
    width: 1200px;
    margin: 0 auto;
    font-size: 14px;
}
.header-wrap .nav-con .nav-item{
    float: left;
    line-height: 53px;
    text-align: center;
    margin-right: 28px;
    margin-left: 28px;
}
.header-wrap .nav-con .nav-item:after{
    display: inline;
    content: "•";
    color: #84c785;
    position: relative;
    top: 0;
    left: 26px;
}
.header-wrap .nav-con .nav-item:last-child:after{
    content: "";
}
.header-wrap .nav-con .nav-item>a{
    display: inline-block;
    color: #098f0c;
    border-bottom: 7px solid #ffffff;
    transition: .35s;
}
.header-wrap .nav-con .nav-item>a:hover{
    border-bottom-color: #098f0c;
}
.header-wrap .nav-con .nav-item.cur>a{
	border-bottom-color: #098f0c;
}
.header-wrap .nav-con .subnav {
    color: #fff;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 60px;
    z-index: 999;
    overflow: hidden;
    background-color: rgba(9, 143, 12, .9);
    height: 0;
    transition: 0.2s;
}
.header-wrap .nav-con .nav-item:hover .subnav{
    height: 170px;
}
.header-wrap .nav-con .subnav .subnav-con {
    width: 1200px;
    margin: 0 auto;
    min-height: 170px;
    position: relative;
    padding: 25px 0;
    box-sizing: border-box;
}
.header-wrap .nav-con .subnav .subnav-con:before {
    z-index: 1;
    position: absolute;
    content: "";
    display: block;
    width: 269px;
    height: 50px;
    left: -70px;
    bottom: 0;
    background: url(/imgs/cd-sprite.png) -780px -90px;
}
.nav-con .subnav .dropTitle {
    float: left;
    font-size: 20px;
    position: relative;
    height: 100%;
    letter-spacing: .5em;
    color: #b09c94;
    width: 17%;
}
.nav-con .subnav .dropTitle h1 {
    position: relative;
    width: 100%;
    text-align: left;
}
.nav-con .subnav .dropTitle h1 a {
    color: #dbffdb;
    border: none;
    font-size: 20px;
}
.nav-con .subnav .dropMenu {
    overflow: hidden;
    margin: 0 auto;
    float: left;
    width: 55%;
    box-sizing: border-box;
    height: 100%;
}
.nav-con .subnav .dropMenu li {
    float: left;
    width: 33.33%;
    text-align: left;
}
.nav-con .subnav .dropMenu li a {
    line-height: 36px;
    height: 36px;
    font-size: 15px;
    padding-left: 15px;
    display: block;
    box-sizing: border-box;
    transition: none;
    color: #fff;
}
.nav-con .subnav .dropMenu li a:hover{
    background: #228224;
}
.nav-con .subnav .dropMenu li a:after {
    content: "\e65c";
    font-family: "iconfont";
    color: #58c15a;
    margin-left: 15px;
    display: inline;
    font-size: 12px;
    opacity: .8;
    filter: alpha(opacity=80);
}
.nav-con .subnav .menuFixed {
    float: right;
    width: 25%;
    height: 100%;
    box-sizing: border-box;
}
.nav-con .subnav .menuFixed a {
    display: block;
    margin-left: 25px;
    float: left;
    color: #fff;
    line-height: 1.8;
}
.nav-con .subnav .menuFixed a i {
    margin-bottom: 3px;
    font-size: 30px;
    color: #fff;
    width: 75px;
    height: 75px;
    line-height: 75px;
    display: block;
    border-radius: 50%;
    text-align: center;
    transition: .3s;
    background-color: #36a439;
}
.nav-con .subnav .menuFixed a i:hover{
    transform: scale(1.1);
}
.nav-con .subnav .menuFixed a:first-child i {
    background: #07840a;
}
.nav-con .subnav .menuFixed a:last-child i {
    background: #4caf50;
}
.header-wrap .slider {
    height: 600px;
    overflow: hidden;
    background: #eeeeee;
    position: relative;
}
.header-wrap .slider ul {
    overflow: hidden;
}
.header-wrap .slider ul, .header-wrap .slider ul li {
    width: 100%;
    height: 600px;
    position: absolute;
    top: 0;
    left: 0;
}
.header-wrap .slider ul li {
    background-position: center;
}
.header-wrap .slide-btn {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 100px;
    text-align: center;
}
.header-wrap .slide-btn .layout {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.header-wrap .slide-btn a {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid #098f0c;
    border-radius: 50%;
    vertical-align: middle;
    margin-left: 5px;
    font-size: 0;
    text-indent: -999px;
    overflow: hidden;
}
.header-wrap .slide-btn a.cur {
    background: #098f0c;
}
.header-wrap .home-box {
    margin-top: -97px;
    position: relative;
    margin-bottom: 30px;
    background-color: rgba(255,255,255,.9);
    height: 67px;
    overflow: hidden;
    border-radius: 5px;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.header-wrap .home-box div {
    float: left;
    width: 200px;
    text-align: center;
    border-right: 1px solid #e4e4e4;
    box-sizing: border-box;
}
.header-wrap .home-box div a {
    display: block;
    line-height: 67px;
    height: 67px;
    font-size: 0;
    overflow: hidden;
    color: #098f0c;
    transition: color 0.3s,background 0.3s;
    -webkit-transition: color 0.3s,background 0.3s;
    position: relative;
}
.header-wrap .home-box div i {
    font-size: 22px;
    height: 67px;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    margin-right: 10px;
    line-height: 66px;
	background:red;
}
.header-wrap .home-box div span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 67px;
    position: relative;
    z-index: 2;
}
.header-wrap .home-box .more{
    border: none;
    color: #fff;
    background: #098f0c url(/imgs/ks-btn.png) left bottom repeat-x;
}
.header-wrap .home-box .more a{
    color: #ffffff;
}

.sycon-wrap .tt-box{
    padding-top: 12px;
}
.sycon-wrap .tt-box .tt-con{
    width: 1200px;
    margin: 0 auto;
    height: 75px;
    background: url(/imgs/bg_headline.png) left top no-repeat #F0F0F0;
    padding-left: 60px;
    box-sizing: border-box;
}
.sycon-wrap .tt-box .tt-con h1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 14px;
    font-weight: normal;
}
.sycon-wrap .tt-box .tt-con h1 a{
    color: #E60000;
    line-height: 72px;
    font-size: 26px;
}
.sycon-wrap .yydt-box{
    padding-bottom: 60px;
}
.sycon-wrap .yydt-box .b-tit{
    padding: 55px 0px;
    margin-top: 25px;
    text-align: center;
    line-height: 36px;
    font-size: 32px;
    color: #333;
    font-weight: bold;
    position: relative;
    display: inline-block;
    letter-spacing: 2px;
    text-indent: 2px;
    width: 100%;
}
.sycon-wrap .yydt-box .con{
    width: 1200px;
    margin: 0 auto;
}
.sycon-wrap .yydt-box .news-slide{
    width: 600px;
    height: 400px;
    overflow: hidden;
    position: relative;
    display: inline-block;
}
.sycon-wrap .yydt-box .news-slide .tgImg{
    width: 100%;
    height: 100%;
}
.sycon-wrap .yydt-box .news-slide a{
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}
.sycon-wrap .yydt-box .news-slide a span{
    width: 100%;
    height: 40px;
    line-height:40px;
    color:#fff;
    background:rgba(0,0,0,0.4);
    position:relative;
    left:0;
    top:-40px;
    z-index:10;
    text-indent:20px;
    display: block;
}
.sycon-wrap .yydt-box .news-slide .hide {
    display: none;
}
.sycon-wrap .yydt-box .news-slide .leftctrl{
    position:absolute;
    top:176px;
    left:0;
    width:45px;
    height:45px;
    background:rgba(0,0,0,0.6) none repeat scroll 0 0 !important;
    filter:Alpha(opacity=60);
    background:#000;
    cursor: pointer;
}
.sycon-wrap .yydt-box .news-slide .rightctrl{
    position:absolute;
    top:176px;
    right:0;
    width:45px;
    height:45px;
    background:rgba(0,0,0,0.6) none repeat scroll 0 0 !important;
    filter:Alpha(opacity=60);
    background:#000;
    cursor: pointer;
}
.sycon-wrap .yydt-box .news-box{
    flex: 1;
    display: inline-block;
    vertical-align: top;
    width: 540px;
    float: right;
}
.sycon-wrap .yydt-box .news-box .menu{
    border-bottom: 1px solid #DFDFDF;
    display: flex;
}
.sycon-wrap .yydt-box .news-box .menu .item{
    width: 166px;
}
.sycon-wrap .yydt-box .news-box .menu .item span{
    cursor: pointer;
    padding-bottom: 10px;
    font-size: 18px;
    color: #333;
    display: inline-block;
}
.sycon-wrap .yydt-box .news-box .menu .item a{
    display: none;
    font-size: 12px;
    color: #505050;
    margin-left: 10px;
    width: 45px;
}
.sycon-wrap .yydt-box .news-box .menu .item.cur span{
    font-weight: bold;
    border-bottom: 5px solid #098f0c;
}
.sycon-wrap .yydt-box .news-box .menu .item.cur a{
    display: inline-block;
}
.sycon-wrap .yydt-box .news-box .news-con{
    display: none;
    margin-top: 12px;
}
.sycon-wrap .yydt-box .news-box .news-con.cur{
    display: block;
}
.sycon-wrap .yydt-box .news-box .news-con li{
    padding: 12px 0px;
    display: flex;
    justify-content: space-between;
}
.sycon-wrap .yydt-box .news-box .news-con li .tit{
    font-size: 16px;
    color: #505050;
}
.sycon-wrap .yydt-box .news-box .news-con li .date{
    font-size: 14px;
    color: #505050;
	min-width: 120px;
    text-align: right;
}
.sycon-wrap .ksdh-box{
    background: url(/imgs/ksdh-bg.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}
.sycon-wrap .ksdh-box .b-tit{
    padding: 55px 0px;
    margin-top: 25px;
    text-align: center;
    line-height: 36px;
    font-size: 32px;
    color: #333;
    font-weight: bold;
    position: relative;
    display: inline-block;
    letter-spacing: 2px;
    text-indent: 2px;
    width: 100%;
}
.sycon-wrap .ksdh-box .con{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.sycon-wrap .ksdh-box .menu-box{
    display: flex;
    justify-content: center;
    padding-bottom: 320px;
}
.sycon-wrap .ksdh-box .menu-box .mb-item .mb-title{
    padding: 0 50px 20px;
    cursor: pointer;
    text-align: center;
    position: relative;
}
.sycon-wrap .ksdh-box .menu-box .mb-item .mb-title p{
    padding-top: 15px;
    font-size: 18px;
    color: #333333;
}
.sycon-wrap .ksdh-box .menu-box .mb-item.cur .mb-title:after {
    content: '';
    width: 100%;
    max-width: 72px;
    border-bottom: 5px solid #098f0c;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    margin: auto;
}
.sycon-wrap .ksdh-box .menu-box .mb-item .itembox{
    display: none;
    width: 100%;
    min-height: 150px;
    padding-top: 50px;
    position: absolute;
    top: 109px;
    left: 0;
    z-index: 1;
    border-top: 1px solid #dfdfdf;
}
.sycon-wrap .ksdh-box .menu-box .mb-item.cur .itembox{
    display: block;
    font-size: 0;
}
.sycon-wrap .ksdh-box .menu-box .mb-item.cur .itembox a{
    display: inline-block;
    width: 150px;
    max-width: 100%;
    padding: 9px 0;
    font-size: 16px;
    line-height: 26px;
    color: #333;
    border: 1px solid #dfdfdf;
    border-radius: 100px;
    text-align: center;
    margin: 10px 30px;
    box-sizing: border-box;
}
.sycon-wrap .ksdh-box .menu-box .mb-item.cur .itembox a:hover {
    background: #098f0c;
    border-color: #098f0c;
    color: #fff;
}
.sycon-wrap .zjjs-box .b-tit{
    padding: 55px 0px;
    margin-top: 25px;
    text-align: center;
    line-height: 36px;
    font-size: 32px;
    color: #333;
    font-weight: bold;
    position: relative;
    display: inline-block;
    letter-spacing: 2px;
    text-indent: 2px;
    width: 100%;
}
.sycon-wrap .zjjs-box .con{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 100px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
    position: relative;
}
.sycon-wrap .zjjs-box .zjjs-item{
    width: 200px;
    height: 270px;
    padding: 15px 12px;
    position: relative;
    box-sizing: border-box;
    display: inline-block;
}
.sycon-wrap .zjjs-box .zjjs-item img{
    width: 100%;
    height: 255px;
}
.sycon-wrap .zjjs-box .zjjs-item .txt{
    position: absolute;
    bottom: -50px;
    width: 157px;
    background-color: #fff;
    padding: 8px;
    border: 1px solid #ccc;
    margin-left: 9px;
    box-sizing: border-box;
}
.sycon-wrap .zjjs-box .zjjs-item .name{
    font-size: 12px;
    color: #999;
}
.sycon-wrap .zjjs-box .zjjs-item .desc{
    margin: 5px 0;
    color: #e41811;
    display: inline-block;
    font-size: 14px;
    white-space: normal;
}
.sycon-wrap .zjjs-box .zjjs-prev{
    width: 45px;
    height: 60px;
    position: absolute;
    top: 112px;
    left: 10px;
    cursor: pointer;
    background: url(/imgs/ad_ctr.png) no-repeat;
    background-position: 2px -14px;
}
.sycon-wrap .zjjs-box .zjjs-next{
    width: 45px;
    height: 60px;
    position: absolute;
    top: 112px;
    right: 12px;
    cursor: pointer;
    background: url(/imgs/ad_ctr.png) no-repeat;
    background-position: -13px -103px;
}
.footer-wrap{
    padding: 45px 0 30px 0px;
    background: #444444;
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    border-top: 5px solid #098f0c;
    margin-top: 40px;
}
.footer-wrap .fw-con{
    width: 1200px;
    margin: 0 auto;
}
.footer-wrap .fw-con p{
    margin-bottom: 15px;
}


/* 列表页 */
.x-banner img{
    width: 100%;
    min-width: 1200px;
}
.container{
    width: 1200px;
    margin: 0 auto;
}
.container .nav-box{
    font-size: 14px;
    color: #666;
    padding: 15px 0;
    border-bottom: 1px solid #eeee;
}
.container .nav-box a{
    color: #666;
}
.container .content-box{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 30px;
}
.container .content-box .left-subnav{
    width: 210px;
}
.container .content-box .left-subnav .ls-top{
    line-height: 60px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    background: #098f0c url(/imgs/cd-sprite2.png) no-repeat;
    background-position: center bottom;
}
.container .content-box .left-subnav ul{
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    box-sizing: border-box;
}
.container .content-box .left-subnav li{
    line-height: 50px;
    border-bottom: 1px solid #eeeeee;
    padding-left: 25px;
}
.container .content-box .left-subnav li a{
    color: #333;
    font-size: 15px;
}
.container .content-box .left-subnav li.active>a{
    color: #098f0c;
}
.container .content-box .rig-news{
    width: 960px;
}
.container .content-box .rig-news .item{
    padding: 12px 0;
    border-bottom: 1px solid #eeeeee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.container .content-box .rig-news .item a{
    line-height: 20px;
    color: #333;
    font-size: 16px;
}
.container .content-box .rig-news .item span{
    font-size: 14px;
    color: #666;
    min-width: 120px;
    text-align: right;
}

.page{ margin:40px auto 0; text-align:center;   width:90%; padding:20px; }
.page a {color: #000;}
.page ul li{ display:inline-block; *display:inline; font-size:18px; margin-right:3px;}
.page ul li a{ font-size:18px; background:#fff;  padding:3px 8px; color:#000000;}
.page .thisclass{ padding:3px 8px; color:#fff; background:#098f0c;   }
.page ul li a:hover{ color:#fff; background:#098f0c;}

/* 内容页 */
.container .nr-content .wzbt{
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    padding-top: 30px;
}
.container .nr-content .sjdj{
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-top: 20px;
}
.container .nr-content .nr-con{
    padding-top: 20px;
	font-size: 16px;
    line-height: 30px;
    font-weight: normal;
    color: #333333;
}
.sxp-box{
    width: 1200px;
    margin: 0 auto;
    font-size: 14px;
	line-height: 26px;
    margin-top: 30px;
}
.sxp-box a{
    color: #333;
}
.container .imgs-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.container .imgs-wrap:after{
    content: " ";
    width: 300px;
    display: block;
    margin: 8px;
}
.container .imgs-wrap .img-item{
    display: block;
    width: 300px;
    text-align: center;
    margin: 8px;
}
.container .imgs-wrap .img-item img{
    width: 300px;
    height: 220px;
}
.container .imgs-wrap .img-item p{
    font-size: 16px;
    color: #333;
}
.container .zjjsimgs-wrap{
    font-size: 0;
}
.container .zjjsimgs-wrap .img-item{
    display: inline-block;
    width: 220px;
    text-align: center;
    margin: 10px;
    position: relative;
    font-size: 0;
}
.container .zjjsimgs-wrap .img-item img{
    width: 220px;
    height: 306px;
}
.container .zjjsimgs-wrap .img-item div {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 5px 0;
    text-align: center;
    width: 100%;
    line-height: 1.5;
    color: #fcfcfc;
    background-color: rgba(0, 0, 0, 0.4);
}
.container .zjjsimgs-wrap .img-item div p{
    font-size: 16px;
}
.container .zjjsimgs-wrap .img-item div span{
    font-size: 14px;
}


