﻿/*菜单*/
.menu {
    margin-top: 20px;
    width: 100%;
    height: 160px;
}

    .menu ul {
        list-style: none;
    }

        .menu ul li {
            display: inline-block;
            margin-bottom: 15px;
            display: block;
            width: 25%;
            height: 60px;
            float: left;
            text-align: center;
        }

            .menu ul li a {
                display: inline-block;
                color: #333;
                font-size: 14px;
            }

                .menu ul li a:hover {
                    -webkit-tap-highlight-color: rgba(255,255,255,.0);
                }

                .menu ul li a span {
                    display: inline-block;
                    width: 36px;
                    height: 36px;
                    background-image: url(ico.png);
                    background-repeat: no-repeat;
                    background-size: 36px;
                }

                .menu ul li a .icon_1 {
                    background-position: 0 -216px;
                }

                .menu ul li a .icon_2 {
                    background-position: 0 0;
                }

                .menu ul li a .icon_3 {
                    background-position: 0 -72px;
                }

                .menu ul li a .icon_4 {
                    background-position: 0 -144px;
                }

                .menu ul li a .icon_5 {
                    background-position: 0 -36px;
                }

                .menu ul li a .icon_6 {
                    background-position: 0 -180px;
                }

                .menu ul li a .icon_7 {
                    background-position: 0 -252px;
                }

                .menu ul li a .icon_8 {
                    background-position: 0 -396px;
                }

                .menu ul li a .icon_9 {
                    background-position: 0 -108px;
                }

                .menu ul li a .icon_10 {
                    background-position: 0 -360px;
                }

                .menu ul li a .icon_11 {
                    background-position: 0 -324px;
                }

                .menu ul li a .icon_12 {
                    background-position: 0 -288px;
                }

/*香港正牌*/
.hongkong {
    width: 100%;
    height: 160px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

    .hongkong .h_title {
        width: 100%;
        height: 30px;
        line-height: 30px;
        background: url(i-gp.png) no-repeat left;
        background-size: 18px;
        padding-left: 22px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .hongkong .h_title a {
            font-size: 14px;
            color: #000;
        }

        .hongkong .h_title span {
            width: 40px;
            height: 30px;
            line-height: 30px;
            background: url(p-right-red.png) no-repeat right 6px;
            background-size: 10px;
            display: block;
            float: right;
        }

            .hongkong .h_title span a {
                font-size: 12px;
                font-weight: bold;
            }

    .hongkong .h_box {
        margin-top: 10px;
    }

        .hongkong .h_box .left {
            float: left;
        }

            .hongkong .h_box .left img {
                width: 100px;
                height: 100px;
            }

        .hongkong .h_box .right {
            font-size: 13px;
            float: left;
            margin-left: 20px;
        }

            .hongkong .h_box .right ul li {
                line-height: 20px;
            }

                .hongkong .h_box .right ul li span {
                    font-size: 13px;
                    color: #005F3C;
                }

/*栏目*/
.c_title {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding-left: 20px;
    font-weight: bold;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 5px;
}

.c_icon1 {
    background: url(i-tk.png) no-repeat left 7px;
    background-size: 15px;
}

.c_icon2 {
    background: url(i-zl.png) no-repeat left 7px;
    background-size: 15px;
}

.c_title span {
    width: 40px;
    height: 30px;
    line-height: 30px;
    background: url(p-right-red.png) no-repeat right 6px;
    background-size: 10px;
    display: block;
    float: right;
}

    .c_title span a {
        font-size: 12px;
        color: #000;
    }

.column {
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

    .column .content {
        /* height: 100%; */
    }

        .column .content ul li {
            float: left;
            width: 50%;
            box-sizing: border-box;
            line-height: 30px;
            border-top: 1px solid #e6e6e6;
            height: 30px;
            overflow: hidden;
            white-space: nowrap;
        }

            .column .content ul li a {
                font-size: 14px;
                color: #333;
            }

    .column .content_two ul li {
        float: left;
        width: 33.333%;
        box-sizing: border-box;
        line-height: 30px;
        border-top: 1px solid #b5b5b5;
        background-color: #fcc;
        height: 35px;
        overflow: hidden;
        white-space: nowrap;
        text-align: center;
    }

        .column .content_two ul li a {
            font-size: 16px;
            color: #333;
        }

/*友情链接*/
.links {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

    .links .links_box {
        width: 100%;
    }

        .links .links_box ul {
            width: 100%;
            list-style-type: none;
        }

            .links .links_box ul li {
                width: 25%;
                height: 50px;
                line-height: 50px;
                float: left;
                text-align: center;
            }

                .links .links_box ul li a {
                    text-decoration: none;
                    display: block;
                    color: #000;
                    font-size: 13px;
                    box-shadow: 1px 1px 1px #efefef;
                }


/*友情链接*/
.yqlj1 {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    font-weight: bold;
}

    .yqlj1 a {
        display: block;
        border: solid 1px #ddd;
        width: calc(25% - 6px);
        margin: 3px;
        border-radius: 5px;
        text-align: center;
        line-height: 35px;
        background: linear-gradient(to top, #eee, #fff);
        font-size: 13px;
        letter-spacing: 2px;
        box-sizing: border-box;
    }

        .yqlj1 a:nth-child(-n+40) {
            color: #8b0000;
        }

        .yqlj1 a:nth-child(-n+36) {
            color: #e91e63;
        }

        .yqlj1 a:nth-child(-n+32) {
            color: #9c27b0;
        }

        .yqlj1 a:nth-child(-n+28) {
            color: #0000FF;
        }

        .yqlj1 a:nth-child(-n+24) {
            color: #009688;
        }

        .yqlj1 a:nth-child(-n+20) {
            color: #795548;
        }

        .yqlj1 a:nth-child(-n+16) {
            color: #f44336;
        }

        .yqlj1 a:nth-child(-n+12) {
            color: #4caf50;
        }

        .yqlj1 a:nth-child(-n+8) {
            color: #673ab7;
        }

        .yqlj1 a:nth-child(-n+4) {
            color: #9c27b0;
        }

/*下载APP*/
.download66 {
    position: fixed;
    left: 0px;
    right: 0px;
    width: 100%;
    max-width: 960px;
    height: 56px;
    bottom: 0;
    background-color: rgba(0, 0, 0, .8);
    z-index: 999;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

    .download66 i.close {
        display: block;
        position: absolute;
        top: 16px;
        left: 0;
        height: 25px;
        width: 25px;
        background-image: url(gb.png);
        background-size: 20px 20px;
        background-repeat: no-repeat;
        background-position: 50%;
    }

    .download66 p {
        font-size: 13px;
        font-weight: 700;
        color: #fff;
        line-height: 56px;
        text-indent: 30px;
    }

    .download66 .btn {
        height: 40px;
        line-height: 40px;
        width: 70px;
        text-align: center;
        background-color: #ec0909;
        position: absolute;
        right: 10px;
        bottom: 0;
        top: 0;
        margin: auto;
        font-size: 14px;
        border: none;
        border-radius: 5px;
        padding: 0;
        color: #fff;
    }


/*列表*/
#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;
        }
}