/**
 * 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: #86daf6;
    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) #86daf6 no-repeat;
    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:#fffff2;
    border-radius: 20px;
}

.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: 32px;
    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: 96%;
    margin: 0 auto;
    font-size: 16px;
    color: #444;
    letter-spacing: 1px;
    line-height: 28px;
    font-weight: 400;
    text-indent: 0;
}

.main_con .text_inf_1 {
    width: 98%;
    height: auto;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 14px;
    padding:20px 0 20px 0;
    background:#fff;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .2);
    border-radius: 10px;
}
.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 img{
   height: 36px;
   margin-left: 14px;
}
.main_con .text_inf .inf_10{
    margin-top: 24px;
}
.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: 28px;
   
}