 .fenye {
 	width: 698px;
 	height: 70px;
 	overflow: hidden;
 	border-radius: 35px;
 	border: solid 1px #ecedf1;
	background-color:#ecedf1;
 	margin: 60px auto 0px!important;
 }
 
 .fenye li {
 	float: left;
 	width: 232px;
 	text-align: center;
 	line-height: 70px;
 	color: #333;
 	font-size: 28px;
 	cursor: pointer;
 }
 
 .fenye li.active {
 	border-radius: 35px;
 	color: #fff;
	
	background: -moz-linear-gradient(top, #7ae6f5 0%, #0055ba 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7ae6f5), color-stop(100%,#0055ba));
    background: -webkit-linear-gradient(top, #7ae6f5 0%,#0055ba 100%);
    background: -o-linear-gradient(top, #7ae6f5 0%,#0055ba 100%);
    background: -ms-linear-gradient(top, #7ae6f5 0%,#0055ba 100%);
    background: linear-gradient(to bottom, #7ae6f5 0%,#0055ba 100%);
 }
 
 #Index_Box0,
 #Index_Box1,
 #Index_Box2 {
 	width: 1000px;
 	height: 640px;
 	margin: 0px auto;
 	margin-top: 38px;
 	position: relative;
 }
 
 #Index_Box0 ul,
 #Index_Box1 ul,
 #Index_Box2 ul {
 	position: relative;
 	width: 1000px;
 	height: 640px;
 }
 
 #Index_Box0 ul li,
 #Index_Box1 ul li,
 #Index_Box2 ul li {
 	z-index: 0;
 	position: absolute;
 	width: 0;
 	height: 0;
 	overflow: hidden;
 	top: 0px;
 	left: 0px;
 	box-shadow: 0px 5px  30px black;
 }
 
 #Index_Box0 ul li img,
 #Index_Box1 ul li img,
 #Index_Box2 ul li img {
 	width: 100%;
 }
 
 #Index_Box0 .prev,
 #Index_Box1 .prev,
 #Index_Box2 .prev {
 	display: block;
 	width: 46px;
 	height: 46px;
 	background: url(../img/ui_change_91.png) no-repeat center;
 	position: absolute;
 	border-radius: 50%;
 	top: 295px;
 	left: 0px;
 	z-index: 100;
 	cursor: pointer;
 	box-shadow: 0px 0px 20px #0055ba;
 }
 
 #Index_Box0 .next,
 #Index_Box1 .next,
 #Index_Box2 .next {
 	display: block;
 	width: 46px;
 	height: 46px;
 	background: url(../img/ui_change_93.png) no-repeat center;
 	position: absolute;
 	border-radius: 50%;
 	top: 295px;
 	right: 0px;
 	z-index: 100;
 	cursor: pointer;
 	box-shadow: 0px 0px 20px #0055ba;
 }
 
 #Index_Box1 {
 	display: none;
 }
 
 #Index_Box2 {
 	display: none;
 }