@charset "utf-8";
.content{
    width: 100%;
}
.content_box{
    width: 1200px;
    height: 990px;
    margin:0 auto;
}
.content_box{
    margin-top: 40px;
}
.content_box li{
    float: left;
    margin-right: 40px;
    margin-bottom: 40px;
    width: 270px;
    height: 270px;
    /*background: url(../image/p2-1bg1.png) no-repeat center center;*/
    
    position: relative;
    text-align: center;
    transition: 1s .3s;
}
.content_box li .icon{
    width: 69px;
    height: 59px;
    display: block;
    /*background: url(../image/p2-1bg1icon.png) no-repeat center center;*/
    position: absolute;
    left: 104px;
    top: 80px;

}
.content_box li h4{
    font-size: 24px;
    margin-top: 158px;
    color: #fff;
}
.content_box .marginrn{
    margin-right: 0;
}
.content_box .marginbn{
    margin-bottom: 0;
}
.header_botm_list ul{
    width: 1069px !important;
    height: 70px;
    margin:0 auto;

}