﻿﻿﻿/* zi体 */

@font-face {
    font-family: "Montserrat";
    font-weight: 600;
    src: url(../font/Montserrat-Black.ttf);
}

@font-face {
    font-family: "Montserrat";
    font-weight: 500;
    src: url(../font/Montserrat-Bold.ttf);
}
@font-face {
    font-family: "Montserrat";
    font-weight: 300;
    src: url(../font/Montserrat-Regular.ttf);
}
@font-face {
    font-family: "Montserrat";
    font-weight: 100;
    src: url(../font/Montserrat-Light.ttf);
}



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



/*滚动条宽高及背景*/
::-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: #1b418b;
}

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

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


/*  */


.inner {
    width: 90%;
    margin: 0 auto;
}

.innerN {
    width: 84%;
    margin: 0 auto;
}

.padd {
    padding: 98px 0;
}

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


.Tit span {
    display: inline-block;
    font-size: 54px;
    line-height: 1;
    color: #1e2c68;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 45px;
}

.Tit span::after {
    content: '';
    width: 68px;
    height: 0;
    border-top: 12px solid #f8b614;
    border-right: 8px solid transparent;
    position: absolute;
    bottom: 0;
    left: 0;
}

.Tit.center span::after {
    left: 50%;
    transform: translateX(-50%);
}

.Tit p {
    padding: 35px 0 10px;
    font-size: 24px;
    color: #001012;
}

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

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

.Tit.white b::after {
    background: #fff;
}

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

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

.Tit.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.More {
    display: inline-flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.More.center {
    width: 100%;
    justify-content: center;
    max-width: initial;
}

.More a {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    color: #fff;
    /* border: 1px solid #ddd; */
    background: #002673;
    padding: 10px 28px;
    border-radius: 80px;
    position: relative;
    overflow: hidden;
    transition: all .48s;
    font-weight: 500;
    text-transform: uppercase;
}

.More a i {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f9b614;
    margin-left: 60px;
}

.More a img {
    width: 16px;
}

.More a .img2 {
    display: none;
}

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

.More a::after {
    content: '';
    width: 0%;
    height: 100%;
    background: #004190;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    transition: all .48s;
}

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

.More a:hover::after {
    width: 100%;
}

.More a:hover .img2 {
    display: inline-block;
}

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

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

.More.white a:hover {
    background: #fff;
}

/*  */

.Tit b {
    display: block;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 500;
    color: #1e2c68;
    position: relative;
    margin-bottom: 10px;
    display: none;
}

.Tit b::after {
    content: '';
    width: 30px;
    height: 1px;
    background: #333;
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
}

.Tit span {
    display: inline-block;
    font-size: 54px;
    line-height: 1;
    color: #002673;
    font-weight: 600;
    position: initial;
    padding-bottom: 0;
}

.Tit span::after {
    display: none;
}

.Tit p {
    font-size: 24px;
    color: #333;
}

.Tit.center b {
    padding-left: 0;
}

.Tit.center b::after {
    display: none;
}


/* 手机导航 */

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

.headerMain-bg .headMenu,
.white.header .headMenu {
    top: 15px;
}

/* html.on .headMenu {
    top: 22px;
} */

.headMenu span {
    display: block;
    width: 26px;
    height: 2px;
    margin: 6px 0;
    background: #fff;
    -webkit-transition: all 0.48s ease-in-out;
    -moz-transition: all 0.48s ease-in-out;
    -ms-transition: all 0.48s ease-in-out;
    -o-transition: all 0.48s ease-in-out;
    transition: all 0.48s ease-in-out;
}

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

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

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

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

.headerN.header .headMenu span {
    background: #333;
}

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

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

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

.headMenu.active span.headMenu_span3 {
    transform: rotate(-45deg) translate(4px, -6px);
}

.moHead_mlb {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    background-color: #fff;
    /* background-image: url(.../images/bg3.jpg); */
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover;
    z-index: 99990;
    padding: 28px 0;
}

.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: 18px;
    /* padding: 14px 28px; */
    border-top: 1px solid rgba(27, 47, 95, 0.18);
}

.moHead_mlb a {
    font-size: 18px;
    color: #242b3e;
    letter-spacing: 1px;
}

.moHead_mlb a svg {
    float: right;
    width: 18px;
    height: 32px;
    opacity: 0.8;
    transition: all .48s;
}

.moHead_mlb a svg path {
    fill: #002673;
}

.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;
}

/*  */

.moHead_mlb li.open a {
    color: #002673;
}

.moHead_mlb li.open a svg {
    transform: rotate(45deg);
}

.mlb_zk {
    display: none;
    padding: 0 20px 20px;
}

.mlb_top {
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mlb_zk a {
    font-size: 16px !important;
    display: block;
    color: #666;
    font-weight: 300;
    padding: 10px 10px;
    border-bottom: 1px solid #eee;
}

.mlb_zk a:last-child {
    border-bottom: none;
}

/* .moHead_mlb li.open .mlb_top {
    background: #00a18c;
    color: #fff;
}

.moHead_mlb li.open a svg path {
    fill: #fff;
} */

@media (max-width: 1200px) {
    .headerBox {
        padding: 15px 0;
    }

    .headMenu {
        display: block;
    }


    .hLogo {
        position: relative;
        z-index: 99999;
    }


    .header.white .hLogo .img2 {
        display: block;
    }

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

@media (max-width: 680px) {
    /* .moHead_mlb a {
        font-size: 16px;
    } */

    .moHead_mlb a svg {
        width: 24px;
        height: 24px;
    }
}



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

/* 头部 */

.header {
    width: 100%;
    position: fixed;
    left: 0;
    top: -90px;
    z-index: 9999;
    transition: all .68s;
}

.header.headN {
    box-shadow: 0 0px 1px 0 rgb(0 0 0 / 20%);
}

.header::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 1s;
}

/*  */
.header.show .hLog a {
    color: #fff;
}

.header.show .hLog svg path {
    fill: #fff;
}

.header.show .hSs input {
    border-color: #d6d6d6;
}

.header.show .hSs input::placeholder {
    color: #fff;
}

.header.show .hSs svg path {
    fill: #fff;
}

.header.show .hLan a {
    color: #fff;
    border-color: #d6d6d6;
}

/*  */

.header.show .hNav ul li a.nav_a {
    color: #fff;
}

.header.show .hNav ul li a.nav_a svg path {
    fill: #fff;
}

/*  */

.headerMain-bg .headerTop {
    padding: 0 3%;
}

.headerTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 5%;
    transition: all .48s;
    position: relative;
    z-index: 2;
}

.hLogo img {
    width: 210px;
}

.hLogo .img2 {
    display: none;
}

/*  */

.hNav {
    height: 100%;
}

