
@import url('iconfont.css');
@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);
}

@font-face {
  font-family: 'fontawesome';
  src: url('../font/fontawesome-webfont.eot');
  src: url('../font/fontawesome-webfont.eot') format('embedded-opentype'),
       url('../font/fontawesome-webfont.woff') format('woff'),
       url('../font/fontawesome-webfont.ttf') format('truetype'),
       url('../font/fontawesome-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

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



/*滚动条宽高及背景*/
::-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;
    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;
}
.formbt{
    display:flex;
}

.More a {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    color: #fff;
    /* border: 1px solid #ddd; */
    background: #1a4aa2;
    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: 24px;
}

.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: #1a4aa2;
    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: #1a4aa2;
    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: 13px;
    right: 10px;
    display: none;
    margin-left: 24px;
}


/* 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: 9999;
    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;
    padding-top: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: #1a4aa2;
}

.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: #1a4aa2;
}

.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: 0px;
    z-index: 999;
    transition: all .68s;
}

.header.headN {
    box-shadow: 0 0px 1px 0 rgb(0 0 0 / 20%);
}
.header.headerShow.kspage_top{position: initial;}
.header.headerShow.kspage_top .headerTop {
    background: rgb(0 38 115 / 80%);
  }

.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: 10px 0;
    width:90%;
    margin:auto;
}

.headerTop {
    display: flex;
    align-items: center;
    justify-content:space-between;
    padding: 10px 0;
    transition: all .48s;
    position: relative;
    z-index: 2;
    width:90%;
    margin:auto;

}
.hLogo{
    text-align: center;
}
 .hLogo img {
    width: 470px;
}
.hLogo .img2 {
    display: none;
}

/*  */

.hNav {
    height: 100%;
}

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

.hNav ul li {
    padding: 30px 20px;
    margin: 0;
    height: 100%;
    display: inline-flex;
    align-items: center;
}
.hNav li#licontact-us {
    height: 40px;
    margin-top:10px;
}
.hNav li#licontact-us a {
    padding: 20px 18px;
    height: 35px;
    line-height: 10px;
    border-radius: 3px;
    background:  #f3b007;
}
.hNav li#licontact-us a::after {
    content: '';
    width: 0;
    height: 3px;
    border-bottom: 0;
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    transition: all .48s;
}

.hNav li#licontact-us a {
    font-size: 15px;
    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 a.nav_a::after {
    content: '';
    width: 0;
    height: 3px;
    border-bottom: 3px solid #1a4aa2;
    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: 17px;
    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: #1a4aa2;
} */

.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,.headRmn,.headRn {
    display: flex;
}
.headR{
    display:none;
}

.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: 10px;
}

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



/* 下拉导航变化 */

.header.headerShow {
    top: 0;
}
.headerShow.header,
.headerMain-bg.header {
    background: #2652a0;

    /* 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;
    /* width: 230px; */
}

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


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

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

.header.white {

    border-bottom: 1px solid rgb(0 0 0 / 8%);
    color:#fff;
    /* 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;
}
.header.white .hLan 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;
    background:#000914 url(../image/footerbg.jpg)
}

.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: 210px;
}

.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_flex p a{
    display: block;
    color: #fff;
    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 {
    display: none;
    position: absolute;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #1a4aa2;
}

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


/* 滚动动画 */
.wgt-fade-animate {
    opacity: 0;
    transform: translateY(30px);
    transition: all 1s ease-in-out;
}

.wgt-fade-animate.appear {
    opacity: 1;
    transform: translateY(0);
}

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

/* .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: #1a4aa2;
    position: relative;
    order: -1;
}

.nav_zkBox a img {
    width: 24px;
}

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

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


.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 3%;
    /* 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: 175px;
}
.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: #1a4aa2;
    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: 65vh;
    /* margin-top: 76px; */
}

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

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

