.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_l{
    float: left;
    width: 255px;
}
.con_l ul li{
    width: 100%;
    box-sizing: border-box;
    border-bottom:1px solid #eaeaea;
}
.con_l ul li a{
    display: block;
    width: 100%;
    line-height: 52px;
    margin-left: 20px;
    box-sizing: border-box;
    padding-left:25px;
    background: url(../images/ld_02.png) no-repeat left center;
    font-size: 18px;
    color:#666666;
}
.con_l ul li.active a{
    color:#2e59c6;
    background: url(../images/ld_01.png) no-repeat left center;
}
.con_r{
    width: 895px;
    float: right;
    margin-top: 30px;
}

.pic li{
    float: left;
    margin-bottom:20px;
    margin-right: 20px;
}
.pic li:nth-child(3){
    margin-right:0
}
.pic li:nth-child(6){
    margin-right:0
}
.pic li:nth-child(9){
    margin-right:0
}
.pic li a{
    display: block;
}
.pic li a div{
    width: 100%;
    overflow:hidden;
}
.pic li a div img{
    display: block;
    width: 100%;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.pic li a div:hover img{
    transform: scale(1.2);
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}