/**
 * 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*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,form,input,textarea,p,th,td {margin:0;padding:0;} 
table {border-collapse:collapse;border-spacing:0;} 
body { font-family: '微软雅黑'; }
img {border:0;}  
ol,ul {list-style:none}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;} 
.clearfix{clear:both;}
.main_con {
    width: 960px;
    height: auto;
    background: url(../images/banner.jpg) no-repeat;
    margin: 0 auto;
}
.main_con .con {
    width: 960px;
    margin: 0 auto;
    padding:  770px 0 20px 0; 
     
}
.main_con .con .main{
    width: 848px;
    display: block;
    height: auto;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 30px;
}
.main_con .con .content{
    display: block;
    width: 960px;
    margin: 0  auto;
    margin-top: 0;
}
.con .hdxs{
    width: 100%;
    margin-bottom: 30px;
    
}

