*{
    margin: 0;
    padding: 0;
}

/* #points_m1{

} */
.points_m1Center{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.points_m1Center .points_m1Title{
    text-align: center;
    margin-top: 100px;
    margin-bottom: 60px;
}
.points_m1Title h1{
    font-size: 24px;
    margin-bottom: 14px;
}
.points_m1Content{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 110px;
}
.points_m1Content div{
    width: 24%;
    height: 240px;
    background: white;
    box-shadow: 0px 0px 9px #ddd;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
}
.points_m1Content div img{
    width: 30%;
    height: 35%;
    transition:all 0.5s;
}
.points_m1Content div img:hover{
    width: 35%;
    height: 40%;
}
.points_m1Content div:hover{
    box-shadow: 0px 0px 13px #c2c2c2;
    /* cursor: pointer; */
}
.points_m1Content div span{
    font-size: 16px;
    color: #333;
}
#points_m2{
    background: #fafafa;
    padding: 80px 0;
}
points_m2Left{
    width: 30%;
}
.points_m2Left img{
    width: 100%;
    margin-bottom: 0;
}
.points_m2Center{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
} 
.points_m2Right h3{
    font-size: 24px;
    color: #23335e;
    margin-bottom: 30px;
}
.points_m2Right p{
    font-size: 16px;
    color: #333;
    margin-bottom: 30px;
    font-weight: bold;
    letter-spacing: 2px;
}
.points_m2Right ul li{
    line-height: 28px;
}
.points_m2Btn{
    border: none;
    padding: 8px 30px;
    background-image: linear-gradient(80deg,#0e1d44,#2e4074,#3f5796);
    font-size: 14px;
    color: white;
    letter-spacing: 2px;
    border-radius: 18px;
    cursor: pointer;
    margin-top: 50px;
    box-shadow: 1px 1px 10px #636363;
}
.points_m2Btn a{
    font-size: 14px;
    color: white;
}
.points_m2Btn a:hover{
    color: white;
}
#points_m3{
    padding: 100px 0 50px 0;
}
.points_m3Center{
    margin: 0 auto;
    width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.points_m3Center h1{
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
}
.points_m3Center p{
    font-size: 16px;
    color: #666;
    margin-bottom: 60px;
}
#points_m4{
    background: url(../img/pointsmall/points_m4bg.jpg) no-repeat center center;
    background-size: 100% 100%;
    padding:100px 0;
}
#points_m4 div{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}
#points_m4 div h1{
    color: white;
    font-size: 40px;
    margin-bottom: 50px;
    letter-spacing: 2px;
    font-weight: 500;
}
#points_m4 div p{
    font-size: 22px;
    color: white;
    letter-spacing: 1px;
}