﻿@charset "UTF-8";

body {
    margin: 0px;
    padding: 0px;
    text-align: center;
    background: #f5f5f5;
}

.topMenu {
    background-color: #414141;
    height: 50px;
}

.topMenu .menuBody {
    background-color: #414141;
    height: 50px;
    width: 1200px;
    margin: auto;
}

.topMenu .menuBody .logo {
    height: 50px;
    float: left;
}

.topMenu .menuBody .logo img {
    height: 40px;
    object-fit: cover;
    border-style: none;
    margin-top: 5px;
}

.topMenu .menuBody .QQcs {
    background-color: #f69c00;
    display: block;
    border-radius: 4px;
    float: left;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    margin-top: 9px;
    text-align: center;
    padding: 0px 15px;
}

.topMenu .menuBody .QQcs i {
    font-size: 20px;
    color: #fff;
}

.topMenu .menuBody .expressCheck {
    color: #fff;
    font-size: 14px;
    line-height: 50px;
    height: 50px;
    float: left;
    text-decoration: none;
}

.topMenu .menuBody .activationCheck {
    color: #fff;
    font-size: 14px;
    line-height: 50px;
    height: 50px;
    float: left;
    text-decoration: none;
}

.topMenu .menuBody .home {
    color: #fff;
    font-size: 14px;
    line-height: 50px;
    height: 50px;
    padding-left: 25px;
    float: right;
    text-decoration: none;
    display: block;
}

.top {
    width: 1200px;
    min-height: 300px;
    margin: auto;
    background-image: url("../Image/jobRelease/topbg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    text-align: center;
}

.top .icon {
    width: 272px;
    height: 355px;
    background-image: url("../Image/jobRelease/icon1.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    display: inline-block;
}

.top .present {
    line-height: 24px;
    width: 950px;
    min-height: 1px;
    margin: auto;
    box-sizing: border-box;
}

.main {
    width: 1200px;
    min-height: 300px;
    margin: 50px auto 0px auto;
    text-align: center;
}

.main .formArea {
    width: 802px;
    min-height: 300px;
    display: inline-block;
}

.main .formArea .title {
    width: 406px;
    height: 57px;
    line-height: 57px;
    display: inline-block;
    background-image: url("../Image/jobRelease/formTitle.png");
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    letter-spacing: 1px;
}

.main .formArea .formTop {
    width: 802px;
    height: 36px;
}

.main .formArea .formBody {
    width: 802px;
    border-style: none solid none solid;
    border-width: 2px;
    border-color: #eae9e9;
    min-height: 50px;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    padding: 0px 80px;
}

.main .formArea .formBottom {
    width: 802px;
    height: 36px;
}

.bottom {
    width: 1200px;
    padding: 0px 150px;
    box-sizing: border-box;
    min-height: 100px;
    text-align: center;
    margin: 20px auto;
}

/************页脚部分************/
.footer {
    padding: 20px 0px 20px 0px;
    background-color: #faf9f9;
}

.footer a {
    background-color: #7b7b7b;
    display: inline-block;
    padding: 0px 15px 0px 15px;
    color: #fff;
    line-height: 20px;
    text-decoration: none;
}

.footer a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0e90d2;
}

.footer a.clear {
    background-color: transparent;
    display: inline-block;
    color: #999 !important;
    line-height: 20px;
    text-decoration: none;
    padding: 0px 5px;
}

.footer a.clear:hover {
    color: #999 !important;
    background-color: transparent !important;
}