/* 斜体 */
@font-face {
    font-family: "NotoSansCJK";
    font-weight: 300;
    src: url(../font/Montserrat-Light-6.otf);
}

@font-face {
    font-family: "NotoSansCJK";
    font-weight: 400;
    src: url(../font/NotoSansCJK-Light-3.otf);
}

@font-face {
    font-family: "NotoSansCJK";
    font-weight: 500;
    src: url(../font/NotoSansCJK-Medium-5.otf);
}

@font-face {
    font-family: "NotoSansCJK";
    font-weight: 600;
    src: url(../font/NotoSansCJK-Bold-6.otf);
}

@font-face {
    font-family: "Montserrat";
    font-weight: 400;
    src: url(../font/Montserrat-Regular-8.otf);
}

@font-face {
    font-family: "Montserrat";
    font-weight: 500;
    src: url(../font/Montserrat-ExtraBold-4.otf);
}




/* =====================================================================公共 */



/*滚动条宽高及背景*/
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

/*轨道颜色、内阴影及圆角*/
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: fff;
    border-radius: 0px;
}

/*滑块*/
::-webkit-scrollbar-thumb {
    border-radius: 2px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #0092f6;
}

/*两端按钮*/
::-webkit-scrollbar-button {
    background-color: none;
    height: 0;
}

/*右下角汇合处样式*/
::-webkit-scrollbar-corner {
    background: khaki;
}


/*  */


.inner {
    /* max-width: 1920px; */
    width: 90%;
    margin: 0 auto;
}

.innerN {
    /* max-width: 1800px; */
    width: 84%;
    margin: 0 auto;
}

.padd {
    padding: 108px 0;
}

.Tit {
    margin-bottom: 40px;
}

.Tit span {
    display: block;
    font-size: 42px;
    line-height: 1;
    color: #001012;
    font-weight: 600;
    padding-bottom: 36px;
}

.Tit p {
    font-size: 20px;
    color: #001012;
}

.Tit.center {
    text-align: center;
}

.Tit.white span {
    color: #fff;
}

.Tit.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.Tit.big {
    margin-bottom: 80px;
}

.Tit.big span {
    font-size: 60px;
    padding-bottom: 0;
    position: relative;
}

.Tit.bor {
    padding-left: 90px;
    padding-bottom: 40px;
    border-bottom: 1px solid #d0d0d0;
    position: relative;
    margin-bottom: 80px;
}

.Tit.bor span {
    position: relative;
    padding-bottom: 0;
}

.Tit.bor span::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #0371d0;
    border-radius: 100%;
    position: absolute;
    left: -40px;
    top: 50%;
}

/*  */
.More {
    display: inline-block;
    max-width: 300px;
    position: relative;
    cursor: pointer;
}

.More i {
    /* content: ''; */
    width: 220px;
    height: 220px;
    /* background-image: url(../images/moreBg.png);
    background-repeat: no-repeat;
    background-size: cover; */
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.8);
       -moz-transform: translate(-50%, -50%) scale(0.8);
        -ms-transform: translate(-50%, -50%) scale(0.8);
         -o-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8);
    z-index: -1;
    -webkit-transition: all .48s;
    -o-transition: all .48s;
    -moz-transition: all .48s;
    transition: all .48s;
}

.More i img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 0;
}

.More:hover i {
    -webkit-transform: translate(-50%, -50%) scale(1) rotate(15deg);
       -moz-transform: translate(-50%, -50%) scale(1) rotate(15deg);
        -ms-transform: translate(-50%, -50%) scale(1) rotate(15deg);
         -o-transform: translate(-50%, -50%) scale(1) rotate(15deg);
            transform: translate(-50%, -50%) scale(1) rotate(15deg);
}

.More:hover i img {
    -webkit-animation: zhuan 15s .1s infinite linear;
       -moz-animation: zhuan 15s .1s infinite linear;
         -o-animation: zhuan 15s .1s infinite linear;
            animation: zhuan 15s .1s infinite linear;
}

.More a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #181818;
    color: #181818;
    font-size: 14px;
    line-height: 1.2;
    -webkit-transition: all .48s;
    -o-transition: all .48s;
    -moz-transition: all .48s;
    transition: all .48s;
}

.More img {
    width: 18px;
    margin-left: 15px;
}

.More a .img1 {
    display: none;
}


.More a:hover .img1 {
    display: block;
}

.More a:hover .img2 {
    display: none;
}


.More.white a {
    color: #fff;
    border-color: #fff;
}

.More.white a:hover {
    background: none;
}

.More.white a:hover .img2 {
    display: block;
}

.More.white a:hover .img1 {
    display: none;
}


@-webkit-keyframes zhuan {
    0% {
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}


@-moz-keyframes zhuan {
    0% {
        -moz-transform: rotate(0);
             transform: rotate(0);
    }

    100% {
        -moz-transform: rotate(360deg);
             transform: rotate(360deg);
    }
}


@-o-keyframes zhuan {
    0% {
        -o-transform: rotate(0);
           transform: rotate(0);
    }

    100% {
        -o-transform: rotate(360deg);
           transform: rotate(360deg);
    }
}


@keyframes zhuan {
    0% {
        -webkit-transform: rotate(0);
           -moz-transform: rotate(0);
             -o-transform: rotate(0);
                transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
           -moz-transform: rotate(360deg);
             -o-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}


body {
    overflow-x: hidden;
}

.headerMain-bg .hNFl a span {
    color: #333;
}

.headerMain-bg .hNFl a {
    border-color: #333;
}

.headerBox {
    border-bottom: none;
}

/* =====================================================index */

.header {
    width: 100%;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    -webkit-transition: all .48s;
    -o-transition: all .48s;
    -moz-transition: all .48s;
    transition: all .48s;
}

.headerBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
    background: #fff;
    z-index: 9999999999;
}

.header .hLogo {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}

.header .hLogo img {
    width: 195px;
}

.header .img2 {
    display: none;
}

/*  */

.hNav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.hNav ul li .hNav_a {
    padding: 40px 30px;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    display: inline-block;
    -webkit-transition: all .48s;
    -o-transition: all .48s;
    -moz-transition: all .48s;
    transition: all .48s;
    position: relative;
}

.hNav ul li .hNav_a::after {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #0371d0;
    position: absolute;
    left: 50%;
    bottom: 20px;
    opacity: 0;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transition: all .48s;
    -webkit-transition: all .48s;
    -moz-transition: all .48s;
    -ms-transition: all .48s;
    -o-transition: all .48s;
}

.hNav ul li.on .hNav_a {
    color: #0371d0 !important;
}

.hNav ul li.on .hNav_a::after {
    bottom: 25px;
    opacity: 1;
}

.hNav ul li:hover .hNav_a {
    color: #0371d0 !important;
}

.hNav ul li:hover .hNav_a::after {
    bottom: 25px;
    opacity: 1;
}


.hNav ul li a img {
    width: 18px;
}


.hNFl {
    margin-left: 30px;
}

.hNFl a {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 10px;
    border: 1px solid #333;
    font-size: 18px;
    text-transform: uppercase;
}


/*  */
/* zk */
.hNav ul li {
    position: relative;
}

.hNav_zk {
    position: absolute;
    top: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    border: 1px solid #e5e5e5;
    border-top: 2px solid #004ea2;
    background-color: #fff;
    z-index: 100;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    white-space: nowrap;
    display: none;
}

.header.headerMain-bg .hNav_zk {
    top: 60px;
    padding-top: 5px;
}

.hNav ul li .hNav_zk a {
    display: block;
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    font-size: 16px !important;
    font-weight: 500 !important;
    padding: 0 25px !important;
    color: #333 !important;
}

.headerMain-bg .hNav ul li .hNav_zk a {
    padding: 0 25px !important;
}

.header.white .hNav ul li .hNav_zk a {
    padding: 0 25px !important;
}

.hNav ul li .hNav_zk a:last-child {
    border-bottom: none;
}

.hNav ul li .hNav_zk a:hover {
    color: #443680;
    border-color: #443680;
}

.hSs_ipt {
    position: relative;
    opacity: 0;
    -webkit-transition: all .68s;
    -o-transition: all .68s;
    -moz-transition: all .68s;
    transition: all .68s;
}

.hSs_ipt input {
    width: 0;
    border: 1px solid #EFEFF1;
    border-radius: 25px;
    background: none;
    padding: 5px 10px 5px 40px;
    color: #fff;
    margin-right: 20px;
    -webkit-transition: all .68s;
    -o-transition: all .68s;
    -moz-transition: all .68s;
    transition: all .68s;
}

.hSs_ipt input::-webkit-input-placeholder {
    color: #fff;
}

.hSs_ipt input:-moz-placeholder {
    color: #fff;
}

.hSs_ipt input::-moz-placeholder {
    color: #fff;
}

.hSs_ipt input:-ms-input-placeholder {
    color: #fff;
}

.hSs_ipt input::-ms-input-placeholder {
    color: #fff;
}

.hSs_ipt input::placeholder {
    color: #fff;
}

.hSs_ipt svg {
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}

.hSs .svg2 {
    display: none;
}

.hSs_ipt.on {
    opacity: 1;
}

.hSs_ipt.on input {
    width: 240px;
}




/* 下拉导航变化 */

.headerMain-bg.header {
    border-bottom: none;
    background: #fff;
    -webkit-box-shadow: 0 0px 15px 0 rgb(0 0 0 / 10%);
            box-shadow: 0 0px 15px 0 rgb(0 0 0 / 10%);
}

.header.white {
    border-bottom: none;
    -webkit-box-shadow: 0 0px 15px 0 rgb(0 0 0 / 10%);
            box-shadow: 0 0px 15px 0 rgb(0 0 0 / 10%);
    background: #fff;
}

.header.white .img1 {
    display: none;
}

.headerMain-bg.header .img1 {
    display: none;
}


.headerMain-bg.header .img2 {
    display: inline-block;
}

.header.white .img2 {
    display: inline-block;
}

.headerMain-bg.header .hNav ul li a {
    color: #333;
}

.header.white .hNav ul li a {
    color: #333;
}

.headerMain-bg.header .headTop a {
    color: #333;
}

.header.white .headTop a {
    color: #333;
}

.headerMain-bg.header .headTop svg path {
    fill: #333;
}

.header.white .headTop svg path {
    fill: #333;
}


/*900px导航*/

.headMenu {
    cursor: pointer;
    position: fixed;
    z-index: 99999;
    right: 0;
    display: none;
    margin-right: 10px;
}

.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;
    -o-transition: all 0.48s ease-in-out;
    transition: all 0.48s ease-in-out;
}

