﻿
body {
    background-color: #fafafa;
}
@font-face {
    font-family: 'SourceHanSansCN';
    src: url('/css/fonts/SourceHanSansCN-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Inter';
    src: url('/css/fonts/Inter-var-2.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
html, body, h1, h2, h3, h4, h5, h6, p, span, small, a {
    font-family: 'SourceHanSansCN';
}

.NewsDetail001-title {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px dashed #D8D8D8;
}

    .NewsDetail001-title h3 {
        font-size: 24px;
        color: #333;
    }

.tit_bar {
    margin-top: 15px;
}

.social-share {
    display: inline-block;
}

.tit_bar .text {
    font-size: 16px;
    color: #333;
    margin-top: 20px;
    display: inline-block;
    margin: 0 3%;
}

.NewsDetail001-item {
    padding: 30px 0;
    font-size: 16px;
    color: #333;
    line-height: 2;
}

.TurnPages {
    display: block;
    border-top: 1px dashed #D8D8D8;
    padding-top:20px;
}



    .TurnPages a {
        font-size: 16px;
        color: #666666;
    }

        .TurnPages a:hover {
            color: #000;
        }

@media screen and (max-width: 1000px) {

        .nei-banner .img img {
            object-fit: cover;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .nei-banner .text h3 {
        font-size: 25px;
    }



    .NewsDetail001-title h3 {
        font-size: 18px;
    }
    .tit_bar{
        margin-top:5px;
    }
    .NewsDetail001-title{
        padding-bottom:15px;
    }
    .tit_bar .text {
        margin: 0 3%;
    }
    .NewsDetail001-item{
        padding:15px 0;
        font-size:14px;
        line-height:1.6;
    }
    .TurnPages{
        padding-top:15px;
    }

    .NewsDetail001 {
        margin-bottom: 30px;
    }

    .TurnPages {
        display: block;
    }

.TurnPages p {
    width: 100%;
    text-align: left !important;
    margin: 5px 0;
}

.TurnPages p a {
    font-size: 14px;
}
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 15;
    background-color: transparent;
    /* transition: all 0.5s; */
}


    .header.active {
        background-color: #fff;
     /*   box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);*/
    }
    .header.myactive {
        background-color: #FAFAFA;
        border-bottom: 1px solid #cccccc;
        position:sticky;
        top:0;
    }



        .header .header-hidebox {
            content: "";
            display: block;
            width: 100%;
            height: 70px;
            background-color: rgba(255,255,255,.9);
            position: absolute;
            left: 0;
            top: 80px;
            z-index: 2;
            display: none;
        }





.header001 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top:46px;
    padding-bottom:46px;
}



    .header001 .left {
        display: flex;
        align-items: center;
    }

.header001-left {
    display: flex;
    align-items: center;
}

.header001 .bx-logo {
    max-height: 50px;
    position: relative;
    z-index: 1;
}

    .header001 .bx-logo a {
        display: flex;
        align-items: center;
        display: block;
    }

    .header001 .bx-logo img {
        max-height: 32px;
        display: block;
    }

.header001 .right {
    display: flex;
    align-items: center;
}


.header001 .bx-nav ul li {
    float: left;
    line-height: 1;
    text-align: center;
    font-size: 20px;
    z-index: 400;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 60px;
}

    .header001 .bx-nav ul li:nth-child(1) {
        margin-left: 0;
    }

.header001 .bx-nav {
    height: 100%;
}

    .header001 .bx-nav ul li > a {
        color: #232323;
        display: block;
        width: 100%;
        position: relative;
        transition: all 0s;
        font-size:16px;
        opacity:.65;
        transition:all 0.5s;
    }
        .header001 .bx-nav ul li > a:hover, .header001 .bx-nav ul li.active > a {
            opacity: 1;
        }


        .header001 .bx-nav ul li .bx-nav-fd {
            width: 100%;
            display: none;
            position: absolute;
            top: 60px;
            line-height: 30px;
            z-index: 10;
            left: 50%;
            transform: translate(-50%, 0);
            background-color: rgba(255,255,255,.99);
            padding-top: 28px;
            padding-bottom: 48px;
            border-top: 1px solid #F7F7F7;
        }

        .header001 .bx-nav ul li .bx-nav-fd p {
            width: 100%;
            display: inline-block;
            color: #000;
            font-size: 16px;
            padding: 5px 10px;
            position: relative;
            transition: all 0.5s;
        }

.bx-nav-fd-box {
    text-align: left;
}

.header001 .bx-nav .bx-nav-fd-box .title {
    display: inline-block;
    width: auto;
    font-size: 26px;
    font-weight: 100;
    color: #333 !important;
}

    .header001 .bx-nav .bx-nav-fd-box .title:hover {
        color: #333;
    }

.header001 .bx-nav .bx-nav-fd-box .bx-nav-fd-list:nth-child(1) {
    margin-top: 0;
}

.header001 .bx-nav .bx-nav-fd-box .bx-nav-fd-list {
    margin-top: 30px;
}

.header001 .bx-nav .bx-nav-fd-box .bx-nav-fd-item p {
    display: inline-block;
    padding: 0;
    width: auto;
    margin-right: 20px;
    margin-top: 20px;
}

    .header001 .bx-nav .bx-nav-fd-box .bx-nav-fd-item p a {
        min-width: 150px;
        line-height: 40px;
        padding: 0 30px;
        border-radius: 12px;
        background-color: #F6F6F6;
        color: #999999;
        text-align: center;
        font-size: 20px;
    }

        .header001 .bx-nav .bx-nav-fd-box .bx-nav-fd-item p a:hover {
            color: #333;
        }

.header001 .bx-navigation {
    display: none;
    margin-left: 20px;
}

/*.header001 .bx-nav ul li:hover > a,
.header001 .bx-nav ul li.active > a {
    color: #fff !important;
}

.active .header001 .bx-nav ul li:hover > a,
.active .header001 .bx-nav ul li.active > a {
    color: #333 !important;
}*/

/*.header001 .bx-nav ul li.active > a {
    font-weight: 700;
}*/


.header001 .bx-nav ul li a.active::before {
    opacity: 1;
}

.header001 .bx-nav ul li .bx-nav-fd a {
    color: #333;
    font-weight: 400;
}


.bx-navigation {
    display: none;
}


.nav-hide {
    display: none;
}



@media (max-width: 1500px) {
    .header001 .bx-logo img {
        max-height: 24px;
    }

    .header001 .bx-nav ul li {
        margin-left: 40px;
    }


    .header001 .bx-nav ul li {
        font-size: 18px;
    }
    .header001{
        padding:35px 0;
    }
}




.xs-show {
    display: none;
}

.xs-hide {
    display: block;
}



@media (max-width: 1000px) {
    .xs-hide {
        display: none
    }

    .xs-show {
        display: block;
    }

    .bx-nav-dh {
        font-size: 14px;
        margin-left: 10px;
    }

    .bx-header-but .bx-header-ewm {
        top: 60px;
    }

    .bx-nav-dh i {
        font-size: 16px;
    }

    .header001{
        padding:15px 0;
    }

    .header001::before {
        transform: translate(-75%, 0);
    }

        .header001 .bx-logo img {
            max-height: 18px;
        }

    .header {
        z-index: 20;
    }

    .header001 .bx-nav {
        position: fixed;
        top: 0;
        z-index: 500;
        right: -100%;
        z-index: 600;
        width: 60%;
        height: 100vh;
        background-color: #fff;
        margin-left: 0;
        transition: all 0.5s;
        z-index: 20;
        padding-top: 50px;
        min-width: 260px;
    }

        .header001 .bx-nav ul {
            overflow-y: scroll;
            height: calc(100vh - 50px);
        }

            .header001 .bx-nav ul li {
                line-height: 50px;
                height: auto;
                text-align: left;
                float: none;
                border-bottom: 1px solid #F7F7F7;
                position: relative;
                width: 100%;
                display: block;
                padding: 0 15px;
                margin-left: 0;
            }

                .header001 .bx-nav ul li > i {
                    color: #333;
                    position: absolute;
                    right: 10px;
                    top: 18px;
                    display: block;
                }

                    .header001 .bx-nav ul li > i.down {
                        transform: rotate(90deg);
                    }

    .bx-nav-close {
        position: absolute;
        right: 20px;
        top: 17px;
        line-height: 1;
        color: #000;
        font-size: 20px;
        font-weight: bold;
    }


    .header001 .bx-nav ul li a {
        padding: 0 10px;
        color: #333333;
        text-align: center;
        font-size: 16px;
        width: auto;
        display: inline-block;
        padding: 0;
        width: 100%;
        text-align: left;
    }

    .header001 .bx-nav ul li > a {
      /*  font-weight: bold;*/
        color: #000 !important;
    }

    .header001 .bx-nav ul li.active a, .header001 .bx-nav ul li:hover a {
        color: #333333 !important;
    }

    .header001 .bx-nav ul li a::before {
        display: none;
    }

    .header001 .bx-navigation {
        display: block;
    }

    .header001 .bx-nav ul li .bx-nav-fd {
        display: none;
        position: relative;
        top: 0px;
        width: 100%;
        background-color: transparent;
        padding: 10px 0;
        padding-left: 20px;
    }

    .header001 .bx-nav .bx-nav-fd-box .title {
        font-size: 16px;
        padding: 0;
    }

    .header001 .bx-nav .bx-nav-fd-box .bx-nav-fd-item p {
        margin-top: 0;
        margin-right: 0;
        padding-left: 20px;
    }

    .header001 .bx-nav .bx-nav-fd-box .bx-nav-fd-list {
        margin-top: 10px;
    }

    .header001 .bx-nav .bx-nav-fd-box .bx-nav-fd-item p a {
        min-width: none;
        padding: 0;
        background-color: transparent;
        color: #999999 !important;
        line-height: 20px;
        text-align: left;
    }

    .header001 .bx-nav ul li .bx-nav-fd p {
        display: block;
        width: 100%;
        border-top: 1px solid rgba(255,255,255,.5);
        padding: 5px 0;
    }



    .bx-navigation {
        display: block;
    }

    .header001 .bx-nav ul li .bx-nav-fd a {
        padding: 0 5px;
        font-size: 14px;
        color: #fff !important;
    }




    .active .hamburger .line, .myactive .hamburger .line {
        background-color: #333333;
    }

    .hamburger .line {
        width: 20px;
        height: 3px;
        background-color: #fff;
        display: block;
        margin: 4px auto;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .hamburger:hover {
        cursor: pointer;
    }

    #hamburger-1.is-active .line:nth-child(2) {
        opacity: 0;
    }

    #hamburger-1.is-active .line:nth-child(1) {
        -webkit-transform: translateY(7px) rotate(45deg);
        -ms-transform: translateY(7px) rotate(45deg);
        -o-transform: translateY(7px) rotate(45deg);
        transform: translateY(7px) rotate(45deg);
    }

    #hamburger-1.is-active .line:nth-child(3) {
        -webkit-transform: translateY(-7px) rotate(-45deg);
        -ms-transform: translateY(-7px) rotate(-45deg);
        -o-transform: translateY(-7px) rotate(-45deg);
        transform: translateY(-7px) rotate(-45deg);
    }
    /* 
    .header001 .bx-nav ul li a:hover,
    .header001 .bx-nav ul li a.active {
        color: #fff !important;
        font-weight: bold;
    } */
}

.plr30{
    padding-left:30px;
    padding-right:30px;
    width:100%;
}
.plr70 {
    padding-left: 70px;
    padding-right: 70px;
    width: 100%;
}

.banner img {
    width: 100%;
}
    .banner .img1{
        display:block;
    }

.banner .img2 {
    display: none;
}

    .index-one-item {
        padding: 110px 0;
        text-align: center;
        color: #232323;
    }

.index-one-item h3{
    font-size:60px;
    white-space:pre-line;
    line-height:1.4;
}
    .index-one-item p {
        font-size: 30px;
        white-space: pre-line;
        margin-top: 44px;
        line-height: 1.2;
    }


.str_wrap {
    overflow: hidden;
    /* zoom:1; */
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.str_move {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    cursor: move;
}

.str_move_clone {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 100%;
    top: 0;
}

.str_vertical .str_move_clone {
    left: 0;
    top: 100%;
}

.str_down .str_move_clone {
    left: 0;
    bottom: 100%;
}

.str_vertical .str_move,
.str_down .str_move {
    white-space: normal;
    width: 100%;
}

.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
    cursor: inherit;
}

.str_wrap img {
    max-width: none !important;
}
.index-three-boxlist{
    border-bottom:1px solid #ccc;
    overflow:hidden;
    width:100%;

}
    .index-three-boxlist:nth-child(1) {
        border-top: 1px solid #ccc;
    }
    .index-three-boxlist ul {
        white-space: nowrap;
        margin-top: 0;
    }
.index-three-boxlist ul li {
    display: inline-block;
    padding-right:88px;
    padding-top:30px;
    padding-bottom:25px;
}
        .index-three-boxlist ul li .img{
            height:70px;
            line-height:70px;
        }
    .index-three-boxlist ul li .img img{
        max-height:70px;
    }
.index-three-item{
    max-width:100%;
}

.img-padding {
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
}
    .img-padding img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        left: 0;
        top: 0;
    }

