<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">﻿@charset "utf-8";

/*h1, h2, h3, h4,, p*/
body, div, address, blockquote, iframe, ul, ol, dl, dt, dd, li, dl, pre, table, caption, th, td, form, legend, fieldset, input, button, select, textarea
{
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
}

ol, ul, li
{
    list-style: none;
}

img
{
    border: 0;
    vertical-align: top;
}

body
{
    font: 14px/22px "Microsoft YaHei",Arial,"宋体";
    color: #333;
    background: #fff;
}

a
{
    text-decoration: none;
    color: #333;
}

    a:hover
    {
        color: #990000;
    }

.clear
{
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
    display: block;
    overflow: hidden;
}

.clearfix:after
{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
}

.clearfix
{
    zoom: 1;
}

.fl
{
    float: left;
    display: inline;
}

.fr
{
    float: right;
    display: inline;
}

input:focus
{
    outline: 0 none;
}
/*common*/


body
{
    width: 100%;
    overflow-x: hidden;
}

.header
{
    width: 100%;
    height: 115px;
    position: relative;
    z-index: 99;
    background: url(../images/header_bg1.png) no-repeat center 0;
    /*background: url(../images/header_bg_no_font.png) no-repeat center 0;*/
    /*background: url(../images/header_bg.png) no-repeat center 0;*/
    box-shadow: 0 0 8px #666;
}

    .header .inner
    {
        width: 1000px;
        height: 115px;
        margin: 0 auto;
    }

    .header .logo a
    {
        display: block;
    }

.nav
{
    margin-left: 25px;
    padding-top: 83px;
}

    .nav ul
    {
        margin-right: -46px;
    }

    .nav li
    {
        float: left;
        margin-right: 40px;
        display: inline;
    }

        .nav li a
        {
            display: block;
            font-size: 16px;
            color: #4b4b4b;
            font-weight: bold;
            font-family: "宋体";
        }

            .nav li .on, .nav li a:hover
            {
                color: #990000;
            }


.mask
{
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
    z-index: 991;
    opacity: 0.4;
    filter: alpha(opacity=40);
    display: none;
}

.pop_box
{
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -178px 0 0 -306px;
    width: 613px;
    background: #fff;
    z-index: 992;
    display: none;
}

    .pop_box .inner
    {
        position: relative;
        padding: 30px 0;
    }

    .pop_box .close_btn
    {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 46px;
        height: 24px;
        line-height: 24px;
        font-size: 14px;
        color: #787878;
    }




    .pop_box .hd
    {
        text-align: center;
        color: #ff9324;
        font-size: 24px;
        margin-bottom: 32px;
    }

    .pop_box ul
    {
        width: 394px;
        margin: 0 auto;
    }

    .pop_box li
    {
        margin-bottom: 8px;
    }

        .pop_box li label
        {
            font-size: 18px;
            display: inline-block;
            width: 111px;
            text-align: right;
            margin-left: -20px;
        }

        .pop_box li .text
        {
            width: 272px;
            height: 26px;
            line-height: 26px;
            text-indent: 6px;
            border: 1px solid #cfcfcf;
            padding: 2px 0;
        }

        .pop_box li .submit_btn
        {
            display: block;
            width: 198px;
            height: 65px;
            text-align: center;
            line-height: 65px;
            background: #ffa740;
            color: #fff;
            margin: 36px auto 0;
            border-radius: 10px;
            font-size: 23px;
        }



.banner
{
    width: 100%;
    height: 500px;
    position: relative;
    background-image:url(/Content/images/banner.jpg);
    background-position:center;
}


#num-nav3
{
    position: absolute;
    bottom: 25px; /*二级页面320px*/
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 999;
}

    #num-nav3 a
    {
        display: inline-block;
        background: url(../images/i2.png) no-repeat 0 center;
        height: 12px;
        width: 12px;
        margin: 0 5px;
        line-height: 50px;
        overflow: hidden;
    }

    #num-nav3 .active-slide
    {
        background: url(../images/i3.png) no-repeat 0 center;
    }

#next3
{
    margin: -33px 0 0 595px;
}

#prev3:hover
{
    -webkit-transition: 0.5s;
    -webkit-transform: translateX(-5px);
}

#next3:hover
{
    -webkit-transition: 0.5s;
    -webkit-transform: translateX(5px);
}


