


/* 关于我们 */

.c-about {
    padding: 1rem 0 1rem;
}

.c-about-box {
    display: flex;
    padding: 0 1rem;
}

.c-about-jj .page-tit-box {
    margin-bottom: .5rem;
}

.c-about-box-le {
    width: 40%;
    padding: .3rem .3rem .3rem 0;
    background-color: turquoise;
    background: url(/static/res/image/nyabbg.png) 250px 0 no-repeat;
    height: 4.5rem;
    display: flex;
    justify-content: right;
    align-items: center;
    background-size: auto 100%;
}

.c-about-box-le img {
    height: 100%;
    object-fit: cover;
    border-radius: .3rem 0 0 0;
}

.c-about-box-ri {
    flex: 1;
    background-color: #333333;
    padding: .5rem .5rem .5rem .6rem;
    position: relative;
    overflow: visible;
}

.c-about-box-ri em {
    color: rgba(255, 255, 255, 0.04);
    display: block;
    width: 100%;
    height: auto;
    line-height: 64px;
    color: rgba(255, 255, 255, 0.04);
    font-family: "RobotoBold";
    font-style: normal;
    margin: 0 auto;
    padding: 0;
}

.c-about-box-ri h1 {
    color: #fff;
    font-weight: 900;
    margin: -.2rem auto 0.1rem;
}

.c-about-box-ri > p{
    color: rgba(255,255,255,.7);
    margin-bottom: .2rem;
}

.c-about-box-ri>div {
    color: rgba(255, 255, 255, 0.45) !important;
    word-break: break-all !important;
    text-align: justify !important;
    max-height: 2.1rem;
    overflow-y: scroll;
    padding-right: .3rem;
    line-height: 32px;
    text-indent: 32px;
}

.c-about-box-ri i {
    width: 3px;
    height: 75%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #cb0631;
}
.c-about-wh{
    /*qiyewenhua.jpg*/
    background: url(/static/res/image/qiyewenhua.jpg) no-repeat 0 0;
    background-size: cover;
}
.c-about-wh .c-about-box {
    justify-content: space-between;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 35px;
    row-gap: 35px;
}

.c-about-wh .c-about-box .c-about-box-li {
    padding: .7rem .3rem;
    background: #ffffff;
    text-align: center;
    position: relative;
}

.c-about-wh .c-about-box .c-about-box-li:before {
    position: absolute;
    content: "";
    background: #cb0631;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transform: scale(0);
    transition: all 0.5s;
    opacity: 0;
}

.c-about-wh .c-about-box .c-about-box-li:hover {
    cursor: pointer;
}

.c-about-wh .c-about-box .c-about-box-li:hover:before {
    transform: scale(1);
    opacity: 1;
}

.c-about-wh .c-about-box .c-about-box-li svg {
    position: relative;
    z-index: 1;
}

.c-about-wh .c-about-box .c-about-box-li:hover svg path {
    fill: #ffffff;
}

.c-about-wh .c-about-box .c-about-box-li h3 {
    margin: .2rem 0 .07rem;
    font-weight: 900;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
}

.c-about-wh .c-about-box .c-about-box-li div {
    display: flex;
    justify-content: center;
    margin-bottom: .2rem;
    position: relative;
    z-index: 1;
}

.c-about-wh .c-about-box .c-about-box-li div span {
    display: block;
    height: 2px;
    background-color: #cb0631;
}

.c-about-wh .c-about-box .c-about-box-li div span:first-child {
    width: .15rem;
    background-color: #000;
    margin-right: .05rem;
}

.c-about-wh .c-about-box .c-about-box-li div span:last-child {
    width: .32rem;
}

.c-about-wh .c-about-box .c-about-box-li p {
    color: #999999;
    position: relative;
    z-index: 1;
}

.c-about-wh .c-about-box .c-about-box-li:hover h3 {
    color: #ffffff;
}

.c-about-wh .c-about-box .c-about-box-li:hover p {
    color: rgba(255, 255, 255, .8);
}

.c-about-wh .c-about-box .c-about-box-li:hover div span:last-child {
    background-color: #ffffff;
}

.c-about-wh .page-tit-box {
    margin-bottom: .5rem;
}

.c-about-wh .page-tit-box h2 {
    color: #ffffff;
}

.c-about-zz .c-about-box {
    margin-top: .5rem;
}

.c-about-zz .swiper-slide {
    padding: 0 .1rem;
}

.c-about-zz .swiper-slide .txt {
    /*display: none;*/
}

.c-about-zz .swiper-slide .txt h3 {
    padding: .15rem .1rem;
    text-align: center;
    font-weight: 900;
    letter-spacing: 1px;
    /* background-color: #ffffff; */
}

.c-about-zz .swiper-slide {
    opacity: 0.7;
    transform: scale(0.9);
    transition: all 0.5s ease;
}

.c-about-zz .swiper-slide-active {
    opacity: 1;
    transform: scale(1.05);
}

.c-about-zz .swiper-slide-active .txt {
    display: block;
    color: #cb0631;
}

.c-about-sl{
    
    background: url(/static/res/image/qysl.jpg) no-repeat center;
    background-size: cover;
}
.c-about-sl .c-about-box{
    justify-content: space-between;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 35px;
    row-gap: 35px;
    margin-top: .5rem;
}

.c-about-sl .c-about-box .c-about-box-li{
    padding: .25rem;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(1.04167vw);
    backdrop-filter: blur(1.04167vw);
    /*padding: 2.29167vw 2.60417vw 2.60417vw 2.60417vw;*/
    position: relative;
}

.c-about-sl .c-about-box .c-about-box-li::after {
    width: -webkit-calc(100% - 1.35417vw);
    width: -moz-calc(100% - 1.35417vw);
    width: calc(100% - 1.35417vw);
    position: absolute;
    left: 50%;
    bottom: 0px;
    height: 0px;
    -webkit-transform: translateX(-50%) translateY(100%);
    -moz-transform: translateX(-50%) translateY(100%);
    -ms-transform: translateX(-50%) translateY(100%);
    transform: translateX(-50%) translateY(100%);
    content: "";
    display: block;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.c-about-sl .c-about-box .c-about-box-li h4{
    font-weight: 800;
    text-align: center;
    margin: .2rem 0 .0rem;
    transition: all 0.4s ease;
}
.c-about-sl .c-about-box .c-about-box-li:hover::after {
    height: 0.78125vw;
    opacity: 1;
    visibility: visible;
}

.c-about-sl .c-about-box .c-about-box-li:hover h4{
    color: #cb0631;
}




@media (max-width: 991px) {
   
}
@media (max-width: 767px) {
   .c-about-box{
       display: block;
       padding: 0 0rem;
   }
   .c-about-box-le{
       width: 100%;
       padding: 0;
   }
   .c-about-box-le img{
       border-radius:0;
   }
   .c-about-box-ri>div{
       max-height: unset;
       overflow: unset;
   }
   .c-about-wh .c-about-box{
       grid-template-columns: repeat(2, 1fr);
   }
   
   .c-about-sl .c-about-box{
       grid-template-columns: repeat(1, 1fr);
   }
   .c-about-zz .swiper-slide .txt h3{
       min-height: 2rem;
        margin-top: .5rem;
   }
}


