@charset "UTF-8";
@font-face {
    font-family: 'DingTalk';
    src: url("../vendor/fontawesome-free/webfonts/ding_jingbu.ttf")  format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'AlibabaPuHuiTi';
    src: url("../vendor/fontawesome-free/webfonts/AlibabaPuHuiTi-3-55-Regular.woff2")  format('woff2');
    font-display: swap;
}
body{
    width: 100%;
    height: 100vh;
    position: relative;
}
.headerTop{
    padding-left: 10%;
}
.container{
    width: 100%;
    padding: 0 ;
    min-height: 100%;
    position: relative;
    height: inherit;
}
.indexContainer{
    max-width: 100%;
}
.article-content{
    height: 100%;
    width: 100%;
}
.container1{
    width: 100%;
    padding: 0 ;
    height: 70%;
    position: relative;
}

.indexTitle1 {
    position: absolute;
    font-size:4.2rem;
    font-weight: 300;
    text-align: right;
    top: 30%;
    left:6%;
    color:#FFFFFF;
    opacity: 1;
    .indexTitle1-1 {
        font-size: 2rem;
        text-align: right;
    }
}

.shadow-sm {
    box-shadow: none!important;
}
.footerLD{
    width: 50%;
    box-sizing: border-box;
    display: inline-block;
    text-align: left;
    padding-top: 0.8rem;
    float: left;
}
.subItemTitle1{
    font-size:  2.7rem;
    line-height: 2.7rem;
    position: absolute;
    font-family:'DingTalk';
    top:11%;
    left:10%;
}
.subItemTitleColor1{
    color:#03040B;
}
.subItemTitleColor2{
    color:#ffffff;
}
.subItemTitle2{
    font-family:'DingTalk';
    font-size: 1.4rem;
    line-height: 1.4rem;
}
.box {
    transition: all 0.4s ease;
}
.itemName1{
    font-size: 4.2rem;
    font-weight: 500;
    color:#FFFFFF;
    opacity: 1;
}
.itemSeo1{
    font-size: 1.35rem;
    font-weight: 300;
    color:#FFFFFF;
    opacity: 1;
}
.itemTitle1 {
    position: absolute;
    text-align: right;
    font-size: 2rem;
    font-weight: 300;
    top: 37%;
    left: 20%;
    color: #FFFFFF;
    opacity: 1;
}
.list-unstyled{
    margin-top: 2.3rem !important;
}
.titleLineTop{
    width: 1px;
    height: 1.35rem;
    margin-bottom: 0.35rem;
    opacity: 1;
    margin-right: 0.5rem;
}

.titleLineBottom{
    position: absolute;
    width: 1px;
    height:20%;
    bottom:12%;
    left:22%;
    opacity: 1;
}

.indexBtn {
    opacity: 1;
}
.headerTop{
    background-color: rgba(0,0,0,0);
    transition: background-color 0.3s ease;
    opacity: 1;
}

.headerTop.active{
    background-color: #f7f7f7;
}
.titleMeng{
    height: 100%;
    width: 100%;
    background-color: #03040B;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.4;
    z-index: -1;
}



