#googleMap {
    width: 100%;
    height: 400px;
}
.staffBox {
    overflow: hidden;
}
.staffBox:after {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    background: url(../../common/img/bg_h5_tit01.png) left bottom repeat-x;
    z-index: 100;
    position: relative;
    bottom: 4px;
}

.staffBoxIn {
    padding-bottom: 120px;
	background: url(../img/img_staff01.png) right bottom no-repeat;
    z-index: 99;
    position: relative;
	right:8px;
	top:5px;
}

#staffBox02 {
	padding-right: 230px;
}
.staffBoxIn table td{
	padding-left: 30px;
}


/* ul imgList */

.ul_imgList01 {
    overflow: hidden;
}

.ul_imgList01 li {
    width: 280px;
    float: left;
    margin-bottom: 20px;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    overflow: hidden;
}

.ul_imgList01 li:nth-of-type(even) {
    float: right;
}

.ul_imgList01 li a {
    display: block;
    min-height: 175px;
    max-height: 175px;
    background: #fff;
    position: relative;
    overflow: hidden;
    text-decoration: none !important;
	border-radius:10px;
}
.ul_imgList01 li a:before {
    content: "";
    width: 100%;
    height: 50%;
    display: block;
    position: absolute;
    top: -50%;
    right: -50%;
    background: rgba(0,145,229,.7);
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    z-index: 1000;
}
.ul_imgList01 li a:after {
    content: "";
    width: 100%;
    height: 50%;
    display: block;
    position: absolute;
    bottom: -50%;
    left: -50%;
    background: rgba(0,145,229,.7);
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    z-index: 1000;
}

.ul_imgList01 li a:hover:before{
    top: 0;
    right: 0;
}
.ul_imgList01 li a:hover:after{
    bottom: 0;
    left: 0;
}
.ul_imgList01 li a span{
    display: block;
    width: 100%;
    height: 100%;
}
.ul_imgList01 li a span:before{
    content: "View More";
    display: block;
    visibility: hidden;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -15px;
    color: #fff;
    z-index: 1500;
    opacity: 0;
}
.ul_imgList01 li a:hover span:before{
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.ul_imgList01 li.no_image a span:before,.ul_imgList01 li.no_image a:before,.ul_imgList01 li.no_image a:after{
    display: none;
}
.ul_imgList01 li.no_image a span:after{
    content: "No image";
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -15px;
    color: #280000;
    z-index: 0;
}
.ul_imgList01 li a span img{
    width: 100% !important;
    height: auto;
    position: relative;
    z-index: 250;
	border-radius:10px;
}
