﻿@charset "utf-8";
/*基本框架CSS*/

a img {border:0}
ul, ol, li {list-style-type:none;vertical-align:0}
a {outline-style:none;color:#535353;text-decoration:none}
a:hover { color: #D40000; text-decoration: none}
/*基本框架CSS结束，应用特效时，以上样式可删除*/
/* 效果CSS开始 */
#zsgun{ background:#FFFFFF; position:relative; width:1200px; margin:auto; height: 360px;}
a.hScrollPane_leftarrow{top:170px; cursor:pointer; display:block; width:25px; height:58px; background:url(../images/zsleftbar.gif) no-repeat left top;left:15px; position:absolute;}
a.hScrollPane_leftarrow:hover{background:url(../images/zsleftbar.gif) no-repeat left -58px;}
a.hScrollPane_rightarrow{ top:170px; cursor:pointer; display:block; width:25px; height:58px; background:url(../images/zsrightbar.gif) no-repeat left top; right:15px; position:absolute;}
a.hScrollPane_rightarrow:hover{background:url(../images/zsrightbar.gif) no-repeat left -58px;}
.hScrollPane_draghandle{position:absolute; width:180px; 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:1100px; position:relative; margin-left:55px; padding-top:22px; float:left; display:inline;height:360px; overflow:hidden;}
#gundiv ul {height:464px;position: absolute; width:10000px;}
#gundiv li{ width:364px; height:360px; overflow:hidden; float:left; margin-right:17px;position:relative;}
#gundiv li p{font-size:16px; text-align:center; width: 360px; background: #c5c5c3; margin-top:10px; line-height:50px;}

/* 效果CSS结束 */
