.swiper-container {
    /*height:570px;*/
}

.index-banner ul li a img {
    max-width: 1920px;
}

.index-banner ul li a {
    text-align: center;
}

.Box {
    width: 1200px;
    margin: 0 auto;
}

.flexR {
    display: flex;
}

.innerH1 {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    color: #ad342c;
    line-height: 45px;
}

.innerP {
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    color: #000000 !important;
    line-height: 33px;
    margin-top: 8px;
}
/*客服模块 s*/
.service-section {
    z-index: 1000;
    position: fixed;
    right: 12px;
    bottom: 20px;
    transition:all .4s;
}
.service-info {
    display: flex;
}
.service-section .s-page-container {
    background: #FFFFFF;
    box-shadow: 20px 5px 49px 0px rgba(39, 39, 39, 0.16);
    border-radius: 8px;
    padding: 20px 12px;
    position:relative;
}
.service-info .s-person-icon {
    width: 90px;
    height: 90px;
    margin-right: 12px;
}

.s-right-container h1.s-r-h1 {
    font-size: 24px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #464646;
    line-height: 33px;
    letter-spacing: 3px;
    text-shadow: 20px 5px 49px rgba(39, 39, 39, 0.16);
    margin-bottom:8px;
}
.s-right-container h2.s-r-h2 {
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #000000;
    line-height: 22px;
    letter-spacing: 2px;
    text-shadow: 20px 5px 49px rgba(39, 39, 39, 0.16);
    margin-bottom:20px;
}
.s-right-container .r-btm-content {
    display: flex;
}
.r-btm-content .btm-left-c{
    margin-right:16px;
}
.r-btm-content .btm-left-c, .r-btm-content .btm-right-c {
    height: 30px;
    line-height: 30px;
  
    box-shadow: 20px 5px 49px 0px rgba(39, 39, 39, 0.16);
    border-radius: 4px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    text-shadow: 20px 5px 49px rgba(39, 39, 39, 0.16);
    padding: 0 12px;
    cursor:pointer;
}
.r-btm-content .btm-left-c {
    background: #B81C22;
}
.r-btm-content .btm-right-c {
    background: #17B092;
}
   
    .btm-left-c img, .btm-right-c img {
        width: 12px;
        height: 12px;
        margin-right: 2px;
    }
.btm-left-c span, .btm-right-c span {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    text-shadow: 20px 5px 49px rgba(39, 39, 39, 0.16);
}
.btmClose{
    position:absolute;
    top:10px;
    right:10px;
    cursor:pointer;
}
.btmClose img {
    width:16px;
    height:16px;
}
/*客服模块 e*/
/* section2 star*/
.section2 {
    padding: 32px 0;
    background-color: #ffffff;
}

    .section2 .them-box-content {
        display: flex;
    }

    .section2 .box-left-info {
        flex: 1;
        margin-right: 58px;
    }

        .section2 .box-left-info .info-title-text {
            font-size: 32px;
            font-family: PingFangSC-Semibold, PingFang SC;
            font-weight: 600;
            color: #AD342C;
            letter-spacing: 2px;
            margin-bottom: 24px;
        }

        .section2 .box-left-info .info-about-text {
            font-size: 14px;
            font-family: PingFangSC-Regular, PingFang SC;
            font-weight: 400;
            color: #000000;
            letter-spacing: 1px;
            margin-bottom: 24px;
            text-indent: 32px;
            line-height: 20px;
        }

        .section2 .box-left-info .btm-more-content {
            border-radius: 4px;
            border: 1px solid #AD342C;
            padding: 9px 16px;
            display: inline-block;
            font-size: 16px;
            font-family: PingFangSC-Regular, PingFang SC;
            font-weight: 400;
            color: #AD342C;
            cursor: pointer;
        }

.btm-more-content span {
    color: #AD342C;
    vertical-align: middle;
}

