```css
@charset "utf-8";
/* CSS Document */

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

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

body {
    width: 100%;
    max-width: 800px;
    min-height: 100vh;
    margin: 0 auto;
    padding: 0;
    color: #263746;
    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: #2878a8;
    background: #edf8ff;
    background: linear-gradient(#f8fcff, #dff2ff);
    border-bottom: 1px solid #b8ddf5;
}

.temaad font {
    color: #ff4d4f;
}


/* =========================
   顶部
========================= */

.header {
    background: #fff;
}


/* =========================
   顶部链接
========================= */

.header_link {
    background: #f5fbff;
    border-bottom: 1px solid #d5ebf8;
}

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

.header_link ul li {
}

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

.header_link ul li a:hover {
    color: #fff;
    background: #69bce8;
}

@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: solid 1px #d9edf8;
    background: #f7fcff;
}

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

.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: #5eb6e6;
    color: #fff;

    box-shadow: 0 1px 3px rgba(50, 150, 210, 0.18);
    transition: all .2s ease;
}

.header .nav ul li a:hover {
    background: #349bd3;
}

@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: #2688c2;
    font-weight: bold;
    text-align: center;
    background: #f7fcff;
}

.headlink ul {
    display: flex;
}

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

.headlink ul li a {
    display: inline-block;
    padding: 5px;
}

.headlink ul li a:hover {
    color: #168acb;
}

.headlink ul li h2 {
}

.headlink ul li p {
}

.headlink ul li img {
}

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

    .headlink ul li a {
        padding: 5px;
    }
}


/* =========================
   吸顶
========================= */

.xiding {
}

#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(40, 130, 180, 0.12);
}

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


/* =========================
   切换导航
========================= */

.swipernav {
    text-align: center;
    border-bottom: solid 3px #65b9e6;
    background: #f4fbff;
}

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

.swipernav .swiper-slide.active-nav {
    color: #fff;
    background: #65b9e6;
}

.swiperbox {
}


/* =========================
   表格
========================= */

.table1 {
    width: 100%;
}

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

.table1 th {
    color: #277ba9;
    background: #eaf7ff;
}

.table1 tr:nth-child(even) td {
    background: #f8fcff;
}

.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 #8acbed;
    background: #5aafe0;
    color: #fff;
}

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


/* =========================
   底部
========================= */

.footer {
    text-align: center;
    font-size: 14px;
    padding: 10px 0;
    color: #658397;
    background: #f3faff;
    border-top: 1px solid #d5ebf8;
}

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