<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* CSS Document */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
    margin: 0;
    padding: 0;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    text-align: left;
    font-weight: normal;
}

html,
body,
fieldset,
img,
iframe,
abbr {
    border: 0;
}

i,
cite,
em,
var,
address,
dfn {
    font-style: normal;
}

[hidefocus],
summary {
    outline: 0;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
    font-size: 100%;
}

sup,
sub {
    font-size: 83%;
}

pre,
code,
kbd,
samp {
    font-family: inherit;
}

q:before,
q:after {
    content: none;
}

textarea {
    overflow: auto;
    resize: none;
}

label,
summary {
    cursor: default;
}

a,
button {
    cursor: pointer;
}

button {
    border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
    font-weight: bold;
}

del,
ins,
u,
s,
a,
a:hover {
    text-decoration: none;
}

body {
    font: 12px/150% Arial, Verdana, Microsoft Yahei, "\5b8b\4f53";
    color: #333;
    outline: 0;
}

body {
    background: #ffff;
    color: #444;
}

a {
    color: #444;
    outline: none;
    text-decoration: none;
    font-family: Microsoft Yahei;
}

a:hover {
    color: #49b53e;
}

/* function */
.f-cb:after,
.f-cbli li:after {
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    content: ".";
}

.f-cb,
.f-cbli li {
    zoom: 1;
}

