@charset "UTF-8";
/*! Created by UICUT.com on 2022/01/01. Contact QQ: 215611388 */
/* ----------------------------------------------------------------- 样式重置 & 常用样式 --------------------------------------------------------------- */
html { line-height: 1.15; -webkit-text-size-adjust: 100%; }

body { margin: 0; }

main { display: block; }

h1 { font-size: 2em; margin: 0.67em 0; }

hr { -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; overflow: visible; }

pre { font-family: monospace,monospace; font-size: 1em; }

a { background-color: transparent; }

abbr[title] { border-bottom: none; text-decoration: underline; -webkit-text-decoration: underline dotted; text-decoration: underline dotted; }

b, strong { font-weight: bolder; }

code, kbd, samp { font-family: monospace,monospace; font-size: 1em; }

small { font-size: 80%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sub { bottom: -0.25em; }

sup { top: -0.5em; }

img { border-style: none; }

button, input, optgroup, select, textarea { font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; }

button, input { overflow: visible; }

button, select { text-transform: none; }

button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; }

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; }

fieldset { padding: 0.35em 0.75em 0.625em; }

legend { -webkit-box-sizing: border-box; box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; }

progress { vertical-align: baseline; }

textarea { overflow: auto; }

[type="checkbox"], [type="radio"] { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }

[type="search"] { -webkit-appearance: textfield; outline-offset: -2px; }

[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; }

details { display: block; }

summary { display: list-item; }

template { display: none; }

[hidden] { display: none; }

html { -webkit-box-sizing: border-box; box-sizing: border-box; font-family: Helvetica, Verdana, "微软雅黑", "Hiragino Sans GB", "Hiragino Sans GB W3", "宋体", Arial, sans-serif; -webkit-text-size-adjust: none; }

*, *::before, *::after { -webkit-box-sizing: inherit; box-sizing: inherit; }

