* {
	margin: 0 auto;
	padding: 0px;
	outline: 0 none;
}
body {
	font-family: "Microsoft Yahei", "微软雅黑", "Tahoma", "SimSun";
	font-size: 14px;
	line-height: 26px;
	color: #333;
	background:#daecf6;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #ff7d00;
}
ul {
	list-style: none;
}
img {
	border: none;
	display: block;
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
/***********页面1******************/
.main{
	width:980px;
	position:relative;
}
.gane1{
	height:393px;
	background:url(../images/gane01.jpg) no-repeat;
}
.gane2{
	width:980px;
	display:block;
	height:275px;
	background:url(../images/gane02.jpg) no-repeat;
}
.gane3{
	height:428px;
	background:url(../images/gane03.jpg) no-repeat;
}
.gane4{
	height:350px;
	background:url(../images/gane04.jpg) no-repeat;
}
.ganefont{
	position: absolute;
	color: #0544d1;
	font-size: 18px;
	left: 16px;
	top: 598px;
}

/***********页面1 end******************/

/***********页面2******************/

/***********页面2 end******************/
.main2{
	width:980px;
}

.logo{
	background:url(../images/logo.jpg) no-repeat;
	height:550px;
	display:block;
	width:980px;
}

.boxa{
	background:#fff;
	padding:0px 30px;
	height:285px;
	padding-top:60px;
	padding-bottom:40px;
}
.boxaLeft{
	width:430px;
	height:285px;
	float:left;
}
.boxaRight{
	width:460px;
	float:right;
	height:285px;
}
.boxaRight span{
	display:block;
	font-size:16px;
	height:25px;
	text-align:center;
	overflow:hidden;
	font-weight:bold;
}
.boxaRight p{
	height:235px;
	margin-top:30px;
	line-height:26px;
	display:block;
	text-indent:2em;
	overflow:hidden;
	color:#333;
}
.boxb{
	padding:0px 30px;
	background:#fff;
	height:250px;
}
.boxc{
	padding:30px 0px;
	background:#fff;
	height:250px;
	position:relative;
}
.boxtit{
	height:40px;
	background:url(../images/box1.jpg) left no-repeat;
}
.boxtit2{
	margin-left:30px;
	height:40px;
	background:url(../images/box2.jpg) left no-repeat;
}
.boxul{
	height:200px;
	margin-top:10px;
}
.boxli{
	float:left;
	width:270px;
	height:200px;
}
.boxli2{
	float:left;
	width:220px;
	height:175px;
}
.boxliimg{
	width:270px;
	height:180px;
	display:block;
	font-size:0;
}
.boxliimg2{
	width:220px;
	height:155px;
	display:block;
	font-size:0;
}
.boxliSpan{
	height:20px;
	line-height:20px;
	display:block;
	overflow:hidden;
	font-size:14px;
	text-align:center;
}
.mar60{
	margin-right:55px;
}
.mar10{
	margin-right:13px;
}
.boxd{
	height:807px;
	background:url(../images/bott.jpg) no-repeat;
}
.ganefont2{
	position: absolute;
	color: #0544d1;
	font-size: 18px;
	left: 18px;
	top: 276px;
}
/****************返回底部******************/
.entranceRight {
	width: 122px;
	height: 169px;
	position: fixed;
	_position: absolute;
	left: 50%;
	margin-left:500px;
	top:150px;
background:url(../images/wx.jpg) no-repeat;
}
.entranceRight a {
	display: block;
	width: 122px;
	height: 169px;
	margin-bottom: 1px;
}
.entranceRight a:hover {
	background:url(../images/wx.jpg) no-repeat;
}
/****************返回底部 end******************/

/************图片滚动区*****************/
#review {
	position: relative;
	width: 980px;
	margin-top:20px;
}
#review .win {
	width: 900px;
	height: 175px;
	overflow: hidden;
	position: relative;
}
#review a.leftArr, #review a.rightArr {
	display: block;
	width: 40px;
	height: 145px;
	position: absolute;
	top: 0px;
}
/*_filter: src里面写绝对图片路径*/
#review a.leftArr {
	left: 0;
	background:url(../images/zuomssp2.png) #fff ;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale, src='http://www.zjol.com.cn/05zjnews/images/zuomssp2.png');
	_background: none;
	_background-color:#e6e6e6;
}
#review a.rightArr {
	right: 0;
	background:url(../images/youmssp2.png) #fff;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale, src='http://www.zjol.com.cn/05zjnews/images/youmssp2.png');
	_background: none;
	_background-color:#e6e6e6;
}
/*#review a.leftArr:hover, #review a.rightArr:hover {
	background-color:#1148d9;
}*/
#viewList {
	position: absolute;
	top: 0;
	left: 0
}
#viewList li {
	width: 225px;
	height: 180px;
	float: left;
}
#viewList li a {
	display: block;
	width: 215px;
	height: 180px;
	padding: 4px;
	padding-top:0px;
}
#viewList li a:hover {
	text-decoration: none;
}
#viewList li a img {
	width: 215px;
	height: 145px;
}
#viewList li a span {
	display: inline-block;
	height: 20px;
	color: #333;
	line-height: 20px;
	margin-top: 4px;
	font-size: 14px;
	text-align: center;
	width: 215px;
	overflow:hidden;
}
#viewList li a:hover span{
	color: #1148d9;
}
/************图片滚动区 end*****************/