html{
    background-color: #fff;
    font-size: 12px;
    font-family: '微软雅黑';
}
body{
    font-size: 12px;
}
.flex{display: flex;}
.flex-ali{align-items: center;}
.flex-jus{justify-content: space-between;}
.flex-juc{justify-content: center;}
.w970{
    width: 970px;
    margin: 0 auto;
}
.newWrap{
	width: 1024px;
	margin: 0 auto;
}
.ellipsis{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.ellipsis2 {text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.title-container{
    width: 100%;
    margin-bottom: 40px;
}
.newflex{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.empty{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #788580;
	font-size: 16px;
}
.title-container .title{
	position: relative;
	font-size: 24px;
	font-weight: bold;
	color: #263D35;
}
.title-container .title::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: -7px;
	width: 50px;
	height: 5px;
	border-radius: 100px;
	background: #22A14D;
}
.more{
	border-radius: 100px;
	margin-right: 10px;
	border: 1px solid #22A14D;
	color: #22A14D;
	font-size: 13px;
	padding: 5px 7px;
}
#banner{
    width: 100%;
    height: 360px;
    background: url("../images/zizhan/banner.jpg") no-repeat center center;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
#banner .zhuban{
    font-weight: 600;
    padding-top: 10px;
    font-size: 14px;
    text-align: center;
	color: #fff;
	text-shadow: -1px -1px 0 #399a00, 1px -1px 0 #399a00, -1px 1px 0 #399a00, 1px 1px 0 #399a00;
}
#banner h5{
    font-size: 55px;
	letter-spacing: 5px;
    color: #fff;
    text-shadow: -3px -3px 0 #399a00, 3px -3px 0 #399a00, -3px 3px 0 #399a00, 3px 3px 0 #399a00;
    -moz-text-shadow: -3px -3px 0 #399a00, 3px -3px 0 #399a00, -3px 3px 0 #399a00, 3px 3px 0 #399a00;
    -webkit-text-shadow: -3px -3px 0 #399a00, 3px -3px 0 #399a00, -3px 3px 0 #399a00, 3px 3px 0 #399a00;
    margin-top: 100px;
    display: flex;
	align-items: center;
	justify-content: center;
}
#banner .canyu{
    font-size: 18px;
    font-weight: bold;
    color: #389A00;
    text-align: center;
    margin-top: 30px;
}
#banner .orgin{
    color: #DC9100;
}
#banner .nav{
    position: absolute;
    bottom: 0;
	left: 0;
    width: 100%;
    height: 50px;
    background: #69b82b;
    margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
