@charset "utf-8";
html{margin:0;padding:0;font-size:14px;font-family:"微软雅黑";min-width: 1100px;background: #fff;}
body{margin:0;padding:0;min-width: 1100px;}
a{
    text-decoration: none;
}div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p,button,img,button,select,iframe{text-decoration: none;list-style: none;text-decoration: none;padding:0;margin:0;border:0;}

img,input,button,select,textarea,fieldset,iframe{vertical-align:top;*vertical-align:middle;}
.wrap{
    width: 1200px;
    margin: 0 auto;
}
.left{
    float: left;
}
.right{
    float: right;
}
.clearfix{
    clear: both;
}
@font-face {
    font-family: 'zdy';
    src: url("../fonts/mnhzgb.ttf");
}
.ellipsis{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.ellipsis2{
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.header{
    width: 100%;
    padding: 14px 0;
	height: auto;
	background: #fff;
	line-height: normal;
	text-align: left;
}
.header img{
    margin: 0 15px 0 0;
	width: 72px;
	float: left;
}
.header .com-btn{
	display: inline-block;
	color: #ffffff;
	padding: 6px 10px;
	border-radius: 50px;
	background: #00A13D;
	font-size: 14px;
	margin-top: 20.5px;
	cursor: pointer;
}
.header .title{
    color: #00a13d;
	font-size: 40px;
    font-family: 'zdy';
}
.header .wrap{
    position: relative;
}
.header .wrap .h-href{
    position: absolute;
    right: 0;
    top: 0;
}
.header .wrap .h-href a{
    padding: 12px 22px;
    background: #00A13D;
    color: #fff;
    font-size: 14px;
    border: 1px solid #00A13D;
    border-radius: 25px;
}
.header .wrap .h-href a:last-child{
    background: #fff;
    color: #00A13D;
    margin-left: 15px;
}
/*轮播*/
#banner { position: relative; width: 100%; height: 635px;overflow: hidden;}

#banner_bg { position: absolute; bottom: 0;  height: 20px; filter: Alpha(Opacity=30);z-index: 1000; cursor: pointer; width: 100%; }

#banner_info {heigth: 80px;line-height: 80px; color: #fff; z-index: 1001; cursor: pointer;opacity: 1;font-size: 22px;color: #fff;font-weight: bold;}

#banner_text { position: absolute; width: 120px; z-index: 1002; right: 3px; bottom: 3px; }

#banner ul {list-style-type: none; filter: Alpha(Opacity=80);z-index: 1002; margin: 0; padding: 0;text-align: center}

#banner ul li {border: 1px solid #00A23B;width: 9px;height: 9px;display: inline-block;color: rgba(255,255,255,0);background: rgba(255,255,255,1); cursor: pointer;margin:0 5px; border-radius: 50%;}
#banner ul li.on {
    background-color: #00A23B;
    width: 30px;
    border-radius: 8px;
    animation: myfirst 1s;
    -moz-animation: myfirst 1s;	/* Firefox */
    -webkit-animation: myfirst 1s;	/* Safari 和 Chrome */
    -o-animation: myfirst 1s;
}
@keyframes myfirst
{
    from {width: 0;margin-right: 25px;}
    to {width: 30px;margin-right: 5px;}
}

@-moz-keyframes myfirst /* Firefox */
{
    from {width: 0;margin-right: 25px;}
    to {width: 30px;margin-right: 5px;}
}

@-webkit-keyframes myfirst /* Safari 和 Chrome */
{
    from {width: 0;margin-right: 25px;}
    to {width: 30px;margin-right: 5px;}
}

@-o-keyframes myfirst /* Opera */
{
    from {width: 0;margin-right: 25px;}
    to {width: 30px;margin-right: 5px;}
}
.ft-carousel {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ft-carousel .carousel-inner {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.ft-carousel .carousel-inner .carousel-item {
    float: left;
    height: 100%;
}
.ft-carousel .carousel-item .newsimgtext{
	height: 100%;
}
.ft-carousel .carousel-item img {
    width: 100%;
	height: 100%;
	object-fit: cover;
}

.ft-carousel .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 20px;
    width: 100%;
    text-align: right;
    font-size: 0;
    text-align: center;
}

.ft-carousel .carousel-indicators span {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #fff;
    margin: 0 4px;
    border-radius: 50%;
    cursor: pointer;
}
.ft-carousel .carousel-indicators span:last-child{
    margin-right: 0;
}
.ft-carousel .carousel-indicators span.active {
    background-color: #fff;
    width: 30px;
    border-radius: 8px;
    animation: myfirst 1s;
    -moz-animation: myfirst 1s;	/* Firefox */
    -webkit-animation: myfirst 1s;	/* Safari 和 Chrome */
    -o-animation: myfirst 1s;
}

.ft-carousel .carousel-btn {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 45px;
    margin-top: -25px;
    cursor: pointer;
}

.ft-carousel .carousel-prev-btn {
    left: 0;
    background: url(../img/prev.png) no-repeat;
}

.ft-carousel .carousel-next-btn {
    right: 0;
    background: url(../img/next.png) no-repeat;
}
.topnav{
    width: 100%;
    background: #00A13D;
    height: 50px;
    line-height: 46px;
    text-align: center;
}
.topnav a{
	position: relative;
    display: inline-block;
	color: #fff;
	width: 150px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.topnav a.active{
    border-bottom: 4px solid #fff;
}
.topnav a:after{
    content: '';
    position: absolute;
    top: 17px;
    right: 0;
    background: #fff;
    width: 1px;
    height: 16px;
}
.topnav a:last-child:after{
    width: 0;
}
.news-detail{
    width: 100%;
    background: #fff;
    border-top: 1px solid #fff;
}
.title-name-img{
    width: 90%;
    margin: 0 auto;
    margin-top: 45px;
}
.title-name-img img{
    width: 100%;
}
.nd-container{
    width: 100%;
    margin-top: 30px;
    padding-bottom: 60px;
    position: relative;
}
.nd-container .titlegreenbg{
    width: 70px;
    height: 25px;
    background: url("../images/titlebg.jpg") repeat top center;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
}
.ty-titlegreenbg{
    padding: 2px 10px;
    background: url("../images/titlebg.jpg") repeat;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    font-size: 20px;
}
.nd-container .nit-img{
    width: 280px;
}
.nd-container .nit-img img{
    width: 100%;
    border-radius: 4px;
}
.nd-container .nit-text{
    width: 400px;
    color: #15202c;
    text-align: justify;
}
.nd-container .nit-text .nit-t-title{
    font-size: 30px;
    line-height: 35px;
}
.nd-container .nit-text .nit-t-content{
    color: #15202c;
    line-height: 24px;
    font-size: 14px;
    margin: 11px 0;
}
.nd-container .nit-text a{
    color: #00A13D;
}
.w720{
    width: 715px;
}
.w350{
    width: 345px;
}
.w400{
    width: 400px;
}
.w441{
    width: 441px;
}
.w635{
    width: 635px;
}
.w630{
    width: 630px;
}
.newslist{
    width: 100%;
    min-height: 235px;
    position: relative;
	padding-left: 40px;
	box-sizing: border-box;
}
.newslist ul{
    width: 100%;
}
.newslist ul li{
    line-height: 26px;
    margin-bottom: 6px;
}
.newslist ul li .nl-order{
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 5px;
    background: #00A13D;
    color: #fff;
    text-align: center;
    line-height: 18px;
    margin-right: 5px;
}
.newslist ul li span{
    color: #8d8d8d;
}
.newslist .nl-more{
    display: block;
    text-align: right;
    font-size: 14px;
    color: #8d8d8d;
    position: absolute;
    right: 0;
    top: 10px;
}
.newslist .nl-more img{
    position: relative;
    top: 3px;
}
.newslist .nl-order-bt-big{
    font-size: 30px;
    color: #15202c;
    height: 110px;
    line-height: 110px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 15px;
}
.newslist .nl-order-bt-text{
    font-size: 14px;
    color: #15202c;
    line-height: 24px;
    text-align: justify;
    margin-bottom: 38px;
}
.newslist .nl-order-bt-href{
    display: block;
    width: 160px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #00a13d;
    border: 1px solid #00a13d;
    font-size: 18px;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 5px;
}
.twoboxcontainer{
    width: 100%;
    position: relative;
    /* background: #43B484; */
    border-top: 1px solid #fff;
}
 .tbc-titleimg{
    padding: 2px 10px;
    background: url(../images/titlebg.jpg) repeat;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 10px;
    left: 15px;
    z-index: 9999;
    font-size: 22px;
}
.twoboxcontainer .tbc-bg{
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    z-index: 9;
}
.twoboxcontainer .tbc-stjz{
    width: 100%;
    position: relative;
    height: 330px;
}
.twoboxcontainer .tbc-stjz .tbc-stjz-title{
    margin-top: 50px;
}
.twoboxcontainer .tbc-stjz .tbc-s-stcy{

    position: relative;
}
.twoboxcontainer .tbc-s-stcy-title{
    font-size: 32px;
    color: #43B484;
    padding-top: 50px;
    margin-bottom: 25px;
    font-weight: bold;
}
.twoboxcontainer .tbc-s-stcy-text{
    width: 400px;
    text-align: justify;
    font-size: 16px;
    color: #15202c;
    position: relative;
    line-height: 28px;
}
.jzxs-content-box{
    width: 630px;
    border: 1px solid #dedede;
    position: absolute;
    right: 0;
    bottom: -40px;
    z-index: 999;
    background: #43B484;
}
.jzxs-content-box:after, .jz-boxxx::after {
    content: '';
    border: 28px solid transparent;
    border-bottom: 28px solid #757578;
    position: absolute;
    left: -29px;
    bottom: 11px;
    transform: rotate(45deg);
}
.twoboxcontainer .tbc-stjz .jzxs-title{
    padding: 25px 0;
    line-height: 20px;
}
.twoboxcontainer .tbc-stjz .jzxs-title img{
    position: relative;
    top: 7px;
    margin-right: 10px;
}
.twoboxcontainer .tbc-stjz .jzxs-title span{
    color: #fff;
    font-size: 20px;
}
.twoboxcontainer .tbc-stjz .jzxs-list ul{
    height: 230px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.global-title {
    font-size: 32px;
    color: #43B484;
    font-weight: bold;
    margin-bottom: 20px;
}
.duty-box .jzxs-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.duty-box .jzxs-list ul li {
    width: 120px;
    height: 120px;
    text-align: center;
    margin-right: 16px;
    border-radius: 5px;
    border: 1px solid #dedede;
}
.twoboxcontainer .tbc-stjz .jzxs-list ul li{
    width: 120px;
    height: 120px;
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 5px;
    margin-right: 11.5px;
    margin-bottom: 11px;
    text-align: center;
    float: left;
}
.twoboxcontainer .tbc-stjz .jzxs-list ul a:nth-child(4n) li{
    margin-right: 0;
}
.twoboxcontainer .tbc-stjz .jzxs-list ul li img, .duty-box .jzxs-list ul li img {
    margin: 20px 0 8px;
	width: 30px;
}
.twoboxcontainer .tbc-stjz .jzxs-list ul a:last-child li img, .twoboxcontainer .tbc-stjz .jzxs-list ul li:last-child img,
.duty-box .jzxs-list ul li:last-child img,
.duty-box .jzxs-list ul li a:last-child img{
    margin-top: 30px;
}
.twoboxcontainer .tbc-stjz .jzxs-list ul li p, .duty-box .jzxs-list ul li p{
    font-size: 18px;
    color: #15202c;
    line-height: 28px;
}
.tbc-s-stcy-cysb{
    position: absolute;
    right: 0;
    top: 25px;
}
.tbc-s-stcy-cysb a{
    width: 120px;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 20px;
}
.tbc-s-stcy-cysb a p{
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    line-height: 38px;
    background: #43B484;
    border-radius: 3px;
}
.tbc-s-stcy-cysb a p.green{
    font-size: 18px;
    color: #fff;
}
.twoboxcontainer .tbc-wlsy{
    position: relative;
    z-index: 99;
}
.twoboxcontainer .tbc-zsbz{
    border-radius: 5px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 22px;
    margin-top: 10px;
}
.twoboxcontainer .saocode p{
    text-align: center;
    line-height: 60px;
    font-size: 14px;
    color: #00a13d;
}
.twoboxcontainer .saocode .codebox{
    width: 165px;
    height: 165px;
    padding: 20px 17px;
    border: 1px solid #00a13d;
    border-radius: 5px;
    position: relative;
    margin: 0 auto;
}
.twoboxcontainer .saocode .codebox img{
    width: 100%;
}
.twoboxcontainer .saocode .codebox .codewx{
    width: 33px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -16px;
    margin-top: -16px;
}
.ywzsryb{
    width: 100%;
    background: #fff;
}
.zscodebox{
    width: 630px;
    padding-top: 40px;
}
.zscodebox ul li{
    width: 200px;
	float: left;
	border: 1px solid #2C9C37;
    background-color: #fff;
	border-radius: 5px;
	box-sizing: border-box;
}
.zscodebox ul a:nth-child(2n) li{
    margin: 0 15px;
}

.zscodebox ul a:last-child li{
    margin-right: 0;
}
.zscodebox ul a li .zcb-top{
    width: 100%;
    padding: 20px;
    padding-bottom: 0;
    background: #fff;
    border-radius: 5px 5px 0 0;
	box-sizing: border-box;
	overflow: hidden;
}
.zscodebox ul a li .zcb-top.line{
    width: 100%;
	padding: 15px;
	box-sizing: border-box;
}
.zscodebox ul a li .zcb-top.line .zsqbtitle{
    color: #00a13d;
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
}
.zscodebox ul a li .zcb-top.line .zsqbtitle img{
    width: 50px;
    margin-left: -15px;
    vertical-align: middle;
    margin-right: 10px;
}
.zscodebox ul li .zcb-top img{
    width: 100%;
}

.zscodebox ul a li .zcb-top .white{
    width: 80%;
    height: 110px;
    padding: 10px 10%;
    background: #fff;
}
.zscodebox ul a li .zcb-top .white img{
    width: 100%;
}
.zscodebox ul a li .zcb-bottom{
    width: 100%;
    background: #fff;
    border-radius: 0 0 5px 5px;
    text-align: center;
}
.zscodebox ul a li .zcb-bottom p{
    font-size: 14px;
    color: #8d8d8d;
    height: 35px;
    line-height: 35px;
}
.zscodebox ul a li .zcb-bottom p.big{
    font-size: 24px;
    line-height: 40px;
}
.zscodebox ul a li .zcb-bottom img{
    vertical-align: middle;
    margin-top: -2px;
}
.zscodebox ul a li .zcb-bottom span{
    font-size: 14px;
    color: #8d8d8d;
}
.ywzsryb{
    padding-bottom: 100px;
}
 .search-box{
    width: 400px;
    margin: 0 auto;
}
 .search-box .sb-inputbox{
    width: 400px;
    font-size: 0;
}
 .search-box p{
    font-size: 18px;
    color: #15202c;
    line-height: 30px;
    padding-left: 12px;
    margin: 15px 0 16px;
}
 .search-box .sb-inputbox input{
    width: 322px;
    padding-left: 12px;
    height: 38px;
    border: 1px solid #00a13d;
    border-radius: 5px 0 0 5px;
    background: #fff;
    border-right: none;
    outline: none;
}
 .search-box .sb-inputbox button{
    width: 65px;
    height: 40px;
    background: #006928;
    border-radius: 0 5px 5px 0;
    color: #fff;
    font-size: 14px;
	cursor: pointer;
}
.jk-list-over{
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
    margin-top: 70px;
}
.jk-list-over ul{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.jk-list-over ul li{
    width: 90%;
    padding: 0 5%;
    border-bottom: 1px solid #dedede;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
}
.jk-list-over ul li .morey{
    color: #00a13d;
}
.jk-list-over ul li .left{
    width: 33.33%;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0;
    height: 60px;
}
.jk-list-over ul li .left span{
	font-size: 16px;
}
.jk-list-over ul li .left span.namespan{
	width: 120px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.jk-list-over ul li .left:nth-child(2n){
    width: 43.33%;
}
.jk-list-over ul li .left:nth-child(3n){
    width: 23.33%;
}
.jk-list-over ul li img{
    position: relative;
    top: 10px;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.ywzsjzzsbottombg{
    width: 100%;
    background: url("../images/bottombg.jpg") no-repeat top center;
	padding-top: 80px;position: relative;
}
.plsywzs{
    position: relative;
    height: 400px;
}
.plsywzs .plsywzs-title{
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    position: relative;
    padding-left: 15px;
}
.plsywzs .plsywzs-text{
    width: 380px;
    font-size: 14px;
    line-height: 1.6;
    padding-left: 15px;
    color: #fff;
    margin-top: 30px;
}
.pl-selecr-box{
    width: 335px;
    height: 60px;
    margin-left: 15px;
    margin-top: 15px;
    cursor: pointer;
}
.pl-selecr-box .left{
    width: 255px;
    height: 40px;
    font-size: 16px;
    color: #15202c;
    line-height: 40px;
    padding-left: 20px;
    background: #fff;
    position: relative;
    border-radius: 5px 0 0 5px;
}
.pl-selecr-box .left ul{
    width: 100%;
    position: absolute;
    left: 0;
    top: 60px;
}
.pl-selecr-box .left ul li{
    width: 95%;
    padding-left: 5%;
    background: #fff;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #15202c;
    border-bottom: 1px solid #dedede;
}
.pl-selecr-box .left ul li:hover{
	color: #fff;
	background: #15A754; 
}
.pl-selecr-box .right{
    width: 60px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #006928;
    border-radius:  0 5px 5px 0;
}
.pl-selecr-box .right .sj{
    display: inline-block;
    border: 7px solid transparent;
    border-top: 7px solid #fff;
    position: relative;
    top: 7px;
}
.item-jzxm{
    padding-bottom: 20px;
}
.item-jzxm .left{
    width: 135px;
    position: relative;
}
.item-jzxm .left img{
    width: 100%;
    border-radius: 3px;
}
.item-jzxm .left p{
    position: absolute;
    padding: 5px 10px;
    border-radius: 3px;
    background: #21B47C;
    color: #fff;
    font-size: 14px;
}
.item-jzxm .right{
    position: relative;
    float: none;
}
.item-jzxm .right .ij-name{
    width: 100%;
    font-size: 22px;
    font-weight: bold;
    color: #333;
    line-height: 25px;
    margin-bottom: 10px;
}
.item-jzxm .right .ij-text{
    font-size: 14px;
    color: #333;
    line-height: 24px;
}
.item-jzxm .right  .ij-time{
    font-size: 16px;
    color: #696969;
    line-height: 26px;
}
.item-jzxm .right a{
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
}
.item-jzxm .right a img{
    margin-right: 5px;
    margin-top: -2px;
}
.item-jzxm .right a span{
    color: #00a13d;
}








