<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,
html {
    padding: 0;
    margin: 0;
    font-size: 1rem;
    font-family: "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei";
}

input,
button,
select,
textarea {
    font-family: "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

dl,
dt,
dd,
ul,
li,
ol,
h1,
h2,
h3,
p,
form {
    padding: 0;
    margin: 0;
}

ul,
li,
ol {
    list-style: none;
}

img {
    vertical-align: top !important;
    display: inline-block;
}

.clear {
    clear: both;
}

a {
    color: #666;
    text-decoration: none;
}

a:hover {
    color: #3E94F2;
    transition: 0.2s ease color;
}

.center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #ccc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #ccc;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #ccc;
}

.layui-form-checkbox[lay-skin=primary]:hover i {
    border-color: #3E94F2 !important;
}

.layui-form-checked[lay-skin=primary] i {
    border-color: #3E94F2 !important;
    background: #3E94F2 !important;
}

.head-box {
    width: 90%;
    height: 54px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    transition: all .4s;
    padding: 0 5%;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    background: #fff;
}

.head-box .head-cent {
    width: 100%;
    height: 54px;
}

.head-box .logo {
    width: 100%;
    height: 54px;
    overflow: hidden;
}

.head-box .logo img {
    height: 34px;
    display: block;
    margin: 10px auto;
}

.head-box .slogan {
    display: none;
}

.head-box .lang {
    display: none;
}

.body-box {
    width: 90%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 74px;
}

.banner-box {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.banner-box .swiper {
    width: 100%;
    height: 200px;
    position: relative;
}

.banner-box .swiper-slide {
    width: 100%;
    height: 200px;
}

.banner-box .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.home-title {
    width: 159px;
    height: 29px;
    margin: 20px auto;
}

.home-title img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.home-serch {
    width: 100%;
    margin: 0 auto;
    height: 40px;
}

.home-serch .home-input {
    width: 60%;
    height: 40px;
    border: none;
    background: #F0F0F0;
    border-radius: 4px;
    float: left;
    box-sizing: border-box;
    padding-left: 28px;
    line-height: 50px;
    color: #666;
}

.home-serch .home-button {
    width: 35%;
    height: 40px;
    float: right;
    background: #D6AE6E;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
}

.home-box {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 20px auto;
}

.home-list {
    width: 100%;
    height: 45px;
    border-bottom: solid 1px #e6e6e6;
    line-height: 46px;
    position: relative;
    box-sizing: border-box;
    padding-right: 110px;
}

.home-list span {
    color: #999;
    position: absolute;
    right: 0;
    top: 0;
}

.home-list a {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    position: relative;
    box-sizing: border-box;
    padding-left: 14px;
    color: #666;
    margin-top: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.home-list a::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
    background: #d8d8d8;
}

.home-list a:hover {
    color: #D6AE6E;
}

.home-list a:hover::after {
    background: #D6AE6E;
}

.home-page {
    width: 100%;
    height: 32px;
    text-align: center;
}

.home-page .layui-laypage {
    margin: 0;
}

.online-tit {
    width: 100%;
    height: auto;
    position: relative;
    padding: 30px 0 14px 0;
    margin: 0 auto;
    text-align: center;
    font-size: 26px;
    /* font-weight: bold; */
    color: #333;
    line-height: 30px;
}

.online-tit::after {
    content: '';
    display: block;
    width: 40px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
    background: #333;
}

.online-box {
    width: 100%;
    height: auto;
    padding: 30px 0 0 0;
    margin: 0 auto;
}

.online-list {
    width: 100%;
    height: 30px;
    position: relative;
    padding-top: 20px;
    margin-bottom: 10px;
}

.online-list .online-input {
    width: 100%;
    height: 30px;
    background: none;
    border: none;
    border-bottom: solid 1px #E6E6E6;
    box-sizing: border-box;
    padding-left: 15px;
    font-size: 14px;
    position: relative;
    z-index: 2;
}

.online-list label {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 30px;
    line-height: 30px;
    color: #b3b3b3;
    padding-left: 15px;
    font-size: 14px;
    transition: all .3s;
}

.label-dw {
    bottom: 25px !important;
    transition: all .3s;
    color: #D6AE6E !important;
    font-size: 12px !important;
}

.cont-line {
    width: 0%;
    height: 1px;
    background: #1f1f29;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    transition: all .3s;
}

.line-dw {
    transition: all .3s;
    width: 100%;
}

.online-btn {
    background: none;
    cursor: pointer;
    border: none;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 40px;
    display: block;
    line-height: 40px;
    z-index: 2;
    font-size: 14px;
    color: #1f1f29;
    padding: 0 15px;
}

.online-tab {
    width: 48%;
    height: 30px;
    padding-top: 20px;
    float: left;
    position: relative;
}

.online-tab+.online-tab {
    margin-left: 4%;
}

.ts-online {
    padding-top: 0;
    height: 50px;
}

.online-list span {
    position: absolute;
    bottom: 25px;
    left: 0;
    height: 40px;
    line-height: 40px;
    color: #b3b3b3;
    padding-left: 15px;
    font-size: 12px;
    transition: all .3s;
}

.online-list .layui-form-select dl {
    font-size: 14px;
}

.online-list .layui-form-select dl dd.layui-this {
    background: #D6AE6E;
}

.online-list .layui-form-select dl dd {
    padding: 0 15px;
}

.online-tab input {
    width: 100%;
    height: 30px;
    background: none;
    border: none;
    border-bottom: solid 1px #E6E6E6;
    box-sizing: border-box;
    padding-left: 15px;
    font-size: 14px;
}

.online-100 {
    width: 100%;
}

.cont-upload {
    width: 100%;
    height: 50px;
    position: relative;
}

.upload-btn {
    width: 100px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    background: none;
    border: none;
    font-size: 14px;
}

#demoList div {
    display: inline;
    line-height: 50px;
    font-size: 14px;
}

