@charset "utf-8";
*{
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
body{
	color: #9E918F;
	font-family: "微软雅黑";
	background-repeat: no-repeat;background-position: center top;
}
.clear{ clear:both}
a {
	color: #9F9290;
}
.head .nav {
	float: left;
	margin-top: 70px;
}
.head .nav ul li {

	float: left;
	padding-right: 13px;
	padding-left: 13px;
	text-align: center;
}
.head .nav ul li a span {
	min-width: 55px;
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	
}
.head .nav ul li a b {
	font-weight: normal;
	font-size: 14px;
	display: none;
}

.head .logo {
	float: right;
	width: 180px;
	margin-top: 60px;
}
.head .logo img {
	width: 100%;
}
.head {
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
}
.header .head .nav ul li a:hover span,.header .head .nav ul li a:hover b {
	color: #EEE8E5;
	display: block;
}






#mid {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9E918F;
	padding: 0px;
	height: 15px;
	width: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}





   .swiper-container {
	width: 100%;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
    }
    .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;
    }
.banner_pic {
	float: left;
	height: 400px;
	width: 600px;
	margin-top: 30px;
}
.banner_txt {
	float: right;
	width: 400px;
	height: 400px;
	margin-top: 30px;
}
.banner_txt h1 {
	font-family: "宋体";
	font-size: 24px;
	font-weight: normal;
	color: #f8f5f0;
	margin-top: 150px;
	line-height: 40px;
	text-transform: capitalize;
}
#music {
	background-image: url(../images/icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 30px;
	width: 30px;
	float: left;
	cursor: pointer;
	margin-top: 65px;
	margin-left: 20px;
}
#music.play {
	background-image: url(../images/icon_.png);
	background-repeat: no-repeat;
	background-position: center center;
	
}
