/*top-content*/
.top-content {
    display: flex;
    flex-wrap: wrap;
    background: #ffffff;
    border-top: 1px solid #eee;
    padding: 6px;
}

    .top-content div {
        display: flex;
        width: 20%;
        justify-content: center;
        margin: 3px 0;
    }

        .top-content div a {
            display: flex;
            padding: 3px 5px;
            width: 95%;
            border-radius: 15px;
            border: 1px solid #eee;
            font-size: 13px;
            justify-content: center;
            color: #ffffff;
            background: #1e84e2;
            box-sizing: border-box;
        }


/*am_nav*/
.am_nav {
    width: 100%;
    background: #000;
}

.am_fnav {
    background: #000;
    margin: 0 auto;
    height: 3rem;
}

    .am_fnav a img {
        display: block;
        width: 20rem;
        height: 3rem;
        margin: 0 auto;
    }

@media screen and (max-width:800px) {
    .am_fnav {
        background: #000;
        margin: 0 auto;
        height: 2.5rem;
    }

        .am_fnav a img {
            display: block;
            width: 15rem;
            height: 2.5rem;
            margin: 0 auto;
        }
}

/*精准资料*/
#ily520 {
    padding: 10px;
}

    #ily520 .sanheyi {
        margin-bottom: 10px;
        text-align: center;
        font-weight: bold;
        font-size: 24px;
        color: #3ebc40;
        line-height: 40px;
    }

        #ily520 .sanheyi ul {
            display: flex;
            border-bottom: solid 3px #3ebc40;
        }

        #ily520 .sanheyi li {
            width: 50%;
            padding: 5px 0;
            box-sizing: border-box;
            cursor: pointer;
        }

            #ily520 .sanheyi li.hover {
                color: #fff;
                background: #3ebc40;
            }

                #ily520 .sanheyi li.hover font {
                    color: #fff !important;
                }

.ily520-txt font {
    color: #f00;
    font-weight: bold;
}

.ily520-txt2 {
    font-size: 24px;
    color: #f00;
    text-align: center;
    font-weight: bold;
}

    .ily520-txt2 a {
        background: #ff0;
    }

.ily520-pic {
    padding-top: 10px;
    text-align: center;
}

    .ily520-pic video {
        max-width: 100%;
    }

@media screen and (max-width:750px) {
    #ily520 {
        padding: 5px;
    }

        #ily520 .sanheyi {
            margin-bottom: 5px;
            font-size: 16px;
        }

            #ily520 .sanheyi ul {
                border-width: 2px;
            }

            #ily520 .sanheyi li {
                padding: 0;
            }

    .ily520-txt2 {
        font-size: 18px;
    }
}

.ddtz {
    font-family: 宋体;
    font-size: 16px;
}

    .ddtz a {
        display: block;
        line-height: 35px;
        border: 1px solid #CCC;
        background: #fff;
        border-radius: 5px;
        color: #333;
        cursor: pointer;
        text-decoration: none;
        margin: 0 2px 2px 0;
    }

    .ddtz img {
        vertical-align: middle;
    }

    .ddtz a:hover {
        background: #fff;
    }

@media screen and (max-width:750px) {
    .ddtz {
        font-size: 14px;
    }

        .ddtz a {
            display: block;
            line-height: 40px;
        }
}