﻿@charset "utf-8";
/*基本框架CSS*/




/*基本框架CSS结束，应用特效时，以上样式可删除*/
/* 效果CSS开始 */
#zsgun{background:#FFFFFF;position:relative;height:425px;width:538px;margin:25px 0px 50px;}
a.hScrollPane_leftarrow{top:210px;cursor:pointer;display:block;width:25px;height:58px;background:url(../images/banner_pre.png) no-repeat left top;left:15px;position:absolute;}
/*a.hScrollPane_leftarrow:hover{background:url(../images/banner_pre.png) no-repeat left -58px;}*/
a.hScrollPane_rightarrow{top:210px;cursor:pointer;display:block;width:25px;height:58px;background:url(../images/banner_next.png) no-repeat left top;right:15px;position:absolute;}
/*a.hScrollPane_rightarrow:hover{background:url(../images/banner_next.png) no-repeat left -58px;}*/
.hScrollPane_dragbar{width:538px;height: 8px; background:#fff;position:absolute; display: block;top:445px;border-radius: 5px;}
.hScrollPane_draghandle{position:absolute;width:80px;height:8px;overflow:hidden;background:red;cursor:pointer;left:0;border-radius: 5px;}
#gundiv{width:538px;position:relative;float:left;height:425px;overflow:hidden;}
#gundiv ul{height:425px;position:absolute;width:10000px;}
#gundiv li{width:538px;height:425px;overflow:hidden;float:left;margin:0px;position:relative;}
#gundiv li p{display:none;height:18px;line-height:18px;text-align:center;overflow:hidden;}
#gundiv li p a:link,#gundiv li p a:visited{color:#53711C;font-size:12px;}
#gundiv li.zslion p{display:block;}
#gundiv li img{width: 538px; height: 425px;}
