@charset "gb2312";
.Balcony-a {
    width: 100%;
    margin: 50px auto;
}
.Balcony-a-holder {
    width: 1200px;
    height: 525px;
    margin: auto;    
}
.Balcony-a-list {
    display: block;
    float: left;
    width: 388px;
    height: 525px;
    margin-left: 18px;
    text-align: center;
}
.Balcony-a-list:first-child {
    margin-left: 0px;
}
.Balcony-a-list i {
    display: block;
    width: 388px;
    height: 450px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.15);
	box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.15);
}
.Balcony-a-list span {
    display: inline-block;
    padding: 0px 30px;
    margin-top: 33px;
    height: 42px;
    border: 2px solid #9ccdb6;
    border-radius: 21px;
    line-height: 38px;
    color: #0c8391;
    font-size: 22px;
}
/*------------------------------------------------------------------*/
.Balcony-b {
    width: 100%;
    height: 980px;
    margin: auto;
    padding: 50px 0px 80px 0px;
    background-image: url("../img/green-bg.jpg");
}
.Balcony-b-holder {
    width: 1200px;
    height: 700px;
    margin: auto;    
}
.Balcony-b-list {
    position: relative;
    overflow: hidden;
    display: block;
    float: left;
    width: 591px;
    height: 341px;
    margin-left: 18px;
    margin-bottom: 18px;
    -webkit-box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.15);
	box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.15);
}
.Balcony-b-list:first-child {
    height: 700px;
    margin-left: 0px;
}
.Balcony-b-list i {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.Balcony-b-list span {
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: block;
    height: 50px;
    padding: 0px 50px;
    line-height: 50px;
    text-align: center;
    font-size: 22px;
    color: #FFFFFF;
    border-top-right-radius: 20px;
    background-color: #000000;
	filter: alpha(opacity=80); /*IE*/
	-moz-opacity: 0.8; /*MOZ , FF*/
	background: rgba(0,0,0,0.80)!important; /*　使用IE专属滤镜实现IE背景透明*/
}
/*------------------------------------------------------------------*/
.Balcony-c {
    width: 100%;
    height: 1010px;
    margin: auto;
    padding: 80px 0px;
}
.Balcony-c-holder {
    width: 1200px;
    height: 700px;
    margin: auto;
}
.Balcony-c-list {
    position: relative;
    overflow: hidden;
    display: block;
    float: right;
    width: 591px;
    height: 341px;
    margin-right: 18px;
    margin-bottom: 18px;
    -webkit-box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.15);
	box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.15);
}
.Balcony-c-list:first-child {
    height: 700px;
    margin-right: 0px;
}
.Balcony-c-list i {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.Balcony-c-list span {
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: block;
    height: 50px;
    padding: 0px 50px;
    line-height: 50px;
    text-align: center;
    font-size: 22px;
    color: #FFFFFF;
    border-top-right-radius: 20px;
    background-color: #000000;
	filter: alpha(opacity=80); /*IE*/
	-moz-opacity: 0.8; /*MOZ , FF*/
	background: rgba(0,0,0,0.80)!important; /*　使用IE专属滤镜实现IE背景透明*/
}
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
.Balcony-title {
    width: 1200px;
    height: 150px;
    margin: auto;
}
.Balcony-title img {
    display: block;
    width: 100%;
}