﻿/* 首页-圆形菜单 */
.wheel-zsoft {
    margin: 80px 60px 50px 60px;
}

    .wheel-zsoft > ul {
        clear: both;
        overflow: hidden
    }

        .wheel-zsoft > ul > li {
            float: left;
            width: 25%;
            padding: 0px 0%;
            text-align: center;
        }

            .wheel-zsoft > ul > li > a.wheel-button {
                display: block;
                text-align: center;
                font-size: 16px;
                color: #333;
                /*margin-bottom: 10px;*/
                width: 130px;
                margin: 0 auto 10px auto;
            }

            .wheel-zsoft > ul > li.a1 > a.wheel-button {
                background: url(../images/menu1-1.png) no-repeat center top;
                padding-top: 145px;
            }

                .wheel-zsoft > ul > li.a1 > a.wheel-button.active {
                    background: url(../images/menu1-2.png) no-repeat center top;
                    padding-top: 145px;
                }

            .wheel-zsoft > ul > li.a2 > a.wheel-button {
                background: url(../images/menu2-1.png) no-repeat center top;
                padding-top: 145px;
            }

                .wheel-zsoft > ul > li.a2 > a.wheel-button.active {
                    background: url(../images/menu2-2.png) no-repeat center top;
                    padding-top: 145px;
                }

            .wheel-zsoft > ul > li.a3 > a.wheel-button {
                background: url(../images/menu3-1.png) no-repeat center top;
                padding-top: 145px;
            }

                .wheel-zsoft > ul > li.a3 > a.wheel-button.active {
                    background: url(../images/menu3-2.png) no-repeat center top;
                    padding-top: 145px;
                }

                .wheel-zsoft > ul > li.a3 > a.wheel-button:hover {
                    background: url(../images/menu3-2.png) no-repeat center top;
                    padding-top: 145px;
                }

            .wheel-zsoft > ul > li.a4 > a.wheel-button {
                background: url(../images/menu4-1.png) no-repeat center top;
                padding-top: 145px;
            }

                .wheel-zsoft > ul > li.a4 > a.wheel-button.active {
                    background: url(../images/menu4-2.png) no-repeat center top;
                    padding-top: 145px;
                }

                .wheel-zsoft > ul > li.a4 > a.wheel-button:hover {
                    background: url(../images/menu4-2.png) no-repeat center top;
                    padding-top: 145px;
                }

            /*            .wheel-zsoft ul li span {
                text-align: center;
                padding: 0;
                display: block;
                line-height: 25px;
                color: #999;
            }*/
            .wheel-zsoft > ul > li > .wheel .item {
                width: 120px;
            }
            /*
                .wheel-zsoft > ul > li > .wheel .item a {
                    background: url(../images/ball3.png) no-repeat center top;
                    padding-top: 60px;
                    line-height: 25px;
                }*/

            .wheel-zsoft > ul > li > #wheel1 .item:nth-child(1) a {
                background: url(../images/icon1-3.png) no-repeat center top;
                padding-top: 60px;
                line-height: 25px;
            }

            .wheel-zsoft > ul > li > #wheel1 .item:nth-child(2) a {
                background: url(../images/icon1-4.png) no-repeat center top;
                padding-top: 60px;
                line-height: 25px;
            }

            .wheel-zsoft > ul > li > #wheel1 .item:nth-child(3) a {
                background: url(../images/icon1-5.png) no-repeat center top;
                padding-top: 60px;
                line-height: 25px;
            }

            .wheel-zsoft > ul > li > #wheel1 .item:nth-child(4) a {
                background: url(../images/icon1-6.png) no-repeat center top;
                padding-top: 60px;
                line-height: 25px;
            }

            .wheel-zsoft > ul > li > #wheel1 .item:nth-child(5) a {
                background: url(../images/icon1-1.png) no-repeat center top;
                padding-top: 60px;
                line-height: 25px;
            }

            .wheel-zsoft > ul > li > #wheel1 .item:nth-child(6) a {
                background: url(../images/icon1-2.png) no-repeat center top;
                padding-top: 60px;
                line-height: 25px;
            }

            .wheel-zsoft > ul > li > #wheel2 .item:nth-child(1) a {
                background: url(../images/icon2-2.png) no-repeat center top;
                padding-top: 60px;
                line-height: 25px;
            }

            .wheel-zsoft > ul > li > #wheel2 .item:nth-child(2) a {
                background: url(../images/icon2-3.png) no-repeat center top;
                padding-top: 60px;
                line-height: 25px;
            }

            .wheel-zsoft > ul > li > #wheel2 .item:nth-child(3) a {
                background: url(../images/icon2-5.png) no-repeat center top;
                padding-top: 60px;
                line-height: 25px;
            }

            .wheel-zsoft > ul > li > #wheel2 .item:nth-child(4) a {
                background: url(../images/icon2-4.png) no-repeat center top;
                padding-top: 60px;
                line-height: 25px;
            }

            .wheel-zsoft > ul > li > #wheel2 .item:nth-child(5) a {
                background: url(../images/icon2-1.png) no-repeat center top;
                padding-top: 60px;
                line-height: 25px;
            }

            .wheel-zsoft > ul > li > #wheel3 .item:nth-child(1) a {
                background: url(../images/icon3-2.png) no-repeat center top;
                padding-top: 60px;
                line-height: 25px;
            }

            .wheel-zsoft > ul > li > #wheel3 .item:nth-child(2) a {
                background: url(../images/icon3-1.png) no-repeat center top;
                padding-top: 60px;
                line-height: 25px;
            }

            .wheel-zsoft > ul > li > #wheel4 .item:nth-child(1) a {
                background: url(../images/icon4-3.png) no-repeat center top;
                padding-top: 60px;
                line-height: 25px;
            }

            .wheel-zsoft > ul > li > #wheel4 .item:nth-child(2) a {
                background: url(../images/icon4-1.png) no-repeat center top;
                padding-top: 60px;
                line-height: 25px;
            }

            .wheel-zsoft > ul > li > #wheel4 .item:nth-child(3) a {
                background: url(../images/icon4-2.png) no-repeat center top;
                padding-top: 60px;
                line-height: 25px;
            }
