<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* global */
* {
    word-break: break-all;
    font-family: Verdana, Arial;
    -webkit-text-size-adjust: none;
}

/*"Microsoft Yahei",*/
body {
    margin: 0;
    font-size: 12px;
    color: #333333;
    background: #FFFFFF;
}

form,
input,
select,
textarea,
td,
th {
    font-size: 12px;
}

input,
select,
textarea {
    padding: 5px;
}

img {
    border: none;
}

ul li {
    list-style-type: none;
}

ol li {
    list-style-type: decimal;
}

ul,
form {
    margin: 0px;
    padding: 0px;
}

a:link,
a:visited,
a:active {
    color: #333333;
    text-decoration: none;
}

a:hover {
    color: #FF6600;
}

/* links */
a.w:link,
a.w:visited,
a.w:active {
    color: #FFFFFF;
    text-decoration: none;
}

a.w:hover {
    color: #F4F3F2;
}

a.b:link,
a.b:visited,
a.b:active {
    color: #225588;
    text-decoration: none;
}

a.b:hover {
    color: #FF6600;
}

a.g:link,
a.g:visited,
a.g:active {
    color: #666666;
    text-decoration: none;
}

a.g:hover {
    color: #FF6600;
}

/* common */
.m {
    margin: auto;
    width: 1300px;
    background: #FFFFFF;
    clear: both;
}

.clear,
.clearfix {
    clear: left;
}

.head {
    background: #fff;
    width: 100%;
    height: 35px;
    line-height: 35px;
    /* position: fixed;
    z-index: 9999;
    left: 0; */
    border-bottom: 1px #ddd solid;
}

.head_m {
    margin: auto;
    width: 1300px;
    /* padding: 10px 0 0 0; */
    color: #666666;
}

.head_l {
    position: relative;
    overflow: hidden;
    width: auto;
}

.head_s {
    height: 31px;
}

.head_t strong {
    color: #FF0000;
    font-weight: normal;
}

.head_m li {
    float: left;
    margin: 0 10px 0 0;
    position: relative;
}

.h_city {
    background: url('image/ico_arrow_d.gif') no-repeat right center;
    padding: 0 10px 0 0;
}

.h_fav {
    padding: 0 6px 0 2px;
}

.qrcode {
    position: absolute;
    top: 30px;
    left: -45px;
    display: none;
    width: 150px;
    height: 150px;
}

.h_mobile {
    background: url('image/ico_mobile.gif') no-repeat 0 center;
    padding: 0 2px 0 15px;
}

.h_cart {
    background: url('image/ico_cart.gif') no-repeat 0 center;
    padding: 0 6px 0 18px;
}

.h_qrcode {
    background: url('image/ico_qrcode.gif') no-repeat 0 center;
    padding: 0 6px 0 18px;
}

.f_l {
    float: left;
}

.container,
.m_sec {
    width: 1300px;
    margin: 0 auto;
    position: relative;
    clear: both;
}

.pull-left {
    float: left;
    height: 90px;
}

.media-body,
.sear-txt-box {
    position: relative;
    overflow: hidden;
    width: auto;
}

.clear {
    clear: both;
}

.blank20 {
    height: 20px;
    display: block;
    clear: both;
    margin: 0 auto;
    width: 1300px;
}

.blank40 {
    height: 40px;
    display: block;
    clear: both;
    margin: 0 auto;
    width: 1300px;
}

/* 

.logo-btn{background: #00a0ea;} */
.media-body1 {
    float: right;
    width: 900px;
    text-align: left;
}

.option-left {
    float: right;
    position: relative;
    width: 50px;
    text-align: right;
    cursor: pointer;
    font-size: 14px;
    height: 35px;
    line-height: 36px;
    padding-right: 20px;
    margin-right: 20px;
    background: url(./image/up.png) no-repeat center right;
    background-size: auto 40%;
}