.headerMain-bg .headMenu span {
    background: #333;
}

.headMenu.active span {
    background: #333;
}

.headMenu.active span.headMenu_span1 {
    -webkit-transform: rotate(45deg) translate(6px, 7px);
       -moz-transform: rotate(45deg) translate(6px, 7px);
        -ms-transform: rotate(45deg) translate(6px, 7px);
         -o-transform: rotate(45deg) translate(6px, 7px);
            transform: rotate(45deg) translate(6px, 7px);
}

.headMenu.active span.headMenu_span2 {
    opacity: 0;
}

.headMenu.active span.headMenu_span3 {
    -webkit-transform: rotate(-45deg) translate(4px, -6px);
       -moz-transform: rotate(-45deg) translate(4px, -6px);
        -ms-transform: rotate(-45deg) translate(4px, -6px);
         -o-transform: rotate(-45deg) translate(4px, -6px);
            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;
    -o-background-size: cover;
       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;
    letter-spacing: 1px;
    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) {
    .moHead_mlb a {
        font-size: 18px;
    }
}



/* footer */


/* =================================================================================index */

.snowbg {
    width: 100%;
    height: 100vh;
    clear: both;
    margin: 0 auto;
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
}

.snow {
    position: absolute;
    top: 0;
    width: 28px;
}

/*  */

.indBan {
    width: 100%;
    height: -webkit-calc(100vh - 110px);
    height: -moz-calc(100vh - 110px);
    height: calc(100vh - 110px);
    margin-top: 110px;
    padding: 0 2% 35px;
    position: relative;
    overflow: hidden;
}

.indBanBox {
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(40%, rgb(17 142 248)), to(rgb(0 186 170)));
    background: -webkit-linear-gradient(left, rgb(17 142 248) 40%, rgb(0 186 170) 100%);
    background: -moz-linear-gradient(left, rgb(17 142 248) 40%, rgb(0 186 170) 100%);
    background: -o-linear-gradient(left, rgb(17 142 248) 40%, rgb(0 186 170) 100%);
    background: linear-gradient(90deg, rgb(17 142 248) 40%, rgb(0 186 170) 100%);
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 20px 0 rgb(14 24 150 / 15%);
            box-shadow: 0px 0px 20px 0 rgb(14 24 150 / 15%);
    border-radius: 10px;
}

.indBanBox .swiper-container {
    width: 100%;
    height: 100%;
}

.indBanImg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.indBanImg::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(21, 34, 61, 18%);
    position: absolute;
    left: 0;
    top: 0;
}

.indBanImg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: all 6s;
    -o-transition: all 6s;
    -moz-transition: all 6s;
    transition: all 6s;
}

.indBanImg video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}



.indBanIcon {
    width: 70%;
    height: 100%;
    position: absolute;
    right: -10%;
    top: 0;
    /* perspective: 1800px;
            transform-style: preserve-3d; */
    -webkit-transition: all .48s;
    -o-transition: all .48s;
    -moz-transition: all .48s;
    transition: all .48s;
}

.indBanIcon img {
    position: relative;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-transition: all .48s;
    -o-transition: all .48s;
    -moz-transition: all .48s;
    transition: all .48s;
}

.indBanText {
    max-width: 90%;
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.indBanText b {
    font-size: 52px;
    text-transform: uppercase;
    line-height: 1.4;
    font-weight: 600;

    color: rgb(255 255 255 / 60%);
    color: #fff;
    display: block;
    margin-bottom: 10px;
}

.indBanText span {
    font-size: 60px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 4px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Montserrat";
    display: block;
    margin-bottom: 20px;
}

.indBanText p {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}

.indBanText .More {
    margin-left: 2%;
    margin-top: 140px;
}

.indBanText .More a {
    color: #fff;
    border-color: #fff;
}


/*  */
.indBan_right {
    position: absolute;
    right: 5%;
    top: 50%;
    z-index: 2;
    text-align: center;
}

.indBan_right .swiper-pagination {
    position: relative;
    left: 0;
    bottom: 0;
    color: rgba(255, 255, 255, 0);
}

.indBan_right .swiper-pagination::after {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.indBan_right span {
    font-size: 16px;
    line-height: 1;
    display: block;
    color: #fff;
}

.indBan_right p {
    font-size: 14px;
    color: rgb(255 255 255 / 60%);
    line-height: 1;
    -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: tb-rl;
    margin: 0 auto;
    margin-top: 50px;
    padding-bottom: 170px;
    text-transform: uppercase;
    position: relative;
}

.indBan_right p::after {
    content: '';
    width: 1px;
    height: 160px;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}

.indBan_right img {
    width: 30px;
    margin-top: 50px;
}

/*  */


.indBan .swiper-slide-active .indBanImg img {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
}

/*  */
.js_indBan {
    /* width: 40%; */
    position: absolute;
    right: 5%;
    bottom: 10%;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.js_jdt.swiper-pagination {
    position: initial;
    width: 408px;
    height: 1px;
    text-align: left;
}

.js_indBan .swiper-pagination-progressbar {
    background: rgba(255, 255, 255, .45);
}

.js_indBan .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    height: 2px;
    background: #fff;
    bottom: -1px;
}

/*  */


/* <!-- 概况 --> */
.indGk {
    padding: 90px 0 140px;
    position: relative;
}

.indGkBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.indGkText {
    width: 50%;
    position: relative;
}

.indGkText .Tit {
    position: relative;
    z-index: 2;
}

.indGkText .Tit span {
    border-bottom: 2px solid #333;
}

.indGkText .Tit p {
    padding: 25px 0;
    border-bottom: 1px solid #333;
}

.indGk_p {
    width: 100%;
    font-size: 18px;
    line-height: 2;
    text-align: justify;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
}

.indGk .More {
    position: absolute;
    left: 0;
    bottom: -18%;
}

.indGkText .indGkText_img {
    width: 280px;
    position: absolute;
    right: -50px;
    top: -60px;
}

.indGkImg {
    width: 46%;
    -webkit-box-shadow: 20px 37px 65px 0 rgb(14 24 150 / 15%);
            box-shadow: 20px 37px 65px 0 rgb(14 24 150 / 15%);
    border-radius: 10px;
    transition: all .48s;
    -webkit-transition: all .48s;
    -moz-transition: all .48s;
    -ms-transition: all .48s;
    -o-transition: all .48s;
}

.indGkImg img {
    width: 100%;
    border-radius: 10px;
}

@media(min-width:1024px) {
    .indGkImg:hover {
        transform: scale(0.95);
        -webkit-transform: scale(0.95);
        -moz-transform: scale(0.95);
        -ms-transform: scale(0.95);
        -o-transform: scale(0.95);
    }
}


/* <!-- 胆固醇 --> */
.indDgcBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.indDgcImgBox {
    background-image: url(../images/indDgcImgBox.jpg);
    background-repeat: no-repeat;
    -o-background-size: cover;
       background-size: cover;
    position: relative;
    width: 52%;
    padding-top: 36%;
    border-radius: 10px;
    /* background: hsla(0, 0%, 100%, .3); */
    -webkit-box-shadow: 20px 37px 65px 0 rgb(14 24 150 / 15%);
    box-shadow: 20px 37px 65px 0 rgb(14 24 150 / 15%);
    transform: scale(1);
    -webkit-transition: all .48s;
    -o-transition: all .48s;
    -moz-transition: all .48s;
    transition: all .48s;
}

.indDgcImgSec {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.indDgcImgBox .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.indDgcImg {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    -webkit-transition: all .48s;
    -o-transition: all .48s;
    -moz-transition: all .48s;
    transition: all .48s;
}

@-webkit-keyframes zoomUp {
    0% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1) translateY(-20px);
                transform: scale(1.1) translateY(-20px);
    }

    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

@-moz-keyframes zoomUp {
    0% {
        -moz-transform: scale(1);
             transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.1) translateY(-20px);
             transform: scale(1.1) translateY(-20px);
    }

    100% {
        -moz-transform: scale(1);
             transform: scale(1);
    }
}

@-o-keyframes zoomUp {
    0% {
        -o-transform: scale(1);
           transform: scale(1);
    }

    50% {
        -o-transform: scale(1.1) translateY(-20px);
           transform: scale(1.1) translateY(-20px);
    }

    100% {
        -o-transform: scale(1);
           transform: scale(1);
    }
}

@keyframes zoomUp {
    0% {
        -webkit-transform: scale(1);
           -moz-transform: scale(1);
             -o-transform: scale(1);
                transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1) translateY(-20px);
           -moz-transform: scale(1.1) translateY(-20px);
             -o-transform: scale(1.1) translateY(-20px);
                transform: scale(1.1) translateY(-20px);
    }

    100% {
        -webkit-transform: scale(1);
           -moz-transform: scale(1);
             -o-transform: scale(1);
                transform: scale(1);
    }
}

.indDgcText {
    /* min-width: 420px; */
    position: relative;
    border-radius: 10px;
    width: 45%;
    background: hsla(0, 0%, 100%, .3);
    -webkit-box-shadow: 20px 37px 65px 0 rgb(14 24 150 / 15%);
    box-shadow: 20px 37px 65px 0 rgb(14 24 150 / 15%);
    padding: 60px 55px;
    -webkit-transition: all .48s;
    -o-transition: all .48s;
    -moz-transition: all .48s;
    transition: all .48s;
}

.indDgcText_xq {
    -webkit-transition: all .48s;
    -o-transition: all .48s;
    -moz-transition: all .48s;
    transition: all .48s;
}

.indDgcText .Tit span {
    border-bottom: 2px solid #000;
}

.indDgcText .Tit p {
    padding: 10px 0;
    border-bottom: 1px solid #000;
}

.indDgcText_p {
    height: 38vh;
    padding-right: 40px;
    overflow-y: scroll;
}

