@charset "UTF-8";

@font-face {
    font-family: 'beba';
    src: url("fonts/BEBAS.eot");
    src: url("fonts/BEBAS.eot") format("embedded-opentype"), url("../fonts/BEBAS.woff") format("woff"), url("fonts/BEBAS.ttf") format("truetype"), url("fonts/BEBAS.svg#BEBAS") format("svg");
}

/*页码*/
.mypage {
    /*clear: both;*/
    width: 100%;
    height: auto;
    border: #517CC4 0px solid;
    margin: 0 auto;
    padding: 60px 0;
    text-align: center;
    font-size: 16px;
}

.mypage input {
    width: 60px;
    padding: 6px 12px;
    border: 1px solid #DBDBDB;
    font-size: 16px;
    text-align: center;
}

.pc_dis {
    display: none;
}

.mypage a {
    color: #4d555d;
    width: auto;
    height: auto;
    padding: 6px 12px;
    font-size: 16px;
    margin-right: 5px;
    border: 1px solid #DBDBDB;
    background: #F5F5F5;
    /* -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; */
}

.mypage span {
    color: #717171;
    width: auto;
    height: auto;
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
    margin-right: 5px;
}

.mypage .linking,
.mypage a:hover {
    color: #fff;
    background: #033894;
    border: 1px solid transparent;
    border-radius: 4px;
}

.se_banners img {
    width: 100%;
}

.se_banners {
    position: relative;
}

.se_banner_tit {
    position: absolute;
    bottom: 22%;
    left: 0;
    width: 100%;
    z-index: 3;
}

.se_banner_inner {
    width: 80%;
    margin: auto;
}

.se_tit {
    border-bottom: 10px solid #FBFBFB;
    display: flex;
    align-items: center;
    justify-content: center;
}

.se_tit h4,
.se_tit a {
    line-height: 80px;
    margin: 0 30px;
    padding: 0 15px;
    border-bottom: 3px solid transparent;
}

.se_tit h4.active,
.se_tit h4:hover,
.se_tits a.active,
.se_tits a:hover {
    color: #033894;
    border-bottom: 3px solid #033894;

}

.w80 {
    width: 80%;
    margin: auto;
}

.pro_tit b {
    width: 60px;
    height: 3px;
    background: #033894;
    display: inline-block;
}

.coll_two {
    display: flex;
    align-items: center;
}

.coll_img,
.coll_text {
    width: 50%;
}

.coll_text {
    padding-right: 200px;
}

.coll_text h4 {
    margin-bottom: 40px;
}

.advantage ul {
    display: flex;
    text-align: center;
    justify-content: space-between;
}

.advantage ul li {
    width: 25%;
}

.advantage ul li img {
    margin-bottom: 40px;
    transform: translateY(0);
}

.advantage ul li:hover img {
    transform: translateY(-20px);

}

.swiper.Space-swiper {
    overflow: visible;
}

.Space-swiper .swiper-wrapper {
    width: 100%;
    padding-bottom: 40px;
}

.Space-swiper .swiper-slide {
    width: 100%;
    padding-top: 29%;
    position: relative;
}

@media screen and (max-width: 1024px) {

    .Space-swiper .swiper-slide {
        width: 100%;
        padding-top: 59%;
        position: relative;
    }
}

.Space-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.Space-swiper .swiper-pagination-bullets,
.Space-swiper .swiper-pagination-custom,
.Space-swiper .swiper-pagination-fraction {
    position: relative;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: left;
}

.Space-swiper .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 50px;
    display: inline-block;
    background: #1b1b1c;
    opacity: .3;
}

.Space-swiper .swiper-pagination-bullet-active {
    opacity: 1;
}

.Space-swiper .swiper-pagination-bullet,
.Space-swiper .swiper-pagination-bullet {
    margin: 0 10px;
}

.Space-swiper .swiper-button-next,
.Space-swiper .swiper-container-rtl .swiper-button-prev {
    background: rgba(0, 0, 0, .1);
    width: 44px;
    height: 44px;
    border-radius: 100px;
    transform: translateY(-20px)
}

.Space-swiper .swiper-button-prev,
.Space-swiper .swiper-container-rtl .swiper-button-next {
    background: rgba(0, 0, 0, .1);
    width: 44px;
    height: 44px;
    border-radius: 100px;
    transform: translateY(-20px)
}

