<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.myContainer{
    background: #d2e0eb;
}

.img-box{
    text-align: center;
    width: 150px;
    height: 150px;
    background: rgba(255, 255, 255, 0.8);
    margin: 50px auto 45px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
}

.img-box img{
    display: block;
    margin: 43px auto 0;
}

.content {
    padding: 5px 0;
    text-align: center;
}

.content p {
    font-size: 15px;
    font-weight: bolder;
    color: #333;
    margin: 0 0 5px;
    padding-right: 0;
    padding-left: 0px;
    text-indent: 0;
}

.content key {
    color: #FF0000;
    font-weight: bolder;
}

.description p{
    font-size: 15px;
    line-height: 1.8;
    color: #333;
    margin: 0 0 10px;
    padding-right: 15px;
    padding-left: 15px;
    text-indent: 2em;
}

.honor{
    margin-bottom: 50px;
}

.business{
    background-image: url(../images/introduction/factory-area.png);
    height: 770px;
    background-position: center top;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.business .container{
    position: relative;
    height: 770px;
    z-index: 10;
    overflow: hidden;
}

.mask{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 5;
}

.info{
    width: 770px;
    height: 587px;
    position: relative;
    margin: 183px auto 0;
    background: url(../images/introduction/busi_info_bg.png) no-repeat;
}

.title{
    font-size: 42px;
    color: #fff;
    padding-top: 286px;
    text-align: center;
}

.title text {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    font-size: 28px;
}

.title p{
    width: 100%;
    margin: 0px;
    padding: 10px 0 0 0;
    line-height: 20px;
    font-size: 16px;
}

.title img{
    margin-top: -60px;
    vertical-align: middle;
}

.profile{
    width: 230px;
    height: 230px;
    background: rgba(255, 255, 255, 0.5);
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 11;
    text-align: center;
}

.profile .main{
    margin-top: 55px;
}

.profile p{
    margin-bottom: 2px;
}
.profile p.num {
    font-size: 30px;
    color: #e70011;
    font-weight: bolder;
}

.profile p.txt {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    font-weight: bolder;
}

.p1{
    left: -113px;
    top: 272px;
}

.p2 {
    left: -12px;
    top: 5px;
}

.p3 {
    left: 270px;
    top: -114px;
}

.p4 {
    right: -12px;
    top: 5px;
}

.p5 {
    right: -113px;
    top: 272px;
}

.cell h4{
    margin: 15px;
    text-align: center;
    font-size: 14px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media screen and (max-width: 510px) {
    .s-title-yahei{
        font-size: 16px;
    }

    .business {
        background-image: url(../images/introduction/factory-area.png);
        width: 100%;
        height: 440px;
        background-position: left top;
        background-repeat: no-repeat;
        background-size: 280%;
        overflow: hidden;
        position: relative;
        z-index: 0;
    }

    .business .container {
        position: relative;
        height: 440px;
        z-index: 10;
    }

    .info {
        position: relative;
        height: 440px;
        z-index: 10;
        width: 92%;
        margin: 0 10px;
        background: unset;
    }

    .title {
        color: #fff;
        padding-top: 20px;
        text-align: center;
    }

    .title text {
         margin-bottom: 0;
    }

    .profile {
        width: 130px;
        height: 130px;
        background: rgba(255, 255, 255, 0.5);
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        overflow: hidden;
        position: absolute;
        z-index: 11;
        text-align: center;
    }

    .profile .main {
        margin-top: 35px;
    }

    .profile p {
        margin-bottom: 2px;
    }

    .profile p.num {
        font-size: 18px;
        color: #e70011;
        font-weight: bolder;
    }

    .profile p.txt {
        font-size: 10px;
        color: #fff;
        line-height: 15px;
        font-weight: normal ;
    }

    .p1 {
        left: 5px;
    }

    .p2 {
        left: 5px;
        top: 100px;
    }

    .p3 {
        left: 112px;
        top: 185px;
    }

    .p4 {
        right: -5px;
        top: 100px;
    }

    .p5 {
        right: -5px;
    }
}


</pre></body></html>