/* focusbox */
.focusbox{position: relative; overflow: hidden; zoom: 1;}
#fullbanner{width: 1300px; height: 430px; margin: auto; position: relative;}
#fullbanner li a{display: block; width: 100%; height: 100%; overflow: hidden; position: relative;}
#fullbanner img{width: 100%; height: 100%;}
#fullbanner ul{width: 100%; height: 100%;}
#fullbanner .wrappic{overflow: visible; position: absolute; width: 100%; height: 100%;}
#fullbanner .mask-left,
#fullbanner .mask-right,
#fullbanner .plan{z-index: 1; position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; left: 1920px;}
#fullbanner .mask-right{left: 1300px !important;}
#fullbanner .mask-right,
#fullbanner .mask-left {
  z-index: 4;
  left: -1300px;
  /* -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -ms-filter:"progid:dximagetransform.microsoft.alpha(opacity=50)";
  filter:progid:dximagetransform.microsoft.alpha(opacity=50);*/
  filter: alpha(opacity=50);
  opacity: 0.5;
  background-color: #fff;
  overflow: hidden;
}

#fullbanner li a .banner_txt{position:absolute;top:60px;left:0;right:0;bottom:0;width:46%;height:auto;margin:auto;}