#demoList .nn+.nn {
    padding-left: 15px;
}

.claer {
    clear: both;
}

.yellwo-btn {
    background: #D6AE6E !important;
}

.disc-box {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.disc-box .layui-colla-title {
    background: none;
    border: none;
}

.disc-box .layui-colla-item {
    border: none;
}

.disc-box .layui-collapse {
    border: none;
}

.disc-box .layui-colla-content {
    font-size: 14px;
    color: #666;
    border: none;
}

.a-f-btn {
    display: block;
    width: 100%;
    height: 50px;
    margin: 20px auto 0 auto;
    text-align: center;
    line-height: 50px;
    color: #fff;
    background: #D6AE6E;
    transition: all .3s;
    border: none;
    cursor: pointer;
}

.a-f-btn:hover {
    background: #D6AE6E;
    color: #fff !important;
    transition: all .3s;
}

.a-f-btn img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    transform: translateY(-50%);
    position: relative;
    top: 50%;
    margin-right: 10px;
}

.contact-box {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 30px auto 0 auto;
    position: relative;
}

.contact-box ul li {
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    box-sizing: border-box;
    padding-left: 30px;
    position: relative;
    font-size: 16px;
    color: #666;
}

.contact-box ul li img {
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -11px;
}

.cont-code-dl {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.cont-code-dl dl {
    display: block;
    width: 48%;
    height: auto;
    float: left;
}

.cont-code-dl dl+dl {
    margin-left: 2%;
}

.cont-code-dl dl dt {
    display: block;
    width: 100%;
    height: 146px;
}

.cont-code-dl dl dt img {
    display: block;
    width: 146px;
    height: 146px;
    object-fit: contain;
    margin: 0 auto;
}

.cont-code-dl dl dd {
    width: 100%;
    display: block;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #333;
    font-size: 16px;
    overflow: hidden;
}

.cont-code-dl dl dd img {
    height: 25px;
    display: block;
    margin: 10px auto 0 auto;
}

.footer {
    width: 100%;
    height: auto;
    /* line-height: 60px; */
    text-align: center;
    margin-top: 20px;
    color: #999;
    padding: 15px 0;
}

.footer a {
    color: #999;
    padding-left: 20px;
}

.slogan-txt {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #666;
    line-height: 30px;
    margin: 0 auto;
}

.slogan-txt img {
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
}

.online-time {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 14px;
    color: #666;
    padding-top: 10px;
}

.online-info {
    display: none;
}</pre></body></html>