﻿@charset "utf-8";
/* CSS Document */
body{
	font-family: 微软雅黑;
	font-size: 16px;
	width:100%;
}
a{
	font-family: 微软雅黑;
	font-size: 16px;
	color: black;
}
a:link{
	text-decoration:none;
}
a:visited{
	text-decoration:none;
}
a:hover{
	text-decoration:none;
	color: #D44F52;
}
a:active{
	text-decoration:none; 
}
.showing{
	display:block;
	visibility:visible; 
}
.hidden{
	display:none;
	visibility:hidden; 
}
.top-line{
	background-color: #6EB54F;
	height: 8px;
}

.nav-height{
	height: 97px;
}
.container-info{
	margin:0px auto;
	height:97px;
	width:1409px;
}
.row-info{
	height:97px;
	width:1409px;
}
.web-logo{
	margin-left:27px;
	width:354px;
	height:97px;
	background-image: url("image/logo.png");
	background-repeat: no-repeat;
}
.web-menu{
	margin-left: -30px;
	width:1028px;
}
.menu-sub{
	margin-left:0px;
	margin-top:-41px;
	padding-top:8px;
	width:103px;
	box-shadow:3px 2px 4px #000;
}
.menu-item{
	display: block;
	width:70px;
	height:35px;
	text-align: center;
	vertical-align: middle;
	color: black;
	font-size:15px;
	margin-left:15px;
	margin-bottom:5px;
	border-bottom: 2px solid white;
}

.menu-item:HOVER{
	display: block;
	width:70px;
	height:35px;
	text-align: center;
	vertical-align: middle;
	color: #4FB55D;
	font-size:15px;
	margin-left:15px;
	margin-bottom:5px;
	border-bottom: 2px solid #4FB55D;
}
.menu-item-one{
	display: block;
	width:70px;
	height:35px;
	text-align: center;
	vertical-align: middle;
	color: black;
	font-size:17px;
	margin-left:15px;
	margin-bottom:5px;
	background-image: url("image/menuitem-split.png");
	background-repeat: no-repeat;
	background-position: bottom;
}

.menu-item-one:HOVER{
	display: block;
	width:70px;
	height:35px;
	text-align: center;
	vertical-align: middle;
	color: #4FB55D;
	font-size:17px;
	margin-left:15px;
	margin-bottom:5px;
}
.menu-link {
	color: black;
  	display: block;
  	padding: 0.5rem 1rem;
	font-family: 黑体;
	font-size: 17px;
	white-space:nowrap;
}
.font17{
	font-size: 17px;
}
.web-ul{
	width:1028px;
}
.search{
	margin-left:10px;
	margin-top:6px;
	width:266px;
	height:26px;
	background-image: url("image/searchbox.png");
	background-repeat: no-repeat;
}
.form-search{
	
}
.img-search{
	margin-left:10px;
	width:18px;
	height:18px;
	cursor:pointer;
}
.form-control-search{
	margin-left:10px;
	margin-top:3px;
	width:180px;
	height:18px;
	font-size:15px;
	border:0px solid white;
	outline:none;
}

.top-images{
	background-color: #F5F5F5;
	height: 487px;
	width:100%;
}
.images-width{
	margin:0 auto;
	width: 1583px;
	height: 487px;
}
.image-left{
  float:left;
  position: relative;
  margin-left:13px;
  width:292px;
  height: 485px;
  overflow: hidden;
  perspective: 485px;
  opacity:0.4; 
  filter: alpha(opacity=40);
  cursor:pointer;
}
.image-left-bk{
  width:292px;
  height: 485px;
  transform-origin: left;
  transition: all 2s;
  transform: rotateY(10deg);
}
.image-left-bk:HOVER{
  width:292px;
  height: 485px;
  transform-origin: left;
  transition: all 2s;
  transform: rotateY(20deg);
}
.image-arrow-left{
	position: absolute;
	left:10px;
	top:182px;
	width:69px;
	height: 120px;
	cursor:pointer;
}
.image-arrow-right{
	position: absolute;
	left:203px;
	top:182px;
	width:69px;
	height: 120px;
	cursor:pointer;
}
.image-right{
  float:left;
  width:292px;
  height: 485px;
  overflow: hidden;
  perspective: 485px;
  opacity:0.4; 
  filter: alpha(opacity=40);
  cursor:pointer;
}
.image-right-bk{
  width:270px;
  height: 485px;
  transform-origin: right;
  transition: all 2s;
  transform: rotateY(-10deg);
}
.image-right-bk:HOVER{
  width:270px;
  height: 485px;
  transform-origin: right;
  transition: all 2s;
  transform: rotateY(-20deg);
}

