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

.div_banka {
    width: 60%;
    margin: 0 auto;
}

.banka {
    width: 100%;
}

.banka_img {
    margin-top: 1.68rem;
}

a {
    /* display: block; */
}

ol,
ul {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

.main_con {
    width: 100%;
    max-width: 750px;
    _width: expression((documentElement.clientWidth >960) ? "960px": "auto");
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

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

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

.main_con .banner img {
    width: 100%;
}

.main_con .banner .fu {
    width: 100%;
    position: relative;
}

.main_con .banner .fu .zi {
    width: 100%;
    position: absolute;
    bottom: .36rem;
    left: 0;
    overflow: hidden;
}

.main_con .banner .fu .zi.zii {
    bottom: 1.36rem;
}

.main_con .banner .fu .zi img.left {
    float: left;
    margin-left: 0.96rem;
    width: 5.98rem;
}

.main_con .banner .fu .zi img.right {
    float: right;
    margin-right: 0.96rem;
    width: 5.98rem;
}

.main_inf {
    overflow: hidden;
    padding-bottom: .6rem;
}

.text_inf {
    width: 11.2rem;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.text_inf .left {
    width: 3.76rem;
    line-height: .96rem;
    font-size: .48rem;
    color: #e7211b;
    border: .06rem solid #e7211b;
    border-radius: .2rem;
    text-align: center;
    float: left;
}

.text_inf .right {
    width: 5.76rem;
    line-height: .96rem;
    font-size: .48rem;
    color: #075c9f;
    border: .06rem solid #075c9f;
    border-radius: .2rem;
    text-align: center;
    float: right;
}

.title {
    width: 13.8rem;
    margin: .96rem auto .72rem;
}

.title p {
    color: #555;
    font-size: .48rem;
    line-height: .8rem;
    text-indent: 2em;
}

.title p span {
    color: #e7211b;
    border-bottom: .06rem solid #e7211b;
}

.text_bottom {
    width: 13.12rem;
    background-color: #fff;
    border: .06rem solid rgba(119, 139, 130, 0.2);
    margin: 0 auto;
    border-radius: .32rem;
    padding: .48rem;
    -webkit-box-shadow: rgba(30, 21, 18, 0.25) .08rem .24rem .4rem;
    -kntml-box-shadow: rgba(30, 21, 18, 0.25) .08rem .24rem .4rem;
    -moz-box-shadow: rgba(30, 21, 18, 0.25) .08rem .24rem .4rem;
    -o--box-shadow: rgba(30, 21, 18, 0.25) .08rem .24rem .4rem;
}

.text_bottom h3 {
    font-size: .48rem;
    border-left: .08rem solid #79928a;
    padding-left: .32rem;
    color: #285b4e;
    line-height: .48rem;
    margin-bottom: .48rem;
}

.text_bottom p {
    font-size: .4rem;
    line-height: .72rem;
    color: #555;
    text-indent: 1em;
}

.text_foot {
    width: 96%;
    margin: .72rem auto 0;
}

.text_foot a {
    display: block;
}

.md-modal .banka .images {
    display: block;
    width: 8.18rem;
    margin: 0 auto;
}

.md-modal .banka {
    display: block;
    margin: 1.8rem auto;
}


/*css #share*/