﻿.companyProfile {
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    width: 944px;
    z-index: 3;
}

    .companyProfile > img {
        display: block;
        margin: auto auto;
    }

    .companyProfile > h3 {
        font-size: 18px;
        text-align: center;
        line-height: 30px;
        background: url(../images/namebg.png) no-repeat center center;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .companyProfile .introduce {
        margin-top: 15px;
        width: 944px;
        background: url(../images/border.png) no-repeat;
        background-size: 100% 100%;
        height: 504px;
        padding-left: 80px;
        padding-right: 80px;
        box-sizing: border-box;
        padding-top: 15px;
    }


        .companyProfile .introduce div {
            overflow-y: scroll;
            overflow: auto;
            overflow-y: scroll;
            overflow: auto;
            height: 489px;
        }

            .companyProfile .introduce div p {
                font-size: 14px;
                color: #fff;
                line-height: 26px;
                margin: auto auto auto auto;
                margin-top: 15px;
            }

            
            /*滚动条整体样式*/
            .companyProfile .introduce div::-webkit-scrollbar {
                width: 6px;
                height: 1px;
            }
            /*滚动条滑块*/
             .companyProfile .introduce div::-webkit-scrollbar-thumb {
                border-radius: 6px;
                -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
                background: #686e7f;
            }
            /*滚动条轨道*/
            .companyProfile .introduce div::-webkit-scrollbar-track {
                -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0);
                border-radius: 6px;
                background: transparent;
            }


@media screen and (max-width:820px) {
    body {
        background: #040513;
        overflow: inherit;
    }

    .companyProfile {
        width: 98%;
        -webkit-transform: initial;
        position: absolute;
        top: 1.65rem;
        left: 49%;
        margin-left: -48%;
        bottom: 36px;
    }
     .companyProfile > img {
         height:0.8rem;
     }
     .companyProfile > h3{
         line-height:0.5rem;
         font-size:0.26rem;
     }

        .companyProfile .introduce {
            width: 100%;
            height: 74%;
            padding: 0.2rem 0 0.2rem 0.2rem;
        }

            .companyProfile .introduce div {
                height: 100%;
                width: 100%;
                padding-left: 0;
                padding-right: 0;
            }
            .companyProfile .introduce div p{
                margin-top:0.1rem;
            }
}