.Space-swiper .swiper-button-next:after,
.Space-swiper .swiper-container-rtl .swiper-button-prev:after {
    color: rgba(0, 0, 0, .6);
    font-size: 22px;
}

.Space-swiper .swiper-button-prev:after,
.Space-swiper .swiper-container-rtl .swiper-button-next:after {
    color: rgba(0, 0, 0, .6);
    font-size: 22px;
}

.bring {
    display: flex;
    align-items: center;
}

.bring_lf,
.bring_rt {
    width: 50%;
}

.bring_lf img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.bring_img {
    padding: 0 10%;
}

.bring_text {
    padding: 0 10%;
}

.bring_tit {
    margin-bottom: 30px;
}

.bring_tit h4 {
    margin-bottom: 20px;
}

.bring_tit b {
    width: 60px;
    height: 3px;
    background: #033894;
    display: inline-block;
}

.bring_text p {
    line-height: 2.0;
}

.bring_li li {
    width: 80%;
    height: 50px;
    display: flex;
    align-items: center;
    background: #F5F5F5;
    margin-bottom: 15px;
}

.bring_li li b {
    display: inline-block;
    height: 50px;
    width: 5px;
    background: #3F51B5;
    margin-right: 40px;
}

.bring_con {
    display: flex;
    align-items: center;
}

.bring_con_img {
    margin-right: 25px;
}

.lvbg {
    background: #E4EAEF;
}

.topNews {
    display: block;
}

.topNews dl {
    overflow: hidden;
    width: 100%;
}

.topNews dt {
    float: left;
    width: 50%;
    padding-top: 32%;
    position: relative;
}

.topNews dt img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

.topNews dd {
    float: left;
    width: 50%;
    padding-top: 32%;
    position: relative;
    background: #fff;
}

.topNews dd .newscon {
    display: block;
    width: 100%;
    padding: 50px;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
}

.topNews dd .newscon h3 {
    font-size: 24px;
    font-weight: 400;
    color: #121212;
    position: relative;
    margin: 0 0 60px;
    height: 60px;
    line-height: 30px;
}

.topNews dd .newscon h3:after {
    content: '';
    width: 60px;
    height: 2px;
    background: #182b7d;
    position: absolute;
    left: 0;
    bottom: -20px;
}

.topNews dd .newscon p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.8;
    overflow: hidden;
    color: #888;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.topNews dd .news-date {
    font-size: 18px;
    color: #121212;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;

    font-family: "beba";
    text-align: right;
}

.news-date_inner {
    padding: 50px;
}

.topNews dd .news-date:after {
    content: '\e606';
    font-family: 'iconfont';
    position: absolute;
    left: 50px;
    top: 50%;
    opacity: 0;
    transform: translate(0, -50%);
    text-indent: 0px;
    font-size: 24px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

.topNews:hover dt img {
    transform: scale(1.2);
}

.topNews:hover dd .news-date:after {
    left: 100px;
    opacity: 1;
    color: #182b7d;
}

.topNews:hover dd .newscon h3 {
    color: #182b7d;
}

.news ul li a {
    display: flex;
    justify-content: space-between;
    box-shadow: 0 10px 4px #F0F3F7;
    padding: 30px;
    background: #fff;

}

.news ul li a:hover {
    background: #F8F8F8;
}

.news_img {
    width: 210px;
    margin-right: 30px;
}

.news_text {
    width: 70%;
}

.news_data {
    width: 115px;
}

.news_text p {
    line-height: 20px;
    height: 80px;
}

.news_text h4 {
    line-height: 20px;
    height: 20px;
    margin-bottom: 15px;
}

.news_data {
    font-size: 18px;
    color: #121212;
    font-family: "beba";
    text-align: center;
    display: flex;
    align-items: end;
    justify-content: center;
}

.news_img img {
    width: 100%;
}

.baibg {
    background: #fff;
}

.news_del {
    padding: 0 20px;
}

.news_del_tit {
    border-bottom: 1px solid #ddd;
}

.news_del_cont p {
    line-height: 3.0;
}

.news_del_cont p img {
    max-width: 100%;
}

.news_btn {
    padding: 15px 20%;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.news_btn ul {
    display: flex;
    justify-content: space-between;
    font-family: "宋体";
}

.careers_list ul {
    display: flex;
    flex-wrap: wrap;
}

.careers_list ul li {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 30px;
}

.careers_list ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 25px;
    box-shadow: 0 0 10px #F2F2F2;
    background: #fff;
    background-size: cover;
    border-radius: 5px;
}

.careers_list ul li h4 {
    margin-bottom: 20px;
}

.careers_list ul li:nth-child(3n) {
    margin-right: 0;
}

.careers_list ul li a:hover {
    background: url("../images/second/zif.jpg") no-repeat;
}

.careers_list ul li a:hover h4,
.careers_list ul li a:hover p {
    color: #fff;
}

.careers_list ul li a:hover .careers_list_rt img {
    display: none;
}

.chose_img img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.story {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F1F1F1;
}

.story_img {
    width: 47%;
}

.story_img img {
    width: 100%;
}

.story_text {
    width: 53%;
}

.story {
    width: 80%;
    margin: auto;
    position: relative;
}

#story {
    overflow: hidden;
    position: relative;
}