.banNImg::after {
    content: '';
    width: 100%;
    height: 50%;
    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: 75vh;
    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 .swiper-slide-active .indBanBText b {
    transform: translateX(0);
    opacity: 1;
    transition: all 1s ease 0.3s;
}

.indBan .swiper-slide-active .indBanBText span {
    transform: translateX(0);
    opacity: 1;
    transition: all 1s ease 0.6s;
}

.indBan .swiper-slide-active .indBanBText p {
    transform: translateX(0);
    opacity: 1;
    transition: all 1s ease 0.9s;
}

.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;
    display:none
}

.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: 60%;
    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 img {
    object-position: bottom;
    opacity: 1;
}
.indAbImg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .48s;
    opacity: 0;
}
.indAbBf{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.indAbBf svg{
    width: 40%;
    height: 40%;
}
.indAbBf svg path{
    fill: #1a4aa2;
}
.indAbImgAct .indAbBf{
    opacity: 0;
}
.indAbImgAct img {
    opacity: 0;
}
.indAbImgAct video{
    opacity: 1;
}
/*  */

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

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

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

.indProItem {
    height: 100%;
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
    flex-direction: row;
}

.indProItem.row {
    /* flex-direction: row; */
   width:100%;
}

.indProLi {
    padding: 40px;
    display: flex;
    width: 33%;
    background: #f6f8fa;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

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

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

.indPro_s span {
    display: flex;
    align-items: center;
    font-size: 20px;
    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: 40px;
    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: 42%;
    height: 100%;
    left: initial;
    right: 5%;
    top: 5%;
    object-fit: contain;
    transition-property: opacity, transform;
    transition-duration: 0.1s, 1s;
}

.indProDd .indProImg img {
    width: 42%;
    top: 3%;
    right: 3%;
}

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

.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: #1a4aa2;
    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: #1a4aa2;
    border-color: #1a4aa2;
}

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


/* == */

.footer {
    overflow: hidden;
    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;
}

/* 视频弹窗样式 */
.inVidPBox {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    display: none;
}

.inVidPCon {
    width: 80%;
    height: 74%;
    margin-top: 6%;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.8s .2s;
    position: relative;
    z-index: 3;
}

.inVidPCon iframe {
    width: 100%;
    height: 100%;
}

.inVidPBoxAct {
    display: flex;
    justify-content: center;
    align-items: center;
}

.inVidPBg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(0, 0, 0, .5);
}

.inVidPBoxAct .inVidPCon {
    transform: scale(1.1);
}

@media(max-width:1024px) {
    .inVidPCon {
        padding-top: 50%;
        height: auto;
    }

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

}

/* banNBg样式 */
.banNBg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #045ca9;
    opacity: 0;
    z-index: 2;
    transition: all .68s;
}

/* footMt svg样式 */
.footMt svg {
    opacity: 0.6;
}

.footMt svg:hover {
    opacity: 1;
}


.footL {
    width: 32%;
}
.footLogo img {
    width: 100%;
}

.footR_ul {
    margin-top: 25px;min-height: 250px;
}

.footR_li {
    margin-bottom: 35px;
}

.footR_li span {
    display: block;
    color:#fff;
    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:#fff;
    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: #1a4aa2;display: none;
}

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

.footer .inner {
    position: relative;
}

/*  */

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

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

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

.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: 95%;
}

.indAbText {
    width: 50%;
    padding-right: 0%;
    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: 50%;
}

.indAbImg img {
    object-position: bottom;
}

/*  */

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

.indAbShuju_li {
    width: 23%;
}

@media(max-width: 1000px){
    .indAbShuju_li {
    width: 50%;
    }
    .indAbShuju {
        margin-top: 60px;
        display: flex;
        justify-content: space-between;
        position: relative;
        z-index: 2;
        flex-wrap: wrap;
    }
}

.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;
    white-space:nowrap;
}

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

 .Tit p {

    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: 40px;
    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: 0%;
    top: 26%;
    object-fit: contain;
}
@media screen and (max-width: 768px) {
    .proImg img {
        top:36%;
    }
}
.proText {
    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);
}

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

