@charset "utf-8";
/* 样式初始化 start */
*{margin:0;padding:0; border:none;}
body{ font-size:12px; font-family:"微软雅黑", "宋体"; font-weight:normal; color:#333;background:#bed9e0;background:none; }
ul,ol,li{list-style:none;}


a{text-decoration:none; color:#333;}

img{border:0;}

/* 样式初始化 end */
.centerBox{ width:100%;background:url(../images/.jpg) center repeat-x;margin:20px 0px;}

/*视频*/
#focuBox{position:relative;width:900px;height:360px;margin:0 auto; background:url(../images/.jpg) center no-repeat}
#focuBox ul{position:relative;width:900px;height:360px}
#focuBox li{position:absolute;border:5px solid #fff;list-style:none;background:#000;width:100%;height:100%;top:146px;left:377px;z-index:0;cursor:pointer;overflow:hidden}
#focuBox li img{width:100%;height:100%;vertical-align:top;border:0px;}
#focuBox .play{width:48px; height:48px; background:url(../images/play1.png) no-repeat; position:absolute; top:45%; left:45%}
#focuBox li p{width:100%; height:50px; font-size:22px; line-height:50px; font-weight:normal; text-indent:20px; color:#fff; background:url(../images/FoBg.png) repeat; position:absolute; bottom:0}
#focuBox .prev, #focuBox .next{position:absolute;top:50%;width:39px;height:80px;margin-top:-40px;overflow:hidden;text-indent:-999px;cursor:pointer;background:url(../images/btn.png) no-repeat}
#focuBox .prev{left:-45px}
#focuBox .next{right:-45px;background-position:-39px 0}