.index-case {
    padding-top: 135px;
    padding-bottom: 125px;
}

.index-case-nav ul{
   text-align:center;
}
.index-case-nav ul li{
    display:inline-block;
    margin:0 20px;
}
    .index-case-nav ul li a {
        font-size: 18px;
        color: #232323;
        opacity:.65;
        transition:all 0.5s;
    }
    .index-case-nav ul li.active a, .index-case-nav ul li:hover a {
        opacity:1;
    }
.index-case-item{
    margin-top:43px;
}
.index-case-item ul {
    display: flex;
    flex-wrap: wrap;
}
.index-case-item ul li{
    width:33.33%;
}

.index-case-list{
    display:block;
}

.index-case-list .img{
    padding-bottom:71%;
}

    .index-case-list .img img{
        display:block;
    }

.index-case-list{
    display:block;
    position:relative;
    overflow:hidden;
}
    .index-case-list .text {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        transition: all 0.5s;
        background-color: rgba(0,0,0,0);
        padding: 0 40px;
    }
        .index-case-list .text h3 {
            font-size: 20px;
            color: #fff;
            position: absolute;
            bottom: -50px;
           
            width: 100%;
            transition:all 0.5s;
        }
    .index-case-list.active .text h3 {
        padding-left: 47px;
        line-height:30px;
        width:100%;
        box-sizing:border-box;
    }
    .index-case-list.active .text h3::before{
        content:'';
        display:block;
        width:30px;
        height:30px;
        background-image: url('../images/icon-ts.png');
        background-size:100% 100%;
        position:absolute;
        left:0;
    }
    .index-case-list:hover .text h3{
        bottom:25px;
    }
    .index-case-list:hover .text{
        background-color: rgba(0,0,0,.6);
    }

    .box-more {
        text-align: center;
        margin-top: 80px;
    }