.hNav ul {
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.hNav ul li {
    padding: 30px;
    margin: 0 10px;
    height: 100%;
    display: inline-flex;
    align-items: center;
}

.hNav ul li a.nav_a::after {
    content: '';
    width: 0;
    height: 3px;
    border-bottom: 3px solid #002673;
    border-bottom: 3px solid #eeb944;
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    transition: all .48s;
}

.hNav ul li a.nav_a {
    font-size: 18px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    transition: all .48s;
    text-transform: uppercase;
}

/* .hNav ul li.on{
    background: #002673;
} */

.hNav ul li.on a.nav_a::after {
    width: 100%;
}


.hNav ul li a.nav_a svg {
    width: 18px;
    height: 18px;
}

.hNav ul li a.nav_a svg path {
    fill: #333;
}

.hNav ul li:last-child a.nav_a {
    padding-right: 0;
}

.hNFl {
    margin-left: 60px;
}

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


/* .hNav ul li:hover::after {
    width: 100%;
} */


.headR {
    display: flex;
}

.hLog a {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #17356e;
    margin-right: 15px;
}

.hLog a svg {
    width: 18px;
    height: 18px;
    margin-right: 6px;
}

.hLog svg path {
    fill: #fff;
}


.hPhone {
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.hPhone svg {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.hPhone a {
    font-size: 24px;
    font-family: "Montserrat";
    font-weight: 500;
    color: #fff;
}

.hLan {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hLan a {
    display: block;
    height: 30px;
    border-radius: 8px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    line-height: 30px;
    margin-right: 20px;
}

.hLan a.on {
    color: #eeb844 !important;
}



/*  */

/* .headerBot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5%;
} */




/*  */
.hSs {
    display: flex;
    display: none;
    width: 20%;
    min-width: 260px;
    align-items: center;
    position: relative;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

.hSs input {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: none;
    color: #666;
    border: none;
    padding: 8px 10px;
}

.hSs input::placeholder {
    color: #999;
    font-size: 16px;
}

.hSs svg {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.hSs svg path {
    fill: #333;
}


/*  */

@media(min-width: 1024px) {

    .headerTop:hover {
        background: rgb(0 38 115 / 80%) !important;
    }

    .headerTop:hover .hNav ul li a {
        color: #fff !important;
    }

    .headerTop:hover .hLan a {
        color: #fff !important;
    }
}

/* 下拉导航变化 */

.header.headerShow {
    top: 0;
}

.headerMain-bg.header {
    background: #fff;
    box-shadow: 0 0px 10px 0 rgb(0 0 0 / 8%);
}

.headerMain-bg.header .hSs {
    display: flex;
    border-left: none;
    border-right: none;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #eee;
}

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

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


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

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

.header.white {
    background: #fff;
    border-bottom: 1px solid rgb(0 0 0 / 8%);
    /* display: flex;
    justify-content: space-between; */
}

/* .headerMain-bg.header .headerTop {
            padding: 20px 5%;
            margin-bottom: 0;
            border-bottom: none;
        }

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

        .headerMain-bg .hNav {
            padding-right: 10%;
            align-items: center;
        }

        .headerMain-bg.header .headerBot {
            width: calc(100% - 300px);
        } */

.headerMain-bg.header .hLan a,
.headerMain-bg.header .hPhone a {
    color: #333;
}

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

.header.white .hLan 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 .hPhone svg path,
.headerMain-bg.header .headTop svg path {
    fill: #333;
}

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

/* 二级导航 */

/* .header:hover {
    background: #fff;
}

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

.header:hover .hLan a,
.header:hover .hPhone a {
    color: #333;
}

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

.header:hover .img2 {
    display: inline-block;
} */

/*  */

/* ==底部 */

.footer {
    overflow: hidden;
    background: #000914;
    position: relative;
    z-index: 2;
}

.footTop {
    padding: 40px 0;
    border-bottom: 1px solid #e8e8e8;
}

.footTop .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footL {
    width: 32%;
}

.footLogo {
    display: block;
    width: 360px;
}

.footLogo img {
    width: 100%;
}

.footR_ul {
    margin-top: 45px;
}

.footR_li {
    margin-bottom: 35px;
}

.footR_li span {
    display: block;
    color: rgba(255, 255, 255, 0.3);
    font-size: 16px;
    text-transform: uppercase;
}

.footR_li p {
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

.footR_flex {
    display: flex;
    align-items: center;
}

.footR_flex>div {
    margin-right: 30px;
}

.footR_flex span {
    display: block;
    color: rgba(255, 255, 255, 0.3);
    font-size: 14px;
    text-transform: uppercase;
}

.footR_flex p {
    display: block;
    color: rgba(255, 255, 255, 0.6);
    font-size: 18px;
    font-family: "Montserrat";
    font-weight: 500;
    padding-top: 8px;
}

.footR_ss {
    margin-top: 80px;
}

.footR_ss label {
    display: block;
    color: rgba(255, 255, 255, 0.3);
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.footR_ss .footR_ipt {
    width: 350px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: #333a43;
    padding: 12px 16px;
    position: relative;
}

.footR_ipt input {
    width: 100%;
    height: 100%;
    background: none;
    color: rgba(255, 255, 255, 0.6);
}

.footR_ipt input::placeholder {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
}

.footR_ipt i {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 35px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.footR_ipt i svg {
    width: 26px;
    height: 26px;
}

.footR_ipt i svg path {
    fill: rgba(255, 255, 255, 0.6);
}

.backTop {
    position: absolute;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #002673;
}

.backTop img {
    width: 14px;
    opacity: 0.6;
}

.footer .inner {
    position: relative;
}

/*  */

.footBox {
    display: flex;
    justify-content: space-between;
    padding: 60px 0;
    position: relative;
}

.footBox ul {
    width: 65%;
    display: flex;
    justify-content: space-between;
}

.footBox ul li a {
    display: block;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    position: relative;
    margin-bottom: 15px;
}

.footBox ul li a span {
    font-size: 18px;
    color: #fff;
    display: block;
    padding-bottom: 20px;
}

.footBox ul li a:hover {
    color: #fff;
}


/*  */



/*  */

.footBot {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px 0;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footBot p,
.footBot p a {
    color: rgba(255, 255, 255, 0.6);
}


/* ========================================================================== 内页公共 */
/* .hNav ul li.on .nav_zk{
    background: #002673;
} */

/* .hNav ul li.on .nav_zk .nav_zkBox a{
    color: rgba(255, 255, 255, 0.6) !important;
} */
.hNav ul li:nth-child(5) .nav_zk {
    left: initial;
    right: 0;
}

.hNav ul li:nth-child(5) .nav_zk .nav_zkBox::after {
    left: initial;
    right: 50px;
}

.hNav ul li:last-child .nav_zk {
    left: initial;
    right: 0;
}

.hNav ul li:last-child .nav_zk .nav_zkBox::after {
    left: initial;
    right: 50px;
}

.nav_zk {
    width: 100vw;
    background-color: rgb(0 38 115 / 80%);
    backdrop-filter: blur(12.5px);
    -webkit-backdrop-filter: blur(12.5px);

    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    padding: 180px 0 60px;
    z-index: -1;
    display: none;
}


.nav_zkBox {
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
}

.nav_zkTit {
    margin-bottom: 20px;
}

.nav_zkTit span {
    color: #eeb844;
    font-size: 34px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}


.nav_zkBox .nav_zkDiv {
    display: flex;
    flex-wrap: wrap;
}

.nav_zkBox a {
    width: calc((100% - 100px) / 3);
    margin-right: 50px;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    display: flex;
    align-items: center;
    justify-content: space-between;

    font-size: 16px;
    color: #fff !important;
    padding: 22px 0;
    position: relative;
    transition: all .48s;
    text-transform: capitalize;
}

.nav_zkBox a::after {
    content: '';
    width: 0;
    height: 1px;
    border-bottom: 1px solid #eeb844;
    position: absolute;
    left: 0;
    bottom: -1px;
    transition: all .68s;
}

.nav_zkBox a:hover::after {
    width: 100%;
}

.nav_zkBox a:nth-child(3n) {
    margin-right: 0;
}

.nav_zkBox a span {
    font-size: 16px;
    font-weight: 500;
    color: #002673;
    position: relative;
    order: -1;
}

.nav_zkBox a img {
    width: 24px;
}

/* .nav_zkBox a:hover{
    border-color: #002673;
} */

/* .navZkR a:hover {
    color: #fff !important;
    background: #002673;
} */


.hNav ul li.on .nav_zk .nav_zkBox a:hover {
    font-weight: 600;
    color: #eeb844 !important;
}

/* === */

.headNavZk {
    width: 100%;
    height: 400px;
    position: absolute;
    left: 0;
    bottom: 77px;
    z-index: 2;
    transform: translateY(100%);
    background: #fff;
    padding: 30px 0 30px 23%;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 15px rgba(29, 118, 242, 0.1);

    display: none;
}

.headNavZkBox {
    display: flex;
    justify-content: space-between;
}

.headNavZkR {
    width: 21%;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.headNavZkR_li {
    height: 33.33%;
    padding: 25px 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.headNavZkR_li span {
    display: block;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 8px;
}

.headNavZkR_li a {
    font-size: 16px;
}


/* ==headBot */

/* .headerBot.hide{
    opacity: 0;
    transform: translateY(-100%);
} */

.headerBot {
    /* width: 100%; */
    padding: 15px 5%;
    /* background: #fff; */
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    transition: all .48s;

    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}
.headerBotL{
    width: 200px;
}
.headerBotL svg {
    width: 18px;
    height: 18px;
}

.headerBotL svg path {
    fill: #666;
    /* fill: #fff; */
}

.headerBotL a {
    display: inline-flex;
    align-items: center;
    color: #666;
    /* color: #fff; */
    font-size: 16px;
    vertical-align: middle;
}

.headerBotL a svg {
    margin-right: 12px;
}

.headerBot a.on {
    color: #1b418b;
    font-weight: 500;
}

.headerBot ul {
    max-width: calc(100% - 180px);
    display: flex;
    align-items: center;
}

.headerBot ul li {
    margin-left: 30px;
}

.headerBot ul li a {
    display: block;
    color: #666;
    font-size: 16px;
    /* padding: 25px 0; */
    padding: 10px 15px;
    border-radius: 10px;
    position: relative;
}

/* .headerBot ul li a::after {
    content: '';
    width: 0;
    height: 2px;
    border-bottom: 2px solid #eeb844;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
} */

.headerBot ul li.on a {
    color: #002673;
    font-weight: 500;
    background: #fffcfc;
    /* box-shadow: 0 0 18px rgb(0 65 144 / 16%); */
    /* box-shadow: -10px -10px 20px -10px rgb(237 237 237), 10px 10px 20px -10px rgb(0 0 0 / 40%); */

    box-shadow: -5px -3px 5px -5px rgb(255 255 255), 5px 5px 3px -3px rgb(0 0 0 / 10%);
}

.headerBot ul li.on a::after {
    width: 75%;
}

/* == banN */

.banN {
    width: 100%;
    height: 54vh;
    /* margin-top: 76px; */
}

.banNBg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #1b418b;
    opacity: 0;
    z-index: 2;
    transition: all .68s;
}

.banNImg {
    width: 100%;
    height: 54vh;
    position: fixed;
}

.banNImg::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.02);
    position: absolute;
    left: 0;
    top: 0;
}

.banNImg img,
.banNImg video {
    width: 100%;
    height: 100%;
}

.banNText {
    position: absolute;
    left: 5%;
    bottom: 15%;
    z-index: 2;
}

.banNText img {
    width: 460px;
    margin-bottom: 20px;
}

.banNText span {
    display: block;
    color: #fff;
    font-size: 60px;
    font-weight: 600;
}

.banNText p {
    display: block;
    color: rgba(255, 255, 255, 0.8);
    font-size: 20px;
    font-family: "Montserrat";
    text-transform: uppercase;
}

.sub-visual-scroll {
    z-index: 2;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 128px;
    transition: all 0.25s;
    opacity: 0.7;
}

.sub-visual-scroll .mouse {
    display: block;
    margin: auto;
    width: 19px;
    height: 28px;
    border-radius: 20px;
    border: 2px solid #fff;
    position: relative;
}

.sub-visual-scroll .mouse::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 5px;
    width: 2px;
    height: 6px;
    border-radius: 25%;
    background: #eeb844;
    animation: scrolbar 2.2s infinite;
}

@keyframes scrolbar {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(4px);
    }

    100% {
        transform: translateY(0px);
    }
}

.sub-visual-scroll p {
    margin-top: 6.5px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    font-family: "Montserrat";
    font-style: italic;
}



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

.indBan {
    width: 100%;
    height: 100vh;
    background-image: url(../image/banBg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.indBanBox {
    box-shadow: 0px 0px 20px 0 rgb(14 24 150 / 15%);
}

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

.indBan .swiper-wrapper {
    transition-timing-function: ease-in-out;
}

.indBan .swiper-slide .scene {
    opacity: 0;
    pointer-events: none;
}

.indBan .swiper-slide-active .scene {
    opacity: 1;
    pointer-events: visible;
}

.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%;
    object-fit: cover;
    transition: all 8s;
}

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

.indBanBText {
    width: 50%;
    position: absolute;
    left: 8%;
    top: 26%;
    z-index: 3;
}

.indBanBText b {
    display: block;
    font-size: 21px;
    font-weight: 500;
    color: #eeb844;
    margin-bottom: 10px;
    transform: translateX(200px);
    opacity: 0;
    text-transform: uppercase;
}

.indBanBText span {
    display: block;
    font-size: 52px;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 45px;
    transform: translateX(200px);
    opacity: 0;
    text-transform: uppercase;
}

.indBanBText p {
    width: 56%;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 1px;
    margin-bottom: 85px;
    transform: translateX(200px);
    opacity: 0;
}

.indBan_v {
    width: 30%;
    position: absolute;
    right: 8%;
    top: 25%;
    /* transform: translateY(-50%); */
    z-index: 2;
}

.indBan_img {
    width: 40%;
    position: absolute;
    right: 8%;
    top: 30%;
    z-index: 2;
}

.indBan_v i {
    width: 100%;
}

.indBan_img img,
.indBan_v img {
    width: 100%;
    object-fit: cover;
}

/*  */

.indBan .swiper-slide-active .indBan_bg {
    opacity: 1;
}

.indBan_bg {
    width: 100%;
    height: 100%;
    opacity: 0;
}

.indBan_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*  */

.indBan_but a {
    margin-right: 30px;
    transition: all .48s;
}

.indBan_but a img {
    width: 30px;
}


.jdt {
    width: 100%;
    height: 3px;
    background: rgb(0 176 206 / 26%);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.jdt i {
    width: 0;
    height: 100%;
    background: #1b418b;
    position: absolute;
    left: 0;
    top: 0;
    animation: traR 8s linear infinite;
    animation-play-state: paused;
}

@keyframes traR {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

.js_indBan .swiper-slide-active .jdt i {
    animation-play-state: running;
}

.js_indBan .swiper-slide-active .indBanImg img {
    transform: scale(1.1) rotate(1deg);
    transition: all 8s;
}

.js_indBan .swiper-slide-active .indBanBText b,
.js_indBan .swiper-slide-active .indBanBText span,
.js_indBan .swiper-slide-active .indBanBText p {
    transform: translateX(0);
    opacity: 1;
    transition: all 2s;
}

/*  */
.js_indBan .swiper-pagination {
    width: auto;
    height: 200px;
    position: absolute;
    left: 8%;
    top: 35%;
    color: rgba(255, 255, 255, 0.6);
    font-size: 20px;
}

.js_indBan .swiper-pagination-current {
    font-size: 65px;
    font-weight: 600;
    color: #fff;
}

.js_indBan .swiper-pagination-total {
    color: rgba(255, 255, 255, 0.6);
    font-size: 20px;
}

.indBanB .swiper-wrapper {
    transition-delay: 1s;
}

.indBanB .swiper-slide-active .indBanBText span {
    color: #fff;
    transition-delay: 2s;
}

.indBanB .swiper-slide-active .indBanBImg img {
    transform: scale(1);
}

/*  */

.js_ChangeBox {
    width: 42%;
    height: auto;
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 8%;
    bottom: 18%;
    z-index: 2;
}

.js_Change .swiper-slide {
    padding-right: 80px;
    position: relative;
}

.js_Change .swiper-slide::after {
    content: '';
    width: 1px;
    height: 90%;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .48s;
}

.js_Change .swiper-slide:nth-child(3)::after {
    display: none;
}

.js_Change span {
    width: 100%;
    display: inline-block;
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.js_Change p {
    width: 100%;
    display: block;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    text-transform: uppercase;
}

.js_Change p b {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.js_Change p::after {
    content: '';
    width: 0;
    height: 2px;
    background: #eeb844;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .48s;
}

.js_Change .swiper-slide-thumb-active span {
    color: #eeb844;
}

.js_Change .swiper-slide-thumb-active p b {
    color: #eeb844;
}

.js_Change .swiper-slide-thumb-active p::after {
    width: 100%;
    transition: all 6s;
}

/* == */

.indAb {
    background: #f6f8fa;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.indAb .Tit {
    position: relative;
    margin-bottom: 40px;
}

.indAb .Tit h5 {
    margin-top: 25px;
    width: 100%;
    font-size: 32px;
}


.indAbBox {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.indAbWarp {
    width: 85%;
}

.indAbText {
    width: 60%;
    padding-right: 10%;
    position: relative;
}

.indAb_i {
    width: 80%;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: .03;
}

.indAb_i img {
    width: 100%;
}

.indAbText p {
    font-size: 18px;
    color: #333;
    margin-bottom: 40px;
}

.indAbImg {
    width: 40%;
    padding-top: 30%;
}

.indAbImg img {
    object-position: bottom;
}

/*  */

.indAbShuju {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.indAbShuju_li {
    width: 22%;
}

.indAbShuju_li dd {
    display: block;
    color: #0d4993;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 5px;
    border-bottom: 1px solid #0d4993;
    margin-bottom: 40px;
}

.indAbShuju_li span {
    display: block;
    font-size: 22px;
    color: #0d4993;
    margin-top: 10px;
}

.indAbShuju_li p {
    font-size: 20px;
}

.indAbShuju_li p b,
.indAbShuju_li p i {
    font-size: 80px;
    font-family: "Montserrat";
    font-weight: 500;
    line-height: 1;
    color: #1b418b;
}

.indAbShuju_li p i {
    font-size: 40px;
}

/* == */

.indPro {
    width: 100%;
    background-image: url(../image/indPro_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2;
}

.indPro .Tit {
    align-items: flex-end;
    padding: 0 5%;
}

.indPro .Tit p {
    color: #fff;
    font-size: 24px;
    padding: 20px 0 10px;
}

.indProBox {
    height: 66vh;
    display: flex;
    justify-content: space-between;
}

.indProItem {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.owl-carousel .owl-wrapper:after{content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
/* display none until init*/
.owl-carousel{display: none;position: relative;width: 100%;-ms-touch-action: pan-y;}
.owl-carousel .owl-wrapper{display: none;position: relative;-webkit-transform: translate3d(0px, 0px, 0px);}
.owl-carousel .owl-wrapper-outer{overflow: hidden;position: relative;width: 100%;}
.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition: height 500ms ease-in-out;-moz-transition: height 500ms ease-in-out;-ms-transition: height 500ms ease-in-out;-o-transition: height 500ms ease-in-out;transition: height 500ms ease-in-out;}
.owl-carousel .owl-item{float: left;}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{cursor: pointer;}
.owl-controls{-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}

/*产品中心*/
.owl-demo5{width:90%;margin:0 auto;text-align:center;white-space: nowrap;-webkit-overflow-scrolling: touch;}
.owl-demo5.owl-theme .owl-controls{bottom:50%; text-align:center; position:absolute; right:0%; width:100%;}
.owl-demo5.owl-theme .owl-controls .owl-pagination{height:40px;  text-align:center; padding-right:2%; display:none;}
/* Styling Pagination*/
.owl-demo5.owl-theme .owl-controls .owl-page{display: inline-block;zoom: 1;*display: inline;/*IE7 life-saver*/}
.owl-demo5.owl-theme .owl-controls .owl-page span{display: block;width: 14px;height:14px;margin: 10px 4px;/*filter: Alpha(Opacity=50);opacity: 0.5;*/-webkit-border-radius: 0%;-moz-border-radius: 0%;border-radius: 0%;background:url(../images/i_bg2.png) no-repeat;transition:all 0.3s; background-size:100% 100%;}
.owl-demo5.owl-theme .owl-controls .owl-page.active span{ background-image:url(../images/i_bg2_on.png);}
.owl-demo5.owl-theme .owl-controls .owl-buttons{ position:absolute; top:0%; width:100%; left:0; height:0;transition:all 0.3s;/*opacity:0;filter:Alpha(opacity=0); */
 }
/*.owl-demo5.owl-theme:hover .owl-controls .owl-buttons{opacity:1.0;filter:Alpha(opacity=100);}*/
.owl-demo5.owl-theme .owl-controls .owl-buttons div{color: #FFF;display: block;zoom: 1;*display: block; width:20px; height:20px; line-height:20px;/*IE7 life-saver*/ text-indent:160px;overflow:hidden;-webkit-transition: all 0.3s ease-out 0s;-moz-transition: all 0.3s ease-out 0s;-o-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s;}
.owl-demo5.owl-theme .owl-controls .owl-buttons div.owl-prev{background:url(../images/left.png) no-repeat; margin-left:-80px; margin-top:0; background-size:100% auto; }
.owl-demo5.owl-theme .owl-controls .owl-buttons div.owl-prev:hover{background-image:url(../images/left_on.png);}
.owl-demo5.owl-theme .owl-controls .owl-buttons div.owl-next{ background:url(../images/right.png) no-repeat;  margin-right:-80px; margin-top:0;background-size:100% auto;}
.owl-demo5.owl-theme .owl-controls .owl-buttons div.owl-next:hover{ background-image:url(../images/right_on.png);}
.owl-demo5.owl-theme .owl-controls .owl-page{ display:inline-block;}

.owl-demo5 .item{margin: 0 3%;}
.owl-demo5 .item dd{ position:relative; border:2px solid #fff; background:#fff; border-radius:6px;margin-top:10px; margin-bottom:10px;}
.owl-demo5 .item dd:after{ content:""; position:absolute; border-left:2px solid #1b418b; border-bottom:2px solid #1b418b; transition:all 0.6s; left:0; bottom:0; width:0; height:0;}
.owl-demo5 .item dd:before{ content:""; position:absolute; border-right:2px solid #1b418b; border-top:2px solid #1b418b; transition:all 0.6s; right:0; top:0; width:0; height:0;}
.owl-demo5 .item dd:hover:after{ width:100%; height:100%;}
.owl-demo5 .item dd:hover:before{ width:100%; height:100%;}
.owl-demo5 .item dd .imgs{  margin:0 auto; max-width:80%; position:relative;padding-top:85%; margin-top:10px; margin-bottom:0;}
.owl-demo5 .item dd .imgs img{ position:absolute; top:0; left:0; width:100%; /* height:100%;  */display:block;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.6s ease-out 0s; -moz-transition:all 0.6s ease-out 0s; -o-transition:all 0.6s ease-out 0s; transition:all 0.6s ease-out 0s;}
.owl-demo5 .item dd:hover .imgs img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}
.owl-demo5 .item dd .txts{ overflow:hidden;text-align:center; width:94%; max-width:290px; margin:0 auto;}
.owl-demo5 .item dd .txts .h3{font-size:20px; clear:both;  font-weight:bold;  height:36px; line-height:36px; overflow:hidden;white-space:nowrap;text-overflow:ellipsis; transition:all 0.3s; display:block;color:#333333; margin-top:30px;}
.owl-demo5 .item dd:hover .txts .h3{ color:#d8271c;}
.owl-demo5 .item dd .txts .p{ height:38px; line-height:38px;overflow: hidden;white-space:nowrap;text-overflow:ellipsis;font-size:14px;color:#b0b0b0;transition:all 0.3s;}
.owl-demo5 .item dd .bgs{ position:absolute; top:0; left:-106%; width:0%;  height:100%; background:#fff; align-items: center; justify-content: left;  text-align:left; transition:all 0.6s;display: flex; overflow:hidden;}
/*.owl-demo5 .item dd:hover .bgs{box-shadow: 0px 10px 20px 0px rgba(221, 221, 221, 0.6); z-index:10;left:0; width:206%;}*/
.owl-demo5.owl-carousel .owl-item:hover{ position:relative; z-index:2;}
.owl-demo5.owl-carousel .owl-item:last-child .bgs{ right:0; left:auto;}
.owl-demo5 .item dd .bgs i{ width:84px; height:91px; position:absolute; top:0; left:0; background:url(../images/i_bg4.png) no-repeat; background-size:100% 100%;}
.owl-demo5 .item dd .bgs .boxs{ overflow:hidden; padding:3%; width:94%; max-width:590px; margin:0 auto;}
.owl-demo5 .item dd .bgs .img{ float:left; width:0%; max-width:231px; overflow:hidden; position:relative; padding-top:55%;transition:all 0.6s;}
.owl-demo5 .item dd:hover .bgs .img{ width:39%;}
.owl-demo5 .item dd .bgs .img img{ width:100%; height:100%; position:absolute; left:0; top:0;}
.owl-demo5 .item dd .bgs .cons{ float:right; max-width:316px; overflow:hidden; width:59%;}
.owl-demo5 .item dd .bgs .h3{ clear:both;  font-weight:bold;  height:36px; line-height:36px; overflow:hidden;white-space:nowrap;text-overflow:ellipsis; transition:all 0.3s; display:block;color:#333333; margin-top:45px;}
.owl-demo5 .item dd .bgs .p{ margin-top:25px; padding-top:25px; height:72px; line-height:24px;overflow: hidden;font-size:14px;color:#b0b0b0;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; position:relative;}
.owl-demo5 .item dd .bgs .p:after{ content:""; position:absolute; left:0; top:0; width:10px; height:2px; background:#e4e4e4;}
.owl-demo5 .item dd .bgs .a{ width:154px; height:44px; line-height:44px; text-align:center; color:#fff; background:#d8271c; border-radius:20px; font-style:normal; display:block; font-size:15px; margin-top:50px;transition:all 0.3s;}
.owl-demo5 .item dd .bgs .a span{ width:20px; height:7px; display:inline-block; vertical-align:middle; background:url(../images/i_bg1.png) no-repeat; background-size:100% 100%; overflow:hidden; margin-left:13px;transition:all 0.3s; margin-bottom:3px;}
.owl-demo5 .item dd .bgs .a:hover{opacity:0.9;filter:Alpha(opacity=90); text-indent:5px;}

.indProItem.row {
    /* flex-direction: row; */
    width: calc(33.3% - 5px);
}

.indProLi {
    height: calc(50% - 5px);
    padding: 40px;
    background: #f6f8fa;
    position: relative;
    overflow: hidden;
}

.indProLi.W50 {
    width: calc(38% - 5px);
    height: 100%;
}

.indProDl {
    height: calc(50% - 5px);
    display: flex;
    justify-content: space-between;
}

.indProDl.W50 {
    width: calc(62% - 5px);
    height: 100%;
    flex-direction: column;
}

.indProDd {
    width: calc(50% - 5px);
    background: #f6f8fa;
    position: relative;
    overflow: hidden;
}

.indProDd.W100 {
    width: 100%;
    height: calc(50% - 5px);
}

.indPro_bg {
    width: 100%;
    position: absolute;
    left: 40px;
    bottom: 40px;
    opacity: .06;
}

.indPro_bg img {
    width: 100%;
}

.indPro_s {
    width: 100%;
    padding: 35px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.indPro_s b {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
}

.indPro_s span {
    display: flex;
    align-items: center;
    font-size: 26px;
    font-weight: 500;
}

.indPro_s span img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

/* .indPro_s img {
    width: 24px;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    opacity: 0;
} */


.indPro_i {
    font-size: 60px;
    opacity: .06;
    line-height: 1;
    /* font-family: "LuissSans"; */
    font-family: "Montserrat";
    font-weight: 500;
    text-transform: uppercase;
    padding: 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.indPro_i img {
    width: 18px;
    margin-left: 10px;
}

.indProImg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    transition: all .48s;
}

.indProImg .img2 {
    opacity: 0;
}

.indProImg img {
    width: 32%;
    height: 80%;
    left: initial;
    right: 10%;
    top: 15%;
    object-fit: contain;
    transition-property: opacity, transform;
    transition-duration: 0.1s, 1s;
}

.indProDd .indProImg img {
    width: 32%;
    top: 15%;
    right: 10%;
}

.indProDd.W100 .indProImg img {
    width: 30%;
    right: 5%;
}

.indProLi.W50 .indProImg img {
    width: 80%;
    height: 40%;
    right: 0%;
    top: initial;
    bottom: 5%;
}

/*  */
.indProImg.on {
    background: rgba(0, 0, 0, 0.06);
    filter: blur(3px);
}

.indProLi:hover .indProImg .img2 {
    opacity: 1;
}

.indProLi:hover .indProImg .img1 {
    opacity: 0;
}

.indProDd:hover .indProImg .img2 {
    opacity: 1;
}

.indProDd:hover .indProImg .img1 {
    opacity: 0;
}



.indProLi:hover .indProImg img {
    transform: translateX(-30%);
}

.indProDd:hover .indProImg img {
    transform: translateX(-30%);
}

/* == */

.indNew {
    background: #f6f8fa;
    position: relative;
    z-index: 2;
    padding: 120px 0 0;
    overflow: hidden;
}

.indNewBox {
    padding-left: 5%;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    position: relative;
    padding-bottom: 160px;
}

.indNew_i {
    width: 90%;
    text-transform: uppercase;
    font-weight: 600;
    color: #002673;
    line-height: 1;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: .22;
}

.indNew_i img {
    width: 100%;
}

.indNewBox .Tit {
    width: 20%;
}

.indNewBox .Tit p {
    padding: 20px 0 80px;
}

.indNewXq {
    width: 75%;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.indNewItem {
    width: calc(33.33% - 15px);
    /* background: #fff;
            padding: 30px; */
}

.indNewImg {
    width: 100%;
    padding-top: 64%;
}

.indNewImg i {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    padding: 2px 12px;
    background: #f8b614;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.indText {
    padding: 30px 30px 50px;
    border: 1px solid #eee;
    border-top: none;
    transition: all .48s;
}

.indText span {
    display: block;
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 20px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.indText p {
    /* background: #f5f5f6; */
    /* padding: 25px; */
    width: 90%;
    font-size: 16px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 80px;
}

.indText dl {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.indText dd {
    font-size: 16px;
    color: #999;
    display: none;
}

.indText dl i {
    color: #999;
    font-size: 16px;
}


/*  */
.indNewItem:hover .indNewImg img {
    transform: scale(1.1);
}

.indNewItem:hover .indText {
    background: #002673;
    border-color: #002673;
}

.indNewItem:hover span {
    color: #fff;
}

.indNewItem:hover p {
    color: #fff;
}

.indNewItem:hover i {
    color: #fff;
}


/* == */

.indBg {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    bottom: 0;
    transition: all .48s ease;
}

.indBg img {
    width: 100%;
    height: 100%;
    transform: translateY(20%);
    object-fit: cover;
    filter: brightness(0.84);
}


/* == */

.indJoin {
    position: relative;
}


.indJoinImg {
    width: 100%;
    padding-top: 36%;
}

.indJoinText {
    width: 35%;
    position: absolute;
    /* left: 5%; */
    right: 5%;
    top: -10%;
    background: #f8b614;
    padding: 80px 50px;
    z-index: 2;
}

.indJoinText .Tit {
    margin-bottom: 30px;
}

.indJoinText span {
    color: #fff;
    font-size: 38px;
    font-weight: 500;
    line-height: 1.4;
    display: block;
    margin-bottom: 30px;
}

.indJoinText p {
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 40px;
}


.indJoin_but .More {
    margin-right: 10px;
}

.indJoin_but .More a {
    color: #333;
    background: #fff;
}

.indJoin_but .More a:hover::after {
    display: none;
}
.cn_hezuo{padding:90px 0 91px;position:relative;background:url(../image/hezuobg.webp) no-repeat center center;background-size:auto 100%;}
.cn_hezuo .container{width: 1500px;margin:0 auto;position:relative;height:100%;}
.cn_hezuo .container:before{content:'';width:170px;height:100%;position:absolute;left:0;top:0;z-index:2;
    background:-webkit-gradient(linear, left top, right top, from(rgba(255,255,255,1)), to(rgba(255,255,255,0)));
    background:linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}
.cn_hezuo .container:after{content:'';width:170px;height:100%;position:absolute;right:0;top:0;z-index:2;
    background:-webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), to(rgba(255,255,255,1)));
    background:linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}
.cn_hezuo .pb_tit{margin-bottom:30px;}
.cn_hezuo .cnh_ul{overflow:hidden;position:relative;z-index:1;}
.cn_hezuo .cnh_ul .swiper-wrapper {
    transition-timing-function:linear!important;
    -webkit-transition-timing-function:linear!important;
    -moz-transition-timing-function:linear!important;
    -ms-transition-timing-function:linear!important;
    -o-transition-timing-function:linear!important;
    transition-timing-function:linear!important;
}
.cn_hezuo .cnh_ul .swiper-slide{padding:14px 10px;}
.cn_hezuo .cnh_ul .cnh_pic{padding:8px 10px;background:#FFF;border-radius:8px;overflow:hidden;;
    -webkit-box-shadow:0 4px 8px rgba(0, 0, 0, 0.06), 0 0 4px rgba(0, 0, 0, 0.04);
    box-shadow:0 4px 8px rgba(0, 0, 0, 0.06), 0 0 4px rgba(0, 0, 0, 0.04);
}
.cn_hezuo .cnh_ul .cnh_pic .cnh_img{width:100%;padding-bottom:75px;position:relative;}
.positionimg img{display:block;width:100%;height:100%;position:absolute;left:0;top:0;object-fit:cover;}
.positionimg img.img_way{object-fit:contain;}
.scale_img:hover img{
    -webkit-transform:scale(1.05);
       -moz-transform:scale(1.05);
         -o-transform:scale(1.05);
            transform:scale(1.05);
}
@media screen and (max-width:1699px){
	.cn_hezuo .container{width: 1300px;}
	 .cn_hezuo{padding:25px 0 60px;}
    .cn_hezuo .pb_tit{margin-bottom:25px;}
    .cn_hezuo .cnh_ul .swiper-slide{padding:10px 8px;}
    .cn_hezuo .cnh_ul .cnh_pic{padding:6px 8px;}
    .cn_hezuo .cnh_ul .cnh_pic .cnh_img{padding-bottom:67px;}
}
@media screen and (max-width:1499px){
	.cn_hezuo .container{width: 1100px;}
	 .cn_hezuo{padding:40px 0 40px;}
    .cn_hezuo .pb_tit{margin-bottom:20px;}
    .cn_hezuo .cnh_ul .swiper-slide{padding:7px 5px;}
    .cn_hezuo .cnh_ul .cnh_pic{padding:5px 7px;}
    .cn_hezuo .cnh_ul .cnh_pic .cnh_img{padding-bottom:57px;}
}
@media screen and (max-width:1259px){
	.cn_hezuo .container{width: 994px;}
	.cn_hezuo{padding:20px 0;}
    .cn_hezuo .pb_tit{margin-bottom:15px;}
    .cn_hezuo .cnh_ul .swiper-slide{padding:5px 5px;}
    .cn_hezuo .cnh_ul .cnh_pic{padding:5px 5px;}
    .cn_hezuo .cnh_ul .cnh_pic .cnh_img{padding-bottom:52px;}
}
@media screen and (max-width:1023px){
	.cn_hezuo .container{width: calc(100% - 30px);}
	.cn_hezuo{padding:15px 0;}
    .cn_hezuo .pb_tit{margin-bottom:10px;}
    .cn_hezuo .cnh_ul .cnh_pic .cnh_img{padding-bottom:48px;}
}
@media screen and (max-width:767px){
 .cn_hezuo .container:before{content:none;}
    .cn_hezuo .container:after{content:none;}	
}
/* == */

.footer {
    overflow: hidden;
    background: #000914;
    position: relative;
    z-index: 2;
}

.footTop {
    padding: 40px 0;
    border-bottom: 1px solid #e8e8e8;
}

.footTop .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footL {
    width: 32%;
}

.footLogo {
    display: block;
    width: 360px;
}

.footLogo img {
    width: 100%;
}

.footR_ul {
    margin-top: 45px;
}

.footR_li {
    margin-bottom: 35px;
}

.footR_li span {
    display: block;
    color: rgba(255, 255, 255, 0.3);
    font-size: 16px;
    text-transform: uppercase;
}

.footR_li p {
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

.footR_flex {
    display: flex;
    align-items: center;
}

.footR_flex>div {
    margin-right: 30px;
}

.footR_flex span {
    display: block;
    color: rgba(255, 255, 255, 0.3);
    font-size: 14px;
    text-transform: uppercase;
}

.footR_flex p {
    display: block;
    color: rgba(255, 255, 255, 0.6);
    font-size: 18px;
    font-family: "Montserrat";
    font-weight: 500;
    padding-top: 8px;
}

.footR_ss {
    margin-top: 80px;
}

.footR_ss label {
    display: block;
    color: rgba(255, 255, 255, 0.3);
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.footR_ss .footR_ipt {
    width: 350px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: #333a43;
    padding: 12px 16px;
    position: relative;
}

.footR_ipt input {
    width: 100%;
    height: 100%;
    background: none;
    color: rgba(255, 255, 255, 0.6);
}

.footR_ipt input::placeholder {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
}

.footR_ipt i {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 35px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.footR_ipt i svg {
    width: 26px;
    height: 26px;
}

.footR_ipt i svg path {
    fill: rgba(255, 255, 255, 0.6);
}

.backTop {
    position: absolute;
    right: 10%;
    top: initial;
    bottom: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #002673;
}

.backTop img {
    width: 14px;
    opacity: 0.6;
}

.footer .inner {
    position: relative;
}

/*  */

.footBox {
    display: flex;
    justify-content: space-between;
    padding: 60px 0;
}

.footBox ul {
    width: 65%;
    display: flex;
    justify-content: space-between;
}

.footBox ul li a {
    display: block;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    position: relative;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.footBox ul li a span {
    font-size: 18px;
    color: #fff;
    display: block;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.footBox ul li a:hover {
    color: #fff;
}


/*  */

.footBot {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px 0;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footBot p,
.footBot p a {
    color: rgba(255, 255, 255, 0.6);
}


/* ================================================================== about */

.indAb {
    background: #f6f8fa;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.indAb .Tit {
    position: relative;
    margin-bottom: 40px;
}

.indAb .Tit h5 {
    margin-top: 25px;
    width: 100%;
    font-size: 32px;
}


.indAbBox {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.indAbWarp {
    width: 85%;
}

.indAbText {
    width: 60%;
    padding-right: 10%;
    position: relative;
}

.indAb_i {
    width: 80%;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: .03;
}

.indAb_i img {
    width: 100%;
}

.indAbText p {
    font-size: 18px;
    color: #333;
    margin-bottom: 40px;
}

.indAbImg {
    width: 40%;
    padding-top: 30%;
}

.indAbImg img {
    object-position: bottom;
}

/*  */

.indAbShuju {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.indAbShuju_li {
    width: 22%;
}

.indAbShuju_li dd {
    display: block;
    color: #0d4993;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 5px;
    border-bottom: 1px solid #0d4993;
    margin-bottom: 40px;
}

.indAbShuju_li span {
    display: block;
    font-size: 22px;
    color: #0d4993;
    margin-top: 10px;
}

.indAbShuju_li p {
    font-size: 20px;
}

.indAbShuju_li p b,
.indAbShuju_li p i {
    font-size: 80px;
    font-family: "Montserrat";
    font-weight: 500;
    line-height: 1;
    color: #1b418b;
}

.indAbShuju_li p i {
    font-size: 40px;
}

/* == */

.abGk {
    position: relative;
    background: url(../image/20240306174124830316.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

#indV2 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}


.abGkBox {
    width: 100%;
    height: calc(100vh - 100px);
    display: flex;
    justify-content: space-between;
}

.abGkItem {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    transition: all .48s;
}

.abGkText {
    width: 100%;
    padding: 0 50px;
    text-align: center;
    transition: all 1s;
}

.abGk_i {
    opacity: 0.4;
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.abGkText img {
    height: 68px;
    object-fit: contain;
    opacity: .6;
    transition: all .48s;
}

.abGkText span {
    display: block;
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    padding-top: 40px;
    margin: 40px 0 40px;
    position: relative;
    transition: all .48s;
}

.abGkText span::after {
    content: '';
    width: 34px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.abGk_p {
    width: 80%;
    left: 10%;
    position: absolute;
    opacity: 0;
}

.abGkText p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    margin-bottom: 10px;
}

/*  */

.abGkBox .abGkItem:hover {
    background: rgba(0, 35, 115, 0.6);
}

.abGkBox .abGkItem:hover .abGkText {
    transform: translateY(-110%);
    -webkit-transform: translateY(-110%);
    -moz-transform: translateY(-110%);
    -ms-transform: translateY(-110%);
    -o-transform: translateY(-110%);
}

.abGkBox .abGkItem:hover .abGkText img {
    opacity: 1;
}

.abGkBox .abGkItem:hover .abGk_p {
    opacity: 1;
}

/* == */

.abWh {
    background: url(../image/abWh_bg.png) no-repeat;
    background-size: cover;
    position: relative;
}

.abWhBox {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.abWhL {
    width: calc(50% - 25px);
    position: relative;
}

.abWhImg {
    width: 100%;
    padding-top: 110%;
    border-radius: 10px;
}

.abWhItem {
    position: relative;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .48s;
}

.abWhR_img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.abWhText {
    width: 100%;
    height: 100%;
    padding: 55px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    transition: all .48s;
}

.abWhText .abWhIcon {
    width: 30px;
    margin-bottom: 20px;
    display: none;
}

.abWhText span {
    display: block;
    color: #fff;
    font-size: 40px;
    line-height: 1;
    font-weight: 500;
}

.abWhText p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.abWhText i {
    display: inline-block;
    color: rgba(255, 255, 255, 0.8);
    margin-right: 15px;
}

/*  */

.abWhR {
    width: calc(50% - 25px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.abWhR .abWhItem {
    width: 100%;
    height: calc(50% - 15px);
}

.abWhL:hover .abWhImg img {
    transform: scale(1.1);
}

.abWhItem:hover .abWhR_img img {
    transform: scale(1.1);
}


/* == */

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

.abHis::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 38, 115, 0.9);
    position: absolute;
    left: 0;
    top: 0;
}

.abHisVideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.abHis .abHis_i {
    display: block;
    width: 1px;
    height: 65px;
    background: #eeb844;
    margin: 40px auto 0;
}

.abHisBox {
    position: relative;
    padding: 0 5%;
    z-index: 2;
}

.abHisBox::after {
    content: '';
    width: 100%;
    height: 1px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: absolute;
    left: 0;
    top: 109px;
}

.abHisBox .swiper-container {
    padding-top: 40px;
}

.abHisItem {
    width: 100%;
    padding-top: 100px;
    transition: all .48s;
}

.abHisItem i {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 10px;
    top: 65px;
}

.abHisItem i::after {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgb(255 255 255 / 25%);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: fd3 4s linear infinite;
}

@keyframes fd3 {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }

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

    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}

.CirItem {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: .68s;
}

.CirItem span {
    display: block;
    font-size: 30px;
    font-family: "Montserrat";
    font-weight: 500;
    line-height: 1;
    color: #fff;
    position: relative;
    transition: all .48s;
}

.abHisImg {
    width: 100%;
    padding-top: 54%;
    margin: 25px 0 25px;
    border-radius: 8px;
}

.abHisImg:hover img {
    transform: scale(1.1);
}


.abHisItem p {
    width: 80%;
    font-size: 18px;
    color: #fff;
}


/*  */

.abHisBut {
    width: 52px;
    height: 52px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #ddd;
    z-index: 2;
    margin-left: 10px;
}

.abHisBut.prev {
    transform: rotate(180deg);
}

.abHisBut img {
    width: 28px;
}

/*  */

.abHisBox .swiper-slide .CirItem span {
    opacity: 0.6;
}

.abHisBox .swiper-slide-active .CirItem span {
    opacity: 1;
    font-size: 56px;
    transform: translateY(-28px);
}


/* == */

.abHonor {
    width: 100%;
    background-image: url(../image/abRyu_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.abHonBox {
    width: 100%;
}

.abHonor_but a {
    width: 52px;
    height: 52px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #0c2670;
    z-index: 2;
    margin-left: 10px;
    transition: all .48s;
}

.abHonor_but a img {
    width: 28px;
}

.abHonor_but a.prev {
    transform: rotate(180deg);
}

.abHonor_but a.swiper-button-disabled {
    opacity: 0.4;
}

.abHonBox .swiper-slide {
    height: auto;
    background: #fff;
}

.abHonItem {
    width: 100%;
    padding: 20px;
    transition: all .48s;
}

.abHonImg {
    width: 100%;
    padding-top: 76%;
    margin-bottom: 25px;
}

.abHonImg img {
    width: 80%;
    left: 10%;
    object-fit: contain;
}

.abHonText i {
    text-align: center;
    display: block;
    font-size: 14px;
    font-family: "Montserrat";
    color: #1b418b;
    padding-bottom: 15px;
    margin-bottom: 25px;
    position: relative;
}

.abHonText i::after {
    content: '';
    width: 100%;
    height: 1px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    bottom: 0;
}

.abHonText p {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

/*  */

.abHonItem:hover {
    transform: scale(0.95);
}


/* == */

.abShow {
    position: relative;
    background: #fff;
}

.abShow .Tit p {
    width: 80%;
    font-size: 20px;
    margin: 0 auto;
}

.abShow .abShowZk span {
    padding: 0 20px;
    text-align: center;
}

.abSHowTop {
    display: flex;
    justify-content: space-between;
}

.abShowTop_l {
    width: calc(50% - 10px);
    position: relative;
}

.abShowTop_l .abShowImg {
    padding-top: 64%;
    border-radius: 8px;
}

.abShowText {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    padding: 20px;
}

.abShowText span {
    display: block;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.abShowTop_r {
    width: calc(50% - 10px);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.abShow_li {
    width: calc(50% - 10px);
    position: relative;
}

.abShow_li:nth-child(1),
.abShow_li:nth-child(2) {
    margin-bottom: 20px;
}

.abShow_li .abShowImg {
    height: 100%;
    border-radius: 8px;

}

.abShow_li:hover .abShowImg img {
    transform: scale(1.1);
}

.abShow_li:hover .abShowZk {
    opacity: 1;
}

/*  */

.abSHowBot {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.abShow_item {
    width: calc(33.33% - 10px);
    position: relative;
}

.abShow_item .abShowImg {
    padding-top: 64%;
    border-radius: 8px;
}

.abShowZk {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: rgb(0 38 115 / 60%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
    transition: all .48s;
}

.abShowZk img {
    width: 30px;
    margin-bottom: 5px;
}

.abShowZk span {
    color: #fff;
    font-size: 16px;
}

.abShowImg:hover img {
    transform: scale(1.1);
}

.abShow_item:hover .abShowImg img {
    transform: scale(1.1);
}

.abShow_item:hover .abShowZk {
    opacity: 1;
}

/* == */

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

.abShowTc_bg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.abShowTcBox {
    width: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.abShowTcImg {
    padding-top: 64%;
}

.abShowTc_close {
    position: absolute;
    right: -80px;
    top: 10px;
    cursor: pointer;
}

.abShowTc_close img {
    width: 40px;
}


/* == */

/* ================================================================== pro */

.product {
    padding-top: 100px;
    background: #f8f8f6;
    position: relative;
}

.proChange {
    display: flex;
    justify-content: space-between;
}

.proChange a {
    width: calc(16.28% - 10px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 10px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.04);
    font-size: 20px;
    font-weight: 500;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all .48s;
}

.proChange a img {
    height: 40px;
    margin-left: 20px;
}

.proChange a.on {
    background: #002a75;
    color: #fff;
}

/* == */

.mProSx {
    width: 100%;
    display: none;
    /* padding: 8px 25px; */
    position: relative;
    margin: 0px auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* background-color: #f8f8f6; */
    border-radius: 8px;
    margin-bottom: 20px;
}

.mProSx_lable {
    width: 100%;
    overflow: visible;
    margin: 0px;
    padding: 0px;
    text-align: left;
    height: 56px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #002a75;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    padding: 0px 25px;
    color: #fff;
    border-radius: 8px;
}

.mProSx_lable svg {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .48s;
}

.mProSx_lable svg path {
    fill: #fff;
}

.mProSx_lable img,
.mProSx_li img {
    width: 30px;
    margin-right: 25px;
}

.mProSx_zk {
    display: none;
    padding: 8px 0;
}

.mProSx_li {
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    background: #f8f8f6;
    margin: 10px 0;
    padding: 0px 25px;
    border-radius: 8px;
}

.mProSx_li:hover {
    color: #002a75;
}

.mProSx.on .mProSx_lable svg {
    transform: translateY(-50%) rotate(180deg);
}

/*  */

.proSx {
    margin-top: 30px;
    padding: 30px 40px 60px;
    background: #fff;
    box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
    position: relative;
}

.proSx.on li {
    display: none;
}

.proSx.on li:first-child {
    display: block;
}

.proSx li {
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.proSx li:after {
    content: "";
    width: 5px;
    height: 5px;
    display: block;
    overflow: hidden;
    background-color: #002a75;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.proSx li label {
    color: #002a75;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    width: 100%;
    display: block;
    overflow: visible;
    text-align: justify;
    text-align-last: justify;
    float: left;
    position: absolute;
    left: 50px;
    top: 15px;
    height: 48px;
    line-height: 48px;
    width: 80px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: visible;
}

.proSx_r {
    float: right;

    width: calc(100% - 100px - 100px);
    overflow: hidden;
    margin-left: 80px;
    height: 40px;
    line-height: 40px;
    padding-right: 80px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
}

.proSx_r a {
    display: inline-block;
    /*min-width: 110px;*/
    position: relative;
    font-size: 18px;
    font-weight: 500;
    padding-left: 25px;
    margin-right: 20px;
}

.proSx_r a span {
    font-size: 18px;
    font-weight: 500;
}

.proSx_r.fx a:first-child::before, .proSx_r.fx a:first-child::after {
    border-radius: 50%;
}

.proSx_r.fx a::before, .proSx_r.fx a::after {
    border-radius: 0;
}

.proSx_r a::before {
    width: 14px;
    height: 14px;
    display: block;
    content: "";
    border: 2px solid #e5e5e5;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.proSx_r a::after {
    content: "";
    width: 4px;
    height: 4px;
    display: block;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
}

.proSx_r a:first-child {
    min-width: auto;
    margin-right: 40px;

}

.proSx_r a.on {
    color: #002a75;
}

.proSx_r a.on::before {
    border: 2px solid #002a75;
    background-color: #002a75;
}

.more_click {
    transform: translateY(-50%);
    width: 32px;
    height: 40px;
    overflow: hidden;
    background: url(../image/ayzm_01.png) center no-repeat;
    background-size: 100%;
    position: absolute;
    right: 50px;
    top: 50%;

    display: none;
}

.proSx li.on .more_click {
    display: block;
}

.ayzm_02 {
    overflow: hidden;
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
    z-index: 99;
    width: 100%;
}

.ayzm_02 a {
    display: inline-block;
    line-height: 60px;
    padding: 0px 60px;
    border-radius: 60px;
    background-color: #002a75;

    cursor: pointer;
}

.ayzm_02 span {
    display: inline-block;
    background: url(../image/ayzm_03.png) right center no-repeat;
    background-size: 15px;
    padding-right: 34px;
    font-size: 20px;
    color: #fff;
}

.ayzm_02 .s2 {
    display: none;
}

.ayzm_02.on .s2 {
    display: inline-block;
}

.ayzm_02.on .s1 {
    display: none;
}

.ayzm_02.on span {
    background: url(../image/ayzm_04.png) right center no-repeat;
}

/* == */

.proXq {
    background: #f8f8f6;
}

.pro_p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

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

.pro_p svg {
    width: 18px;
    height: 18px;
}

.pro_p svg path {
    fill: #666;
}

.pro_p a {
    display: inline-flex;
    align-items: center;
    color: #666;
    font-size: 16px;
    padding-right: 10px;
}

.pro_p a svg {
    margin-right: 12px;
}

.pro_p a.on {
    color: #1b418b;
    font-weight: 500;
}

.pro_p span {
    color: #666;
    font-size: 16px;
}


/*  */

.pro_ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.pro_ul::after {
    content: '';
    width: calc(33.33% - 15px);
}

.pro_li {
    width: calc(33.33% - 15px);
    background: #fff;
    margin-bottom: 20px;
    position: relative;
    transition: all .48s;
}

.proImg {
    padding-top: 56%;
}

.proImg img {
    width: 50%;
    height: 70%;
    left: 3%;
    top: 22%;
    object-fit: contain;
}

.proText {
	width:44%;
    height: 100%;
    padding: 40px 0;
    text-align: right;

    position: absolute;
    right: 5%;
    top: 0;
}

.proText span {
    font-size: 24px;
    display: block;
    margin-bottom: 4px;
    font-weight: 500;
}

.proText b {
    display: block;
    color: #999;
    margin-bottom: 40px;
}

.proMore {
    white-space: nowrap;
    position: absolute;
    right: 0;
    bottom: 40px;
    display: flex;
    align-items: center;
    color: #999;
    font-size: 14px;
    transition: all .48s;
}

.proMore i {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-left: 5px;
    transition: all .48s;
}

.proMore svg {
    width: 16px;
    height: 16px;
}


/*  */
.pro_li.on {
    background: rgba(0, 0, 0, 0.03);
    filter: blur(1px);
}

.pro_li:hover .proImg img {
    transform: scale(1.05);
}

.pro_li:hover .proMore {
    color: #fff;
    background: #002673;
    padding: 10px 20px;
    border-radius: 80px;
}

.pro_li:hover .proMore i {
    background: #f9b614;
    margin-left: 10px;
}

.pro_li:hover .proMore svg path {
    fill: #fff;
}

.pro_li:hover {
    -moz-box-shadow: 0px 20px 50px rgba(157, 157, 157, 0.3);
    -webkit-box-shadow: 0px 20px 50px rgba(157, 157, 157, 0.3);
    box-shadow: 0px 20px 50px rgba(157, 157, 157, 0.3);
    transform: translateY(-1px);
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
}


/* == */

.fanYe {
    width: 100%;
    padding: 0 20%;
    margin: 40px 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fanYe_a,
.page-num{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgb(158 158 158 / 36%);
}

.fanYe_a img {
    width: 14px;
}

.fanYe_a {
    margin: 0 4px;
}

.page-num {
    color: #002673;
    font-family: "Montserrat";
    font-size: 14px;
    margin: 0 10px;
}

.page-num.page-num-current {
    background: #002673;
    color: #fff;
}

/* =============================================================== pro_info */

.proInfo {
    position: relative;
    margin-top: 78px;
    padding: 168px 0 50px;
    background: #f6f8fa;
}

.proInfo_wrap {
    padding: 60px 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.proInfo_wrapL {
    width: 50%;
    display: flex;
    justify-content: space-between;
}

.change_WrapL {
    width: 120px;
    position: relative;
    /* height: 480px; */
}

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

.change_WrapL .swiper-slide {
    padding: 1px;
}

.img_WrapL {
    width: 100%;
    height: 100%;
    min-height: 80px;
    max-height: 110px;
    border: 1px solid #eee;
    border-radius: 8px;
    background: #fff;
}

.img_WrapL img {
    /* padding: 10px; */
    border-radius: 4px;
    object-fit: cover;
}

.swiper-slide-thumb-active .img_WrapL {
    border-color: #1b418b;
}

/*  */

.big_WrapL {
    width: calc(100% - 160px);
    background: #fff;
    border-radius: 10px;
    border: 1px solid #eee;
}

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

.imgBig_WrapL {
    padding-top: 74%;
    border-radius: 10px;
}

/* .imgBig_WrapL img {
    object-fit: contain;
} */

.big_wrapBut {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    cursor: pointer;
    z-index: 2;
}

.big_wrapBut img {
    width: 14px;
}

.big_wrapBut.prev {
    top: -50px;
}

.big_wrapBut.next {
    bottom: -50px;
}

/* == */

.proInfo_wrapR {
    width: 35%;
    width: 40%;
    padding: 50px 0;
}

.proInfo_wrapR span {
    font-size: 26px;
    font-weight: 500;
    color: #002673;
    display: block;
    margin-bottom: 10px;
}

.proInfo_wrapR h6 {
    display: block;
    font-size: 36px;
    font-weight: 600;
    color: #f9b614;
    margin-bottom: 30px;
}

.proInfo_wrapR p {
    color: #333;
    font-size: 16px;
    line-height: 2.2;
    margin-bottom: 40px;
}

.proInfo_wrapR p i {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 100px;
    background: rgb(0 38 115 / 10%);
    margin: 8px 10px 8px 0;
}

.proInfo_wrapR .More a {
    margin-right: 10px;
    font-size: 14px;
    padding: 8px 20px;
}

/* .proInfo_wrapR .More a:nth-child(2) {
    background: #eeb844;
} */

.proInfo_wrapR .More {
    max-width: initial;

}

.proInfo_wrapR .More a svg {
    width: 18px;
    height: 18px;
    margin-left: 10px;
}

@media (max-width: 1280px) {
    .proInfo_wrapR .More a {
        margin-right: 10px;
        font-size: 12px;
        padding: 6px 15px;
    }

    .proInfo_wrapR .More a svg {
        width: 15px;
        height: 15px;
        margin-left: 5px;
    }
}

/*  */

.proDownm {
    position: absolute;
    right: 5%;
    bottom: 50px;
    opacity: 0;
    pointer-events: none;
    transform: translateX(100%);
    transition: all .68s;
}

.proDownm.on {
    opacity: 1;
    pointer-events: visible;
    transform: translateX(0);
}

.proDownm a {
    width: 100%;
    display: block;
    padding: 8px 20px;
    border-radius: 8px;
    background: #002673;
    color: #fff;
    margin-top: 10px;
}

/* == */

.proInfoCs {
    background: #edf1fa;
    background: #fff;
}

.proInfoCs .Tit {
    margin-bottom: 25px;
}

.proInfoCs .Tit h6 {
    font-size: 36px;
    font-weight: 600;
    color: #002673;
}
.proCsBox img{max-width:100%;}
.proCsBox p{line-height: 1.8;font-size: 16px;}
.proCsBox table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
    /* border-top: 1px solid rgba(0, 0, 0, 0.1); */
}

.proCsBox tbody tr {
    background: #fff;
    text-align: center;
}

.proCsBox tbody td {
    /* color: #333; */
    /* font-size: 16px; */
    padding: 10px 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.proCsBox tbody td:first-child {
    width: 18%;
    min-width: 260px;
    /* background: #1b418b; */
    /* font-weight: 500; */
    /* color: #fff; */
    padding: 15px 30px;
    /* text-align: left; */
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
}


/* == */

.proInfoTj {
    background: #f6f8fa;
}

.proTjBox .pro_li {
    display: block;
    width: 100%;
    margin-bottom: 0;
}

/* =============================================================== service */

.abFwZc {
    position: relative;
    background: #f1f5f8;
}

.serBox {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 30px;
}

.serNav {
    width: 306px;
    padding: 40px 32px 0;
    border-radius: 10px;
    background: #fff;
}

.serNav_div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 45px;
}

.serNav_div span {
    font-size: 30px;
    color: #002673;
    font-weight: 600;
}

.serNav_div a {
    color: #B1B1B1;
    font-size: 16px;
}

/*  */

.serNav_li {
    padding-bottom: 40px;
}

.serNav_tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid #EFEFEF;
    cursor: pointer;
}

.serNav_tit span {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
}

.serNav_tit i {
    display: inline-block;
    width: 16px;
    height: 16px;
    transform: rotate(-90deg);
    transition: all .48s;
}

.serNav_tit i svg {
    width: 100%;
    height: 100%;
}


.serNav_li.on .serNav_tit i {
    transform: rotate(0);
}

/*  */

.serNav_warp {
    display: none;
}

.serNav_p {
    margin-top: 25px;
    display: flex;
    align-items: center;
}

.serNav_p label {
    position: relative;
    width: 14px;
    height: 14px;
    cursor: pointer;
    top: -2px;
}

.serNav_p label i {
    display: inline-block;
    width: 100%;
    height: 100%;
    border: 1px solid #eee;
    border-radius: 2px;
    position: relative;
    transition: all .48s;
}

.serNav_p label i::after {
    content: '';
    width: 100%;
    height: 100%;
    background: #002673;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.serNav_p label svg {
    width: 12px;
    height: 12px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: none;
}

.serNav_p label:hover i {
    border-color: #002673;
}

.serNav_p label.on i::after {
    opacity: 1;
}

.serNav_p label.on svg {
    display: block;
}

.serNav_p span {
    display: inline-block;
    padding-left: 10px;
    font-size: 14px;
}

/* == */

.serXq {
    width: calc(100% - 340px);
}

.hrSs {
    width: 100%;
    height: 68px;
    padding-left: 20px;
    padding-right: 170px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 6px 10px 0px rgba(115, 155, 221, 0.18);
    position: relative;
    margin-bottom: 24px;
}

.hrSs input {
    width: 100%;
    height: 100%;
    background: none;
}

.hrSs input::placeholder {
    color: #999;
}

.hrSs a {
    display: flex;
    align-items: center;
    height: 100%;
    line-height: 68px;
    padding: 0 25px;
    border-radius: 0px 8px 8px 0px;
    color: #fff;
    font-size: 20px;

    background: linear-gradient(0deg, #4281EE 0%, #1b418b 100%);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.hrSs a svg {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

/* == */


.abFwZcBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.abFwZcBox::after {
    content: '';
    width: calc(33.33% - 14px);
}

.abFwZcItem {
    width: calc(33.33% - 14px);
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 6px 10px 0px rgba(115, 155, 221, 0.18);
    position: relative;
    margin-bottom: 20px;
    transition: all .48s;
}

.abFwZcImg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.abFwZcText {
    /* display: flex;
    justify-content: space-between; */
    display: block;
    padding: 30px;
    position: relative;
    z-index: 2;
    transition: all .48s;
}

.abFwZcText h6 {
    color: #333;
    font-size: 18px;
    display: block;
    margin-bottom: 0px !important;
}

.abFwZcText h6:hover {
    color: #002673;
}

.abFwZcText h6 a:hover {
    color: #002673;
}

.abFwZcText .abFwZc_form {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 10px 0;
}

.abFwZcText .abFwZc_form>div {
    display: flex;
    align-items: center;
}

.abFwZcText .abFwZc_form span {
    font-size: 14px;
}

.abFwZcText .abFwZc_form h6 b {
    padding-left: 10px;
    font-weight: normal;
}

.abFwZcText .abFwZc_form img {
    width: 20px;
    margin-left: 10px;
}

.abFwZcText .img2 {
    display: none;
}



.abFwZcText span {
    color: #333;
    font-size: 26px;
    font-weight: 500;
    display: block;
}

.serMore {
    width: 120px;
}

.serMore a {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 8px 15px;
    border-radius: 8px;
    background: #6c7b8e;
    color: #fff;
    margin-bottom: 10px;
}

.serMore a:hover {
    background: #004190;
}

.serMore a svg {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}



.abFwZcItem:hover {
    box-shadow: 0px 10px 20px 0px rgba(115, 155, 221, 0.48);
}

/* 
.abFwZcItem:hover .abFwZcText h6 {
    color: #fff;
}

.abFwZcItem:hover .abFwZcText .abFwZc_form span {
    color: #fff;
}

.abFwZcItem:hover .abFwZcText .abFwZc_form b {
    color: #fff;
}

.abFwZcItem:hover .abFwZcText .img2 {
    display: block;
}

.abFwZcItem:hover .abFwZcText .img1 {
    display: none;
} */

/* == */

/* =============================================================== join */

.secJoin {
    background-image: url(../image/join_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2;
}

/* == */

.joinXmBox {
    display: flex;
    justify-content: space-between;
}

.js_joinXmItem {
    display: none;
}

.joinXmItem {
    flex: 1;
    background: url(../image/joinXmItem.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 25px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    transition: all .68s;
}

.joinXmItem.on {
    flex: 2.4;
}

.joinXmText {
    width: 390px;
    position: relative;
    padding: 120px 80px 40px 40px;
}

.joinXmText span {
    display: block;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #bec5cd;
    font-size: 26px;
}

.joinXmText p {
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 45px;
}

.joinXmText img {
    width: 112px;
    position: absolute;
    top: 45px;
    left: -2px;
}

.joinXmText .More i img {
    position: initial;
}

.joinXmImg {
    width: calc(100% - 390px);
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

/*  */

.joinXmBg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    transition: all .48s;
}

.joinXmBg::after {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent, rgb(0 65 144 / 80%));
    position: absolute;
    left: 0;
    top: 0;
}

.joinXmBg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.joinXmBg_txt {
    width: 100%;
    padding: 0 30px;
    position: absolute;
    left: 0;
    bottom: 60px;
    z-index: 2;
}

.joinXmBg_txt span {
    font-size: 26px;
    color: #fff;
    display: block;
    margin-bottom: 15px;
}

.joinXmBg_txt p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
}

.joinXmItem.on .joinXmBg {
    opacity: 0;
    z-index: -1;
}

/* == */

.joinLcWarp {
    display: none;
}

.joinLcBox {
    background: url(../image/joinLcBox.png) no-repeat;
    background-size: cover;
    padding: 40px 5%;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.02);
}

.joinLc_li {
    width: calc(25% - 138px);
    position: relative;
    text-align: center;
}

.joinLc_li img {
    width: 65%;
}

.joinLc_li span {
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
}

.joinLc_li p {
    color: #999;
    font-size: 14px;
}

.joinLc_li i {
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    right: -42%;
    top: 50%;
    transform: translateY(-50%);
}

.joinLc_li i::before {
    content: '';
    width: 50px;
    height: 2px;
    border-bottom: 1px dashed #ddd;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-130%, -50%);
}

.joinLc_li i::after {
    content: '';
    width: 50px;
    height: 2px;
    border-bottom: 1px dashed #ddd;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(130%, -50%);
}

.joinLc_li svg {
    width: 100%;
    height: 100%;
    opacity: 0.4;
    animation: showTrax 1s linear infinite;
}

.joinLc_li svg path {
    fill: #002673;
}

@keyframes showTrax {
    0% {
        opacity: 0.4;
    }

    100% {
        opacity: 0;
        transform: translate(10px);
    }
}

/* == */

.joinFc {
    padding-left: 5% !important;
}

.joinFcBox {
    display: flex;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}

.joinFcL {
    width: 60%;
    position: relative;
}

.joinFcItem {
    width: 100%;
}

.joinFcItem .swiper-container {
    width: 100%;
}

.joinFcImg {
    padding-top: 116%;
    border-radius: 20px;
}

.joinFc_div {
    background: #f1f4f9;
    background: #002673;
    padding: 30px;
    /* border: 1px solid #fff; */
    border-radius: 0 0 20px 20px;
}

.joinFc_div span {
    display: block;
    font-size: 24px;
    color: #fff;
    margin-bottom: 5px;
}

.joinFc_div img {
    width: 80%;
    margin-bottom: 45px;
    opacity: 0.2;
}

.joinFc_div p {
    font-size: 16px;
    color: #666;
    color: #fff;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}


/*  */

.joinFcR {
    width: 35%;
    padding-bottom: 180px;
}

.joinFcText {
    width: 100%;
}

.joinFcText p {
    font-size: 16px;
    margin-bottom: 20px;
}

.joinFcText img {
    width: 90%;
    margin-bottom: 50px;
}

.joinFc_but {
    margin-top: 60px;
    display: flex;
    align-items: center;
}

.joinFc_but a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}

.joinFc_but a img {
    width: 18px;
}

.joinFcR .More {
    margin-top: 40px;
}

/*  */

.joinXx {
    width: 50%;
    width: 35%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.joinXx .img1 {
    width: 90%;
    opacity: .6;
}

.joinXx .img2 {
    width: 44%;
    width: 35%;
    position: absolute;
    right: 0;
    bottom: 0;
    /* transform: translateX(30%); */
    animation: upDown 4s linear infinite;
}

@keyframes upDown {
    0% {
        transform: translate(0%, 0);
    }

    50% {
        transform: translate(0%, -10%);
    }

    100% {
        transform: translate(0%, 0);
    }
}

/* == */

.joinTdBox {
    display: flex;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}

.joinTdL {
    width: 60%;
}

.joinTdImg {
    width: 100%;
    padding-top: 64%;
    border-radius: 20px;
    border: 1px solid #fff;
}

.joinTdR {
    width: 45%;
    height: 90%;
    padding: 30px 50px;
    position: absolute;
    right: 0;
    top: 5%;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.04);
    z-index: 2;

    background: url(../image/joinTdImg_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.26);
}

.joinTd_tit {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.joinTd_tit img {
    width: 50px;
    margin-right: 15px;
}

.joinTd_tit span {
    font-size: 24px;
    font-weight: 600;
}

.joinTd_top p {
    font-size: 15px;
    text-transform: uppercase;
}

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

.joinTd_top {
    padding-top: 50px;
    margin-top: 50px;
    border-top: 1px dashed #ddd;
}

.joinTd_con p {
    font-size: 16px;
    text-transform: uppercase;
}

.joinTd_con p a {
    font-size: 16px;
    padding-left: 20px;
}

/*  */

.joinTdImg:hover img {
    transform: scale(1.1);
}


/* =============================================================== hr */

.hr {
    background: url(../image/hrXq_bg.webp) no-repeat;
    background-size: cover;
    position: relative;
}

.hrBox {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.hrNav {
    width: 306px;
    padding: 40px 32px 0;
    border-radius: 10px;
    background: #fff;
}

.hrNav_sx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 65px;
}

.hrNav_sx span {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.hrNav_sx a {
    color: #B1B1B1;
    font-size: 16px;
}

/*  */

.hrNav_li {
    padding-bottom: 40px;
}

.hrNav_tit {
    padding-bottom: 15px;
    border-bottom: 1px solid #EFEFEF;
}

.hrNav_tit span {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
}

/*  */

.hrNav_p {
    margin-top: 25px;
    display: flex;
    align-items: center;
}

.hrNav_p label {
    position: relative;
    width: 14px;
    height: 14px;
    cursor: pointer;
    top: -2px;
}

.hrNav_p label i {
    display: inline-block;
    width: 100%;
    height: 100%;
    border: 1px solid #eee;
    border-radius: 2px;
    position: relative;
    transition: all .48s;
}

.hrNav_p label i::after {
    content: '';
    width: 100%;
    height: 100%;
    background: #002673;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.hrNav_p label svg {
    width: 12px;
    height: 12px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: none;
}

.hrNav_p label:hover i {
    border-color: #002673;
}

.hrNav_p label.on i::after {
    opacity: 1;
}

.hrNav_p label.on svg {
    display: block;
}

.hrNav_p span {
    display: inline-block;
    padding-left: 10px;
    font-size: 14px;
}

/* == */

.hrXq {
    width: calc(100% - 340px);
}

.hrSs {
    width: 100%;
    height: 68px;
    padding-left: 20px;
    padding-right: 170px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 6px 10px 0px rgba(115, 155, 221, 0.18);
    position: relative;
    margin-bottom: 24px;
}

.hrSs input {
    width: 100%;
    height: 100%;
    background: none;
}

.hrSs input::placeholder {
    color: #999;
}

.hrSs a {
    display: flex;
    align-items: center;
    height: 100%;
    line-height: 68px;
    padding: 0 25px;
    border-radius: 0px 8px 8px 0px;
    color: #fff;
    font-size: 20px;

    background: linear-gradient(0deg, #4281EE 0%, #1b418b 100%);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.hrSs a svg {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

/*  */
.hrLi {
    background: #fff;
    position: relative;
    padding: 30px 45px;
    border-radius: 10px;
    margin-bottom: 16px;
    cursor: pointer;
}

.hrLi_text {
    position: relative;
}

.hrLi_text span {
    font-size: 24px;
    font-weight: 600;
}

.hrLi_text i {
    display: inline-block;
    border-radius: 50px;
    padding: 0 11px;
    height: 22px;
    line-height: 22px;
    margin-left: 5px;
}

.hrLi_text .i1 {
    color: #1b418b;
    background: #dde5f3;
}

.hrLi_text .i2 {
    color: #eeb844;
    background: #fff3d9;
}

.hrLi_text p {
    margin-top: 10px;
    color: #B1B1B1;
    font-size: 16px;
}

.hrLi_text p b {
    color: #B1B1B1;
    font-size: 16px;
}

.hrLi_a {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
}

.hrLi_a a {
    display: flex;
    align-items: center;
    color: #999;
    font-size: 16px;
}

.hrLi_a svg {
    width: 16px;
    height: 16px;
    margin-left: 10px;
    transition: all .48s;
}

.hrLi_zk {
    margin-top: 30px;
    border-top: 1px solid rgba(151, 151, 151, 0.23);
    padding: 22px 0 35px;
    display: none;
}

.hrLi_div span {
    display: block;
    font-size: 16px;
    font-weight: 500;
}

.hrLi_div p {
    overflow: hidden;
    text-align: left;
    word-break: break-all;
    word-wrap: break-word;
    margin: 17px 0 38px;
    line-height: 28px;
    color: #666;
}

/*  */

.hrLi.on .hrLi_a svg {
    transform: rotate(180deg);
}


/* == */

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

.contact {
    position: relative;
    background: #fff;
}

#dTu {
    width: 100%;
    height: 66vh;
}

/* == */

.conBot {
    background: #f6f8fa;
}

.conBotBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.conBotImg {
    width: 40%;
    padding-top: 40%;
    border-radius: 20px;
}


.conR_form {
    width: 60%;
    padding-right: 5%;
}



/*  */

.conR_form form {
    margin-bottom: 40px;
}


.conR_l {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.conR_ipt {
    width: calc(50% - 10px);
    margin-bottom: 20px;
}

.conR_ipt.w100 {
    width: 100%;
}

.conR_ipt input,
.conR_ipt textarea {
    width: 100%;
    background: none;
    border-bottom: 1px solid #ddd;
    padding: 20px;
}

.conR_ipt textarea {
    height: 100%;
    border-left: none;
}

.conR_ipt input::placeholder,
.conR_ipt textarea::placeholder {
    font-size: 16px;
    color: #999;
}


.conR_r .conR_ipt {
    width: 100%;
    height: 100%;
}

.conR_form .More {
    position: relative;
    z-index: 2;
}
.conR_form .More input{
    text-transform: uppercase;
}


/* == */

.conTop .inner {
    position: relative;
}

.conTopBox {
    width: 30%;
    background: #fff;
    padding: 40px 40px 50px;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}

.conTopBox .conTopLogo {
    width: 180px;
    margin-bottom: 30px;
}

.conTopBox span {
    display: block;
    font-size: 32px;
    line-height: 1.4;
    color: #002673;
    font-weight: 600;
    margin-bottom: 15px;
}

.conTopBox p {
    font-size: 16px;
    margin-bottom: 30px;
}

.conTop_ul {
    padding: 30px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.conTop_li {
    display: flex;
    align-items: center;
    padding: 3px 0;
    font-size: 16px;
}

.conTop_li b {
    font-size: 16px;
    font-weight: 600;
    padding-right: 10px;
}

.conTopEwm {
    display: inline-block;
    padding: 30px 0 0;
}

.conTopEwm img {
    width: 120px;
    margin-bottom: 0;
}

.conTopEwm p {
    font-size: 13px;
    text-align: center;
    margin-bottom: 0;
}

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

.new {
    position: relative;
    background: #fff;
}

.newTop {
    display: flex;
    justify-content: space-between;
    box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, .05);
    padding: 30px;
    margin-bottom: 100px;
}

.newTopImg {
    width: 35%;
    padding-top: 24%;
}

.newTopText {
    width: 65%;
    padding: 30px 20px 20px 60px;
}

.newTopText i {
    display: block;
    color: #666;
    margin-bottom: 5px;
}

.newTopText span {
    display: block;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}

.newTopText p {
    font-size: 18px;
    margin-bottom: 100px;
}

/*  */
.newUl {
    margin-bottom: 40px;
}

.newUl form {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.newSle select {
    padding: 12px 20px;
    border: 1px solid #eee;
    border-radius: 4px;
}

.newIpt {
    position: relative;
}

.newIpt input {
    width: 340px;
    padding: 12px 20px;
    border: 1px solid #eee;
    border-radius: 4px;
}

.newIpt svg {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

/*  */

.newBox {
    display: flex;
    flex-wrap: wrap;
}

.newItem {
    width: calc(33.33% - 30px);
    margin-right: 45px;
    margin-bottom: 45px;
    border: 2px solid transparent;
    transition: all .68s;
}

.newItem:nth-child(3n) {
    margin-right: 0;
}

.newImg {
    padding-top: 64%;
}

.newImg i {
    display: inline-block;
    font-size: 12px;
    padding: 1px 12px;
    background: #eeb844;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.newText {
    padding: 30px;
    background: #f7f8fa;
}

.newText span {
    min-height: 64px;
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.newText p {
    font-size: 16px;
    color: #666;
    margin-bottom: 80px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.newText i {
    display: block;
    color: #999;
}

/*  */

.newItem:hover .newText {
    background: #002673;
}

.newItem:hover .newImg img {
    transform: scale(1.1);
}

.newItem:hover span {
    color: #fff;
}

.newItem:hover p {
    color: #fff;
}

.newItem:hover i {
    color: #fff;
}


/* 0420x新增修改 */

/* === 服务 */
.indFw {
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.indFw::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 35, 115, 0.88);
    position: absolute;
    left: 0;
    top: 0;
}

.indFwItem {
    padding: 200px 0;
    width: 50%;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    z-index: 2;
    transition: all .48s;
}

.indFwItem:hover {
    background: rgba(0, 35, 115, 1);
}

.indFwText {
    width: 100%;
    padding: 0 50px;
    text-align: center;
}

.indFwText img {
    height: 50px;
    object-fit: contain;
    opacity: .8;
    transition: all
}

.indFwText span {
    display: block;
    color: #fff;
    font-size: 46px;
    font-weight: 500;
    margin: 30px 0 30px;
    position: relative;
    transition: all .48s;
}

.indFw_p {
    width: 80%;
    margin: 0 auto;
}

.indFw_p p {
    min-height: 140px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 20px;
    margin-bottom: 40px;
}

/* == 渠道 */

.indQd {
    overflow: hidden;
}

.indQdBox {
    display: flex;
    justify-content: space-between;
}

.indQd .Tit {
    width: 30%;
}

.indQd .Tit p {
    font-size: 16px;
    margin-top: 20px;
    position: relative;
}

.indQd .Tit .More {
    position: absolute;
    left: 0;
    bottom: 0;
}

.indQdImg {
    width: 70%;
    padding-top: 37%;
}

.indQdImg i {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ffab00;
    position: absolute;
}

.indQdImg i::after {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #ffab00;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
    animation: fd 2s linear infinite;
}

@keyframes fd {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    50% {
        transform: translate(-50%, -50%) scale(2.2);
        opacity: 0;
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
}

.indQdImg .i1 {
    left: 14%;
    top: 58%;
}

.indQdImg .i2 {
    left: 15%;
    top: 39%;
}

.indQdImg .i3 {
    left: 25%;
    top: 22%;
}

.indQdImg .i4 {
    left: 42%;
    top: 35%;
}

.indQdImg .i5 {
    left: 43.5%;
    top: 81%;
}

.indQdImg .i6 {
    left: 78%;
    top: 37%;
}

.indQdImg .i7 {
    left: 87%;
    top: 71%;
}

.indQdImg .i8 {
    left: 37%;
    top: 42%;
    background: #ff0200;
    z-index: 3;
}

.indQdImg .i8::after {
    background: #ff0200;
}

.indQdImg .i8 img {
    width: 60px;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 50%;
    transform: translate(50%, 50%);
}

.indQdText {
    width: 30%;
    transform: translateY(-80px);
    margin-bottom: -80px;
}

.indQdText p {
    color: #666;
    font-size: 14px;
    margin-bottom: 5px;
}


/*  */

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

    .indFwText span {
        font-size: 40px;
    }

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

@media(max-width: 1480px) {

    .indFwText span {
        font-size: 36px;
        margin: 25px 0;
    }

    .indQd .Tit p {
        font-size: 14px;
    }
}

@media(max-width: 1368px) {
    .indFwItem {
        padding: 120px 0;
    }

    .indFwText img {
        height: 40px;
    }

    .indFwText span {
        font-size: 32px;
        margin: 20px 0;
    }


    .indFw_p {
        width: 100%;
    }

    .indFw_p p {
        min-height: 128px;
        font-size: 16px;
    }

    /*  */

    .indQd .Tit {
        width: 35%;
    }

    .indQdImg {
        width: 60%;
        padding-top: 32%;
    }

    .indQdImg i {
        width: 15px;
        height: 15px;
    }
}

@media(max-width: 1200px) {
    .indQd .Tit {
        width: 40%;
        margin-bottom: 0;
    }

    .indQd .Tit p {
        margin-top: 10px;
    }
}

@media(max-width: 1024px) {
    .indFwItem {
        padding: 80px 0;
        width: 100%;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .indFw_p p {
        min-height: 96px;
        margin-bottom: 20px;
    }

    .indQdBox {
        flex-wrap: wrap;
    }

    .indQd .Tit {
        width: 100%;
        margin-bottom: 30px;
    }

    .indQd .Tit .More {
        position: initial;
        margin-top: 20px;
    }

    .indQdImg {
        width: 100%;
        padding-top: 53%;
    }
}

@media(max-width: 680px) {

    .indNew {
        padding: 60px 0 40px !important;
    }

    .indFwItem {
        padding: 60px 0;
    }

    .indFwText {
        padding: 0 5%;
    }

    .indFwText img {
        height: 35px;
    }

    .indFwText span {
        font-size: 30px;
        margin: 15px 0;
    }

    .indFw_p p {
        min-height: auto;
        font-size: 14px;
    }

    /*  */

    .indQdImg i {
        width: 10px;
        height: 10px;
    }

    .indQdImg .i8 img {
        width: 40px;
    }

}



/* 0513新增 */


.footMt a {
    display: block;
    margin-bottom: 10px;
}

.footMt a img {
    width: 80px;
    border-radius: 4px;
}

.footMt a p {
    color: rgba(255, 255, 255, 0.6);
    margin-top: 5px;
    text-align: center;
}

.newsDet_con img{max-width:100%;}