* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.f_l {
    float: left;
}

.f_r {
    float: right;
}




body {
    padding-top: 627px;
    background: url("./CzjJsjf_banner.png") no-repeat center 0;
}

.conBox {
    background: #fff;
}

.buttonBox {
    margin: 0 auto;
}

.buttonBox ul {
    margin: 0 auto;
    width: 1200px;
}

.buttonBox ul li {
    margin-top: 50px;
    margin-right: 25px;
}

.buttonBox ul li:last-child {
    margin-right: 0;
}

.list1Box,
.list2Box,
.list3Box{
    margin: 0 auto;
    margin-bottom: 10px;
    width: 1200px;
    background: #fff;
}

.list1_tit,
.list2_tit,
.list3_tit{
    width: 100%;
    height: 120px;
}

.list1_tit {
    background: url("zu141.png") no-repeat 0 center;
}

.list2_tit {
    background: url("zu142.png") no-repeat 0 center;
}
.list3_tit {
    background: url("zu143.png") no-repeat 0 center;
}
.list1_tit a,
.list2_tit a,
.list3_tit a {
    margin-top: 71px;
    font-size: 16px;
    color: #0960bc;
}

.list1_con,
.list2_con,
.list3_con {
    padding: 17px 20px 17px 20px;
    width: 1200px;
    height: 380px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: 0px 1px 5px 1px #8c9ac0;
}

.list1_l,
.list1_r,
.list2_l,
.list2_r,
.list3_l,
.list3_r {
    width: 530px;
    height: 346px;
}

.list1_l li,
.list1_r li,
.list2_l li,
.list2_r li,
.list3_l li,
.list3_r li {
    padding-left: 20px;
    width: 100%;
    height: 38px;
    line-height: 38px;
    font-size: 17px;
    background: url(list_icon.jpg) no-repeat center left;
}

.list1_l li a,
.list1_r li a,
.list2_l li a,
.list2_r li a,
.list3_l li a,
.list3_r li a {
    font-size: 17px;
    color: #333333;
}

.list1_l li span,
.list1_r li span,
.list2_l li span,
.list2_r li span,
.list3_l li span,
.list3_r li span {
    font-size: 17px;
    color: #999;
}

.footerBox {
    padding-top: 30px;
    height: 146px;
    text-align: center;
    color: #fff;
    background: #0960bc;
}

.footerBox a {
    color: #fff;
}