.btm-more-content img {
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.section2 .box-right-info {
    width: 600px;
    height: auto;
}

    .section2 .box-right-info .video-class, .section2 .box-right-info .video-img-class {
        width: 100%;
        height: 100%;
    }

    .section2 .box-right-info .video-class {
        display: none;
    }

    .section2 .box-right-info .show-video-class {
        display: block;
    }

.video-r-info {
    position: relative
}

    .video-r-info .video-play-img {
        position: absolute;
        z-index: 10;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        cursor: pointer;
    }

.hoverBtmClass {
    background-color: #AD342C;
    color: #fff;
    transition: all .3s;
}

    .hoverBtmClass span {
        color: #fff;
    }

.item-info-container {
    display: flex;
    /* justify-content: space-between; */
    margin-bottom: 32px;
}

.info-block-content {
    text-align: center;
    /* width: 25%; */
    position: relative;
}

    .info-block-content:nth-of-type(1) {
        padding-right: 24px;
    }

    .info-block-content:nth-of-type(2), .info-block-content:nth-of-type(3) {
        padding: 0 24px;
    }

    .info-block-content:nth-of-type(4) {
        padding-left: 24px;
    }

.rightLine::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 40px;
    background-color: #EEEEEE;
}

.top-item-info {
    margin-bottom: 3px;
    position: relative;
}

.i-item-value {
    font-size: 24px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #464646;
    margin-right: 8px;
}

.i-item-unit {
    font-size: 14px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #464646;
    line-height: 20px;
}

.plusIcon {
    position: absolute;
    top: 0;
}

.btm-item-name {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 20px;
    letter-spacing: 1px;
}
.mobileVideo {
    display:none;
}
.pcVideo {
    display: block;
}
/* section2 end*/
/* section3 star*/
.section3 {
    padding: 32px 0 45px 0;
    background-color: #FFFAF9;
}

    .section3 .innerUl {
        margin-top: 32px;
        text-align: center;
        justify-content: space-between;
    }

        .section3 .innerUl li {
            width: 250px;
        }
        .section3 .innerUl li img.item-img {
            width: 100%;
            height:auto;
        }
        .section3 .innerUl h1 {
            font-size: 24px;
            font-weight: 600;
            color: #AD342C;
            line-height: 33px;
        }

        .section3 .innerUl h2 {
            font-size: 16px;
            font-weight: 400;
            color: rgba(109, 117, 122, 1);
            margin-top: 16px;
        }

.bor {
    width: 2px;
    height: 204px;
    background: linear-gradient(180deg, #FFFFFF 0%, #EAEBEE 50%, #FFFFFF 100%);
    margin-left: 20px;
}

/* section3 end*/

/* section 4 star */
.section4 {
    padding: 32px 0;
    background-color: #F8F8F8;
}

.aliCen {
    align-items: center;
}

.jusCen {
    justify-content: center;
}

.w100 {
    width: 100% !important;
}
.section4 .mobile-tab-c {
    display:none;
}

.section4 .mobile-tab-c ul.m-tab-ul {
    display: flex;
    justify-content: space-around;
    text-align: center;
    position:relative;
}

.section4 .mobile-tab-c ul li.m-tab-li {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    position: relative;
    font-size: 14px;
    color: #999999;
}
.section4 .mobile-tab-c ul li.newTabAction {
    color: #B81C22;
}

.section4 ul li.bg-black {
    width: 56px;
    height: 2px;
    background: #B81C22;
    z-index: 9;
    position: absolute;
    left: 0;
    transition: all .3s;
    transform: translateX(31px);
    bottom: 0;
}

.section4 ul.jusBe {
    margin-top: 28px;
    justify-content: space-between;
}

    .section4 ul.jusBe li {
        width: 384px;
        box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.04);
        border-radius: 4px;
    }

        .section4 ul.jusBe li dl {
            background-color: #FFFFFF;
            padding-top: 10px;
        }

            .section4 ul.jusBe li dl dd {
                padding: 10px 20px;
                justify-content:space-between;
            }
                .section4 ul.jusBe li dl dd div.item-left-info {
                    flex: 1;
                    min-width: 0;
                }
                .section4 ul.jusBe li dl dd .title {
                    /*width: 248px;*/
                    font-size: 18px;
                    font-weight: 500;
                    color: rgba(47, 49, 49, 1);
                    line-height: 28px;
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                }

            .section4 ul.jusBe li dl a:hover {
                cursor: pointer;
            }

                .section4 ul.jusBe li dl a:hover .title {
                    color: #AD342C;
                }

            .section4 ul.jusBe li dl dd .time {
                font-size: 16px;
                margin-top: 8px;
                font-weight: 400;
                color: rgba(109, 117, 122, 1);
                line-height: 22px;
            }

            .section4 ul.jusBe li dl dd span {
                font-size: 14px;
                font-family: PingFangSC-Regular, PingFang SC;
                font-weight: 400;
                color: #BDC2C8;
            }