.indDgcText_p span {
    font-size: 20px;
    font-weight: 500;
}

.indDgcText_p p {
    /* width: 90%;
    margin: 0 auto; */
    font-size: 18px;
    /* text-align: justify; */
    line-height: 2;
    font-weight: 400;
    margin-bottom: 10px;
}

.indDgc .More {
    margin-top: 30px;
}

/*  */
.indDgcImgBox:hover {
    -webkit-transform: scale(0.95);
       -moz-transform: scale(0.95);
        -ms-transform: scale(0.95);
         -o-transform: scale(0.95);
            transform: scale(0.95);
}


.indDgcText:hover {
    -webkit-transform: scale(0.95);
       -moz-transform: scale(0.95);
        -ms-transform: scale(0.95);
         -o-transform: scale(0.95);
            transform: scale(0.95);
    background: #fff;
}

.indDgcText:hover .indDgcText_xq {
    -webkit-transform: scale(0.95);
       -moz-transform: scale(0.95);
        -ms-transform: scale(0.95);
         -o-transform: scale(0.95);
            transform: scale(0.95);
}

/* 团队 */

.indTeam {
    overflow: hidden;
    position: relative;
}

.indTeam .Tit {
    margin-bottom: 68px;
}

.indTeam .More {
    margin-right: 4%;
}

.indTeamBox .swiper-container {
    padding: 20px;
    -webkit-perspective: 1800px;
       -moz-perspective: 1800px;
            perspective: 1800px;
}

.indTeamBox .swiper-slide {
    position: relative;
    border-radius: 10px;
    -webkit-transform-style: preserve-3d;
       -moz-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transition: all .48s;
    -o-transition: all .48s;
    -moz-transition: all .48s;
    transition: all .48s;
}

.indTeam_item {
    padding: 60px 55px;
    /* background: -webkit-radial-gradient(0 100%, ellipse, #fff 0, hsla(0, 0%, 100%, 0) 60%);
			background: -o-radial-gradient(0 100%, ellipse, #fff 0, hsla(0, 0%, 100%, 0) 60%);
			background: radial-gradient(ellipse at 0 100%, #fff 0, hsla(0, 0%, 100%, 0) 60%); */
    background: hsla(0, 0%, 100%, .3);
    -webkit-box-shadow: 0px 0px 20px 0 rgb(14 24 150 / 15%);
            box-shadow: 0px 0px 20px 0 rgb(14 24 150 / 15%);
    border-radius: 10px;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    -moz-backface-visibility: hidden;
         backface-visibility: hidden;
    -webkit-backface-visibility: hidden;

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.indTeam_item.on {
    -moz-backface-visibility: hidden;
         backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-transform: rotateY(180deg);
         transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}

.indTeam_r {
    width: -webkit-calc(100% - 320px);
    width: -moz-calc(100% - 320px);
    width: calc(100% - 320px);
}

.back-side {
    padding: 60px 55px;
    background: hsla(0, 0%, 100%, .3);
    -webkit-box-shadow: 0px 0px 20px 0 rgb(14 24 150 / 15%);
            box-shadow: 0px 0px 20px 0 rgb(14 24 150 / 15%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    /* z-index: -1; */
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    -moz-transform: rotateY(180deg);
         transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-backface-visibility: hidden;
         backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.back-side.on {
    -moz-transform: rotateY(360deg);
         transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
}

.description {
    /* display: none; */
    margin-top: 25px;
    font-size: 18px;

    /* display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5; */
    -webkit-line-clamp: initial
}

.abTeam .description {
    font-size: 18px;
    -webkit-line-clamp: initial;
}

.indTeam_tit {
    padding-bottom: 25px;
    border-bottom: 2px solid #000;
}

.indTeam_tit b {
    font-size: 32px;
    font-weight: bold;
    display: block;
}

.indTeam_tit span {
    font-size: 20px;
}

.indTeam_p p {
    font-size: 18px;
    padding: 10px 0;
    border-bottom: 1px solid #000;
}

.indTeam_p img {
    margin-top: 30px;
}

.indTeamBox .swiper-slide .change,
.back-side .back {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #484b4a;
    position: absolute;
    right: 60px;
    bottom: 60px;
    z-index: 9;
}

.indTeamBox .swiper-slide .change img,
.back-side .back img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    padding: 20%;
}

.indTeamBox .swiper-slide .change .img2,
.back-side .back .img2 {
    display: none;
}

.indTeamBox .change:hover {
    background: #484b4a;
}

.indTeamBox .change:hover .img1 {
    display: none;
}

.indTeamBox .change:hover .img2 {
    display: block;
}

.indTeamBox .back:hover {
    background: #484b4a;
}

.indTeamBox .back:hover .img1 {
    display: none;
}

.indTeamBox .back:hover .img2 {
    display: block;
}



/* 新闻 */

.indNew {
    position: relative;
}

.indNew .Tit {
    margin-bottom: 68px;
}

.indNew_li {
    display: inline-block;
    padding: 15px 70px 15px 35px;
    border-radius: 50px;
    border: 1px solid #000;
    margin-right: 10px;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.indNew_li.on {
    color: #fff;
    /* background-image: -webkit-linear-gradient(180deg, rgb(1 224 139) 30%, rgb(0 136 222) 70%); */
    background: #333;
    /* border-color: #fff; */
}

.indNew_li.on::after {
    background: #fff;
}

.indNew_li::after {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #000;
    position: absolute;
    right: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}

.indNew .More {
    margin-right: 4%;
}

.indNew_ul {
    margin-top: 20px;
}

.indNewBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.indNew_l {
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: calc(50% - 10px);
    border-radius: 10px;
    background: hsla(0, 0%, 100%, .3);
    -webkit-box-shadow: 0px 0px 20px 0 rgb(14 24 150 / 15%);
            box-shadow: 0px 0px 20px 0 rgb(14 24 150 / 15%);
    padding: 55px 80px;
    -webkit-transition: all .48s;
    -o-transition: all .48s;
    -moz-transition: all .48s;
    transition: all .48s;
}

.indNew_lXq {
    -webkit-transition: all .48s;
    -o-transition: all .48s;
    -moz-transition: all .48s;
    transition: all .48s;
}

.indNewText b {
    display: block;
    font-size: 18px;
    color: #0371d0;
    margin-bottom: 10px;
}

.indNewText span {
    display: block;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;
    padding-bottom: 25px;
    border-bottom: 2px solid #000;
}

.indNewText p {
    margin: 20px 0;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.indNewText{
    border-bottom: 1px solid #000;
}

.indNew_lImg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.indNew_lImg i {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #333;
}

.indNew_lImg i img {
    width: 100%;
    height: 100%;
    padding: 30%;
    -o-object-fit: contain;
       object-fit: contain;
}

.indNew_r {
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: calc(50% - 10px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.indNew_item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-radius: 10px;
    background: hsla(0, 0%, 100%, .3);
    -webkit-box-shadow: 0px 0px 20px 0 rgb(14 24 150 / 15%);
            box-shadow: 0px 0px 20px 0 rgb(14 24 150 / 15%);
    padding: 50px;
    margin-bottom: 20px;
    -webkit-transition: all .48s;
    -o-transition: all .48s;
    -moz-transition: all .48s;
    transition: all .48s;
}

.indNew_itemXq {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all .48s;
    -o-transition: all .48s;
    -moz-transition: all .48s;
    transition: all .48s;
}

.indNew_item p {
    padding-right: 0 !important;
    margin-bottom: 0 !important;
}

.indNew_item:last-child {
    margin-bottom: 0;
}

.indNew_item img {
    width: 28%;
}

.indNew_item .indNewText {
    width: -webkit-calc(72% - 48px);
    width: -moz-calc(72% - 48px);
    width: calc(72% - 48px);
}

/*  */
.indNew_l:hover {
    -webkit-transform: scale(0.98);
       -moz-transform: scale(0.98);
        -ms-transform: scale(0.98);
         -o-transform: scale(0.98);
            transform: scale(0.98);
}

.indNew_l:hover .indNew_lXq {
    -webkit-transform: scale(0.98);
       -moz-transform: scale(0.98);
        -ms-transform: scale(0.98);
         -o-transform: scale(0.98);
            transform: scale(0.98);
}

.indNew_item:hover {
    -webkit-transform: scale(0.98);
       -moz-transform: scale(0.98);
        -ms-transform: scale(0.98);
         -o-transform: scale(0.98);
            transform: scale(0.98);
}

.indNew_item:hover .indNew_itemXq {
    -webkit-transform: scale(0.98);
       -moz-transform: scale(0.98);
        -ms-transform: scale(0.98);
         -o-transform: scale(0.98);
            transform: scale(0.98);
}


/* 发展历程 */

.indHis {
    position: relative;
    background-image: url(../images/indHis_bg.png);
    background-repeat: no-repeat;
    -o-background-size: cover;
       background-size: cover;
    background-position: center;
}

.indHis .Tit span {
    font-size: 60px;
}

.indHis::after {
    content: '';
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, rgb(255 255 255 / 0%)), color-stop(95%, rgb(255 255 255)));
    background: -webkit-linear-gradient(top, rgb(255 255 255 / 0%) 65%, rgb(255 255 255) 95%);
    background: -moz-linear-gradient(top, rgb(255 255 255 / 0%) 65%, rgb(255 255 255) 95%);
    background: -o-linear-gradient(top, rgb(255 255 255 / 0%) 65%, rgb(255 255 255) 95%);
    background: linear-gradient(180deg, rgb(255 255 255 / 0%) 65%, rgb(255 255 255) 95%);
    position: absolute;
    left: 0;
    top: 0;
}

.indHisXq {
    position: relative;
    padding-top: 60px !important;
}

.indHis .Tit {
    position: relative;
    z-index: 2;
    margin-bottom: 80px;
}


.indHisBox {
    padding: 0 8%;
    position: relative;
    z-index: 2;
}

.hisXian {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    height: 12px;
    background: url(../images/bg_12.png) repeat-x left center;

}

/*  */


.js_indHis.swiper-container {
    padding: 0 20px;
}

.js_indHis .swiper-slide {
    text-align: center;
    -webkit-transition: all .48s;
    -o-transition: all .48s;
    -moz-transition: all .48s;
    transition: all .48s;
    cursor: pointer;
}

.indHisTop {
    width: 100%;
    padding: 0 50px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    margin: 0 4px;
}

/*  */

.indHisTop i {
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #0371d0;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
}

.indHisTop i::after {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgb(3 113 208 / 48%);
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-animation: scrollit 5s linear infinite;
       -moz-animation: scrollit 5s linear infinite;
         -o-animation: scrollit 5s linear infinite;
            animation: scrollit 5s linear infinite;
}

.indHisTop i {
    bottom: -4px;
}

@-webkit-keyframes scrollit {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1.2);
        -ms-transform: translate(-50%, -50%) scale(1.2);
        transform: translate(-50%, -50%) scale(1.2);
    }

    50% {
        -webkit-transform: translate(-50%, -50%) scale(1.8);
        -ms-transform: translate(-50%, -50%) scale(1.8);
        transform: translate(-50%, -50%) scale(1.8);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(1.2);
        -ms-transform: translate(-50%, -50%) scale(1.2);
        transform: translate(-50%, -50%) scale(1.2);
    }
}

@-moz-keyframes scrollit {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1.2);
        -ms-transform: translate(-50%, -50%) scale(1.2);
        -moz-transform: translate(-50%, -50%) scale(1.2);
             transform: translate(-50%, -50%) scale(1.2);
    }

    50% {
        -webkit-transform: translate(-50%, -50%) scale(1.8);
        -ms-transform: translate(-50%, -50%) scale(1.8);
        -moz-transform: translate(-50%, -50%) scale(1.8);
             transform: translate(-50%, -50%) scale(1.8);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(1.2);
        -ms-transform: translate(-50%, -50%) scale(1.2);
        -moz-transform: translate(-50%, -50%) scale(1.2);
             transform: translate(-50%, -50%) scale(1.2);
    }
}

