﻿.divlinearea {
    width: 1200px;
    margin: 0 auto;
}

    .divlinearea .homeicontable {
        width: 1200px;
        border: none;
        margin-top: 45px;
    }

        .divlinearea .homeicontable tr td {
            text-align: center;
        }

            .divlinearea .homeicontable tr td span {
                color: #009B74;
                font-size: 35px;
                display: block;
                margin-top: 15px;
            }

            .divlinearea .homeicontable tr td div {
                color: #666666;
                font-size: 16px;
                display: block;
                margin-top: 5px;
            }

.titservicetitle {
    background: url(/Content/Image/home/img-com-titservice.jpg) no-repeat center center;
    width: 100%;
    height: 315px;
}

.homebgsteptitle {
    background: url(/Content/Image/home/img-com-bgstep1.jpg) no-repeat center center;
    width: 100%;
    height: 300px;
}

.homebgstepbody {
    background: url(/Content/Image/home/img-com-bgstep2.jpg) no-repeat top center, url("/Content/Image/home/img-com-bgstep3.jpg") no-repeat bottom center;
    width: 100%;
    height: 744px;
    text-align: center;
}

    .homebgstepbody img {
        margin-top: 115px;
    }

.titfriendtitle {
    background: url(/Content/Image/home/img-com-titfriend.jpg) no-repeat center center;
    width: 100%;
    height: 180px;
}

.titfriendbody {
    background: url(/Content/Image/home/img-com-friends.jpg) no-repeat center center;
    width: 100%;
    height: 557px;
}

.slider {
    width: 100%;
    position: relative;
}

.slider-list {
    width: 100%;
}

    .slider-list div {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        background: #f2f2f2;
        display: none;
    }

        .slider-list div a {
            display: block;
            width: 100%;
            margin: 0 auto;
        }

.dot-list {
    position: absolute;
    bottom: 30px;
    text-align: center;
    z-index: 2;
    width: 100%;
}

    .dot-list a {
        display: inline-block;
        margin-right: 10px;
        width: 14px;
        height: 14px;
        background-color: #FFFFFF;
        border-radius: 50%;
    }

        .dot-list a.active, .dot-list a:hover {
            background-color: #009B74;
        }

.dot-list2 {
    bottom: 40px;
}

    .dot-list2 a {
        display: inline-block;
        margin-right: 10px;
        width: 80px;
        height: 5px;
        background-color: #FFFFFF;
        border-radius: 0;
    }

        .dot-list2 a.active, .dot-list a:hover {
            background-color: #2C2C2C;
        }

.hometopbanner {
    height: 560px;
}

.homecenterbanner {
    height: 760px;
}

.topbarbgimg {
    background: url("/Content/Image/position/img-zw-banner.jpg") no-repeat center center;
    width: 100%;
    height: 320px;
    text-align: center;
}

.homedivbody {
    background-color: #fff;
    width: 1200px;
    margin: 0 auto;
}

    .homedivbody .divtitle {
        width: 100%;
        height: 60px;
        line-height: 60px;
        margin-top: 10px;
        border-bottom: solid 1px #E4E4E4;
        font-size:20px;
    }
