
.banner{
	width: 100%;
	min-width: 1100px;
}
.b_nav ul li .estate {
	border-color:#61588B ;
}
.describe p:before,.describe p:after{
	color: #61588B;
}
.pic ul{
	width: 2000px;
	position: relative;
}

 .business{
	padding-top: 30px;
	width: 100%;
	min-width: 1100px;
	background: #FBFBFB;
}
.business h4{
	text-align: center;
	font-size:30px ;
	line-height: 32px;
	position: relative;
	z-index: 10;
	opacity: 0;
}
.hr{
	display: block;
	width: 126px;
	height: 2px;
	background:#61588B ;
	margin: 0 auto;
	position: relative;
	top: 4px;
	z-index: 1;
}
 .kinds {
 	width: 780px;
 	margin: 0 auto;
 	padding: 142px 0 95px 0;
 	opacity: 0;
 }
 .kinds li{
 	float: left;
 	margin-left: 150px;
 }
 .kinds li:first-child{
 	margin-left: 0;
 }
 .kinds li a{
 	width:160px ;
 	display: block;
 	position: relative;
 	text-align: center;
 	font-size:24px ;
 }

 .kinds li a img {
    height: 160px;
    margin-bottom: 21px;
}
@media only screen and (max-width:1400px ) {
	.kinds{
	    width: 690px;	
	}
	.kinds li a{
		width: 130px;
		font-size: 21px;
	}
	.kinds li a img {
		height: auto;
	}
}