.fullSlide {
	min-width:1200px;
	position:relative;
	/* height:630px; */
	overflow:hidden;
	z-index:2;
}
.fullSlide .bd {
	position:relative;
	z-index:0;
}
.fullSlide .bd ul {
	width:100%!important;
}
.fullSlide .bd li {
	width:100%!important;
	/* height:630px; */
	background: none !important;
	overflow:hidden;
	text-align:center;
	background-size:cover !important;
}
.fullSlide .bd li img {
	width: 100%;
}
/* .fullSlide .bd li a {
	display:block;
	height:630px;
} */
.fullSlide .hd {
	position:absolute;
	bottom:50px;
	z-index:99;
	left:47%;
	width:200px;
}
.fullSlide .hd li {
	width:15px;
	height:15px;
	float:left;
	margin-right:20px;
	background:#fff;
	border-radius:50%
}
.fullSlide .hd li.on {
	background:#830000;
}
.prev {
	position:absolute;
	left:0;
	top:45%;
	z-index: 100;
}
.next {
	position:absolute;
	right:0;
	top:45%;
	z-index: 100;
}

.head .toz em a {
	width: 36% !important;
}

.swiper {
	--swiper-theme-color: #be2327;
	--swiper-pagination-bullet-width: 15px;
	--swiper-pagination-bullet-height: 15px
}
.swiper-pagination-bullet {
	width: 15px;
	height: 15px;
}
.swiper-pagination-bullet-active {
	background: #be2327;
}
.swiper .swiper-slide {
	background-color: #fff;
	height: 600px;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
}
.swiper .swiper-slide img {
	/* width: 100%; */
	height: 100%;
}

.picMarquee {
	width: 100%;
}
.picMarquee .tempWrap {
	margin: 0 auto;
	width: 1056px !important;
}
.picMarquee li {
	width: 200px;
	padding: 20px;
}
.picMarquee .pic {
	border: 1px solid #666;
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 280px;
}
.picMarquee img {
	width: 100%;
}
.picMarquee li .title {
	margin-top: 10px;
	text-align: center;
}
.picMarquee li .title a {
	text-decoration: none;
	color: #666;
}

.ss-pic {
	display: flex;
	justify-content: center;
	overflow: hidden;
}

.ss .indexdesc {
	padding-top: 35px;
}
.ss .indexdesc p {
	padding-top: 0
}