﻿* {
    margin: 0;
    padding: 0;
    white-space: normal !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #333;
    transition: all .5s;
    -webkit-transition: all .5s;
}

    a:hover {
        color: #3765ca;
        transition: all .5s;
        -webkit-transition: all .5s;
    }

table, table td, table tr {
    border: 1px solid rgba(255, 255, 255, .2);
}

li {
    list-style: none;
}

.sf-body {
    width: 100%;
    overflow: hidden;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

    img.max {
        width: 100%;
    }

.bjimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*@font-face{
	font-family: SourceHanSansSC-Regular;
	src: url('../fonts/SourceHanSansSC-Regular.otf'); 
}*/

body {
    width: 100%;
    font-size: 14px;
    color: #333;
    line-height: 1.4;
    width: 100%;
    overflow: hidden;
    /*font-family: SourceHanSansSC-Regular;*/
}

.gybut {
    display: inline-block;
    width: 9.375vw;
    line-height: 3.125vw;
    border-radius: 1.7vw;
    border: 1px solid #2460a7;
    font-weight: bold;
    text-align: center;
    color: #2460a7;
    cursor: pointer;
    transition: all .5s;
    -webkit-transition: all .5s;
}

    .gybut:hover {
        color: #fff;
        background: #2460a7;
        transition: all .5s;
        -webkit-transition: all .5s;
    }

@media (max-width: 1200px) {
    .gybut {
        width: 120px;
        line-height: 40px;
        border-radius: 20px;
    }
}

@media (max-width: 750px) {
    .gybut {
        width: 2rem;
        line-height: .6rem;
        border-radius: .3rem;
    }
}


header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 49;
}

.header-top-bj {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    position: relative;
    z-index: 3;
}

.header-top {
    width: 90vw;
    margin: 0 auto;
    text-align: right;
    font-size: 0;
}