.box-more-but{
    display:inline-block;
    cursor:pointer;
}
    .box-more-but p {
        font-size: 18px;
        color: #999999;
       /* font-family: 'Inter';*/
    }
    .box-more-but img{
        width:45px;
        height:45px;
        margin-top:5px;
    }


.footer {
    background-color: #ff2260;
    padding:20px 0;
}

.footer-top{
    display:flex;
    justify-content:space-between;
    padding:0 13%;
    
}
.footer-top .text p{
    font-size:40px;
    color:#fff;
    white-space:pre-line;
    line-height:1.3;
}
    .footer-top .footer-logo{
        max-width:200px;
        margin-top:10px;
    }
    .footer-top .text{
        max-width:50%;
    }

    .footer-conbox {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding:8px 13%;
        position:relative;
    }

        .footer-conbox::before {
            content: '';
            display: block;
            width:38px;
            height:38px;
            position: absolute;
            left: 8%;
            top: 9px;
            background-image: url('/images/icon-add.png');
            background-size:100% 100%;
            background-position:center;
            
        }
        .footer-conbox .text {
            max-width: 50%;
        }
        .footer-conbox .text p {
            display: inline-block;
            font-size: 25px;
            color: #fff;
        }
            .footer-conbox .text p.p2 {
                font-size: 20px;
                margin-left: 65px;
                /*font-family: 'Inter';*/
            }

