.guide-wrap {
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
    background-color: white;
    /*padding: 20px;*/
    overflow-x: hidden;
    position: relative;
    padding-right: 10px;
}

.guide-wrap .banner-box img {
	width: 100%;
	height: 510px;
}

.guide-wrap .bottons-box {
	position: absolute;
	bottom: 180px;
	width: 100%;
    text-align:center;
}

.guide-wrap .banner-box .bottons-box span {
	width: 300px;
	height: 100px;
	display: inline-block;
	text-align: center;
	margin: 0 20px;
}

.guide-wrap .banner-box .bottons-box img {
	width: 217px;
	height: 39px;
	margin-top: 35px;
}