﻿body {
    background: url('/Images/Shared/TopBgRX.png') repeat;
}

/*去掉阴影效果*/
input, textarea {
    outline: none;
    font-family: "Microsoft Yahei";
}

.footer {
    text-align: center;
    color: #fff;
    font-size: 14px;
    background-color: #fc7700;
    line-height: 30px;
    margin-top: 20px;
    min-width: 1000px;
    padding: 10px;
}

.ul_menu {
    margin: 0px;
    padding: 0px;
}

    .ul_menu li {
        list-style: none;
        float: left;
    }

        .ul_menu li a {
            display: block;
            line-height: 50px;
            width: 125px;
            text-align: center;
            color: #fff;
            text-decoration: none;
            letter-spacing: 2px;
            font-family: 'Microsoft YaHei' !important;
            font-size: 16px;
        }

        .ul_menu li:nth-child(1) {
            background-image: url('/Images/Shared/xxsy.png');
        }

        .ul_menu li:nth-child(2) {
            background-image: url('/Images/Shared/xxgk.png');
        }

        .ul_menu li:nth-child(3) {
            background-image: url('/Images/Shared/xztd.png');
        }

        .ul_menu li:nth-child(4) {
            background-image: url('/Images/Shared/ytzx.png');
        }

        .ul_menu li:nth-child(5) {
            background-image: url('/Images/Shared/szll.png');
        }

        .ul_menu li:nth-child(6) {
            background-image: url('/Images/Shared/xsfc.png');
        }

        .ul_menu li:nth-child(7) {
            background-image: url('/Images/Shared/zsjz.png');
        }

        .ul_menu li:nth-child(8) {
            background-image: url('/Images/Shared/jszp.png');
        }

        .ul_menu li:nth-child(1):hover {
            background-color: #cc5f00;
            background-image: url('/Images/Shared/xxsy.png');
        }

        .ul_menu li:nth-child(2):hover {
            background: #cc5f00;
            background-image: url('/Images/Shared/xxgk.png');
        }

        .ul_menu li:nth-child(3):hover {
            background: #cc5f00;
            background-image: url('/Images/Shared/xztd.png');
        }

        .ul_menu li:nth-child(4):hover {
            background: #cc5f00;
            background-image: url('/Images/Shared/ytzx.png');
        }

        .ul_menu li:nth-child(5):hover {
            background: #cc5f00;
            background-image: url('/Images/Shared/szll.png');
        }

        .ul_menu li:nth-child(6):hover {
            background: #cc5f00;
            background-image: url('/Images/Shared/xsfc.png');
        }

        .ul_menu li:nth-child(7):hover {
            background: #cc5f00;
            background-image: url('/Images/Shared/zsjz.png');
        }

        .ul_menu li:nth-child(8):hover {
            background: #cc5f00;
            background-image: url('/Images/Shared/jszp.png');
        }

.page-link {
    color: #fc7700;
    border: none;
    padding-left: 18px;
    padding-right: 18px;
}

    .page-link:hover {
        color: #fc7700;
    }

.page-item.active .page-link {
    background-color: #fc7700;
}

.page-item.disabled .page-link {
    color: #fc7700;
}

.top_banner {
    margin-top: 10px;
}

    .top_banner > div {
        box-shadow: 1px 1px 4px #666;
        background-color: #fff;
        height: 160px;
    }

.pos_a {
    display: none;
    margin: 0px;
    height: 100px;
    position: fixed;
    z-index: 999;
    right: -5px;
    display: inline-block;
    color: white;
    font-size: 14px;
    background-color: #fc7700;
    width: 40px;
    padding: 10px;
    line-height: 20px;
}

    .pos_a:hover {
        background-color: #e25602;
        color: #fff;
        text-decoration: none;
    }

.div_search {
    border: 3px solid #fc7700;
    float: right;
    margin-top: 29px;
    margin-right:10px;
}

    .div_search input {
        width: 300px;
        color: #999;
        line-height: 36px;
        height: 36px;
        border: none;
        padding-left: 10px;
        float: left;
    }

    .div_search a {
        line-height: 36px;
        width: 100px;
        font-size: 16px;
        float: right;
        display:block;
        background-color: #fc7700;
        text-align: center;
        color: #fff;
    }

.div_plan {
    margin-top: 10px;
    box-shadow: 1px 1px 4px #666;
    background-color: #fff;
    padding: 56px;
    line-height: 2em !important;
}

.border_div {
    background-color: #fff;
    padding: 20px 10px;
    box-shadow: 1px 1px 4px #666;
}

    .border_div td {
        padding: 5px 10px;
    }

    .border_div a {
        font-size: 20px;
        font-weight: 800;
        color: #333;
    }

        .border_div a:hover {
            color: #e05a5a;
        }

    .border_div img:hover {
        transform: scale(1.1);
    }