﻿a {
	outline-style: none;
	color: #535353;
	text-decoration: none
}

a:hover {
	color: #D40000;
	text-decoration: none
}


/*基本框架CSS结束，应用特效时，以上样式可删除*/


/* 效果CSS开始 */

#zsgun {
	background: none;
	position: relative;
	height: 450px;
	width: 1300px;
	margin: auto;
	overflow: hidden;
}

a.hScrollPane_leftarrow {
	top: 0;
	cursor: pointer;
	display: block;
	width:  80px;
	height: 450px;
	left: 0;
	position: absolute;
}

a.hScrollPane_leftarrow:hover {
	background: url(../static/image/img0022.png) no-repeat left 0;
	background-size: 80px 450px;
}

a.hScrollPane_rightarrow {
	top: 0;
	cursor: pointer;
	display: block;
	width: 80px;
	height: 450px;
	/*background: url(../static/image/img0021.png) no-repeat left top;*/
	right: -5px;
	position: absolute;
}

a.hScrollPane_rightarrow:hover {
	background: url(../static/image/img0021.png) no-repeat left 0;
	background-size: 80px 450px;
}
.container2{
	padding: 0;
}
.hScrollPane_dragbar {
	width: 0;
	position: absolute;
	border-bottom: #83CC32 1px solid;
	left: 0;
	top: 210px;
	z-index: 1;
}

.hScrollPane_draghandle {
	position: absolute;
	width: 0;
	height: 10px;
	overflow: hidden;
	/*background: url(../images/gunbar.png) no-repeat left top;*/
	bottom: -5px;
	cursor: pointer;
	left: 0;
}

#gundiv {
	width: 1351px;
	position: relative;
	float: left;
	display: inline;
	height: 450px;
	overflow: hidden;
}

#gundiv ul {
	height: 450px;
	position: absolute;
	width: 10000px;
}

#gundiv li {
	width: 306.5px;
	height: 450px;
	overflow: hidden;
	float: left;
	margin-right: 25px;
	position: relative;
}

#gundiv li img {
	width: 306.5px;
	height: 450px;
}


#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;
}

.ms-wenzi001{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	transition: 1.5s;
}

.ms-wenzi001:hover{
	opacity: 0;
}

.ms-wenzi{
	    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 18px;
    z-index: 100;
    background: rgba(0,0,0,0.6);
    height: 45px;
    line-height: 45px;
    font-weight: 800;
}