header > .inner > .fr > ul > li:nth-child(6) > a {
    border-bottom: 4px solid #1162bd;
}
.banner {
    width: 100%;
    min-width: 1200px;
    height: 345px;
    overflow: hidden;
}
.banner > img {
    width: 1920px;
    height: 345px;
}
.menu {
    width: 100%;
    min-width: 1200px;
    height: 64px;
    line-height: 64px;
    background: url(../images/menu_bg.png);
    background-size: 100% 100%;
    background-position: 0 0;
}
.menu > .inner {
    width: 1200px;
    margin: 0 auto 0px;
    overflow: hidden;
}
.menu > .inner > .fl {
    overflow: hidden;
}
.menu > .inner > .fl > p {
    float: left;
}
.menu > .inner > .fl > p > a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 18px;
    color: #444;
}
.menu > .inner > .fr {
    overflow: hidden;
}
.menu > .inner > .fr > ul {
    overflow: hidden;
    float: right;
    display: flex;
    justify-content: center;
}
.menu > .inner > .fr > ul > li {
    margin-left: 47px;
}
.menu > .inner > .fr > ul > li:nth-child(1) {
    margin-left: 0px;
}
.menu > .inner > .fr > ul > li:nth-child(3) > a {
    border-bottom: 2px solid #1162bd;
}
.menu > .inner > .fr > ul > li > a {
    display: block;
    width: 100%;
    height: 56px;
    line-height: 56px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 14px;
}
.joinus {
    width: 1200px;
    padding: 67px 0px 91px;
    margin: 0px auto 0px;
}
.joinus > .title {
    width: 1200px;
    height: 300px;
    background-color: #f8f8f8;
    overflow: hidden;
}
.joinus > .title > .fl {
    width: 600px;
    height: 300px;
}
.joinus > .title > .fl > img {
    width: 600px;
    height: 300px;
}
.joinus > .title > .fr {
    width: 542px;
}
.joinus > .title > .fr > p {
    color: #444;
    font-size: 14px;
}
.joinus > .title > .fr > .welcome {
    color: #cf000a;
    font-size: 18px;
    font-weight: bold;
    margin: 45px 0px 22px;
}
.joinus > .title > .fr > .state {
    color: #1162bd;
    font-size: 16px;
    margin: 41px 0px 27px;
}
.joinus > .title > .fr > p.mar18 {
    margin-top: 18px;
}
.joinus > .job {
    width: 1200px;
    margin: 64px auto 0px;
}
.joinus > .job > table {
    width: 1200px;
    margin: 0px auto;
}
.joinus > .job > table > tbody {
    width: 1200px;
    margin: 0px auto;
}
.joinus > .job > table > tbody > tr {
    height: 55px;
    line-height: 55px;
    background-color: #f7f7f7;
    display: flex;
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    justify-content: center;
    margin-top: 19px;
}
.joinus > .job > table > tbody > tr:nth-child(1) {
    margin-top: 0px;
}
.joinus > .job > table > tbody > tr > th {
    width: 20%;
    margin: 0px;
    padding: 0px;
    border: none;
    font-weight: normal;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.joinus > .job > table > tbody > tr > td {
    width: 20%;
    margin: 0px;
    padding: 0px;
    border: none;
    text-align: center;
    font-size: 16px;
}
.joinus > .job > table > tbody > tr > td > a.btn {
    width: 111px;
    height: 33px;
    display: block;
    line-height: 33px;
    margin: 0px auto;
    margin-top: 11px;
    text-align: center;
    background-color: #1162bd;
    background: #1162bd;
    border-radius: 4px;
    color: #fff;
}
.btn {
    width: 111px;
    height: 33px;
    display: block;
    line-height: 33px;
    margin: 0px auto;
    margin-top: 11px;
    text-align: center;
    background-color: #1162bd;
    border-radius: 4px;
    color: #fff;
}
.mask {
    width: 100%;
    height: 100%;
    background: transparent url(../images/mask.png) no-repeat;
    background-size: 100% 100%;
    background-position: 0 0;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9989;
    display: none;
}
.mask > .maskCon {
    width: 1082px;
    height: 584px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.mask > .maskCon > .title {
    width: 1047px;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #e5e5e5;
    margin: 0px auto 0px;
}
.mask > .maskCon > .title > .fl {
    margin-left: 17.5px;
}
.mask > .maskCon > .title > .fl > span{
    color: #444;
    font-size: 18px;
}
.mask > .maskCon > .title > .fr {
    margin-right: 17.5px;
}
.mask > .maskCon > .title > .fr > .close {
    font-size: 21px;
    color: #999;
}
.mask > .maskCon > .title > .fr > a > .close {
    font-size: 21px;
    color: #999;
}
.mask > .maskCon > .table {
    width: 992px;
    margin: 43px auto 0px;
    font-size: 14px;
}
.mask > .maskCon > .table > .message {
    width: 992px;
    height: 52px;
    line-height: 52px;
    border: 1px solid #e5e5e5;
    border-left: none;
    overflow: hidden;
    background-color: #fff;
}
.mask > .maskCon > .table > .message > div {
    float: left;
}
.mask > .maskCon > .table > .message > .item {
    width: 124px;
    background-color: #f8f8f8;
    text-align: center;
    border-left: 1px solid #e5e5e5;
    color: #666;
}
.mask > .maskCon > .table > .message > .content {
    width: 333px;
    padding-left: 38px;
    background-color: #fff;
    color: #444;
}
.mask > .maskCon > .table > .address {
    width: 992px;
    height: 52px;
    line-height: 52px;
    border: 1px solid #e5e5e5;
    border-top: none;
    border-left: none;
    overflow: hidden;
    background-color: #fff;
    overflow: hidden;
}
.mask > .maskCon > .table > .address > div {
    float: left;
}
.mask > .maskCon > .table > .address > .item {
    width: 124px;
    background-color: #f8f8f8;
    text-align: center;
    border-left: 1px solid #e5e5e5;
    color: #666;
}
.mask > .maskCon > .table > .address > .content {
    width: 829px;
    padding-left: 38px;
    background-color: #fff;
    color: #444;
}
.mask > .maskCon > .table > .require {
    width: 992px;
    height: 325px;
    border: 1px solid #e5e5e5;
    border-top: none;
    border-left: none;
    overflow: hidden;
    background-color: #fff;
    overflow: hidden;
}
.mask > .maskCon > .table > .require > div {
    float: left;
}
.mask > .maskCon > .table > .require > .item {
    width: 124px;
    height: 325px;
    line-height: 325px;
    background-color: #f8f8f8;
    text-align: center;
    border-left: 1px solid #e5e5e5;
    color: #666;
}
.mask > .maskCon > .table > .require > .content {
    width: 832px;
    height: 290px;
    padding-left: 35px;
    padding-top: 35px;
    background-color: #fff;
    color: #444;
}
.mask > .maskCon > .table > .require > .content > p {
    margin-top: 18px;
}
.mask > .maskCon > .table > .require > .content > p:nth-child(1) {
    margin-top: 0px;
}