#num-nav2
{
    position: absolute;
    bottom: -10px; /*二级页面320px*/
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 999;
}

    #num-nav2 a
    {
        display: inline-block;
        background: url(../images/i2.png) no-repeat 0 center;
        height: 12px;
        width: 12px;
        margin: 0 5px;
        line-height: 50px;
        overflow: hidden;
    }

    #num-nav2 .active-slide
    {
        background: url(../images/i3.png) no-repeat 0 center;
    }

.slideBox
{
    overflow: hidden;
    position: relative;
    height: 240px;
    width: 100%;
}

    .slideBox .bd
    {
        position: relative;
        height: 100%;
        z-index: 0;
    }

        .slideBox .bd li
        {
            height: 500px;
            width: 100%;
        }

    .slideBox .hd a
    {
        position: absolute;
        width: 35px;
        height: 67px;
        top: 50%;
        left: 50%;
        margin: -33px 0 0 -600px;
        z-index: 9;
        cursor: pointer;
        display: none;
    }

.slideBox1
{
    width: 297px;
    height: 218px;
}

    .slideBox1 .bd li
    {
        width: 297px;
        height: 218px;
    }

        .slideBox1 .bd li a
        {
            display: block;
            width: 297px;
            height: 218px;
        }

#next2
{
    margin: -33px 0 0 595px;
}

#prev2:hover
{
    -webkit-transition: 0.5s;
    -webkit-transform: translateX(-5px);
}

#next2:hover
{
    -webkit-transition: 0.5s;
    -webkit-transform: translateX(5px);
}

.slideBox .bd li
{
    text-align: center;
    color: #fff;
}



.wenxian_list
{
    width: 1000px;
    margin: 0 auto;
    padding: 20px 0 20px;
}

    .wenxian_list .img
    {
        width: 401px;
        margin-right: 25px;
    }

        .wenxian_list .img img
        {
            width: 400px;
        }

    .wenxian_list .text .hd
    {
        margin-bottom: 13px;
    }

        .wenxian_list .text .hd span
        {
            font-size: 18px;
            color: #333;
        }

        .wenxian_list .text .hd a
        {
            color: #c15d46;
            font-family: "宋体";
        }

    .wenxian_list .text
    {
        width: 566px;
    }

        .wenxian_list .text .bd li
        {
            margin-bottom: 8px;
        }

            .wenxian_list .text .bd li a
            {
                font-size: 14px;
                padding-left: 13px;
                display: block;
                width: 553px;
                white-space: nowrap;
                background: url(../images/i1.png) no-repeat 0 center;
                text-overflow: ellipsis;
                overflow: hidden;
            }

.com_middle_box
{
    width: 1000px;
    margin: 0;
}

    .com_middle_box .com_l_box
    {
        width: 647px;
        padding-right: 20px;
        border-right: 1px solid #d8d9d8;
    }

    .com_middle_box .sifa_box
    {
        /*width:;*/
    }

    .com_middle_box .com_gbxx_box
    {
        width: 296px;
        margin-left: 20px;
    }

    .com_middle_box .sifa_box .hd
    {
        border-top: 4px solid #990000;
        background: #f1f2f1;
    }

        .com_middle_box .sifa_box .hd li
        {
            float: left;
        }

            .com_middle_box .sifa_box .hd li a
            {
                display: block;
                width: 122px;
                height: 48px;
                line-height: 48px;
                text-align: center;
                color: #333;
                font-size: 18px;
            }

            .com_middle_box .sifa_box .hd li .on
            {
                color: #fff;
                background: #990000;
            }

    .com_middle_box .sifa_box .bd .item
    {
        display: none;
    }

    .com_middle_box .sifa_box .bd img
    {
        width: 153px;
    }

    .com_middle_box .sifa_box .bd .img
    {
        width: 153px;
        margin-right: 16px;
    }

    .com_middle_box .sifa_box .bd .text .p1
    {
        font-size: 16px;
        height: 42px;
        overflow: hidden;
        margin: 0 0 2px 0;
    }

    .com_middle_box .sifa_box .bd .text .p2
    {
        font-size: 12px;
        height: 40px;
        color: #999;
        overflow: hidden;
        line-height: 20px;
        margin: 5px;
    }

        .com_middle_box .sifa_box .bd .text .p2 a
        {
            font-size: 14px;
            color: #868686;
        }

    .com_middle_box .sifa_box .bd .text .p3
    {
        margin: 3px;
    }

        .com_middle_box .sifa_box .bd .text .p3 span
        {
            font-size: 12px;
            color: #333;
        }

        .com_middle_box .sifa_box .bd .text .p3 a
        {
            font-size: 14px;
            color: #c15d46;
        }

    .com_middle_box .sifa_box .bd ul
    {
        overflow: hidden;
    }

    .com_middle_box .sifa_box .bd li
    {
        padding: 25px 0;
        margin-top: -1px;
        border-top: 1px dashed #999;
    }

