.common_center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.common_center_titEn{
    text-align: center;
    /* text-transform: uppercase; */
}
.common_center_tit{
    font-size: 0.5rem;
    color: #fff;
    margin-bottom: 0.17rem;
    text-align: center;
}
.common_center_titEn{
    text-transform: uppercase;
    color: #fff;
    font-size: 0.24rem;
    opacity: 0.5;
    display: flex;
    align-items: center;
}
.common_center_titEn::after{
    content: '';
    display: block;
    width: 0.4rem;
    height: 0.02rem;
    margin-left: 0.24rem;
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255,255,255,0) 100%);
}
.common_center_titEn::before{   
    content: '';
    display: block;
    width: 0.4rem;
    height: 0.02rem;
    margin-right: 0.24rem;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255,255,255,0) 100%);
}
.common_position_center{
    justify-content: space-between!important;
}
.common_leftbox{
    display: flex;
}
.common_abox{
    width: 1.8rem;
    height: .44rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: skew(-15deg);
    margin-right: 0.44rem;
    transition: all .25s;
    
}
.common_abox:hover,.common_abox.active{
    background: #0052B2;
}
.common_abox:hover>span,.common_abox.active>span{
    color: #fff;
}
.common_abox span{
    transform: skew(15deg);
    color: #333;
    font-size: 0.18rem;
}
.common_position_center{
    padding: 0.1rem!important;
}
.about_industry{
    padding:0.8rem 0;
    background: rgb(249,249,249);
}
.industry_center{
    width: 14rem;
    margin: 0 auto;
}
.industry_items{
    padding: 0.25rem;
    display: flex;
    align-items: center;
    background: #fff;
    margin-bottom: 0.3rem;
}
.industry_rightbox{
    width: 3.3rem;
    height: 2rem;
    overflow: hidden;
}
.industry_rightbox img{
    width: 100%;
    height: 100%;
    transition: all .25s;
}
.industry_items:hover .industry_rightbox>img{
    transform: scale(1.03);
}
.industry_leftbox{
    flex: 1;
    margin-right: 0.72rem;
    display: flex;

}
.indu_num{
    font-size: 0.39rem;
    color: #333;
    text-align: center;
    font-weight: bold;
}
.indu_detas{
    font-size: 0.13rem;
    color: #333;
}
.indu_go{
    width: 0.51rem;
    height: 0.23rem;
    background: #AEAEAE;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.23rem;
}
.indu_go img{
    width: 0.29rem;
    height: 0.14rem;
}

.industry_msgbox{
    flex: 1;
    margin-left: 0.5rem;
}
.indu_tit{
    font-size: 0.2rem;
    color: #333;
    padding-top: 0.1rem;
}
.indu_txt{
    font-size: 0.16rem;
    color: #666;
    margin-top: 0.35rem;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
}
.industry_items:hover .indu_go{
    background: #0052B2;
}
.industry_items:hover .indu_tit{
    color: #0052B2;
}
.industry_items:hover {
    
box-shadow: 0.03rem 0.03rem 0.08rem 0.01rem rgba(0,0,0,0.1);
}

