﻿#zzIndex_Word1 {
    width: 1200px;
    margin: 50px auto;
    height: auto;
    overflow: hidden;
    line-height: 40px;
    font-size: 30px;
    color: #07879a;
    text-align: center;
}

#zzIndex_Product {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #017fcf;
    padding: 40px 0;
}

.zzIndex_Product_Word {
    width: 1200px;
    height: auto;
    overflow: hidden;
    line-height: 40px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    margin: 20px auto;
}

.zzIndex_Product_List {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 30px auto 10px auto;
}

.img-scroll {
    position: relative;
    margin: 0px;
    width: 1190px;
    padding: 0px;
}

    .img-scroll .prev, .img-scroll .next {
        position: absolute;
        display: block;
        width: 35px;
        line-height: 250px;
        height: 250px;
    }

    .img-scroll .prev {
        left: 0px;
        top: 90px;
        cursor: pointer
    }

    .img-scroll .next {
        right: 0px;
        top: 90px;
        cursor: pointer
    }

.img-list {
    float: left;
    position: relative;
    width: 1120px;
    height: auto;
    overflow: hidden;
    margin-left: 30px;
    padding: 0px;
    overflow: hidden;
}

    .img-list ul {
        width: 2760px;
    }

    .img-list li {
        float: left;
        display: inline;
        width: 230px;
        margin: 0 20px;
        padding: 0px;
    }

.zzIndex_Product_More {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 60px 0 0 0;
}

    .zzIndex_Product_More dt {
        width: 150px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin: 0 auto;
        background: #56bbfb;
        color: #fff;
        transition:all 0.5s;
    }

        .zzIndex_Product_More dt:hover {
            background: #2077ae;
        }

#zzIndex_About {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 60px auto;
}

    #zzIndex_About .title {
        width: 100%;
        color: #222;
        font-size: 30px;
        text-align: center;
    }

    #zzIndex_About .content {
        width: 100%;
        height: auto;
        overflow: hidden;
        line-height: 35px;
        text-align: center;
        margin: 30px 0;
        color: #5b5b5b;
        font-size: 20px;
    }
