.sub_content {
    /* padding-top: 5vw; */
    padding-bottom: 3vw;
}

.sub_content .sub_c_tit {
    position: relative;
    padding-bottom: 13px;
    margin-bottom: 2vw;
}

.sub_content .sub_c_tit h3 {
    color: #343434;
    font-size: 35px;
    font-weight: bold;
}

.sub_content .sub_c_tit p {
    color: #7E7E7E;
    font-size: 20px;
}

.sub_content .sub_c_tit::after {
    content: '';
    background: #F81111;
    width: 29px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
}

/*婊氬姩鏉℃牱寮�*/
::-webkit-scrollbar {
    width: 0px;
    /*height: 4px;*/
}

::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
    border-radius: 0;
    background: rgba(0, 0, 0, 0);
}

/* 企业文化 */

.about_cu {
    background: url(../images/about/bg.jpg) no-repeat;
    background-position: top;
    background-size: 100% 100%;
    overflow: hidden;
}

.culture_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 3vw;
}

.culture_item {
    border-bottom: 1px solid #C8C8C8;
    padding-bottom: 82px;
    display: flex;
    align-items: flex-start;
    position: relative;
    width: 24%;
    margin-bottom: 116px;
}

.img_bg_circle {
    width: 43px;
    height: 43px;
    background: #7D7D7D;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
      flex-shrink: 0;
    -webkit-flex-shrink: 0;

}

.culture_item:hover .img_bg_circle {
    background: #F81111;
}

.img_bg_circle_active {
    background: #F81111;
}

.img_bg_circle img {
    width: auto;
    height: auto;

}

.cu_tilte_word {
    margin-left: 14px;
}

.culture_item:hover .cu_title {
    color: #F81111;
}

.cu_title {
    font-weight: bold;
    font-size: 28px;
    color: #000000;
    margin-bottom: 17px;

}

.cu_title_active {
    color: #F81111;
}

.cu_word {
    font-size: 18px;
    color: #262626;
    /* line-height: 59px; */

}

.culture_num {
    font-size: 113px;
    color: #000000;
    opacity: 0.1;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}

.culture_item:hover .culture_num {
    display: block;
}

/* 
@media only screen and (max-width: 768px) {
  .sub_banner .pc_img {
    display: none;
  }

  .sub_banner .m_img {
    display: block;
  }

  .sub-banner>img.mbimg {
    display: block;
  }

  .sub-banner>img.pcimg {
    display: none;
  }

  .sub-banner .sub-banner-desc {
    width: 92%;
    max-width: 690px;
    left: 4%;
    height: 81px;
    border-radius: 10px 10px 0 0;
  }

  .sub-banner .sub-banner-desc .desc {
    padding: 16px 12px;
    display: block;
  }

  .sub-banner .sub-banner-desc .desc>img {
    display: none;
  }

  .sub-banner .sub-banner-desc .desc div img {
    width: 41px;
  }

  .sub-banner .sub-banner-desc .desc div h3 {
    font-size: 17px;
    margin: 6px 0;
  }

  .sub-banner .sub-banner-desc .desc div p {
    font-size: 12px;
  }

  .sub_content {
    padding-top: 30px;
  }

  .sub_content .sub_c_tit h3 {
    font-size: 20px;
  }

  .sub_content .sub_c_tit p {
    font-size: 12px;
    margin-top: 2px;
  }

  .sub_content .sub_c_tit::after {
    width: 15px;
    height: 1.5px;
  }


} */


@-webkit-keyframes anim-open-6 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
    }
}

@keyframes anim-open-6 {
    0% {
        opacity: 0;
        transform: scale(0.9) translateY(-20px) perspective(600px) rotateX(10deg);
    }

    100% {
        opacity: 1;
        transform: scale(1) translateY(0px) perspective(600px) rotateX(0deg);
    }
}

@-webkit-keyframes anim-close-6 {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
    }
}

@keyframes anim-close-6 {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
    }
}

/* Inner elements animations */
@-webkit-keyframes anim-elem-6 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 25px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
    }
}

@keyframes anim-elem-6 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.ab_con {
    width: 100%;
}

.ab_con .con_tap {
    display: none;
    width: 100%;
}

.profile_word p {
    font-size: 16px;
    line-height: 32px;
}

.profile_word h2 {
    font-size: 35px;
    line-height: 120px;
    color: #000;
}

.profile_word h5 {
    font-size: 18px;
    line-height: 60px;
}

.sub_content .com_img_case {
    margin-top: 1rem;
    margin-bottom: 1rem;
    width: 75.7293%;
    margin-left: 10.9375%;
    padding-right: 24.871%;
    position: relative;
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
    /* -webkit-box-shadow: 0 0 60px rgba(30, 46, 63, 0.36);
    -moz-box-shadow: 0 0 60px rgba(30, 46, 63, 0.36);
    box-shadow: 0 0 60px rgba(30, 46, 63, 0.36); */
    overflow: hidden;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.sub_content .sha_imgBox {
    position: absolute;
    right: 0;
    top: 0;
    width: 24.871%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    /*-webkit-filter: blur(10px); !* Chrome, Opera *!*/
    /*-moz-filter: blur(10px);*/
    /*-ms-filter: blur(10px);*/
    /*filter: blur(10px);*/
    z-index: 1;
}

.sub_content .com_img_case .swiper-container {
    overflow: initial;
}

.sub_content .com_img_case .swiper-slide>div img {
    display: block;
    width: 100%;
}

.sub_content .sha_imgBox>div {
    font-size: 0;
    line-height: 30px;
    text-align: center;
    width: 100%;
    position: absolute;
    left: 20%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0) rotate(90deg);
}

