@charset "utf-8";
/* CSS Document */
/* case */
.case{
	height: 300px;
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
}
.case_box{
	position: relative;
	width: 960px;
	height: 300px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.case_box p{z-index:2;position:absolute;text-indent:-9999px;width:28px;height:264px;cursor:pointer}
.case_box .prev{
	text-indent: -9999px;
	top: 0px;
	left: 0px;
	background-image: url(../imgs/js/previous.png);
	background-repeat: no-repeat;
	background-position: center 100px;
}
.case_box .next{
	text-indent: -9999px;
	top: 0px;
	right: 0px;
	background-image: url(../imgs/js/next.png);
	background-repeat: no-repeat;
	background-position: center 100px;
}
.case_box ul{
	position: absolute;
	height: 264px;
	overflow: hidden;
	top: 0px;
	left: 0px;
}
.case_box ul li{
	width: 960px;
	float: left;
	height: 264px;
	color: #87B80F;
}
.case_box ul li dl.case_info{
	line-height: 17px;
	width: 372px;
	zoom: 1;
	color: #FFFFFF;
	font-size: 13px;
	overflow: hidden;
	float: right;
	background-color: #83C437;
	height: 264px;
}
.case_box ul li dl.case_info dd{
	color: #FFFFFF;
	padding: 40px;
	font-family: inherit;
}

.case_box ul li.case_1{
	background-image: url(../imgs/js/case_1.png);
	background-repeat: no-repeat;
}
.case #slider ul .case_1 .case_info dd #faac {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	margin-bottom: 15px;
	font-weight: normal;
}

.case #slider ul .case_1 .case_info dd strong {
	font-weight: normal;
	display: block;
	margin-top: 15px;
}
.case #slider ul .case_1 .case_info dd strong a {
	color: #FFF;
	text-decoration: underline;
}



.case_box ul li.case_2{
	background-image: url(../imgs/js/case_2.jpg);
	background-repeat: no-repeat;
}
.case #slider ul .case_2 .case_info dd #barr {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	margin-bottom: 15px;
	font-weight: normal;
}

.case_box ul li.case_3{
	background-image: url(../imgs/js/case_3.jpg);
	background-repeat: no-repeat;
}
.case #slider ul .case_3 .case_info dd #ouve {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	margin-bottom: 15px;
	font-weight: normal;
}

.case_box ul li.case_4{
	background-image: url(../imgs/js/case_4.jpg);
	background-repeat: no-repeat;
}
.case #slider ul .case_4 .case_info dd #port {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	margin-bottom: 15px;
	font-weight: normal;
}

.case_info_add dd{line-height:22px}

.case_box ol{position:absolute;bottom:0;left: 505px;margin:0 0 10px -65px;height:12px;z-index:99;}
.case_box ol li{
	float: left;
	margin: 0 4px;
	display: inline;
	width: 12px;
	height: 12px;
	line-height: 999em;
	overflow: hidden;
	cursor: pointer;
	background-image: url(../imgs/js/pagination.png);
	background-repeat: no-repeat;
}
.case_box ol li.active{background-position:0 -12px;}
