*{
    margin: 0;
    padding: 0;
}
img{
    margin-bottom: 0;
}
#digital_m1{
    padding: 130px 0;
}
.digital_m1Center{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.digital_left{
    position: relative;
    top: -66px;
    margin-right: 80px;
}
.digital_center{
    margin-right: 50px;
}
.digital_right h3{
    margin-bottom: 36px;
    font-size: 30px;
    color: #333;
    font-weight: normal;
    letter-spacing: 2px;
}
.digital_right p{
    line-height: 32px;
    font-size: 16px;
    color: #666;
}

#digital_m2{
    background: #fafafa;
    padding: 100px 0;
}
.digital_m2Center{
    width: 1200px;
    margin: 0 auto;   
    display: flex; 
    flex-direction: column;
}
.digital_m2Title h1{
    font-size: 30px;
    font-weight: normal;
    color: #333;
}
.digital_m2Title p{
    width: 745px;
    font-size: 16px;
    color: #666;
    letter-spacing: 1px;
    margin-top: 40px;
    line-height: 30px;
}
.digital_m2Content{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.digital_m2Left{
    display: flex;
    justify-content: space-between;
}
.digital_m2Left div img{
    margin-left: 128px;
}
.digital_m2Left ul{
    margin-top:30px
}
.digital_m2Left ul li{
    display: flex;
    align-items: center;
    line-height: 40px;
}
.digital_m2Left ul li img{
    margin-right: 10px;
}
.digital_m2Right{
    position: relative;
    top: -140px;
}
.digital_m2Btn{
    width: 160px;
    padding: 12px 0;
    border: none;
    background-image: linear-gradient(80deg,#0e1d44,#2e4074,#3f5796);
    border-radius: 12px;
    color: white;
    cursor: pointer;
    font-size: 16px;
    box-shadow: 0px 0px 9px #9c9c9c;
    transition: all 0.5s;
}
.digital_m2Btn:hover{
    box-shadow: 0px 0px 16px #646464;
}
.digital_m2Btn a{
    color: white;
    font-size: 16px;
}
.digital_m2Btn a:hover{
    color: white;
}

#digital_m3{
    background: url(../img/digital/digital_m3Bg.jpg) no-repeat center center;
    background-size: 100% 100%;
    padding: 100px 0;
}
.digital_m3Center{
    margin: 0 auto;
    width: 1200px;
    display: flex;
}
.digital_m3Center h1{
    font-size: 30px;
    color: #333;
    font-weight: normal;
    margin-left: 50px;
    margin-bottom: 18px;
}
.digital_m3Center p{
    font-size: 16px;
    margin-bottom: 28px;
    margin-left: 50px;
    margin-bottom: 18px;
}
.digital_m3Content img{
    margin-left: 50px;
    margin-top: 30px;
}