﻿/*menu开始*/
.amenu {
    box-sizing: border-box;
    width: 100%;
    border-top: 1px solid #cfcfcf;
    border-left: 1px solid #cfcfcf;
    border-right: 1px solid #cfcfcf;
    margin-top: 2px;
}

    .amenu > .amitem {
        border-bottom: 1px solid #cfcfcf;
    }

        .amenu > .amitem > .amtitle {
            font-size: 14px;
            height: 59px;
            line-height: 59px;
            cursor: pointer;
            padding-left: 20px;
            box-sizing: border-box;
            color: #333;
            background-color:#e9e9e9;
        }

        .amenu > .amitem > .haschildren {
            background: url(/Contents/images/jt1.png) 95% center no-repeat #e9e9e9;
        }

        .amenu > .amitem > .amtitle.curr {
            /*color: #fff;*/
        }

        .amenu > .amitem > .haschildren.curr {
            background: url(/Contents/images/NewsImg/arrowdown.png) 95% center no-repeat #e9e9e9;
            background-size: 15px;
        }

        .amenu > .amitem > .amtitle.curr + .amchildren {
            display: block;
        }

        .amenu > .amitem > .amtitle:hover, .amenu > .amitem > .amtitle.act {
            color: #a71c28;
            background-color:#fff;
        }

        .amenu > .amitem > .amtitle.curr:hover {
            /*color: #fff;*/
        }

        .amenu > .amitem > .amchildren {
            display: none;
        }

            .amenu > .amitem > .amchildren > .amctitle {
                font-size: 14px;
                height: 59px;
                line-height: 59px;
                cursor: pointer;
                padding-left: 40px;
                box-sizing: border-box;
                color: #333;
                border-top: 1px solid #cfcfcf;
                background: url(/Contents/images/arl1.png) 20px center no-repeat #fff;
                width: 250px;
            }

                .amenu > .amitem > .amchildren > .amctitle:hover {
                    color: #b21b00;
                    background: url(/Contents/images/arl2.png) 20px center no-repeat #fff;
                }
/*menu结束*/