.option-left input {
    border: none;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    cursor: pointer;
    outline: none;
    text-align: center;
}

.search-box {
    border: 2px solid #003d4c;
    border-radius: 50px;
    width: 500px;
    margin-top: 25px;
}

.search-btn {
    margin-right: -2px;
    float: right;
    width: 100px;
    color: #fff;
    font-size: 16px;
    background: #003d4c;
    text-align: center;
    height: 36px;
    border: none;
    outline: none;
    cursor: pointer;
}

.search-btn-index {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

a.search-btn:hover {
    color: #fff;
    background: #1073C5;
}

.search-txt {
    padding: 3px 5px;
    height: 30px;
    border: none;
    width: 100%;
    outline: none;
    margin-left: 35px;
}

.fixover {
    overflow: hidden;
}

.menu-box {
    display: block;
    overflow: hidden;
    text-align: center;
    /* border-bottom: 2px solid #126fbc; */
}

.menu-box ul {
    position: relative;
    overflow: hidden;
    width: auto;
}

.menu-box li {
    float: left;
    overflow: hidden;
}

.menu-box li a {
    display: block;
    overflow: hidden;
    text-align: center;
    width: 120px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}

.menu-box li a span {
    display: block;
}

.cate-desc {
    display: none;
}

.com_sec {
    position: relative;
    overflow: hidden;
    display: block;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.menu-box {
    background: #003d4c;
}

.menu-box li a span {
    color: #fff;
}

.menu-box li a:hover,
li.menuon a {
    background: #ff3220;
}

.header {
    padding: 20px 0;
    background-color: #fff;
}

.footer-comm {
    margin-top: 30px;
    background: #003d4c;
    color: #fff;
    height: 80px;
}

.footer-comm .comm-l {
    width: 950px;
    float: left;
}

.footer-comm .comm-l a {
    color: #fff;
    line-height: 80px;
    margin-right: 10px;
}

.footer-comm .comm-r {
    width: 260px;
    float: right;
    margin-top: 20px;
}

.footer-comm .comm-r p {
    margin-bottom: 5px;
}

.footer-comm .comm-r span {
    font-weight: bold;
    font-size: 20px;
}

.footer {
    background: #0c273c !important;
    padding: 20px 0;
}

.footer-right {
    float: right;
    width: 260px;
}

.footer-right .ewm {
    width: 90px;
    float: left;
}

.footer-right .ewm:first-child {
    margin-right: 40px;
}

.footer-right .ewm img {
    width: 100%
}

.footer-right .ewm p {
    color: #fff;
    margin-top: 8px;
}

.footer-left {
    float: left;
    position: relative;
    overflow: hidden;
    width: 1000px;
}

.footer-line {
    height: 1px;
    display: block;
    border-bottom: 1px solid #7d909f;
    margin: 15px 0 20px;
}

.foot_page,
.foot_page a,
.copyright {
    color: #bbcad1;
    /* padding: 0 5px; */
    font-size: 12px;
    line-height: 42px;
}

.footer-safe {
    overflow: hidden;
}

.copyright a {
    color: #bbcad1
}

.copyright a img {
    opacity: 0;
}

.footer-safe li {
    float: left;
    overflow: hidden;
    margin-right: 10px;
    width: 120px;
}

.footer-safe a {
    display: block;
    overflow: hidden;
    border: 1px solid #ddd;
}

.footer-safe img {
    display: block;
}

.footer-safe-box {
    display: block;
    margin: 30px 0 15px;
}

.footer-right {
    text-align: center;
}

.footer-focus {
    font-size: 20px;
    color: #fff;
    line-height: 42px;
    height: 42px;
    border-bottom: 1px solid #fff;
    width: 72%;
    margin: 0px auto 2px;
}

.footer-tui {
    text-align: center;
    font-size: 13px;
    color: #fff;
    line-height: 34px;
}

.down-tips {
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin: 6px 0;
}

.options-box {
    position: absolute;
    display: none;
    width: 65px;
    overflow: hidden;
    left: -1px;
    top: 36px;
    z-index: 11;
    text-align: center;
    border: 1px solid #1581db;
    background: #fff;
}

.options-box ul,
.options-box li {
    display: block;
    overflow: hidden;
}

.options-box li a {
    font-size: 14px;
    display: block;
    height: 26px;
    line-height: 26px;
}

/* box */
.box_head {
    border-bottom: #DDDDDD 1px solid;
    height: 31px;
    line-height: 31px;
    padding: 0 10px 0 0;
}

.box_head strong {
    font-size: 18px;
    padding: 0 5px 5px 5px;
    border-bottom: #f00 2px solid;
}

.box_body {
    padding: 6px 8px 6px 8px;
}

.box_body li {
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    margin-top: 5px;
}

.box_body li a {
    font-size: 14px;
}

.tab_head {
    border: #DDDDDD 1px solid;
    border-bottom: none;
    height: 31px;
    line-height: 31px;
    font-size: 14px;
    overflow: hidden;
    background: #EEEEEE url('image/box_head_bg.gif') repeat-x;
    font-weight: bold;
}

.tab_1 {
    float: left;
    padding: 0 15px 0 15px;
    border-right: #DDDDDD 1px solid;
    cursor: pointer;
    font-weight: normal;
}

.tab_2 {
    float: left;
    padding: 0 15px 0 15px;
    border-right: #DDDDDD 1px solid;
    cursor: pointer;
    background: #FFFFFF;
}

.tab_1_1 {
    border-bottom: #DDDDDD 1px solid;
    cursor: pointer;
}

.tab_1_2 {
    border: #DDDDDD 1px solid;
    border-bottom: none;
    cursor: pointer;
    font-weight: bold;
}

.tab_head_2 {
    height: 27px;
    background: #EEEEEE;
    border-left: #DDDDDD 1px solid;
    border-right: #DDDDDD 1px solid;
    text-align: center;
    padding-left: 12px;
}

.tab_2_1 {
    float: left;
    width: 80px;
    height: 27px;
    line-height: 31px;
    overflow: hidden;
    background: url('image/tab_2_1.gif') no-repeat 6px right;
    cursor: pointer;
}

.tab_2_1 span {
    color: #333333;
}

.tab_body_2 {
    border: #DDDDDD 1px solid;
    border-top: none;
}

.li_dot li {
    background: url('image/li_dot.gif') no-repeat 5px 10px;
    padding: 0 10px 0 12px;
}

/* pages */
.pages {
    padding: 20px 0 20px 0;
    text-align: center;
    font-size: 12px;
    color: #666666;
}

.pages a:link,
.pages a:visited,
.pages a:active {
    background: #ffffff;
    color: #999;
    padding: 5px 6px;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s linear;
}

.pages a:hover {
    background: #258CFF;
    color: #FFFFFF;
    text-decoration: none;
}

.pages strong {
    background: #258CFF;
    padding: 5px 6px;
    color: #ffffff;
    border-radius: 4px;
}

.pages_inp {
    width: 20px;
    border: #DDDDDD 1px solid;
    color: #666666;
    text-align: center;
    padding: 4px 6px;
    border-radius: 4px;
}

.pages_btn {
    border: none;
    font-size: 11px;
    background: #258CFF;
    padding: 5px 6px;
    color: #ffffff;
    border-radius: 4px;
}

.pages label {
    background: #FFFFFF;
    border: #DDDDDD 1px solid;
    color: #666666;
    padding: 3px 5px 3px 5px;
}

.pages label em {
    color: red;
    font-weight: bold;
    font-style: normal;
}

.pages label span {
    font-weight: bold;
}

.pages cite {
    font-style: normal;
}

/* table */
.tb table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.tb th {
    background: #EEEEEE;
    border: #DDDDDD 1px solid;
    padding: 4px;
    line-height: 150%;
}

.tb td {
    border: #DDDDDD 1px solid;
    padding: 4px;
    line-height: 150%;
}

/* user */
.user {
    background: url('image/user_bg.gif') no-repeat;
    width: 300px;
    font-size: 12px;
    line-height: normal;
}

.user_login {
    padding: 15px 30px;
}

.user_input {
    border: #8DB2E3 1px solid;
    padding: 3px 0 4px 3px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
    color: #666666;
}

.user_tip {
    padding: 0 30px;
    font-weight: bold;
    color: #333333;
}

.user_reg {
    padding: 5px 0 0 20px;
}

.user_reg_c {
    padding: 0 30px;
}

.user_can {
    margin: 10px;
    text-align: center;
    color: #1B4C7A;
    border-bottom: #EEEEEE 1px solid;
}

.user_can td {
    padding: 6px 0 10px 0;
    /* background: url('image/user_can.gif') no-repeat center 0; */
}

.user_wel {
    padding: 18px 0 10px 45px;
    font-weight: bold;
    font-size: 14px;
    background: url('image/user_wel.gif') no-repeat 26px 18px;
}

.user_do {
    padding: 0 10px 0 10px;
    text-align: center;
}

.user_do td {
    padding: 6px 0 11px 0;
    background: url('image/user_can.gif') no-repeat center 0;
}

.user_foot {
    height: 10px;
    line-height: 10px;
    font-size: 1px;
    background: url('image/user_bg.gif') no-repeat 0 bottom;
}

.user_warn {
    padding: 5px;
    margin: 0 10px 0 10px;
    /* border: #FFC600 1px solid; */
    /* background: #FFFEBF; */
    text-align: center;
    font-weight: bold;
}

.thumb {
    padding: 5px 0 5px 0;
}

.thumb img {
    border: #D0D0D0 1px solid;
    padding: 3px;
    object-fit: cover;
}

.thumb li {
    height: 22px;
    line-height: 22px;
    overflow: hidden;
}

.thumbml ul {
    margin: 10px 0 15px 0;
}

.imb img {
    border: #DDDDDD 1px solid;
    padding: 3px;
}

/* album */
#mid_pos {
    position: absolute;
}

#mid_div {
    width: 360px;
    height: 270px;
    cursor: crosshair;
    padding: 5px;
    border: #CCCCCC 1px solid;
    background: #F3F3F3;
}