.image-center{
	float:left;
	margin-left:-18px;
	margin-right:-26px;
	width:1050px;
	height: 487px;
	background-image: url("image/image-center.png");
	background-repeat: no-repeat;
	box-shadow:5px 2px 6px #000;
}

.image-center-title{
	font-family: 微软雅黑;
	font-size: 24px;
	color: white;
}

.image-center-info{
	font-family: 微软雅黑;
	font-size: 16px;
	color: white;
	text-align: left;
}

.image-center-ckxq{
	width: 113px;
	height: 47px;
	margin-left: 150px;
}

.home-container{
	margin-top: 65px;
	height: 980px;
	width:100%;
}
.image-center-left{
	float:left;
	width: 709px;
	height: 476px;
}
.image-center-right{
	float:right;
	width:340px;
	height: 476px;
}
.image-center-img{
	margin: 14px 14px 14px 14px;
	width: 691px;
	height: 460px;
}

.image-center-title{
	margin-left: auto;
	margin-right: auto;
	margin-top: 85px;
	width: 297px;
	height: 120px;
}
.image-center-info{
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 297px;
	height: 200px;
}
.image-center-btn{
	
}
.home-row{
	height: 980px;
	width:1409px;
	margin-left: auto;
	margin-right: auto;	
}
.home-xwzx{
	height:290px;
	width:978px;
}
.xwzx-title{
	height:57px;
	width:972px;
	background-repeat: no-repeat;
	background-image: url("image/home_xwzx.png");
}
.title-left{
	float: left;
	padding-left: 170px;
	padding-top: 10px;
}
.title-right{
	float: right;
	padding-top: 10px;
}
.xwzx-list{
	width: 978px;
}
.xwzx-list-item{
	width:991px;
	height:33px;
	background-repeat: no-repeat;
	background-image: url("image/box.png");
	margin-left:10px;	
}
.xwzx-item-left{
	float: left;
	width:810px;
	text-align: left;
	vertical-align: middle;
	padding-left: 30px;
}
.xwzx-item-right{
	float:right;
	width:118px;
}
.xwzx-a{
	width: 745px;
	display: block;
	overflow: hidden;
	word-break: 
	keep-all;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.home-djgz-dwjs{
	height:251px;
	width:978px;
}
.home-djgz{
	height:290px;
	width:489px;
}
.djgz-title{
	height:57px;
	width:470px;
	background-repeat: no-repeat;
	background-image: url("image/home_djzg.png");
}
.info-title-left{
	float: left;
	padding-left: 170px;
	padding-top: 10px;	
}
.info-title-right{
	float: right;
	padding-top: 10px;	
}
.info-list-item{
	margin-left:20px;
	width:489px;
	height:33px;
	background-repeat: no-repeat;
	background-image: url("image/info-flag.png");
	margin-left:15px;	
}
.info-item-left{
	float: left;
	width:250px;
	text-align: left;
	vertical-align: middle;
	padding-left: 30px;
}
.info-item-right{
	float:right;
	width:80px;
}
.info-a{
	width: 312px;
	display: block;
	overflow: hidden;
	word-break: 
	keep-all;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.home-dwjs{
	height:290px;
	width:489px;	
}
.dwjs-title{
	height:57px;
	width:470px;
	background-repeat: no-repeat;
	background-image: url("image/home_dwjs.png");
}
.home-whxcl{
	height:108px;
	width:978px;	
	margin-top:30px;
	margin-bottom:38px;
	background-repeat: no-repeat;	
	background-image: url("image/home-whxcl1.png");
}
.home-spgl-xsdy{
	height:243px;
	width:978px;
}
.home-spgl{
	height:243px;
	width:489px;	
}
.row-spgl{
	height:243px;
}
.spgl-title{
	height:57px;
	width:470px;
	background-repeat: no-repeat;
	background-image: url("image/home_spgl.png");
}
.home-xsdy{
	height:243px;
	width:489px;	
}
.xsdy-title{
	height:57px;
	width:470px;
	background-repeat: no-repeat;
	background-image: url("image/home_xsdy.png");
}


.bottom-fywh{
	position:relative; 
	width: 100%;
	height: 491px;
}
.fywh-container{
	position:absolute;
	z-index: 999;
	left:0px; 
	top:10px;
	height: 353px;
	width: 100%;
}
.fywh-container-center{
	width:1409px;
	margin: 0 auto;
}
.bottom-background{
	position:absolute;
	z-index: 1;
	left:0px; 
	top:0px;
	width: 100%;
	height: 492px;
	background-repeat: no-repeat;
	background-image: url("image/list_bk.png");
	background-position: bottom;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;	
}
.fywh-title{
	height:57px;
	width:1408px;
	background-repeat: no-repeat;
	background-image: url("image/home_fywh.png");	
}
.fywh-left{
	float:left;
	width: 357px;
	height: 502px;
}
.fywh-right{
	float:right;
	width: 709px;
	height: 502px;
}
.fywh-list{
	width: 1409px;
}
.fywh-obj{
	OVERFLOW: hidden; 
	WIDTH: 1409px;
}
.fywh-item{
	float:left;
	height:286px;
	margin-top: 50px;
	margin-left: 60px;
}
.fywhimg-title{
	text-align: center;
	margin-top: 10px;
}
.color-red{
	background-color: red;
}
.color-black{
	background-color: black;
}
.color-yellow{
	background-color: yellow;
}
.right-func{
	width:333px;
	height: 100px;
}
.margin-top-5{
	margin-top: 5px;
}
.margin-top-10{
	margin-top: 10px;
}
.margin-bottom-10{
	margin-bottom: 10px;
}
.margin-left-10{
	margin-left: 10px;
}
.margin-right-10{
	margin-right: 10px;
}
.right-btn{
	width:101px;
	height: 100px;
}
.right-btn:HOVER{
	width:101px;
	height: 100px;
	opacity:0.4; 
    filter: alpha(opacity=40);
}
.right-sub-ztlm{
	width:333px;
	height: 178px;	
	padding-top: 35px;
	padding-left:19px;
	background-repeat: no-repeat;
	background-image: url("image/right-sub-ztlm.png");
}
.right-sub-bmdt{
	width:333px;
	height: 178px;	
	padding-top: 35px;
	padding-left: 19px;
	background-repeat: no-repeat;
	background-image: url("image/right-sub-bmdt.png");
	
    word-break: break-all;
    word-wrap: break-word;
    line-height:24px;
}
.right-sub-fywh{
	width:333px;
	height: 178px;	
	padding-top: 35px;
	padding-left: 19px;
	background-repeat: no-repeat;
	background-image: url("image/right-sub-fywh.png");
}
.right-fywh-item{
	width:300px;	
	height:45px;
	text-align: center;
	vertical-align: middle;
}
.right-bmdt-item{
	float:left;
	padding-left:5px;
	padding-top:4px;
	width:100px;
	height:35px;
	text-align: center;
	vertical-align: middle;
}
.right-bmdt-item:HOVER{
	float:left;
	padding-left:7px;
	padding-top:4px;
	width:100px;
	height:35px;
	text-align: center;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url("image/bmdt-item.png");
}

.bar-bmdt{
	font-family: 微软雅黑;
	font-size: 15px;
	font-weight: bold;
	color:#f29143;
	cursor:pointer;
}
.bar-bmdt:HOVER{
	font-family: 微软雅黑;
	font-size: 15px;
	font-weight: bold;
	color:#e9715f
	cursor:pointer;
}

.bar-fywh{
	font-family: 微软雅黑;
	font-size: 15px;
	font-weight: bold;
	color:#86c61e;
	cursor:pointer;	
}

.right-fywh-item a:link{
	font-family: 微软雅黑;
	font-size: 15px;
	font-weight: bold;
	color:#86c61e;
	cursor:pointer;
	background-color: #EEFEEF;
}


.right-fywh-item a:hover{
	font-family: 微软雅黑;
	font-size: 15px;
	font-weight: bold;
	color:white;
	cursor:pointer;
	background-color: #86c61e;
}

.right-sub-spzx{
	width:333px;
	height: 330px;	
	margin-top: 18px;
}
.right-spzx-title{
	padding-left:284px;
	padding-top:6px;
	width:333px;
	height:40px;
	background-repeat: no-repeat;
	background-image: url("image/home_spzx.png");
}
.right-spzx-vod{
	width:333px;
}
.vplay{
	width:230px;
	height:150px;
	margin-left: 55px;
}

.vod-list-item{
	width:333px;
	height:33px;
	background-repeat: no-repeat;
	background-image: url("image/info-flag.png");	
}
.vod-item-left{
	float: left;
	width:230px;
	text-align: left;
	vertical-align: middle;
	padding-left: 30px;
}
.vod-item-right{
	float:right;
	width:50px;
}
.vod-a{
	width: 200px;
	display: block;
	overflow: hidden;
	word-break: 
	keep-all;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.right-sub-gnlj{
	width:333px;
	height: 380px;	
	margin-top: 10px;
	padding-top: 40px;
	background-repeat: no-repeat;
	background-image: url("image/home_gnlj.png");	

    word-break: break-all;
    word-wrap: break-word;
    line-height:30px;	
}


.bottom-line{
	width:100%;
	background-color: #6FB54F;
	height: 49px;
}

.bottom-link{
	height: 37px;
	width:1200px;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	margin:0px auto; 
}
.link-item{
	float:left;
	margin-left: 10px;
	margin-top: 12px;
	width:fit-content;
}

.link_color{
	color:#EFF6ED;
}
.link-space{
	float:left;
	margin-left: 10px;
	margin-top: 5px;
	width:4px;
	height:37px;
	background-repeat: no-repeat;
	background-image: url("image/home_box_white.png");	
}

.link-std-space{
	margin-left: 10px;
	margin-top: 12px;
}
.tail-line{
	width: 100%;
	heigth:300px;
	margin-top: 30px;
	position: relative;
}
.tail-address{
	height:24;
	width:1000px;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.tail-copyright{
	height:24;
	width:600px;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.tail-flag{
	width:63px;
	height: 76px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	background-image: url("image/dzjg-flag.png");	
}

.weixinlogo{
	position: absolute;
	left:1280px;
	top:0px;
	width: auto;
    height: auto;
	box-shadow:3px 2px 4px #000;
}

.weibologo{
	position: absolute;
	left:1420px;
	top:0px;
	width: auto;
    height: auto;
	box-shadow:3px 2px 4px #000;
}

#tinybox{
	position:absolute; 
	display:none; 
	padding:0px; 
	background:#ffffff url(image/preload.gif) no-repeat 50% 50%; 
	border:0px solid #e3e3e3; 
	z-index:2000;
}
#tinymask{
	position:absolute; 
	display:none; 
	top:0; 
	left:0; 
	height:100%; 
	width:100%; 
	background:#000000; 
	z-index:1500;
}
#tinycontent{
	background:#ffffff; 
	font-size:1.1em;
}

.group-top-images{
	width:100%;
	height:195px;
	padding-left:861px;
	padding-top:74px;
	font-family:微软雅黑;
	font-size:40px;
	font-weight:bold;
	letter-spacing:13px;
	color:white;
	background-image: url("image/list_head_bk.png");
	background-repeat: no-repeat;
}

.group-top-list{
	height:48px;
	width:100%;
	background-color: #F9F9F9;
}

.group-top-list-title{
	margin:0 auto;
	width: 1409px;
	height: 48px;	
}
.group-top-list-title span{
    height:45px;
    line-height: 48px;
}

.group-top-list-title a{
	display:block;
	float:left;
	height:45px;
	font-family: 黑体;
	font-size: 18px;
    text-decoration: none;
    margin-right: 20px;
}
.group-top-list-title a:HOVER{
	font-family: 黑体;
	font-size: 18px;
	color:#AED2A2;
}
.group-title-a {
	color:#353334;
}
.group-title-a-select {
	color:#AED2A2;
	border-bottom:solid 3px #A5CC93;
}
.group-container{
	width:100%;
	background-image: url("image/list_bk.png");
	background-repeat: no-repeat;
	background-position: bottom;
}

.group-row{
	height: 940px;
	width:1409px;
	margin-left: auto;
	margin-right: auto;	
}
.group-item-title{
	height:48px;
	width:1404px;
	margin-top: 40px;
	background-image: url("image/group-sub-title.png");
	background-repeat: no-repeat;
}
.group-item-title-left{
	display:block;
	float:left;
	text-decoration: none;
	font-family: 黑体;
	font-size: 24px;
	color:#353334;
	margin-left: 40px;
	padding-top: 5px;
}
.group-item-title-right{
	display:block;
	float:right;
	text-decoration: none;
	font-family: 微软雅黑;
	font-size: 18px;
	color:#353334;
	padding-top: 10px;
}
.group-item-subitem{
	height:37px;
	width:1404px;
	background-image: url("image/group-sub-item.png");
	background-repeat: no-repeat;
}
.group-item-subitem-left{
	display:block;
	float:left;
	text-decoration: none;
	font-family: 微软雅黑;
	font-size: 16px;
	color:#353334;	
	margin-left: 54px;
	padding-top: 5px;
}
.group-item-subitem-right{
	display:block;
	float:right;
	text-decoration: none;
	font-family: 微软雅黑;
	font-size: 16px;
	color:#353334;	
}
.list-container{
	width:100%;
	background-image: url("image/list_bk.png");
	background-repeat: no-repeat;
	background-position: bottom;
}

.list-row{
	height: 1581px;
	width:1409px;
	margin-left: auto;
	margin-right: auto;	
}
.list-item-title{
	height:104px;
	width:1393px;
	margin-top: 0px;
	background-image: url("image/list-title.png");
	background-repeat: no-repeat;
}
.list-item-title-left{
	display:block;
	float:left;
	text-decoration: none;
	font-family: 微软雅黑;
	font-size: 24px;
	color:#353334;
	margin-left: 40px;
	padding-top: 33px;
}
.list-item-title-right{
	display:block;
	float:right;
	text-decoration: none;
	font-family: 微软雅黑;
	font-size: 18px;
	color:#353334;
	padding-top: 38px;
}
.list-item-subitem{
	height:212px;
	width:1393px;
	margin-top: 0px;
	background-image: url("image/list-item.png");
	background-repeat: no-repeat;	
}
.list-subitem-left{
	float:left;
	height:212px;
	width:177px;
}
.list-subitem-right{
	float:right;
	width:1216px;
	height:212px;
}
.list-subitem-day{
	font-family: 微软雅黑;
	font-size: 55px;
	font-weight: bold;
	margin-top: 50px;
	margin-left: 50px;
}
.list-subitem-ym{
	font-family: 微软雅黑;
	font-size: 14px;
	font-weight: bold;
	margin-left: 55px;
}
.list-subitem-bt{
	font-family: 微软雅黑;
	font-size: 18px;
	font-weight: bold;
    margin-left: 0px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.list-subitem-nr{
	width:1210px;
	height:95px;
	font-family: 微软雅黑;
	font-size: 16px;
    margin-left: 0px;
    overflow: hidden;
    text-indent:30px;
	text-overflow: ellipsis; 
}
.list-subitem-open{
	display:block;
	width:100px;
	height:20px;
	font-family: 微软雅黑;
	font-size: 14px;
    margin-left: 1120px;
    color:#7BBA5F;
    margin-top: 10px;
}	
.remark-container{
	width:100%;
	background-image: url("image/list_bk.png");
	background-repeat: no-repeat;
	background-position: bottom;
}

.remark-row{
	width:1409px;
	margin-left: auto;
	margin-right: auto;	
}

.remark-item-title{
	height:90px;
	width:1393px;
	margin-top: 0px;
	background-image: url("image/list-title.png");
	background-repeat: no-repeat;
}
.remark-info{
	width:1409px;
	border:2px solid #CDCDCD;
}

.remark-info-title{
	font-family: 微软雅黑;
	font-size: 30px;
	font-weight: bold;
	margin-top: 50px;
	margin-bottom:50px;
	text-align: center;	
}
.list-item-title-group{
	font-size: 24px;
}
.list-item-title-name{
	font-size: 18px;
}
.list-item-title-note{
	font-size: 16px;
}
.list-item-title-select{
	color:#70B44F;
}
.list-pages{
	height: 50px;
	width:1409px;
	clear:both;
	margin-left: auto;
	margin-right: auto;	
}
.list-item-pages{
	width:782px;
	height:50px;
	margin: 0px auto;
	margin-top: 50px;
}
.list-pages-item{
	padding:5px 5px 5px 5px;
	border-radius:5px;
	border:1px solid #CDCDCD;
	font-family: 微软雅黑;
	font-size: 16px;
	
}
.list-pages-page{
	width:50px;
	font-family: 微软雅黑;
	font-size: 14px;
}
.remark-info-date{
	font-family: 微软雅黑;
	font-size: 14px;
	margin-top: 50px;
	margin-bottom:50px;
	text-align: center;	
	color:#585858;	
}
.remark-info-split{
	width:1277px;
	height:2px;
	margin-left:66px;
	background-color:#ADADAD;
}
.remark-info-art{
	margin: 0px auto;
	margin-top:50px;
	margin-bottom:50px;
	width:1277px;
}
.remark-creater{
	margin: 30px 10px 30px 66px;
	height:35px;
	width:200px;
	font-family: 微软雅黑;
	font-size: 18px;
}

.remark-key{
	height:38px;
	width:418px;
	margin-left:991px;
}

.remark-key-pd{
	display:inline-block;
	float:left;
	width:130px;
	height:20px;
	font-family: 微软雅黑;
	font-size: 18px;
    margin-left: 5px;
    color:#585858;
    margin-top: 0px;
}

.remark-key-top{
	display:inline-block;
	float:left;
	width:130px;
	height:20px;
	font-family: 微软雅黑;
	font-size: 18px;
    margin-left: 5px;
    color:#585858;
    margin-top: 0px;
}

.remark-info-bottom{
	width:1409px;
	height:70px;
	margin-top: 24px;
	margin-bottom: 80px;
	padding-top:2px;
	border:2px solid #CDCDCD;
	border-style: dashed;
}
.remark-bottom-next{
	margin-left: 25px;
	margin-top: 5px;
	font-family: 黑体;
	font-size: 16px;	
}

#triangle-left {
	float:left;
    width: 0;
    height: 0;
    margin-top: 4px;
    border-top: 9px solid transparent;
    border-right: 18px solid black;
    border-bottom: 9px solid transparent;
}
#triangle-up {
	float:left;
    width: 0;
    height: 0;
    margin-top: 4px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 18px solid green;
}

.vodlist-item-subitem{
	float:left;
	width:380px;
	height:390px;
	margin:40px 40px 40px 40px;
	background-color: #F4F4F4;
}
.vodlist-subitem-vod{
	margin:0px auto;
	width:380px;
	height:285px;
}
.vodlist-subitem-title{
	margin:0px auto;
	margin-top:15px;
	width:339px;
	height:70px;
	line-height: 35px;
	font-family: 微软雅黑;
	font-size: 18px;
    overflow: hidden;
	text-overflow: ellipsis; 
}
.video-vplay{
	width:1100px;
	height:900px;
	margin-left: 140px;	
}
.gnlj-word4{
	letter-spacing: 14px;
}		
.gnlj-word5{
	letter-spacing: 7px;
}	
.gnlj-word6{
	letter-spacing: 3px;
}


.bar-bmdt-gnlj{
	font-family: 微软雅黑;
	font-size: 14px;
	font-weight: bold;
	color:#4F4F4F;
	cursor:pointer;
}

.right-gnlj-item{
	float:left;
	margin-left: 20px;
	padding-left:10px;
	padding-top:3px;
	width:130px;	
	height:38px;
}
.right-gnlj-item:HOVER{
	width:130px;
	height:38px;
	margin-left: 20px;
	padding-left:12px;
	padding-top:4px;
	color:#E67316;
	background-image: url("image/gnlj-item.png");
	background-repeat: no-repeat;
}		
#imgfloat{
	position: absolute;
	left:0px;
	top:0px;
	width: auto;
    height: auto;
	box-shadow:3px 2px 4px #000;
}	