
.center_contents{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.center_centers{
    display: flex;
    align-items: center;
    position: relative;
}

.pc_news{
    /* padding: 14px 32px;
    box-sizing: border-box; */
}
.introduce1{
    position: absolute;
    top: -120px;
    background-color: #fff;
    /* min-height: 340px; */
    width:100%;
    z-index:1;
    overflow: hidden;
    padding: 30px 32px;
    box-sizing: border-box;
}

.introduce8{
    position: absolute;
    top: -120px;
    background-color: #fff;
    /* min-height: 340px; */
    width:100%;
    z-index:1;
    /* overflow: hidden; */
}

.introduce1 .right_line{
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 40px;
    
}

.contactWe{
    font-weight: 600;
    font-size: 30px;
    line-height: 42px;
}

.introduce1 .right_line img{
    width: 40px;
    height: 2px;
    flex: 0 0 40px;
    margin-left: 10px;
}

.introduce2{
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    margin-top: 240px;
    background: #fff;
}

.introduce2_module{
    display:flex;
    flex-wrap: wrap;
    margin-top:35px
}

.introduce2>p{
    font-weight: 200;
    font-size: 40px;
    position:relative;
}

.introduce2>p::after{
    content:"";
    width: 40px;
    height: 2px;
    background: #3C4E71;
    position:absolute;
    top: 50%;
    left: 90px;
    transform: translate(0,-50%);
}

.introduce2>p:first-child{
    font-size: 30px;
    font-weight: 600;
}

.introduce2>p:first-child::after{
    display: none;
}

.moudle_item{
    width: 540px;
    border-bottom: 4px solid #3C4E71;
    margin-right: 78px;
    margin-bottom:36px
}

.moudle_item:nth-child(even){
    margin-right: 0;
}


.moudle_item img{
    width: 100%;
    object-fit: cover;
    max-height: 250px;
}

.item_text p{
    font-weight: 500;
    font-size: 24px;
}

.item_text a{
    text-decoration: none;
}

.item_text p:first-child{
    font-weight: 600;
    font-size: 16px;
    color: #777;
}

.item_text p:nth-child(2){
    padding:12px 0;
    box-sizing: border-box;
}

.paragraph{
    font-weight: 100;
    font-size: 16px;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2; 
    list-style: 32px;
    margin-bottom: 20px;
}

.lookAll{
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
    color: #3C4E71;
    margin: 20px 0;
}

.lookAll img{
    width: 6.33px;
    height: 11.43px;
    flex: 0 0 6.33px;
    margin-left: 10px;
}

.industry_module{
    display: flex;
    flex-wrap: wrap;
}

.industry_item {
    width: 285px;
    margin-right: 20px;
}

.industry_item a{
    text-decoration: none;
    color: #333;
}

.industry_item:nth-child(4n){
    margin-right: 0;
}

.industry_item img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.industry_item div{
    font-weight: 100;
    font-size: 20px;
    text-align: center;
    padding: 16px 0 32px;
    box-sizing: border-box;
}

.industry_bk{
    background: #f5f5f5;
    padding:20px 0 0;
}

.pagings{
    background: #f5f5f5 !important;
}

.technologyInfos{
    margin-top: 24px;
    padding:0;
    box-sizing: border-box;
    background:#f5f5f5
}

.aac{
    display: flex;
    align-items: center;
}

.center_dev{
    background: #fff;
    width:100%;
    height: 100%;
    padding: 40px 0;
    margin: 760px auto 0;
    box-sizing: border-box;
}

.dev_module{
    width:1200px;
    margin:0 auto;
    color: #333;
}

.dev_module>p{
    font-size: 30px;
    font-weight: 600;
}

.module_p2{
    display: flex;
    align-items: center;
    font-size:40px;
    font-weight:100;
}

.module_p2 img{
    width: 20px;
    height: 2px;
    flex: 0 0 20px;
    margin-left: 10px;
}

.module_p2 img:first-child{
    margin-left: 0;
    margin-right: 10px;
}

.dev_module_1{
    display:flex;
    align-items: center;
}

.dev_module_centent ul li:nth-child(2) .pc>img{
    margin-right:0 !important
}

.dev_module_1:nth-child(2) img{
    margin-right: 0;
}

.dev_module_1:nth-child(2) div{
    margin-right: 32px;
}

.dev_module_1 img{
    width: 50%;
    max-height: 340px;
    flex: 0 0 50%;
    margin-right: 32px;
    object-fit: cover;
}

.dev_module_1>div{
    text-align:left
}

.dev_module_centent_title{
    width: 167px;
    position: relative;
}

.dev_module_centent_title img{
    width: 100%;
    height: 28px;
}

.title_text{
    font-weight: 500;
    font-size: 28px;
}

.left_p{
    font-weight: 100;
    font-size: 16px;
    line-height: 32px;
}

.center_dev2{
    width: 1200px;
    margin: 50px auto 32px;
}

.subTile_centent{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.module_p2_right{
    display: flex;
    align-items: center;
    font-weight: 100;
    font-size: 20px;
}

.module_p2_right img{
    width:18px;
    height:18px;
    flex:0 0 18px;
}

.dev_module_item{
    width: 286px;
    font-weight: 100;
    font-size: 20px;
    text-align:center;
    margin-right:25px
}

.dev_module_item:last-child{
    margin-right:0
}

.dev_module_item img{
    width:100%;
    max-height:200px
}

.dev_module_centent1{
    display:flex;
    align-items:center;
}

.center_dev3{
    background: #fff;
    padding: 40px 0 21px;
    box-sizing: border-box;
}

.dev_module_2 img{
    margin-right:0;
    margin-left:40px;
}

.left_p2{
    margin-left: 20px;
}

.about_left{
    font-weight: 600;
    font-size: 30px;
}

.about_left_subTilte{
    display:flex;
    align-items:center;
    font-weight: 500;
    font-size: 40px;
}

.about_left_subTilte img{
    width: 40px;
    height: 2px;
    flex: 0 0 40px;
    margin-left: 10px;
}

.noBold{
    font-weight:100;
}

.about_left_text{
    font-weight: bold;
    font-size: 16px;
    line-height: 32px;
    margin-top:43px;
}

.about_left_text span{
    font-weight: 600;
    font-size: 28px;
}

.about{
    padding: 30px 32px;
    box-sizing: border-box;
    display:flex;
    justify-content: space-between;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.about_right{
    width: 470px;
    max-height: 280px;
    flex:0 0 470px;
    margin-left:130px;
    object-fit: cover;
}

.about_center{
    background: #fff;
}

.about_module{
    width: 100%;
    position: relative;
    margin-top:30px
}

.about_module_img{
    position: absolute;
    right: 0;
    top:0;
    width: 985px;
    max-height: 340px;
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.25));
    object-fit: cover;
}

.about_module_img2{
    left:0
}

.center_devs{
    overflow: hidden;
    position:relative;
    height:600px
}

.about_module_left{
    position: absolute;
    left:0;
    top: 100px;
    width: 544px;
    min-height: 346px;
    background: #2E66D2;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    padding:40px 48px;
    box-sizing: border-box;
    color: #FFFFFF;
}

.about_module_title{
    font-weight: 400;
    font-size: 28px;
    position: relative;
}

.about_module_title::after{
    content: "";
    position: absolute;
    width: 184px;
    height: 2px;
    background: #fff;
    bottom: -8px;
    left:0
}

.about_module_left_text{
    font-weight: 100;
    font-size: 16px;
    margin-top: 40px;
}

.about_module_left_text p:first-child{
    margin-bottom:20px
}

.center_devs_2{
    margin: 0 auto;
}

.about_module_right{
    position: absolute;
    right:0;
    top: 100px;
    width: 544px;
    background: #2E66D2;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    padding:40px 48px;
    box-sizing: border-box;
    color: #FFFFFF;
}

.record{
    margin-top: 20px;
    position:relative;
}

.about_record{
    width:100%;
    max-height: 420px;
    object-fit: cover;
}

.record_content{
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%,0);
    color: #fff;
    font-weight: 400;
    font-size: 30px;
    z-index:1
}

