```css
@charset "utf-8";

* { margin: 0; padding: 0; word-break: break-all; word-wrap: break-word; }

html {
    background: url(../images/bg.jpg) top center #eaf8f2;
    background-attachment: fixed;
}

body {
    width: 100%;
    max-width: 800px;
    min-height: 100vh;
    margin: 0 auto;
    color: #244238;
    box-sizing: border-box;
    font-size: 18px;
    font-family: '微软雅黑', Arial, Helvetica, sans-serif;
    background: #fff;
    overflow-x: hidden;
}

input, select, button, textarea {
    margin: 0;
    padding: 0;
    vertical-align: middle;
    font-size: 100%;
    color: inherit;
    border: 0;
    font-family: inherit;
    outline: none;
    resize: none;
}

input[type="text"] { -webkit-appearance: none; }
ol, ul { list-style: none; }
img { max-width: 100%; vertical-align: middle; }
a { text-decoration: none; color: inherit; }
:focus { outline: 0; }
table { border-collapse: collapse; border-spacing: 0; line-height: 1.5; }

@media screen and (max-width:800px){
    body { font-size: 15px; }
}

.img100 img { width: 100%; }
.fontb { font-weight: bold; }

.temaad {
    padding: 5px 3px;
    text-align: center;
    font-weight: bold;
    color: #21765b;
    background: linear-gradient(#f8fffc, #dff5ec);
    border-bottom: 1px solid #b9e1d2;
}

.temaad font { color: #ef4035; }

.header { background: #fff; }

.header_link {
    background: #f1fbf7;
    border-bottom: 1px solid #cce9de;
}

.header_link ul {
    display: flex;
    justify-content: center;
    font-weight: bold;
    color: #238267;
}

.header_link ul li a {
    display: block;
    text-align: center;
    line-height: 50px;
    padding: 0 40px;
}

.header_link ul li a:hover {
    color: #fff;
    background: #38a886;
}

@media screen and (max-width:800px){
    .header_link ul li { width: 25%; }
    .header_link ul li a { line-height: 40px; padding: 0; }
}

.header .nav {
    padding: 5px;
    color: #fff;
    font-size: 16px;
    border-top: 1px solid #cdeade;
    background: #f5fcf9;
}

.header .nav ul { display: flex; flex-wrap: wrap; }

.header .nav ul li {
    width: 20%;
    padding: 4px;
    box-sizing: border-box;
}

.header .nav ul li a {
    line-height: 30px;
    display: block;
    text-align: center;
    border-radius: 50px;
    background: #43ae8e;
    color: #fff;
    box-shadow: 0 1px 3px rgba(34,130,98,.18);
}

.header .nav ul li a:hover { background: #258c6d; }

@media screen and (max-width:800px){
    .header .nav { font-size: 13px; }
    .header .nav ul li { padding: 2px; }
    .header .nav ul li a { line-height: 25px; }
}

.headlink {
    color: #237a60;
    font-weight: bold;
    text-align: center;
    background: #f5fcf9;
}

.headlink ul { display: flex; }

.headlink ul li {
    flex: 1;
    border: 1px solid #cce8dd;
    background: #fff;
}

.headlink ul li a { display: inline-block; padding: 5px; }
.headlink ul li a:hover { color: #15906b; }

@media screen and (max-width:800px){
    .headlink { font-size: 13px; }
}

#xiding[data-fixed="fixed"] {
    width: 100%;
    box-sizing: border-box;
    max-width: 800px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    z-index: 999;
    box-shadow: 0 2px 8px rgba(35,120,90,.12);
}

#xiding[data-fixed="fixed"] .kaij-tit { padding-top: 0; }

.swipernav {
    text-align: center;
    border-bottom: 3px solid #40aa87;
    background: #effaf6;
}

.swipernav .swiper-slide {
    padding: 10px 0;
    cursor: pointer;
    color: #347763;
}

.swipernav .swiper-slide.active-nav {
    color: #fff;
    background: #40aa87;
}

.table1 { width: 100%; }

.table1 th,
.table1 td {
    padding: 3px;
    text-align: center;
    border: 1px solid #cae5db;
}

.table1 th {
    color: #247259;
    background: #e6f7f0;
}

.table1 tr:nth-child(even) td { background: #f7fcfa; }
.table1.left td { text-align: left; }

.table-tit {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

.table-tit td {
    border: 6px double #8bd3ba;
    background: #39a581;
    color: #fff;
}

@media screen and (max-width:800px){
    .table-tit { font-size: 18px; }
}

.footer {
    text-align: center;
    font-size: 14px;
    padding: 10px 0;
    color: #67867b;
    background: #eff9f5;
    border-top: 1px solid #cde6dd;
}

.footer p:nth-child(1) {
    font-weight: bold;
    font-size: 16px;
    color: #269474;
}
```
