/* 样式重置 */
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    height: 100%;
}

body {
    margin: 0;
    font-size: 14px;
    font-family: arial, verdana, helvetica, Microsoft Yahei, sans-serif;
    line-height: 1.5;
    color: #333;
    background-color: #ffffff;
    min-height: 100%;
    word-wrap: break-word;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

progress {
    vertical-align: baseline;
}

[hidden],
template {
    display: none;
}

a {
    background: transparent;
    text-decoration: none;
    color: #08c;
}

a:active {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    max-width: 100%;
    border: 0;
    vertical-align: middle;
}

.information-list img {
    max-width: 100%;
    border: 0;
    vertical-align: middle;
    height: auto !important;
    border-radius: 4px;
}

svg:not(:root) {
    overflow: hidden;
}

pre {
    overflow: auto;
    -webkit-overflow-scrolling: touch;

    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    vertical-align: middle;
}

button,
input,
select {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: border-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    -webkit-overflow-scrolling: touch;

    resize: vertical;
    vertical-align: top;
}

optgroup {
    font-weight: bold;
}

input,
select,
textarea {
    outline: 0;
}

textarea,
input {
    -webkit-user-modify: read-write-plaintext-only;
}

input::-ms-clear,
input::-ms-reveal {
    display: none;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999;
}

.placeholder {
    color: #999;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
form,
blockquote {
    margin: 0;
}

ul,
ol,
li,
dl,
dd {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style: none outside none;
}

h1,
h2,
h3 {
    line-height: 2;
    font-weight: normal;
}

h1 {
    font-size: 18px;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}

i {
    font-style: normal;
}

* {
    box-sizing: border-box !important;
}

.active:after {
    clear: both;
    content: "";
    display: block;
}

/* 公共样式 */
.content {
    padding: 13.333vw 0 13.333vw 0;
}

/* 头部样式 */
#head {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    padding: 0 3.2vw 0 1.333vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 13.333vw;
    background-color: #fff;
    z-index: 100;
}

.logo_a {
    display: flex;
    align-items: center;
    height: 100%;
}

.logo_a img {
    /*width: 29.333vw;*/
    width: 19.333vw;
    /*height: 12.333vw;*/
}

.login_aa a {
    font-size: 3.733vw;
    color: #6d6d6d;
}

/* 导航栏样式 */
.recruit-nav {
    position: fixed;
    height: 12vw;
    width: 100%;
    right: 0;
    left: 0;
    top: 0;
    background-color: #226ebc;
    z-index: 100;
}

.recruit-nav ul {
    height: 100%;
    display: flex;
    align-items: center;
}

.recruit-nav ul li {
    /*height: 100%;*/
    flex: 1;
}

.recruit-nav ul li a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 3.733vw;
}

/* 分页 */
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5.333vw 0;
}

.pagination li {
    border: 1px solid #226ebc;
    text-align: center;
    padding: 2.133vw 8vw;
    font-size: 3.2vw;
    border-radius: 5.333vw;
    margin: 0 5.333vw;
}

.pagination li span {
    display: block;
    color: #6d6d6d;
}

.pagination li a {
    display: block;
    color: #226ebc;
}

/* 底部版权信息样式 */
.common_footer {
    padding: 5.333vw 0 70px 0;
    font-size: 3.467vw;
    text-align: center;
    background-color: #fff;
}

.common_footer > p {
    color: #333;
    line-height: 6.4vw;
}

.common_footer > p > a {
    color: #226ebc;
}

.NavBar {
    font-size: 3.2vw;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 13.333vw;
    width: 100%;
    z-index: 99;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    webkit-box-shadow: 0 1px 4px -2px #000;
    box-shadow: 0 1px 4px -2px #000;
}

.NavBar > a {
    position: relative;
    height: 10.667vw;
    flex: 1;
    color: #999999;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*选中后的样式*/
.NavBar > a.cue {
    color: #226ebc;
}

.NavBar > a > span:nth-of-type(1) {
    font-size: 4.8vw;
    margin-bottom: 0.533vw;
}

.newpoint {
    font-size: 3.2vw;
    position: absolute;
    right: 6.667vw;
    top: -0.533vw;
    color: #fff;
    background-color: red;
    width: 5.333vw;
    height: 5.333vw;
    border-radius: 50%;
    line-height: 5.333vw;
}

/* 返回顶部 */
.btn-scroll {
    position: fixed;
    bottom: 25%;
    right: 1.333vw;
    height: 11.733vw;
    width: 11.733vw;
    line-height: 12.8vw;
    text-align: center;
    display: none;
}

.btn-scroll img {
    width: 100%;
    height: 135%;
    margin-top: -16px;
}

.hiddened {
    display: none;
}

/* 提示 */
.sj_prompt {
    padding: 8vw 0;
    text-align: center;
    font-size: 4vw;
    color: #6d6d6d;
}

/* 弹出框从下往上 */

.ms_animation {
    animation: animationup 0.2s;
}

@keyframes animationup {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

/*弹层动画（放大）*/
.popIn {
    -webkit-animation: fadeleftIn 0.4s;
    animation: fadeleftIn 0.4s;
    -webkit-animation-name: popIn;
    animation-name: popIn;
}

@-webkit-keyframes popIn {
    0% {
        -webkit-transform: scale3d(0, 0, 0);
        transform: scale3d(0.5, 0.5, 0.5);
        opacity: 0;
    }
    50% {
        -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
        animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
        animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
        opacity: 1;
    }
}

@keyframes popIn {
    0% {
        -webkit-transform: scale3d(0, 0, 0);
        transform: scale3d(0.5, 0.5, 0.5);
        opacity: 0;
    }
    50% {
        -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
        animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
        animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
        opacity: 1;
    }
}
