*,
html,
body {
    padding: 0;
    margin: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #1d252c;
    font: 14px/1.8 "SourceHanSansSC";
    letter-spacing: 0.5px;
    line-height: 1.6;
}


ul,
ol,
dl,
li,
dt,
dd {
    padding: 0;
    margin: 0;
    list-style: none;
}

img {
    vertical-align: middle;
    border: 0;
}

a,
a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
}

a {
    color: #1d252c;
    cursor: pointer;
}

a,
img,
select,
button,
input,
input[type=password],
input[type=text],
textarea {
    /* outline: none; */
    resize: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
    font-size: 100%;
    font-weight: normal;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/*清除浮动*/
.clearfix::after,
.clearfix::before {
    content: ".";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

input {
    cursor: pointer;
    -webkit-appearance: none;
}

select {
    -webkit-appearance: button;
}

.indSec {
    position: relative;
    overflow: hidden;
}

.indSec::before {
    content: "";
    position: absolute;
    top: 80vh;
    left: 0;
    width: 100%;
    height: 50%;
    background: #fff;
}

.inner {
    width: 86%;
    margin: 0 auto;
}

.padd {
    padding: 108px 0;
}

.padd68 {
    padding: 68px 0;
}

@media(max-width:1368px) {
    .padd {
        padding: 89px 0;
    }
}

@media(max-width:768px) {
    .padd {
        padding: 48px 0;
    }
}



/* swiper.js 控制器样式 */
.pos.swiper-pagination {
    width: 100%;
    bottom: 0 !important;
    position: relative;
    margin-top: 20px;
}

@media(max-width:500px) {

    .pos.swiper-pagination {
        margin-top: 10px;
    }
}


.swiper-pagination-bullet,
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 28px;
}

.swiper-pagination-bullet {
    cursor: pointer;
    opacity: 1;
    position: relative;
    border-radius: 38px;
    background: rgba(255, 255, 255, 0.58);
    transition: all 0.48s;
}

.swiper-pagination-bullet.my-bullet-active {
    width: 52px;
    background: rgba(255, 255, 255, 1);
}




/* 动画效果 */
.wgt-fade-animate {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
    opacity: 0;
}

.appear {
    -webkit-animation: opacity_show 1s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    animation: opacity_show 1s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    opacity: 1 !important;
}

@-webkit-keyframes opacity_show {
    0% {
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
        -webkit-transform: translateY(150px);
        transform: translateY(150px);
        opacity: .1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes opacity_show {
    0% {
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
        -webkit-transform: translateY(150px);
        transform: translateY(150px);
        opacity: .1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}


/*  */
.he_mine {
    min-height: 200px;
}

.he_syp1 {
    width: 100%;
    position: relative;
    padding-top: 130px;
    z-index: 20;

    padding-top: 0;
}

.he_syp2 {
    width: 100%;
    position: relative;
}

.mc_b_s3 {
    /*height: 249vh;*/
    height: 140vh;
    overflow: hidden;
}


.mc_bs3_videobox {
    width: 100vw;
    height: 100vh;
    position: relative;
}


.he_syp2 .mc_bs3_videobox {
    z-index: 9;
}

.he_syp4 .mc_bs3_videobox {
    z-index: -1;
    /* background: #fff; */
}

.he_syp4 .mc_bs3_videobox.end {
    z-index: 9;
}

.mc_bs3_videowrap {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    z-index: 5;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100vh;
    max-width: none;
    overflow: hidden;
    display: none;
}


.video-sign {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mc_bs3_video {
    width: auto;
    height: auto;
    max-width: none;
    /* transform: translateY(-30px); */
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    min-height: 100vh;
    transition: inherit;
    /* width: 20%; */
}

.he_syp2 .mc_bs3_video {
    width: 100%;
}

.mc_bs3_videobox.act .mc_bs3_video {
    opacity: 1;
}

.mc_bs3_videobox.act .mc_bs3_video {
    opacity: 1;
    /* transition: all 1s !important; */
    /* transition-delay: 1s; */
}

#mc_bs3_video1 {
    background: #000;
}

/*  */

.mc_bs3_svg {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 5;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    max-width: none;
    transition: all 0.48s;
    transition: all 1.5s;
}


.mc_bs3_videobox.end .indBan {
    z-index: 5;
}

.mc_bs3_videobox.end .mc_bs3_svg {
    width: 700%;
    opacity: 0;
    z-index: -1;
}

.he_syp2 .mc_bs3_videobox.end .mc_bs3_title {
    opacity: 0 !important;
    z-index: -1;
}




/*  */
.mc_bs3_title {
    opacity: 1;
    z-index: 3;
    z-index: 6;
    position: absolute;
    bottom: 10%;
    left: 0;
    width: 100%;
    text-align: center;
    transition: all .48s;
}


.he_syp4 .mc_bs3_videobox.act .mc_bs3_title {
    opacity: 0;
    bottom: 5%;
}


.he_pult1 {
    font-size: 48px;
    line-height: 1.75;
    color: #333333;
}

.mc_bs3_videobox.act .mc_bs3_video {
    opacity: 1;
}


.he_syp2hd p {
    font-size: 16px;
    line-height: 1.75;
    color: #999999;
    margin-bottom: 15px;
}

.he_syp2hd img {
    width: 36px;
    animation: xl 1.2s infinite;
}


.he_syp2hd {
    margin-top: 4%;
}


@keyframes xl {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0px);
    }
}


/*  */

.he_syp3 {
    width: 100%;
    position: relative;
    /* padding-top: 230px;
        padding-bottom: 315px; */
    padding: 0;
}



/* 公共 */


.Tit {
    margin-bottom: 40px;
}

.Tit span {
    font-size: 56px;
    font-weight: 600;
    line-height: 1.2;
    color: #141414;
}

.Tit p {
    font-size: 28px;
    margin-top: 30px;
}

.Tit.white span {
    color: #fff;
}

.Tit.white p {
    color: #fff;
}

.Tit.center {
    text-align: center;
}

.More a {
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
}

.More a::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #333;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .48s;
}

.More.white a {
    color: #333;
    background: #fff;
}

html.on {
    overflow: hidden;
}


/* ================================================================头部 */
.header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    transition: all 1s;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);

}

.header.headerMain-bg {
    background: #fff;
    border-color: rgba(0, 0, 0, 0.1);
}

.header.headerMain-bg .hNav ul li a {
    color: #333;
}

.header.headerMain-bg .img2 {
    display: block;
}

.header.headerMain-bg .img1 {
    display: none;
}

.header.headerMain-bg .hNFl a span {
    color: #333;
}

.header.headerMain-bg .HFen {
    background: rgb(51 51 51 / 10%);
}

/*  */
.header.white {
    background: #fff;
    border-color: rgba(0, 0, 0, 0.1);
}

.header.white .hNav ul li a {
    color: #333;
}

.header.white .img2 {
    display: block;
}

.header.white .img1 {
    display: none;
}

.header.white .hNFl a span {
    color: #333;
}

.header.white .HFen {
    background: rgb(51 51 51 / 10%);
}

/* .header .inner {
    width: 98%;
} */

