/* 头部介绍 */

.companyProfileHeaderImg {
    height: 55vw;
    background: url(/web/shiwaicloud/s5-file/assets/img/img-companyProfile/Group.png) no-repeat;
    background-size: cover;
}

.companyProfileArea {
    width: 1300px;
    margin: 0 auto;
    padding-top: 231px;
}

.companyProfileArea .companyProfileHeaderTitle {
    font-weight: bold;
    font-size: 66px;
    color: #FFFFFF;
    margin-bottom: 48px;
}

.companyProfileArea .companyProfileHeaderP {
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
}

/* 关于世外云介绍 */
@keyframes companyProfilefloat {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(15px);
    }
    100% {
        transform: translateY(0px);
    }
}
.companyProfileIntroduce {
    height: 780px;
    /* position: relative; */
    background: url(/web/shiwaicloud/s5-file/assets/img/img-companyProfile/MaskIntroduce.png) no-repeat;
    background-size: cover;
    padding-top: 116px;
    box-sizing: border-box;
    
}

.companyProfileIntroduce-pc {
    display: block;
}

.companyProfileIntroduce-App {
    display: none;
}

.ProfileIntroduceArea {
    width: 1300px;
    margin: 0 auto;
}

.ProfileIntroduceText {
    position: relative;
    height: 278px;
    background: #C5DBFF;
    margin-bottom: 149px;
}

.ProfileIntroduceCircle {
    position: absolute;
    top: -170px;
    left: -200px;
    z-index: -1;
    width: 554px;
    height: 554px;
}

.ProfileIntroduceDatabase {
    width: 841px;
    height: 822px;
    position: absolute;
    top: -120px;
    left: 53px;
    animation: companyProfilefloat 2s ease-in-out infinite;
}

.ProfileIntroduceContent {
    width: 632px;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 2px 12px 0px rgba(0, 19, 112, 0.16);
    padding: 30px 16px 20px 34px;
    box-sizing: border-box;
    position: absolute;
    top: 20px;
    right: 82px;
    cursor: pointer;
}

.ProfileIntroduceContentTitle {
    font-weight: bold;
    font-size: 30px;
    color: #1C284D;
    margin-bottom: 20px;
}

.ProfileIntroduceContentRich {
    font-weight: 400;
    font-size: 14px;
    color: #606882;
}

.ContentIndentation {
    text-indent: 30px;
    line-height: 25px;
}