.footer-conbox-icon .footer-conbox-iconlist{
    display:inline-block;
    margin-left:40px;

}
.footer-conbox-icon .footer-conbox-iconlist .icon{
    display:block;
    max-width:37px;
}
.footer-conbox-text, .footer-conbox-text a{
    font-size: 25px;
    font-family: 'Inter';
    color: #fff ;
}
.footer-conbox:hover .footer-conbox-text a {
    color: #ff2260 !important;
}

    .footer-conbox-item {
        margin-top: 20px;
    }

.footer-add{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-top:5px;
    padding:0 13%;
}
    .footer-add .text{
        font-size:13px;
        color:#fff;
        white-space:pre-line;
    }
    .footer-add .footer-ewm {
        width: 100px;
        height: 100px;
    }
.footer-conbox:hover{
    background-color:#fff;
    transition:all 0.5s;
}
    .footer-conbox:hover .text p, .footer-conbox:hover .footer-conbox-text {
        color: #ff2260;
    }
.casedetail-one, .casedetail-three {
    overflow: hidden;
    width: 100%;
}
.casedetail-one-item {
    padding-top: 36px;
    padding-bottom: 58px;
    display: flex;
    justify-content: space-between;
}
    .casedetail-one-item .textl {
        font-size: 48px;
        color: #232323;
        width:calc(50% - 40px);
    }
    .casedetail-one-item .textl h3 {
        font-weight: bold;
        white-space:pre-line;
    }
        .casedetail-one-item .textl .desc {
            font-size: 24px;
            margin-top: 30px;
            white-space: pre-line;
            line-height:1.4
        }
    .casedetail-one-item .textr {
        font-size: 28px;
        color: #4d4d4d;
        width: calc(50% - 40px);
        line-height:1.9;
       
    }
        .casedetail-one-item .textr p {
            white-space: pre-line;
        }

        .casedetail-two {
            border-top: 1px solid #cccccc;
            border-bottom: 1px solid #cccccc;
        }

.casedetail-two-item .p {
    font-size: 48px;
    color: #333333;
    display:inline-block;
    margin-right:45px;
    position:relative;
    padding-left:45px;
    line-height:88px;

}
    .casedetail-two-item .p::after {
        content: '';
        display: block;
        width: 37px;
        height: 37px;
        background-image: url(../images/icon-ts.png);
        background-size: 100% 100%;
        position: absolute;
        left: 0;
        top: 25px;
    }

.casedetail-three-item>.img{
    margin-top:30px;
    margin-bottom:80px;
}
/*#case-boxlist>div{
    margin-bottom:80px;
}*/
.Business-img {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 80px;
}
.Business-img > .img2 {
    max-width: 70%;
    margin: 0 auto;
    padding: 100px 0;
   
}

    .casedetail-three-item > .img img {
        width: 100%;
    }

.casedetail-three-flex{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    padding-left:40px;
    padding-right:40px;
}
.casedetail-threefl{
    width:calc(50% - 40px);
}
.casedetail-threefr {
    width: calc(50% - 40px);
    margin-bottom:80px;
}

.casedetail-threefl h3 {
    font-size: 48px;
    color: #232323;
    white-space:pre-line;
}
.casedetail-threefl p {
    font-size: 24px;
    margin-top: 30px;
    white-space: pre-line;
   /* font-family: 'Inter';*/
    line-height: 1.4
}
.casedetail-threefr {
    font-size: 22px;
    color: #333333;
    white-space:pre-line;
    line-height:2
}
.casedetail-three-img{
    padding-left:0;
    padding-right:0;
    flex-wrap:wrap;
    justify-content:space-between;
}