.pro_li:hover .proMore {
    color: #fff;
    background: #1a4aa2;
    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: 20px 20%;
    padding-bottom:40px;
    margin: 40px 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;

}

.fanYe_a,
.fanYe_b {
    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;
}

.fanYe_b {
    color: #1a4aa2;
    font-family: "Montserrat";
    font-size: 14px;
    margin: 0 10px;
}

.fanYe_b.on {
    background: #1a4aa2;
    color: #fff;
}

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

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

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

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

.change_WrapL {
    width: 0px;
    position: relative;
    display:none;
    /* 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% - 120px);
    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;
    display:none;
}

.big_wrapBut img {
    width: 14px;
}

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

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

/* == */

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

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

.proInfo_wrapR h6 {
    display: block;
    font-size: 36px;
    font-weight: 600;
    color: #f9b614;
    margin-bottom: 30px;
}
.proInfo_wrapR h1 {
    font-size: 26px;
    font-weight: 500;
    color: #1a4aa2;
    display: block;
    margin-bottom: 10px;
}

.proInfo_wrapR h2 {
    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: #1a4aa2;
    color: #fff;
    margin-top: 10px;
}

/* == */

.proInfoCs {
    background: #edf1fa;
    position: relative;
}

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

.proInfoCs .Tit h6 {
    font-size: 36px;
    font-weight: 600;
    color: #1a4aa2;
}

.proCsBox table {
    border-collapse: collapse;
    border-spacing: 0px;
    /* border-top: 1px solid rgba(0, 0, 0, 0.1); */
    overflow-x: auto;
    width: auto !important;
    white-space: nowrap;
    /* border-top: 1px solid rgba(0, 0, 0, 0.1); */
    display: block !important;
    width: 100% !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    white-space: nowrap !important;
}

.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);
  width: auto !important;  /* 强制去掉所有td/th的固定宽度 */
  min-width: 80px;         /* 可选：给单元格最小宽度，避免太挤 */
  white-space: nowrap;     /* 文字不换行，保证内容完整显示 */
  padding: 8px 12px;       /* 可选：单元格内边距，美观 */
  border: 1px solid #ddd;  /* 可选：加边框，和你截图一致 */

}

.proCsBox tbody td:first-child {

    /* background: #1b418b; */
    /* font-weight: 500; */
    /* color: #fff; */
    padding: 5px;
    /* text-align: left; */
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
}


/* == */

.proInfoTj {
    background: #f6f8fa;
    position: relative;
}

.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: #1a4aa2;
    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: #1a4aa2;
    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: #1a4aa2;
}

.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: #1a4aa2;
}

.abFwZcText h6 a:hover {
    color: #1a4aa2;
}

.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: #1a4aa2;
}

@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: #1a4aa2;
    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: #1a4aa2;
    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: #1a4aa2;
}

.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: #fefefe;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 10px;
}

.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: #1a4aa2;
    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: 80px;
    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: #1a4aa2;
}

.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;
    }
    .indBanBText span{font-size:42px;}
}

@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%;
    }
    .headerMain-bg .headerTop {
        padding: 0;
        width: 90%;
        margin: auto;
    }
}

@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{
    position: absolute;
    left:120px;
    top: 280px;
}

.footMt a {
    display: block;
    margin-bottom: 10px;
    position: relative;
}

.footMt a img {
    border-radius: 4px;
}

.footMt a p {
    color: rgba(255, 255, 255, 0.6);
    margin-top: 5px;
    text-align: center;
}
.ewmImg1{
    display:none;
    position: absolute;
    top:-220px;
    left:-100px;
    width:200px;
    height:200px;
}
.footMt a.ewmA1:hover .ewmImg1{
    display:block;
}
.index_headNavZk {
	bottom: 0;
}
@media(max-width: 768px) {
    .ewmImg1{
        left:-60px;
    }
}