.record_content ul{
    display:flex;
    align-items:center
}

.record_content ul li{
    list-style: none;
    width: 170px;
    text-align: center;
    position: relative;
}

.record_content ul li:last-child{
    margin-right: 0;
}

.line{
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%,0);
    width: 75%;
    height: 2px;
    background: #fff;
}

/* .record_content ul li::after{
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%,70%);
    z-index: 1;
} */

/* .record_content ul li:nth-child(3):before{
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #3C4E71;;
    top: 140%;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 2;
} */


 .record_content ul li:last-child .yuan::before{
    display: none;
 }

.record_content ul li span{
    position:relative;

}

.record_text{
    position: absolute;
    bottom: 78px;
    left: 50%;
    transform: translate(-50%, 0);
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    width: 230px;
    text-align: center;
}

.record_text{
    position: absolute;
    top: 104px;
    width: 200px;
}

#record_text{
    display: none;
}

#record_text2{
    display: none;
}

#record_text3{
    display: none;
}

#record_text4{
    display: none;
}

#record_text5{
    display: none;
}

.join_text{
    text-align: center;
    width: 100%;
    position: absolute;
    top: 50%;
    font-weight: 600;
    font-size: 40px;
    color: #fff;
    transform: translate(0,-50%);
}

.contactWe_item{
    display:flex;
    align-items:center;
    width: 33.3%;
    
}

