<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    margin: 0;
    padding: 0;
}
@font-face {
    font-family: "WRYH";
    src: url("../font/WRYH1.ttf");
}
@media screen and (max-width: 1300px){
    .join_us-main-box-li{
        margin-right: 30px !important;
    }
    .join_us-main-box{
        padding-left: 40px;
        box-sizing: border-box;
    }
    .nav{
        padding: 40px !important;
    }
    .company_profile-main&gt;div{
        padding-left: 40px;
        box-sizing: border-box;
    }
    .company_profile-bottom&gt;p{
        margin:0 0 22px 40px !important;
    }
    .company_profile-bottom-list{
        padding: 40px;
    }
    .sw-box{
        padding: 40px;
        box-sizing: border-box;
    }
}
body{
    /* width: 100vw; */
    min-width: 1280px;
    font-family: "WRYH";
}
a{
    text-decoration: none;
    color: #000;
}
.nav{
    width:  1280px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}
.nav_logo{
    display: block;
    width: 154px;
    height: 35.2px;
    background-image: url("../images/pc_new/logo.png");
    background-size: 100% 100%;
}
.nav_a{
    display: flex;
    align-items: center;
}
.nav_a a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 86px;
    font-size: 14px;
    color: #000;
    position: relative;
}
.nav_a .navs{
    font-size: 16px;
    font-weight: 600;
}
.navs::after{
    content: "";
    display: block;
    width: 20px;
    height: 4px;
    background-color: #A72576;
    position: absolute;
    left: 40%;
    bottom: -3px;
    border-radius: 2px;
}
.main{
    width: 100%;
    height: 579px;
    overflow: hidden;
    min-width: 1280px;

}
.main&gt;div{
    width: 1920px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-color: rgb(246, 229, 239);
}
.bottom{
    min-width: 1280px;
    height: 268px;
    background: linear-gradient(153deg, #EDEDED 0%, #FFEFCE 22%, #FFC0E5 58%, #C8E5F4 100%);
    opacity: .9;
    padding: 60px 0;
    box-sizing: border-box;
    text-align: center;
}
.bottom-p{
    font-size: 24px;
    color: #A72576;
    margin: 0 auto;

}
.bottom-li{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto;
}
.bottom-li&gt;div{
    margin:0 30px;
}
.bottom-li&gt;div&gt;img{
    width: 60px;
    height: 60px;
}
.bottom-li&gt;div&gt;p{
    font-size: 14px;
    color: #A72576;
}
.copyright{
    padding:30px 310px;
    background-color: #F1F1F1;
    font-size: 12px;
    color: #666666;
}
.copyright-p{
    margin-top: 10px;
}
.main-li{
    width: 190px;
    height: 192px;
    margin: .3px;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}
.main-li&gt;img{
    transition: all .3s ease-in-out;
}
.main-li&gt;img:hover{
    transform: scale(1.2)
}
.main-li:hover .main-li-data{
    display: flex;
    animation: data .5s;
}
@keyframes data{
    0% {opacity: .2;}
    30% {opacity: .4;}
    50% {opacity: .6;}
    80% {opacity: .8;}
    100% {opacity: 1;}
}
.main-li img{
    width: 100%;
    height: 100%;
}
.main-li-data{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 30px;
    width: 100%;
    background-color: rgba(0,0,0,.4);
    color: #fff;
    display: none;
    align-items: center;
    justify-content: space-around;
}
.main-li-data-span1{
    display: block;
    max-width: 60px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.main-li-data span{
    font-size: 14px;
}</pre></body></html>