@import "font.css";
strong{
    font-weight: bold!important;
}
@font-face {
    font-family: "BEBAS";
    src: url(../font/BEBAS.woff);
}
@font-face {
    font-family: "HarmonyOS";
    font-weight: 600;
    src: url(../font/HarmonyOS_Sans_SC_Bold.ttf);
}
@font-face {
    font-family: "HarmonyOS";
    font-weight: 400;
    src: url(../font/HarmonyOS_Sans_SC_Light.ttf);
}
@font-face {
    font-family: "HarmonyOS";
    font-weight: 500;
    src: url(../font/HarmonyOS_Sans_SC_Regular.ttf);
}
@font-face {
    font-family: "HarmonyOS";
    font-weight: 200;
    src: url(../font/HarmonyOS_Sans_SC_Thin.ttf);
}

.banN_m {
    display: none;
}

@media(max-width:768px) {
    .banN_m {
        display: block;
    }

    .banN_pc {
        display: none;
    }
}
*,
html,
body {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #333333;
    font: 14px/1.8 "HarmonyOS";
    letter-spacing: 0.5px;
    background: transparent;
    font-weight: 500;
}


body {
    background: #fff;
}

ul,
ol,
dl,
li,
dt,
dd {
    padding: 0;
    margin: 0;
    list-style: none;
}

img {
    vertical-align: middle;
    border: 0;
}

a,
a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
}

a {
    color: #333;
    cursor: pointer;
}

a,
img,
select,
button,
input,
input[type=password],
input[type=text],
textarea {
    outline: none;
    resize: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
    font-size: 100%;
    font-weight: normal;
}

.fl {
    float: left;
}

.fr {
    float: right;
}
.recJob_btm ol,.recJob_btm ul{
    list-style: auto!important;
    padding-left: 10px!important;
}
.recJob_btm li {
    list-style: auto!important;
    border-bottom: none!important;
    background: none!important;
}
/*清除浮动*/
.clearfix::after,
.clearfix::before {
    content: ".";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

input {
    cursor: pointer;
    -webkit-appearance: none;
}

select {
    -webkit-appearance: button;
}

@-webkit-keyframes scale1 {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0
    }
}

@keyframes scale1 {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0
    }
}

@-webkit-keyframes scale2 {
    to {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

@keyframes scale2 {
    to {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

@-webkit-keyframes scale3 {
    to {
        -webkit-transform: scale(20);
        transform: scale(20);
        opacity: 0
    }
}

@keyframes scale3 {
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}


/*  */
@keyframes deg1Animate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes deg2Animate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

.wgt-fade-animate-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
}

.appear_right {
    animation: appearShowRight 2s;
    opacity: 1 !important;
}

@keyframes appearShowRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: .1;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0) !important;
        opacity: 1;
    }
}

/* swiper.js  */
.pos.swiper-pagination {
    width: 100%;
    bottom: 0 !important;
    position: relative;
    margin-top: 20px;
}

@media(max-width:500px) {

    .pos.swiper-pagination {
        margin-top: 10px;
    }
}


.pos.swiper-pagination .swiper-pagination-bullet,
.pos.swiper-pagination .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
    border-radius: 6px;
}

.pos.swiper-pagination .swiper-pagination-bullet-active {
    width: 38px;
}

.bg_w {
    background: #fff;
}

.inner {
    width: 80%;
    margin: 0 auto;
}

.secBg {
    position: relative;
    width: 100%;
    height: 100%;
}

.section4 .secBg {
    height: 100vh;
}

.secH {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-top: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*  */
.padd {
    padding: 89px 0;
}

.mwPadd {
    padding-bottom: 108px;
}

.mwDw {
    position: absolute;
    top: -128px;
}

@media(max-width:1368px) {
    .mwDw {
        top: -75px;
    }
}

/*  */
.indNav {
    margin: 50px auto 34px;
    text-align: center;
    position: relative;
    z-index: 3;
    text-align: center;
}

.indNav.left {
    text-align: left;
}

.indNav>div {
    position: relative;
    display: inline-block;
    overflow: hidden;
    background: #fff;
    border-radius: 38px;
    border: 1px solid #EAEAEA;
}

.indNav a {
    position: relative;
    float: left;
    display: block;
    height: 50px;
    line-height: 50px;
    border-radius: 38px;
    width: 168px;
    text-align: center;
    border: none;
    color: #666;
    font-size: 15px;
    transition: all 0.48s;
    z-index: 21;
}

.indNav a.active {
    color: #Fff;
}

.indNav_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 33.33%;
    height: 100%;
    border-radius: 38px;
    background: #0A4680;
    transition: all 0.48s;
}

@media(max-width:1368px) {

    .indNav a {
        width: 150px;
        height: 48px;
        line-height: 48px;
        font-size: 14px;
    }
}

@media(max-width:1280px) {
    .indNav {
        margin: 38px auto 20px;
    }

    .indNav a {
        width: 138px;
        height: 42px;
        line-height: 42px;
        font-size: 14px;
    }
}

/*  */
.indFlex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
}

.indFlex .mwTit,
.indFlex .indNav,
.indFlex .indTit,
.indFlex .indMore {
    margin: 0 !important;
}

.indTit {
    position: relative;
    margin-bottom: 28px;
}

.indTit span {
    position: relative;
    z-index: 3;
    /* font-family: "SiYuanBold"; */
    font-size: 32px;
    color: #333;
    letter-spacing: 0.5px;
    line-height: 1;
    font-weight: bold;
}

.indTit.white span {
    color: #fff;
}

.indTit.center {
    text-align: center;
}

.indArr {
    display: flex;
    align-items: stretch;
}

.indArr a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 48px;
    font-size: 0;
    text-align: center;
    border: 2px solid #ddd;
}

.indArr i {
    color: #999;
    font-size: 18px;
    display: block;
}

.indArr_prev {
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px;
}

.indArr_next {
    margin-left: -2px;
    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px;
}

.indArr_prev i {
    transform: rotate(180deg);
}

@media(max-width:1368px) {
    .indArr a {
        width: 62px;
        height: 40px;
    }

    .indArr i {
        font-size: 16px;
    }
}

/*  */
.proBox .swiper-button-disabled {
    display: none;
}

.mwArr_next,
.mwArr_prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.89);
    z-index: 21;
}

.mwArr_next i,
.mwArr_prev i {
    color: #0A4680;
    font-size: 16px;
}

.mwArr_prev {
    left: 10px;
    transform: rotateY(180deg) translateY(-50%)
}

.mwArr_next {
    right: 10px;
}

@media(max-width:1680px) {

    .mwArr_next,
    .mwArr_prev {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
}

/*  */
.indMore {
    position: relative;
    margin-top: 48px;
}

.indMore .more {
    position: relative;
    display: inline-block;
    border: 1px solid #0A4680;
    border-radius: 38px;
    padding: 10px 36px;
    transition: all 0.48s;
}

.indMore span {
    font-size: 14px;
    vertical-align: middle;
    color: #0A4680;
    transition: all 0.48s;
}

.indMore i {
    color: #0A4680;
    margin-right: 8px;
    position: relative;
    left: 0;
    transition: all 0.48s;
}

.indMore svg {
    vertical-align: middle;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 6px;
}

.indMore.yuan {
    margin: 0;
}

.indMore.yuan .more {
    padding: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 1px solid #999;
    text-align: center;
    transition: all 0.48s;
}

.indMore.yuan i {
    color: #999;
    margin: 0;
    font-size: 18px;
    line-height: 1;
}

.indMore.bg .more {
    background: #0A4680;
    border-color: #0A4680;
}

.indMore.bg i,
.indMore.bg span {
    color: #fff;
}

.indMore.big .more {
    padding: 12px 60px;
}

.indMore.big i {
    margin-right: 18px;
    font-size: 17px;
}

.indMore.big span {
    font-size: 16px;
}

.indMore.sm .more {

    padding: 5px 29px;
}

.indMore.hui span {
    color: #999;
}

.indMore.hui .more {
    border-color: #999;
}

.indMore.white .more {
    border-color: rgb(255 255 255 / 56%);
}

.indMore.white i,
.indMore.white span {
    color: #fff;
}

.indMore.none .more {
    /* padding: 0; */
    border: 0;
    background: none !important;
}

.indMore.none span {
    font-size: 13px;
    color: #0A4680 !important;
}


.indMore.none i {
    color: #0A4680 !important;
}

.indMore.center {
    /* text-align: center; */
}

.indMore .more:hover {
    background: #f08200 !important;
}

.indMore .more:hover {
    border-color: #f08200 !important;
}

.indMore .more:hover i,
.indMore .more:hover span {
    color: #fff !important;
}

.indMore:hover i {
    left: 6px;
}

@media(max-width:1680px) {
    .indMore.yuan .more {
        width: 54px;
        height: 54px;
        line-height: 54px;
    }
}

@media(max-width:1468px) {
    .indMore.yuan .more {

        width: 48px;
        height: 48px;
        line-height: 48px;
    }

    .indMore.yuan i {
        font-size: 17px;
    }
}

/*page*/

.mwPage {
    text-align: center;
    margin-top: 28px;
}

.mwPage a {
    cursor: pointer;
    display: inline-block;
    padding: 12px 16px;
    line-height: 1;
    border: 1px solid #eee;
    border-radius: 38px;
    font-size: 13px;
    color: #666;
    transition: all 0.48s;
}

.mwPage a:hover {
    color: #0A4680;
    border-color: #0A4680;
}

.mwPage a.active {
    background: #0A4680;
    color: #fff;
}

/* innBan */
.innBan {
    margin-top: 83px;
    position: relative;
}

.innBan img {
    display: block;
    width: 100%;
    height: 54vh;
    object-fit: cover;
}

.innBan .innBan_mlb {
    display: none;
}

.innNav {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #eee;
}

.innNav_box {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 6px;
}

.innNav_ico {
    display: flex;
    align-items: center;
    height: 75px;
    background: #f08200;
    padding: 0 51px;
    
}

.innNav_ico img {
    display: none;
    width: 21px;
    transition: all 0.48s;
}

.innNav_ico span {
    font-size: 18px;
    color: #fff;
    
}

.innNav_ico:hover img {
    transform: rotate(360deg);
}

.innNav_r a {
    position: relative;
    font-size: 16px;
    line-height: 75px;
    padding: 0 10px;
    margin-right: 40px;
    display: inline-block;
}

.innNav_r a:last-of-type {
    margin-right: 0;
}

.innNav_r a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #f08200;
    transform: scale(0);
    transition: all 0.48s;
}

.innNav_r a:hover::after,
.innNav_r a.active::after {
    transform: scale(1);
}

.innNav_r a.active {
    font-weight: bold;
    color: #f08200;
}

@media(max-width:1680px) {
    .innNav_r a {
        margin-right: 20px;
    }
}

@media(max-width:1368px) {
    .innBan {
        margin-top: 75px;
    }

    .innNav_r a {
        line-height: 68px;
    }

    .innNav_ico {
        height: 68px;
        line-height: 68px;
    }

    .innNav_ico img {
        width: 18px;
    }

    .innNav_ico span {
        font-size: 16px;
    }

    .innNav_r {
        padding-right: 20px;
    }

    .innNav_r a {
        font-size: 14px;
        margin-right: 10px;
    }
}

@media(max-width:1280px) {
    .innBan {
        margin-top: 60px;
    }
}

.wgt-fade-animate {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
}

.appear {
    -wewgtit-animation: opacity_show 1s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    -webkit-animation: opacity_show 1s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    animation: opacity_show 1s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    opacity: 1 !important;
}

