/**
 * 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}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;} 
.clearfix{clear:both;}
.main_con {
    width: 960px;
    height: auto;
    background: #f6f5f6;
    margin: 0 auto;
    overflow: hidden;
}

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

.banner img {
    width: 100%;
}

.main_inf {
    background: url(../images/bg.jpg);
    padding-bottom: 4px;
    overflow: hidden;
}
.main_inf .text_bg{
  padding: 20px 0 0 0;
}
.main_con .text_inf p {
    width: 94%;
    font-size: 22px;
    font-weight: 200;
    color: #fff;
    line-height: 38px;
    text-indent: 2em;
    margin: 0 auto;
}

.quanyi1 {
    width: 90%;
    margin: 0 auto;
    margin-top: 24px;
    margin-bottom: 10px;
}
.quanyi1 .ewm{
  width: 155px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.quanyi1 .ewm p{
  font-size: 16px;
  text-indent: 0;
  text-align: center;
}

.button {
    width: 14%;
    min-height: 1.5em;
    display: block;
    padding: .5% 1%;
    margin: 0 auto;
    cursor: pointer;
    opacity: 0.9;
    margin-bottom: 15px;
    color: #045c25;
    font-size: 2em;
    letter-spacing: 1px;
    text-align: center;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 0.1s linear;
    -khtml-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.button {
    font-size: 16px;
    background-color: #e8488a;
    color: #fff;
    padding: 0 1px 0 0;
}

.button a {
    color: #fff;
    font-weight: bold;
}
.button a:hover {
    color: #fff;
}

/*css #share*/







