.banner-link-max {
    width: 100%;height: 100%;display: block;position: absolute;left: 0;top: 0;
}

.content-outer {
    background-image: none !important;
}
.content-top {
    background-image: url(../images/index/body.jpg);
    height: 44px;
}
.index-box {
    margin-top: -44px;
    float: left;
    font-size: 12px;
    font-family: "宋体";
    margin-bottom: 16px;
    position: relative;
}

.box-top {
    height: 44px;
    margin-bottom: 16px;
    background: url(../images/index/sprite.jpg) 0 0 no-repeat;
}
.index-left {
    width: 253px;
    margin-right: 8px;
}
.index-left .box-top {
    background-position: 0 11px;
    width: 159px;
}
.index-main {
    width: 439px;
    margin-right: 16px;
    margin-left: 8px;
}
.index-main .box-top {
    width: 127px;
    background-position: 0 -40px;
}
.index-right {
    width: 262px;
}
.index-right .box-top {
    width: 123px;
    background-position: 0 -91px;
}

.index-left p {
    line-height: 25px;
    padding: 0 8px;
    margin: 0;
    text-indent: 2em;
}
.index-left .box-bottom {
    background: url(../images/index/sprite.jpg) 0 -150px no-repeat;
    width: 246px; height: 61px;
}
.index-news li {
    border-bottom: 1px solid #D6D5D3;
    line-height: 33px;
    padding: 0 6px;
}
.index-news li span {
    float: right;
}
.index-news li a {
    color: #000;
}

.index-news li div.desc {
    line-height: 18px;
    background-color: #F2F2F2;
    border-radius: 3px;
    color: #848484;
    padding: 6px;
    margin-bottom: 5px;
    display: none;
}
.index-news li.hover a {
    color: #FF7800;
}
.index-news li.hover div.desc {
    display: block;
}

.index-right a {
    margin-bottom: 13px;
    position: relative;
    height: 80px;
    border: 1px solid #CCC;
    padding: 2px;
    border-radius: 3px;
    display: block;
    opacity: 0.9;
    filter:alpha(opacity=90);
}
.index-right a:hover {
    box-shadow: 0 0 12px #333;
    -webkit-transition-duration: 200ms;
    -ms-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    opacity: 1;
    filter:alpha(opacity=100)
}

/** carousel **/
.carousel {height: 417px;background-color: #2C2C2C; overflow: hidden;}
.carousel .banner-box {
    height: 417px;
    background-position: center 0;
    background-repeat: no-repeat;
    min-width: 980px;
}

.carousel .box-wrap {
    margin:0 auto;
    width: 980px;
    height: 100%;
    position: relative;
}

.carousel .box-wrap a {
    display: block;
    position: absolute;
    _background: #FFF;
    _filter:alpha(opacity=0);
}