.com_gbxx_box .item
{
    margin-bottom: 15px;
}

    .com_gbxx_box .item .h
    {
        border-top: 4px solid #990000;
        height: 46px;
        font-size: 18px;
        line-height: 46px;
    }

.com_gbxx_box .item_2 .b
{
    padding-left: 18px;
}

    .com_gbxx_box .item_2 .b label
    {
        font-size: 12px;
        margin-top: 2px;
    }

    .com_gbxx_box .item_2 .b li
    {
        margin-bottom: 8px;
    }

    .com_gbxx_box .item_2 .b .text
    {
        width: 188px;
        height: 20px;
        line-height: 20px;
        padding: 5px 0;
        border: 1px solid #c1bebf;
        border-radius: 2px;
        padding-left: 5px;
    }

    .com_gbxx_box .item_2 .b .textsmall
    {
        width: 100px;
        height: 16px;
        line-height: 16px;
        padding: 5px 0;
        border: 1px solid #c1bebf;
        border-radius: 2px;
        padding-left: 10px;
    }

    .com_gbxx_box .item_2 .b select
    {
        width: 200px;
        height: 28px;
        line-height: 28px;
        border: 1px solid #c1bebf;
        border-radius: 2px;
    }

    .com_gbxx_box .item_2 .b .li_5 select
    {
        width: 95px;
        margin-right: 10px;
    }

    .com_gbxx_box .item_2 .b .li_6
    {
        padding-left: 60px;
        padding-top: 8px;
    }

        .com_gbxx_box .item_2 .b .li_6 input
        {
            width: 62px;
            height: 26px;
            border-radius: 3px;
            cursor: pointer;
        }

        .com_gbxx_box .item_2 .b .li_6 .submit_btn
        {
            background: #990000;
            color: #fff;
            margin-right: 12px;
            border: 1px solid #990000;
        }

        .com_gbxx_box .item_2 .b .li_6 .reset_btn
        {
            background: #f1f1f1;
            color: #636363;
            border: 1px solid #cecece;
        }

.index_main .bottom_box
{
    width: 1000px;
    margin: 0 auto 20px;
}

    .index_main .bottom_box .cpwsxd_box
    {
        /*width: 312px;*/ /*首页下面的裁判&amp;#51;&amp;#54;&amp;#53;&amp;#98;&amp;#101;&amp;#116;&amp;#23448;&amp;#32593;&amp;#26159;&amp;#22810;&amp;#23569;&amp;#95;&amp;#51;&amp;#54;&amp;#53;&amp;#25552;&amp;#27454;&amp;#39564;&amp;#35777;&amp;#95;&amp;#109;&amp;#101;&amp;#109;&amp;#98;&amp;#101;&amp;#114;&amp;#115;&amp;#50;&amp;#56;&amp;#51;&amp;#54;&amp;#53;&amp;#45;&amp;#51;&amp;#54;&amp;#53;选登、案例、其他。三个分类使用*/
        width: 490px;
    }

        .index_main .bottom_box .cpwsxd_box .hd
        {
            margin-bottom: 10px;
        }

            .index_main .bottom_box .cpwsxd_box .hd span
            {
                font-size: 18px;
            }

            .index_main .bottom_box .cpwsxd_box .hd a
            {
                color: #c15d46;
                font-family: "宋体";
            }

        .index_main .bottom_box .cpwsxd_box .bd ul
        {
            margin-right: -12px;
        }

        .index_main .bottom_box .cpwsxd_box .bd li
        {
            float: left;
            width: 232px;
            margin-right: 12px;
            display: inline;
            padding: 2px;
            border: 1px solid #e2e2e1;
            padding-bottom: 0px;
        }

            .index_main .bottom_box .cpwsxd_box .bd li img
            {
                width: 232px;
                height: 91px;
            }

            .index_main .bottom_box .cpwsxd_box .bd li .img
            {
                margin-bottom: 18px;
            }

            .index_main .bottom_box .cpwsxd_box .bd li .p1
            {
                font-size: 12px;
                height: 33px;
                line-height: 16px;
                overflow: hidden;
                margin-bottom: 15px;
            }

            .index_main .bottom_box .cpwsxd_box .bd li .text
            {
                padding: 0 14px;
            }

            .index_main .bottom_box .cpwsxd_box .bd li .p2
            {
                font-size: 12px;
                color: #999;
                line-height: 16px;
                height: 52px;
                overflow: hidden;
                margin-bottom: 13px;
            }

            .index_main .bottom_box .cpwsxd_box .bd li .p3 a
            {
                font-size: 14px;
                color: #c15d46;
                font-family: "宋体";
            }