@-webkit-keyframes opacity_show {
    0% {
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
        -webkit-transform: translateY(150px);
        transform: translateY(150px);
        opacity: .1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes opacity_show {
    0% {
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
        -webkit-transform: translateY(150px);
        transform: translateY(150px);
        opacity: .1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes opacity_show {
    0% {
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
        -webkit-transform: translateY(150px);
        transform: translateY(150px);
        opacity: .1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

/* ============
    common
================*/
.mwView {
    position: relative;
}

.mwBox {
    display: flex;
    justify-content: flex-end;
}

.mwBox .swiper-slide-active {
    background: #fff;
}

.mwItem {
    opacity: 0;
    transform: translateY(200px);
}

.mwBox .swiper-slide-active .mwItem {
    opacity: 1;
    transform: translateY(0);
    transition: all 1s;
}

.mwList {
    width: 300px;
    position: absolute;
    left: 10%;
    top: 0;
    padding: 89px 0;
    overflow-y: auto;
}

.mwList.fixed {
    position: fixed;
    left: 10%;
}

.mwList.pos {
    top: auto;
    bottom: 0;
}

.mwList a {
    position: relative;
    display: block;
    transition: all 0.48s;
    padding: 10px 0;
    padding-left: 30px;
    margin-bottom: 10px;
}

.mwList i {
    position: absolute;
    top: 10px;
    left: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid transparent;
    /* dh */
    transition: all 0.48s;
}

.mwList i::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -3px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #666;
}

.mwList span {
    font-size: 18px;
    color: #666;
}


.mwList a.active {
    padding-left: 50px;
}

.mwList a.active i {
    border: 1px solid rgba(134, 145, 168, .2);
}

.mwList a.active i::before {
    background: #0A4680;
}

.mwList a.active span {
    font-weight: bold;
    color: #0A4680;
}

.mwList ul {
    display: none;
    max-width: 90%;
}

.mwList li {
    cursor: pointer;
    margin: 20px 0;
}

.mwList p {
    position: relative;
    line-height: 1.6;
    padding-left: 10px;
    transition: all 0.48s;
    color: #666;
}

.mwList p::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #0A4680;
    opacity: 0;
}

.mwList li.active p {
    color: #0A4680;
}

.mwList li.active p::before {
    opacity: 1;
}

.mwRig {
    position: relative;
    width: calc(100% - 300px);
    border-left: 1px solid #eee;
    padding-left: 3%;
}

.mwRig::before {
    content: "";
    position: absolute;
    top: 0;
    left: -6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #eee;
}

.mwRig::after {
    content: "";
    position: absolute;
    top: 10px;
    left: -4px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #eee;
}

.mwItem {
    min-height: 50vh;
    padding: 14px 2%;
}

.mwItem .swiper-wrapper {
    height: auto !important;
}

/* ,
.mwItem>div */
.joinThr>div {
    margin-bottom: 60px;
    padding-bottom: 60px;
    /* border-bottom: 1px dashed #eee; */
    border-bottom: 1px dashed rgb(0 78 168 / 18%)
}

/* .joinThr>div:last-of-type, */
.mwItem>div:last-of-type {
    margin-bottom: 0;
    border-bottom: 0;
}

@media(max-width:1680px) {
    .mwList {
        width: 280px;
    }

    .mwRig {
        width: calc(100% - 280px);
    }

}

@media(max-width:1468px) {
    .mwList {
        width: 260px;
    }

    .mwRig {
        width: calc(100% - 260px);
    }

}

@media(max-width:1368px) {
    .mwList {
        width: 240px;
    }

    .mwRig {
        width: calc(100% - 240px);
    }

    .mwList li:last-of-type {
        margin-bottom: 0;
    }

    .mwList a.active {
        padding-left: 42px;
    }

    .mwList i {
        width: 32px;
        height: 32px;
    }

    .mwList i::before {
        margin-left: -2px;
        margin-top: -2px;
        width: 4px;
        height: 4px;
    }

    .mwList span {
        font-size: 16px;
    }

    .mwList p {
        font-size: 13px;
    }

}

@media(max-width:1280px) {
    .mwList {
        width: 210px;
    }

    .mwRig {
        width: calc(100% - 250px);
    }

    /* ,
    .mwItem>div */
    .joinThr>div {
        margin-bottom: 48px;
        padding-bottom: 48px;
    }

    .mwList a {
        margin-bottom: 0;
    }
}

/*  */
.mwTit {
    font-size: 24px;
    letter-spacing: 0.5px;
    line-height: 1;
    /* font-weight: bold; */
    /* margin-bottom: 24px; */
    color: #0A4680;
}

.mwTxt {
    font-size: 15px;
    line-height: 1.8;
    color: #333;
    margin-top: 14px;
    text-align: justify;
}

.mwSpan {
    margin-top: 20px;
    
    font-size: 24px;
    color: #0A4680;
    /* font-weight: bold; */
    line-height: 1.4;
    display: block;
    padding: 14px 0;
    /* border-top: 1px dashed #eee; */
}

.mwImg {
    display: block;
    width: 60%;
    margin: 20px auto;
}

.mwItem span.block {
    display: block;
    line-height: 1.6;
}

.mwItem span.big {
    font-size: 20px;
}

.mwPanel {
    display: none;
    border-bottom: 0 !important;
    margin: 0 !important;
}

.mwPanel:first-child {
    display: block;
}

@media(min-width:1900px) {
    /* .mwTit {
        font-size: 32px;
    } */
}

@media(max-width:1600px) {

    .mwImg {
        margin: 10px auto;
    }
}

@media(max-width:1468px) {
    .mwTit {
        font-size: 22px;
    }
}

@media(max-width:1368px) {
    .mwSpan {
        font-size: 22px;
    }

    .mwTxt {
        font-size: 14px;
    }
}

@media(max-width:1280px) {
    .mwSpan {
        font-size: 20px;
    }


    .mwTxt {
        font-size: 13px;
    }

    .mwList a.active {
        padding-left: 38px;
    }

    .mwTit {
        font-size: 20px;
    }

}

/*  */
.mwNew_time {
    color: #0A4680;
}

.mwNew_tit {
    display: block;
    font-size: 20px;
    transition: all 0.48s;
    color: #333;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mwNew_span {
    color: #999;
    letter-spacing: 0;
}

.mwNew_span .color {
    color: #0A4680;
}

.indMore.yuan .mwNew_more {
    transform: scale(0.8);
    border-color: #e9e9e9;
    margin-right: 14px;
}

@media(max-width: 1680px) {
    /* .mwNew_tit {
        font-size: 18px;
    } */
}

@media(max-width: 1368px) {
    .mwNew_tit {
        font-size: 16px;
    }
}

@media(max-width: 1280px) {
    .mwNew_time {
        font-size: 13px;
    }

    .mwNew_tit {
        font-size: 14px;
    }


    .mwNew_span span {
        font-size: 13px;
    }
}

/* ============
    mwFix 弹窗
================*/
.mwFix {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 10001;
    background: radial-gradient(white, transparent);
}

.mwFix_flex {
    width: 100%;
    height: 100%;
    position: relative;
}

.mwFix_box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 68%;
    background: #fff;
    box-shadow: 0px 4px 24px 0px rgb(31 119 246 / 10%);
    border-radius: 14px;
}

/* header  =========================================================== */
.header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    padding: 28px 0;
    transition: all .8s;
}

.header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: rgba(255, 255, 255, 1);
    z-index: -1;
    -webkit-transition: all 0.48s;
    transition: all 0.48s;
}

.header .inner {
    width: 90%;
    max-width: 90%;
}

.headBox {
    position: relative;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.headLogo {
    width: 128px;
}

.headLogo img {
    display: block;
    width: 100%
}

.headLogo .headLogo_w {
    display: none;
}

.headNav {
    text-align: center;
}

.headNav li {
    display: inline-block;
    margin: 0 2vw;
}

.headNav li:last-child {
    margin-right: 0;
}

.headNav a {
    display: block;
    height: 82px;
    line-height: 82px;
    position: relative;
    font-size: 18px;
    display: inline-block;
    color: #fff;
    position: relative;
    text-transform: uppercase;
}

.headNav a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    transform: scale(0);
    transition: all 0.48s;
}



.headNav a:hover {
    color: #fff
}

.headNav a:hover::after {
    transform: scale(1);
}

.headNav .active a {
    font-weight: bold;
    color: #0A4680 !important;
}

.headIco {
    text-align: center;
}

.headIco a {
    cursor: pointer;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #ffffff;
    font-size: 14px;
    
    transition: all 0.48s;
}

.headIco a:hover {
    background: #f08200 !important;
    color: #fff !important;
}

.header.on {
    padding: 0;
}

.header.on .headLogo .headLogo_img {
    display: none;
}

.header.on .headLogo .headLogo_w {
    display: block;
}

.header.on:before {
    height: 100%;
    border-bottom: 1px solid #eee;
}

.header.on a {
    color: #333;
}

.header.on a:hover {
    color: #0A4680;
}

.header.on .headNav a::after {
    background: #0A4680;
    height: 3px;
}

.header.on .headIco a {
    color: #666;
    border-color: rgba(153, 153, 153, 0.44);
}

/*900px导航*/

.headMenu {
    cursor: pointer;
    position: fixed;
    z-index: 99999;
    right: 0;
    display: none;
    margin-right: 24px;
}

.headMenu span {
    display: block;
    width: 26px;
    height: 2px;
    margin: 6px 0;
    background: #333;
    -webkit-transition: all 0.48s ease-in-out;
    -moz-transition: all 0.48s ease-in-out;
    -ms-transition: all 0.48s ease-in-out;
    -o-transition: all 0.48s ease-in-out;
    transition: all 0.48s ease-in-out;
}

.headerMain-bg .headMenu span {
    background: #fff;
}

.headMenu.active span {
    background: #333;
}

.headMenu.active span.headMenu_span1 {
    transform: rotate(45deg) translate(6px, 7px);
}

.headMenu.active span.headMenu_span2 {
    opacity: 0;
}

.headMenu.active span.headMenu_span3 {
    transform: rotate(-45deg) translate(4px, -6px);
}

.moHead_mlb {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    /* background-image: url(../images/bg3.jpg); */
    /* background: #eee; */
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover;
    z-index: 99990;
    padding: 28px;
}

.moHead_mlb .moHead_ico {
    text-align: center;
}

.moHead_mlb .moHead_ico a:last-child {
    display: inline-block;
}

.moHead_mlb ul {
    padding: 68px 0;
}

.moHead_mlb li {
    font-size: 15px;
    line-height: 2;
    padding: 14px 0;
    border-bottom: 1px dotted rgba(27, 47, 95, 0.18);
}

.moHead_mlb a {
    color: #242b3e;
    display: inline-block;
    width: 100%;
}

.moHead_mlb a svg {
    float: right;
    width: 21px;
    height: 24px;
    opacity: 0.8;
}

.moHead_mlb a svg path {
    fill: #242b3e;
}

.moHead_mlb .moHead_ico a {
    vertical-align: top;
    margin: 0 14px;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    border: 1px solid rgba(27, 47, 95, 0.23);
}

.moHead_mlb .moHead_ico svg {
    width: 24px;
    height: 24px;
}

.moHead_mlb .moHead_ico svg path {
    fill: #242b3e;
}

.moHead_mlb .moHead_ico img, .moHead_mlb .moHead_ico svg {
    margin-top: 10px;
}

@media (max-width: 480px) {

    *,
    html,
    body {
        letter-spacing: 0 !important;
    }

    .moHead_mlb a {
        font-size: 18px;
    }
}


/* footer  =========================================================== */
footer {
    background: #f7f7f7 url('../images/noisy-texture-80x80-o3-d18-c-f7f7f7-t1.png') repeat;
    position: relative;
    z-index: 10000;
}

.footSvg {
    position: relative;
    display: none;
}

.footSvg img {
    display: block;
}

.footSvg>div {
    position: absolute;
    top: -30px;
}

.footSvg .wufengDh1 {
    opacity: 0.5;
}

.footSvg .wufengDh2 {
    opacity: 0.3;
}

.footSvg svg {
    position: absolute;
    display: block;
    width: 100%;
}

.footSvg path {
    fill: #f1fcff
}

.footSvg_p1 {
    opacity: 0.8;
    top: -28px;
}

.footSvg_p2 {
    opacity: 0.5;
    top: -42px;
}

.footSvg .footSvg_t {
    position: relative;
    margin-bottom: -50px;
    z-index: 3;
}


.footBg {
    position: relative;
    z-index: 21;
    padding-top: 89px;
}

.footTop {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.footEwm {

    width: 180px;
    text-align: right;
    border-left: 1px dashed #e3e3e3;
}

.footEwm a {
    display: inline-block;
    width: 108px;
    text-align: center;
}

.footEwm img {
    width: 100%;
}

.footEwm p {
    margin: 5px 0;
    color: #666;
}

.footNav {

    width: calc(100% - 280px);
    padding-bottom: 68px;
    display: flex;
    align-items: self-start;
    justify-content: space-between;
}

.footNav span {
    display: block;
    font-size: 15px;
    margin-bottom: 18px;
    
}

.footNav a {
    display: block;
    font-size: 14px;
    margin-top: 8px;
    
    color: #666;
}

.footCopy {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 30px 0;
    border-top: 1px solid #e3e3e3;
}

.footCopy a,
.footCopy p {
    display: inline-block;
    text-transform: uppercase;
    color: #989898;
    font-size: 12px;
    letter-spacing: 0.5px;
}

.footCopy a {
    color: #989898;
}

.footCopy p:first-of-type a {
    margin-right: 14px;
}

.footCopy p {
    width: calc(100% - 500px);
}

.footCopy p:last-child {
    width: 450px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ddd;
}

.footCopy p:last-child a:hover {
    color: #f08200;
}

/* banner  =========================================================== */
.banner {
    position: relative;
    width: 100vw;
    /* height: 100%; */
    height: 100vh;
    overflow: hidden;
}

.banImg {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.banImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.3);
    transition: all 1s;
}

.banImg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: -webkit-linear-gradient(rgb(0 27 59 / 32%), rgb(0 27 59 / 0%));
    background: linear-gradient(rgb(0 27 59 / 32%), rgb(0 27 59 / 0%));
}

.banner .swiper-slide-active .banImg img {
    transform: scale(1);
    transition: all 8s;
}

.banText {
    min-width: 45%;
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    padding-top: 83px;
}

.banP {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.banP p {
    font-size: 89px;
    line-height: 1;
    color: #fff;
    letter-spacing: 0.5px;
    font-weight: bold;
}

.banP p.blue {
    color: #0A4680;
}

.banP p.shadow {
    /* text-shadow: 5px 4px 5px rgb(51 51 51 / 78%); */
}

.banEn {
    color: #fff;
    font-size: 34px;
    letter-spacing: 0.5px;
    line-height: 1.3;
    /* text-transform: capitalize; */
    
}

.banEn.shadow {
    /* text-shadow: 4px 2px 2px rgb(51 51 51 / 90%); */
}

.banEn.blue {
    color: #0A4680;
}

.banEn.left {
    letter-spacing: 0.5px;
    margin-left: 26px;
}

.banEn.right {
    margin-right: 26px;
}

.banner .swiper-slide {
    position: relative;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
    top: auto;
    transform: translate(0, 0);
    left: 0;
    bottom: 38px;
    width: 100%;
    z-index: 21;
}

.banner .swiper-pagination-bullet,
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {

    margin: 0 18px !important;
}

.banner .swiper-pagination-bullet {
    width: 54px;
    height: 54px;
    line-height: 54px;
    color: #fff;
    display: inline-block;
    font-size: 17px;
    letter-spacing: -0.5px;
    position: relative;
    background: transparent;
}

.swiper-pagination-bullet svg {
    position: absolute;
    width: 54px;
    height: 54px;
    top: 0;
    left: 0;
    transform: rotate(-90deg);
    transform-origin: 27px;
    transition: all 0.5s ease 0s;
    opacity: 0;
}


.swiper-pagination-bullet-active svg {
    opacity: 1;
    transition: all 0.5s ease 0s;
    animation: jdt3 7s 1 linear forwards;
}

@keyframes jdt3 {
    0% {
        stroke-dasharray: 0 190;
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dasharray: 190 0;
        stroke-dashoffset: 0;
    }
}

/* index  =========================================================== */
/* 1 */
.indAb {
    position: relative;
    z-index: 21;
    width: 100%;
}

.indAb_box {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;


}

.mwItem .indAb_p {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.indAb_img {
    position: relative;
    width: 500px;
    bottom: -10px;
}

.indAb_img img {
    position: relative;
    z-index: 21;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
    box-shadow: 0 0 10px 8px rgb(1 78 168 / 18%);
}


.indAb_img i {
    position: absolute;
    height: 108%;
    width: 108%;
    border-radius: 50%;
    background: #0A4680;
    opacity: 0.1;
}

.indAb_img i.line1 {
    top: 0;
    right: 0;
    animation: line1Animate 5s linear infinite alternate;
}

@keyframes line1Animate {
    0% {
        top: 0;
        right: 0;
    }

    50% {
        right: 10px;
    }

    100% {
        top: -30px;
        right: -50px;
    }
}

@keyframes line1Animate2 {
    0% {
        top: 0;
        right: 0;
    }

    50% {
        right: 5px;
    }

    100% {
        top: -3px;
        right: -5px;
    }
}


.indAb_img i.line2 {
    left: 0;
    bottom: 0;
    animation: line2Animate 5s 2s linear infinite alternate;
}

@keyframes line2Animate {
    0% {
        bottom: 0;
        left: 0;
    }

    50% {
        bottom: 5px;
    }

    100% {
        left: -40px;
        bottom: -20px;
    }
}

@keyframes line2Animate2 {
    0% {
        bottom: 0;
        left: 0;
    }

    50% {
        bottom: 5px;
    }

    100% {
        left: -5px;
        bottom: -3px;
    }
}

.indAb_img i.line3 {
    right: 0;
    bottom: 0;
    animation: line3Animate 3s infinite alternate;
    width: 105%;
    height: 105%;
}

@keyframes line3Animate {
    0% {
        right: 0;
        bottom: 0;
    }

    100% {
        right: -30px;
        bottom: -40px;
    }
}

@keyframes line3Animate2 {
    0% {
        right: 0;
        bottom: 0;
    }

    100% {
        right: -3px;
        bottom: -5px;
    }
}

.indAb_txt {
    position: relative;
    width: calc(100% - 500px);
    padding-right: 10%;
}

.indAb_ico {
    display: flex;
    align-items: stretch;
    margin: 50px 5px;
}

.indAb_ico i {
    position: relative;
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #0A4680;
    margin-left: -3px;
}

.indAb_ico .i1 {
    opacity: 1;
    z-index: 11;
}

.indAb_ico .i2 {
    opacity: 0.6;
    z-index: 10;
}

.indAb_ico .i3 {
    opacity: 0.3;
    z-index: 9;
}

.indAb_ico .i4 {
    opacity: 0.14;
    z-index: 8;
}

.indAb_p span {
    color: #0A4680;
    
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 14px;
    display: block;
}

.indAb_p p {
    font-size: 15px;
    line-height: 2.4;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
}

.indAb_num {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.indAb_num span {
    font-size: 60px;
    color: #0A4680;
    line-height: 1;
    margin-right: 5px;
}

.indAb_num label {

    font-size: 24px;
    color: #0A4680;
    vertical-align: top;
    line-height: 1;
    position: relative;
    top: 10px;
}

.indAb_num i {
    font-size: 34px;
    color: #0A4680;
    vertical-align: top;
    line-height: 1;
}

/* 2 */

.indNew {
    position: relative;
    width: 100%;
    padding-top: 10px;
    z-index: 3;
}

.indNew_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #0A4680;
}

.indNew_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
    -webkit-filter: grayscale(10%);
    filter: grayscale(10%);
    opacity: 0.5;
}

.indNew_box {
    margin: -10px;
}

.indNew_box .swiper-container {
    padding: 10px;
}

.indNew_a {
    position: relative;
    display: block;
    border-radius: 12px;
}

.indNew_a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    transition: all 0.68s;
    border-radius: 12px;

}

