﻿@charset "utf-8";
body{font-family:"微软雅黑";font-size:14px;}
img{border:none;}
li{list-style-type:none;}
*{padding:0px;margin:0px;}
a{text-decoration:none;}

/*banner*/
.fullSlide{width:100%;position:relative;clear: both;}
.fullSlide .bd{margin:0 auto;position:relative;z-index:0;overflow:hidden;}
.fullSlide .bd ul{width:100% !important;}
.fullSlide .bd li{width:100% !important;min-height:242px;text-align:center;}
.fullSlide .bd li img{width:100% !important;}
.fullSlide .bd li a{display:block;}
.fullSlide .hd{width:100%;position:absolute;z-index:1;bottom:0;left:0;height:30px;line-height:30px;display: none;}
.fullSlide .hd ul{text-align:center;}
.fullSlide .hd ul li{cursor:pointer;display:inline-block;*display:inline;zoom:1;width:42px;height:11px;margin:1px;overflow:hidden;background:#000;filter:alpha(opacity=80);opacity:0.8;line-height:999px; }
.fullSlide .hd ul .on{background:#e90000;}
.fullSlide .prev,.fullSlide .next{display:block;position:absolute;z-index:1;top:50%;margin-top:-30px;left:10%;z-index:1;width:40px;height:70px;background:url(../images/slider-arrow.png) -116px -117px no-repeat;cursor:pointer;filter:alpha(opacity=50);opacity:0.5;display:none;}
.fullSlide .next{left:auto;right:10%;background-position:-16px -117px;}