/*首页下面的裁判&amp;#51;&amp;#54;&amp;#53;&amp;#98;&amp;#101;&amp;#116;&amp;#23448;&amp;#32593;&amp;#26159;&amp;#22810;&amp;#23569;&amp;#95;&amp;#51;&amp;#54;&amp;#53;&amp;#25552;&amp;#27454;&amp;#39564;&amp;#35777;&amp;#95;&amp;#109;&amp;#101;&amp;#109;&amp;#98;&amp;#101;&amp;#114;&amp;#115;&amp;#50;&amp;#56;&amp;#51;&amp;#54;&amp;#53;&amp;#45;&amp;#51;&amp;#54;&amp;#53;选登、案例、其他。三个分类使用*/
/*.index_main .bottom_box .cpwsxd_box .bd li
        {
            float: left;
            width: 312px;
            margin-right: 12px;
            display: inline;
            padding: 2px;
            border: 1px solid #e2e2e1;
            padding-bottom: 20px;
        }

            .index_main .bottom_box .cpwsxd_box .bd li img
            {
                width: 312px;
                height: 91px;
            }

            .index_main .bottom_box .cpwsxd_box .bd li .img
            {
                margin-bottom: 18px;
            }

            .index_main .bottom_box .cpwsxd_box .bd li .p1
            {
                font-size: 12px;
                height: 33px;
                line-height: 16px;
                overflow: hidden;
                margin-bottom: 15px;
            }

            .index_main .bottom_box .cpwsxd_box .bd li .text
            {
                padding: 0 14px;
            }

            .index_main .bottom_box .cpwsxd_box .bd li .p2
            {
                font-size: 12px;
                color: #999;
                line-height: 16px;
                height: 52px;
                overflow: hidden;
                margin-bottom: 13px;
            }

                .index_main .bottom_box .cpwsxd_box .bd li .p2 a
                {
                    color: #868686;
                }

            .index_main .bottom_box .cpwsxd_box .bd li .p3 a
            {
                font-size: 14px;
                color: #c15d46;
            }*/

.friend_link
{
    width: 1000px;
    margin: 0 auto 1px;
    min-height: 100px;
    border-top: 4px solid #990000;
}

    .friend_link .hd
    {
        font-size: 20px;
        margin-bottom: 14px;
        padding-top: 9px;
    }

    .friend_link .bd a
    {
        font-size: 14px;
        color: #666;
        margin-right: 20px;
    }

        .friend_link .bd a:hover
        {
            color: #990000;
        }


