@charset "utf-8";


/* CSS Document */

body {
    font-size: 16px;
    min-height: 100%;
    font-family:"Source Han Sans CN","微软雅黑";
    background: #fff;
    color: #333;
}

@media screen and (max-width: 375px) {
    body {
        font-size: 14px;
    }
}



/* 去除Chrome等浏览器文本框默认发光边框 */

input:focus,
textarea:focus {
    outline: none;
}
a:active,
a:focus {
    outline: none;
    star: expression(this.onFocus=this.blur());
}




/* 字体设置 */

@media screen and (max-width: 1024px) {
    body {
        font-family: "华文细黑";
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
    font-family:"Source Han Sans CN",  "微软雅黑";
}

@media screen and (max-width: 1024px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p {
       font-family:"Source Han Sans CN","微软雅黑";
    }
}

input,
select,
textarea {
    font-family:"Source Han Sans CN", "微软雅黑";
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

@media screen and (max-width: 1024px) {
    input,
    select,
    textarea {
         font-family:"Source Han Sans CN", "微软雅黑";
    }
}





/* 小标签样式重置 */

em,
i {
    font-style: normal;
}
dl {
    margin-bottom: 0;
}
dt {
    font-weight: normal;
}
a:hover,
a:focus {
    text-decoration: none;
}
ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}
img {
    vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea,
label,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
    font-family:"Source Han Sans CN", "微软雅黑";
    outline: none;
    font-weight: normal;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    font-size: 1em;
    resize: none;
}
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus,
p:focus,
input:focus,
select:focus,
textarea:focus,
label:focus,
dl:focus,
dt:focus,
dd:focus,
h1:active,
h2:active,
h3:active,
h4:active,
h5:active,
h6:active,
p:active,
input:active,
select:active,
textarea:active,
label:active,
dl:active,
dt:active,
dd:active {
    outline: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
input[type='radio'],
input[type='checkbox'],
textarea {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
input[type='radio']:focus,
input[type='checkbox']:focus,
textarea:focus,
input[type='radio']:active,
input[type='checkbox']:active,
textarea:active {
    outline: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
button {
    appearance: none;
    -webkit-appearance: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    outline: none;
    border: none;
    background: transparent;
}
a {
    color: #333;
}
a:hover {
    color: #666;
}
a:hover,
a:focus {
    text-decoration: none;
}
ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}
img {
    vertical-align: middle;
}
th,
td {
    font-weight: normal;
    padding: 5px;
}

.wrapper {
    width: 100%;
    min-height: 568px;
    position: relative;
    overflow: hidden;
}

.en {
    font-family: Arial;
    font-style: normal;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.wrap {
    width: 100%;
    min-height: 500px;
    position: relative;
    overflow: hidden;
}
.fb {
    font-weight: bold;
}
.fn {
    font-style: normal;
}
.ovh {
    overflow: hidden;
}
.cf {
    color: #fff;
}
.mgr60 {
    margin-right: 60px;
}
.fullimg {
    display: block;
    width: 100%;
    max-width: 100%;
}
.clearfix:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    content: ".";
}
.clearfix {
    zoom: 1;
}

.dn {
    display: none;
}

.w-f {
    width: 100%;
}

.h-f {
    height: 100%;
}



/*==常用字号==*/

.tit-12 {
    font-size: 12px;
    line-height: 1.5;
}

.tit-13 {
    font-size: 13px;
    line-height: 1.5;
}

.tit-14 {
    font-size: 14px;
    line-height: 1.6;
}

.tit-15 {
    font-size: 15px;
    line-height: 1.6;
}

.tit-16 {
    font-size: 16px;
    line-height: 1.6;
}

.tit-17 {
    font-size: 17px;
    line-height: 1.6;
}

.tit-18 {
    font-size: 18px;
    line-height: 1.6;
}

.tit-19 {
    font-size: 19px;
    line-height: 1.6;
}

.tit-20 {
    font-size: .5rem;
    line-height: 1.6;
}

.tit-22 {
    font-size: .55rem;
    line-height: 1.6;
}

.tit-24 {
    font-size: .6rem;
    line-height: 1.6;
}

.tit-25 {
    font-size: .625rem;
    line-height: 1.6;
}

.tit-26 {
    font-size: .65rem;
    line-height: 1.6;
}

.tit-27 {
    font-size: .675rem;
    line-height: 1.6;
}

.tit-28 {
    font-size: .7rem;
    line-height: 1.6;
}

.tit-29 {
    font-size: .725rem;
    line-height: 1.6;
}

.tit-30 {
    font-size: .75rem;
    line-height: 1.6;
}

.tit-32 {
    font-size: .8rem;
    line-height: 1.6;
}

.tit-34 {
    font-size: .85rem;
    line-height: 1.6;
}

.tit-36 {
    font-size: .9rem;
    line-height: 1.6;
}

.tit-38 {
    font-size: .95rem;
    line-height: 1.6;
}

.tit-40 {
    font-size: 1rem;
    line-height: 1.6;
}

.tit-42 {
    font-size: 1.05rem;
    line-height: 1.6;
}

.tit-44 {
    font-size: 1.1rem;
    line-height: 1.6;
}

.tit-46 {
    font-size: 1.15rem;
    line-height: 1.6;
}

.tit-48 {
    font-size: 1.2rem;
    line-height: 1.6;
}

.tit-50 {
    font-size: 1.25rem;
    line-height: 1.6;
}

.tit-52 {
    font-size: 1.3rem;
    line-height: 1.6;
}

.tit-54 {
    font-size: 1.35rem;
    line-height: 1.6;
}

.tit-56 {
    font-size: 1.4rem;
    line-height: 1.6;
}

.tit-58 {
    font-size: 1.45rem;
    line-height: 1.6;
}

.tit-60 {
    font-size: 1.5rem;
    line-height: 1.6;
}

.tit-62 {
    font-size: 1.55rem;
    line-height: 1.6;
}

.tit-64 {
    font-size: 1.6rem;
    line-height: 1.6;
}

.tit-66 {
    font-size: 1.65rem;
    line-height: 1.6;
}

.tit-68 {
    font-size: 1.7rem;
    line-height: 1.6;
}

.tit-70 {
    font-size: 1.75rem;
    line-height: 1.6;
}

.tit-72 {
    font-size: 1.8rem;
    line-height: 1.6;
}

.tit-74 {
    font-size: 1.85rem;
    line-height: 1.6;
}

.tit-76 {
    font-size: 1.9rem;
    line-height: 1.6;
}

.tit-78 {
    font-size: 1.95rem;
    line-height: 1.6;
}

.tit-80 {
    font-size: 2rem;
    line-height: 1.6;
}

.p-12 {
    font-size: 12px;
    line-height: 1.6;
}
.p-12 img {
    max-width: 100%;
}

.p-14 {
    font-size: 14px;
    line-height: 1.6;
}
.p-14 img {
    max-width: 100%;
}

.p-16 {
    font-size: 16px;
    line-height: 1.6;
}
.p-16 img {
    max-width: 100%;
}

.p-18 {
    font-size: 18px;
    line-height: 1.6;
}
.p-18 img {
    max-width: 100%;
}

.p-20 {
    font-size: .5rem;
    line-height: 1.6;
}
.p-20 img {
    max-width: 100%;
}

.p-24 {
    font-size: .6rem;
    line-height: 1.6;
}
.p-24 img {
    max-width: 100%;
}


/*==常用行高==*/

.line-height_0 {
    line-height: 1;
}

.line-height_1 {
    line-height: 1.5;
}

.line-height_2 {
    line-height: 2;
}

.line-height_24 {
    line-height: 24px;
}

.line-height_26 {
    line-height: 26px;
}

.line-height_28 {
    line-height: 28px;
}

.line-height_30 {
    line-height: 30px;
}

.line-height_32 {
    line-height: 32px;
}

.line-height_34 {
    line-height: 34px;
}

.line-height_36 {
    line-height: 36px;
}

.line-height_38 {
    line-height: 38px;
}

.line-height_40 {
    line-height: 40px;
}


/*==常用颜色==*/

.col-fff {
    color: #fff;
}

.col-222 {
    color: #222;
}

.col-333 {
    color: #333;
}

.col-666 {
    color: #666;
}

.col-000 {
    color: #000;
}

.col-888 {
    color: #888;
}

.col-4c {
    color: #4c4c4c;
}

.col-red {
    color: #da3830;
}


@media (max-width: 1023px) {
    .tit-16 {
        font-size: 14px;
    }

    .tit-18 {
        font-size: 16px;
    }

    .n-join .job-name {
        margin: 1rem 0;
    }
}
@media (max-width: 768px) {
    .tit-16 {
        font-size: 12px;
    }

    .tit-18 {
        font-size: 14px;
    }

    .tit-20 {
        font-size: 16px;
    }

    .tit-22 {
        font-size: 18px;
    }

    .tit-24 {
        font-size: 20px;
    }
}
@media (max-width: 580px) {
    .tit-16 {
        font-size: 12px;
    }

    .tit-20 {
        font-size: 14px;
    }

    .tit-22 {
        font-size: 16px;
    }

    .tit-24 {
        font-size: 18px;
    }
}



/*==
飘动效果0
animation: planet1 35s infinite linear;
==*/

@keyframes animation-1 {
    0% {
        transform: rotate(0) translate(2.5%, 0) rotate(0);
    }
    50% {
        transform: rotate(180deg) translate(2.5%, 2%) rotate(-180deg);
    }
    100% {
        transform: rotate(360deg) translate(2.5%, 0) rotate(-360deg);
    }
}


.flex-row-nowrap{
    display:flex;
    flex-flow:row nowrap
}
.flex-nowrap-sb{
    display:flex;
    flex-flow:row nowrap;
    justify-content:space-between;
}
.flex-wrap-sb{
    display:flex;
    flex-flow:row wrap;
    justify-content:space-between;
}
.flex-mid{
    display:flex;
    flex-flow:row wrap;
    justify-content:center;
    align-items:center;
}
.flex-column{
    display:flex;
    flex-flow:column nowrap
}
.flex-column-mid{
    display:flex;
    flex-flow:column nowrap;
    justify-content:center;
    align-items:center;
}



.w1200 {
    width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    display: block;
    z-index: 5;
}

.w1680 {
    width: 87.5%;
    max-width: 1680px;
    margin: 0 auto;
    position: relative;
    display: block;
    z-index: 5;
}

.delay01 {
    transition-delay: .03s !important;
}
.delay02 {
    transition-delay: .08s !important;
}
.delay03 {
    transition-delay: .13s !important;
}
.delay04 {
    transition-delay: .18s !important;
}
.delay05 {
    transition-delay: .23s !important;
}
.delay06 {
    transition-delay: .28s !important;
}
.js-m-3 {
    opacity: 0;
    transform: translate(30px, 0);
    transition: all .8s ease;
}
.js-m-3.animate {
    opacity: 1;
    transform: translate(0, 0);
}

.ovh-f{
    overflow: hidden;
}

@media screen and (max-width:1500px) {
    .w1680 {
        width: 92%;
    }
}
// @media screen and (max-width:1280px) {
//     .w1350 {
//         width: 92%;
//     }
// }