#zoomer {
    border: #333333 1px solid;
    width: 120px;
    height: 90px;
    background: #FFFFFF url('image/zoom_bg.gif');
    position: absolute;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#big_div {
    width: 320px;
    height: 240px;
    border: #CCCCCC 1px solid;
    background: #FFFFFF;
    position: absolute;
    overflow: hidden;
}

#big_pic {
    position: absolute;
}

.ab_im {
    padding: 2px;
    margin: 10px 0 10px 13px;
    border: #C0C0C0 1px solid;
}

.ab_on {
    padding: 2px;
    margin: 10px 0 10px 13px;
    border: #FF6600 1px solid;
    background: #FF6600;
}

/* ads */
.adword table {
    background: url('image/adword_bg.gif') repeat-x 0 bottom;
}

.adword_tip {
    color: #FF1100;
    border-bottom: #DDDDDD 1px solid;
    padding: 8px 10px 8px 28px;
    background: url('image/arrow_up.gif') no-repeat 10px 8px;
}

.sponsor {}

/* basic */
.f_l {
    float: left;
}

.f_r {
    float: right;
}

.t_l {
    text-align: left;
}

.t_r {
    text-align: right;
}

.t_c {
    text-align: center;
}

.f_b {
    font-weight: bold;
}

.f_n {
    font-weight: normal;
}

