.about-wrap{
	width: 935px;
	height: 482px;
	margin-top: 20px;
	background: url(../images/home/about_bg.jpg);
	position: relative;
	margin: 20px auto;
}

.about-content{
	position: absolute;
	top: 140px;
	right: 0;
	width: 400px;
	font-size: 16px;
	line-height: 1.5;
}

.about-content h2{
	font-weight: 900;
	margin-bottom: 20px;
	font-size: 18px;
}

.about-content p{
	
}

.about-footer{
	margin-top: 20px;
	text-align: right;
}

.about-footer .btn{
	border-radius: 100px;
	background: transparent;
	border: 1px solid #e9991c;
	color: orange;
	outline: none;
}

.server-wrap{
	width: 935px;
	margin: 40px auto;
}

.server-title{
	height: 119px;
	background: url(../images/home/style_title_bg.jpg);
}

.server-row{
	margin-top: 20px;
}

.server-card{
	width: 310px;
	padding-top: 60px;
	padding-bottom: 20px;
	text-align: center;
	transition: all 0.4s;
}

.server-card:hover{
	padding-top: 40px;
}

.server-card h3{
	font-size: 20px;
    font-weight: 900;
}

.server-card p{
	margin: 15px 0;
	font-size: 18px;
}

.server-card i{
	display: inline-block;
	width: 30px;
	height: 10px;
	border-top: 2px solid #fb8f2c;
	transition: all 0.6s;
}

.server-card:hover i{
	width: 100px;
}

.server-row:hover img{
	transition: all 0.4s;
	opacity: 0.8;
}