.face_TOP{
    margin-top: .6rem;
}
.face-yellow {
    padding: .6rem 0;
    position: relative;
    /*background: #ff9859;*/
}
.face-title{
    font-size: 0.32rem;
    font-weight: 400;
    color: #434343;
    line-height: 0.45333333rem;
    margin-bottom: 0;
    margin-top: .2rem;
}
.face-yellow .oa-content {
    padding-bottom: 0;
    margin-top: .6rem;
}
.face-item-title {
    background-color: #434343;
    color: #fff;
    padding: .2rem 0;
    width: 80%;
    margin: 0 auto;
}
.face_TOP .oa-content .face-item-title .oa-title,.face_TOP .oa-content .face-item-title p{
    color: #fff;
    font-size: 0.22rem;
    margin: 0;
    text-align: center;
}
.face_TOP .oa-content .face-item-title .oa-title{
    margin-top: 0rem;
    font-weight:600;
    font-size: 0.42rem;

}
.oa-header{
    text-align: center;
}
.oa-header h1{
    font-size: .6rem;
    margin: 0;
    padding: 0;
    line-height: inherit;
    font-weight: bolder;
}
.oa-header>div{
    font-size: .4rem;
    margin: 0;
    padding: 0;
    line-height: inherit;
    color: #626263;
}
.oa-column {
    background-color: #f6f6f6;
    width: 80%;
    margin: .4rem auto 0;
    padding: .4rem 0;
    font-size: .45rem;
    display: flex;
    border-radius: 10px;
    height: 2.4rem;
}
.oa-column .oa-left{
    flex: initial;
    width: 2.8rem;
    text-align: center;
    color: #575757;
    font-weight: bold;
    position: relative;
    line-height: 1.4rem;
}
.oa-column .oa-left:after {
    content: '';
    position: absolute;
    right: 0;
    top: calc(50% - .5rem);
    width: .05rem;
    height: 1rem;
    /*margin-left: -25px;*/
    background-color: #a9a9a9;
}
.oa-column .oa-right{
    overflow: hidden;
    flex: 1;
    font-size: .36rem;
    color: #7c7c7c;
    padding:0 .4rem;
}
.liheione{
    line-height: 1.4rem;
}

.flow{
    margin: 0 auto;
    overflow: hidden;
}
.flow > div {
    float: none;
    width: 50%;
    margin: .4rem auto 0 auto;
    font-size: .36rem;
    position: relative;
}
.flow > div  .title {
    margin-bottom: .4rem;
    text-align: center;
    font-weight: 600;
}
.flow > div .text {
    width: 100%;
    color: #fff;
    text-align: center;
    background-color: #363636;
    padding: .1rem;
    margin-bottom:0;
}
.flow > div .border {
    /*border: none!important;*/
    height: 30px;
    border: 1px solid #ffffff!important;
    width: 0;
    margin: 0 auto;
    position: relative;
}
.flow > div .after:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border: .2rem solid transparent;
    border-top: .2rem solid #ffffff;
    position: absolute;
    left: -.19rem;
    bottom: -.2rem;
}
.advan-h{
    padding-top: 1rem;
}


.mb-animate {
    font-size: .4rem;
    padding: .4rem 0;
    overflow: auto;
    margin: .2rem 0 .4rem;
}
.mb-animate::-webkit-scrollbar {display:none}
.mbxianbg{
    width: 16.5rem;
    position: relative;
    height: 6.4rem;
    padding-left: .5rem;
}
.mbxianbg:after{
    content: "";
    background: #fcaa79;
    height: .05rem;
    width: 100%;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
}
.mbxileft:first-child{
    position: absolute;
    top: -.1rem;
    z-index: 999;
}
.mbxileft:last-child{
    position: absolute;
    bottom: .15rem;
    z-index: 999;
}
.mbxileft .mbybg{
    float: left;
    height: 3.2rem;
    text-align: center;
    width: 2.2rem;
}
.mbxileft:first-child .mbybg{
    margin-right: 2.2rem;
}
.mbxileft:first-child .mbybg:last-child{
    margin-right: 0;
}
.mbxileft:last-child .mbybg{
    margin-left: 2.2rem;
}
.mbxileft:last-child .mbybg:last-child{
    margin-right: 0;
}
.mbxileft:first-child .mbybg .zi{
    margin-bottom: .1rem;
    font-size: .4rem;
    font-weight: 600;
}
.mbxileft:last-child .mbybg .zi{
    margin-top: .1rem;
    font-size: .4rem;
    font-weight: 600;
}