.story_text {
    text-align: center;
}

#story {
    --swiper-navigation-color: #fff;
    /* 单独设置按钮颜色 */
    --swiper-navigation-size: 26px;
    /* 设置按钮大小 */
}

#story .swiper-button-next,
#story .swiper-button-prev {
    width: 45px;
    height: 45px;
    background-color: #CACACA;
    border-radius: 50%;
}

.written_flex {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    display: none;
}

.written {
    background: #fff;
    box-shadow: 0 0 10px #ccc;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 30px;
}

.written_inner {
    width: 70%;
    margin: auto;
    display: flex;
    align-items: center;
    height: 100%;
    overflow-y: scroll;
}

.written_close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
}

.written_input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.written_radio select,
.written_input input,
.city-picker-span {
    display: block;
    width: 100%;
    margin-top: 10px;
    background: #f9f9f9;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    padding: 15px 15px 15px 20px;
    font-size: 14px;
}

.city-picker-span>.placeholder {
    font-size: 14px;
    color: #B7B7B7;
}

#distpicker {
    display: block;
    width: 30%;
    margin-top: 10px;
    background: #f9f9f9;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    font-size: 14px;
}

.written_input .xiua {
    width: 67%;
}

.mb10 {
    margin-bottom: 10px;

}

.sub {
    width: 196px;
    height: 60px;
    margin-top: 10px;
    border: none;
    background: #022b71;
    font-size: 16px;
    color: #fff;
    border-radius: 4px;
}

#storys {
    background: url('../images/second/ab1.jpg') no-repeat;
    background-position: right bottom;
    min-height: 600px;
}

.story_lf {
    padding-right: 40%;
    display: flex;
    min-height: 600px;
    align-items: center;
}

.storys_text p {
    line-height: 2.0;
}

#blurb,
#blurbs {
    display: flex;
}

.blurb_lf,
.blurb_rt {
    width: 50%;
}

.blurb_lf {
    padding-top: 100px;
}

.blurb_img {
    width: 85%;
    position: relative;
}

.blurb_img img {
    width: 100%;
    position: relative;
    z-index: 5;
}

.blurb_img:after {
    content: '';
    width: 203px;
    height: 189px;
    background: url(../images/second/ab7.jpg) no-repeat center;
    position: absolute;
    right: -100px;
    top: -90px;
    z-index: 0;
}

.blurb_text {
    padding-left: 60px;
    display: flex;
    padding-top: 70px;
}

.blurb_text_lf {
    width: 15%
}

.blurb_text_rt {
    width: 70%;
}

.blurb_text_rt p {
    line-height: 2.0;
}

#blurbs .blurb_lf .blurb_img:after {
    content: '';
    width: 203px;
    height: 189px;
    background: url(../images/second/ab7.jpg) no-repeat center;
    position: absolute;
    left: -60px;
    top: -90px;
    z-index: 0;
}

#blurbs .blurb_lf {
    display: flex;
    align-items: end;
    justify-content: end;
}

/*#blurbs {
    border-bottom: 20px solid #224F9A;
}*/

