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

.clearfix {
    clear: both;
}

.main_con {
    width: 100%;
    max-width: 750px;
    height: auto;
    margin: 0 auto;
}

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

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

p {
    color: #333;
    padding: 0 .6rem;
    font-size: .48rem;
    line-height: 1.5;
    text-align: justify;
    text-indent: 2em;
}
.content{
    width: 100%;
    background: url(../images/bg.jpg)no-repeat;
    background-size: 100% 100%;
    padding-bottom: 1rem;
    margin-top: 0;
}
.content .content_text{
    width: 100%;
    position: relative;
    padding:10px 30px;
    box-sizing: border-box;
}
.content .content_text h2{
    font-size: 26px;
    font-weight: bolder;
    letter-spacing: 6px;
    color: #1166a6;
}
.content .content_text h3{
    font-size: 26px;
    line-height:2;
    margin-bottom: 10px;
} 
.content .content_text h4{
    font-size: 22px;
    line-height:2;
    margin-bottom: 20px;
} 
.quanyi1 {
    width: 100%;
    margin-top: .5rem;
    margin-bottom: 1rem;
}
.quanyi_left {
    width: 6rem;
    /* height: 1.04rem; */
    float: left;
    margin-left: 1rem;
}

.quanyi_left img {
    width: 100%;
}

.quanyi_right {
    width: 6rem;
    /* height: 1.04rem; */
    float: right;
    margin-right: 1rem;
}

.quanyi_right img {
    width: 100%;
}

.bold {
    font-weight: 700;
}

.red {
    color: #f03030;
}


/*css #share*/