/*//green*/
body{
	margin: 0;
}
div{margin: 0 auto;}
.green_bgdiv{
	width: 100%;
	position: relative;
	height: 750px;
	background-image: url(../img/green/ecology.jpg);
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
}
.anniu_full{
	position: relative;
	width: 580px;
	height: 100%;
}
.anniu_full div{cursor: pointer;}
.imgbutton_green_1{
	position:absolute;width:90px;height: 55px;
	top: 150px;right: 210px;
	/*background-image: url(../img/green/lwd.png);*/
}

.imgbutton_green_2{
	position:absolute;width:90px;height: 55px;
	top: 170px;right: 125px;
	/*background-image: url(../img/green/njl.png);*/
}
.imgbutton_green_3{
	position:absolute;width:90px;height: 55px;
	top: 280px;right: 70px;
	/*background-image: url(../img/green/qst.png);*/
}
.imgbutton_green_4{
	position:absolute;width:90px;height: 55px;
	top: 305px;right: 150px;
	/*background-image: url(../img/green/sdgy.png);*/
}
.imgbutton_green_5{
	position:absolute;width:90px;height: 55px;
	top: 410px;right: 126px;
	/*background-image: url(../img/green/yhgd.png);*/
}
.imgbutton_green_6{
	position:absolute;width:90px;height: 55px;
	top: 422px;right: 200px;
	/*background-image: url(../img/green/xdfgd.png);*/
}
.imgbutton_green_7{
	position:absolute;width:90px;height: 55px;
	top: 470px;right: 160px;
	/*background-image: url(../img/green/jygy.png);*/
}
.imgbutton_green_8{
	position:absolute;width:90px;height: 55px;
	top: 575px;right: 396px;
	/*background-image: url(../img/green/sjs.png);*/
}
.greenpicdetail{position:absolute;
	top: 20px;right: 20px;}
.showcontent{
    /*background-color:limegreen;*/
    width:330px;
    height:120px;
    border-radius:15px;
    display:none;
    background-image:url(../img/green/bg.png);
    background-repeat:no-repeat;
}
h3{
    font-family:΢���ź�;
    margin-top:5px;
}
.bgimg{
     width:40px;
     height:35px;
     float:right;
     padding-top:15px;
        
}
.title{
     padding-left:50px;
     padding-top:30px;
     font-weight:bolder;
}
a.top_tooltip{
	cursor: pointer;
    display:inline;
    position:relative;
    float:right;
}
a.top_tooltip span {
    width: 65px;
    height: auto;
    color: #fff;
    background: #2b2b2b;
    position: absolute;
    font-size: 13px;
    text-align: center;
    padding: 10px;
    line-height: 20px;
    visibility: hidden;
    border-radius: 10px;
    font-family:΢���ź�;
}
  
a.top_tooltip span:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-top: 8px solid #2b2b2b;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
a:hover.top_tooltip span {
    visibility: visible;
    opacity: 0.8;
    bottom: 30px;
    left: 50%;
    margin-left: -45px;
    margin-top:-10px;
    z-index: 999;
}