.business {
    position: relative;
    padding: 0 0.34666667rem .25333333rem;
}
.business .business-header {
    text-align: center;
}
.business .business-header h1 {
    font-size: 0.53333333rem;
    line-height: 0.53333333rem;
    font-weight: bold;
    margin-bottom: 0.18666667rem;
    color: #292828;
}
.business .business-header span {
    display: block;
    font-size: 0.26666667rem;
    line-height: 0.26666667rem;
    font-weight: 400;
    color: #949494;
}
.business .business-content {
    border-radius: 10px;
    background: white;
    margin-top: 0.5rem;
}
.business .business-content .business-flex {
    width: 100%;
    align-items: center;
    margin-bottom: .4rem;
}
.business .business-content .business-flex:nth-last-child(1) {
    border-bottom: 0;
}
.business .business-content .business-flex .business-left {
    flex: initial;
    width:100%;
    text-align: center;
    margin: 0 auto;
}
.business .business-content .business-flex .business-left > img {
    display: block;
    margin: 0 auto 0.28rem;
}
.business .business-content .business-flex .business-left img.icon-1 {
    height: 0.92rem;
    width: 1.21333333rem;
    float: initial;
}
.business .business-content .business-flex .business-left img.icon-2 {
    height: 1.12rem;
    width: 0.74666667rem;
}
.business .business-content .business-flex .business-left img.icon-3 {
    height: 1.04rem;
    width: 1.04rem;
}
.business .business-content .business-flex .business-left img.icon-4 {
    height: 0.81333333rem;
    width: 1.16rem;
}
.business .business-content .business-flex .business-left img.icon-5 {
    height: 0.86666667rem;
    width: 0.92rem;
}
.business .business-content .business-flex .business-left .business-left-title {
    text-align: center;
    font-size: 0.42666667rem;
    line-height: 0.42666667rem;
    font-weight: bold;
    color: #000106;
}
.business .business-content .business-flex .business-left .business-left-span {
    text-align: center;
    margin-top: 0.13333333rem;
    font-size: 0.24rem;
    line-height: 0.24rem;
    color: #a2a2a2;
}
.business .business-content .business-flex .business-right {
    overflow: hidden;
    flex: 1;
}
.business .business-content .business-flex .business-right .business-right-item {
    float: left;
    width: 33.3%;
    font-size: 0.34666667rem;
    line-height: 0.64rem;
    text-align: left;
}
.business .business-content .business-flex .business-right .business-right-item:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0.10666667rem;
    height: 0.10666667rem;
    border-radius: 4px;
    background: #ff9859;
    margin-right: 10px;
    margin-top: -3px;
}

.intelli_our{
    width:100%;
    margin: 1rem auto 0;
    font-size: .4rem;
}
.intelli_our p{
    margin-bottom: 0;
}
.intelli_our .tab1 {
    text-align: center;
    margin-bottom: .2rem;
    font-size: .56rem;
}
.intelli_our .intelli_ul{
    display: flex;
    text-align: center;
    /*margin-top: .4rem;*/
}
.intelli_our .intelli_ul li{
    list-style: none;
    /* flex: 1; */
    width: 50%;
    margin: 0 auto;
    padding: 0 .5rem;
}
.intelli_our .intelli_ul li img{
    width: 1.6rem;
}
.intelli_our .intelli_ul li p{
    color: #3a3a3a;
    font-weight: bold;
    font-size: .5rem;
    margin: .2rem 0 0rem;
}
.intelli_our .intelli_ul li span{
    font-size: .3rem;
    color: #757575;
}
.intelli_our .tab1 .tit_em {
    line-height: 3px;
}
.intelli_our .tab1 .tit_em em {
    width: 1rem;
    height: 3px;
    background: #666666;
    margin: 0 auto;
    display: inline-block;
    border-radius: 4rem;
}
.intelli_our .service_cont .service_text{
    width: 80%;
    margin: 0 auto .5rem;
    text-align: center;
    font-size: .34rem;
}
.intelli_our .service_cont img{
    width: 80%;
}
.access_ul{
    list-style: none;
    margin: .4rem 0;
    display: flex;
    text-align: center;
}
.access_ul li{
    flex: 1;
    margin: 0 .5rem;
}
.access_ul li img{
    width: 80%;
}
.access_ul li p{
    color: #3a3a3a;
    font-weight: bold;
    font-size: .38rem;
    margin-top: .4rem;
}

