/*banner*/
.banner{
	width: 100%;
	overflow: hidden;
}
.banner .bannerWarp{
	position: relative;
	text-align: center;
}
.banner .bannerWarp .picList{
	position: absolute;
	width: 100000px;
}
.banner .bannerWarp .picList li{
	float: left;
	position: relative;
}
.banner .bannerWarp .picList li img{
	width: 100%;
	height: 100%;
}
.banner .bannerWarp .picList li .bannerTitle{
	background: rgba(0,126,55,0.5);
	padding: 10px 20px;
	font-size: 24px;
	line-height: 30px;
	position: absolute;
	left: 50px;
	bottom: 60px;
	color: #fff;
}
.banner .bannerWarp .btnList{
	position: absolute;
	left: 50%;
	bottom: 18px;
}
.banner .bannerWarp .btnList li{
	float: left;
	width: 16px;
	height: 16px;
	margin: 0 7px;
	border: 1px solid transparent;
	background: #fff;
	border-radius: 50%;
}
.banner .bannerWarp .btnList li.active{
	border: 1px solid #fff;
	background:#357f63;
}
.banner .bannerWarp .leftLayer,.banner .bannerWarp .rightLayer{
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	position: absolute;
	z-index: 9;
}
.banner .bannerWarp .leftLayer{
	right: 100%;
	top: 0;
}
.banner .bannerWarp .rightLayer{
	left: 100%;
	top: 0;
}
.banner .bannerWarp .next,.banner .bannerWarp .prev{
	position: absolute;
	width: 50px;
	height: 80px;
	top: 50%;
	margin-top: -40px;
	cursor: pointer;
}
.banner .bannerWarp .next{
	background: url(../images/right.png) no-repeat;
	right: 0;
}
.banner .bannerWarp .prev{
	background: url(../images/left.png) no-repeat;
	left: 0;
}
/*main*/
.main{
	margin-bottom: 40px;
}
.main .warp{
	padding-left: 0;
	padding-right: 0;
}
.main .unit{
	margin-top: 30px;
	border: 1px solid #ddd;
	padding: 0 15px 10px;
}
.main .unit-left{
	margin-right: 20px;
}
.main .unit-middle{
	margin-left: 10px;
	margin-right: 10px;
}
.main .unit-right{
	margin-left: 20px;
}
.main .unit .title{
	height: 54px;border-bottom:1px solid #357f63;

}
.main .unit .title h3{
	float: left;
	padding-left: 16px;
	font-size: 24px;
	line-height: 50px;border-bottom:4px solid #357f63;
	color: #010101;
	position: relative;
}
.main .unit .title h3:before{
	content: '';
	display: block;
	width: 6px;
	height: 24px;
	background:#357f63;
	position: absolute;
	left: 0;
	top: 15px;
}
.main .unit .title .more{
	float: right;
	font-size: 14px;
	line-height: 54px;
	color: #666;
	display: block;
}
.main .unit .title .more i{
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(../images/more.png) no-repeat center;
	vertical-align: middle;
    margin-top: -3px;
    margin-left: 5px;
}
.main .unit .title .more:hover{
	color:#357f63;
}
.main .unit .title .more:hover i{
	background: url(../images/more_h.jpg) no-repeat center;
}
.main .unit .columnPic{
	padding: 5px 0 10px;
	font-size: 0;
}
.main .unit .columnPic img{
	width: 100%;
}
.main .unit .columnList li{
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #666;
}
.main .unit .columnList li a{
	color: #000;
	width: 70%;
    display: inline-block;
    overflow: hidden;/*超出部分隐藏*/
    text-overflow: ellipsis;/*超出部分显示省略号*/
    white-space: nowrap;/*文本不换行*/
}
.main .unit .columnList li a:hover{
	color:#357f63;
}
.main .unit .columnList li em{
	float: right;
}
/*系统登录*/
.main .unit .loginPic{
	margin-top: 5px;
	margin-bottom: 14px;
	font-size: 0;
	position: relative;
}
.main .unit .loginPic img{
	width: 100%;
}
.main .unit .loginPic .text{
	position: absolute;
	bottom: 0px;
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 24px;
	text-align: center;
	background: #229351;
}
#padd-cont {
    text-align: center;
    margin-left: 20px;
    padding-top:15px;
}
#padd-cont .p {
    padding-bottom: 4px;
}
#padd-cont p {
    margin-left: -4px;
    overflow: hidden;
}
#padd-cont .a1 {
    background-image: url(../images/img-a1.png);
    background-position: left top;
}
#padd-cont .a1, #padd-cont .a4 {
    width: 243px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
#padd-cont a {
    float: left;
    margin-left: 4px;
    line-height: 53px;
    color: #fff;
}
#padd-cont .a1 span {
    background-image: url(../images/titleIcon1.png);
}
#padd-cont span {
    display: inline-block;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: left center;
}
#padd-cont .a2 {
    background-color: #43a54e;
}
#padd-cont .a2, #padd-cont .a3 {
    width: 132px;
}
#padd-cont .a2 span {
    background-image: url(../images/titleIcon5.png);
}
#padd-cont .a3 {
    background-color: #2ea257/*22924a*/;
}
#padd-cont .a3 span {
    background-image: url(../images/titleIcon3.png);
}
#padd-cont .a4 {
    background-image: url(../images/img-a4.png);
    background-position: right bottom;
}

#padd-cont .a4 span {
    background-image: url(../images/titleIcon2.png);
}