.indNew_div {
    border-radius: 12px;
    padding: 7% 10%;
    background: rgb(255 255 255 / 92%);
    position: relative;
    z-index: 11;
    top: 0;
    left: 0;
    transition: all 0.48s;
}

.indNew_time {
    color: #0A4680;
    
    opacity: 0.8;
    font-size: 13px;
}

.indNew_time svg {

    width: 21px;
    height: 21px;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 6px;
}

.indNew_tit {
    margin-top: 8px;
    min-height: 82px;
    
    font-size: 18px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.indNew .indMore {
    margin-top: 30px;
}
.indNew_div .indMore .more{
    padding: 4px 25px;
}

@media(min-width:1025px) {

    .indNew_a:hover .indNew_div {
        top: -6px;
        left: -6px;
    }

    .indNew_a:hover .indNew_tit {
        color: #0A4680;
    }

    .indNew_a:hover::before {
        top: 6px;
        left: 6px;
        opacity: 0.21;
    }
}

/* 3 */
.indPro {
    position: relative;
    width: 100%;
    padding: 208px 0;
    overflow: hidden;
}

.indPro_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.indPro_left {

    width: 600px;
}

.indList li {
    cursor: pointer;
    border-bottom: 1px solid #eee;
    margin-top: 20px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    position: relative;
    min-height: 114px;
}

.indList label {
    font-size: 68px;
    line-height: 1;
    color: #f08200;
    font-weight: 700;
    opacity: 0.1;
    font-family: "BEBAS";
    display: block;
    width: 100px;
    transition: all 0.48s;
}

.indList li>div {
    width: calc(100% - 100px);
    padding: 14px 5%;
}

.indList .hidden {
    position: relative;
    overflow: hidden;
}

.indList span {
    position: relative;
    
    font-size: 18px;
    line-height: 24px;
    transition: all 0.48s;
}

.indList p {
    position: relative;
    font-size: 14px;
    margin-top: 6px;
    line-height: 1.4;
    color: #666;
    transition: all 0.68s 0.2s;
}

.indList .current label {
    margin: 0;
    font-size: 90px;
}

.indList .current span {
    font-size: 20px;
    color: #f08200;
}

.indPro_rig {
    position: relative;
    width: calc(100% - 600px);
    text-align: right;
    padding-right: 90px;
}

.indBox {
    position: relative;
    display: inline-block;
    width: 60%;
    padding-top: 60%;
}

.indLine {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px dashed #eee;
    animation: deg1Animate 30s linear infinite;
}

.indItem {
    position: absolute;
    width: 140px;
    height: 140px;
    text-align: center;
    cursor: pointer;
    z-index: 3;
}


.indItem3,
.indItem1 {
    top: 50%;
    transform: translateY(-50%);
}

.indItem1 {
    left: -70px;
}

.indItem3 {
    right: -70px;
}

.indItem4,
.indItem2 {
    left: 50%;
    transform: translateX(-50%);
}

.indItem2 {
    top: -70px;
}

.indItem4 {
    bottom: -70px;
}

.indPro_pic {
    width: 100%;
    height: 100%;
    border-radius: 150px;
    background: #fff;
    box-shadow: 0px 15px 50px 1px rgb(42 27 77 / 15%);
    transition: all 0.28s;
    position: relative;
}

.indPro_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.indPro_pic i {
    position: absolute;
    height: 106%;
    width: 106%;
    border-radius: 50%;
    background: #f08200;
    opacity: 0;
}

.indPro_pic i.line1 {
    top: 0;
    right: 0;
    animation: line1Animate2 5s linear infinite alternate;
}

.indPro_pic i.line2 {
    left: 0;
    bottom: 0;
    animation: line2Animate2 5s 2s linear infinite alternate;
}

.indPro_pic i.line3 {
    right: 0;
    bottom: 0;
    animation: line3Animate2 3s infinite alternate;
    width: 105%;
    height: 105%;
}

.indPro_name {
    position: relative;
    width: 308px;
    text-align: center;
    margin-left: -75px;
    margin-top: 15px;
    color: #999;
    line-height: 1.6;
    font-size: 14px;
    
}

.indItem1 .indPro_name {
    text-align: right;
    width: 150px;
    right: 0px;
}

.indItem3 .indPro_name {
    width: 180px;
    left: 115px;
}

.indItem.current .indPro_pic {
    transform: scale(1.2);
}

.indPro_pic:hover i {
    opacity: 0.1;
}

/*  */
.processImg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    border-radius: 50%;
    z-index: -1;
}

.processImg_bg {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #f08200;
    /* dh */
    transform: scale(0);
    transition: all 1s 1.5s;
}

.processImg_bg img {
    width: 100%;
    opacity: 0.18;
}

.show .processImg_bg {
    transform: scale(1);
}

.processImg_bg::before {
    content: "";
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    border-radius: 50%;
    border: 1px dashed rgb(255 255 255 / 50%);
}

.show .processImg_bg::before {
    animation: deg1Animate 10s linear infinite;
}

.processImg i {
    position: absolute;
    border-radius: 50%;
    transform: scale(0);
}

.processImg i.bg1 {
    left: -20%;
    top: -20%;
    width: 140%;
    height: 140%;
    background: #f08200;
}

/* .show i.bg1 {
    animation: scale1 2s 2s linear infinite;
} */

.processImg i.bg2 {
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: #ffd5a6;
}

/* .show i.bg2 {
    animation: scale2 2s 2.5s linear infinite;
} */

.processImg_box {
    position: relative;
    border: 1px solid #fff;
}

.processImg_div {
    position: absolute;
    top: 15%;
    left: 15%;
    width: 70%;
    height: 70%;
    /* dh */
    transform: scale(0);
    transition: all 1s 2s;
}

.show .processImg_div {
    transform: scale(1);
}


.processImg_ico {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.68s;
}


.processImg_ico svg {
    width: 70%;
    height: 70%;
}

.processImg_ico.show {
    opacity: 1;
}

/* about  =========================================================== */

/* 1 */
.about .indAb_txt {
    width: 100%;
    padding-right: 0;
}

.about .indAb_p p label,
.about .indAb_p p {
    display: block;
    font-size: 15px;
    line-height: 1.8;
}

.about .indAb_p p label {
    display: inline-block;
    color: #0A4680;
}

/* 2 */
.abTeam {
    position: relative;
}

.abTeam_box {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin-left: -1%;
    margin-right: -1%;
}

.abTeam_a {
    display: block;
    position: relative;
    z-index: 21;
    width: 31.33%;
    margin: 1%;
    cursor: pointer;
    background: #fff;
    border-radius: 12px;
    padding: 20px 30px;
    box-shadow: 10px 10px 12px 0 rgb(0 0 0 / 10%);
    transition: all 0.48s;
    overflow: hidden;
}


.abTeam_img {
    position: relative;
    border-radius: 150px;
    width: 128px;
    height: 128px;
    margin: 0 auto 14px;
    overflow: hidden;
    background: #999;
}

.abTeam_img img {
    position: relative;
    z-index: 21;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
    transition: all 0.48s;
}

