.con{
    width: 100%;
    margin-top: 30px;
}
.con_box{
    width: 1200px;
    margin:0 auto;
}
.con_t{
    background: url(../images/oban.png) no-repeat;
    padding-top: 60px;
    padding-bottom:15px
}
.con_t p:first-child{
    float: left;
    font-size: 22px;
    font-weight: bold;
    color:#fff;
    margin-left: 46px;
}
.con_t p:last-child{
    float: right;
    font-size: 26px;
    font-weight: bold;
    color:#fff;
    margin-right: 30px;
}







.con_box ul{
    margin-top: 60px;
}
.con_box ul li{
    float: left;
    width: 390px;
    margin-right: 15px;
    margin-bottom:50px
}
.con_box ul li:nth-child(3){
    margin-right: 0;
}
.con_box ul li:nth-child(6){
    margin-right: 0;
}
.con_box ul li:nth-child(9){
    margin-right: 0;
}
.con_box ul li:nth-child(12){
    margin-right: 0;
}
.con_box ul li a{
    display: block;
    width: 100%;
    box-sizing: border-box;
    background: url(../images/zy_back.png) no-repeat;
    box-shadow: 1.5px 2.598px 7px 0px rgba(0, 0, 0, 0.1);
    padding: 24px 0;
}
.con_box ul li a p{
    float: left;
    font-size: 20px;
    color:#666;
}
.con_box ul li a div{
    margin-left: 20px;
    float: left;
    margin-right: 25px;
    width: 17px;;
}
.con_box ul li a div img{
    display: block;
    width: 100%;
}