.nav .nav2{
	color: deepskyblue;
}


/*这里是banner位置*/
.banner {
	width: 100%;
	height: 300px;
	padding-top: 80px;
	background: url(../images/other-bg-product.png);
	background-position: center;
}






/*产品展示*/
.product{
	padding-bottom: 50px;
}
.big-box1{
	background: #fff;
	border-bottom: 1px solid #fafafa;
}
.big-box2{
	background: #fafafa;
}
.box1{
	max-width: 1024px;
	margin: 0 auto;
	padding: 50px 0;
}
.box2{
	max-width: 1024px;
	margin: 0 auto;
	padding: 50px 0;
}
.left{
	float: left;
	width: 50%;
	padding-left: 15px;
	box-sizing: border-box;
}
.right{
	float: right;
	width: 50%;
	padding-right: 15px;
	box-sizing: border-box;
}
.right img{
	float: right;
}
.box .title{
	font-size: 36px;
	line-height: 60px;
	margin-top: 30px;
}
.box .text{
	line-height: 25px;
	color: #666;
}
.btn{
	width: 200px;
	background: #0093FF;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	line-height: 60px;
	color: #fff;
	border-radius: 30px;
	margin-top: 50px;
	cursor: pointer;
	display: block;
}