.abTeam_img svg {
    width: 100%;
    height: 80%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.abTeam_img path {
    fill: #eee;
}

.abTeam_txt {
    position: relative;
    text-align: center;
}

.abTeam_txt h2 {
    font-size: 20px;
    line-height: 1.4;
    color: #000;
    font-weight: bold;
}

.abTeam_txt p {
    color: #999;
    font-size: 15px;
}

.abTeam_txt img {
    width: 28px;
    display: none;
}



.abTeam_a .orn2 {
    width: 500px;
    height: 500px;
    border-radius: 100%;
    background: rgb(240 130 0 / 10%);
    position: absolute;
    top: 100px;
    left: 0;
}

.abTeam_a .orn3 {
    width: 400px;
    height: 400px;
    border-radius: 100%;
    background: rgb(1 78 168 / 10%);
    position: absolute;
    bottom: -10px;
    right: -200px;
}

.abTeam_a .orn2,
.abTeam_a .orn3 {
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    opacity: 0;
}

.abTeam_a .orn2 {
    transform: translate(50px, 90px);
    -webkit-transform: translate(50px, 90px);
}

.abTeam_a .orn3 {
    transform: translate(90px, -50px);
    -webkit-transform: translate(90px, -50px);
}

.abTeam_a:hover .orn2,
.abTeam_a:hover .orn3 {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    opacity: 1;
}

@media(min-width:1025px) {
    .abTeam_a:hover .abTeam_img img {
        transform: scale(1.1);
    }
}

@media(max-width:1680px) {
    .abTeam_a {
        width: 48%;
    }
}

@media(max-width:1468px) {
    .abTeam_txt h2 {
        font-size: 22px;
    }

}

@media(max-width:1368px) {
    .abTeam_img {
        width: 120px;
        height: 120px;
    }

    .abTeam_txt h2 {
        font-size: 20px;
    }

    .abTeam_txt span {
        font-size: 12px;
    }

    .abTeam_txt p {
        font-size: 13px;
    }
}

@media(max-width:1280px) {
    .abTeam_a {
        padding: 14px;
    }

    .abTeam_img {
        margin-top: 0;
        width: 118px;
        height: 118px;
    }

    .abTeam_txt h2 {
        font-size: 16px;
    }

    .abTeam_txt p {
        font-size: 12px;
    }

    .dcMap_txt p.big {
        font-size: 16px;
    }

    .dcMap_a:first-child svg {
        width: 38px;
        height: 38px;
    }
}

/* 3 */

/* 4 */
/* 5 */

/* 6 */
.abCon {
    position: relative;
}

.dcMap_top {
    padding-left: 68px;
    margin-bottom: 48px;
}

.dcMap_top span {
    font-size: 34px;
}

.dcMap_top p {
    color: #999;
    font-size: 15px;
    margin-top: 18px;
}

.dcMap {
    position: relative;
    overflow: hidden;
}

.dcMap_box {
    position: relative;
}

.dcMap_l {
    position: relative;
}

.dcMap_pos {
    position: relative;
}

.dcMap_pos>img {
    width: 100%;
    display: block;
}

.abCon_mess {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.dcMap_a {
    width: 50%;
    border-bottom: 1px solid #eee;
    padding: 28px 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: auto;

}

.dcMap_a:first-child {
    width: 100%;
}

.dcMap_a svg {
    position: relative;
    width: 42px;
    height: 42px;
}

.dcMap_a:first-child svg {
    left: -5px;
    width: 50px;
    height: 50px;
}

.dcMap_a path {
    fill: #0A4680;
}

.dcMap_txt {
    width: calc(100% - 80px);
}

.dcMap_txt span {
    font-weight: bold;
    color: #333;
    font-size: 15px;
}

.dcMap_txt p {
    font-size: 15px;
    font-weight: 400;
    color: #666;
    margin-top: 5px;
}


.dcMap_tit {
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 24px;
    color: #0A4680;
}

.dcMap_txt {
    position: relative;
    z-index: 3;
    transition: all .3s;
}

.bra_mark_box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.bra_mark_box img {
    position: absolute;
    display: block;
    animation: landmarkA 1.5s ease infinite;
    width: 1.4%;
}

.bra_mark_box img:first-child {
    width: 2.8%;
}

.bra_mark_box img:nth-child(2n) {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}

@keyframes landmarkA {
    1% {
        transform: scale(1);
        transform-origin: 50% 100%;
    }

    50% {
        transform: scale(.7);
        transform-origin: 50% 100%;
    }

    100% {
        transform: scale(1);
        transform-origin: 50% 100%;
    }
}


.bra_mar_001 {
    left: 77%;
    top: 31%;
}

.bra_mar_002 {
    left: 79.9%;
    top: 27.7%;
}

.bra_mar_003 {
    left: 77%;
    top: 28.1%;
}

.bra_mar_004 {
    left: 74.1%;
    top: 24.2%;
}

.bra_mar_005 {
    left: 9.2%;
    top: 30.6%;
}

@media(max-width:1680px) {


    .dcMap_a {
        padding: 24px 0;
    }

    .dcMap_txt p {
        line-height: 1.6;
    }

    .dcMap_a svg {
        width: 36px;
        height: 36px;
    }

    .dcMap_txt {
        width: calc(100% - 65px);
    }
}

@media(max-width:1468px) {

    .dcMap_txt p {
        font-size: 16px;
    }

    .dcMap_txt p.big {
        font-size: 22px;
    }

    .dcMap_a svg {
        width: 32px;
        height: 32px;
    }

    .dcMap_a:first-child svg {

        width: 45px;
        height: 45px;
    }
}

@media(max-width:1368px) {
    .dcMap_box {
        padding: 0;
    }


    .dcMap_txt p {
        font-size: 15px;
    }

    .dcMap_txt p.big {
        font-size: 18px;
    }

    .dcMap_a {
        padding: 20px 0;
    }

    .dcMap_a svg {
        width: 28px;
        height: 28px;
    }

    .dcMap_a:first-child svg {
        left: -5px;
        width: 42px;
        height: 42px;
    }


}


@media(max-width:1280px) {


    .dcMap_box {
        margin-bottom: 30px;
    }

    .dcMap_a {
        padding: 18px 0;
    }

    .dcMap_txt span {
        font-size: 12px;
    }

    .dcMap_txt p {
        font-size: 14px;
    }

    .dcMap_txt p.big {
        font-size: 16px;
    }

}

/* joinDet  =========================================================== */
.joinDet_view {
    position: relative;
}

.joinDet_box {
    position: relative;
    margin-bottom: 48px;
}

.joinDet_box .inner {
    width: 100%;
}

.joinDet_item {
    display: block;
    position: relative;
    z-index: 1;
    padding: 28px 0 14px;

    cursor: auto;
}

.joinDet_item .inner {
    position: relative;
}

/* .joinDet_item::before {
    content: "";
    position: absolute;
    
    bottom: 15px;
    width: 50%;
    height: 35%;
    background-color: #f7f7f7;
} */

.joinDet_item.right::before {
    right: 0;
}

.joinDet_item.right .joinDet_txt {
    left: 0;
}

.joinDet_item.right .inner {
    text-align: right;
}

.joinDet_item.left .joinDet_txt {
    right: 0;
}

.joinDet_txt>div {
    position: relative;
    top: 45%;
    transform: translateY(-50%);
}

img.joinDet_ico {
    max-width: 60px;
}

svg.joinDet_ico {
    width: 48px;
    height: 48px;
}

.joinDet_p {
    margin-top: 14px;
    /* margin-bottom: 32px; */
}

.joinDet_p i {
    vertical-align: middle;
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: 2px solid #0A4680;
    margin-right: 6px;
}

.joinDet_p p {
    font-size: 15px;
    line-height: 1.8;
    color: #666;
    letter-spacing: 0.5px;
}




.joinDet_txt {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    padding: 0 4%;
    text-align: left;
    background-color: #f7f7f7;
}




@media(min-width:1025px) {
    /* .joinDet_item:hover .joinDet_img img {
        transform: scale(1.1);
    } */
}

@media(max-width:1680px) {
    svg.joinDet_ico {
        width: 42px;
        height: 42px;
    }

    .joinDet_img {
        width: 45%;
        padding-top: 8%;
    }

    .joinDet_txt {
        width: 55%;
        padding: 0 3%;
    }

    /* .joinDet_tit {
        font-size: 28px;
    } */

    .joinDet_p p {
        font-size: 14px;
        line-height: 2.1;
    }

}

@media(max-width:1368px) {
    .inner {
        width: 86%;
    }

    .mwList {
        left: 7%;
    }

    .joinDet_item {
        padding: 28px 0;
        /* margin-top: 50px; */
    }

    .joinDet_img::before {
        padding-top: 64%;
    }

    svg.joinDet_ico {
        width: 38px;
        height: 38px;
    }

    .joinDet_txt>div {
        top: 50%;
    }

    .joinDet_tit {
        font-size: 22px;
    }

    .joinDet_p p {
        font-size: 14px;
    }
}

@media(max-width:1280px) {
    svg.joinDet_ico {
        width: 32px;
        height: 32px;
    }

    img.joinDet_ico {
        max-width: 45px;
    }

    .joinDet_tit {
        font-size: 24px;
    }

    .joinDet_p p {
        font-size: 13px;
    }
}

@media(max-width:1200px) {
    .joinDet_p p {
        font-size: 12px;
    }

    .inner {
        width: 88%;
    }

    .mwList.fixed, .mwList {
        left: 6%;
    }
}


/* news  =========================================================== */
.newYear {
    position: relative;
    margin-bottom: 48px;
}

.newYear {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.newYear .indTit {
    margin: 0;

}

.newYear::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #eee;
}

.newYear a {
    position: relative;
    outline: none;
    display: inline-block;
    color: #999;
    letter-spacing: 0;
    vertical-align: bottom;
    /* margin-left: 28px; */
    transition: all 0.48s;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 6;
}
.newYear a span{
    color: #999;
}

.newYear a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 10px;
    background: #Eee;
    transition: all 0.48s;
}

.newYear a:first-child {
    margin-left: 0;
}

.newYearSwiper{
    width: calc(100% - 300px);
    margin: 0;
    /* display: none; */
}
.newYearSwiper .swiper-slide {
    pointer-events: auto !important;
}
.mwBox .swiper-slide-active{
    background: transparent;
}
.newYearSwiper .swiper-slide{
   position: relative;
}
/* .newYear{
    flex-direction: column;
} */

.newYear a.active {
    font-size: 24px;
    color: #f08200;
    font-weight: bolder;
    vertical-align: bottom;
    padding-bottom: 5px;
   
}

.newYear a.active::before {
    height: 20px;
}

.newYear_box span {
    margin-left: 3px;
    font-size: 12px;
    color: #999;
    transition: all 0.48s;
}

.newYear a.active span {
    margin-left: 0;
    color: #f08200;
    font-weight: bolder;
    font-size: 16px;
}

.newBox {
    margin: 50px 0;
}

.newItem {
    cursor: pointer;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 42px;
    padding-bottom: 42px;
    border-bottom: 1px solid #eee;
}

.newFlex {
    display: flex;
    width: calc(100% - 160px);
}


.newImg {
    width: 23%;
    padding-top: 14%;
    overflow: hidden;
    position: relative;
}

.newImg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .48s;
}

.newTxt {
    width: 77%;
    padding-left: 5%;
}

.newTit {
    display: block;
    margin: 5px 0;
    font-size: 22px;
    line-height: 1.6;
    transition: all 0.48s;
}

.newP {
    color: #999;
    margin-bottom: 54px;
    margin-top: 20px;
    height: 56px;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: none !important;
}

.newTime {
    color: #0A4680;
}

.newItem .indMore {
    transform: scale(0.9);
}

@media(min-width: 1025px) {
    .newItem:hover .newImg img {
        transform: scale(1.1);
        transition: all .48s;
    }

    .newItem:hover .newTit {
        color: #0A4680;
    }

    .newItem:hover .indMore .more {
        background: #f08200;
        border-color: #f08200;
    }

    .newItem:hover .indMore i,
    .newItem:hover .indMore span {
        color: #fff;
    }
}

@media(max-width:1680px) {
    .newYearSwiper{
        width: calc(100% - 250px);
    }
    .newFlex {
        width: calc(100% - 150px);
    }

    /* .newImg {
        width: 24%;
        padding-top: 15%;
    } */

    .newTit {
        /* width: 76%; */
        font-size: 20px;
    }
}

@media(max-width:1468px) {
    .newYearSwiper{
        width: calc(100% - 200px);
    }
    /* .newImg {
        width: 26%;
        padding-top: 16%;
    } */
    /* .newTit {
        width: 74%;
    } */
}

@media(max-width:1368px) {
    .newYear a.active {
        font-size: 28px;
    }

    .newYear a.active span {
        font-size: 14px;
    }

    .newFlex {
        width: calc(100% - 100px);
    }

    .newTit {
        font-size: 18px;
    }

}

@media(max-width:1280px) {
    .newYear {
        flex-direction: column;
        align-items: flex-start;
    }

    .newYearSwiper{
        width: 100%;
    }
    .newYear a::before {
        bottom: 0;
    }

    .newItem {
        margin-bottom: 28px;
        padding-bottom: 28px;
    }

    .newTime {
        font-size: 13px;
    }

    .newTit {
        font-size: 16px;
    }

    .newItem .indMore {
        transform: scale(0.8);
    }
}



/* ========================================================================about */
/* 1 */
.abFor {
    position: relative;
    z-index: 3;
}

.abFor_line {
    position: absolute;
    top: 0;
    left: 64px;
    height: 100%;
    border-left: 1px dashed #eee;
    z-index: -1;
}

