@charset "utf-8";

.dbj{
	width: 100%;
}
h5{
	font-weight: normal;
}
.sec1{
	background: url(img.jpg) no-repeat center;
	background-size: cover;
	width: 100%;
	height: 600px;
	padding-top:110px ;

}
.sec1 .myContainer .img-r{
	padding-right:110px ;
}

.sec1 h5{
	font-size: 50px;
}
.sec1-info{
	padding-left:140px ;
}
.sec1-info h5{
	margin-top: 130px;
}
.sec1 p{
	font-size: 25px;
}
.sec2{
	background:url(img2.jpg) no-repeat center ;
	background-size: cover;
	width: 100%;
	height: 500px;
	text-align: center;
	color: #cccccc;
	position: relative;
}

.sec2 .info{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.sec2 h5,.sec3 h5{
	font-size: 50px;
}
.sec2 p,.sec3 p{
	font-size: 20px;
}
.sec3{
	background:url(img3.jpg) no-repeat center ;
	background-size: cover;
	width: 100%;
	height: 550px;
	text-align: center;
}
.sec3 h5{
	padding-top:114px ;
}