.casedetail-imnglist {
    width:calc(50% - 20px);
    margin-bottom:80px;
}
.casedetail-imnglist img{
    width:100%;
}

.casedetail-three {
    border-bottom: 1px solid #cccccc;
}
.casedetail-three-img .img{
    margin-bottom:80px;
}
    .casedetail-three-img .img img{
        width:100%;
    }
    .casedetail-four {
        padding-bottom: 60px;
        padding-top: 20px;
    }
.casedetail-four-but {
    width: 100%;
    display: flex;
    justify-content:space-between;
    margin-bottom:25px;
}
    .casedetail-four-but .swiper-button-prev {
        flex-direction: row-reverse;
    }
    .casedetail-four-but .swiper-button-prev, .casedetail-four-but .swiper-button-next {
        position: relative;
        left: auto;
        top: auto;
        right: auto;
        bottom: auto;
        font-size: 36px;
        color: #333333;
        width: auto;
        height: auto;
        margin-top: 0;
    }
    .casedetail-four-but .swiper-button-prev::after, .casedetail-four-but .swiper-button-next::after{
          font-size:30px;
    }
        .casedetail-four-but .swiper-button-prev::after{
            margin-right:15px;
        }
        .casedetail-four-but .swiper-button-next::after{
            margin-left:15px;
        }
.UList-box{
    display:none;
}

.Business-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 70px 40px;
    background-color: #daeaf4;
    border-radius: 20px;
    margin-bottom: 30px;
    align-items: flex-start;
}

    .Business-list .title{
        width:260px;
    }
        .Business-list .title h3 {
            font-size: 48px;
            color: #333333;
        }
        .Business-list .title p {
            font-size: 24px;
         /*   font-family: 'Inter';*/
            margin-top:10px;
        }
    .Business-list .img {
        width: calc(50% - 315px);
        overflow: hidden;
        border-radius: 15px;
    }
        .Business-list .img img{
            width:100%;
         
        }
        .Business-list .text {
            width: calc(50% - 40px);
        }
            .Business-list .text .desc {
                font-size: 30px;
                color: #4d4d4d;
                text-align: justify;
                margin-top: -10px;
                display:flex;
                flex-wrap:wrap;
            }
                .Business-list .text .desc p{
                    min-width:50%;
                }
                .Business-list .text .related {
                    margin-top: 40px;
                }
            .Business-list .text .related > h3 {
                font-size: 24px;
                color: #333333;
            }
                .Business-list .text .related .relatedlink a {
                    display:inline-block;
                    font-size: 15px;
                    color: #4d4d4d;
                    margin-right:10px;
                    margin-top:10px;
                    text-decoration:underline;
                }
                .Business-list .text .related .relatedlink a:hover{
                    color:#ff2260;
                }

.Business-box{
    padding-bottom:90px;
}
.crumbs-nav {
    font-size: 30px;
    color: #999999;
    background-color: #FAFAFA;
    border-bottom: 1px solid #cccccc;
    padding:16px 0;
}
    .crumbs-nav .p1 {
        font-size: 36px;
        /*font-family: 'Inter';*/
        font-weight: 200;
        color: #333333;
    }
.crumbs-nav span{
    display:inline-block;
    vertical-align:middle;
}
.newsbox{
    margin-top:66px;
    padding-bottom:120px;
}
.newsbox-item ul li {
    margin-top: 30px;
}

.newsbox-item .newslist {
    display: flex;
    justify-content: space-between;
    padding: 40px;
    background-color: #dbeaf4;
    border-radius: 20px;
}

.newsbox-item .newslist .img {
    width: calc(50% - 40px);
    overflow:hidden;
    border-radius:20px;
}
    .newsbox-item .newslist .img img{
        width:100%;
        height:100%;
        object-fit:cover;
    }
    .newsbox-item .newslist .text {
        width: calc(50% - 40px);
    }
        .newsbox-item .newslist .text .p1 {
            font-size: 14px;
            color: #afafaf;
        }
        .newsbox-item .newslist .text h3 {
            font-size: 60px;
            color: #232323;
            margin-top: 35px;
            white-space: pre-line;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            max-height:142px;
            padding-bottom:15px;
        }
        .newsbox-item .newslist .text .p2 {
            font-size: 25px;
            color: #999999;
            margin-top:25px;
        }
        .newsbox-item .newslist .text .p3 {
            font-size: 25px;
            color: #999999;
            white-space: pre-line;
            margin-top: 80px;
            line-height: 1.3;
         /*   font-family: 'Inter';*/
        }

.newsdetail {
    padding-top: 36px;
    border-bottom: 1px solid #cccccc;
}
/*    .newsdetail-item .casedetail-three-flex{
        padding-bottom:0;
    }*/
    .newsdetail-item .casedetail-threefl{
        position:sticky;
        top:165px;
    }