.discipline {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.ProfileIntroduceMission {
    width: 210px;
    text-align: center;
    position: relative;
}

.ProfileIntroduceMission .ProfileIntroduceMissionTitle {
    font-weight: bold;
    font-size: 28px;
    color: #3D76FF;
    line-height: 48px;

}

.ProfileIntroduceMission .ProfileIntroduceMissionP {
    font-weight: 400;
    font-size: 16px;
    color: #606882;
    line-height: 32px;
}

.ProfileIntroduceMissionGround {
    position: absolute;
    top: -10px;
    left: 10px;
    right: 10px;
    font-weight: bold;
    font-size: 48px;
    color: #EEF1FF;
    z-index: -1;
    animation: companyProfilefloat 2s ease-in-out infinite;
}

/* 荣誉资质 */
.companyProfileHonor {
    height: 500px;
    margin-bottom: 116px;
}

.companyProfileHonor-Area {
    width: 1300px;
    margin: 0 auto;
}

.companyProfileHonor-Title {
    font-weight: 400;
    font-size: 30px;
    color: #1C284D;
    text-align: center;
    margin-bottom: 70px;
}

.companyProfileHonor-Desc {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    height: 400px;
    background: #F5F6FA;
}

.business-License {
    width: 215px;
    height: 290px;
    background: #fff;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #DBE2F1;
    margin-top: 55px;
    display: inline-block;
}

/* 公司地址联系方式 */
.companyProfile-Address-Pc {
    display: block;
}

.companyProfile-Address-App {
    display: none;
}

.companyProfile-Address {
    height: 600px;
    background: linear-gradient(89deg, #6CACF4 0%, #A6D1FF 100%);
    border-radius: 350px 0px 0px 0px;
    padding-top: 74px;
    margin-bottom: 110px;
}

.companyProfile-Address-Area {
    width: 1300px;
    margin: 0 auto;

}

.companyProfile-Address-Title {
    font-weight: 400;
    font-size: 36px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 68px;

}

.companyProfile-Address-Desc {
    height: 336px;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 80px;
    display: flex;
    /* flex-wrap: wrap; */
    /* margin-left: 65px; */
    padding-left: 65px;
    box-sizing: border-box;
}

.companyProfile-Address-right {
    margin-right: 82px;
}

.companyProfile-Address-right-Title {
    font-weight: 400;
    font-size: 18px;
    color: #1C284D;
    margin-top: 50px;
    padding-bottom: 13px;
    border-bottom: 1px solid #F0F0F0;
}

.companyProfile-Address-right-Information {
    margin-top: 28px;
}

.companyProfile-Address-right-Desc {
    font-weight: 400;
    font-size: 14px;
    color: #606882;
    line-height: 26px;
}

.companyProfile-Address-center {
    width: 368px;
    height: 310px;
    padding: 13px 16px;
    border-left: 1px solid #F0F0F0;
    /* box-sizing: content-box; */
}

.companyProfile {
    width: 368px;
    height: 310px;
}

.companyProfile-Address-left {
    width: 510px;
    /* background: url(); */
}


.sn-preview{
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    display: none;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}
.sn-preview img{
    width: 350px;
}


@media screen and (max-width:768px) {

    /* 头部介绍 */
    .companyProfileHeaderImg {
        height: 100vw;
        background: url(/web/shiwaicloud/s5-file/assets/img/img-companyProfile/GroupApp.png) no-repeat;
        background-size: cover;
    }

    .companyProfileArea {
        width: 100%;
        margin-left: 0px;
        padding: 0 20px;
        padding-top: 100px;
        box-sizing: border-box;
        
    }

    .companyProfileArea .companyProfileHeaderTitle {
        font-weight: bold;
        font-size: 32px;
        color: #FFFFFF;
        margin-bottom: 14px;
    }

    .companyProfileArea .companyProfileHeaderP {
        font-weight: 400;
        font-size: 14px;
        color: #FFFFFF;
    }


    /* 关于世外云介绍 */
    /* 
   

    .ProfileIntroduceArea {
        width: 100%;
        margin: 0 auto;
        padding: 0 20px;
        box-sizing: border-box;
        background: #C5DBFF;
    }

    .ProfileIntroduceText {
        position: relative;
        width: 100%;
        height: auto;
        margin-bottom: 149px;
        padding:0px 20px;
        box-sizing: border-box;
        background: #C5DBFF;
    }

    .ProfileIntroduceCircle {
        position: absolute;
        top: -170px;
        left: -200px;
        z-index: -1;
        width: 554px;
        height: 554px;
        display: none;
    }

    .ProfileIntroduceDatabase {
        width: 100%;
        height: 822px;
        position: absolute;
        top: 0;
        left: 0;
        display: none;
    }

    .introduceDatabaseImg{
        width: 100%;
    }
    .ProfileIntroduceContent {
        width: 100%;
        height: auto;
        background: #FFFFFF;
        box-shadow: 0px 2px 12px 0px rgba(0, 19, 112, 0.16);
        padding: 30px 26px;
        box-sizing: border-box;
        margin-top: 173px;
        position: absolute;
        top: 0;
        right: 0;
    }

    .ProfileIntroduceContentTitle {
        font-weight: bold;
        font-size: 30px;
        color: #1C284D;
        margin-bottom: 20px;
    }

    .ProfileIntroduceContentRich {
        font-weight: 400;
        font-size: 14px;
        color: #606882;
    }

    .ContentIndentation {
        text-indent: 30px;
        line-height: 25px;
    }

    .discipline {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .ProfileIntroduceMission {
        width: 210px;
        text-align: center;
        position: relative;
    }

    .ProfileIntroduceMission .ProfileIntroduceMissionTitle {
        font-weight: bold;
        font-size: 28px;
        color: #3D76FF;
        line-height: 48px;

    }

    .ProfileIntroduceMission .ProfileIntroduceMissionP {
        font-weight: 400;
        font-size: 16px;
        color: #606882;
        line-height: 32px;
    }

    .ProfileIntroduceMissionGround {
        position: absolute;
        top: -10px;
        left: 10px;
        right: 10px;
        font-weight: bold;
        font-size: 48px;
        color: #EEF1FF;
        z-index: -1;
    } */
    .companyProfileIntroduce {
        height: auto;
        position: static;
        background-image: none;
        background-size: cover;
        padding-top: 89px;
        box-sizing: border-box;
    }

    .companyProfileIntroduce-pc {
        display: none;
    }

    .companyProfileIntroduce-App {
        display: block;
    }

    .ProfileIntroduceArea-App {
        width: 100%;
        background: #C5DBFF;
        padding: 0 20px;
        box-sizing: border-box;
        /* padding-top: 173px; */
        position: relative;
        z-index: -1;
    }

    .ProfileIntroduceText-App {


        overflow: hidden;
    }

    .ProfileIntroduceDatabase-App {
        position: absolute;
        top: -90px;
        left: 50%;
        margin-left: -140px;
    }

    .introduceDatabaseImg-App {
        width: 90%;
        height: 100vw;
        position: relative;
        z-index: -1;
    }

    .ProfileIntroduceContent-App {
        margin-top: 150px;
        width: 100%;
        height: auto;
        background: #FFFFFF;
        box-shadow: 0px 2px 12px 0px rgba(0, 19, 112, 0.16);
        padding: 30px 26px;
        box-sizing: border-box;
        margin-bottom: 24px;
    }

    .ProfileIntroduceContentTitle-App {
        font-weight: bold;
        font-size: 24px;
        color: #1C284D;
        margin-bottom: 18px;
    }

    .ContentIndentation-App {
        font-size: 14px;
        color: #606882;
        line-height: 24px;
        text-indent: 30px;
    }

    .ProfileIntroduceBottomArea-App {
        width: 100%;
        padding: 0 18px;
        box-sizing: border-box;
        margin-bottom: 30px;
    }

    .ProfileIntroduceMission-App {
        padding-top: 24px;
        padding-bottom: 16px;
        border-bottom: 1px solid #EEF1FF;
    }

    .ProfileIntroduceMissionP-App {
        font-size: 16px;
        color: #606882;
    }


    /* 荣誉资质 */

    .companyProfileHonor {
        height: auto;
        margin-bottom: 36px;
    }

    .companyProfileHonor-Area {
        width: 100%;
        padding: 0 18px;
        box-sizing: border-box;
    }

    .companyProfileHonor-Title {
        /* font-weight: 400; */
        /* font-size: 30px; */
        /* color: #1C284D; */
        text-align: center;
        margin-bottom: 0px;
        font-weight: bold;
        font-size: 22px;
        color: #1C284D;
        background-color: #F5F6FA;
    }

    .companyProfileHonor-Desc {
        display: flex;
        /* justify-content: space-around; */
        flex-wrap: wrap;
        height: auto;
        background: #F5F6FA;
        padding-bottom: 24px;
    }

    .business-License {
        /* width: 215px; */
        /* height: 290px; */
        background: #fff;
        border: 1px solid #DBE2F1;
        margin-top: 20px;

        width: 188px;
        height: 253px;
    }


    /* 公司地址联系方式 */
    .companyProfile-Address-Pc {
        display: none;
    }

    .companyProfile-Address-App {
        display: block;
    }

    .companyProfile-Address {
        height: 100%;
        background: linear-gradient( 89deg, #6CACF4 0%, #A6D1FF 100%);
        border-radius: 80px 0px 0px 0px;
        padding-top: 61px;
        margin-bottom: 37px;
        box-sizing: border-box;
    }

    .companyProfile-Address-Area {
        width: 100%;
        padding: 0 18px;
        box-sizing: border-box;
    }

    .companyProfile-Address-Title {
        /* font-weight: 400; */
        /* font-size: 36px; */
        /* color: #FFFFFF; */
        text-align: center;
        margin-bottom: 24px;
        /* margin-top: 36px; */
        font-weight: bold;
        font-size: 22px;
        color: #1C284D;
    }

    .companyProfile-Address-Desc {
        height: auto;
        background:none;
        border-radius: 0px ;
        display: block;
        /* flex-wrap: wrap; */
        margin-left: 0px;
        padding-left: 0px;
        box-sizing: border-box;
        padding-bottom: 26px;
        box-sizing: border-box;
    }

    .companyProfile-Address-right {
        width: 100%;
        padding-left: 28px;
        padding-top: 30px;
        padding: 30px 0px 30px 28px;
        box-sizing: border-box;
        background: #FFFFFF;
        border-radius: 0px 0px 0px 40px;
        margin-bottom: 16px;
    }

    .companyProfile-Address-right-Title {
        font-weight: 400;
        font-size: 18px;
        color: #1C284D;
        margin-top: 0px;
        padding-bottom: 18px;
        border-bottom: 1px solid #F0F0F0;
    }

    .companyProfile-Address-right-Information {
        margin-top: 18px;
        display: flex;
        
    }

    .companyProfile-Address-right-Desc {
        font-weight: 400;
        font-size: 14px;
        color: #606882;
        line-height: 26px;
        margin-right: 15px;
    }

    .companyProfile-Address-center {
        width: 100%;
        height: 328px;
        padding: 0px;
        border-left: 0px solid #F0F0F0;
        /* box-sizing: content-box; */
        margin-bottom: 16px;
    }

    .companyProfile-Address-center-Img {
        width: 100%;
        height: 328px;
    }
    .companyProfile-Address-left{
        width: 100%;
        height: 256px;
        /* margin-bottom: 26px; */
    }

    .companyProfile-Address-left-Img {
        width: 100%;
        height: 256px;
        /* background: url(); */
    }

}