/**
 * 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
 */

* {
    margin: 0;
    padding: 0;
    outline: none;
}

body {
    margin: 0px;
    font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif, "黑体";
}

ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

em {
    font-style: normal;
}

/*css reset*/

/*css #main_con*/

.main_con {
    width: 100%;
    max-width: 750px;
    _width: expression((documentElement.clientWidth >750) ? "960px": "auto");
    height: auto;
    background:#205ca5;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 0 10px 0;
}

.main_con .m_banner {
    width: 15rem;
    max-width: 750px;
    position: relative;
}

.main_con .m_banner img {
    width: 100%;
}
.main_con .text_content {
    background:url(../images/bg.jpg) no-repeat top;
    background-size: 100%;
    margin-top: 0;
}
.main_con .text_inf {
    width: 98%;
    position: relative;
    height: auto;
    margin: 0 auto;
    padding: 6px 0 10px 0;
    background:#f8ede0;
    border-radius: .4rem;
}

.main_con .text_inf .inf_con {
    width: 98%;
    margin: 0 auto;
    padding: 0 10px;
    margin-bottom: 10px;
}

.main_con .text_inf .inf_con h1 {
    background: #3e8ada;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    width: 110px;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.main_con .text_inf .inf_con i {
    background-color: #3e8ada;
    color: #fff;
    padding: 2px 8px;
    margin-right: 8px;
    font-style: normal;
}

.main_con .text_inf .inf_con h2 {
    color: #3e8ada;
    font-weight: 400;
    font-size: 18px;
    margin-left: 8px;
    margin-top: 16px;
    margin-bottom: 16px;
}

.main_con .text_inf .inf_con p {
    width: 97%;
    margin-left: 1%;
    font-size: 14px;
    color: #444;
    letter-spacing: 1px;
    line-height: 2;
    font-weight: 400;
    text-indent: 2em;
}

.main_con .text_inf_1 {
    width: 97.5%;
    height: auto;
    /* margin: 0 auto; */
    margin-top: 10px;
    margin-bottom: 14px;
    padding:.4rem 0 .4rem 0;
    background:#fff;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .2);
    border-radius: .2rem;
}
.main_con .inf_con .text_inf_1 p{
    width: 94%;
    text-indent: 2em;
    margin: 0 auto;
    /* margin-bottom: 10px; */
}
.main_con .text_inf_1 h3{
    margin-bottom: 10px;
    margin-top: 10px;
}
.main_con .text_inf_1 h6{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
}
.main_con .text_inf_1 h6 b{
    background: #008be0;
    color: #fff;
    font-weight: normal;
    padding: 7px 25px;
    border-radius: 5px;
    line-height: 2.5;
}
.main_con .text_inf_1 img{
   height: 36px;
   margin-left: 14px;
}
.main_con .text_inf .inf_10{
    margin-top: 24px;
}
.main_con .text_inf .inf_10 p{
    text-indent: 0;
}
.main_con .text_inf .inf_con_ewm{
    width: 258px;
    height: 258px;
    margin: 0 auto;
    margin-top: 18px;
}
.main_con .text_inf .inf_con_xz{
    font-size: 16px;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
    line-height: 2;
   
}
.main_con .text_inf .biaoge{
    width: 93%;
    display: block;
}
.main_con .text_inf .biaoge img{
    display:block;
    width: 100%;
    height: 100%;
}