

.section-1{

	background-color: #f8f8f8;
	background-image: url(../images/qc-1-1.jpg);
	background-position: left center;
	background-size: 50% auto;
	background-repeat: no-repeat;
	/* min-height: 300px; */
}

.s-1-r{
	padding-left: 50px;
}

@media (min-width: 993px) and (max-width: 1200px) {
	.section-1{
		background-position: -50px center;
		background-size: auto 100%;
	}
	.s-1-r{
		padding-left: 30px;
	}
}
@media (min-width: 769px) and (max-width: 992px) {
	.section-1{
		background-position: -250px center;
		background-size: auto 100%;
	}
	.s-1-r{
		background-color: #f8f8f8;
		padding-left: 20px;
	}
}

@media (max-width: 768px) {
	.section-1{
		background-position: -150px center;
		background-size: cover;
		background-image: none;
	}
	.s-1-l{
	}
	.s-1-r{
		background-color: #f8f8f8;
		padding-left: 15px;
	}
}
.section-2{
	/* background-color:#fff; */
	padding:40px 15px;
}

.s-2-l{
	text-align: center;
}
.s-2-l .section-title{
	/* font-size:24px; */
	/* font-weight: 600; */
	/* color:#222; */
	margin-bottom: 60px;
}
.s-2-r{
	text-align: center;
}
.s-2-r img{

	width: 15%;
	height:auto;
	margin: .2%;
	padding: 10px;
	background-color:#ffffff;
	border-radius: 6px;
}
.s-2-r-1,
.s-2-r-2{
	display:block;
	background-color: #ffff;
	border-radius: 6px;
	padding: 20px;
}
.s-2-r .section-h4{
	position: absolute;
	left: 50%;
	top: -30px;
	transform: translateX(-50%);
	font-size:12px;
	font-weight: bolder;
	background-color: #ffffff;
	padding: 10px 25px;
	border-radius: 6px;
	font-style: #999;
}

@media (min-width: 1921px) {

}
@media (min-width: 1441px) and (max-width: 1920px) {
	
}
@media (min-width: 1201px) and (max-width: 1440px) {
	.s-2-r img{
	}
}
@media (min-width: 993px) and (max-width: 1200px) {
	
	.s-2-r img{
	}
}
@media (min-width: 769px) and (max-width: 992px) {
	.s-2-r{
	}
	.s-2-r img{
	}
}
@media (max-width: 768px) {
	.s-2-r{
	}
	.s-2-r img{
	}
}



.section-3{
	padding: 100px 0;
	background-color:#f8f8f8
}


.s-3-l .section-title{
	margin-top: 0;
}
.s-3-r{

}
.s-3-r-img{
	display:block;
	width: 100%;
	height: 300px;
	background-color: #fff;
	background-size: 100% auto;
	background-position: top;
	background-repeat:no-repeat;
	border: 1px solid #ddd;
	box-shadow: 4px 4px 1px 0 rgba(0,0,0,0.1);
	transition: all 0.3s ease-in-out;
	transform: translate(0,0);
	margin-bottom: 20px;
}
.s-3-r-img:hover{
	box-shadow: 8px 8px 2px 0 rgba(0,0,0,0.05);
	transform: translate(-3px,-3px);
}


@media (min-width: 993px) and (max-width: 1200px) {
	.s-3-r-img{
		height: 400px;
	}
}
@media (min-width: 769px) and (max-width: 992px) {
	
	.s-3-r-img{
		height: 400px;
	}
}

@media (max-width: 768px) {
	.s-3-r{
		padding-left: 10px;
		padding-right:10px;
	}
	.s-3-r-img{
		height: 200px;
	}
}

.section-4{
	padding-top: 40px;
	padding-bottom:40px;
}
.s-4-l{
	padding-top: 50px;
}
.s-4-r img{
	width: 100%;
}
.s-4-r-img{
	display:block;
	text-align: center;
	padding:20px 10px;
}
.s-4-r-img:hover{
	background-color: #fff;
}
.s-4-r-img img{
	width: 80%;
}
.s-4-r-img p{
	font-size: 13px;
	color:#666
}
.s-4-r-img p span.red{
	color:rgb(233, 0, 0)
}
.s-4-r-img p span.green{
	color:rgb(0, 158, 0)
}
@media (min-width: 993px) and (max-width: 1200px) {
	.s-4-l{
		padding-top: 0px;
	}
	.s-4-r-img{
		height: 220px;
	}
}
@media (min-width: 769px) and (max-width: 992px) {
	.s-4-l{
		padding-top: 0px;
	}
	.s-4-r-img{
		height: 220px;
	}
}
@media (max-width: 768px) {
	.s-4-r-img{
		height: 150px;
	}
	.s-4-l{
		padding-top: 0px;
	}
}

