﻿@charset "utf-8";
.fullSlide { width:100%; position:relative; height:452px; background:#f5f5f5; margin-top: 0px; padding-bottom: 1px; border-bottom: 1px #d6d6d6 solid;}
.fullSlide .bd { margin:0 auto; position:relative; z-index:0; overflow:hidden;}
.fullSlide .bd ul { width:100% !important; padding:0;}
.fullSlide .bd li { width:100% !important; height:452px; overflow:hidden; text-align:center; padding: 0}
.fullSlide .bd li a { display:block; height:452px;}
.fullSlide .hd { width:auto; position:absolute; z-index:1; bottom:20px; left:70%; height:30px; line-height:30px;}
.fullSlide .hd ul { text-align:center;}
.fullSlide .hd ul li { cursor:pointer; display:inline-block; *display:inline; zoom:1; width:12px; height:12px; margin:7px; overflow:hidden; background:#c5c5c5; border-radius: 6px; /* filter:alpha(opacity=50); opacity:0.5; */line-height:999px;/*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) inset;*/}
.fullSlide .hd ul .on { background:#e11515;}
.fullSlide .prev,.fullSlide .next { display:block; position:absolute; z-index:1; top:50%; margin-top:-30px; left:10%; z-index:1; width:35px; height:63px; background:url(../images/slider-arr.png) 0 0 no-repeat; cursor:pointer; filter:alpha(opacity=90); opacity:0.9; display:none;}
.fullSlide .next { left:auto; right:10%; background-position: -35px 0;}