* {
    padding: 0;
    margin: 0;
}

.pplnBox {
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: identifier3 0.8s ease-out forwards;
    background: url(https://project.swmob.com/spp/pplnBj.jpg) center center / cover;
    /*background: url(https://project.swmob.com/spp/pplnBjnewyear.jpg) center center / cover;*/
}

.mobile {
    position: absolute;
    right: 14.4%;
    bottom: 14%;
    font-weight: bold;
    opacity: 0;
    transition: .5s;
    font-size: 30px;
    color: #910000;
    z-index: 99999;
}

.mobile.on {
    opacity: .6;
}


.mobile_Tab {
    font-weight: bold;
    transition: .5s;
    font-size: 30px;
    color: #910000;
    display: flex;
    padding-bottom: 10px;
    border-bottom: 1px solid #999999;
    margin-bottom: 13px;
}

.mobile_Tab img {
    width: 92px;
    height: 17.79px;
}

.mobile_Tab a {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    margin-left: 21px;
    cursor: pointer;
}


.mobile_Tab .active {
    position: relative;
}

.mobile_Tab .active::after {
    content: '';
    width: 32px;
    height: 3px;
    background: #910000;
    border-radius: 0px 0px 0px 0px;
    display: block;
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translate(-50%);
}

@keyframes identifier3 {
    0% {
        opacity: 0;
        transform: translateX(-20%);
    }

    100% {

        opacity: 1;
        transform: translateX(0);
    }
}


.lookMore {

    position: absolute;
    left: 50%;
    bottom: 62px;
    transform: translateX(-50%);
    opacity: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#lookMore1 {
    width: 23px;
    height: 26.5px;

    animation: huadong 1.5s infinite forwards;
}

@keyframes huadong {
    0% {
        transform: translateY(30%);
    }

    50% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(30%);
    }
}

#lookMore2 {
    width: 111.5px;
    height: 15.5px;

    margin-top: 20px;
}

.lookMoreBox .on {
    animation: clipShow 3s forwards;
}



.title p span {
    color: #910000;
}

.title p {
    font-size: 50px;

    font-weight: bold;
    margin-bottom: 12px;
    color: #000000;
}


.pplnBox .ppln {
    width: 75%;
    max-width: 1440px;
    margin-bottom: 12px;
}

.title {
    opacity: 0;
}

.title>span {
    font-size: 20px;
    display: block;
    font-weight: 200;

    color: #333333;
}

.pplnItem {
    margin-top: 111px;
    position: relative;
}

.pplnItem div {
    margin-bottom: 49px;
    font-size: 18px;


    line-height: 42px;
    color: #333333;
}

.pplnItem div:last-child {
    margin-bottom: 0;
}

.pplnItem {
    opacity: 0;
}

.pplnItem.on {
    animation: clipShow 3s forwards;
}

@keyframes clipShow {
    0% {
        opacity: 0;
        clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
    }

    1% {
        clip-path: polygon(0 0, 100% 0%, 100% 15%, 0 0%);
    }

    100% {
        opacity: 1;
        /* clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);*/
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
    }
}

/* .ppgsRight p {
    opacity: 0;
    transition: .5s;
}

.ppgsRight p.on {
    opacity: 1;
} */
.ppgsRight {
    opacity: 0;
}

.ppgsRight.on {

    animation: clipShow 4s forwards;
}

.ppgs {
    width: 75%;
    max-width: 1440px;
    margin: auto;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 109px;
}

.ppgsBox {
    width: 100%;
    opacity: 0;
    height: calc(1920px - 12.55%);
    padding-bottom: 12.55%;
    background: #fff;
}

.ppgsBox.on {

    animation: identifier4 0.8s ease-out forwards;
}

@keyframes identifier4 {
    0% {
        opacity: 0;
    }

    100% {

        opacity: 1;
    }
}


.popup {
    display: none;
    width: 0%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    justify-content: center;
    align-items: center;
    height: 0;
}

.video {
    margin-top: 150px;
    width: 100%;
    cursor: pointer;
    background: #D8D8D8;
    overflow: hidden;
    height: 333px;
}

.video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.ppgsRight div {
    margin-bottom: 44px;
    font-size: 18px;

    line-height: 42px;
    color: #333333;
}

.ppgsRight div:last-child {
    margin-bottom: 0;
}

.ppgsRight {
    width: 50%;
    max-width: 558px;
}

