/*@charset "utf-8";*/
/*!
 * 作者：miniidea
 * 网站地址: http://www.miniidea.com
 */
/**
 +------------------------------------------------------------------------------
 * ************   Reset Css   ************
 +------------------------------------------------------------------------------
 */
html { font-family: sans-serif; line-height: 1.15; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100% }
body { margin: 0 }
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section { display: block }
h1 { font-size: 2em; margin: .67em 0 }
figure { margin: 1em 40px }
hr { -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; overflow: visible }
pre { font-family: monospace; font-size: 1em }
a { background-color: transparent; -webkit-text-decoration-skip: objects }
a:active, a:hover { outline-width: 0 }
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; font-size: 1em }
dfn { font-style: italic }
mark { background-color: #ff0; color: #000 }
small { font-size: 80% }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline }
sub { bottom: -.25em }
sup { top: -.5em }
audio, canvas, video { display: inline-block }
audio:not([controls]) { display: none; height: 0 }
img { border-style: none }
svg:not(:root) { overflow: hidden }
button, input, optgroup, select, textarea { font-family: sans-serif; font-size: 100%; line-height: 1.15; margin: 0; outline: none }
button, input { overflow: visible }
button, select { text-transform: none }
button, html [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 { border: 1px solid #c0c0c0; margin: 0 2px; padding: .35em .625em .75em }
legend { -webkit-box-sizing: border-box; box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal }
progress { display: inline-block; vertical-align: baseline }
textarea { overflow: auto }
[type="checkbox"], [type="radio"] { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; cursor: pointer }
[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-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none }
::-webkit-file-upload-button { -webkit-appearance: button; font: inherit }
summary { display: list-item }
[hidden], template { display: none }
/**
 +------------------------------------------------------------------------------
 * ************   Theme Css   ************
 +------------------------------------------------------------------------------
 */
:root { --text-color: #747474; --text-bg: var(--text-color); --text-size: 14px; --color: #000; --hover-color: #fd7e01; --bg: #231f20; --white: #fff; --white-rgb: 255, 255, 255; --black: #000; --black-rgb: 0, 0, 0; --opacity: .7 }
/**
 +------------------------------------------------------------------------------
 * ************   Common Css   ************
 +------------------------------------------------------------------------------
 */
*, *::before, *::after { -webkit-box-sizing: inherit; box-sizing: inherit }
html { -webkit-box-sizing: border-box; box-sizing: border-box }
body { font-size: 14px; line-height: 1.42858; font-family: "Source Han Serif", "Open Sans", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", "Hiragino Sans GB", "WenQuanYi Micro Hei", Arial, sans-serif; color: #666 }
ol, ul { list-style: none }
dl, dd, ul, p { margin: 0; padding: 0 }
a { text-decoration: none; color: #333 }
a:hover { color: var(--hover-color) }
code, kbd, pre, samp { font-family: Menlo, Monaco, Consolas, "Courier New", monospace }
pre { display: block; font-size: 13px; line-height: 1.42858; color: #333; word-break: break-all; word-wrap: break-word; background-color: #f5f5f5; border: 1px solid #ccc; border-radius: 4px; overflow: auto }
code { padding: 2px 4px; font-size: 90%; color: #c7254e; background-color: #f9f2f4; border-radius: 3px }
kbd { padding: 2px 4px; font-size: 90%; color: #fff; background-color: #333; border-radius: 3px }
h1, h2, h3, h4, h5, h6 { margin: 0; font-family: inherit; font-weight: 500; line-height: 1.1 }
small, .small { font-weight: 400; line-height: 1; color: var(--color); font-size: 65% }
.fl { float: left !important }
.fr { float: right !important }
.fix::before, .fix::after { content: " "; display: table }
.fix::after { clear: both }
.flex { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap }
.hide { display: none !important }
.ellipsis { overflow: hidden; white-space: nowrap; text-overflow: ellipsis }
.ellipsis-rows { display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; overflow-wrap: break-word; -webkit-line-clamp: 2; text-overflow: ellipsis }
/**
 +------------------------------------------------------------------------------
 * ************   Grids Css   ************
 +------------------------------------------------------------------------------
 */
 .containerww{max-width:1230px !important}
.container { max-width: 1600px; margin: 0 auto; padding-left: 15px; padding-right: 15px }
.row { display: -ms-flexbox; flex-wrap: wrap; margin-left: -15px; margin-right: -15px }
.row1 { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-left: -15px; margin-right: -15px }
.row.no-gutter { margin-left: 0; margin-right: 0 }

.row.no-gutter .col, .row.no-gutter .col-1, .row.no-gutter .col-2, .row.no-gutter .col-3, .row.no-gutter .col-4, .row.no-gutter .col-5, .row.no-gutter .col-6, .row.no-gutter .col-7, .row.no-gutter .col-8, .row.no-gutter .col-9, .row.no-gutter .col-10, .row.no-gutter .col-11, .row.no-gutter .col-12 { padding: 0}

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 { position: relative; width: 100%; min-height: 1px; padding-left: 15px; padding-right: 15px }
@media (min-width:576px) {
  .col-1 { flex: 0 0 8.33333%; max-width: 8.33333% }
  .col-offset-1 { margin-left: 8.33333% }
  .col-2 { flex: 0 0 16.66667%; max-width: 16.66667% }
  .col-offset-2 { margin-left: 16.66667% }
  .col-3 { flex: 0 0 25%; max-width: 25% }
  .col-offset-3 { margin-left: 25% }
  .col-4 { flex: 0 0 33.33333%; max-width: 33.33333% }
  .col-offset-4 { margin-left: 33.33333% }
  .col-5 { flex: 0 0 41.66667%; max-width: 41.66667% }
  .col-offset-5 { margin-left: 41.66667% }
  .col-6 { flex: 0 0 50%; max-width: 50% }
  .col-offset-6 { margin-left: 50% }
  .col-7 { flex: 0 0 58.33333%; max-width: 58.33333% }
  .col-offset-7 { margin-left: 58.33333% }
  .col-8 { flex: 0 0 66.66667%; max-width: 66.66667% }
  .col-offset-8 { margin-left: 66.66667% }
  .col-9 { flex: 0 0 75%; max-width: 75% }
  .col-offset-9 { margin-left: 75% }
  .col-10 { flex: 0 0 83.33333%; max-width: 83.33333% }
  .col-offset-10 { margin-left: 83.33333% }
  .col-11 { flex: 0 0 91.66667%; max-width: 91.66667% }
  .col-offset-11 { margin-left: 91.66667% }
  .col-12 { flex: 0 0 100%; max-width: 100% }
  .col-offset-12 { margin-left: 100% }
  .cols-10 > .col-1 { flex: 0 0 10%; max-width: 10% }
  .cols-10 > .col-offset-1 { margin-left: 10% }
  .cols-10 > .col-2 { flex: 0 0 20%; max-width: 20% }
  .cols-10 > .col-offset-2 { margin-left: 20% }
  .cols-10 > .col-3 { flex: 0 0 30%; max-width: 30% }
  .cols-10 > .col-offset-3 { margin-left: 30% }
  .cols-10 > .col-4 { flex: 0 0 40%; max-width: 40% }
  .cols-10 > .col-offset-4 { margin-left: 40% }
  .cols-10 > .col-5 { flex: 0 0 50%; max-width: 50% }
  .cols-10 > .col-offset-5 { margin-left: 50% }
  .cols-10 > .col-6 { flex: 0 0 60%; max-width: 60% }
  .cols-10 > .col-offset-6 { margin-left: 60% }
  .cols-10 > .col-7 { flex: 0 0 70%; max-width: 70% }
  .cols-10 > .col-offset-7 { margin-left: 70% }
  .cols-10 > .col-8 { flex: 0 0 80%; max-width: 80% }
  .cols-10 > .col-offset-8 { margin-left: 80% }
  .cols-10 > .col-9 { flex: 0 0 90%; max-width: 90% }
  .cols-10 > .col-offset-9 { margin-left: 90% }
  .cols-10 > .col-10 { flex: 0 0 100%; max-width: 100% }
  .cols-10 > .col-offset-10 { margin-left: 100% }
  .col { flex-basis: 0; flex-grow: 1; max-width: 100% }
}
/**
 +------------------------------------------------------------------------------
 * ************   Swiper Css   ************
 +------------------------------------------------------------------------------
 */
:root { --swiper-theme-color: #007aff }
.swiper { margin-left: auto; margin-right: auto; position: relative; overflow: hidden; list-style: none; padding: 0; z-index: 1 }
.swiper-vertical>.swiper-wrapper { flex-direction: column }
.swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1; display: flex; transition-property: transform; box-sizing: content-box }
.swiper-android .swiper-slide, .swiper-wrapper { transform: translate3d(0px, 0, 0) }
.swiper-pointer-events { touch-action: pan-y }
.swiper-pointer-events.swiper-vertical { touch-action: pan-x }
.swiper-slide { flex-shrink: 0; width: 100%; height: 100%; position: relative; transition-property: transform }
.swiper-slide-invisible-blank { visibility: hidden }
.swiper-autoheight, .swiper-autoheight .swiper-slide { height: auto }
.swiper-autoheight .swiper-wrapper { align-items: flex-start; transition-property: transform, height }
.swiper-backface-hidden .swiper-slide { transform: translateZ(0); -webkit-backface-visibility: hidden; backface-visibility: hidden }
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper { perspective: 1200px }
.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper { transform-style: preserve-3d }
.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top { position: absolute; left: 0; top: 0; width: 100%; height: 100%; pointer-events: none; z-index: 10 }
.swiper-3d .swiper-slide-shadow { background: rgba(0, 0, 0, .15) }
.swiper-3d .swiper-slide-shadow-left { background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)) }
.swiper-3d .swiper-slide-shadow-right { background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)) }
.swiper-3d .swiper-slide-shadow-top { background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)) }
.swiper-3d .swiper-slide-shadow-bottom { background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)) }
.swiper-css-mode>.swiper-wrapper { overflow: auto; scrollbar-width: none; -ms-overflow-style: none }
.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar { display: none }
.swiper-css-mode>.swiper-wrapper>.swiper-slide { scroll-snap-align: start start }
.swiper-horizontal.swiper-css-mode>.swiper-wrapper { scroll-snap-type: x mandatory }
.swiper-vertical.swiper-css-mode>.swiper-wrapper { scroll-snap-type: y mandatory }
.swiper-centered>.swiper-wrapper::before { content: ''; flex-shrink: 0; order: 9999 }
.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child { margin-inline-start: var(--swiper-centered-offset-before) }
.swiper-centered.swiper-horizontal>.swiper-wrapper::before { height: 100%; min-height: 1px; width: var(--swiper-centered-offset-after) }
.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child { margin-block-start: var(--swiper-centered-offset-before) }
.swiper-centered.swiper-vertical>.swiper-wrapper::before { width: 100%; min-width: 1px; height: var(--swiper-centered-offset-after) }
.swiper-centered>.swiper-wrapper>.swiper-slide { scroll-snap-align: center center; scroll-snap-stop: always }
.swiper-fade.swiper-free-mode .swiper-slide { transition-timing-function: ease-out }
.swiper-fade .swiper-slide { pointer-events: none; transition-property: opacity }
.swiper-fade .swiper-slide .swiper-slide { pointer-events: none }
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active { pointer-events: auto }
.swiper-lazy-preloader { width: 42px; height: 42px; position: absolute; left: 50%; top: 50%; margin-left: -21px; margin-top: -21px; z-index: 10; transform-origin: 50%; box-sizing: border-box; border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color)); border-radius: 50%; border-top-color: transparent }
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader { animation: swiper-preloader-spin 1s infinite linear }
.swiper-lazy-preloader-white { --swiper-preloader-color: #fff }
.swiper-lazy-preloader-black { --swiper-preloader-color: #000 }
@keyframes swiper-preloader-spin {
  0% { transform: rotate(0deg) }
  100% { transform: rotate(360deg) }
}
/**
 +------------------------------------------------------------------------------
 * ************   Public Css   ************
 +------------------------------------------------------------------------------
 */
@font-face {
  font-family: "SourceHanSerif";
  src: url("fonts/SourceHanSerif.woff2?t=20240101") format("woff2"),
       url("fonts/SourceHanSerif.woff?t=20240101") format("woff"),
       url("fonts/SourceHanSerif.ttf?t=20240101") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.clear { clear: both }

.mt5 { margin-top: 5px }
.mt10 { margin-top: 10px }
.mt15 { margin-top: 15px }
.mt20 { margin-top: 20px }
.mt30 { margin-top: 30px }
.mt40 { margin-top: 40px }
.mt50 { margin-top: 50px }

.pr { position: relative }

.first { margin-left: 0 !important }
.last { margin-right: 0 !important }

/*scrollbar*/
::-webkit-scrollbar { width: 10px; height: 10px }
::-webkit-scrollbar-button:vertical { display: none }
::-webkit-scrollbar-track, ::-webkit-scrollbar-corner { background-color: #fff }
::-webkit-scrollbar-thumb { border-radius: 10px; background-color: rgba(0, 0, 0, .3) }
::-webkit-scrollbar-thumb:vertical:hover { background-color: rgba(0, 0, 0, .35) }
::-webkit-scrollbar-thumb:vertical:active { background-color: rgba(0, 0, 0, .38) }

/*header*/
header { position: sticky; top: 0; right: 0; left: 0; z-index: 99; width: 100%; height: auto; background: var(--white) }
.header { position: relative; width: 100%; height: 138px; -ms-align-items: center; align-items: center; -ms-flex-pack: space-between; justify-content: space-between; transition: all .3s ease }
.header a.logo { }
.header .submenu .search {
    width: 20px;
    height: 21px;
    margin:0 30px 0 0;
    background: url(../images/search.svg) no-repeat center/100%;
    cursor: pointer;
}
.header a.logo img { display: block; transition: all .3s ease }
.nav { margin-left: auto; -ms-align-items: center; align-items: center }
.nav ul { -ms-align-items: center; align-items: center }
.nav ul li { position: relative; height: 138px; padding: 0 20px; line-height: 138px; transition: all .3s ease }
.nav ul li>span { display: block }
.nav ul li>span>a { display: block; font-weight: 400; font-size: 16px; color: #4a4a4a }
.nav ul li>span>a:hover, .nav ul li.on>span>a { color: var(--hover-color) }
.nav ul li.m>span>button { display: none }
.nav ul li.m .subnav { display: none; position: absolute; left: 0; z-index: 9; width: 100%; -webkit-box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.25); box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.25) }
.nav ul li.m .subbg { padding-top: 3px; background: #fff }
.nav ul li.m .subbg>a { display: block; padding: 6px 0; line-height: 36px; text-align: center; font-size: 14px; color: var(--text-color); border-bottom: 1px solid #e5e5e5; transition: all .3s ease-out 0s }
.nav ul li.m .subbg>a:last-child { border-bottom: none }
.nav ul li.m .subbg>a:hover { color: var(--hover-color) }
.oper { display: flex; height: 100%; align-items: center }
.nav-cart { display: flex; align-items: center; margin-left: 30px; display: flex; align-items: center; justify-content: center; color: #4a4a4a }
.nav-cart .icon-car { position: relative; display: flex; align-items: center; justify-content: center }
.nav-cart .icon-car-count { box-sizing: border-box; text-align: center; position: absolute; left: 8px; top: -10px; background: #fd7e01; color: #fff; border-radius: 100%; padding: 0 0.5em; min-width: 24px; height: 24px; line-height: 24px; font-size: 16px; transform: scale(.7); font-style: initial }
.nav-cart:hover { }

.nav-toggler { display: none; padding: 4px 3px; cursor: pointer; border: none; background-color: transparent; -webkit-tap-highlight-color: transparent }
.nav-toggler .toggler-icon { display: block; padding-top: 3px; padding-bottom: 3px; transition: all .4s ease }
.nav-toggler .toggler-icon:before { content: ''; display: block; height: 2px; width: 26px; background-color: #747474; border-top-right-radius: 2px; border-bottom-left-radius: 2px; border-radius: 2px; transition: transform .4s ease .2s, background-color .5s ease 0s }
.nav-toggler.opened .toggler-icon:nth-child(1) { transform: translateY(8px) }
.nav-toggler.opened .toggler-icon:nth-child(1)::before { transform: rotate(45deg) }
.nav-toggler.opened .toggler-icon:nth-child(2) { opacity: 0 }
.nav-toggler.opened .toggler-icon:nth-child(3) { transform: translateY(-8px) }
.nav-toggler.opened .toggler-icon:nth-child(3)::before { transform: rotate(-45deg) }

.oper-search { cursor: pointer; width: 30px; height: 30px; margin-left: 20px; z-index: 3; font-size: 16px; position: relative }
.oper-search>div { width: 30px; height: 100%; border-radius: 28px; transition: color .5s cubic-bezier(.435, .25, .15, .965), width .5s cubic-bezier(.435, .25, .15, .965), background-color .5s cubic-bezier(.435, .25, .15, .965); position: absolute; top: 0; right: 0; overflow: hidden; transform: translate(0, 0) }
.oper-search>div form { width: 216px; -ms-flex-align: center; align-items: center; display: -ms-flexbox; display: flex }
.oper-search>div form .search-icon { display: flex; justify-content: center; align-items: center; width: 30px; height: 30px; padding: 0; cursor: pointer; outline: 0;  border-radius: 100%; background: none; color: #343434; transition: all 1s ease }
.oper-search>div form a { width: 30px; height: 30px; color: inherit; border: none; -ms-flex-pack: center; justify-content: center; -ms-flex-align: center; align-items: center; font-size: 16px; display: -ms-flexbox; display: flex }
.oper-search>div form a:before { z-index: -1 }
.oper-search>div form input { width: 170px; height: 18px; color: #fff; background-color: transparent; border: none; border-bottom: 1px solid rgba(255, 255, 255, .1) }
.oper-icon { position: relative; display: flex; align-items: center; width: 30px; height: 56px; margin-left: 20px; color: #343434; transition: all 1s ease }
.oper-icon a { display: flex; justify-content: center; align-items: center; width: 30px; height: 30px; padding: 0; cursor: pointer; outline: 0; border: 2px solid #343434; border-radius: 100%; background: none; color: #343434; transition: all 1s ease }
.oper-icon.oper-linkedin { margin-left: 0 }
.oper-icon.oper-linkedin a { border-radius: 4px }
.oper-icon a:hover { background: #fff; color: #fff }
@media screen and (orientation:landscape) {
  .oper-search:hover>div { width: 216px; background-color: #3e5682 }
  .oper-search:hover>div .search-icon { border-color: transparent }
  .oper-search:hover>div form a { color: #fff !important }
}

.tel_top{width: 170px;background-color: #02853c;border-radius: 28px;padding: 5px;margin-left: 6%;overflow: hidden;}
    .tel_top .fr{width:70%;color:#fff;}

.tel_top .fl{width:20%;color:#fff;margin-left: 6%;}


.header-cart { display: none; position: absolute; left: inherit; right: 0; top: 138px; z-index: 2004; min-width: 160px; width: 400px; padding: 0 15px; background-color: #fff; border-radius: 4px; -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .2); box-shadow: 0 1px 5px rgba(0, 0, 0, .2) }
.cart-item { display: -webkit-box; display: -ms-flexbox; display: flex; padding: 15px 0; border-bottom: 1px solid #dedede }
.cart-cover { width: 80px; height: 80px; margin-right: 15px }
.cart-cover img { display: block; width: 80px; height: 80px }
.cart-info { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -ms-flexbox; display: flex; min-width: 0; -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 }
.cart-title { font-size: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; line-height: 20px }
.cart-title a { color: #000 }
.cart-modal { color: #888; font-size: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; line-height: 18px }
.cart-qyt { max-width: 150px; margin-top: 5px }
.cart-del { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center }
.cart-del a { color: #747474 }
.input-group, .input-group-btn, .input-group-btn>.btn, .nav>li, .nav>li>a, .navbar { position: relative }
.input-group { display: table; border-collapse: separate }
.input-group[class*=col-] { float: none; padding-left: 0; padding-right: 0 }
.input-group .form-control { position: relative; z-index: 2; float: left; width: 100%; margin-bottom: 0 }
.input-group .form-control:focus { z-index: 3 }
.input-group .form-control, .input-group-addon, .input-group-btn { display: table-cell }
.input-group-addon, .input-group-btn { width: 1%; white-space: nowrap; vertical-align: middle }
.input-group-addon { padding: 6px 12px; font-size: 14px; font-weight: 400; line-height: 1; color: #555; background-color: #eee; border: 1px solid #d3cfcf; border-radius: 2px }
.input-group-addon.input-sm, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.input-group-addon.btn { padding: 5px 10px; font-size: 12px; border-radius: 3px }
.input-group-addon.input-lg, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.input-group-addon.btn { padding: 10px 16px; font-size: 18px; border-radius: 6px }
.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] { margin-top: 0 }
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) { border-bottom-right-radius: 0; border-top-right-radius: 0 }
.input-group-addon:first-child { border-right: 0 }
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle { border-bottom-left-radius: 0; border-top-left-radius: 0 }
.input-group-addon:last-child { border-left: 0 }
.input-group-btn { font-size: 0; white-space: nowrap }
.input-group-btn>.btn+.btn { margin-left: -1px }
.input-group-btn>.btn:active, .input-group-btn>.btn:focus, .input-group-btn>.btn:hover { z-index: 2 }
.input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group { height: 34px; margin-right: -1px }
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group { height: 34px; z-index: 2; margin-left: -1px; margin-top: 0px }
.form-control { width: 100%; height: 34px; padding: 6px 12px; background-color: #fff; border: 1px solid #d3cfcf; color: #3F4254; background-clip: padding-box; border-radius: 2px; box-shadow: none !important; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s }
.form-control:focus { border-color: #93a1bb; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(147, 161, 187, .6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(147, 161, 187, .6) }
.form-control::-moz-placeholder { color: #999; opacity: 1 }
.form-control:-ms-input-placeholder { color: #999 }
.form-control::-webkit-input-placeholder { color: #999 }
.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .form-control-feedback, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label { color: #27a4b0 }
.form-control::-ms-expand { border: 0; background-color: transparent }
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { background-color: #eef1f5; opacity: 1 }
.form-control[disabled], fieldset[disabled] .form-control { cursor: not-allowed }
textarea.form-control { height: auto }
@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control { line-height: 34px }
    .input-group-sm input[type=date], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], .input-group-sm input[type=time], .input-group-sm>.input-group-btn>input[type=date].btn, .input-group-sm>.input-group-btn>input[type=datetime-local].btn, .input-group-sm>.input-group-btn>input[type=month].btn, .input-group-sm>.input-group-btn>input[type=time].btn, .input-group-sm>input[type=date].form-control, .input-group-sm>input[type=date].input-group-addon, .input-group-sm>input[type=datetime-local].form-control, .input-group-sm>input[type=datetime-local].input-group-addon, .input-group-sm>input[type=month].form-control, .input-group-sm>input[type=month].input-group-addon, .input-group-sm>input[type=time].form-control, .input-group-sm>input[type=time].input-group-addon, input[type=date].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, input[type=time].input-sm { line-height: 30px }
    .input-group-lg input[type=date], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], .input-group-lg input[type=time], .input-group-lg>.input-group-btn>input[type=date].btn, .input-group-lg>.input-group-btn>input[type=datetime-local].btn, .input-group-lg>.input-group-btn>input[type=month].btn, .input-group-lg>.input-group-btn>input[type=time].btn, .input-group-lg>input[type=date].form-control, .input-group-lg>input[type=date].input-group-addon, .input-group-lg>input[type=datetime-local].form-control, .input-group-lg>input[type=datetime-local].input-group-addon, .input-group-lg>input[type=month].form-control, .input-group-lg>input[type=month].input-group-addon, .input-group-lg>input[type=time].form-control, .input-group-lg>input[type=time].input-group-addon, input[type=date].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg, input[type=time].input-lg { line-height: 46px }
}
.cart-item .btn { display: inline-block; margin-bottom: 0; font-weight: 400; text-align: center; touch-action: manipulation; cursor: pointer; border: 1px solid transparent; white-space: nowrap; padding: 6px 12px; font-size: 14px; line-height: 1.42857; border-radius: 2px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; vertical-align: middle }
.cart-item .btn:hover { transition: all .3s }
.cart-item .btn-default { color: #949494; background-color: #fff; border-color: #d3cfcf }
.cart-item .btn-default.active, .cart-item .btn-default:active, .cart-item .btn-default:hover, .cart-item.open>.btn-default.dropdown-toggle { color: #949494; background-color: #e6e6e6; border-color: #adadad }
.cart-item .btn-default.active.focus, .cart-item .btn-default.active:focus, .cart-item .btn-default.active:hover, .cart-item .btn-default:active.focus, .cart-item .btn-default:active:focus, .cart-item .btn-default:active:hover, .cart-item.open>.btn-default.dropdown-toggle.focus, .cart-item.open>.btn-default.dropdown-toggle:focus, .cart-item.open>.btn-default.dropdown-toggle:hover { color: #949494; background-color: #d4d4d4; border-color: #8c8c8c }

.oper:hover #header-cart { display: block }

body[data-has-scroll="1"] header{ box-shadow: 0 .5rem 1.25rem 0 rgb(0 0 0 / 5%) }
body[data-has-scroll="1"] header .header { height: 80px }
body[data-has-scroll="1"] header .header a.logo img { width: 122px; height: 56px }
body[data-has-scroll="1"] header .nav ul li, body[data-has-scroll="1"] header .nav-cart { height: 80px; line-height: 80px }
body[data-has-scroll="1"] header .header-cart { top: 80px !important; transition: all .3s ease }

.list-cart-item { display: -webkit-box; display: -ms-flexbox; display: flex; margin-bottom: 20px; background: #fff }
.list-cart-item:hover { -webkit-box-shadow: 0 10px 30px 0 rgba(84, 84, 84, .1); box-shadow: 0 10px 30px 0 rgba(84, 84, 84, .1) }
.list-cart-checkbox { display: -webkit-box; display: -ms-flexbox; display: flex; width: 20px }
@media screen and (max-width:768px) {
  .list-cart-checkbox { padding: 0 2px 0 8px; width: unset }
   .oper .oper-search ,.tel_top { display: none !important }
  
}
@media screen and (min-width:768px) {
  .list-cart-checkbox { padding: 0 50px 0 30px; background: #F4F4F4 }
}
.list-cart-checkbox .label { position: relative; font-family: sans-serif; display: block; font-size: 20px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; margin: 3px; -ms-flex-item-align: center; align-self: center }
.list-cart-checkbox .checkbox { display: none }
.list-cart-checkbox .check-mark { width: 18px; height: 18px; background-color: #fff; position: absolute; left: 0; display: inline-block; top: 0; border-radius: 3px; border: 1px solid #D3D2D1 }
.list-cart-checkbox .checkbox:checked+.check-mark { background-color: var(--primary-color); -webkit-transition: .1s; transition: .1s; border: none }
.list-cart-checkbox .checkbox:checked+.check-mark:after { content: ""; position: absolute; width: 10px; -webkit-transition: .1s; transition: .1s; height: 5px; background: var(--primary-color); top: 45%; left: 50%; border-left: 2px solid #fff; border-bottom: 2px solid #fff; -webkit-transform: translate(-50%, -50%) rotate(-45deg); transform: translate(-50%, -50%) rotate(-45deg) }
.list-cart-cover { width: 188px; height: 188px; margin-right: 15px }
.list-cart-cover img { display: block; width: 188px; height: 188px }
.list-cart-info { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -ms-flexbox; display: flex; min-width: 0; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column ; padding:1%}
.list-cart-title { font-size: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; line-height: 20px }
.list-cart-title a { color: #000 }
.list-cart-modal { color: #888; font-size: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; line-height: 18px }
.list-cart-qyt { max-width: 250px; margin-top: 5px }
.list-cart-del { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 50px; background: #F6F6F8; font-size: 28px }
.list-cart-del a { color: #747474 }
.list-cart-item .btn { display: inline-block; margin-bottom: 0; font-weight: 400; text-align: center; touch-action: manipulation; cursor: pointer; border: 1px solid transparent; white-space: nowrap; padding: 6px 12px; font-size: 14px; line-height: 1.42857; border-radius: 2px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; vertical-align: middle }
.list-cart-item .btn:hover { transition: all .3s }
.list-cart-item .btn-default { color: #949494; background-color: #fff; border-color: #d3cfcf }
.list-cart-item .btn-default.active, .list-cart-item .btn-default:active, .list-cart-item .btn-default:hover, .list-cart-item.open>.btn-default.dropdown-toggle { color: #949494; background-color: #e6e6e6; border-color: #adadad }
.list-cart-item .btn-default.active.focus, .list-cart-item .btn-default.active:focus, .list-cart-item .btn-default.active:hover, .list-cart-item .btn-default:active.focus, .list-cart-item .btn-default:active:focus, .list-cart-item .btn-default:active:hover, .list-cart-item.open>.btn-default.dropdown-toggle.focus, .list-cart-item.open>.btn-default.dropdown-toggle:focus, .list-cart-item.open>.btn-default.dropdown-toggle:hover { color: #949494; background-color: #d4d4d4; border-color: #8c8c8c }

/*footer*/
footer { width: 100%; font-size: 16px; color: #e1e1e1; background: linear-gradient(90deg, #282828, #282828) }
footer a { color: #e1e1e1 }
footer a:hover { color: var(--hover-color) }
.footer { padding: 60px 0 60px; justify-content: space-between }
.footer span { font-size: 600; font-size: 72px; line-height: 1 }
.footer p { margin-top: 40px; line-height: 60px }
.copyright { padding: 32px 0; color: #c8c6c6; font: 400 14px/36px infinite; background: #101010 }
.copyright .flex { justify-content: space-between; align-items: center }
.copyright a { color: #c8c6c6; transition: all .3s ease-out 0s }
.copyright a img { display: inline-block; width: 14px; height: 16px; margin-right: 5px; vertical-align: text-top }
.copyright a:hover { color: #fd7e01; text-decoration: underline }
.socialize { display: flex; align-items: center }
.socialize a { display: flex; justify-content: center; align-items: center; width: 42px; height: 42px; margin-right: 13px }
.socialize a:last-child { margin-right: 0 }
.socialize a:nth-child(1) { color: #3a589b }
.socialize a:nth-child(2) { color: #0073b1 }
.socialize a:nth-child(3) { color: #3fc6ed }
.socialize a:nth-child(4) { color: #36465d }
.socialize a:nth-child(5) { color: #cb2026 }
.socialize a:hover { opacity: .7 }

/*gotop*/
.gotopbox { position: fixed; right: 18px; bottom: 120px; z-index: 9 }
.gotop { display: none; justify-content: center; align-items: center; width: 60px; height: 60px; color: #fff; border-radius: 100%; background: rgba(0, 0, 0, .20); transition: all .3s ease }
.gotop:hover { background: var(--hover-color) }

/*grid*/
@media (max-width:1440px) {
  .container { max-width: 1230px }

  /*header*/
  .header { height: 100px }
  .header a.logo img { width: 110px; height: 50px }
  .nav ul li { height: 100px; padding: 0 16px; line-height: 100px }
  header.fixed .header a.logo img { width: 92px; height: 42px }
  .header-cart { top: 100px !important; transition: all .3s ease }

  /*gotop*/
  .gotop { width: 56px; height: 56px }
}
@media (max-width:1280px) {
  .container { max-width: 1096px }
}
@media (max-width:1024px) {
  .container { max-width: 992px }

  /*gotop*/
  .gotop { width: 50px; height: 50px }
  .gotop svg { width: 36px; height: 36px }
}
@media screen and (min-width:767px) and (max-width:890px) {
  /*header*/
  .nav ul li { padding: 0 16px }
  .nav ul li>span>a { font-size: 14px }
}
@media (max-width:768px){
  .container { max-width: 690px }

  /*header*/
  header { position: sticky; box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15) }
  header .container { max-width: 768px; padding-left: 25px; padding-right: 25px }
  .header { height: 66px !important; justify-content: space-between }
  .header a.logo img { width: initial !important; height: 46px !important; margin-right: 10px }

  .nav-toggler { display: block }
  .overflow { overflow: hidden }
  .nav { align-content: flex-start; position: absolute; top: 66px; left: 0; z-index: 9; width: 100%; height: 0; background-color: #fff; border-top: none; transition: all .6s ease; align-items: initial; overflow-x: hidden; overflow-y: scroll }
  .nav ul { flex-direction: column; flex: 0 0 100%; max-width: 100%; padding-left: 25px; padding-right: 25px }
  .nav ul li { width: 100%; height: auto; min-height: 60px; padding: 0; line-height: 60px }
  .nav ul li>span>a { flex: 1; color: var(--black); text-align: initial }
  .nav ul li>span>a:hover, .nav ul li.on>span>a { color: var(--hover-color) !important }
  .nav ul li>span>a:after, .nav ul.navbar li>span>a .icon-right { display: none }
  .nav ul li.m>span { display: flex; justify-content: space-between; align-items: center }
  .nav ul li.m>span#nav-toggle>button { display: block }
  .nav ul li.m>span>button { display: none; position: relative; width: 40px; min-height: 60px; padding: 0; color: #fff; transition: transform .3s cubic-bezier(0.86, 0, 0.07, 1), transform-origin .3s cubic-bezier(0.86, 0, 0.07, 1); opacity: 0.8; background-color: transparent; border: none; cursor: pointer; outline: none; -webkit-tap-highlight-color: transparent }
  .nav ul li.m>span>button i { position: absolute; top: 50%; right: 2px; width: 20px; height: 28px; transform: translateY(-14px) }
  .nav ul li.m>span>button::after { content: normal }
  .nav ul li.m>span>button i::before, .nav ul li.m>span>button i::after { content: ""; display: block; position: absolute; top: 58%; width: 10px; height: 2px; z-index: 9; border: none; background: rgba(0, 0, 0, .85); transition: transform .3s cubic-bezier(0.86, 0, 0.07, 1), transform-origin .3s cubic-bezier(0.86, 0, 0.07, 1) }
  .nav ul li.m>span>button i::before { right: 50%; border-radius: 1px 0 0 1px; transform-origin: 100% 100%; transform: rotate(42deg) scaleY(1.1) }
  .nav ul li.m>span>button i::after { left: 50%; border-radius: 0 1px 1px 0; transform-origin: 0% 100%; transform: rotate(-42deg) scaleY(1.1) }
  .nav ul li.m>span>button:hover { opacity: 1 }
  .nav ul li.m>span>button.show { transform: translateY(-8px) }
  .nav ul li.m>span>button.show i::before { transform-origin: 100% 0%; transform: rotate(-42deg) scaleY(1.1) }
  .nav ul li.m>span>button.show i::after { transform-origin: 0% 0%; transform: rotate(42deg) scaleY(1.1) }
  .nav ul li.m .subnav { display: none; opacity: 0; visibility: hidden; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; transition: all .4s ease; position: static; visibility: visible; opacity: 1; box-shadow: none; transform: initial; transition: initial; width: 100% !important; margin-top: -14px; margin-left: 0; padding-top: 14px }
  .nav ul li.m:hover .subnav { visibility: visible; opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); transform: translateY(0) }
  .nav ul li.m .subbg { position: relative; background: #0032ad; box-shadow: initial }
  .nav ul li.m .subbg>a { color: #cbe6ed; border-color: rgba(255, 255, 255, .1) }
  .nav ul li.m .subbg>a:hover { color: var(--white) }
  .nav ul li.m .subbg::before { content: ""; width: 15px; height: 15px; background: #fff; border-radius: 2px; position: absolute; left: 50%; margin-left: -8px; top: 1px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); transform: rotate(45deg) }
  .nav ul li.m .subbg::before { top: -6px; left: 28px; background: #0032ad }
  .nav::-webkit-scrollbar { width: 5px; height: 6px }
  .nav::-webkit-scrollbar-thumb { border-radius: 5px; background-color: rgba(150, 150, 150, .3) }
  .nav.active { height: calc(100vh - 66px); border-top: 1px solid #f5f5f5 }
  .nav.active ul { opacity: 1 }
  .nav.active ul li { display: block; width: 100%; margin-left: 0; -webkit-transition: all 800ms cubic-bezier(0.68, -0.55, 0.27, 1.55); transition: all 800ms cubic-bezier(0.68, -0.55, 0.27, 1.55) }

  .oper { margin-left: auto; margin-right: 2px }
  .oper .nav-cart { height: initial !important; line-height: initial !important }
  .oper .nav-cart svg { width: 24px; height: 24px }
  .language {width:100px}
  .nav { align-content: space-between !important }
  .nav ul li.m>span#nav-toggle>button { display: none }
  .nav ul li>span>a { text-align: center; font-size: 18px }

  .list-cart-checkbox { display: none }
  .list-cart-cover { width: 80px; height: 80px; margin-right: 15px }
  .list-cart-cover img { display: block; width: 80px; height: 80px }
  .list-cart-qyt { max-width: 120px; margin-top: 5px }
  .list-cart-del { padding: 0 20px }
  .list-cart-del a { color: #747474 }

  /*footer*/
  .footer span { font-size: 48px }
  .footer p { margin-top: 30px; line-height: 40px }
  .copyright { text-align: center }
  .copyright .flex { justify-content: center }
  .copyright .socialize { margin-top: 10px }

  /*gotop*/
  .gotopbox { right: 10px }
  .gotop { width: 50px; height: 50px }
  .gotop svg { width: 30px; height: 30px }
}
@media (max-width:576px){
  header .container { padding-left: 15px; padding-right: 15px }

  .container {  max-width: 768px; padding-left: 25px; padding-right: 25px }

  /*footer*/
  .footer { padding: 36px 0 }
  .footer span { font-size: 600; font-size: 36px; line-height: 1 }
  .footer p { margin-top: 20px; line-height: 36px; font-size: 16px }
  .socialize a { width: 24px; height: 24px }

  /*gotop*/
  .gotopbox { right: 10px }
  .gotop { width: 42px; height: 42px }
  .gotop svg { width: 26px; height: 26px }
}









article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block;}

.clearfix:after {clear: both; content: ""; display:block; height: 0; overflow: hidden; visibility: hidden; }
.clearfix { zoom:1;}




::-webkit-scrollbar {
    width: 6px;
    height: 8px;
    background-color: transparent;
}
::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,.1);
    background: #9f7851;
}

select::-webkit-scrollbar {
    width: 2px;
    height: 4px;
    background-color: transparent;
}
select::-webkit-scrollbar-thumb {
    border-radius: 1px;
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,.1);
    background: #9f7851;
}


html { font-size: calc(100vw * 100 / 1920); }
@media screen and (min-width: 1920px) {
    html { font-size: 100px; }
}
@media screen and (max-width: 1440px) {
    html { font-size: 100px; }
}
@media screen and (max-width: 1024px) {
    html { font-size: 100px; }
}
@media screen and (max-width: 768px) {
  html { font-size: calc(100vw * 100 / 768); }
  html { font-size: 95px; }
}
@media screen and (max-width: 368px) {
  html { font-size: calc(100vw * 100 / 360); }
  html { font-size: 90px; }
}




.fl{float:left;}
.fr{float:right;}
.wrap{width:100%;overflow:hidden;}
.ce{text-align:center;}
.hide{overflow:hidden;}
.erp{white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.center{text-align:center;}
.normal{font-weight:normal;}
.box{box-sizing: border-box;}
.en {font-family:Arial,'Times New Roman','Microsoft YaHei',SimHei;   }
.pic-scale{-webkit-transition:opacity 0.55s, -webkit-transform 0.55s;transition: opacity 0.55s, transform 0.55s;-webkit-transform: scale(1);transform: scale(1);}
.radius{ border-radius:25px; -webkit-border-radius:25px; -moz-border-radius:25px; -ms-border-radius:25px; -o-border-radius:25px;}
.flex {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
.full {
    width:100%;
}
.container {
    width: 87%;
    margin: 0 auto;
    padding:0 15px;
}
@media (max-width: 1920px){
.container {
    max-width: 1920px;
    margin: 0 auto;
    padding:0 15px;
} 
}
@media (max-width: 1700px){
.container {
    width: 96%;
    padding:0 15px;
}  
}
@media (max-width: 1024px){
.container {
    width: 100%;
    padding:0 15px;
}
}


footer {
    background: #f5f5f5;
    padding: 100px 20px 50px;
}

.footern  .footer-container {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

/* 左侧导航 */
.footern .left-nav {
    flex: 2;
    min-width: 300px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.footern .nav-column {
   
}
.footern  .nav-column h4 {
    color: #333;
    font-size: 16px;
    margin-bottom: 12px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
}
.footern .nav-column a {
    display: block;
    color: #666;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.8;
    white-space: nowrap;
    transition: color 0.3s;
}
.footern .nav-column a:hover {
    color: #2a6496;
}

/* 中间信息 */
.footern .center-info {
    flex: 2;
    min-width: 300px;
   
    padding: 0 20px;
}
.footern .brand-name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}
.footern .company-info {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    float:left;
 
}

.footern .footer_hr{float: left;width:4rem;overflow: hidden;}
.footern .company-info p {
    margin: 8px 0;
}

/* 右侧二维码 */
.footern .right-qrcode {
    flex: 1;
    min-width: 150px;
    text-align: center;
}
.footern .qrcode-img {

    background: #ddd;
    display: inline-block;
}
.footern .qrcode-text {
    font-size:12px;
    color:#666;
    margin-top:8px;
}

/* 版权信息 */
.footern .copyright {
    text-align: center;
    color: #999;
    font-size: 12px;
    padding-top: 25px;
    margin-top: 35px;
    border-top: 1px solid #eee;
}

/* 响应式调整 */
@media (max-width: 992px) {
   .footern .footer-container {
        gap: 30px;
        flex-direction: column;
    }
   .footern .left-nav {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 20px;
      
    }
   .footern .right-qrcode {
        text-align: center;
    }
   .footern .qrcode-img {
        margin: 0 auto;
    }
    .footern .footer_hr{float: left;width:3rem;overflow: hidden;}
}

@media (max-width: 576px) {
    footer {
        padding: 30px 15px 15px;
    }
   .footern .left-nav {
        grid-template-columns: 1fr;
        gap: 25px;
          display:none;
    }
    .footern .footer_hr{float: left;width:3rem;overflow: hidden;}
   .footern .nav-column {
        padding: 0;
    }
   .footern .nav-column h4 {
        font-size: 15px;
        margin-bottom: 10px;
    }
   .footern .nav-column a {
        font-size: 13px;
        white-space: normal;
        line-height: 1.6;
    }
   .footern .brand-name {
        font-size: 16px;
        margin-bottom: 12px;
        float: left;
    }
   .footern .company-info {
        font-size: 13px;
    }
   .footern .right-qrcode {
        margin-top: 20px;
    }
   .footern .qrcode-text {
        display: none;
    }
   .footern .copyright {
        padding-top: 20px;
        margin-top: 25px;
        font-size: 11px;
    }
 
}



.footer {
    position: relative;
    *background-image: -webkit-linear-gradient(top,#fff,#f5f9fd);
}
.footer .container {
    position: relative;
    z-index: 2;
}
.footer::before {
    *opacity: 0.02;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url(../images/footer.jpg) no-repeat left center/100%;
    transition: all 3s;
}
.footer .footer-box {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15%;
    padding:5% 0 4% 0;
}





.footer .footer-box .foot-menu {
    width:50%;
    position:relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer .footer-box .foot-menu .item {
    width:auto;
}
.footer .footer-box .foot-menu .item .one-footmenu {
    margin: 0 0 0.2rem 0;
}
.footer .footer-box .foot-menu .item .one-footmenu a {
    opacity:1;
    font-size: 0.18rem;
    color: #000;
    font-family: "MiSans-Medium";
}
.footer .footer-box .foot-menu .item .two-footmenu {
    margin: 0.2rem 0 0 0;
}
.footer .footer-box .foot-menu .item .two-footmenu a {
    display:block;
    font-size: 0.14rem;
    color:#333;
    padding:3px 0;
    transition: transform 1s;
}
.footer .footer-box .foot-menu .item .two-footmenu a:hover {
    color:#9f7851;
    transform: translate(5px,0px);
}


.footer-contact {
    width:30%;
    position:relative;
}

.footer-contact .vi {
    margin:0 0 0rem 0;
}
.footer-contact .vi img {
    max-width: 1.8rem;
}
.footer-contact .address {
    margin:0 0 3% 0;
}
.footer-contact .address h6 {
    opacity: 0.8;
    font-size: 0.14rem;
    color: #252525;
    font-family: "MiSans-Medium";
    margin:0.3rem 0 0.05rem 0;
    padding: 0px 0;
}
.footer-contact .address p {
    position:relative;
    padding: 5px 0 5px 0px;
    font-size: 0.14rem;
    color:#000;
    opacity:0.8;
}
.footer-contact .address p.call {
    opacity:1;
}
.footer-contact .address p span {
}
.footer-contact .address p a {
    color:#000;
}
.footer-contact .address p.call a {
    font-size: 0.32rem;
    color: #9f7851;
    font-family: "BasisGrotesque-Regular";
    line-height: 1.6;
}

.footer-contact .guanzhu {
    margin:0 0 0 0;
}
.footer-contact .guanzhu .tit {
    opacity: 0.8;
    font-size: 0.14rem;
    color: #252525;
    font-family: "MiSans-Medium";
    margin:0 0 0.1rem 0;
}
.footer-contact .guanzhu .icon {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.1rem;
}
.footer-contact .guanzhu .icon .item {
    width:40px;
    height:40px;
    border: 1px solid rgba(0,0,0,0.1);
    -webkit-border-radius: 25px;
    position: relative;
}
.footer-contact .guanzhu .icon .item i {
    position: relative;
    display:inline-block;
    width:100%;
    height:100%;
    text-align: center;
}
.footer-contact .guanzhu .icon .item i img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.9;
    max-width: 0.18rem;
}
.footer-contact .guanzhu .icon .item .fix {
    display:none;
    position: absolute;
    top: -164px;
    left: -50px;
    width: 150px;
    height: 150px;
    *box-shadow: 0 4px 4px rgba(127, 127, 127, 0.1);
    *border: 2px solid #f1f1f1;
}
.footer-contact .guanzhu .icon .item .fix img {
    width: 100%;
    background: #fff;
    border-radius: 5px;
}
.footer-contact .guanzhu .icon .item:hover .fix {
    display:block;
}


@media screen and (max-width:1024px){
.footer .footer-box {
    padding:4% 0;
}

.footer-logo {
    padding:5% 0;
}
.footer-logo img {
    max-width: 30%;
}
.footer-contact {
    width:100%;
}
.footer-contact .vi {
    *display: none;
}
.footer-contact .vi img {
    max-width: 1.6rem;
}

.footer-contact .tel {}
.footer-contact .tel p {
    font-size: 0.16rem;
    margin-bottom: 5%;
}
.footer-contact .tel a {
    font-size: 0.36rem;
    letter-spacing: 0;
    font-family: 'Futura';
}

.footer-contact .address {
    margin:5% 0 3% 0;
}
.footer-contact .address p{
    font-size: 0.14rem;
    padding: 0 0;
}

.footer-guanzhu {
    width:100%;
    margin:0 0 0 0;
}
}



.copy {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding:0.3rem 0 0.2rem 0;
    border-top: 1px solid rgba(0,0,0,0.05);
}
.copy .Copyright {}
.copy .Copyright p {
    display:inline-block;
    margin:0 0.2rem 0 0;
    font-size: 0.14rem;
    color:#000;
}
.copy .Copyright p a {
    color:#000;
}
.copy .Copyright p a:hover {
    color:#9f7851;
}
.copy .Friendly {}
.copy .Friendly p {
    display:inline-block;
    margin:0 0 0 0;
    font-size: 0.14rem;
    color:#000;
}
.copy .Friendly a {
    display:inline-block;
    margin:0 0.05rem;
    font-size: 0.14rem;
    color:#000;
}
.copy .Friendly a:hover {
    color:#9f7851;
}

@media screen and (max-width:1024px){
.footer {
    margin: 0 0 0 0;
    padding:0.1rem 0 0.1rem 0;
}

.footer .footer-box {
  
}

.footer .footer-box .foot-menu {
    width:100%;
    padding: 0.4rem 0 0 0;
}
.footer .footer-box .foot-menu::before {
    display:none;
}
.footer .footer-box .foot-menu .item {
    width:100%;
}

.footer .footer-box .foot-menu .item .one-footmenu {
    position: relative;
    display: flex;
    justify-content: space-between;
}
.footer .footer-box .foot-menu .item .one-footmenu a {
    display: block;
}
.footer .footer-box .foot-menu .item .one-footmenu i {
    position: absolute;
    right: 5%;
    top: 50%;
    z-index: 2;
    transform: translate(0%, -50%);
    display: block;
    width: 0.2rem;
    height: 0.2rem;
    background: url(../images/more-icon.svg) no-repeat center center / 0.12rem;
    font-size: 0.16rem;
    font-style: normal;
    transition: transform 0.3s;
}
.footer .footer-box .foot-menu .item .one-footmenu i.active{
    transform: rotate(90deg);
}
.footer .footer-box .foot-menu .item .two-footmenu{
    display:none;
    margin: 0.1rem 0 0.2rem 0.1rem;
}

.footer-contact .address {
    margin:5% 0 3% 0;
}
.footer-contact .address p{
}


.copy {
    padding:0.15rem 0 0.1rem 0;
}
.copy .Copyright {}
.copy .Copyright p {
}
.copy .Copyright p a {

}
.copy .Friendly {
    display: none;
}
.copy .Friendly p {
}
.copy .Friendly a {
}
}




.modal .modal-header{ border-bottom:none;}
.modal{text-align:center; width:100%; height:100%;}
.modal .modal-content{ width:100%; height:auto;max-height: 600px; position:absolute;margin:0 auto; left:0; right:0;top:50%;margin-top:-275px;max-width:1000px;}
.modal .modal-content video{ width:100%; height:100%; height:auto;max-height: 500px;background: #000;}


.fix-msg {
    position: fixed;
    right: 1%;
    bottom:40%;
    z-index: 999;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: 0 10px 6px 0 rgb(58 54 37 / 10%);
}

.fix-msg a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-image: -webkit-linear-gradient(top,#9f7851,#9f7851);
    background: #2d2926;
    overflow: hidden;
    padding:5px 8px;
    font-size: 12px;
    color: #fff;
    text-align: center;
}
.fix-msg a::before {
    display: block;
    content: "";
    width: 26px;
    height: 36px;
    background: url(../images/fix-icon.svg) no-repeat center bottom/30px;
    margin: 0 auto;
    /* display: inline-block; */
    vertical-align: middle;
}
.fix-msg::before {
    content: "1";
    position: absolute;
    right: 10%;
    top: -15%;
    z-index: 2;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
    font-size: 10px;
    color: #fff;
    background-image: -webkit-linear-gradient(top,#9f7851,#9f7851);
}
.fix-msg::after {}


@media screen and (max-width:1024px){
.fix-msg {
    right:none;
    left:2%;
    bottom:10%;
    width: 60px;
    height: 60px;
}

.fix-msg a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding:4px 4px;
    font-size: 10px;
    color: #fff;
}
.fix-msg a::before {
    width: 20px;
    height: 24px;
    background: url(../images/fix-icon.svg) no-repeat center bottom/20px;
    margin: 0 auto;
}
.fix-msg::before {
    right: 0;
    top: -12px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 8px;
}
.fix-msg::after {
}
}

.fixed-msg {
    position: fixed;
    z-index: 1000;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    display: none;
    background: rgba(0,0,0, 0.8);
    z-index: 99999999999999;
}
.fixed-msg .msg-box {
    height: 5rem;
    width: 60%;
    margin:10% auto;
    background:#fff;
    border-radius: 4px;
    position:relative;
    overflow: hidden;
}
.fixed-msg .msg-box .left {
    float:left;
    width: 58%;
    height: inherit;
    flex-shrink: 0;
    background-position: center;
    background-image: url(../images/fix-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.fixed-msg .msg-box .right {
    float:right;
    width: 42%;
    padding:0.3rem 0.5rem;
}

.fixed-msg .msg-box h4 {
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.25rem;
    font-family: "MiSans-Medium";
    overflow: hidden;
    text-align: center;
}
.fixed-msg .msg-box h4 strong {
    font-size: 0.22rem;
    color: #252525;
    font-weight: normal;
}
.fixed-msg .msg-box h5 {
    font-size: 0.14rem;
    height: 0.4rem;
    line-height: 0.4rem;
    overflow: hidden;
    color: #666666;
    text-align: center;
}
.fixed-msg .msg-box h5 span {
    font-family: "Medel";
    padding: 0 0.06rem;
}
.fixed-msg .msg-box .closefix {
    width: 26px;
    height: 26px;
    position: absolute;
    z-index: 2;
    right: 15px;
    top: 15px;
    background: url(../images/close.svg) no-repeat left top/20px;
    cursor: pointer;
    transition: all 0.5s;
}
.fixed-msg .msg-box .closefix:hover {
    transform:rotate(90deg);
}
.fixed-msg .msg-box .form {}
.fixed-msg .msg-box .form input,.fixed-msg .msg-box .form select {
    background: none;
    border: solid 1px #d2d2d2;
    font-size: 0.14rem;
    color: #252525;
    padding: 0 5%;
    margin:0.06rem 0;
    width: 100%;
    height:0.46rem;
    line-height: 0.46rem;
    border-radius: 4px;
}
.fixed-msg .msg-box .fixSubmit{
    background: #1d1d1f;
    border: 2px solid #1d1d1f;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 0.14rem;
    width: 100%;
    line-height: 0.4rem;
    border-radius: 4px;
    margin: 0.06rem auto;
    clear: both;
    transition: all 0.5s;
    cursor: pointer;
}
.fixed-msg .msg-box .fixSubmit:hover {
    color: #fff;
    border: 2px solid #bb916f;
    background: #c29470;
}

.fixed-msg .msg-box .prompt {
    margin: 0.2rem 0 0 0;
}
.fixed-msg .msg-box .prompt p {
    font-size: 0.14rem;
    color: #999;
    text-align: center;
}
@media screen and (max-width:1024px){
.fixed-msg .msg-box .left {
    display: none;
}
.fixed-msg .msg-box .right {
    width: 100%;
    padding:0.3rem 0.3rem;
}
.fixed-msg .msg-box h4 {
    font-size: 0.2rem;
}
.fixed-msg .msg-box h4 strong {
    font-size: 0.2rem;
}
.fixed-msg .msg-box h5 {font-size:14px;}
.fixed-msg .msg-box {
    height: 100%;
    width: 100%;
    margin:0% auto;
}
.fixed-msg .msg-box .form input,.fixed-msg .msg-box .form select {
    margin:1%;
    line-height: 0.46rem;
    width: 100%;
    height:0.46rem;
}
}

/*AIæ™ºèƒ½ä½“*/
.AI-fix {
    position: fixed;
    right: 1%;
    bottom: 10%;
    z-index: 999;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: 0 10px 6px 0 rgb(58 54 37 / 10%);
    background: #fff;
    text-align: center;
    padding: 0.1rem 0;
}
.AI-fix figure {}
.AI-fix figure img {
    max-width: 0.4rem;
}
.AI-fix h4{
    margin: 5px 0 0 0;
    font-size: 12px;
    color: #2d2926;
}

.AI {
    position: fixed;
    z-index: 1000;
    height: 100%;
    width: 30%;
    top: 0;
    right: 0;
    display: none;
    z-index: 99999999999999;
}
.AI .AI-box{
    height: 100%;
    width: 100%;
}
.AI .AI-box iframe {
    height: 100%;
    width: 100%;
}
.AI .AI-box .AI-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
}

.pc {
    display:block !important;
}
.mobile {
    display:none !important;
}
@media screen and (max-width:1024px){
.pc {
    display:none !important;
}
.mobile {
    display:block !important;
}
}