#banner .nav a{
    color: #fff;
    font-size: 16px;
}
#banner .nav a b{
    color: rgba(255,255,255,.3);
    font-size: 14px;
    margin: 0 10px;
}
.mt50{
    margin-top: 50px;
}
.w460{
    width: 460px;
    float: left;
    margin-top: 15px;
}
.ywl{
    width: 464px;
    margin: 48px 0;
}
.ywl_img{
    width: 180px;
    height: 110px;
    border-radius: 3px;
    position: relative;
    margin-right: 20px;
}
.ywl_img>img{
    max-width: 178px;
    max-height: 110px;
    min-width: 178px;
    min-height: 110px;
}
.ywl .qyywl{
    position: absolute;
    right: 2px;
    bottom: -28px;
}
.ywl_text{
    width: 264px;
    float: left;
    font-size: 14px;
    color: #666565;
    text-align: justify;
    line-height: 25px;
}
.ywl_text p{
    margin-bottom: 15px;
    height: 75px;
    overflow:hidden;
    text-overflow:ellipsis;
}
.ywl_text .num{
    color: #63B000;
    text-decoration: underline;
}
.ywl_text a{
    color: #389a00;
    text-decoration: none;
    font-size: 15px;
    margin-right: 25px;
}
.ywl_button{
    margin-top: 45px;
    text-decoration: none;
    width: 145px;
    height: 45px;
    background-color: #f1f1f1;
    color: #797979;
    line-height: 45px;
    text-align: center;
    margin-right: 7px;
    border: 1px solid #e0e0e0;
}
.ywl_button:hover{
    background-color: #389A00;
    color: #fff;
}
/*。*/
.w450{
    width: 450px;
    position: relative;
}
.ml51{
    margin-left: 51px;
}
.ml17{
    margin-left: 17px;
}
.mt40{
    margin-top: 40px;
}
.mt25{
    margin-top: 25px;
}
.w450 h4{
    text-decoration: none;
    font-weight: normal;
    font-size: 16px;
    color: #656565;
}
.zs-tab{
	margin-top: 40px;
}
.zs-tab .item{
	color: rgba(38,61,53,.7);
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
}
.zs-tab .item.on{
	color: #22A14D;
}
.zs-content{
	margin: 30px 0;
}
.zs-content img{
	width: 180px;
	height: 120px;
	object-fit: cover;
	margin-bottom: 8px;
}
.zs-content .name{
	color: #263D35;
	max-width: 200px;
	font-size: 14px;
	margin-bottom: 4px;
}
.zs-content .ddno{
	color: rgba(120,133,128,.7);
	font-size: 12px;
}
.zs-content a{
	display: block;
	margin-right: 32px;
}
.zs-content a:last-child{margin: 0;}
.cyewm{
    border-radius: 3px;
    width: 120px;
    height: 120px;
    border: 1px solid #D3D0D1;
    margin-left: 31px;
}
.cyewm img{
    display: block;
    max-width: 80px;
    max-width: 80px;
    min-height: 80px;
    min-width: 80px;
    margin: 0 auto;
    margin-top: 15px;
}
.cyewm p{
    font-size: 12px;
    text-align: center;
    margin-top: 5px;
}
.shuru{
    height: 30px;
    width: 275px;
    border: 1px solid #D3D0D1;
    border-radius: 3px;
	border-right: none;
}
.shuru input{
    width: 195px;
    height: 30px;
    padding-left: 10px;
}
.shuru .tijiao{
    padding: 0;
    margin-left: -4px;
    margin-top: -1px;
    height: 32px;
    width: 70px;
    background-color: #389A00;
    color: #fff;
    cursor: pointer;
}
.ryzs p{
    margin-left: 5px;
    line-height: 20px;
    margin-top: 18px;
    width: 30px;
}
.ryzs{
    display: block;
    position: absolute;
    right: -35px;
    top: 44px;
    width: 39px;
    height: 120px;
    color: #fff;
    background-color: #D3D0D1;
    text-align: center;
    line-height: 12px;
    border-radius: 3px;
    border: 1px solid #D3D0D1;
}
.ywzszs{
    display: block;
    position: absolute;
    right: -35px;
    top: 183px;
    width: 40px;
    height: 120px;
    color: #fff;
    background-color: #FFA800;
    text-align: center;
    line-height: 12px;
    border-radius: 3px;
    border: 1px solid #FFA800;
    z-index: 99;
}
.ywzszs p{
    margin-left: 5px;
    line-height: 18px;
    margin-top: 5px;
    width: 30px;
}
.mt14{
    margin-top: 14px;
}
.bfzs{
    margin-top: 15px;
    font-size: 14px;
    color: #656565;
}
.bfzs img{
    max-width: 130px;
    max-height: 90px;
    min-height: 90px;
    min-width: 130px;
    margin-right: 14px;
    margin-bottom: 10px;
}