.header-top-li {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.header-top-a {
    display: block;
    line-height: 2.6vw;
    padding: 0 1.5vw;
    position: relative;
    color: #fff;
    opacity: .8;
}

.header-top-li:hover .header-top-a {
    color: #fff;
    opacity: 1;
}

.header-top-a:after {
    content: '';
    width: 1px;
    height: .8vw;
    background: rgba(255, 255, 255, .7);
    position: absolute;
    top: 1vw;
    right: 0;
}

.header-top-li2 {
}

    .header-top-li2 .header-top-a {
        padding: 0;
        margin-left: 1.5vw;
        padding-left: 1.6vw;
        background: url(../img/ico21.png) no-repeat left center;
        background-size: 1.24vw;
    }

        .header-top-li2 .header-top-a:after {
            display: none;
        }

.header-top-b {
    width: 8vw;
    padding: .8vw;
    background: #fff;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -4vw;
    border-top: 3px solid #2460a7;
    box-shadow: 0 3px 3px #ddd;
    display: none;
}

    .header-top-b a {
        display: block;
        font-size: 0.83333vw;
        color: #666;
        line-height: 2vw;
        padding: .2vw 0;
        border-top: 1px solid #ddd;
        text-align: left;
    }

        .header-top-b a:first-child {
            border: 0;
        }

        .header-top-b a:hover {
            color: #2460a7;
        }

.header {
    width: 90vw;
    margin: 0 auto;
    font-size: 0;
}

.logo {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    line-height: 5.2vw;
}

    .logo img {
        height: 2.85vw;
    }

    .logo .img2 {
        display: none;
    }

.header-nav {
    display: inline-block;
    margin-left: 12.5vw;
    font-size: 0;
}

.header-nav-li {
    display: inline-block;
    vertical-align: top;
    margin: 0 2.3vw;
    position: relative;
}

.header-a {
    display: block;
    line-height: 5.2vw;
    color: #fff;
}

.header-b {
    position: absolute;
    width: calc(100% + 8vw);
    top: 100%;
    left: 0%;
    margin-left: -4vw;
    border-top: 3px solid #2460a7;
    padding: .5vw 1.5vw;
    background: #fff;
    box-shadow: 0 3px 3px #ddd;
    display: none;
}

    .header-b a {
        display: block;
        font-size: 0.83333vw;
        color: #666;
        line-height: 2vw;
        padding: .2vw 0;
        border-top: 1px solid #ddd;
        text-align: left;
    }

        .header-b a:first-child {
            border: 0;
        }

.header-nav-li3 {
    display: none;
}


.header-d {
    float: right;
    margin-right: 1.8vw;
    display: block;
    line-height: 5.2vw;
    padding-left: 1.5vw;
    color: #fff;
    background: no-repeat left center;
    background-size: 1.2vw auto;
}

.header-d1 {
    background-image: url(../img/ico22_1.png);
}

.header-c {
    /*display: block;
    float: right;
    height: 5.2vw;
    background: url(../img/ico23_1.png) no-repeat left center;
    background-size: 1.1vw auto;
    padding-left: 1.5vw;
    line-height: 5.2vw;*/
    background-image: url(../img/ico23_1.png);
}


@media (min-width: 1201px) {

    .header-nav-li:hover .header-a {
        color: #2460a7;
    }

    .header-b a:hover {
        color: #2460a7;
    }

    .header-d:hover {
        color: #fff;
    }

    header.bj {
        background: #fff;
        box-shadow: 0 0 3px #ccc;
    }

        header.bj .header-top-bj {
            background: #2460a7;
        }

        header.bj .logo .img1 {
            display: none;
        }

        header.bj .logo .img2 {
            display: inline-block;
        }

        header.bj .header-a {
            color: #333;
        }

        header.bj .header-d {
            color: #333;
            background-image: url(../img/ico22_2.png);
        }

        header.bj .header-c {
            background-image: url(../img/ico23_2.png);
        }

    header.pos {
        position: fixed;
        top: -8vw;
        transition: all .5s;
        -webkit-transition: all .5s;
    }

        header.pos.on {
            top: 0;
            transition: all .5s;
            -webkit-transition: all .5s;
        }
}

@media (max-width: 1200px) {
    header {
        top: 0;
        background: #fff;
        box-shadow: 0 0 3px #ccc;
        height: 70px;
    }

    .header-top-bj {
        display: none;
    }

    .header {
        width: 92%;
    }

    .header-dx {
        float: right;
    }

    .logo {
        line-height: 70px;
    }

        .logo img {
            height: 45px;
        }

        .logo .img1 {
            display: none;
        }

        .logo .img2 {
            display: inline-block;
        }

    .header-nav {
        width: 100%;
        height: calc(100vh - 70px);
        overflow: auto;
        position: fixed;
        top: 70px;
        left: 0;
        background: #fff;
        margin: 0;
        padding: 30px 4%;
        border-top: 1px solid #ddd;
        display: none;
    }

    .header-c {
        width: 20px;
        height: 70px;
        background-size: 100% auto;
        background-image: url(../img/ico23_2.png);
    }

    .header-d {
        color: #333;
        line-height: 70px;
        padding-left: 22px;
        margin-right: 30px;
        background-size: 16px auto;
    }

    .header-d1 {
        background-image: url(../img/ico22_2.png);
    }

    .header-nav-li {
        width: 100%;
        margin: 0;
    }

    .header-a {
        color: #333;
        line-height: 60px;
        border-bottom: 1px solid #ddd;
    }

    .header-b {
        width: 100%;
        position: relative;
        top: inherit;
        border: 0;
        margin: 0;
        padding: 0;
        box-shadow: inherit;
    }

        .header-b a {
            display: block;
            line-height: 50px;
            padding: 0 30px;
            border-top: 0;
            border-bottom: 1px solid #ddd !important;
            font-size: 14px;
        }

    .header-ak {
        position: absolute;
        width: 50%;
        height: 60px;
        top: 0;
        right: 0;
        background: url(../img/ico79_3.png) no-repeat right center;
        background-size: 20px;
    }

        .header-ak.on {
            background-image: url(../img/ico79_4.png);
        }

    .header-nav-li3 {
        display: block;
    }
}

@media (max-width: 750px) {
    header {
        height: 1rem;
    }

    .logo {
        line-height: 1rem;
    }

        .logo img {
            height: .6rem;
        }

    .header-c {
        height: 1rem;
        margin-right: .1rem;
    }

    .header-d {
        line-height: 1rem;
        margin-right: .3rem;
    }

    .header-nav {
        height: calc(100vh - 1rem);
        top: 1rem;
        padding: .2rem 4%;
    }

    .header-a {
        line-height: .9rem;
    }

    .header-b a {
        line-height: .7rem;
        padding: 0 .3rem;
        font-size: .24rem;
    }

    .header-ak {
        height: .9rem;
        background-size: .2rem auto;
    }
}


.header-dx {
    width: 35px;
    margin-top: 20px;
    text-align: right;
    margin-left: 40px;
    overflow: hidden;
    display: none;
}

.header-dx1, .header-dx2, .header-dx3 {
    width: 100%;
    height: 4px;
    margin-bottom: 8px;
    background: #222;
    float: right;
}

.header-dx div {
    transition: all .5s;
}

.header-dx.cli .header-dx1 {
    -webkit-transform: rotate(44deg);
    -ms-transform: rotate(44deg);
    transform: rotate(44deg);
    transform-origin: 0%;
    -ms-transform-origin: 0%;
    -webkit-transform-origin: 0%;
    -moz-transform-origin: 0%;
    transition: all .5s;
}

.header-dx.cli .header-dx2 {
    opacity: 0;
    transition: all .5s;
}

.header-dx.cli .header-dx3 {
    -webkit-transform: rotate(-44deg);
    -ms-transform: rotate(-44deg);
    transform: rotate(-44deg);
    position: relative;
    top: 1px;
    transform-origin: 0%;
    -ms-transform-origin: 0%;
    -webkit-transform-origin: 0%;
    -moz-transform-origin: 0%;
    transition: all .5s;
}

.header-ss {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
    background: rgba(0, 0, 0, .8);
    display: none;
}

.header-ss-a {
    width: 600px;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -300px;
}

    .header-ss-a .int1 {
        width: 540px;
        height: 50px;
        line-height: 50px;
        background: none;
        border: none;
        border-bottom: 1px solid #fff;
        font-size: 18px;
        color: #fff;
        padding: 0 10px;
        padding-right: 60px;
    }

    .header-ss-a .int2 {
        width: 50px;
        height: 50px;
        border: none;
        background: no-repeat center;
        background-image: url(../img/ss03.png);
        position: absolute;
        top: 0;
        right: 60px;
        cursor: pointer;
    }

.header-ss-x {
    width: 50px;
    height: 50px;
    background: url(../img/x01.png) no-repeat center;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

@media (max-width: 1200px) {
    .header-dx {
        display: block;
    }
}

@media (max-width: 750px) {
    .header-ss-a {
        width: auto;
    }

        .header-ss-a .int1 {
            width: 5rem;
            margin-right: 1rem;
            font-size: .26rem;
        }

    .header-ss-a {
        margin-left: -3rem;
    }

    .header-dx {
        display: block;
        width: .45rem;
        margin-top: .1rem;
        margin-left: .35rem;
        padding-top: .25rem;
    }

    .header-dx1, .header-dx2, .header-dx3 {
        height: .04rem;
        margin-bottom: .11rem;
    }
}


footer {
    background: #212121;
    position: relative;
}

.footer {
    padding-top: 4.6875vw;
    padding-bottom: 3.7vw;
    /*overflow: hidden;*/
    font-size: 0;
}

.footer-lt {
    width: 40%;
    padding-right: 10%;
    display: inline-block;
    vertical-align: top;
}

.footer-a {
    width: 10vw;
}

.footer-b {
    color: #b0b0b0;
}

.footer-c {
    margin-top: .2vw;
    color: #fff;
}

.footer-d {
    color: #b0b0b0;
    margin-top: 1.5vw;
}

.footer-e {
    margin-top: .8vw;
}

.footer-eli {
    display: inline-block;
    vertical-align: top;
    margin-right: 1.5vw;
    text-align: center;
}

    .footer-eli > img {
        height: 5.2vw;
    }

    .footer-eli > div {
        color: #fff;
        margin-top: .8vw;
    }

.footer-rt {
    width: 60%;
    display: inline-block;
    vertical-align: top;
}

.footer-f {
    width: 100%;
    padding-right: 4vw;
    position: relative;
    overflow: hidden;
}

.footer-flist {
    width: 20%;
    float: left;
    padding-right: .5vw;
    color: #fff;
}

    .footer-flist:last-child {
        width: 4vw;
        padding-right: 0;
        position: absolute;
        top: 0;
        right: 0;
    }

.footer-ftop {
    line-height: 1;
    color: #fff;
}

.footer-ful {
    margin-top: 1.5vw;
    color: #fff;
}

    .footer-ful a {
        display: inline-block;
        color: #b8b8b8;
        margin-bottom: 1.0vw;
        font-size: .729vw;
        transition: all .5s;
        -webkit-transition: all .5s;
    }

        .footer-ful a:hover {
            color: #fff;
            transition: all .5s;
            -webkit-transition: all .5s;
        }

.footer-g {
    width: 100%;
    text-align: left;
    font-size: 0;
    margin-top: 2.6vw;
}

.footer-gli2 {
    width: initial;
    margin: 0 !important;
    position: absolute !important;
    right: 5px;
    bottom: calc(100% + 1.5vw);
    background: rgba(0, 0, 0, .3);
    border-radius: 100%;
}

    .footer-gli2:hover {
        background: #000;
    }

.footer-gli {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-right: .5vw;
}

.footer-g2 {
    height: 2.5vw;
}

.footer-g3 {
    position: absolute;
    bottom: 100%;
    right: 0;
    margin-bottom: .5vw;
    width: 5.2vw;
    display: none;
}

    .footer-g3 > img {
        width: 100%;
    }

.footer-gli:hover .footer-g3 {
    display: block;
}

.footer-gli:hover .footer-g2 {
    opacity: .8;
}

.footer-btm {
    width: 100%;
    padding: 2.1vw 0;
    background: #1c1c1c;
}

.footer-jk {
    overflow: hidden;
}

.footer-j {
    float: left;
    padding-right: 2vw;
    color: #b8b8b8;
}

    .footer-j > a {
        display: inline-block;
        color: #b8b8b8;
        font-size: 0.73333vw;
        margin-left: 1vw;
    }

        .footer-j > a:hover {
            color: #fff;
        }

.footer-k {
    float: right;
    font-size: 0.73333vw;
    line-height: 1.4;
}

    .footer-k > a {
        display: inline-block;
        color: #fff;
        font-size: 0.73333vw;
        line-height: 1.4;
        margin-left: 1.5vw;
        opacity: .7;
        padding-left: 1.5vw;
        background: no-repeat left center;
        background-size: 1.1vw;
    }

        .footer-k > a:hover {
            color: #fff;
            opacity: 1;
        }

        .footer-k > a:first-child {
            margin-left: 0;
        }

@media (max-width: 1300px) {
    .footer-j, .footer-k {
        width: 100%;
        text-align: center;
        padding: 0;
        margin-bottom: 8px;
    }

    .footer-lt {
        padding-right: 5%;
    }
}

@media (max-width: 1200px) {
    .footer-f {
        /*display: none;*/
        padding-right: 80px;
    }

    .footer-flist:last-child {
        width: 80px;
    }

    .footer-a {
        width: 120px;
    }

    .footer-b {
        margin-top: 30px;
    }

    .footer-c {
    }

    .footer-d {
        margin-top: 25px;
    }

    .footer-e {
        margin-top: 15px;
    }

    .footer-eli > img {
        height: 90px;
    }

    .footer-eli > div {
        margin-top: 10px;
    }

    .footer-g {
        margin-top: 60px;
    }

    .footer-g2 {
        height: 45px;
    }

    .footer-lt {
        width: 30%;
    }

    .footer-rt {
        width: 70%;
    }

    .footer-g3 {
        width: 100px;
    }

    .footer-j > a,
    .footer-k > a {
        font-size: 14px;
    }

    .footer-btm {
        padding: 20px 0;
    }

    .footer-k > a {
        padding-left: 25px;
        background-size: 20px;
    }
}

@media (max-width: 1000px) {
    .footer-f {
        display: none;
    }

    .footer-lt {
        width: 100%;
        padding-right: 0;
        text-align: center;
    }

    .footer-rt {
        width: 100%;
        display: none;
    }

    .footer-g {
        text-align: center;
        margin-top: 30px;
    }

    .footer-gli {
        margin: 0 4px;
    }
}

@media (max-width: 750px) {
    .footer-j > a,
    .footer-k > a {
        font-size: .24rem;
    }

    .footer-lt {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .footer-rt {
        width: 100%;
    }

    .footer-g {
        margin-top: .3rem;
        text-align: center;
    }

    .footer-btm {
        padding: .6rem 0 .3rem 0;
    }

    .footer-k > a {
        padding-left: .3rem;
        background-size: .25rem;
        line-height: 1.6;
        margin: 3px;
    }

    .footer {
        padding: .7rem 0 0 0;
    }

    .footer-lt {
        overflow: hidden;
    }

    .footer-ac {
        /*float: left;
        text-align: left;*/
    }

    .footer-a {
        width: 3rem;
    }

    .footer-b {
        margin-top: .5rem;
    }

    .footer-c {
        font-size: .45rem;
    }

    .footer-de {
        float: right;
    }

    .footer-d {
        margin-top: .3rem;
        display: none;
    }

    .footer-e {
        margin: 0;
    }

    .footer-gli {
        margin: 0 .1rem;
    }

    .footer-g2 {
        height: .7rem;
    }

    .footer-g3 {
        right: 50%;
        margin-right: -50px;
        margin-bottom: .15rem;
    }
}


.idxban {
    width: 100%;
    position: relative;
}

.idxban-swiper {
    width: 100%;
}

.idxban-sd {
    width: 100%;
    height: 50vw;
}

.idxban-img {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
}

.idxban-ab {
    position: relative;
    z-index: 3;
    padding-top: 16vw;
    color: #fff;
    top: 20px;
    opacity: 0;
}

.idxban-b {
    font-weight: bold;
    margin-top: .8vw;
}

.idxban-c {
    margin-top: 6.1vw;
    color: #fff;
    border-color: #fff;
}

.ipro-bj .idxban-c, .inw-bj .idxban-c {
    color: #fff;
    border-color: #fff;
    margin-top: unset
}

.ipro-bj .idxban-c, .inw-bj .idxban-c {
    background: #3765ca;
    color: #fff;
    border: none;
}

.idxban-c:hover {
    /* border-color: #2460a7;*/
    background: #fff;
    color: #3765ca;
}

.idxban-sd.swiper-slide-active .idxban-ab {
    top: 0;
    opacity: 1;
    transition: all .5s .8s;
    -webkit-transition: all .5s .8s;
}

.idxban-sd.swiper-slide-active .idxban-img {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transition: all 5s .5s;
    -webkit-transition: all 5s .5s;
}

.idxban-next,
.idxban-prev {
    width: 3.6vw;
    height: 3.6vw;
    border-radius: 100%;
    margin-top: -1.8vw;
    left: 2vw;
    background-color: rgba(0, 0, 0, .2);
    background-size: .6vw auto;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.idxban-next {
    left: initial;
    right: 2vw;
}

    .idxban-next:hover,
    .idxban-prev:hover {
        background-color: rgba(0, 0, 0, .8);
        transition: all .5s;
        -webkit-transition: all .5s;
    }

.idxban-span {
    bottom: 3vw !important;
}

    .idxban-span span {
        width: 2.6vw;
        height: 3px;
        background: #b7ac9f;
        opacity: 1;
        border-radius: 0;
    }

        .idxban-span span.swiper-pagination-bullet-active {
            background: #2460a7;
        }

@media (max-width: 1200px) {
    .idxban {
        margin-top: 70px;
    }

    .idxban-ab {
        padding: 0 6%;
        padding-top: 15vw;
    }

    .idxban-next,
    .idxban-prev {
        width: 50px;
        height: 50px;
        margin-top: -25px;
        background-size: 12px auto;
    }
}

@media (max-width: 750px) {
    .idxban {
        margin-top: 1rem;
    }

    .idxban-sd {
        height:4rem;
    }

    .idxban-ab {
        padding: 0 4%;
        padding-top: 15vw;
    }

    .idxban-next,
    .idxban-prev {
        width: .6rem;
        height: .6rem;
        margin-top: -.3rem;
        background-size: .15rem auto;
    }

    .idxban-span span {
        width: .3rem;
        height: 2px;
    }
}

.fntbod {
    font-weight: bold;
}

.iabt-main {
    padding: 7.34vw 0;
}

.iabt-bj {
    width: 100%;
    position: relative;
}

.iabt-bj {
    background: url('../img/about-bj.png') no-repeat;
    background-size: cover;
}


.iabt-div {
    width: 49.9vw;
    float: left;
}

    .iabt-div .iabt-a {
    }

    .iabt-div .iabt-b {
    }

    .iabt-div .iabt-c {
    }

    .iabt-div .iabt-d {
        margin-top: 6.86vw;
        margin-bottom: 1.72vw;
    }

    .iabt-div .iabt-e {
        background: #3765ca;
        color: #fff;
        border: none;
    }

.data-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 5.42vw 1.2vw 5.22vw;
}

.data-item {
    text-align: left;
    flex: 1;
}

.num-big {
    font-weight: bold;
    color: #0088ee;
    line-height: 1;
    position: relative;
}

.plus {
    position: absolute;
    top: -10px;
}

.unit {
    color: #333333;
    margin-left: 10px;
}

.label-desc {
    color: #5c5c5c;
    margin-top: 20px;
}

.iabt-f {
    width: 22.97vw;
    /*  position: absolute;
      top: 7.34vw;
      right: 0;*/
    float: right;
}

    .iabt-f .li {
        background: #efefef;
        display: block;
        border-radius: .63vw;
        padding: 1.44vw 2.88vw;
        margin-bottom: 1.59vw;
    }

        .iabt-f .li span {
            display: block;
            margin-top: .9vw;
            line-height: 1.9vw;
        }

        .iabt-f .li:hover {
            background: #1c87da
        }

        .iabt-f .li img {
            transition: all 0.3s ease;
        }

        .iabt-f .li:hover img {
            filter: brightness(0) invert(1);
        }

        .iabt-f .li:hover span {
            color: #fff;
        }

@media (max-width: 750px) {
    .iabt-div, .iabt-f {
        width: 100%;
        margin-bottom: .25rem;
    }

        .iabt-f .li {
            min-height: 2.5rem;
            padding-top: .3rem;
            margin-bottom: .25rem;
        }
}

.ipro-bj, .inw-bj {
    background: #e9e9e9;
    padding: 6.46vw 0;
}

.inw-bj {
    background: #f8f8f8;
}

.ipro-ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    margin-top: 1.93vw;
}

.ipro-l {
    width: 31.53%;
}

.indProItem {
    border-radius: .63vw;
    background: #fff;
    display: block;
    width: 33.33%;
    position: relative;
    overflow: hidden;
}

.ipro-l .indProItem {
    width: 100%;
}

.ipro-r {
    width: 66.66%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 4%;
}

.indShowItem {
    display: block;
    width: 48.7%;
    position: relative;
    border-radius: .63vw;
    background: #fff;
}

.ipro-r .indShowImg {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
     
}

    .ipro-r .indShowImg img {
        width: 60%;
        height: 70%;
        object-fit: contain;
        position: absolute;
        right: 0%;
        top: 20%;
        transition: transform 0.3s ease;
    }
.indShowItem:hover .indShowImg img {
    transform: scale(1.1);
}

.indShowText {
    width: 100%;
    height: 100%;
    padding: 30px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.ipro-l .indProItem .indProImg {
    padding-top: 100%;
}

.indProImg {
    width: 100%;
    padding-top: 60%;
    overflow: hidden;
}

    .indProImg img {
        position: absolute;
        bottom: 10%;
        left: 50%;
        transform: translateX(-50%);
        max-width: 80%;
        max-height: 60%;
        transition: transform 0.3s ease;
    }
    .indProImg:hover img {
        transform: translateX(-50%) scale(1.1);
    }

.indImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .48s;
}

.indProText {
    position: absolute;
    top: max(12px, 1.67vw);
    left: 2.03vw;
    width: 98%;
    padding-left: 1%;
    text-align: left;
 
    z-index: 2;
    transition: transform 0.4s ease, opacity 0.4s ease;
    transform: translateY(0);
    opacity: 1;
}
 
    @media (max-width: 750px) {
        .ipro-l, .ipro-r {
        width: 100%;
        margin-top: .25rem
    }

    .indShowItem {
        width: 100%;
        margin-bottom: .55rem
    }

    .ipro-r .indShowImg {
        padding-top: 50%;
        height: auto;
    }

        .ipro-r .indShowImg img {
            object-fit: contain;
            position: absolute;
            left: 20%;
        }

    .ipro-l .indProItem .indProImg {
        padding-top: 50%;
    }

    .ipro-l {
        margin-bottom: .55rem;
        margin-top: .55rem
    }

        .ipro-l .indProItem .indProImg img {
            right: 0%;
            top: 10%;
        }

    /*.ipro-l {
        display: none;
    }*/

    .indShowText, .indProText {
        height: auto;
        position: initial;
        padding: 8px 5px 30px;
        text-align: center;
    }


    .indShowItem, .indProItem {
        border-radius: .25rem
    }

    .ipro-ul {
        display: block;
        margin-top: .25rem;
    }

    .ipro-r::after {
        display: block;
        content: '';
        width: 100%;
        height: 1px;
    }
}

.inw-ul {
    width: 100%;
    overflow: hidden;
    margin-top: 3.49vw;
}

.inw-li {
    margin-right: 1.09vw;
    float: left;
    width: calc(25.33% - 1.09vw);
    border-radius: .63vw;
    background: #fff;
}

    .inw-li .hoverImg {
        border-radius: .63vw .63vw 0 0;
    }

    .inw-li:last-child {
        margin-right: 0;
    }

    .inw-li .txt {
        min-height: 9.58vw;
        padding: 1.88vw 1.33vw;
    }

        .inw-li .txt i {
            font-style: normal;
            margin-bottom: 1.04vw;
            display: block;
            color: #626262;
        }

        .inw-li .txt p {
            color: #474747;
            font-weight: 300;
            transition: transform 0.3s ease;
        }

    .inw-li:hover .txt p {
        color: #3765ca;
        transform: translateY(-5px);
    }

@media (max-width: 750px) {
    .inw-li {
        margin-bottom: .25rem;
        margin-right: 0;
        width: 100%;
        border-radius: .25rem;
    }

        .inw-li .hoverImg .hover-img {
            width: 100%;
        }

    .inw-ul {
        margin-top: .50rem;
    }

    .inw-li .hoverImg {
        border-radius: .25rem .25rem 0 0
    }

    .inw-li .txt {
        min-height: 2rem;
        padding: .2rem .3rem;
    }
}

.gyban {
    width: 100%;
    height: 38.5416666vw;
    position: relative;
}

.gyban-bj {
    z-index: 3;
    color: #fff;
    position: relative;
    z-index: 2;
}

.gyban-a {
    font-weight: bold;
    padding-top: 17vw;
}

.gyban-mbx {
    text-align: left;
    color: #999;
    line-height: 3.37vw;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.02);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.02);
    background: #fff;
    border-top: 1px solid #eee;
}

    .gyban-mbx a {
        display: inline-block;
        color: #000000;
    }

