@charset "UTF-8";

/*******************************************footer*********************************************/
footer { background: #f5f5f5; width: 100%; padding-top: 50px; margin-top: 100px;}
footer .bz li { width: 300px; float: left; padding-left: 30px;}
footer i { display: block; float: left; margin-right: 15px; background: url(../images/icon2.png) 0 0 no-repeat;  height: 62px; width: 62px; }
footer i.icon02 { background: url(../images/icon2.png) -64px 0 no-repeat;}
footer i.icon03 { background: url(../images/icon2.png) -128px 0 no-repeat;}
footer i.icon04 { background: url(../images/icon2.png) -192px 0 no-repeat;}
footer li dt { font-weight: 700; font-size: 16px; padding-top: 10px;}
footer li dd { font-size: 14px; color: #666;}
footer .cpr { background: #121212; height: 40px; line-height: 40px; color: #565656; margin-top: 40px; overflow: hidden;}
footer .cpr ul { width: 1200px; margin: 0 auto;}
footer .cpr ul li { float: left;}
footer .cpr ul li.font-cpr { float: right;}

@media only screen and (max-width: 1024px){
    footer { display: none;}
}
