body{
	margin:0;
	padding:0;
}
a:hover{
	text-decoration: none;
}
a:link {
    color: #26526c;
    text-decoration: none;
}
a:visited{
	color: #26526c;
	text-decoration: none;
}

.slide h2{
	color: #26526c;
	text-align: center;
}
.slide p{
	width: 90%;
	font-size: 14px;
	color: #26526C;
	line-height: 24px;
	margin: 0px auto;
}
.slide ul{
	margin: 2px auto;
}
.slide ul li{
	font-size: 14px;
	color: #26526C;
	line-height: 28px;
}
.container{
	width:1170px;
	height:245px;
	margin:15px auto;
}


.handle{
	float:left;
	margin:0 0.5px;
	background: url(/css/image/slide.jpg) bottom left repeat-x;
	width:46px;
	height:245px;
	cursor:pointer;
	border: 1px #e7e7e7 solid;
	font-size: 14px ;
	font-weight: bold;
	letter-spacing: 0.5px;
	line-height: 15px;
	text-align:center;
	color:#26526c;
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	-webkit-transition:0.3s ease-in-out;
	-moz-transition:0.3s ease-in-out;
	-o-transition:0.3s ease-in-out;
	-ms-transition:0.3s ease-in-out;
}

.handle:hover{
	background:#26526c;
	color: #FFFFFF;
	-webkit-transform:scale(1.02);
	-moz-transform:scale(1.02);
	-ms-transform:scale(1.02);
	-o-transform:scale(1.02);
}

.select{
	background:#26526c;
	color: #ffffff;
}

.slide{
	background:url(/css/images/slide.jpg) bottom left repeat-x;
	float:left;
	width:510px;
	height:245px;
	display:none;
	border: 1px solid #e7e7e7;
	margin-right: 5px;
/* 	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	-o-border-radius:15px;
	border-radius:15px; */
}


img{
	background:#FFF;
	display:block;
	width:245px;
	height:230px;
	margin:10px auto;
	padding:5px;
}

.rotate{
	margin:10px 10px;
	/* -webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
	-o-transform:rotate(0deg); */
}