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

@charset "utf-8";

/* 公共样式*/

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

.main_con {
    width: 100%;
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
}

.main_con .banner {
    width: 100%;
    height: auto;
}

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

.main_inf {
    padding-bottom: 4px;
    overflow: hidden;
    background-color: #c9edfb;
}

.text_inf .text_bg {
    width: 100%;
    margin: 0 auto 8px auto;
    padding: 15px 0;
}

.text_bg .text {
    width: 92%;
    margin: 0 auto;
    overflow: hidden;
    background-color: #fef9f4;
    padding: 2% 2% 1% 2%;
    border-radius: 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 3px 3px 8px;
    -kntml-box-shadow: rgba(0, 0, 0, 0.3) 3px 3px 8px;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 3px 3px 8px;
    -o--box-shadow: rgba(0, 0, 0, 0.3) 3px 3px 8px;
}

.text .tit {
    width: 26%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
}

.text .tit img {
    width: 100%;
}

.text_mid p {
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 18px;
    color: #2e3030;
    line-height: 32px;
}

.text_mid p img {
    width: 3.5%;
    padding-right: 10px;
}

.text_inf .text_xia {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 15px;
}

.text_xia .xia {
    width: 92%;
    margin: 0 auto;
    overflow: hidden;
    background-color: #fef9f4;
    padding: 2% 2% 1% 2%;
    border-radius: 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 3px 3px 8px;
    -kntml-box-shadow: rgba(0, 0, 0, 0.3) 3px 3px 8px;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 3px 3px 8px;
    -o--box-shadow: rgba(0, 0, 0, 0.3) 3px 3px 8px;
}

.xize {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 15px;
    margin-top: 5px;
}

.xize img {
    width: 100%;
}

.xize_text p {
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 16px;
    color: #1083ab;
    line-height: 28px;
}


/*css #share*/