.f_white {
    color: white;
}

.f_gray {
    color: #666666;
}

.f_orange {
    color: #FF6600;
}

.f_red {
    color: red;
}

.f_green {
    color: green;
}

.f_blue {
    color: blue;
}

.f_dblue {
    color: #225588;
    font-size: 14px;
}

.f_price {
    font-weight: bold;
    font-family: Arial;
    color: #FF0000;
}

.px10 {
    font-size: 10px;
}

.px11 {
    font-size: 11px;
}

.px12 {
    font-size: 12px;
}

.px13 {
    font-size: 13px;
}

.px14 {
    font-size: 14px;
}

.px15 {
    font-size: 15px;
}

.px16 {
    font-size: 16px;
}

.b5 {
    height: 5px;
    font-size: 1px;
}

.b6 {
    height: 6px;
    font-size: 1px;
}

.b8 {
    height: 8px;
    font-size: 1px;
}

.b10 {
    height: 10px;
    font-size: 1px;
}

.b15 {
    height: 15px;
    font-size: 1px;
}

.b20 {
    height: 20px;
    font-size: 1px;
}

.pd3 {
    padding: 5px;
}

.pd5 {
    padding: 5px;
}

.pd10 {
    padding: 10px;
}

.pd15 {
    padding: 15px;
}

