﻿@charset "utf-8";
/*基本框架CSS*/

/*基本框架CSS结束，应用特效时，以上样式可删除*/
/* 效果CSS开始 */
#zsgun{ background:#FFFFFF; position:relative;height:155px; width:964px; margin:auto;}
a.hScrollPane_leftarrow{top:22px; cursor:pointer; display:block; width:20px; height:117px; background:url(../images/left.jpg) no-repeat left top;left:0px; position:absolute;}
a.hScrollPane_leftarrow:hover{background:url(../images/left.jpg) no-repeat left top;}
a.hScrollPane_rightarrow{ top:22px; cursor:pointer; display:block;  width:20px; height:117px;background:url(../images/right.jpg) no-repeat left top; right:0px; position:absolute;}
a.hScrollPane_rightarrow:hover{background:url(../images/right.jpg) no-repeat left top;}
.hScrollPane_dragbar{width:924px; position: absolute; border-bottom:#83CC32 1px solid; left:20px; top:210px; z-index:1; padding:0 39px; display:none;}
.hScrollPane_draghandle{position:absolute; width:191px; height:10px; overflow:hidden; background:url(../images/gunbar.png) no-repeat left top;_background:url(../images/gunbar.gif) no-repeat left top; bottom:-5px; cursor:pointer; margin:0 39px; left:0;}
#gundiv{ width:924px; position:relative; margin-left:20px; padding-top:22px; float:left; display:inline;height:118px; overflow:hidden;}
#gundiv ul {height:155px;position: absolute; width:10000px;}
#gundiv li{ width:191px; height:164px; overflow:hidden; float:left;    margin: 0 20px;position:relative;}
#gundiv li p{ display:block; height:30px; line-height:20px; padding:10px 0 0; text-align:center; overflow:hidden;}
#gundiv li p a{ color: #000000; font-size: 12px; }
#gundiv li p a:hover{color: #416d11; }

#gundiv li.zslion p{ display:block;}
/* 效果CSS结束 */
