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

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

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

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

.content{
    width: 100%;
    background: url(../images/bg.jpg)no-repeat;
    background-size: 100% 100%;
    padding-bottom: 60px;
}
.content_text{
    width: 100%;
    position: relative;
    padding:10px 30px;
    box-sizing: border-box;
}
.content .content_text h2{
    font-size: 24px;
    font-weight: bolder;
    text-align: left;
    letter-spacing: 10px;
    color: #1166a6;
}
.content .content_text h3{
    font-size: 24px;
    line-height:2;
    margin-bottom: 10px;
} 
.content .content_text h4{
    font-size: 20px;
    line-height:2;
    margin-bottom: 20px;
} 
.quanyi1 {
    width: 100%;
    margin-top: 20px;
}

.quanyi_left {
    width: 283px;
    height: 52px;
    float: left;
    margin-left: 150px;
}

.quanyi_left img {
    width: 100%;
}

.quanyi_right {
    width: 283px;
    height: 52px;
    float: right;
    margin-right: 150px;
}

.quanyi_right img {
    width: 100%;
}

.bold {
    font-weight: 700;
}

.red {
    color: #f03030;
}


/*css #share*/