.inner-nav a {
    position: relative;
    padding: 0 .58vw;
    margin-right: 2.35vw;
}

.inner-nav .cur:after {
    position: absolute;
    width: 100%;
    content: '';
    height: 2px;
    background: #3765ca;
    left: 0;
    bottom: 0;
}

.gyban-mbx a:hover {
    color: #222;
}

@media (max-width: 1200px) {
    .gyban {
        height: 450px;
        margin-top: 70px;
    }

    .gyban-a {
        padding-top: 200px;
    }
}

@media (max-width: 750px) {
    .gyban {
        height: 4.5rem;
        margin-top: 1rem;
    }

    .gyban-a {
        padding-top: 2rem;
    }
}

.about-bj, .ibh-main, .contact-main, .order-main, .ser-main, .wt-main, .job-main, .hr-main {
    padding: 5.21vw 0;
}

@media all and (max-width: 768px) {
    .about-bj, .ibh-main, .contact-main, .order-main, .ser-main, .wt-main, .job-main, .hr-main {
        padding: 1rem 0;
    }
}

.ibh-main {
    padding-top: 5.5vw;
    padding-bottom: 0vw;
}

.about-main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.about-l {
    width: 43.13vw;
}

.about-r {
    width: 32.76vw;
    height: 25.68vw;
    position: relative;
    margin-top: 5.53vw;
}

    .about-r .bj {
        width: 31.98vw;
        height: 26.2vw;
        background-color: #f2f2f2;
        border-radius: 1.350vw;
        position: absolute;
        top: 0;
        right: 0;
    }

    .about-r .about-img {
        width: 31.98vw;
        overflow: hidden;
        border-radius: 1.350vw;
        position: absolute;
        top: 1.65vw;
        left: 0;
    }

