@charset "utf-8";
/* CSS Document */

ul,li {list-style: none;}
a {text-decoration: none;}
.box{width: 100%;height: 800px;margin:0 auto;overflow: hidden;position: relative;}
.box-1 ul{}
.box-1 ul li{width: 100%;height: 800px;position: relative;overflow: hidden; padding:0 5%; text-align:center;}
.box-1 ul li img{display:block;width: 72%; position: absolute; top:-20vh;left:9.0% }
/*.box-1 ul li h2{position: absolute;left: 0;bottom: -440px;height: 40px;width:300px;background: rgba(000,125,120,.4);text-indent: 2em;
				padding-right:500px ;font-size: 15px;line-height: 40px;text-overflow: ellipsis;overflow: hidden;
				white-space: nowrap;font-weight: normal;color: ghostwhite}
*/
.box-2{position: absolute;left: 11.5%;bottom:-999999px;width:74%;}
.box-2 ul li{float:left;width: 50px;height: 12px;overflow: hidden; margin: 0 5px;margin-top:10px; 
				background:#f5f5f7;text-indent: 100px;cursor: pointer;}
.box-2 ul .on{background: #ccc;}
.box-3 span{position: absolute;color: white;background: rgba(125,125,120,.1);width: 20px;height: 60px;
				top:50%; font-family: "宋体";line-height: 60px;font-size:40px;margin-top: -20px;
				text-align: center;cursor: pointer;}
.box-3 .prev{left: 10px;}
.box-3 .next{right: 10px;}
.box-3 span::selection{background: transparent;}
.box-3 span:hover{background: rgba(125,125,120,.5);}