.footer
{
    width: 100%;
    padding: 10px 0 10px;
    background: #a7a7a7;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

    .footer .p1
    {
        font-size: 16px;
        margin-bottom: 11px;
    }

        .footer .p1 a
        {
            color: #fff;
            font-size: 16px;
            padding: 0 17px;
        }

    .footer .p2
    {
        font-size: 14px;
    }

    .footer .p1 a:hover
    {
        color: #990000;
    }


.crumb_box
{
    padding: 13px 0;
    width: 1000px;
    margin: 10px auto 0px;
}

    .crumb_box p
    {
        font-size: 14px;
        color: #4b4b4b;
    }

        .crumb_box p a
        {
            font-size: 14px;
            color: #4b4b4b;
        }

        .crumb_box p .a1
        {
            color: #999;
        }

.com_gbxx_box .item_3 li
{
    margin-bottom: 8px;
}

    .com_gbxx_box .item_3 li span
    {
        font-size: 14px;
        font-weight: bold;
    }

    /*原值2px*/
    .com_gbxx_box .item_3 li a
    {
        margin-left: 8px;
        word-break: break-all;
    }

.com_gbxx_box .item_4 .b, .com_gbxx_box .item_3 .b
{
    padding-left: 18px;
}

.com_gbxx_box .item_4 li
{
    margin-bottom: 10px;
}

    .com_gbxx_box .item_4 li a
    {
        font-size: 14px;
        color: #666;
        padding-left: 15px;
        background: url(../images/i4.png) no-repeat 0 center;
    }

        .com_gbxx_box .item_4 li a:hover
        {
            color: #990000;
        }


.online_box .modal .hd
{
    font-size: 18px;
    border-top: 4px solid #990000;
    padding: 8px 0;
}

.retrieve_box .t
{
    margin-bottom: 14px;
    padding-top: 10px;
}

    .retrieve_box .t .text
    {
        height: 18px;
        line-height: 18px;
        padding: 5px;
        width: 410px;
        border: 1px solid #c1bebf;
        font-size: 14px;
        border-radius: 2px;
    }

    .retrieve_box .t a
    {
        width: 82px;
        height: 28px;
        text-align: center;
        line-height: 28px;
        font-size: 14px;
        border-radius: 2px;
        margin-left: 28px;
    }

    .retrieve_box .t .retrieve_btn
    {
        background: #990000;
        color: #fff;
        border: 1px solid #990000;
    }

    .retrieve_box .t .gj_retrieve_btn
    {
        background: #f1f1f1;
        color: #636363;
        border: 1px solid #cecece;
    }

.retrieve_box .b
{
    width: 100%;
    padding: 7px 0;
    background: #f6f6f6;
    border: 1px solid #ededed;
    border-radius: 3px;
    margin-bottom: 45px;
}

    .retrieve_box .b .s
    {
        padding-left: 10px;
        color: #000;
    }

    .retrieve_box .b .a
    {
        color: #666;
        margin-left: 18px;
        padding-right: 17px;
        position: relative;
    }

        .retrieve_box .b .a a
        {
            position: absolute;
            top: 50%;
            margin-top: -6px;
            right: 0;
            width: 13px;
            height: 13px;
            background: url(../images/i5.png) no-repeat right 0;
        }

.online_box .content_box p
{
    font-size: 14px;
    color: #333;
    line-height: 30px;
    word-break: break-all;
    text-align: justify;
}

.online_box .content_box .pText
{
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #333;
    line-height: 30px;
    word-break: break-all;
}

.online_box .pager
{
    text-align: center;
    margin-top: 43px;
}

    .online_box .pager a
    {
        display: inline-block;
        width: 80px;
        height: 28px;
        line-height: 28px;
        text-align: center;
        color: #636363;
        font-size: 14px;
        border: 1px solid #cecece;
        border-radius: 2px;
        margin-right: 20px;
    }

        .online_box .pager a:hover
        {
            background: #f1f1f1;
        }

.online_box .modal_1
{
    margin-bottom: 48px;
}

    .online_box .modal_1 .tit
    {
        text-align: center;
    }

    .online_box .modal_1 .bd
    {
        /*border: 1px solid #d8d8d8;*/
        padding: 0 18px 18px;
    }

.online_box .table_box .table_1
{
    background: #c0c0c0;
    margin-bottom: -1px;
}

    .online_box .table_box .table_1 td
    {
        background: #fff;
        padding: 6px 0;
        font-size: 14px;
        text-align: center;
    }

        .online_box .table_box .table_1 td .text
        {
            width: 200px;
            height: 30px;
            line-height: 30px;
            border: 1px solid #c0c0c0;
            padding: 0 5px;
        }



.online_box .table_box .table_2
{
    background: #c0c0c0;
}

    .online_box .table_box .table_2 td, .online_box .table_box .table_2 th
    {
        background: #fff;
        padding: 6px 0;
        font-size: 14px;
        text-align: center;
    }

/*.online_box .table_box .table_2 td span
        {
            border: 1px solid #ccc;
        }*/

.online_box .table_box .btn_box
{
    text-align: center;
    padding: 12px 0;
}

    .online_box .table_box .btn_box a
    {
        display: inline-block;
        width: 80px;
        height: 24px;
        font-size: 14px;
        border-radius: 2px;
        margin: 0 10px;
    }

    .online_box .table_box .btn_box .submit_btn
    {
        background: #990000;
        border: 1px solid #990000;
        color: #fff;
    }

    .online_box .table_box .btn_box .empty_btn
    {
        background: #f1f1f1;
        border: 1px solid #cecece;
        color: #636363;
    }

.online_box .khyh_box table
{
    background: #f5f5f5;
    border: 1px solid #e8e8e8;
    margin-bottom: 10px;
}

    .online_box .khyh_box table p
    {
        padding: 5px 0;
        padding-left: 20px;
    }

        .online_box .khyh_box table p span
        {
            color: #666;
        }

.online_box .khyh_box .tip
{
    color: #b6b6b6;
    font-family: "宋体";
}

/*弹出层样式开始*/

.black_overlay
{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*height: 2000px;
    width: 1200px;
            height: 1000px;*/
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .10;
    filter: alpha(opacity=10);
}

.white_content
{
    display: none;
    position: absolute;
    /*top: 45%;*/
    /*left: 31%;*/
    width: 700px;
    height: 35%;
    min-height: 350px;
    padding: 20px;
    border: 1px solid #d8d8d8;
    background-color: white;
    z-index: 1002;
    overflow: auto;
    text-align: center;
}

.white_contenttoggleClass
{
    display: none;
    position: absolute;
    /*top: 45%;*/
    /*left: 34%;*/
    width: 700px;
    height: 35%;
    min-height: 350px;
    padding: 20px;
    border: 1px solid #d8d8d8;
    background-color: white;
    z-index: 1002;
    text-align: center;
    overflow: auto;
}

.white_content .tit
{
    text-align: center;
}

.white_content .table_1
{
    background: #c0c0c0;
    margin-bottom: -1px;
}

    .white_content .table_1 td
    {
        background: #fff;
        padding: 6px 0;
        font-size: 14px;
        text-align: center;
    }

.white_content .table_2
{
    background: #c0c0c0;
}

    .white_content .table_2 td, .white_content .table_2 th
    {
        background: #fff;
        padding: 6px 0;
        font-size: 14px;
        text-align: center;
    }

.white_content .btn_box
{
    text-align: center;
    padding: 12px 0;
}

    .white_content .btn_box a
    {
        display: inline-block;
        width: 80px;
        height: 24px;
        font-size: 14px;
        line-height: 24px;
        border-radius: 2px;
        margin: 0 10px;
    }

.white_content .submit_btn
{
    background: #990000;
    border: 1px solid #990000;
    color: #fff;
    width: 80px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    border-radius: 2px;
    display: inline-block;
}

.white_contenttoggleClass .submit_btn
{
    background: #990000;
    border: 1px solid #990000;
    color: #fff;
    width: 80px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    border-radius: 2px;
    display: inline-block;
}

.white_content .empty_btn
{
    background: #f1f1f1;
    border: 1px solid #cecece;
    color: #636363;
}

.white_contenttoggleClass .empty_btn
{
    background: #f1f1f1;
    border: 1px solid #cecece;
    color: #636363;
}

.alertDivToggleClass
{
    display: none;
    position: absolute;
    /*top: 170%;
    left: 43%;*/
    width: 200px;
    height: 100px;
    padding: 20px;
    border: 1px solid #d8d8d8;
    background-color: white;
    z-index: 1003;
    overflow: auto;
    text-align: center;
}

    .alertDivToggleClass p
    {
        font-size: 16px;
        margin-top: 35px;
    }

    .alertDivToggleClass a
    {
        background: #f1f1f1;
        border: 1px solid #cecece;
        color: #636363;
        line-height: 15px;
    }

    .alertDivToggleClass1
{
    display: none;
    position: absolute;
    /*top: 170%;
    left: 43%;*/
    width: 200px;
    height: 100px;
    padding: 20px;
    border: 1px solid #d8d8d8;
    background-color: white;
    z-index: 1002;
    overflow: auto;
    text-align: center;
}
/*弹出层样式结束*/


@media (max-width:1500px)
{
}


/*首页导航上面的文字样式和位置*/

*+html #mainFont
{
    left: 80%;
    width: 300px;
    margin: 20px 0 20px 60px;
    position: absolute;
}

#mainFont
{
    left: 80%;
    width: 300px;
    margin: 20px 0 20px 60px;
    position: absolute;
}

    #mainFont li
    {
        width: 320px;
        text-align: center;
    }

        #mainFont li span
        {
            /*font-family: 'Microsoft YaHei';*/font-family:'黑体';
            font-size: 13px;
            letter-spacing:-1px;
            font-weight: 500;
            /*color: #6C6A6A;*/
            color:#333;
            margin-right: 10px;
        }

        #mainFont li .span
        {
            margin-left: 60px;
        }
</pre></body></html>