.banner-img {
    height: 240px;
    background: url("../../uploads/hap_cloud/banner.jpg") no-repeat center center;
}
.make-cover {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 245px;
}
.maker-title {
    width: 1200px;
    margin: 0 auto;
}
.maker-nav {
    margin-top: 46px;
    width: 140px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 44px;
    border-bottom: solid 1px #fff;
}
.maker-nav a {
    color: #FFFFFF;
}

.maker-nav > span {
    padding: 0 4px;
}
.marker-bg{
    margin-top: 30px;
    padding-left: 84px;
    font-size: 36px; 
    color: #FFFFFF;
    line-height: 52px;
    background: url("../../uploads/hap_cloud/icon.png") no-repeat left center;
    background-size: 62px 52px;
}
.hap-cloud{
    background: #f5f7fc;
}
.hap-cloud-content{
    width: 1100px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 60px;
}
.hap-cloud-content P:first-child{
    text-align: center;
    font-size: 24px;
    line-height: 33px;
    color: #333;
}
.hap-cloud-content P:nth-of-type(2){
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    color: #666;
    margin: 30px 0;
}
.hap-cloud-content ul{
    text-align: center;
}
.hap-cloud-content ul li{
    width: 120px;
    height: 40px;
    background: #4A90E2;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    display: inline-block;
}
.architecture-content{
    background: #fff;
}
.architecture{
    width: 1100px;
    margin: 0 auto;
    padding-bottom: 60px;
    text-align: center;
}
.architecture p{
    padding: 40px 0 50px 0;
    text-align: center;
    font-size: 24px;
    line-height: 33px;
    color: #333;
}
.product-features{
    width: 1100px;
    margin: 0 auto;
    padding-bottom: 50px;
}
.product-features-first-p{
    padding: 40px 0 50px 0;
    text-align: center;
    font-size: 24px;
    line-height: 33px;
    color: #333;
}
.product-features ul,.product-features ul li{
    overflow: hidden;
}
.product-features ul li{
    margin-bottom: 40px;
}
.product-features ul li div:nth-of-type(1){
    width: 83%;
    float: left;
}
.product-features ul li div:nth-of-type(2){
    width: 16%;
    float: left;
}
.product-features ul li div p:nth-of-type(1){
    font-weight: bold;
    font-size: 18px;
    color: #000;
    letter-spacing: .24px;
    line-height: 30px;
    padding-bottom: 20px;
}
.product-features ul li div p:nth-of-type(2){
    font-size: 14px;
    color: #4F5D6C;
    line-height: 28px;
    text-align: justify;
}

.product-features ul li img{
    width: 105px;
    height: 105px;
    margin-left: 60px;
    margin-top: 25px;
}
.value-of-customer{
    background: #fff;
}
.value-of-customer-content{
    width: 1100px;
    margin: 0 auto;
}
.value-of-customer-content ul{
    overflow: hidden;
    padding: 0 15px 50px 15px;
}
.value-of-customer-content ul li{
    width: 30%;
    float: left;
    margin-right: 3%;
    margin-top: 3%;
    box-shadow: 0 10px 40px 0 rgba(62,57,107,.12), 0 2px 9px 0 rgba(62,57,107,.06);
    border-radius: 3px;
    background: #fff;
}
.value-of-customer-content ul li p:nth-of-type(1){
    font-weight: bold;
    font-size: 18px;
    color: #000;
    line-height: 30px;
    text-align: center;
    margin: 30px 0 30px 0;
    padding: 0 15px;
}
.value-of-customer-content ul li p:nth-of-type(2){
    padding: 0 15px;
    text-align: justify;
    font-size: 14px;
    color: #4F5D6C;
    line-height: 28px;
    margin-bottom: 40px;
}
.value-of-customer-content ul li div{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 27px;
}
.value-of-customer-content ul li div img{
    width: 110px;
    height: 110px;
}