@charset "gb2312";
.BookingMeasure-a {
    width: 1200px;
    margin: auto;
}
.BookingMeasure-a-holder {
    width: 100%;
    height: 900px;
    padding: 20px;
    margin: 50px auto;
    background-color: #eff6f3;
}
.BookingMeasure-a-holder a {
    position: relative;
    display: block;
    float: left;
    width: 185px;
    height: 185px;
    margin-left: 10px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-position: center;
}
.BookingMeasure-a-holder a:nth-child(1) {
    width: 680px;
    height: 470px;
    margin-left: 0px;
}
.BookingMeasure-a-holder a:nth-child(-n+5):nth-child(n+2) {
    width: 230px;
    height: 230px;
}
.BookingMeasure-a-holder a:nth-child(6n) {
    margin-left: 0px;
}
.BookingMeasure-a-holder a:nth-child(16) {
    width: 380px;
}
.BookingMeasure-a-holder a span {
    position: absolute;
    left: 0px;
    bottom: 0px;
    display: block;
    height: 30px;
    padding: 5px 15px;
    color: #FFF;
    font-size: 16px;
    line-height: 20px;
    border-top-right-radius: 5px;
    background-color: #0c8391;
	filter: alpha(opacity=50); /*IE*/
	-moz-opacity: 0.5; /*MOZ , FF*/
	background: rgba(12,131,145,0.50)!important; /*　使用IE专属滤镜实现IE背景透明*/
}
/*------------------------------------------------------------------*/
.BookingMeasure-b {
    width: 100%;
}
.BookingMeasure-b-holder {
    width: 1200px;
    height: 780px;
    margin: 50px auto;
    background-image: url("../img/BookingMeasure-b-img.png");
    background-repeat: no-repeat;
    background-position: center;
}
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
.BookingMeasure-title {
    width: 1200px;
    height: 150px;
    margin: auto;
}
.BookingMeasure-title img {
    display: block;
    width: 100%;
}