@-o-keyframes scrollit {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1.2);
        -ms-transform: translate(-50%, -50%) scale(1.2);
        -o-transform: translate(-50%, -50%) scale(1.2);
           transform: translate(-50%, -50%) scale(1.2);
    }

    50% {
        -webkit-transform: translate(-50%, -50%) scale(1.8);
        -ms-transform: translate(-50%, -50%) scale(1.8);
        -o-transform: translate(-50%, -50%) scale(1.8);
           transform: translate(-50%, -50%) scale(1.8);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(1.2);
        -ms-transform: translate(-50%, -50%) scale(1.2);
        -o-transform: translate(-50%, -50%) scale(1.2);
           transform: translate(-50%, -50%) scale(1.2);
    }
}

@keyframes scrollit {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1.2);
        -ms-transform: translate(-50%, -50%) scale(1.2);
        -moz-transform: translate(-50%, -50%) scale(1.2);
          -o-transform: translate(-50%, -50%) scale(1.2);
             transform: translate(-50%, -50%) scale(1.2);
    }

    50% {
        -webkit-transform: translate(-50%, -50%) scale(1.8);
        -ms-transform: translate(-50%, -50%) scale(1.8);
        -moz-transform: translate(-50%, -50%) scale(1.8);
          -o-transform: translate(-50%, -50%) scale(1.8);
             transform: translate(-50%, -50%) scale(1.8);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(1.2);
        -ms-transform: translate(-50%, -50%) scale(1.2);
        -moz-transform: translate(-50%, -50%) scale(1.2);
          -o-transform: translate(-50%, -50%) scale(1.2);
             transform: translate(-50%, -50%) scale(1.2);
    }
}

/*  */



/* === */
.indHis_xq .swiper-slide {
    background: #fff;
    white-space: nowrap;
    text-align: center;
}

.scroll-item {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}


.js_indHis .swiper-slide .time {
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    white-space: normal;
    -webkit-transition: all .48s;
    -o-transition: all .48s;
    -moz-transition: all .48s;
    transition: all .48s;
    text-align: center;
}

.js_indHis .swiper-slide span {
    font-size: 30px;
    height: 50px;
}

.js_indHis .swiper-slide p {
    font-size: 16px;
    height: 50px;
    margin-top: 80px;
    -webkit-transition: all .48s;
    -o-transition: all .48s;
    -moz-transition: all .48s;
    transition: all .48s;
}

/*  */

.indHisBox .indHis-button {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    cursor: pointer;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    -o-background-size: 14px;
       background-size: 14px;
    -webkit-transition: all 0.48s;
    -o-transition: all 0.48s;
    -moz-transition: all 0.48s;
    transition: all 0.48s;
    opacity: 1;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-box-shadow: 0px 3px 15px 0 rgb(14 24 150 / 15%);
    box-shadow: 0px 3px 15px 0 rgb(14 24 150 / 15%);
}

.indHisBox .indHis-button.prev {
    z-index: 99;
    left: 50px;
    background-image: url(../images/ico_arr4.png);
}

.indHisBox .indHis-button.next {
    z-index: 99;
    right: 50px;
    background-image: url(../images/ico_arr.png);
}


/*底部 */

.footer {
    padding: 44px 5%;
    position: relative;
}

.footBox {
    width: 100%;
    background: hsla(0, 0%, 100%, .3);
    -webkit-box-shadow: 0px 0px 20px 0 rgb(14 24 150 / 15%);
            box-shadow: 0px 0px 20px 0 rgb(14 24 150 / 15%);
    border-radius: 10px;
    padding: 0 50px;
}

.footTop {
    padding: 40px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid rgb(144 152 177 / 48%);
}

.footLogo img {
    width: 240px;
}

.footEwm>div {
    display: inline-block;
    margin-left: 48px;
}

.footEwm>div a {
    width: 130px;
    display: inline-block;
    border-radius: 10px;
    border: 1px solid #8e9596;
    padding: 3px;
}

.footEwm img {
    width: 100%;
}

.footEwm span {
    display: block;
    text-align: center;
    font-size: 12px;
    padding-top: 5px;
}

/*  */
.footNav {
    padding: 48px 5% 78px;
}

.footNav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.footNav ul li {
    text-align: center;
}

.footNav ul li a {
    display: block;
    font-size: 18px;
    color: #878f98;
    margin-bottom: 12px;
}

.footNav ul li a span {
    font-size: 24px;
    color: #595f66;
    display: block;
    margin-bottom: 30px;
}

/*  */
.footCon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid rgb(144 152 177 / 48%);
    border-bottom: 1px solid rgb(144 152 177 / 48%);
}

