/* CSS Document */
.bg { background: url(../images/bg2.jpeg);
    background-position: center center;
    background-attachment: fixed; position:relative;}
	.cover{width:100%; height:100%; position:absolute; top:0; left:0; background: rgba(0,0,0,0.8);}
#ztbox {width:1200px; height:420px; margin:0 auto; position:relative; background:url(../images/bg.jpg) top center;}
#ztbox #left { width:35px; height:63px; cursor:pointer;background:url(../images/banner_pre.jpg) no-repeat; position:absolute; left:-60px; top:50%; margin-top:-32px; }
#ztbox #right{ width:35px; height:63px; cursor:pointer;background:url(../images/banner_next.jpg) no-repeat; position:absolute; right:-60px; top:50%; margin-top:-32px; }

#ztbox #conter { width:1200px; height:420px; float:left; display:inline; overflow:hidden; position:relative;}
#ztbox #conter ul { width:auto; height:550px; top:0px; left:0px; position:absolute; overflow:hidden; color:#fff;}
#ztbox #conter li { width:300px; height:450px; float:left; padding:25px 0; border:10px solid #11171a;position:relative; box-sizing:border-box}
/*#ztbox #conter li:hover{border:10px solid #00e5ff;}*/
#ztbox #conter li .pic{ width:150px; height:150px; border-radius:50%; overflow:hidden; margin:auto; }
#ztbox #conter li .pic img { width:100%; height:100%;}
#ztbox #conter li p{ color:#FFFF99; line-height:60px; border-bottom:2px solid #fff; text-align:center;}
#ztbox #conter li .txt{ line-height:160%; padding-top:10px; text-indent:2em}
#ztbox #scroll { width:1200px; height:18px; left:0px; bottom:8px; cursor:pointer; position:absolute; background:url(../images/banner_bg2.jpg) repeat-x left center; }
#ztbox #scroll span { width:48px; height:18px; left:0px; bottom:0px; cursor:pointer; position:absolute; background:#FFEA00; }
