/**
 * 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
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

.clearfix {
    clear: both;
}

.main_con {
    width: 960px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.main_con .banner {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}

.main_con .banner {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}

.main_con .banner img {
    width: 100%;
}

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

.main_con .banner .fu .zi {
    width: 100%;
    position: absolute;
    bottom: 108px;
    overflow: hidden;
}

.main_con .banner .fu .zi img.left {
    float: left;
    margin-left: 80px;
    width: 387px;
}

.main_con .banner .fu .zi img.right {
    float: right;
    margin-right: 80px;
    width: 387px;
}


/*css #share*/