<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

body {
    background: url(../images/bg.JPG);
    background-attachment: fixed;
    font-family: "敺株��迤暺煾��";
    color: #fff;
}

#wrapper {
    width: 1280px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    position: relative;
}

header {
    background: url(../images/2018banner.jpg) no-repeat;
    width: 1280px;
    height: 813px;
}

#logo {
    width: 250px;
    height: 80px;
    margin: 20px 10px;
}

nav {
    width: 1168px;
    height: 207px;
    background: #434343;
    margin: 0 auto;
    border-radius: 10px;
    position: absolute;
    z-index: 99;
    top: 760px;
    left: 56px;
    box-shadow: 2px 1px 1px 2px rgba(0, 0, 0, 0.2);
}

nav ul {
    width: 100%;
    padding: 10px 5px;
}

nav ul li {
    width: 13.4%;
    margin: 0 5px;
    line-height: 30px;
    float: left;
    text-align: center;
}

nav ul li h4 {
    font-size: 22px;
    border-bottom: solid 1px #fff;
}

nav ul li h4 span {
    display: block;
    font-size: 18px;
    font-family: "Vijaya", "Century Gothic", "敺株��迤暺煾��";
}

nav ul li p {
    font-size: 14px;
    line-height: 24px;
    padding: 5px 0;
}

nav ul li .button {
    background: url(../images/btn.png) no-repeat;
    width: 90px;
    height: 45px;
    margin: 0 auto;
}

nav ul li .button:hover {
    background: url(../images/btn_hover.png) no-repeat;
}

#content {
    min-height: 1000px;
    width: auto;
    overflow: hidden;
    padding: 170px 40px 40px;
    background: #2a2929;
}

#left {
    width: 9%;
    min-height: 100px;
    float: left;
}

#left .area_btn {
    width: 90px;
    height: 30px;
    font-weight: bold;
    font-size: 20px;
    border-radius: 5px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 28px;
    position: relative;
}

#left .area_btn:after {
    content: "";
    width: 13px;
    height: 13px;
    background: #c9c9c9;
    border-radius: 50px;
    display: block;
    position: absolute;
    z-index: 99;
    right: -28%;
    top: 20%;
}

#left .area_btn_a {
    width: 90px;
    height: 30px;
    font-weight: bold;
    font-size: 20px;
    border-radius: 5px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 28px;
    position: relative;
}

#left .area_btn_a:after {
    content: "";
    width: 13px;
    height: 13px;
    background: #c9c9c9;
    border-radius: 50px;
    display: block;
    position: absolute;
    margin-top: 22px;
    z-index: 99;
    right: -28%;
    top: 20%;
}

#left .area_btn_none {
    width: 90px;
    height: 30px;
    font-weight: bold;
    font-size: 20px;
    border-radius: 5px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 28px;
    position: relative;
}

#left .black {
    background: #181717;
    color: #fee247;
}

#left .red {
    background: #ba0a2c;
    color: #fff;
}

#right {
    width: 91%;
    min-height: 100px;
    float: left;
}

#right h1 {
    width: 1074px;
    height: 103px;
}

#right .line {
    width:
}

section {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-left: solid 1px #c9c9c9;
    margin-bottom: 50px;
    padding-bottom: 30px;
}

section .dashed {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom: dashed 1px #626262;
}

section .solid {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom: solid 1px #c9c9c9;
}

section .list {
    width: 50%;
    height: 130px;
    padding: 25px 20px;
    line-height: 30px;
    padding-right: 1%;
    float: left;
}

.list h3 a {
    color: #fff;
    font-size: 19px;
    font-weight: bold;
}

.list h3 a:hover {
    color: #807f7f;
    text-decoration: underline;
}

.list h2 a {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.list h2 a:hover {
    color: #807f7f;
    text-decoration: underline;
}

.list .note01 {
    font-size: 15px;
    color: #f62a52;
}

.list .note02 {
    font-size: 15px;
    color: #ffe242;
}

.list .date {
    color: #d4cec2;
    font-size: 18px;
    font-weight: bold;
    float: left;
}

.list .date:before {
    content: "�枂�䔄�𠯫��麨��";
    display: inline-block;
}

.list .price01 {
    color: #ff6884;
    float: right;
    font-weight: bold;
    font-size: 30px;
    margin-right: 10px;
}

.list .price01 span {
    font-size: 15px;
    color: #fff;
    display: inline-block;
    margin-left: 5px;
}

.list .price02 {
    color: #ffcc00;
    float: right;
    font-weight: bold;
    font-size: 30px;
    margin-right: 10px;
}

.list .price02 span {
    font-size: 15px;
    color: #fff;
    display: inline-block;
    margin-left: 5px;
}

footer {
    color: #fff;
    font-size: 13px;
    line-height: 0;
    letter-spacing: 1px;
    position: relative;
    background: url(../images/footer.jpg);
    width: 1280px;
    height: 362px;
    overflow: hidden;
}

footer a {
    color: #fff;
}

.footer_table {
    width: 1000px;
    margin: 0 auto;
    padding: 10% 0;
    line-height: 20px;
}</pre></body></html>