@charset "UTF-8";
@import url("../font/lovelo/lovelo.css");
@import url("../font/bahnschrift/bahnschrift.css");
html { color: #282828; }

:root { scroll-behavior: unset; }

ul { padding-left: 0; margin-bottom: 0; }
ul li { list-style: none; }
ul li::marker { display: none; }

p { margin: 0; }

.img-cover-4by3 { height: 0; width: 100%; padding-bottom: 75%; overflow: hidden; position: relative; }

.img-cover-3by2 { height: 0; width: 100%; padding-bottom: 66.667%; overflow: hidden; position: relative; }

.img-cover img { max-width: 100%; max-height: 100%; position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; }

.abs-center { margin: auto; left: 0; right: 0; top: 0; bottom: 0; position: absolute; }

.over-line-2 { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }

.over-line-3 { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }

.over-line-4 { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; }

.over-line-5 { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 5; overflow: hidden; }

.text-justify { text-align: justify !important; text-align-last: justify; }

.object-fit-cover { -o-object-fit: cover; object-fit: cover; }

.object-fit-contain { -o-object-fit: contain; object-fit: contain; }

.object-fit-scaleDown { -o-object-fit: scale-down; object-fit: scale-down; }

a:focus { outline: none; }

.ratio-2x3 { --bs-aspect-ratio: calc(2 / 3 * 100%); --mdb-aspect-ratio: calc(2 / 3 * 100%); }

.ratio-3x2 { --bs-aspect-ratio: calc(3 / 2 * 100%); --mdb-aspect-ratio: calc(3 / 2 * 100%); }

.ratio-3x4 { --bs-aspect-ratio: calc(4 / 3 * 100%); --mdb-aspect-ratio: calc(4 / 3 * 100%); }

.ratio-8x3 { --mdb-aspect-ratio: calc(3 / 8 * 100%); --bs-aspect-ratio: calc(3 / 8 * 100%); }

.vertical-txt { writing-mode: vertical-rl; }

/*滚动条样式*/
@media screen and (-webkit-min-device-pixel-ratio: 0) { ::-webkit-scrollbar { width: 5px; height: 8px; }
  ::-webkit-scrollbar-track:enabled { background-color: #999999; }
  ::-webkit-scrollbar-thumb:vertical { background-color: var(--theme-color); border-radius: 30px; }
  ::-webkit-scrollbar-thumb:horizontal { background-color: var(--theme-color); border-radius: 30px; } }
.m-scroll::-webkit-scrollbar { /*滚动条整体样式*/ width: 5px; /*高宽分别对应横竖滚动条的尺寸*/ height: 3px; }

.m-scroll::-webkit-scrollbar-thumb { /*滚动条里面小方块*/ border-radius: 10px; box-shadow: inset 0 0 2.5px rgba(0, 0, 0, 0.1); background: var(--theme-red); }

.m-scroll::-webkit-scrollbar-track { /*滚动条里面轨道*/ box-shadow: inset 0 0 2.5px rgba(0, 0, 0, 0.1); border-radius: 5px; background: #ededed; }

a { color: #333333; text-decoration: none; }
a:hover { text-decoration: none; color: var(--theme-color); }
a:focus { outline: none !important; }

.w-next, .w-prev { cursor: pointer; z-index: 2; width: 40px; height: 40px; margin: auto; top: 0; bottom: 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.w-next { right: 0; }

.w-prev { left: 0; }

.de-page-mian .page-inner { padding: 1.5rem 0; display: flex; align-items: center; justify-content: center; }
.de-page-mian .page-inner a { position: relative; display: block; padding: .5rem .75rem; line-height: 1.25; color: #666; background-color: #e2e2e2; margin: 2px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.de-page-mian .page-inner a:hover, .de-page-mian .page-inner a.active { background-color: var(--theme-color); color: #fff; }
.de-page-mian .page-inner a.prev::after { content: '<'; font-family: "宋体",SimSun; color: CurrentColor; font-weight: bold; }
.de-page-mian .page-inner a.next::after { content: '>'; font-family: "宋体",SimSun; color: CurrentColor; font-weight: bold; }
.de-page-mian .page-inner span, .de-page-mian .page-inner input, .de-page-mian .page-inner a.page-btn { display: none; }

.w-form .form-item { position: relative; }
.w-form .form-item .input-txt, .w-form .form-item .input-textarea { display: block; height: 46px; border: none; background-color: #ffffff; padding: 10px; }
.w-form .form-item .input-txt:focus, .w-form .form-item .input-txt.active, .w-form .form-item .input-textarea:focus, .w-form .form-item .input-textarea.active { outline: none; }
.w-form .form-item .input-textarea { height: 130px; }
.w-form .form-item .input-icon { width: 46px; height: 46px; position: absolute; right: 0; top: 0; }
.w-form .form-item .input-icon svg { position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; width: 60%; height: auto; }
.w-form .form-item .input-icon svg path { fill: #9e9e9e; }
.w-form .verifyImg { height: 46px; cursor: pointer; }
.w-form .submit-btn { display: block; background-color: var(--theme-color); color: #ffffff; text-align: center; line-height: 46px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.w-form .submit-btn:hover { opacity: .8; }

/*字母滚动*/
.cm-word-split-JS { overflow: hidden; opacity: 0; }
.cm-word-split-JS.splitting { opacity: 1; }
.cm-word-split-JS.splitting .word { overflow: hidden; line-height: 1.1; display: inline-block; vertical-align: middle; }
.cm-word-split-JS.splitting .char { display: inline-block; position: relative; font-size: inherit; font-family: inherit; font-weight: inherit; opacity: 0; }

/*播放器及弹出*/
.jw-controlbar { width: 100%; }

.popup-box { position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 200; display: none; }
.popup-box::before { content: ''; display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background-color: rgba(0, 0, 0, 0.85); }
.popup-box .popup-wrapper { width: 73%; height: 100%; margin: 0 auto; position: relative; z-index: 2; }
@media (max-width: 575.98px) { .popup-box .popup-wrapper { width: 100%; } }
.popup-box .popup-wrapper .popup-container { position: relative; height: 100%; display: flex; flex-direction: column; justify-content: center; }
.popup-box .popup-close { position: absolute; width: 50px; height: 50px; border-radius: 50%; top: 5%; right: 5%; border: 1px solid var(--theme-color); -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; cursor: pointer; z-index: 8; }
.popup-box .popup-close::before, .popup-box .popup-close::after { content: ''; display: block; position: absolute; margin: auto; height: 1px; width: 45%; top: 0; bottom: 0; left: 0; right: 0; background-color: var(--theme-color); -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.popup-box .popup-close::before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.popup-box .popup-close::after { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
.popup-box .popup-close:hover::before, .popup-box .popup-close:hover::after { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }

.glightbox-clean .gslide-title, .glightbox-modern .gslide-title { margin-bottom: 0; text-align: center; }

/*无图提示*/
.empty_img { border: 1px solid #f1f1f1; border-bottom: none; text-align: center; display: flex; align-items: center; justify-content: center; flex-direction: column; }
.empty_img svg { max-width: 25%; height: auto; }
.empty_img p { color: #999999; line-height: 3; }

/*无信息提示*/
.empty-tips { text-align: center; color: #999; font-size: 110%; margin: 5vw auto  3rem; font-weight: normal; }
.empty-tips svg { width: 8vw; height: auto; fill: #666666; margin-bottom: 1rem; }

.popup-box .popup-close { border-color: #ffffff; opacity: .8; }
.popup-box .popup-close::before, .popup-box .popup-close::after { background-color: #ffffff; }

body { color: #222222; --theme-red:#e80125; --theme-color: #f96507; --theme-bgcolor:#e0d3c8; --theme-green:#8eb031; }

@media (min-width: 1200px) { .container, .container-xl { max-width: 95%; } }
@media (min-width: 1680px) { .container, .container-xl { max-width: 1624px; /*max-width: 1524px;*/ } }
@media (max-width: 575.98px) { html, body { font-size: 14px; } }
svg.gradient-svg path, svg.gradient-svg rect { fill: url(#svgGradient); }

.gradient-txt { background-image: -moz-linear-gradient(-90deg, #ffcf54 0%, #eb4936 100%); background-image: -webkit-linear-gradient(-90deg, #ffcf54 0%, #eb4936 100%); background-image: -ms-linear-gradient(-90deg, #ffcf54 0%, #eb4936 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

.ratio-flash { --mdb-aspect-ratio: 48.95%; }

.wrapper-table { width: 100%; overflow-x: scroll; }

.ratio-honor { --mdb-aspect-ratio: calc( 325 / 235 * 100%); }

.ratio-cultrue { --mdb-aspect-ratio: calc( 499 / 339 * 100%); }

.control-bar .w-btn { border-radius: 0; width: 35px; height: 35px; margin: 2px; text-align: center; line-height: 35px; background-color: #8a8a8a; position: relative; color: #eeeeee; cursor: pointer; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.control-bar .w-btn:hover { background-color: var(--theme-color); color: #ffffff; }
.control-bar .prev_next { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.control-bar .prev_next i { display: block; width: 0; position: relative; height: 1px; background-color: CurrentColor; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.control-bar .prev_next i::before, .control-bar .prev_next i::after { content: ''; display: block; width: 10px; height: 1px; background-color: CurrentColor; position: absolute; margin: auto; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.control-bar .prev_next i::before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.control-bar .prev_next i::after { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
.control-bar .prev_next.next i { margin-left: 10px; }
.control-bar .prev_next.next i::before, .control-bar .prev_next.next i::after { right: 0; transform-origin: right; }
.control-bar .prev_next.prev i { margin-right: 10px; }
.control-bar .prev_next.prev i::before, .control-bar .prev_next.prev i::after { left: 0; transform-origin: left; }
.control-bar .prev_next:not(.swiper-button-disabled):hover i { width: 20px; margin: 0; }
.control-bar .prev_next:not(.swiper-button-disabled):hover i::before, .control-bar .prev_next:not(.swiper-button-disabled):hover i::after { width: 8px; }
.control-bar .prev_next.swiper-button-disabled { opacity: .5; cursor: not-allowed; }
.control-bar .more i { width: 15px; height: 1px; background-color: CurrentColor; position: relative; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.control-bar .more i::before, .control-bar .more i::after { content: ''; display: block; width: 100%; height: 100%; background-color: CurrentColor; position: absolute; margin: auto; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.control-bar .more i::before { top: -6px; }
.control-bar .more i::after { bottom: -6px; }
.control-bar .more:hover i { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); width: 2px; height: 2px; }

.header { background-color: #ffffff; position: sticky; width: 100%; z-index: 110; --header-height:100px; --nav-width:70%; --logo-width:330px; top: 0; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.header .header-wrap { width: 93%; margin: 0 auto; height: var(--header-height); -webkit-transition: height .5s; -moz-transition: height .5s; -ms-transition: height .5s; -o-transition: height .5s; transition: height .5s; }
.header .header-wrap .logo { width: var(--logo-width); max-width: 100%; }
.header .header-wrap .logo img { -webkit-transition: height .5s; -moz-transition: height .5s; -ms-transition: height .5s; -o-transition: height .5s; transition: height .5s; max-width: 100%; object-fit: contain; }
.header .header-wrap .logo img.logo-white { display: none; }
.header .header-wrap .logo img.logo-normal { display: block; }
.header .header-wrap .nav { margin: 0 3rem; flex: 1; margin-right: 1.5rem; }
.header .header-wrap .nav > li { height: 100%; flex: 1; max-width: 180px; text-align: center; position: relative; }
.header .header-wrap .nav > li a { color: #333333; }
.header .header-wrap .nav > li::after { content: ''; display: block; position: absolute; width: 60%; margin: auto; left: 0; right: 0; bottom: 0; height: 2px; background-color: var(--theme-color); -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); }
.header .header-wrap .nav > li.active::after, .header .header-wrap .nav > li:hover::after { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); }
.header .header-wrap .sub-nav { display: none; background-color: #ffffff; box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05); }
.header .header-wrap .sub-nav ul { padding: 10px; }
.header .header-wrap .sub-nav li { line-height: 42px; position: relative; padding-right: 20px; font-size: 14px; }
.header .header-wrap .sub-nav li::after { content: ''; display: block; width: 8px; height: 8px; border: 1px solid currentColor; border-top: 0; border-left: 0; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); position: absolute; margin: auto; top: 0; bottom: 0; right: 13px; -webkit-transition: right .5s ,border-color .5s; -moz-transition: right .5s ,border-color .5s; -ms-transition: right .5s ,border-color .5s; -o-transition: right .5s ,border-color .5s; transition: right .5s ,border-color .5s; }
.header .header-wrap .sub-nav li a { position: relative; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.header .header-wrap .sub-nav li:hover::after { right: 10px; border-color: var(--theme-color); }
.header .header-wrap .sub-nav li:hover a:hover { color: var(--theme-color); }
.header .header-wrap .header-tel { color: #333333; }
.header .header-wrap .header-tel .tel-icon { width: 48px; height: 48px; margin-right: 8px; }
.header .header-wrap .header-tel .tel-icon svg { width: 100%; height: 100%; }
.header .header-wrap .header-tel .tel-info .tel-title { font-size: 14px; line-height: 2; color: #282828; }
.header .header-wrap .header-tel .tel-info .tel-number { font-size: 24px; line-height: 1; }
.header.header-min { --header-height: 70px; -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05); -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05); box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05); background-color: #ffffff; }
.header.header-min .header-wrap .logo img { height: 50px; }
.header.header-min .header-wrap .logo img.logo-white { display: none; }
.header.header-min .header-wrap .logo img.logo-normal { display: block; }
.header.header-min .header-wrap .nav li a { color: #333333; }
.header.header-min .header-wrap .header-tel .tel-info .tel-title { color: #282828; }
.header.header-min .header-wrap .header-tel .tel-info .tel-number { color: #333333; }
@media (max-width: 575.98px) { .header.header-min { --header-height: 60px; }
  .header.header-min .header-wrap .logo img { height: 40px; } }
.header:hover { background-color: #ffffff; }
.header:hover .header-wrap .logo .logo-white { display: none; }
.header:hover .header-wrap .logo .logo-normal { display: block; }
.header:hover .header-wrap .nav li a { color: #333333; }
.header:hover .header-wrap .header-tel .tel-info .tel-title { color: #282828; }
.header:hover .header-wrap .header-tel .tel-info .tel-number { color: #333333; }
@media (max-width: 767.98px) { .header { --header-height: 60px; background-color: #fff; }
  .header .header-wrap .logo img { height: 40px; max-width: 60%; } }
@media (max-width: 575.98px) { .header { --header-height: 50px; background-color: #fff; } }

.wrapper.index-page .header, .wrapper.goodsinfo-page .header { position: fixed; }

.index-page .header:not(.header-min), .goodsinfo-page .header:not(.header-min) { background: transparent; }
.index-page .header:not(.header-min) .header-wrap .logo img.logo-normal, .goodsinfo-page .header:not(.header-min) .header-wrap .logo img.logo-normal { display: none; }
.index-page .header:not(.header-min) .header-wrap .logo img.logo-white, .goodsinfo-page .header:not(.header-min) .header-wrap .logo img.logo-white { display: block; }
.index-page .header:not(.header-min) .header-wrap .nav li a, .goodsinfo-page .header:not(.header-min) .header-wrap .nav li a { color: #ffffff; }
.index-page .header:not(.header-min) .header-wrap .header-tel, .goodsinfo-page .header:not(.header-min) .header-wrap .header-tel { margin-right: 3%; }
.index-page .header:not(.header-min) .header-wrap .header-tel .tel-icon, .goodsinfo-page .header:not(.header-min) .header-wrap .header-tel .tel-icon { margin-right: 8px; }
.index-page .header:not(.header-min) .header-wrap .header-tel .tel-icon svg path, .goodsinfo-page .header:not(.header-min) .header-wrap .header-tel .tel-icon svg path { fill: #FFFFFF; }
.index-page .header:not(.header-min) .header-wrap .header-tel .tel-info .tel-title, .goodsinfo-page .header:not(.header-min) .header-wrap .header-tel .tel-info .tel-title { color: #ffffff; }
.index-page .header:not(.header-min) .header-wrap .header-tel .tel-info .tel-number, .goodsinfo-page .header:not(.header-min) .header-wrap .header-tel .tel-info .tel-number { color: #ffffff; }
.index-page .header:hover, .goodsinfo-page .header:hover { background-color: #ffffff; }
.index-page .header:hover .header-wrap .logo img.logo-white, .goodsinfo-page .header:hover .header-wrap .logo img.logo-white { display: none; }
.index-page .header:hover .header-wrap .logo img.logo-normal, .goodsinfo-page .header:hover .header-wrap .logo img.logo-normal { display: block; }
.index-page .header:hover .header-wrap .nav li a, .goodsinfo-page .header:hover .header-wrap .nav li a { color: #333333; }
.index-page .header:hover .header-wrap .header-tel .tel-info .tel-title, .goodsinfo-page .header:hover .header-wrap .header-tel .tel-info .tel-title { color: #282828; }
.index-page .header:hover .header-wrap .header-tel .tel-info .tel-number, .goodsinfo-page .header:hover .header-wrap .header-tel .tel-info .tel-number { color: #333333; }

.dropdown-nav { position: absolute; width: 100%; height: 400px; display: none; background: #fbfbfb; left: 0; overflow: hidden; z-index: 99; }
@media (max-width: 1199.98px) { .dropdown-nav { background-size: 50% 100%; } }
@media (min-width: 1680px) { .dropdown-nav .container { max-width: 1320px; } }
.dropdown-nav .nav-container { flex: 0 0 auto; width: 100%; }
.dropdown-nav .nav-container .child-item { display: none; height: 100%; }
.dropdown-nav .nav-container .child-item .item-info-wrap { padding-right: 5%; height: 100%; }
.dropdown-nav .nav-container .child-item .item-info-wrap .info-title { color: #333; font-size: 28px; }
.dropdown-nav .nav-container .child-item .item-info-wrap .info-desc { line-height: 2; color: #666666; }
.dropdown-nav .nav-container .child-item .item-info-wrap ul { margin-top: 1rem; }
.dropdown-nav .nav-container .child-item .item-info-wrap ul li { position: relative; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.dropdown-nav .nav-container .child-item .item-info-wrap ul li a { line-height: 2.5; border-bottom: 1px solid #eaeaea; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; position: relative; }
.dropdown-nav .nav-container .child-item .item-info-wrap ul li a::after { content: ''; display: block; position: absolute; z-index: 2; left: 0; bottom: -1px; width: 100%; height: 1px; background-color: var(--theme-color); -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: left; -moz-transform-origin: left; -ms-transform-origin: left; -o-transform-origin: left; transform-origin: left; }
.dropdown-nav .nav-container .child-item .item-info-wrap ul li a::before { content: ''; display: inline-block; vertical-align: middle; margin-right: 12px; width: 5px; height: 5px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; background-color: var(--theme-color); }
.dropdown-nav .nav-container .child-item .item-info-wrap ul li:hover a::after { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); -webkit-transform-origin: right; -moz-transform-origin: right; -ms-transform-origin: right; -o-transform-origin: right; transform-origin: right; }
.dropdown-nav .nav-container .child-item .item-info-wrap ul li:hover a::before { -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -ms-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); border-radius: 50%; }
.dropdown-nav .nav-container .child-item .item-info-wrap ul li a { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; display: inline-block; vertical-align: middle; flex: 1; }
.dropdown-nav .nav-container .child-item .item-info-wrap ul.pro-subnav li a::before, .dropdown-nav .nav-container .child-item .item-info-wrap ul.pro-subnav li a::after { display: none; }
.dropdown-nav .nav-container .child-item .child-nav .nav-item { padding: 0 1.5%; }
.dropdown-nav .nav-container .child-item .child-nav .nav-item .item-img { overflow: hidden; }
.dropdown-nav .nav-container .child-item .child-nav .nav-item .item-img .img-wrap img { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; }
.dropdown-nav .nav-container .child-item .child-nav .nav-item .item-name { color: #333333; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.dropdown-nav .nav-container .child-item .child-nav .nav-item:hover .item-name { color: var(--theme-red); }
.dropdown-nav .nav-container .child-item.active { display: block; }
.dropdown-nav .nav-container .child-item.item-3 .child-nav .nav-item .item-img { width: 60px; margin: 0 auto; }
.dropdown-nav .nav-container .child-item.item-3 .child-nav .nav-item:hover .item-img img { -webkit-animation: swing 1 1s linear; -o-animation: swing 1 1s linear; animation: swing 1 1s linear; }

.dropdown-search { position: absolute; width: 100%; height: 420px; display: none; left: 0; background: url("../Image/dropdown-bg.jpg") right center/cover no-repeat #ffffff; }
.dropdown-search .search-form .search-title { font-size: 32px; color: #333333; margin-bottom: 3%; }
.dropdown-search .search-form .form-wrap { background-color: #edf0f6; padding: 20px; width: 75%; margin: 0 auto; border-radius: 10px; }
.dropdown-search .search-form .form-wrap .search-input { display: block; flex: 1; border: none; background: transparent; outline: none; }
.dropdown-search .search-form .form-wrap .search-submit { display: block; border: none; background: none; }
.dropdown-search .search-form .form-wrap .search-submit svg { width: 36px; height: 36px; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.dropdown-search .search-form .form-wrap .search-submit svg path { fill: #242121; }
.dropdown-search .search-form .form-wrap .search-submit:hover svg path { fill: var(--theme-color); }

.more-icon2 { width: 40px; height: 40px; margin: auto; left: 0; right: 0; display: flex; justify-content: center; align-items: center; background: #eee; border-radius: 50%; top: 0; bottom: 0; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.more-icon2 svg { width: 40%; height: 40%; fill: #666; }
.more-icon2:hover { background-color: var(--theme-color); }
.more-icon2:hover svg { fill: #ffffff; }

.mask { top: 100px; display: none; position: fixed; height: 100vh; width: 100vw; background-color: rgba(0, 0, 0, 0.4); z-index: 88; }

.menu-icon { width: 80px; height: 80px; color: var(--theme-color); position: relative; cursor: pointer; }
.menu-icon span { position: absolute; width: 50%; height: 2px; color: var(--theme-color); background-color: CurrentColor; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; margin: auto; left: 0; right: 0; top: 0; bottom: 0; }
.menu-icon span::before, .menu-icon span::after { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; position: absolute; content: ''; display: block; width: 100%; height: 2px; background-color: CurrentColor; }
.menu-icon span::before { top: 600%; }
.menu-icon span::after { bottom: 600%; }
.menu-icon.open span { background-color: unset; }
.menu-icon.open span::before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: 0; }
.menu-icon.open span::after { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); bottom: 0; }
@media (max-width: 575.98px) { .menu-icon { position: absolute; right: 0; width: 56px; height: 56px; }
  .menu-icon span::before { top: 500%; }
  .menu-icon span::after { bottom: 500%; } }

.mobile-nav { z-index: 9; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; position: fixed; background-color: #333; width: 100%; height: 100%; top: 60px; left: 0; -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); }
@media (min-width: 992px) { .mobile-nav { display: none; } }
.mobile-nav .nav-wrap { padding: 1rem 2rem; height: 100%; }
.mobile-nav dl { margin-bottom: 0; }
.mobile-nav dl a { color: #f8f8f8; }
.mobile-nav dl dt { position: relative; padding: .5rem; }
.mobile-nav dl dt a { line-height: 2; display: block; width: 80%; margin-right: 2rem; font-weight: normal; }
.mobile-nav dl dt.has-child::after { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
.mobile-nav dl dd { display: none; padding-left: 1rem; }
.mobile-nav dl dd ul { margin-bottom: 0; line-height: 2; margin-top: 5px; list-style: inside circle; color: #fff; }
.mobile-nav dl dd ul li::before { content: ''; display: inline-block; width: 5px; height: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.7); vertical-align: middle; margin-right: 3px; }
.mobile-nav dl dd ul li a { font-size: 14px; opacity: .7; vertical-align: middle; display: inline-block; }
.mobile-nav dl.active dt::before { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.mobile-nav dl.active dt::after { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }

.mobile-nav dt.has-child::before, .mobile-nav dt.has-child::after { content: ''; position: absolute; width: 1rem; height: 0; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; border-bottom: 1px solid #d3d3d3; right: .5rem; margin: auto; top: 0; bottom: 0; }

.open-menu.header { background-color: rgba(255, 255, 255, 0.95); }

.open-menu ~ .mobile-nav { -webkit-transform: translate(0); -moz-transform: translate(0); -ms-transform: translate(0); -o-transform: translate(0); transform: translate(0); }

.swiper-banner .banner-item img { max-width: 100%; max-height: 100vh; }
@media (min-width: 1200px) { .swiper-banner .banner-item img { width: 100%; } }
@media (max-width: 991.98px) { .swiper-banner { --swiper-navigation-size: 36px; } }
@media (max-width: 767.98px) { .swiper-banner { --swiper-navigation-size: 32px; } }
@media (max-width: 575.98px) { .swiper-banner { --swiper-navigation-size: 26px; } }
.swiper-banner .swiper-progress-bar { position: absolute; bottom: 0; left: 0; height: 2px; z-index: 2; background: var(--theme-color); opacity: .8; }

.sbanner-box { background-color: #282828 !important; background-size: cover; background-position: center; background-repeat: no-repeat; background: url("../Image/sbanner.jpg"); height: 420px; }
.sbanner-box .sbanner-wrap { padding-bottom: 3%; }
.sbanner-box .sbanner-wrap .sbanner-name { text-align: center; position: relative; color: #ffffff; }
.sbanner-box .sbanner-wrap .sbanner-name .cn-name { font-size: 40px; position: relative; z-index: 2; font-family: MiSans-Regular; }
.sbanner-box .sbanner-wrap .sbanner-name .en-name { display: none; font-size: 16px; text-transform: uppercase; }
@media (max-width: 1399.98px) { .sbanner-box { height: 420px; }
  .sbanner-box .sbanner-wrap .sbanner-name .cn-name { font-size: 26px; }
  .sbanner-box .sbanner-wrap .sbanner-name .en-name { font-size: 14px; } }
@media (max-width: 1199.98px) { .sbanner-box { height: 360px; }
  .sbanner-box .sbanner-wrap .sbanner-name .cn-name { font-size: 26px; }
  .sbanner-box .sbanner-wrap .sbanner-name .en-name { font-size: 14px; } }
@media (max-width: 991.98px) { .sbanner-box { height: 280px; }
  .sbanner-box .sbanner-wrap .sbanner-name .cn-name { font-size: 26px; }
  .sbanner-box .sbanner-wrap .sbanner-name .en-name { font-size: 14px; } }
@media (max-width: 575.98px) { .sbanner-box { height: 220px; }
  .sbanner-box .sbanner-wrap .sbanner-name .cn-name { font-size: 22px; }
  .sbanner-box .sbanner-wrap .sbanner-name .en-name { font-size: 12px; } }

.footer { background: url("../Image/footer-bg.jpg") bottom center/cover no-repeat; border-top: 4px solid var(--theme-color); }
.footer .footer-top { padding: 2rem; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
.footer .footer-top .footer-hot .hot-title { font-size: 20px; font-weight: bold; background-image: -moz-linear-gradient(-90deg, #ffcf54 0%, #eb4936 100%); background-image: -webkit-linear-gradient(-90deg, #ffcf54 0%, #eb4936 100%); background-image: -ms-linear-gradient(-90deg, #ffcf54 0%, #eb4936 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; display: inline-block; vertical-align: middle; }
.footer .footer-top .footer-hot a { display: inline-block; vertical-align: middle; margin: 0 5px; color: #FFFFFF; -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; }
.footer .footer-top .footer-hot a:hover { opacity: .8; }
.footer .footer-right { color: #ffffff; width: 48%; border-left: 1px solid rgba(255, 255, 255, 0.1); }
.footer .footer-right .contact-qrcode { width: 20%; }
.footer .footer-right .contact-qrcode .qrcode-item { width: 155px; text-align: center; margin: 0 auto; }
.footer .footer-right .contact-qrcode .qrcode-item .item-img { height: 100%; width: 100%; position: relative; }
.footer .footer-right .contact-qrcode .qrcode-item .item-img img { z-index: 2; }
.footer .footer-right .contact-qrcode .qrcode-item .item-title { line-height: 2; }
.footer .footer-right .footer-contact { width: 60%; padding-left: 10%; }
.footer .footer-right .footer-contact .contact-top .contact-title { color: #ffffff; font-size: 24px; background-image: -moz-linear-gradient(-90deg, #ffcf54 0%, #eb4936 100%); background-image: -webkit-linear-gradient(-90deg, #ffcf54 0%, #eb4936 100%); background-image: -ms-linear-gradient(-90deg, #ffcf54 0%, #eb4936 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.footer .footer-right .footer-contact .contact-top .contact-tips { line-height: 2; color: #797d83; }
.footer .footer-right .footer-contact .contact-details { margin-top: 5%; }
.footer .footer-right .footer-contact .contact-details .contact-item { padding: 5px 0; line-height: 2; }
.footer .footer-right .footer-contact .contact-details .contact-item svg { width: 28px; height: auto; margin-right: 5px; }
.footer .footer-right .qrcode-box { padding-bottom: 3vw; }
@media (min-width: 992px) { .footer .footer-right .qrcode-box { width: 75%; } }
@media (max-width: 1399.98px) { .footer .footer-right .contact-qrcode { width: 45%; }
  .footer .footer-right .contact-qrcode .qrcode-item { width: 145px; }
  .footer .footer-right .footer-contact { width: 55%; }
  .footer .footer-right .footer-contact .contact-top .contact-number { font-size: 36px; }
  .footer .footer-right .footer-contact .contact-top .contact-tips { font-size: 14px; }
  .footer .footer-right .footer-contact .contact-details { margin-top: 5%; }
  .footer .footer-right .footer-contact .contact-details .contact-item { font-size: 14px; } }
@media (max-width: 1199.98px) { .footer .footer-right .contact-qrcode { width: 50%; }
  .footer .footer-right .contact-qrcode .qrcode-item { width: 125px; }
  .footer .footer-right .contact-qrcode .qrcode-item .item-title { font-size: 14px; }
  .footer .footer-right .footer-contact { width: 50%; }
  .footer .footer-right .footer-contact .contact-top .contact-number { font-size: 32px; }
  .footer .footer-right .footer-contact .contact-details .contact-item { font-size: 14px; } }
@media (max-width: 991.98px) { .footer .footer-right { width: 100%; border-left: none; }
  .footer .footer-right .footer-contact .contact-top .contact-number { font-size: 30px; } }
@media (max-width: 575.98px) { .footer .footer-right .contact-qrcode { width: 100%; }
  .footer .footer-right .footer-contact { width: 100%; } }
.footer .footer-nav { width: 51%; }
.footer .footer-nav .nav-item { flex: 1; max-width: calc(100% / 6); }
.footer .footer-nav .nav-item dt { line-height: 2; color: #ffffff; margin-bottom: 1rem; }
.footer .footer-nav .nav-item dt a { color: #ffffff; font-weight: normal; }
.footer .footer-nav .nav-item dd ul li a { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: block; -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; color: rgba(255, 255, 255, 0.6); line-height: 2.5; font-size: 14px; }
.footer .footer-nav .nav-item dd ul li:hover a { color: white; }
.footer .footer-nav .nav-item:hover dt::after { width: 2rem; }
.footer .copyright { color: #ffffff; font-size: 14px; }
.footer .copyright a { opacity: .3; color: #ffffff; -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; }
.footer .copyright a:hover { opacity: 1; color: var(--theme-color); }
.footer .footer-bottom { border-top: 1px solid rgba(255, 255, 255, 0.1); }

.location-box { font-size: 16px; --location-height:60px; height: 0; }
.location-box .location-box-wrap { border-top: 1px solid rgba(255, 255, 255, 0.2); -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%); background-color: rgba(255, 255, 255, 0.05); line-height: 2; height: var(--location-height); }
.location-box .location-box-wrap .container-fluid { height: 100%; }
.location-box .location-box-wrap .channel-nav li { padding: 0 1.5rem; -webkit-transition: background-color .5s; -moz-transition: background-color .5s; -ms-transition: background-color .5s; -o-transition: background-color .5s; transition: background-color .5s; list-style: none; position: relative; overflow: hidden; }
.location-box .location-box-wrap .channel-nav li:not(:first-child)::before { content: ''; display: block; position: absolute; margin: auto; height: 25%; top: 0; bottom: 0; left: 0; border-left: 1px solid rgba(255, 255, 255, 0.3); }
.location-box .location-box-wrap .channel-nav li::marker { display: none; }
.location-box .location-box-wrap .channel-nav li a { -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; color: #FFFFFF; display: block; line-height: var(--location-height); }
.location-box .location-box-wrap .channel-nav li.active::before, .location-box .location-box-wrap .channel-nav li:hover::before { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); }
.location-box .location-box-wrap .channel-nav li.active a, .location-box .location-box-wrap .channel-nav li:hover a { color: var(--theme-color); }
@media (max-width: 1199.98px) { .location-box .location-box-wrap { height: 70px; } }
@media (max-width: 991.98px) { .location-box .location-box-wrap { height: 60px; } }

.page-crumbs { color: #FFFFFF; position: relative; z-index: 2; }
.page-crumbs a, .page-crumbs span { -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; color: #ffffff; display: inline-block; vertical-align: middle; }
.page-crumbs a:hover { color: var(--theme-color); }
.page-crumbs svg { display: inline-block; vertical-align: middle; width: 22px; height: 22px; }
.page-crumbs svg path { fill: #FFFFFF; }

.more-btn { --btn-height:40px; position: relative; color: #ffffff; --btn-width:140px; line-height: var(--btn-height); text-align: center; display: block; width: var(--btn-width); background-color: var(--theme-color); border-radius: var(--btn-height); -webkit-transition: background-color .5s; -moz-transition: background-color .5s; -ms-transition: background-color .5s; -o-transition: background-color .5s; transition: background-color .5s; }
.more-btn::before { left: 0; content: ''; display: none; position: absolute; background-color: var(--theme-color); width: 100%; height: var(--btn-height); border-radius: var(--btn-height); -webkit-transition: width .5s; -moz-transition: width .5s; -ms-transition: width .5s; -o-transition: width .5s; transition: width .5s; }
.more-btn span { position: relative; display: inline-block; vertical-align: middle; color: currentColor; }
.more-btn img { position: relative; display: inline-block; }
.more-btn svg { display: inline-block; position: relative; vertical-align: middle; width: 18px; height: 18px; }
.more-btn svg path { fill: currentColor; }
.more-btn:hover { color: #ffffff; background-color: #007bd6; }

.filter-white { filter: contrast(0) grayscale(100%) brightness(100); }

/*首页热门搜索*/
.hotsearch { padding: 1.25rem; }
.hotsearch-title { font-size: 20px; color: #333333; }
.hotsearch-title strong { background-image: -moz-linear-gradient(-90deg, #ffcf54 0%, #eb4936 100%); background-image: -webkit-linear-gradient(-90deg, #ffcf54 0%, #eb4936 100%); background-image: -ms-linear-gradient(-90deg, #ffcf54 0%, #eb4936 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
@media (max-width: 575.98px) { .hotsearch-title { font-size: 16px; } }
.hotsearch-list li { line-height: 2; }
.hotsearch-list li:not(:last-child) { margin-right: 30px; }
@media (max-width: 991.98px) { .hotsearch-list li:not(:last-child) { margin-right: 20px; } }
@media (max-width: 575.98px) { .hotsearch-list li:not(:last-child) { margin-right: 10px; } }
.hotsearch-list li a { color: #999999; -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; }
.hotsearch-list li a:hover { color: #333333; }

.sidebar { background-color: #FFFFFF; }
.sidebar .category-name { background: url("../Image/category-name-bg.jpg") center/cover no-repeat var(--theme-color); color: #ffffff; position: relative; }
.sidebar .category-name .category-title { font-size: 30px; font-weight: bold; }
.sidebar .category-name .category-en-title { display: none; font-size: 14px; text-transform: uppercase; }
@media (max-width: 992.98px) { .sidebar .category-name svg { width: 26px; height: 26px; } }
@media (max-width: 1199.98px) { .sidebar .category-name svg { width: 28px; height: 28px; } }
@media (max-width: 1399.98px) { .sidebar .category-name svg { width: 30px; height: 30px; } }
.sidebar .category-name svg path { fill: #FFFFFF; }
.sidebar .category-name span { position: relative; z-index: 2; }
@media (min-width: 1200px) { .sidebar .category-name { font-size: 24px; padding: 1rem 1.5rem; } }
@media (min-width: 1400px) { .sidebar .category-name { font-size: 28px; padding-top: 1.313rem !important; padding-bottom: 1.313rem !important; padding-left: 1.5rem; } }
@media (min-width: 1680px) { .sidebar .category-name { padding-left: 2rem; } }
@media (max-width: 1199.98px) { .sidebar .category-name { padding: 1rem; } }
.sidebar .category-nav { padding-top: 1rem; padding-bottom: 1rem; }
.sidebar .category-nav li { overflow: hidden; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; position: relative; line-height: 42px; padding: 0 1rem; border: 1px solid #efefef; margin-bottom: 10px; }
@media (min-width: 1400px) { .sidebar .category-nav li { margin-bottom: 16px; } }
.sidebar .category-nav li a { font-size: 16px; display: block; -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; }
.sidebar .category-nav li a span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; flex: 1; display: inline-block; vertical-align: middle; }
.sidebar .category-nav li a svg { display: inline-block; vertical-align: middle; width: 20px; height: 20px; }
.sidebar .category-nav li a svg path { fill: var(--theme-color); }
.sidebar .category-nav li:hover, .sidebar .category-nav li.on { border-color: rgba(249, 100, 12, 0.3); }
.sidebar .category-nav li:hover a, .sidebar .category-nav li.on a { color: var(--theme-color); }
.sidebar .category-nav li:last-child a { margin-bottom: 0 !important; }

/*左侧联系方式*/
.leftContact .contact-head { background-color: var(--theme-color); }
.leftContact .contact-head .head-icon { width: 48px; height: 48px; margin-right: 3%; }
.leftContact .contact-head .head-icon svg path { fill: #FFFFFF; }
.leftContact .contact-head .head-info .tel-title { line-height: 1; }
.leftContact .contact-head .head-info .tel-num { font-size: 26px; color: #FFFFFF; }
.leftContact .contact-content p { line-height: 2; }

@media (min-width: 920px) { .right-content { padding-left: 1rem; } }
@media (min-width: 1400px) { .right-content { padding-left: 2rem; } }
@media (min-width: 1680px) { .right-content { padding-left: 3rem; } }
.right-content .content-head .head-name { position: relative; }
.right-content .content-head .head-name::before { content: 'newbell'; font-family: lovelo; font-size: 80px; -webkit-text-stroke: 1px #000; color: transparent; opacity: .1; position: absolute; left: 0; top: -50%; bottom: -50%; margin: auto; text-transform: uppercase; }
.right-content .content-head .head-name span { vertical-align: middle; display: inline-block; font-size: 40px; font-weight: bold; position: relative; }
.right-content .content-head .head-name::after { content: ''; display: inline-block; width: 3rem; height: 1px; background-color: var(--theme-color); vertical-align: middle; margin-left: 10px; }
.right-content .content-head .head-desc { font-size: 18px; line-height: 2; }
@media (max-width: 991.98px) { .right-content .content-head .head-name::before { font-size: 68px; }
  .right-content .content-head .head-name span { font-size: 32px; }
  .right-content .content-head .head-desc { font-size: 16px; } }
@media (max-width: 767.98px) { .right-content .content-head .head-name::before { font-size: 46px; }
  .right-content .content-head .head-name span { font-size: 22px; }
  .right-content .content-head .head-desc { font-size: 14px; } }
@media (max-width: 575.98px) { .right-content .content-head .head-name::before { font-size: 42px; }
  .right-content .content-head .head-name span { font-size: 20px; }
  .right-content .content-head .head-desc { font-size: 12px; } }

.ratio-cases { --mdb-aspect-ratio: calc(43 / 37 * 100%); }

.cm-word-split-JS.splitting .char { -webkit-animation: text-fade-out 1.5s cubic-bezier(0.4, 0, 0.2, 1) both; animation: text-fade-out 1.5s cubic-bezier(0.4, 0, 0.2, 1) both; }

.section { padding: 4% 0; }
.section.bg { background-color: #f9f9f9; }
.section .sec-head .head-left .head-icon { display: inline-block; vertical-align: top; margin-top: 3px; }
.section .sec-head .head-left .head-name { position: relative; display: inline-block; color: #000000; }
.section .sec-head .head-left .head-name .en-name { font-size: 42px; font-family: lovelo; text-transform: uppercase; line-height: 1; }
.section .sec-head .head-left .head-name .cn-name { font-size: 30px; }
.section .sec-head .head-nav { width: 60%; }
.section .sec-head .head-nav ul li a { font-size: 18px; display: block; line-height: 2; padding: 8px 25px; border-radius: 5rem; color: #000000; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; position: relative; }
.section .sec-head .head-nav ul li a svg { position: absolute; margin: auto; top: 0; bottom: 0; opacity: 0; -webkit-transform: translateX(-1rem); -moz-transform: translateX(-1rem); -ms-transform: translateX(-1rem); -o-transform: translateX(-1rem); transform: translateX(-1rem); -webkit-transition: transform 0.5s, opacity 0.5s; -moz-transition: transform 0.5s, opacity 0.5s; -ms-transition: transform 0.5s, opacity 0.5s; -o-transition: transform 0.5s, opacity 0.5s; transition: transform 0.5s, opacity 0.5s; }
.section .sec-head .head-nav ul li a svg path { fill: CurrentColor; }
.section .sec-head .head-nav ul li:hover a, .section .sec-head .head-nav ul li.active a { padding: 8px 42px; color: #ffffff; background-color: var(--theme-color); }
.section .sec-head .head-nav ul li:hover a svg, .section .sec-head .head-nav ul li.active a svg { opacity: 1; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); }
.section .sec-head .sec-name { position: relative; font-size: 36px; color: #333333; }
.section .sec-head .sec-name strong { color: var(--theme-color); font-weight: bold; }
.section .sec-head .sec-desc { line-height: 2; color: #666666; }
.section .sec-head .sec-more { display: block; color: #999999; }
.section .sec-head .sec-more img { display: block; margin: 0 auto; }
.section .sec-head .sec-more p { -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; }
.section .sec-head .sec-more:hover { color: var(--theme-color); }
.section .sec-head.head-white .sec-name { color: #FFFFFF; }
.section .sec-head.head-white .sec-desc { color: #ffffff; }
@media (max-width: 991.98px) { .section .sec-head .sec-name { font-size: 26px; } }
@media (max-width: 767.98px) { .section .sec-head .sec-name { font-size: 24px; }
  .section .sec-head .sec-more { font-size: 12px; }
  .section .sec-head .sec-more img { width: 24px; } }
@media (max-width: 575.98px) { .section .sec-head .sec-name { font-size: 20px; }
  .section .sec-head .sec-name svg { display: none; }
  .section .sec-head .sec-desc { font-size: 14px; } }
.section.sec-product { background-color: #f5f8fb; }
.section.sec-product .product-box .box-sidebar { width: 20%; }
.section.sec-product .product-box .box-container { width: 78%; }
@media (max-width: 1399.98px) { .section.sec-product .product-box .box-container { width: calc(100% - 350px); } }
@media (max-width: 1199.98px) { .section.sec-product .product-box .box-container { width: 100%; } }
.section.sec-adv { background: url("../Image/sec-adv-bg.jpg") center/cover no-repeat fixed; position: relative; }
.section.sec-adv::before { width: 100%; content: ''; display: block; position: absolute; left: 0; bottom: 0; height: 31.5%; background-color: #FFFFFF; }
.section.sec-adv .adv-box { position: relative; z-index: 2; margin-top: 5%; }
.section.sec-adv .adv-box .box-wrap { background-color: white; box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.06); padding: 6%; }
.section.sec-cases .cases-swiper { margin-top: 5%; }
.section.sec-about { background: url("../Image/sec-about-bg.jpg") center/cover no-repeat; overflow: hidden; color: #ffffff; }
.section.sec-about .about-content { line-height: 2; }
.section.sec-about .about-content a { color: var(--theme-color); }
@media (max-width: 575.98px) { .section.sec-about .about-content { font-size: 14px; line-height: 1.8; } }
.section.sec-about .about-bottom { margin-top: 4%; border-top: 1px solid rgba(255, 255, 255, 0.1); border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
.section.sec-about .about-bottom .box-head { padding: 3rem 0; }
.section.sec-about .about-bottom .box-head .head-title p { font-size: 48px; text-transform: uppercase; line-height: 1; font-weight: bold; }
.section.sec-about .about-bottom .box-head .head-title p:nth-child(1) { font-size: 66px; }
.section.sec-about .about-bottom .box-head .head-brief { line-height: 2; }
@media (max-width: 991.98px) { .section.sec-about .about-bottom .box-head .head-title p { font-size: 36px; }
  .section.sec-about .about-bottom .box-head .head-title p:nth-child(1) { font-size: 28px; } }
@media (max-width: 767.98px) { .section.sec-about .about-bottom .box-head .head-title p { font-size: 32px; }
  .section.sec-about .about-bottom .box-head .head-title p:nth-child(1) { font-size: 24px; } }
@media (max-width: 575.98px) { .section.sec-about .about-bottom .box-head .head-title p { font-size: 20px; }
  .section.sec-about .about-bottom .box-head .head-title p:nth-child(1) { font-size: 18px; }
  .section.sec-about .about-bottom .box-head .head-brief { font-size: 14px; } }
.section.sec-about .about-params { border-left: 1px solid rgba(255, 255, 255, 0.1); }
.section.sec-about .about-params .param-item { border-right: 1px solid rgba(255, 255, 255, 0.1); }
.section.sec-about .about-params .param-item .item-wrap { text-align: center; padding: 6%; }
.section.sec-about .about-params .param-item .item-wrap .item-icon { width: 36px; height: 36px; }
.section.sec-about .about-params .param-item .item-wrap .item-icon svg { width: 100%; height: 100%; }
.section.sec-about .about-params .param-item .item-wrap .item-value span { background-image: -moz-linear-gradient(-90deg, #ffcf54 0%, #eb4936 100%); background-image: -webkit-linear-gradient(-90deg, #ffcf54 0%, #eb4936 100%); background-image: -ms-linear-gradient(-90deg, #ffcf54 0%, #eb4936 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.section.sec-about .about-params .param-item .item-wrap .item-value .number { font-size: 48px; font-weight: bold; position: relative; }
.section.sec-about .about-params .param-item .item-wrap .item-value .unit { position: absolute; margin: auto; font-size: 22px; line-height: 1; margin-left: 5px; font-weight: bold; }
.section.sec-about .about-params .param-item .item-wrap .item-name { font-size: 16px; }
@media (max-width: 1199.98px) { .section.sec-about .about-params .param-item .item-wrap .item-icon { width: 32px; height: 32px; }
  .section.sec-about .about-params .param-item .item-wrap .item-value .number { font-size: 42px; }
  .section.sec-about .about-params .param-item .item-wrap .item-value .unit { font-size: 18px; } }
@media (max-width: 991.98px) { .section.sec-about .about-params .param-item .item-wrap .item-icon { width: 32px; height: 32px; }
  .section.sec-about .about-params .param-item .item-wrap .item-value .number { font-size: 36px; }
  .section.sec-about .about-params .param-item .item-wrap .item-value .unit { font-size: 18px; } }
@media (max-width: 767.98px) { .section.sec-about .about-params .param-item .item-wrap .item-icon { width: 26px; height: 26px; }
  .section.sec-about .about-params .param-item .item-wrap .item-value .number { font-size: 26px; }
  .section.sec-about .about-params .param-item .item-wrap .item-value .unit { font-size: 16px; }
  .section.sec-about .about-params .param-item .item-wrap .item-name { font-size: 14px; } }
.section.sec-news .news-box { margin-top: 4%; }
.section.sec-news .news-box .news-nav a { margin-right: 20px; display: inline-block; border: 1px solid transparent; padding: 5px 20px; color: #333333; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.section.sec-news .news-box .news-nav a:hover, .section.sec-news .news-box .news-nav a.active { color: var(--theme-color); }
.section.sec-news .news-box .news-nav a:hover:not(.nav-more), .section.sec-news .news-box .news-nav a.active:not(.nav-more) { border-color: var(--theme-color); }
.section.sec-news .news-box .tab-con .con { display: none; }
.section.sec-news .news-box .tab-con .con.active { display: block; }
.section.sec-news .news-box .news-focus { height: 100%; }
.section.sec-news .news-box .news-focus .news-img { overflow: hidden; }
.section.sec-news .news-box .news-focus .news-caption { border: 1px solid #f1f1f1; }
.section.sec-news .news-box .news-focus .news-caption .news-title { display: block; font-size: 20px; }
.section.sec-news .news-box .news-focus .news-caption .news-title .tag { border-radius: 5px; font-size: 18px; font-weight: bold; background-image: -moz-linear-gradient(0deg, #ffcf54 0%, #eb4936 100%); background-image: -webkit-linear-gradient(0deg, #ffcf54 0%, #eb4936 100%); background-image: -ms-linear-gradient(0deg, #ffcf54 0%, #eb4936 100%); padding: 2px 10px; color: #FFFFFF; margin-right: 10px; }
.section.sec-news .news-box .news-focus .news-caption .news-title span { display: inline-block; }
.section.sec-news .news-box .news-focus .news-caption .news-desc { border-top: 1px solid #f1f1f1; color: #999999; line-height: 2; }
.section.sec-news .news-box .news-focus .news-caption .news-foot { color: #999999; font-size: 14px; }
.section.sec-news .news-box .news-focus .news-caption .news-foot span { margin-left: 5px; display: inline-block; vertical-align: middle; }
.section.sec-news .news-box .news-focus .news-caption .news-foot svg { width: 16px; height: 16px; display: inline-block; vertical-align: middle; }
.section.sec-news .news-box .news-focus .news-caption .news-foot svg path { fill: currentColor; }

.adv-box .box-wrap { position: relative; overflow: hidden; }
.adv-box .box-wrap::after { content: ''; display: block; position: absolute; height: 32px; background: url("../Image/bg-dot.png"); left: 0; bottom: 35%; width: 58%; }

.adv-swiper .item .item-wrap { overflow: hidden; position: relative; }
.adv-swiper .item .item-wrap .item-info { color: #999999; width: 60%; }
.adv-swiper .item .item-wrap .item-info .item-head .item-num { font-size: 100px; font-family: Impact; background-image: -moz-linear-gradient(-90deg, #ffcf54 0%, #eb4936 100%); background-image: -webkit-linear-gradient(-90deg, #ffcf54 0%, #eb4936 100%); background-image: -ms-linear-gradient(-90deg, #ffcf54 0%, #eb4936 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; line-height: 1; margin-right: 2rem; }
.adv-swiper .item .item-wrap .item-info .item-head .item-title .cn-title { font-weight: bold; font-size: 30px; color: #333333; }
.adv-swiper .item .item-wrap .item-info .item-head .item-title .en-title { display: none; }
.adv-swiper .item .item-wrap .item-info .item-content { line-height: 2; margin: 3% 0; }
.adv-swiper .item .item-wrap .item-info .item-contact { color: #333333; }
.adv-swiper .item .item-wrap .item-img { width: 40%; }
.adv-swiper .item .item-wrap .item-img img { max-width: 100%; }
@media (max-width: 1399.98px) { .adv-swiper .item .item-wrap .item-info .item-head .item-num { font-size: 70px; margin-right: 2rem; }
  .adv-swiper .item .item-wrap .item-info .item-head .item-title .cn-title { font-size: 26px; } }
@media (max-width: 1199.98px) { .adv-swiper .item .item-wrap .item-info .item-head .item-num { font-size: 60px; margin-right: 1.5rem; }
  .adv-swiper .item .item-wrap .item-info .item-head .item-title .cn-title { font-size: 22px; }
  .adv-swiper .item .item-wrap .item-info .item-head .item-title .en-title { display: none; font-size: 14px; }
  .adv-swiper .item .item-wrap .item-info .item-content { line-height: 1.8; font-size: 14px; } }
@media (max-width: 991.98px) { .adv-swiper .item .item-wrap .item-info .item-head .item-num { font-size: 48px; margin-right: 1rem; }
  .adv-swiper .item .item-wrap .item-info .item-head .item-title .cn-title { font-size: 18px; }
  .adv-swiper .item .item-wrap .item-info .item-head .item-title .en-title { display: none; font-size: 13px; }
  .adv-swiper .item .item-wrap .item-info .item-content { line-height: 1.4; font-size: 14px; } }
@media (max-width: 767.98px) { .adv-swiper .item .item-wrap .item-info, .adv-swiper .item .item-wrap .item-img { width: 100%; } }
@media (max-width: 575.98px) { .adv-swiper .item .item-wrap .item-info .item-head .item-num { font-size: 42px; margin-right: 1rem; }
  .adv-swiper .item .item-wrap .item-info .item-head .item-title .cn-title { font-size: 20px; }
  .adv-swiper .item .item-wrap .item-info .item-head .item-title .en-title { font-size: 12px; } }

.adv-nav { margin-top: 5%; }
.adv-nav .nav-item .item-wrap { cursor: pointer; user-select: none; background-color: #f5f5f5; padding: 20px 15px; -webkit-transition: background-color .5s; -moz-transition: background-color .5s; -ms-transition: background-color .5s; -o-transition: background-color .5s; transition: background-color .5s; }
.adv-nav .nav-item .item-wrap .item-icon { width: 46px; height: 46px; margin-right: 1.5rem; }
.adv-nav .nav-item .item-wrap .item-icon svg { -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; width: 100%; height: 100%; }
.adv-nav .nav-item .item-wrap .item-icon svg path { fill: url(#svgGradient); }
.adv-nav .nav-item .item-wrap .item-name { -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; }
.adv-nav .nav-item .item-wrap .item-name .cn-name { font-size: 18px; }
.adv-nav .nav-item .item-wrap .item-name .en-name { display: none; -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; color: #333333; opacity: .5; text-transform: uppercase; font-size: 14px; font-weight: 100; }
.adv-nav .nav-item.swiper-slide-thumb-active .item-wrap, .adv-nav .nav-item:hover .item-wrap { background-color: var(--theme-color); }
.adv-nav .nav-item.swiper-slide-thumb-active .item-wrap .item-icon svg path, .adv-nav .nav-item:hover .item-wrap .item-icon svg path { fill: #FFFFFF; }
.adv-nav .nav-item.swiper-slide-thumb-active .item-wrap .item-name, .adv-nav .nav-item:hover .item-wrap .item-name { color: #ffffff; }
.adv-nav .nav-item.swiper-slide-thumb-active .item-wrap .item-name .en-name, .adv-nav .nav-item:hover .item-wrap .item-name .en-name { color: #FFFFFF; }
@media (max-width: 1199.98px) { .adv-nav .nav-item .item-wrap { padding: 16px 12px; }
  .adv-nav .nav-item .item-wrap .item-icon { width: 42px; height: 42px; margin-right: 1rem; }
  .adv-nav .nav-item .item-wrap .item-name .cn-name { font-size: 16px; }
  .adv-nav .nav-item .item-wrap .item-name .en-name { font-size: 14px; } }
@media (max-width: 991.98px) { .adv-nav .nav-item .item-wrap { padding: 12px 9px; }
  .adv-nav .nav-item .item-wrap .item-icon { width: 36px; height: 36px; margin-right: 1rem; }
  .adv-nav .nav-item .item-wrap .item-name .cn-name { font-size: 16px; }
  .adv-nav .nav-item .item-wrap .item-name .en-name { font-size: 12px; } }

.glightbox { cursor: zoom-in; }

.cases-swiper .item .item-wrap .item-img { overflow: hidden; }
.cases-swiper .item .item-wrap .item-img img { -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.cases-swiper .item .item-wrap .item-title { -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; line-height: 2; position: relative; }
.cases-swiper .item .item-wrap .item-title::before, .cases-swiper .item .item-wrap .item-title::after { content: ''; display: block; position: absolute; width: 100%; height: 2px; left: 0; bottom: 0; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.cases-swiper .item .item-wrap .item-title::before { background-color: #ebebeb; }
.cases-swiper .item .item-wrap .item-title::after { background-color: var(--theme-color); z-index: 2; -webkit-transform: scaleX(0); -moz-transform: scaleX(0.1); -ms-transform: scaleX(0.1); -o-transform: scaleX(0.1); transform: scaleX(0.1); }
.cases-swiper .item:hover .item-wrap .item-img img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
.cases-swiper .item:hover .item-wrap .item-title::after { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); }

.inner-section { padding: 5% 0; }
.inner-section.bg { background-color: #f6f7f9; }
.inner-section .sec-head { position: relative; margin-bottom: 3%; color: #333333; }
.inner-section .sec-head::before { display: none; content: attr(data-title); font-size: 60px; position: absolute; top: 0; left: 0; line-height: .6; text-transform: uppercase; color: currentColor; opacity: .05; font-weight: bold; }
@media (max-width: 1199.98px) { .inner-section .sec-head::before { font-size: 52px; } }
@media (max-width: 1199.98px) { .inner-section .sec-head::before { font-size: 50px; } }
@media (max-width: 991.98px) { .inner-section .sec-head::before { font-size: 42px; } }
@media (max-width: 767.98px) { .inner-section .sec-head::before { font-size: 32px; } }
@media (max-width: 575.98px) { .inner-section .sec-head::before { font-size: 22px; } }
.inner-section .sec-head .head-left { position: relative; z-index: 2; }
.inner-section .sec-head .head-left .head-name { font-size: 38px; font-weight: bold; }
.inner-section .sec-head .sec-more a { width: 160px; height: 46px; line-height: 46px; text-align: center; display: block; background-color: var(--theme-color); border: 1px solid var(--theme-color); color: #FFFFFF; -webkit-transition: background-color .5s, color .5s; -moz-transition: background-color .5s, color .5s; -ms-transition: background-color .5s, color .5s; -o-transition: background-color .5s, color .5s; transition: background-color .5s, color .5s; }
@media (max-width: 1199.98px) { .inner-section .sec-head .sec-more a { width: 120px; height: auto; line-height: 42px; } }
@media (max-width: 1199.98px) { .inner-section .sec-head .sec-more a { width: auto; padding: 4px 12px; line-height: 36px; } }
@media (max-width: 991.98px) { .inner-section .sec-head .sec-more a { padding: 4px 12px; font-size: 14px; line-height: 36px; } }
@media (max-width: 767.98px) { .inner-section .sec-head .sec-more a { padding: 3px 9px; font-size: 12px; line-height: 30px; } }
@media (max-width: 575.98px) { .inner-section .sec-head .sec-more a { padding: 2px 6px; font-size: 10px; line-height: 26px; } }
.inner-section .sec-head .sec-more:hover a { background-color: transparent; color: var(--theme-color); }
.inner-section .sec-head.head-white::before { color: #FFFFFF; }
.inner-section .sec-head.head-white .head-left { color: #ffffff; }
@media (max-width: 1199.98px) { .inner-section .sec-head .head-left .head-name { font-size: 32px; } }
@media (max-width: 1199.98px) { .inner-section .sec-head .head-left .head-name { font-size: 32px; } }
@media (max-width: 991.98px) { .inner-section .sec-head .head-left .head-name { font-size: 26px; }
  .inner-section .sec-head .head-left .head-desc { font-size: 16px; } }
@media (max-width: 767.98px) { .inner-section .sec-head .head-left .head-name { font-size: 22px; }
  .inner-section .sec-head .head-left .head-desc { font-size: 14px; } }
@media (max-width: 575.98px) { .inner-section .sec-head .head-left .head-name { font-size: 20px; }
  .inner-section .sec-head .head-left .head-desc { font-size: 14px; } }
@media (max-width: 460.98px) { .inner-section .sec-head .head-left .head-name { font-size: 18px; }
  .inner-section .sec-head .head-left .head-desc { font-size: 13px; } }
.inner-section.gradient-bg { background: #f3f5f7; position: relative; }
.inner-section.gradient-bg > .container-fluid { position: relative; z-index: 2; }
.inner-section.gradient-bg::after { content: ''; display: block; background-size: 95% auto; width: 100%; height: 11vw; position: absolute; left: 0; bottom: 0; }
.inner-section.sec-about .about-box .about-left { width: 53.125%; }
.inner-section.sec-about .about-box .about-left .about-head .about-name .en-name { color: var(--theme-color); font-size: 16px; font-family: Bahnschrift; }
.inner-section.sec-about .about-box .about-left .about-head .about-name .en-name::before { content: ''; display: inline-block; vertical-align: middle; width: 1rem; height: 2px; background-color: var(--theme-color); margin-right: 5px; }
.inner-section.sec-about .about-box .about-left .about-head .about-name .cn-name { line-height: 1; font-size: 60px; background-image: -moz-linear-gradient(-90deg, #ffcf54 0%, #eb4936 100%); background-image: -webkit-linear-gradient(-90deg, #ffcf54 0%, #eb4936 100%); background-image: -ms-linear-gradient(-90deg, #ffcf54 0%, #eb4936 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; font-family: Arial; }
.inner-section.sec-about .about-box .about-left .about-head .about-name .cn-name strong { font-size: 120%; font-family: Bahnschrift; font-weight: bold; }
@media (max-width: 1399.98px) { .inner-section.sec-about .about-box .about-left .about-head .about-name .cn-name { font-size: 52px; } }
@media (max-width: 1199.98px) { .inner-section.sec-about .about-box .about-left .about-head .about-name .cn-name { font-size: 48px; } }
@media (max-width: 991.98px) { .inner-section.sec-about .about-box .about-left .about-head .about-name .cn-name { font-size: 42px; } }
@media (max-width: 767.98px) { .inner-section.sec-about .about-box .about-left .about-head .about-name .cn-name { font-size: 36px; } }
@media (max-width: 767.98px) { .inner-section.sec-about .about-box .about-left .about-head .about-name .cn-name { font-size: 24px; } }
@media (max-width: 575.98px) { .inner-section.sec-about .about-box .about-left .about-head .about-name .cn-name { font-size: 22px; } }
.inner-section.sec-about .about-box .about-left .about-head .about-desc { font-size: 36px; color: #333333; line-height: 2; }
.inner-section.sec-about .about-box .about-left .about-content { margin: 3% 0; line-height: 2; color: #666666; width: 95%; }
@media (max-width: 991.98px) { .inner-section.sec-about .about-box .about-left .about-head .about-name { font-size: 26px; }
  .inner-section.sec-about .about-box .about-left .about-head .about-name::after { width: 8px; height: 8px; }
  .inner-section.sec-about .about-box .about-left .about-head .about-desc { font-size: 18px; } }
@media (max-width: 767.98px) { .inner-section.sec-about .about-box .about-left { width: 100%; }
  .inner-section.sec-about .about-box .about-left .about-content { font-size: 14px; line-height: 1.5; }
  .inner-section.sec-about .about-box .about-left .about-more { width: 140px; height: 36px; line-height: 36px; font-size: 14px; } }
.inner-section.sec-about .about-box .about-img { width: 46.875%; text-align: right; }
.inner-section.sec-about .about-params { margin-top: 3%; }
.inner-section.sec-about .about-params .param-item .item-wrap { border: 1px solid #d7d7d7; width: 100%; height: 100%; --icon-size:86px; -webkit-transition: border-color .5s; -moz-transition: border-color .5s; -ms-transition: border-color .5s; -o-transition: border-color .5s; transition: border-color .5s; }
.inner-section.sec-about .about-params .param-item .item-wrap .item-icon { width: var(--icon-size); height: var(--icon-size); -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.inner-section.sec-about .about-params .param-item .item-wrap .item-icon svg { display: block; width: 100%; height: 100%; }
.inner-section.sec-about .about-params .param-item .item-wrap .item-info { flex: 1; }
.inner-section.sec-about .about-params .param-item .item-wrap .item-info .item-name { -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; font-size: 22px; font-weight: bold; color: #333333; }
.inner-section.sec-about .about-params .param-item .item-wrap .item-info .item-desc { color: #666666; line-height: 28px; }
@media (max-width: 991.98px) { .inner-section.sec-about .about-params .param-item .item-wrap { --icon-size:66px; } }
@media (max-width: 767.98px) { .inner-section.sec-about .about-params .param-item .item-wrap { --icon-size:56px; }
  .inner-section.sec-about .about-params .param-item .item-wrap .item-info .item-name { font-size: 18px; } }
@media (max-width: 575.98px) { .inner-section.sec-about .about-params .param-item .item-wrap { --icon-size:42px; }
  .inner-section.sec-about .about-params .param-item .item-wrap .item-info .item-name { font-size: 16px; } }
.inner-section.sec-about .about-params .param-item:hover .item-wrap { border-color: var(--theme-color); }
.inner-section.sec-about .about-params .param-item:hover .item-wrap .item-icon { padding: 2%; }
.inner-section.sec-about .about-params .param-item:hover .item-wrap .item-info .item-name { color: var(--theme-color); }
.inner-section .control-box .control { --control-size:50px; width: var(--control-size); height: var(--control-size); position: relative; border: 1px solid rgba(255, 255, 255, 0.5); -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; cursor: pointer; }
.inner-section .control-box .control svg { -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; position: absolute; margin: auto; top: 0; bottom: 0; right: 0; left: 0; width: 60%; height: 60%; }
.inner-section .control-box .control svg path { fill: #ffffff; }
.inner-section .control-box .control:hover { background-color: #ffffff; border-color: #ffffff; }
.inner-section .control-box .control:hover svg path { fill: var(--theme-color); }
.inner-section .control-box .control.control-prev { margin-right: 12px; }
@media (max-width: 1199.98px) { .inner-section .control-box .control { --control-size: 46px; } }
@media (max-width: 991.98px) { .inner-section .control-box .control { --control-size: 42px; } }
@media (max-width: 767.98px) { .inner-section .control-box .control { --control-size: 36px; } }
@media (max-width: 575.98px) { .inner-section .control-box .control { --control-size: 32px; } }
.inner-section.sec-cultrue { background: url("../Image/sec-cultrue-bg.jpg") center/cover no-repeat; position: relative; }
.inner-section.sec-cultrue .cultrue-box .item .item-wrap { text-align: center; color: #ffffff; }
.inner-section.sec-cultrue .cultrue-box .item .item-wrap .item-icon { margin: 0 auto; width: 60px; height: 60px; position: relative; border: 1px solid currentColor; border-radius: 50%; }
.inner-section.sec-cultrue .cultrue-box .item .item-wrap .item-icon svg { position: absolute; margin: auto; top: 0; bottom: 0; right: 0; left: 0; width: 50%; height: 50%; }
.inner-section.sec-cultrue .cultrue-box .item .item-wrap .item-icon svg path { fill: #FFFFFF; }
.inner-section.sec-cultrue .cultrue-box .item .item-wrap .item-name { font-size: 24px; margin-top: 10px; }
@media (max-width: 1399.98px) { .inner-section.sec-cultrue .cultrue-box .item .item-wrap .item-icon { width: 52px; height: 52px; }
  .inner-section.sec-cultrue .cultrue-box .item .item-wrap .item-name { font-size: 22px; } }
@media (max-width: 1199.98px) { .inner-section.sec-cultrue .cultrue-box .item .item-wrap .item-icon { width: 48px; height: 48px; }
  .inner-section.sec-cultrue .cultrue-box .item .item-wrap .item-name { font-size: 20px; margin-top: 8px; } }
@media (max-width: 991.98px) { .inner-section.sec-cultrue .cultrue-box .item .item-wrap .item-icon { width: 46px; height: 46px; }
  .inner-section.sec-cultrue .cultrue-box .item .item-wrap .item-name { font-size: 20px; margin-top: 8px; }
  .inner-section.sec-cultrue .cultrue-box .item .item-wrap .item-desc { font-size: 16px; } }
@media (max-width: 575.98px) { .inner-section.sec-cultrue .cultrue-box .item .item-wrap .item-icon { width: 42px; height: 42px; }
  .inner-section.sec-cultrue .cultrue-box .item .item-wrap .item-name { font-size: 18px; margin-top: 5px; }
  .inner-section.sec-cultrue .cultrue-box .item .item-wrap .item-desc { font-size: 14px; } }
.inner-section.sec-honor { background-color: #fbfbfb; }
.inner-section.sec-honor .honor-swiper { margin-top: 3%; }
.inner-section.sec-power .swiper-power { margin-top: 5%; --swiper-navigation-color:#ffffff; }
@media (max-width: 991.98px) { .inner-section.sec-power .swiper-power { margin-top: 3%; } }
.inner-section.sec-power .swiper-power .item .item-title { text-align: center; background-color: #eceff4; }
.inner-section.sec-power .swiper-power .swiper-button-prev, .inner-section.sec-power .swiper-power .swiper-button-next { background: rgba(0, 0, 0, 0.3); width: calc(56px / 56* 30); }
.inner-section.sec-power .swiper-power .swiper-button-prev::after, .inner-section.sec-power .swiper-power .swiper-button-next::after { font-size: 24px; }
.inner-section.sec-power .swiper-power .env-pagination { position: relative; width: 80%; margin: 3.5% auto 2%; height: 6px; border-radius: 10px; overflow: hidden; --swiper-pagination-color:var(--theme-color); background-color: #eeeef3; }
.inner-section.sec-power .swiper-power .env-pagination .swiper-pagination-progressbar-fill { border-radius: 10px; }
.inner-section.sec-contact .bdmap { height: 750px; position: relative; }
@media (min-width: 1200px) { .inner-section.sec-contact .bdmap .map-contact { position: absolute; margin: auto; width: 90%; left: 0; right: 0; background-color: var(--theme-color); color: #ffffff; bottom: 10%; z-index: 2; } }
.inner-section.sec-contact .bdmap .map-contact .contact-wrap { padding: 3.2% 0; }
.inner-section.sec-contact .bdmap .map-contact .contact-wrap .item .item-wrap { height: 100%; padding: 5%; }
.inner-section.sec-contact .bdmap .map-contact .contact-wrap .item .item-wrap .item-title { font-size: 20px; line-height: 2; }
.inner-section.sec-contact .bdmap .map-contact .contact-wrap .item .item-wrap .item-value { min-height: 32px; font-size: 16px; opacity: .7; }
@media (max-width: 991.98px) { .inner-section.sec-contact .bdmap .map-contact .contact-wrap .item .item-wrap .item-title { font-size: 18px; }
  .inner-section.sec-contact .bdmap .map-contact .contact-wrap .item .item-wrap .item-value { font-size: 14px; } }
@media (max-width: 575.98px) { .inner-section.sec-contact .bdmap .map-contact .contact-wrap .item .item-wrap .item-title { font-size: 16px; }
  .inner-section.sec-contact .bdmap .map-contact .contact-wrap .item .item-wrap .item-value { font-size: 12px; } }
.inner-section.sec-contact .bdmap .map-contact .contact-wrap .item:not(:first-child) .item-wrap { border-left: 1px solid rgba(255, 255, 255, 0.1); }
@media (max-width: 1199.98px) { .inner-section.sec-contact .bdmap { height: 620px; } }
@media (max-width: 991.98px) { .inner-section.sec-contact .bdmap { height: 480px; } }
@media (max-width: 767.98px) { .inner-section.sec-contact .bdmap { height: 420px; } }
@media (max-width: 575.98px) { .inner-section.sec-contact .bdmap { height: 360px; } }

.honor-swiper .item .item-img { border: 1px solid #EEEEEE; }

/*新闻列表*/
.news-list .news-item .news-img { overflow: hidden; }
.news-list .news-item .news-caption { border: 1px solid #f1f1f1; }
.news-list .news-item .news-caption .news-title { display: block; font-size: 20px; }
.news-list .news-item .news-caption .news-title .tag { border-radius: 5px; font-size: 18px; font-weight: bold; background-image: -moz-linear-gradient(0deg, #ffcf54 0%, #eb4936 100%); background-image: -webkit-linear-gradient(0deg, #ffcf54 0%, #eb4936 100%); background-image: -ms-linear-gradient(0deg, #ffcf54 0%, #eb4936 100%); padding: 2px 10px; color: #FFFFFF; margin-right: 10px; }
.news-list .news-item .news-caption .news-title span { display: inline-block; }
.news-list .news-item .news-caption .news-desc { border-top: 1px solid #f1f1f1; color: #999999; line-height: 2; }
.news-list .news-item .news-caption .news-foot { color: #999999; font-size: 14px; }
.news-list .news-item .news-caption .news-foot span { margin-left: 5px; display: inline-block; vertical-align: middle; }
.news-list .news-item .news-caption .news-foot svg { width: 16px; height: 16px; display: inline-block; vertical-align: middle; }
.news-list .news-item .news-caption .news-foot svg path { fill: currentColor; }

/*新闻详情*/
.articleinfo-page .news-back svg, .articleinfo-page .news-back span { display: inline-block; vertical-align: middle; }
.articleinfo-page .sbanner-box { margin-bottom: -8%; }
@media (max-width: 575.98px) { .articleinfo-page .sbanner-box { margin-bottom: -15%; }
  .articleinfo-page .sbanner-box .news-top .cn-name { font-size: 18px; }
  .articleinfo-page .sbanner-box .news-top .news-meta { font-size: 12px; } }
@media (max-width: 575.98px) { .articleinfo-page .info-crumbs { font-size: 14px; } }
.articleinfo-page .location-box { background-image: -webkit-linear-gradient(270deg, #f4f6f8 0%, rgba(244, 246, 248, 0) 100%); }
.articleinfo-page .main-body { overflow: hidden; background-image: -moz-linear-gradient(90deg, #f4f6f8 0%, rgba(244, 246, 248, 0) 100%); background-image: -webkit-linear-gradient(90deg, #f4f6f8 0%, rgba(244, 246, 248, 0) 100%); background-image: -ms-linear-gradient(90deg, #f4f6f8 0%, rgba(244, 246, 248, 0) 100%); position: relative; }
.articleinfo-page .main-body > .container-fluid { position: relative; z-index: 2; }
.articleinfo-page .news-detail { border-radius: 1rem 1rem 0 0; box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.03); background-color: #FFFFFF; padding: 4%; }
.articleinfo-page .news-detail .news-title { font-size: 30px; line-height: 1.4; margin-bottom: 1rem; color: #282828; }
@media (max-width: 991.98px) { .articleinfo-page .news-detail .news-title { font-size: 26px; } }
@media (max-width: 767.98px) { .articleinfo-page .news-detail .news-title { font-size: 22px; } }
@media (max-width: 575.98px) { .articleinfo-page .news-detail .news-title { font-size: 18px; } }
.articleinfo-page .news-detail .news-meta { font-size: 14px; color: #999999; }
.articleinfo-page .news-detail .news-meta span { display: inline-block; margin-right: 10px; }
.articleinfo-page .news-detail .news-content { line-height: 1.8; color: #666666; }
.articleinfo-page .news-detail .news-content img { max-width: 100% !important; height: auto !important; vertical-align: bottom; }
.articleinfo-page .news-detail .news-content p { background-color: transparent !important; }
.articleinfo-page .news-detail .news-content > * { background-color: transparent; }
.articleinfo-page .news-right { position: sticky; top: 70px; }
.articleinfo-page .news-right .relate-news .head .head-name { font-size: 24px; color: #333333; position: relative; padding-left: 10px; }
.articleinfo-page .news-right .relate-news .head .head-name span { font-size: 14px; color: #999999; display: inline-block; }
.articleinfo-page .news-right .relate-news .head .head-name::before { content: ''; display: inline-block; width: 4px; height: 28px; vertical-align: middle; background-color: var(--theme-color); position: absolute; margin: auto; top: 0; bottom: 0; left: 0; }
@media (max-width: 991.98px) { .articleinfo-page .news-right .relate-news .head .head-name { font-size: 20px; } }
@media (max-width: 575.98px) { .articleinfo-page .news-right .relate-news .head .head-name { font-size: 18px; } }
.articleinfo-page .news-right .relate-news-list .news-item { border-bottom: 1px solid #e6e6e6; }
.articleinfo-page .news-right .relate-news-list .news-item:last-child { border-bottom: none; }
.articleinfo-page .news-right .relate-news-list .news-item .news-title { line-height: 2; }
.articleinfo-page .news-right .relate-news-list .news-item .news-title::before { content: ''; width: 5px; height: 5px; margin-right: 5px; display: inline-block; vertical-align: middle; background-color: var(--theme-color); }
.articleinfo-page .news-right .relate-news-list .news-item .news-desc { text-indent: 2rem; font-size: 14px; margin-top: 3px; color: #999999; }
.articleinfo-page .bg-gray { background-color: #f9f9f9; }
.articleinfo-page .prev_next_nav .prev_next { flex: 1; background-color: #ffffff; border-radius: 5px; padding: 12px; display: flex; align-items: center; margin: 5px 0; }
.articleinfo-page .prev_next_nav .prev_next.prev, .articleinfo-page .prev_next_nav .prev_next.next { width: 47%; display: flex; }
.articleinfo-page .prev_next_nav .prev_next.prev .page-a, .articleinfo-page .prev_next_nav .prev_next.next .page-a { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #666666; }
.articleinfo-page .prev_next_nav .prev_next.prev .page-a:hover, .articleinfo-page .prev_next_nav .prev_next.next .page-a:hover { color: var(--theme-color); }
.articleinfo-page .prev_next_nav .prev_next.prev a, .articleinfo-page .prev_next_nav .prev_next.next a { max-width: calc(100% - 70px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: CurrentColor; }
@media (max-width: 1199.98px) { .articleinfo-page .prev_next_nav .prev_next.prev, .articleinfo-page .prev_next_nav .prev_next.next { width: 100%; } }
@media (max-width: 767.98px) { .articleinfo-page .prev_next_nav .prev_next.prev, .articleinfo-page .prev_next_nav .prev_next.next { font-size: 14px; } }
.articleinfo-page .prev_next_nav .prev_next.menu { flex: 0 0 auto; padding: 0; background: transparent; }
.articleinfo-page .prev_next_nav .prev_next.menu .menu-wrap { margin: 0 10px; background: #ffffff; padding: 10px; border-radius: 5px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.articleinfo-page .prev_next_nav .prev_next.menu svg { width: 26px; height: 26px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; fill: #666; }
.articleinfo-page .prev_next_nav .prev_next.menu:hover .menu-wrap { background-color: var(--theme-color); }
.articleinfo-page .prev_next_nav .prev_next.menu:hover .menu-wrap svg { fill: #ffffff; }

/*新闻上下页*/
.newsPage { margin: 2% 0; line-height: 3; }
@media (max-width: 575.98px) { .newsPage { font-size: 14px; line-height: 2.5; } }
.newsPage .page-a { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.single-info .single-content { line-height: 1.8; color: #666666; }
@media (min-width: 1200px) { .single-info .single-content { line-height: 2; } }
@media (min-width: 1400px) { .single-info .single-content { line-height: 2.5; } }
.single-info .single-content img { max-width: 100% !important; height: auto !important; vertical-align: bottom; }

.box .box-head .head-name::before { content: ''; display: inline-block; width: 4px; height: 25px; vertical-align: middle; background-color: var(--theme-color); margin-right: 10px; }
@media (max-width: 767.98px) { .box .box-head .head-name::before { width: 3px; height: 22px; } }
@media (max-width: 575.98px) { .box .box-head .head-name::before { width: 2px; height: 20px; } }
.box .box-head .head-name span { font-size: 26px; display: inline-block; vertical-align: middle; }
@media (max-width: 1199.98px) { .box .box-head .head-name span { font-size: 24px; } }
@media (max-width: 991.98px) { .box .box-head .head-name span { font-size: 22px; } }
@media (max-width: 767.98px) { .box .box-head .head-name span { font-size: 20px; } }
@media (max-width: 575.98px) { .box .box-head .head-name span { font-size: 18px; } }
.box .box-head .head-more span { -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; display: inline-block; vertical-align: middle; text-transform: uppercase; color: #282828; }
.box .box-head .head-more .plus { display: inline-block; width: 18px; height: 18px; position: relative; background-color: var(--theme-color); border-radius: 50%; vertical-align: middle; margin-left: 3px; }
.box .box-head .head-more .plus::before, .box .box-head .head-more .plus::after { content: ''; display: block; width: 50%; height: 1px; background-color: #ffffff; position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; }
.box .box-head .head-more .plus::after { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
.box .box-head .head-more:hover span { color: var(--theme-color); }
.box .box-head .head-more:hover .plus { -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }

/*带日期月份的新闻列表*/
.news-list-3 .news-item { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; border-bottom: 1px dashed #e5e5e5; }
.news-list-3 .news-item .news-time { width: 90px; }
.news-list-3 .news-item .news-time .date { font-size: 52px; line-height: 1; font-family: Impact; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; color: #666666; }
.news-list-3 .news-item .news-time .month { color: #666666; font-size: 14px; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.news-list-3 .news-item .news-info { color: #333333; border-left: 1px solid #e8e8e9; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; max-width: calc(100% - 90px); }
.news-list-3 .news-item .news-info .news-title { color: #333333; font-size: 18px; line-height: 2; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.news-list-3 .news-item .news-info .news-desc { color: #999999; font-size: 14px; line-height: 2; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.news-list-3 .news-item:hover { border-color: var(--theme-color); }
.news-list-3 .news-item:hover a { color: #ffffff; }
.news-list-3 .news-item:hover .news-time .date { background-image: -moz-linear-gradient(-90deg, #ffcf54 0%, #eb4936 100%); background-image: -webkit-linear-gradient(-90deg, #ffcf54 0%, #eb4936 100%); background-image: -ms-linear-gradient(-90deg, #ffcf54 0%, #eb4936 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.news-list-3 .news-item:hover .news-time .month { color: #f9640c; }

.news-thumb-list .news-item .news-info { height: 100%; line-height: 2; }
.news-thumb-list .news-item .news-info .news-time { font-size: 18px; color: #666666; }
.news-thumb-list .news-item .news-info .news-title { font-size: 18px; color: #333333; }
@media (max-width: 991.98px) { .news-thumb-list .news-item .news-info .news-time, .news-thumb-list .news-item .news-info .news-content { font-size: 16px; } }
@media (max-width: 767.98px) { .news-thumb-list .news-item .news-info .news-title { font-size: 14px; line-height: 1.5; } }

.image-news-list .item .item-wrap { background-color: #ffffff; }
.image-news-list .item .item-wrap .item-time { font-size: 16px; color: #999999; line-height: 36px; margin-bottom: 8px; }
.image-news-list .item .item-wrap .item-title { color: #333333; font-size: 16px; margin-top: 15px; }

.swiper-news-info { background-color: #f7f9fa; }
.swiper-news-info .news-info .news-title { font-size: 24px; color: #333333; }
@media (max-width: 1199.98px) { .swiper-news-info .news-info .news-title { font-size: 22px; } }
@media (max-width: 991.98px) { .swiper-news-info .news-info .news-title { font-size: 20px; } }
@media (max-width: 767.98px) { .swiper-news-info .news-info .news-title { font-size: 18px; } }
@media (max-width: 575.98px) { .swiper-news-info .news-info .news-title { font-size: 16px; } }
.swiper-news-info .news-info .news-content { color: #666666; font-size: 18px; line-height: 2; }
@media (max-width: 991.98px) { .swiper-news-info .news-info .news-content { font-size: 16px; } }
@media (max-width: 575.98px) { .swiper-news-info .news-info .news-content { font-size: 13px; line-height: 1.5; } }
.swiper-news-info .news-info .news-bottom { border-top: 1px solid #e5e7e8; line-height: 2; }
.swiper-news-info .news-info .news-bottom .news-time { color: #999999; font-size: 15px; }
.swiper-news-info .news-info .news-bottom .news-more { color: #999999; font-size: 15px; }
.swiper-news-info .news-info .news-bottom .news-more:hover { color: var(--theme-color); }

.swiper-honor, .honor-list { margin-top: 4%; }
.swiper-honor .item .item-img, .honor-list .item .item-img { background: url("../Image/honor-border.png") center/cover no-repeat; }
.swiper-honor .item .item-img .img-wrap, .honor-list .item .item-img .img-wrap { padding: 25px; }
.swiper-honor .item .item-img img, .honor-list .item .item-img img { position: absolute; max-height: 100%; bottom: 0; }
.swiper-honor .item .item-title, .honor-list .item .item-title { line-height: 3; }

.honor-list { margin-top: 2%; }

.image-list .item .item-wrap .item-img, .style-swiper .item .item-wrap .item-img { overflow: hidden; }
.image-list .item .item-wrap .item-img img, .style-swiper .item .item-wrap .item-img img { border: 2px solid var(--theme-color); border-radius: 5px; display: block; -webkit-transition: transform .5s, border .3s; -moz-transition: transform .5s, border .3s; -ms-transition: transform .5s, border .3s; -o-transition: transform .5s, border .3s; transition: transform .5s, border .3s; -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
.image-list .item .item-wrap .overlay, .style-swiper .item .item-wrap .overlay { padding: 25px; z-index: 2; }
.image-list .item .item-wrap .overlay::before, .style-swiper .item .item-wrap .overlay::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); -webkit-transition: transform .5s, opacity .5s; -moz-transition: transform .5s, opacity .5s; -ms-transition: transform .5s, opacity .5s; -o-transition: transform .5s, opacity .5s; transition: transform .5s, opacity .5s; -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); transform: scale(0.8); opacity: 0; }
.image-list .item .item-wrap .overlay .overlay-wrap, .style-swiper .item .item-wrap .overlay .overlay-wrap { opacity: 0; position: relative; width: 100%; height: 100%; border: 1px dashed rgba(255, 255, 255, 0.5); -webkit-transition: opacity .8s; -moz-transition: opacity .8s; -ms-transition: opacity .8s; -o-transition: opacity .8s; transition: opacity .8s; }
.image-list .item .item-wrap .overlay .overlay-wrap .item-icon, .style-swiper .item .item-wrap .overlay .overlay-wrap .item-icon { width: 40px; height: 40px; }
.image-list .item .item-wrap .overlay .overlay-wrap .item-icon svg, .style-swiper .item .item-wrap .overlay .overlay-wrap .item-icon svg { display: block; width: 100%; height: 100%; }
.image-list .item .item-wrap .overlay .overlay-wrap .item-name, .style-swiper .item .item-wrap .overlay .overlay-wrap .item-name { color: #ffffff; }
.image-list .item .item-wrap > .item-name, .style-swiper .item .item-wrap > .item-name { -webkit-transition: transform .5s, opacity .5s; -moz-transition: transform .5s, opacity .5s; -ms-transition: transform .5s, opacity .5s; -o-transition: transform .5s, opacity .5s; transition: transform .5s, opacity .5s; }
.image-list .item:hover .item-wrap img, .style-swiper .item:hover .item-wrap img { border-width: 0; border-radius: 0; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
.image-list .item:hover .item-wrap .overlay::before, .style-swiper .item:hover .item-wrap .overlay::before { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity: 1; }
.image-list .item:hover .item-wrap .overlay .overlay-wrap, .style-swiper .item:hover .item-wrap .overlay .overlay-wrap { opacity: 1; }
.image-list .item:hover .item-wrap .overlay .overlay-wrap .item-name, .style-swiper .item:hover .item-wrap .overlay .overlay-wrap .item-name { opacity: 1; }

.product-list .item .item-wrap { background-color: #FFFFFF; -webkit-transition: box-shadow .5s; -moz-transition: box-shadow .5s; -ms-transition: box-shadow .5s; -o-transition: box-shadow .5s; transition: box-shadow .5s; }
.product-list .item .item-wrap .item-img { background-image: radial-gradient(circle, transparent 50%, rgba(0, 0, 0, 0.05) 90%); /* background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.08)); background-image: linear-gradient(to right, #f2f2f2 0%, #dddddd 51%, #f6f6f6 100%);*/ }
.product-list .item .item-wrap .item-img .tag { width: 60px; height: 32px; background: var(--theme-color); line-height: 32px; text-align: center; border-radius: 0 0 10px; color: #fff; z-index: 2; }
.product-list .item .item-wrap .item-caption { padding: 4% 6%; background-color: #ffffff; }
.product-list .item .item-wrap .item-caption .item-title { font-size: 20px; line-height: 2; color: #282828; }
@media (max-width: 1199.98px) { .product-list .item .item-wrap .item-caption .item-title { font-size: 18px; } }
@media (max-width: 991.98px) { .product-list .item .item-wrap .item-caption .item-title { font-size: 16px; } }
.product-list .item .item-wrap .item-caption .item-title .tag { background-image: -moz-linear-gradient(0deg, #ffcf54 0%, #eb4936 100%); background-image: -webkit-linear-gradient(0deg, #ffcf54 0%, #eb4936 100%); background-image: -ms-linear-gradient(0deg, #ffcf54 0%, #eb4936 100%); font-size: 16px; color: #FFFFFF; line-height: 1; padding: 3px 5px; border-radius: 3px; margin-right: 3px; display: inline-block; }
@media (max-width: 991.98px) { .product-list .item .item-wrap .item-caption .item-title .tag { font-size: 14px; } }
@media (max-width: 575.98px) { .product-list .item .item-wrap .item-caption .item-title .tag { font-size: 12px; } }
.product-list .item .item-wrap .item-caption .item-brief { color: var(--theme-color); }
.product-list .item .item-wrap .item-caption .item-desc { color: #999999; margin: 10px 0; }
.product-list .item .item-wrap .item-caption .item-more { border-top: 1px solid #f3f3f3; padding: 6% 0 3%; margin-top: .75rem; -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; color: #999999; }
.product-list .item .item-wrap .item-caption .item-more .more-txt { -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.product-list .item .item-wrap .item-caption .item-more .more-icon { width: 26px; height: 26px; border-radius: 50%; background-color: transparent; position: relative; -webkit-transition: background-color .5s; -moz-transition: background-color .5s; -ms-transition: background-color .5s; -o-transition: background-color .5s; transition: background-color .5s; }
.product-list .item .item-wrap .item-caption .item-more .more-icon svg { position: absolute; margin: auto; top: 0; bottom: 0; right: 0; left: 0; width: 70%; height: 70%; display: block; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.product-list .item .item-wrap .item-caption .item-more .more-icon svg path { fill: var(--theme-color); }
@media (max-width: 767.98px) { .product-list .item .item-wrap .item-caption .item-more { font-size: 14px; } }
@media (max-width: 575.98px) { .product-list .item .item-wrap .item-caption .item-more { font-size: 13px; } }
.product-list .item .item-wrap:hover { box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.04); }
.product-list .item .item-wrap:hover .item-caption .item-more { color: var(--theme-color); }

.swiper-product { padding-top: 3%; }
@media (max-width: 1440px) { .swiper-product { padding-top: 5%; } }
.swiper-product .item .item-wrap { background-color: #f9f9f9; }
.swiper-product .item .item-wrap .item-img { background-image: radial-gradient(circle, transparent 50%, rgba(0, 0, 0, 0.05) 90%); }
.swiper-product .item .item-wrap .item-caption { padding: 4% 6%; }
.swiper-product .item .item-wrap .item-caption .item-title { font-size: 22px; line-height: 2; color: #282828; text-transform: uppercase; }
.swiper-product .item .item-wrap .item-caption .item-brief { color: #6e6e6f; }
.swiper-product .item .item-wrap .item-caption .item-desc { color: #999999; margin: 10px 0; }
.swiper-product .item .item-wrap .item-caption .item-more { opacity: .5; padding: 6% 0 3%; margin-top: 6%; -webkit-transition: opacity .5s; -moz-transition: opacity .5s; -ms-transition: opacity .5s; -o-transition: opacity .5s; transition: opacity .5s; opacity: 1; }
.swiper-product .item .item-wrap .item-caption .item-more .more-txt { font-size: 14px; color: var(--theme-color); -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.swiper-product .item .item-wrap .item-caption .item-more .more-icon { width: 26px; height: 26px; background-color: transparent; position: relative; -webkit-transition: background-color .5s; -moz-transition: background-color .5s; -ms-transition: background-color .5s; -o-transition: background-color .5s; transition: background-color .5s; }
.swiper-product .item .item-wrap .item-caption .item-more .more-icon svg { position: absolute; margin: auto; top: 0; bottom: 0; right: 0; left: 0; width: 70%; height: 70%; display: block; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
.swiper-product .item .item-wrap .item-caption .item-more .more-icon svg path { fill: var(--theme-color); }
.swiper-product .item .item-wrap:hover .item-caption .item-more { opacity: 1; }
.swiper-product .item .item-wrap:hover .item-caption .item-more .more-txt { letter-spacing: 2px; }
.swiper-product .item .item-wrap:hover .item-caption .item-more .more-icon { border-radius: 50%; }
.swiper-product .item .item-wrap:hover .item-caption .item-more .more-icon svg { -webkit-transform: rotate(0); -moz-transform: rotate(0); -ms-transform: rotate(0); -o-transform: rotate(0); transform: rotate(0); }

/*产品详情*/
.goodsinfo-page .sbanner-box { margin-bottom: -10%; }
@media (max-width: 767.98px) { .goodsinfo-page .sbanner-box { margin-bottom: -20%; } }

/*产品详情*/
.product-info { background-color: #f6f6f6; }
.product-info .info-crumbs .page-crumbs { padding: 1rem 0; color: #ffffff; }
@media (min-width: 1400px) { .product-info .info-crumbs .page-crumbs { padding: 2rem 0; } }
.product-info .info-crumbs .page-crumbs svg { width: 22px; height: 22px; }
.product-info .info-crumbs .page-crumbs svg path { fill: #ffffff; }
.product-info .info-crumbs .page-crumbs a { color: #ffffff; }
.product-info .info-crumbs .page-crumbs a:hover { color: var(--theme-color); }
.product-info .info-top .top-wrap { background: #ffffff; }
.product-info .info-top .info-preview { background-color: #fcfcfc; position: relative; }
.product-info .info-top .info-preview .preview-tag { position: absolute; z-index: 2; top: 0; left: 0; }
.product-info .info-top .info-preview .preview-swiper .item .ratio { background-color: #fcfcfc; }
.product-info .info-top .info-preview .preview-swiper .item .ratio img { /*object-fit: cover;*/ }
.product-info .info-top .goods-title { font-size: 30px; font-weight: bold; color: var(--theme-color); line-height: 2; }
@media (max-width: 1199.98px) { .product-info .info-top .goods-title { font-size: 22px; } }
@media (max-width: 767.98px) { .product-info .info-top .goods-title { font-size: 18px; } }
.product-info .info-top .goods-desc { margin: 3% 0; border-top: 1px solid #f0f0f0; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; color: #999999; position: relative; }
.product-info .info-top .goods-desc::before { content: ''; display: block; width: 10%; position: absolute; top: -1px; left: 0; height: 0; border-top: 1px solid var(--theme-color); }
.product-info .info-top .goods-desc:hover { color: #666666; }
@media (max-width: 575.98px) { .product-info .info-top .goods-desc { font-size: 14px; } }
.product-info .info-top .goods-thumb-swiper .item .item-wrap { cursor: pointer; position: relative; }
.product-info .info-top .goods-thumb-swiper .item .item-wrap::before { -webkit-transition: border-color .5s; -moz-transition: border-color .5s; -ms-transition: border-color .5s; -o-transition: border-color .5s; transition: border-color .5s; content: ''; display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 2; border: 2px solid transparent; }
.product-info .info-top .goods-thumb-swiper .item .item-img { border: 1px solid #f5f5f5; overflow: hidden; background-color: #f6f6f6; }
.product-info .info-top .goods-thumb-swiper .item .item-img img { mix-blend-mode: multiply; -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; }
.product-info .info-top .goods-thumb-swiper .item:hover .item-img img { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); }
.product-info .info-top .goods-thumb-swiper .item.swiper-slide-thumb-active .item-wrap::before { border: 2px solid var(--theme-color); }
.product-info .info-bottom { padding-bottom: 3%; margin-top: 3%; }
.product-info .info-bottom .info-container { width: 78%; border-radius: 5px; }
@media (max-width: 1199.98px) { .product-info .info-bottom .info-container { width: 100%; } }
@media (max-width: 575.98px) { .product-info .info-bottom .info-container { padding: 1rem; } }
.product-info .info-bottom .info-sidebar { width: 20%; }
.product-info .goods-detail { width: 100%; overflow-x: scroll; color: #666666; line-height: 28px; }
.product-info .goods-detail img { max-width: 100%; display: inline-block; vertical-align: bottom; }
@media (min-width: 1200px) { .product-info .goods-detail .detail-img { width: 75%; margin: 0 auto; } }
@media (min-width: 1600px) { .product-info .goods-detail .detail-img { width: 50%; margin: 0 auto; } }
.product-info .goods-detail table { border-collapse: collapse; border-spacing: 0; width: 100%; }
.product-info .goods-detail table td, .product-info .goods-detail table th { padding: 3px 5px; position: relative; color: #63636d; border-width: 1px; border-style: solid; border-color: #dee3e9; }
@media (min-width: 1200px) { .product-info .goods-detail table td, .product-info .goods-detail table th { padding: 5px 10px; } }
@media (max-width: 575.98px) { .product-info .goods-detail table td, .product-info .goods-detail table th { font-size: 14px; } }
.product-info .intro-section { padding-bottom: 2%; }
@media (min-width: 1400px) { .product-info .intro-section { padding-bottom: 2.5%; } }
.product-info .intro-section .sec-head { background-color: #FFFFFF; margin-bottom: 1rem; }
.product-info .intro-section .sec-head .head-name { line-height: 2; font-size: 24px; background-color: var(--theme-color); color: #FFFFFF; padding: 0 30px; display: inline-block; }
@media (min-width: 1400px) { .product-info .intro-section .sec-head { margin-bottom: 2rem; } }
@media (max-width: 575.98px) { .product-info .intro-section .sec-head .head-name { font-size: 14px; } }
.product-info .goods-adv-swiper .item { height: auto; }
.product-info .goods-adv-swiper .item .item-wrap { padding: 5%; background-color: #fff; overflow: hidden; position: relative; }
.product-info .goods-adv-swiper .item .item-wrap .item-info { color: #999999; width: 60%; }
.product-info .goods-adv-swiper .item .item-wrap .item-info .item-head .item-num { background-image: -moz-linear-gradient(0deg, #ffcf54 0%, #eb4936 100%); background-image: -webkit-linear-gradient(0deg, #ffcf54 0%, #eb4936 100%); background-image: -ms-linear-gradient(0deg, #ffcf54 0%, #eb4936 100%); display: inline-block; padding: 2px 10px; border-radius: 0 5rem 5rem; color: #FFFFFF; font-weight: bold; font-size: 16px; line-height: 1; }
.product-info .goods-adv-swiper .item .item-wrap .item-info .item-head .item-title .cn-title { font-size: 26px; color: #333333; line-height: 2; }
.product-info .goods-adv-swiper .item .item-wrap .item-info .item-head .item-title::after { content: ''; display: block; width: 1.5rem; height: 2px; background-color: var(--theme-color); margin: 10px 0; }
.product-info .goods-adv-swiper .item .item-wrap .item-info .item-content { line-height: 2; margin: 3% 0; }
.product-info .goods-adv-swiper .item .item-wrap .item-img { width: 40%; }
@media (min-width: 1200px) { .product-info .goods-adv-swiper .item .item-wrap .item-img { padding-left: 5%; } }
.product-info .goods-adv-swiper .item .item-wrap .item-img img { max-width: 100%; }
@media (max-width: 767.98px) { .product-info .goods-adv-swiper .item .item-wrap .item-info, .product-info .goods-adv-swiper .item .item-wrap .item-img { width: 100%; } }
.product-info .goods-adv-swiper .control { position: absolute; bottom: 15%; left: 5%; z-index: 2; }
.product-info .goods-adv-swiper .control .prev, .product-info .goods-adv-swiper .control .next { width: 20px; height: 20px; position: relative; }
.product-info .goods-adv-swiper .control .prev svg, .product-info .goods-adv-swiper .control .next svg { position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; }
.product-info .goods-adv-swiper .control .prev:hover svg path, .product-info .goods-adv-swiper .control .next:hover svg path { fill: var(--theme-color); }
.product-info .case-swiper .item { overflow: hidden; }
.product-info .case-swiper .item .item-wrap { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; background-color: #ffffff; position: relative; }
.product-info .case-swiper .item .item-wrap .item-img { opacity: .3; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; overflow: hidden; }
.product-info .case-swiper .item .item-wrap .item-img img { -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; }
.product-info .case-swiper .item .item-wrap .item-name { color: #fff; position: absolute; height: 42px; font-weight: bold; font-size: 18px; line-height: 42px; z-index: 2; width: 100%; bottom: 10px; left: 2rem; -webkit-transition: opacity .5s,transform .3s; -moz-transition: opacity .5s,transform .3s; -ms-transition: opacity .5s,transform .3s; -o-transition: opacity .5s,transform .3s; transition: opacity .5s,transform .3s; }
.product-info .case-swiper .item .item-wrap .overlay { display: block; width: 100%; height: 100%; position: absolute; margin: auto; top: 0; bottom: 0; left: 0; padding: 10%; }
.product-info .case-swiper .item .item-wrap .overlay .overlay-wrap { -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); -webkit-transition: transform .3s,opacity .5s; -moz-transition: transform .3s,opacity .5s; -ms-transition: transform .3s,opacity .5s; -o-transition: transform .3s,opacity .5s; transition: transform .3s,opacity .5s; opacity: 0; width: 100%; height: 100%; border-radius: 10px; background-color: rgba(0, 19, 63, 0.5); color: #ffffff; }
.product-info .case-swiper .item .item-wrap .overlay .overlay-wrap .item-name { position: static; line-height: 2; text-align: center; height: auto; }
.product-info .case-swiper .item .item-wrap .overlay .overlay-wrap .item-brief { font-size: 14px; }
@media (max-width: 767.98px) { .product-info .case-swiper .item .item-wrap .overlay .overlay-wrap .item-brief { font-size: 12px; } }
.product-info .case-swiper .item .item-wrap .overlay .overlay-wrap .item-more { display: inline-block; border-radius: 10rem; border: 1px solid rgba(255, 255, 255, 0.5); padding: 5px 20px; font-size: 14px; color: #ffffff; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
@media (max-width: 767.98px) { .product-info .case-swiper .item .item-wrap .overlay .overlay-wrap .item-more { padding: 3px 10px; font-size: 12px; } }
.product-info .case-swiper .item .item-wrap::after { content: ''; position: absolute; width: 100%; height: 25%; display: block; left: 0; bottom: 0; background-image: linear-gradient(0deg, rgba(0, 19, 63, 0.8), rgba(0, 19, 63, 0.02)); }
.product-info .case-swiper .item.swiper-slide-visible .item-wrap .item-img { opacity: 1; }
.product-info .case-swiper .item:hover .item-wrap .item-img img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
.product-info .case-swiper .item:hover .item-wrap .item-name { transform: scale(2); opacity: 0; }
.product-info .case-swiper .item:hover .item-wrap .overlay { display: block; }
.product-info .case-swiper .item:hover .item-wrap .overlay .overlay-wrap { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity: 1; }
.product-info .case-swiper .item:hover .item-wrap .overlay .overlay-wrap .item-name { transform: scale(1); opacity: 1; }
.product-info .case-swiper .item:hover .item-wrap .overlay .overlay-wrap .item-more:hover { background-color: var(--theme-color); }

/*联系卡片*/
@media (min-width: 992px) { .contact-way .item .item-wrap { padding-left: 1rem; } }
.contact-way .item .item-wrap .item-icon { width: 42px; height: 42px; position: relative; }
.contact-way .item .item-wrap .item-icon svg { width: 100%; height: 100%; }
.contact-way .item .item-wrap .item-icon svg path { fill: var(--theme-color); }
.contact-way .item .item-wrap .item-info .info-title { color: #666666; }
.contact-way .item .item-wrap .item-info .info-value { font-size: 20px; color: #000; }
@media (max-width: 991.98px) { .contact-way .item .item-wrap .item-info .info-value { font-size: 18px; } }
@media (max-width: 767.98px) { .contact-way .item .item-wrap .item-info .info-value { font-size: 16px; } }
@media (max-width: 575.98px) { .contact-way .item .item-wrap .item-info .info-value { font-size: 16px; } }

.contact-card .card-left .card-title { font-weight: bold; font-size: 26px; color: #282828; }
.contact-card .card-left .card-tips { color: #666666; line-height: 2; }
.contact-card .card-left .card-tel svg { display: inline-block; width: 46px; height: 46px; }
.contact-card .card-left .card-tel span { color: var(--theme-color); font-size: 32px; vertical-align: bottom; font-family: Bahnschrift; font-weight: bold; }
@media (max-width: 1199.98px) { .contact-card .card-left .card-title { font-size: 28px; }
  .contact-card .card-left .card-tel svg { width: 42px; height: 42px; }
  .contact-card .card-left .card-tel span { font-size: 28px; } }
@media (max-width: 767.98px) { .contact-card .card-left .card-title { font-size: 20px; }
  .contact-card .card-left .card-tips { font-size: 14px; }
  .contact-card .card-left .card-tel svg { width: 32px; height: 32px; }
  .contact-card .card-left .card-tel span { font-size: 20px; } }
.contact-card .card-right .card-qrcodes .qrcode-item .item-name { line-height: 2; }
@media (max-width: 767.98px) { .contact-card .card-right .card-qrcodes .qrcode-item .item-name { font-size: 14px; } }

.contact-box .contact-item .item-head .head-icon { margin-right: 15px; }
.contact-box .contact-item .item-head .head-icon svg { width: 42px; height: 42px; }
@media (max-width: 575.98px) { .contact-box .contact-item .item-head .head-icon { margin-right: 8px; }
  .contact-box .contact-item .item-head .head-icon svg { width: 32px; height: 32px; } }
.contact-box .contact-item .item-head .head-name { font-size: 20px; }
.contact-box .contact-item .item-body p { color: #666666; line-height: 32px; }
.contact-box .contact-item .item-body .qrcodes .qrcode-item { width: 120px; height: 120px; }
.contact-box .item { background-color: #ffffff; }
.contact-box .item .item-icon { width: 60px; height: 60px; margin: 0 auto; position: relative; }
.contact-box .item .item-icon svg { position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; width: 60%; height: 60%; }
.contact-box .item .item-icon svg path { fill: var(--theme-color); }
.contact-box .item .item-name { font-size: 24px; line-height: 2; }
.contact-box .item .item-con { padding: 1rem .25rem; font-size: 14px; }

/*fixed video*/
.fixed-video { position: fixed; z-index: 10; right: 10px; bottom: 20px; }
@media (max-width: 991.98px) { .fixed-video { display: none; } }
.fixed-video .close { position: absolute; margin: auto; top: 15px; right: 10px; width: 20px; height: 0; z-index: 2; cursor: pointer; opacity: .8; }
.fixed-video .close::before, .fixed-video .close::after { content: ''; display: block; width: 100%; height: 1px; background-color: #ffffff; top: 0; bottom: 0; }
.fixed-video .close::before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.fixed-video .close::after { transform: rotate(-45deg); }
.fixed-video .wrapper { position: relative; }
.fixed-video .wrapper .video-img { width: 220px; position: relative; }
.fixed-video .wrapper .video-img::before { content: ''; display: block; position: absolute; top: 0; left: 0; background: #000000; opacity: .2; bottom: 0; right: 0; }
.fixed-video .wrapper .video-img img { width: 100%; height: 100%; object-fit: cover; }
.fixed-video .wrapper .play-btn { cursor: pointer; width: 45px; height: 45px; position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; }
.fixed-video .wrapper .play-btn svg { -webkit-transition: all 1s; -moz-transition: all 1s; -ms-transition: all 1s; -o-transition: all 1s; transition: all 1s; width: 100%; height: 100%; }
.fixed-video .wrapper .play-btn svg path { fill: #ffffff; }
.fixed-video .wrapper .play-btn::before svg path { fill: var(--theme-color); }
.fixed-video.hide { display: none; }