body { font-size: 14px; color: #333333; background: #ffffff; min-width: 1200px; min-height: 100vh; }

body::-webkit-scrollbar { width: 10px; height: 10px; background-color: #ddd; border-radius: 10px; }

body::-webkit-scrollbar-track { border-radius: 5px; background-color: #ddd; }

body::-webkit-scrollbar-thumb { border-radius: 5px; background-color: rgba(190, 45, 13, 0.6); }

body::-webkit-scrollbar-thumb:hover { background: rgba(190, 45, 13, 0.6); -webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }

table { border-collapse: collapse; border-spacing: 0; empty-cells: show; font-size: inherit; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, audio, canvas, progress, video, body, div, address, blockquote, iframe, ul, ol, dl, dt, dd, li, dl, h1, h2, h3, h4, h5, h6, p, a, pre, table, caption, th, td, form, legend, fieldset, input, button, select, textarea { margin: 0; padding: 0; font-weight: normal; font-style: normal; font-family: inherit; -webkit-box-sizing: border-box; box-sizing: border-box; }

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

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

input[type=date] { outline: none; border: none; }

a { text-decoration: none; color: #333333; background-color: transparent; -webkit-text-decoration-skip: objects; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

a:active, a:hover, a:focus { color: #C37449; outline-width: 0; }

video { border: none; outline: none; display: block; width: 100%; }

img, input[type=text], input[type=submit], input[type=password], textarea, select, button, footer, header { -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; }

input[type=file] { cursor: pointer; }

::-moz-selection { background: #C37449; color: #fff; }

::selection { background: #C37449; color: #fff; }

::-moz-selection { background: #C37449; color: #fff; }

img { width: auto; max-width: 100%; -ms-interpolation-mode: bicubic; }

.uc-content { width: 100%; max-width: 1200px; margin-left: auto; margin-right: auto; }

.uc-show { display: block !important; }

.uc-hide { display: none !important; }

.uc-h98 { width: 100%; height: 98px; }

.uc-bg { background-color: #f6f6f6; }

.uc-b { font-weight: bold; }

.uc-small { font-size: .875em; }

.uc-big { font-size: 1.25em; }

.uc-ma { margin-left: auto; margin-right: auto; }

.uc-lineCenter { text-decoration: line-through; }

.uc-del { text-decoration: line-through; color: #999999; margin-left: 20px; }

.uc-del:first-child { margin-left: 0; }

.animate, .uc-animate, .uc-revealOnScroll { opacity: 0; }

.uc-left { float: left; }

.uc-right { float: right; }

.uc-underline { text-decoration: underline !important; }

.uc-tLeft { text-align: left !important; }

.uc-tCenter { text-align: center !important; }

.uc-tRight { text-align: right !important; }

.uc-pt0 { padding-top: 0px !important; }

.uc-pb0 { padding-bottom: 0px !important; }

.uc-pl0 { padding-left: 0px !important; }

.uc-pr0 { padding-right: 0px !important; }

.uc-pd0 { padding: 0px !important; }

.uc-mt0 { margin-top: 0px !important; }

.uc-mb0 { margin-bottom: 0px !important; }

.uc-ml0 { margin-left: 0px !important; }

.uc-mr0 { margin-right: 0px !important; }

.uc-mg0 { margin: 0px !important; }

.uc-pt5 { padding-top: 5px !important; }

.uc-pb5 { padding-bottom: 5px !important; }

.uc-pl5 { padding-left: 5px !important; }

.uc-pr5 { padding-right: 5px !important; }

.uc-pd5 { padding: 5px !important; }

.uc-mt5 { margin-top: 5px !important; }

.uc-mb5 { margin-bottom: 5px !important; }

.uc-ml5 { margin-left: 5px !important; }

.uc-mr5 { margin-right: 5px !important; }

.uc-mg5 { margin: 5px !important; }

.uc-pt10 { padding-top: 10px !important; }

.uc-pb10 { padding-bottom: 10px !important; }

.uc-pl10 { padding-left: 10px !important; }

.uc-pr10 { padding-right: 10px !important; }

.uc-pd10 { padding: 10px !important; }

.uc-mt10 { margin-top: 10px !important; }

.uc-mb10 { margin-bottom: 10px !important; }

.uc-ml10 { margin-left: 10px !important; }

.uc-mr10 { margin-right: 10px !important; }

.uc-mg10 { margin: 10px !important; }

.uc-pt15 { padding-top: 15px !important; }

.uc-pb15 { padding-bottom: 15px !important; }

.uc-pl15 { padding-left: 15px !important; }

.uc-pr15 { padding-right: 15px !important; }

.uc-pd15 { padding: 15px !important; }

.uc-mt15 { margin-top: 15px !important; }

.uc-mb15 { margin-bottom: 15px !important; }

.uc-ml15 { margin-left: 15px !important; }

.uc-mr15 { margin-right: 15px !important; }

.uc-mg15 { margin: 15px !important; }

.uc-pt20 { padding-top: 20px !important; }

.uc-pb20 { padding-bottom: 20px !important; }

.uc-pl20 { padding-left: 20px !important; }

.uc-pr20 { padding-right: 20px !important; }

.uc-pd20 { padding: 20px !important; }

.uc-mt20 { margin-top: 20px !important; }

.uc-mb20 { margin-bottom: 20px !important; }

.uc-ml20 { margin-left: 20px !important; }

.uc-mr20 { margin-right: 20px !important; }

.uc-mg20 { margin: 20px !important; }

.uc-pt25 { padding-top: 25px !important; }

.uc-pb25 { padding-bottom: 25px !important; }

.uc-pl25 { padding-left: 25px !important; }

.uc-pr25 { padding-right: 25px !important; }

.uc-pd25 { padding: 25px !important; }

.uc-mt25 { margin-top: 25px !important; }

.uc-mb25 { margin-bottom: 25px !important; }

.uc-ml25 { margin-left: 25px !important; }

.uc-mr25 { margin-right: 25px !important; }

.uc-mg25 { margin: 25px !important; }

.uc-pt30 { padding-top: 30px !important; }

.uc-pb30 { padding-bottom: 30px !important; }

.uc-pl30 { padding-left: 30px !important; }

.uc-pr30 { padding-right: 30px !important; }

.uc-pd30 { padding: 30px !important; }

.uc-mt30 { margin-top: 30px !important; }

.uc-mb30 { margin-bottom: 30px !important; }

.uc-ml30 { margin-left: 30px !important; }

.uc-mr30 { margin-right: 30px !important; }

.uc-mg30 { margin: 30px !important; }

.uc-pt40 { padding-top: 40px !important; }

.uc-pb40 { padding-bottom: 40px !important; }

.uc-pl40 { padding-left: 40px !important; }

.uc-pr40 { padding-right: 40px !important; }

.uc-pd40 { padding: 40px !important; }

.uc-mt40 { margin-top: 40px !important; }

.uc-mb40 { margin-bottom: 40px !important; }

.uc-ml40 { margin-left: 40px !important; }

.uc-mr40 { margin-right: 40px !important; }

.uc-mg40 { margin: 40px !important; }

.uc-pt50 { padding-top: 50px !important; }

.uc-pb50 { padding-bottom: 50px !important; }

.uc-pl50 { padding-left: 50px !important; }

.uc-pr50 { padding-right: 50px !important; }

.uc-pd50 { padding: 50px !important; }

.uc-mt50 { margin-top: 50px !important; }

.uc-mb50 { margin-bottom: 50px !important; }

.uc-ml50 { margin-left: 50px !important; }

.uc-mr50 { margin-right: 50px !important; }

.uc-mg50 { margin: 50px !important; }

.uc-pt60 { padding-top: 60px !important; }

.uc-pb60 { padding-bottom: 60px !important; }

.uc-pl60 { padding-left: 60px !important; }

.uc-pr60 { padding-right: 60px !important; }

.uc-pd60 { padding: 60px !important; }

.uc-mt60 { margin-top: 60px !important; }

.uc-mb60 { margin-bottom: 60px !important; }

.uc-ml60 { margin-left: 60px !important; }

.uc-mr60 { margin-right: 60px !important; }

.uc-mg60 { margin: 60px !important; }

.uc-pt70 { padding-top: 70px !important; }

.uc-pb70 { padding-bottom: 70px !important; }

.uc-pl70 { padding-left: 70px !important; }

.uc-pr70 { padding-right: 70px !important; }

.uc-pd70 { padding: 70px !important; }

.uc-mt70 { margin-top: 70px !important; }

.uc-mb70 { margin-bottom: 70px !important; }

.uc-ml70 { margin-left: 70px !important; }

.uc-mr70 { margin-right: 70px !important; }

.uc-mg70 { margin: 70px !important; }

.uc-pt80 { padding-top: 80px !important; }

.uc-pb80 { padding-bottom: 80px !important; }

.uc-pl80 { padding-left: 80px !important; }

.uc-pr80 { padding-right: 80px !important; }

.uc-pd80 { padding: 80px !important; }

.uc-mt80 { margin-top: 80px !important; }

.uc-mb80 { margin-bottom: 80px !important; }

.uc-ml80 { margin-left: 80px !important; }

.uc-mr80 { margin-right: 80px !important; }

.uc-mg80 { margin: 80px !important; }

.uc-pt90 { padding-top: 90px !important; }

.uc-pb90 { padding-bottom: 90px !important; }

.uc-pl90 { padding-left: 90px !important; }

.uc-pr90 { padding-right: 90px !important; }

.uc-pd90 { padding: 90px !important; }

.uc-mt90 { margin-top: 90px !important; }

.uc-mb90 { margin-bottom: 90px !important; }

.uc-ml90 { margin-left: 90px !important; }

.uc-mr90 { margin-right: 90px !important; }

.uc-mg90 { margin: 90px !important; }

.uc-pt100 { padding-top: 100px !important; }

.uc-pb100 { padding-bottom: 100px !important; }

.uc-pl100 { padding-left: 100px !important; }

.uc-pr100 { padding-right: 100px !important; }

.uc-pd100 { padding: 100px !important; }

.uc-mt100 { margin-top: 100px !important; }

.uc-mb100 { margin-bottom: 100px !important; }

.uc-ml100 { margin-left: 100px !important; }

.uc-mr100 { margin-right: 100px !important; }

.uc-mg100 { margin: 100px !important; }

.uc-pt110 { padding-top: 110px !important; }

.uc-pb110 { padding-bottom: 110px !important; }

.uc-pl110 { padding-left: 110px !important; }

.uc-pr110 { padding-right: 110px !important; }

.uc-pd110 { padding: 110px !important; }

.uc-mt110 { margin-top: 110px !important; }

.uc-mb110 { margin-bottom: 110px !important; }

.uc-ml110 { margin-left: 110px !important; }

.uc-mr110 { margin-right: 110px !important; }

.uc-mg110 { margin: 110px !important; }

.uc-pt120 { padding-top: 120px !important; }

.uc-pb120 { padding-bottom: 120px !important; }

.uc-pl120 { padding-left: 120px !important; }

.uc-pr120 { padding-right: 120px !important; }

.uc-pd120 { padding: 120px !important; }

.uc-mt120 { margin-top: 120px !important; }

.uc-mb120 { margin-bottom: 120px !important; }

.uc-ml120 { margin-left: 120px !important; }

.uc-mr120 { margin-right: 120px !important; }

.uc-mg120 { margin: 120px !important; }

.uc-pt150 { padding-top: 150px !important; }

.uc-pb150 { padding-bottom: 150px !important; }

.uc-pl150 { padding-left: 150px !important; }

.uc-pr150 { padding-right: 150px !important; }

.uc-pd150 { padding: 150px !important; }

.uc-mt150 { margin-top: 150px !important; }

.uc-mb150 { margin-bottom: 150px !important; }

.uc-ml150 { margin-left: 150px !important; }

.uc-mr150 { margin-right: 150px !important; }

.uc-mg150 { margin: 150px !important; }

.uc-pt160 { padding-top: 160px !important; }

.uc-pb160 { padding-bottom: 160px !important; }

.uc-pl160 { padding-left: 160px !important; }

.uc-pr160 { padding-right: 160px !important; }

.uc-pd160 { padding: 160px !important; }

.uc-mt160 { margin-top: 160px !important; }

.uc-mb160 { margin-bottom: 160px !important; }

.uc-ml160 { margin-left: 160px !important; }

.uc-mr160 { margin-right: 160px !important; }

.uc-mg160 { margin: 160px !important; }

.uc-pt180 { padding-top: 180px !important; }

.uc-pb180 { padding-bottom: 180px !important; }

.uc-pl180 { padding-left: 180px !important; }

.uc-pr180 { padding-right: 180px !important; }

.uc-pd180 { padding: 180px !important; }

.uc-mt180 { margin-top: 180px !important; }

.uc-mb180 { margin-bottom: 180px !important; }

.uc-ml180 { margin-left: 180px !important; }

.uc-mr180 { margin-right: 180px !important; }

.uc-mg180 { margin: 180px !important; }

.uc-pt200 { padding-top: 200px !important; }

.uc-pb200 { padding-bottom: 200px !important; }

.uc-pl200 { padding-left: 200px !important; }

.uc-pr200 { padding-right: 200px !important; }

.uc-pd200 { padding: 200px !important; }

.uc-mt200 { margin-top: 200px !important; }

.uc-mb200 { margin-bottom: 200px !important; }

.uc-ml200 { margin-left: 200px !important; }

.uc-mr200 { margin-right: 200px !important; }

.uc-mg200 { margin: 200px !important; }

.uc-icon16 { width: 16px; height: 16px; }

.uc-icon20 { width: 20px; height: 20px; }

.uc-icon24 { width: 24px; height: 24px; }

.uc-icon28 { width: 28px; height: 28px; }

.uc-icon32 { width: 32px; height: 32px; }

.uc-icon36 { width: 36px; height: 36px; }

.uc-icon40 { width: 40px; height: 40px; }

.uc-icon44 { width: 44px; height: 44px; }

.uc-icon48 { width: 48px; height: 48px; }

.uc-icon50 { width: 50px; height: 50px; }

.uc-icon64 { width: 64px; height: 64px; }

.uc-icon70 { width: 70px; height: 70px; }

.uc-icon80 { width: 80px; height: 80px; }

.uc-icon90 { width: 90px; height: 90px; }

.uc-icon100 { width: 100px; height: 100px; }

.uc-icon120 { width: 120px; height: 120px; }

.uc-icon150 { width: 150px; height: 150px; }

.uc-icon200 { width: 200px; height: 200px; }

@font-face { font-family: "uc-font"; src: url("../fonts/iconfont.eot?t=1584354732377"); src: url("../fonts/iconfont.eot?t=1584354732377#iefix") format("embedded-opentype"), url("data:application/x-font-woff2;charset=utf-8;base64,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") format("woff2"), url("../fonts/iconfont.woff?t=1584354732377") format("woff"), url("../fonts/iconfont.ttf?t=1584354732377") format("truetype"), url("../fonts/iconfont.svg?t=1584354732377#uc-font") format("svg"); }

.uc-font { font-family: "uc-font" !important; line-height: inherit; font-size: inherit; font-weight: inherit; font-style: inherit; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.uc-checkbox-circle:before { content: "\e624"; }

.uc-checkbox-circle-on:before { content: "\e64f"; }

.uc-checkbox:before { content: "\e684"; }

.uc-checkbox-on:before { content: "\e67d"; }

.uc-checkbox-on-plain:before { content: "\e683"; }

.uc-radio-on:before { content: "\e7b3"; }

.uc-radio:before { content: "\e7b5"; }

.uc-arrow-left:before { content: "\e75b"; }

.uc-arrow-right:before { content: "\e75c"; }

.uc-arrow-right2:before { content: "\e6ae"; }

.uc-arrow-left2:before { content: "\e6d6"; }

.uc-arrow-down:before { content: "\e615"; }

.uc-arrow-top:before { content: "\e75d"; }

.uc-arrow-down2:before { content: "\e6a4"; }

.uc-arrow-top2:before { content: "\e6b2"; }

.uc-menu:before { content: "\e6a9"; }

.uc-close:before { content: "\e67f"; }

.uc-search:before { content: "\e66f"; }

.uc-add:before { content: "\e672"; }

.uc-reduce:before { content: "\e614"; }

.uc-next:before { content: "\e60c"; }

.uc-prev:before { content: "\e605"; }

.uc-arrow { position: relative; padding-right: 30px; }

.uc-arrow:after { content: '\e75c'; font-family: 'uc-font'; font-size: 1.4em; right: -10px; color: #999999; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

.uc-flex { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.uc-flex.start { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }

.uc-flex.end { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }

.uc-flex.center { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.uc-flex-col { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-line-pack: center; align-content: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.uc-flex-col.start { -ms-flex-line-pack: start; align-content: start; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }

.uc-flex-col.end { -ms-flex-line-pack: end; align-content: end; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }

.uc-flex-col.center { -ms-flex-line-pack: center; align-content: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

textarea { min-height: 120px; height: auto; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; width: 100%; }

input:-moz-placeholder { color: #ddd; }

::-webkit-input-placeholder { color: #ddd; }

input[type=text], input[type=password] { -webkit-appearance: none; }

[type=submit] { outline: none; }

[type=submit]:hover { opacity: .8; }

button { margin: 0; padding: 0; background: none; line-height: inherit; font-size: inherit; border: none; color: inherit; appearance: none; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; }

button:after { display: none; }

.uc-input, .uc-select, .uc-button, .uc-textarea { width: 100%; border: #ccc 1px solid; outline: none; height: 30px; line-height: 28px; border-radius: 5px; padding: 0 10px; }

.uc-input:hover, .uc-input:focus, .uc-select:hover, .uc-select:focus, .uc-button:hover, .uc-button:focus, .uc-textarea:hover, .uc-textarea:focus { border-color: #C37449; }

.uc-btn { cursor: pointer; outline: none; -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 30px; border-radius: 5px; padding: 0 10px; }

.uc-btn img { margin-right: 10px; }

.uc-btn:hover { opacity: .8; }

.uc-btn.red { background-color: #C37449; border: #C37449 1px solid; color: #fff; }

.uc-btn.red-linear { background: -webkit-gradient(linear, left top, right top, from(rgba(190, 45, 13, 0.7)), to(#C37449)); background: -webkit-linear-gradient(left, rgba(190, 45, 13, 0.7) 0%, #C37449 100%); background: -o-linear-gradient(left, rgba(190, 45, 13, 0.7) 0%, #C37449 100%); background: linear-gradient(to right, rgba(190, 45, 13, 0.7) 0%, #C37449 100%); color: #fff; }

.uc-btn.red-plain { color: #C37449; border: #C37449 1px solid; }

.uc-btn.red-plain:hover { opacity: 1; background-color: #C37449; color: #fff; }

.uc-btn.red2 { background-color: #C37449; border: #C37449 1px solid; color: #fff; }

.uc-btn.red2-linear { background: -webkit-gradient(linear, left top, right top, from(rgba(242, 50, 0, 0.7)), to(#C37449)); background: -webkit-linear-gradient(left, rgba(242, 50, 0, 0.7) 0%, #C37449 100%); background: -o-linear-gradient(left, rgba(242, 50, 0, 0.7) 0%, #C37449 100%); background: linear-gradient(to right, rgba(242, 50, 0, 0.7) 0%, #C37449 100%); color: #fff; }

.uc-btn.red2-plain { color: #C37449; border: #C37449 1px solid; }

.uc-btn.red2-plain:hover { opacity: 1; background-color: #C37449; color: #fff; }

.uc-btn.orange { background-color: #EF9D36; border: #EF9D36 1px solid; color: #fff; }

.uc-btn.orange-linear { background: -webkit-gradient(linear, left top, right top, from(rgba(239, 157, 54, 0.7)), to(#EF9D36)); background: -webkit-linear-gradient(left, rgba(239, 157, 54, 0.7) 0%, #EF9D36 100%); background: -o-linear-gradient(left, rgba(239, 157, 54, 0.7) 0%, #EF9D36 100%); background: linear-gradient(to right, rgba(239, 157, 54, 0.7) 0%, #EF9D36 100%); color: #fff; }

.uc-btn.orange-plain { color: #EF9D36; border: #EF9D36 1px solid; }

.uc-btn.orange-plain:hover { opacity: 1; background-color: #EF9D36; color: #fff; }

.uc-btn.gray { background-color: #999999; border: #999999 1px solid; color: #fff; }

.uc-btn.gray-linear { background: -webkit-gradient(linear, left top, right top, from(rgba(153, 153, 153, 0.7)), to(#999999)); background: -webkit-linear-gradient(left, rgba(153, 153, 153, 0.7) 0%, #999999 100%); background: -o-linear-gradient(left, rgba(153, 153, 153, 0.7) 0%, #999999 100%); background: linear-gradient(to right, rgba(153, 153, 153, 0.7) 0%, #999999 100%); color: #fff; }

.uc-btn.gray-plain { color: #999999; border: #999999 1px solid; }

.uc-btn.gray-plain:hover { opacity: 1; background-color: #999999; color: #fff; }

.uc-btn img { margin-right: 10px; }

.uc-phColor { color: #ddd; }

.uc-red { color: #C37449 !important; }

.uc-red2 { color: #C37449 !important; }

.uc-orange { color: #EF9D36 !important; }

.uc-gray { color: #999999 !important; }

.g-crumb { line-height: 40px; padding: 10px 0; }

.g-crumb a { position: relative; padding-right: 15px; margin-right: 3px; color: #999999; }

.g-crumb a:after { content: '\e75c'; font-family: 'uc-font'; position: absolute; right: 0; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

.g-crumb a:last-child { padding-right: 0; color: #333333; }

.g-crumb a:last-child:after { display: none; }

.uc-prvNxt { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.uc-prvNxt a { min-width: 36px; height: 36px; display: inline-block; border: #ccc 1px solid; line-height: 36px; margin: 0 15px; text-align: center; color: #999999; background-color: #fff; padding-left: 10px; padding-right: 10px; -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; }

.uc-prvNxt a:hover, .uc-prvNxt a.on { background-color: #C37449; border-color: #C37449; color: #fff; }

.uc-tag { display: inline-block; border-radius: 3px; padding: 0 5px; }

.uc-tag:empty { display: none; }

.uc-tag.red { background-color: #C37449; color: #fff; }

.uc-tag.red2 { background-color: #C37449; color: #fff; }

.uc-tag.orange { background-color: #EF9D36; color: #fff; }

.uc-tag.gray { background-color: rgba(153, 153, 153, 0.4); color: #fff; }

/* ---------------------------------------------------------------------- 通用样式  -------------------------------------------------------------------- */
.uc-alert { position: fixed; z-index: 999; left: 0; width: 100vw; top: 0; z-index: 1000; height: 100%; background-color: rgba(0, 0, 0, 0.5); padding-top: constant(safe-area-inset-top); padding-top: env(safe-area-inset-top); padding-right: constant(safe-area-inset-right); padding-right: env(safe-area-inset-right); padding-bottom: constant(safe-area-inset-bottom); padding-bottom: env(safe-area-inset-bottom); padding-left: constant(safe-area-inset-left); padding-left: env(safe-area-inset-left); }

.uc-alert .box { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 9; border-radius: 10px; background-color: #fff; }

.uc-alert .title { width: 100%; border-bottom: #ccc 1px solid; line-height: 70px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 30px; font-size: 24px; font-weight: bold; }

.uc-alert .title img { display: block; margin-right: 15px; }

.uc-alert .btn-close { font-size: 50px; position: absolute; right: 10px; top: 10px; }

.uc-alert .btn-close img { display: block; }

.uc-alert .btn-close:hover { opacity: .8; }

.uc-alert .over-close { width: 100%; height: 100%; position: absolute; left: 0; top: 0; cursor: pointer; }

.uc-alert { display: none; }

.uc-alert-form .box { width: 445px; padding-bottom: 30px; }

.uc-alert-form .operate .btn { width: 183px; border-radius: 47px; height: 47px; background: -webkit-gradient(linear, left top, left bottom, from(#C37449), to(#C37449)); background: -webkit-linear-gradient(top, #C37449 0%, #C37449 100%); background: -o-linear-gradient(top, #C37449 0%, #C37449 100%); background: linear-gradient(to bottom, #C37449 0%, #C37449 100%); text-align: center; line-height: 47px; font-size: 16px; font-weight: bold; display: block; margin: 0 auto; color: #fff; }

.uc-alert-form .form { width: 280px; margin: 20px auto 0; }

.uc-alert-form .form li { margin-bottom: 20px; }

.uc-alert-form .form .uc-input, .uc-alert-form .form .uc-select { height: 36px; border-radius: 0; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; min-width: 0; padding-left: 15px; padding-right: 15px; }

.uc-alert-form .form .btn-yzm { height: 36px; margin-left: 10px; min-width: 130px; color: #333333; }

.uc-alert-form .form .btn-yzm:hover { border-color: #C37449; background-color: #C37449; color: #fff; }

.uc-alert-form .form .uc-textarea { border-radius: 0; padding: 10px 15px; line-height: 20px; }

.uc-bannerAd { width: 100%; height: 350px; margin-top: 5px; }

.uc-bannerAd a { display: block; width: 100%; height: 100%; background: url("../images/about-banner.png") center center no-repeat; }

footer { background-color: #6B5E5B; color: #fff; }

footer a { color: #fff; }

footer .ft1 { padding-top: 80px; padding-bottom: 30px; }

footer .ft1 .uc-content { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

footer .ft1 h3 { font-size: 16px; font-weight: bold; margin-bottom: 16px; }

footer .ft1 a { display: block; line-height: 36px; }

footer .ft1 p { line-height: 36px; }

footer .ft1 .code { margin-top: 10px; width: 132px; }

footer .ft1 img { display: block; }

footer .ft2 { background-color: #4A3D3A; text-align: center; line-height: 28px; }

footer .ft2 .uc-content { padding: 10px 0; }

body { padding-top: 187px; }

header { position: fixed; z-index: 99; top: 0; left: 0; width: 100%; background-color: #ffffff; }

.hd-top { color: #65443B; }

.hd-top .uc-content { line-height: 36px; font-size: 12px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.hd-top a { color: #65443B; }

.hd-top a:hover { color: #C37449; }

.hd-top .line { margin: 0 5px; }

.hd-center .uc-content { padding-top: 8px; padding-bottom: 45px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.hd-center img { display: block; }

.hd-center .btn { font-size: 16px; color: #fff; width: 250px; border-radius: 60px; height: 60px; background: -webkit-gradient(linear, left top, left bottom, from(#C37449), to(#C37449)); background: -webkit-linear-gradient(top, #C37449 0%, #C37449 100%); background: -o-linear-gradient(top, #C37449 0%, #C37449 100%); background: linear-gradient(to bottom, #C37449 0%, #C37449 100%); text-align: center; line-height: 60px; }

.hd-center .search-box { width: 400px; }

.hd-center .search-box .uc-input { width: 100%; border-radius: 36px; height: 36px; padding-left: 55px; }

.hd-center .search-box .search { position: relative; }

.hd-center .search-box .icon-search { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); left: 20px; }

.hd-center .search-box .hot { margin-top: 10px; padding-left: 20px; color: #999999; font-size: 12px; }

.hd-center .search-box .hot a { color: #C37449; margin-right: 1em; }

.hd-menu { background-color: #C37449; line-height: 38px; }

.hd-menu .uc-content { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 16px; }

.hd-menu .btn-all { background-color: #C37449; width: 200px; display: block; text-align: center; color: #fff; font-weight: bold;}

.hd-menu .all-box { position: relative; height: 38px; }

.hd-menu .all-box.on .sub-menu, .hd-menu .all-box:hover .sub-menu { display: block; }

.hd-menu .sub-menu { display: none; width: 200px; margin-right: 5px; background-color: rgba(116, 49, 34, 0.56); position: absolute; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); z-index: 99; top: 38px; }

.hd-menu .sub-menu li { line-height: 40px; text-align: center; }

.hd-menu .sub-menu li:hover { background-color: #C37449; }

.hd-menu .sub-menu a { color: #fff; display: block; }

.hd-menu .menu { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.hd-menu .menu li { margin-left: 2em; }

.hd-menu .menu a { font-weight: bold; color: #fff; }

.hd-menu .menu a:hover { opacity: .9; }

.banner31 { height: 500px; overflow: hidden; width: 100%; position: relative; }

.banner31 .hd { z-index: 1; overflow: hidden; position: absolute; bottom: 5px; height: 25px; width: 100%; text-align: center; }

.banner31 .hd ul { overflow: hidden; zoom: 1; width: 100%; text-align: center; height: 25px; }

.banner31 .hd li { text-align: center; background: #fff; cursor: pointer; margin: 0 4px; width: 8px; height: 8px; border-radius: 8px; display: inline-block; }

.banner31 .hd li.on { background: #C37449; }

.banner31 .bd { position: relative; height: 100%; z-index: 0; }

.banner31 .bd li { zoom: 1; vertical-align: middle; width: 100%; height: 500px; }

.banner31 .bd li img { width: 100%; height: 100%; display: block; -o-object-fit: cover; object-fit: cover; }

.banner31 .bd img { display: block; }

.banner11 { height: 195px; overflow: hidden; width: 100%; position: relative; }

.banner11 .hd { z-index: 1; overflow: hidden; position: absolute; bottom: 5px; height: 25px; width: 100%; text-align: center; }

.banner11 .hd ul { overflow: hidden; zoom: 1; width: 100%; text-align: center; height: 25px; }

.banner11 .hd li { text-align: center; background: #fff; cursor: pointer; margin: 0 4px; width: 8px; height: 8px; border-radius: 8px; display: inline-block; }

.banner11 .hd li.on { background: #C37449; }

.banner11 .bd { position: relative; height: 100%; z-index: 0; }

.banner11 .bd li { zoom: 1; vertical-align: middle; width: 100%; height: 195px; overflow: hidden; }

.banner11 .bd img { width: 100%; display: block; }

.banner11 .prev, .banner11 .next { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); cursor: pointer; opacity: .8; font-size: 50px; color: #fff; }

.banner11 .prev:hover, .banner11 .next:hover { opacity: 1; }

.banner11 .prev { left: 10px; }

.banner11 .next { right: 10px; }

/*!

* -----------------------------------------------------------------------------------------------------------------------------------------------------

* ---------------------------------------------                            各页面样式                           ----------------------------------------

* -----------------------------------------------------------------------------------------------------------------------------------------------------

* --------------------------------------------- 						 可拆分到独立页面中， 					---------------------------------------

* --------------------------------------------- 		  如无必要，别拆。方便后期配合开发新页面或维护修改 			---------------------------------------

* -----------------------------------------------------------------------------------------------------------------------------------------------------

*/
/* |01|首页-弹窗|home| */
.uc-home-1 { margin-bottom: 5px; }

.uc-home-1 .uc-content { display: -webkit-uc-home-3box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; padding-left: 205px; }

.uc-home-1 .menu { width: 200px; margin-right: 5px; background-color: rgba(116, 49, 34, 0.56); }

.uc-home-1 .menu li { line-height: 40px; text-align: center; }

.uc-home-1 .menu li:hover { background-color: #C37449; }

.uc-home-1 .menu a { color: #fff; display: block; }

.uc-home-1 .banner-box { width: 690px; height: 195px; overflow: hidden; margin-top: 5px; }

.uc-home-1 .list-box { width: 300px; height: 195px; border: #ccc 1px solid; border-left: none; padding: 0 15px 0 30px; margin-top: 5px; }

.uc-home-1 .title { padding: 10px 0; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 12px; }

.uc-home-1 .title b { font-size: 16px; }

.uc-home-1 .list li { line-height: 36px; white-space: nowrap; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; border-bottom: #ccc 1px dashed; }

.uc-home-1 .list li:last-child { border-bottom: none; }

.uc-home-2 { margin-bottom: 5px; margin-top: 5px;}

.uc-home-2 img { display: block; }

.uc-home-3 .title { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-bottom: #ccc 1px solid; font-size: 12px; line-height: 45px; margin-bottom: 14px; }

.uc-home-3 .title b { font-size: 16px; color: #C37449; }

.uc-home-3 .list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.uc-home-3 .list li { margin-right: 62px; width: 190px; margin-bottom: 50px; overflow: hidden; }

.uc-home-3 .list li:nth-child(5n) { margin-right: 0; }

.uc-home-3 .list li img { -webkit-transition: all .3s linear; -o-transition: all .3s linear; transition: all .3s linear; }

.uc-home-3 .list li:hover img { -webkit-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }

.uc-home-3 .list .img { width: 100%; height: 190px; overflow: hidden; margin-bottom: 14px; }

.uc-home-3 .list .img img { width: 100%; height: 100%; display: block; -o-object-fit: cover; object-fit: cover; }

.uc-home-3 .list .btm { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; }

.uc-home-3 .list .btn { width: 65px; height: 65px; background: -webkit-gradient(linear, left top, right bottom, from(#C37449), to(#C37449)); background: -webkit-linear-gradient(left top, #C37449 0%, #C37449 100%); background: -o-linear-gradient(left top, #C37449 0%, #C37449 100%); background: linear-gradient(to right bottom, #C37449 0%, #C37449 100%); color: #fff; font-size: 20px; font-weight: bold; color: #fff; padding: 8px; line-height: 24px; text-align: center; -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1); }

.uc-home-3 .list .con { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; min-width: 0; color: #999999; line-height: 1.25em; }

.uc-home-3 .list h3 { font-size: 14px; font-weight: bold; color: #C37449; white-space: nowrap; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; margin-bottom: 5px; }

.uc-home-4 .title, .uc-home-5 .title { margin-bottom: 40px; text-align: center; font-size: 12px; line-height: 1.5em; }

.uc-home-4 .title h3, .uc-home-5 .title h3 { font-size: 18px; font-weight: bold; line-height: 1.5em; color: #C37449; }

.uc-home-4 { background-color: #FAFAFA; padding: 40px 0; }

.uc-home-4 .list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

.uc-home-4 .list li { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; min-width: 0; text-align: center; }

.uc-home-4 .list img { display: block; margin: 0 auto 40px; }

.uc-home-4 .list h3 { font-size: 18px; margin-bottom: 10px; font-weight: bold; }

.uc-home-4 .list .con { font-size: 14px; line-height: 28px; color: #666666; }

.uc-home-5 { padding: 40px 0 20px; }

.uc-home-5 .list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.uc-home-5 .list li { width: 200px; height: 60px; overflow: hidden; margin-right: 50px; margin-bottom: 20px; overflow: hidden; }

.uc-home-5 .list li img { width: 100%; height: 100%; display: block; -o-object-fit: cover; object-fit: cover; }

.uc-home-5 .list li:nth-child(5n) { margin-right: 0; }

.uc-home-5 .list li img { -webkit-transition: all .3s linear; -o-transition: all .3s linear; transition: all .3s linear; }

.uc-home-5 .list li:hover img { -webkit-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }

/* |02|产品列表|product| */
.uc-product-1 { padding-bottom: 75px; }

.uc-product-1 .panel { line-height: 60px; background-color: #FAFAFA; margin-bottom: 24px; }

.uc-product-1 .panel .uc-content { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.uc-product-1 .panel a { margin-left: 34px; }

.uc-product-1 .panel a:hover, .uc-product-1 .panel a.on { color: #C37449; }

.uc-product-1 .list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.uc-product-1 .list li { margin-right: 62px; width: 190px; margin-bottom: 75px; overflow: hidden; }

.uc-product-1 .list li:nth-child(5n) { margin-right: 0; }

.uc-product-1 .list li img { -webkit-transition: all .3s linear; -o-transition: all .3s linear; transition: all .3s linear; }

.uc-product-1 .list li:hover img { -webkit-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }

.uc-product-1 .list .img { width: 100%; height: 190px; overflow: hidden; margin-bottom: 14px; }

.uc-product-1 .list .img img { width: 100%; height: 100%; display: block; -o-object-fit: cover; object-fit: cover; }

.uc-product-1 .list .btm { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; }

.uc-product-1 .list .btn { width: 65px; height: 65px; background: -webkit-gradient(linear, left top, right bottom, from(#C37449), to(#C37449)); background: -webkit-linear-gradient(left top, #C37449 0%, #C37449 100%); background: -o-linear-gradient(left top, #C37449 0%, #C37449 100%); background: linear-gradient(to right bottom, #C37449 0%, #C37449 100%); color: #fff; font-size: 20px; font-weight: bold; color: #fff; padding: 8px; line-height: 24px; text-align: center; -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1); }

.uc-product-1 .list .con { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; min-width: 0; color: #999999; line-height: 1.25em; }

.uc-product-1 .list h3 { font-size: 14px; font-weight: bold; color: #C37449; white-space: nowrap; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; margin-bottom: 5px; }

/* |03|产品详情|detail| */
.uc-detail-1 { margin-bottom: 50px; }

.uc-detail-1 .uc-content { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; }

.uc-detail-1 .banner-box { width: 700px; height: 500px; overflow: hidden; margin-right: 80px; }

.uc-detail-1 .banner-box img { width: 100%; height: 100%; display: block; -o-object-fit: cover; object-fit: cover; }

.uc-detail-1 .detail { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; min-width: 0; }

.uc-detail-1 .detail h3 { font-size: 24px; font-weight: bold; color: #C37449; line-height: 1.5em; padding: 20px 0; margin-bottom: 10px; }

.uc-detail-1 .info { color: #666666; margin-bottom: 30px; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; min-height: 0; }

.uc-detail-1 .info li { padding: 10px 0; line-height: 30px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.uc-detail-1 .call-box { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 30px; }

.uc-detail-1 .call-box img { display: block; margin-right: 20px; }

.uc-detail-1 .call-box .con { font-size: 18px; line-height: 1.5em; }

.uc-detail-1 .call-box b { font-size: 22px; color: #C37449; }

.uc-detail-1 .operate .uc-btn { height: 50px; border-radius: 0; font-size: 18px; }

.uc-detail-2 { margin-bottom: 50px; padding-bottom: 50px; }

.uc-detail-2 img { display: block; }

/* |04|资讯列表|news| */
.uc-news-1 { padding: 20px 0 70px; }

.uc-news-1 .uc-content { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

.uc-news-1 .main-left { width: 900px; }

.uc-news-1 .main-right { width: 287px; }

.uc-news-1 .title { line-height: 50px; border-bottom: #ccc 1px solid; margin-bottom: 10px; }

.uc-news-1 .title b { font-size: 24px; color: #C37449; }

.uc-news-1 .sub-title { line-height: 50px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.uc-news-1 .sub-title b { color: #C37449; font-size: 18px; }

.uc-news-1 .filter { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-bottom: 30px; }

.uc-news-1 .filter .item { border-radius: 32px; min-width: 120px; margin-right: 10px; margin-bottom: 10px; line-height: 32px; padding: 0 10px; border: #ccc 1px solid; text-align: center; color: #666666; -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; }

.uc-news-1 .filter .item.on, .uc-news-1 .filter .item:hover { background-color: #C37449; border-color: #C37449; color: #fff; }

.uc-news-1 .filter .item:last-child { margin-right: 0; }

.uc-news-1 .list li { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; margin-bottom: 50px; overflow: hidden; }

.uc-news-1 .list li img { -webkit-transition: all .3s linear; -o-transition: all .3s linear; transition: all .3s linear; }

.uc-news-1 .list li:hover img { -webkit-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }

.uc-news-1 .list li:hover h3, .uc-news-1 .list li:hover h3 a { color: #C37449; }

.uc-news-1 .list .img { width: 287px; height: 177px; overflow: hidden; margin-right: 30px; }

.uc-news-1 .list .img img { width: 100%; height: 100%; display: block; -o-object-fit: cover; object-fit: cover; }

.uc-news-1 .list .con { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; min-width: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.uc-news-1 .list h3 { font-size: 24px; font-weight: bold; line-height: 32px; }

.uc-news-1 .list h3 a { font-weight: bold; }

.uc-news-1 .list time { color: #999999; line-height: 20px; }

.uc-news-1 .list .txt { color: #999999; line-height: 20px; text-align: justify; }

.uc-news-1 .list2 li { margin-bottom: 10px; overflow: hidden; }

.uc-news-1 .list2 li img { -webkit-transition: all .3s linear; -o-transition: all .3s linear; transition: all .3s linear; }

.uc-news-1 .list2 li:hover img { -webkit-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }

.uc-news-1 .list2 li:hover h3, .uc-news-1 .list2 li:hover h3 a { color: #C37449; }

.uc-news-1 .list2 .img { width: 100%; height: 177px; overflow: hidden; }

.uc-news-1 .list2 .img img { width: 100%; height: 100%; display: block; -o-object-fit: cover; object-fit: cover; }

.uc-news-1 .list2 h3 { line-height: 30px; padding: 5px 0; }

/* |05|资讯详情页|article| */
.uc-article-1 { padding-top: 30px; padding-bottom: 50px; }

.uc-article-1 h1 { font-size: 36px; margin-bottom: 30px; line-height: 1.5em; font-weight: bold; }

.uc-article-1 .info { color: #999999; margin-bottom: 40px; }

.uc-article-1 .info span { margin-right: 1em; font-size: 14px; }

.uc-article-1 .box img { display: block; max-width: 100%; }

/* |06|关于我们|about| */
.uc-about-1 { padding-bottom: 50px; }

.uc-about-1 .filter { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 20px; }

.uc-about-1 .filter .item { padding: 0 1em; line-height: 64px; font-size: 18px; font-weight: bold; color: #666666; margin: 0 40px; height: 64px; position: relative; display: inline-block; }

.uc-about-1 .filter .item.on, .uc-about-1 .filter .item:hover { color: #C37449; }

.uc-about-1 .filter .item.on:after { content: ''; width: 100%; height: 5px; background-color: #C37449; position: absolute; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); bottom: 0; }

.uc-about-1 .tab-con { display: none; }

.uc-about-1 .tab-con:first-child { display: block; }

.uc-about-1 .detail img { display: block; max-width: 100%; }
