.CoreTechnology{
    height: 380px;
    min-width: 1349px;
    background: #e8f1f8;
}
.CoreTechnology>section{
    width: 1000px;
    height: 380px;
    margin: 0 auto;
    position: relative;
    /*text-align: center;*/
    overflow: hidden;
    /*border:1px solid red;*/
}
.CoreTechnology>section>section{
    margin: 30px 0;
    text-align: center;
    position: relative;
    /*border:1px solid red;*/
}
.CoreTechnology .CoreTechnologyCont>p{
    position: absolute;
}
.CoreTechnology .CoreTechnologyCont>p:not(.CoreTechnologyTitle){
    font-size: 14px;
}
.CoreTechnology .CoreTechnologyCont>p>span{
    color: red;
}
.CoreTechnologyTitle{
    font-size: 18px;
    color: white;
    top: 5px;
    left: 250px;
}
.text_A,.text_B,.text_C,.text_D,.text_E,.text_F{
    left: 90px;
}
.text_A{  top: 50px;  }
.text_B{  top: 95px;  }
.text_C{  top: 139px;  }
.text_D{  top: 183px;  }
.text_E{  top: 227px;  }
.text_F{  top: 271px;  }
.text_A>a,.text_B>a{
    color: red;
    cursor: pointer;
}

/*功能模块*/
.LargeDataFunc,.LargeDataShow{
    min-width: 1349px;
}
.LargeDataFunc>section,.LargeDataShow>section{
    width: 1000px;
    margin: 0 auto;
    /*border:1px solid red;*/
}
.LargeDataFuncSubtitle{
    font-size: 18px;
    color: #078AEA;
    text-align: center;
    font-weight: bold;
}
.LargeDataFuncIntroduction{
    font-size: 14px;
    color: #4F4F4F;
    text-align: center;
    margin-top: 8px;
}
.LargeDataFuncSort{
    height: 160px;
    margin: 30px 44px 0;
    overflow: hidden;
    /*border:1px solid red;*/
}
.func_img_directions{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #078aea;
    margin-top: 20px;
}

/*功能展示*/
.funcMKShow>.funcMKshow_f>div,.funcMKShow>.funcMKshow_t>div{
    float: left;
    position: relative;
}
.funcMKShow>.funcMKshow_f>div>p,.funcMKShow>.funcMKshow_t>div>p{
    position: absolute;
    top:1px;
    left: 40px;
    font-size: 16px;
    color: white;
    background: #2ea8fe;
    padding: 6px 12px;
}
.funcMKShow>.funcMKshow_f>div>span,.funcMKShow>.funcMKshow_t>div>span{
    display: inline-block;
    position: absolute;
    top: 45px;
    left: 18px;
    font-size: 14px;
}

.funcMKShow>.funcMKShow_Mult>div>span:nth-child(3){
    top: 45px;
}
.funcMKShow>.funcMKShow_Mult>div>span:nth-child(4){
    top:65px;
}
.funcMKShow>.funcMKShow_Mult>div>span:last-child{
    top:106px;
}
.funcMKShow>.funcMKshow_f>div>span{
    width: 440px;
}
.funcMKShow>.funcMKshow_t>div>span{
    width: 965px;
}
.funcMKShow>.funcMKshow_f>.ImgRight{
    margin-left: 38px;
}
.funcMKShow>.funcMKshow_f>.ImgRight>span{
    top:55px;
}

.TopDistance{
    margin-top: 30px;
}
.LastImgBottomDistance{
    height: 30px;
}

.clearLeft{
    clear: left;
}


/*标题部分的共同代码*/
.LargeDataFuncTitle,.LargeDataShowTitle{
    text-align: center;
    height: 80px;
    line-height: 80px;
    font-size: 20px;
    font-weight: bold;
}
.LargeDataFuncTitle>span,.LargeDataShowTitle>span{
    display: inline-block;
    vertical-align:middle;
    font-size:20px;
}
.longLine{
    width: 40px;
}
.shortLine{
    width: 5px;
}
.longLine,.shortLine{
    height: 4px;
    background: #2ea8fe;
}
