/* body {
	padding:0;
	margin:0;
	background:#fff;
	overflow-x: hidden; overflow-y: hidden;
}
body,html {
	height:100%
} */
/* div,li,ul {
	padding:0;
	margin:0
}
img {
	vertical-align:top;
	border:0
} */
#banner li,
ul { 
	list-style: none;
	text-transform: capitalize
}

#banner {
	margin-bottom: -10px;
	overflow:hidden;
}

#carousel {
	position: relative;
	z-index: 2;
	margin-top: 20px;
	transform-style: preserve-3d;
	perspective: 800px
}

#carousel img {
	position: absolute;
	/* left: 50%;
	top: 50%;
	margin-left: -252px; */
	left: 0;
	right: 0;
	top: 200px;
	bottom: 0;
	margin: auto;
	transition: transform .5s ease-in-out;
	box-shadow: 8px 8px 20px rgba(0, 0, 0, .2);
	cursor: pointer;
}


/* @media (max-width: 1740px) {
    #carousel img {
		width:680px;
        height:453px;
    }
}

@media (max-width: 1320px) {
    #carousel img {
        width:516px;
        height:344px;
    }
}

@media (max-width: 996px) {
    #carousel img {
        width:389px;
        height:259px;
    }
} */





#bannerNav {
	display: none;
	/* 隐藏组件里的指示点 */
	position: relative;
	margin-top: 20px;
	height: 10px;
	padding: 10px 0;
	text-align: center
}

#bannerNav ul li {
	cursor: pointer;
	overflow: hidden;
	display: inline-block;
	width: 22px;
	margin: 0 2px
}

#bannerNav ul li a {
	margin: 0 auto;
	display: block;
	width: 6px;
	height: 6px;
	vertical-align: top;
	border-radius: 3px;
	background: #5e6671;
	font-size: 0
}

#bannerNav ul li.on a,
#bannerNav ul li:hover a {
	background: #00aeff
}

#bannerNav ul li.on a {
	width: 20px
}

#carousel {
	/* height: 400px */
	height: 640px;
	left:-27.5px;
}

#carousel img {
	/* width: 750px; */
	/* border-radius: 10px; */
	opacity: 0;
}

/* } */
