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

.banner img {
    display: block;
    width: 100%;
}

.xize {
    display: block;
    position: absolute;
    right: 0%;
    top: 15.5%;
    z-index: 999;
}

.jifenhui {
    display: block;
    position: absolute;
    right: 0%;
    top: 19.5%;
    z-index: 999;
}

.return {
    display: block;
    position: absolute;
    left: 0%;
    top: 1.8%;
    z-index: 999;
}

.btn {
    display: block;
    position: absolute;
    width: 461px;
    position: absolute;
    bottom: 54px;
    left: 50%;
    transform: translateX(-50%);
}

p {
    color: #555;
    font-size: 18px;
    line-height: 1.5;
    padding: 5px 30px;
    text-indent: 2em;
    text-align: justify;
    font-weight: 400;
}

.smallform {
    border: 1px solid #f9cfb9;
    margin: 15px 0;
}

.smallform_content {
    width: 100%;
    color: #ea5305;
}

.smallform_content tr {
    width: 100%;
}

.smallform_content .tr1 {
    background: #fad9c7;
}

.smallform_content th {
    font-size: 20px;
    font-weight: 700;
    color: #ea5305;
    background: #f9cfb9;
    /* width: 50%; */
    line-height: 48px;
    border: 1px solid #fff;
}

.smallform_content td {
    font-size: 18px;
    color: #555;
    /* width: 50%; */
    line-height: 40px;
    border: 1px solid #fff;
    background-color: #fde8dc;
    text-align: center;
}

.smallform_content .t1 {
    width: 50%;
}

.smallform_content .t2 {
    width: 15%;
}

.smallform_content td a {
    color: #0808e0;
    text-decoration: underline;
}


/*css #share*/