.nav-link {
    padding: 0.3rem 1rem;
}
.index-img{
    object-fit: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
}
.index-img1{
    object-fit: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    opacity: 1;
}
.party-2{
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.party-10{
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}


.content-1H {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}
.content-2H {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.content-3H {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.content-4H {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cm-navbar .navbar-nav .nav-link {
  font-size: 1.3rem;
  margin-left: 1.3rem;
  margin-right: 1.3rem;
  color: #FFFFFF;
  padding: 0 0.5rem;
}
.cm-navbar .navbar-nav .nav-link.active {
    color: #FFFFFF;
    border-bottom: solid 0.3rem #00a9ff;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #FFFFFF;
    border-bottom: solid 0.3rem #00a9ff;
}
.nav-item a{
    color: #FFFFFF;
}
.nav-item{
    padding-bottom: 0.8rem;
    font-size: 1.3rem;
    line-height: 1.7rem;
    text-align: center;
    width: 20%;
    .subItem{
        display: none;
        border-radius:0.5rem;
        position: absolute;
        top: 2.6rem;
        left: 1.4rem;
        z-index: 999;
        outline: none;
        padding:0.5rem 1rem;
        background-color: #FFFFFF;
        a{
            color: #03040B;
            line-height: 1.2rem;
            font-weight: 500;
            font-size: 1rem;
        }
    }
}
.subItem.active{
    display: block;
}
.nav-sub-item{
    font-size: 1.1rem;
    text-align: center;
    width: 20%;
    font-weight: 260;
}
.nav-sub-item a{
    color: #FFFFFF;
}
.footerTitle1 {
    font-size: 2rem;
    color: #FFFFFF;
    text-align: left;
    font-family:'DingTalk'
}
.footerTitle2 {
    font-size: 1.4rem;
    color: #FFFFFF;
    text-align: left;
    margin-bottom: 0;
}
.com-item{
    font-size: 0.9rem;
    text-align: left;
    color: #FFFFFF;
    line-height: 1.5rem;
    padding: 0.2rem 0;
    font-weight: 260;
    img{
        height: 6rem;
        width: 6.6rem;
        background: #FFFFFF;
    }
}
.containerEdge{
    padding: 0 3.5rem;
}
.siteW{
    color: #FFFFFF!important;
    font-size: 0.8rem;
}

.logoH{
    height: 2.85rem;
}
.myBtn1{
    padding: 1px 0;
    margin-right: 0;
    height: 3.6rem;
    .btnDiv1{
        cursor:pointer;
        display:inline-block;
        float: left;
        font-size: 1.8rem;
        line-height:2.2rem;
        border-radius: 0.5rem;
        padding: 0.4rem 1rem;
        height: 100%;
        background-color:#34B7E9;
        border: solid 0.15rem #34B7E9;
        margin-right: 7rem;
    }
    .btnDiv2{
        cursor:pointer;
        display:inline-block;
        float: left;
        font-size: 1.8rem;
        line-height:2.2rem;
        border-radius: 0.5rem;
        padding:0.4rem 1rem 0.3rem ;
        height: 100%;
        border: solid 0.15rem #FFFFFF;
    }


    .imgBox{
        display: inline-block;
        height: 2.15rem;
        width: 2.15rem;
    }
}

.indexTitle2 {
    position: absolute;
    font-size: 2.3rem;
    top: 10%;
    left: 10%;
    color: #040000;
}
.b01{
    height: 100%;
}
.indexTitle3-1{
    font-size: 2.7rem;
    line-height: 3rem;
}
.indexTitle3-2{
    font-size: 1.6rem;
    margin-left: 0.7rem;
}
.myBtn2{
    color:#FFFFFF;
    background-color:#34B7E9;
    font-size: 1.6rem;
    line-height: 1.9rem;
    height: 3rem;
    border-radius: 0.5rem;
    border: solid 0.1rem #34B7E9;
    padding:0.5rem  0.5rem 0.5rem 1rem;;
    font-family:'DingTalk';
    .imgBox{
        display: inline-block;
        height: 2.2rem;
        width: 1.5rem;

        .pic{
            height: 1.3rem;
            width: 0.8rem;
            margin-bottom: 0.2rem;
            margin-left: 0.2rem;
        }
    }
}

.myBtn3{
    color:#34B7E9;
    background-color: transparent;
    font-size: 1.5rem;
    line-height:1.9rem;
    height: 3rem;
    border-radius: 0.5rem;
    border: solid 0.1rem #34B7E9;
    padding:0.5rem 1rem;
    font-family:'DingTalk';
    margin-right: 0.5rem;
    .imgBox{
        display: inline-block;
        height: 2.5rem;
        width: 1rem;
        .pic{
            height: 1.4rem;
            width: 1rem;
            margin-bottom: 0.2rem;
            margin-left: 0.2rem;
        }
    }
}
.col-lg-4{
    padding: 0 2.5rem;
}
.index2-W1 {
    position: absolute;
    bottom: 7%;
    right: 10%;
    color: #FFFFFF;
    opacity: 0.5;
    font-size: 3.6rem;
    width: 3.6rem;
    line-height: 3.6rem;
    text-align: center;
}
.index2-W2 {
    position: absolute;
    bottom: 6%;
    right: 10%;
    color: #FFFFFF;
    font-size: 2.1rem;
    width: 5.6rem;
    line-height: 2.1rem;
    text-align: center;
}
.index4-w1{
    font-size: 1.7rem;
    color:#FFFFFF;
}
.index4-w2{
    font-size: 3.2rem;
}
.index4-w3{
    font-size: 1.6rem;
    line-height: 2rem;
    width: 52%;
    color:#FFFFFF;
    padding-top: 20rem;
}
.about2-w1{
    font-size: 1.6rem;
    color: #34B7E9;
}
.about2-w2{
    font-size: 1.6rem;
}
.profileWord1{
    font-size: 4.7rem;
    line-height: 4.7rem;
    height: 4.7rem;
    color: #23B8EA;
    font-family:'DingTalk';
}
.profileWord2{
    font-size: 1.2rem;
    color: #03040B;
    padding-left: 0.3rem;
    font-family:'DingTalk';
}
.profileWord3{
    font-size: 0.9rem;
    color: #666666;
    text-align: center;
    font-family:'DingTalk';
}
.profileWord4{
    font-size:1.2rem;
    width: 35%;
}
.profileWord5{
    height: 5rem;
}
.profileImg{
    width: 50%;
    height:70%;
    top: 20%;
}
.about3-w1{
    font-size:11.7rem;
    top:15%;
}
.about3-w2{
    font-size:2.6rem;
    line-height: 2rem;
    position: absolute;
    bottom: 1.5rem;
    width: 100%;
}
.about3-d1{
    width:10%;
    margin-left: 20%;
    float: left;
}
.about3-d2{
    width:10%;
    margin-left: 15%;
    float: left;
}

.aboutCultureItem {
    width: 100%;
    font-size: 1.3rem;
    color: #231815;
    position: relative;
}
.aboutCultureItemW1{
    position: absolute;
    top: 50%;
    margin-top:-1.7rem;
    left:50%;
    margin-left:-5rem;
    width: 10rem;
    height: 3.4rem;
    line-height: 3.4rem;
    text-align: center;
    font-family: 'DingTalk';
}
.aboutCultureItemW1H1{
    line-height: 1.7rem;
    font-weight: 560;
    font-family: 'DingTalk';
}
.aboutCultureItemW2{
    font-size: 1rem;
    margin-top: 1rem;
    text-align: justify;
    text-align-last: left; /* 最后一行左对齐 */
    color: #03040B;
}
.cc-div1{
    position: absolute;
    width: 35%;
    top:50%;
    left:10%;
}
.cc-div2{
    height: 13.2rem;
    top:4.5rem;
}
.cc-content{
    font-size: 1.3rem;
    position: absolute;
    color: #FFFFFF;
    padding: 5%;
    width: 100%;
}
.cc-link{
    font-size: 1.6rem;
    color: #FFFFFF;
    line-height: 2rem;
    height: 2rem;
    padding-bottom: 0.2rem;
}
.honor{
    display: none;
    padding: 0 0.5rem;
    height: 100%;
}
.honor-w1{
    font-size: 1rem;
    line-height: 1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.honor-h{
    height: 40%;
    top:35%;
}
.honor-h1{
    height: 30%;
    top:40%;
}
.advance{
    width:22%;
    height:50%;
    float: left;
    cursor: pointer;
    text-align: center;
    position: relative;
}
.advanceDetail{
    display: none;
    position: absolute;
    float: left;
    color: #03040B;
    width:40%;
    height:80%;
    left:30%;
    top:10%;
    min-width:35rem;
}
.advanceDetail.active{
    display: block;
}
.advance-W1 {
    color: #03040B;
    font-size: 1.25rem;
    text-align: center;
    width: 100%;
    font-weight: 260;
    padding-top: 1rem;
}
.middle-content{
    padding: 0 10%;
}
.approach{
    min-width:65%;
    position: absolute;
    right:0;
    border-radius: 2.6rem;
    font-size: 1.0rem;
    padding: 1.3rem 3.2rem;
    text-align: center;
    margin-right: 0.5rem;
    cursor: pointer;
}
.approachColor0{
    color: #23B8EA;
    border:solid 1px #23B8EA;
}
.approachColor1{
    color: #20499D;
    border:solid 1px #20499D;
}
.approachColor2{
    color: #1D2D5D;
    border:solid 1px #1D2D5D;
}

.approach:hover{
    font-size: 1.1rem;
    font-weight: 800;

}
.approachImgWord1{
    color:#ffffff;
    font-size:0.8rem;
    text-align: right;
    line-height: 1.3;
    overflow: hidden;
    white-space: nowrap;      /* 不换行 */
    text-overflow: ellipsis;
}
.approachImgWord1hover{
    font-size: 0.9rem
}
.approachImgWord2{
    color:#ffffff;
    font-size:0.7rem;
    top:0.5rem;
}
.approachImgWord2hover{
    font-size: 0.8rem;
}
.approachImgWord3{
    color:#ffffff;
    font-size:3.1rem;
    width: 95%;
}
.approachImgWord3hover{
    font-size: 3.2rem;
}
.approachImg {
    width: 85%;
    text-align: center;
    position: absolute;
    bottom: 27%;
    right: 0;
}
.approachPic {
    width: 95%;
    right: 0;
    bottom: 0;
    max-height: 100%;
    object-fit: cover;
    position: absolute;
}
.approach-D1{
    min-height: 22rem;
    width: 100%;
    position: relative;
    cursor: pointer;
}
.case-W1{
    font-size: 1.1rem;
    line-height: 1.75rem;
}
.case-W2{
    font-size: 1.8rem;
}
.teamW1{
    font-size: 2.3rem;
    line-height:2.3rem;
    height:2.3rem;
    color: #03040B;
}

.teamW2{
    font-size: 2.9rem;
    color: #23B8EA;
    text-align: center;
    line-height:4rem;
}
.teamW3{
    float: left;
    width: 100%;
    text-align: left;
    font-size: 1.1rem;
    line-height:1.3rem;
    color: #03040B;
}
.teamW4{
    float: left;
    width: 100%;
    text-align: left;
    font-size: 0.7rem;
    color: #03040B;
    font-weight: 200;
    padding-top: 2%;
}
.teamD1{
    width: 35%;
    height: 100%;
    display: inline-block;
    float: left;
    padding: 0 3%;
}
.teamD2{
    width: 60%;
    height: 100%;
    display: inline-block;
    position: relative;
}
.growth01{
    min-height:32rem;
}
.growthW1{
    font-size: 2rem;
    line-height:2.2rem;

}
.growthW2{
    top:72%;
    width:100%;
    font-size: 1rem;
    line-height:1.25rem;
}
.growthD1 {
    color: #03040B;
    width: 70%;
    height: 60%;
    margin: auto;
    padding-top: 11rem;
}
.growthImg {
    height: 100%;
    width: 100%;
    position: absolute;
    padding: 0 5%;
    object-fit: cover;
}
.growthW1{
    position:absolute;
    top:13%;
    color: #FFFFFF;
    font-size: 2rem;
    width:100%;
    line-height:2.2rem;
    text-align:center;

}
.growthW2{
    position:absolute;
    top:75%;
    color: #FFFFFF;
    width:100%;
    font-size: 1rem;
    line-height:1.25rem;
    text-align:left;
    padding: 0 8%;
}


.recruit-btn{
    width: 19.5rem;
    height: 6.5rem;
    text-align: center;
    margin: auto;
    padding: 1.2rem 1.5rem;
    border-radius: 1.25rem;
    font-size: 1.8rem;
    line-height: 4.5rem;
    position: relative;
    color: #ffffff;
    .img-logo{
        position:absolute;
        width: 6rem;
        height: 6rem;
        float: right;
        right: 0;
        bottom: 0;
    }
}

.recruitW1{
    width: 19.5rem;
    margin: auto;
    padding: 2.5rem 1.5rem 1.5rem ;
    font-size: 1.1rem;
    color: #333333;
    font-weight: 300;
    text-align: justify;
    text-align-last: left; /* 最后一行左对齐 */
}
.recruitD1 {
    color: #03040B;
    width: 70%;
    height: 55%;
    padding-top: 13rem;
    margin: auto;
}
.need-D1 {
    padding-top: 8rem;
    margin: auto;
    color: #03040B;
    width: 40%;
    height: 70%;
}
.need-T1 {
    font-size: 3.4rem;
    width: 100%;
    text-align: center;
    color: #03040B;
}
.need-T2 {
    font-size: 1rem;
    width: 100%;
    text-align: center;
    color: #03040B;
}
.process-T1 {
    font-size: 1.2rem;
    padding-top: 13rem;
    margin: auto;
    width: 80%;
    color: #03040B;
    text-align: center;
    position: relative;
}
.process-T2 {
    width: 13%;
    cursor: pointer;
    text-align: center;
    position: relative;
    display: inline-block;
}
.process-T3 {
    height: 7.5rem;
    width: 7.5rem;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -3.75rem;
}
.process-W1 {
    width: 100%;
    color: #03040B;
    font-size: 1.6rem;
    text-align: center;
    margin-top: 1.25rem;

}
.process-W2 {
    width: 100%;
    color: #666666;
    font-size: 0.75rem;
    margin-top: 3rem;
    padding: 0 0.3rem;
}
.processImg {
    position: absolute;
    top: 3.75rem;
    left: -0.5rem;
}
.contact-D1 {
    padding-top: 12rem;
    margin: auto;
    width: 60%;
}
.contact-D4 {
    min-height:24rem;
}
.contact-D2 {
    text-align: center;
    display: inline-block;
    margin-top: 1.6rem;
    padding-left: 1.8rem;
}
.contact-D3 {
    text-align: center;
    display: inline-block;
    margin-top: 0.5rem;
    padding-left: 1.6rem;
}
.contact-D1W1 {
    font-size: 1.5rem;
    line-height: 1.8rem;
    color: #03040B;
    padding-top: 2.5rem;
    padding-left: 1.8rem;
    font-weight: 500;
    font-family: 'DingTalk';
}
.contact-D1W2 {
    font-size: 1.1rem;
    line-height: 1.6rem;
    color: #03040B;
    padding-top: 2rem;
    padding-left: 1.8rem;
    padding-right: 1.8rem;
    text-align: justify;
    text-align-last: left; /* 最后一行左对齐 */
    font-weight: 500;
}
.contact-D1W3 {
    font-size: 1.1rem;
    line-height: 1.5rem;
    color: #03040B;
    padding-top: 1.25rem;
    padding-left: 1.875rem;
    font-weight: 500;
}
.contact-D1W4 {
    font-size: 0.7rem;
    line-height: 1rem;
    color: #03040B;
    bottom: 1.8rem;
    left: 1.8rem;;
    position: absolute;
    font-weight: 500;
    width: 55%;
}
.contact-D1W5 {
    width: 100%;
    color: #03040B;
    font-size: 0.7rem;
    line-height: 1rem;
    font-weight: 500;
    margin-top: 0.6rem;
}
.contact-D1Img1 {
    position: absolute;
    width: 6.5rem;
    height: 7.5rem;
    float: right;
    right: 0.3rem;
    bottom: 1rem;
}
.contact-D1Img2 {
    position: absolute;
    width: 7rem;
    height: 8.25rem;
    float: right;
    right: .3rem;
    bottom: 0.625rem;
}
.contact-D1Img3 {
    position: absolute;
    width: 6.1rem;
    height: 8.7rem;
    float: right;
    right: 0.4rem;
    bottom: 0.5rem;
}
.contact-D1Img4 {
    height: 6rem;
    width: 6.6rem;
    background: #FFFFFF;
}
.contactW1 {
    font-size: 1rem;
    line-height: 1.2rem;
    margin-top: 2.6rem;
    height: 3.7rem;
    padding-bottom: 1rem;
    color: #666666;
}
.contactW2{
    font-size: 1.8rem;
    line-height: 2rem;
}
.contactW3{
    font-size: 1.375rem;
    line-height: 2.375rem;
    margin-top: 2.6rem;
    padding-bottom: 1rem;
    color: #666666;
    .img{
        display: inline-block;
        height: 1.75rem;
        width: 1.375rem;
        margin-right: 0.625rem;
        margin-bottom: 0.5rem;
    }
}
.contact-D2W1 {
    font-size:1.8rem;
    color: #333333;
    text-align: center;
    font-weight: 500;
    position: relative;
    line-height: 1.8rem;
}
.contact-D2W2 {
    border-bottom: solid 0.25rem #23B7E9;
    width: 6rem;
    display: inline-block;
    position: absolute;
    bottom: -1rem;
    left: 50%;
    margin-left: -3rem;
}
.contact-D2W3 {
    font-size: 1.5rem;;
    color: #666666;
    text-align: center;
    font-weight: 500;
    margin-top: 1.5rem;
}
.contact-D2D1 {
    width: 45%;
    height:100%;
    float: left;
}
.contact-D2D2 {
    width: 55%;
    height:100%;
    float: left;
}
.contact-D2D0 {
    width: 100%;
    height: 26rem;
    border: solid 1px #23B7E9;
    padding: 5%;
    margin-bottom: 2rem;
}
.contact-b2 {
    padding:  0 20%;
}
.contact-b2-d1 {
    width: 100%;
    padding-top: 5rem;
}
.download-T1 {
    font-size: 1.6rem;
    position: absolute;
    top: 24%;
    left: 10%;
    width: 80%;
    text-align: center
}
.download-D1 {
    position: absolute;
    top: 32%;
    left: 25%;
    color: #03040B;
    width: 50%;
    height: 60%;
    z-index: 99;
}
.download-D2 {
    position: absolute;
    top: 32%;
    left: 25%;
    color: #03040B;
    width: 50%;
    height: 70%;
    z-index: 99;
}
.download-D1-01d {
    display: inline-block;
    width: 30%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #FFFFFF;
    height: 100%;
    border-right: solid 1.25rem #F1F1F1;
}
.download-D1-02d {
    display: inline-block;
    width: 70%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #FFFFFF;
    height: 100%;
}
.download-D1-03d {
    line-height: 5rem;
    height: 5rem;
    display: inline-block;
    width: 30%;
    float: left;
    padding-right: 1.25rem;
}
.download-D1-04d {
    line-height: 5rem;
    height: 5rem;
    display: inline-block;
    width: 70%;
    float: left;
}
.download-D1-05d{
    padding: 0 1rem;
}
.download-W1{
    color: #03040B;
    font-size: 1.5rem;
}
.download-H1 {
    white-space: nowrap; /* 防止文本换行 */
    overflow: hidden; /* 隐藏溢出的内容 */
    text-overflow: ellipsis;
    width: 100%;
    border-bottom: solid 0.1rem  #CBCBCB;
    font-weight: 500;
    text-align: left;
    padding-left: 1.25rem;
}
.download-part2 {
    color: #03040B;
    padding-top: 12rem;
    margin: auto;
    width: 80%;
    height: 60%;
}
.download-part2-pic {
    min-height: 28rem;
    max-width: 100%;
}
.btn-item{
    font-size: 1.25rem;
    padding: 0.1rem 1rem;
    font-weight: 500;
    margin:0 0.75rem;
}
.btn-item:hover{
    font-weight: bold;
}
.info-list-T1 {
    font-size: 2.875rem;
    line-height: 2.3rem;
    color: #34B7E9;
    text-align: center;
    margin: auto;
}
.info-list-T2 {
    font-size: 2.5rem;
    color: #34B7E9;
    text-align: center;
}
.approach-d-T {
    position: absolute;
    height: 1.6rem;
    font-size: 1.8rem;
    line-height: 1.8rem;
    bottom: 1.25rem;
    right: 1.25rem;
    color: #ffffff;
    cursor: pointer;
}
.recruit-btn1{
    min-width:12.5rem;
    text-align: center;
    margin: auto;
    padding:1.25rem 2rem;
    border-radius: 0.625rem;
    line-height:2rem;
    position: relative;
}
.recruit-d-D1 {
    margin-left: 10%;
    padding-top: 14rem;
    box-sizing: border-box;
    color: #03040B;
    width: 80%;
    min-height: 55%;
    z-index: -1;
}
.recruit-d-btnImg {
    position: absolute;
    width: 3rem;
    height: 3rem;
    float: right;
    right: 0;
    bottom: 0;
}
.recruit-d-W {
    width: 100%;
    cursor: pointer;
    margin-bottom: 5px;
    border: solid 1px #C7C7C7;
    font-size: 1.6rem;
    line-height: 2.5rem;
    border-radius: 0.3rem;
    padding: 0.65rem 1rem 0.5rem 1rem;
    color: #03040B;
}
.recruit-d-W1 {
    display: inline-block;
    width: 25%;
    text-align: left;
    float: left;
    font-size: 1.3rem;
    line-height: 1.5rem;
}
.recruit-d-W2 {
    display: inline-block;
    width: 15%;
    text-align: left;
    float: left;
    font-size: 1.2rem;
    line-height: 1.5rem;
}
.recruit-d-W3 {
    display: inline-block;
    width: 20%;
    text-align: left;
    float: left;
    font-size: 1.2rem;
    line-height: 1.5rem;
}
.recruit-d-Img1 {
    height: 1.4rem;
    width: 1.2rem;
    margin-top: -0.2rem;
    margin-right: 0.5rem;
}
.recruit-d-Img2 {
    height: 1.8rem;
    width: 1.8rem;
    margin-top: -0.5rem;
    margin-right: 0.5rem;
}
.recruit-d-Img3 {
    height: 1.6rem;
    width: 1.6rem;
    margin-top: -0.1rem;
    margin-right: 0.5rem;
}
.jobActive{
    font-weight: bolder;
    font-size: 1.4rem;
    color: #ffffff;
}
.jobNormal{
    font-size: 1.3rem;
    color: #ffffff;
}
.jobNormal:hover{
    font-weight: bolder;
    font-size: 1.3rem;
    color: #ffffff;
}
.jobActive:hover{
    font-weight: bolder;
    font-size: 1.4rem;
    color: #ffffff;
}
.btn-above {
    display: inline-block;
    float: right;
    padding-top: 15%;
    text-align: right;
    position: absolute;
    right: 0;
}
.btn-above1 {
    display: inline-block;
    float: right;
    padding-top: 3.2rem;
    text-align: right;
}
.approachDetail {
    .approachObj {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media screen and (max-width: 1700px) {
    .approach{
        min-width:65%;
        border-radius: 2.2rem;
        font-size: 0.9rem;
        padding: 1.1rem 2.5rem;
    }
    .approach:hover{
        font-size: 1rem;
    }
    .approachImgWord1{
        font-size:0.7rem;
    }
    .approachImgWord1hover{
        font-size: 0.8rem
    }
    .approachImgWord2{
        font-size:0.6rem;
    }
    .approachImgWord2hover{
        font-size: 0.7rem;
    }
    .approachImgWord3{
        font-size:2.4rem;
    }
    .approachImgWord3hover{
        font-size: 2.5rem;
    }
    .approachImg{
        bottom: 23%;
    }

}
@media screen and (max-width: 1600px) {
    .approachImg{
        bottom: 20%;
    }
}
@media screen and (max-width: 1440px) {
    .cm-navbar .navbar-nav .nav-link {
        font-size: 1.2rem;
        margin-left: 1.2rem;
        margin-right: 1.2rem;
        color: #FFFFFF;
        padding: 0 0.2rem;
    }
    .indexTitle1 {
        font-size:3.2rem;
        .indexTitle1-1 {
            font-size: 1.5rem;
        }
    }
    .nav-item{
        font-size: 1.2rem;
        line-height: 1.7rem;
        padding-bottom: 0.6rem;
        .subItem{
            display: none;
            border-radius:0.4rem;
            position: absolute;
            top: 2.3rem;
            left: 1rem;
            z-index: 999;
            outline: none;
            padding:0.4rem 0.7rem;
            background-color: #FFFFFF;
            a{
                color: #03040B;
                line-height: 1.0rem;
                font-weight: 400;
                font-size: 1.0rem;
            }
        }
    }
    .subItem.active{
        display: block;
    }
    .nav-sub-item{
        font-size: 1.0rem;
    }
    .com-item{
        font-size: 0.9rem;
        line-height: 1.4rem;
    }
    .footerTitle1{
        font-size: 1.8rem;
    }
    .footerTitle2{
        font-size: 1.2rem;
    }
    .profileWord1{
        font-size: 4rem;
        line-height: 4rem;
        height: 4rem;
    }
    .profileWord2{
        font-size: 1rem;
        padding-left: 0.3rem;
    }
    .profileWord3{
        font-size: 0.7rem;
    }
    .profileWord4{
        font-size:1rem;
    }
    .profileWord5{
        height: 4rem;
    }
    .about3-d1{
        width:12%;
        margin-left: 19%;
        float: left;
    }
    .about3-d2{
        width:12%;
        margin-left: 13%;
        float: left;
    }
    .cc-div1{
        width: 40%;
    }
    .cc-content{
        font-size: 1.3rem;
    }
    .cc-link{
        font-size: 1.6rem;
        line-height: 2rem;
        height: 2rem;
    }
    .approach{
        min-width:65%;
        border-radius: 1.8rem;
        font-size: 0.8rem;
        padding: 0.8rem 1.5rem;
    }
    .approach:hover{
        font-size: 0.9rem;
    }
    .approachImgWord1{
        font-size:0.6rem;
        font-weight: 400;
    }
    .approachImgWord1hover{
        font-size: 0.7rem
    }
    .approachImgWord2{
        font-size:0.5rem;
    }
    .approachImgWord2hover{
        font-size: 0.6rem;
    }
    .approachImgWord3{
        font-size:2rem;
    }
    .approachImgWord3hover{
        font-size: 2.1rem;
    }
    .approachImg{
        bottom: 18%;
    }
    .approach-D1{
        min-height: 20rem;
    }
    .case-W1{
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .case-W2{
        font-size: 1.5rem;
    }
    .teamD1{
        width: 40%;
    }
    .teamD2{
        width: 58%;
    }
    .growthD1 {
        width: 76%;
    }
    .growthW1{
        font-size: 2rem;
        line-height:2.2rem;

    }
    .growthW2{
        top:72%;
        width:100%;
        font-size: 1rem;
        line-height:1.25rem;
    }
    .recruitD1 {
        width: 80%;
    }
    .need-D1 {
        width: 50%;
    }
    .need-T1 {
        font-size: 2.6rem;
        line-height: 3.5rem;
    }
    .need-T2 {
        font-size: 0.9rem;
        line-height: 1.1rem;
    }
    .process-T1 {
        font-size: 1.2rem;
        padding-top: 17rem;
        width: 90%;
    }
    .process-T3 {
        height: 7.5rem;
        width: 7.5rem;
        margin-left: -3.75rem;
    }
    .process-W1 {
        font-size: 1.6rem;
        margin-top: 1.25rem;
    }
    .process-W2 {
        font-size: 0.75rem;
        margin-top: 3rem;
        padding: 0 0.3rem;
    }
    .contact-D1 {
        width: 70%;
    }
    .download-D1 {
        left: 15%;
        width: 70%;
    }
    .download-D2 {
        left: 15%;
        width: 70%;
    }
    .download-part2 {
        width: 90%;
        padding-top: 18rem;
    }
    .download-part2-pic {
        min-height: 25rem;
    }
    .m01 {
        padding: 0 1.5rem;
    }
}
@media screen and (max-width: 1280px) {
    .itemName1{
        font-size: 4rem;
    }
    .itemSeo1{
        font-size: 1.2rem;
    }
    .itemTitle1 {
        font-size: 2.4rem;
    }
    .subItemTitle1{
        font-size:  2.5rem;
        line-height: 2.5rem;
    }
    .subItemTitle2{
        font-size: 1.3rem;
        line-height: 1.3rem;
    }
    .cm-navbar .navbar-nav .nav-link {
        font-size: 1.1rem;
        margin-left: 1.1rem;
        margin-right: 1.1rem;
        color: #FFFFFF;
        padding: 0 0.2rem;
    }
    .nav-item{
        font-size: 1.1rem;
        line-height: 1.7rem;
        padding-bottom: 0.5rem;
        .subItem{
            display: none;
            border-radius:0.4rem;
            position: absolute;
            top: 2.2rem;
            left: 0.9rem;
            z-index: 999;
            outline: none;
            padding:0.4rem 0.7rem;
            background-color: #FFFFFF;
            a{
                color: #03040B;
                line-height: 0.9rem;
                font-weight: 400;
                font-size: 0.9rem;
            }
        }
    }
    .subItem.active{
        display: block;
    }
    .nav-sub-item{
        font-size: 0.9rem;
    }
    .com-item{
        font-size: 0.8rem;
        line-height: 1.3rem;
    }
    .footerTitle1{
        font-size: 1.6rem;
    }
    .footerTitle2{
        font-size: 1.2rem;
    }
    .containerEdge{
        padding: 0 2.5rem;
    }
    .indexTitle1 {
        font-size:2.6rem;
        .indexTitle1-1 {
            font-size: 1.3rem;
        }
    }
    .logoH{
        height: 2.5rem;
    }
    .myBtn1{
        height: 3rem;
        .btnDiv1{
            font-size: 1.6rem;
            line-height:2rem;
            border-radius: 0.4rem;
            padding: 0.3rem 0.8rem;
            margin-right: 6rem;
        }
        .btnDiv2{
            font-size: 1.6rem;
            line-height:2rem;
            border-radius: 0.4rem;
            padding:0.3rem 0.8rem 0.2rem ;
        }
        .imgBox{
            height: 2rem;
            width: 2rem;
        }
    }
    .indexTitle2{
        font-size:2rem;
    }
    .indexTitle3-1{
        font-size: 2.2rem;
        line-height: 2.5rem;
    }
    .indexTitle3-2{
        font-size: 1.3rem;
        margin-left: 0.5rem;
    }
    .myBtn2{
        font-size: 1.4rem;
        line-height: 1.7rem;
        height: 2.6rem;
        border-radius: 0.4rem;
        padding:0.5rem  0.5rem 0.5rem 1rem;;
        .imgBox{
            height: 2rem;
            width: 1.3rem;
            .pic{
                height: 1.2rem;
                width: 0.7rem;
                margin-bottom: 0.2rem;
                margin-left: 0.2rem;
            }
        }
    }
    .myBtn3{
        font-size: 1.4rem;
        line-height:1.7rem;
        height: 2.6rem;
        border-radius: 0.4rem;
        padding:0.4rem 0.8rem;
        .imgBox{
            height: 2rem;
            width: 0.9rem;
            .pic{
                height: 1.3rem;
                width: 0.9rem;
                margin-bottom: 0.2rem;
                margin-left: 0.2rem;
            }
        }
    }
    .index4-w1{
        font-size: 1.6rem;
    }
    .index4-w2{
        font-size: 3rem;
    }
    .index4-w3{
        font-size: 1.2rem;
        line-height: 1.8rem;
        width: 52%;
    }
    .about2-w1{
        font-size: 1.4rem;
    }
    .about2-w2{
        font-size: 1.4rem;
    }
    .profileWord1{
        font-size: 2.6rem;
        line-height: 2.6rem;
        height: 2.6rem;
    }
    .profileWord2{
        font-size: 0.9rem;
        padding-left: 0.2rem;
    }
    .profileWord3{
        font-size: 0.6rem;
    }
    .profileWord4{
        font-size: 0.9rem;
    }
    .profileWord5{
        height: 3rem;
    }
    .about3-w1{
        font-size:10rem;
        top:16%;
    }
    .about3-w2{
        font-size:2.2rem;
        line-height: 1.6rem;
        bottom: 1rem;
    }
    .about3-d1{
        width:16%;
        margin-left: 17%;
        float: left;
    }
    .about3-d2{
        width:16%;
        margin-left: 9%;
        float: left;
    }
    .aboutCultureItem {
        font-size: 1.2rem;
    }
    .aboutCultureItemW1{
        margin-top:-1.6rem;
        margin-left:-5rem;
        width: 10rem;
        height: 3.2rem;
        line-height: 3.2rem;
    }
    .aboutCultureItemW1H1{
        line-height: 1.6rem;
    }
    .aboutCultureItemW2{
        font-size: 0.9rem;
        margin-top: 0.9rem;
    }
    .cc-content{
        font-size: 1.3rem;
        position: absolute;
        color: #FFFFFF;
        padding: 5%;
        width: 100%;
    }
    .cc-link{
        font-size: 1.6rem;
        color: #FFFFFF;
        line-height: 2rem;
        height: 2rem;
        padding-bottom: 0.2rem;
    }
    .cc-div1{
        width: 45%;
    }
    .cc-content{
        font-size: 1.2rem;
    }
    .cc-link{
        font-size: 1.5rem;
        line-height: 1.8rem;
        height: 1.8rem;
    }
    .honor{
        padding: 0 0.4rem;
    }
    .honor-w1{
        font-size: 0.9rem;
        line-height: 0.9rem;
    }
    .honor-h{
        height: 35%;
        top:40%;
    }
    .honor-h1{
        height: 25%;
        top:45%;
    }
    .advance-W1 {
        font-size: 1.1rem;
    }
    .advanceDetail {
        left:32%;
        min-width:30rem;
    }
    .advanceDetail span{
        font-size: 1.1rem!important;
    }
    .approach-d-T {
        height: 1.5rem;
        font-size: 1.3rem;
        line-height: 1.3rem;
        bottom: 0.5rem;
        right: 0.5rem;
    }
    .approach{
        min-width:65%;
        border-radius: 1.8rem;
        font-size: 0.7rem;
        padding: 0.6rem 1.2rem;
    }
    .approach:hover{
        font-size: 0.8rem;
    }
    .approachImgWord1{
        font-size:0.5rem;
    }
    .approachImgWord1hover{
        font-size: 0.6rem
    }
    .approachImgWord2{
        font-size:0.5rem;
        top:0;
    }
    .approachImgWord2hover{
        font-size: 0.6rem;
    }
    .approachImgWord3{
        font-size: 1.5rem;
    }
    .approachImgWord3hover{
        font-size: 1.6rem;
    }
    .approachImg{
        bottom: 15%;
    }
    .approachPic{
        width: 100%;
    }
    .case-W1{
        font-size: 0.9rem;
        line-height: 1.4rem;
    }
    .case-W2{
        font-size: 1.4rem;
    }
    .teamD1{
        width: 45%;
    }
    .teamD2{
        width: 53%;
        height: 80%;
        padding-top: 10%;
    }
    .growthD1 {
        width: 80%;
    }
    .growthImg {
        padding: 0 3%;
    }
    .growthW1{
        font-size: 1.6rem;
        line-height:1.8rem;

    }
    .growthW2{
        top:73%;
        width:100%;
        font-size: 0.9rem;
        line-height:1.1rem;
        .growthImg {
            padding: 0 6%;
        }
    }
    .recruit-btn{
        width: 15rem;
        height: 5rem;
        padding: 1rem 1.2rem;
        border-radius: 1.1rem;
        font-size: 1.6rem;
        line-height: 3.5rem;
        .img-logo{
            width: 4rem;
            height: 4rem;
        }
    }
    .recruit-btn1{
        min-width:10rem;
        padding:1rem 1.6rem;
        border-radius: 0.5rem;
        line-height:2rem;
    }
    .jobActive{
        font-size: 1.3rem;
    }
    .jobNormal{
        font-size: 1.2rem;
    }
    .jobNormal:hover{
        font-size: 1.2rem;
    }
    .jobActive:hover{
        font-size: 1.3rem;
    }
    .recruitW1{
        width: 15rem;
        padding: 2.5rem 1.2rem 1.2rem ;
        font-size: 1rem;
    }
    .recruitD1 {
        width: 80%;
        height: 55%;
        padding-top: 16rem;
    }
    .need-D1 {
        width: 60%;
    }
    .need-T1 {
        font-size: 2.6rem;
        line-height: 3.5rem;
    }
    .need-T2 {
        font-size: 0.9rem;
        line-height: 1.1rem;
    }
    .process-T1 {
        font-size: 1.1rem;
        padding-top: 17rem;
        width: 94%;
    }
    .process-T3 {
        height: 6.5rem;
        width: 6rem;
        margin-left: -3rem;
    }
    .process-W1 {
        font-size: 1.4rem;
        margin-top: 1.25rem;
    }
    .process-W2 {
        font-size: 0.75rem;
        margin-top: 3rem;
        padding: 0 0.3rem;
    }
    .contact-D1 {
        width: 80%;
    }
    .contact-D2 {
        margin-top: 1.4rem;
        padding-left: 1.6rem;
    }
    .contact-D3 {
        padding-left: 1.6rem;
    }
    .contact-D1W1 {
        font-size: 1.3rem;
        line-height: 1.6rem;
        padding-top: 2rem;
        padding-left: 1.6rem;
    }
    .contact-D1W2 {
        font-size: 1.1rem;
        line-height: 1.5rem;
        padding-top: 2rem;
        padding-left: 1.6rem;
    }
    .contact-D1W3 {
        font-size: 1rem;
        line-height: 1.3rem;
        padding-top: 1.1rem;
        padding-left: 1.6em;
    }
    .contact-D1W4 {
        font-size: 0.6rem;
        line-height: 0.8rem;
        bottom: 1.8rem;;
        left: 1.8rem;
        width: 55%;
    }
    .contact-D1W5 {
        font-size: 0.6rem;
        line-height: 0.8rem;
        margin-top: 0.6rem;
    }
    .contact-D1Img1 {
        width: 5.6rem;
        height: 6.5rem;
        right: 0.3rem;
        bottom: 1rem;
    }
    .contact-D1Img2 {
        width: 5.6rem;
        height: 7.2rem;
        right: .3rem;
        bottom: 0.625rem;
    }
    .contact-D1Img3 {
        width: 5rem;
        height: 7.2rem;
        right: 0.4rem;
        bottom: 0.5rem;
    }
    .contactW1 {
        font-size: 1rem;
        line-height: 1.2rem;
        margin-top: 2.6rem;
        height: 3.7rem;
    }
    .contactW2{
        font-size: 1.8rem;
        line-height: 2rem;
    }
    .contactW3{
        font-size: 1.3rem;
        line-height: 2.3rem;
        margin-top: 2.6rem;
        .img{
            height: 1.7rem;
            width: 1.35rem;
            margin-right: 0.6rem;
            margin-bottom: 0.5rem;
        }
    }
    .contact-D2W1 {
        font-size:1.7rem;
        line-height: 1.7rem;
    }
    .contact-D2W2 {
        width: 6rem;
        margin-left: -3rem;
    }
    .contact-D2W3 {
        font-size: 1.5rem;;
        margin-top: 1.5rem;
    }
    .contact-b2 {
        padding:  0 10%;
    }
}

@media screen and (max-width: 1024px) {
    .itemName1{
        font-size: 3rem;
    }
    .itemSeo1{
        font-size: 0.9rem;
    }
    .itemTitle1 {
        font-size: 2rem;
    }
    .subItemTitle1{
        font-size:  2.2rem;
        line-height: 2.2rem;
    }
    .subItemTitle2{
        font-size: 1.2rem;
        line-height: 1.2rem;
    }
    .cm-navbar .navbar-nav .nav-link {
        font-size: 1.0rem;
        margin-left: 0.6rem;
        margin-right: 0.6rem;
        color: #FFFFFF;
        padding: 0 0.3rem;
    }
    .cm-navbar .navbar-nav .nav-link.active {
        color: #FFFFFF;
        border-bottom: solid 0.2rem #00a9ff;
    }
    .navbar-light .navbar-nav .nav-link:hover {
        color: #FFFFFF;
        border-bottom: solid 0.2rem #00a9ff;
    }
    .nav-item{
        font-size: 0.8rem;
        line-height: 1.4rem;
        padding-bottom: 0.2rem;
        .subItem{
            display: none;
            border-radius:0.3rem;
            position: absolute;
            top: 1.75rem;
            left: 0.9rem;
            z-index: 999;
            outline: none;
            padding:0.4rem 0.7rem;
            background-color: #FFFFFF;
            a{
                color: #03040B;
                line-height: 0.7rem;
                font-weight: 400;
                font-size: 0.7rem;
            }
        }
    }
    .subItem.active{
        display: block;
    }
    .nav-sub-item{
        font-size: 0.7rem;
    }
    .com-item{
        font-size: 0.7rem;
        line-height: 1rem;
    }
    .footerTitle1{
        font-size: 1.4rem;
    }
    .footerTitle2{
        font-size: 1rem;
    }
    .containerEdge{
        padding: 0 1.5rem;
    }
    .siteW{
        font-size: 0.7rem;
    }
    .indexTitle1 {
        font-size:2rem;
        .indexTitle1-1 {
            font-size: 1rem;
        }
    }
    .logoH{
        height: 2rem;
    }
    .indexTitle2{
        font-size:1.6rem;
    }
    .indexTitle3-1{
        font-size: 1.7rem;
        line-height: 2rem;
    }
    .indexTitle3-2{
        font-size: 1rem;
        margin-left: 0.4rem;
    }
    .index4-w1{
        font-size: 1.3rem;
    }
    .index4-w2{
        font-size: 2.2rem;
    }
    .index4-w3{
        font-size: 1rem;
        line-height: 1.5rem;
        width: 72%;
    }
    .profileWord1{
        font-size: 2rem;
        line-height: 2rem;
        height: 2rem;
    }
    .profileWord2{
        font-size: 0.7rem;
        padding-left: 0.2rem;
    }
    .profileWord3{
        font-size: 0.5rem;
    }
    .profileWord4{
        font-size: 0.8rem;
    }
    .profileWord5{
        height: 2rem;
    }
    .about3-w1{
        font-size:8rem;
        top:20%;
    }
    .about3-w2{
        font-size:2rem;
        line-height: 1.4rem;
        bottom: 1rem;
    }
    .about3-d1{
        width:20%;
        margin-left: 15%;
        float: left;
    }
    .about3-d2{
        width:20%;
        margin-left: 5%;
        float: left;
    }
    .aboutCultureItem {
        font-size: 1.1rem;
    }
    .aboutCultureItemW1{
        margin-top:-1.4rem;
        margin-left:-5rem;
        width: 10rem;
        height: 2.8rem;
        line-height: 2.8rem;
    }
    .aboutCultureItemW1H1{
        line-height: 1.4rem;
    }
    .aboutCultureItemW2{
        font-size: 0.8rem;
        margin-top: 0.8rem;
    }
    .cc-div1{
        width: 60%;
    }
    .cc-content{
        font-size: 1.1rem;
    }
    .cc-link{
        font-size: 1.3rem;
        line-height: 1.7rem;
        height: 1.7rem;
    }
    .honor{
        padding: 0 0.3rem;
    }
    .honor-w1{
        font-size: 0.8rem;
        line-height: 0.8rem;
    }
    .honor-h{
        height: 30%;
        top:45%;
    }
    .honor-h1{
        height: 20%;
        top:50%;
    }
    .advance-W1 {
        font-size: 1rem;
    }
    .advanceDetail span{
        font-size: 0.9rem!important;
    }
    .advanceDetail p{
        line-height: 1.2;
    }
    .advanceDetail {
        left:33%;
        min-width:20rem;
    }
    .approach{
        min-width:65%;
        border-radius: 1.8rem;
        font-size: 0.6rem;
        padding: 0.6rem 1.2rem;
    }
    .approach:hover{
        font-size: 0.7rem;
    }
    .approachImgWord1{
        font-size:0.45rem;
    }
    .approachImgWord1hover{
        font-size: 0.5rem
    }
    .approachImgWord2{
        font-size:0.45rem;
        top:0;
    }
    .approachImgWord2hover{
        font-size: 0.5rem;
    }
    .approachImgWord3{
        font-size: 1.1rem;
    }
    .approachImgWord3hover{
        font-size: 1.2rem;
    }
    .approachImg{
        bottom: 12%;
    }
    .approachPic{
        width: 100%;
    }
    .case-W1{
        font-size: 0.8rem;
        line-height: 1.2rem;
    }
    .case-W2{
        font-size: 1.2rem;
    }
    .need-D1 {
        width: 75%;
    }
    .process-T1 {
        font-size: 0.9rem;
        padding-top: 17rem;
        width: 96%;
    }
    .process-T3 {
        height: 5rem;
        width: 5rem;
        margin-left: -2.5rem;
    }
    .process-W1 {
        font-size: 1.2rem;
        margin-top: 1.25rem;
    }
    .process-W2 {
        font-size: 0.7rem;
        margin-top: 3rem;
        padding: 0 0.3rem;
    }
    .processImg {
        width: 0.8rem;
        top: 2.5rem;
    }
    .contact-D1 {
        width: 90%;
    }
    .download-D1 {
        left: 10%;
        width: 80%;
    }
    .download-D2 {
        left: 10%;
        width: 80%;
    }
    .download-T1 {
        font-size: 1.5rem;
    }
    .download-W1{
        font-size: 1.2rem;
    }
    .download-D1-03d {
        line-height: 4rem;
        height: 4rem;
    }
    .download-D1-04d {
        line-height: 4rem;
        height: 4rem;
    }
    .recruit-btn1{
        min-width:9rem;
        padding:1rem 1.3rem;
        border-radius: 0.5rem;
        line-height:1.5rem;
    }
    .recruit-d-D1 {
        margin-left: 10%;
        padding-top: 14rem;
        width: 80%;
    }
    .recruit-d-W {
        margin-bottom: 0.2rem;
        font-size: 1.2rem;
        line-height: 2rem;
        padding: 0.45rem 0.6rem 0.3rem 0.6rem;
        h2 {
            span {
                font-size: 1.1rem!important;
            }
        }
        p {
            span {
                font-size: 0.9rem!important;
            }
        }
    }
    .recruit-d-W1 {
        font-size: 1.1rem;
        line-height: 1.2rem;
    }
    .recruit-d-W2 {
        font-size: 0.9rem;
        line-height: 1.2rem;
    }
    .recruit-d-W3 {
        font-size: 0.9em;
        line-height: 1.2rem;
    }
    .recruit-d-Img1 {
        height: 1.3rem;
        width: 1.1rem;
        margin-top: -0.2rem;
        margin-right: 0.3rem;
    }
    .recruit-d-Img2 {
        height: 1.7rem;
        width: 1.7rem;
        margin-top: -0.5rem;
        margin-right: 0.3rem;
    }
    .recruit-d-Img3 {
        height: 1.5rem;
        width: 1.5rem;
        margin-top: -0.1rem;
        margin-right: 0.3rem;
    }
}
@media screen and (max-width: 991px) {
    .b01{
        height: 50%;
        padding-bottom: 1rem;
        width: 50%;
    }
    .list-unstyled{
        margin-top: 1.8rem !important;
    }
    .index2-W1 {
        bottom: 4%;
        right: 6%;
        font-size: 2.6rem;
        width: 2.6rem;
        line-height: 2.6rem;
    }
    .index2-W2 {
        bottom: 3%;
        right: 7%;
        font-size: 1.3rem;
        width: 3rem;
        line-height: 1.3rem;
    }
    .index-news{
        height: 50%;
        padding-bottom: 1rem;
    }
    .index-approach{
        height: 85%;
        width: 55%;
        padding-bottom: 1rem;
        margin: auto;
    }
    .approach{
        border-radius: 2.6rem;
        font-size: 0.8rem;
        padding: 1rem 2.4rem;
        margin-right: 0.5rem;
    }


    .approach:hover{
        font-size: 0.9rem;
        font-weight: 800;

    }
    .approachImgWord1{
        font-size:0.7rem;
        line-height: 1.2;
    }
    .approachImgWord1hover{
        font-size: 0.8rem
    }
    .approachImgWord2{
        font-size:0.5rem;
        top:0.2rem;
    }
    .approachImgWord2hover{
        font-size: 0.6rem;
    }
    .approachImgWord3{
        font-size:2.2rem;
        width: 95%;
    }
    .approachImgWord3hover{
        font-size: 2.3rem;
    }
    .approachImg {
        bottom: 22%;
    }
    .approachPic {
        width: 100%;
    }
    .about4-T{
        top: 5rem;
    }
    .approach-D1{
        min-height: 20rem;
    }
    .case-W1{
        font-size: 1.1rem;
        line-height: 1.75rem;
    }
    .case-W2{
        font-size: 1.8rem;
    }
    .teamW1{
        font-size: 1.6rem;
        line-height:2rem;
        height:2rem;
    }

    .teamW2{
        font-size: 2.5rem;
        line-height:3rem;
    }
    .teamW3{
        font-size: 1rem;
        line-height:1.2rem;
    }
    .teamW4{
        font-size: 0.7rem;
    }
    .teamD1{
        width: 45%;
    }
    .teamD2{
        width: 53%;
        height: 80%;
        padding-top: 15%;
    }
    .growthD1 {
        width: 70%;
    }
    .growthImg {
        padding: 0 5%;
    }
    .growthW1{
        font-size: 2rem;
        line-height:2.2rem;
    }
    .growthW2{
        font-size: 1rem;
        line-height:1.25rem;
        padding: 0 8%;
    }
    .growth01{
        margin-bottom: 2rem;
        width: 50%;
        min-height:32rem;
    }

    .recruit-btn{
        width: 19.5rem;
        height: 6.5rem;
        padding: 1.2rem 1.5rem;
        border-radius: 1.25rem;
        font-size: 1.8rem;
        line-height: 4.5rem;
        .img-logo{
            width: 6rem;
            height: 6rem;
        }
    }
    .recruit-btn1{
        min-width:8rem;
        padding:0.6rem 1rem;
        border-radius: 0.5rem;
        line-height:1.5rem;
    }
    .recruit-d-btnImg {
        width: 2rem;
        height: 2rem;
    }
    .jobActive{
        font-size: 1.2rem;
    }
    .jobNormal{
        font-size: 1.1rem;
    }
    .jobNormal:hover{
        font-size: 1.1rem;
    }
    .jobActive:hover{
        font-size: 1.2rem;
    }
    .recruitW1{
        width: 19.5rem;
        padding: 2.5rem 1.5rem 1.5rem ;
        font-size: 1.1rem;
    }
    .recruitD1 {
        width: 70%;
        height: 55%;
        padding-top: 16rem;
    }
    .m01 {
        padding-bottom: 1rem;
    }
    .articleDetail{
        .cm-ff-yh{
            font-size: 1.3rem!important;
        }
        p {
            font-size: 0.8rem!important;
        }
    }
    .wenkuDetail{
        .cm-ff-yh{
            font-size: 1.3rem!important;
        }
    }
    .approachDetail {
        .cm-ff-yh{
            font-size: 2rem!important;
        }
        span {
            font-size: 0.9rem!important;
        }
        p {
            font-size: 0.8rem!important;
            margin-bottom: 0!important;
        }
        div {
            font-size: 0.8rem!important;
        }
        h1 {
            font-size: 1.6rem!important;
        }
        .approachObj {
            height: max-content!important;
        }
    }
}
@media screen and (max-width: 800px) {
    .index-approach{
        height: 100%;
        width: 70%;
    }
    .case-W1{
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .case-W2{
        font-size: 1.5rem;
    }
    .teamW3{
        font-size: 0.9rem;
        line-height:1.1rem;
    }
    .teamW4{
        font-size: 0.65rem;
    }
    .teamD1{
        width: 50%;
    }
    .teamD2{
        width: 48%;
        height: 80%;
        padding-top: 15%;
    }
    .growthD1 {
        width: 80%;
    }
    .growthImg {
        padding: 0 3%;
    }
    .growthW1{
        font-size: 1.8rem;
        line-height:2rem;
    }
    .growthW2{
        font-size: 0.9rem;
        line-height:1.1rem;
        padding: 0 6%;
    }
    .need-D1 {
        width: 88%;
    }
    .need-T1 {
        font-size: 2.6rem;
        line-height: 3.5rem;
    }
    .need-T2 {
        font-size: 0.9rem;
        line-height: 1.1rem;
    }
    .process-T1 {
        font-size: 0.8rem;
        padding-top: 17rem;
        width: 98%;
    }
    .process-T3 {
        height: 4rem;
        width: 4rem;
        margin-left: -2rem;
    }
    .process-W1 {
        font-size: 1rem;
        margin-top: 1.25rem;
    }
    .process-W2 {
        font-size: 0.6rem;
        margin-top: 2rem;
        padding: 0 0.2rem;
    }
    .processImg {
        width: 0.7rem;
        top: 2rem;
    }
    .contact-D2 {
        margin-top: 1.2rem;
        padding-left: 1.6rem;
    }
    .contact-D3 {
        padding-left: 1.6rem;
    }
    .contact-D1W1 {
        font-size: 1rem;
        line-height: 1.2rem;
        padding-top: 2rem;
        padding-left: 1.6rem;
    }
    .contact-D1W2 {
        font-size: 0.9rem;
        line-height: 1.3rem;
        padding-top: 2rem;
        padding-left: 1.6rem;
    }
    .contact-D1W3 {
        font-size: 0.8rem;
        line-height: 1rem;
        padding-top: 1.1rem;
        padding-left: 1.6em;
    }
    .contact-D1W4 {
        font-size: 0.6rem;
        line-height: 0.65rem;
        bottom: 1.8rem;;
        left: 1.5rem;
        width: 50%;
    }
    .contact-D1W5 {
        font-size: 0.6rem;
        line-height: 0.65rem;
        margin-top: 0.6rem;
    }
    .contact-D1Img1 {
        width: 3.8rem;
        height: 4.6rem;
        right: 0.3rem;
        bottom: 1rem;
    }
    .contact-D1Img2 {
        width: 3.8rem;
        height: 5.2rem;
        right: 0.3rem;
        bottom: 0.625rem;
    }
    .contact-D1Img3 {
        width: 3.6rem;
        height: 5.2rem;
        right: 0.4rem;
        bottom: 0.5rem;
    }
    .contact-D2D0{
        height: 22rem;
    }
    .contact-b2 {
        padding:  0 5%;
    }
    .contactW1 {
        font-size: 0.9rem;
        line-height: 1.1rem;
        margin-top: 2.5rem;
        height: 3.2rem;
    }
    .contactW2{
        font-size: 1.3rem;
        line-height: 1.5rem;
    }
    .contactW3{
        font-size: 1.2rem;
        line-height: 2.2rem;
        margin-top: 2.5rem;
        .img{
            height: 1.7rem;
            width: 1.35rem;
            margin-right: 0.6rem;
            margin-bottom: 0.5rem;
        }
    }
    .contact-D2W1 {
        font-size:1.4rem;
        line-height: 1.4rem;
    }
    .contact-D2W2 {
        width: 5rem;
        margin-left: -2.5rem;
    }
    .contact-D2W3 {
        font-size: 1.1rem;;
        margin-top: 1.1rem;
    }
    .contact-b2 {
        padding:  0 5%;
    }
    .recruit-d-W {
        margin-bottom: 0.2rem;
        font-size: 1rem;
        line-height: 1.6rem;
        padding: 0.45rem 0.6rem 0.3rem 0.6rem;
        h2 {
            span {
                font-size: 0.9rem!important;
            }
        }
        p {
            span {
                font-size: 0.8rem!important;
            }
        }
    }
    .recruit-d-W1 {
        font-size: 0.9rem;
        line-height: 1rem;
    }
    .recruit-d-W2 {
        font-size: 0.8rem;
        line-height: 1rem;
    }
    .recruit-d-W3 {
        font-size: 0.8rem;
        line-height: 1rem;
    }
    .recruit-d-Img1 {
        height: 1.2rem;
        width: 1rem;
        margin-top: -0.2rem;
        margin-right: 0.2rem;
    }
    .recruit-d-Img2 {
        height: 1.5rem;
        width: 1.5rem;
        margin-top: -0.3rem;
        margin-right: 0.2rem;
    }
    .recruit-d-Img3 {
        height: 1.4rem;
        width: 1.4rem;
        margin-top: -0.1rem;
        margin-right: 0.3rem;
    }
    .index4-w3 {
        padding-top: 14.5rem;
    }
}
@media screen and (max-width: 669px) {
    body{
        height: 110vw;
    }
    .headerTop{
        padding-left: 0;
    }
    .itemName1{
        font-size: 3rem;
    }
    .itemSeo1{
        font-size: 0.9rem;
    }
    .itemTitle1 {
        font-size: 1.6rem;
    }
    .subItemTitle1{
        top: 7%;
        font-size:  2rem;
        line-height: 2rem;
    }
    .subItemTitle2{
        font-size: 1rem;
        line-height: 1rem;
    }
    .list-unstyled{
        margin-top: 1rem !important;
    }
    .cm-navbar .navbar-nav .nav-link {
        font-size: 0.9rem;
        margin-left: 0.25rem;
        margin-right: 0.25rem;
        color: #FFFFFF;
        padding: 0 0.05rem;
    }
    .cm-navbar .navbar-nav .nav-link.active {
        color: #FFFFFF;
        border-bottom: solid 0.15rem #00a9ff;
    }
    .navbar-light .navbar-nav .nav-link:hover {
        color: #FFFFFF;
        border-bottom: solid 0.15rem #00a9ff;
    }
    .nav-item{
        font-size: 0.7rem;
        line-height: 1.3rem;
        padding-bottom: 0.2rem;
        .subItem{
            display: none;
            border-radius:0.3rem;
            position: absolute;
            top: 1.6rem;
            left: 0.45rem;
            z-index: 999;
            outline: none;
            padding:0.3rem 0.6rem;
            background-color: #FFFFFF;
            a{
                color: #03040B;
                line-height: 0.6rem;
                font-weight: 400;
                font-size: 0.6rem;
            }
        }
    }
    .subItem.active{
        display: block;
    }
    .nav-sub-item{
        font-size: 0.6rem;
    }
    .com-item{
        font-size: 0.6rem;
        line-height: 1rem;
    }
    .footerTitle1{
        font-size: 1.2rem;
    }
    .footerTitle2{
        font-size: 0.8rem;
    }
    .containerEdge{
        padding: 0 0.5rem;
    }
    .siteW{
        font-size: 0.6rem;
    }
    .indexTitle1 {
        font-size: 1.4rem;
        .indexTitle1-1 {
            font-size: 0.8rem;
        }
    }
    .party-2{
        flex: 0 0 30%;
        max-width: 30%;
    }
    .party-10{
        flex: 0 0 70%;
        max-width: 70%;
    }
    .myBtn1{
        height: 2.4rem;
        .btnDiv1{
            font-size: 1.2rem;
            line-height:1.6rem;
            border-radius: 0.3rem;
            padding: 0.2rem 0.6rem;
            margin-right: 2rem;
        }
        .btnDiv2{
            font-size: 1.2rem;
            line-height:1.6rem;
            border-radius: 0.3rem;
            padding:0.2rem 0.6rem 0.1rem ;
        }
        .imgBox{
            height: 1.6rem;
            width: 1.6rem;
        }
    }
    .indexTitle2{
        font-size:1.4rem;
    }
    .indexTitle3-1{
        font-size: 1.5rem;
        line-height: 1.7rem;
    }
    .indexTitle3-2{
        font-size: 0.8rem;
        margin-left: 0.4rem;
    }
    .myBtn2{
        font-size: 1.1rem;
        line-height: 1.5rem;
        height: 2rem;
        border-radius: 0.3rem;
        padding:0.25rem  0.25rem 0.25rem 0.5rem;;
        .imgBox{
            height: 1.6rem;
            width: 1rem;
            .pic{
                height: 0.9rem;
                width: 0.5rem;
                margin-bottom: 0.3rem;
                margin-left: 0.2rem;
            }
        }
    }
    .myBtn3{
        font-size: 1.1rem;
        line-height:1.5rem;
        height: 2rem;
        border-radius: 0.3rem;
        padding:0.25rem 0.5rem;
        margin-right: 0;
        .imgBox{
            height: 1.6rem;
            width: 0.7rem;
            .pic{
                height: 0.9rem;
                width: 0.7rem;
                margin-bottom: 0.3rem;
                margin-left: 0.2rem;
            }
        }
    }

    .index4-w1{
        font-size: 1.1rem;
    }
    .index4-w2{
        font-size: 1.6rem;
    }
    .index4-w3{
        font-size: 0.8rem;
        line-height: 1rem;
        width: 92%;
        padding-top: 13rem;
    }
    .about2-w1{
        font-size: 1.2rem;
    }
    .about2-w2{
        font-size: 1.2rem;
    }
    .profileWord1{
        font-size: 1.4rem;
        line-height: 1.4rem;
        height: 1.4rem;
    }
    .profileWord2{
        font-size: 0.6rem;
        padding-left: 0.1rem;
    }
    .profileWord3{
        font-size: 0.5rem;
    }
    .profileWord4{
        font-size: 0.65rem;
    }
    .profileWord5{
        height: 1rem;
    }
    .about3-w1{
        font-size:7rem;
        top:17%;
    }
    .about3-w2{
        font-size:1.7rem;
        line-height: 1.1rem;
        bottom: 1rem;
    }
    .about3-d1{
        width:22%;
        margin-left: 14%;
        float: left;
    }
    .about3-d2{
        width:22%;
        margin-left: 3%;
        float: left;
    }
    .aboutCultureItem {
        font-size: 1rem;
    }
    .aboutCultureItemW1{
        margin-top:-1.1rem;
        margin-left:-5rem;
        width: 10rem;
        height: 2.2rem;
        line-height: 2.2rem;
    }
    .aboutCultureItemW1H1{
        line-height: 1.1rem;
    }
    .aboutCultureItemW2{
        font-size: 0.6rem;
        margin-top: 0.6rem;
    }
    .cc-div1{
        width: 65%;
    }
    .cc-div2{
        height: 10.2rem;
        top:3rem;
    }
    .cc-content{
        font-size: 0.9rem;
    }
    .cc-link{
        font-size: 1.1rem;
        line-height: 1.5rem;
        height: 1.5rem;
    }
    .about4-T{
        top: 4rem;
    }
    .honor{
        padding: 0 0.2rem;
        height: 85%;
    }
    .honor-w1{
        font-size: 0.7rem;
        line-height: 0.7rem;
    }
    .honor-h{
        height: 25%;
        top:40%;
    }
    .honor-h1{
        height: 15%;
        top:45%;
    }
    .footerR{
        display: none!important;
    }
    .footer-nav{
        display: none!important;
    }
    .advance-W1 {
        font-size: 0.7rem;
    }
    .advanceDetail span{
        font-size: 0.7rem!important;
    }
    .advanceDetail p{
        line-height: 1.1;
    }
    .advanceDetail {
        left:32%;
        min-width:16rem;
    }
    .middle-content{
        padding: 0 3%;
    }
    .approach{
        min-width:65%;
        border-radius: 1.8rem;
        font-size: 0.7rem;
        padding: 0.6rem 1.2rem;
    }
    .approach:hover{
        font-size: 0.8rem;
    }
    .approachImgWord1{
        font-size:0.5rem;
    }
    .approachImgWord1hover{
        font-size: 0.6rem
    }
    .approachImgWord2{
        font-size:0.5rem;
        top:0;
    }
    .approachImgWord2hover{
        font-size: 0.6rem;
    }
    .approachImgWord3{
        font-size: 1.5rem;
    }
    .approachImgWord3hover{
        font-size: 1.6rem;
    }
    .approachImg{
        bottom: 25%;
    }
    .approach-D1{
        min-height: 16rem;
    }
    .teamW1{
        font-size: 1.2rem;
        line-height:1.6rem;
        height:1.6rem;
    }

    .teamW2{
        font-size: 2rem;
        line-height:2.2rem;
    }
    .teamW3{
        font-size: 0.65rem;
        line-height:0.8rem;
    }
    .teamW4{
        font-size: 0.6rem;
        line-height:0.7rem;
    }
    .teamD1{
        width: 57%;
    }
    .teamD2{
        width: 43%;
        height: 80%;
        padding-top: 15%;
    }
    .growthW1{
        font-size: 1.6rem;
        line-height:1.8rem;
    }
    .growthW2{
        font-size: 0.8rem;
        line-height:1rem;
        padding: 0 6%;
    }
    .growth01{
        min-height: 26rem;
    }
    .recruit-btn{
        width: 18rem;
        height: 5rem;
        padding: 1rem 1.2rem;
        border-radius: 1.1rem;
        font-size: 1.6rem;
        line-height: 3.5rem;
        .img-logo{
            width: 4rem;
            height: 4rem;
        }
    }
    .recruit-btn1{
        min-width:7rem;
        padding:0.5rem 0.8rem;
        border-radius: 0.5rem;
        line-height:1.2rem;
    }
    .recruit-d-btnImg {
        width: 1.6rem;
        height: 1.6rem;
    }
    .jobActive{
        font-size: 1rem;
    }
    .jobNormal{
        font-size: 0.9rem;
    }
    .jobNormal:hover{
        font-size: 0.9rem;
    }
    .jobActive:hover{
        font-size: 1rem;
    }
    .recruitW1{
        width: 18rem;
        padding: 2.5rem 1.2rem 1.2rem ;
        font-size: 1rem;
    }
    .recruitD1 {
        width: 80%;
        height: 55%;
        padding-top: 16rem;
    }
    .need-D1 {
        width: 96%;
    }
    .need-T1 {
        font-size: 2.2rem;
        line-height: 3rem;
    }
    .need-T2 {
        font-size: 0.8rem;
        line-height: 1rem;
    }
    .need-wi{
        font-size: 0.85rem;
        line-height: 1.5rem;
        text-align: left;
    }
    .process-T1 {
        font-size: 0.7rem;
        padding-top: 12rem;
        width: 98%;
    }
    .process-T3 {
        height: 3rem;
        width: 3rem;
        margin-left: -1.5rem;
    }
    .process-W1 {
        font-size: 0.7rem;
        margin-top: 1rem;
    }
    .process-W2 {
        font-size: 0.5rem;
        line-height: 0.65rem;
        margin-top: 1rem;
        padding: 0 ;
    }
    .processImg {
        width: 0.6rem;
        top: 2rem;
    }
    .contact-D1 {
        padding-top: 10rem;
        width: 94%;
    }
    .contact-D2 {
        margin-top: 0.8rem;
        padding-left: 1rem;
    }
    .contact-D3 {
        padding-left: 1rem;
    }
    .contact-D1W1 {
        font-size: 0.8rem;
        line-height: 1.1rem;
        padding-top: 1rem;
        padding-left: 1rem;
    }
    .contact-D1W2 {
        font-size: 0.7rem;
        line-height: 1rem;
        padding-top: 1em;
        padding-left: 1rem;
    }
    .contact-D1W3 {
        font-size: 0.6rem;
        line-height: 0.9rem;
        padding-top: 0.7rem;
        padding-left: 1em;
    }
    .contact-D1W4 {
        font-size: 0.6rem;
        line-height: 0.8rem;
        bottom: 1rem;;
        left: 1rem;
        width: 55%;
    }
    .contact-D1W5 {
        font-size: 0.5rem;
        line-height: 0.7rem;
        margin-top: 0.5rem;
    }
    .contact-D1Img1 {
        right: 0.15rem;
    }
    .contact-D1Img2 {
        right: .15rem;
    }
    .contact-D1Img3 {
        right: 0.2rem;
    }
    .download-D1 {
        left: 5%;
        width: 90%;
    }
    .download-D2 {
        left: 5%;
        width: 90%;
    }
    .download-T1 {
        font-size: 1.2rem;
    }
    .download-W1{
        font-size: 1rem;
    }
    .download-D1-03d {
        line-height: 3rem;
        height: 3rem;
    }
    .download-D1-04d {
        line-height: 3rem;
        height: 3rem;
    }
    .download-H1 {
        padding-left: 1rem;
    }
    .btn-item{
        font-size: 1rem;
        padding: 0.1rem 0.5rem;
        font-weight: 500;
        margin:0 0.15rem;
    }
    .info-list-T1 {
        font-size: 2rem;
        line-height: 1.6rem;
    }
    .info-list-T2 {
        font-size: 1.5rem;
    }
    .approach-d-T {
        height: 1.5rem;
        font-size: 1rem;
        line-height: 1rem;
        bottom: 0.5rem;
        right: 0.5rem;
    }
    .recruit-d-W {
        h2 {
            span {
                font-size: 0.75rem!important;
            }
        }
        p {
            span {
                font-size: 0.6rem!important;
            }
        }
    }
    .recruit-d-W1 {
        width: 28%;
        font-size: 0.75rem;
        line-height: 0.8rem;
    }
    .recruit-d-W2 {
        display: none;
    }
    .recruit-d-W3 {
        width: 24%;
        font-size: 0.6rem;
        line-height: 0.8rem;
    }
    .recruit-d-Img1 {
        height: 1rem;
        width: 0.9rem;
        margin-top: -0.1rem;
        margin-right: 0.1rem;
    }
    .recruit-d-Img2 {
        height: 1.2rem;
        width: 1.2rem;
        margin-top: -0.2rem;
        margin-right: 0.1rem;
    }
    .recruit-d-Img3 {
        height: 1rem;
        width: 1rem;
        margin-top: -0.1rem;
        margin-right: 0.1rem;
    }
    .download-part2 {
        padding-top: 12rem;
    }
}
@media screen and (max-width: 500px) {
    .itemName1{
        font-size: 2.8rem;
    }
    .itemSeo1{
        font-size: 0.85rem;
    }
    .itemTitle1 {
        font-size: 1.2rem;
    }
    .list-unstyled{
        margin-top: 0 !important;
    }
    .cm-navbar .navbar-nav .nav-link {
        font-size: 0.7rem;
        margin-left: 0.1rem;
        margin-right: 0.1rem;
        color: #FFFFFF;
        padding: 0 0.03rem;
    }
    .indexTitle1 {
        font-size: 1.2rem;
        .indexTitle1-1 {
            font-size: 0.7rem;
        }
    }
    .footerLD{
        width: 80%;
    }
    .about2-w1{
        font-size: 1.1rem;
    }
    .about2-w2{
        font-size: 1.1rem;
    }
    .nav-item{
        font-size: 0.6rem;
        line-height: 1.7rem;
        padding-bottom: 0.2rem;
        .subItem{
            display: none;
            border-radius:0.2rem;
            position: absolute;
            top: 1.4rem;
            left: 0.4rem;
            z-index: 999;
            outline: none;
            padding:0.2rem 0.4rem;
            background-color: #FFFFFF;
            a{
                color: #03040B;
                line-height: 0.6rem;
                font-weight: 400;
                font-size: 0.6rem;
            }
        }
    }
    .subItem.active{
        display: block;
    }
    .nav-sub-item{
        font-size: 0.6rem;
    }
    .footerTitle1{
        font-size: 0.8rem;
    }
    .footerTitle2{
        font-size: 0.6rem;
    }
    .siteW{
        font-size: 0.6rem;
    }
    .indexTitle3-1{
        font-size: 1.3rem;
        line-height: 1.5rem;
    }
    .indexTitle3-2{
        font-size: 0.7rem;
        margin-left: 0.3rem;
    }
    .cc-div1{
        width: 75%;

    }
    .cc-div2{
        height: 8.2rem;
        top:3rem;
    }
    .cc-content{
        font-size: 0.8rem;
    }
    .cc-link{
        font-size: 1rem;
        line-height: 1.3rem;
        height: 1.3rem;
    }.index4-w1{
         font-size: 1rem;
     }
    .index4-w2{
        font-size: 1.4rem;
    }
    .index4-w3{
        font-size: 0.7rem;
        line-height: 0.8rem;
        width: 92%;
        padding-top: 10rem;
    }
    .about4-T{
        top: 3rem;
    }
    .profileWord1{
        font-size: 1rem;
        line-height: 1rem;
        height: 1rem;
    }
    .profileWord2{
        font-size: 0.5rem;
        padding-left: 0;
    }
    .profileWord3{
        font-size: 0.5rem;
    }
    .profileWord4{
        font-size: 0.6rem;
        width: 46%;
    }
    .profileWord5{
        height: 0.8rem;
    }
    .profileImg{
        width: 40%;
        height:60%;
        top: 30%;
    }
    .about3-w1{
        font-size:5rem;
        top:18%;
    }
    .about3-w2{
        font-size:1.2rem;
        line-height: 1rem;
        bottom: 0.25rem;
    }
    .aboutCultureItem {
        font-size: 0.9rem;
    }
    .aboutCultureItemW1{
        margin-top:-1rem;
        margin-left:-5rem;
        width: 10rem;
        height: 2rem;
        line-height: 2rem;
    }
    .aboutCultureItemW1H1{
        line-height: 1rem;
    }
    .aboutCultureItemW2{
        font-size: 0.5rem;
        margin-top: 0.5rem;
    }
    .honor-w1{
        font-size: 0.6rem;
    }
    .advance-W1 {
        font-size: 0.6rem;
    }
    .advanceDetail span{
        font-size: 0.6rem!important;
    }
    .advanceDetail p{
        line-height: 1;
    }
    .advanceDetail {
        left:34%;
        min-width:12rem;
    }
    .index-approach{
        height: 100%;
        width: 85%;
    }
    .approach-d-T {
        height: 1.2rem;
        font-size: 0.75rem;
        line-height: 0.75rem;
        bottom: 0.25rem;
        right: 0.25rem;
    }
    .approach{
        border-radius: 1.8rem;
        font-size: 0.7rem;
        padding: 0.7rem 1.4rem;
    }
    .approach:hover{
        font-size: 0.8rem;
    }
    .approachImgWord1{
        font-size:0.6rem;
    }
    .approachImgWord1hover{
        font-size: 0.7rem
    }
    .approachImgWord2{
        font-size:0.5rem;
        top:0;
    }
    .approachImgWord2hover{
        font-size: 0.7rem;
    }
    .approachImgWord3{
        font-size: 1.1rem;
    }
    .approachImgWord3hover{
        font-size: 1.2rem;
    }
    .approachImg{
        bottom: 27%;
    }
    .teamW1{
        font-size: 1rem;
        line-height:1.2rem;
        height:1.2rem;
    }

    .teamW2{
        font-size: 1.6rem;
        line-height:1.7rem;
    }
    .teamW3{
        font-size: 0.5rem;
        line-height:0.6rem;
    }
    .teamW4{
        font-size: 0.45rem;
        line-height:0.45rem;
    }
    .teamD1{
        width: 75%;
        padding: 0;
    }
    .teamD2{
        width: 25%;
        height: 70%;
        padding-top: 30%;
    }
    .growthW1{
        font-size: 1.5rem;
        line-height:1.8rem;
    }
    .growthW2{
        font-size: 0.7rem;
        line-height:0.9rem;
        padding: 0 6%;
        top:70%;
    }
    .growth01{
        min-height: 22rem;
    }
    .recruit-btn{
        width: 12rem;
        height: 3.6rem;
        padding: 0.8rem 1rem;
        border-radius: 1.1rem;
        font-size: 1.2rem;
        line-height: 2rem;
        .img-logo{
            width: 3rem;
            height: 3rem;
        }
    }
    .recruit-btn1{
        min-width:4.5rem;
        padding:0.3rem 0.5rem;
        border-radius: 0.3rem;
        line-height:1rem;
    }
    .recruit-d-btnImg {
        width: 1.4rem;
        height: 1.4rem;
    }
    .jobActive{
        font-size: 0.9rem;
    }
    .jobNormal{
        font-size: 0.8rem;
    }
    .jobNormal:hover{
        font-size: 0.8rem;
    }
    .jobActive:hover{
        font-size: 0.9rem;
    }
    .recruitW1{
        width: 12rem;
        padding: 2.5rem 1rem 1rem ;
        font-size: 0.8rem;
    }
    .recruitD1 {
        width: 80%;
        height: 55%;
        padding-top: 16rem;
    }
    .process-T1 {
        font-size: 0.5rem;
        padding-top: 7rem;
        width: 98%;
    }
    .process-T3 {
        height: 2rem;
        width: 2.8rem;
        margin-left: -1.4rem;
    }
    .process-W1 {
        font-size: 0.6rem;
        margin-top: 0.6rem;
    }
    .process-W2 {
        font-size: 0.5rem;
        line-height: 0.55rem;
        margin-top: 0.25rem;
    }
    .processImg {
        width: 0.5rem;
        top: 1rem;
    }
    .contact-D1 {
        padding-top: 8rem;
        width: 98%;
    }
    .contact-D4 {
        min-height:22rem;
    }
    .contact-D2 {
        margin-top: 0.7rem;
        padding-left: 0.5rem;
    }
    .contact-D3 {
        padding-left: 0.5rem;
    }
    .contact-D1W1 {
        font-size: 0.7rem;
        line-height: 0.9rem;
        padding-top: 1rem;
        padding-left: 0.5rem;
    }
    .contact-D1W2 {
        font-size: 0.6rem;
        line-height: 0.8rem;
        padding-top: 1em;
        padding-left: 0.5rem;
    }
    .contact-D1W3 {
        font-size: 0.5rem;
        line-height: 0.7rem;
        padding-top: 0.6rem;
        padding-left: 0.5em;
    }
    .contact-D1W4 {
        font-size: 0.5rem;
        line-height: 0.6rem;
        bottom: 1rem;;
        left: 0.5rem;
        width: 50%;
    }
    .contact-D1W5 {
        font-size: 0.5rem;
        line-height: 0.7rem;
        margin-top: 0.5rem;
    }
    .contact-D1Img1 {
        width: 2.7rem;
        height: 3.8rem;
        right: 0.1rem;
        bottom: 0.5rem;
    }
    .contact-D1Img2 {
        width: 2.8rem;
        height: 4rem;
        right: 0.1rem;
        bottom: 0.5rem;
    }
    .contact-D1Img3 {
        width: 2.4rem;
        height: 4.1rem;
        right: 0.1rem;
        bottom: 0.5rem;
    }
    .contact-D2W1 {
        font-size:1.2rem;
        line-height: 1.2rem;
    }
    .contact-D2W2 {
        bottom: -0.5rem;
    }
    .contact-D2W3 {
        font-size: 0.9rem;;
        margin-top: 0.9rem;
    }
    .contactW1 {
        font-size: 0.9rem;
        line-height: 1.1rem;
        margin-top: 2.5rem;
        height: 3.2rem;
    }
    .contactW2{
        font-size: 1rem;
        line-height: 1.2rem;
    }
    .contactW3{
        font-size: 0.9rem;
        line-height: 1.6rem;
        margin-top: 2.5rem;
        .img{
            height: 1.3rem;
            width: 1rem;
            margin-right: 0.6rem;
            margin-bottom: 0.5rem;
        }
    }
    .download-D1 {
        left: 3%;
        width: 94%;
    }
    .download-D2 {
        left: 3%;
        width: 94%;
    }
    .download-T1 {
        font-size: 1rem;
    }
    .download-W1{
        font-size: 0.8rem;
    }
    .download-D1-03d {
        line-height: 2rem;
        height: 2rem;
    }
    .download-D1-04d {
        line-height: 2rem;
        height: 2rem;

    }
    .download-D1-05d {
        padding: 0 0.3rem;
    }
    .download-H1 {
        padding-left: 0.5rem;
    }


    .download-part2 {
        padding-top: 10rem;
    }
}

@media screen and (max-width: 400px) {
    .itemName1{
        font-size: 2.8rem;
    }
    .itemSeo1{
        font-size: 0.85rem;
    }
    .itemTitle1 {
        font-size: 1.2rem;
    }
    .cm-navbar .navbar-nav .nav-link {
        font-size: 0.65rem;
        margin-left: 0.07rem;
        margin-right: 0.07rem;
        color: #FFFFFF;
        padding: 0 0.03rem;
    }
    .logoH{
        height: 1.5rem;
        margin-bottom: 0.5rem;
    }
    .footerR{
        display: none!important;
    }
    .footer-nav{
        display: none!important;
    }
    .nav-item{
        font-size: 0.6rem;
        line-height: 1.7rem;
        padding-bottom: 0.2rem;
        .subItem{
            display: none;
            border-radius:0.2rem;
            position: absolute;
            top: 1.4rem;
            left: 0.4rem;
            z-index: 999;
            outline: none;
            padding:0.2rem 0.4rem;
            background-color: #FFFFFF;
            a{
                color: #03040B;
                line-height: 0.6rem;
                font-weight: 400;
                font-size: 0.6rem;
            }
        }
    }
    .subItem.active{
        display: block;
    }
    .nav-sub-item{
        font-size: 0.6rem;
    }
    .footerTitle1{
        font-size: 0.8rem;
    }
    .footerTitle2{
        font-size: 0.6rem;
    }
    .siteW{
        font-size: 0.6rem;
    }
    .indexTitle3-1{
        font-size: 1.3rem;
        line-height: 1.5rem;
    }
    .indexTitle3-2{
        font-size: 0.7rem;
        margin-left: 0.3rem;
    }
    .profileWord4{
        font-size: 0.5rem;
    }
    .about2-w1{
        font-size: 0.9rem;
    }
    .about2-w2{
        font-size: 0.9rem;
    }
    .about3-w1{
        top:20%;
        font-size:4rem;
    }
    .about3-w2{
        font-size:1rem;
        line-height: 0.8rem;
        bottom: 0.5rem;
    }
    .cc-div1{
        width: 75%;
    }
    .cc-div2{
        height:6.2rem;
        top: 2.5rem;
    }
    .cc-content{
        font-size: 0.8rem;
    }
    .cc-link{
        font-size: 0.9rem;
        line-height: 1.3rem;
        height: 1.3rem;
    }
    .about4-T{
        top: 3rem;
    }
    .index4-w1{
        font-size: 0.9rem;
    }
    .index4-w2{
        font-size: 1.2rem;
    }
    .index4-w3{
        font-size: 0.7rem;
        line-height: 0.8rem;
        width: 92%;
        padding-top: 7.5rem;
    }
    .aboutCultureItem {
        font-size: 0.8rem;
    }
    .aboutCultureItemW1{
        margin-top:-0.9rem;
        margin-left:-2.5rem;
        width: 5rem;
        height: 1.8rem;
        line-height: 1.8rem;
    }
    .aboutCultureItemW1H1{
        line-height: 0.9rem;
    }
    .aboutCultureItemW2{
        font-size: 0.5rem;
        margin-top: 0.5rem;
    }
    .honor-w1{
        font-size: 0.6rem;
    }
    .advance-W1 {
        font-size: 0.5rem;
    }
    .advanceDetail span{
        font-size: 0.5rem!important;
    }
    .advanceDetail p{
        line-height: 0.8;
    }
    .index-approach{
        height: 100%;
        width: 100%;
    }
    .approach{
        border-radius: 1.8rem;
        font-size: 0.6rem;
        padding: 0.6rem 1.2rem;
    }
    .approach:hover{
        font-size: 0.7rem;
    }
    .approachImgWord1{
        font-size:0.45rem;
    }
    .approachImgWord1hover{
        font-size: 0.5rem
    }
    .approachImgWord2{
        font-size:0.45rem;
        top:0;
    }
    .approachImgWord2hover{
        font-size: 0.5rem;
    }
    .approachImgWord3{
        font-size: 1.1rem;
    }
    .approachImgWord3hover{
        font-size: 1.2rem;
    }
    .approachImg{
        bottom: 25%;
    }
    .case-W1{
        font-size: 0.6rem;
        line-height: 1.1rem;
    }
    .case-W2{
        font-size: 1.1rem;
    }
    .growthW2{
        font-size: 0.6rem;
        line-height:0.75rem;
        padding: 0 6%;
        top:70%;
    }
    .growth01{
        min-height: 18rem;
    }
    .process-T1 {
        font-size: 0.5rem;
        padding-top: 6.5rem;
        width: 98%;
    }
    .btn-above{
        padding-top: 13%;
    }
    .btn-above1{
        padding-top: 0;
    }
    .myBtn1 {
        .btnDiv1 {
            margin-right: 0.5rem;
        }
    }
}


a{
    color: #34B7E9;
}

a:-webkit-any-link {
    cursor: pointer;
    text-decoration: none;
}


.text-primary {
    color: #FFFFFF !important;
}
a.text-primary:focus, a.text-primary:hover {
    color: #FFFFFF!important;
}
.btn-light:focus, .btn-light:hover {
    color: #FFFFFF;
    font-weight: bolder;
    background-color: transparent;
    border-color: transparent;
    box-shadow:none!important;
}




.btn-light:not(:disabled):not(.disabled):active{
    color: #FFFFFF;
    font-weight: bolder;
    background-color: transparent;
    border-color: transparent;
}
.btn-light {
    color: #FFFFFF;
    background-color: transparent;
    border-color: transparent;
}
.navbar-nav-scroll {
    max-width: 100%;
    height: 2rem;
    /*margin-top: .25rem;*/
    overflow: hidden;
}

.navbar-nav-scroll .navbar-nav {
    /*padding-bottom: 2rem;*/
    overflow-x: auto;
    white-space: nowrap;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    -webkit-overflow-scrolling: touch;
}

.cm-hidden {
    display: none;
}

.cm-pointer {
    cursor: pointer;
}

.cm-ff-yh {
    font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", serif;
}

.cm-block-head-bottom {
    border-bottom: solid 0.1rem #007bff;
    display: inline-block;
    padding-bottom: 0.3rem;
}

.cm-trans-bottom {
    width: 100%;
    bottom: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
}

.cm-media-img {
    max-width: 12rem;
    max-height: 8rem;
}

@media screen and (max-width: 51rem) {
    .cm-media-img {
        max-width: 12rem;
        max-height: 8rem;
    }
}
.cm-link {
    color: #212529;
}
.cm-link:hover {
    color: #34B7E9;
}
.cm-link:hover {
    color: rgb(0, 98.4, 204);
}

.es-highlight em {
    color: #dc3545;
    font-style: normal;
}
.cc-link:hover{
    border-bottom: solid 0.2rem #FFFFFF;
    text-decoration: none;
}
.cc-link.active{
    border-bottom: solid 0.2rem #FFFFFF;
    text-decoration: none;
}

.honor.active{
    display: inline-block;
}
.right-shift {
    transform: translateX(500%);
    transition: transform 2s ease;
}
.left-shift {
    transform: translateX(-500%);
    transition: transform 2s ease;
}
.righthead0{
    position: absolute;
    right: -20%;
}
.righthead1{
    position: absolute;
    right: -40%;
}
.righthead2{
    position: absolute;
    right: -60%;
}
.righthead3{
    position: absolute;
    right: -80%;
}
.righthead4{
    position: absolute;
    right: -100%;
}
.lefthead0{
    position: absolute;
    left: -100%;
}
.lefthead1{
    position: absolute;
    left: -80%;
}
.lefthead2{
    position: absolute;
    left: -60%;
}
.lefthead3{
    position: absolute;
    left: -40%;
}
.lefthead4{
    position: absolute;
    left: -20%;
}

.honor:hover{
    border-bottom: solid 0.3rem #007bff;
    text-decoration: none;
}







.cm-link1 {
    color: #ffffff;
}
.cm-link1:hover {
    font-size: 1.3rem;
    color: #ffffff;
}



.wordColor{
    color: #03040B;
}

.wordColor1{
    color: #34B7E9;
}


.ddWord{
    font-family:'DingTalk';
    color: #ffffff!important;
}








.btn-info2{
    color: #2355A4;
    border: solid 0.12rem #2355A4;
}
.btn-info2Check{
    color: #FFFFFF;
    border: solid 0.12rem #2355A4;
    background-color: #2355A4;
}
.btn-info0{
    color: #34B7E9;
    border: solid 0.12rem #34B7E9;
}
.btn-info0Check{
    color: #FFFFFF;
    border: solid 0.12rem #34B7E9;
    background-color: #34B7E9;
}
.btn-info1{
    color: #EDA73F;
    border: solid 0.12rem #EDA73F;
}
.btn-info1Check{
    color: #FFFFFF;
    border: solid 0.12rem #EDA73F;
    background-color: #EDA73F;
}
.btn-info2:hover{
    color: #2355A4;
    border: solid 0.12rem #2355A4;
}
.btn-info2Check:hover{
    color: #FFFFFF;
    border: solid 0.12rem #2355A4;
}
.btn-info0:hover{
    color: #34B7E9;
    border: solid 0.12rem #34B7E9;
}
.btn-info0Check:hover{
    color: #FFFFFF;
    border: solid 0.12rem #34B7E9;
}
.btn-info1:hover{
    color: #EDA73F;
    border: solid 0.12rem #EDA73F;
}
.btn-info1Check:hover{
    color: #FFFFFF;
    border: solid 0.12rem #EDA73F;
}

.info-title2{
    color: #EDA73F;
}
.info-title1{
    color: #34B7E9;
}


.mohu{
    filter: blur(50px);
    position: relative;
}

.firstItem{
    margin-left:11%;
}
.firstClone{
    position:absolute!important;
}
.cc-position{
    left: -200%;
}
.transformToRight{
    transform: translateX(200%);
    transition: transform 1s ease;
}
.advanceTrs{
    top: -150%!important;
}
.bottomTransform{
    transform: translateY(200%);
    transition: transform 0.5s ease;
}
.justify{
    text-align: justify;
    text-align-last: left; /* 最后一行左对齐 */
}
.observed{
    margin-top: 3rem!important;
}
.observedTransform{
    transition: transform 1s ease;
    transform: translateY(-3rem);
}

.list-inline-item a:hover{
    color: #34B7E9!important;
}
.float-left a:hover{
    color: #34B7E9!important;
}
.homeW:hover{
    color: #34B7E9!important;
}
.page-link{
    cursor: pointer;
}
