* {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "Microsoft YaHei", "微软雅黑", "Arial", "黑体", "宋体", sans-serif !important;
}
html,body {
    height: 100%;
    width: 100%;
    min-width: 1080px !important;
    min-height: 768px !important;
}
a{
    color: #fff;
    text-decoration:none;
}
.clear{
    clear:both; 
}
.maxWidth{
    width: 100%;
    height: 100%;
    max-width: 1080px !important;/* 设置成和body一样的最小宽度 */
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom:20px;
}
/* 顶部 背景颜色处 */
.headerBox{
    min-width: 100%;
    background: #f3f1f3;
}
.header-hero{
    background-image: linear-gradient(#00a1e9,#00a1e9, #0073fe);
    min-height: 402px;
}

.header_img{
    width: 130px;
    height: 45px;
    margin-top: 14px;
    float: left;
}
.header_img img{
    width: 100%;
    height: 100%;
}

.header_navigation{
    float: right;
    margin-top: 24px;
}   
.header_ul li{
    float: left;
    padding: 0 40px;
    border-right: 1px solid #fff;
}
.header_ul li:last-child{
    border: none;
}
.header_describe{
    float: left;
}
.headerTitle{
    color:#ffffff;
}
.headerTitle h1{
    font-weight: 500;
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 45px;
}
.headerTitle p{
    font-size: 25px;
}
.header_but{
    margin-top: 50px;
}
.header_but div{
    width: 130px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #00a1e9;
    background-color: #fff;
    border-radius: 5px;
    display: inline-block;
}
.header_but div:hover{
    background-color: #fffffff2 !important;
}
.header_but div img{
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.header_describeImg{
    float: right;
}
.header_describeImg img{
    width: 431px;
    height: 303px;
    margin-right: 65px;
}
/* 顶部 背景颜色处 end*/

/* 为个性化应用开发提速 */
.increaseSpeed{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 50px;
}
.title{
    text-align: center;
}
.h2Title{
    font-size: 37px !important;
    font-weight: 300 !important;
    margin: 10px 0;
}
.pTitle{
    margin-top: 30px;
    text-align: left;
    line-height: 2rem;
    font-size: 16px;
}
.increaseBox{
    width: 100%;
    height: 100%;
    margin-top: 20px;
    background-color: #fff;
}
.increaseBox ul{
    display: flex;
}
.increaseBox ul li{
    text-align: center;
    border-right: 1px solid #e2e9ec;
    padding: 10px 70px;
}
.increaseBox ul li:last-child{
    border:none;
}
.increaseBox ul li img{
    width: 50px;
    height: 50px;
}
.increaseBox ul li h3{
    font-size: 18px;
    font-weight: bolder;
    margin: 10px 0 20px 0;
    text-align: left;

}
.increaseBox ul li p{
    text-align: left;
    margin-top: 5px;
}

/* 为个性化应用开发提速 end*/

/* 企业级低代码开发平台，构建敏捷实践力 */
.section-background-grey {
    background: #f3f1f3;
}
.font_firstTitle {
    font-size: 37px !important;
    font-weight: 300 !important;
    margin-top: 2rem;
    margin-bottom: 3rem;
}
.text-center {
    text-align: center!important;
}
.benefits-column{
    display: flex;
}
.benefits-column-list li{
    position: relative;
    margin-bottom: 25px;
    list-style: none;
}
.benefits-column-list li h6{
    font-size: 18px;
    line-height: 28px;
    padding: 0 25px 2px 60px;
}
.benefits-column-list li p{
    padding: 0 25px 2px 60px;
}
/* 企业级低代码开发平台，构建敏捷实践力 end*/

/* 数据分析 */
.dataAnalysis{
    width: 100%;
}
.dataTitle{
    text-align: center;
}
.dataTitle h2{
    margin: 1em;
}
.dataImg{
    width: 100%;
    margin: 20px 0 50px 0;
}
.dataImg img{
    width: 100%;
    height: 100%;
}
/* 数据分析end */
.dataEditing{
    width: 100%;
}
.EditingTitle{
    text-align: center;
}
.EditingTitle h2{
    margin: 1em 0 0.5em 0;
    font-size: 37px ;
    font-weight: 300 ;
}
.EditingImg{
    width: 100%;
    height: 100%;
    margin: 20px 0 20px 0;
}
.EditingImg img{
    width: 100%;
    height: 100%;
}
/* 更多功能 */
.moreBoxRow{
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
}
.row-list{
    width: 200px;
}
.row-list li{
    margin-bottom: 30px;
    list-style: none;
}
.row-list li h3{
    list-style: none;
    font-size: 22px !important;
    font-weight: 300 !important;
    border-left: 5px solid #00a1e9;
    padding-left: 8px!important;
    margin: 10px 0;
}
/* 更多功能 end*/

/* 更多软件 */
.SoftwareBox{
    width: 100%;
}
.SoftwareTitle{
    text-align: center;
}
.SoftwareTitle h2{
    margin: 1em;
}

.SoftwareBoxul{
    width: 100%;
    height: 100%;
    margin-top: 20px;
    background-color: #fff;
}
.SoftwareBoxul ul{
    display: flex;
}
.SoftwareBoxul ul li{
    text-align: center;
    padding: 0 25px;
}
.SoftwareBoxul ul li:last-child{
    border:none;
}
.SoftwareBoxul ul li a{
    color: #2676c0;
}
.SoftwareBoxul ul li a:hover{
    text-decoration:underline;
}
.SoftwareBoxul ul li img{
    width: 50px;
    height: 50px;
}
.SoftwareBoxul ul li h3{
    font-size: 18px;
    font-weight:100;
    margin: 10px 0 20px 0;
}
.SoftwareBoxul ul li p{
    text-align: left;
    margin-top: 5px;
}
/* 底部 */
.bottom{
    width: 100%;
    height: 100px;
    margin-top: 50px;
    line-height: 100px;
    background-color: #533a6f;
    color: #fff;
    font-size: 14px;
    text-align: center;
}