body, html { font-size: 100%; 	padding: 0; margin: 0;}

/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

body{
	color: #333;
	font-weight: 500;
	font-size: 1.05em;
	font-family: "Microsoft YaHei","Segoe UI", "Lucida Grande", Helvetica, Arial,sans-serif;
}

.demo{
		padding:0px;
		min-height:880px;
		max-height:880px;
		overflow:hidden;
	}
	.serviceBox{
		border: 1px solid #fff;
		position: relative;
		transition: all 0.5s ease 0s;
		margin:5px 0px;
		text-align:center;
	}
	.serviceBox:hover{
		border-color: #fff;
	}
	.serviceBox:before,
	.serviceBox:after{
		content: "";
		display: block;
		width: 50px;
		height: 5px;
		background: #fff;
		position: absolute;
		left: 0;
		opacity: 0;
		transition: all 0.5s ease 0s;
	}
	.serviceBox:before{
		top: -3px;
	}
	.serviceBox:after{
		bottom: -3px;
	}
	.serviceBox:hover:before,
	.serviceBox:hover:after{
		left: 60px;
		opacity: 1;
	}
	.service-Content{text-align:center;}

	.service-Content .title{
		font-size: 16px;
		font-weight: 700;
		color: #fff;
		text-align:center;
		padding:18px 15px;
	}
	.service-Content .description{
                height:180px;
		font-size:14px;
		color: #fff;
		text-align:center;
		padding:0px 15px;
		background: #177ac5;
		line-height:25px;
                text-align:left;
	}
	.service-Content .description ul li{padding:15px 0px 5px 10px;}
	.img-ewm{padding:15px 0px;}
	.img-ewm img{width:170px;height:170px;}
    .bgcolor{background:#177ac5;}
    .logo{width:100%;}

	@media only screen and (max-width: 990px){
		.serviceBox{ margin-bottom: 12px; }
	}

@media screen and (max-width:990px){
	.logo{width:100%;}
}
