/**
 * 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;} 
ol,ul {list-style:none}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;} 
a{text-decoration:none;}
.clearfix{clear:both;}
.main_con {
  width:100%;
  max-width:960px;_width:expression((documentElement.clientWidth >960) ? "960px" : "auto" );  height:auto;
	margin:0 auto; 
  overflow:hidden;
  background: url(../images/bg.jpg);
    background-size: 100%;
  
}
.main_con .banner {
    width: 100%;
    height: auto;
    position: relative;
  
}

.banner img {
    width: 100%;
}

.main_inf {

    padding-bottom: 4px;
    overflow: hidden;
}

.main_con .text_inf p {
    width: 90%;
    font-size: 0.62rem;
    font-weight: 200;
    color: #fff;
    line-height: 1rem;
    text-indent: 2em;
    margin: 0 auto;
    padding: 0.2em;
}
.main_con .text_inf a{
     width: 50%;
    font-size: 0.5rem;
    background-color: #e8488a;
    color: #fff;
    padding: 4px  50px;
    border-radius: 10px;
    font-weight: bold;
   
}
.main_con .text_inf .text_bg{
  padding: 0.3rem 0;
}
.button {
    width: 50%;
    min-height: 1.5em;
    display: block;
    padding: .5% 1%;
    margin: 0 auto;
    margin-top: 0.9rem;
    cursor: pointer;
    opacity: 0.9;
    color: #045c25;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -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;
}

.shine {
    display: block;
    position: relative;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
    background: linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    padding: 0px 12px;
    top: -4px;
    left: -24px;
    height: 0.8px;
    -webkit-box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 5px;
    -khtml-box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 5px;
    -moz-box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 5px;
    -o-box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 5px;
    box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.button:hover .shine {
    left: 24px;
}

.button:active .shine {
    opacity: 0;
}

.button a {
    color: #fff;
}
.button a:hover {
    color: #fff;
}

/*css #share*/


