/**
 * 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 #main_con*/

.main_con {
    width: 960px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.main_con .m_banner {
    display: block;
    width: 100%;
}

.main_con .m_banner img {
    display: block;
    width: 100%;
}

.main_con .text_in {
    overflow: hidden;
    background-image: url(../images/bg.jpg);
    background-size: cover;
}

.main_con .text {
    width: 96%;
    background: #ffffff;
    margin: 0 auto;
    border-radius: 6px;
    padding-top: 10px;
    padding-bottom: 16px;
    margin-bottom: 20px;
}

.main_con .text .tit {
    margin: 0 auto;
    margin-left: 20px;
    margin-right: 20px;
}

.main_con .tit h1 {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    color: #1f4d90;
    border-left: 4px solid #1f4d90;
    line-height: 22px;
    padding-left: 8px;
    margin-top: 18px;
    margin-bottom: 18px;
}

.main_con p {
    color: #676768;
    width: 96%;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin: 0 auto;
    letter-spacing: 0.4px;
}

.main_con .text .xz {
    width: 124px;
    height: 36px;
    border: 2px solid #1f4d90;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 16px;
}

.main_con .text h2 {
    width: 116px;
    font-size: 20px;
    background: #1f4d90;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    margin: 0 auto;
    line-height: 32px;
    letter-spacing: 2px;
    margin-top: 2px;
}

.anniu {
    width: 25%;
    margin: 0 auto 20px;
}

.anniu img {
    width: 100%;
}