
.maoubox{
    position: relative;
    display: flex;
    align-items: center;
}

.maoubox .leftbox{
    display: flex;
    flex-direction: column;
    width: 65%;
    padding: 50px;
}
.maoubox .rightbox{
    display: flex;
    flex-direction: column;
    width: 40%;
    padding: 10px;
}
.motmore{
    display: flex;
}
.motmore a{
    display: flex;
    align-items: center;
    background-color: #5ab6aa;
    color: white;
    padding: 20px 38px;
    border-radius: 50px;
}
.motmore a span{
    margin-right: 15px;
}
.motmore a svg{
    width: 16px;
    height: 16px;
    fill: white;
    margin-right: 60px;
}
.maimgo{
    margin-bottom: 60px;
}
.maimgo p{
    font-size: 15px;
    font-weight: 400;
    color: #363c3f;
}
p.sumtm{
    font-size: 20px;
    margin-bottom: 30px;
}
@media screen and (max-width: 1470px) {
	.maoubox .leftbox{
        width: 70%;
        padding: 10px;
    }
    .maoubox .rightbox{
        width: 49%;
    }
    p.sumtm{
        font-size: 18px;
    }
    .maoubox{
    margin-left: 2%;
}
}
@media screen and (max-width: 680px) {
	.maoubox{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-left: 0;
    }
    .maoubox .leftbox{
    width: 100%;
    order: 2;
    margin: 30px 0;
}
    .maoubox .rightbox{
        width: 100%;
    }
    p.sumtm{
    font-size: 17px;
}
}
@media screen and (max-width: 480px) {
	
}