.ppczTop {
    width: 75%;
    position: relative;
    max-width: 1440px;
    margin: auto;
    margin-top: 171px;
}

.swiper-container {
    margin-top: 131px;
    width: calc(100% - 12.45% - 120px);
    margin-left: auto;
    padding-right: 120px;
    margin-right: unset;
    position: unset !important;
}

.swiper-container .time {
    font-size: 16px;
    margin-right: 14px;
    writing-mode: vertical-lr;

    font-weight: 400;
    color: #333333;
}


.swiper-slide a {
    display: flex;
    align-items: flex-start;
}

.swiper-slide:last-child .ppczRight::after {
    display: none;
}

.czImg {
    flex: 1;
    height: 460px;
    overflow: hidden;
}

.czImg img {
    width: 100%;
    object-fit: cover;
    height: 100%;

}

.ppczRight {
    position: relative;

}

.ppczRight::after {
    position: absolute;
    content: "";
    opacity: 0.4;
    width: 2px;
    height: 534px;
    right: -74px;
    background: rgba(134, 113, 84, .2);
    top: 0;
}

.ppczRight p {
    font-size: 20px;
    max-width: 287px;
    margin-left: 8px;
    margin-top: 31px;
    position: relative;
    margin-bottom: 16px;
}

.ppczRight p span {
    display: -webkit-box;
    line-height: 28px;

    color: #333333;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 56px;
}


.ppczList {
    position: relative;
}

.ppczRight>span {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 287px;
    margin-left: 8px;
    font-size: 18px;

    color: #867154;
    justify-content: flex-end;
}

.ppczRight i {
    width: 32px;
    height: 32px;
    border: 1px solid #867154;
    display: flex;
    align-items: center;
    border-radius: 50%;
    margin-left: 9px;
    justify-content: center;
}

.ppczRight i img {
    width: 10px;
}

.switch {
    position: absolute;
    right: 0;
    width: 168px;
    height: 48px;
    top: 30px;
}

