﻿/*****************首页中间板块样式*****************/
.cons01 {
    clear: both;
    width: 1200px;
}

    .cons01 ul {
        /*margin-right: -30px;
        margin-left: 0px;*/
        padding: 0px;
        margin: 0px;
    }

        .cons01 ul li {
            background: #46c1a1;
            width: 287px;
            height: 110px;
            line-height: 110px;
            border-radius: 3px;
            float: left;
            margin: 0px 11px 12px 2px;
            text-align: center;
            display: block;
        }

            .cons01 ul li:hover {
                background: rgba(70,193,161,0.85);
            }

            .cons01 ul li a {
                color: #fff;
                font-size: 16px;
                font-weight: bold;
                display: block;
            }

                .cons01 ul li a img {
                    transition: 0.3s;
                    margin-right: 28px;
                }

                .cons01 ul li a:hover img {
                    transform: rotate(360deg);
                }

ul.flex-box {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    gap: 10px;
    margin:0px 5px 13px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

    ul.flex-box li {
        background: #46c1a1;
        border-radius: 5px;
        text-align: center;
        flex: 0 0 calc((100% - 30px) / 4);
        padding: 45px 0px;
        align-items: center;
        vertical-align: middle;
        justify-content: center;
    }

        ul.flex-box li:hover {
            background: rgba(70,193,161,0.85);
        }

        ul.flex-box li a {
            color: #fff;
            font-size: 16px;
            font-weight: bold;
            display: block;
        }

            ul.flex-box li a img {
                transition: 0.3s;
                margin-right: 28px;
            }

            ul.flex-box li a:hover img {
                transform: rotate(360deg);
            }

/*浙江项目实施首页的7个按钮*/
.by-setup {
    margin: 0px -5px;
}

    .by-setup ul {
        width: 100%;
        display: -moz-box;
        display: -webkit-box;
        display: box;
        padding: 0px;
        margin: 0px 0px 10px 0px;
        list-style: none;
    }

        .by-setup ul li {
            -moz-box-flex: 1;
            -webkit-box-flex: 1;
            box-flex: 1;
            height: 80px;
            line-height: 80px;
            margin: 0 5px;
            border-radius: 3px;
            text-align: center;
        }

            .by-setup ul li:hover {
                background: rgba(70,193,161,0.85);
            }

            .by-setup ul li a {
                color: #fff;
                font-size: 20px;
                font-weight: bold;
                display: block;
            }

.xm01 {
    background: #46c1a1!important;
}

.xm02 {
    background: #f1a746!important;
}

.xm03 {
    background: #53b4ef!important;
}

.xm04 {
    background: #de7474!important;
}

.xm05 {
    background: #da8267!important;
}

.xm06 {
    background: #8383ef!important;
}

.xm07 {
    background: #86cc48!important;
}

.xm08 {
    background: #75b0bb!important;
}

.xm01:hover {
    background: rgba(70,193,161,0.85)!important;
}

.xm02:hover {
    background: rgba(241,167,70,0.85)!important;
}

.xm03:hover {
    background: rgba(83,180,239,0.85)!important;
}

.xm04:hover {
    background: rgba(222,116,116,0.85)!important;
}

.xm05:hover {
    background: rgba(218,130,103,0.85)!important;
}

.xm06:hover {
    background: rgba(131,131,239,0.85)!important;
}

.xm07:hover {
    background: rgba(134,204,72,0.85)!important;
}

.xm08:hover {
    background: rgba(117,176,187,0.85)!important;
}
/*****************首页中间板块样式*****************/


.jarviswidget {
    margin-bottom: 15px!important;
}
