/* banner */ 

*{padding: 0px;margin: 0px;}
#flash{width:1000px;height: 180px;position: relative;}
#flash #play{width:1000px;height: 180px;list-style: none;position:absolute;top:0px;left:0px;}
#flash #play li{display: none;position:absolute;top:0px;left:0px;}
#flash #play li img{float: left;}
#button{position: absolute;bottom:20px;left:470px;list-style: none;}
#button li{margin-left: 10px;float: left;}
#button li div{width:12px;height: 12px;background:#DDDDDD;border-radius: 6px;cursor: pointer;}
#prev{width:40px;height:63px;background:url(beijing.png) 0px 0px;position: absolute;top:60px;left:10px;z-index: 1000;}
#next{width:40px;height:63px;background:url(beijing.png) -40px 0px;position: absolute;top:60px;right:10px;z-index: 1000;}
#prev:hover{background:url(beijing.png) 0px -62px;}
#next:hover{background:url(beijing.png) -40px -62px;}



/* color */ 
.cryymove {
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

.cryymove:hover {
	transform: translate(0px,-6px);
	-webkit-transform: translate(0px,-6px);
	-moz-transform: translate(0px,-6px);
	-o-transform: translate(0px,-6px);
	-ms-transform: translate(0px,-6px);
}
em {
	font-style: normal;
}
a {
	color: #333;
	text-decoration: none;
}
a: hover {
	text-decoration: underline;
}

 
.cryyul {
	width:1000px;
	font: 12px/1.5 Tahoma,'Microsoft Yahei','Simsun';
	margin:0 auto;
	margin-bottom:15px;
}
.cryyul a {
	width:20%;
	display:block;
	float:left;
	height:65px;
	text-align:center;
	color:#fff;
}
.cryyul a span {
	font-size:18px;
	display:block;
	padding-top:8px;
}
.cryyul a em {
	font-size:14px;
	display:block;
}
.cryyul a.cryyblue {
	background:#fec02f;
}
.cryyul a.cryyorg {
	background:#56baff;
}
.cryyul a.cryygreen {
	background:#4cd18e;
}
.cryyul a.cryyblack {
	background:#fa3e77;
}
.cryyul a.cryyzise {
	background:#C287F3;
}

.cryyul a:hover {
	opacity:0.9;
}