﻿@charset "utf-8";
/* CSS Document */
body {
    font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
    color: #333;
    margin: 0;
    padding: 0;
    line-height: 28px;
    background-color: #ffffff;
    font-size: 16px;
    overflow-y: scroll;
}

input {
    outline: none;
}

    input:hover, input:focus {
        border-color: #00b7ee !important;
    }

a:active, a:link, a:visited {
    text-decoration: none;
    color: #737373;
}

p {
    margin: 0;
    padding: 0;
}

em, i {
    font-style: normal;
}



a:hover {
    color: #f60;
    text-decoration: none;
}

.top {
    width: 100%;
    height: 70px;
    line-height: 70px;
    background-color: #F7F7F7;
    border-bottom: 1px solid #eaeaea;
    overflow: hidden;
}

.top_1 {
    width: 960px;
    margin: 0 auto;
}

    .top_1 img {
        float: left;
        width: 183px;
        height: 36px;
        margin: 13px 0 0 0;
        border: none;
    }

    .top_1 h2 {
        float: left;
        text-indent: 17px;
        margin: 0 0 0 220px;
        color: #194E95;
        font-weight: normal;
    }

    .top_1 p {
        float: right;
        height: 70px;
    }

        .top_1 p a {
            float: left;
            font-size: 14px;
            margin-left: 15px;
        }

            .top_1 p a:hover {
                color: #ff6600;
            }

        .top_1 p .blue {
            color: #194E95;
        }

.main {
    width: 900px;
    margin: 25px auto;
    border: none;
    padding: 20px 30px;
    background-color: #F7F7F7;
    overflow: hidden;
}
/*以下为底部*/
.foot {
    width: 100%;
    height: 46px;
    background-color: #F7F7F7;
    border-top: 1px solid #eaeaea;
    position:fixed;
    bottom:0;
    left:0;
}

.foot_1 {
    width: 960px;
    margin: 14px auto;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
}

    .foot_1 a:first-child {
        border-left: none;
        padding-left: 0;
    }

    .foot_1 a {
        border-left: 1px solid #bababa;
        padding: 0 15px;
        text-decoration: none;
        float: left;
    }

    .foot_1 span {
        color: #acacac;
        float: right;
        padding: 0;
    }