.bfzs a{
    text-decoration: none;
    margin-right: 15px;
    color: #656565;
}
.bfzs a:nth-of-type(3){margin-right: 0;}
.mb15{
    margin-bottom: 15px;
}
.mt30{
    margin-top: 15px;
}
.bangdan_content{
	height: 342px;
	overflow: hidden;
}
.bangdan_nav, .staff{
	padding: 0 26px 12px 42px;
    border-bottom: 1px dashed rgba(120,133,128,.5);
}
.bangdan_nav span{
	color: #788580;
	font-size: 12px;
}
.staff{
	padding: 10px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #263D35;
	font-size: 14px;
}
.staff img{
    width: 36px;
    height: 36px;
    border-radius: 100%;
    vertical-align: middle;
    margin-right: 10px;
}
.staff .item{
	width: calc(100% / 3);
}
.staff .namebox{
	display: flex;
	align-items: center;
}
.staff .time{
    color: #788580;
    font-size: 12px;
	text-align: right;
    display: block;
}
.staff .money{text-align: center;}
.staff .money span{
	font-weight: bold;
	font-size: 17px;
}
.bangdan_content .h30{
    height: 25px;
    width: 100%;
    background-color: #f1f1f1;
    margin-top: 15px;
    line-height: 25px;
    font-size: 14px;
    color: #2B2B2B;
}
.bangdan_content .h30 a{
    color: #2B2B2B;
    margin-right: 25px;
}
.mt15{
    margin-top: 15px;
}
/*。*/
.new{
    margin-top: 20px;
    margin-right: 52px;
    width: 480px;
}
.new img{
    max-width: 138px;
    max-height: 96px;
    min-width: 138px;
    min-height: 96px;
    margin-right: 10px;
}
.new h4{
    font-size: 18px;
    color: #5E5E5E;
    margin-bottom: 5px;
}
.new p{
    font-size: 14px;
    text-align: justify;
    line-height: 24px;
    color: #909090;
    width: 330px;
    height: 72px;
    overflow: hidden;
}
.new_1,.new_2{
    margin-top: 45px;
}
.new_1 li,.new_2 li{
    list-style: disc;
    font-size: 12px;
    width: 390px;
    text-overflow: ellipsis;
    margin: 5px 0;
}
.new_1 li a,.new_2 li a{
    font-size: 14px;
    color: #585858;
}
.new_1{
    margin-right: 46px;
}
.dtzx .left>a{
    float: right;
    font-size: 14px;
    color: #aaaaaa;
    margin-top: 15px;
}
#gun .ryb_sj{
    margin-top: 15px;
}
#gun .ryb_sj .sj{
    width: 19px;
    height: 29px;
    background: url("../images/sj_h.png") no-repeat;
    background-size: cover;
    margin-right: 21px;
    margin-top: 10px;
}
#gun .ryb_sj .sj_g{
    width: 19px;
    height: 29px;
    background: url("../images/sj_g.png") no-repeat;
    background-size: cover;
    position: relative;
}
#gun .ryb_sj .sj_b{
    width: 19px;
    height: 29px;
    background: url("../images/sj_b.png") no-repeat;
    background-size: cover;
    position: relative;
}
#gun .ryb_sj .sj_o{
    width: 19px;
    height: 29px;
    background: url("../images/sj_o.png") no-repeat;
    background-size: cover;
    position: relative;
}
#gun .ryb_sj .mr0{
    margin-right: 0;
}
#gun .ryb_sj .round{
    width: 24px;
    height: 24px;
    border-radius: 12px;
    background: #FFA800;
    position: absolute;
    right: -17px;
    top: -7px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    font-size: 12px;
}

