/*引用reset*/
@import url("reset.css");
@import url("animation.css");
@import url("hover-min.css");


body{font-family: 微软雅黑; line-height: 1.8; font-size: 14px; }
a:visited{color: none;}
a:active{color: none ;}

/*  主题颜色 */
	
body{ color:#787878;  overflow-x:hidden; }     /* 文字 基础颜色 */
a{color: #444;transition: color 0.4s ease-out 0s;}     /* <a>标签 基础颜色 */
a:hover{transition: color 0.4s ease-out 0s; text-decoration:none !important;}     /* <a>标签  hover 基础颜色 */



/* 全屏幻灯片样式 */
.g-bd{ width:100%; height:900px;}
.flexslider{position:relative;height:900px;overflow:hidden;background:url(../image/loading.gif) 50% no-repeat;}
.slides{position:relative;z-index:1;}
.slides li{height:900px;}
.slides li a{ display:block; width:100%; height:900px;}
.flex-control-nav{display: none; position:absolute;bottom:20px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li{display:inline-block;width:12px;height:12px;margin:0 5px;*display:inline;zoom:1;}
.flex-control-nav a{display: inline-block;
    width: 12px;
    height: 12px;
    line-height: 40px;
    overflow: hidden;
    cursor: pointer;
    background-color: rgb( 255, 255, 255 );}
.flex-control-nav .flex-active{    background-position: right center;
   background: #b28045;}

.flex-direction-nav{position:absolute;z-index:3;width:100%;top:45%; }
.flex-direction-nav li a{display:block;width:94px;height:94px;overflow:hidden;cursor:pointer;position:absolute;}
.flex-direction-nav li a.flex-prev{left:40px;background:url(../image/left.png) center center no-repeat;}
.flex-direction-nav li a.flex-next{right:40px;background:url(../image/rigjt.png) center center no-repeat;}
.flex-direction-nav li a.flex-prev:hover{background: url(../image/hover-left.png)center center no-repeat;}
.flex-direction-nav li a.flex-next:hover{background: url(../image/hover-right.png)center center no-repeat;}