.headerBox {
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.headerBox>div {
    display: flex;
    align-items: center;
}

.header .img2 {
    display: none;
}

/*  */

.hLogo {
    text-align: center;
}

.hLogo img {
    /* width: 220px; */
    height: 50px;
}

/*  */

.hSs {
    width: 250px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all .48s;
}

.hSs img {
    width: 20px;
    margin-left: 10px;
}

.hSs input {
    width: 95%;
    height: 20px;
    padding: 2px 10px;
    font-size: 12px;
    border: 1px solid #333;
    background: none;
}

.hNav ul {
    width: 100%;
    display: flex;
    justify-content: center;
}

.hNav ul li {
    position: relative;
}

.hNav ul li a {
    display: block;
    position: relative;
    font-size: 18px;
    margin: 0 35px;
    color: #fff;
    letter-spacing: -0.2px;
    transition: all .48s;
}


.hNav ul li a:after {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -10px;
    background: rgba(255, 255, 255, 0);
    transition: all 0.48s;
}

.hNav ul li a:hover:after {
    background: rgba(255, 255, 255, 0.9);
}

.hNav ul li a.on:after {
    background: rgba(255, 255, 255, 0.9);
}


.hNFl {
    display: flex;
}

.hNFl a {
    display: block;
    margin: 0 10px;
    display: flex;
}

.hNFl a span {
    display: block;
    padding: 0 10px;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    opacity: 0.3;
    font-size: 16px;
    letter-spacing: -0.1px;
    font-weight: 600;
    text-transform: uppercase;
    /* transition: all 0.48s; */
}

.hNFl a .on {
    opacity: 1;
}

.hNFl a span:hover {
    opacity: 1;
}

.hNFl a span:first-child::after {
    display: block;
    width: 2px;
    height: 16px;
    background: #ffffff;
    float: right;
    margin: 16px -10px 0 10px;
    opacity: 0.3;
    content: "";
}

.HFen {
    width: 50px;
    height: 50px;
    background: #fff;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.HFen img {
    width: 50%;
}

.menu {
    display: none;
}

.menu .menu_m {
    display: none;
}

.menu.on .menu_m {
    display: block;
}

.menu.on .menu_pc {
    display: none;
}

/* ======================手机导航 */

.headMenu_Box {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: #fcfcfc;
    padding-top: 108px;
    padding-bottom: 38px;
    z-index: 98;
    /* transition: all 0.48s; */
}

.headMenu_Box.open {
    right: 0;
}

.headMenu_Box>div {
    padding: 0 38px;
}

.headMenu_con {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: calc(100% - 40px);
    background: #F2F7FB;
    text-align: center;
}

.headMenu_con a {
    padding: 12px;
    display: block;
    color: #f15a29;
    text-align: center;
    font-size: 27px;
    line-height: 2;
    text-transform: capitalize;
}

.headMenu_Box ul {
    /* text-align: center; */
    position: relative;
}

.headMenu_Box ul:last-of-type {
    /* border-top: 2px solid #e1e1e1;
    margin-top: 28px; */
    padding-top: 28px;

}

.headMenu_Box ul:last-of-type li {
    margin: 0;
    border-bottom: none;
}

.headMenu_Box li {
    line-height: 2.1;
    margin-top: 24px;

    padding: 10px 0;
    border-bottom: 1px solid #eee;
}




.headMenu_Box li>a {
    position: relative;
    line-height: 2;
    font-size: 21px;
    color: #323232;
    text-transform: capitalize;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.headMenu_Box li>a svg {
    width: 16px;
    height: 16px;
    transition: all .48s;
    -webkit-transition: all .48s;
    -moz-transition: all .48s;
    -ms-transition: all .48s;
    -o-transition: all .48s;
}

.headMenu_div.on svg {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

/* .headMenu_Box .headMenu_li>a {
    background: url(../images/head_l.png) no-repeat right center;
} */

.headMenu_a {
    position: relative;

    display: none;
}

.headMenu_a a {
    padding: 2px 0;
    padding-left: 14px;
    display: block;
    color: #999;
    font-size: 16px;
    text-transform: capitalize;
}

.headMenu_a a.on {
    color: #f15a29;
    font-weight: bold;
}

@media(max-width:768px) {
    .headMenu_Box {
        padding-top: 68px;
        padding-bottom: 20px;
    }

    .headMenu_Box>div {
        padding: 0 24px;
        overflow-y: auto;
        height: 100%;
    }

    .headMenu_Box li {
        margin-top: 10px;
    }

}


/* =========================================================foot */


.liub {
    width: 100%;
    height: 10px;
    /* background: #fff; */
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-100%);
    z-index: 2;
}

.footTz {
    width: 100%;
    background: #eaeaea;
    position: relative;
    z-index: 9;
    padding: 25px 0 25px;
}

.footTzBox h5 {
    font-size: 26px;
    color: #000;
    margin-bottom: 10px;
}

.footTzBox .footTz_p {
    width: 60%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footTz_p span {
    font-size: 52px;
    line-height: 1;
    font-weight: 600;
    color: #000;
    margin-right: 40px;
}

.footTz_p span small {
    font-size: 40px;
    font-weight: 500;
    color: #000;
}

.footTz_p b {
    font-size: 32px;
    color: #000;
    display: flex;
    align-items: center;
}

.footTz_p b img {
    width: 20px;
    margin-right: 10px;
}

.footTzBox i {
    font-size: 26px;
    color: #747478;
}


/* === */


.footTz {
    width: 100%;
    background: #eaeaea;
    position: relative;
    z-index: 2;
    padding: 60px 0 40px;
}

.footTzBox h5 {
    font-size: 26px;
    color: #000;
    margin-bottom: 10px;
}

.footTzBox .footTz_p {
    width: 60%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footTz_p span {
    font-size: 56px;
    font-weight: 600;
    color: #000;
    margin-right: 40px;
}

.footTz_p span small {
    font-size: 40px;
    font-weight: 500;
    color: #000;
}

.footTz_p b {
    font-size: 32px;
    color: #000;
    display: flex;
    align-items: center;
}

.footTz_p b img {
    width: 20px;
    margin-right: 10px;
}

.footTzBox i {
    font-size: 26px;
    color: #747478;
}


/*  */

.footer {
    background: #f9f9f9;
    position: relative;
    z-index: 2;
}

.foot_top {
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
}

.foot_top a {
    font-size: 18px;
    color: #666;
}

.foot_top img {
    width: 25px;
}

.foot_cen {
    display: flex;
    justify-content: space-between;
    padding: 30px 0 80px;
}

.footNav {
    width: 65%;
}

.footNav ul {
    display: flex;
    justify-content: space-between;
}

.footNav ul li a {
    display: block;
    color: #888;
    font-size: 18px;
    margin-bottom: 10px;
}

.footNav ul li a span {
    color: #000;
    font-size: 24px;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
}

/*  */
.footCon {
    text-align: right;
}

.footCon span {
    color: #000;
    font-size: 24px;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
}

.footCon .tel {
    color: #000;
    font-weight: 600;
    font-size: 46px;
    display: block;
    margin-bottom: 110px;
}

.footMore {
    display: inline-flex;
    padding: 20px 75px;
    border: 1px solid #b5b5b5;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    align-items: center;
    margin-bottom: 30px;
}

.footMore img {
    width: 20px;
    margin-right: 10px;
}

.footCon p a img {
    width: 40px;
    margin: 0 20px;
}

/*  */
.foot_bot {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: 1px solid #eee;
    padding: 20px 0;
}

.foot_bot span,
.foot_bot a {
    font-size: 16px;
    color: #888;
}

/* ===========================================================首页 */

/* ban */
.indBan {
    width: 100%;
    height: 100vh;
    position: relative;
}

.js_indBan {
    width: 100%;
    height: 100%;
}

.indBanImg {
    width: 100%;
    height: 100%;
    position: relative;
}

.indBanImg::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.48);
    position: absolute;
    left: 0;
    top: 0;
}

.indBanImg img,
.indBanImg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.indBan .swiper-slide-active .indBanImg img {
    animation: banD 5s;
}

@keyframes banD {
    0% {
        /*transform:;
        matrix(1.06,0,0,1.06,34.82,0)*/
        transform: scale(1.1);
    }

    100% {
        /*transform: matrix(1, 0, 0, 1, 2, 0);
        */
        transform: scale(1);
    }
}

@-webkit-keyframes banD {
    0% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.indBanText {
    position: absolute;
    left: 50%;
    top: 32%;
    opacity: 0;
    transform: translate(-50%, 200px);
    transition: all .48s;
    text-align: center;
    z-index: 2;
}

.indBanText.on {
    opacity: 1;
    transform: translate(-50%, 0);
}

.indBanText b {
    font-size: 32px;
    color: #fff;
    font-weight: 600;
    display: block;
    position: relative;
    /* font-family: "jt"; */
    text-transform: uppercase;
    margin-bottom: 15px;
}

.indBanText span {
    display: block;
    font-size: 64px;
    line-height: 82.5px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 8px;
    margin-bottom: 15px;
}

.indBanText p {
    font-size: 22px;
    color: #ffffff;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.indBanText i {
    display: block;
    font-size: 28px;
    color: #ffffff;
    font-family: "sour";
    margin-bottom: 30px;
}

.indBanText a {
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    position: relative;
}

.indBanText a::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .48s;
}

/*  */

.indBan_but {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
    transition: all .48s;
}

.indBan_but img {
    width: 40px;
    object-fit: contain;
}

.indBan_but.prev {
    left: 2%;
}

.indBan_but.next {
    right: 2%;
}

.indBan_but:hover {
    opacity: 1;
}

/*  */

.indBan .he_syfdpc {
    width: 100%;
    position: absolute;
    bottom: 5%;
    text-align: center;
    z-index: 2;
}

/*  */

.he_syp0 {
    height: auto;
}

.indAb {
    width: 100%;
    background-image: url(../image/indAb_bg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 2;
}

.indAb::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.18);
    position: absolute;
    left: 0;
    top: 0;
}

.indAbBox {
    background-image: url(../image/indAb_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 8%;
    position: relative;
    z-index: 3;
}

.indAbText {
    width: 44%;
    z-index: 6;
    transition: all .68s;
}



.indAbText .indAb_tit {
    font-weight: 600;
    font-size: 56px;
    display: block;
    position: relative;
    padding-left: 10px;
    position: relative;
}

.indAb_tit b {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 132px;
    line-height: 1;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 0.5px #ccccd1;
    z-index: -1;
}

.indAbText h5 {
    font-size: 34px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 3px;
    display: block;
    margin-bottom: 40px;
}

.indAbText p {
    font-size: 18px;
    line-height: 2;
    color: #000;
    letter-spacing: 1px;
    font-weight: 300;
    margin-bottom: 15px;

}

.indAbText .More {
    padding: 40px 0 68px;
}

.indAb_ss {
    padding-top: 55px;
    border-top: 1px solid rgba(0, 0, 0, 0.18);
    display: flex;
    align-items: center;
}

.ss_time {
    padding-right: 30px;
    border-right: 2px solid rgb(153 153 153 / 36%);
}

.ss_time span b {
    font-size: 80px;
    line-height: 1;
    font-weight: bold;
    color: #04a458;
}

.ss_time span i {
    vertical-align: top;
}

.ss_text {
    padding-left: 30px;
}

.ss_text span {
    font-size: 21px;
}

.ss_text p {
    margin-bottom: 0;
}

/*  */

.indAbImg {
    width: 45%;
    position: relative;
    right: 0;
    padding-top: 30.5%;
    overflow: hidden;
}

.indAbImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

/*  */

.indShuju {
    width: 100%;
    background-image: url(../image/indAb_bg3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
    position: relative;
}

.indShuju::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 0;
}

.indShujuBox {
    width: 80%;
    margin: 0 auto;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.indShuju .Tit {
    position: relative;
    z-index: 2;
    margin-bottom: 100px;
}

.indShuju .Tit p {
    color: #fff;
    font-size: 26px;
    margin-top: 30px;
}

.indAbSj_li {
    text-align: center;
}

.indAbSj_li img {
    width: 68px;
}

.indAbSj_li span {
    display: block;
}

.indAbSj_li span img {
    width: 30px;
}

.indAbSj_li span i {
    font-size: 21px;
    display: block;
    color: #fff;
}

.indAbSj_li p {
    font-size: 46px;
    font-weight: 500;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 0;
}

.indAbSj_li p b {
    font-size: 76px;
    line-height: 1.4;
    font-family: "sour";
    font-weight: 600;
    color: #fff;
}

/*  */

.indHzhb {
    position: relative;
    z-index: 2;
    background-image: url(../image/indBg_hz.png);
    background-repeat: no-repeat;
    background-size: cover;
    /* padding-top: 0 !important; */
}

.indHz {
    position: relative;
    width: 76%;
    /* height: 880px; */
    margin: 0 auto;
    /* perspective: 1000px; */
    /* transform-style: preserve-3d; */
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

/* .indHz .Tit {
    position: absolute;
    top: 10%;
} */

.indHz .Tit span {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.indHz .Tit b {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    font-size: 132px;
    line-height: 1;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 0.5px #ccccd1;
    z-index: -1;
}

.indHz .Tit p {
    font-size: 24px;
}

/*  */

.indHzBox {
    transform: rotateX(45deg);
    width: 100%;
    height: 568px;
    display: flex;
    justify-content: space-between;
}

.indHzli {
    width: 16.6%;
}

.indHzli .swiper-container {
    width: 100%;
    height: 100%;
    padding: 0 10px;
}

.indHzli .swiper-wrapper {
    transition-timing-function: linear;
}

.indHzli .swiper-slide {
    text-align: center;
    height: 95px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 18%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
}

.indHzli .swiper-slide-prev {
    opacity: .18;
}

.indHzli .swiper-slide-active {
    opacity: .28;
}

.indHzli .swiper-slide-next {
    opacity: .48;
}

.indHzli .swiper-slide img {
    width: 80%;
    height: 100%;
    object-fit: contain;
}

/*  */

.indNew {
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 2;
}

.indNewBox {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.indNewTop {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.indNewTop .indNewImg {
    width: calc(33.33% - 20px);
    padding-top: 24%;
}

.indNewR {
    width: 66.66%;
    padding: 0 5%;
}

.indNewTop .Tit span {
    font-size: 46px;
}

.indNewTop b {
    display: block;
    font-size: 48px;
    line-height: 1;
    font-family: "sour";
}

.indNewTop i {
    font-size: 18px;
    display: block;
    margin-bottom: 20px;
    font-family: "sour";
}

.indNewTop p {
    font-size: 26px;
    line-height: 1.4;
    margin-bottom: 30px;
}

/*  */

.indNewItem {
    width: 33.33%;
    position: relative;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.indNewItem:last-child() {
    border-right: none;
}

.indNewImg {
    position: relative;
    overflow: hidden;
    padding-top: 70%;
}

.indNewImg::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    top: 0;
}

.indNewImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .48s;
}

.indNewText {
    width: 100%;
    height: 100%;
    padding: 40px 50px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .48s;
}

.indNewText b {
    display: block;
    font-size: 48px;
    line-height: 1;
    font-family: "sour";
}

.indNewText i {
    font-size: 18px;
    display: block;
    margin-bottom: 20px;
    font-family: "sour";
}

.indNewText span {
    font-size: 21px;
    display: block;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.indNewText p {
    color: #999;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 48px;
    opacity: 0;
    transform: translateY(20px);
    transition: all .48s;
}

.indNewText a,
.indNewTop a {
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
}

.indNewText a::after,
.indNewTop a::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #333;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .48s;
}

.indNewItem:hover .indNewImg img {
    transform: scale(1.1);
}


.indNewItem:hover .indNewText b,
.indNewItem:hover .indNewText i,
.indNewItem:hover .indNewText span,
.indNewItem:hover .indNewText p,
.indNewItem:hover .indNewText a {
    /* color: #fff; */
    opacity: 1;
    transform: translateY(0);
}

.indNewText_div {
    transition: all .48s;
}

.indNewItem:hover .indNewText_div {
    transform: translate(-6px, -6px);
}

.indNewTop:hover .indNewImg img {
    transform: scale(1.1);
}

/*  */


.videoTz {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgb(30 25 193 / 80%) 20%, rgb(255 255 255 / 10%) 100%);
    position: absolute;
    left: 0;
    top: 0;
}

.indTzBox {
    position: absolute;
    left: 8%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.indTzBox h5 {
    font-size: 26px;
    color: #fff;
}

.indTzBox .indTz_p {
    margin: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.indTz_p span {
    font-size: 56px;
    font-weight: 600;
    color: #fff;
    margin-right: 40px;
}

.indTz_p span small {
    font-size: 40px;
    font-weight: 500;
    color: #fff;
}

.indTz_p b {
    font-size: 32px;
    color: #fff;
    display: flex;
    align-items: center;
}

.indTz_p b img {
    width: 20px;
    margin-right: 10px;
}

.indTzBox i {
    font-size: 26px;
    color: rgba(255, 255, 255, 0.68);
}


/* =========================================================================about */
.abGsjjText {
    width: 40%;
    position: absolute;
    left: 7%;
    top: 50%;
    transform: translateY(-50%);
}

.abGsjjText_top {
    opacity: 0;
    transform: translateX(-100%);
    transition: all .68s;
}

.abGsjjText .Tit p {
    font-size: 36px;
}

.abGsjjText .p1 {
    font-size: 18px;
    margin-bottom: 30px;
}

.mc_bs3_videobox.end .abGsjjText_top {
    opacity: 1;
    transform: translateX(0);
    transition: all .68s 1s;
}

/*  */

.abShuju {
    background: #fbfbfb;
    position: relative;
    padding-top: 400px !important;
}

.abShujuBox {
    display: flex;
    justify-content: space-between;
}

.abShuju_text {
    width: 50%;
}

.abShuju_li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.18);
}

.abShuju_li>img {
    width: 50px;
}

.abShuju_li p {
    font-size: 18px;
}

.abShuju_li span {
    font-size: 21px;
    line-height: 1;
    display: block;
}

.abShuju_li span i {
    font-size: 30px;
    line-height: 1;
}

.abShuju_img {
    width: 45%;
    position: relative;
    padding-top: 22%;
}

.abShuju_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

/*  */


.abWh {
    overflow: hidden;
    width: 100%;
    position: relative;
    z-index: 2;
}

.abWhBox {
    position: relative;
}

.abWhImg {
    width: 100%;
    padding-top: 50%;
    overflow: hidden;
    position: relative;
}

.abWhImg img,
.abWhImg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.img-svg {
    width: 140%;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    transition: all 1s;
}

/*  */

.abWhBox .Tit {
    width: 100%;
    position: absolute;
    z-index: 2;
    top: 12%;
    transition: all .48s;
}

/*  */

.abWhText {
    width: 85%;
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: 12%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    transition: all .48s;
}

.abWhLi {
    width: calc(25% - 30px);
    border-radius: 10px;
    padding: 55px 35px;
    background: #f7f8f7;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    transition: all .48s;
}

.abWhLi_img img {
    width: 60px;
}

.abWhLi_img .img2 {
    display: none;
}

.abWhLi_text {
    width: 100%;
    margin-left: 30px;
}

.abWhLi span {
    display: block;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    position: relative;
}

.abWhLi span::after {
    content: '';
    width: 24px;
    height: 1px;
    background: #04a458;
    position: absolute;
    left: 0;
    bottom: -1px;
    transition: all .68s;
}

.abWhLi p {
    font-size: 16px;
}

/*  */
.abWhLi:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.abWhLi:hover span {
    color: #04a458;
}

.abWhLi:hover span::after {
    width: 100%;
}

.abWhLi:hover .img2 {
    display: block;
}

.abWhLi:hover .img1 {
    display: none;
}

/*  */

.abHis {
    width: 100%;
    background: #fbfbfb;
    position: relative;
    z-index: 2;
}

.abHisBox {
    width: 100%;
    padding: 0 7%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.abHisImgBox {
    width: 45%;
}

.abHisImg {
    width: 100%;
    position: relative;
    padding-top: 70%;
}

.abHisImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

/*  */
.abHisText {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.abHis .Tit {
    width: 100%;
    padding-left: 7%;
}

.abHisL {
    width: 160px;
    position: relative;
}

.abHisL::after {
    content: '';
    width: 1px;
    height: 100%;
    border-right: 1px solid #c8d0fd;
    position: absolute;
    right: 20px;
    top: 18px;
}

.abHisL img {
    width: 100%;
}

.abHisL .swiper-container {
    width: 100%;
    height: 100%;
    padding-right: 20px;
}

.abHisL .swiper-slide {
    height: 25%;
}

/* .abHis_time {
    position: absolute;
    right: 0;
    transform-origin: right top;
    transform: rotate(-90deg) translateY(-126px);
} */
.abHis_time {
    position: relative;
    cursor: pointer;
}

.abHis_time::after {
    content: '';
    width: 20px;
    height: 14px;
    background: url(../image/abHis_time.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(48%, 25%);
}

.abHis_time span {
    display: inline-block;
    min-width: 96px;
    font-size: 24px;
    line-height: 1;
    color: #7f7f7f;
    font-weight: 600;
    text-align: right;
}

.swiper-slide-thumb-active .abHis_time::after {
    width: 40px;
    height: 70px;
    background: url(../image/abHis_car.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: -80%;
}

.swiper-slide-thumb-active .abHis_time span {
    font-size: 40px;
    color: #04a458;
}

.abHisL p {
    position: absolute;
    right: 65px;
    bottom: 0;
    background: #fbfbfb;
    z-index: 2;
}

.abHisR {
    width: calc(100% - 200px);
    height: 480px;
    padding-left: 80px;
}

.abHisR .swiper-container {
    width: 100%;
    height: 100%;
}

.abHisR .swiper-slide {
    height: auto;
    opacity: .48;
}

.abHisR .swiper-slide-active {
    opacity: 1;
}

.abHisR .swiper-slide-active .abHisR_li span {
    font-weight: 600;
}

.abHisR_li {
    padding: 15px 0;
}

.abHisR_li i {
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
}

.abHisR_li span {
    font-size: 24px;
    display: block;
}

/*  */

.abRyuBox {
    width: 100%;
}

.abRyuBox .swiper-container {
    padding: 40px 40px 80px;
}

.abRyuBox .swiper-wrapper {
    align-items: stretch;
}

.abRyuBox .swiper-slide {
    height: auto;
    transition: all .48s;
}

.abRyuItem {
    position: relative;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.abRyuText {
    padding: 45px 40px;
    transition: all .48s;
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.abRyuText i {
    display: block;
    font-size: 22px;
    font-weight: 600;
}

.abRyuText span {
    display: block;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    min-height: 68px;
    margin-bottom: 40px;
}

.abRyuText p {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.abRyuText p a {
    display: inline-block;
    font-size: 12px;
    border-bottom: 1px solid #666;
    text-transform: uppercase;
}

.abRyuText img {
    position: absolute;
    right: 40px;
    bottom: 40px;
}

.back-side {
    width: 100%;
    position: relative;
    padding-top: 52%;
    border-radius: 10px;
    opacity: 0;
    transition: all .48s;
}

.abRyuItem2 .back-side {
    height: 100%;
}

.back-side img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0px);
}

/*  */

.abRyuItem:first-child {
    margin-bottom: 40px;
}

.abRyuItem2,
.abRyuItem2 .abRyuText {
    height: 100%;
}

.abRyuItem:hover .back-side {
    opacity: 1;
}

.abRyuBox .swiper-scrollbar {
    background: none;
    bottom: 0px;
    height: 30px;
}

.abRyuBox .swiper-scrollbar::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #ccd4fd;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.abRyuBox .swiper-scrollbar-drag {
    height: 30px;
    background: url(../image/abRyu_car.png) no-repeat center;
    cursor: pointer;
}


/* ===============================================================================pro */

.banN {
    width: 100%;
    height: 520px;
    margin-top: 86px;
}

.banNImg {
    width: 100%;
    height: 100%;
    position: relative;
}

.banNImg::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.48);
    position: absolute;
    left: 0;
    top: 0;
}

.banNImg img,
.banNImg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*  */


.proDz .Tit {
    margin-bottom: 60px;
}

.proDzBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.proDzL {
    width: calc(50% - 15px);
}

.proDzL .proDz_item {
    height: 100%;
    background-image: url(../image/proDzL.png);
}

.proDz_item {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 65px 60px 55px;
    position: relative;
    overflow: hidden;
}

.newL_text b {
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
}

.newL_text span {
    display: block;
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    padding-bottom: 25px;
    position: relative;
    margin-bottom: 20px;
}

.newL_text span::after {
    content: '';
    width: 130px;
    height: 2px;
    border-bottom: 2px solid #4e4e4e;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .48s;
}

.newL_text p {
    font-size: 18px;
    color: #a5a5a5;
}

.newL_text i {
    display: block;
    color: #d8d8d8;
}

.newL_text i img {
    width: 50px;
}

.newL_img {
    width: 100%;
    position: absolute;
    right: -28%;
    bottom: 55px;
    transition: all .68s;
}

.newL_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.proDzL .newL_text p {
    margin-bottom: 245px;
}

.proDzR {
    width: calc(50% - 15px);
}

.proDzR .proDz_item {
    background-image: url(../image/proDzR.png);
}

.proDzR .proDz_item:first-child {
    margin-bottom: 25px;
}

.proDzR .newL_img {
    width: 62%;
    position: absolute;
    right: -15%;
    bottom: 55px;
}


/*  */
.proDz_item:hover .newL_img {
    transform: translateX(-30px);
}

.proDz_item:hover span {
    color: #04a458;
}

.proDz_item:hover span::after {
    border-color: #04a458;
}

.proMore a {
    transition: all .48s;
}

.proMore a:hover {
    background: #04a458;
    color: #fff;
}


.proMore {
    width: 100%;
    text-align: center;
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.proMore a {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    padding: 8px 50px;
    border: 2px solid #04a458;
    border-radius: 50px;
    color: #04a458;
}

.proMore i {
    width: 40%;
    height: 1px;
    border-bottom: 1px solid #dce0fc;
}


/*  */

.proHz {
    width: 100%;
    background: url(../image/proHz_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.proHz .Tit {
    margin-bottom: 80px;
}

.proHzBox .swiper-wrapper {
    min-height: 340px;
    align-items: flex-end;
}

.proHz_item {
    width: 100%;
    text-align: center;
}

.proHz_item img {
    width: 80%;
    margin-bottom: 20px;
    transition: all .48s;
}

.proHz_item span {
    display: block;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 5px;
}

.proHz_item P {
    color: #666;
}

.proHz_item P i {
    color: #04a458;
}

/*  */

.swiper-slide-active .proHz_item img {
    width: 100%;
}

.proHz_a {
    width: 30px;
    height: 80px;
    border: 1px solid rgb(30 25 193 / 30%);
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    z-index: 9;
}

.proHz_a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 10%;
}

.proHz_a.prev img {
    transform: rotate(180deg);
}

.proHz_a.prev {
    left: -5%;
}

.proHz_a.next {
    right: -5%;
}


/* ========================================================pro_list */
.proXq {
    position: relative;
}

.proXq::before {
    content: '';
    width: 28.5%;
    height: 100%;
    background-image: url(../image/tzNav_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.proXqBox {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.proXqNav {
    width: 20%;
}

.tzTit {
    margin-bottom: 50px;
}

.tzTit span {
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 12px 0;
    border-radius: 15px;
    background: #04a458;
    background-image: url(../image/tzNav_car.png);
    background-repeat: no-repeat;
    background-size: contain;
    color: #fff;
    font-size: 28px;
}

.proXq_li {
    padding: 25px 0;
}

.proXq_one {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 20px 25px 0;
    border-bottom: 1px solid #dee0e3;
    cursor: pointer;
}

.proXq_one span {
    font-size: 21px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.proXq_one img {
    width: 20px;
    margin-right: 5px;
}

.proXq_one .img2 {
    display: none;
}

.proXq_one i {
    display: inline-block;
    width: 14px;
    height: 14px;
    position: relative;
}

.proXq_one i::before {
    content: '';
    width: 14px;
    height: 2px;
    background: #868789;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.proXq_one i::after {
    content: '';
    width: 2px;
    height: 14px;
    background: #868789;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.proXq_li.on .proXq_one span {
    color: #04a458;
}

.proXq_li.on .proXq_one .img2 {
    display: inline-block;
}

.proXq_li.on .proXq_one .img1 {
    display: none;
}

.proXq_li.on .proXq_one i::after {
    display: none;
}

/*  */

.proXq_two {
    padding-top: 30px;
    padding-left: 25px;
    display: none;
}

.proXq_twoLi {
    padding: 12px 20px 12px 0;
    border-bottom: 1px solid #dee0e3;
    margin-bottom: 15px;
}

.proXq_twoLi p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.proXq_twoLi p span {
    position: relative;
    font-weight: 500;
    font-size: 18px;
}

.proXq_twoLi p span::after {
    content: '';
    width: 5px;
    height: 5px;
    border: 1px solid #333;
    border-radius: 50%;
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translate(-100%, -50%);
}

.proXq_twoLi p i {
    display: inline-block;
    width: 10px;
    height: 10px;
    position: relative;
}

.proXq_twoLi p i::before {
    content: '';
    width: 10px;
    height: 2px;
    background: #868789;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.proXq_twoLi p i::after {
    content: '';
    width: 2px;
    height: 10px;
    background: #868789;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.proXq_twoLi.on p span {
    font-weight: 600;
}

.proXq_twoLi.on p span::after {
    background: #333;
}

.proXq_twoLi.on p i::after {
    display: none;
}

/*  */

.proXq_thr {
    width: 100%;
    padding-top: 20px;
    display: none;
}

.proXq_thrLi {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    cursor: pointer;
}

.proXq_thrLi i {
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #919191;
    position: relative;
}

.proXq_thrLi.on span {
    color: #213cee;
}

.proXq_thrLi.on i {
    color: #213cee;
    border-color: #213cee;
}

.proXq_thrLi.on i::after {
    display: block;
    content: "\2713";
    text-align: center;
    width: 100%;
    height: 100%;
    font-size: 12px;
    color: white;
    line-height: 10px;
    background: #213cee;
}


/* ======== */
.proXqR {
    width: 70%;
}

.tzBodyTit {
    position: relative;
    margin-bottom: 50px;
}

.tzBodyTit span {
    display: block;
    font-size: 42px;
    font-weight: 600;
    padding: 30px 0;
    text-transform: uppercase;
    border-bottom: 1px solid #989898;
}

.tzBodyTit span i {
    display: none;
}

.tzBodyTit img {
    width: 98px;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: .48;
}

.proXqR_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.proXqR_box::after {
    content: '';
    width: calc(33.33% - 10px);
}

.proXq_item {
    width: calc(33.33% - 10px);
    background: #f7f9fd;
    padding: 60px 50px;
    text-align: center;
    position: relative;
    margin-bottom: 15px;
}

.proXq_item img {
    width: 100%;
    min-height: 130px;
    object-fit: contain;
    margin: 20px 0 50px;
    transition: all .48s;
}

.proXq_item i {
    display: inline-block;
    background: #e1e6fb;
    padding: 5px 18px;
    color: #04a458;
    position: absolute;
    left: 0;
    top: 0;
}

.proXq_item span {
    display: block;
    font-size: 21px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.proXq_item p {
    color: #666;
    margin-bottom: 20px;
}

.proXq_item b {
    display: inline-block;
    padding: 6px 50px;
    border-radius: 50px;
    border: 1px solid #cbd2fa;
    color: #04a458;
    transition: all .48s;
}


.proXq_item:hover img {
    transform: scale(1.05);
}

.proXq_item b:hover {
    background: #04a458;
    color: #fff;
}

/*  */

.fanYe {
    margin-top: 120px;
    text-align: center;
}

.fanYe a {
    display: inline-block;
    padding: 4px 30px;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    margin: 0 5px;
    text-transform: uppercase;
}

.fanYe a.page-num-current,
.fanYe a:hover {
    color: #fff;
    background: #04a458;
    border-color: #04a458;
}

/* .fanYe li.active a,
.fanYe li:hover a,
.fanYe li:hover span {
    color: #fff;
}

.fanYe li.page-item:first-child {
    display: none;
}

.fanYe li.page-item:last-child {
    display: none;
} */


/* ==============================================================================pro_xq1 */

.proinfo {
    width: 100%;
    background: url(../image/proinfo_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.proinfoBox {
    width: 100%;
    text-align: center;
}

.proinfoBox a {
    display: inline-block;
    margin-bottom: 60px;
    padding: 10px 80px;
    border-radius: 50px;
    border: 1px solid #8d9ff3;
    color: #04a458;
    font-size: 21px;
    transition: all .48s;
}

.proinfoBox img {
    display: block;
    width: 58%;
    margin: 0 auto;
}

.proinfo_ul {
    max-width: 90%;
    margin: 50px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.proinfo_ul span {
    display: block;
    padding: 0 50px;
    position: relative;
    margin-bottom: 20px;
}

.proinfo_ul span::after {
    content: '';
    width: 1px;
    height: 45px;
    background: #c8caca;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* .proinfo_ul span:nth-child(6n)::after {
    display: none;
} */

.proinfo_ul span:last-child::after {
    display: none;
}

.proinfo_ul span i {
    display: block;
    font-size: 24px;
    text-transform: uppercase;
}

.proinfoBox a.proinfo_more {
    display: none;
    margin-top: 20px;
    border: none;
    padding: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.proinfoBox a:hover {
    background: #04a458;
    color: #fff;
}

/*  */

.proinfoxqImg {
    width: 100%;
}

.proinfoxqImg img {
    width: 100%;
}

/*  */


.proinfo_tjBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.proinfo_tjBox .proXq_item {
    width: calc(25% - 15px);
}


/* ==============================================================================pro_xq2 */

.proinfo2 {
    width: 100%;
    background: #fefefe;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 0 !important;
}

.proinfoBox2 {
    width: 100%;
    padding: 0 7%;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.proinfoL2 {
    width: 40%;
    padding-right: 68px;
    position: relative;
}

.proinfoL2 img {
    width: 100%;
    object-fit: cover;
    margin-bottom: 20px;
}

/*  */

.proinfoR2.fixed {
    position: fixed;
    top: 140px;
}

.proinfoR2.pos {
    position: absolute;
    top: initial;
    bottom: 30px;
}

.proinfoR2 {
    width: 50%;
    padding-left: 78px;
    position: absolute;
    right: 7%;
    top: 40px;
}

.proinfo_tit {
    padding-bottom: 25px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}

.proinfo_tit span {
    display: block;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 10px;
}

.proinfo_tit p {
    font-size: 18px;
}

/* .proinfo_cs {} */

.proinfo_cs span {
    position: relative;
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
}

.proinfo_cs span::after {
    content: '';
    width: 3px;
    height: 18px;
    background: #000;
    border-radius: 8px;
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
}

.proinfo_csUl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 70px;
}

.proinfo_csUl p {
    width: calc(50% - 40px);
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.proinfo_csUl p b {
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
}

.proinfo_csUl p i {
    width: 50%;
    text-align: right;
    font-size: 16px;
    font-weight: 600;
}

.tzDown a {
    display: inline-block;
    border-radius: 50px;
    padding: 15px 65px;
    background: #000;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}


/*  */

.proinfo_cen {
    width: 40px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(50%);
}

.proinfo_cen i {
    display: block;
    width: 1px;
    height: 100%;
    background: #f4f4f4;
    position: absolute;
    left: 50%;
    top: 0;
}

.proinfo_cen .dian {
    display: block;
    width: 100%;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 20%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.proinfo_cen .dian b {
    display: block;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background: #e5dfd9;
}

.proinfo_cen .text {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 35%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 2;
}

.proinfo_cen .text span,
.proinfo_cen .text p {
    color: #3a4b75;
    font-size: 18px;
    font-weight: 600;
}

/* ======================================================================================investment */


.inveYs {
    background: #f7f9fb;
}

.inveYs_item {
    background: #fff;
    box-shadow: 0 0 10px rgba(40, 107, 254, 0.05);
    padding: 60px 60px 80px;
    text-align: center;
}

.inveYsBox .swiper-container {
    padding: 10px 0;
}

.inveYsBox .swiper-pagination {
    display: none;
}

.inveYsBox .swiper-slide {
    height: auto;
}

.inveYs_item {
    height: 100%;
}

.inveYs_item img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    margin-bottom: 40px;
    transition: all .68s;
}

.inveYs_item span {
    display: block;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 10px;
}

.inveYs_item p {
    color: #666;
}

.swiper-pagination {
    position: relative;
    bottom: 0 !important;
    margin-top: 58px;
}

.inveYsBox .swiper-pagination-bullet {
    background: rgba(5, 41, 247, 0.18);
}

.inveYsBox .swiper-pagination-bullet-active {
    width: 48px;
    background: rgba(5, 41, 247, 1);
}


.inveYs_item:hover span {
    color: #1a3df8;
}

.inveYs_item:hover img {
    transform: rotateY(360deg);
}

/*  */

.inveBz_img {
    margin-bottom: 35px;
    overflow: hidden;
}

.inveBz_img img {
    width: 100%;
    transition: all .48s;
}

.inveBz_p {
    width: 96%;
    margin: 0 auto;
    text-align: center;
    color: #666;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 60px;
}

.inveBz_img img:hover {
    transform: scale(1.05);
}


.inveBz_tableBox h5 {
    font-size: 44px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}

.inveBz_tr {
    display: flex;

}

.inveBz_tr .inveBz_td:nth-child(1) {
    width: 30%;
}

.inveBz_tr .inveBz_td:nth-child(2) {
    width: 25%;
}

.inveBz_tr .inveBz_td:nth-child(3) {
    width: 45%;
}

.inveBz_tr .inveBz_td:nth-child(3) p {
    border-right: none;
}

.inveBz_table {
    border-top: 1px solid #7290cc;
}

.inveBz_td {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #7290cc;
    border-bottom: 1px solid #7290cc;
    font-size: 18px;
}

.inveBz_td:last-child {
    border-right: none;
    border-bottom: none;
}

.inveBz_td:last-child p {
    border-right: none;
}


.inveBz_td strong {
    font-weight: 600;
    font-size: 18px;
}

.inveBz_td b {
    font-weight: 600;
    font-size: 18px;
}

.inveBz_td p {
    width: 100%;
    height: 100%;
    padding: 25px 0;
    text-align: center;
    border-bottom: 1px solid #7290cc;
    border-right: 1px solid #7290cc;
    font-size: 18px;
}

.inveBz_td p.flex {
    display: flex;
    position: relative;
}

.inveBz_td p.flex::after {
    content: '';
    width: 1px;
    height: 100%;
    border-right: 1px solid #7290cc;
    position: absolute;
    left: 50%;
    top: 0;
}

.inveBz_td p em {
    width: 50%;
    text-align: center;
    font-size: 18px;
}

.inveBz_td p span {
    width: 50%;
    text-align: center;
    font-size: 18px;
}


/*  */


.inveSq {
    background: #f8f9fb;
}

.inveSqBox {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;

}

.inveSqBox::after {
    content: '';
    width: 100%;
    height: 70%;
    border: 2px dashed #7b7c7e;
    border-radius: 200px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.inveSq_li {
    width: 25%;
    text-align: center;
    position: relative;
}

.inveSq_li img {
    width: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.inveSq_li:nth-child(4n) img {
    display: none;
}

.inveSq_li:first-child {
    margin-bottom: 170px;
}

.inveSq_li i {
    display: block;
    font-size: 21px;
}

.inveSq_b {
    width: 60px;
    height: 60px;
    background: #f8f9fb;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.inveSq_li b {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #0029f4;
    /* border: 2px solid #7c92f9; */
    position: relative;
}

.inveSq_li b::after {
    content: '';
    width: 120%;
    height: 120%;
    background: #7c92f9;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    animation: liang 5s infinite linear;
}

@keyframes liang {
    0% {
        width: 120%;
        height: 120%;
    }

    50% {
        width: 200%;
        height: 200%;
    }

    100% {
        width: 120%;
        height: 120%;
    }
}

.inveSq_li span {
    display: block;
    font-size: 21px;
}

.inveSq_down {
    text-align: center;
    margin-top: 65px;
}

.inveSq_down a {
    display: inline-block;
    padding: 12px 90px;
    border-radius: 50px;
    border: 1px solid #1a3df8;
    color: #1a3df8;
    font-size: 21px;
    font-weight: 600;
    transition: all .48s;
}

.inveSq_down a:hover {
    background: #1a3df8;
    color: #fff;
}


/*  */

.inveZx {
    background: #f8f9fb;
    padding-top: 0 !important;
}

.inveZxBox {
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 65px 95px;
    position: relative;
}

.inveZxBox::after {
    content: '';
    width: 1px;
    height: 80%;
    border-right: 1px solid #e3e3e3;
    position: absolute;
    left: 50%;
    top: 10%;
}

.inveZxText {
    width: 45%;
}

.inveZxText span {
    font-size: 44px;
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
}

.inveZxText p {
    font-size: 18px;
    color: #bbbbbb;
}

.inveZxText div {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.inveZxText div input {
    width: calc(50% - 10px);
    margin-bottom: 18px;
    padding: 8px 15px;
    font-size: 18px;
    color: #dbdbdb;
    border: 1px solid #eaeaea;
    border-radius: 6px;
    outline-width: 1px;
    outline-color: #8093ff;
}

.inveZxText div input:nth-child(5) {
    width: 100%;
}

.inveZxText .sibmit {
    display: inline-block;
    margin-top: 60px;
    padding: 14px 88px;
    border-radius: 50px;
    background: #1a3df8;
    color: #fff;
    font-size: 21px;
}

.inveZxImg {
    width: 45%;
    position: relative;
    padding-top: 36%;
}

.inveZxImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}


/* =====================================================================================new */

.newTit {
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.newTit .Tit {
    margin-bottom: 0;
}

.newTit_ul a {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;

    border: 1px solid #c7c7c7;
    border-radius: 50px;
    padding: 15px 20px;
    font-size: 16px;
    margin-left: 10px;
}

.newTit_ul a img {
    width: 16px;
    margin-left: 65px;
}

.newTit_ul a .img2 {
    display: none;
}

.newTit_ul a.on {
    background: #04a458;
    color: #fff;
    border-color: #04a458;
}

.newTit_ul a.on .img1 {
    display: none;
}

.newTit_ul a.on .img2 {
    display: block;
}

/*  */

.newBox {
    display: flex;
    justify-content: space-between;
}

.newL {
    width: calc(100% - 470px);
    padding-right: 60px;
}

.newL_top {
    padding-bottom: 60px;
    border-bottom: 1px solid #e5e5e5;
}

.newL_top i {
    display: block;
    margin-bottom: 4px;
}

.newL_top span {
    display: block;
    font-weight: 600;
    font-size: 28px;
}

.newL_top p {
    display: block;
    margin: 20px 0 40px;
    font-size: 16px;
    line-height: 2;
}

.newL_item {
    padding: 40px 0;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    position: relative;
}

.newL_item::after {
    content: '';
    width: 0;
    height: 1px;
    border-bottom: 1px solid #04a458;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .68s;
}

.newL_itemL {
    width: 100px;
    text-align: center;
    margin-right: 35px;
}

.newL_itemL b {
    font-size: 36px;
    line-height: 1;
    display: block;
}

.newL_itemL i {
    font-size: 14px;
    display: block;
}

.newL_itemR {
    width: calc(100% - 100px);
}

.newL_itemR span {
    font-size: 21px;
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
}

.newL_itemR p {
    font-size: 16px;
}




/*  */

.newR {
    width: 470px;
    padding-left: 60px;
    border-left: 1px solid #e5e5e5;
}

.newR_tit {
    margin-bottom: 30px;
}

.newR_tit span {
    font-size: 21px;
    line-height: 1.2;
    font-weight: 600;
    padding-left: 10px;
    position: relative;
}

.newR_tit span::after {
    content: '';
    width: 3px;
    height: 80%;
    background: #04a458;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 10%;
}

.newR_li {
    margin-bottom: 60px;
    text-align: center;
    overflow: hidden;
    display: block;
}

.newR_li img {
    width: 100%;
    transition: all .48s;
}

.newR_li p {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 600;
}


.newL_item:hover span {
    color: #04a458;
}

.newL_item:hover::after {
    width: 100%;
}

.newR_li img:hover {
    transform: scale(1.1);
}

/*  */


/* =====================================================================================contact */


.contact .Tit {
    margin-bottom: 60px;
}

.conBox {
    background-image: url(../image/con_bg.png);
    background-repeat: no-repeat;
    background-size: 120% 100%;
    background-position: bottom;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 80px;
    border-bottom: 1px solid #cbcbcb;
}

.con_li {
    width: 25%;
    padding-left: 60px;
    position: relative;
}

.con_li::after {
    content: '';
    width: 1px;
    height: 80%;
    border-right: 1px solid #ccc;
    position: absolute;
    right: 0;
    top: 10%;
}

.con_li:last-child::after {
    border: none;
}

.con_li span {
    font-size: 24px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
    position: relative;
}

.con_li p {
    display: flex;
    align-items: center;
    font-size: 21px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 600;
}

.con_li p i {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 15px;
}

.con_li p i img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 10px;
}

.con_li p b {
    font-size: 18px;
    line-height: 1.4;
    text-transform: uppercase;
    font-weight: 500;
    text-align: left;
}

/*  */


.conBot {
    padding: 140px 0 20px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.conBot_l {
    width: 45%;
    display: flex;
    justify-content: space-around;
}

.con_ewm {
    text-align: center;
}

.con_ewm img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    margin-bottom: 25px;
}

.con_ewm p {
    font-size: 18px;
    color: #999;
}

.conBot_r {
    width: 45%;
    position: absolute;
    right: -8%;
    top: 50px;
}

.conBot_r img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/*  */

.conHr {
    background: #f9faff;
}

.conHr .Tit {
    margin-bottom: 60px;
}

.conHr .inner {
    width: 80%;
}

.hrZp_li {
    border-radius: 2px;
    border-bottom: 1px solid #f0f0f0;
}

.hrZp_head {
    background: rgb(0 0 0 / 5%);
}

.hrZp_head span {
    color: #333 !important;
}

.hrZp_div {
    width: 100%;
    padding: 0 60px;
    height: 80px;
    border-radius: 1000px;

    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.hrZp_span {
    flex: 1;
    text-align: center;
}

.hrZp_span:first-child {
    text-align: left;
    flex: 0.5;
}

.hrZp_span span {
    color: #666;
    font-size: 18px;
    font-weight: bold;
}

.hrZp_span b {
    color: #04a458;
    font-weight: bold;
    font-size: 21px;
    margin-right: 5px;
}

.hrZp_span i {
    display: block;
}

.hrZp_one span {
    font-size: 18px;
    font-weight: bold;
    color: #666;
}

.hrZp_R {
    flex: 0.5;
    text-align: right;
}


/*  */

.hrZp_R b {
    color: #333;
    font-weight: 600;
    font-size: 16px;
}

.hrZp_R span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 36px;
    font-size: 18px;
    color: rgb(4 42 247 / 52%);
    transition: all .48s;
}

.hrZp_R svg {
    width: 16px;
    height: 16px;
    transition: all .48s;
}

.hrZp_R svg path {
    fill: #666;
}

.hrZp_div.on .hrZp_R svg {
    transform: rotate(90deg) translateX(-5px);
}

/*  */
.hrZp_zk {
    width: 100%;
    padding: 60px;
    border-top: 1px solid rgba(118, 108, 172, 0.2);
    display: none;
}

.hrZp_zk .list {
    display: inline-block;
    width: 48%;
    vertical-align: text-top;
}

.hrZp_zk .list:first-child {
    margin-right: 3%;
}

.hrZp_zk .list .mc {
    font-size: 18px;
    color: #04a458;
    font-weight: bold;
    margin-bottom: 30px;
    position: relative;
}

.hrZp_zk .list .list_p {
    font-size: 16px;
    color: #666666;
    line-height: 2.2;
}

.hrZp_zk a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 260px;
    height: 80px;
    border: 1px solid #ebe9e6;
    box-shadow: 0 15px 30px -10px rgb(97 97 97 / 15%);
    border-radius: 1000px;
    font-size: 20px;
    color: #04a458;
    transition: all .48s;
}

.hrZp_zk a svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.hrZp_zk a svg path {
    fill: #04a458;
}

.hrZp_zk a:hover {
    color: #fff;
    background: #04a458;
    border-color: #04a458;
}

.hrZp_zk a:hover svg path {
    fill: #fff;
    transition: all .48s;
}


/*  */

.conHr_top {
    margin-bottom: 40px;
    text-align: center;
}

.conHr_top form {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.conHr_top form select {
    width: 24%;
    padding: 14px 25px;
    background: none;
    border: 1px solid #e6e6e7;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 500;
}

.conHr_top form input {
    width: 30%;
    padding: 14px 25px;
    background: none;
    border: 1px solid #e6e6e7;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 500;
}

.conHr_top form input::placeholder {
    font-size: 18px;
    font-weight: 500;
}

.conHr_top form a {
    width: 18%;
    margin-left: 1%;
    padding: 14px 0;
    border-radius: 6px;
    border: 1px solid rgb(4 42 247 / 52%);
    ;
    color: rgb(4 42 247 / 52%);
    text-align: center;
    letter-spacing: 10px;
    font-size: 20px;
    font-weight: 600;
    transition: all .48s;
}

.conHr_top p {
    margin-top: 30px;
    font-size: 18px;
}

.conHr_top p i {
    font-size: 18px;
    color: #04a458;
}

.conHr_top form a:hover {
    background: #04a458;
    color: #fff;
}


/* =======================================================================================tz1 */


.proTab {
    width: 100%;
    padding: 0 6%;
    justify-content: space-between;
    border-bottom: 1px solid #f6f7f9;
    position: relative;
    background: #fff;
    z-index: 9;
    display: flex;
    align-items: center;
}

.proTab_zk {
    width: 100%;
    display: flex;
    padding: 15px 0;
    justify-content: space-between;
    align-items: center;
}

.proTab_zk svg {
    width: 20px;
    height: 20px;
    transition: all .48s;
    -webkit-transition: all .48s;
    -moz-transition: all .48s;
    -ms-transition: all .48s;
    -o-transition: all .48s;
}

.proTab_zk.on svg {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

/*  */

.proTab_zk img {
    width: 25px;
    object-fit: contain;
    margin-right: 10px;
}

.proTab_zk span {
    font-size: 18px;
    font-weight: bold;
}

.proTab_zk small {
    width: 16px;
    height: 20px;
    margin-left: 10px;
}

.proTab_zk small svg {
    width: 100%;
    height: 100%;
}

.proTab_zk small svg path {
    fill: #333;
}

.body-mask {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .2);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
    display: none;
}

.proTab {
    position: relative;
    background: #fff;
    z-index: 9;
    display: none;
}

@media (max-width: 1024px) {
    .proTab {
        display: block;
    }
}

.proTabEJ {
    width: 100%;
    padding: 0 6%;
    position: absolute;
    left: 0;
    top: 63px;
    background: #fff;
    z-index: 9;
    box-shadow: 0 15px 15px 0px rgb(0 0 0 / 18%);
    display: none;
}

.proTabEJ_li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #eaeaea;
    cursor: pointer;
}

.proTabEJ_li b {
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #333;
    position: relative;
}

.proTabEJ_li.on b::after {
    content: "\2713";
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    font-size: 12px;
    color: white;
    line-height: 16px;
    background: #333;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 680px) {
    .proTab i {
        font-size: 18px;
    }
}



/*  */

.tzBox {
    display: flex;
    justify-content: space-between;
}

.tzNav {
    width: 30%;
    background-image: url(../image/tzNav_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 70px 70px 8%;
}

.tzTit {
    margin-bottom: 50px;
}

.tzTit span {
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 12px 0;
    border-radius: 15px;
    background: #04a458;
    /* background-image: url(../image/tzNav_car.png); */
    background-repeat: no-repeat;
    background-size: contain;
    color: #fff;
    font-size: 28px;
}


/*  */


.tzNav_ul a {
    display: flex;
    align-items: center;
    padding: 16px 30px;
    font-size: 18px;
    text-transform: capitalize;
    border-bottom: 1px solid #b6c0d3;
}

.tzNav_ul a img {
    width: 26px;
    margin-right: 35px;
}

.tzNav_ul a .img2 {
    display: none;
}

.tzNav_ul a.on {
    color: #04a458;
}

.tzNav_ul a.on .img2 {
    display: block;
}

.tzNav_ul a.on .img1 {
    display: none;
}

.tzNav_ul a:hover {
    color: #04a458;
}

/*  */
.tzBody {
    width: 70%;
    background-image: url(../image/tzBody_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 8% 90px 5%;
}

.tzBodyTit {
    position: relative;
    margin-bottom: 50px;
}

.tzBodyTit span {
    display: block;
    font-size: 42px;
    font-weight: 600;
    padding: 30px 0;
    text-transform: uppercase;
    border-bottom: 1px solid #989898;
}

.tzBodyTit img {
    width: 98px;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: .48;
}

.tzBody_Corpra p {
    margin-bottom: 30px;
}

.tzBody_Corpra span {
    display: block;
    margin: 60px 0 30px;
}

.tzBody_p {
    font-size: 18px;
    margin-bottom: 30px;
    hyphens: auto;
}

.tzBody_span {
    font-size: 21px;
    font-weight: 600;
}

.tzDown a {
    display: inline-block;
    border-radius: 50px;
    padding: 15px 35px;
    background: #04a458;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}

.tzDown a img {
    width: 22px;
    margin-left: 25px;
}


/* =======================================================================================tz2 */


.tzBody_Board_li {
    padding: 55px 40px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dbdadb;
}

.tzBody_BoardL {
    width: 30%;
    padding-right: 40px;
    text-align: center;

}

.tzBody_BoardL span {
    display: block;
    font-size: 18px;
    font-weight: 600;
}

.tzBody_BoardL i {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 5px 0;
}

.tzBody_BoardL i img {
    width: 12px;
    margin: 0 8px;
}

.tzBody_BoardL i b {
    width: 8px;
    height: 1px;
    border-bottom: 1px solid #999;
}

.tzBody_BoardL .img2 {
    display: none;
}

.tzBody_BoardL p {
    font-size: 16px;
}

.tzBody_BoardR {
    width: 70%;
    padding: 10px 0;
    padding-left: 40px;
    border-left: 1px solid #dbdadb;
}

.tzBody_BoardR p {
    font-size: 16px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-all;
}

.tzBody_BoardR a {
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 1px solid #999;
}

.tzBody_Board_li:hover span,
.tzBody_Board_li:hover p,
.tzBody_Board_li:hover a {
    color: #04a458;
    border-color: #04a458;
}

.tzBody_Board_li:hover .img2 {
    display: block;
}

.tzBody_Board_li:hover .img1 {
    display: none;
}

/* =======================================================================================tz3 */

.tzBody_Corp_word {
    display: flex;
    justify-content: space-between;
    margin: 100px 0;
}

.tzBody_Corp_wordItem {
    width: 46%;
}

.tzBody_Corp_wordItem span {
    display: block;
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.tzBody_Corp_wordItem a {
    display: flex;
    align-items: center;
    padding: 15px;
    font-size: 18px;
    text-transform: capitalize;
    border-bottom: 1px solid #e3e3e4;
}

.tzBody_Corp_wordItem a img {
    width: 26px;
    margin-right: 20px;
}

/*  */

.tzBody_Corp_table {
    margin-bottom: 80px;
}

.tzBody_Corp_table h5 {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.tzBody_Corp_li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #e3e4e4;
}

.tzBody_Corp_li span,
.tzBody_Corp_li p {
    flex: 1;
}

.tzBody_Corp_li:nth-child(2) span {
    text-transform: uppercase;
}

.tzBody_Corp_li span {
    text-transform: capitalize;
}

.tzBody_Corp_li span.center {
    text-align: center;
}

.tzBody_Corp_li p {
    text-align: center;
}

.tzBody_Corp_li p img {
    width: 16px;
    margin: 0 5px;
}

.tzBody_Corp_table dl {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.tzBody_Corp_table dl dd {
    font-size: 12px;
    text-transform: capitalize;
    margin-right: 40px;
}

.tzBody_Corp_table dl dd img {
    width: 12px;
    margin-right: 5px;
}


/*  */

.Corp_biao {
    margin-bottom: 80px;
}

.Corp_biao table {
    width: 100%;
    background: #333;
}

.Corp_biao table tr {
    width: 100%;
}

.Corp_biao table td {

    background: #FFF;
    padding: 20px;
}

.Corp_biao table td b {
    color: #000;
    font-weight: 600;
    font-size: 18px;
}

.Corp_biao table td span {
    font-size: 18px;
    background: #e1e5ec;
    padding: 0 10px;
}

.Corp_biao table td p {
    font-size: 18px;
}

.Corp_biao table .hui td {
    background: #ccc;
}



/* =======================================================================================tz5 */

.tzBody_Press {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tzBody_Press_li {
    width: 46%;
    padding: 36px 0;
    border-bottom: 1px solid #e1e2e2;
}

.tzBody_Press_li i {
    font-size: 12px;
}

.tzBody_Press_li span {
    margin: 10px 0 20px;
    display: block;
    font-size: 18px;
    text-transform: uppercase;
}

.tzBody_Press_li a {
    display: inline-block;
    text-transform: uppercase;
    border-bottom: 1px solid #999;
}

.tzBody_Press_li:hover {
    color: #04a458;
    border-color: #04a458;
}

.tzBody_Press_li:hover span,
.tzBody_Press_li:hover i,
.tzBody_Press_li:hover a {
    color: #04a458;
    border-color: #04a458;
}

/* =======================================================================================tz6 */


.tzBody_Stock_gp h5 {
    font-size: 26px;
}

.tzBody_Stock_gp .indTz_p {
    margin: 5px 0 10px;
    display: flex;
    align-items: center;
}

.tzBody_Stock_gp .indTz_p span {
    font-size: 54px;
    font-weight: 600;
    color: #04a458;
    margin-right: 40px;
}

.tzBody_Stock_gp .indTz_p span small {
    font-size: 26px;
    font-weight: 500;
}

.tzBody_Stock_gp .indTz_p b {
    font-size: 26px;
    display: flex;
    align-items: center;
    color: #333;
}

.tzBody_Stock_gp .indTz_p b img {
    width: 20px;
    margin-right: 10px;
}

.tzBody_Stock_gp i {
    font-size: 18px;
    color: #666;
}

/*  */
.tzBody_Stock_table {
    margin-top: 100px;
}

.tzBody_Stock_table h5 {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}

.tzBody_Stock_tableXq {
    border-left: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
}

.tHead,
.tBody {
    display: flex;
}

.tHead span,
.tBody span {
    width: 20%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    text-transform: uppercase;
    font-size: 16px;
}

.tHead span {
    background: #04a458;
    color: #fff;
}


/*  */

.tzBody_Stock_shuju {
    position: relative;
    margin-top: 60px;
}

.tzBody_Stock_shuju>div {
    /*position: absolute;*/
    left: 0;
    top: 10px;
    margin-bottom: 35px;
}

.tzBody_Stock_shuju i {
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
}

.tzBody_Stock_shuju p {
    font-size: 18px;
}

.tzBody_Stock_shuju p b {
    color: #04a458;
    font-size: 18px;
    font-weight: 600;
    padding-right: 20px;
}

.tzBody_Stock_shuju img {
    width: 100%;
}


/* =======================================================================================tz8*/

.tzBody_SEC {
    position: relative;
}

.tzBody_SEC_li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dbdbdc;
    padding: 25px 0;
}

.tzBody_SEC_li>div {
    display: flex;
    align-items: center;
}

.tzBody_SEC_li b {
    font-size: 40px;
    line-height: 1;
    text-align: right;
    margin-right: 40px;
}

.tzBody_SEC_li b i {
    display: block;
}

.tzBody_SEC_li span {
    margin: 10px 0 20px;
    display: block;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.tzBody_SEC_li img {
    width: 24px;
}


/* =======================================================================================tz9 */

.tzBody_Fina {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.tzBody_Fina a {
    width: calc(25% - 30px);
    margin-right: 35px;
    text-align: center;
}

.tzBody_Fina a:nth-child(4n) {
    margin-right: 0;
}

.tzBody_Fina a img {
    width: 100%;
    margin-bottom: 10px;
}

.tzBody_Fina a span {
    text-transform: uppercase;
    font-weight: 600;
}


/* =======================================================================================tz10 */

.tzBody_Pre {
    position: relative;
    min-height: 600px;
}

.tzBody_Pre_li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0;
    border-bottom: 1px solid #dcdbdc;
    margin-top: 20px;
}

.tzBody_Pre_li p {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}

.tzBody_Pre_li a {
    font-size: 14px;
    text-transform: capitalize;
}

.tzBody_Pre_li a img {
    width: 24px;
    margin-left: 10px;
}

.tzBody_Pre_li:hover {
    border-color: #04a458;
}

.tzBody_Pre_li:hover a,
.tzBody_Pre_li:hover p {
    color: #04a458;
}

/* =======================================================================================tz11 */

.tzBody_Ema .tzBody_Ema_p {
    font-size: 18px;
    margin-bottom: 30px;
}

.tzBody_Ema_chose {
    display: flex;
    margin-bottom: 75px;
}

.tzBody_Ema_chose span {
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.tzBody_Ema_chose span b {
    color: #a1a0a0;
    padding-left: 5px;
}

.tzBody_Ema_chose span i {
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #a1a0a0;
    position: relative;
}

.tzBody_Ema_chose span.on i {
    color: #000;
    border-color: #000;
}

.tzBody_Ema_chose span.on i::after {
    display: block;
    content: "\2713";
    text-align: center;
    width: 100%;
    height: 100%;
    font-size: 12px;
    color: white;
    line-height: 10px;
    background: #000;
}

.tzBody_Ema_chose span.on b {
    color: #000;
}

/*  */
.tzBody_Ema_form {
    margin-bottom: 50px;
}

.tzBody_Ema_form span {
    display: block;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.tzBody_Ema_form div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tzBody_Ema_form input {
    width: calc(50% - 10px);
    padding: 10px 20px;
    text-transform: uppercase;
    border: 1px solid #cbcdd0;
    background: none;
    border-radius: 8px;
    margin-bottom: 20px;
}

.tzBody_Ema_form input:last-child {
    width: 100%;
}

.tzBody_Ema_form input::placeholder {
    text-transform: uppercase;
    color: #000;
}

/*  */

.tzDown input {
    display: inline-block;
    border-radius: 50px;
    padding: 15px 35px;
    background: #04a458;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}

.tzBody_Ema .tzDown input {
    padding: 15px 60px;
}

/* =======================================================================================tz12 */

.tzBody_Con {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.tzBody_Con::after {
    content: '';
    width: calc(33.33% - 20px);
}

.tzBody_ConItem {
    width: calc(33.33% - 20px);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    text-align: center;
    padding: 65px 60px;
}

.tzBody_ConItem span {
    display: block;
    font-size: 20px;
    text-transform: capitalize;
}

.tzBody_ConItem img {
    width: 180px;
    min-height: 144px;
    object-fit: contain;
    margin: 20px 0 30px;
}

.tzBody_ConItem p {
    font-size: 20px;
    text-transform: uppercase;
}