﻿@charset "utf-8";
/* CSS Document */

.fullSlide{width:100%;position:relative;height:725px;}
.fullSlide .bd{margin:0 auto;position: absolute;z-index:1;overflow:hidden; height:725px; width:100%;}
.fullSlide .bd ul{width:100% !important;}
.fullSlide .bd li{width:100% !important;height:725px;overflow:hidden;text-align:center; background-repeat: no-repeat; background-position: top center;background-size:cover; }
.fullSlide .bd li a{display:block;height:725px;}
.fullSlide .hd{width:100%;position:absolute;z-index:1;bottom:10px;left:0;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:18px;height:18px;margin-right:15px; border-radius: 50%;overflow:hidden;background:#aeadb2;line-height:999px;}
.fullSlide .hd ul .on{background:#fff;}
.fullSlide .prev,.fullSlide .next{display:block;position:absolute;z-index:1;top:270px;z-index:1;width:77px;height:125px;cursor:pointer;filter:alpha(opacity=1);opacity:1;display:none;}
.fullSlide .prev { background: url(../images/left.png) top center no-repeat; left:15%;}
.fullSlide .next{ background: url(../images/right.png) top center no-repeat; right: 15%; }