<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * 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";

/* å…¬å…±æ&nbsp;·å¼*/

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

.main_con {
    width: 100%;
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
}

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

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

.main_inf {
    overflow: hidden;
    background-color: #302142;
}

.text_inf {
    padding-bottom: 20px;
    background: url(../images/bg.jpg)no-repeat;
}

.text_inf .text_bg {
    width: 96%;
    margin: 0 auto;
}

.text_bg .text {
    margin: 0 auto;
    margin-bottom: 40px;
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 3px 3px 8px;
    -kntml-box-shadow: rgba(0, 0, 0, 0.3) 3px 3px 8px;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 3px 3px 8px;
    -o--box-shadow: rgba(0, 0, 0, 0.3) 3px 3px 8px;
}

.text .tit,.xize{
    width:100%;
    color: #fc8759;
    font-weight: bolder;
    font-size: 22px;
    margin-bottom: 0.2rem;
}


.text_mid {
    margin: 0 0 20px 0;
}

.text_mid05 {
    margin-bottom: 0;
}

.text_mid p {
    font-size: 20px;
    color: #555;
    line-height: 36px;
    /* text-indent: 2em; */
}

.text_inf .text_xia {
    width: 96%;
    margin: 0 auto;
}

.text_xia .xia {
    margin: 0 auto;
    overflow: hidden;
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 3px 3px 8px;
    -kntml-box-shadow: rgba(0, 0, 0, 0.3) 3px 3px 8px;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 3px 3px 8px;
    -o--box-shadow: rgba(0, 0, 0, 0.3) 3px 3px 8px;
}


.xize_text p {
    font-size: 20px;
    color: #555;
    line-height: 36px;
    /* text-indent: 2em; */
}

.anniu {
    width: 318px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -159px;
}

.anniu img {
    width: 80%;
}


/*css #share*/</pre></body></html>