.section4 .newsImg {
    width: 384px;
    height: 160px;
    position: relative;
    overflow: hidden;
    margin-right: 8px;
}

    .section4 .newsImg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        /* left: 50%; */
        /* margin-left: -192px; */
    }

    .section4 .newsImg h5 {
        font-size: 32px;
        font-weight: 600;
        color: rgba(255, 255, 255, 1);
        position: absolute;
        z-index: 10;
        text-align: center;
        top: 50px;
    }

    .section4 .newsImg h6 {
        font-size: 18px;
        font-weight: 600;
        color: rgba(255, 255, 255, 1);
        position: absolute;
        z-index: 100;
        text-align: center;
        top: 103px;
    }

.section4 .newBnt {
    width: 88px;
    height: 58px;
    overflow: hidden;
}

    .section4 .newBnt img {
        width: 88px;
        height: 58px;
        object-fit: cover;
    }

.section4 .last a {
    font-size: 14px;
    font-weight: 400;
    color: rgba(189, 194, 200, 1);
}

.section4 .last img {
    margin-left: 8px;
}

/*section5*/
.section5 {
    padding: 32px 0;
    background: #ffffff;
    position: relative;
}

    .section5 .kehu {
        margin-top: 32px;
        position: relative;
        overflow: hidden;
        white-space: nowrap;
        width: 1300px;
        margin: 32px auto 0;
    }

    .section5 .swiper-container {
        height: 337px;
        position: relative;
        width: 1200px;
        margin: 0 auto;
    }

        .section5 .swiper-container ul li img {
            width: 100%;
            height: 100%;
        }

    .section5 .mask-img {
        position: absolute;
        right: 0;
        top: 0;
        width: 246px;
        height: 342px;
        z-index: 2;
    }

.swiper-button-prev, .swiper-button-next {
    width: 64px;
    background-size: 64px 64px;
    height: 64px;
}

.swiper-button-prev, .swiper-button-next {
    opacity: 0;
    /*top:60%;*/
    transition: all .3s;
}

.swiper-button-prev {
    left: 20px;
    transform: translateX(-20px);
    background-image: url("../images/swiper_left_icon.png")
}

.swiper-button-next {
    right: 20px;
    transform: translateX(20px);
    background-image: url("../images/swiper_right_icon.png")
}

