 /*底部开始*/
 
 .foot {
     background-color: #282828;
     clear: both;
     height: 122px;
 }
 
 .foot1 {
     clear: both;
     height: 102px;
     width: 1000px;
     margin-right: auto;
     margin-left: auto;
     line-height: 25px;
     color: #fff;
     text-align: center;
     padding-top: 20px;
 }
 
 .foot1 p a {
     color: #fff;
 }
 
 .foot1 p a:hover {
     color: #fff;
 }