.about{
	width: 1160px;
	margin: 0 auto;

}

.about .content{
	width: 1106px;
	margin: 0 auto;
}
.about .content p{
	float: left;
	width: 100%;
	color: #656565;
	font-size: 14px;
	margin-top: 30px;
}


.service{
	float: left;
	width: 100%;
	background: url(../bg.png) no-repeat;
	background-position: center center;
	height: 765px;
}
.service-title{
	float: left;
	width: 100%;
	height: 200px;
	background: #F2F2F2;
}

.service .box{
	width: 1160px;
	margin: 0 auto;
	margin-top: 60px;
}
.service .item{
	float: left;
	width: 360px;
	height: 540px;
	background: #44A6DE;
	margin-left: 40px;
}
.service .item:first-child{
	margin-left: 0;
}
.service .item:first-child .icon{
	background: url(../room.png) no-repeat;
	width: 117px;
	height: 111px;
	margin: 0 auto;
	margin-top: 50px;
}
.service .item:nth-child(2) .icon{
	background: url(../meeting.png) no-repeat;
	width: 112px;
	height: 118px;
	margin: 0 auto;
	margin-top: 50px;
}
.service .item h2{
	float: left;
	font-size:30px;
	color: #FFFF00;
	text-align: center;
	width: 100%;
	margin: 20px auto;
	font-weight: 400;
}
.service .item p{
	width: 260px;
	margin: 0 auto;
	font-size: 16px;
	color: #FFFF00;
	line-height: 28px;
}

.service .item .btn{
	width: 100px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border: 1px solid #fff;
	color: #fff;
	font-size:14px;
	display: block;
	margin: 0 auto;
	margin-top: 130px;
	text-decoration: none;
}
.service .item .btn:hover{
	background: #fff;
	color: #43A5DD;
}
.service .item:nth-child(1) h2{
	margin-top: 27px;
}

.service .item:nth-child(3) h2{
	margin-top: 188px;
}
.service .item:nth-child(3){
	background: url(../bg_small.jpg) no-repeat;
	width: 360px;
	height: 540px;
}

.product{
	float: left;
	width: 100%;
	background: #F2F2F2;
}
.product .box{
	width: 1160px;
	margin: 0 auto;
}
.product .box ul{
	float: left;
	margin-left: -40px;
	margin-top: 10px;

}
.product ul li{
	float: left;
	margin-left: 40px;
	margin-top: 40px;
	width: 360px;
	height: 360px;
	background: #fff;
}

.product ul li .product-img{
	float: left;
	width: 100%;
	height: 240px;
	background-position: center center !important;
}
.product ul li .product_info{
	float: left;
	width: 100%;
	height: 120px;
	background: #A1D2EE;
}
.product ul li .product_info h2,.product ul li .product_info p{
	width: 320px;
	margin: 0 auto;
}
.product ul li .product_info h2{
	font-size: 16px;
	color: #333;
	margin-top: 20px;
}
.product ul li .product_info p{
	font-size: 14px;
	color: #656565;
	line-height: 25px;
	margin-top: 5px;
}



.news{
	width: 1160px;
	margin: 0 auto;
}

.news ul{
	float: left;
	margin-left: -40px;
	
	margin-top: 40px;
}
.news ul li{
	float: left;
	margin-left: 40px;
	width: 360px;
}
.news ul li img{
	float: left;
	width: 360px;
	height: 240px;
	margin-bottom: 10px;
}
.news ul li .date{
	float: left;
	width: 50px;
	font-size: 16px;
	color: #656565;
}
.news ul li .date div{
	font-size: 40px;
	color: #E3007F;
	height: 40px;
	width: 50px;
	line-height: 40px;
}
.news ul li .news-info{
	float: right;
	width: 300px;
}
.news ul li .news-info h2{
	font-size: 16px;
	color: #333;
	margin: 0;
	line-height: 25px;
	text-align: left;
	height: auto;
	margin-bottom: 5px;
}
.news ul li .news-info a:hover h2{
	color: #009FE9;
}

.news ul li .news-info p{
	font-size: 14px;
	color: #656565;
}
.news .btn{
	float: left;
	width: 100%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background: #ccc;
	margin-top: 20px;
}
.news .btn:hover{
	background: #44A6DE;
}




