div {
	margin: auto;
}
.anlibg{
	background:#edece9;
	}
.cgal {
	width: 100%;
	text-align: center;
	height: 26px;
	margin: 0px;
	padding: 0px;
}
#aly {
	padding: 20px 0px 20px 0px;
/*	background: #edece9;*/
	position: relative;
	height: auto !important;
	overflow: hidden;
}
.gdjd {
	width: 898px;
	height: 420px;
/*	padding-top: 20px;*/
	position: relative;
	height: auto !important;
}
.gdjd-title {
	height: 26px;
/*	border-bottom:#ccc 1px dotted;*/
	padding-bottom: 5px;
	margin-left: 16px;
}
.gdjd-title .cname {
	float: left;
	padding-right: 4px;
	-webkit-font-smoothing: antialiased;
	font-size: 12px;
	font-family: "Microsoft YaHei";
	color: rgb(136, 136, 136);
	line-height: 32px;
}
#gdjd_name {
	float: left;
	display: block;
	font-size: 18px;
	font-family: "Microsoft YaHei";
	color: rgb(34, 34, 34);
	clear: both;
	font-weight: normal;
	padding-right: 4px;
}
.gdjd-nr {
	width: 898px;
	background: #FFFFFF;
	position: relative;
/*	margin-top: 10px;*/
	height: auto !important;
	overflow: hidden;
	padding-bottom: 22px;
}
.gdjd .gdjd-nr ul {
}
.gdjd .gdjd-nr ul li {
	margin: 6px 0px 10px 15px;
	float: left;
}
.gdjd .gdjd-nr ul li .banner {
	width: 273px;
	height: 170px;
	position: relative;
	overflow: hidden;
	float: left;
	border: 1px solid #edece9;
/*	-moz-box-shadow: 0 0 3px #AAA;
	-webkit-box-shadow: 0 0 3px #AAA;
	box-shadow: 0 0 3px #AAA;
	padding: 3px*/}
	
.banner img { display: block; position: relative; }

.effect img {
   opacity:1;
   -moz-transform:scale(1,1);
   -webkit-transform:scale(1,1);
   -o-transform:scale(1,1);
   -ms-transform:scale(1,1);
   transform:scale(1,1);
   -webkit-transition: all 0.2s ease-in;
   -moz-transition: all 0.2s ease-in;
   -o-transition: all 0.2s ease-in;
   -ms-transition: all 0.2s ease-in;
   transition: all .6s ease-in ;
}

.effect:hover img {
	opacity:1;
   -moz-transform:scale(1.2,1.2);
   -webkit-transform:scale(1.2,1.2);
   -o-transform:scale(1.2,1.2);
   -ms-transform:scale(1.2,1.2);
   transform:scale(1.2,1.2);
}
.effect:out img {
	opacity:1;
   -moz-transform:scale(1,1);
   -webkit-transform:scale(1,1);
   -o-transform:scale(1,1);
   -ms-transform:scale(1,1);
   transform:scale(1,1);
}


.gdjd .gdjd-nr ul li p {
	text-align: left;
	font-size: 12px;
	font-family: "Microsoft YaHei";
	color: #FFFFFF;
	width: 90%;
	margin: 10px;
}
.gdjd .gdjd-nr ul li .pdiv {
	width: 100%;
	text-align: center;
	margin-top: 153px;
	position: relative;
	font-size: 14px;
	font-family: "Microsoft YaHei";
	color: rgb(102, 102, 102);
}
.ckyfoot {
	background: #50b948;
	width: 100%;
	height: 140px;
	padding-top:20px;
}
.ckyfoot span {
	float: left;
	font-size: 16px;
	font-family: "Microsoft YaHei";
	color: rgb(255, 255, 255);
	text-align: center;
	width:100%;
	margin-top:10px
	
}
.cccfoot table tbody tr td a{
	color:#FFFFFF;
	}