@charset "utf-8";

.sdwan {
	width: 100%;
	background: #F6FAFF;
	padding: 50px 0 ;
}

.new-tit {
	margin-top: 20px;
}

.about-content {
    line-height: 24px;
}

.abus-img {
	position: relative;
	height: 690px;
}

.abus-img div,.abus-img ul {
	position: absolute;
}

.bg-img {
	top: 0;
	height: 690px;
	left: 0;
	width: 100%;
}

.main .sdwan-good .row {
	margin-bottom: 0;
}

.left-one {
	top: 30px;
	left: 20px;
}

.left-two {
	top: 140px;
	left: 20px;
}

.right-one {
	right: 0;
	top: 170px;
}

.header {
	color: #333;
	font-weight: 600;
	font-size: 18px;
	margin-top: 0;	
	text-align: left;
	list-style: none;
	margin-bottom: 10px;
}
.title{
	font-size: 14px;
	font-weight: normal;
	color: #666;
	border-top: 0;
	padding: 0;
	margin: 0;
	line-height: 25px;
	text-align: left;
	width: auto;
}
.bg-color{
	background: url(../img/sd-wan/bg@2x.png);
	height: 176px;
	width: 100%;
	background-size: cover;
	border: 1px solid #F2F2F2;
	padding: 20px 30px;
	border-radius: 5px;
	box-shadow: 1px 2px 5px 0px rgba(99, 176, 215, 0.17);
	margin-bottom: 15px;
}
.bg-color img{
	width: 36px;
	display: inline;
}
.bg-color .title{
	font-size: 14px;
}
.col-xs-4 {
	margin-bottom: 20px;
}
.sdwan-good {
	margin-top: 30px;
}

@media (max-width: 768px){ 
	.abus-img div, .abus-img ul, ul {
		position: static;
		list-style-type: none;
		margin-bottom: 15px;
	}
	.server1 {
		padding: 20px 0;
	}
	.bg-img, .abus-img {
		height: auto;
		margin-bottom: 15px;
	}
	.left-one, .left-two, .right-one {
		width: 50%;
		float: left;
	}
	.new-tit {
		margin: 0;
	}
	.header {
		font-size: 14px;
		margin-bottom: 5px;
	}
	.sdwan {
		padding: 20px 0
	}
	.title {
		text-indent: 0;
	}
	.about-content {
		margin: 10px 0;
	}
	.bg-color {
		padding: 15px;
		height: 150px;
	}
	.bg-color .title {
		font-size: 12px;
		line-height: 20px;
	}
}

@media (max-width: 767px){ 
	.abus-img {
		height: auto;
		margin-bottom: 0;
		margin-top: 0;
	}

	.left-one, .left-two, .right-one {
		width: 100%;
		float: left;
	}
	.bg-color img {
		width: 26px;
	}

}
