/*===================
    bannerLiist-css
======================*/

/* body {
    background: #000;
} */
.banner {
    width: 100%;
    height: 700px;
    overflow: hidden;
    position: relative;
}

.banner > ul {
    display: none;
    /*width: 999999999px;*/
	width: 100%;
    height: 700px;
    position: absolute;
    top:0;
    left: 0;
}

.banner > ul > li  {
    float: left;
	width: 100%;
    height: 700px;
}

.banner > ul > li > a {
    display: block;
    font-size: 200px;
    text-align: center;
    line-height: 700px;
    font-weight: bold;
}

.banner > ul > li > a > img {
	width: 100%;
	height: 100%;
}

.left-btn,.right-btn {
    width: 61px;
    height: 61px;
    position: absolute;
    top: 45%;
    right: 30px;
    background: url("../static/image/right-1.png");
    cursor: pointer;
}

.left-btn {
    left: 30px;
    background: url("../static/image/left-1.png");
}

.img-btn-list {
   /* width: 20px;
    position: absolute;
    top: 260px;
    right: 58px;
    text-align: center; */
	width: 100%;
	position: absolute;
	bottom: 20px;
	left: 0;
	text-align: center;
}

.img-btn-list > span  {
    display: inline-block;
    cursor: pointer;
	width: 14px;
	height: 14px;
	background-color: #ffffff;
	border-radius: 50%;
	margin: 24px 7px;
}

.img-btn-list > span.current {
	width: 14px;
	height: 14px;
	border: solid 2px #ffffff;
	border-radius: 50%;
	background-color: transparent;
	box-sizing: border-box;
}

/* 媒体查询 */
@media screen and (max-width:1600px) {
	/* .banner {
	    height: 458px;
	}
	
	.banner > ul {
	    height: 458px;
	}
	
	.banner > ul > li  {
	    height: 458px;
	}
	
	.banner > ul > li > a {
	    line-height: 458px;
	}
	.img-btn-list {
	    bottom: 80px;
	}
	
	.img-btn-list > span  {
		width: 36.7px;
		height: 8.3px;
		margin: 0 8.3px;
	}
	
	.img-btn-list > span.current {
		width: 74.2px;
		height: 8.3px;
	} */
}
/* 媒体查询 */
@media screen and (max-width:1366px) {
	.banner {
	    height: 391px;
	}
	
	.banner > ul {
	    height: 391px;
	}
	
	.banner > ul > li  {
	    height: 391px;
	}
	
	.banner > ul > li > a {
	    line-height: 391px;
	}
	/* .img-btn-list {
	    bottom: 65px;
	}
	
	.img-btn-list > span  {
		width: 31.3px;
		height: 7px;
		margin: 0 7px;
	}
	
	.img-btn-list > span.current {
		width: 63.4px;
		height: 7px;
	} */
}
/* 媒体查询 */
@media screen and (max-width:1200px) {
	.banner {
		min-width: 1024px;
	    height: 343.5px;
	}
	
	.banner > ul {
		min-width: 1024px;
	    height: 343.5px;
	}
	
	.banner > ul > li  {
		min-width: 1024px;
	    height: 343.5px;
	}
	
	.banner > ul > li > a {
		/* min-width: 1024px; */
	    line-height: 343.5px;
	}
	.banner > ul > li > a > img {
		width: 100%;
		height: 343.5px;
	}
	/* .img-btn-list {
	    bottom: 45px;
	}
	
	.img-btn-list > span  {
		width: 27.5px;
		height: 6px;
		margin: 0 6px;
	}
	
	.img-btn-list > span.current {
		width: 55.7px;
		height: 6px;
	} */
}
/* 媒体查询 */
/* @media screen and (max-width:1200px) {
	.banner {
		width: 1024px;
	    height: 293px;
	}
	
	.banner > ul {
		width: 1024px;
	    height: 293px;
	}
	
	.banner > ul > li  {
		width: 1024px;
	    height: 293px;
	}
	
	.banner > ul > li > a {
		width: 1024px;
	    line-height: 293px;
	}
	.banner > ul > li > a > img {
		width: 100%;
		height: 293px;
	}
	.img-btn-list {
	    bottom: 45px;
	}
	
	.img-btn-list > span  {
		width: 23.5px;
		height: 5px;
		margin: 0 5px;
	}
	
	.img-btn-list > span.current {
		width: 47.5px;
		height: 5px;
	}
} */




















