﻿#Banner {
    height: 640px;
    position: relative;
    overflow: hidden;
}

.banner-bg {
    display: block;
    background-color: #ccc;
    position: absolute;
    left: 0;
    top: 0;
    height: 640px;
    z-index: 1;
    width: 100%;
    background-color: #f4f4f4;
    background-position: 50% 0;
}

.banner-content {
    width: 1440px;
    margin: 0 auto;
    position: relative;
    height: 640px;
    z-index: 100;
}

.banner-img {
    position: absolute;
    z-index: 2;
    left: -150%;
}

.banner-nav {
    position: absolute;
    left: 50%;
    bottom: 27px;
    z-index: 999;
}

    .banner-nav li {
        float: left;
        width: 15px;
        height: 15px;
        background-image: url(/images/icon_b01.png);
        margin-right: 8px;
        cursor: pointer;
    }

        .banner-nav li.active {
            background-image: url(/images/icon_b02.png);
        }

#Product {
    width: 1440px;
    height: 200px;
    position: relative;
    overflow: hidden;
    margin: 1px auto;
}

    #Product img {
        width: 355px;
        height: 200px;
        float: left;
        margin-right: 1px;
    }

        #Product img.nor {
            margin-right: 0px;
        }

.board {
    width: 100%;
    height: 75px;
    line-height: 75px;
    display: block;
    color: #008cc9;
    margin-top: 20px;
    font-family: 微软雅黑;
    font-size: 33px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
    word-spacing: 8px;
}

#Video {
    width: 1185px;
    height: 410px;
    position: relative;
    overflow: hidden;
    margin: 0px auto;
}

    #Video li {
        /*width: 385px;*/
        float: left;
        margin-right: 10px;
        text-align: center;
    }

        #Video li.nor {
            margin-right: 0px;
        }

        #Video li h1 a {
            font-family: 微软雅黑;
            font-size: 15px;
            height: 30px;
            line-height: 30px;
        }

#News {
    width: 1175px;
    position: relative;
    overflow: hidden;
    margin: 25px auto;
}

    #News li {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
    }

        #News li a {
            display: block;
            width: 275px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            float: left;
        }

        #News li i {
            font-style: normal;
            color: #6e6e6e;
            display: block;
            width: 50px;
            white-space: nowrap;
            text-overflow: clip;
            overflow: hidden;
            text-align: right;
        }

.news_t {
    margin-left: 0px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    float: left;
}

.news_m {
    margin-right: 10px;
    height: 30px;
    line-height: 30px;
    font-size: 10px;
    float: right;
}

#Everts {
    margin-right: 37.5px;
    width: 330px;
    float: left;
    overflow: hidden;
}

#Actives {
    margin-right: 37.5px;
    width: 440px;
    float: left;
    overflow: hidden;
}

#Media {
    width: 330px;
    float: left;
    overflow: hidden;
}

.act_con {
    /*margin-left: 10px;*/
    width: 220px;
    height: 160px;
    line-height: 24px;
    font-family: 宋体;
    overflow: hidden;
    float: right;
    display: block;
}

    .act_con a {
        text-decoration: none;
    }

/* flexslider */
.flexslider {
    position: relative;
    height: 670px;
    overflow: hidden;
    background: url(../images/loading.gif) 50% no-repeat;
}

.slides {
    position: relative;
    z-index: 1;
}

    .slides li {
        height: 670px;
        cursor: pointer;
    }

.flex-control-nav {
    position: absolute;
    bottom: 10px;
    z-index: 2;
    width: 100%;
    text-align: center;
}

    .flex-control-nav li {
        display: inline-block;
        width: 14px;
        height: 14px;
        margin: 0 5px;
        *display: inline;
        zoom: 1;
        cursor: pointer;
    }

    .flex-control-nav a {
        display: inline-block;
        width: 14px;
        height: 14px;
        line-height: 40px;
        overflow: hidden;
        background: url(../images/dot.png) right 0 no-repeat;
        cursor: pointer;
    }

    .flex-control-nav .flex-active {
        background-position: 0 0;
    }

.flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 45%;
}

    .flex-direction-nav li a {
        display: block;
        width: 50px;
        height: 50px;
        overflow: hidden;
        cursor: pointer;
        position: absolute;
    }

        .flex-direction-nav li a.flex-prev {
            left: 40px;
            background: url(../images/prev.png) center center no-repeat;
        }

        .flex-direction-nav li a.flex-next {
            right: 40px;
            background: url(../images/next.png) center center no-repeat;
        }