.item_content{
     display:flex;
    align-items:center;
}

.item_content img{
    width: 90px;
    height: 90px;
    margin-right: 20px;
}

.item_right{

}

.item_right_bottom{
    margin-top:10px;
    min-height: 105px;
}

.item_right_title{
    font-weight: 400;
    font-size: 30px;
}

.item_right_subTitle{
    font-weight: 100;
    font-size: 16px;
    line-height: 26px;
}

.contactWe_content{
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 30px;
}

.about_join_bottom{
    width: 100%;
    background:#fff;
}

.about_join_bottom_img {
    width: 1200px;
    margin:  63px auto;
    position: relative;
    cursor: pointer;
}

.about_join_bottom_img img{
    width:100%;
    height: 300px;
    object-fit: cover;
}

.about_join_bottom_text{
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 40px;
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
}

.contactWeBk{
    background:#fff
}

.map{
    width: 872px;
    height: 350px;
    margin: 180px auto 0;
}

.develop{
    position: absolute;
    top: 0;
    left: 0;
}

.employeeChannel_center{
    width:100%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    min-height:642px;
    display:flex;
    background: #fff;
    margin:40px 0;
}

.employeeChannel_left{
    width: 610px;
    height: 642px;
}

.employeeChannel_right{
    padding:50px;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
}

.employeeChannel_title{
    margin:34px 0 32px;
    font-weight: 500;
    font-size: 24px;
}

.employeeChannel_right .el-input__inner{
    height: 66px;
}

.login_button{
    width: 509px;
    height: 66px;
    background: #3C4E71;
    border: 1px solid #C0C0C0;
    border-radius: 8px;
    line-height: 66px;
    color: #fff;
    text-align: center;
}

.staffOnly_center{

}

.staffOnly_center_header .el-input__inner{
    background: #3C4E71;
    border-radius: 0;
    border: 0;
    color: #fff;
    height: 52px;
    font-size: 18px;
}

.staffOnly_center_header .el-input__inner::placeholder{
    color: #fff;
}

.staffOnly_center_header{
    margin-right: 63px;
}

.staffOnly_center_header:last-child{
    margin-right: 0;
}

.header_title{
    margin-bottom: 12px;
}

.el-popper{
    margin-top: 0 !important;
    border-radius: 0 !important;
}

.popper__arrow{
    display:none !important;
}