.product .video {
  flex: 1;
  padding:50px 80px;
  padding-top:0;
}
.product .video .down{
    width: auto;
}
.product .video .seach {
  gap: 0.2rem;
  align-items: stretch;
  margin-bottom: 0.6rem;
}
.product .video .seach .input {
  border: 1px solid #BCBDC0;
  border-radius: 0.1rem;
  overflow: hidden;
  flex: 1;
}
.product .video .seach .input span {
  padding: 0 0.2rem;
  font-family: Medium;
  line-height: 1;
  border-right: 1px solid #D9E3EF;
}
.product .video .seach .input input {
  margin: 0 0.2rem;
  flex: 1;
}
.product .video .seach .input input::placeholder {
  color: #CDCDCD;
}
.product .video .seach .gobtn {
  height: 0.6rem;
  width: 1.4rem;
  background: var(--themeColor1);
  border-radius: 0.1rem;
  color: #fff;
  gap: 0.1rem;
}
.product .video .seach .gobtn span {
  font-family: Medium;
}
.product .video .videolist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap:4rem
}
.product .video .videolist .videoitem {
  gap: 0.2rem;
  justify-content: flex-start;
}
.product .video .videolist .videoitem:hover .img::before {
  background: rgba(0, 0, 0, 0.2);
}
.product .video .videolist .videoitem:hover .image {
  scale: 1.1;
}
.product .video .videolist .videoitem:hover h2 {
  color: var(--themeColor);
}
.product .video .videolist .videoitem .img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 2/1.2;
}
.product .video .videolist .videoitem .img::before {
  content: "";
  position: absolute;
  z-index: 11;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  transition: 0.3s;
  pointer-events: none;
}
.product .video .videolist .videoitem .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.product .video .videolist .videoitem .img .btn {
  position: absolute;
  z-index: 12;
  width: 56px;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #F0532B;
  background: #fff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product .video .videolist .videoitem h2{
  line-height: 1;
  color: #727171;
  font-size:16px;
}
.product .video .videolist .videoitem p {
  line-height: 1.5;
  color: #727171;
  font-size:14px;
}
.product .video .videolist .videoitem h2 {
  color: #333;
  font-family: Medium;
  transition: 0.3s;
  margin-top: 20px;
  margin-bottom: 10px;
}
.product .video .textlist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.3rem;
}
.product .video .textlist .textitem {
  height: 1rem;
  padding: 0 0.25rem;
  padding-right: 0;
  color: var(--themeColor1);
  background: #FBFBFB;
  border: 1px solid #BCBDC0;
  border-radius: 0.1rem;
  transition: 0.3s;
}
.product .video .textlist .textitem:hover {
  color: var(--themeColor);
}
.product .video .textlist .textitem .pdf {
  gap: 0.2rem;
}
.product .video .textlist .textitem .pdf span {
  color: var(--themeColor1);
  font-family: Medium;
}
.product .video .textlist .textitem .down {
  padding: 0 0.35rem;
  position: relative;
}
.product .video .textlist .textitem .down::before {
  content: "";
  height: 0.25rem;
  width: 1px;
  background: #bcbdc0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.fs-20 {
    font-size: 18px;
}
@media screen and (max-width: 600px) {
   .product .video .seach .gobtn {
    height: 1rem;
    width: 1rem;
  }
  .product .video .seach .gobtn span {
    display: none;
  }
  .product .video .videolist {
    grid-template-columns: 1fr;
  }
  .product .video .textlist {
    grid-template-columns: 1fr;
  }
  .product .video .textlist .textitem {
    height: auto;
  }
  .product .video .textlist .textitem .down {
    display: block;
    flex-shrink: 0;
  }
  .product .video .textlist .textitem .pdf {
    flex: 1;
  }
  .product .video .textlist .textitem .pdf .iconfont {
    flex-shrink: 0;
  }
  .product .video .textlist .textitem .pdf span {
    max-width: 50vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}


.video-delog {
  display: none;
}
.video-box{
  max-width:800px;
      margin: auto;
    overflow: hidden;
}
@media screen and (max-width: 765px) {
  .video-box{
    max-width:100%;
  }
}
.video-delog .video-title{
  padding:0 50px;
  font-size: 22px;
  font-weight: bold;
  line-height: 2;
  color: #fff;
  text-align: center;
}
.video-delog .video-desc{
  padding:0 50px;
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  text-align: left;
}
.video-delog .video-video {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.video-delog .video-video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
}
.video-delog .video-video video {
  display: block;
  min-height: 50vh;
  max-width:800px;
  object-fit: contain;
}

/* 轮播容器 - 响应式高度 */
.carousel {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
border-top: 3px solid rgba(252, 229, 0, 1);
border-bottom: 3px solid rgba(252, 229, 0, 1);
}
@media (max-width: 768px) {
  .carousel {
    height: 320px; /* 手机端高度 */
  }
  .product .video {
    flex: 1;
    padding:50px 0px;
    padding-top:0;
    }
}

/* 图片层 - 只有这个会滑动 */
.carousel-images {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  transition: transform 0.7s ease;
  z-index: 1;
}

/* 单张图片 */
.carousel-img {
  min-width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

/* 文字层 - 固定不动！！！ */
.carousel-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background: rgba(0, 0, 0, 0.45);
  padding: 20px 30px;
  color: #ffd700;
  text-align: center;
  width: 85%;
  max-width: 800px;
}
.carousel-caption h2 {
  font-size: 30px;
  margin-bottom: 12px;
}
.carousel-caption p {
  font-size: 16px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .carousel-caption h2 {
    font-size: 20px;
  }
  .carousel-caption p {
    font-size: 14px;
  }
}

/* ======================
   官网同款指示器（重点）
======================= */
.carousel-dots {
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 10px;
  z-index: 3;
}
.dot {
  width: 30px;
  height: 5px;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: all 0.3s;
}
.dot.active {
  background: #ffffff;
  width: 50px; /* 选中变长 - 和官网一样 */
}
@media (max-width: 768px) {
  .dot {
    width: 20px;
  }
  .dot.active {
    width: 35px;
  }
}




 /* 弹窗样式 */
 .popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    padding: 20px;
}

