header {
	width: 100%;
	height: 344px;
	background: url(../img/banner.jpg) no-repeat center 0;
}

section .middle .text {
	width: 1130px;
	height: auto;
	margin: 0 auto;
}

section .middle .text p {
	color: #fff0a5;
	font-family: "微软雅黑";
	font-size: 18px;
	line-height: 30px;
	text-indent: 2em;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-button-next, .swiper-button-prev{

    color: #fff0a5 !important;

}
/*轮播table切换*/
.tables{
	width: 100%;
	height: 138px;
	margin-top: 80px;
}
.tables .table{
	width: 269px;
	height: 138px;
	float: left;
	background: url(../img/table-bg.png) no-repeat 0 0;
	position: relative;
	margin-left: 10px;
	cursor: pointer;
}
.tables .table.active{
	background: url(../img/active1.png) no-repeat 0 0;
}
.tables .table span{
	position: absolute;
	font-family: "微软雅黑";
	font-size: 24px;
	font-weight: bold;
	color: #fff0a5;
	top: 10px;
	left: 25px;
}
.tables .table p{
	font-family: "微软雅黑";
	font-size: 24px;
	font-weight: bold;
	color: #fff0a5;
	text-align: center;
	margin-top: 65px;
}
.tables .table:nth-of-type(1){
	margin-left: 45px;
}
.tables .table:nth-of-type(1) p{
	margin-top:80px;
}
.table-box{
	width: 100%;
	height: 744px;
	background: #df000d;
}
.table-box>div{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	display: none;
}
.table-box>div.active{
	display: block;
}
