/**
 * PgwMenu - Version 1.0
 *
 * Copyright 2014, Jonathan M. Piat
 * http://pgwjs.com - http://pagawa.com
 *
 * Released under the GNU GPLv3 license - http://opensource.org/licenses/gpl-3.0
 */


/*css reset*/


/*css #main_con*/

* {
    font-family: "Microsoft YaHei";
    margin: 0 auto;
    padding: 0;
}

img {
    border: 0;
}

dl,
dd {
    margin: 0;
}

.clearfix {
    clear: both;
}
 html, body {
    max-width: 750px;

} 
.main_con {
    max-width: 15rem;
    position: relative;
    height: 100%;
    margin: 0 auto;
    padding-bottom: 0;
    color: #333;
}

.main_con .banner{
    width: 100%;
    position: relative;
}