.popupBox {
    background-color: white;
    border-radius: 12px;
    width: 100%;
    max-width: 600px;
    max-height: 90vh;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    animation: popupFadeIn 0.4s ease-out;
}

@keyframes popupFadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.poplist {
    position: relative;
}

.poplist .close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 24px;
    color: #7f8c8d;
    cursor: pointer;
    z-index: 10;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s;
}

.poplist .close:hover {
    background-color: #f8f9fa;
    color: #e74c3c;
}

.poplist .popcont {
    padding: 40px;
    overflow-y: auto;
    max-height: 80vh;
}

.poplist .tyheadh {
    text-align: center;
    margin-bottom: 40px;
}

.poplist .tyhead-bt {
    font-size: 28px;
    color: #2c3e50;
    margin-bottom: 15px;
}

.poplist .tyhead-des {

    color: #7f8c8d;
    font-size: 18px;
    max-width: 600px;
    margin: 0 auto;
}

.poplist .contactForm {

    max-width: 700px;
    margin: 0 auto;
}

.poplist .liBox {

    margin-bottom: 25px;
}

.poplist .flexlf {

    display: flex;
    flex-direction: column;
    gap: 20px;
}

.poplist .flexace {
    align-items: center;
}

.poplist .li {
    flex: 1;
    min-width: 100%;
}

.poplist .input {
    width: 100%;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s;
}

.poplist .input:focus {
    outline: none;
    border-color: #3498db;
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.2);
}

.poplist .input::placeholder {
    color: #aaa;
}