.pd20 {
    padding: 20px;
}

.lh18 {
    line-height: 180%;
}

.ls1 {
    letter-spacing: 1px;
}

.c_p {
    cursor: pointer;
}

.c_b {
    clear: both;
}

.dsn {
    display: none;
}

.absm {
    vertical-align: middle;
}

.btn {
    background: url('image/btn.gif') no-repeat;
    height: 24px;
    line-height: 22px;
    width: 50px;
    border: none;
    cursor: pointer;
    letter-spacing: 3px;
}

.btn_1 {
    background: url('image/btn_1.gif') no-repeat;
    height: 21px;
    line-height: 21px;
    width: 69px;
    padding-left: 9px;
    border: none;
    cursor: pointer;
}

.btn_2 {
    background: url('image/btn_2.gif') no-repeat;
    height: 21px;
    line-height: 21px;
    width: 69px;
    padding-left: 9px;
    border: none;
    cursor: pointer;
}

.btn_s {
    background: #2388FA;
    color: #FFFFFF;
    border: none;
    padding: 2px;
    letter-spacing: 1px;
}

.btn_r {
    background: #D7D7D7;
    color: #666666;
    border: none;
    padding: 2px;
    letter-spacing: 1px;
}

.bd {
    border: #CAD9EA 1px solid;
}

.highlight {
    color: red;
}

.jt {
    color: #003278;
    cursor: pointer;
}

.np {
    padding: 20px 30px 20px 50px;
    line-height: 25px;
    font-size: 14px;
}

.lazy {
    background: #FAFAFA url('image/loading.gif') no-repeat center center;
}

.slide {
    background: #FAFAFA;
    overflow: hidden;
}

.bor1 {
    border-left: 1px solid #ddd;
    padding-left: 15px;
}

/* position */
.pos {
    padding: 0 10px 0 10px;
    line-height: 31px;
    color: #8b8989;
    font-size: 14px;
    margin-top: 15px;
}

.pos a {
    color: #8b8989;
}

.nav {
    padding: 10px;
}

/* show */
.mall_tab {
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}

.mall_tab ul li {
    margin: 5px 10px;
    float: left;
}

.mall_tab ul li a {
    font-size: 14px;
}

.title {
    /* height: 25px; */
    font-size: 24px;
    text-align: center;
    /* font-family: \9ED1\4F53; */
    margin-top: 25px;
}

.title_trade {
    height: 25px;
    font-size: 18px;
    text-align: center;
    /* font-family: \9ED1\4F53; */
    font-weight: normal;
    margin: 0 0 8px 0;
    border-bottom: #F1F1F1 1px solid;
    padding: 0 0 10px 0;
}