.staffOnly_header{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.staffOnly_center_header_right {
    display:flex;
    align-items:center;
}

.staffOnly_center_header_right div{
    width: 118px;
    height: 52px;
    line-height: 52px;
    text-align: center;    
    background: #3C4E71;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    margin-right: 24px;
}
.staffOnly_center_header_right div:last-child{
    margin-right: 0;
}

.staffOnly_center_header_left{
    display: flex;
    align-items: center;
}

.staffOnly_table{
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: #3C4E71;
    font-size: 20px;
    font-weight: 500;
    margin-top: 40px;
}

.staffOnly_paging{
    margin:30px 0 40px;
    padding:0;
    background:#f5f5f5
}

.newsDetail_centent{
    background:#fff
}

.newsDetail{
    background: #fff;
}

.newsDetail_text_title{
    font-weight: 500;
    font-size: 36px;
    color: #333;
}

.newsDetail_text_subTitle{
    font-weight: 400;
    font-size: 14px;
    color: #AAAAAA;
}

.newsDetail_text_details{
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    word-wrap: break-word;
    margin-top: 16px;
}

.newsDetail_text_bottom{
    display:flex;
    align-items:center;
    justify-content: space-between;
    font-weight: 400;
    font-size: 14px;
    color: #666;
    margin: 50px 0 40px;
}

.newsInfo{
    display:flex;
    padding:30px 32px;
    box-sizing: border-box;
}

.newsInfo .swiper .swiper-wrapper .swiper-slide{
    color:#333;
    display: flex;
}

.newsInfo .swiper .swiper-button-prev::after {
    content: "" !important;
    background: url('https://static.globalsuo.com/upload/image/20230915/3c9e08b6fcf38e12b5962b756cfcea65.png?v=52') no-repeat !important;
    background-size: cover !important;
    position: absolute;
    width: 46px !important;
    height: 46px;
}
.newsInfo .swiper .swiper-button-next::after {
    content: "" !important;
    background: url('https://static.globalsuo.com/upload/image/20230915/c3cc10fe5b66c794881abe84088a5cf6.png?v=83') no-repeat !important;
    background-size: cover !important;
    position: absolute;
    width: 46px !important;
    height: 46px;
}
.newsInfo .swiper .swiper-button-prev{
    top: 80% !important;
    position: absolute;
    width: 46px;
    height: 46px;
}

.newsInfo .swiper .swiper-button-next{
    top: 80% !important;
    position: absolute;
    width: 46px;
    height: 46px;
}


.newsInfo .swiper .swiper-button-prev{
    left: 34px;
    top: 77%;
}

.newsInfo .swiper .swiper-button-next{
    left: 11%;
    top: 77%;
}


.newsInfo .swiper .swiper-button-next, .swiper-button-prev{
    bottom: 20px !important;
}

.newsInfo_left{
    font-weight: 500;
    font-size: 20px;
    width: 600px;
}

.newsInfo_left_time{
    color:#777;
}

.newsInfo_left_text{
    font-weight: 500;
    font-size: 32px;
    margin-top: 14px;
    line-height: 45px;
    min-height:160px
}

.newsInfo_left_icon img{
    width: 46px;
    height: 46px;
    margin-right:57px;
    margin-top:20px;
}

.newsInfo_left_icon img:last-child{
    margin-right:0
}

.newsInfo_right{
    width: 494px;
    max-height: 276px;
    object-fit:cover;
    margin-left:44px;
    flex:0 0 494px;
}

.newsInfo_centent{
    width: 100%;
    margin-top: 300px;
}

.newsInfo_centent_top{
    width: 100%;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 22px;
}

.newsInfo_centent_top_button{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.newsInfo_centent_top_button div{
    width: 160px;
    height: 60px;
    background: #fff;
    font-size: 26px;
    position: relative;
    text-align: center;
    line-height: 60px;
    color: #000;
    font-weight: 400;
    cursor: pointer;
    margin-right:80px
}

.newsInfo_centent_top_button div:last-child{
    margin-right: 0;
}

.newsInfo_centent_top_button .active{
    background: #3C4E71;
    color: #fff;
    font-weight: 500;
    position: relative;
}

.newsInfo_centent_top_button .active::after{
    content: "";
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 12px;
    border-color: transparent transparent #3C4E71 transparent;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    bottom: -22px;
}

.companyNews{
    width: 1200px;
    margin: 0 auto;
}

.companyNews_item{
    display:flex;
    padding: 16px;
    box-sizing: border-box;
    margin-top:33px;
    cursor: pointer;
    transition: all 2s;
    background: #fff;
    width: 100%;
}

.companyNews_item a{
    text-decoration: none;
    color:#000
}

.companyNews_item img{
    width: 301px;
    max-height: 190px;
    flex: 0 0 301px;
    margin-right: 29px;
    object-fit: cover;
}

.item_right_title{
    font-weight: 500;
    font-size: 26px;
}

.item_right_time{
    font-weight: 400;
    font-size: 14px;
    color:#aaa;
    margin:10px 0 20px;
}

.item_right_content{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color:#777;
}

.companyNews_item:hover{
    background:#3C4E71;
    color:#fff !important;
}

.companyNews_item:hover p{
    color:#fff !important;
}

.companyNews_pagings{
    margin:40px 0 32px;
    padding:0;
}