/*工作动态*/
.main .unit_2{
	margin-right: 10px;
	padding-bottom: 0;
}
.main .unit .columnListAbstract{
	padding-top: 6px;
}
.main .unit .columnListAbstract li{
	margin-bottom: 25px;
}
.main .unit .columnListAbstract li .time{
	float: left;
	width: 60px;
	height: 60px;
	line-height: 30px;
	text-align: center;
	margin-right: 15px;
}
.main .unit .columnListAbstract li .time span{
	display: block;
	width: 100%;
	height: 30px;
}
.main .unit .columnListAbstract li .time span.month{
	font-size: 14px;
	color: #fff;
	background:#357f63;
}
.main .unit .columnListAbstract li .time span.day{
	font-size: 24px;
	color: #357f63;
	background: #f2f2f2;
}
.main .unit .columnListAbstract li .news h4{
	line-height: 20px;
	font-size: 16px;
	color: #000;
	margin-bottom: 5px;
}
.main .unit .columnListAbstract li .news p{
	line-height: 18px;
	font-size: 12px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.main .unit .columnListAbstract li a:hover .news h4{
	color: #357f63;
}
.system {
    margin-top: 40px;
    background: #f7f7f7;
}
.system ul li {
    float: left;
    width: 25%;
    text-align: center;
    padding: 15px 0;
    line-height: 32px;
    font-size: 16px;
}
.system ul li a {
    color: #333;
}
.system ul li i {
    margin-right: 15px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.8s;
}
.system ul li i img {
    height: 100%;
    width: auto;
}













.main .unit .slidebox .hd {   
      height: 54px;        
      line-height: 54px; 
      padding-left: 16px;    
      position: relative;
}


.main .unit .slidebox .hd:before{
	content: '';
	display: block;
	width: 6px;
	height: 24px;
	background:#357f63;
	position: absolute;
	left: 0;
	top: 15px;
}

.main .unit .slidebox .hd ul li{
font-size: 24px;
float: left;
cursor: pointer;
color: #aaaaaa; 
margin-right:20px;
}

/*.main .unit .slidebox .hd ul li em{
        margin: 0 10px;
        width: 6px;
	height: 24px;
	background:#357f63;
	position: absolute;
	left: 95px;
	top: 15px


}*/


.main .unit .slidebox .hd ul li a.more{
        position: absolute;
        right: 0;
        display: none;
        font-size: 14px;
	line-height: 54px;
	color: #666;

}
.main .unit .slidebox .hd ul li a.more i{
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(../images/more.png) no-repeat center;
	vertical-align: middle;
    margin-top: -3px;
    margin-left: 5px;
}
.main .unit .slidebox .hd ul li a.more:hover{
	color:#357f63;
}
.main .unit .slidebox ul li a.more:hover i{
	background: url(../images/more_h.jpg) no-repeat center;
}






.main .unit .slidebox .hd ul li.on {
    color: #010101;
}

.main .unit .slidebox .hd ul li.on a.more {
    display: inline;
}























.main .unit .slidebox .columnListAbstract{
	padding-top: 6px;
}
.main .unit .slidebox .columnListAbstract li{
	margin-bottom: 25px;
}
.main .unit .slidebox .columnListAbstract li .time{
	float: left;
	width: 60px;
	height: 60px;
	line-height: 30px;
	text-align: center;
	margin-right: 15px;
}
.main .unit .slidebox .columnListAbstract li .time span{
	display: block;
	width: 100%;
	height: 30px;
}
.main .unit .slidebox .columnListAbstract li .time span.month{
	font-size: 14px;
	color: #fff;
	background:#357f63;
}
.main .unit .slidebox .columnListAbstract li .time span.day{
	font-size: 24px;
	color:#357f63;
	background: #f2f2f2;
}
.main .unit .slidebox .columnListAbstract li .news h4{
	line-height: 20px;
	font-size: 16px;
	color: #000;
	margin-bottom: 5px;
}
.main .unit .slidebox .columnListAbstract li .news p{
	line-height: 18px;
	font-size: 12px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.main .unit .slidebox .columnListAbstract li a:hover .news h4{
	color:#357f63;
}





.main .unit .slidebox .gjzc{
	padding-top: 6px;
}
.main .unit .slidebox .gjzc li{
	margin-bottom: 25px;
}
.main .unit .slidebox .gjzc li .time{
	float: left;
	width: 60px;
	height: 60px;
	line-height: 30px;
	text-align: center;
	margin-right: 15px;
}
.main .unit .slidebox .gjzc li .time span{
	display: block;
	width: 100%;
	height: 30px;
}
.main .unit .slidebox .gjzc li .time span.month{
	font-size: 14px;
	color: #fff;
	background:#357f63;
}
.main .unit .slidebox .gjzc li .time span.day{
	font-size: 24px;
	color:#357f63;
	background: #f2f2f2;
}
.main .unit .slidebox .gjzc li .news h4{
	line-height: 20px;
	font-size: 16px;
	color: #000;
	margin-bottom: 5px;
}
.main .unit .slidebox .gjzc li .news p{
	line-height: 18px;
	font-size: 12px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.main .unit .slidebox .gjzc li a:hover .news h4{
	color:#357f63;
}


.lxfs_wb{background-color:#74d77f;    color: #fff;    padding: 5px 10px;    line-height: 30px;    margin: 0;    font-size: 14px;    text-align: left;}
.lxfs_wb p{line-height: 30px;    margin: 0;  color: #fff;  font-size: 14px;}