.about-img img{
    width:100%;
}
.about-img2{
    padding-top:135px;
    padding-bottom:125px;
}
    .about-img2 .i1{
        display:block;
    }
    .about-img2 .i2 {
        display: none;
    }
    .about-img .text {
        text-align: center;
        margin-top: 120px;
        font-size: 28px;
        color: #999999;
        text-decoration: underline;
    }
.about-listtext {
    border-top: 1px solid #CCCCCC;
    position:relative;
    overflow:inherit;
}

    .about-listtext .casedetail-one-item {
        padding:40px 0;
    }

    .about-listtext:nth-last-child(1)::before {
        content:'';
        display:block;
        width: calc(50% + 40px);
        background-color: #fafafa;
        height:2px;
        position:absolute;
        left:0;
        top:-1px;
    }
    .about-textr-list:nth-child(1) {
        margin-top: 0;
    }
.about-textr-list {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
}
    .about-textr-list h3 {
        font-size: 24px;
        color: #000000;
        width:35%;
        white-space:pre-line;
        line-height:1.6;
    }
    .about-textr-list p {
        font-size: 22px;
        color: #999;
        width: 65%;
        white-space: pre-line;
    }

.about-two-item {
    font-size: 48px;
    color: #232323;
    font-weight:bold;
}
.casedetail-two .timg1 {
    display: block;
}

.casedetail-two .timg2 {
    display: none;
}


@media (max-width: 1500px) {
    .plr70{
        padding-left:50px;
        padding-right:50px;
    }
    .plr30 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .index-one-item {
        padding: 80px 0;
    }
        .index-one-item h3{
            font-size:45px;
        }
        .index-one-item p {
            font-size: 24px;
            margin-top: 25px;
        }

    .index-three-boxlist ul li {
        display: inline-block;
        padding-right: 70px;
        padding-top: 25px;
        padding-bottom: 20px;
    }

        .index-three-boxlist ul li .img {
            height: 60px;
            line-height: 60px;
        }

            .index-three-boxlist ul li .img img {
                max-height: 60px;
            }
    .index-case {
        padding-top: 100px;
        padding-bottom: 90px;
    }
    .index-case-item{
        margin-top:30px;
    }
    .index-case-list .text{
        padding:0 25px;
    }
    .index-case-list:hover .text {
        bottom: 20px;
    }
    .index-case-list.active .text h3{
        padding-left:35px;
        font-size:18px;
        line-height:25px;
    }
        .index-case-list.active .text h3::before{
            width:25px;
            height:25px;
        }

    .footer-top .text p{
        font-size:30px;
    }
    .footer-top .footer-logo {
        max-width: 160px;
        margin-top: 10px;
    }
    .footer-conbox .text p{
        font-size:20px;
    }
        .footer-conbox .text p.p2{
            font-size:16px;
            margin-left:40px;
        }
    .footer-conbox-text, .footer-conbox-text a{
        font-size: 20px;
    }
    .footer-conbox{
        padding:5px 13%;
    }
    .footer-conbox-icon .footer-conbox-iconlist{
        margin-left:25px;
    }
    .footer-conbox-item{
        margin-top:10px;
    }
    .footer-conbox::before{
        width:30px;
        height:30px;
    }
    .footer-add .footer-ewm{
        width:80px;
        height:80px;
    }


    .casedetail-one-item .textl {
        font-size: 32px;
    }
    .casedetail-one-item .textr {
        font-size: 22px;
    }
    .casedetail-one-item .textr, .casedetail-one-item .textl {
        width:calc(50% - 20px);
    }
    .casedetail-two-item .p {
        font-size: 32px;
        margin-right: 45px;
        position: relative;
        padding-left: 40px;
        line-height: 75px;
    }
        .casedetail-two-item .p::after {
            width: 30px;
            height: 30px;
            top:21px;
        }
    .casedetail-threefl h3{
        font-size:32px;
    }
    .casedetail-threefl p{
        font-size:20px;
        margin-top:20px;
    }
    .casedetail-threefr{
        font-size:18px;
        margin-bottom:50px;
    }
    .casedetail-threefl, .casedetail-threefr{
        width:calc(50% - 20px);
    }
    .casedetail-three-item > .img{
        margin-bottom:50px;
    }
    .casedetail-three-flex {
        padding-left: 30px;
        padding-right: 30px;
    }
    .casedetail-imnglist{
        width:calc(50% - 10px);
        margin-bottom:50px;
    }
    .casedetail-three-img .img{
        margin-bottom:50px;
    }
    .casedetail-four-but .swiper-button-prev, .casedetail-four-but .swiper-button-next {
        font-size: 28px;
    }
        .casedetail-four-but .swiper-button-prev::after, .casedetail-four-but .swiper-button-next::after{
            font-size:22px;
        }
    .casedetail-one-item .textl .desc{
        margin-top:20px;
    }
    .Business-img > .img2 {
        padding: 80px 0;
    }
    .Business-img{
        margin-bottom:60px;
    }
    .Business-list {
        padding: 60px 30px;
    }
        .Business-list .title h3{
            font-size:32px;
        }
        .Business-list .title p{
            font-size:16px;
        }
        .Business-list .title{
            width:160px;
        }
        .Business-list .img{
            width:calc(50% - 220px);
        }
        .Business-list .text{
            width:calc(50% - 20px);
        }
            .Business-list .text .desc{
                font-size:22px;
                margin-top:-4px;
            }
            .Business-list .text .related{
                margin-top:25px;
            }
    .crumbs-nav .p1{
        font-size:30px;
    }
    .crumbs-nav{
        padding:8px 0;
        font-size:24px;
    }
    .newsbox{
        margin-top:50px;
    }
    .newsbox-item .newslist .text h3 {
        font-size: 48px;
        max-height: 115px;
        margin-top:30px;
    }
    .newsbox-item .newslist .text .p2{
        font-size:20px;
        margin-top:20px;
    }
    .newsbox-item .newslist .text .p3{
        font-size:20px;
        margin-top:66px;
    }
    .newsbox-item .newslist .text, .newsbox-item .newslist .img {
        width: calc(50% - 20px);
    }
    .newsbox{
        padding-bottom:90px;
    }
    .box-more{
        margin-top:50px;
    }
    .newsdetail-item .casedetail-threefl{
        top:130px;
    }

    .about-textr-list p{
        font-size:18px;
        line-height:1.5;
    }
    .about-textr-list h3{
        font-size:20px;
        line-height:1.5;
    }
    .about-listtext .casedetail-one-item{
        padding:30px 0;
    }
    .about-two-item{
        font-size:32px;
    }
}


