﻿.body {
    /*border:1px solid red;*/
    margin: 0px;
    padding: 0px;
}

.body_son {
    width: 1024px;
    min-height: 960px;
    margin: 0 auto;
    font-family: 'Microsoft YaHei';
    /*border:1px solid green;*/
}

.body_title {
    border-bottom: 3px solid rgba(0, 95, 179, 1);
    height: 110px;
    width: 100%;
}

.bt_logo {
    width: 360px;
    height: 90px;
    margin-top: 30px;
    float: left;
    /*border:1px solid red;*/
}

    .bt_logo img {
        width: 330px;
        height: 77px;
    }

.title_a {
    float: right;
    width: 200px;
    height: 30px;
    margin-top: 82px;
}

    .title_a a {
        text-decoration: none;
        color: rgba(0, 62, 141, 1);
        font-size: 13px;
    }

.form_input_two span {
    line-height: 40px;
    height: 40px;
    color: rgb(0, 86, 168);
}

.form_submit {
    margin: 60px auto;
    width: 400px;
}

.form_input_one {
    width: 400px;
    height: 40px;
    margin: 0 auto;
    border: 1px inset #ccc;
}

.form_input_two {
    width: 400px;
    margin: 22px auto;
    height: 40px;
    border: 1px inset #ccc;
}

.form_input_three {
    width: 400px;
    margin: 15px auto;
    height: 40px;
    border: 1px inset rgba(220, 220, 220, 1);
}

.center_input {
    display: block;
    width: 400px;
    height: 45px;
    line-height: 40px;
    border-radius: 0;
    border-style: solid;
    border-color: rgba(0,0,0,.12);
    font-size: 19px;
    font-weight: bold;
    color: white;
    background: transparent;
    background-color: rgba(1, 64, 147, 1);
}

.title_a a:hover {
    text-decoration: underline;
}

.title_a label {
    font-size: 13px;
}

.input_one {
    border: 0px solid rgba(220, 220, 220, 1);
    width: 280px;
    height: 40px;
    float: right;
}

.input w50 {
    border: 0px solid rgba(220, 220, 220, 1);
    width: 280px;
    height: 37px;
    float: right;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #cac9c9;
    font-family: 'Microsoft YaHei';
    　　;
}

　　input:-moz-placeholder, textarea:-moz-placeholder {
    color: #cac9c9;
    font-family: 'Microsoft YaHei';
    　　;
}

　　input::-moz-placeholder, textarea::-moz-placeholder {
    color: #cac9c9;
    font-family: 'Microsoft YaHei';
    　　;
}

　　input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #cac9c9;
    font-family: 'Microsoft YaHei';
    　　;
}

.body_center {
    width: 100%;
    height: 750px;
    border: 1px solid rgba(220, 220, 220, 1);
    margin: 0;
    padding: 0;
}

.body_bottom {
    height: 90px;
    width: 100%;
    margin: 0;
    padding: 0;
    /*border:1px solid red;*/
}

.form_label {
    width: 75px;
    margin-left: 40px;
    height: 40px;
    line-height: 40px;
    text-align: left;
    float: left;
    font-size: 13px;
    font-family: 'Microsoft YaHei';
    color: #5b5858;
    font-weight: 500;
}

.checkbox-inline {
    font-size: 13px;
}

.form_title {
    /*border:1px solid red;*/
    width: 400px;
    height: 25px;
    font-size: 13px;
    line-height: 25px;
    margin-top: 45px;
    margin-left: 310px;
    float: left;
    text-align: left;
    /*color:rgba(0, 62, 141, 1);*/
}

    .form_title label {
        /*border:1px solid red;*/
        margin-left: 0px;
        float: left;
    }

.gender {
    width: 150px;
    height: 39px;
    float: left;
    line-height: 39px;
    margin-left: 50px;
}

.center_form {
    width: 800px;
    height: 600px;
    margin: 90px auto;
    /*border:1px solid red;*/
}

.html_foot {
    margin: 70px auto;
    width: 300px;
    height: 20px;
    font-size: 12px;
    color: #5f5f5f;
    /*border:1px solid red;*/
}
