﻿@charset "utf-8";
/* CSS Document */
/*reset-----------------------------------------------------------*/
.focusBox { position: relative; width:100%; height:600px; overflow: hidden; }
.focusBox .pic{ position:relative; z-index:0; }
.focusBox .pic img { width:1920px; height:600px; display: block; position:absolute; left:50%; margin-left:-960px; }

.focusBox .prev,
.focusBox .next { width:70px; height:70px; background:url(../images/jt2.png) no-repeat 0 0; border-radius: 35px;  cursor: pointer; display: block;line-height: 99em; margin: -35px 65px 0; opacity: 0; overflow: hidden; position: absolute; top: 50%; width: 70px; z-index: 10; }
.focusBox .prev { left: 0; }
.focusBox .next { background-position: 0 -70px; right: 0; }
.focusBox .prev:hover,
.focusBox .next:hover { filter:alpha(opacity=90) !important;opacity:0.9 !important;  }