/*section5*/
/* section6 */
.section6 {
    padding: 32px 0;
    background-color: #ffffff;
}

    .section6 ul {
        flex-wrap: wrap;
        margin-left: -32px;
    }

        .section6 ul li {
            margin-left: 32px;
            margin-top: 32px;
            border-radius: 10px;
            overflow: hidden;
            position: relative;
            /* width: 276px;
    height: 180px;
    background: url(../images/firm_industry.png); */
            background-repeat: no-repeat;
            transition: all .3s;
        }

            .section6 ul li:hover {
                transform: scale(1.1);
                z-index: 12;
                box-shadow: 0 15px 30px rgba(0,0,0,.1);
            }

    .section6 .product_more-container {
        text-align: center;
        padding: 24px;
    }

        .section6 .product_more-container .product_more-content {
            border: 1px solid #AD342C;
            border-radius: 4px;
            padding: 4px 8px;
            width: 100px;
            display: inline-block;
            color: #AD342C;
            cursor: pointer;
        }

        .section6 .product_more-container .p-more-text {
            font-size: 12px;
        }

        .section6 .product_more-container img {
            width: 16px;
            height: 16px;
        }

    .section6 ul li:nth-child(2) {
        background-position-x: 33%;
    }

    .section6 ul li:nth-child(3) {
        background-position-x: 66%;
    }

    .section6 ul li:nth-child(4) {
        background-position-x: 100%;
    }

    .section6 ul li:nth-child(5) {
        background-position-y: 100%;
    }

    .section6 ul li:nth-child(6) {
        background-position-x: 33%;
        background-position-y: 100%;
    }

    .section6 ul li:nth-child(7) {
        background-position-x: 66%;
        background-position-y: 100%;
    }

    .section6 ul li:nth-child(8) {
        background-position-x: 100%;
        background-position-y: 100%;
    }

    .section6 ul li img {
        cursor: pointer;
        width: 378px;
        height: 378px;
    }

    .section6 ul li span {
        position: absolute;
        top: 54px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 32px;
        font-weight: 600;
        color: rgba(245, 247, 250, 1);
    }

    .section6 ul li i {
        display: block;
        position: absolute;
        top: 125px;
        left: 50%;
        transform: translateX(-50%);
        width: 51px;
        height: 4px;
        background: rgba(245, 247, 250, 1);
        border-radius: 2px;
    }
/* section6 e */

/* section7 */
.section7 {
    padding: 32px 0;
    background-color: #FFFAF9;
}

    .section7 .kehu {
        display: flex;
        justify-content: center;
        margin-top: 32px;
        position: relative;
    }

    .section7 .i-more-btm {
        height: 44px;
        width: 100%;
        /* line-height: 44px; */
        border-top: 1px solid #e4e4e4;
        position: absolute;
        bottom: 0;
        display: flex;
        align-items: center;
        padding-left: 14px;
        /*background-color:#f4efee;*/
    }

        .section7 .i-more-btm span {
            font-size: 16px;
            font-family: PingFangSC-Regular, PingFang SC;
            font-weight: 400;
            color: #6D757A;
        }

        .section7 .i-more-btm img {
            width: 16px;
            height: 16px;
        }

    .section7 .person-intro-info {
        padding: 0 14px;
    }

    .section7 .p-info-name {
        font-size: 24px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #464646;
        margin-bottom: 4px;
        line-height: 33px;
    }

    .section7 .p-info-join {
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #000000;
        line-height: 22px;
        letter-spacing: 1px;
        margin-bottom: 17px;
    }

    .section7 .p-info-detail {
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #000000;
        line-height: 27px;
        letter-spacing: 1px;
        max-height: 88px;
        /*margin-bottom:17px;*/
    }

    .section7 .detail-item-c .p-info-detail {
        max-height: 500px;
        overflow: hidden;
    }

    .section7 .item-img-content {
        opacity: 0;
        cursor: pointer;
        position: relative;
        transition: all .5s;
        min-height: 458px;
        width: 236px;
        overflow: hidden;
        box-shadow: 20px 5px 49px 0px rgba(39, 39, 39, 0.16);
        background-color: rgba(34, 34, 34, 0.05);
    }

        .section7 .item-img-content .intro-item-c, .section7 .item-img-content .detail-item-c {
            /*box-shadow: 20px 5px 49px 0px rgba(39, 39, 39, 0.16);
	 background-color:rgba(34, 34, 34, 0.05);*/
            height: 100%;
        }

        .section7 .item-img-content .intro-item-c {
            transition: all .4s;
            position: absolute;
        }

            .section7 .item-img-content .intro-item-c .person-intro-info {
                margin-top: 12px;
                overflow: hidden;
                max-height:162px;
            }

            .section7 .item-img-content .intro-item-c .p-img-content {
                width: 208px;
                height: 241px;
                overflow: hidden;
            }


    .section7 .intro-item-c .p-img-content .per-icon-class {
        width: 100%;
        height: auto;
    }

    .section7 .item-img-content .detail-item-c {
        display: flex;
        background-color: #ffffff;
        width: 575px;
        height: 459px;
        position: absolute;
        top: 0;
        /* left: 0; */
        opacity: 0;
        z-index: -1;
    }

    .section7 .item-img-content:nth-of-type(1) .detail-item-c, .section7 .item-img-content:nth-of-type(2) .detail-item-c {
        left: 0;
    }

    .section7 .item-img-content:nth-of-type(3) .detail-item-c, .section7 .item-img-content:nth-of-type(4) .detail-item-c {
        right: 0;
    }

    .section7 .item-img-content .detail-item-c .person-intro-info {
        padding-top: 69px;
        overflow:hidden;
    }

    .section7 .detail-item-c .person-intro-info {
        position: relative;
    }

    .section7 .detail-item-c .i-more-btm {
        margin-left: -12px;
        background:#ffffff;
    }
    /* 鼠标放上去的样式 */
    .section7 .hoverItemClass {
        z-index: 999;
        width: auto;
        overflow: initial;
    }

        .section7 .hoverItemClass .intro-item-c {
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            z-index: -1;
        }

        .section7 .hoverItemClass .detail-item-c {
            /*transform: scale(1.1);*/
            position: relative;
            opacity: 1;
            transition: all .4s;
        }

    .section7 .animated {
        animation-duration: .4s;
    }

