
.MainStructure .FooterBanner {
    /* background-image: linear-gradient(to right top, #006fff, #007eff, #008bff, #0097ff, #00a3ff, #00a2ff, #00a2ff, #00a1ff, #0294ff, #3085ff, #5374ff, #735ffb);
       */
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.5);
    margin: 0 auto;
    text-align: center;
    width: 1200px;
    background: #db2017;
    }
     
     * {
         text-rendering: geometricprecision;
     }
     body {
         margin: 0 auto;
         padding: 0;
     }
     a {
         color: #424242;
         font-family: Arial,Helvetica Neue,Helvetica,sans-serif; 
           font-size: 13px;
         text-decoration: none;
     }
     img {
         border: medium none;
     }
     .MainStructure {
         /* background: #f5f3f3; */
         background: rgba(0, 0, 0, 0) url(images/hot.png) repeat scroll 0 0;
         text-align: center;
     }
     .MainStructure .TopBanner {
         margin: 0 auto;
         /*width: 100%;*/
            width: 1200px;     
     }
     .MainStructure .TopBar {
         background: #fff none repeat scroll 0 0;
         display: inline-block;
         margin-top: 0;
         text-align: justify;
         width: 100%;
     }
     .MainStructure .ContentBanner {
         display: inline-block;
         position: relative;
         width: 1200px;
         z-index: 1;
     }
     .MainStructure .MainContent {
         background: #fff none repeat scroll 0 0;
         margin: 0 auto 5px;
         padding: 5px;
         vertical-align: top;
         width: 1200px;
     }
     .MainStructure .LeftBar {
         padding: 0 15px 0 5px;
         text-align: justify;
         vertical-align: top;
     }
     
     
     .MainStructure .ContentBar {
         padding: 0 5px 0 0;
         text-align: justify;
         vertical-align: top;
     }
     
     .MainStructure .FooterBar {
         border-radius: 0 0 10px 10px;
         display: inline-block;
         text-align: justify;
         width: 1200px;
         position: relative;
     
     }
     