/* 大屏幕（大桌面显示器，大于等于 992px） */
    @media screen and (min-width: 768px) {
        #textColor {
            color: #FA6600;
        }
        /* 头部图片 */
        #headImg {
            margin-top: -1.5rem;
        }
        /* 卓越团队 */
        #team {
            width: 100%;
            height: 21.5rem;
            margin-top: 6.375rem;
            /* margin-bottom: 8.125rem;
     */
        }
        .container-fluid>p:nth-child(1) {
            color: #FA6600;
            font-size: 1.625rem;
        }
        .container-fluid>p:nth-child(3) {
            color: #B9B9B9;
            font-size: 1.125rem;
            margin-top: -0.6875rem;
            margin-bottom: 3.125rem;
        }
        .container-fluid>p:nth-child(4) {
            font-size: 1rem;
            color: #B9B9B9;
            line-height: 2;
            /* margin-bottom: 8.125rem;
     */
            margin: 0 7.5rem 8.125rem 7.5rem;
        }
        #txtMb {
            display: none;
        }
        /* 公司技术实力雄厚 */
        #mbImg {
            display: none;
        }
        #core {
            height: 31.5rem;
            position: relative;
        }
        #core>img {
            width: 100%;
        }
        .text {
            float: left;
            top: 0;
            margin-top: 6%;
            position: absolute;
        }
        .text>p:nth-child(1) {
            font-size: 1.875rem;
            color: #fff;
            margin-bottom: 3.25rem;
        }
        .text>p:nth-child(2) {
            color: #fff;
            /* width: 52.875rem;
     */
            line-height: 2;
            margin: 0px 15.5rem 0 15.5rem;
            font-size: 1rem;
        }
        /* 企业精神 */
        .qiyeCenter {
            width: 75%;
            text-align: center;
            margin-top: 10%;
        }
        .qiyeLeft {
            float: left;
        }
        .qiyeLeft>p:nth-child(1) {
            color: #FA6600;
            font-size: 1.625rem;
        }
        .qiyeLeft>p:nth-child(2) {
            color: #B9B9B9;
            font-size: 1.125rem;
        }
        .qiyeRight {
            float: left;
            width: 100%;
            margin-right: 8.5rem;
            margin-left: 14.375rem;
            /* margin: -4.875rem 14.375rem 7.75rem 17.125rem; */
            margin: 0 0 5rem 7.5rem;
            color: #B9B9B9;
            line-height: 2;
            font-size: 1rem;
        }
        /* 联系我们 */
        .contact {
            width: 100%;
            height: 15.25rem;
            background-color: #FA6600;
        }
        .pText {
            width: 80%;
            margin: -5rem 0 0 6rem
        }
        .contactLeft {
            margin-left: 7.5rem;
            margin-top: 3.875rem;
            float: left
        }
        .contactLeft .text1 {
            font-size: 1.1875rem;
            color: #fff;
        }
        .contactLeft .text2 {
            color: #fff;
            font-size: 1rem;
        }
        .contactLeft>p {
            width: 36.5rem;
        }
        .contactRight {
            float: right;
            margin-right: 7.375rem;
            margin-top: 5.25rem;
        }
        .contactRight>a {
            text-decoration: none;
        }
        /* 联系我们按钮 */
        .box {
            position: relative;
            width: 11.5rem;
            height: 5rem;
            display: flex;
            justify-content: center;
            align-items: center;
            /* margin: 0.9375rem; */
            color: #FA6600;
            border-radius: 3rem;
            background-color: #fff;
        }
        .item {
            text-transform: uppercase;
            letter-spacing: 0.125rem;
            font-size: 1.2rem;
            z-index: 99;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: 0.4s all ease;
        }
        .two {
            box-sizing: border-box;
            border: 2px solid #fff;
            position: relative;
            z-index: 999;
        }
        .two:before {
            position: absolute;
            content: '';
            width: 0;
            height: 0;
            transition: 0.4s all ease;
            background: #fe8738;
            left: 0;
            z-index: 1;
            /* border-radius: 3rem; */
        }
        .two:hover {
            color: white;
        }
        .two:hover:before {
            height: 100%;
            width: 100%;
            transition: 0.4s all ease;
            border-radius: 3rem;
        }
        /* 团队合作 */
        .cooperation {
            margin: 8.125rem 7.5rem 5rem 7.5rem;
        }
        .cooperationText {
            width: 32rem;
            /* margin-left: 7.5rem;
     */
        }
        .cooperationText>p:nth-child(1) {
            color: #333333;
            font-size: 1.25rem;
            margin-bottom: 4.6875rem;
        }
        .cooperationText>p:nth-child(2) {
            color: #B9B9B9;
            line-height: 2;
            font-size: 1rem;
        }
        /* .cooperation>img {
         margin-right: 120px; 
    } */
        #mbFooterImg {
            display: none;
        }
        #change{
        	margin-top: 1.75rem;
        }
        
        #change>input{
        	margin-top: 1.75rem;
        	 background-color: 
        	 rgb(56,56,95); border: none;
        }
    }
    /* 移动端 */

    @media (max-width: 767px) {
            /* 关于我们 */
            .blackLine {
                width: 7.5rem;
                height: 0.2rem;
                background-color: #333;
            }
            #team>p:nth-child(1) {
                color: #FA6600;
                font-size: 1.5rem;
                margin-top: 3.125rem;
            }
            /* #line {
        width: 7rem;
        height: 0.05rem;
        background-color: #333333;
        margin-left: 8.2rem;
        margin-top: -0.5rem;
    } */
            #team>p:nth-child(3) {
                color: #B9B9B9;
                /* font-size: 1rem; */
                margin-top: 0.25rem;
                margin-bottom: 1rem;
            }
            #team>p:nth-child(4) {
                margin-top: 3.1rem;
                margin-bottom: 3.1rem;
                margin: 0 1.25rem 2.5rem 1.25rem;
                color: #B9B9B9;
                font-size: 1.1rem;
            }
            #txtPc {
                display: none;
            }
            #txtMb {
                margin-top: 3.1rem;
                margin-bottom: 3.1rem;
                margin: 0 1.25rem 2.5rem 1.25rem;
                color: #B9B9B9;
                font-size: 1.1rem;
            }
            /* 企业文化建设向标 */
            #picpord {
                margin-bottom: 20px;
            }

            #mbImg {
                padding-right: 0;
                padding-left: 0;
            }
            #core {
                position: relative;
                /* height: 100%;
        background-color: #1E1E33; */
            }
            .text {
                position: absolute;
                top: 0;
                color: #fff;
                /* background-color: #1E1E33; */
            }
            .text>p:nth-child(1) {
                font-size: 1.5rem;
                margin: 4.5rem 0 1.1rem 0;
            }
            .text>p:nth-child(2) {
                margin: 0 1.25rem 1.25rem 1.25rem;
                /* height: 3.75rem; */
                overflow: hidden;
                font-size: 1.1rem;
                text-align: left;
            }
            /* 企业精神 */
            .qiyeCenter {
                margin-top: 2.5rem;
            }
            .qiyeLeft {
                text-align: center;
            }
            #spirit>p:nth-child(1) {
                color: #FA6600;
                font-size: 1.5rem;
                margin-top: 3.125rem;
            }
            #spirit>p:nth-child(2) {
                color: #B9B9B9;
                font-size: 1.1rem;
                margin-top: -0.9375rem;
                margin-bottom: 1.25rem;
            }
            .qiyeRight>p {
                margin: 0 1.25rem 2.5rem 1.25rem;
                color: #B9B9B9;
                font-size: 1.1rem;
            }
            /* 联系我们 */
            .lianxi {
                width: 100%;
                background-color: #FA6600;
                color: #fff;
            }
            .text1 {
                font-size: 1.5rem;
                text-align: center;
                margin: 6.25rem 1.25rem 2.5rem 1.25rem;
            }
            .text2 {
                font-size: 1.1rem;
                margin: 0 1.25rem 2.5rem 1.25rem;
            }
            .contactRight>a>img {
                width: 8rem;
                margin-left: 33%;
                margin-bottom: 4.6875rem;
            }
            /* 联系我们按钮 */
            .contactRight>a {
                text-decoration: none;
            }
            .box {
                position: relative;
                width: 11.5rem;
                height: 5rem;
                display: flex;
                justify-content: center;
                align-items: center;
                margin: 0 auto;
                margin-bottom: 3rem;
                color: #FA6600;
                border-radius: 3rem;
                background-color: #fff;
            }
            .item {
                text-transform: uppercase;
                letter-spacing: 0.125rem;
                font-size: 1.2rem;
                z-index: 99;
                display: flex;
                justify-content: center;
                align-items: center;
                transition: 0.4s all ease;
            }
            .two {
                box-sizing: border-box;
                border: 2px solid #fff;
                position: relative;
                z-index: 999;
            }
            .two:before {
                position: absolute;
                content: '';
                width: 0;
                height: 0;
                transition: 0.4s all ease;
                background: #fe8738;
                left: 0;
                z-index: 1;
                /* border-radius: 3rem; */
            }
            .two:hover {
                color: white;
            }
            .two:hover:before {
                height: 100%;
                width: 100%;
                transition: 0.4s all ease;
                border-radius: 3rem;
            }
            /* 企业价值观 */
            .cooperation {
                margin: 4.875rem 1.25rem 2.5rem 1.25rem;
            }
            .cooperationText>p:nth-child(1) {
                font-size: 1.5rem;
                margin-bottom: 1.8125rem;
                text-align: center;
            }
            .cooperationText>p:nth-child(2) {
                font-size: 1.1rem;
                color: #b6b6b6;
                margin-bottom: 4.375rem;
            }
            #pcFooterImg {
                display: none;
            }
        }
        /* pad屏 */
        @media (min-width: 768px) and (max-width: 1024px) {
            #logo {
                width: 9.5rem;
            }
            .lianxiText {
                font-size: 1rem;
                color: #9e9c9c;
                margin: 0px 5rem 5rem 5rem;
            }
            .padCenter {
                margin: 0 0 0 0;
            }
            /* 内容 */
            /* 关于我们 */
            #team {
                width: 100%;
                height: 21.5rem;
                margin-top: 6.375rem;
                margin-bottom: 11.125rem;
            }
            /* 企业建设 */
            .text>p:nth-child(2) {
                margin: 0px 4.5rem 0 4.5rem;
                font-size: 1rem;
                height: 100%;
            }
            #core {
                height: 38.5rem;
                position: relative;
                background-color: #1E1E33;
            }
            /* 企业精神 */
            .qiyeRight {
                width: 88%;
            }
            .lianxi {
                height: 100%;
                background-color: #FA6600;
            }
            .contactRight {
                float: right;
                margin-right: 7.375rem;
                /* margin-top: 8.25rem; */
                margin-bottom: 2rem;
            }
            .contactLeft {
                margin-left: 5.5rem;
                margin-top: 3.875rem;
                float: left;
            }
        }


        @media (min-width: 992px){
            #picpord {
                margin: 50px 0;
            }
            #picpord2{
                margin: 50px 0;
            }
        }

        @media (min-width: 768px)
        {
            #picpord {
                margin: 50px 0;
            }
            #picpord2{
                margin: 50px 0;
            }
            #languages{
            	display: none;
            	margin: 0 ;
            }
            #change{
            	margin: 0;
            }
        }
            
            
