*{
	margin: 0;
	padding: 0;
}


/*顶部图片css*/
#zjgd_pngBox{
	width: 100%;
	min-width: 1200px;
	height: 559px;
	/* background: url(../../img/listpages/zjgd_banner.png)no-repeat center; */
	background-size: 100% 100%;
	cursor: pointer;
}

/*内容css*/
#zjgd_Con{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	margin-top: 44px;
}
#zjgd_Con .zjg_cul{
	width: 1200px;
    margin: 0 auto;
    height: auto;
    display: inline-block;
    background-color: #f7f7f7;
    padding-bottom: 15px;
}
#zjgd_Con .zjg_cul li{
	width: 380px;
	padding: 5px 5px;
    height: 350px;
    background: #FFFFFF;
    list-style: none;
    float: left;
    margin-right: 15px;
    margin-top: 16px;
}
#zjgd_Con .zjg_cul li:nth-child(3n){
    margin-right: 0px;
}

#zjgd_Con .zjg_cul li .zjg_culimg1{
	width: 100%;
	height: 250px;
	overflow: hidden;
	cursor: pointer;
}
#zjgd_Con .zjg_cul li .zjg_culimg1 img{
	width: 100%;
	height: 100%;
	transition: all ease-out 0.5s;
	-webkit-transition: all ease-out 0.5s;
	-moz-transition: all ease-out 0.5s;
	-ms-transition: all ease-out 0.5s;
	-o-transition: all ease-out 0.5s;
}

#zjgd_Con .zjg_cul li .zjg_culimg1 img:hover{
	transform:scale(1.1);
}
#zjgd_Con .zjg_cul li .zjg_uliLf{
	float: left;
	width: 250px;
	height: 70px;
	padding-top: 20px;
	padding-left: 20px;
}
#zjgd_Con .zjg_cul li .zjg_uliLf dl dt{
	font-size: 15px;
	color: #000000;
	margin-bottom: 10px;
	
}
#zjgd_Con .zjg_cul li .zjg_uliLf dl dd{
	font-size: 13px;
	color: #777777;
}

#zjgd_Con .zjg_cul li .zjg_uliRi{
	float: left;
	width: 110px;
	height: 90px;
}
#zjgd_Con .zjg_cul li .zjg_uliRi .zjg_uliRi_p1{
	width: 90px;
	height: 40px;
	text-align: right;
	line-height: 40px;
	padding-right: 20px;
	font-size: 13px;
	cursor: pointer;
	color: #a3a5a8;
	background: url(../../img/listpages/zjgd_xyj.png)no-repeat 40% 60%;
}
#zjgd_Con .zjg_cul li .zjg_uliRi .zjg_uliRi_p2{
	width: 90px;
	height: 40px;
	background-color: red !important;	
	text-align: center;
	line-height: 40px;
	padding-left: 20px;
	font-size: 13px;
	cursor: pointer;
	color: #FFFFFF;
	background: url(../../img/listpages/zjgd_seach.png)no-repeat 20% 60%;
}


.zjg_page{
	width: 1200px;
	height: 80px;
	margin: 0 auto;
	margin-top: 15px;
}
.zjg_page_left{
	width: 60%;
	float: left;
	line-height:80px;
	text-align: center;
	color: #666;
	padding-left: 20%;
}
.zjg_page_T,.zjg_page_X,.zjg_QdBtn{
	width: 60px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #c8c8c8;
    color: #c0c0c0;	
    display: inline-block;
    font-size: 15px;
    color: #666;
    vertical-align: middle;
    cursor: pointer;
    padding: 0 10px;
    margin-right: 8px;
    outline: none;
}
.zjg_page_T:hover,.zjg_page_X:hover,.zjg_QdBtn:hover{
	color: #FFFFFF;
	background: #e11323;
}
.zjg_page_left span{
	margin-right: 8px;
	display: inline-block;
	padding: 0 12px;
	font-size: 16px;
	color: #666;
}
.zjg_TzInput{
	width:40px;
	height: 35px;
	display: inline-block;
	border: 1px solid #c8c8c8;
	font-size: 18px;
    color: #666;
    text-align: center;
}
.zjg_page_right{
	width: 20%;
	float: left;
	line-height: 80px;
	color: #666;
}

