/* CSS Document */


/* Banner样式 */

.banner {
    width: 100%;
    height: auto;
    z-index: -99;
    clear: both;
    margin: 0 auto;
    overflow: hidden;
}

.banner ul li {
    position: absolute;
    left: 0px;
    top: 0px;
    clear: both;
    width: 100%;
    min-width: 1106px;
    height: auto;
    overflow: hidden;
}

.banner ul li img {
    width: 100%;
    min-width: 1106px;
}

.banner ol {
    position: absolute;
    right: 136px;
    bottom: 150px;
    z-index: 99;
}

.banner ol li {
    float: left;
    margin: 0 10px;
    cursor: pointer;
    width: 16px;
    height: 16px;
    background-color: #542569;
}

.banner ol li.active {
    background-color: #fdeacc;
}

ul.index_list {
    position: absolute;
    z-index: 2;
    bottom: 100px;
    left: 0;
}

ul.index_list li {
    /* width: 221px;
    height: 151px; */
    float: left;
    margin: 0 30px 0 0;
    position: relative;
    background: #fff;
}

ul.index_list li a {
    text-align: center;
}

ul.index_list li img {
    width: 211px;
    height: 141px;
    padding: 5px;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0;
    margin: 0 0 0 0px;
}

ul.index_list li img:hover {
    width: 211px;
    height: 141px;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

ul.index_list li span {
    display: block;
    font-family: "黑体";
    font-size: 18px;
    color: #fff;
    width: 209px;
    _width: 199px;
    height: 30px;
    _height: 28px;
    position: absolute;
    top: 60px;
    left: 5px;
    font-weight: 700;
}

.footer {
    width: 100%;
    min-width: 1106px;
    height: 35px;
    background-color: rgba(255, 255, 255, .8);
    position: absolute;
    bottom: 0;
}

.foot {
    width: 1200px;
    height: 35px;
    margin: 0 auto;
    z-index: 99;
}

.fl {
    float: left;
    line-height: 35px;
    font-family: 微软雅黑;
    font-size: 12px;
    color: #002c51;
}

.fl a {
    width: 78px;
    height: 13px;
    display: block;
    float: left;
    margin: 11px 0;
    background: url(../images/footer-logo.png) no-repeat;
    margin-right: 12px;
}

.fl p {
    float: left;
}

.support a {
    line-height: 35px;
    font-family: 微软雅黑;
    font-size: 12px;
    color: #002c51;
    float: right;
    margin-right: 10px;
}