.sub_content .com_img_case .swiper-button-prev,
.sub_content .com_img_case .swiper-button-next {
    background-image: none;
    left: 0;
    right: 0;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-size: 18px;
    line-height: 44px;
}

.sub_content .com_img_case .swiper-button-prev {
    margin-right: 60px;
}

.sub_content .com_img_case .swiper-button-next {
    margin-left: 60px;
}

.sub_content .com_img_case .swiper-pagination {
    color: #959ba1;
    width: auto;
    left: 0;
    bottom: 0;
    font-size: 20px;
    vertical-align: middle;
    position: relative;
    display: inline-block;
}

.sub_content .com_img_case .swiper-pagination .on {
    color: #000;
    font-size: 30px;
}

.sub_content .desc {
    margin-top: 2vw;
    line-height: 35px;
    text-indent: 2em;
}

.sub_content .desc p {
    margin-bottom: 1.5vw;
}

#r3 {
    position: relative;
    padding: 60px 0 100px;
}

#r3 .sub_c_tit h3,
#r3 .sub_c_tit p {
    color: #fff;
}

#r3 .sub_c_tit::after {
    background: #fff;
}

.m-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.m-bg .pic {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.roll_list {
    opacity: 0;
    pointer-events: none;
    z-index: 9;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.roll_list.on {
    opacity: 1;
}

.pic {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

.ani-4.active {
    animation: fadeInUpSmall 1s ease-in-out;
    animation-fill-mode: both;
}

@keyframes fadeInUpSmall {
    from {
        opacity: 0;
        transform: translate3d(0%, 10px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

#r3 .wrap {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#r3 .wrap .topic {
    position: absolute;
    bottom: -10px;
    width: 100%;
    left: 0;
    text-align: center;
}

#r3 .wrap .topic h2 {
    color: #000;
}

#r3 .wrap .con {
    width: 70%;
    margin: auto;
    height: 82%;
}

#r3 .wrap .con .timer-parent {
    height: 100%;
    width: 100%;
}

#r3 .wrap .con .timer-parent .mid {
    height: calc(100% - 85px);
    padding-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#r3 .wrap .con .timer-parent .mid .left {
    width: 46%;
    position: relative;
    max-width: 450px;
    padding-bottom: 27.775%;
    overflow: hidden;
}

#r3 .wrap .con .timer-parent .mid .left .photo {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#r3 .wrap .con .timer-parent .mid .left .photo .pic {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-size: contain;
}

#r3 .wrap .con .timer-parent .mid .left .photo.navOutNext {
    -webkit-animation: scaleUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
    animation: scaleUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

#r3 .wrap .con .timer-parent .mid .left .photo.navInNext {
    -webkit-animation: scaleDownUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
    animation: scaleDownUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

@-webkit-keyframes scaleUp {
    to {
        -webkit-transform: scale(1.2);
        opacity: 0;
    }
}

@keyframes scaleUp {
    to {
        transform: scale(1.2);
        opacity: 0;
    }
}

@-webkit-keyframes scaleDownUp {
    from {
        opacity: 0;
        -webkit-transform: scale(0.9);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@keyframes scaleDownUp {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes scaleDown {
    to {
        opacity: 0;
        -webkit-transform: scale(0.9);
    }
}

@keyframes scaleDown {
    to {
        opacity: 0;
        transform: scale(0.9);
    }
}

@-webkit-keyframes scaleUpDown {
    from {
        opacity: 0;
        -webkit-transform: scale(1.2);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@keyframes scaleUpDown {
    from {
        opacity: 0;
        transform: scale(1.2);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@media only screen and (max-width: 800px) {
    .sub_content .com_img_case {
        max-width: 976px;
        width: 92%;
        margin-left: 4%;
        padding-right: 4%;
    }

    .sub_content .sha_imgBox {
        width: 4%;
    }

    .sub_content .sha_imgBox>div {
        display: none;
    }

  
}

@media screen and (max-width: 767px) {
    .sub_content .sub_c_tit h3 {
        font-size: 1.2rem;
    }

    .sub_content .sub_c_tit {
        padding-bottom: 0.27rem;
    }

    .profile_word h2 {
        font-size: 0.8rem;
        line-height: 2.2rem;
    }

    .profile_word h5 {
        font-size: 0.8rem;
        line-height: 2.2rem;
        letter-spacing: 0.12rem;
    }

    .profile_word p {
        font-size: 0.6rem;
        line-height: 1rem;
        letter-spacing: 0.06rem;
    }

    .about_cu {
        background: url(../images/about/bg_p.png) no-repeat;
        background-size: 100% 100%;

    }

    .culture_flex {
        margin-top: 1.06rem;
    }

    .culture_item {
        width: 100%;
        padding-bottom: 1.7rem;
        margin-bottom: 1.7rem;

    }

    .culture_num {
        font-size: 5rem;
        top: unset;
        bottom: 0;
    }

    .sub_content {
        padding-top: 0;
        padding-bottom: 1.41rem;
    }

    .sub_content .sub_c_tit p {
        font-size: 0.65rem;
        letter-spacing: 0.04rem;
    }

    .sub_content .sub_c_tit::after {
        width: 1.58rem;
    }

    .cu_title {
        font-size: 0.85rem;
        margin-bottom: 0.4rem;
    }

    .cu_word {
        font-size: 0.6rem;
    }
}