@charset "utf-8";


h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}

.sec1{
	background: url(banner.png) no-repeat center;
	background-size:cover;
	width: 100%;
	height: auto;
}
.sec1 h4{
	font-size: 25px;
}
.sec1 p{
	font-size: 50px;
}
.sec1-img img{
	width: 530px;
	height:370px ;
	margin-bottom: 70px;
	padding-right: 30px;
}
.sec1{
	padding-top: 140px;
}
.sec1-info{
	padding-top: 108px;
	padding-left: 120px;
}
img{
	height: auto;
	/* width: 100%; */
}
.sec2{
	text-align: center;
	background: #fff;
	padding-bottom: 200px;
}
.sec2 .list{
	float: left;
	width: 25%;
	text-align: center;
}
.sec2-info h4{
	font-size: 45px;
	padding-top: 60px;
}
.sec2-info p{
	font-size: 20px;
	padding-bottom: 40px;
}
.list img{
	margin-bottom:30px ;
}