.footCon_li {
    width: 50%;
    padding: 50px 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.footCon_li:first-child {
    border-right: 1px solid rgb(144 152 177 / 48%);
}

.footCon_li span {
    font-size: 21px;
}

.footCon_li p {
    font-size: 28px;
}

/*  */
.footBot {
    padding: 30px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.footBot p,
.footBot p a {
    color: #999;
}


/* 响应 */

@media(max-width:1680px) {
    .padd {
        padding: 68px 0;
    }

    .More i {
        width: 178px;
        height: 178px;
    }

    .indBanText .More {
        margin-left: 1%;
    }

    .Tit span {
        font-size: 40px;
        padding-bottom: 30px;
    }

    .Tit p {
        font-size: 21px;
    }

    /*  */
    .header .hLogo img {
        width: 158px;
    }

    .hNav ul li .hNav_a {
        padding: 35px 30px;
        font-size: 16px;
    }

    .indBan {
        height: -webkit-calc(100vh - 86px);
        height: -moz-calc(100vh - 86px);
        height: calc(100vh - 86px);
        margin-top: 86px;
    }

    /*  */

    .indBanText b {
        font-size: 26px;
        font-size: 46px;
    }

    .indBanText span {
        font-size: 42px;
    }

    .indBanText p {
        font-size: 16px;
    }

    .indBan_right p {
        margin-top: 30px;
        padding-bottom: 130px;
    }

    .indBan_right p::after {
        height: 120px;
    }

    /*  */



    /*  */
    .indGk {
        padding: 80px 0 100px;
    }

    .indGkText .Tit p {
        padding: 20px 0;
    }

    .indGkText .More {
        bottom: -13%;
    }

    .indDgcText {
        padding: 65px 35px;
        min-width: 480px;
    }


    /*  */
    .indDgcImgSec {
        transform: scale(0.85);
        -webkit-transform: scale(0.85);
        -moz-transform: scale(0.85);
        -ms-transform: scale(0.85);
        -o-transform: scale(0.85);
    }

    /*  */
    .indTeam_tit b {
        font-size: 30px;
    }

    .indTeam_item,
    .back-side {
        padding: 40px 35px;
    }

    .indTeam_tit span {
        font-size: 18px;
    }

    .indTeam_tit {
        padding-bottom: 20px;
    }

    .indTeam_p p {
        font-size: 16px;
    }

    .indTeam_p img {
        width: 200px;
    }

    .indTeamBox .swiper-slide .change,
    .back-side .back {
        width: 35px;
        height: 35px;
        right: 35px;
        bottom: 30px;
    }

    .description,
    .abTeam .description {
        margin-top: 12px;
        font-size: 16px;
    }

    /*  */
    .indNew_li {
        padding: 10px 52px 10px 25px;
    }

    .indNew_l {
        padding: 40px 50px;
    }

    .indNewText span {
        font-size: 32px;
        padding-bottom: 20px;
    }

    .indNewText p {
        font-size: 16px;
    }

    .indNew_lImg img {
        width: 300px;
    }

    .indNew_lImg i {
        width: 45px;
        height: 45px;
    }

    .indNew_item {
        padding: 30px;
    }

    .indNew_item .indNewText {
        width: -webkit-calc(72% - 30px);
        width: -moz-calc(72% - 30px);
        width: calc(72% - 30px);
        /*width: 100%;*/
    }

    .indTeam_item img {
        width: 200px;
    }

    .indTeam_r {
        width: -webkit-calc(100% - 240px);
        width: -moz-calc(100% - 240px);
        width: calc(100% - 240px);
    }


    /*  */
    .footTop {
        padding: 30px 0;
    }

    .footLogo img {
        width: 220px;
    }

    .footEwm>div a {
        width: 100px;
        padding: 4px;
    }

    .footEwm>div {
        margin-left: 30px;
    }

    .footNav ul li a span {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .footNav ul li a {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .footNav {
        padding: 38px 0 70px;
    }

    .footCon_li {
        padding: 36px 46px;
    }

    .footCon_li p {
        font-size: 21px;
    }

    .footBot {
        padding: 20px 0;
    }
}

@media(max-width:1480px) {
    .padd {
        padding: 78px 0;
    }

    /*  */
    .indBanText b {
        font-size: 26px;
        font-size: 42px;
    }

    .indBanText span {
        font-size: 44px;
    }

    .indBan {
        height: -webkit-calc(100vh - 85px);
        height: -moz-calc(100vh - 85px);
        height: calc(100vh - 85px);
        margin-top: 85px;
    }

    /* .indDgcImgSec {
        transform: scale(0.6);
    } */


    /*  */

    .indGk_p {
        font-size: 16px;
    }

    .indGk .More {
        left: 80%;
        bottom: -15%;
    }
}

@media(max-width:1368px) {
    .Tit span {
        font-size: 36px;
        padding-bottom: 20px;
    }

    .Tit p {
        font-size: 18px;
    }

    /*  */
    .indGk_r {
        width: 46%;
        padding-top: 46%;
    }

    .indGk {
        padding: 70px 0 90px;
    }

    /*  */
    .indDgcText_p span {
        font-size: 18px;
    }

    .indDgcText_p p {
        font-size: 16px;
    }

    /*  */
    .indTeam .Tit {
        margin-bottom: 48px;
    }

    .indTeam_item,
    .back-side {
        padding: 30px 25px;
    }

    .indTeam_item img {
        width: 185px;
    }

    .indTeam_r {
        width: -webkit-calc(100% - 220px);
        width: -moz-calc(100% - 220px);
        width: calc(100% - 220px);
    }

    .indTeam_tit {
        padding-bottom: 8px;
    }

    .indTeam_tit b {
        font-size: 24px;
    }

    .indTeam_tit span {
        font-size: 16px;
    }

    .indTeam_p p {
        font-size: 14px;
        padding: 8px 0;
    }

    .indTeamBox .swiper-slide .change,
    .back-side .back {
        width: 30px;
        height: 30px;
        right: 30px;
        bottom: 30px;
    }

    /*  */

    .indNewText span {
        font-size: 26px;
        padding-bottom: 12px;
    }

    .indNewText b{
        font-size: 16px;
    }

    .indNewText p {
        margin: 12px 0;
        font-size: 14px;
    }

    .indNew_lImg i {
        width: 36px;
        height: 36px;
    }

    /*  */
    .js_indHis .swiper-slide span {
        font-size: 26px;
        line-height: 30px;
    }

    .indHisTop {
        height: 180px;
    }

    .indHisBot {
        height: 180px;
        width: 80%;
    }

    /*  */
    .footLogo img {
        width: 200px;
    }

    .footTop {
        padding: 20px 0;
    }

    .footNav ul li a span {
        font-size: 21px;
        margin-bottom: 15px;
    }

    .footNav ul li a {
        font-size: 16px;
    }

    .footCon_li span,
    .footCon_li p {
        font-size: 18px;
    }
}


/* =============================内页公共 */

.titN {
    padding: 260px 0 120px;
    padding: 220px 0 0;
}

/* .titN .inner {
            width: 80%;
        } */

.titN_ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 60px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.titN_r a {
    font-size: 18px;
    line-height: 1.2;
    color: #999;
    padding: 0 25px;
    position: relative;
}

.titN_r a::after {
    content: '';
    width: 1px;
    height: 80%;
    border-right: 1px solid #999;
    position: absolute;
    right: 0;
    top: 10%;
}

.titN_r a:last-child::after {
    display: none;
}

.titN_r a.on {
    color: #333;
    text-decoration: underline;
}

.titNText b {
    color: #0371d0;
    font-size: 20px;
    font-size: 32px;
    display: block;

}

.titNText span {
    font-size: 86px;
    line-height: 1;
    font-weight: 500;
    display: block;
}

/* .titNText p {
    font-size: 24px;
    letter-spacing: 2px;
} */

/*  */

.abGk {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 60px;
}

.indGk_p {
    font-size: 18px;
    font-weight: 400;
    line-height: 2;
    text-align: justify;
    margin-bottom: 25px;
}

.abGk .More {
    margin: 80px 0 80px 2%;
}

.abImg {
    width: 90%;
    max-width: 96%;
    min-width: 90%;
    height: 68vh;
    margin: 0 auto;
    -webkit-transition: all .48s;
    -o-transition: all .48s;
    -moz-transition: all .48s;
    transition: all .48s;

    /* padding-top: 36%; */
    border-radius: 20px;
}


.TBox .More {
    margin: 100px 0 0 2%;
}


/* ===============================================内页 */


/* 内页公共 */
.header {
    /* top: -109px; */
    z-index: 9999;
}

.header.headerBlock {
    top: 0;
}

/* .headerMain-bg.header {
    box-shadow: initial;
} */

/* body {
    background: #fafafa;
} */

/*  */
.banNBox {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-radius: 20px;
    background: hsla(0, 0%, 100%, .3);
    -webkit-box-shadow: 20px 37px 65px 0 rgb(14 24 150 / 15%);
    box-shadow: 20px 37px 65px 0 rgb(14 24 150 / 15%);
    padding: 60px;
    -webkit-transition: all .48s;
    -o-transition: all .48s;
    -moz-transition: all .48s;
    transition: all .48s;
}


.banNBox .imgBox {
    width: 45%;
    position: relative;
    padding-top: 35%;
    border-radius: 20px;
    -webkit-transition: all .48s;
    -o-transition: all .48s;
    -moz-transition: all .48s;
    transition: all .48s;
}

/* .banNBox .imgBox::after {
            content: '';
            width: 90%;
            height: 40%;
            position: absolute;
            top: -5%;
            right: -8%;
            background: #0371d0;
        } */

.banNBox .imgBox img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}

/*  */

.banNBox .TBox {
    width: 46%;
    -webkit-transition: all .48s;
    -o-transition: all .48s;
    -moz-transition: all .48s;
    transition: all .48s;
}

.banNBox .TBox .text {
    margin: 50px 0;
}

.banNBox .TBox .text span {
    font-size: 18px;
    line-height: 2;
    text-align: justify;
    margin-bottom: 20px;
    display: block;
}

/*  */

@media(min-width:1024px) {
    .banNBox:hover {
        -webkit-transform: scale(0.95);
           -moz-transform: scale(0.95);
            -ms-transform: scale(0.95);
             -o-transform: scale(0.95);
                transform: scale(0.95);
    }

    .banNBox:hover .imgBox {
        -webkit-transform: scale(0.95);
           -moz-transform: scale(0.95);
            -ms-transform: scale(0.95);
             -o-transform: scale(0.95);
                transform: scale(0.95);
    }

    .banNBox:hover .TBox {
        -webkit-transform: scale(0.95);
           -moz-transform: scale(0.95);
            -ms-transform: scale(0.95);
             -o-transform: scale(0.95);
                transform: scale(0.95);
    }
}



/* 团队 */

.abTeam {
    /* background: #edefef; */
    overflow: hidden;
    position: relative;
}

.abTeam_top {
    padding: 0 90px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 80px;
}

.abTeam_top p {
    font-size: 18px;
    line-height: 1.8;
    width: 45%;
}

.abTeam_but {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.abTeam_but a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #0371d0;
    margin: 0 10px;
}

.abTeam_but a img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    padding: 30%;
    -webkit-transition: all .48s;
    -o-transition: all .48s;
    -moz-transition: all .48s;
    transition: all .48s;
}


/*  */
/* .abTeamBox{
            padding-left: 5%;
        } */

.abTeamBox .swiper-container {
    padding: 20px;
    -webkit-perspective: 1800px;
       -moz-perspective: 1800px;
            perspective: 1800px;
}

.abTeamBox .swiper-slide {
    height: auto;
    position: relative;
    border-radius: 10px;
    -webkit-transform-style: preserve-3d;
       -moz-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transition: all .48s;
    -o-transition: all .48s;
    -moz-transition: all .48s;
    transition: all .48s;
}

.abTeam_item {
    height: 100%;
    padding: 40px 40px;
    background: hsla(0, 0%, 100%, .3);
    -webkit-box-shadow: 0px 0px 20px 0 rgb(14 24 150 / 15%);
            box-shadow: 0px 0px 20px 0 rgb(14 24 150 / 15%);
    border-radius: 10px;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    -moz-backface-visibility: hidden;
         backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.abTeam_item.on {
    -moz-backface-visibility: hidden;
         backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-transform: rotateY(180deg);
         transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}


.abTeam_tit {
    padding-bottom: 30px;
    border-bottom: 2px solid #000;
}

.abTeam_tit b {
    font-size: 32px;
    font-weight: bold;
    display: block;
}

.abTeam_tit b i {
    font-size: 18px;
    margin-left: 10px;
}

.indTeam_tit b i {
    font-size: 18px;
    margin-left: 10px;
}

.abTeam_tit span {
    font-size: 20px;
}

.abTeam_p {
    /* min-height: 392px; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}



@media (max-width: 1480px) {
    .abTeam_p p {
        min-height: 50px;
    }

    .abTeam_tit b i {
        font-size: 16px;
    }

}

@media (max-width: 1368px) {
    .abTeam_p p {
        min-height: 43px;
    }
}


.abTeam_p p {
    min-height: 50px;
    font-size: 18px;
    padding: 10px 0;
    border-bottom: 1px solid #000;
}

.abTeam_p img {
    width: 50%;
    border-radius: 8px;
    margin-top: 30px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.abTeamBox .swiper-slide .change,
.abTeamBox .back-side .back {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #484b4a;
    position: absolute;
    right: 60px;
    bottom: 40px;
    z-index: 9;
}


.abTeamBox .swiper-slide .change img,
.abTeamBox .back-side .back img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    padding: 20%;
}

.abTeamBox .swiper-slide .change .img2,
.abTeamBox .back-side .back .img2 {
    display: none;
}

.abTeamBox .change:hover {
    background: #484b4a;
}

.abTeamBox .change:hover .img1 {
    display: none;
}

.abTeamBox .change:hover .img2 {
    display: block;
}

.abTeamBox .back:hover {
    background: #484b4a;
}

.abTeamBox .back:hover .img1 {
    display: none;
}

.abTeamBox .back:hover .img2 {
    display: block;
}


/* 发展历程 */

.abHis {
    position: relative;
}

.abHis .Tit span {
    font-size: 60px;
}

.abHisBox {
    width: 100%;
    padding-top: 180px;
}

.abDeveBox {
    width: 80%;
    margin: 0 auto;
    height: 100%;
}

.abDeveBox::after {
    content: '';
    width: 1px;
    height: 85%;
    background: rgba(0, 0, 0, .28);
    position: absolute;
    left: 50%;
    top: 15%;
    /* z-index: -1; */
}

.dxyItem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    margin-bottom: 80px;
}

.dxyItem_l {
    width: 50%;
    padding: 0 80px;
    -webkit-transform: translateY(-100px);
       -moz-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
         -o-transform: translateY(-100px);
            transform: translateY(-100px);
    position: relative;
    text-align: right;
}

.dxyItem_l:hover .abDeve_img img {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}

.dxyItem_r:hover .abDeve_img img {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}

.dxyItem_r {
    width: 50%;
    padding: 0 80px;
    -webkit-transform: translateY(50px);
       -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
         -o-transform: translateY(50px);
            transform: translateY(50px);
    position: relative;
}

.abDeve_top {
    padding-bottom: 12px;
    margin-bottom: 18px;
    position: relative;
}

.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_top::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #e0dfdf;
    background: rgba(0, 0, 0, .48);
    position: absolute;
    left: 0;
    bottom: 0;
}

.abDeve_btm {
    min-height: 100px;
}

.abDeve_btm p {
    color: #333;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.abDeve_btm p b {
    color: #333;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 2px;
    
}

.his_b {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0373d2;
    position: absolute;
    top: 10px;

    z-index: 2;
    -webkit-animation: scale2 2s linear infinite;
       -moz-animation: scale2 2s linear infinite;
         -o-animation: scale2 2s linear infinite;
            animation: scale2 2s linear infinite;
}

.dxyItem_l .his_b {
    right: 0;
    -webkit-transform: translate(50%, -50%);
       -moz-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
         -o-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
}

.dxyItem_r .his_b {
    left: 0;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

@-webkit-keyframes scale2 {
    from {
        -webkit-box-shadow: 0 0px 1px 0 rgb(0 78 168);
                box-shadow: 0 0px 1px 0 rgb(0 78 168);
    }

    50% {
        -webkit-box-shadow: 0 0px 30px 0 rgb(0 78 168);
                box-shadow: 0 0px 30px 0 rgb(0 78 168);
    }

    to {
        -webkit-box-shadow: 0 0px 1px 0 rgb(0 78 168);
                box-shadow: 0 0px 1px 0 rgb(0 78 168);
    }
}

@-moz-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);
    }
}

