
.malai-box1{
    margin-top: 50px;
    margin-bottom: 50px;
}
.malai-box1-left h1{
    font-size: 18px;
    color: #1a1a1a;
    font-weight: bold;
    margin-bottom: 10px;
}
.malai-box1-left p{
    font-size: 16px;
    color: #333333;
    line-height: 32px;
}
.malai-box2{
    background: url(../images/ma-bg.png) no-repeat center;
    background-size: cover;
    padding-bottom: 70px;
}
.malai-title{
    text-align: center;
    margin: 50px 0 30px 0;
}
.malai-title h2{
    font-size: 30px;
    color: #fff;
}
.malai-title-bg{
    display: inline-block;
    width: 90px;
    height: 8px;
    background: url(../images/ma-icon1.png) no-repeat center;
}
.malai-box2 ul{
    margin-top: 50px;
}
.malai-box2-xiao{
    border-right: 1px solid #fff;
    margin-right: 50%;
    padding: 30px 0 0 0;
}
.malai-box2-right{
    padding: 40px 0 0 0;
    margin-top: -10px;
}
.malai-box2-right h3{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 8px;
}
.malai-box2-right p{
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    word-break: break-all;
}
.malai-box2-xiao2{
    padding-bottom: 30px;
}
.malai-box2-dian{
    width: 10px;
    height: 10px;
    background:#fff;
    display: block;
    border-radius: 50%;
    margin: 0 auto;
}
.malai-title2 h2{
    color: #1a1a1a;
}
.malai-title-bg2{
    background: url(../images/ma-icon2.png) no-repeat center;
}
.malai-box3-p p{
    font-size: 16px;
    color: #1a1a1a;
    line-height: 32px;
}
.malai-box3-img div{
    margin-top:30px; 
}
.malai-box3-bottom{
    position: relative;
}
.malai-box3-bottom p{
    font-size: 16px;
    line-height: 32px;
    color: #1a1a1a;
    background: #f5f5f5;
    padding: 30px 30px 30px 210px;
}
.malai-box3-tit{
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(196,60,64,0.9);
    width: 180px;
    height: 200px;
    padding-top: 40px;
}
.malai-box3-tit h3{
    font-size: 50px;
    margin-bottom: 10px;
}
.malai-box3-tit h4{
    font-size: 24px;
}
.malai-box3-bottom2 p{
    padding: 30px 210px 30px 30px;
}
.malai-box3-bottom2 .malai-box3-tit{
    right: 0;
    left: auto;
}
.malai-box4-con{
    margin-bottom: 40px;
}
.malai-box4-con h3{
    font-size: 18px;
    color: #1a1a1a;
    font-weight: bold;
    margin: 10px 0;
}
.malai-box4-con p{
    font-size: 16px;
    line-height: 28px;
    color: #1a1a1a;
}
.malai-box4-con .malai-box4-con-h3{
    margin-top: 30px;
}
.malai-box5{
    background: url(../images/ma-bg2.png) no-repeat center;
    background-size: cover;
    padding-bottom: 100px;
}
.malai-box5 p{
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    margin-top: 50px;
    text-align: center;
}
.malai-box1-img iframe{
    width: 100%;
}

@media screen and (max-width: 991px){
    .malai-box1-img img{
        margin-top: 20px;
    }
    .malai-box2 ul{
        margin-bottom: 30px;
    }
    .malai-title h2{
        font-size: 22px;
    }
    .malai-box1-img iframe{
        margin-top: 20px;
    }
}
@media screen and (max-width: 767px){
    .malai-box2-xiao{
        border: none;    
    } 
    .malai-box2-xiao img{
        margin-left: -20px;
    }  
    .malai-box3-tit{
        position: inherit;
        width: 100%;
        height: auto;
        padding: 10px;
        margin-top: 20px;
    } 
    .malai-box3-bottom p{
        padding: 15px;
    }
       
}