@charset "utf-8";
a { color:#fff; display: block; text-decoration:none;}
div {
    width: 100%;
    max-width: 980px;
	text-align: center;
    margin: 30px auto;
}
div img {

}

hr {
    width: 100%;
    max-width: 980px;
}
.div3 {
    background: url(/img/img03.png) center no-repeat;
    height: 75px;
    background-size: contain;
    padding-top: 35px;
    font-size: 2.3em;
    font-weight: bold;
}
.div4 {
    font-size: 2.5em;
    font-weight: bold;
    color: #fff;
}
.div4 span {
    color: #ffce49;
}
.div5 {
    background: url(/img/box1.png) center no-repeat;
    height: 160px;
    background-size: contain;
    padding-top: 120px;
    font-size: 2.3em;
    font-weight: bold;
    color: #fff;
}
.div6 {
    background: url(/img/box3.png) center no-repeat;
    height: 160px;
    background-size: contain;
    padding-top: 120px;
    font-size: 2.3em;
    font-weight: bold;
    color: #fff;
}

@media (max-width:1024px) {
	.div3 {
		height: 100px;
		padding-top: 45px;
		font-size: 3.3em;
	}
	.div5 {
		height: 230px;
		padding-top: 180px;
		font-size: 3.3em;
	}
	.div6 {
		height: 230px;
		padding-top: 180px;
		font-size: 3.3em;
	}

}