@media (max-width: 1000px) {
    .banner .img1 {
        display: none;
    }

    .banner .img2 {
        display: block;
        height:100vh;
        width:100%;
    }
        .banner .img2 img{
            width:100%;
            height:100%;
            object-fit:cover;
        }
        .plr70 {
            padding-left: 20px;
            padding-right: 20px;
        }
    .plr30 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .index-one-item {
        padding: 30px 0;
        text-align:left;
        padding-bottom:15vh;
    }
        .index-one-item h3{
            font-size:22px;
        }
        .index-one-item p{
            font-size:12px;
            margin-top:15px;
        }
    .index-three-boxlist ul li {
        padding-right: 20px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
        .index-three-boxlist ul li .img{
            height:40px;
            line-height:40px;
        }
        .index-three-boxlist ul li .img img{
            max-height:35px;
        }
    .index-case-nav ul{
        text-align:left;
    }
    .index-case {
        padding-top: 8vh;
        padding-bottom: 30px;
    }
    .index-case-nav ul li a{
        font-size:15px;
    }
    .index-case-nav ul li{
        margin:0 5px;
    }
    .index-case-item{
        margin-top:15px;
    }
        .index-case-item ul li{
            width:100%;
        }
    .index-case-list .text{
        background-color:rgba(0,0,0,.2);
        padding:0 10px !important;
    }
    .index-case-list.active .text h3 {
        font-size: 16px;
        padding-left: 30px;
        bottom: 6px !important;
    }
        .index-case-list.active .text h3::before{
            width:20px;
            height:20px;
            top:2px;
        }
    .footer-top{
        padding:0 20px;
    }
        .footer-top .text{
            max-width:60%;
        }
            .footer-top .text p{
                font-size:16px;
            }
        .footer-top .footer-logo {
            max-width: 80px;
            margin-top: 6px;
        }
    .footer-conbox {
        padding: 3px 20px;
    }
        .footer-conbox .text {
            max-width: 100%;
        }
  

    .footer-conbox-icon .footer-conbox-iconlist{
        margin-left:0;
        margin-right:10px;

    }
        .footer-conbox-icon .footer-conbox-iconlist:nth-last-child(1){
            margin-right:0;
        }
        .footer-conbox-icon .footer-conbox-iconlist .icon {
            max-width: 25px;
        }
        .footer-conbox .text p {
            font-size: 12px;
        }
        .footer-conbox .text p.p2{
            font-size:12px;
            margin-left:10px;
        }
    .footer-conbox-text, .footer-conbox-text a{
        font-size: 13px;
    }
    .footer-add{
        padding:0 20px;
    }
        .footer-add .text{
            font-size:10px;
        }
        .footer-add .footer-ewm{
            width:60px;
            height:60px;
        }
        .casedetail-one-item {
            flex-direction: column;
        }
    .casedetail-one-item .textr, .casedetail-one-item .textl {
        width: 100%;
    }
    .casedetail-one-item{
        padding-top:25px;
        padding-bottom:25px;
    }
        .casedetail-one-item .textl {
            font-size: 20px;
            text-align: justify;
        }
            .casedetail-one-item .textl .desc{
                font-size:16px;
                margin-top:10px;
            }
        .casedetail-one-item .textr{
            margin-top:15px;
            font-size:14px;
            line-height:1.6
        }
    .casedetail-two-item .p {
        font-size: 18px;
        margin-right: 25px;
        padding-left: 30px;
        line-height: 30px;
        margin-right:14px;
        padding-top:5px;
        padding-bottom:5px;
    }
        .casedetail-two-item .p::after{
            width:22px;
            height:22px;
            top:10px;
        }
    .casedetail-three-item > .img {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .casedetail-three-flex {
        padding-left: 0;
        padding-right: 0;
        flex-direction:column;
    }
        .casedetail-three-flex.casedetail-three-img {
            flex-direction: row;
        }
            .casedetail-three-flex.casedetail-three-img .casedetail-imnglist{
                width:calc(50% - 5px);
            }
            .casedetail-threefl, .casedetail-threefr {
                width: 100%;
            }
        .casedetail-threefl h3{
            font-size:20px;
        }
        .casedetail-threefl p{
            font-size:12px;
            margin-top:10px;
        }
    .casedetail-threefr{
        font-size:14px;
        line-height:1.6;
        margin-top:15px;
        margin-bottom:20px;
    }
    .casedetail-imnglist{
        width:100%;
        margin-bottom:10px;
    }
    .casedetail-four {
        padding-bottom: 35px;
        padding-top: 15px;
    }
    .casedetail-three-img .img{
        margin-bottom:10px;
    }
    .casedetail-four-but .swiper-button-prev, .casedetail-four-but .swiper-button-next {
        font-size: 18px;
    }
        .casedetail-four-but .swiper-button-prev::after, .casedetail-four-but .swiper-button-next::after{
            font-size:16px;
        }
        .casedetail-four-but .swiper-button-next::after{
            margin-left:10px;
        }
        .casedetail-four-but .swiper-button-prev::after{
            margin-right:10px;
        }
    .casedetail-four-but{
        margin-bottom:15px;
    }
    .Business-img > .img2 {
        padding: 30px 0;
    }
    .Business-img > .img2{
        max-width:90%;
    }
    .Business-img{
        margin-bottom:20px;
    }
    .Business-list{
        padding:20px;
        flex-direction:column;
        margin-bottom:15px;
    }
        .Business-list .title{
            width:100%;
        }
        .Business-list .text{
            width:100%;
        }
        .Business-list .title h3{
            font-size:20px;
        }
        .Business-list .title p{
            font-size:12px;
            margin-top:5px;
        }
        .Business-list .text .desc{
            font-size:16px;
        }
        .Business-list .text .related{
            margin-top:15px;
        }
            .Business-list .text .related > h3{
                font-size:18px;
            }
            .Business-list .text .related .relatedlink a {
                font-size: 12px;
                margin-right: 5px;
                margin-top: 5px;
            }
    .Business-box{
        padding-bottom:30px;
    }

    .crumbs-nav{
        font-size:16px;
        padding:4px 0;
    }
        .crumbs-nav .p1{
            font-size:18px;
        }
    .newsbox{
        margin-top:30px;
        padding-bottom:30px;
    }
    .newsbox-item .newslist{
        padding:20px;
        border-radius:10px;
        flex-direction:column;
    }
        .newsbox-item .newslist .text, .newsbox-item .newslist .img{
            width:100%;
        }
            .newsbox-item .newslist .text .p1{
                font-size:12px;
            }
            .newsbox-item .newslist .text h3{
                font-size:20px;
                margin-top:10px;
                max-height:44px;
            }
            .newsbox-item .newslist .text .p2{
                font-size:14px;
                margin-top:10px;
            }
            .newsbox-item .newslist .text .p3 {
                font-size: 14px;
                margin-top: 15px;
            }
        .newsbox-item .newslist .img{
            border-radius:10px;
            margin-top:10px;
        }
    .newsbox-item ul li{
        margin-top:20px;
    }
    .box-more{
        margin-top:20px;
    }
    .box-more-but p{
        font-size:14px;
    }
    .box-more-but img {
        width: 30px;
        height: 30px;
    }
    .newsdetail-item .casedetail-threefl{
        position:relative;
        top:0;
    }
    .newsdetail{
        padding-top:30px;
    }

    .about-img2{
        padding:30px 0;
    }
    .about-img .text{
        margin-top:30px;
        font-size:16px;
    }
    .about-listtext .casedetail-one-item{
        padding:20px 0;
    }
    .about-textr-list h3{
        font-size:16px;
    }
    .about-textr-list p{
        font-size:12px;
    }
    .about-listtext:nth-last-child(1)::before{
        width:35%;
    }
    .about-listtext:nth-last-child(1) .textl {
        display:none;
    }
    .about-listtext:nth-last-child(1) .textr{
        margin-top:0;
    }
    .about-two-item{
        font-size:20px;
    }
    .casedetail-two .timg1 {
        display:none;
    }
    .casedetail-two .timg2 {
        display: block;
    }
    .about-img2 .i1 {
        display: none;
    }

    .about-img2 .i2 {
        display: block;
    }
    .footer-conbox::before {
        width: 12px;
        height: 12px;
        left: 5px;
        top: 50%;
        margin-top:-6px;
    }
    .casedetail-one-item .textl h3{
        font-size:30px;
        line-height:1.2;
    }
}