/**
 * 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-color: #8fcae3;
}

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

.banner img {
    width: 100%;
}

.main_inf {
    background-color: #a8cdb5;
}

.return_image {
    width: 50px;
    height: auto;
    float: right;
    position: absolute;
    top: 18%;
    left: 0%;
}

.return_image a {
    position: relative;
}

.bordered {
    width: 870px;
    border: solid #bce5ff 1px;
    /*给表格添加边框*/
    border-radius: 6px;
    /*设置表格圆角*/
    box-shadow: 0 1px 1px #f3fbff;
    /*表格阴影设置*/
    margin: 0 auto;
}

.bordered tr {
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.bordered .highlight,
.bordered tbody tr:hover {
    background: #f3fbff;
    /*表格行的悬浮状态效果*/
}

.bordered td,
.bordered th {
    border-left: 1px solid #bce5ff;
    border-top: 1px solid #bce5ff;
    padding: 10px;
    text-align: center;
}

.bordered thead {
    font-weight: bold;
    background-color: #c3e6f8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
    background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image: -moz-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image: -ms-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image: -o-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image: linear-gradient(top, #ebf3fc, #dce9f9);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ebf3fc, endColorstr=#dce9f9);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#ebf3fc, endColorstr=#dce9f9)";
    box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;
    /*表格表头设置内阴影*/
    border-top: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    /*表格表头设置文字阴影*/
}

/*使用:first-child去除表格每行的第一个单元格的左边框*/

/*使用:first-child设置表格表头第一个单元格仅左上角为圆角*/

.bordered thead tr :first-child {
    border-radius: 6px 0 0 0;
}

/*使用:last-child设置表格表头最后一个单元格仅右上角为圆角*/

.bordered th:last-child {
    border-radius: 0 6px 0 0;
}

/*使用:first-child和:last-child设置表格最后一行的第一个单元格左下角为圆角*/

.bordered tr:last-child td:first-child {
    border-radius: 0 0 0 6px;
}

/*使用:last-child设置表格最后一行的最后一个单元格右上角为圆角*/

.bordered tr:last-child td:last-child {
    border-radius: 0 0 6px 0;
}

.text_inf {
    margin-top: 20px;
    background-color: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, .12);
    -khtml-box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, .12);
    -moz-box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, .12);
    -o-box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, .12);
    box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, .12);
}

.text_inf_02 {
    margin-top: 25px;
    margin-bottom: 0.8rem;
}

.main_inf .bigbox {
    width: 94%;
    margin: 0 auto;
    overflow: hidden;
}

.text_title {
    background-color: #8ebfa0;
    width: 100%;
    border-radius: 6px 6px 0 0;
    height: 38px;
    color: #fff;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
}

.text_content_big {
    padding: 1rem 0;
}

.text_content_big_in {
    margin-bottom: 0.5rem;
    padding: 0 0.8rem;
}

.text_content {
    margin: 0 0 0.5rem 0;
    overflow: hidden;
}

.text_content_big_in_03 {
    margin: 0;
}

.text_content .text_content_l {
    float: left;
}

.text_content .text_content_r {
    float: left;
}

.text_content .yuan {
    width: 6px;
    height: 36px;
    border-radius: 2px;
    background-color: #8ebfa0;
    margin-right: 0.8rem;
    float: left;
}

.text_content h3 {
    color: #8ebfa0;
    font-size: 18px;
    line-height: 36px;
    display: inline;
    font-weight: bold;
}

p {
    color: #444;
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
}

.text_inf_02 p {
    text-indent: 2em;
}

.p10 {
    color: #555;
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
}

.p10 span {
    color: #333;
}

.anniu {
    width: 160px;
    margin: 0 auto;
    background-color: #e72a32;
    border-radius: 6px;
    text-align: center;
    line-height: 36px;
    color: #fff;
    font-size: 18px;
}

.button {
    width: 50%;
    min-height: 1.5em;
    display: block;
    padding: .5% 1%;
    margin: 0 auto;
    cursor: pointer;
    opacity: 0.9;
    color: #045c25;
    font-size: 1em;
    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;
}

/*css #share*/