@-o-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);
    }
}

@keyframes scale2 {
    from {
        -webkit-box-shadow: 0 0px 1px 0 rgb(0 78 168);
                box-shadow: 0 0px 1px 0 rgb(0 78 168);
    }

    50% {
        -webkit-box-shadow: 0 0px 30px 0 rgb(0 78 168);
                box-shadow: 0 0px 30px 0 rgb(0 78 168);
    }

    to {
        -webkit-box-shadow: 0 0px 1px 0 rgb(0 78 168);
                box-shadow: 0 0px 1px 0 rgb(0 78 168);
    }
}

.abDeve_img {
    position: relative;
    padding-top: 36%;
    overflow: hidden;
}

.abDeve_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .48s;
    -o-transition: all .48s;
    -moz-transition: all .48s;
    transition: all .48s;
}

/*  */

@media(max-width:1680px) {

    /*  */
    .abHis .Tit span {
        font-size: 56px;
    }

    .dxyItem_l, .dxyItem_r {
        padding: 0 60px;
    }
}

@media(max-width:1480px) {
    .abTeam_tit b {
        font-size: 28px;
    }

    .abTeam_item {
        padding: 30px 30px;
    }

    .abTeamBox .swiper-slide .change,
    .abTeamBox .back-side .back {
        width: 35px;
        height: 35px;
        right: 35px;
        bottom: 30px;
    }

    /*  */

    .abDeve_btm p {
        font-size: 16px;
    }

    .abDeve_txt span {
        font-size: 30px;
    }


}

@media(max-width:1368px) {
    .titNText b {
        font-size: 26px;
    }

    .titNText span {
        font-size: 66px;
    }

    .Tit.big span {
        font-size: 52px;
    }

    .Tit.big {
        margin-bottom: 56px;
    }

    /*  */

    .abTeam_tit span {
        font-size: 18px;
    }

    .abTeam_tit {
        padding-bottom: 20px;
    }

    .abTeam_p p {
        font-size: 16px;
        padding: 8px 0;
    }

    .abTeamBox .swiper-slide .change,
    .back-side .back {
        width: 30px;
        height: 30px;
        right: 30px;
        bottom: 30px;
    }

    .abTeam_p img {
        width: 65%;
        margin-top: 25px;
    }

    /*  */

    .abHis .Tit span {
        font-size: 52px;
    }

    .abDeveBox {
        width: 90%;
    }
}


/* ========================================rd */

/* 理念 */
.rdLy {
    padding-bottom: 0 !important;
}

.rdLyBox {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.rdLyItem {
    width: 49%;
    padding: 60px;
    border-radius: 20px;
    background: hsla(0, 0%, 100%, .3);
    -webkit-box-shadow: 0px 0px 20px 0 rgb(14 24 150 / 15%);
            box-shadow: 0px 0px 20px 0 rgb(14 24 150 / 15%);
    -webkit-transition: all .48s;
    -o-transition: all .48s;
    -moz-transition: all .48s;
    transition: all .48s;
}

.rdLyItem:nth-child(2n) .rdLyText {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
       -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
}

.rdLyItem:last-child {
    margin-bottom: 0;
}

.rdLyImg {
    width: 100%;
    padding-top: 64%;
    border-radius: 20px;
}

.rdLyText {
    width: 100%;
    padding: 40px 0;
}

.rdLyText .Tit span {
    /* border-bottom: 2px solid #000; */
    padding-bottom: 0;
}

.rdLyText .Tit p {
    padding: 10px 0;
    border-bottom: 1px solid #000;
}

.rdLyText p {
    width: 98%;
    font-size: 18px;
    line-height: 2;
    font-weight: 400;
}

@media(min-width:1024px) {
    .rdLyItem:hover {
        -webkit-transform: scale(0.95);
           -moz-transform: scale(0.95);
            -ms-transform: scale(0.95);
             -o-transform: scale(0.95);
                transform: scale(0.95);
        background: #fff;
    }
}



/* 平台 */


.rdPtItem {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 30px;
    background: hsla(0, 0%, 100%, .1);
    -webkit-box-shadow: 20px 37px 65px 0 rgb(14 24 150 / 15%);
            box-shadow: 20px 37px 65px 0 rgb(14 24 150 / 15%);
    border-radius: 20px;
    -webkit-transition: all .48s;
    -o-transition: all .48s;
    -moz-transition: all .48s;
    transition: all .48s;
}

.rdPtImgBox {
    width: 50%;
}

.rdPtImg {
    padding-top: 76%;
    border-radius: 20px;
    background: #fff;
}

.rdPtText {
    width: 50%;
    padding: 10px 5%;
}

.rdPtText .rdPt_li {
    padding: 25px 0;
    border-bottom: 1px solid #000;
}

.rdPt_div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.rdPt_div span {
    font-size: 24px;
    font-weight: 600;
    display: block;
}

.rdPt_li p {
    padding-top: 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
    display: none;
}

.rdPt_li:nth-child(1) p {
    display: block;
}

.rdPt_li .change {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #484b4a;
    /* border: 1px solid #484b4a; */
    z-index: 9;
    -webkit-transition: all .48s;
    -o-transition: all .48s;
    -moz-transition: all .48s;
    transition: all .48s;
}

.rdPt_li .change img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    padding: 20%;
    -webkit-transition: all .48s;
    -o-transition: all .48s;
    -moz-transition: all .48s;
    transition: all .48s;
}

/*  */

.rdPtImgBox .swiper-pagination {
    width: auto;
    left: initial;
    right: 5%;
    bottom: 10px;
}

.rdPtImgBox .swiper-pagination-bullet {
    margin: 0 5px !important;
}

.rdPtImgBox .swiper-pagination-bullet-active {
    background: #0371d0;
}


/*  */


.rdPt_li .change.on {
    background: #0371d0;
}

.rdPt_li .change.on img {
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
}

@media(min-width:1024px) {

    .rdPtItem:hover {
        -webkit-transform: scale(0.95);
           -moz-transform: scale(0.95);
            -ms-transform: scale(0.95);
             -o-transform: scale(0.95);
                transform: scale(0.95);
        background: #fff;
    }
}

/*  */

@media(max-width:1680px) {
    .rdLyItem {
        padding: 50px;
    }

    .rdLy {
        padding-bottom: 80px;
    }

    /*  */

    .rdPt_div span {
        font-size: 21px;
    }

    .rdPtText .rdPt_li {
        padding: 20px 0;
    }

    .rdPt_li p {
        font-size: 15px;
    }

    .rdPt_li .change {
        width: 30px;
        height: 30px;
    }
}

@media(max-width:1480px) {

    .rdLyText p {
        font-size: 16px;
    }

    /*  */

    .rdPt_li p {
        font-size: 14px;
    }

    .rdPtText .rdPt_li {
        padding: 15px 0;
    }

    .rdPt_div span {
        font-size: 18px;
    }
}



/* ==============================================new */

.indNew {
    position: relative;
    padding-top: 20px !important;
}

.indNew .Tit {
    margin-bottom: 68px;
}

.indNewBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    position: relative;
}

/* .indNewBox::after {
    content: '';
    width: -webkit-calc(33.33% - 30px);
    width: -moz-calc(33.33% - 30px);
    width: calc(33.33% - 30px);
} */