.switch div {
    width: 71px;
    height: 48px;
    border-radius: 24px;
    border: 1px solid #333333;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 15px;

    height: 12px;
    background: url(https://ts.tensongs.cn/images1/prev1.png) center center /100% 100%;
    transform: translate(-50%, -50%);
}

.swiper-button-next {
    transform: rotateY(180deg);
}

.title.on {
    animation: identifier .8s ease-out forwards;
}

.ppgs .title.on {
    animation: unset;
    opacity: 1;
}

.ppgsLeft {
    display: none;
    opacity: 0;
    width: 40%;
    max-width: 592px;
}

.ppgsLeft.on {
    animation: identifier1 1s ease-out forwards;
}


.swiper-container {
    opacity: 0;
}

.swiper-container.on {
    animation: identifier2 1s ease-out forwards;
}

.ppczTop .title.on {

    animation: unset;
    opacity: 1;
}

.ppczTop {
    opacity: 0;
}

.ppczTop.on {
    animation: identifier1 1s ease-out forwards;
}

@keyframes identifier {
    0% {
        opacity: 0;
        transform: translateY(40%);
    }

    100% {

        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes identifier2 {
    0% {
        opacity: 0;
        transform: translateX(-20%);
    }

    100% {

        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes identifier1 {
    0% {
        opacity: 0;
        transform: translateY(60%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.swiper-button-prev {
    left: 0;
}

.swiper-button-next {
    right: 0;
}

.mask {
    display: none;
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, .6);
    left: 0;
    width: 100%;
    height: 100%;
}

.text7 {
    font-weight: bold;
    color: #910000;
}

@media (max-width:3840px) {
    .title p {
        font-size: 80px;

    }

    .pplnBox .ppln,
    .ppgs,
    .ppczTop.on {
        max-width: 1920px
    }

    .pplnItem div,
    .ppgsRight div {
        font-size: 28px;
    }

    .pplnItem div,
    .ppgsRight div {
        line-height: 55px
    }

    .title>span {
        font-size: 36px;
    }

    .ppgsRight {
        max-width: 900px
    }

    .ppczRight p {
        max-width: unset;
    }

    .ppczRight {
        flex: 1
    }

    .ppczRight>span {
        max-width: unset;
        width: 95%;
    }

    .ppczRight p span {
        line-height: 36px;
        height: 80px
    }

    .ppczRight p {
        font-size: 26px
    }

    .czImg {
        height: 500px;
    }

    .video {
        height: 450px;
        margin-top: 220px
    }

    .ppgsLeft {
        max-width: 800px;
    }
}

@media (max-width:1920px) {
    .title p {
        font-size: 50px;
    }

    .ppczRight p span {
        line-height: 28px;
        height: 56px;
    }

    .ppczRight p {
        font-size: 20px
    }

    .czImg {
        height: 460px
    }

    .video {
        height: 333px;
        margin-top: 150px
    }

    .ppgsLeft {
        max-width: 592px;
    }

    .pplnBox .ppln,
    .ppgs,
    .ppczTop.on {
        max-width: 1440px
    }


    .title>span {
        font-size: 20px;
    }

    .pplnItem div,
    .ppgsRight div {
        line-height: 42px
    }

    .ppgsRight {
        max-width: 558px
    }

    .pplnItem div,
    .ppgsRight div {
        font-size: 18px;
    }

}

@media (max-width:1600px) {
    .czImg {
        height: 390px;
    }

    .ppczRight::after {
        right: -54px;
    }

}

@media (max-width:1440px) {
    .ppczRight::after {
        right: -29px;
    }
}

@media (max-width:800px) {


    .childtop .chl_item1 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .childtop .chl_item0>.brline {
        display: none !important;
    }

    .childcon {
        text-align: left !important;
    }

    .childbut {
        right: 10px !important;
    }

    .title p {
        font-size: 34px;
    }

    .title>span {
        font-size: 16px;
    }

    .pplnBox .ppln {
        margin-bottom: 0;
    }

    .pplnItem {
        margin-top: 42px;
    }

    .title p {
        margin-bottom: 0;
    }

    .pplnItem div {
        line-height: 38px;
    }

    .pplnBox {
        height: 100vh;
        background: url(https://project.swmob.com/spp/pplnBj.jpg) no-repeat center center/ cover;
    }

    .video {
        width: 100%;
        margin-top: 40px;
        height: unset;
        background: unset;
    }

    .video video {
        width: 100%;
    }

    .ppgsLeft {
        width: 100%;
    }

    .ppgsRight {
        margin-top: 40px;
        width: 100%;
    }

    .ppgsRight div {
        margin-bottom: 20px;
    }


    .ppczTop {
        margin-top: 80px;
    }

    .pplnBox .ppln,
    .ppgs,
    .ppczTop {
        width: 90%;
    }

    .switch {
        height: 30px;
        width: 120px;
    }

    .swiper-container {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px;
    }


    .ppczRight span {
        font-size: 18px;
    }

    .ppczRight::after {
        display: none;
    }

    .switch div {
        width: 50px;
        height: 30px;
    }

    .ppgsBox {
        padding-bottom: 40px;
        min-height: unset;
    }

    .ppgsRight div {
        line-height: 38px;
    }

    .ppgs {
        padding-top: 40px;
    }

    .swiper-container {
        padding-right: 0;
    }

    .pplnBox {
        flex-direction: column;
    }

    .mobile {
        position: absolute;
        right: 50%;
        bottom: 0;
        margin: 49px auto 0;
        width: 90%;
    }

    .popup {
        width: 100%;
    }

    .mask {
        display: block;
    }

    .popup video {
        width: 90%;
        margin: auto;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .czImg {
        height: 350px;
    }

    .swiper-container {
        width: 95%;
        margin-right: 0;
    }
}





.banner2 {
    position: relative;
    width: 100vw;
    height: 100vh;
    box-sizing: border-box;
    overflow: hidden;
}

.banner2_Tit {
    margin: 0 auto;
    margin-top: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 26px;
    color: #333333;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner2_Tit_English {
    font-size: 40px;
    color: #000;
    font-family: "Calibri Light";
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.menuBox {
    position: fixed;
    right: 0;
}

.banner2_Tit::after {
    content: '';
    display: block;
    width: 80px;
    height: 1px;
    background: #A40000;
    border-radius: 0px 0px 0px 0px;
    position: absolute;
    left: 50%;
    bottom: -9px;
    transform: translateX(-50%);
}

.case {
    position: relative;
    padding-bottom: 1px;
    margin-top: 60px;
}

.case_box {
    width: 100%;
    height: auto;
}

.clearfix {
    zoom: 1;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.busbox .bigthing {
    margin-top: 45px;
}

.case_case {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}

.cover {
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 14px;
    opacity: 0;
    transition: .5s ease-out;
    overflow: hidden;
}

.childtop {
    position: absolute;
    left: 32px;
    bottom: 47px;
    width: 80%;
}

.childtop .chl_item0 {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    width: 100% !important;
    padding-bottom: 4px;
    position: relative;
    padding-bottom: 25px;
}

.childtop .chl_item0>.brline {
    position: absolute;
    width: auto;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-height: 30px;
}

.childtop .chl_item1 {
    font-size: 14px;
    color: #fff;
    width: 30%;
    margin-top: 10px;
    width: 100%;
}

.childcon {
    font-size: 22px;
    color: #fff;
    text-align: center;
    padding-top: 0px;
    font-weight: bold;
    position: absolute;
    left: 31px;
    top: 33px;
}

.case_con {
    width: 25%;
    float: left;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.case_con>img {
    width: 100%;
    display: block;
    transition: .5s ease-out;
}

.case .fen {
    margin: 80px auto;
    width: 15%;
    margin-top: 60px;
}

.muchdiv .fen {
    margin-top: 12px;
}

.three_box .muchdiv .fen {
    margin-top: 12px;
}

a {
    text-decoration: none;
    outline: none;
}

.muchdiv .fen .roll_box {
    height: 35px !important;
    line-height: 35px !important;
}

.muchdiv .fen .roll_box .fir_show {
    line-height: 35px !important;
}

.roll_box {
    width: 100%;
    height: 35px;
    position: relative;
    cursor: pointer;
    text-align: center;
    float: left;
}

.fir_show {
    width: 100%;
    height: 100%;
    line-height: 35px;
    color: #a40000;
    border: 1px solid #fff;
    transition-duration: .5s;
    transition-property: transform, -webkit-transform;
    transform: translateZ(28px);
    transform-style: preserve-3d;
    position: absolute;
    background: #fff;
    font-size: 14px;
    border: 1px solid #a40000;
    border-radius: 4px;
}

.change_show {
    width: 100%;
    height: 100%;
    line-height: 35px;
    color: red;
    border: 1px solid #fff;
    background: #a40000;
    transition-duration: .5s;
    -webkit-transform: rotateX(-90deg) translateZ(28px);
    transform: rotateX(-90deg) translateZ(28px);
    position: absolute;
    top: -5px;
    backface-visibility: hidden;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
}

.case_con:hover .cover {
    opacity: 1;
}

.childbut>img {
    max-width: 100%;
    display: block;
}

/* .childbut>img{
    width: 48px;
    height: 48px;
} */
.childbut {
    width: 10%;
    position: absolute;
    bottom: 48px;
    right: 32px;
}

.roll_box:hover .fir_show {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
}

.roll_box:hover .change_show {
    transform: rotateX(0deg) translateZ(28px);
    background: #a40000;
    border-color: #fff;
    color: #fff;
}



/*底部*/
.foot {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
}

.foot .title {
    position: relative;
    padding: 40px 0;
}

.foot .title .small {
    font-size: 40px;
    padding: 0;
}

.foot .title h2 {
    font-size: 34px;
    color: #000;
    padding: 15px 0;
    font-family: "Calibri Light";
    letter-spacing: 0;
}

.foot .title p {
    font-size: 16px;
    padding-top: 20px;
    color: #000;
}

.foot .title p a {
    color: #000;
}

.nav_dl:hover {
    color: #a40000 !important;
}

.qqbun {
    width: 10%;
    margin: 0 auto;
}

.qqbun a {
    padding: 4px;
    box-sizing: border-box;
    display: block;
    border: 2px solid #a40000;
    border-radius: 3px;
}

.qqbun a:hover {
    background: #a40000;
    color: #fff !important;
}

.foot .title .patak {
    color: #000;
    font-weight: bold;
    font-family: "微软雅黑";
    font-size: 26px;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 20px;
}

.line {
    background: #a40000;
    width: 5%;
    height: 2px;
    position: absolute;
    left: 47.5%;
}

.foot_box {
    width: 1200px;
    margin: 0 auto;
}

.ft_nav {
    width: 50%;
    padding-top: 20px;
}

.nav_con {
    padding: 45px;
}

.nav_list {
    width: 22%;
    float: left;
    text-align: center;
}

.nav_list .nav_dl {
    font-size: 16px;
    color: #000;
    padding: 10px;
    font-weight: bold;
    border-bottom: 2px solid #a40000;
    width: 35%;
    margin: 0 auto;
}

.nav_list .nav_dh>a {
    font-size: 14px;
    color: #656565;
    line-height: 1.6;
    padding: 4px 0;
    display: block;
}

.nav_list .nav_dh>a:hover {
    color: #000;
    transition: .3s ease-out;
}

.line2 {
    border-top: 2px solid #a40000;
    width: 50%;
    margin: 0 auto;
}

.fr_con {
    width: 50%;
    border-left: 1px solid #ccc;
    box-sizing: border-box;
    padding-left: 100px;
}

.fr_con>h2 {
    font-size: 35px;
    color: #000;
    padding-bottom: 5px;
    font-weight: bold;
}

.fr_con>h2>span {
    color: #a40000
}

.fr_con>p {
    font-size: 14px;
    color: #000;
    line-height: 1.6;
}

.fr_con .contact {
    padding-top: 30px;
    padding-bottom: 8px;
}

.fr_con .tel {
    font-size: 30px;
    font-weight: bold;
}

.nav_but {
    width: 100%;
    background: #a40000;
}

.nav_but .but_left a img {
    width: auto;
    display: inline-block;
    vertical-align: middle;
}

.but_box {
    width: 1200px;
    margin: 0 auto;
    padding: 25px 0;
    display: flex;

}

.but_left {
    width: 60%;
}

.but_left>p {
    color: #fff;
    font-size: 12px;
    line-height: 3;
}

.but_left>p>a {
    color: #fff;
    font-size: 12px;
    display: inline-block;
    padding-right: 18px;
}

.but_right {
    width: 40%;
    padding-top: 0px;
    position: relative;
    display: flex;
    align-items: center;
}

.but_right a {
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    border-radius: 20px;
    color: #333;
    background: #fff;
    text-align: center;
    margin-top: 0px;
    transform: translateY(0px);
    transition: .5s
}

.but_right a:hover {
    transform: translateY(-10px);
    color: #a40000
}

.but_right>h4 {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

.small_pic {
    float: left;
    margin-top: 0px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 2px solid #fff;
    line-height: 50px;
    text-align: center;
    margin-right: 22px;
    margin-left: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.small_pic>img {
    max-width: 60%;
    margin: 0 auto;
}

.small_pic>a>img {
    max-width: 60%;
    margin: 0 auto;
}

.small_pic>img:hover {
    transform: rotate(360deg);
    -webkit-transition: 1.5s all;
}

.small_pic>a>img:hover {
    transform: rotate(360deg);
    -webkit-transition: 1.5s all;
}

.title {}

.small_pic:hover {}

.phshow {
    width: 40%;
}

.phshow>h2 {
    font-size: 35px;
    color: #000;
}

.phshow>h2>span {
    color: #a40000
}

.phshow>p {
    font-size: 16px;
    color: #000;
    line-height: 1.6;
}

.phshow>.bold {
    font-weight: bold;
    font-size: 18px;
}

.but_left>p>span {
    font-weight: bold;
    display: inline-block;
    padding-right: 10px;
    font-size: 14px;
}

.line38 {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #dcdddd;
    top: 35%;
}

.foot_box .title .line {
    width: 8%;
    left: 46%;
}

.picture {
    position: absolute;
    width: 180px;
    top: -180px;
    z-index: -1;
    opacity: 0;
    left: 60px;
}

.picture img {
    display: block;
}

.picture:hover {
    display: block;
}

.wechat:hover .picture {
    opacity: 1;
    z-index: 1;
    transition: .4s;
}

.minilogo {
    width: 70px;
    margin: 0 auto;
}

.minilogo img {
    width: 100%;
    display: block;
    margin: 4px 0;
}

.s-nav-item {
    background: #E0E0E0;
    border-right: 4px solid #a40000;
}

.this {
    border-left: 2px solid #a40000;
    background-color: #D3D3D3;
}

.pub_nav .there {
    border-color: #a40000;
}

.fenye {
    text-align: center;
    padding-top: 40px;
}

#pagelist>a {
    border: 1px solid #a40000;
    padding: 4px 10px;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 6px;
}

#pagelist>a:hover {
    background: #a40000;
    color: #fff;
}

#pagelist .curr {
    background: #a40000;
    color: #fff !important;
}

#pagelist>a font {
    color: #fff;
}

table {
    margin: 0 auto;
}

#newBridge .nb-icon-right-bottom {
    right: 0 !important;
    width: 80px !important;
    height: 80px !important;
}

:-webkit-scrollbar-track-piece {
    -webkit-border-radius: 0;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    background: #ebebeb;
}

/* .fl {
    float: left;
}

.fr {
    float: right;
}

.fr::after{
    content: "";
    display: block;
    clear: both;
}
.fl::after{
    content: "";
    display: block;
    clear: both;
} */

.wechat:hover .picture {
    opacity: 1;
    z-index: 1;
    transition: .4s;
}


.but_right a:hover {
    transform: translateY(-10px);
    color: #a40000;
}

.but_left>a {
    color: #fff;
    font-size: 12px;
    display: inline-block;
    padding-right: 18px;
}


.showdiv:hover {
    background: #a40000;
    border: 1px solid #fff;
    color: #fff;
}

.swiper-slide .showdiv a {
    display: block;
}


/* 新闻 */
.news {
    position: relative;
    padding-bottom: 60px;
}

.news .nline38 {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #dcdddd;
    bottom: 0;
    display: none;
    top: 100%;
}

.nav .mobile.on {
    left: 50%;
    transform: translateX(-50%);
}

.newsbox {
    width: 1200px;
    margin: 0 auto;
}

.news .title {
    padding: 30px 0;
    width: 1200px;
    margin: 0 auto;
    opacity: 1;
}

.title>h3 {
    font-size: 40px;
    color: #000;
    font-family: "Calibri Light";
    display: flex;
    align-items: center;
    justify-content: center;
}

.newsbox .title h2 {
    padding: 20px 0;
    padding-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.line {
    background: #a40000;
    width: 5%;
    height: 2px;
    position: absolute;
    left: 47.5%;
}

.newbox {
    display: block;
}

.newcon {
    width: 33.333%;
    float: left;
    text-align: center;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 30px;
}

.newcon span {
    font-size: 14px;
    color: #656565;
    display: block;
    margin-bottom: 1em;
    color: #656565;
}

.newcon .slide {
    display: block;
    border-right: 1px solid #ccc;
    box-sizing: border-box;
    padding-right: 15px;
}


.newcon a h2 {
    font-size: 18px;
    color: #000;
    padding-bottom: 10px;
    white-space: nowrap;
    /* 不换行 */
    overflow: hidden;
    /* 隐藏超出的内容 */
    text-overflow: ellipsis;
    /* 用省略号表示被隐藏的部分 */

}

.newcon a p {
    font-size: 14px;
    line-height: 1.6;
    color: #656565;
}

.newcon a.more_in_news {
    display: none;
    width: 30px;
    height: 30px;
    background-image: url(/images/index/new_sj.png);
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 100%;
    background-size: 50%;
    border: 1px solid transparent;
    background-position: center;
    background-repeat: no-repeat;
}

.news .fen {
    width: 15%;
    margin: 0 auto;
    margin-top: 20px;
    display: block;
}

/* 新闻 */
@media (max-width:1400px) {
    .case .fen {
        margin-top: 40px;
    }

    .case_con {
        margin-bottom: 0;
    }
}

@media (max-width:1280px) {
    .case_case {
        max-width: 1000px;
    }
}

.Mobile_box {
    display: none;
}

@media (max-width:800px) {

    .mySwiper {
        display: none;
    }

    .Mobile_box {
        display: block;
    }

    .case_con {
        width: 50%;
    }

    .banner2_Tit_English {
        display: none;
    }

    .mobile {
        display: none;
    }

    .nav .mobile.on {
        width: 100%;
        display: block;
    }

    .newcon {
        width: 100%;
        margin-top: 0px;
        padding-bottom: 20px;
        margin-bottom: 0;
    }

    .banner2_Tit {
        margin-top: 60px;
    }

    .newsbox {
        display: block;
        width: 100%;
    }

    .newsbox .title h2 {
        padding: 10px;
    }

    .news .title {
        width: 100%;
        padding-top: 0px;
    }

    .case {
        margin-top: 30px;
    }

    /* .case_case :nth-child(7){
        display: none;
    }
    .case_case :nth-child(8){
        display: none;
    } */
    .newcon .slide {
        border-right: 0;
    }

    /* .new-hide :nth-child(4){
        display: none;
    }
    .new-hide :nth-child(5){
        display: none;
    }
    .new-hide :nth-child(6){
        display: none;
    } */
    .but_left {
        width: 100%;
        box-sizing: border-box;
        padding: 0 10px;
        text-align: center;
    }

    .but_right {
        width: 100%;
        box-sizing: border-box;
        padding: 0 10px;
        margin-top: 10px;
        margin: 0 auto;

    }

    .but_box {
        padding: 0;
        padding-bottom: 10px;
        width: 100%;
        display: block;
    }

    .but_left .hide {
        display: none;
    }

    .but_right>h4 {
        display: none;
    }

    .small_pic {
        margin-left: 10%;
        margin-right: 10%;
        margin-top: 20px;
    }

    .but_right a {
        font-size: 12px;
    }

    .banner2 {
        height: auto;
    }

    .foot {
        position: relative;
        margin-top: 0px;
    }
	.but_left{width: 100%;box-sizing: border-box;padding: 0 10px;text-align: center;}
	.but_right{width: 100%;box-sizing: border-box;padding: 0 10px;margin-top: 10px;margin: 0 auto;display:flex;align-items:center;
        justify-content: center;margin-top:20px;padding-bottom:20px}
		.but_right a{
			margin-top:0;
			transform:unset;
			margin-left:30px
		}
		.picture img{width:100%}
		.small_pic{margin:0 !important}
}

.new-hide.clearfix{
	display: flex;
    flex-wrap: wrap;
}
.newCase {
    width: 1196px;
    height: auto;
    margin: 0 auto;
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    opacity: 0;
    transform: translateY(100px);
}

.newCase.on {
    animation: newCaseFadein 1s ease-in-out forwards;
}

@keyframes newCaseFadein {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.newCaseItem .covePic {
    position: relative;
    width: 290px;
    height: 245px;
    overflow: hidden;
    cursor: pointer;
}

.newCaseItem .covePic .pic {
    width: 100%;
    height: 100%;
    display: block;
}

.newCaseItem .title {
    width: 290px;
    height: 30px;
    padding-top: 10px;
    padding-bottom: 40px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 22px;
    color: #333333;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    opacity: 1;
}

.newCaseItem .level {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
    color: inherit;
    cursor: auto;
    background: rgba(0, 0, 0, 0.4);
    transition: all 0.6s;
    cursor: pointer;
}
.newCaseItem .level span{
    font-size: 12px;
    margin-top: -15px;
}

.newCaseItem .covePic:hover .level {
    top: 0;
}

.newCaseItem .level .h2 {
    font-family: PingFangSC, PingFang SC;
    margin-bottom: 20px;
    margin-top: 100px;
    padding-left: 14px;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
    text-align: left;
}

.newCaseItem .level .h3 {
    font-family: PingFangSC, PingFang SC;
    padding-left: 20px;
    margin: 10px 0;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    text-align: left;
    display: flex;
    align-items: center;
}

.newCaseItem .level .h3 .arrow {
    width: 14px;
    height: 14px;
    margin-right: 5px;
}

.newCaseItem .more {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
    color: inherit;
    cursor: auto;
}

.newCaseItem .more .layout {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.newCaseItem .more .h5 {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 28px;
    text-align: center;
}

.newCaseItem .more .icon {
    width: 28px;
    height: 28px;
    margin-top: 19px;
    transition: all 0.5s;
}

.newCaseItem .more:hover .icon {
    transform: rotate(360deg);
    transition: all 0.5s;
}

@media (max-width:800px) {
    .newCase {
        width: 100%;
        padding-bottom: 50px;
        opacity: 1;
        transform: translateY(0);
    }

    .newCaseItem .newCaseItem {
        width: 25%;
        height: auto;
    }

    .newCaseItem .covePic {
        width: 50vw;
        height: auto;
    }

    .newCaseItem .title {
        width: 50vw;
        height: 40px;
        padding: 0 10px;
        font-size: 16px;
        line-height: 40px;
        text-align: center;
        box-sizing: border-box;
    }

    .newCaseItem .level .h2 {
        margin-top: 30px;
        padding-left: 5px;
    }

    .newCaseItem .level .h3 {
        margin: 5px 0;
        padding-left: 10px;
    }
}