@charset "utf-8";

/* .head-page .business_item span {
    color: #B21623;
    font-weight: 600;
}
.head-page .business_item>a:after {
    transform: scale(1);
    opacity: 1;
}
.head-page .business_item>a::before {
    opacity: 1;
    transform: scale(1);
} */


.nodata-layer{
    width: 100%;
    flex-direction: column;
    background: #FFFFFF;
    padding: 50px 35px;
    box-sizing: border-box;
    position: relative;
}
.nodata-layer p{
    /* margin-top: 35px; */
    color: #666;
}


.business .list {
    padding: 90px 0;
    box-sizing: border-box;
}
.business .list:nth-child(2n - 1) {
    background: #F6F6F6;
}
.business .list:nth-child(2n) .maxwidth {
    flex-direction: row-reverse;
}
.business .list .img {
    width: 50%;
    /* height: 523px; */
    border-radius: 20px;
    overflow: hidden;
}
.business .list .texts {
    width: 40.5%;
}
.business .list .texts .con {
    margin-top: 35px;
}
.business .list:nth-child(2n-1) .texts {
    margin-right: 3%;
}
.business .list:nth-child(2n) .texts {
    margin-left: 3%;
}




.table_navs {
    height: 106px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(25, 27, 35, 0.09);
    border-radius: 8px;
    padding: 0 80px;
    box-sizing: border-box;
}
.table_navs .item {
    cursor: pointer;
    padding: 10px 0;
    box-sizing: border-box;
    position: relative;
}
.table_navs .item::after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 2px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 0;
    background: #B21623;
    left: 0;
}
.table_navs .item .item_icon {
    margin-right: 14px;
}
.table_navs .item.active {
    color: #B21623;
}
.table_navs .item.active::after {
    transform: scaleX(1);
    opacity: 1;
}
.cases .lists .list {
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 50px;
    border-radius: 20px 20px 0px 0px;
    overflow: hidden;
    cursor: pointer;
}
.cases .lists .list:nth-child(3n) {
    margin-right: 0px;
}
.cases .lists .list .img {
    width: 100%;
    /* height: 353px; */
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F3F3F3;
    overflow: hidden;
}
.cases .lists .list .img img {
    display: block;
    max-height: 100%;
    transition: all .4s;
}
.cases .lists .list .text {
    width: 100%;
    height: 80px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F3F3F3;
    transition: all .4s;
    padding: 0 20px;
    box-sizing: border-box;
}
.cases_show .lists {
    padding: 0 10px;
    box-sizing: border-box;
}
.mySwiper2 .swiper-container {
    border: 1px solid #e3e3e3;
}
.mySwiper2 .swiper-slide {
    /* height: 650px; */
    height: 615px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mySwiper2 .swiper-slide img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.mySwiper {
    margin-top: 25px;
    position: relative;
}
.mySwiper .swiper-container {
    position: initial;
}
.mySwiper .swiper-slide {
    border: 1px solid #E5E5E5;
    cursor: pointer;
    transition: all .4s;
    /* height: 226px; */
    height: 190px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    box-sizing: border-box;
}
.mySwiper .swiper-slide img {
    display: block;
    max-height: 100%;
}
.mySwiper .swiper-slide .bg_video_btn {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mySwiper .swiper-slide .bg_video_btn img {
    max-width: 35px;
}
.mySwiper .swiper-button-next:after,
.mySwiper .swiper-button-prev:after {
    font-size: 50px;
    margin-top: 0;
    color: #999999;
    font-weight: 600;
}
.mySwiper .swiper-button-next {
    right: -75px;
}
.mySwiper .swiper-button-prev {
    left: -75px;
}
.mySwiper .swiper-slide-thumb-active {
    border: 1px solid #D42D26;
}
.fy_lists {
    border-top: 2px solid #EEEEEE;
    padding-top: 40px;
    box-sizing: border-box;
}
.fy_lists .item {
    transition: all .4s;
    max-width: 45%;
}
.fy_lists .item:last-child {
    margin-bottom: 0;
}
.fy_lists .item span {
    width: 48px;
    transition: all .4s;
}
.fy_lists .descc {
    width: calc(100% - 48px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all .4s;
}
.fy_lists .item:hover {
    color: #B21623;
}
.return_lists {
    width: 155px;
    height: 50px;
    border: 1px solid #EEEEEE;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    z-index: 1;
}
.return_lists::before {
    content: "";
    display: block;
    width: 22px;
    height: 20px;
    background: url(../img/newsDe_list.png) no-repeat center/cover;
    margin-right: 15px;
    transition: all .4s;
}
.return_lists::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #B21623;
    transition: all .3s;
    height: 100%;
    width: 0;
    display: block;
}

@media only screen and (min-width: 960px) {
    .table_navs .item:hover {
        color: #B21623;
    }

    .table_navs .item:hover::after {
        transform: scaleX(1);
        opacity: 1;
    }

    .cases .lists .list:hover .img img {
        transform: scale(1.08);
    }

    .cases .lists .list:hover .text {
        background: #B21623;
        color: #fff;
    }

    .fy_lists .item:hover {
        transform: translateY(-3px);
    }

    .return_lists:hover::before {
        background: url(../img/newsDe_list_hover.png) no-repeat center/cover;
    }

    .return_lists:hover::after {
        width: 100%;
    }

    .return_lists:hover {
        color: #fff;
    }
}

@media only screen and (max-width: 1480px) {
    .mySwiper2 .swiper-slide {
        height: 607px;
    }

    .mySwiper .swiper-button-next {
        right: -40px;
    }

    .mySwiper .swiper-button-prev {
        left: -40px;
    }

    .mySwiper .swiper-button-next:after,
    .mySwiper .swiper-button-prev:after {
        font-size: 40px;
    }
}

@media only screen and (max-width: 1400px) {
    .mySwiper2 .swiper-slide {
        height: 573px;
    }
}

@media only screen and (max-width: 1366px) {
    .mySwiper .swiper-slide {
        height: 174px;
    }

    .mySwiper2 .swiper-slide {
        height: 560px;
    }
}

@media only screen and (max-width: 1280px) {
    .table_navs {
        padding: 0 60px;
    }

    .cases .lists .list .text {
        height: 75px;
    }

    .mySwiper2 .swiper-slide {
        height: 523px;
    }

    .mySwiper .swiper-slide {
        height: 162px;
    }
}

@media only screen and (max-width: 1240px) {
    .mySwiper2 .swiper-slide {
        height: 506px;
    }
}

@media only screen and (max-width: 1200px) {
    .table_navs {
        padding: 0 35px;
    }

    .table_navs .item .item_icon {
        max-width: 45px;
    }

    .cases .lists .list .text {
        height: 70px;
    }

    .mySwiper2 .swiper-slide {
        height: 484px;
    }
}

@media only screen and (max-width: 1043px) {
    .cases .lists .list {
        margin-bottom: 40px;
    }

    .mySwiper2 .swiper-slide {
        height: 417px;
    }

    .mySwiper .swiper-slide {
        height: 129px;
    }
}

@media only screen and (max-width: 1024px) {
    .table_navs .item .item_icon {
        max-width: 40px;
    }

    .table_navs {
        height: 90px;
    }
}

@media only screen and (max-width: 960px) {
    .business .list .texts .con {
        margin-top: 25px;
    }

    .cases .lists .list .text {
        height: 65px;
    }
}

@media only screen and (max-width: 768px) {
    .business .list .img {
        width: 100%;
        border-radius: 10px;
    }

    .business .list:nth-child(2n-1) .texts {
        margin-right: 0;
    }

    .business .list .texts {
        width: 100%;
        margin-top: 25px;
    }

    .business .list {
        padding: 30px 0;
    }

    .business .list .texts .con {
        margin-top: 15px;
    }

    .table_navs {
        height: auto;
        padding: 10px 15px;
    }

    .table_navs .item .item_icon {
        max-width: 22px;
        margin-right: 10px;
    }

    .table_navs .item {
        max-width: 33%;
        margin: 10px 0;
        min-width: 30%;
        justify-content: center;
        padding: 5px 0;
    }

    .cases .lists .list {
        margin-bottom: 20px;
        width: 48.5%;
        margin-right: 3%;
        border-radius: 10px 10px 0px 0px;
    }

    .cases .lists .list:nth-child(3n) {
        margin-right: 3%;
    }

    .cases .lists .list:nth-child(2n) {
        margin-right: 0;
    }

    .mySwiper2 .swiper-slide {
        height: 217px;
    }

    .mySwiper .swiper-slide {
        height: 75px;
    }

    .mySwiper .swiper-button-next:after,
    .mySwiper .swiper-button-prev:after {
        font-size: 20px;
    }

    .mySwiper .swiper-button-prev {
        left: -22px;
    }

    .mySwiper .swiper-button-next {
        right: -22px;
    }

    .fy_lists {
        padding-top: 20px;
    }
}

@media only screen and (max-width: 640px) {
    .cases .lists .list {
        width: 100%;
        margin-right: 0;
        border-radius: 10px 10px 0px 0px;
    }

    .cases .lists .list:nth-child(3n) {
        margin-right: 0;
    }

    .cases .lists .list:last-child {
        margin-bottom: 0;
    }

    .cases .lists .list .text {
        height: 60px;
    }
}


.cul_con {
    background: url("../img/cul_bg.png") no-repeat center bottom, #f6f9fb;
    overflow: hidden;
}
.cul_src3_con_box{
    overflow: hidden;
}
.scr1_img_box {
    position: relative;
    float: left;
    width: 44.23%;
    margin-top: -42px;
    margin-left: -42px;
}
.scr1_img_case {
    display: block;
    width: 100%;
}
.scr1_img_face {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 39%;
}
.scr1_text_box {
    margin-top: -42px;
    float: right;
    width: 50%;
}
.cul_title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5rem;
    color: #000;
}
.cul_info {
    font-size: 14px;
    color: #72787f;
    line-height: 2.57;
}
.case_bg {
    position: relative;
    padding-top: 1.2rem;
    padding-bottom: 1.5rem;
}
.case_bg::after {
    content: '';
    display: block;
    background-color: #fff;
    width: 150%;
    height: 100%;
    position: absolute;
    left: -50%;
    top: 0;
    -webkit-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0;
    -webkit-box-shadow: 0 0 90px rgba(29, 56, 75, .17);
    -moz-box-shadow: 0 0 90px rgba(29, 56, 75, .17);
    box-shadow: 0 0 90px rgba(29, 56, 75, .17);
}
.case_bg>div {
    position: relative;
    z-index: 1;
}
.case_bg>.src2_img_box {
    position: absolute;
    bottom: -64px;
    right: 16.666%;
    width: 25%;
    -webkit-box-shadow: 0 0 68px rgba(29, 56, 75, .36);
    -moz-box-shadow: 0 0 68px rgba(29, 56, 75, .36);
    box-shadow: 0 0 68px rgba(29, 56, 75, .36);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    overflow: hidden;
    z-index: 2;
}
.src2_img_box>img {
    width: 100%;
    display: block;
}
.sr2_con_box {
    width: 50.769%;
    float: left;
}
.sr2_con_box>img {
    width: 100%;
    display: block;
}
.cul_src2_line {
    padding-top: 1.05rem;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 30px;
}
.case_bg>.scr2_title_box {
    position: absolute;
    width: 16.666%;
    top: -40px;
    right: 0;
    text-align: center;
    z-index: 2;
    font-size: 40px;
    color: #d5dae0;
    line-height: 1;
}
.scr2_title_box>img {
    position: relative;
    left: 50%;
    top: -43px;
    transform: translateX(-50%);
}
.scr2_title {
    width: 350px;
    text-transform: uppercase;
    position: relative;
    left: 50%;
    margin-left: -175px;
    margin-top: 80px;
    transform: rotate(90deg);
}
.cul_info_case {
    float: left;
    width: 50%;
    height: 435px;
    padding-left: 260px;
    position: relative;
    overflow: hidden;
}
.img_center_box {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 230px;
    height: 230px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    background-color: #fff;
}
.cen_img_0 {
    width: 100%;
    display: block;
}
.cen_img_1 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 178px;
    margin-left: -89px;
    margin-top: -20px;
}
.cul_src3_con_box>.cul_info_case:nth-child(odd) {
    text-align: right;
    padding-right: 260px;
    padding-left: 0;
}
.scr3_title {
    margin-top: 160px;
    font-size: 20px;
    color: #000;
    font-weight: 700;
    padding-bottom: 38px;
    line-height: 1;
    border-bottom: 1px solid #d2d6d9;
    transition: all .5s ease;
    margin-bottom: 25px;
    position: relative;
}
.scr3_title::after {
    content: '';
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    background-color: #B21623;
    position: absolute;
    bottom: -5px;
}
.loop1 .scr3_title::after {
    right: -20px;
}
.loop2 .scr3_title::after {
    left: -20px;
}
.loop3 .scr3_title::after {
    right: -20px;
}
.loop4 .scr3_title::after {
    left: -20px;
}
.scr3_title::before {
    content: '';
    display: block;
    height: 1px;
    width: 200px;
    border-bottom: 1px #d2d6d9 dashed;
    position: absolute;
    top: calc(100% + 0px);
    transition: color .5s ease;
}
.loop1 .scr3_title::before {
    right: -20px;
    transform: rotate(225deg);
    transform-origin: 100% 100%;
}
.loop2 .scr3_title::before {
    left: -20px;
    transform: rotate(135deg);
    transform-origin: 0 0;
}
.loop3 .scr3_title::before {
    right: -20px;
    transform: rotate(135deg);
    transform-origin: 100% 100%;
}
.loop4 .scr3_title::before {
    left: -20px;
    transform: rotate(225deg);
    transform-origin: 0 0;
}
.cul_info_case:hover .scr3_title::before {
    border-color: #B21623;
}
.cul_info_case:hover .scr3_title {
    color: #B21623;
    border-color: #B21623;
}
.scr3_info {
    font-size: 14px;
    line-height: 2;
    color: #72787f;
    transition: all .5s ease;
    max-height: 110px;
    overflow-y: auto;
    word-break: break-word;
    padding-right: 10px;
    box-sizing: border-box;
}
.scr3_info::-webkit-scrollbar {
    width: 8px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #f5f5f5;
}
.watch_more{
    width: 125px;
    height: 40px;
    border: 1px solid #EEEEEE;
    position: relative;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: #B21623;
    margin-top: 25px;
}
.watch_more:hover{
    color: #fff;
}
    