.newItem {
    width: 100%;
    border-radius: 10px;
    background: hsla(0, 0%, 100%, .3);
    -webkit-box-shadow: 0px 0px 20px 0 rgb(14 24 150 / 15%);
            box-shadow: 0px 0px 20px 0 rgb(14 24 150 / 15%);
    padding: 40px;
    margin-bottom: 40px;
    -webkit-transition: all .48s;
    -o-transition: all .48s;
    -moz-transition: all .48s;
    transition: all .48s;
}

.newImg {
    width: 100%;
    padding-top: 66%;
}

.newBox {
    margin-top: 40px;
}

/*  */
.indNew_l:hover {
    -webkit-transform: scale(0.98);
       -moz-transform: scale(0.98);
        -ms-transform: scale(0.98);
         -o-transform: scale(0.98);
            transform: scale(0.98);
}

.indNew_l:hover .indNew_lXq {
    -webkit-transform: scale(0.98);
       -moz-transform: scale(0.98);
        -ms-transform: scale(0.98);
         -o-transform: scale(0.98);
            transform: scale(0.98);
}

.newItem:hover {
    -webkit-transform: scale(0.98);
       -moz-transform: scale(0.98);
        -ms-transform: scale(0.98);
         -o-transform: scale(0.98);
            transform: scale(0.98);
}

.newItem:hover .newItemXq {
    -webkit-transform: scale(0.98);
       -moz-transform: scale(0.98);
        -ms-transform: scale(0.98);
         -o-transform: scale(0.98);
            transform: scale(0.98);
}


/*  */

@media(max-width:1480px) {
    .newItem .newText {
        width: 100%;
    }

}



/* ==============================================hr */
.hrTeam {
    width: 100%;
    padding-bottom: 0 !important;
}

.hrTeamBox {
    padding: 0 5%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;

    padding: 60px;
    background: hsla(0, 0%, 100%, .3);
    -webkit-box-shadow: 0px 0px 20px 0 rgb(14 24 150 / 15%);
            box-shadow: 0px 0px 20px 0 rgb(14 24 150 / 15%);
    border-radius: 20px;
    -webkit-transition: all .48s;
    -o-transition: all .48s;
    -moz-transition: all .48s;
    transition: all .48s;
}

.hrTeamText {
    width: 50%;
}

.hrTeamText span {
    font-size: 60px;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.4;
    display: block;
    margin-bottom: 40px;
    /* padding-bottom: 30px;
            border-bottom: 2px solid #000; */
}

.hrTeamText p {
    font-size: 18px;
    line-height: 2;
}

.hrTeamImg {
    width: 45%;
    margin-left: 5%;
    padding-top: 30%;
    border-radius: 20px;
}

@media(min-width:1024px) {

    .hrTeamBox:hover {
        -webkit-transform: scale(0.95);
           -moz-transform: scale(0.95);
            -ms-transform: scale(0.95);
             -o-transform: scale(0.95);
                transform: scale(0.95);
        background: #fff;
    }

}

/* 招聘 */

.hrZpTop {
    width: 100%;
    padding-right: 360px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
}

.hrZp_ipt {
    width: 30%;
    padding: 22px 40px;
    border-radius: 1000px;

    /* background: #0371d0; */
    border: 1px solid #0371d0;
    position: relative;
}

.hrZp_ipt select,
.hrZp_ipt input {
    width: 100%;
    height: 100%;
    border: none;
    background: none;
    font-size: 18px;

}

.hrZp_ipt input::-webkit-input-placeholder {
    font-size: 18px;
    color: #666;
}

.hrZp_ipt input:-moz-placeholder {
    font-size: 18px;
    color: #666;
}

.hrZp_ipt input::-moz-placeholder {
    font-size: 18px;
    color: #666;
}

.hrZp_ipt input:-ms-input-placeholder {
    font-size: 18px;
    color: #666;
}

.hrZp_ipt input::-ms-input-placeholder {
    font-size: 18px;
    color: #666;
}

.hrZp_ipt input::placeholder {
    font-size: 18px;
    color: #666;
}

.hrZp_ipt svg {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}

.hrZp_ipt svg path {
    fill: #0371d0;
}

.hrZpTop a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 200px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #0371d0;
    border-radius: 1000px;
    font-size: 20px;
    color: #fff;
}

.hrZpTop a svg {
    width: 20px;
    height: 20px;
    margin-left: 10px;
}

.hrZpTop a svg path {
    fill: #fff;
}

/*  */
.hrZpBot {
    margin-top: 75px;
}

.hrZp_li {
    margin-bottom: 20px;
    border-radius: 30px;
    background: -webkit-gradient(linear, left top, right top, color-stop(40%, rgb(17 142 248)), to(rgb(0 186 170)));
    background: -webkit-linear-gradient(left, rgb(17 142 248) 40%, rgb(0 186 170) 100%);
    background: -moz-linear-gradient(left, rgb(17 142 248) 40%, rgb(0 186 170) 100%);
    background: -o-linear-gradient(left, rgb(17 142 248) 40%, rgb(0 186 170) 100%);
    background: linear-gradient(90deg, rgb(17 142 248) 40%, rgb(0 186 170) 100%);
    background: #f6f6f6;
    padding: 0 60px;
}

.hrZp_div {
    width: 100%;
    height: 100px;
    border-radius: 1000px;

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
}

.hrZp_L {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.hrZp_L i {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #666666;
    border-radius: 50%;
    margin-right: 20px;
}

.hrZp_L span {
    color: #333;
    font-size: 18px;
}

/*  */
.hrZp_R {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.hrZp_R span {
    color: #333;
    margin-right: 20px;
    font-size: 16px;
}

.hrZp_R svg {
    width: 16px;
    height: 16px;
    -webkit-transition: all .48s;
    -o-transition: all .48s;
    -moz-transition: all .48s;
    transition: all .48s;
}

.hrZp_R svg path {
    fill: #666;
}

.hrZp_div.on .hrZp_R svg {
    -webkit-transform: rotate(90deg) translateX(-5px);
       -moz-transform: rotate(90deg) translateX(-5px);
        -ms-transform: rotate(90deg) translateX(-5px);
         -o-transform: rotate(90deg) translateX(-5px);
            transform: rotate(90deg) translateX(-5px);
}

/*  */
.hrZp_zk {
    width: 100%;
    padding: 60px 0;
    border-top: 1px solid rgba(102, 102, 102, 0.2);
    display: none;
}

.hrZp_zk .list {
    margin-bottom: 80px;
}

.hrZp_zk .list .mc {
    font-size: 18px;
    color: #0371d0;
    font-weight: bold;
    margin-bottom: 30px;
    position: relative;
}

/* .hrZp_zk .list .mc::after {
    content: '';
    width: calc(100% - 120px);
    height: 1px;
    background: rgb(5 200 141 / 16%);
    position: absolute;
    right: 0;
    top: 50%;
} */

.hrZp_zk .list .list_p {
    font-size: 16px;
    color: #666666;
    line-height: 2.2;
    font-weight: 400;
}

.hrZp_zk a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 260px;
    height: 80px;
    border: 1px solid #ebe9e6;
    -webkit-box-shadow: 0 15px 30px -10px rgb(97 97 97 / 15%);
            box-shadow: 0 15px 30px -10px rgb(97 97 97 / 15%);
    border-radius: 1000px;
    font-size: 20px;
    color: #0371d0;
    -webkit-transition: all .48s;
    -o-transition: all .48s;
    -moz-transition: all .48s;
    transition: all .48s;
}

.hrZp_zk a svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.hrZp_zk a svg path {
    fill: #0371d0;
}

.hrZp_zk a:hover {
    color: #fff;
    background: #0371d0;
    border-color: #0371d0;
}

.hrZp_zk a:hover svg path {
    fill: #fff;
    -webkit-transition: all .48s;
    -o-transition: all .48s;
    -moz-transition: all .48s;
    transition: all .48s;
}


/*  */

.jobTcBox {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none;
}

.jobTc {
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 68%);
    position: relative;
}

.jobTcBox .jobTc_xq {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 2;

    width: 80%;
    padding: 80px;
    background: #fff;
    border-radius: 10px 45px 10px 45px;
    -webkit-box-shadow: 0 7px 40px -10px rgb(29 48 48 / 25%);
            box-shadow: 0 7px 40px -10px rgb(29 48 48 / 25%);
}

.jobTc_xq form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.jobTc_xq form .list {
    width: 31%;
    margin-bottom: 40px;
}

.jobTc_xq .list h5 {
    margin-bottom: 20px;
    padding-left: 25px;
    color: #666;
}

.f-18 {
    font-size: 18px;
}

.jobTc_xq .list .inBox,
.inSelect {
    width: 100%;
    border: 1px solid #e2e2e2;
    border-radius: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 80px;
}

.jobTc_xq .list .inBox input,
.jobTc_xq .list .inSelect select {
    border: none;
    width: 80%;
    height: 70%;
    font-size: 18px;
}

.jobTc_xq .row {
    width: 100%;
}

.jobTc_xq .row a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 260px;
    height: 80px;
    border: 1px solid #ebe9e6;
    -webkit-box-shadow: 0 15px 30px -10px rgb(97 97 97 / 15%);
            box-shadow: 0 15px 30px -10px rgb(97 97 97 / 15%);
    border-radius: 1000px;
    font-size: 20px;
    color: #0371d0;
    -webkit-transition: all .48s;
    -o-transition: all .48s;
    -moz-transition: all .48s;
    transition: all .48s;
}

.jobTc_xq .row a:hover {
    background: #0371d0;
}

.jobTc_xq .row a:hover span {
    color: #fff;
}

.jobTc_close {
    position: absolute;
    right: 40px;
    top: 40px;
    cursor: pointer;
}

.jobTc_close svg {
    width: 40px;
    height: 40px;
}

