/**
 * 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;
    color: #555;
}

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

.text_inf {
    width: 100%;
    background: #feb187;
    overflow: hidden;
    padding-bottom: 30px;
}

.text_box {
    width: 96%;
    background: #f8e9e1;
    border-radius: 10px;
    font-size: 24px;
    box-sizing: border-box;
    overflow: hidden;
    margin: 28px auto 0;
    padding: 30px;
    text-align: justify;
}

.text_box h2 {
    width: 120px;
    margin: 20px 0;
    display: inline-block;
}

.text_box p {
    line-height: 1.5;
}

.text_box h1 {
    width: 160px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
}

.text_box1 p {
    /* text-indent: 2em; */
}

.red {
    color: #ff0000;
    font-weight: bold;
}

.text_box ul {
    margin-top: 20px;
    width: 100%;
    /* padding-left: 5%; */
}

.text_box ul li {
    width: 45%;
    float: left;
    margin-bottom: 20px;
}

.text_box .middle {
    width: 45%;
    margin: 0 auto 30px;
}

.text_box ul li:nth-child(odd) {
    margin-right: 10%;
}

.text_box .tip {
    font-size: 18px;
}

.xize {
    display: block;
    width: 255px;
    /* border: 1px solid red; */
    margin: 35px auto 20px;
}

.xxze p {
    text-align: left;
}

.text_inf11 {
    background: url(../images/bg.jpg) no-repeat;
    background-size: 100% 100%;
}