/* 设置滚动条滑块的样式 */
.scr3_info::-webkit-scrollbar-thumb {
    background-color: #B21623;
    border-radius: 10px;
}
      
/* 设置滚动条轨道的样式 */
.scr3_info::-webkit-scrollbar-track {
    background-color: #e1e1e1;
}


.cul_info_case:hover .scr3_info {
    color: #000;
}
.loop_box {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 380px;
    height: 380px;
    position: absolute;
    overflow: hidden;
    transition: all .5s ease;
    transform: translate3d(0, 0, 0);
}
.loop1 .loop_box {
    right: 0;
    bottom: 0;
    transform: translate3d(50%, 50%, 0);
    background-color: #79bd28;
}
.loop2 .loop_box {
    left: 0;
    bottom: 0;
    transform: translate3d(-50%, 50%, 0);

    background-color: #5aa62d;
}
.loop3 .loop_box {
    right: 0;
    top: 0;
    transform: translate3d(50%, -50%, 0);
    background-color: #B21623;
}
.loop4 .loop_box {
    left: 0;
    top: 0;
    background-color: #1a7937;
    transform: translate3d(-50%, -50%, 0);
}
.loop1:hover .loop_box {
    transform: translate3d(50%, 50%, 0) scale(1.2);
}
.loop2:hover .loop_box {
    transform: translate3d(-50%, 50%, 0) scale(1.2);
}
.loop3:hover .loop_box {
    transform: translate3d(50%, -50%, 0) scale(1.2);
}
.loop4:hover .loop_box {
    transform: translate3d(-50%, -50%, 0) scale(1.2);
}
.loop_box>span {
    display: block;
    width: 22px;
    height: 22px;
    background-color: rgba(255, 255, 255, .3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    transition: opacity .5s ease;
}
.cul_info_case:hover .loop_box>span {
    opacity: 0;
}
.loop_box>span::after {
    content: '';
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    margin-left: -5px;
    background-color: #f6f9fb;
}
.loop1 .loop_box>span {
    left: 25%;
    margin-left: -22px;
    bottom: 75%;
    margin-bottom: 0;
}
.loop2 .loop_box>span {
    right: 25%;
    margin-right: -22px;
    bottom: 75%;
    margin-bottom: 0;
}
.loop3 .loop_box>span {
    left: 25%;
    margin-left: -22px;
    top: 75%;
    margin-top: 0;
}
.loop4 .loop_box>span {
    right: 25%;
    margin-right: -22px;
    top: 75%;
    margin-top: -0;
}
.loop_box::after {
    content: '';
    display: block;
    height: 100%;
    left: 50%;
    width: 2px;
    top: 0;
    background-color: #fff;
    position: absolute;
    z-index: 1;
}
.loop_box::before {
    content: '';
    display: block;
    height: 2px;
    top: 50%;
    width: 100%;
    left: 0;
    background-color: #fff;
    position: absolute;
    z-index: 1;
}
.loop_box img {
    width: 50%;
    position: absolute;
    opacity: 0;
    transition: all .5s ease;
    transform: translate3d(0, 0, 0);
    width: 100%;
    height: 100%;
}
.cul_info_case:hover .loop_box img {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
.loop1 .loop_box img {
    left: 0;
    top: 0;
}
.loop2 .loop_box img {
    right: 0;
    top: 0;
}
.loop3 .loop_box img {
    left: 0;
    bottom: 0;
}
.loop4 .loop_box img {
    right: 0;
    bottom: 0;
}
.padT0 {
    padding-top: 0 !important;
}
.src3_case {
    position: relative;
}
.go1 {
    animation-name: go1;
}
.cen_img_1{
    font-size: 24px;
    text-align: center;
    line-height: 1;
    background: linear-gradient(to right, #ffff00, #ff0000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

@keyframes go1 {
    0% {
        opacity: 0;

    }
    100% {
        opacity: 1;

    }
}

@media only screen and (max-width: 1024px) {
    .scr1_img_box{
        width: 100%;
        float: none;
        margin-left: 0;
      }
      .scr1_text_box{
        float: none;
        width: 100%;
        margin-top: 0;
      }
      .cul_src2_line {
        padding-top: .6rem;
        margin-bottom: 10px;
      }
      .cul_info_case{
        padding-left: 50px;
      }
      .cul_src3_con_box > .cul_info_case:nth-child(odd) {
        padding-right: 50px;
      }
      .cen_img_0{
        display: none;
      }
      .img_center_box{
        background: transparent;
        top: 0;
        bottom: auto;
      }
      .loop_box{
        display: none;
      }
      .scr3_title::before{
        display: none;
      }
      .cul_info_case{
        height: auto;
      }
      .scr3_title{
        margin-top: 50px;
      }
      .cul_con {
        padding-top: 10px;
      }
}

@media only screen and (max-width: 768px) {
    .cul_info_case{
        width: 100%;
    }
    .cul_info_case {
        padding-left: 15px;
    }
    .cul_src3_con_box > .cul_info_case:nth-child(odd) {
        padding-right: 15px;
    }
    .scr3_title {
        margin-top: 40px;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .scr3_info{
        line-height: 1.875;
        max-height: initial;
    }
    .img_center_box{
        display: none;
    }
    .fy_lists .item {
        max-width: 100%;
        width: 100%;
        margin: 5px 0;
    }
    .return_lists{
        display: none;
    }
}