.mission_list ul {
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.mission_list ul li {
    width: 270px;
    border-bottom: 5px solid transparent;
}

.mission_list ul li h1 {
    margin-bottom: 20px;
}

.mission_list ul li:hover {
    border-bottom: 5px solid #224F9A;

}

.advert img {
    width: 100%;
}

.honour_item {
    background: url('../images/second/hro.jpg') no-repeat;
    background-size: 100% 100%;
    /* width: 330px; */
    height: 210px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    /* transition: all .3s; */
}

.honour_img {
    width: 0;
    height: 0;
    /* transition: all .3s; */
    /* pointer-events: none; */
}

.honour_cont {
    position: relative;
    z-index: 9;
    transition: all .3s;

}

.mySwiper .swiper-slide {
    position: relative;
    /* pointer-events: none; */
}

.honour_img img {
    width: 0;
    transition: all .5s;

}

/* .mySwiper .swiper-slide:hover .honour_img {
    width: 100%;
    height: 210px;
} */
.honour_cont:hover .honour_img {
    width: 100%;
    height: 210px;
}

.honour_cont:hover .honour_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.honour_cont:hover .honour_item {
    display: none;
}

.mySwiper {
    overflow: hidden;
    --swiper-navigation-color: #fff;
}

.honour {
    overflow: hidden;
    position: relative;
    padding: 0 5%;
}

.mySwiper .swiper-wrapper {}

.mySwiper .swiper-button-prev,
.mySwiper .swiper-button-next {
    opacity: 1;
}

#honour {
    background: #f0f0f0;
}

.Development_inner {
    display: flex;
}

.Development_lf {
    width: 60%;
    margin-left: 10%;
    position: relative;
}

.Development_rt {
    width: 30%;
}

.Development_tit {
    position: relative;
    left: -176px;
    width: 320px;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../images/second/yans.png") no-repeat;
    background-size: contain;
}

.Development_tit h4 {
    padding-left: 40px;
}

.Development_text {
    margin-top: 20px;
    overflow: hidden;
}

.Development_item {
    padding-left: 20%;
    padding-bottom: 10px;
}

.Development_item_top {
    position: relative;
}

.Development_item_top i {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #033894;
    position: absolute;
    top: 11px;
    left: -4px;
}

.Development_item_bottom {
    padding-top: 35px;
    line-height: 24px;
    border-left: 1px dashed #4B4B4B;
    padding-left: 30px;
    padding-bottom: 20px;
}

.Development_item_top h4 {
    padding-left: 30px;
    height: 30px;
}

.hd .next {
    width: 78px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 4;
    height: 78px;
    background: url('../images/second/yal.jpg');
}

.hd .prev {
    width: 78px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 4;
    height: 78px;
    background: url('../images/second/yar.jpg');
}

.picList li .Development_item:hover {
    background: #3860A4;
}

.picList li .Development_item:hover h4 {
    color: #fff;
}

.picList li .Development_item:hover .Development_item_bottom {
    color: #fff;
    border-left: 1px dashed #fff;
}

.picList li .Development_item:hover .Development_item_bottom p {
    color: #fff;
}

.picList li .Development_item:hover .Development_item_top i {
    background: #fff;
}

.circleCenter {
    width: 1px;
    height: 1px;
    position: relative;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0);
}

.bgBox {
    position: relative;
}

.bgBox img {
    width: 100%;
    height: auto;
}

.rotation-turn {
    position: absolute;
    margin: 0 auto;
    transform: rotate(0deg);
    -ms-transform: rotate(0);
    /* IE 9 */
    -moz-transform: rotate(0);
    /* Firefox */
    -webkit-transform: rotate(0);
    /* Safari 和 Chrome */
    -o-transform: rotate(0);
    transition: all 1s;
    -moz-transition: all 1s;
    /* Firefox 4 */
    -webkit-transition: all 1s;
    /* Safari 和 Chrome */
    -o-transition: all 1s;
}

.rotation-item {
    width: 100%;
    transform: rotate(0);
    -ms-transform: rotate(0);
    /* IE 9 */
    -moz-transform: rotate(0);
    /* Firefox */
    -webkit-transform: rotate(0);
    /* Safari 和 Chrome */
    -o-transform: rotate(0);
    transition: all 1s;
    -moz-transition: all 1s;
    /* Firefox 4 */
    -webkit-transition: all 1s;
    /* Safari 和 Chrome */
    -o-transition: all 1s;
}