.notice_center{
    width: 14rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.notice_items{
    width: 32.5%;
    padding: 0.3rem;
    background: #fff;
    border: 0.01rem solid #ccc;
    margin-bottom: 0.3rem;
    margin-right:1.25%;
}
.notice_items:nth-child(3n){
    margin-right: 0;
}

.notice_imgbox{
    width: 100%;
    height: 2.09rem;
    overflow: hidden;
}
.notice_imgbox img{
    width: 100%;
    height: 100%;
    transition: all .25s;
}
.notice_timer{
    font-size: 0.16rem;
    color: #A49E9E;
}
.notice_text{
    font-size: 0.18rem;
    color: #333333;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
}
.notice_txtbox{
    margin-top: 0.16rem;
}
.notice_text{
    margin-top: 0.15rem;
}
.notice_items:hover .notice_text{
    color: #0052B2;
    font-weight: bold;
}
.notice_items:hover .notice_imgbox>img{
    transform: scale(1.03);
}
 .inform{
        background: #f5f7fa;
    }

.apply{
    padding: 0.78rem 0;
    background: url(../images/about/bg1.png) no-repeat;
    background-size: 100% 100%;
}
.apply_center{
    width: 14rem;
    margin: 0 auto;
}
.apply_xtit{
    text-align: center;
    font-size: 0.22rem;
    color: #333;
    font-weight: bold;
    position: relative;
}
.apply_xtit::after{
    content: '';
    display: block;
    position: absolute;
    background:url(../images/about/bg0.png) no-repeat;
    background-size: 100% 100%;
    width: 4.08rem;
    height: 0.3rem;
    left: 50%;
    top: 85%;
    transform: translate(-50%,-50%);
}
.apply_content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 0.62rem;
}
.apply_items{
    width: 46%;
    border-bottom: 0.01rem solid #DBDBDB;
    padding-bottom:0.32rem;
    margin-bottom: 0.3rem;
}
.apply_msgbox{
    height: 0.88rem;
    margin-top: 0.15rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    color: #666;
    font-size: 0.16rem;
    line-height: 1.8;
    text-align: justify;
}
.apply_num_txt{
    font-size: 0.18rem;
    color: #333;
    font-weight: bold;
}
.apply_numbox{
    position: relative;
    padding-top: 0.28rem;
}
.apply_num{
    position: absolute;
    z-index: 0;
    font-size: 0.5rem;
    font-weight: bold;
    top: 0;
    left: 0;
    background-image:-webkit-linear-gradient(bottom,#fff,#b9c2cd); 
    -webkit-background-clip:text; 
    -webkit-text-fill-color:transparent;
}
.apply_num_txt{
    position: relative;
    z-index: 5;
}
.apply_numbox::after{
    content: '';
    width: 0.02rem;
    height: 0.23rem;
    background: url(../images/about/bg3.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: -0.07rem;
    bottom: 0;
}
.peculiarity{
    /* background: pink; */
    background: url(../images/about/bg2.png) no-repeat;
    background-position: bottom;
    background-size: 100% 3.85rem;
    padding: 0.78rem 0 1.2rem  0;   
}
.peculiarity_center{
    width: 14rem;
    margin: 0 auto;
}
.pecul_content{
    display: flex;
    flex-wrap: wrap;
    padding-top: 0.62rem;
}
.pecul_itemes{
    width: 33.3%;
    padding: 0.43rem 0.35rem 0.5rem 0.35rem;
    border: 0.01rem solid #EEEEEE;
}
.pecul_text{
    color: #666;
    font-size: 0.16rem;
    line-height: 1.8;
    height: 0.85rem;
    margin-top: 0.15rem;
}
.pecul_xname{
    font-size: 0.18rem;
    color: #333;
    font-weight:bold;
    margin-top: 0.35rem;
}
.pecul_ximg{
    width: 0.62rem;
    height: 0.62rem;
    display: flex;
    align-items: center;
}
.pecul_ximg{
    max-width: 80%;
    max-height: 100%;
}
.pecul_itemes:hover{
    background: url(../images/about/bgs.png) no-repeat;
    background-size: 100% 100%;
    /* border-color:#fff ; */
}
.scenario{
    padding: 0.75rem 0 1.1rem 0;
    background: #f3f6f9;
}
.scenario_content{
    width: 14rem;
    margin: 0 auto;
    padding-top: 0.78rem;
    display: flex;
    flex-wrap: wrap;
}
.scenario_items{
    width: 32.5%;
    margin-right: 1.25%;
    margin-bottom: 0.45rem;
box-shadow: 0.02rem 0.03rem 0.08rem 0.01rem rgba(0,0,0,0.1);
}
.scenario_items:nth-child(3n){
    margin-right: 0;
}
.scen_imgbox{
    height: 2.48rem;
    overflow: hidden;
}
.scen_imgbox img{
    width: 100%;
    height: 100%;
    transition: all .25s;
}
.scenario_items:hover .scen_imgbox>img{
    transform: scale(1.03);
}
.scen_txtbox{
    padding: 0.24rem;
}
.scen_tit{
    font-weight: bold;
    font-size: .18rem;
    color: #333;
}
.scen_msg{
    margin-top: 0.17rem;
    text-align: justify;    
    font-size: 0.16rem;
    color: #666;
    line-height: 1.8;
    height:0.88rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
}
.intr{
    padding-top: 0.78rem;
    padding-bottom: 0.5rem;
}
.intr_content{
    width: 14rem ;
    padding-top: 0.8rem;
    margin: 0 auto;
}
.intr_msgbox{

}
.intr_p{
    line-height: 1.8;
    color: #333;
    font-size: 0.16rem;
    margin-bottom: 0.35rem;
}
.intr_imgbox{
    height: 3.27rem;
    overflow: hidden;
}
.intr_imgbox img{
    width: 100%;
    height: 100%;
    transition: all .25s;
}
.intr_imgbox:hover>img{
    transform: scale(1.03);
}
.cloud{
    padding: 0.8rem 0 1.5rem 0;
    background: url(../images/about/z-bg.png) no-repeat;
    background-size: 100% 100%;
}
.cloud_center{
    width: 14rem;
    margin: 0 auto;
}
.cloud_content{
    display: flex;
    justify-content: center;
    align-items: center;
}
.cloud_box{
    width: 8.49rem;
    height: 4.22rem;
    background: url(../images/about/z5.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.cloud_box_items{
    position: absolute;
    
}
.cloud_box_imgbox{
    width: 1.15rem;
    height: 1.13rem;

}
.cloud_box_imgbox img{
    width: 100%;
    height: 100%;
}
.cloud_box_name{
    color: #333;
    font-size:0.18rem;
    margin-top: 0.05rem;
    text-align: center;
}
.cloud_box_items:nth-child(1){
    top:-0.6rem;
    left:50%;
    transform: translateX(-50%);
}
.cloud_box_items:nth-child(2){
    right: -0.6rem;
    bottom: 0.62rem;
}
.cloud_box_items:nth-child(3){
    left: -0.6rem;
    bottom: 0.62rem;
}
.cloud_box_items:nth-child(4){
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #333;
    font-size: 0.18rem;
}
.cloud_msgbox{
    background: #fff;
    color: #666;
    font-size: 0.16rem;
    line-height: 1.7;
    width: 2.06rem;
    position: absolute;
    padding:0.22rem;
    left:-2.15rem;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0.02rem 0.03rem 0.06rem 0.01rem rgba(0,163,234,0.26);
    border-radius: 0.03rem;
    display: none;
    
}
.cloud_box_items:hover .cloud_msgbox{
    display: block;
}
.cloud_box_items:nth-child(2) .cloud_msgbox{
    box-shadow: 0.02rem 0.03rem 0.06rem 0.01rem rgba(106,198,215,0.26);
}
.cloud_box_items:nth-child(3) .cloud_msgbox{
    
box-shadow: 0.02rem 0.03rem 0.06rem 0.01rem rgba(242,143,0,0.26);
}
.cloud_messbox{
    width: 11rem;
    padding-top: 0.6rem;
    margin: 0 auto;
    color: #333;
    font-size: 0.16rem;
    line-height: 2;
}


.inform{
    padding: 0.8rem 0;
}
.inform_center{
    width: 14rem;
    margin: 0 auto;
}
.inform_content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 0.8rem;
}
.inform_items{
    width: 48.5%;
    padding: 0.3rem;
    border:0.01rem solid #E8E8E8;
    margin-bottom: 0.5rem;
    transition: all .25s;
    background: #fff;
}
.inform_items:hover{
    box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0,0,0,0.16);
    transform: translateY(-0.1rem);
}
.inform_items:hover .inform_xtit{
    color: #0052B2;
    font-weight: bold;
}
.inform_xtit{
    color: #333;
    font-size: 0.2rem;
    margin-top: 0.24rem;
}
.inform_msg{
    margin-top: 0.16rem;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-height: 1.8;
}
.inform_timerbox{
    margin-top:0.15rem;
    padding-top: 0.15rem;
    border-top: 0.01rem solid #CFCFCF;
    display: flex;
    justify-content: space-between;
}
.inform_deta,.inform_items{
    color: #999;
    font-size: 0.14rem;
}

.detail_center{
    width: 14rem;
    margin: 0 auto;
}
.detail{
    padding: 1.1rem 0;
}
.deta_titler{
    font-size: 0.32rem;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.5rem;
}
.deta_timerbox{
    display: flex;
    justify-content: center;

}
.deta_dates{
    color: #999;
    font-size: 0.16rem;
    margin-right: 0.7rem;
}
.deta_dates:last-child{
    margin-right: 0;
}
.deta_dates span{
    color: #999;
    font-size: 0.16rem;
}
.details_pages{
    margin-top: 0.5rem;
}
.details_pages p{
    color: #333;
    font-size: 0.16rem;
    line-height: 2;
    margin-bottom: 0.35rem;
}
.detail_return{
    display: flex;
    justify-content: space-between;
    border-top: 0.01rem solid #DCDCDC;
    border-bottom: 0.01rem solid #DCDCDC;
    margin-top: 1rem;
}
.detail_return a{
    width: 50%;
    padding: 0.4rem 0.15rem;
    display: flex;
    align-items: center;

}
.return_ximg{
    width: 0.1rem;
    height: 0.17rem;
    position: relative;
    margin: 0 0.16rem;
}
.return_ximg img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.re_img2{
    display: none;
}
.return_text{
    position:relative;
    padding:0 0.3rem;
}
.return_text::before{
    content: '';
    position: absolute;
    width: 0.01rem;
    height:0.2rem;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #949494;
}
.detail_return a:hover {
    background: #0052B2;
}
.detail_return a:hover .re_img2{
    display: block;
}
.detail_return a:hover .re_img1{
    display: none;
}
.detail_return a:hover .return_text{
    color: #fff;
}
.detail_return a:hover .return_text::before{
    background: #E6F5FF;
}
.detail_return a:nth-child(2){
    justify-content: flex-end;
}
.detail_return a:nth-child(2) .return_text::before{
   left: 100%!important;
}

.callMe{
    padding: 0.78rem 0 0 0;
}
.call_xtit{
    width: 14rem;
    margin: 0 auto;
    font-weight: bold;
    font-size: 0.22rem;
    color: #333;
}
.call_mapbox{
    padding-top: 1.4rem;
    position: relative;
}
.map_img{
    width: 100%;
    height: 4.6rem;
}
.call_aboutbox{
    width: 14rem;
    left: 50%;
    top:0.5rem;
    z-index: 2;
    transform: translateX(-50%);
    padding: 0.4rem 0.7rem ;
    position: absolute;
    background: #fff;
    display: flex;
    box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0,0,0,0.16);
    justify-content: space-between;
}
.call_items{
    /* flex: 1; */
}
.call_xico{
    width: 0.34rem;
    height: 0.34rem;
    margin-bottom: 0.23rem;
}
.call_xico>img{
    width: 100%;
    height: 100%;
}
.call_msg_tit{
    font-weight: bold;
    font-size: 0.18rem;
    color: #333;
    margin-bottom: 0.06rem;
}
.call_last_img{
    width: 1.15rem;
    height: 1.15rem;
    margin-left: 0.35rem;
}
.call_last_img img{
    width: 100%;
    height: 100%;
}
.call_items:nth-child(4){
    display: flex;
}
.buddy{
    background: #f5f7fa;
    padding: 0.65rem 0 1.2rem 0;
}
.buddy_center{
    width: 14rem;
    margin: 0 auto;
}
.buddy_xtit{
    font-weight: bold;
    font-size: 0.22rem;
    color: #333;
    padding-bottom: 0.15rem;
    position: relative;
    text-align: center;
}
.buddy_xtit::after{
    content: '';
    position: absolute;
    width: 0.38rem;
    height: 0.02rem;
    background: #0052B2;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.buddy_msg{
    text-align: center;
    color: #666;
    font-size: 0.18rem;
    margin-top: 0.35rem;
    margin-bottom: 0.35rem;
}
.buddy_content{
    width: 12.36rem;
    margin: 0 auto;
    /* height: 5.04rem; */
    /* background: url(../images/about/ddd.png) no-repeat; */
    /* background-size: 100% 100%; */
    padding: 0.58rem 1.7rem;
    background: #fff;
}

.buddy_inpbox{
    display: flex;
    flex-wrap: wrap;
}
.buddy_inpItems{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 0.2rem;
}
.buddy_inpItems:nth-child(3n){
    margin-right: 0;
}
.buddy_inpItems input{
    width: 100%;
    height: 0.4rem;
    border: 0;
    background: #F4F4F4;
    padding: 0 0.2rem;
    border-radius: 0.03rem;
    font-size: 0.14rem;
}
.buddy_inpItems input::placeholder:first-letter{
    color: red!important;
}
.buddy_inpItems:last-child{
    width: 100%;
    margin-right: 0;
}
.buddy_inpItems textarea{
    max-width: 100%;
    min-width: 100%;
    min-height: 1.34rem;
    max-height: 1.34rem;
    outline: 0;
    border: 0;
    background: #F4F4F4;
    padding: 0.15rem;
    font-family: '';
    border-radius: 0.05rem;
}
.buddy_yzm{
    display: flex;
    align-items: center;
}
.buddy_yzm input{
    height: 0.4rem;
    width: 1.7rem;
    background: #F4F4F4;
    border: 0;
    margin-right: 0.26rem;
    padding: 0 0.18rem;
    border-radius: 0.03rem;
}
.buddy_yzm img{
    width:1rem;
    height: 0.4rem;
}
.buddy_git{
    width: 32%;
    height: 0.4rem;
    margin-top: 0.3rem;
}
.buddy_git input{
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 0.05rem;
    background: #0052B2;
    color: #fff;
    font-size: 0.16rem;
    letter-spacing: 0.03rem;
    cursor: pointer;
}