.banner {
    width: 100%;
    height: 560px; 
    position: relative;
}
#contentBanner, #contentBanner img{
    height: 100%;
    width: 100%;
}
.about-head{
    margin-top: -200px;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.about {
    position: relative;
}
.list .item{
    float: left;
    width: 33.33%;
}
.list .item .name{
    text-align: center;
    font-size: 35px;
    margin: 50px 0;
    font-weight: 500;
    letter-spacing: 2px;
}
.list .item .name::after{
    content: " ";
    width: 40px;
    height: 4px;
    margin: 20px auto;
    background: #BB0009;
    display: block;
    border-radius: 2px;
}
.breadcrumb{
    font-size: 18px;
    padding: 80px 0 35px 180px;
    color: #FFF;
}

.home{
    color: #FFF;
}
.current{
    color: #BB0009;
}
.company-data{
    background: #FFF;
    width: 74%;
    border-bottom: 1px solid #DCDCDE;
    border-right: 10px solid #BB0009;
    padding: 40px 20px 35px 180px;
}
.company-data .item{
    float: left;
    width: 20%;
   
}
.company-data .num {
    font-size: 38px;
    font-weight: 700;
    color: var(--theme-red);
}
.company-data .text {
    font-size: 16px;
    padding-left: 2px;
}
.company-data .num .add {
    font-size: 28px;
    font-weight: 400;
    margin-left: -10px;
}
.about .introduction{
    background: url(../images/about/gsjj-bg.png);
    padding-top: 270px;
    height: 1013px;
}
.about .introduction .text{
    background: url(../images/about/gsjz.png) right 40px no-repeat;
}
.about .introduction .text .title{
    font-size: 45px;
    color: #BE000A;
}
.about .introduction .text .title .zh{
    font-size: 32px;
    color: #000;
    font-weight: bold;
    margin-left: 30px;
}
.about .introduction .text .content{
    font-size: 14px;
    line-height: 32px;
    width: 48%;
    padding-top: 93px;
    letter-spacing: 3px;
    text-indent: 2em;
}
.about .introduction .text .more{
    width: 230px;
    height: 36px;
    background: #BE000A;
    color: #FFF;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    margin-top: 135px;
}
.about .video{
    background: url(../images/about/video-bg.png) center center no-repeat;
    background-size: 100% 100%;
    height: 566px;
}
.about .video .play{
    text-align: center;
    padding-top: 240px;
    color: #FFF
}
.about .video .play .zh{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
}
.about .video .play .en{
    font-size: 18px;
}
.about .honor{
    background: url(../images/about/ryzz-bg.png) center center no-repeat;
    background-size: 100% 100%;
    height: 898px;
}
.about .honor .text{
    width: 65%;
    padding: 140px 0 125px 0;
    display: inline-block;
}
.about .honor .tabs{
    width: 34%;
    display: inline-block;
    text-align: right;
    vertical-align: top;
    padding-top: 160px;
}
.about .honor .tabs div{
    display: inline-block;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    padding: 0 20px;
    letter-spacing: 1px;
}
.about .honor .tabs .active::after{
    content: " ";
    width: 55px;
    height: 4px;
    margin: 5px auto;
    background: #BB0009;
    display: block;
    border-radius: 2px;
}
.about .honor .text .title{
    font-size: 45px;
    color: #BE000A;
}
.about .honor .text .title .zh{
    font-size: 32px;
    color: #000;
    font-weight: bold;
    margin-left: 20px;
}
.about .honor .text .info{
    font-size: 16px;
    color: #000;
    margin-top: 60px;
}

.honor-carousel .swiper-slide {
    padding: 0px 25px;
    text-align: center;
}
.about .honor .img-box {
    min-height: 40px;
}
.about .honor .img-box img {
    height: 100%;
    max-width: 100%;
}
.about .honor .honor-carousel{
    position: relative;
    background: url(../images/about/ryzz-zst.png) center bottom no-repeat;
    background-size: 99%;
    padding-bottom: 90px;
}
.about .honor .honor-carousel .arrow-btn {
    position: absolute;
    top: 40%;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: var(--theme-red);
    font-size: 15px;
    border: 1px solid #B2B2B2;
    background-color: #fff;
    border-radius: 50%;
    padding-left: 4px;
}
.about .honor .honor-carousel .arrow-btn.left {
    left: -52px;
    transform: rotateY(180deg);
}
.about .honor .honor-carousel .arrow-btn.right {
    right: -52px;
}
.about .news{
    padding: 0 180px;
}
.about .news .title{
    font-size: 45px;
    color: #BE000A;
    text-align: center;
    margin-top: 90px;
    margin-bottom: 80px;
}
.about .news .title .zh{
    font-size: 32px;
    color: #000;
    font-weight: bold;
    margin-top: 20px;
}
.about .news .list .item {
    float: left;
    width: calc(25% - 20px);
    margin: 0 10px;
}
.about .news .list .item .img-box{
    width: 100%;
    height: 181px;
}
.about .news .list .item .img-box img{
    width: 100%;
    height: 100%;
}
.about .news .list .item .text{
    background: #F6F7FB;
    position: relative;
    width: 94%;
    height: 110px;
    margin: -50px auto;
    padding: 15px 20px;
    color: #000;
}
.about .news .list .item:hover .text{
    background: #BB0009;
    color: #FFF;
}
.about .news .list .item .n-title{
    
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    text-align: left;
    height: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.about .news .list .item .n-title::before{
    content: " ";
    width: 3px;
    height: 16px;
    margin: 0 6px -2px 0;
    background: #BB0009;
    display: inline-block;
}

.about .news .list .item .text:hover .n-title::before{
    background: #FFF;
}
.about .news .list .item .desc{
    padding: 15px 20px 15px 10px;
    font-size: 12px;
    height: 65px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp:	3;
    display: -webkit-box;
    -webkit-box-orient:	vertical;

}
.about .news .list .item .text .icon{
    width: 24px;
    height: 24px;
    border: 1px solid #CCC;
    border-radius: 12px;
    text-align: center;
    float: right;
    margin-top: -25px;
}
.about .news img{
    width: 100%;
}
.about .news .list .item.card{
    background: #F6F7FB;
    height: 245px;
    padding: 10px 15px;
}
.about .news .list .item.card .c-row{
    height: 68px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #000;
    border-bottom: 1px dashed #CCC;
}
.about .news .list .item.card .c-row a{
    color: #000;
}
.about .news .list .item.card .c-row .c-title{
    height: 40px;
    overflow: hidden;
}
.about .news .list .item.card .c-row:hover .c-title{
    color: #FF0000;
}
.about .news .list .item.card .c-row:last-child{
    border: none
}
.about .news .list .item.card .c-row .time{
    font-size: 12px;
    color: #888;
    line-height: 20px;
}
.about .news .list .item.card .c-row .time i{
    background: url(../images/about/time.png) center center no-repeat;
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-bottom: -2px;
    margin-right: 3px;
}
.about .news .more{
    width: 230px;
    height: 36px;
    background: #BE000A;
    color: #FFF;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    margin: 100px auto 60px auto;
}
.about .service{
    background: url(../images/about/fwzc-bg.png) center center no-repeat;
    background-size: 100% 100%;
    height: 739px;
    padding: 0 180px;
}
.about .service .title{
    font-size: 45px;
    color: #BE000A;
    padding-top: 60px;
    margin-bottom: 80px;
}
.about .service .title .zh{
    font-size: 32px;
    color: #000;
    font-weight: bold;
    margin-top: 20px;
}
.about .service .card{
    background: #FFF;
    height:358px;
    margin: 0 45px;
    box-shadow: 0 1px 1px 1px rgb(0 0 0 / 10%);
}
.about .service .card .tabs{
    float: left;
    width: 25%;
    padding: 40px 90px 40px 60px; 
    text-align: center;
    font-size: 18px;
}
.about .service .card .tabs div{
    height: 90px;
    line-height: 90px;
    border-bottom: 1px solid #CCC;
}
.about .service .card .tabs div:last-child{
    border: none;
}
.about .service .card .tabs div.active{
    color: #BB0009;
    font-weight: bold;
}
.about .service .card .tabs div::before{
    content: " ";
    width: 4px;
    height: 25px;
    margin: 0 30px -5px 0;
    background: #FFF;
    display: inline-block;
}
.about .service .card .tabs div.active::before{
    background: #BB0009;
}
.about .service .card .info{
    float: left;
    width: 75%;
    height:358px;
    color: #FFF;
    padding: 40px 45px;
    display: none;
}
.about .service .card .info.active{
    display: block;
}
.about .service .card .s-title{
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
}
.about .service .card .s-text{
    font-size: 14px;
    letter-spacing: 1px;
    padding: 20px 0 120px 0;
}
.about .service .card .list div{
    display: inline-block;
    padding: 0 25px 0 30px;
    border-left: 1px solid #FFF;
    font-size: 14px;
    text-align: center;
}
.about .service .card .list div:first-child{
    border: none;
    padding-left: 0px;
}
.about .service .card .icon{
    background: #BB0009;
    width: 32px;
    height: 32px;
    border-radius: 16px;
    text-align: center;
    padding-top: 4px;
    float: right;
    margin-top: -40px;
    margin-right: 10px;
}