/**
 * 
 */
.suit{
	height: 480px;
	/*border: 1px solid;*/
	background: rgb(36,201,255);
	text-align: center;
	padding-top: 50px;
}
.suit_title{
	font-size: 36px;
	color: white;
	margin-bottom: 10px;
	border-bottom: 1px solid white;
	width: 400px;
	margin: 0 auto;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.suit_contant{
	width: 610px;
	margin: 0 auto;
	color: white;
	font-size: 14px;
	line-height: 24px;
}
.suit_img{
	width: 1200px;
	height: 195px;
	/*border: 1px solid;*/
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
	animation-duration: 3s;
	-moz-animation-duration: 3s;
	-ms-animation-duration: 3s;
}
.suit-img{
	height: 65px;
	width: 550px;
	background: url(../img/whoCan/tiao11.png);
	display: inline-block;
	margin-left: 10px;
	margin-top: 30px;
}
.suit_img2{
	background-position: 0 160px;
}
.suit_img4{
	background-position: 0 85px;
}
.suit_img3{
	background-position: 0 240px;
}
.suit_last{
	height: 56px;
	width: 259px;
	border: 1px solid white;
	border-radius: 40px;
	margin: 0 auto;
	line-height: 56px;
	font-size: 18px;
	color: white;
}
.suit_last a{color: white;}
.suit_last:hover{
	background: white;
	color: rgb(36,201,255);
}
.suit_last:hover a{color: rgb(36,201,255);}