.stjz{
	width: 100%;
}
.clearfix{
	clear: both;
}
.stjz .jinze{
	width: 492px;
	float: left;
	text-align: justify;
}
.stjz .jinze.wljz{
	float: right;
}
.stjz .jinze .intro{
	margin-top: 16px;
	color: #788580;
	font-size: 14px;
	line-height: 23px;
}
#stcyjz, #jzjz{
	border: 1px solid #dedede;
	box-sizing: border-box;
}
.jinze .bthui{
	padding: 15px 0;
	background: #f8f8f8;
}
.jinze .st-title{
	color: #22A14D;
	font-weight: bold;
	font-size: 18px;
	margin-left: 10px;
}
#stcyxm_lun{
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   overflow: hidden; 
}
#stcyxm_lun .stcy_xm {
    width: 415px;
    margin: 0 auto;
    margin-top: 25px;
    margin-left: 25px;
    height: 119px;
    float: left;
    margin-right: 30px;
}
#stcyxm_lun .stcy_xm_big_box{
    transition: 1s;
    -moz-transition:  1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
}
#stcyxm_lun .stcy_xm .stcy_xm_box{
    position: relative;
    margin-bottom: 12px;
     transition: 1s;
    -moz-transition:  1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
}
#stcyxm_lun .stcy_xm .stcy_xm_box h5{
    color: #707070;
    font-size: 16px;
}
#stcyxm_lun .stcy_xm .stcy_xm_box p{
    color: #707070;
    font-size: 12px;
    line-height: 30px;
}
#stcyxm_lun .stcy_xm .stcy_xm_box p .ml20{
    margin-left: 20px;
}
#stcyxm_lun .stcy_xm .stcy_xm_box p .green{
    color: #389a00;
}
#stcyxm_lun .stcy_xm .stcy_xm_box .wycy{
    display: block;
    width: 90px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: #69B72F;
    text-align: center;
    position: absolute;
    top: -4px;
    right: -22px;
}
#stcyxm_lun .stcy_xm_big_box{
    position: absolute;
    top: 0;
    left: 0;
}
#stcyjz .jztb{
	padding: 28px 25px;
}
#stcyjz .jztb a{
	display: inline-block;
	color: #263D35;
	font-size: 14px;
	margin-right: 68px;
	margin-bottom: 25px;
}
#stcyjz .jztb a:nth-child(4n){
	margin-right: 0;
}
#stcyjz .jztb a img{
	display: block;
	margin: 0 auto 6px;
}
#stcyjz .jztb a span{
	display: block;
	text-align: center;
}
#stcyjz .wysb{
	height: 28px;
	background: #f8f8f8;
	border-top: 1px solid #dedede;
}
#jzjz .hui{
	width: 100%;
	height: 240px;
	background: #f8f8f8;
	border-bottom: 1px solid #dedede;
}
#jzjz .hui .jzjz_bt{
	height: 35px;
}
#jzjz .hui .jzjz_bt img{
	margin-left: 20px;
	float: left;
}
#jzjz .hui .jzjz_bt a{
	margin-right: 20px;
	float: right;
	color: #848484;
}
#jzjz .jzjz_xm{
	border-top: 1px solid #dedede;
	width: 450px;
	margin: 0 auto;
	padding-top: 15px;
	position: relative;
}
#jzjz .jzjz_xm .img{
	float: left;
	width: 183px;
	height: 140px;
}
#jzjz .jzjz_xm .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 3px;
}
#jzjz .jzjz_xm .jzjz_xm_text{
	width: 230px;
	float: left;
	margin-left: 12px;
}
#jzjz .jzjz_xm .jzjz_xm_text h5{
    color: #707070;
    font-size: 16px;
    margin-bottom: 10px;
}
#jzjz .jzjz_xm .jzjz_xm_text p{
	color: #000;
	line-height: 22px;
}
#jzjz .jzjz_xm .jzjz_xm_text p.text_hui{
	color: #939393;
	line-height: 20px;
	margin-bottom: 5px;
}
#jzjz .jzjz_xm .jzjz_xm_text p span{
	color: #FFBA01;
}
#jzjz .jzjz_xm .wyjk{
	position: absolute;
	bottom: -12px;
	right: -20px;	
}
#jzjz .wydjk{
	width: 463px;
	height: 50px;
	background: url("../images/zizhan/wydjk.png") no-repeat;
	margin-left: -1px;
	line-height: 50px;
	padding-left: 50px;
	margin-top: 25px;
}
#jzjz .saoerweima{
	width: 100%;
	height: 234px;
	position: relative;
}
#jzjz .saoerweima p{
	text-align: center;
	margin-top: 25px;
}
#jzjz .saoerweima .saoma{
	width: 134px;
	height: 148px;
	border: 1px solid #dedede;
	position: absolute;
	top: 50px;
}
#jzjz .saoerweima .saoma .xbb{
	position: absolute;
	top: 43px;
	left: 56px;
}
#jzjz .saoerweima .saoma img{
	display: block;
	margin: 0 auto;
	margin-top: 10px;
}
#jzjz .saoerweima .saoma p{
	background: #f8f8f8;
	text-align: center;
	height: 30px;
	line-height: 30px;
	margin: 0;
	font-family: "微软雅黑";
	font-weight: bold;
	color: #565656;
}
#jzjz .saoerweima .saoma_zfb{
	left: 60px;
}
#jzjz .saoerweima .saoma_wx{
	right: 60px;
}
.dtzx_items{
    width: 100%;
    padding: 20px;
    padding-top: 40px;
}
.dtzx_items li{
    float: left;
    width: 43%;
    margin: 5px 0;
    margin-right: 5%;
    list-style: disc;
}
.dtzx_items li a{
    font-size:14px;
    color: #585858;
    font-family: "微软雅黑";
}


/* 新闻资讯 */
.dtzx-container{
	position: relative;
    width: 100%;
    margin-bottom: 80px;
	font-size: 14px;
	text-align: justify;
}
.dtzx-container a{color: #263D35;}
.dtzx-container .dc-left, .dtzx-container .dc-left .dc-left-cell{
    width: 492px;
    height: 300px;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
}
.dtzx-container .dc-left .dc-left-cell img{
    width: 100%;
	height: 100%;
	object-fit: cover;
}
.dc-left-cell-text{
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    height: 38px;
    line-height: 38px;
    background: rgba(29,38,47,0.63);
    width: 100%;
	box-sizing: border-box;
    padding: 0 16px;
}
.dtzx-container .dc-right{
    width: 492px;
}
.dtzx-container.noimg .right, .dtzx-container.noimg .dc-right{
	width: 100%;
}
.dtzx-container .dc-right .dc-r-top{
	padding-bottom: 12px;
	margin-bottom: 10px;
    border-bottom: 1px dashed #dedede;
}
.dc-r-top-1{
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
}
.dc-r-top-2{
    color: #788580;
	line-height: 23px;
	margin-top: 10px;
	max-height: 48px;
}
.dc-r-botttom ul li{
    line-height: 1.6;
    list-style-type: disc;
    margin-left: 4%;
	margin-bottom: 10px;
}
.dtzx-container.noimg .dc-r-botttom ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.dtzx-container.noimg .dc-r-botttom ul li{
	width: 492px;
}