.userDefin1 {
    animation-delay: .2s; /*动画延迟时间*/
}

.userDefin2 {
    animation-delay: .4s; /*动画延迟时间*/
}

.userDefin3 {
    animation-delay: .6s; /*动画延迟时间*/
}
/* section7 e*/


@media (max-width:1200px) {
    .Box {
        width: 100%;
    }

    .flexR {
        display: block;
    }

    .bor {
        display: none;
    }

    .innerH1 {
        font-size: 22px;
    }

    .innerP {
        font-size: 18px;
    }

    .fixed-placeholder {
        display: none;
    }
    .section2{
        padding:12px 0 0 0 ;
    }
    .section2 .them-box-content {
        display: block;
    }

    .section2 .box-left-info .info-title-text {
        margin-bottom: 12px;
        text-align:center;
    }

    .section2 .box-left-info {
        margin-right: 0;
    }

    .section2 .box-left-info .info-about-text {
        margin-bottom: 12px;
    }
    .mobileVideo {
        display: block;
        margin-bottom:12px;
    }

    .pcVideo {
        display: none;
    }
    .rightLine::after{
        position:relative;
    }
    .item-info-container {
        display: flex;
        /* justify-content: space-between; */
        margin-bottom: 12px;
        flex-wrap: wrap;
    }

    .info-block-content {
        padding: 0!important;
        width: 50%;
        margin-bottom: 12px;
    }

    .section2 .box-left-info .btm-more-content {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        margin-bottom: 12px;
    }

    .section2 .box-right-info {
        width: 100%;
    }

    .section3 .innerUl {
        flex-wrap: wrap;
        display: flex;
        padding:12px;
    }
    .section3 .innerUl li {
        width: 49%;
    }
    .section3 .innerUl li .flexR {
        display: block;
        width: 100%;
        margin-bottom: 12px;
    }
    .section6 ul li img {
        width: 100%;
        height: 100%;
        padding: 12px;
    }
    .section6 ul {
         margin-left: 0; 
    }
    .section6 ul li {
        width: 50%;
        margin: 0;
    }

    .section7 {
        display: none;
    }


    .section5 {
        padding: 12px;
    }
    .section5 .kehu {
        width: 100%;
    }
    .section5 .swiper-container {
        width: 100%;
        height: auto;
    }
    .section4 {
        padding: 12px;
    }
    .section4 ul.jusBe li, .section4 .newsIm, ，.section4 ul.jusBe li dl dd .title {
        width: 100%;
    }
    .section4 ul.jusBe {
        flex-wrap: wrap;
        margin-top:12px;
    }
    .section4 .newsImg {
        width: 100%;
    }
    .section4 .newsImg img {
        position: relative;
    }
        .section4 ul.jusBe li {
            margin-bottom: 20px;
        }
        .section4 .mobile-tab-c {
            display: block;
        }

    .cActivityClass , .pAppraisalClass , .pInfoClass {
        display:none;
    }
    .activePage {
        display: block;
    }   
}