.intelli-con-row {
    width: 90%;
    overflow: auto;
    margin: .6rem auto 0;
}
.intelli-con-row .con-l {
    float: left;
    width: 3.4rem;
}
.intelli-con-row .con-l img{
    width: 100%;
}
.intelli-con-row h3 {
    padding-top: .4rem;
    margin-bottom: 0;
    font-size: .3rem;
    font-weight: 700;
}
.intelli-con-row .con-text-r{
    margin-left: 3.5rem;
    text-align: left;
}
.intelli-con-row.con-r .con-text-r{
    margin-left: 0;
    text-align: left;
}
.intelli-con-row .con-text-r p {
    padding-left: .2rem;
    margin-bottom: .3rem;
    font-size: .31rem;
    float: left;
    width: 5.5rem;
}
.intelli-con-row.con-r .con-text-r p {
    padding-right: .2rem;
    padding-left: 0;
    margin-bottom: .3rem;
    font-size: .31rem;
}
.intelli-con-row .con-text-r span {
    padding-left: .2rem;
    margin-bottom: .3rem;
    font-size: .46rem;
    font-weight: bold;
}
.intelli-con-row.con-r .con-text-r span {
    padding-right: .2rem;
    padding-left: 0;
    margin-bottom: .3rem;
    font-size: .46rem;
    font-weight: bold;
}
.intelli-con-row.con-r .con-l{
    float: right;
}


.sevies-box-s{
    width: 100%;
    padding: 0 .4rem;
    overflow: hidden;
    margin-top: .4rem;
}
.column.four{
    width: 4.5rem;
    float: left;
    -webkit-box-shadow: 0 0.053333rem 0.293333rem -0.026667rem rgba(163,175,181,.45);
    box-shadow: 0 0.053333rem 0.293333rem -0.026667rem rgba(163,175,181,.45);
    border: 1px solid rgba(163,175,181,.3);
    border-radius: 10px;
    overflow: hidden;
    padding: .4rem .3rem;
    margin-bottom: .4rem;
}
.column.four:nth-of-type(odd){
    margin-right: .2rem;
}
.column.four .small-icon{
    text-align: center;
}
.column.four .small-icon img{
    width: 1.4rem;
    height: 1.4rem;
}
.column.four .small-icon-text{
    text-align: center;
    margin-top: .3rem;
}
.column.four .small-icon-text h4 {
    font-weight: bold;
    font-size: .4rem;
    margin-bottom: .14rem;
}
.column.four .small-icon-text .text-xs {
    color: #999;
    font-size: .3rem;
}
.sevies-box-s .col-sevies {
    width: 50%;
    float: left;
    text-align: center;
    padding: 0;
}
.sevies-box-s .col-sevies .service-list img {
    width: 50%;
}
.sevies-box-s .col-sevies .service-info h4 {
    font-weight: bold;
    font-size: .42rem;
    margin: .4rem 0 .2rem;
    color: #666666;
}
.sevies-box-s .col-sevies .service-info p {
    color: #999;
    font-size: .3rem;
}
.mb-fireeye{
    font-size: .4rem;
    padding:0 0 .4rem;
    overflow: auto;
}
.mb-fireeye::-webkit-scrollbar {display:none}
.desgin_fireeye {
    display: flex;
    justify-content: space-between;
    width: 17rem;
    margin: auto;
    padding: 0 .6rem;
    background: url(../images/bg.png) no-repeat center 2.25rem;
    background-size: 100% 26%;
}
.desgin_fireeye .fireeye_item{
    width: 1.6rem;
}
.desgin_fireeye .fireeye_item img{
    width: 100%;
}
.desgin_fireeye .fireeye_item p{
    text-align: center;
    margin-bottom: .1rem;
    margin-top: .1rem;
    font-size: .4rem;
    font-weight: 600;
}
.desgin_fireeye .fireeye_item:nth-of-type(odd){
    margin-top: 3.55rem;
}
.desgin_fireeye .fireeye_item:nth-of-type(even){
    margin-top: 1.05rem;
}
.desgin_fireeye .fireeye_item:nth-child(4){
    margin-top: 0.2rem;
}
.desgin_fireeye .fireeye_item:nth-child(6) {
    margin-top: 1.5rem;
}