.inws-c {
    display: block;
    height: 26.2vw;
    overflow: hidden;
}

.about-l .iabt-a {
    color: #2f2f2f;
}

.about-l .iabt-b {
    margin-top: .99vw;
    margin-bottom: 4.64vw;
    color: #3765ca;
}

.about-l .iabt-c {
    color: #3c3b3b;
}

.ibh-hd {
    display: block;
}

    .ibh-hd span {
        display: block;
        text-align: center;
        color: #2f2f2f;
    }

    .ibh-hd .txt {
        margin: 0.99vw auto 3.13vw;
    }

.ibh-talent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 75vh;
    -webkit-transition: background 0.4s;
    transition: background 0.4s;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../img/about-2.jpg);
}

.ibh-talentwap {
}

@media all and (max-width: 768px) {
    .cellreturner-talent {
        height: auto;
        display: block;
        /* background: none !important;*/
    }
}

.ibh-talent-list {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 25%;
    flex: 1 0 25%;
    max-width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    cursor: pointer;
}

@media all and (max-width: 768px) {
    .ibh-talent-list {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        max-width: 100%;
        height: 18em;
        overflow: hidden;
      /*  margin: 10px 0;*/
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        padding: 0 15px;
        /*background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-image: url(../images/sub/cellreturner_talent_bg1.jpg);*/
    }
    .ibh-hd{ margin-bottom: .55rem;}
}

