body{
    font-size: 16px;
    font-family: "Microsoft YaHei";
}
*{
    outline: none;
}

.title{
    width: 100%;
    height: 180px;
    background: url("bg.png") no-repeat;
    background-size: 100% 100%;
}
.title h1{
    font-size: 30px;
    color: #FFFFFF;
    padding-top: 56px;
}
.title p{
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 22px;
}
.main_con{
    height: 367px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_con a{
    display: flex;
    width: 380px;
    height: 140px;
    background: #FFFFFF;
    box-shadow: 0 2px 10px 0 #33333330;
    margin-right: 30px;
    justify-content: flex-start;
    align-items: center;
    padding-left: 30px;
    font-size: 20px;
    color: #333333;
    font-weight: 600;
}
.main_con a:nth-child(3){
    margin-right: 0px;
}
.main_con a:hover {
    color: #1677ff;
}