.education .sevies-box-s .col-sevies .service-list img{
    width: 30%;
}
.education .sevies-box-s .col-sevies{
    padding: .2rem;
}
.education .perplex_box {
    width: 100%;
    margin: .4rem 0 0;
    padding: 0 1rem 0 .6rem;
    list-style: none;
}
.education .perplex_box li {
    height: 1rem;
    line-height: 1rem;
    box-sizing: border-box;
    position: relative;
    /*color: #DDDDDD;*/
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #6c63ff;
}
.education .perplex_box li::before {
    content: ' ';
    position: absolute;
    width: .3rem;
    height: .3rem;
    border-radius: 50%;
    border: 2px solid #DDDDDD;
    box-sizing: border-box;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.education .perplex_box li::after {
    content: ' ';
    border-left: 1px dashed #ddd;
    position: absolute;
    height: 1rem;
    width: 100%;
    top: 62%;
    left:5px;
}
.education .perplex_box li:last-child::after {
    content: ' ';
    display: none;
}
.education .perplex_box li .triangle_bg {
    display: flex;
    margin-left: .9rem;
}
.education .perplex_box li .triangle_bg em {
    font-size: .4rem;
    font-weight: normal;
    color: #666666;
    margin-right: .2rem;
    font-style: italic;
    z-index: 2;
}
.education .perplex_box li .triangle_bg span {
    display: inline-block;
    color: #666666;
    font-size: .4rem;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.education .perplex_box li.active {
    color: #6c63ff;
    /*width: 330px;*/
    background: #fff;
    z-index: 2;
}
.education .perplex_box li.active::before {
    border: 2px solid #6c63ff;
}
.education .perplex_box li.active .triangle_bg {
    display: flex;
    position: relative;
    box-shadow: 2px 4px 10px rgba(108, 99, 255, 0.2);
}
.education .perplex_box li.active .triangle_bg::before {
    content: " ";
    width:.5rem;
    height:.5rem;
    background: #fff;
    position: absolute;
    bottom: 0.1rem;
    left: -8px;
    transform: rotate(150deg);
    box-shadow: 2px 4px 10px rgba(108, 99, 255, 0.2);
    /*border: 0.01rem solid #ffaa00;*/
}
.education .perplex_box li.active .triangle_bg::after {
    content: " ";
    width: .5rem;
    height: .5rem;
    background: #fff;
    position: absolute;
    top: .16rem;
    left: -9px;
    transform: rotate(30deg);
    /*border: 0.01rem solid #0bb995;*/
}
.education .perplex_box li.active .triangle_bg em, .education .perplex_box li.active .triangle_bg span {
    color: #6c63ff;
    font-weight: 700;
}
.education .imageTextBlock {
    margin-top: .64rem;
    background:url(/skin/mobile/images/multi_terminal_bg_image.png);
    background-position: center;
}
.education .imageTextBlock .ulTextBlock {
    width: 100%;
    list-style: none;
    padding: 0 .4rem;
}
.education .imageTextBlock .ulTextBlock li{
    margin-bottom: .4rem;
    overflow: hidden;
}
.ulTextBlock li img{
    width: 1.2rem;
    float: left;
    margin:.2rem .4rem 0;
}
.ulTextBlock li>div{
    float: left;
    width: calc(100% - 2.4rem);
    margin-right: .4rem;
}
.ulTextBlock li span{
    font-weight: bold;
    font-size: .42rem;
    color: #666666;
}
.ulTextBlock li p{
    color: #999999;
    font-size: .32rem;
}
.education .imageTextBlock .img {
    padding: .68rem .32rem 0;
}
.imageTextBlock .img img {
    width: 100%;
}
.business .business-content img{
    float: initial!important;
}