.f-ib {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.f-dn {
    display: none;
}

.f-db {
    display: block;
}

.f-fl {
    float: left;
}

.f-fr {
    float: right;
}

.f-pr {
    position: relative;
}

.f-prz {
    position: relative;
    zoom: 1;
}

.f-oh {
    overflow: hidden;
}

.f-ff0 {
    font-family: arial, \5b8b\4f53;
}

.f-ff1 {
    font-family: "Microsoft YaHei", \5fae\8f6f\96c5\9ed1, arial, \5b8b\4f53;
}

.f-fs1 {
    font-size: 12px;
}

.f-fs2 {
    font-size: 14px;
}

.f-fwn {
    font-weight: normal;
}

.f-fwb {
    font-weight: bold;
}

.f-tal {
    text-align: left;
}

.f-tac {
    text-align: center;
}

.f-tar {
    text-align: right;
}

.f-taj {
    text-align: justify;
    text-justify: inter-ideograph;
}

.f-vam,
.f-vama * {
    vertical-align: middle;
}

.f-wsn {
    word-wrap: normal;
    white-space: nowrap;
}

.f-pre {
    overflow: hidden;
    text-align: left;
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-all;
}

.f-wwb {
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
}

.f-ti {
    overflow: hidden;
    text-indent: -30000px;
}

.f-ti2 {
    text-indent: 2em;
}

.f-lhn {
    line-height: normal;
}

.f-tdu,
.f-tdu:hover {
    text-decoration: underline;
}

.f-tdn,
.f-tdn:hover {
    text-decoration: none;
}

.f-toe {
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.f-csp {
    cursor: pointer;
}

.f-csd {
    cursor: default;
}

.f-csh {
    cursor: help;
}

.f-csm {
    cursor: move;
}

.f-usn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

/*color*/
.gray {
    color: #919191;
}

.lgray {
    color: #e0e0e0;
}

.orange {
    color: #ff7300 !important;
}

.red {
    color: #f43636;
}

.green {
    color: #49b53e;
}

.blue {
    color: #0c8bd7;
}

.green-bg {
    background: #21b51a;
}

.blue-bg {
    background: #0c8bd7;
}

/*padding*/
.pl5 {
    padding-left: 5px;
}

.pr5 {
    padding-right: 5px;
}

.pt5 {
    padding-top: 5px;
}

.pl10 {
    padding-left: 10px;
}

.pr10 {
    padding-right: 10px;
}

.pt10 {
    padding-top: 10px;
}

.pl15 {
    padding-left: 15px;
}

.pr15 {
    padding-right: 15px;
}

.pt15 {
    padding-top: 15px;
}

.pl20 {
    padding-left: 20px;
}

.pr20 {
    padding-right: 20px;
}

.pt20 {
    padding-top: 20px;
}

.pl25 {
    padding-left: 25px;
}

.pr25 {
    padding-right: 25px;
}

.pt25 {
    padding-top: 25px;
}

.pl30 {
    padding-left: 30px;
}

.pr30 {
    padding-right: 30px;
}

.pt30 {
    padding-top: 30px;
}

.pb5 {
    padding-bottom: 5px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb20 {
    padding-bottom: 20px;
}

/*line-height*/
.lh23 {
    line-height: 23px;
}

/*bg*/
.radiu-orange {
    border-radius: 100px;
    background: #ff7300;
    padding: 2px 6px;
    color: #fff;
}

/*input边框*/
input:focus {
    outline: none;
}

input,
button {
    font-family: Microsoft Yahei;
}

/*margin*/
.mt5 {
    margin-top: 5px;
}

.ml5 {
    margin-left: 5px;
}

.mr5 {
    margin-right: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mr10 {
    margin-right: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.noborder {
    border: none !important;
}

.cl {
    clear: both;
}

/*公用tab*/
.tab-ul li {
    float: left;
}

/*浮动*/
.position-wrap {
    position: relative;
}

/*文字*/
.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}
.f14 li{margin-right: 20px;}
.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f22 {
    font-size: 22px;
}

.f24 {
    font-size: 24px;
}

.f26 {
    font-size: 26px;
}

.f28 {
    font-size: 20px;
}

.f30 {
    font-size: 30px;
}

.tc {
    text-align: center;
}

.mc {
    margin: 0 auto;
}

/*面包屑*/
.path {
    width: 1200px;
    height: 30px;
    line-height: 26px;
    margin: 2px auto;
    overflow: hidden;
    font-family: "Microsoft YaHei", tahoma, arial, "Hiragino Sans GB", "\5b8b\4f53", sans-serif;
    font-size: 14px;
}

.container-100 {
    width: 100%;
}

.container-gray {
    background: #f9f9f9;
}

.container {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.container-global {
    background: #fff;
    border: 1px solid #edf4f9;
    padding: 20px 0;
}

.path-1 {
    width: 1200px;
    height: 30px;
    line-height: 26px;
    margin: 2px auto;
    font-family: "Microsoft YaHei", tahoma, arial, "Hiragino Sans GB", "\5b8b\4f53", sans-serif;
    font-size: 14px;
}

.path-1-list {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.path-1-list-span {
    display: inline-block;
    padding: 0px 6px;
    border: 1px solid #e6e6e6;
    background: #fff;
}

.path-1-list:hover .path-1-list-span {
    border: 1px solid #fb8f25;
    border-bottom: 1px solid #fff;
    color: #fb8f25;
    background: #fff;
    position: relative;
    z-index: 102;
}

.path-1-list-span i {
    display: inline-block;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
}

.path-1-list:hover .path-1-list-span i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.path-box {
    background: #fff;
    position: absolute;
    padding: 10px;
    min-width: 500px;
    border: 1px solid #fb8f25;
    top: 27px;
    left: 0px;
    z-index: 100;
}

.path-box a {
    display: inline-block;
    padding: 5px;
    width: 70px;
}

/*分页*/
.page {
    text-align: center;
}

.search-list table {
    float: right;
}

.page li {
    display: inline-block;
}

.page a {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #eee;
    margin-left: 5px;
    font-size: 14px;
    border-radius: 2px;
}

.page span {
    margin-left: 5px;
}

.page a:hover,
.page a.thisclass {
    background: #49B53E;
    color: #fff;
    border: 1px solid #49B53E;
}


.blue-btn {
    background: #2fa6f2;
    color: #fff;
    border-radius: 2px;
    padding: 10px 30px;
    font-size: 16px;
}

.blue-btn:hover {
    background: #2ba0ea;
    color: #fff;
}

.text-left {
    text-align: left;
}

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

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

.big-img img {
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.big-img:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -transform: scale(1.1, 1.1);
}

.boximg {
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.boximg:hover {
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
    -webkit-box-shadow: 0 15px 20px rgba(8, 45, 110, 0.4);
    box-shadow: 0 15px 20px rgba(8, 45, 110, 0.4);
}

.green-btn {
    display: inline-block;
    background: #49B53E;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 4px;
}

.green-btn:hover {
    opacity: 0.95;
    color: #fff;
}

.red-btn {
    display: inline-block;
    background: #FF6D6F;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 4px;
}

.red-btn:hover {
    opacity: 0.95;
    color: #fff;
}

/*弹窗自定义*/
.art-wrap {
    padding: 20px;
}

/*登录弹窗*/
.login-art-row1 {
    width: 350px;
    margin: 5px auto;
    overflow: hidden;
}

.login-art-row2 {
    width: 350px;
    margin: 10px auto;
    margin-top: 20px;
}

.login-art-row2 li input {
    width: 330px;
    border: 1px solid #DAE2E5;
    height: 40px;
    line-height: 40px;
    padding: 0 10px
}

.login-art-row2 li {
    padding: 5px 0;
}

.login-art-btn {
    width: 350px;
    margin-top: 20px;
    overflow: hidden;
    line-height: 40px;
}

.art-login-btn {
    border-radius: 2px;
    background: #0DC316;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0 40px;
    display: inline-block;
    font-size: 16px;
}

.art-login-btn:hover {
    color: #fff;
    opacity: 0.8;
}

.login-art-row3 {
    margin: 20px auto;
    border-top: 1px solid #ECF2F5;
    border-bottom: 1px solid #ECF2F5;
    padding: 15px 0;
}

.other-login a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    line-height: 40px;
    text-align: center;
    background: #ddd;
    color: #fff;
}

.other-login a span {
    font-size: 24px;
}

.login-art-row4 {
    padding: 10px 30px;
    line-height: 23px;
}

.close-art {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.close-art span {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #777;
    color: #fff;
    border-radius: 100px;
    text-align: center;
}



.comm-fa .validate {
    width: 80px;
    height: 30px;
    font-size: 14px;
    padding: 4px;
    font-family: Microsoft Yahei;
    background: #F8F8F8;
    border: 1px solid #EAEAEA;
}

.comm-fa .comm-input img {
    margin-left: 10px;
}
</pre></body></html>