.info {
    margin: 0 15px 0 15px;
    padding: 4px 10px 4px 10px;
    line-height: 30px;
    text-align: center;
    border-bottom: #eee 1px solid;
    font-size: 14px;
    color: #b9b9b9;
}

.introduce {
    margin: 10px 15px 10px 15px;
    padding: 8px 12px 8px 12px;
    line-height: 180%;
    font-size: 14px;
    background: #F1F1F1;
}

.content {
    font-size: 14px;
    line-height: 180%;
    padding: 10px 20px 10px 20px;
    width: 920px;
}

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

.content img {
    max-width: 90% !important;
    height: auto !important;
}

.content a:link,
.content a:visited,
.content a:active {
    color: #225588;
    text-decoration: underline;
}

.content a:hover {
    color: #FF6600;
    text-decoration: none;
}

.property {
    border: #E6E6E6 1px solid;
    background: #F6F6F6;
    padding: 10px;
    margin: 0 10px 0 10px;
}

.property li {
    float: left;
    width: 30%;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
}

.detail {
    background: url('image/arrow.gif') no-repeat 0 9px;
    border-bottom: #C0C0C0 1px dotted;
    padding: 8px 0 8px 20px;
    margin: 0 15px 0 15px;
}

.related {
    padding: 5px 15px 5px 15px;
    line-height: 22px;
}

.keylink {
    font-weight: normal;
    padding: 0 3px 0 3px;
}

#comment_main div {
    height: 100px;
    background: url('image/loading.gif') no-repeat center center;
}

.font14 td {
    font-size: 14px;
}

/* layout */
.m_l {
    width: 960px;
}

.m_r {
    width: 320px;
    margin-top: 50px;
    border-left: 1px solid #ddd;
    padding-left: 15px;
}

.m_n {
    width: 10px;
}

.m_l_1 {
    width: 910px;
}

.m_r_1 {
    width: 260px;
    margin-top: 15px;
}

/* left */
.left_box {
    margin-bottom: 30px;
}

.left_head {
    border-bottom: #eee 1px solid;
    /* height: 31px;
    line-height: 31px; */
    padding-bottom: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    /* padding: 0 0 0 10px; */
    font-size: 18px;
    font-weight: bold;
    /* margin-left: 20px; */
}

.left_head span {
    font-weight: normal;
    font-size: 12px;
}

/* search */
.fsearch {
    padding: 5px 0 10px 15px;
    margin: 1px 1px 0 1px;
    margin-top: 20px;
    border-top: 1px solid #ddd;
}

.fsearch tr {
    display: block;
    padding: 7px 0;
}

.fsearch tr&gt;td {
    text-align: left;
}

.sch {
    padding: 15px 20px 5px 20px;
    margin-bottom: 10px;
}

.sch p {
    padding: 10px 10px 10px 10px;
    font-size: 13px;
    margin: 0;
}

.sch_find {
    border-top: #DDDDDD 1px solid;
    border-bottom: #EEEEEE 1px solid;
    margin: 5px 0 5px 0;
    padding: 5px 0 5px 5px;
    font-weight: bold;
}

.sch_site li {
    background: url('image/ico_search.gif') no-repeat 3px 3px;
    height: 23px;
    line-height: 23px;
    overflow: hidden;
    padding: 0 5px 0 25px;
    color: #666666;
}

.sch_relate li {
    background: url('image/arrow_up.gif') no-repeat 3px 3px;
    height: 23px;
    line-height: 23px;
    overflow: hidden;
    padding: 0 5px 0 25px;
    color: #666666;
}

.rank_list {
    background: url('image/rank_list.gif') no-repeat;
}

.rank_list li {
    height: 25px;
    line-height: 22px;
    overflow: hidden;
    padding: 0 5px 0 35px;
}

.ppt {
    padding: 1px 15px 1px 35px;
    line-height: 25px;
}

.ppt_l {
    width: 60px;
    font-weight: bold;
}

.ppt_r {
    color: #DFDFDF;
}