.ibh-talent-list:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

@media all and (max-width: 768px) {
   
}

.ibh-talent-list:first-child {
    border: 0;
}

.ibh-talent-list.on:before {
    opacity: 0;
}

.ibh-talent-list.on .plus-i {
    display: none;
}

.ibh-talent-list.on .hide-txt {
    height: auto;
    padding-top: 120px;
    width: 90%;
    margin: 0 auto;
}

@media all and (max-width: 1024px) {
    .ibh-talent-list.on .hide-txt {
        padding-top: 90px;
    }
}

.ibh-talent-list.on .hide-txt:before {
    opacity: 1;
    height: 70px;
}

@media all and (max-width: 1024px) {
    .ibh-talent-list.on .hide-txt:before {
        height: 50px;
    }
}

.ibh-talent-list .txt-wrap {
    position: relative;
    z-index: 1;
    color: #fff;
}

.ibh-talent-list .icon {
    font-size: 45px;
    font-family: 'BEBAS';
}

.ibh-talent-list .tit {
    margin-top: 30px;
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
}

@media all and (max-width: 1280px) {
    /*.ibh-talent-list .tit {
        font-size: 4.25em;
    }*/
}

@media all and (max-width: 1024px) {
    /*.ibh-talent-list .tit {
        font-size: 3.75em;
        font-weight: 300;
    }*/
}

@media all and (max-width: 768px) {
    /*.ibh-talent-list .tit {
        font-size: 3.125em;
        margin-top: 20px;
    }*/
}

.ibh-talent-list .plus-i {
    margin-top: 40px;
}

@media all and (max-width: 768px) {
    .ibh-talent-list .plus-i {
        display: none;
    }
}

.ibh-talent-list .plus-i img {
    opacity: 0.5;
    width: 30px;
}

.ibh-talent-list .hide-txt {
    height: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    overflow: hidden;
    position: relative;
}

@media all and (max-width: 768px) {
    .ibh-talent-list .hide-txt {
        height: auto !important;
        padding-top: 55px !important;
    }
}