/*  */
@media (max-width: 1480px) {
    .hrYjText p {
        font-size: 14px;
    }

    /*  */
    .hrZp_ipt {
        padding: 16px 30px;
    }

    .hrZp_ipt select,
    .hrZp_ipt input {
        font-size: 16px;
    }

    .hrZp_ipt input::-webkit-input-placeholder {
        font-size: 16px;
    }

    .hrZp_ipt input:-moz-placeholder {
        font-size: 16px;
    }

    .hrZp_ipt input::-moz-placeholder {
        font-size: 16px;
    }

    .hrZp_ipt input:-ms-input-placeholder {
        font-size: 16px;
    }

    .hrZp_ipt input::-ms-input-placeholder {
        font-size: 16px;
    }

    .hrZp_ipt input::placeholder {
        font-size: 16px;
    }

    .hrZpTop a {
        font-size: 18px;
    }

    .hrZpBot {
        margin-top: 56px;
    }

    .hrZp_div {
        height: 68px;
    }

    .hrZp_zk a {
        width: 220px;
        height: 68px;
    }

    .hrZp_zk .list .list_p {
        line-height: 2;
    }

    .hrZp_zk .list {
        margin-bottom: 48px;
    }

    /*  */
    .jobTc_xq .list .inBox,
    .inSelect {
        height: 68px;
    }

    .jobTc_xq .list .inBox input,
    .jobTc_xq .list .inSelect select {
        font-size: 16px;
    }

    .jobTc_xq .row a {
        width: 220px;
        height: 68px;
    }

    .jobTc_xq .list h5 {
        margin-bottom: 10px;
    }

    .f-18 {
        font-size: 16px;
    }
}


/*  */

@media (max-width: 1680px) {
    .indGkText .More {
        margin-top: 30px;
    }

    /*  */
    .hrTeamText span {
        font-size: 36px;
    }
}

@media (max-width: 1368px) {
    .hrTeamBox {
        padding: 50px;
    }

    .hrTeamText span {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .hrTeamText p {
        font-size: 16px;
    }
}


/* ============================================contact */


.contact {
    padding-top: 0 !important;
}

.conBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* padding-right: 5%; */
}

.conText {
    width: 55%;
    padding: 80px 60px;
    background: hsla(0, 0%, 100%, .3);
    -webkit-box-shadow: 0px 0px 20px 0 rgb(14 24 150 / 15%);
            box-shadow: 0px 0px 20px 0 rgb(14 24 150 / 15%);
    border-radius: 20px;
    -webkit-transition: all .48s;
    -o-transition: all .48s;
    -moz-transition: all .48s;
    transition: all .48s;
}

.conText .Tit span {
    border-bottom: 2px solid #000;
}

.conText .con_s {
    font-size: 24px;
    display: block;
    margin-bottom: 40px;
}

.conText p {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 2;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
}

.conText .More {
    margin-top: 120px;
    margin-left: 2%;
}

.conImg {
    width: 30%;
    padding-top: 46%;
    border-radius: 20px;
}

/*  */

.conR {
    width: -webkit-calc(45% - 40px);
    width: -moz-calc(45% - 40px);
    width: calc(45% - 40px);
    padding: 60px;
    background: hsla(0, 0%, 100%, .3);
    -webkit-box-shadow: 0px 0px 20px 0 rgb(14 24 150 / 15%);
            box-shadow: 0px 0px 20px 0 rgb(14 24 150 / 15%);
    border-radius: 20px;
    -webkit-transition: all .48s;
    -o-transition: all .48s;
    -moz-transition: all .48s;
    transition: all .48s;
}

.conR span {
    padding-bottom: 0;
    display: block;
}

.conR p {
    font-size: 18px;
    margin-bottom: 20px;
}

.conR form {
    width: 100%;
}

.conR form input,
.conR form select {
    width: 100%;
    font-size: 18px;
    margin-bottom: 15px;
    padding: 12px 18px;
    border-bottom: 1px solid #d0d0d0;
    background: none;
    position: relative;
}

.conR form textarea {
    width: 100%;
    height: 140px;
    font-size: 18px;
    padding: 12px 18px;
    background: none;
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 15px;
}

.conR form input::-webkit-input-placeholder, .conR form textarea::-webkit-input-placeholder {
    color: #666;
    font-size: 18px;
}

.conR form input:-moz-placeholder, .conR form textarea:-moz-placeholder {
    color: #666;
    font-size: 18px;
}

.conR form input::-moz-placeholder, .conR form textarea::-moz-placeholder {
    color: #666;
    font-size: 18px;
}

.conR form input:-ms-input-placeholder, .conR form textarea:-ms-input-placeholder {
    color: #666;
    font-size: 18px;
}

.conR form input::-ms-input-placeholder, .conR form textarea::-ms-input-placeholder {
    color: #666;
    font-size: 18px;
}

.conR form input::placeholder,
.conR form textarea::placeholder {
    color: #666;
    font-size: 18px;
}

.conR form input::after {
    content: " *";
    color: #f00;
}

.conText:hover {
    -webkit-transform: scale(0.95);
       -moz-transform: scale(0.95);
        -ms-transform: scale(0.95);
         -o-transform: scale(0.95);
            transform: scale(0.95);
    background: #fff;
}

.conR:hover {
    -webkit-transform: scale(0.95);
       -moz-transform: scale(0.95);
        -ms-transform: scale(0.95);
         -o-transform: scale(0.95);
            transform: scale(0.95);
    background: #fff;
}


/*  */

@media(max-width:1680px) {
    .conText {
        padding: 68px 50px;
    }

    .conR {
        padding: 50px;
    }
}

@media(max-width:1480px) {

    .conText p {
        font-size: 16px;
    }

    .conR form input,
    .conR form select {
        font-size: 16px;
        margin-bottom: 10px;
        padding: 10px 15px;
    }

    .conR form textarea {
        height: 120px;
        padding: 10px 15px;
        margin-bottom: 10px;
    }

    .conR p {
        font-size: 14px;
    }
}

@media(max-width:1368px) {
    .conText {
        padding: 50px 40px;
    }

    .conText .More {
        margin-top: 100px;
    }

    .conText p {
        font-size: 14px;
    }

    .conR {
        padding: 40px;
        width: -webkit-calc(45% - 30px);
        width: -moz-calc(45% - 30px);
        width: calc(45% - 30px);
    }

    .conR form input,
    .conR form select {
        font-size: 14px;
        margin-bottom: 10px;
        padding: 8px 15px;
    }

    .conR form textarea {
        height: 100px;
    }

    .conR form input::-webkit-input-placeholder {
        font-size: 14px;
    }

    .conR form input:-moz-placeholder {
        font-size: 14px;
    }

    .conR form input::-moz-placeholder {
        font-size: 14px;
    }

    .conR form input:-ms-input-placeholder {
        font-size: 14px;
    }

    .conR form input::-ms-input-placeholder {
        font-size: 14px;
    }

    .conR form input::placeholder {
        font-size: 14px;
    }

    .conR form textarea::-webkit-input-placeholder {
        font-size: 14px;
    }

    .conR form textarea:-moz-placeholder {
        font-size: 14px;
    }

    .conR form textarea::-moz-placeholder {
        font-size: 14px;
    }

    .conR form textarea:-ms-input-placeholder {
        font-size: 14px;
    }

    .conR form textarea::-ms-input-placeholder {
        font-size: 14px;
    }

    .conR form textarea::placeholder {
        font-size: 14px;
    }
}


/*  */
.Fanye {
    width: 70%;
    margin: 40px auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.Fanye_a {
    display: inline-block;
    padding: 10px 60px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
            box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
    background: #fff;
    font-weight: bold;
    -webkit-transition: all .48s;
    -o-transition: all .48s;
    -moz-transition: all .48s;
    transition: all .48s;
}

.FanyeXq a {
    font-weight: bold;
    font-size: 14px;
    margin: 0 15px;
}

.FanyeXq a.on {
    color: #0371d0;
}

.FanyeXq a:hover {
    color: #0371d0;
}

.Fanye_a:hover {
    background: #0371d0;
    color: #fff;
}




/* ============================================= 胆固醇 */

.indDgcImgXq {
    width: 470px;
    height: 300px;
    position: relative;
    margin: auto;
    -webkit-transform-style: preserve-3d;
       -moz-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform: rotateX(-10deg);
       -moz-transform: rotateX(-10deg);
            transform: rotateX(-10deg);
    -webkit-animation: fn 40s;
       -moz-animation: fn 40s;
         -o-animation: fn 40s;
            animation: fn 40s;
    -webkit-animation-iteration-count: infinite;
       -moz-animation-iteration-count: infinite;
         -o-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
       -moz-animation-timing-function: linear;
         -o-animation-timing-function: linear;
            animation-timing-function: linear;
    position: relative
}

.indDgcImgXq:hover {
    -webkit-animation-play-state: paused;
       -moz-animation-play-state: paused;
         -o-animation-play-state: paused;
            animation-play-state: paused;
}

.indDgcImgXq>div {
    width: 470px;
    height: 300px;
    position: absolute;
    left: 0;
    top: 0;

}

.indDgcImgXq img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    -webkit-transform: rotate(-5deg);
       -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
         -o-transform: rotate(-5deg);
            transform: rotate(-5deg);
}

@-o-keyframes fn {
    0% {
        transform: rotateX(-15deg) rotateY(0deg);
    }

    100% {
        transform: rotateX(-15deg) rotateY(-360deg);
    }

}

@keyframes fn {
    0% {
        -webkit-transform: rotateX(-15deg) rotateY(0deg);
           -moz-transform: rotateX(-15deg) rotateY(0deg);
                transform: rotateX(-15deg) rotateY(0deg);
    }

    100% {
        -webkit-transform: rotateX(-15deg) rotateY(-360deg);
           -moz-transform: rotateX(-15deg) rotateY(-360deg);
                transform: rotateX(-15deg) rotateY(-360deg);
    }

}

@-moz-keyframes fn {
    0% {
        -moz-transform: rotateX(-15deg) rotateY(0deg);
             transform: rotateX(-15deg) rotateY(0deg);
    }

    100% {
        -moz-transform: rotateX(-15deg) rotateY(-360deg);
             transform: rotateX(-15deg) rotateY(-360deg);
    }
}

@-webkit-keyframes fn {
    0% {
        -webkit-transform: rotateX(-15deg) rotateY(0deg);
                transform: rotateX(-15deg) rotateY(0deg);
    }

    100% {
        -webkit-transform: rotateX(-15deg) rotateY(-360deg);
                transform: rotateX(-15deg) rotateY(-360deg);
    }
}