.ppt span {
    padding: 1px;
    background: #2E6AB1;
    border: #1D589E 1px solid;
    color: #FFFFFF;
}

/* sell &amp;&amp; buy &amp;&amp; company */
.category {
    padding: 10px 20px 5px 15px;
}

.category p {
    padding: 5px 0 5px 0;
    margin: 0;
}

.category div {
    padding: 0 20px 0 20px;
}

.list {
    line-height: 180%;
    margin: 0 10px 0 10px;
}

.list table {
    width: 100%;
    border-bottom: #CCCCCC 1px dotted;
}

.list td {
    padding: 10px 0 10px 0;
}

.list h3 {
    font-size: 14px;
    margin: 0px;
    height: 22px;
    overflow: hidden;
}

.about {
    border: #2786C6 1px solid;
    background: #F2F2F2;
    padding: 8px;
    margin: 15px 15px 0 15px;
}

.about li {
    padding: 5px 0 5px 5px;
}

.about li span {
    display: block;
    width: 100px;
    float: left;
    color: #1B4C7A;
}

.contact_head {
    height: 31px;
    line-height: 31px;
    border: #DDDDDD 1px solid;
    border-bottom: none;
    background: #EEEEEE;
    padding: 0 10px 0 10px;
    font-weight: bold;
    font-size: 14px;
}

.contact_body {
    padding: 10px;
    border: #DDDDDD 1px solid;
    border-top: none;
    font-size: 14px;
}

.contact_body li {
    line-height: 30px;
    border-bottom: #E2E2E2 1px solid;
    padding: 0 0 0 10px;
}

.contact_body li span {
    color: #1B4C7A;
    padding: 0 8px 0 0;
}

.type {
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    /* border-top: #DDDDDD 1px solid; */
    background: #EEEEEE;
    padding-left: 35px;
}

a.type_1:link,
a.type_1:visited,
a.type_1:active,
a.type_1:hover {
    float: left;
    display: block;
    padding: 0 15px 0 15px;
    background: #FFFFFF;
    color: #000000;
    font-weight: bold;
}

a.type_2:link,
a.type_2:visited,
a.type_2:active {
    float: left;
    display: block;
    padding: 0 15px 0 15px;
    border-right: #E2F0FB 1px solid;
}

a.type_2:hover {
    background: #258CFF;
    color: #FFFFFF;
}

.img_tip {
    width: 200px;
    z-index: 1000;
    position: absolute;
    padding: 5px;
    border: #DDDDDD 1px solid;
    background: #FFFFFF;
}

.vote {
    padding: 10px;
}

.vote div {
    font-weight: bold;
}

.vote li {
    padding: 3px 0 3px 0;
}

.vote p {
    margin: 5px 0 5px 0;
}

/* left_menu */
.left_menu {
    width: 150px;
    background: #FFFFFF url('image/left_menu.gif') repeat-y;
}

.left_menu a {
    width: 90%;
    display: block;
}

.left_menu ul {
    background: #FFFFFF url('image/left_menu_ul.gif') no-repeat;
    padding-top: 2px;
}

.left_menu_li {
    line-height: 37px;
    height: 37px;
    background: url('image/left_menu_li.gif') no-repeat;
    padding-left: 30px;
    overflow: hidden;
}

.left_menu_on {
    line-height: 37px;
    height: 37px;
    background: url('image/left_menu_on.gif') no-repeat;
    padding-left: 30px;
    overflow: hidden;
}

.warn {
    padding: 30px 100px 30px 200px;
}

.warn div {
    padding: 5px 0 0 60px;
    background: url('image/warn.gif') no-repeat;
    font-size: 14px;
    line-height: 200%;
}

.warn h1 {
    font-size: 16px;
    margin: 0;
}

.guest_warn {
    padding: 2px 0 2px 0;
    text-align: center;
    margin: 0 130px 15px 130px;
    background: #FFF5D8;
    border: #FF7300 1px solid;
}

