.g-banner {
    height: 405px;
    position: relative;
    overflow: hidden;
}

.g-banner-slider {
    height: 405px;
    position: absolute;
    left: 0;
    top: 0;
}

.g-banner-slider li ,
.g-banner-slider a,
.g-banner-slider img {
    height: 405px;
}

.g-banner-slider li {
    float: left;
}

.g-banner-slider a {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.g-banner-slider img {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -840px;
}

.g-banner-pagination {
    width: 100%;
    height: 20px;
    position: absolute;
    left: 0;
    bottom: 20px;
    text-align: center;
    font-size: 0;
}

.g-banner-pagination li {
    width: 40px;
    height: 20px;
    display: inline-block;
    margin: 0 8px 0 8px;
    cursor: pointer;
    position: relative;
}

.g-banner-pagination li a {
    width: 40px;
    height: 4px;
    position: absolute;
    left: 0;
    top: 50%;
    margin: -2px 0 0 0;
    background: #ffffff;
    opacity: .5;
    filter: alpha(opacity=50);
}

.g-banner-pagination li.current a {
    opacity: 1;
    filter: alpha(opacity=100);
}

.g-banner-btn {
    width: 46px;
    height: 104px;
    position: absolute;
    top: 50%;
    margin-top: -52px;
    cursor: pointer;
}

.g-banner-btn-prev {
    left: 50%;
    margin-left: -600px;
    background: url("../image/g-banner-btn-prev.png") no-repeat left top;
}

.g-banner-btn-next {
    right: 50%;
    margin-right: -600px;
    background: url("../image/g-banner-btn-next.png") no-repeat left top;
}

.g-center-block {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.bo_trailer_left{
    width: 685px;
    float: left;
}
.g-m-header2 {
    border-bottom: 1px solid #7d7d7d;
    position: relative;
    min-height: 63px;
    padding: 40px 0 0 0;
    margin-bottom: 30px;
}
.g-m-header2 span strong {
    font-size: 24px;
    color: #333333;
    line-height: 1;
    position: relative;
    font-weight: 400;
}

.g-m-header2 span.current strong {
    font-weight: 700;
}
.g-m-header2 a {
    position: absolute;
    right: 0;
    bottom: 8px;
    padding: 10px 0 10px 10px;
    color: #990000;
    line-height: 1;
    font-size: 14px;
}
.g-m-header2 span.current {
    border-bottom: 3px solid #be9d67;
}

.g-m-header2 span em {
	display:block;
    color: #888888;
    padding: 9px 0 0 0;
    font: 16px/1 Arial;
}
.g-m-header2 span {
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 65px;
}