body {
    background-color: #efefef;
}
.banner {
    width: 100%;
    height: 400px;
    margin: 0 auto;
}

.slider-title {
    width: 214px;
    height: 48px;
    margin: 0 auto;
    margin-bottom: 30px;
    background-image: url(../images/icons/slider_title.jpg);
}

.slider-desc {
    font-size: 21px;
    padding: 0 50px;
}

.content {
    background-color: #fff;
}

.brand-service {
    width: 100%;
    height: 670px;
}

.slider-container {
	padding-top: 40px;
}

.swiper-container {
	margin: 50px auto;
	margin-bottom: 0;
	width: 994px;
	height: 727px;
}

.swiper-pagination {
	color: #595757;
    font-size: 20px;
}

.bottom {
	padding: 50px 0;
	background: #fff;
	position: relative;
    overflow: hidden;
}

.bottom-banner {
	width: 1010px;
	height: 575px;
	margin: 0 auto;
}

.flower {
	background: url(../images/icons/culture_bottom_flower.png) 0 0 no-repeat;
	width: 513px;
	height: 529px;
	position: absolute;
	right: -229px;
    bottom: -365px;
}

.vjs-paused .vjs-big-play-button,
.vjs-paused.vjs-has-started .vjs-big-play-button {
    display: block;
}

.swiper-button-next, .swiper-button-prev {
	background-image: url(../images/icons/arrows.png);
	background-size: auto;
	width: 20px;
	height: 71px;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-position: 0 0;
	left: 40px;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background-position: -93px 0;
	right: 40px;
}

.swiper-pagination {
	font-size: 32px;
}

.swiper-pagination-total {
	font-size: 23px;
}

.footer {
	margin-top: 0;
}