/*reset 使用插件可忽略*/
*{
    vertical-align: baselinebaseline;    
    font-family: inherit;    
    font-style: inherit;    
    font-size: 100%;    
    border: none;    
    padding: 0;    
    margin: 0; 
}
body {width:100%; font: 12px/1.5 Microsoft YaHei, SimSun, Verdana, Geneva, sans-serif;}
ol, ul {    
    list-style: none; 
}
fieldset, img { border:0; vertical-align:top; }
a { color:#000; text-decoration:none; cursor:pointer; outline: none;}
a img, :link img, :visited img {   
       border:0px; 
       text-decoration: none;
       vertical-align: middle;   
}
/*reset end*/

/*样式根据需要更改 最好带上父元素#slide,提高优先级 此处的next和prev为调用插件时设置的按钮属性nextClass/prevClass的值*/
#slide .prev{ background:url(../images/jt_prev.png) no-repeat; height:64px; width:64px; left: 9%; margin-top:21vh; }
#slide .next{ background:url(../images/jt_next.png) no-repeat; height:64px; width:64px; right: 9%; margin-top:21vh; }
/*轮播导航图标样式，这里的ul.page的page为调用插件时设置的page属性的值,根据需要修改自己想要的样式效果*/
#slide ul.page{ bottom: -20px; }
/*此处page原理同上 ,轮播导航图标非当前图标样式,*/
#slide ul.page li{ display:none; cursor: pointer;  color: #f6f7f8;  width: 20px;  height: 20px;  text-align: center;  margin: 0 5px;}
/* 此处page原理同上 ,on为当前图片的图标样式*/
#slide ul.page li.on{ color: #f6f7f8;}

#slide .list{ width:90%; margin:0 auto;  position:relative;}


.home_img5_box{ padding-top:9vh;}











