/* common */
.warp-white {
	background-color: #FFFFFF;
}
.warp-gray {
	background-color: #ebebeb;
}
.morethan{
	
}
/* header */
.header{
	position: relative;
}
.logo {
	display: block;
	position: relative;
	width: 720px;
	height: 92px;
	text-indent: -9999px;
	background: url(../images/logo.png) no-repeat;
	float: left;
	margin:10px 0px;
}
.hottel{
	float: right;
	margin-top:20px;
	margin-right: 50px;
	
}
.hottel p{
	color:#E03C3F;
	line-height: 1.5;
}
.hottel .title{
	font-size:14px;
	color:#404040
}
.hottel .mobile{
	font-weight: bold;
	fon-size:18px;
}
.hottel .tel{
	font-weight: bold;
	fon-size:18px;
}
.navigation {
	width: 100%;
	background-color: rgba(49,49,49,1);
	/* height: 100px; */
	z-index: 999;
}

/* menubar */
.menu {
	margin: auto;
	width: 1200px;
}
.menu>ul>li {
	text-align: center;
	height:52px;
	line-height: 52px;
	float: left;
	padding: 0px 65px;
	transition: all 0.5s ease 0s;
}
.menu>ul>li>a {
	display: block;
	font-size: 16px;
	color: #fff;
	
}
.menu>ul>li:hover {
	background-color:#e23c3f;
}
.menu>ul>li:hover a {
	color: #ffffff;
}
/* banner */
.banner{
	height: 420px;
	background-color: #00569F;
}
.index-search{
	line-height: 60px;
	height: 60px;
	border-bottom: 1px solid #ccc;
	font-size:14px;
	color:#666666;
}
.index-search span{
	color:#e23c3f;
	font-weight: bold;
	font-size:14px;
}
.index-search-box{
	
}

/* footer */
.footer {
	overflow: hidden;
	/* margin-top: 50px; */
	position: relative;
	/*height:150px;*/
	background-color: #404040;
	/* padding: 20px 0px; */
	text-align: center;
}

.footer-body {
	position: relative;
	margin: 50px auto;
}
.footer-body-left{
	width: 450px;
	float: left;
}
.logo-down {
	display: block;
	width: 146px;
	height: 176px;
	text-indent: -9999px;
	background: url(../images/footer-logo.png) no-repeat;
	margin-left: 50px;

}
.footer-contact{
	overflow: hidden;
	text-align: left;
	line-height: 2;
	color:#bcbcbc;
}
.footer-body h3 {
	color: #f7f7f7;
	font-size: 16px;
	font-weight: bold;
	line-height: 5;
}
.qrcode {
	width: 150px;
	height: 150px;
	float: right;
	margin-right: 50px;
}

.footer-bottom {
	height: 50px;
	color: #e2e2e2;
	line-height: 50px;
	background-color: #313131;
	font-size: 14px;
}

/* swiper */
.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* 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-pagination-bullet {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	color: #000;
	opacity: 1;
	background: rgba(255, 255, 255, .5);
	border: 1px solid rgb(28, 68, 93);
}

.swiper-pagination-bullet-active {
	width: 16px;
  height: 8px;
  color: #fff;
  background: rgb(255, 255, 255);
  border-radius:4px;
}

.swiper-button-next{
	background-image:url("data:image/svg+xml;charset=utf-8,<svg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'><path%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23f7f7f7'%2F><%2Fsvg>");
}
.swiper-button-prev{
		background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23f7f7f7'%2F%3E%3C%2Fsvg%3E");

}