.rotation-item .rotation-animat {
    width: 100px;
    height: 120px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rotation-item .rotation-animat img {
    width: 35px;
    height: auto;
    display: none;
    transition: all 1s;
    -moz-transition: all 1s;
    /* Firefox 4 */
    -webkit-transition: all 1s;
    /* Safari 和 Chrome */
    -o-transition: all 1s;
}

.rotation-item .rotation-animat {
    transform: scale(1, 1);
    transition: all 1s;
    -moz-transition: all 1s;
    /* Firefox 4 */
    -webkit-transition: all 1s;
    /* Safari 和 Chrome */
    -o-transition: all 1s;
}

.rotation-turn.rotation-active .rotation-item .rotation-animat {
    transform: scale(1.2, 1.2);
}

.rotation-turn.rotation-active .rotation-item .rotation-animat img {
    display: block;
}

.box {
    width: 100%;
    height: 298px;
    padding-top: 411px;
}

/* 以下是每个模块的样式 */
.rotation-item span {
    position: absolute;
    z-index: 10;
}

.textnone {
    display: none;
}

.customMod {
    width: 500px;
    text-align: center;
    margin: 50px auto;
    position: relative;
    top: 50px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    /* Firefox 4 */
    -webkit-transition: all 0.5s;
    /* Safari 和 Chrome */
    -o-transition: all 0.5s;
}

.customModanmt {
    top: 0;
}

#Development {
    min-height: 800px;
}

.job-details-3kz_go4F2U {
    width: 100%;
    position: relative;
    padding: 0 16px;
}

.job-info-3TM7xCC0Nq {
    position: relative;
    margin-bottom: 16px;
    padding-bottom: 16px;
}

.job-info-3TM7xCC0Nq .apply-btn-header-36EKozpunA {
    position: absolute;
    top: 92px;
    right: 0;
    padding: 0 23px;
    line-height: 33px;
}

.job-info-3TM7xCC0Nq .top-info-3NH1GUsOck {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    color: #989cb2;
    font-size: 12px;
}

.job-info-3TM7xCC0Nq .top-info-3NH1GUsOck .share-to-3BZE2nJaWj {
    margin-left: auto;
}

.salary-1fpJvbQ0O0 {
    position: absolute;
    top: 23px;
    right: 0;
    font-size: 20px;
}

.title-3IX7WwR-hQ {
    margin-top: 6px;
    margin-right: 120px;
    color: #222831;
    font-size: 20px;
    line-height: 28px;
}

.locations-36zwmhZAMv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 6px;
    padding-right: 145px;
    color: #989cb2;
}

.location--FaRP-3bo1 {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 16px;
    line-height: 20px;
    white-space: nowrap;
}

.job-managers-3qibOEWf7A {
    margin-top: 6px;
    margin-right: 200px;
    color: #989cb2;
}

.bonus-wDEQKqcA1K {
    margin-right: 34px;
    line-height: 32px;
}

.status-3r5x5sCHnJ {
    margin-top: 15px;
    margin-right: 96px;
    color: #989cb2;
}

.status-item-LETbcqRQ4P {
    padding: 0 10px;
    border-right: 1px solid #e6e8f2;
}

.status-item-LETbcqRQ4P:last-child {
    border-right: none;
}

.status-item-LETbcqRQ4P:first-child {
    padding-left: 0;
}

.status-others-79Ud1qXx8s {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
}

.status-item-LETbcqRQ4P:last-child {
    border-right: 0px;
}

.empty-container-2ti_X0Id_i {
    margin: 100px auto;
}

.empty-img-a9BCAs9MpR {
    margin-right: 30px;
}

.empty-txt-XfBWU9Y4I9 {
    display: inline-block;
    vertical-align: top;
}

.empty-title-3Lortu3ot7 {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 36px;
}

