<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner-con.aboutJY-banner{
    background-image: url('../images/banner_bg.png');
}
.about-center .company-intro-info .jy-center-title{
    padding: 30px 0;
}
.about-center .development-timeline .jy-center-title{
    padding:40px 0 20px 0;
}
.about-center .company-intro-con {
    line-height: 30px;
    height: 346px;
    overflow-y: scroll;
}
.about-center .company-intro-con::-webkit-scrollbar {
    width:4px;
}
.about-center .company-intro-con::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}
.about-center .company-intro-con::-webkit-scrollbar-thumb {
    background-color: rgba(204, 204, 204, 0.47); 
}

.company-intro-bottom{
    padding: 20px;
}
.company-intro-bottom li&gt;p:first-child&gt;span:first-child{
    font-size: 54px;
    font-weight: 700;
    color:rgba(85, 85, 85, 1);
}
.company-intro-bottom li&gt;p:nth-child(2){
    font-size: 15px;
    color: rgba(166, 166, 166, 1);
    padding:4px 0;
}
.company-intro-bottom li{
    position: relative;
    padding-top: 20px;
    font-size: 14px;
    min-width: 160px;
}
.company-intro-bottom li::before{
    content: '';
    width: 1px;
    height:60%;
    border-left: 1px solid rgba(191, 191, 191, .6);
    position: absolute;
    top: 26px;
    left:240px;
}
.company-intro-bottom li:last-child:before{
    border: 0 none;
}

/* å‘å±•åŽ†ç¨‹ */
.development-timeline{
    background-image:url('../images/aboutjy-bg01.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    padding-bottom: 40px;
}
.development-timeline .swiper{
    margin: 20px 0;
    background-color: rgba(255,255,255,.3);
    padding:0;
    height: 340px;
}
#development-timeline-swiper .swiper-slide{
    padding-top:80px;
}
#development-timeline-swiper .swiper-slide&gt;p:first-child{
    font-size: 28px;
    font-weight: 700;
    color: rgba(56, 56, 56, 1);
    padding-left: 60px;
}
#development-timeline-swiper .swiper-slide&gt;div{
    position: relative;
    width: 100%;
    padding: 20px 0;
}
#development-timeline-swiper .swiper-slide&gt;div&gt;p{
    width: 100%;
    height:1px;
    border-top: 1px solid rgba(56, 56, 56, .3);
}
#development-timeline-swiper .swiper-slide&gt;div&gt;img{
    width: 20px;
    height:20px;
    position: absolute;
    top:12px;
    left: 60px;
}
#development-timeline-swiper .swiper-slide&gt;p:last-child{
    font-size:16px;
    color:rgba(119, 119, 119, 1);
    line-height: 30px;
    padding: 10px 10px 20px 60px;
}
.development-timeline-prev,.development-timeline-next{
    background: rgba(56, 56, 56, 0.7);
    backdrop-filter: blur(6px);
    color: #ffffff;
}


/* å…¬å¸è£èª‰ */
.company-honors{
    background-image:url('../images/aboutjy-bg02.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    padding-bottom: 40px;
    min-height: 764px;
}

.company-honors-con ul{
    margin-bottom: 40px;
    gap: 20px;
    position: relative;
    padding: 20px;
}
.company-honors-con ul::after{
    content: '';
    width: 100%;
    height: 40px;
    background: linear-gradient(to top, white, rgba(255, 255, 255, 0));
    position: absolute;
    bottom:-6px;
    left: 0;
    z-index: 1;
}

.company-honors-con ul li{
    position: relative;
    z-index: 2;
}
.company-honors-con ul li img{
    width: auto;
   max-height: 300px;
}


.profile-strength-img ul li{
    overflow: hidden;
    position: relative;
}
.profile-strength-img ul li .profile-strength-title{
    /*background-color:rgb(198,198,198,.3);*/
     background-color:rgb(137 137 137);
    backdrop-filter:blur(6px);
    padding: 10px 30px;
    font-size: 15px;
    font-weight: 800;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    letter-spacing: 1px;
    font-weight: 800;
}
.profile-strength-info{
    height:120px;
    width: 100%;
    overflow: hidden;
    transition: all 1s;
    cursor: pointer;
    /*background-color:rgb(198,198,198,.3);*/
     background-color:rgb(137 137 137);
    backdrop-filter:blur(6px);
    color: #ffffff;
    padding:0 20px;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
}
.profile-strength-info .profile-strength-info-title{
    font-size:15px;
    line-height: 36px;
    padding-left: 20px;
}
.profile-strength-info  .ellipsis-3{
  padding: 0 20px;
    line-height: 26px;
    font-size: 16px;
    padding-top: 17px;
}
.profile-strength-li:hover .profile-strength-info{
    transform: translateY(-120px)
}
</pre></body></html>