.banner {
	position: relative;
	width: 100%;
	height: 100%;
}

.swiper-container {
	width: 100%;
	height: 100%;
	z-index: 100;
}

.swiper-container .swiper-slide .img {
	opacity: 0;
}

.banner .swiper-button-prev {
	background: url(../images/banner_prev.png) center no-repeat;
	background-size: 32px 32px;
	left: 20px;
}

.banner .swiper-button-next {
	background: url(../images/banner_next.png) center no-repeat;
	background-size: 32px 32px;
	right: 20px;
}

.head {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}

.index-title {
	text-align: center;
	font-size: 32px;
	color: rgb(39, 50, 114);
    font-family: "times new roman";
}

.index-title span {
	color: rgb(254, 93, 19);
    font-family: "times new roman";
}

.index-title p {
	font-size: 20px;
    font-family: "Microsoft YaHei";
    color: rgb(0, 0, 0);
}

.fixed-head {
	background-color: rgb(39, 50, 114);
}