.ibh-talent-list .hide-txt:before {
    content: "";
    width: 1px;
    position: absolute;
    left: 50%;
    top: 20px;
    background: #fff;
    height: 0;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

@media all and (max-width: 768px) {
    .ibh-talent-list .hide-txt:before {
        top: 10px;
        height: 35px !important;
        opacity: 1 !important;
    }
}

.ibh-talent-list .txt {
    font-size: 16px;
}

@media all and (max-width: 1280px) {
    /*.ibh-talent-list .txt {
        font-size: 1.625em;
    }*/
}

@media all and (max-width: 1024px) {
    /*.ibh-talent-list .txt {
        font-size: 1.375em;
        font-weight: 300;
    }*/
}

.ibh-talent-list .txt .ff-maven {
    font-weight: 300;
    font-size: 2.125rem;
}

@media all and (max-width: 1280px) {
    .ibh-talent-list .txt .ff-maven {
        font-size: 1.875rem;
    }
}

@media all and (max-width: 1024px) {
    .ibh-talent-list .txt .ff-maven {
        font-size: 1.5rem;
    }
}

@media all and (max-width: 768px) {
    .gyban-mbx {
        line-height: .8rem;
    }

    .about-r {
        display: none;
    }

    .about-l {
        width: 100%;
    }

    .ibh-talent {
        height: auto;
        display: block;
    }
}

.ind-title-l {
    text-align: center;
}

    .ind-title-l .title-con {
        margin: 1.3vw auto 5.73vw;
    }

.con-div {
    display: flex;
    align-items: center;
}

    .con-div .con-add {
        width: 38.02vw;
        margin-right: 4.53vw;
    }

.conEwm {
    margin-top: 3vw;
}

.conMess {
    color: #303030
}

    .conMess span {
        margin-bottom: 2.7vw;
        display: block;
        color: #262626;
    }

.conEwm .ewmf {
    margin: 0;
    margin-right: 10px;
}

.ewmf {
    width: 108px;
    margin: 0 5px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

    .ewmf span {
        display: block;
        margin-top: 10px;
        line-height: 1.4;
        text-transform: uppercase;
        color: #6a6a6a;
    }

.order-bj {
    background: #f5f7fb;
    background: url('../img/contact-bj.png') #f5f7fb no-repeat;
    background-size: cover;
}


.conInline_inp {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-top: 1.77vw;
}

.order-main .title-con {
    margin-bottom: 4.64vw;
}

.conInline_inp:first-child {
    margin-top: 0;
}

.conInline_inp input {
    width: 32.5%;
    height: 58px;
    padding: 0 14px;
    line-height: 58px;
    background: #fff;
    border-radius: 6px;
    border: 0;
}

.bx-bj .conInline_inp input {
    width: 48.5%;
}

.conInline_btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.conInline textarea {
    width: 100%;
    height: 238px;
    background: #fff;
    border-radius: 6px;
    border: 0;
    margin-top: 1.77vw;
    padding: 14px;
}

.conInline_btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.zdMore {
    position: relative;
    margin-top: 68px;
}

.conInline_btn .zdMore {
    margin: 48px 24px 0;
}

.zdMore .more {
    position: relative;
    width: 238px;
    height: 58px;
    line-height: 58px;
    border-radius: 35px;
    padding: 0 48px;
    font-size: 15px;
    letter-spacing: 1px;
    box-sizing: border-box;
    background-color: #fff;
    color: #0082ff;
    text-transform: capitalize;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.zdMore.blue .more {
    background: #3765ca;
    color: #Fff;
}

.conInline_btn .zdMore .more {
    padding: 0;
    text-align: center;
    display: block;
}

.conInline_btn .zdMore:last-of-type .more {
    background: #7d7d7d;
}

@media (max-width: 768px) {
    .con-add {
        display: none;
    }

    .conInline_inp {
        display: block;
    }
    .bx-bj .conInline_inp input{ width: 100%;}
    .conInline_inp input {
        width: 100%;
        margin-bottom: .25rem;
        border-radius: 3px;
    }

            .conInline_inp input:last-child {
                margin-bottom: 0;
            }

    .conInline_inp {
        margin-top: .25rem;
    }
}

.ser-bj {
    background: #f7f9fb;
}

.ser-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.serZcItem {
    display: block;
    width: calc(25% - 20px);
    padding: 4.84vw 0 3.8vw;
    border-radius: 20px;
    background: #fff;
    text-align: center;
    transition: all .48s;
}

    .serZcItem img {
        width: 3.07vw;
        height: 3.07vw;
        object-fit: contain;
        margin-bottom: 35px;
        transition: all .48s;
    }

    .serZcItem span {
        display: block;
        margin-bottom: 2.14vw;
    }

    .serZcItem p {
        font-size: 16px;
        margin-bottom: 30px;
    }

.ser-box .serZcItem b {
    color: #fff;
    background-color: #e62c1e;
    text-align: center;
    border-radius: 5px;
    padding: 10px 36px;
    font-size: 14px;
}

.serZcItem:hover img {
    transform: rotateY(360deg);
    transition: all .48s;
}

.serZcItem:hover {
    box-shadow: 0 0 10px rgb(0 0 0 / 7%);
    transition: all .48s;
}

.serIpt {
    width: 70%;
    margin: 0 auto;
    height: 50px;
    border: 1px solid #e0e0e1;
    background: #fff;
    border-radius: 10px;
    padding: 10px 50px;
    position: relative;
}

    .serIpt svg {
        width: 20px;
        height: 20px;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
    }

        .serIpt svg path {
            fill: #111;
        }

    .serIpt input {
        background: none;
        border: none;
        width: 100%;
        height: 100%;
    }

        .serIpt input::placeholder {
            color: #999;
            font-size: 16px;
        }

.wt-main .title-con {
    margin-bottom: 3.08vw;
}

.serSs {
    padding-bottom: 6.01vw;
    margin: 0 auto 48px;
    background-repeat: no-repeat;
    background-size: cover;
}

.wt-box {
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
    align-items: flex-start;
}


.wt-Text {
    padding: 20px 0px;
    border-bottom: 1px solid #e9e9e9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: calc(50% - 60px);
}

    .wt-Text p {
        width: 80%;
        font-size: 18px;
        line-height: 1.6;
        /* overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    要显示的行数
    -webkit-box-orient: vertical; */
    }

    .wt-Text img {
        width: 20px;
    }

    .wt-Text.on img {
        transform: rotate(90deg);
    }

.serWtZk {
    width: 100%;
    padding: 20px 0;
    display: none;
}

.wt-Text.on .serWtZk {
    display: block;
}

@media (max-width: 768px) {
    .wt-Text {
        width: 100%
    }

    .serZcItem {
        width: calc(50% - 5px);
        padding: 40px 0;
        margin-bottom: 10px;
    }

        .serZcItem img {
            width: 24px;
            height: 24px;
            margin-bottom: 5px;
        }

        .serZcItem span {
            margin-bottom: .4rem;
        }

        .serZcItem p {
            font-size: 12px;
        }

    .ind-title-l .title-con {
        margin-bottom: .4rem
    }

    .serIpt {
        padding: 2px 20px;
        width: 95%;
    }

        .serIpt svg {
            width: 16px;
            height: 16px;
            right: 15px;
        }
}

.job-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative
}

.jb-item {
    width: calc(25% - 1.41vw);
    height: 18.49vw;
    padding: 4.84vw 60px 6.04vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    z-index: 2;
    border-radius: 8px;
    background: #f3f3f3;
    box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    transition: all .48s;
    cursor: pointer;
}

    .jb-item img {
        margin-bottom: 1.61vw;
        width: 50px;
        transition: transform 0.2s ease, filter 0.2s ease;
    }

    .jb-item:hover img {
        transform: translateY(-15px);
        filter: brightness(0) invert(1);
    }

    .jb-item span {
        display: block;
        font-weight: bold;
        padding-bottom: 10px;
        position: relative;
        transition: all .48s;
    }

        .jb-item span::after {
            content: '';
            width: 30px;
            height: 4px;
            background: #c23426;
            border-radius: 8px;
            position: absolute;
            left: 50%;
            bottom: -1.15vw;
            transform: translateX(-50%);
        }

    .jb-item:hover span {
        transform: translateY(-15px);
    }

.jb-item_p {
    width: 100%;
    margin: 0 auto;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -0.39vw;
    font-size: 14px;
    margin-bottom: 20px;
    text-align: center;
}

.jb-item p {
}

.jb-item:hover .jb-item_p {
    opacity: 1;
    transition: all .28s .25s;
}

.jb-item:hover {
    background: #3765ca;
    color: #fff;
}


.jb-item.on .jb-item_p {
    display: block
}

/*.hr-bj {
    background: #f5f7fb;
}*/
.hr-bj {
    background: url('../img/job_bg.png') no-repeat;
    background-size: cover;
}

.hr-box-list {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}

.hr-box-item {
    width: calc(33.33% - 10px);
    padding: 35px 52px;
    margin-right: 15px;
    border-radius: 15px;
    background: #fff;
    /*   background-image: url(../images/hrXqItem.png);*/
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right top;
    cursor: pointer;
}

    .hr-box-item:nth-child(3) {
        margin-right: 0;
    }

    .hr-box-item span {
        font-size: 24px;
        line-height: 1.4;
        color: #111;
        display: block;
        margin-bottom: 10px;
    }

.hr-box-item-line {
    display: flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.hr-box-item b {
    font-size: 18px;
    color: #666;
    display: block;
}

.hr-box-item p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-style: normal;
}

    .hr-box-item p small {
        display: inline-block;
        border: 1px solid #c23426;
        color: #c23426;
        border-radius: 8px;
        padding: 2px 20px;
        font-size: 16px;
    }

    .hr-box-item p i {
        font-size: 18px;
        color: #666;
        font-style: normal;
    }

.hr-textBox {
    width: 100%;
    margin-bottom: 15px;
}

.hr-text {
    width: 100%;
    padding: 35px 52px;
    border-radius: 15px;
    background: #fff;
    margin-top: 15px;
    position: relative;
    display: none;
}

    .hr-text.on {
        display: block;
    }

.hr-text-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #f5f5f5;
}

.hr-text_li b {
    font-size: 14px;
    color: #666;
    display: block;
}

.hr-text_li span {
    font-size: 20px;
    color: #111;
    font-weight: 600;
}

.hrXqText_div b {
    font-size: 18px;
    color: #c23426;
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
}

.hr-text::after {
    content: '';
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 8px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -12%) rotate(45deg);
}

.hr-text:nth-child(2n)::after {
    left: 50%;
}

.hr-text:nth-child(2n-1)::after {
    left: 16%;
}

.hr-text:nth-child(3n)::after {
    left: 84%;
}

@media (max-width: 768px) {
    .job-box {
        display: block
    }

    .jb-item {
        width: 100%;
         
        
        align-items: center;
        padding: .32rem 0;
        margin-bottom: .55rem;
        height: 3.5rem;
    }

        .jb-item img {
            margin-bottom: .28rem;
            width: 30px;
        }

    .jb-item_p {
        position: initial;
        opacity: 1;
        transform: translateY(0);
        margin-top: 15px;
        display: block;
    }

    .hr-box-item {
        width: 100%;
        margin-bottom: .25rem;
        margin-right: 0;
        padding: 20px 30px;
    }

    .hr-text {
        width: 90%;
        position: fixed;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        box-shadow: 0 0 30px rgba(0, 0, 0, .1);
        z-index: 9999;
    }
}

.news {
    padding: 5.2vw 0;
}

.news-ul {
    width: 103%;
    font-size: 0;
    margin-top: 4.5vw;
    margin-bottom: 2.1vw;
}

.news-li {
    display: inline-block;
    vertical-align: top;
    width: 30.333%;
    margin-right: 3%;
    margin-bottom: 3%;
    height: 28.125vw;
    background: #fafafa;
    position: relative;
    border-radius: .63vw;
}

.news-b {
    width: 100%;
    height: 16.04vw;
    overflow: hidden;
}

.news-div {
    padding: 1.8vw;
}