.abFor_item {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    /* border-radius: 14px; */

    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.abFor_item:first-child {
    margin-top: 0;
}

.abFor_item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.abFor_l {
    width: 180px;
}

.abFor_l svg {
    display: block;
    width: 118px;
    height: 118px;
    background: #fff;
    padding: 10px;
    transition: all 0.48s;
}


.abFor_r {

    width: calc(100% - 180px);
    width: 100%;
}

.abFor_txt span {
    font-size: 24px;
    color: #0A4680;
    
    display: block;
    line-height: 1.4;
    margin: 10px 0 14px;
}

.abFor_txt p {
    font-size: 15px;
    color: #333;
    line-height: 1.8;
    text-align: justify;
}

.abFor_img {
    margin: 20px 0;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.abFor_img img {
    width: 47%;
    border-radius: 6px;
    box-shadow: 0px 10px 20px 1px rgb(42 27 77 / 15%);
}

.abFor_r .indMore {
    transform-origin: left;
    transform: scale(0.8);
    margin-top: 18px;
}

@media(min-width:1025px) {

    .abFor_item:hover .abFor_l svg {
        transform: rotate(360deg);
    }
}


@media(max-width:1368px) {


    .abFor_item {
        margin-top: 32px;
    }

    .about .indAb_p p label,
    .about .indAb_p p {
        font-size: 16px;
    }

    /* .abFor_l {
        width: 150px;
    } */

    /* .abFor_r {
        width: calc(100% - 150px);
    } */

    .abFor_l svg {
        width: 108px;
        height: 108px;
    }

    .abFor_line {
        left: 54px;
    }

    .abFor_txt span {
        font-size: 20px;
    }

    .abFor_txt p {
        font-size: 14px;
    }

    .abFor_img img {
        width: 49%;
    }
}

@media(max-width:1280px) {

    .abFor_item {
        margin-top: 24px;
    }

    .abFor_l {
        width: 120px;
    }

    .abFor_r {
        width: calc(100% - 120px);
    }

    .about .indAb_p p label,
    .about .indAb_p p {
        font-size: 15px;
    }

    .abFor_txt span {
        font-size: 20px;
    }

    .abFor_txt p {
        /*font-size: 12px;*/
    }

    .abFor_l svg {
        width: 89px;
        height: 89px;
    }

    .abFor_line {
        left: 45px;
    }

}

/* 2 */

.abDeveBox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.abDeveBox_logo {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.abDeveBox_logo img {
    width: 120px;
}

.abDeveBox::after {
    content: '';
    width: 1px;
    height: 100%;
    background: #d9d9d9;
    position: absolute;
    left: 50%;
    top: 90px;
    z-index: -1;
}

.dxyItem {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
    padding-top: 60px;
}



.abDeve_txt {
    width: 50%;
    padding: 0 50px;
    margin-top: 35px;

}

.dxyLeft .abDeve_txt {
    text-align: right;
}

.dxyLeft .abDeve_txt:first-child {
    margin-top: 0;
}

.abDeve_top {
    padding-bottom: 12px;

    margin-bottom: 18px;
    position: relative;
}

.abDeve_top::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #eee;
    position: absolute;
    left: 0;
    bottom: 0;
}

.dxyLeft .abDeve_top::after {
    right: 0;
}

.dxyRight .abDeve_top::after {
    left: 0;
}

.abDeve_top b {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0A4680;
    position: absolute;
    top: 10px;
    transform: translateY(-50%);
    z-index: 2;
    animation: scale2 2s linear infinite;
}

@keyframes scale2 {
    from {
        box-shadow: 0 0px 1px 0 rgb(0 78 168);
    }

    50% {
        box-shadow: 0 0px 30px 0 rgb(0 78 168);
    }

    to {
        box-shadow: 0 0px 1px 0 rgb(0 78 168);
    }
}

.abDeve_txt .abDeve_top b {
    right: -50px;
    transform: translate(50%, 50%);
}

.abDeve_txt:nth-child(2n) {
    margin-top: 160px;
}

.abDeve_txt:nth-child(2n) .abDeve_top b {
    right: inherit;
    left: -50px;
    transform: translate(-50%, 50%);
}



.abDeve_txt span {
    color: #999;
    font-size: 34px;
    line-height: 1;

    /* letter-spacing: 2px; */
}

.abDeve_txt i {
    font-size: 20px;
    color: #999;
    font-weight: bold;
    position: relative;
    top: -2px;
}

.abDeve_txt p {
    position: relative;
    margin-top: 8px;
    color: #666;
    line-height: 1.8;
    text-align: left;
}
.abDeve_txt p strong{
    color: #666;
    line-height: 1.8;
}

.abDeve_img {
    width: 100%;

    position: relative;

    margin-top: 20px;
    opacity: 0;
    display: none;
}

.abDeve_img.on {
    opacity: 1;
    display: block;
}

.dxyRight .abDeve_img {
    margin-left: 0;
    margin-right: 40%;
}

.abDeve_img img {
    width: 100%;
    height: 9vw;
    object-fit: cover;
}

.slickDemo .slick-arrow {
    top: 50%;
    margin-top: -50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-bottom: 0;
    border: 1px dotted rgba(27, 47, 95, 0.28);
    display: inline-block;
    background: rgba(27, 47, 95, 1);
    transition: all 0.8s;
}

.slickDemo .slick-arrow i {
    background: url(../images/ico2_1.png) no-repeat scroll center center;
    width: 100%;
    height: 100%;
    margin: 0px auto;
    display: block;
    transition: 300ms;
    -webkit-transition: 300ms;
}

.slickDemo .slick-prev {
    left: -58px;
}

.slickDemo .slick-next {
    right: -58px;
}

.slickDemo .slick-prev i {
    background-image: url(../images/ico2_1.png);
}

.slickDemo .slick-next i {
    background-image: url(../images/ico1_1.png);
}



.slickDemo .slick-prev:hover i {
    background-position: 30% center;
}

.slickDemo .slick-next:hover i {
    background-position: 70% center;
}



.slickDemo.slick-slider {
    position: relative;
    display: block;
    margin-top: 20px;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slickDemo .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slickDemo .slick-slide {
    position: relative;
    float: left;
    height: 100%;
    min-height: 1px;
    outline: none;
}

.slickDemo .slick-prev,
.slickDemo .slick-next {
    position: absolute;
    z-index: 99;
    cursor: pointer;
}

.slickDemo .slick-dots {
    display: none !important;
    position: relative;
    text-align: center;
    margin-top: 20px;
}

.slickDemo .slick-dots li {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    background: #eeeeee;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.slickDemo .slick-dots li.slick-active {
    background: #e60012;
}

@media(max-width:1680px) {
    .dxyBtm .slick-list {
        padding-right: 12%;
    }



    .abDeve_txt:nth-child(2n) {
        margin-top: 120px;
    }

}

@media(max-width:1368px) {
    .abYear_div span {
        font-size: 16px;
    }

    .slick-current .abYear_div span {
        font-size: 22px;
    }

    .abDeve_txt span {
        font-size: 24px;
    }

    .abDeve_txt i {
        font-size: 16px;
    }

    .abDeve_txt p {
        font-size: 13px;
    }


    .abDeve_txt:nth-child(2n) {
        margin-top: 100px;
    }
}

/* 4 */

.abHor_cx {
    margin-bottom: 34px;
    padding-bottom: 34px;
    border-bottom: 1px dashed #eee;
}

.abHor .mwTit {
    margin-bottom: 14px;
}

.abHor_cx label {
    display: block;
    font-size: 20px;
    margin-bottom: 5px;
}

.abHor_cx .mwTxt {
    line-height: 1.8;
    margin-top: 0px;
}

.abHor_bf label {
    display: block;
    font-size: 20px;
    margin-bottom: 5px;
}

.abHor_box {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin-left: -1%;
    margin-bottom: 68px;
}

.abHor_img {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 14px 14px 20px 0 rgb(0 0 0 / 10%);
    width: 18%;
    margin: 1%;
}

.abHor_pic {
    position: relative;
    text-align: center;
    padding-top: 69%;
    overflow: hidden;
}

.abHor_pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    transition: all 0.48s;
}

.abHor_txt p {
    font-size: 12px;
    padding: 20px 3% 0 5%;
    line-height: 1.4;
    height: 90px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.abHor_span {
    padding: 5% 3% 10% 5%;
}

.abHor_span label {
    color: #999;
    font-size: 16px;
    display: block;
    line-height: 40px;
    margin-bottom: 5px;
}

.abHor_span span {
    color: #0A4680;

    margin-left: 6px;

    display: inline-block;

    font-size: 14px;
    letter-spacing: 0;
}

.abHor_span span:first-child {
    margin-left: 0;
}

@media(min-width:1025px) {
    .abHor_img:hover .abHor_pic img {
        transform: scale(1.1);
    }
}

@media(max-width:1680px) {
    .abHor_box {
        margin-left: -2.5%;
    }

    .abHor_img {
        width: 23%;

    }

}

/* @media(max-width:1368px) {
    .abHor_txt p {
        font-size: 18px;
    }
} */

@media(max-width:1280px) {
    .abHor_box {
        margin-left: -1.5%;
    }

    .abHor_img {
        width: 30.33%;
        margin: 1.5%;
    }

    /* .abHor_txt p {
        font-size: 16px;
    } */

}

/* 5 */

.logoTit {
    position: relative;
    font-size: 24px;

    
    color: #0A4680;
    margin-bottom: 14px;
}

.abLogo_panel:last-child {
    margin-top: 48px;
}

.abLogo_box {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin-left: -1%;
    margin-right: -1%;
}

.abLogo_img {
    display: inline-block;
    position: relative;
    padding-top: 12%;
    min-height: 89px;
    border: 1px solid #eee;
    background: #fff;
    width: 31.33%;
    margin: 1%;
    cursor: auto;
}

.abLogo_img img {
    position: absolute;
    top: 10%;
    left: 20%;
    width: 60%;
    height: 80%;
    object-fit: contain;
}

/* 6 */
.abCon_map {
    position: relative;
    top: -60px;
}

.abCon_five {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    /* margin-bottom: 68px; */

    width: 100%;
    position: absolute;
    left: 50%;
    top: 32%;
    transform: translate(-50%, -50%);
}

.abCon_a {
    width: 15%;

    text-align: center;
    border-radius: 6px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px 0;
    cursor: auto;
}


.abCon_a i {
    background: #eee;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: block;
    margin: 0 auto 11px;
    overflow: hidden;
}

.abCon_a p {
    font-size: 15px;
    
}

.abCon_a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    transform: scale(1.2);
}

.abCon_img img {
    width: 100%;
}

@media(max-width:1680px) {
    .abCon_a {
        width: 18%;
    }

    .abCon_a i {
        margin-bottom: 5px;
        width: 72px;
        height: 72px;
    }
}

@media(max-width:1468px) {
    .abCon_a {
        padding: 14px 0;
    }

    .abCon_a i {
        width: 68px;
        height: 68px;
    }

    .abCon_a p {
        font-size: 15px;
    }
}


@media(max-width:1368px) {
    .abCon_five {
        margin-bottom: 54px;
    }

    .abCon_a {
        padding: 10px 0;
    }



    .abCon_a i {
        width: 60px;
        height: 60px;
    }

    .abCon_a p {
        font-size: 14px;
    }
}

@media(max-width:1280px) {
    .abCon_a i {
        width: 54px;
        height: 54px;
    }

    .abCon_a p {
        font-size: 13px;
    }
}

/* 7 */
.mwFix_flex {
    display: none;
}

.mwFix_flex:first-child {
    display: block;
}

.teamFix_box {
    padding: 3%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    position: relative;
    top: 50%;
    left: 50%;
    /* transform: translateY(-50%); */
    transform: translate(-50%, -50%);
    /* margin: 0 auto; */

}

.teamFix_l {
    position: relative;
    z-index: 3;
    width: 320px;
    text-align: center;
    background: #f7f7f7 url(../images/noisy-texture-80x80-o3-d18-c-f7f7f7-t1.png) repeat;
    position: relative;
}


.teamFix_img {

    position: relative;
    /* width: 168px;
    height: 168px;
    margin: 28% auto;
    border-radius: 50%; */
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-shadow: 20px 20px 40px 0 rgb(1 78 168 / 10%);
}

.teamFix_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.teamFix_txt {
    width: calc(100% - 320px);
    padding: 0% 5% 1.3%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/*.teamFix .indMore {*/
/*    margin: 0;*/
/*}*/

.teamFix_tit {
    /* border-top: 1px dotted #dfdfdf; */
    padding: 20px 0;
}

.teamFix_tit span {
    font-size: 24px;
    line-height: 1;
    
}

.teamFix_p span {
    color: #0A4680;
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
}

.teamFix_p p {
    color: #333;
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
    max-height: 120px;
    padding-right: 20px;
    overflow-y: auto;
}

@media(max-width:1680px) {
    .teamFix_box {
        padding: 2%;
    }

    /* .teamFix_img {
        margin: 22% auto;
    } */
}

@media(max-width:1468px) {
    .teamFix_l {
        width: 280px;
    }

    .teamFix_txt {
        width: calc(100% - 280px);
        padding-right: 3%;
    }

}

@media(max-width:1368px) {

    .teamFix_l {
        width: 240px;
    }

    .teamFix_txt {
        width: calc(100% - 240px);
        padding: 0 1% 0 4%;
    }

    .teamFix_tit span {
        font-size: 22px;
    }

    /* .teamFix_img {
        width: 148px;
        height: 148px;
    } */
}

@media(max-width:1280px) {
    .teamFix_l {
        width: 200px;
    }

    .teamFix_txt {
        width: calc(100% - 200px);
    }

    .teamFix_tit span {
        font-size: 20px;
    }

    .teamFix_tit label {
        font-size: 12px;
    }

    .teamFix_tit {
        padding: 10px 0;
    }

    /* .teamFix_img {
        width: 128px;
        height: 128px;
    } */

    .teamFix_p span {
        font-size: 16px;
    }

    .teamFix_p p {
        font-size: 13px;
        max-height: 90px;
    }
}


/* ===============================================================pro */

.proOne {
    position: relative;
}

.proImg {
    position: relative;
}

.proOne .swiper-wrapper {
    height: auto !important;
}

.proPic {

    width: 100%;
    height: 100%;
    padding-top: 35%;
    overflow: hidden;
    position: relative;
    z-index: 3;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.js_proImg .proPic {
    padding-top: 60%;
    border-radius: 0;
}

.proImg .swiper-container-horizontal>.swiper-pagination-bullets,
.proImg .swiper-pagination-custom,
.proImg .swiper-pagination-fraction {
    text-align: right;
    padding-right: 5%;
    bottom: 20px;
}

.proImg .swiper-pagination-bullet {
    width: 28px;
    height: 4px;
    border-radius: 0;
    background: #fff;
    opacity: 1;
}

.proImg .swiper-pagination-bullet-active {
    background: #0A4680;
}

.proPic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.proTxt span {
    color: #0A4680;
    
    font-size: 24px;
    display: block;
}

.proTxt label {
    font-size: 20px;
    display: block;
    margin: 0 0 0;
    margin-top: 14px;
    font-weight: 500;
}

.proTxt p {
    font-size: 15px;
    line-height: 1.8;
    color: #333;
    margin-top: 14px;
    text-align: justify;
}

.proIco {
    margin: 28px 0;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.proIco a {
    text-align: center;
    width: 31%;
    box-shadow: 0 0 10px 1px #eee;
    padding: 30px 2%;
    border-radius: 12px;
}

.proIco i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    margin: 0 auto;
    border-radius: 12px;
    background: #0A4680;
    position: relative;
    top: 0;
    transition: top 0.28s;
}

.proIco svg {
    width: 58%;
    height: 58%;
}

.proIco img {
    width: 58%;
    height: 58%;
}

.proIco p {
    color: #0A4680;
    
    text-align: center;
    line-height: 1.4;
    margin: 18px auto 0;
    font-size: 14px;
}

@media(min-width:1025px) {

    .proIco a:hover i {
        top: -10px;
    }
}

@media(max-width:1680px) {
    .proTxt p {
        margin-top: 10px;
    }

    .proIco {
        margin-top: 38px;
    }

    .proIco i {
        width: 48px;
        height: 48px;
    }
}

@media(max-width:1468px) {
    .proTxt p {
        line-height: 2.1;
    }

    .proIco {
        margin-top: 20px;
        max-width: 100%;
    }

    .proIco i {
        width: 42px;
        height: 42px;
    }
}

@media(max-width:1368px) {
    .proTxt span {
        font-size: 26px;
    }

    .proTxt p {
        font-size: 14px;
        line-height: 1.7;
    }

    .proIco svg {
        width: 50%;
        height: 50%;
    }

    .proIco p {
        font-size: 14px;
    }
}

@media(max-width:1280px) {
    .proIco a {
        padding: 24px 2%;
    }

    .proTxt span {
        font-size: 20px;
        line-height: 1.4;
    }

    .proTxt p {
        font-size: 13px;
    }

    .proIco i {
        width: 38px;
        height: 38px;
    }

    .proIco p {
        font-size: 13px;
    }
}

/*  */
.proTwo {
    position: relative;
}

.proTwo .proBox {
    margin-top: 40px;
}

.proTwo .proImg {
    width: 100%;
    order: -1;

}

.proTwo .proInfo {
    width: 100%;
    background: #f8f8f8;
    padding: 3% 4%;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    display: flex;
    align-items: stretch;
    padding-bottom: 3%;

}

.proThr {
    position: relative;
}

.js_proImg .swiper-slide {
    opacity: 1 !important;
}

@media(max-width:1468px) {

    .proTxt label {
        font-size: 22px;
    }
}

@media(max-width:1368px) {
    .proTwo .proBox {
        flex-wrap: wrap;
        margin-top: 0;
    }

    .proTwo .proBox:last-of-type {
        margin-top: 48px;
    }

    .proTwo .proImg,
    .proTwo .proInfo {
        width: 100%;
        min-height: auto;
    }

    .proTwo .proImg {
        order: -1;
    }

    .proTwo .proPic {
        padding-top: 50%;
        border-radius: 0;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;

    }

    .proTwo .proInfo {
        background: #f8f8f8;
        padding: 4% 6%;
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
    }

    .proTxt label {
        font-size: 20px;
    }
}

@media(max-width:1280px) {
    .proTwo .proPic {
        padding-top: 38%;
    }

    .proTwo .proInfo {
        padding: 3% 4%;
    }

    .proTxt label {
        font-size: 18px;
    }
}

/* ======================================================rd */

.rdView {
    padding-top: 1px;
    /* padding-bottom: 500px; */
}

.rdBox {
    display: flex;
    align-items: stretch;
    justify-content: space-between;

    overflow: hidden;
    position: relative;
}

.rdBox:first-child {
    margin-top: 0;
}

.rdTit {
    width: 100%;
    padding: 20px;
    height: 100%;
    left: 0;
    top: 50%;
    z-index: 20;
    border-bottom: 1px solid rgba(139, 143, 146, 0.14);
}

.rdBody {
    position: relative;
    border: 1px solid rgba(139, 143, 146, 0.14);
    border-top: none;
    border-bottom: none;
}

/* .rdBox:last-child .rdBody {
    border-bottom: 1px solid rgba(139, 143, 146, 0.14);
} */

.rdTit label {
    font-weight: bold;
    font-size: 18px;
    color: #0A4680;
    line-height: 1.2;
    /* transform: rotate(270deg); */
}

.rdTab {
    /* width: calc(100% - 60px); */
    width: 100%;
}

.rdRow {
    position: relative;
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.rdRow:nth-child(2n) {
    background: #f2f2f2;
}

.rdLine {
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    height: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.rdLine i {
    display: block;
    width: 20%;
    height: 100%;
    border-left: 1px solid rgba(139, 143, 146, 0.14);
    padding: 10px;
}

.rdCol {
    position: relative;
    z-index: 3;
    padding: 14px 0;
}

.rdCol.w30 {
    width: 18%;
    padding-left: 18px;
    padding-right: 18px;
    text-align: left;
    border-bottom: 1px solid rgba(139, 143, 146, 0.14);
}

.rdCol.w10 {
    width: 12%;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    padding: 14px 8px;
    border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.rdBody .rdCol.w10 {
    border-bottom: 1px solid rgba(139, 143, 146, 0.14);
    border-left: 1px solid rgba(139, 143, 146, 0.14);
}

.rdBody .rdCol.w10 span {
    font-size: 12px;
    letter-spacing: 0;
    width: 100%;
    word-wrap: break-word;
}


.rdCol.w10>div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.rdItem:first-child .rdCol.w30 {
    border-top: none;
}



.rdCol.w30>div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}


.rdCol.w70 {
    padding: 0;
    width: 70%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

/* .rdBody .rdItem:last-child .rdCol {
    border-bottom: none;
} */


.rdHead {
    margin-top: -1px;
    background: #0A4680;
}

.rdHead .rdCol.w70>div {
    width: 14.28%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 0;
    border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.rdHead .rdCol>div {
    width: 100%;
    height: 100%;
}

.rdHead span {
    display: block;
    color: #fff;
    text-align: center;
    letter-spacing: 0;
    line-height: 1.2;
    width: 100%;
    font-size: 15px;
    word-wrap: break-word;
}
.rdHead span.s2{
	display: none;
}
@media(max-width:680px) {
	
	.rdHead span.s2{
		display: block;
	}
	.rdHead span.s1{
		display: none;
	}
}

.rdHead .rdCol.w30 span {
    text-align: left;
}

.rdBody .rdCol.w70 {
    display: flex;
    align-items: center;
}

.rdBody span {
    /* text-transform: uppercase; */
    font-size: 16px;
    /*line-height: 1;*/
    letter-spacing: 0;
}

.rdBody b {
    display: none;
}

.rdCol p {
    color: #999;
    line-height: 1.4;
    font-size: 12px;
}

.rdCol svg {
    position: absolute;
    top: 16px;
    right: 10px;
    width: 14px;
    height: 14px;
    transition: all 0.48s;
}


.rdRow_dl.change svg{
    transform: rotate(180deg);
}

.rdItem.change svg {
    top: 16px;
    transform: rotate(180deg);
}

@keyframes svgHandler {
    0% {
        top: 10px;
    }

    100% {
        top: 20px;
    }
}

.pep2Col_mark {
    position: relative;
    border-top-right-radius: 38px;
    border-bottom-right-radius: 38px;
    height: 18px;
    width: 0%;
    transition: all 1s 1s;
}

.appear .pep2Col_mark {
    width: 100%;
}

.pep2Col_bg {
    /* overflow: hidden; */
    position: absolute;
    z-index: 7;
    top: 0;
    left: 0;
    height: 100%;
    transition: all 1s 1s;
    /* border-top-right-radius: 38px;
                                                border-bottom-right-radius: 38px; */
    background-color: #B0CDE4;
    background-position: center;
    background-repeat: repeat-x;
    background-size: auto 100%;


}

.pep2Col_bg::after {
    content: '';
    position: absolute;
    /* background-color: #B0CDE4; */
    border-bottom: 9px solid transparent;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #B0CDE4;
    right: -18px;
    top: 0px;
    transform: rotate(270deg);
}


.pepDash {
    position: absolute;
    top: 0;
    width: 0;
    height: 100%;
    background-image: url(../images/tab1.png);
    background-position: center;
    background-repeat: repeat-x;
    background-size: auto 100%;
    z-index: 21;
    /* dh */
    transition: all 0.5s 1.6s;
}

.appear .pepDash {
    width: 14.28%;
}

.pepDash.one {
    left: 28.57%;
}

.pepDash.two {
    left: 42.86%;
}

.pepDash.thr {
    left: 57.12%;
}

.pep2Col_ico {
    position: absolute;
    left: 30%;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 0;
    opacity: 0;
    transition: all 0.48s 2s;
}

.appear .pep2Col_ico {
    opacity: 1;
    padding-left: 20px;
}

.pep2Col_ico img {
    /*width: 45px;*/
    height: 35px;
}

.rdTxt {
    width: 100%;
    display: none;
    border-bottom: 1px solid rgba(139, 143, 146, 0.14);


    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 2.4;
}

.rdTxt>div {
    width: 100%;
    height: 100%;
    padding: 2% 18px 2% 18px;
}

.rdTxt_span {
    display: block;
    border-bottom: 1px dashed #eee;
    line-height: 2;
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 24px;
    color: #0A4680;
}

.rdTxt_p {
    font-size: 15px;
    min-height: 108px;
    text-align: justify;
}
.rdTxt_p p img{
    width: 100%;
}


.rdBox:nth-child(2n) .rdHead {
    background: #3186e9
}


/* 新增 */
.rdLine .i1 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}

.rdCol.w30 .hide {
    display: none;
    margin-top: 5px;

}

.rdCol.w30 .hide span {
    text-transform: initial;
}


@media(max-width:1680px) {
    .rdTit {
        padding: 15px;
    }

    /* .rdCol.w10 {
        width: 50px;
    } */

    .rdLine,
    .rdCol.w70 {
        width: 70%;
    }

    .rdTxt {
        width: 100%;
    }

    .rdTit label {
        font-size: 18px;
    }


    .rdHead span {
        font-size: 13px;
    }

    .rdCol p {
        font-size: 12px;
    }

    .rdTxt_span {
        font-size: 24px;
    }

    .rdTxt_p {
        font-size: 14px;
    }
}

@media(max-width:1468px) {
    /* .rdCol.w30 {
        width: 28%;
    }

    .rdLine,
    .rdCol.w70 {
        width: calc(72% - 50px);
    } */

    .rdHead .rdCol.w70>div {
        padding: 10px;
    }

    .rdBody span {
        font-size: 16px;
    }

    .rdTxt_span {
        font-size: 22px;
    }

    .rdTxt_p {
        background-size: 32px;
        padding-right: 12%;
    }
}

@media(max-width:1368px) {

    .rdTit label {
        font-size: 17px;
        line-height: 1.4;
    }

    .rdCol svg {
        width: 12px;
        height: 12px;
    }

    .rdTxt_span {
        font-size: 20px;
        margin-bottom: 18px;
    }
}

@media(max-width:1280px) {

    .rdCol.w30 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .rdTxt>div {
        padding: 2% 8px;
    }

    .rdHead span {
        font-size: 12px;
        letter-spacing: -0.5px !important;
    }

    .rdTit label {
        font-size: 16px;
    }

    .rdBody span {
        font-size: 14px;
        letter-spacing: 0;
    }

    .rdTxt_span {
        margin-bottom: 14px;
    }

    .rdTxt_p {
        font-size: 12px;
        background-size: 24px;
        padding-right: 10%;
    }
}

@media(max-width:768px) {
    /*.rdHead .rdCol.w70>div:first-child {
        display: none;
    }*/

    .rdHead .rdCol.w70>div {
        width: 16.66%;
        padding: 10px 0px;
    }

    .rdLine .i8 {
        display: none;
    }

    .appear .pep2Col_mark {
        margin-left: 0;
    }

    .rdCol.w30 {
        border-bottom: none;
    }

    .rdCol.w30 .hide {
        border-bottom: none;
    }

    .rdCol.w30 .hide {
        display: initial;
    }

    .rdTxt {
        margin-left: 0;
    }

    .rdTxt>div {
        padding: 2% 8px;
    }

    .rdTxt_p {
        padding-right: 0;
    }

    .rdCol.w10 {
        display: none;
    }


}

@media(max-width:480px) {
    .rdTxt {
        margin-left: 0;
        width: 100%;
        border-left: none;
    }

    .rdBox {
        border-right: 1px solid rgba(139, 143, 146, 0.14);
    }
}

/* @media(max-width:470px){
    .rdBox{
        border-right: none;
    }
} */

/*  */
.mwTxt span.block {
    display: block;
    line-height: 2.4;
    margin: 2%;
}

.cxUl {
    position: relative;
    /* display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap; */
}

.cxUl::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
}

.cxUl li {
    display: flex;
    align-items: center;
    /* justify-content: flex-end; */
    padding-top: 14px !important;
    width: 100%;
}

.cxUl li:first-child {
    padding-top: 0 !important;
}

.cxUl i {
    position: relative;
    color: #333;
    
    text-align: center;
    padding-left: 5px;
    display: none;

}

.cxUl li {
    padding-top: 20px;
}

/* .cxUl li p {
    width: calc(100% - 45px);
    color: #666;
    font-size: 15px;
    line-height: 2.1;
    padding: 0;
}

.cxUl li p span {
    font-size: 15px !important;
} */

@media(max-width:1680px) {
    .cxUl li {
        padding-top: 30px;
    }
}

@media(max-width:1280px) {

    .cxUl i {
        width: 32px;
        height: 32px;
        line-height: 32px;
    }

    .cxUl i::after {

        left: calc(100% - 7px);
        border-top-width: 13px;
        border-left-width: 14px;
        border-bottom-width: 14px;
    }

    .cxUl li p {
        font-size: 13px;
        width: calc(100% - 50px);
        line-height: 1.8;
    }

    .mwItem span.big {
        font-size: 16px;
    }

    .cxUl li p span {
        font-size: 13px !important;
    }
}

/*  */

.rdNew_box {
    position: relative;
    z-index: 3;
    display: none;
}

.rdNew_box:first-child {
    display: block;
}

.rdNew_zt {
    margin-bottom: 0 !important;
    border: 0 !important;
    padding-bottom: 40px !important;
}

.rdNew_box:last-of-type {
    margin-top: 48px;
}

.rdNew_a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding: 14px 0;
    margin-bottom: 14px;
}

.rdNew_l {
    width: calc(100% - 150px);
}

.rdNew_a .indMore i {
    color: #bbb;
}

.rdNew_xs .mwNew_tit {
    white-space: inherit;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.6;
    margin-bottom: 14px;
    letter-spacing: 0;
    /*  */
}

.rdNew_span span {
    color: #999;
    letter-spacing: 0;
}

.rdNew_span span.color {
    color: #0A4680;
}

@media(min-width:1025px) {
    .mwNew_tit {
        font-size: 16px;
    }

    .rdNew_a:hover .mwNew_tit {
        color: #0A4680;
    }

    .rdNew_a:hover .indMore .more {
        margin-right: 0;
        background: #f08200;
        border-color: #f08200;
    }

    .rdNew_a:hover .indMore i,
    .rdNew_a:hover .indMore span {
        color: #fff;
    }
}

@media(max-width:1280px) {
    .rdNew_l {
        width: calc(100% - 120px);
    }

    .rdNew_a {
        margin-bottom: 8px;
    }
}

/*  */
.zmBox .newItem {
    padding-bottom: 20px;
}

.zmBox .newTxt {
    width: 100%;
    padding-left: 0;
}

.zmAdd div,
.zmAdd {
    display: flex;
    align-items: center;

}

.zmAdd div {
    margin-left: 28px;
}

.zmAdd div:first-child {
    margin-left: 0;
}

.zmAdd span {
    font-size: 14px;
}


@media(max-width:1600px) {
    .zmBox .newItem {
        padding-bottom: 14px;
    }

    .zmAdd p,
    .zmAdd span {
        font-size: 15px;
    }
}

@media(max-width:1368px) {
    .zmBox .newItem {
        padding-bottom: 10px;
    }

    .zmAdd p,
    .zmAdd span {
        font-size: 14px;
    }
}

@media(max-width:1280px) {

    .zmAdd p,
    .zmAdd span {
        font-size: 13px;
    }
}

/* ===============================================================tz */
.tzGpText {
    background: #f7f7f7;
    padding: 30px;
}

.tzGpText span {
    display: block;
    font-size: 24px;
    margin-bottom: 14px;
}

.tzGpText p {
    padding-bottom: 25px;
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid #e9e9e9;
}

.tzGpText p img {
    width: 12px;
    vertical-align: baseline;
}

.tzGpText p b {
    font-size: 32px;
    font-weight: bold;
    padding-right: 30px;
}

.tzGpText i {
    font-size: 15px;
    color: #999;
}

.tzGp_ul {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}

.tzGp_li {
    border-right: 1px solid #ebebeb;
    text-align: center;
    max-width: 25%;
    padding: 0 40px;
}

.tzGp_li:first-child {
    text-align: left;
    padding-left: 0;
}

.tzGp_li:last-child {
    border-right: none;
}

.tzGp_li_span {
    font-size: 15px;
    line-height: 1;
    margin-bottom: 8px;
}

.tzGp_li_p {
    line-height: 1;
    font-size: 24px;
    font-weight: bold;
}

.tzGpImg {
    margin-top: 70px;
    position: relative;
    padding-top: 32%;
    overflow: hidden;
}

.tzGpImg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.tzGpImg img.on {
    display: block;
}

.gpBut {
    display: flex;
}

.gpBut .indMore {
    margin-right: 20px;
}

.gpBut .indMore .more {
    padding: 2px 36px;
}

@media (max-width: 1480px) {
    .tzGpText span {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .tzGpText p b {
        font-size: 28px;
    }

    .tzGpText p {
        font-size: 20px;
    }

    .tzGp_ul {
        margin-bottom: 40px;
    }

    .tzGp_li {
        padding: 0 30px;
    }

    .tzGp_li_p {
        font-size: 20px;
    }
}

.tzBox .mwSpan {
    margin: 60px 0 10px;
    border: 0;
    padding-top: 0;
}

/*  */
.tzTab {
    margin-bottom: 48px;
}

.tzRow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding: 14px 0;
    margin-bottom: 14px;
}

.tzRow .indMore .more {

    width: 34px;
    height: 34px;
    line-height: 30px;
    transform: rotate(90deg);
}

.tzRow .indMore i {
    font-size: 14px;
}

.tzRig svg {
    width: 30px;
    height: 30px;
}

.tzLeft {
    width: calc(100% - 72px);
}

.tzLeft svg {
    width: 28px;
    height: 28px;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-left: 10px;
}


/*  */

.tzThr {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.tzThr_item span {
    font-size: 20px;
    padding: 10px 0;
    display: block;
}

.tzThr_item p {
    color: #666;
    font-size: 15px;
    margin-top: 10px;
}

.tzThr_item a {
    color: #db2e1b;
    margin-top: 28px;
    display: inline-block;
    text-decoration: underline;
}

.tzThr_item a svg {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-right: 5px;
}

/*  */
.tzCon {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tzCon_div {
    width: 50%;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    padding: 6% 0;
    display: flex;
    align-items: center;
}

.tzCon_div:nth-child(-n+2) {
    border-top: 0;
}

.tzCon_div:nth-child(2n) {
    padding-left: 5%;
}

.tzCon_div:nth-child(2n-1) {
    border-left: 0;
    padding-right: 5%;
}

.tzCon_div:last-child {
    width: 100%;
    padding-right: 0;
}

.tzCon_div i {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: #0A4680;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.tzCon_div>div {
    width: calc(100% - 88px);
}

.tzCon_div svg {
    width: 50%;
    height: 50%;
}

.tzCon_div span {
    position: relative;
    font-size: 16px;
    line-height: 1;
    display: block;
    color: #999;

    font-weight: bold;
    color: #333;
    font-size: 15px;
}

.tzCon_div p {
    font-size: 15px;
    line-height: 1.4;
    margin-top: 14px;
}

@media(max-width:1680px) {
    .tzCon_div p {
        font-size: 20px;
    }

    .tzThr_item p {
        font-size: 15px;
    }
}

@media(max-width:1468px) {

    .tzThr_item p {
        font-size: 15px;
    }

    .tzBox .mwSpan {
        margin-bottom: 0;
    }
}

@media(max-width:1368px) {


    .tzThr_item span {
        font-size: 18px;
    }

    .tzThr_item p {
        font-size: 14px;
        margin-top: 6px;
    }


    .tzRow {
        padding: 10px 0;
        margin-bottom: 14px;
    }

    .tzBox .mwSpan {
        margin-top: 38px;
    }

    .tzLeft svg {
        width: 21px;
        height: 21px;
        margin-right: 6px;
    }



    .tzCon_div i {
        width: 60px;
        height: 60px;
    }

    .tzCon_div p {
        margin-top: 10px;
    }
}

@media(max-width:1280px) {

    .tzThr_item span {
        font-size: 16px;
    }

    .tzThr_item p {
        font-size: 13px;
    }

    .tzThr_item a svg {
        width: 20px;
        height: 20px;
    }

    .tzThr_item a {
        font-size: 12px;
    }



    .tzCon_div i {
        width: 51px;
        height: 51px;
        margin-right: 14px;
    }

    .tzCon_div svg {
        width: 45%;
        height: 45%;
    }

    .tzCon_div span {
        font-size: 13px;
    }

    .tzCon_div p {
        letter-spacing: 0.5px;
        font-size: 16px;
        margin-top: 8px;
    }
}

/* ================================================================join */
/*  */
.joinDet_tit_phone {
    display: none;
}

.joinP {
    font-size: 15px;
    margin-bottom: 58px;
    color: #333;
    text-align: justify;
}

@media(max-width:1680px) {
    .joinP {
        font-size: 16px;
        margin-bottom: 40px;
    }
}

@media(max-width:1368px) {
    .joinP {
        font-size: 15px;

    }
}

@media(max-width:1280px) {
    .joinP {
        font-size: 14px;
    }
}

/*  */
.joinIdea {
    position: relative;
}


.joinIdea_item {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.48s;
}


.joinIdea_div {
    position: relative;
    z-index: 3;

}



.indJoin_name {
    font-size: 24px;
    margin: 14px 0;
}


.joinIdea_p p {
    font-size: 15px;
    line-height: 2.1;
    position: relative;
    color: #333;
    text-align: justify;
}

.p_big {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px dashed #e3e3e3;
    position: relative;
}

.p_CEO {
    display: flex;
    justify-content: space-between;
    margin-top: 28px;
}

.p_CEOText {
    width: 70%;
    position: relative;
}

.p_CEOImg {
    width: 30%;
    padding-left: 10%;
}

.p_CEOImg img {
    width: 100% !important;
    height: 100%;
    object-fit: contain;
    position: relative;
}

.p_CEOText p {
    font-size: 20px !important;
    font-weight: bold;
    padding: 10px 30px;
    color: #333;
    position: relative;
}

.p_big p {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    letter-spacing: 0;
}

.p_CEOText img {
    width: 20px;
    position: absolute;
    opacity: .6;
}

.p_big .joinIdea_p1 {
    left: 0px;
    top: 0px;
    /* transform: rotateY(180deg); */
}

.p_big .joinIdea_p2 {
    right: 12px;
    bottom: 1%;
    /* transform: rotateX(180deg); */
}

@media(max-width:1680px) {
    .joinIdea_item:first-child {
        padding-left: 0;
    }

    .joinIdea_item:last-child {
        padding-right: 0;
    }



    .joinIdea_p p {
        font-size: 15px;
        line-height: 2.1;
    }


    .p_CEOImg {
        padding-left: 6%;
    }
}

@media(max-width:1368px) {
    .joinIdea_box {
        flex-wrap: wrap;
    }

    .joinIdea_item {
        width: 100%;
        padding: 4% 0 !important;
    }

    .ceo {
        padding: 0 0 !important;
    }


    .joinIdea_item:first-child:before {
        content: none;
    }

    .joinIdea_item:last-child {
        padding: 0 0 !important;
    }

    .p_big img {
        width: 16px;
    }


    .joinIdea_p {
        min-height: auto;
    }

    .p_CEOText {
        width: 60%;
    }

    .p_CEOImg {
        width: 40%;
        padding-left: 10%;
    }
}

@media(max-width:1280px) {

    .joinIdea_p p {
        font-size: 14px;
    }
}

/*  */
.joinDet_Top {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.joinDet_Top::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #eee;
    position: absolute;
    left: 0;
    bottom: 0;
}

.joinDet_TopItem {
    width: calc(50% - 30px);
    cursor: pointer;
}

.joinDet_img {
    width: 100%;
    border-radius: 6px;
    position: relative;
    padding-top: 56%;
    margin-bottom: 20px;
    overflow: hidden;
}

.joinDet_img img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .48s;
}

.joinDet_tit {
    position: relative;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 30px;
}

.joinDet_tit i {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #D9D9D9;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(50%);
    z-index: 2;
}

.joinDet_tit i::after {
    content: '';
    width: 150%;
    height: 150%;
    border-radius: 50%;
    background: rgb(31 78 121 / 25%);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.joinDet_TopItem.on .joinDet_tit {
    color: #1F4E79;
}

.joinDet_TopItem.on .joinDet_tit i {
    background: #1F4E79;
}

.joinDet_TopItem.on .joinDet_tit i::after {
    opacity: 1;
}


.joinDet_Bot {
    margin-top: 40px;
    position: relative;
}

.joinDet_BotItem {
    display: none;
}

.joinDet_BotItem.on {
    display: block;
}

.appear_right.joinDet_BotItem {
    transform: translateX(0) !important;
}

.joinDet_Bot p {
    position: relative;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.joinDet_Bot p b {
    display: block;
    width: 4px;
    height: 4px;
    background: #666;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    top: -5px;
}

.joinDet_Bot p span {
    font-size: 15px;
    display: block;
    width: calc(100% - 15px);
    text-align: justify;
}

.joinDet_fz .joinDet_TopItem {
    width: calc(33.33% - 30px);
}

@media(min-width:1024px)  {
    .joinDet_TopItem:hover .joinDet_img img {
        transform: scale(1.08);
        transition: all .48s;
    }
}



.joinDeve {
    position: relative;
}

/*  */
.joinThr {
    position: relative;
}

/* .joinThr>div:last-of-type {
    padding-bottom: 0;
} */

.joinJx {
    position: relative;
}

.joinJx_box {
    display: flex;
    flex-wrap: wrap;
    margin-top: 14px;
}

.mwBox .indTit {
    margin-bottom: 28px;
    padding-bottom: 0;
    border-bottom: none;
}

.joinJx_item {
    position: relative;
    top: 0;
    transition: all 0.48s;
    width: 23%;
    margin: 1%;
    padding-top: 26%;
    box-shadow: 10px 10px 20px 0 rgb(0 0 0 / 10%);
    border-radius: 6px;
    overflow: hidden;
}

.joinJx_bg {
    box-shadow: 0px 4px 24px 0px rgb(31 119 246 / 10%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center -28px;
    transition: opacity 0.4s;
    z-index: 1;
}



.joinJx_ico {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
}

.joinJx_ico img {
    display: block;
    margin: 40px auto 0;
    width: 45px;
    height: 45px;
    transition: all 0.48s;
}

.joinJx_name {
    position: absolute;
    top: 70%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    color: #666;
    font-size: 15px;
    
    text-align: center;
    z-index: 21;
}

/* @media(min-width:1025px) {



    .joinJx_item:hover .joinJx_ico img {
        transform: rotateY(180deg);
    }
} */

@media(max-width:1680px) {
    .joinJx_ico img {
        margin-top: 28px;
        width: 42px;
        height: 42px;
    }
}

@media(max-width:1468px) {
    .joinJx_ico img {
        width: 34px;
        height: 34px;
    }

    .joinJx_item {
        padding-top: 28%;
    }

    .joinJx_name {
        font-size: 16px;
    }
}


@media(max-width:1368px) {
    .joinJx_box {
        flex-wrap: wrap;
        padding: 0;
    }

    .joinJx_item {
        width: 31%;
        padding-top: 24%;
    }

    .joinJx_bg {
        background-position: 0;
    }
}

@media(max-width:1280px) {
    .joinJx_ico img {
        margin-top: 20px;
        width: 28px;
        height: 28px;
    }


    .joinJx_name {
        font-size: 14px;
    }
}

/*  */
.joinFl {
    position: relative;
    z-index: 3;
}

.joinFl_box {
    margin-top: 28px;
    position: relative;
    z-index: 21;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

.joinFl_item {
    /* cursor: pointer; */
    position: relative;
    width: 24%;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #eef0f6;
    box-shadow: 0 6px 1px #f9f9fa;
    border-radius: 6px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    transition: all 0.48s;
}

.joinFl_item::after,
.joinFl_item::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 4px;
    background: #0A4680;
    transition: all 0.48s;
}

.joinFl_item::before {
    top: 0;
    left: 0;
}

.joinFl_item::after {
    bottom: 0;
    right: 0;
}

.joinFl_tit {
    position: relative;
    padding: 20px 10% 10px;
}

.joinFl_tit img {
    width: 60px;
    display: block;
    transition: all 0.48s;

}

.joinFl_tit span {
    display: block;
    color: #666;
    font-size: 18px;
    
    margin-top: 8px;
    letter-spacing: 0px;
}

.joinFl_txt span {
    font-size: 14px;
}

.joinFl_txt {
    position: relative;
    padding: 0 10% 50px;
}

.joinFl_ico {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30%;
    opacity: 0.5;
    display: none;
}

.joinFl_txt>div {
    display: inline-block;
    text-align: left;
}

.joinFl_txt svg {
    width: 12px;
    height: 12px;
    margin-right: 5px;
}

.joinFl_txt path {
    fill: #0A4680;
}

.joinFl_txt p {
    opacity: 0.89;
    text-align: left;
    margin-bottom: 5px;
}



/* @media(min-width:1025px) {


    .joinFl_item:hover .joinFl_tit img {
        transform: rotateY(360deg);
    }
} */

@media(max-width:1680px) {
    .joinFl_box {
        margin-left: -1%;
        margin-right: -1%;
    }

    .joinFl_item {
        width: 48%;
        margin: 1%;
    }

    .joinFl_tit {
        padding: 20px 10% 10px;
    }

    .joinFl_tit img {
        width: 54px;
    }

    .joinFl_tit span {
        margin: 0;
        /* letter-spacing: 3px; */
    }

    .joinFl_txt {
        padding: 0 10% 28px;
    }

    .joinFl_txt>div {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
    }

    .joinFl_txt span {
        font-size: 15px;
    }

    .joinFl_txt p {
        margin-bottom: 5px;
        width: auto;
        min-width: 50%;
        padding-right: 15px;
    }


}

@media(max-width:1368px) {
    .joinFl_tit img {
        width: 50px;
    }

    .joinFl_tit span {
        font-size: 22px;
    }
}

@media(max-width:1280px) {
    .joinFl_tit img {
        width: 42px;
    }

    .joinFl_tit span {
        font-size: 16px;
        /* letter-spacing: 2px; */
    }

    .joinFl_txt p {
        margin: 0;
        width: auto;
        margin-right: 10px;
    }

    .joinFl_txt span {
        font-size: 13px;
    }
}


/*  */

.joinPic {
    position: relative;
}

.joinPic_box {
    height: 60vh;
    min-height: 508px;
    max-height: 608px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.imgBox .swiper-slide,
.joinPic_box .swiper-wrapper,
.joinPic_box .swiper-container {
    height: 100% !important;
}

.imgList {
    width: 168px;
}

.imgBox {
    width: calc(100% - 200px);
}


.bigImg {
    position: relative;
    cursor: pointer;
    border-radius: 6px;
}

.bigImg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.48s;
}


.imgBox .swiper-button-next,
.imgBox .swiper-button-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #0A4680;
    background-repeat: no-repeat;
    background-size: 22%;
    background-position: center;
    border: none;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    text-align: center;
    z-index: 88;
    outline: none;
}

.imgBox .swiper-button-next {
    right: 28px;
}


.imgBox .swiper-button-prev {
    left: 28px;
}

.imgBox .bigImg {
    height: 100%;
    background: #0A4680;
}

.imgBox .bigImg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, black, transparent);
    opacity: 0.48;
    transition: all 0.48s;
}

.bigImg span {
    display: block;
    width: 100%;
    padding: 20px;
    color: #fff;
    font-size: 16px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}

/* .imgBox .swiper-slide-active .bigImg::after {
    opacity: 0.8;
} */

.imgList .bigImg {
    width: 100%;
    height: 100%;
}

.imgList .bigImg img {
    position: relative;
    opacity: 0.38;
    /* height: 100px; */
    object-fit: cover;
    transition: all 0.48s;
    border-radius: 6px;
}

.imgList .swiper-slide-thumb-active .bigImg img {
    opacity: 1;
}

@media(max-width: 1680px) {
    .joinPic_box {
        height: 50vh;
    }
}

@media(max-width: 1468px) {
    .joinPic_box {
        min-height: 428px;
    }
}

@media(max-width: 1368px) {

    .imgBox .swiper-button-next,
    .imgBox .swiper-button-prev {
        width: 42px;
        height: 42px;
    }
}

@media(max-width: 1280px) {
    .imgList {
        width: 109px;
    }

    .imgBox {
        width: calc(100% - 128px);
    }
}

/*  */
.joinJob {
    position: relative;
}

.joinJob_box {
    display: flex;
    align-items: stretch;
}

.joinJob_item {
    margin-top: 10px;
    display: block;
    width: 50%;
    position: relative;
    overflow: hidden;
    background-size: cover;
    padding: 7% 5%;
    background: #f8f8f8;
}

.joinJob_img {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    object-fit: contain;
}

.joinJob_box .joinJob_item:last-child {
    background: #0A4680;
}

.joinJob_txt {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.joinJob_txt>span {
    font-size: 24px;
    color: #0A4680;
}

.joinJob_txt>p {
    color: #0A4680;
    opacity: 0.89;
    margin-top: 10px;
}

.joinJob_txt .white {
    color: #fff;
}

.joinJob .indMore {
    transform-origin: left;
    transform: scale(0.9);
}

@media(max-width:1680px) {

    .joinJob_txt>span {
        font-size: 26px;
    }

}

@media(max-width:1600px) {
    .joinJob_item {
        padding: 4% 0 7%;
    }

    .joinJob_img {
        position: relative;
        width: 100%;
        height: 208px;
    }

    .joinJob_txt {
        height: auto;
        text-align: center;
    }

    .joinJob .indMore {
        transform-origin: center;
        margin-top: 10px;
        transform: scale(0.8);
    }
}

@media(max-width:1468px) {
    .joinJob_box {
        margin-top: -28px;
        padding: 0;
        flex-wrap: wrap;
    }

    .joinJob_txt>span {
        font-size: 24px;
    }

    .joinJob_txt>p {
        max-width: 52%;
        margin: 10px auto 0;
    }

    .joinJob_txt.left>p {
        max-width: 100%;
    }

}

@media(max-width:1368px) {

    .joinJob_txt>span {
        font-size: 22px;
    }

    .joinJob_txt>p {
        font-size: 14px;
    }

}

@media(max-width:1280px) {
    .joinJob_box {
        margin-top: -14px;
    }

    .joinJob_item {
        padding: 1% 0 4%;
    }

    .joinJob_txt>span {
        font-size: 20px;
    }

    .joinJob_txt>p {
        font-size: 12px;
    }
}


/* ========================================================job */

.newsTop form {
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
}

.newSearch {
    position: relative;
}

.newSearch svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 28px;
    width: 24px;
    height: 24px;
}

.newSearch path {
    fill: #666;
}

.newSpan {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.newSpan svg {
    margin-top: -4px;
    width: 24px;
    height: 24px;
    vertical-align: middle;
}

.newSpan span {
    display: block;
    width: 120px;
    font-size: 20px;
    color: #666;
}

.newSpan div {
    width: calc(100% - 120px);
    display: flex;
    align-items: center;
}

.newSpan a {
    font-size: 16px;
    color: #666;
    position: relative;
    padding: 5px 20px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newSpan a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #Eee;
}

.newSpan a:first-child::before {
    content: none;
}

.newsTop input {
    width: 100%;
    height: 56px;
    line-height: 56px;
    font-size: 15px;
    padding: 0 28px;
    border: #dcdcdc solid 1px;
    border-radius: 56px;
    display: flex;
    align-items: center;
}

.newsTop input::-webkit-input-placeholder {
    color: #999;
    font-size: 14px;
}

/*  */
.jobBox {
    margin-top: 48px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.joinList {
    width: calc(100% - 420px);
    width: 100%;
}

.recJob_box {
    overflow: hidden;
    width: 100%;
    border-radius: 6px;
    box-shadow: 10px 10px 20px 0 rgb(0 0 0 / 10%);
}

.recJob_tit {
    background: #0A4680;
    padding: 20px 3%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.recJob_tit span {
    flex: 1;
    color: #fff;
    font-size: 15px;
    
}

.recJob_tit span:last-of-type {
    flex: 0.5;
    text-align: center;
}

.recJob_tit span:first-of-type {
    flex: 2;
}

.recJob_list {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 75px;
    padding: 10px 3% 50px;
    background: #fff;
}

.recJob_list li {
    border-bottom: 1px solid #e5e5e5;
}

.recruit li {
    border-bottom: 1px solid #e5e5e5;
    background: #fdfdfd;
}

.recJob_name {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    font-size: 0;
    padding: 22px 0;
    position: relative;

    border-bottom: 1px solid #efefef;
}


.recJob_name span {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.recJob_name span:last-of-type {
    flex: 0.5;
    text-align: center;
}

.recJob_name span:first-of-type {
    flex: 2;
    font-size: 15px;
    color: #0A4680;
}

.recJob_name svg {
    width: 18px;
    height: 18px;
    transition: all 0.48s;
}

.recJob_name path {
    fill: #999;
}

.jobBtn {
    border: 1px solid #0A4680;
    border-radius: 38px;
    padding: 2px 18px;
    color: #0A4680;
    font-size: 12px;
    transition: all 0.48s;
}

.recJob_info {
    display: none;
    position: relative;
    /* border-top: 1px solid #efefef; */
    padding: 0 30px;
    background: #f5f5f5;
}

.recJob_list li:first-of-type .recJob_info {
    display: block;
}

.recJob_top {
    padding: 20px 0;
    border-bottom: 1px solid #dcdcdc;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.recJob_top span {
    width: 33%;
    font-size: 14px;
    line-height: 36px;
    color: #666;
}

.recJob_btm {
    overflow: hidden;
    padding: 40px 10px;
    border-bottom: 1px solid #dcdcdc;
}

.recJob_btm h4 {
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    margin-bottom: 12px;
}

.recJob_btm p {
    line-height: 26px;
    color: #666;
}

.recJob_btm .recJob_l {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-right: 80px;
    margin-bottom: 15px;
}

.recJob_btm .recJob_r {
    width: 50%;
    float: right;
    box-sizing: border-box;
    padding-left: 60px;
}

.recJob_info .tips {
    padding: 20px 0;
    color: #f08200;
    line-height: 20px;
    font-size: 14px;
}

.recJob_info .tips a {
    display: inline-block;
    color: #f08200;
}

.recJob_list li.cur {
    border-color: transparent;
    background: #fff;
}

.recJob_list li.cur .recJob_name svg {
    transform: rotate(180deg);
}

/* right */
.joinHot {
    position: relative;
    z-index: 21;
    background: #fff;
    text-align: left;
    width: 380px;
    padding: 42px 3%;
    border-radius: 6px;
    box-shadow: 10px 10px 20px 0 rgb(0 0 0 / 10%);
    margin-left: 50px;
}

.joinHot h1 {
    font-weight: bold;
    font-size: 24px;
    color: #0A4680;
    line-height: 24px;
    margin-bottom: 20px;
}

.joinHot li {
    border-bottom: 1px dashed #eee;
}

.joinHot a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 3;
    font-size: 15px;
    color: #666;
    position: relative;
    padding-left: 14px;
    transition: all 0.48s;
}

.joinHot a::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid #eee;
    border-bottom: 5px solid transparent;
    transition: all 0.48s;
}

@media(min-width:1025px) {
    .joinHot a:hover {
        padding-left: 20px;
        color: #0A4680;
    }

    .joinHot a:hover::before {
        border-left-color: #0A4680;
    }

    .jobBtn:hover {
        background: #0A4680;
        color: #fff;
    }
}

@media(max-width:1680px) {
    .newSpan a {
        font-size: 14px;
        padding: 0 20px;
        line-height: 1;
    }

    .joinList {
        width: calc(100% - 350px);
        width: 100%;
    }

    .recJob_top span {
        line-height: 2;
    }

    .recJob_name svg {
        width: 14px;
        height: 14px;
    }

    .recJob_top span {
        width: 50%;
    }

    .joinHot {
        width: 320px;
        padding: 30px;
    }

    .joinHot a {
        font-size: 14px;
    }


}

@media(max-width:1468px) {

    .recJob_btm .recJob_r,
    .recJob_btm .recJob_l {
        float: none;
        width: 100%;
        padding: 0;
    }
}

@media(max-width:1368px) {
    .recJob_top span {
        font-size: 13px;
    }

}

@media(max-width:1280px) {

    .job .indTit.center,
    .job .indTit {
        text-align: center !important;
    }

    .newSpan svg {
        width: 21px;
        height: 21px;
    }

    .newSpan span {
        font-size: 16px;
        width: 100px;
    }

    .newSpan a {
        font-size: 13px;
    }

    .newSpan div {
        width: calc(100% - 100px);
    }

    .newsTop input {

        height: 50px;
        line-height: 50px;
        font-size: 13px;
    }

    .newSearch svg {
        width: 20px;
        height: 20px;
    }


    .joinHot {
        width: 280px;
        padding: 24px;
        margin-left: 30px;
    }

    .joinHot h1 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .joinHot a {
        font-size: 13px;
    }

    .joinList {
        width: calc(100% - 300px);
        width: 100%;
    }

    .recJob_top span {
        font-size: 12px;
    }

    /*.recJob_top span:first-of-type {*/
    /*    width: 100%;*/
    /*}*/


    .recJob_tit {
        padding: 12px 3%;
    }

    .recJob_tit span {
        font-size: 14px;
    }

    .recJob_name svg {
        width: 10px;
        height: 10px;
    }

    .recJob_name span {
        font-size: 13px;
    }

    .recJob_name span:first-of-type {
        font-size: 14px;
    }

    .recJob_btm {
        padding: 28px 0;
    }

    .recJob_btm h4 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .recJob_top {
        padding-bottom: 10px;
    }
}

@media(max-width:900px) {
    .recJob_top span {
        width: 100%;
    }
}

/*  */

.jobFix_box {
    width: 600px;
    padding: 2% 3%;
}

.jobFix_tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #Eee;
    padding-bottom: 14px;
}

.jobFix_tit span {
    color: #0A4680;
    font-size: 22px;
    line-height: 1;


}

.jobFix_tit svg {
    cursor: pointer;
    width: 34px;
    height: 34px;
    padding: 6px;
}

.jobFix_two {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.jobFix_two .jobFix_div {
    width: 47%;
}

.jobFix_div {
    margin-top: 24px;
}

.jobFix_div label {
    display: block;
    color: #666;
}

.jobFix_div i {
    font-style: inherit;
    font-weight: bold;
    color: red;
    vertical-align: middle;
    margin-right: 5px;
}

.jobFix_inp {
    position: relative;
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: #f8f8f8;
    padding: 0 12px;
    margin-top: 5px;
}

.jobFix_div input,
.jobFix_div select {
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 13px;
    color: #333;
}

.jobFix_div input::-webkit-input-placeholder {
    color: #999;
}

.jobFix_inp.file {
    padding: 0%;
}

.jobFix_inp.file input {
    position: relative;
    z-index: 21;
    height: 100%;
    width: 100%;
    opacity: 0;
    outline: none;
    user-select: none;
}

.jobFix_yzm{
    display: inline-block;
    width: 100px;
    height: 45px;
    /* line-height: 45px; */
    
    position: absolute;
    top: 0;
    right: 0;
}
.jobFix_yzm img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.jobFix_span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.jobFix_span span {
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    color: #999;
    font-size: 13px;
}

.jobFix_span span:last-of-type {
    background: #ebebeb;
}

.jobFix_btn {
    color: #0A4680;
    /* background: #0A4680; */
    padding: 12px 20px;
    line-height: 1;
    margin-top: 10px;
    float: right;

    display: inline-block;
    border: 1px solid #0A4680;
    border-radius: 38px;
    padding: 10px 36px;
}

.jobFix_inp.tex {
    height: 98px;
}

.jobFix_div textarea {
    width: 100%;
    height: 98px;
    padding: 10px 0;

}


@media(max-width:1368px) {


    .jobFix_tit {
        padding-bottom: 6px;
    }

    .jobFix_tit span {
        font-size: 20px;
    }

    .jobFix_tit svg {
        width: 30px;
        height: 30px;
    }

    .jobFix_div {
        margin-top: 18px;
    }

    .jobFix_inp {
        margin: 0;
    }

    .jobFix_span span,
    .jobFix_inp,
    .jobFix_div input,
    .jobFix_div select {
        height: 40px;
        line-height: 40px;

    }

    

    .jobFix_div label {
        font-size: 13px;
    }

    .jobFix_btn {
        font-size: 13px;
    }
}

/* < !-- 新增 --> */
.tzTab_change {
    display: flex;
    margin-bottom: 14px;
}

.tzTab_change a {
    border-radius: 38px;
    display: block;
    padding: 8px 100px;
    margin-right: 10px;
    color: #fff;
    background: #C1C1C1;
}

.tzTab_change a.on {
    background: #0A4680;
}

.tzTab {
    display: none;
}

.tzTab:first-child {
    display: block;
}

@media(max-width:1368px) {
    .tzTab_change a{
        padding: 6px 80px;
    }
}
@media(max-width:768px) {
    .tzTab_change{
        justify-content: space-between;
    }
    .tzTab_change a{
        width: 48%;
        text-align: center;
        padding: 5px 0;
        margin-right: 0;
    }
}


/* rd 新增 */

.rdSPro {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-top: -15px;
}

.rdSProItem {
    width: 33.33%;
    padding: 15px;
}

.rdSProImg {
    position: relative;
    padding-top: 60%;
    overflow: hidden;
    cursor: pointer;
}

.rdSProImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.rdSProText {
    margin: 10px 0;
}

.rdSProText b {
    font-size: 14px;
    cursor: pointer;
}

.rdSProText span {
    font-size: 21px;
    display: block;
    margin: 10px 0;
}

.rdSProText P {
    font-size: 14px;
    color: #0B4780;
    cursor: pointer;
}

/* tc */

.rdSProFix_box {
    width: 50%;
    display: flex;
    justify-content: space-between;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 40px 30px;
    box-shadow: 0px 10px 20px 0 rgb(0 0 0 / 10%);
}

.rdSProFix_l {
    position: relative;
    z-index: 3;
    width: 200px;
    padding-right: 40px;
    border-right: 1px solid #F2F2F2;
    /* background: #f7f7f7; */
}

.rdSProFix_img {
    position: relative;
    width: 100%;
    overflow: hidden;
    box-shadow: 20px 20px 40px 0 rgb(1 78 168 / 10%);
}

.rdSProFix_img img {
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.rdSProFix_tit {
    margin-top: 10px;
}

.rdSProFix_tit span {
    display: block;
    margin: 5px 0 10px;
    font-size: 16px;
}

.rdSProFix_txt {
    width: calc(100% - 200px);
    padding-left: 40px;
}

.rdSProFix_txt p {
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
    max-height: 145px;
    padding-right: 20px;
    overflow-y: auto;
}

.rdSProFix_txt .indMore {
    text-align: right;
}

/*  */

.rdPDF_Fix_txt p {
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
}

.rdPDF_Fix_but {
    display: flex;
    justify-content: flex-end;
}

.rdPDF_Fix_but .indMore {
    margin-left: 15px;
}

.indMore.hui .more {
    border-color: #666;
}

.indMore.hui span {
    color: #666;
}


@media(max-width:1681px) {
    .rdSProText span {
        font-size: 18px;
    }
}

@media(max-width:1368px) {
    .rdSProFix_box {
        width: 50%;
        min-width: 615px;
    }

    .rdSProText span {
        font-size: 16px;
    }
}

@media(max-width:1024px) {
    .rdSProItem {
        width: 50%;
    }

    .rdSProFix_txt p {
        font-size: 14px;
    }

    .rdPDF_Fix_txt p {
        font-size: 14px;
    }
}

@media(max-width:680px) {
    .rdSProItem {
        width: 100%;
    }

    .rdSPro {
        margin-left: 0;
    }

    .rdSProFix_box {
        width: 60%;
        min-width: 310px;
        padding: 20px 20px;
        flex-wrap: wrap;
    }

    .rdSProFix_l {
        width: 100%;
        padding-right: 0;
        border-right: none;
    }

    .rdSProFix_txt {
        width: 100%;
        padding-left: 0;
    }

    .rdSProText span {
        margin: 5px 0;
    }

    .rdSProBox {
        border-right: none !important;
    }
}