.back2top {
    width: 58px;
    height: 58px;
    position: fixed;
    _position: absolute;
    left: 50%;
    margin-left: 500px;
    bottom: 100px;
    _bottom: auto;
    cursor: pointer;
    display: none;
}

.back2top a {
    display: block;
    width: 100%;
    height: 100%;
    background: url('image/back2top.png') no-repeat;
}

.back2top a:hover {
    background: url('image/back2top.png') no-repeat -58px 0;
}

#destoon_city {
    color: red;
}

#powered {
    padding: 6px 0 20px 0;
}

/**/
.qy_c_h,
.qy_c_m {
    position: absolute;
    right: 20px;
    top: 0;
    color: #fff;
    background: #1581db;
    padding: 5px;
    cursor: pointer;
    margin-top: 10px;
    line-height: 20px;
}

.cate-tab {}

.cate-tab .hd {
    width: 100%;
    overflow: hidden;
}

.cate-tab .hd li {
    float: left;
    position: relative;
}

.cate-tab .hd li.on {}

.cate-tab .hd li.on a {
    color: #fff;
    background: #1581db;
}

.cate-tab .bd {
    overflow: hidden;
    border: none;
}

.cate-tab .bd li {
    float: left;
}

.b_list ul li {
    margin: 5px 0;
    font-size: 14px;
}

/*Icon*/
.f_time {
    width: 80px;
    height: 25px;
    display: block;
    text-align: center;
    line-height: 25px;
    color: #fff;
    font-size: 14px;
}

.f_s {
    background: #2C89C7;
}

.f_c {
    background: #359A00;
}

.f_o {
    background: #FE931B;
}

.btn_price {
    height: 37px;
    display: inline-block;
    text-align: center;
    line-height: 37px;
    font-size: 18px;
    padding: 0 15px;
    color: #FFF;
    font-weight: 800;
    background: #1581db;
    cursor: pointer;
}

.btn_buy {
    background: #FF8510;
}

.left_box .btn_tobuy {
    width: 135px;
    font-size: 22px;
}

.list ul {
    margin-left: 15px;
    height: 150px;
}

.list ul li {
    margin: 5px 0;
}

.footer-join {
    background: url(image/rmzsbg.png) no-repeat;
    height: 430px;
}

.footer-join .container {
    padding: 60px 0;
}

.footer-join .container h2 {
    color: #ff3220;
    text-align: center;
    font-size: 30px;
}

.footer-join .container .tip {
    text-align: center;
    font-size: 16px;
    margin-top: 15px;
}

.footer-join .container .tip b {
    color: #ff3220;
}

.footer-join .container .layui-form {
    width: 900px;
    margin: 40px auto 0 auto;
}

.footer-join .container .layui-form .layui-form-item .layui-inline {
    width: 50%;
    margin: 0;
    float: left;
}

.footer-join .container .layui-form.layui-form-pane .layui-form-label {
    background-color: transparent;
    border: none;
    font-size: 15px;
    width: 120px;
}

.footer-join .container .layui-form.layui-form-pane .layui-form-label s {
    color: #ff3220;
}

.footer-join .container .layui-form .layui-form-item .layui-inline .layui-input-inline {
    width: 251px;
}

.footer-join .container .layui-form #area-picker .layui-inline {
    width: 100%;
    float: unset;
}

.footer-join .container .layui-form .btn-box {
    text-align: center;
    margin-top: 40px;
}

.footer-join .container .layui-form .btn-box .layui-btn {
    background-color: #ff3220;
    border-radius: 50px;
    line-height: 45px;
    height: 45px;
    font-size: 16px;
}

.footer-join .container .layui-form .btn-box .layui-btn b {
    color: #ffd044;
}

.footer-join .container .layui-form .layui-form-select dl dd.layui-this {
    color: #ff3220;
}</pre></body></html>