.popupBox .liBox .li input, .popupBox .liBox .li textarea {
    position: relative;
    display: block;
    padding: 15px 20px;
    width: 100%;
    height: 56px;
    background-color: #f7f7f7;
    color: #222;
    overflow: hidden;
    border-radius: 6px
}

.popupBox .liBox .li textarea {
    height: 168px
}


.poplist .flexce {
    display: flex;
    justify-content: center;
}

.poplist .sub {
    background-color: #00479d;
    color: white;
    border: none;
    padding: 15px 40px;
    font-size: 18px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s;
    font-weight: 600;
}

.poplist .sub:hover {
    background-color: #2980b9;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.poplist .scrollbar {
    scrollbar-width: thin;
    scrollbar-color: #3498db #f1f1f1;
}

.poplist .scrollbar::-webkit-scrollbar {
    width: 8px;
}

.poplist .scrollbar::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.poplist .scrollbar::-webkit-scrollbar-thumb {
    background: #3498db;
    border-radius: 4px;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .poplist .popcont {
        padding: 25px;
    }

    .poplist .tyhead-bt {
        font-size: 24px;
    }

    .poplist .tyhead-des {
        font-size: 16px;
    }

    .poplist .flexlf {
        flex-direction: column;
    }

    .poplist .li {
        width: 100%;
    }
}



.wrap-sitemap {
  padding-bottom: 40px;
}
.wrap-sitemap .title {
  text-align: left;
  margin-top: 40px;
}
.wrap-sitemap .title h2 {
  font-size: 30px;
  color: #222;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .wrap-sitemap .sitemap-vertical {
    margin-top: 30px;
  }
}
.wrap-sitemap .sitemap-vertical > ul > li {
  position: relative;
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .wrap-sitemap .sitemap-vertical > ul > li {
    min-height: 38px;
    margin-top: 20px;
    padding-left: 0;
  }
}
.wrap-sitemap .sitemap-vertical > ul > li > a {
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  display: inline-block;
  min-width: 240px;
  padding: 10px 30px;
  -webkit-transition: all 0.2s;
  transition: all 0.5s;
  text-transform: capitalize;
  border: 1px solid #eaeaea;
}
@media (max-width: 767px) {
  .wrap-sitemap .sitemap-vertical > ul > li > a {
    font-size: 16px;
    min-width: 140px;
    padding: 4px 10px;
  }
}
.wrap-sitemap .sitemap-vertical > ul > li:hover > a {
  color: #fff;
  background-color: #002678;
}
.wrap-sitemap .sitemap-vertical > ul > li > ul {
  position: relative;
  padding: 10px 0;
}

.btn_contact{
  width:auto;
}
.contact_img{
  width:auto
}
@media (max-width: 767px) {
  .btn_contact{
    width:40%;

  }
  .contact_img{
    width:30%
  }
  .wrap-sitemap .sitemap-vertical > ul > li > ul {
    margin: 0 -10px;
    margin-top: 10px;
    padding: 0;
  }
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > li > a {
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  display: block;
  padding: 5px 30px;
}
@media (max-width: 767px) {
  .wrap-sitemap .sitemap-vertical > ul > li > ul > li > a {
    font-size: 14px;
    line-height: 30px;
    min-width: auto;
    padding: 0 10px;
  }
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > li:hover > a {
  text-decoration: underline;
  color: #002678;
}
.wrap-sitemap .sitemap-vertical > ul > li > ul:hover > a {
  text-decoration: underline;
  color: #002678;
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > ul {
  padding: 0 20px;
}
@media (max-width: 767px) {
  .wrap-sitemap .sitemap-vertical > ul > li > ul > ul {
    padding: 0;
  }
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > ul > li {
  display: inline-block;
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > ul > li a {
  line-height: 30px;
  display: block;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .wrap-sitemap .sitemap-vertical > ul > li > ul > ul > li a {
    font-size: 13px;
  }
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > ul > li:hover a {
  text-decoration: underline;
  color: #002678;
}