/* CSS Document */
*{ padding:0; margin:0;}
body{ background:#fff;font-size:0; min-width: 1190px; position: relative;}

.swiper{
	width: 100%;
	height: 100%;
	--swiper-theme-color: #e5d8b8;
	--swiper-theme-opacity: 0.3;
	--swiper-pagination-width:25px;
	--swiper-pagination-color: #c2b474;

}
.shows{
	height: 356px; display: none;
}

.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-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-pagination-bullet{
	background: #e5d8b8!important;
}
.swiper-pagination-bullet-active{
	width: 25px !important; border-radius: 7px!important;
}

.banner{
	position: fixed;
	width: 100%;
	overflow: hidden;
	text-align: center;
	height: 356px;
	z-index: -1;
}
.bannerImg{
	position: absolute;
	width: 100%;
	min-width: 1920px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.sbanner{
	height: 356px; position: fixed!important; z-index: 200; top: 0;
}
.sbanner .swiper{
	height: 356px!important
}
.content{
	width: 1190px; left: 50%; margin-left: -595px; position: relative;
}
.value{
	border:solid 1px #e9e9e9; border-radius: 25px; background: #fff; top: 266px; margin-bottom: 266px; box-sizing:border-box; border-bottom: 0; overflow: hidden; border-bottom-right-radius:0; border-bottom-left-radius:0;
}

#headr{
	position: fixed; height: 100px; width: 100%; background: #fff; top: 0; z-index: 999;
}
#menu{
	position: absolute; left: 50%; margin-left: -595px; top:0; color: #333; display: flex; width: 1190px;
}
#logo{
	width: 150px; padding: 24px 39px;
}
.menuList{
	position: relative; display: flex; justify-content: flex-start; font-size: 16px
}

.menubtn, .menuList .icon{
	position: relative; color: #333 !important;font-weight: bolder; cursor: pointer; line-height: 106px;  position: relative;
}

.menuList .icon{
	color: #c1c1c1 !important;
}
.menubtn:hover{
	font-weight: bolder; color: #ada26e  !important;
}
.menubtn:hover:after{
	content: "";
	width: 40px;
	height: 17px;
	background: #c2b474;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	top: 0;
}
.menuNow{
	color: #ada26e  !important;
}
.menuNow:after {
	content: "";
	width: 40px;
	height: 17px;
	background: #c2b474;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	top: 0;
}
.icon{
	padding: 0 25px !important
}
.smenu a{text-decoration: none; color: #333333;}
.smenu{
	display: none; position: absolute; top: 92px; left: -15px; border-radius: 8px; overflow: hidden; line-height: 38px; background: #fff; color: #333333; font-size: 14px; width: 180px; text-align: center;
}
.smenu img{
	width: 30px; margin-bottom: 10px;
}
.smenu div{
	border-bottom: 1px solid #f5f5f5;
}
.smenu .now, .smenu div:hover{
	color: #c2b474;
}