.news-d {
    line-height: 1.6vw;
    height: 3.2vw;
    margin-top: 1.46vw;
    margin-bottom: 1.56vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-e {
    line-height: 1.3vw;
    height: 2.6vw;
    margin: 1vw 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-ul2 .news-li:nth-child(1) {
    width: 63.333%;
}

    .news-ul2 .news-li:nth-child(1) .news-b {
        height: 28.125vw;
    }

    .news-ul2 .news-li:nth-child(1) .news-div {
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 1.5vw 2.6vw;
        z-index: 2;
        width: 100%;
        background: rgba(0, 0, 0, .5);
    }

        .news-ul2 .news-li:nth-child(1) .news-div .news-c {
            color: #c8c8c8
        }

        .news-ul2 .news-li:nth-child(1) .news-div .news-d {
            color: #fff;
            height: unset;
            line-height: 1vw;
            margin-bottom: 0;
        }

    .news-ul2 .news-li:nth-child(1) .news-e,
    .news-ul2 .news-li:nth-child(1) .news-f {
        display: none;
    }

@media (max-width: 1200px) {
    .news-li {
        height: 335px !important;
    }

    .news-d {
        line-height: 20px;
        height: 40px;
    }

    .news-e {
        line-height: 20px;
        height: 40px;
    }

    .news-b {
        height: 160px;
    }

    .news-ul2 .news-li:nth-child(1) .news-b {
        height: 335px;
    }
}

@media (max-width: 1000px) {
    .news-li {
        width: 47%;
    }

    .news-b {
        height: 180px;
    }

    .news-ul2 .news-li:nth-child(1) {
        width: 97%;
    }
}

@media (max-width: 750px) {
    .news {
        padding: .8rem 0;
    }

    .news-b {
        height: 3.8rem;
    }

    .news-div {
        padding: .2rem;
    }

    .news-d {
        font-size: .28rem;
        line-height: .35rem;
        height: .7rem;
        margin-top: .15rem;
    }

    .news-e {
        font-size: .22rem;
        line-height: .3rem;
        height: .6rem;
        margin: .1rem 0 .15rem 0;
    }

    .news-f {
        font-size: .22rem;
    }

    .news-li {
        height: auto !important;
        width: 97%;
        margin-bottom: .35rem;
    }

    .news-ul2 .news-li:nth-child(1) {
        height: 4rem !important;
    }

        .news-ul2 .news-li:nth-child(1) .news-div {
            padding: .2rem .3rem;
        }

        .news-ul2 .news-li:nth-child(1) .news-d {
            height: auto;
            max-height: .7rem;
        }

        .news-ul2 .news-li:nth-child(1) .news-b {
            height: 100%;
        }

    .news-ul {
        margin: .6rem 0;
    }
}


.nwinfo {
    padding: 2.6vw 0;
}

.nwinfo-ab {
    width: 74%;
}

.nwinfo-b {
    margin-top: 1vw;
    color: #256555;
    margin-bottom: 1.8vw;
    font-weight: 600;
}

.nwinfo-cnt {
    font-size: 0;
}

.nwinfo-lt {
    width: 74%;
    display: inline-block;
    vertical-align: top;
}

.nwinfo-c {
    padding: 1.5vw 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.nwinfo-d {
    text-align: right;
    padding-top: 3.125vw;
    padding-bottom: 2.1vw;
}

.nwinfo-da {
    display: inline-block;
    vertical-align: top;
    color: #2460A7;
}

.nwinfo-e {
    border-top: 1px solid #ddd;
    overflow: hidden;
    padding-top: 1.8vw;
    position: relative;
}

.nwinfo-eli {
    display: inline-block;
    float: left;
    max-width: 45%;
    padding-left: 1.5vw;
    background: url(../img/ico29_1.png) no-repeat left center;
    background-size: .7vw auto;
    height: 2vw;
    line-height: 2vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.nwinfo-eli2 {
    padding-left: 0;
    padding-right: 1.8vw;
    background: url(../img/ico29_2.png) no-repeat right center;
    background-size: .7vw auto;
    float: right;
}

.nwinfo-rt {
    width: 26%;
    display: inline-block;
    vertical-align: top;
    padding-left: 1.3vw;
}

.nwinfo-rt-div {
    width: 100%;
    border: 1px solid #ddd;
    padding: 1.6vw;
}

.nwinfo-f {
    padding: .6vw 0;
    border-bottom: 3px solid #2460A7;
    color: #666;
}

.nwinfo-li {
    display: block;
    padding: 1.2vw 0;
    border-bottom: 1px dashed #333;
}

.nwinfo-g1 {
    overflow: hidden;
}

.nwinfo-g2 {
    margin-top: 1vw;
    color: #959494;
}

.nwinfo-g3 {
    color: #434343;
    margin-top: .6vw;
    height: 1.4vw;
    line-height: 1.4vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.nwinfo-li:hover .nwinfo-g3 {
    color: #2460A7;
}

@media (max-width: 1000px) {
    .nwinfo-rt {
        display: none;
    }

    .nwinfo-ab,
    .nwinfo-lt {
        width: 100%;
    }
}

@media (max-width: 1000px) {
    .nwinfo {
        padding: .8rem 0;
    }

    .nwinfo-b {
        margin-bottom: .3rem;
    }

    .nwinfo-c {
        padding: .3rem 0;
    }

    .nwinfo-d {
        padding: .3rem 0 .2rem 0;
    }

    .nwinfo-e {
        padding-top: .2rem;
    }

    .nwinfo-eli {
        float: left;
        max-width: initial;
        height: .4rem;
        line-height: .4rem;
        margin-bottom: .15rem;
        padding: 0 .25rem !important;
        background-size: .15rem auto;
    }

    .nwinfo-eli2 {
        padding-left: 0;
    }
}

.product-bj {
    background: #f5f5f5;
}

.product-main {
    display: flex;
    padding: 3.59vw 0;
}

.product-l {
    width: 14.95vw;
    display: inline-block;
    vertical-align: top;
    margin-right: 1.46vw;
    background: #fff;
    /* height: 1137px;*/
}

    .product-l h3 {
        padding: 16px 20px;
        font-size: 20px;
        font-weight: normal;
        color: #333;
    }

    .product-l ul {
        list-style: none;
    }

    .product-l li a {
        display: block;
        padding: 18px 20px;
        color: #444;
        text-decoration: none;
        font-size: 14px;
        border-left: 4px solid transparent;
    }

.product-img, .relate-img {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .product-img img, .relate-img img {
        width: 100%;
        display: block;
        transition: transform 0.5s ease;
    }

.product-l li a.active {
    background: #0078e7;
    color: #fff;
    border-left-color: #0078e7;
}

.product-card:hover .product-img img, .relate-item:hover .relate-img img {
    transform: scale(1.05); /* 图片放大 */
}

.product-r {
    width: calc(100% - 16.41vw);
}

.product-con {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    /*   margin-bottom: 5.83vw*/
}

.product-card {
    background: #fff;
    border: 1px solid #eee;
    padding: 30px 20px;
    text-align: center;
}



    .product-card .title {
        font-size: 20px;
        color: #222;
        margin-bottom: 12px;
    }

    .product-card .model {
        font-size: 16px;
        color: #777;
        margin-bottom: 12px;
    }

.productn-bj {
    padding: 2.8vw 0 5.5vw;
    background: #f5f5f5;
}

.productn-m {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 1.67vw;
}

    .productn-m .l, .productn-m .l a {
        color: #7d7d7d;
    }

.pron-con {
    padding: 4.84vw;
    background: #fff;
}
/* 顶部左右两栏容器 */
.top-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}

/* 左侧图片 37.6vw */
.top-left {
    width: 37.6vw;
    padding: 10px;
}

    .top-left img {
        width: 100%;
        display: block;
    }

/* 右侧信息 43.33vw */
.top-right {
    width: 43.33vw;
    padding: 50px;
}

.title-name {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 5px;
}

.title-model {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 40px;
}

.sub-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 5.68vw;
}

.btn-group {
    display: flex;
    gap: 15px;
}

.btn-blue {
    width: 8.53vw;
    background: #2768d9;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    padding: 12px 0;
    padding-left: 2.85vw;
}

    .btn-blue:after {
        content: '';
        display: block;
        width: 1.3vw;
        height: 1.2vw;
        background: url('../img/productshow-1.png') no-repeat;
        background-size: cover;
        position: absolute;
        top: .74vw;
        left: 1.28vw;
    }

    .btn-blue:hover {
        color: #fff;
    }

.btn-gray {
    padding: 13px 0;
    background: #e2e2e2;
    color: #333;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    padding-left: 2.85vw;
    width: 8.53vw;
    position: relative;
    height: 2.85vw;
}

    .btn-gray:after {
        content: '';
        display: block;
        width: 1.15vw;
        height: 1.2vw;
        background: url('../img/productshow-2.png') no-repeat;
        background-size: cover;
        position: absolute;
        top: .74vw;
        left: 1.28vw;
    }

.param-block {
    position: relative
}

.param-tab {
    background: #ddd;
    display: inline-block;
    margin-bottom: 12px;
    font-size: 18px;
    height: 2.5vw;
    line-height: 2.5vw;
    padding: 0 1.82vw;
    margin-bottom: 2.26vw;
}

    .param-tab:after {
        content: '';
        display: block;
        width: 100%;
        bottom: 0px;
        background: #9c9c9c;
        height: 2px;
        position: absolute;
        top: 2.5vw;
        left: 0;
    }

.relate-list {
}

.relate-item {
    width: 23%;
    float: left;
    margin-right: 2%;
}

    .relate-item img {
        width: 100%;
        display: block;
        margin-bottom: 8px;
    }

    .relate-item p {
        font-size: 14px;
        color: #333;
        line-height: 1.8;
        text-align: center;
    }

        .relate-item p span {
            margin-bottom: .52vw;
        }

.relate-img {
    border: 1px solid #dddddd;
    margin-bottom: 1.09vw;
}

.param-con {
    padding: 0 0 2.79vw
}

@media(max-width: 980px) {
    .footer-Btn a {
        display: none !important;
    }
}

#newBridge .icon-right-center {
    display: none;
}

.footer-Btn {
    width: 60px;
    height: 127px;
    border-radius: 4px;
    position: fixed;
    right: 10px;
    top: 60%;
    text-align: center;
    z-index: 999;
}

    .footer-Btn > a {
        height: 50%;
        margin: 5px auto;
        color: #000000;
        cursor: pointer;
        /* display: block; */
        background: #e3e3e3;
        border-radius: 8px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .footer-Btn > a:first-child::after {
            position: absolute;
            content: '';
            width: 40px;
            height: 1px;
            background-color: #fff;
            top: 64px;
            left: 10px;
            opacity: 0.2;
        }

        .footer-Btn > a:first-child {
            position: relative;
        }

    .footer-Btn img {
        width: 24px;
        height: 24px;
    }

.telbox {
    width: 180px;
    height: 80px;
    box-shadow: 0px 18px 18px 0px rgba(10, 31, 68, 0.08);
    border-radius: 6px;
    position: absolute;
    right: 70px;
    background-color: #FFFFFF;
    border: 1px solid #F3F3F3;
    top: 65px;
    display: none;
}

.telbox_img {
    width: 210px;
    height: 232px;
    box-shadow: 0px 18px 18px 0px rgba(10, 31, 68, 0.08);
    border-radius: 6px;
    position: absolute;
    right: 70px;
    background-color: #FFFFFF;
    border: 1px solid #F3F3F3;
    top: 35px;
    display: none;
    padding: 5px;
}
    .telbox_img img{ display: block;width: 100%;height: auto;
    }

    .telbox p {
        color: #A1A1A1;
        font-size: 12px;
        margin-top: 8px;
    }

    .telbox h3 {
        font-size: 20px;
        color: #3765ca;
    }

.BackTop svg {
    width: 20px;
    height: 20px;
}

    .BackTop svg path {
        fill: #333;
    }

.nwinfo-back {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    background: #3765ca;
    line-height: 1.9vw;
    height: 1.9vw;
    padding: 0 1.17vw;
    width: unset;
    position: absolute;
    left: 50%;
    top: 1.8vw;
}

@media (max-width: 750px) {
    .iabt-f .li span {
        margin-top: .25rem;
        line-height: .45rem;
        margin-bottom: .25rem;
    }

    .iabt-f .li {
        margin-top: .25rem;
        margin-bottom: .35rem;
        border-radius: .24rem;
    }

    .footer, .footer-k, .product-l h3 {
        display: none;
    }

    .iabt-div, .iabt-f {
        margin-bottom: .35rem;
    }

    .product-main, .product-con {
        display: unset;
    }

    .product-l, .product-r, .top-left, .top-right {
        width: 100%;
        margin-bottom: .25rem;
    }

        .product-l ul {
            width: 99%;
            margin: 0 auto;
        }

            .product-l ul li {
                width: 50%;
                float: left;
            }

        .product-l li a {
            padding: unset;
            line-height: .88rem;
                         border-left: 14px solid transparent;
        }

    .product-card {
        width: 97%;margin: 0 auto;
        margin-bottom: .35rem;
      
    }

    .product-r {
        width: 98%;
        margin: 0 auto;
    }

    .nwinfo-e, .btn-group, .productn-m {
        display: none;
    }

    .top-wrap {
        flex-direction: column;
    }

    .param-tab {
        height: .58rem;
        line-height: .58rem;
        margin-bottom: .25rem;
    }

        .param-tab:after {
            top: .58rem;
        }

    .relate-item {
        width: 100%;
        float: unset;
        margin-bottom: .25rem;
        margin-right: 0;
    }

    .news-ul2 .news-li:nth-child(1) .news-div .news-d {
        line-height: .3rem;
    }
    .inner-nav a {
        padding: 0 .38rem;
        margin-right: .25rem;
    }
    .proinfo-nav a {
        padding: 0rem;
      
        display: inline-block;
        width: 50%;
        margin: 0px;
        float: left;
        line-height: .88rem;
        border-left: 14px solid transparent;
        font-size: 14px;
        font-weight: normal;
       
    }
        .proinfo-nav a.cur {
            background: #0078e7;
            color: #fff;
            border-left-color: #0078e7;
        }
    .inner-nav .cur:after{ display: none;
    }
    .proinfo-nav{ width: 99%;}
    .pro-nav a {
        padding: 0 .28rem;
    }
    .top-right {
        padding: 0;
        margin-bottom: 0;
    }

    .title-name {
        font-size: .45rem;
    }
    .title-model {
        margin-bottom: .25rem;
        font-size: .35rem;
    }
    .top-wrap{ margin-bottom: .55rem;}
    .conInline_btn > .zdMore.blue:nth-child(2) {
        display: none;
    }
    .pro-mbx{ border-top: none;}
}
.yYueTc{
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 10
}
.yYueTcBox{
    width: 100%;
    height: 100%;
    background: #fff;
    position: relative;
}
.yYueClose{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .68);
    position: absolute;
    left: 0;
    top: 0;
}
.yYueTcXq{
    /* width: 50%; */
    min-width: 20%;
    padding: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .18);
    background: #fff;        
    border-radius: 8px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}
.yYueTcXq .ybhxYyText{
    width: 100%;
    box-shadow: none;
    text-align: center;
}
.yYueTcXq .ybhxYyText span{
    font-size: 36px;
}
.yYueTcXq .ybhxYyText form{
    text-align: left;
}

@media (max-width: 1024px){
    .yYueTcXq{
        width: 70%;
    }
}
@media (max-width: 680px){
    .yYueTcXq{
        width: 90%;
        padding: 10px;
    }
    .yYueTcXq .ybhxYyText span {
        font-size: 26px;
    }
}