.page-title {
    position: relative;
    padding-bottom: 10px;
}

.page-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 2px;
    background-color: rgba(2, 136, 209, 1);;
}

.page-title h3 {
    font-size: 26px;
    font-weight: bold;
    line-height: 36px;
}

.page-title p {
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    color: rgba(102, 102, 102, 1);
}

.title {
    position: relative;
}

.title .l {
    float: left;
}

.title .r {
    float: right;
    position: absolute;
    right: 0;
    bottom: 10px;
}

.title .r a {
    display: block;
    height: 26px;
    font-size: 18px;
    line-height: 26px;
    color: rgba(102, 102, 102, 1);
    padding-right: 30px;
    background: url("../img/icon_14.png") no-repeat right center;
}

.server{
    padding: 60px 0 30px;
}

.server .list{
    border: 5px solid #EEEEEE;
    text-align: center;
    padding: 54px 44px 44px;
    margin-top: 20px;
}

.server .list h3{
    font-size:20px;
    line-height:26px;
    color:rgba(51,51,51,1);
    margin: 23px 0 14px 0;
}

.server .list p{
    width:280px;
    height:50px;
    font-size:16px;
    font-family:Source Han Sans CN;
    font-weight:400;
    line-height:26px;
    color:rgba(102,102,102,1);
    opacity:1;
}

.contact{
    padding-bottom: 90px;
}


.before-server{
	padding-top: 30px;
}

.before-server article{
	margin-top: 32px;
}

.before-server article>p{
	padding: 30px 0 20px;
	max-width:700px;
	font-size:18px;
	font-family:Source Han Sans CN;
	line-height:34px;
	color:#333;
}

.before-server article>h3{
	font-size:46px;
	font-family:Roboto;
	font-weight:bold;
	line-height:60px;
	color:#028ED3;
	padding-left: 50px;
	background: url('../img/icon_41.png') no-repeat left center;
	background-size: 40px;
}


.after-server{
	padding: 60px 0 70px;
	background: url('../img/service_02.jpg') no-repeat center;
	background-size: cover;
}


.after-server article{
	text-align: right;
}

.after-server article .page-title:after{
	left: auto;
	right: 0
}

.after-server article>p{
	text-align: left;
	padding: 30px 0 20px;
	max-width:700px;
	font-size:18px;
	font-family:Source Han Sans CN;
	line-height:34px;
	color:#333;
}

.after-server article>h3{
	float: right;
	font-size:46px;
	font-family:Roboto;
	font-weight:bold;
	line-height:60px;
	color:#028ED3;
	padding-left: 50px;
	background: url('../img/icon_41.png') no-repeat left center;
	background-size: 40px;
}