.container .pics2{
	width: 200000px;
	position: absolute;
}
.container .main .content2{
	width: 540px;
	height: 300px;
	position: absolute;
	top:105px;
	right:20px;
	overflow: hidden;
}
.ca-item{
	width: 540px;
	height: 300px;
	float: left;
}
.ca-item-main{
	float: left;
	height:300px;
	background-color: white;	
}
.ca-item-main .ca-icon img{
	width: 180px;
	height: 250px;

}
.ca-item-main h3{
	font-size: 30px;
	margin-left: 10px;
	border-left: 10px solid #b0ccc6;
}
.ca-content-wrapper{
	width: 360px;
	height: 300px;
	background-color: #b0ccc6;
	float: left;
}
.ca-content-wrapper h6{
	font-size: 24px;
	width: 100%;
	text-align: center;
	color: white;
	margin-top: 10px;
}
.ca-content-text{
	font-size: 12px;
	font-family: microsoft yahei;
	width: 320px;
	padding: 20px;
}
.ca-nav span {
	width: 25px;
	height: 38px;
	background: url(../images/arrows.png) no-repeat top left;
	position: absolute;
	top: 50%;
	margin-top: -19px;
	opacity: 0.7;
	cursor: pointer;
	z-index: 10000;
}

.ca-nav .ca-nav-prev{
	background-position: 0 0;
	left: 0px;
}
.ca-nav .ca-nav-next{
	background-position: -26px 0;
	left:515px;
}