
.area_con{
    margin: 50px 0;
}
.section_2{
    margin: auto;
}
.section_2_box{
    /*margin-top: 168px;*/
}
.section_2_item{
    box-sizing: border-box;
    width: 280px;
    height: 366px;
    margin-left: 20px;
    padding-left: 20px;
    margin-bottom: 20px;
    padding-top: 100px;
}
.section_2_item1{
    box-sizing: border-box;
    width: 280px;
    height: 366px;
    background-color: #ffffff;
    text-align: center;
    padding: 0 35px;
    margin-left: 20px;
    margin-bottom: 20px;
}
.section_2_item1:hover{
    transform: scale(1.05);
    -webkit-transform: scale(1.05); /*Safari 和 Chrome*/
    -moz-transform: scale(1.05); /*Firefox*/
    -ms-transform: scale(1.05); /*IE9*/
    -o-transform: scale(1.05); /*Opera*/
}
.section_2_item1_icon{
    width: 71px;
    /* height: 56px; */
    margin-top: 48px;
}
.section_2_item1_title{
    font-size: 24px;
    color: #2E2E2E;
    margin-top: 35px;
}
.section_2_item1_title2{
    font-size: 18px;
    color: #8D8D8D;
    margin-top: 28px;
}
.section_2_item1_msg{
    font-size: 16px;
    line-height: 28px;
    color: #8D8D8D;
    margin-top: 25px;
}
