section {
    padding: 60px 0 70px 0;
    overflow: hidden;
}

/* Services ------------------------------------*/
.services {
	background: #646464;
	color: #ffffff;
	height: inherit;
	margin:0;
	padding:0x;
	padding-top: 40px;
	padding-bottom: 5px;
}
.services-border {
	border-top: 1px solid #39bd9f;
}
.service h2 {
	text-align: center;
	font-family: "微软雅黑";
	font-size: 16px;
	margin-top: 20px;
}
.service img {
	display: table;
	margin: 60px auto 40px auto;
}
.service-back p {
	font-size: 13px;
	line-height: 21px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #ff7657;
	background: url(../images/but-bg.png);
	margin-right: 3px;
	margin-top: 15px;
	text-align: center;
}
.service-back {
	padding: 0 6px 0 6px;
}

/* Service Icons*/


.service-clock {
	display: block;
	height: 50px;
	background: url(../images/fuwu-3.png) center no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
}
.service-hosting {
	display: block;
	height: 50px;
	background: url(../images/fuwu-4.png) center no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
}

.service-responsive {
	display: block;
	height: 50px;
	background: url(../images/fuwu-1.png) center no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
}
.service-social {
	display: block;
	height: 50px;
	background: url(../images/fuwu-2.png) center no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
}


/* Styles for the animation effect */
.service-container {
	min-height: 135px !important;
	position: relative;
	border-right: 1px solid #39bd9f;
	
}
.service {
	width: 100%;
	height: 100%;
	position: absolute;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transition: transform 1s;
	-webkit-transition: -webkit-transform 1s;
	-moz-transition: -moz-transform 1s;
	-o-transition: -o-transform 1s;
}
.service-front, .service-back {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
}
.service-front {
	position: absolute;
	left: -15px;
}
.service-back {
	transform: rotateY( 180deg );
	-webkit-transform: rotateY( 180deg );
	-moz-transform: rotateY( 180deg );
	-o-transform: rotateY( 180deg );
	height: 250px;
	overflow: hidden; 
	text-overflow:ellipsis;
}
.flipped {
	transform: rotateY( 180deg );
	-webkit-transform: rotateY( 180deg );
	-moz-transform: rotateY( 180deg );
	-o-transform: rotateY( 180deg );
}


