
.banner{
	width: 100%;
	min-width: 1100px;
}
.b_nav ul li .create {
	border-color:#73B2E7 ;
}
.describe p:before,.describe p:after{
	color: #73B2E7;
}
.pic ul{
	width: 4800px;
	position: relative;
}
.pic ul li div p {
	width: 324px;
}
 .business{
	padding-top: 30px;
	width: 100%;
	min-width: 1100px;
	background: #FBFBFB;
	padding-bottom: 79px;
}
.business h4{
	text-align: center;
	font-size:30px ;
	line-height: 32px;
	margin-bottom: 63px;
	position: relative;
	z-index: 10;
	opacity: 0;
}
.hr{
	display: block;
	width: 126px;
	height: 2px;
	background:#73B2E7;
	margin: 0 auto;
	position: relative;
	top: -58px;
	z-index: 1;
}
 .kinds {
 	width: 1200px;
 	margin: 0 auto;
 	opacity: 0;
 }
 .kinds li{
 	float: left;
 	margin: 10px 10px 0 0;
 }
 .kinds li a{
 	width:190px ;
 	height: 190px;
 	display: block;
 	position: relative;
 }
 
.blue1{
	background: #73B2E7;
}
.blue2{
	background:#99CEFB;
}
.blue3{
	background: #A7C7E2;
}
.blue4{
	background:#ABD4F6;
}
@media only screen and (max-width:1400px ) {
	.kinds{
		width: 1020px;
	}
	.kinds li a {
    width: 160px;
    height: 160px;
    }
}