.upwards-3te0iz2eLj {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.job-attach-info-1OnJ53USia {
    position: relative;
    z-index: 1;
}

.lock-icon-JvLsdHBLa9 {
    margin-right: 6px;
    padding: 0 !important;
}

.apply-lock-tip-3FFfrnNkZ8 {
    margin-top: 10px;
    color: #73798c;
    font-size: 12px;
    line-height: 17px;
}

.organization-3XJVF7bgA_ {
    margin-top: 40px;
    padding-bottom: 28px;
    border-bottom: 1px solid #f5f6f7;
}

.organization-3XJVF7bgA_ .org-title-1d46q5PZ3R {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 19px;
    color: #222831;
    font-size: 16px;
    line-height: 22px;
}

.organization-3XJVF7bgA_ .org-title-1d46q5PZ3R .hr-2ie26Ujh2Q {
    height: 1px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 12px;
    background-color: #f5f6f7;
}

.organization-3XJVF7bgA_ .body-JnLWh35sCX {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.organization-3XJVF7bgA_ .body-JnLWh35sCX .logo-24r5q8jDZO {
    width: 48px;
    height: 48px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 19px;
    border: 1px solid #f4f8f6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
}

.organization-3XJVF7bgA_ .body-JnLWh35sCX .info-ENUjweKq0C {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.organization-3XJVF7bgA_ .body-JnLWh35sCX .info-ENUjweKq0C .org-name-2uFaKLPU7O {
    margin-top: 2px;
    margin-bottom: 7px;
    color: #222831;
    font-size: 16px;
    line-height: 22px;
}

.organization-3XJVF7bgA_ .body-JnLWh35sCX .info-ENUjweKq0C .org-desc-cImAH7lsUB {
    color: #73798c;
    font-size: 12px;
    line-height: 17px;
}

.button-2QgTkEOPVR {
    padding: 0 30px;
    font-size: 14px;
    line-height: 36px;
}

.button-neutral-1c_4mdtwEJ {
    background-color: #dadce5;
    color: #474c66;
}

.qrcode-container-1ilanBdoHx {
    border: 2px solid #f4f6fb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.title-i1wT9lOoab .hr-2_-nxgsSDW {
    height: 1px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    ckground-color: #f4f6fb;
}

-ms-flex-positive: 1;
flex-grow: 1;
margin-left: 12px;

ba .job-description-TCuRuI-BWI {
    white-space: pre-wrap;
}

.row-name-1d18ZLqNAx {
    max-width: 286px;
    margin: 4px 0;
    line-height: 18px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.row-value-3NOnWQzQm6 {
    position: relative;
    margin-bottom: 16px;
    padding-right: 10px;
    color: #000;
    font-size: 14px;
    line-height: 20px;
}

.row-part-20oXrXdbJl {
    max-height: 40px;
    overflow: hidden;
}

.row-part-20oXrXdbJl:after {
    width: 100%;
    height: 20px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #fff);
    background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0), #fff);
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), #fff);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
    content: '';
}

.title-i1wT9lOoab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 19px;
    color: #222831;
    font-size: 16px;
}

.row-more-J2eLptQEm- {
    position: absolute;
    top: 20px;
    right: 10px;
    background-color: #fff;
    color: #bf8c43;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
}

@media screen and (max-width:1500px) {

    .coll_text {
        padding-right: 0;
    }
}

@media screen and (max-width:1200px) {
    .topNews dd .newscon h3 {
        margin: 0 0 20px;
    }

    .news-date_inner {
        padding: 30px;
    }

    .news_text {
        width: 70%;
    }
}


@media screen and (max-width:768px) {
    .pc_dis {
        display: block;
    }

    .ph_dis {
        display: none;
    }

    .coll_two,
    .advantage ul,
    .bring,
    .news_btn ul {
        flex-wrap: wrap;
    }

    .coll_img,
    .coll_text,
    .bring_lf,
    .bring_rt,
    .news_btn ul li {
        width: 100%;
    }


    .coll_img {
        text-align: center;
    }

    .coll_img img {
        max-width: 80%;
    }

    .w80 {
        width: 100%;
    }

    .advantage ul li {
        width: 50%;
        margin-bottom: 20px;
    }

    .advantage ul li img {
        max-width: 60%;
        margin-bottom: 20px;
    }

    .se_tit h4 {
        line-height: 45px;
    }

    .ph10 {
        padding: 0 10px;
    }

    .bring_text,
    .bring_img {
        padding: 0;
    }

    .bring_li li {
        width: 100%;
    }

    .bring_tit {
        margin-bottom: 20px;
        margin-top: 20px;

    }

    .topNews dt {
        float: none;
        width: 100%;
        padding-top: 0;
        position: relative;
    }

    .topNews dt img {
        display: block;
        width: 100%;
        height: auto;
        position: relative;
        left: auto;
        top: auto;
        object-fit: cover;
        -moz-transition: all .4s;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        -ms-transition: all .4s;
        transition: all .4s;
    }

    .topNews dd {
        float: none;
        width: 100%;
        padding-top: 0;
        position: relative;
        background: #fff;
    }

    .topNews dd .newscon {
        display: block;
        width: 100%;
        padding: .2rem;
        position: relative;
        left: auto;
        top: auto;
        box-sizing: border-box;
    }

    .topNews dd .newscon h3 {
        font-size: 16px;
        font-weight: 400;
        color: #121212;
        position: relative;
        margin: 0 0 10px;
    }

    .topNews dd .newscon h3:after {
        content: '';
        width: .4rem;
        height: .02rem;
        background: #182b7d;
        position: absolute;
        left: 0;
        bottom: -.15rem;
    }

    .topNews dd .newscon p {
        margin: 0;
        font-size: 14px;
        line-height: 1.65;
        overflow: hidden;
        color: #888;
        -webkit-line-clamp: 2;
    }

    .topNews dd .news-date {
        font-size: 18px;
        padding: .2rem;
        position: relative;
        left: auto;
        bottom: auto;
    }

    .new_cont {
        padding: 15px;
    }

    .news ul li a,
    .written_input,
    #blurb,
    #blurbs {
        flex-wrap: wrap;
    }

    .news_img {
        width: 100%;
        margin-right: 0;
    }

    .news_text {
        width: 100%;
        margin-top: 15px;
    }

    .news_data {
        width: 100%;
        justify-content: flex-end;
    }

    .news_text p {
        line-height: 20px;
        height: 40px;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .news_btn ul li {
        margin-bottom: 15px;

    }

    .news_btn {
        padding: 15px 0;
    }

    .careers_list ul li {
        width: 100%;
        margin-right: 0;

    }

    .careers_list ul li:nth-child(2n) {
        margin-right: 0;

    }

    .careers_list ul li a {
        padding: 20px;
    }

    #story .swiper-button-next,
    #story .swiper-button-prev {
        width: 30px;
        height: 30px;
    }

    #story {
        --swiper-navigation-size: 16px;
        /* 设置按钮大小 */
    }

    .story {
        width: 70%;
    }

    .written {
        padding-left: 10px;
        padding-right: 10px;
        border-radius: 10px;
    }

    .written_inner {
        width: 100%;
        display: block;
    }

    #distpicker {
        width: 100%;
        padding: 15px 15px 15px 20px;
    }

    .written_input .xiua {
        width: 100%;
    }

    .se_tit a {
        margin: 0 5px;
        padding: 0;
    }

    .story_lf {
        padding-right: 0;
    }

    #storys {
        background-size: contain;
    }

    .blurb_lf,
    .blurb_rt {
        width: 100%;
    }

    .blurb_text {
        padding-left: 0;
        display: flex;
        padding-top: 25px;
    }

    .blurb_text_lf img {
        width: 100%;
    }

    .blurb_text_rt {
        width: 85%;
        padding-left: 15px;
    }

    .blurb_img {
        width: 70%;

    }

    .honour_item {
        height: 130px;
    }

    .honour {
        padding: 0 10%;
    }

    .story_lf {
        min-height: auto;
        padding-top: 15px;
        padding-bottom: 60%;
    }

    .Development_lf {
        display: none;
    }

    .Development_tit {
        left: 0;
        width: 140px;
        height: 123px;
    }

    .Development_tit h4 {
        padding-left: 16px;
    }

    .Development_rt {
        width: 100%;
    }

    .Development_pos {
        position: relative;
        width: 60%;
        margin: 50px auto 30px;
    }

    #Development {
        height: auto;
        min-height: auto;
    }

    /* .se_banners img {
        height: 250px;
    } */

    .job-details-3kz_go4F2U {
        padding: 0;
    }

    .title-3IX7WwR-hQ {
        font-size: 16px;
    }

    .hd .prev,
    .hd .next {
        width: 50px;
        height: 50px;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        background-size: contain;
    }

    .mission_list ul li h4,
    .mission_list ul li h1,
    .mission_list ul li p {
        text-align: center;
    }

    .blurb_text_rt {
        width: 100%;
        padding: 0 10px;
    }

    .blurb_img:after,
    #blurbs .blurb_lf .blurb_img:after {
        background: none;
    }

    .blurb_img {
        width: 100%;
        padding: 0 10px;
    }

    .blurb_lf {
        padding-top: 20px;
    }

    #blurb {
        overflow: hidden;
    }

    #storys {
        background: none;
        min-height: auto;
    }

    .story_lf {
        padding-bottom: 0px;
    }

    .blurbsss .blurb_img {
        display: none;
    }
    .news_del_cont img{
        width: 100%;
    }
}