.banner {
    position: relative;
    max-width: 1400px;
    height: 780px;
    margin: 0 auto;
    padding: 0;
    background: url(../img/line.png) no-repeat center 400px;
    _background-image: url(../img/line_ie6.png);
}
.banner-title {
    font-size: 36px;
    font-family: Microsoft Yahei;
    color: #fff;
    text-align: center;
    padding-top: 80px;
}
.banner .toogle-prev,
.banner .toogle-next {
    position: absolute;
    top: 50%;
    width: 54px;
    height: 108px;
    margin-top: -90px;
    background: url(../img/arrow.png) no-repeat;
    font-size: 0;
}
.banner .toogle-prev {
    left: 0;
    background-position: 0 -199px;
}
.banner .toogle-next {
    right: 0;
    background-position: -80px -199px;
}
.banner .toogle-prev:hover {
    background-position: -200px -199px;
}
.banner .toogle-next:hover {
    background-position: -294px -199px;
}
.banner .year {
    position: absolute;
    width: 180px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 2.667em;
    font-family: arial;
    font-weight: bold;
    color: #b2b2b2;
}
.banner .year-current {
    color: #fff;
}
.banner .item {
    position: absolute;
    width: 570px;
    height: 266px;
    padding: 5px;
    background: #f5f5f5;
    cursor: pointer;
}
.banner .item-inner {
    position: relative;
    width: 570px;
    height: 266px;
}
.banner .item img {
    position: absolute;
    top: 10%;
    left: 4%;
    width: 50%;
}
.banner .item .item-detail {
    position: absolute;
    top: 10%;
    left: 57%;
    width: 40%;
    height: 80%;
    font-family: Microsoft Yahei;
}
.banner .item h3 {
    font-size: 1.667em;
    line-height: 2;
    color: #162d59;
}
.banner .item p {
    font-size: 1.1667em;
    color: #4c4c4c;
    line-height: 1.6;
}
.banner .item .item-more {
    position: absolute;
    right: 0;
    bottom: 0;
}
.banner .item a.item-more:link,
.banner .item a.item-more:visited,
.banner .item a.item-more:active {
    display: inline-block;
    padding: 0 12px;
    line-height: 22px;
    background-color: #fff;
    border: 1px solid #acb2bf;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
}
.banner .item a.item-more:hover {
    text-decoration: none;
    background: #f2f7ff;
    color: #264c99;
}
.banner .item .mask {
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    background: #333;
    filter: alpha(opacity=40);
    opacity: 0.4;
    width: 582px;
    height: 278px;
    z-index: 10;
}
.banner .item-current {
    cursor: auto;
}
.banner .item-current .mask {
    display: none;
}
.banner .pointer {
    display: none;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #ccc;
    text-align: center;
    font-style: normal;
    line-height: 20px;
    color: #fff;
    z-index: 1;
    -moz-transition: background .6s;
    -webkit-transition: background .6s;
    -o-transition: background .6s;
    transition: background .6s;
}
.banner .pointer-current {
    background: #f23c51;
}