@charset "UTF-8";
@media (min-width: 1680px) { .container { max-width: 1280px; }
  .header .container, .footer .container, .index-page .container { max-width: 1600px; } }
@font-face { font-family: "lovelo"; src: url("../font/lovelo/lovelo.woff2") format("woff2"), url("../font/lovelo/lovelo.woff") format("woff"), url("../font/lovelo/lovelo.ttf") format("truetype"), url("../font/lovelo/lovelo.eot") format("embedded-opentype"), url("../font/lovelo/lovelo.svg") format("svg"); font-weight: normal; font-style: normal; }
body { --theme-red:#d42918; --theme-blue:#054988; }

.iconfont { font-size: initial; }

.nobg { background: none !important; backdrop-filter: unset !important; }

.red { color: var(--theme-red); }

.m-scroll::-webkit-scrollbar { /*滚动条整体样式*/ width: 5px; /*高宽分别对应横竖滚动条的尺寸*/ height: 0px; }

.m-scroll::-webkit-scrollbar-thumb { /*滚动条里面小方块*/ border-radius: 5px; 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; }

/*自定义分页样式*/
.w-page { margin-bottom: 20px; }
.w-page li.active span { z-index: 3; color: #fff; background-color: var(--theme-red); }
.w-page li.disabled { cursor: no-drop; }
.w-page li.disabled span { color: #6c757d; pointer-events: none; background-color: #eeeeee; }

.pagination { display: -ms-flexbox; display: flex; padding-left: 0; list-style: none; }

.w-page li a, .w-page li span { 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; }
.w-page li a:hover, .w-page li span:hover { background-color: #cdcdcd; color: #fff; }

.menu-icon { width: 25px; height: 18px; position: relative; z-index: 4444; }
.menu-icon span { position: relative; width: 100%; height: 2px; color: #c51b1e; background-color: CurrentColor; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.menu-icon span::before { top: 8px; }
.menu-icon span::after { bottom: 8px; }
.menu-icon.open span { background-color: unset; }
.menu-icon.open span::before { -webkit-transform: rotate(225deg); -moz-transform: rotate(225deg); -ms-transform: rotate(225deg); -o-transform: rotate(225deg); transform: rotate(225deg); top: 0; }
.menu-icon.open span::after { -webkit-transform: rotate(-225deg); -moz-transform: rotate(-225deg); -ms-transform: rotate(-225deg); -o-transform: rotate(-225deg); transform: rotate(-225deg); 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; }

.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: #091a34; width: 100%; height: 100vh; top: 60px; left: 0; /* -webkit-transform: translate(0,100%); -moz-transform: translate(0,100%); -ms-transform: translate(0,100%); -o-transform: translate(0,100%); transform: translate(0,100%);*/ -webkit-transform: translate(100%, 0); -moz-transform: translate(100%, 0); -ms-transform: translate(100%, 0); -o-transform: translate(100%, 0); transform: translate(100%, 0); }
.mobile-nav .nav-wrap { padding: 2.2rem 2rem; }
.mobile-nav dl { margin-bottom: 0; }
.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 { border-bottom: 1px dashed #4e4e4e; position: relative; padding: .3rem .5rem; }
.mobile-nav dt a { line-height: 2; display: block; width: 80%; margin-right: 2rem; font-weight: normal; }
.mobile-nav 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 dd { display: none; padding-left: 1rem; }
.mobile-nav dd ul { margin-bottom: 0; line-height: 2; margin-top: 5px; list-style: inside circle; color: #fff; }
.mobile-nav dd ul a { font-size: 14px; }
.mobile-nav a { color: #f8f8f8; }

.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; }

@media (max-width: 991.98px) { .open-menu { position: fixed; width: 100%; background-color: #fff; top: 0; z-index: 999; }
  .open-menu .mobile-nav { -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); } }
.header { background-color: #ffffff; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; height: 98px; }
.header:not(.nobg) { -webkit-box-shadow: 0 0 20px #d8d8d8; -moz-box-shadow: 0 0 20px #d8d8d8; box-shadow: 0 0 20px #d8d8d8; }
.header .logo img { -webkit-transition: all .8s; -moz-transition: all .8s; -ms-transition: all .8s; -o-transition: all .8s; transition: all .8s; }
.header .header-right { flex: 0 0 75%; max-width: 75%; }
.header .nav { flex: 1; }
.header .nav ul { width: 100%; }
.header .header-tel { width: 220px; }
.header .header-tel .tel-info { margin-left: .625rem; flex: 1; }
.header .header-tel span.txt { color: #282828; opacity: .5; font-size: .625rem; line-height: 2; }
.header .header-tel p.tel-num { margin-top: 4px; line-height: 1; color: #282828; font-size: 1.375rem; }
.header .header-tel .tel-icon img { margin-left: 3px; }
.header.header-white .logo img, .header.header-white .header-tel > img { filter: grayscale(100%) brightness(100); }
.header.header-white .nav a, .header.header-white .tel-num, .header.header-white span.txt { color: #ffffff !important; }
@media (max-width: 575.98px) { .header { height: 60px; }
  .header .logo img { width: 80%; } }

.footer { background-color: #1f1f24; color: rgba(255, 255, 255, 0.5); }
.footer a { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; color: #7c8187; }
.footer a:hover { color: #c9d0d8; }
.footer dl { text-align: center; flex: 1; max-width: 30%; border-right: 1px solid #2c2c30; }
.footer dl:first-child { text-align: left; max-width: 18%; }
.footer dl dt { color: #ffffff; line-height: 2; margin-bottom: .5rem; font-weight: normal; }
.footer dl dd { margin-bottom: 0; }
.footer dl dd a { font-size: 14px; line-height: 32px; }
.footer .footer-bottom { border-top: 1px solid #36363a; font-size: .875rem; }

.sbanner { height: 350px; overflow: hidden; position: relative; z-index: 1; }
.sbanner .sbanner-warp { color: #ffffff; }
.sbanner .sbanner-warp .sbanner-name { font-size: 2rem; font-weight: 100; line-height: 2; }
.sbanner .sbanner-warp .sbanner-desc { line-height: 2; }
@media (min-width: 992px) { .sbanner .sbanner-warp .sbanner-desc { width: 20%; } }
@media (max-width: 575.98px) { .sbanner { height: 200px; }
  .sbanner .sbanner-warp .sbanner-name { font-size: 1.5rem; } }

.channel-nav-box { position: relative; z-index: 3; height: 36px; }
.channel-nav-box .channel-nav { background-color: #ffffff; height: 72px; margin-top: -36px; box-shadow: 3.214px 3.83px 50px 0px rgba(0, 0, 0, 0.05); }
.channel-nav-box .channel-nav li { flex: 1; line-height: 72px; text-align: center; position: relative; }
.channel-nav-box .channel-nav li:not(:last-child)::after { content: ''; position: absolute; height: 40%; margin: auto; top: 0; bottom: 0; right: 0; border-right: 1px solid #eeeeee; }
.channel-nav-box .channel-nav li a { color: #282828; font-size: 1.125rem; }
.channel-nav-box .channel-nav li a:hover { color: var(--theme-red); }
.channel-nav-box .channel-nav li.active { background-color: var(--theme-red); }
.channel-nav-box .channel-nav li.active::after { display: none; }
.channel-nav-box .channel-nav li.active a { color: #ffffff; }
@media (max-width: 575.98px) { .channel-nav-box { height: auto; padding: 0; }
  .channel-nav-box .channel-nav { margin-top: 0; height: 48px; }
  .channel-nav-box .channel-nav li { line-height: 48px; }
  .channel-nav-box .channel-nav li a { font-size: 1rem; } }

.location-box { position: relative; z-index: 3; height: 36px; z-index: 2; }
.location-box .location-wrap { background-color: white; box-shadow: 3.214px 3.83px 50px 0px rgba(0, 0, 0, 0.05); height: 72px; margin-top: -36px; padding-top: 20px; padding-bottom: 20px; line-height: 32px; color: #999999; font-size: .875rem; }
.location-box .location-wrap a { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; color: #999999; }
.location-box .location-wrap a:hover { color: #666666; }
.location-box .location-wrap svg { display: inline-block; vertical-align: middle; width: 18px; height: 16px; }
.location-box .location-wrap span { display: inline-block; vertical-align: middle; position: relative; }
.location-box .location-wrap span .head-name { position: relative; }
.location-box .location-wrap span .head-name::before { content: ''; display: inline-block; height: 18px; widht: 0; border-left: 1px solid #f4f4f4; margin-right: 10px; position: absolute; margin: auto; left: 0; top: 0; bottom: 0; }
@media (max-width: 575.98px) { .location-box { height: auto; }
  .location-box .location-wrap { margin-top: 0; } }

.inner-section-box { background-color: #f8f8f8; padding-top: 3%; }
.inner-section-box .inner-section { padding-top: 2.4%; padding-bottom: 2.4%; }
.inner-section-box .inner-section .sec-head { text-align: center; position: relative; padding-bottom: 1.2%; }
.inner-section-box .inner-section .sec-head .head-name { position: relative; z-index: 2; font-size: 1.875rem; }
.inner-section-box .inner-section .sec-head .head-en-name { position: relative; z-index: 2; font-size: 1.375rem; color: var(--theme-red); }
@media (min-width: 1366px) { .inner-section-box .inner-section .sec-head::after { content: attr(data-title); font-size: 100px; color: #f4f3f4; font-weight: bold; position: absolute; top: 20px; left: 0; height: 79%; overflow: hidden; right: 0; line-height: 1; text-transform: uppercase; } }
.inner-section-box .inner-section .sec-head.opacity-1::after { opacity: 1 !important; }
.inner-section-box .inner-section:nth-child(even) { background-color: #ffffff; }
@media (min-width: 1366px) { .inner-section-box .inner-section:nth-child(even) .sec-head::after { opacity: .5; } }

.about-profile { background-color: #ffffff; }
.about-profile .about-title { font-size: 24px; color: #000; position: relative; z-index: 2; }
.about-profile .about-title span { position: relative; z-index: 2; }
.about-profile .about-title::before { content: 'Founded in 1986'; text-transform: uppercase; color: #f7f7f7; position: absolute; width: 100%; line-height: 1; font-size: 3rem; top: 0; left: 0; font-weight: bold; }
.about-profile .about-con { line-height: 2; color: #666666; font-size: .875rem; }
@media (min-width: 996px) { .about-profile .about-con .con-wrap { height: 320px; overflow: scroll; padding-right: 1.25rem; } }
@media (max-width: 575.98px) { .about-profile .about-title:before { font-size: 2rem; } }

.cultrue-box .item { position: relative; overflow: hidden; height: 0; padding-bottom: 106.45%; }
.cultrue-box .item .item-wrap { position: absolute; width: 100%; height: 100%; top: 0; text-align: center; border: 1px solid #eeeeee; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.cultrue-box .item .item-wrap .item-icon { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; padding: 3rem; }
.cultrue-box .item .item-wrap .item-icon .icon { width: 70px; height: 70px; }
.cultrue-box .item .item-wrap .item-icon .icon path { fill: #666666; }
.cultrue-box .item .item-wrap .item-name { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; -webkit-transition-delay: .1s; -moz-transition-delay: .1s; -ms-transition-delay: .1s; -o-transition-delay: .1s; transition-delay: .1s; color: #333333; font-size: 1.375rem; margin-bottom: 1.5rem; }
.cultrue-box .item .item-wrap .item-desc { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; -webkit-transition-delay: .2s; -moz-transition-delay: .2s; -ms-transition-delay: .2s; -o-transition-delay: .2s; transition-delay: .2s; color: #666666; font-size: 1.125rem; line-height: 28px; }
@media (max-width: 575.98px) { .cultrue-box .item { margin-bottom: .5rem; }
  .cultrue-box .item .item-wrap .item-icon { padding: 0.6rem; }
  .cultrue-box .item .item-wrap .item-icon .icon { width: 50px; height: 50px; }
  .cultrue-box .item .item-wrap .item-name { font-size: 1.125rem; margin-bottom: 0; }
  .cultrue-box .item .item-wrap .item-desc { font-size: .875rem; } }
.cultrue-box .item:hover::before { border-width: 165px; border-color: var(--theme-red); }
.cultrue-box .item:hover .item-wrap { background-color: var(--theme-red); }
.cultrue-box .item:hover .item-wrap .item-icon { -webkit-transform: translateY(-20px); -moz-transform: translateY(-20px); -ms-transform: translateY(-20px); -o-transform: translateY(-20px); transform: translateY(-20px); }
.cultrue-box .item:hover .item-wrap .item-name, .cultrue-box .item:hover .item-wrap .item-desc { color: #ffffff; -webkit-transform: translateY(-15px); -moz-transform: translateY(-15px); -ms-transform: translateY(-15px); -o-transform: translateY(-15px); transform: translateY(-15px); /*-webkit-transition-delay: 0s;
-moz-transition-delay: 0s;
-ms-transition-delay: 0s;
-o-transition-delay: 0s;
transition-delay: 0s;*/ }
.cultrue-box .item:hover .item-wrap .item-icon .icon path { fill: #ffffff; }

.honor-swiper .honor-item .item-name { background-color: #ffffff; }
.honor-swiper .honor-item:hover .item-name { color: #ffffff; background-color: var(--theme-red); }
.honor-swiper .control-bar .w-btn { border-radius: 0; width: 35px; height: 35px; margin: 2px; text-align: center; line-height: 35px; background-color: #c5c5c5; 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; }
.honor-swiper .control-bar .w-btn:hover { background-color: var(--theme-red); color: #ffffff; }
.honor-swiper .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; }
.honor-swiper .control-bar .prev_next i::before, .honor-swiper .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; }
.honor-swiper .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); }
.honor-swiper .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); }
.honor-swiper .control-bar .prev_next.next i { margin-left: 10px; }
.honor-swiper .control-bar .prev_next.next i::before, .honor-swiper .control-bar .prev_next.next i::after { right: 0; transform-origin: right; }
.honor-swiper .control-bar .prev_next.prev i { margin-right: 10px; }
.honor-swiper .control-bar .prev_next.prev i::before, .honor-swiper .control-bar .prev_next.prev i::after { left: 0; transform-origin: left; }
.honor-swiper .control-bar .prev_next:hover i { width: 20px; margin: 0; }
.honor-swiper .control-bar .prev_next:hover i::before, .honor-swiper .control-bar .prev_next:hover i::after { width: 8px; }
.honor-swiper .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; }
.honor-swiper .control-bar .more i::before, .honor-swiper .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; }
.honor-swiper .control-bar .more i::before { top: -6px; }
.honor-swiper .control-bar .more i::after { bottom: -6px; }
.honor-swiper .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; }

.pro-floor { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.pro-floor .floor-head { border-bottom: 1px solid #efefef; }
.pro-floor .floor-head .head-name { font-size: 22px; }
@media (max-width: 575.98px) { .pro-floor .floor-head .head-name { font-size: 18px; } }
.pro-floor .floor-head .more { font-size: 14px; color: #999999; }
.pro-floor .floor-head .more:hover { color: var(--theme-red); }
.pro-floor .floor-goods-list .goods-item .item-wrap { position: relative; }
.pro-floor .floor-goods-list .goods-item .item-wrap .item-img { background-color: #f9f9f9; }
.pro-floor .floor-goods-list .goods-item .item-wrap .item-name { position: absolute; bottom: 0; background: rgba(0, 0, 0, 0.5); text-align: center; left: 0; bottom: 0; right: 0; color: #ffffff; }
.pro-floor .floor-right { border-left: 1px solid #efefef; padding: 2%; }
.pro-floor .floor-right .floor-desc { color: #666666; }
.pro-floor .floor-right .floor-btns a { display: block; flex: 0 0 auto; width: 48%; text-align: center; border: 1px solid #999999; color: #999999; line-height: 32px; border-radius: 18px; font-size: 14px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.pro-floor .floor-right .floor-btns a:hover { background-color: var(--theme-red); color: #ffffff; border-color: var(--theme-red); }
.pro-floor:hover { -webkit-transform: translateY(-2px); -moz-transform: translateY(-2px); -ms-transform: translateY(-2px); -o-transform: translateY(-2px); transform: translateY(-2px); -webkit-box-shadow: 0 0 20px rgba(3, 3, 3, 0.05); -moz-box-shadow: 0 0 20px rgba(3, 3, 3, 0.05); box-shadow: 0 0 20px rgba(3, 3, 3, 0.05); }

.goods-list .goods-item .item-wrap { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; position: relative; }
.goods-list .goods-item .item-wrap:hover { -webkit-transform: translateY(-1px); -moz-transform: translateY(-1px); -ms-transform: translateY(-1px); -o-transform: translateY(-1px); transform: translateY(-1px); -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; -moz-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }
.goods-list .goods-item .item-wrap .item-img { background-color: #ffffff; }
.goods-list .goods-item .item-wrap .item-name { position: absolute; bottom: 0; background: rgba(0, 0, 0, 0.5); text-align: center; left: 0; bottom: 0; right: 0; color: #ffffff; }

.news-list .news-item .item-wrap { background-color: #ffffff; padding-bottom: 2rem; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.news-list .news-item .item-img { padding-bottom: 60.526%; }
.news-list .news-item .item-caption { padding: 0 2rem; }
.news-list .news-item .item-caption .item-name { color: #666666; font-size: 1.125rem; line-height: 32px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.news-list .news-item .item-caption .item-name::before { content: ''; display: block; width: 40px; height: 2px; background-color: var(--theme-red); margin: 1.5rem 0; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.news-list .news-item .item-caption .item-desc { margin-top: 1rem; color: #999999; font-size: .875rem; line-height: 30px; }
.news-list .news-item .item-caption .item-more { display: block; padding-top: 1.5rem; color: #6b6b6b; font-size: 12px; }
.news-list .news-item .item-caption .item-more span { margin-right: 10px; display: inline-block; vertical-align: middle; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.news-list .news-item .item-caption .item-more i { display: inline-block; vertical-align: middle; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.news-list .news-item:hover .item-wrap { -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05); -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05); box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05); }
.news-list .news-item:hover .item-name { color: var(--theme-red); }
.news-list .news-item:hover .item-name::before { width: 60px; }
.news-list .news-item:hover .item-more { color: var(--theme-red); }
.news-list .news-item:hover .item-more span { letter-spacing: 1px; }
.news-list .news-item:hover .item-more i { -webkit-transform: translateX(3px); -moz-transform: translateX(3px); -ms-transform: translateX(3px); -o-transform: translateX(3px); transform: translateX(3px); }

.news-page .inner-section-box .inner-section { padding-top: 0; }
.news-page .news-container { background-color: #fff; }
.news-page .news-container .news-title { padding: .5rem 0; }
.news-page .news-container .news-meta { color: #999999; font-size: .875rem; }
.news-page .news-container .news-detail { line-height: 2; font-size: 1rem; }
.news-page .news-container .newsPage { font-size: 1rem; line-height: 36px; }
.news-page .news-right > p { padding-left: 5%; font-size: 16px; color: #000; line-height: 70px; position: relative; }
.news-page .news-right > p::before { position: absolute; content: ""; background: var(--theme-red); width: 4px; height: 30%; left: 0; top: 0; bottom: 0; margin: auto; }
.news-page .news-right .hot_news { width: 90%; margin: 0 auto; padding: 5% 0; }
.news-page .news-right .hot_news:not(:last-child) { border-bottom: 1px solid #ededed; }
.news-page .news-right .hot_news a { color: #333; font-size: 14px; line-height: 25px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.news-page .news-right .hot_news a:hover { color: var(--theme-red); }

.newslists-page .inner-section-box .inner-section { padding-top: 0; }

.image-list .item .item-wrap .item-name { background-color: #eeeeee; color: #666666; }

/*联系方式*/
.contact-box .contact-item .item-wrap { padding: 2rem; }
.contact-box .contact-item .item-head { margin-bottom: 1rem; }
.contact-box .contact-item .item-head .head-icon { width: 3rem; height: 3rem; }
.contact-box .contact-item .item-head .head-info strong { font-weight: bold; color: #666666; }
.contact-box .contact-item .item-head .head-info p { color: #666666; opacity: .5; font-size: .625rem; }
.contact-box .contact-item .item-bd { color: #666666; line-height: 1.8; }
.contact-box .contact-item .item-bd p { font-size: 1.125rem; }
.contact-box .contact-item:nth-child(1) .item-head .head-icon { background: url("../Image/icon-contact-1.png") center no-repeat; }
.contact-box .contact-item:nth-child(2) .item-head .head-icon { background: url("../Image/icon-contact-2.png") center no-repeat; }
.contact-box .contact-item:nth-child(3) .item-head .head-icon { background: url("../Image/icon-contact-3.png") center no-repeat; }
.contact-box .contact-item:nth-child(1) .item-bd p { font-size: 16px; }
.contact-box .contact-item.contact-qrcode .wx-qrcode img { width: 110px; }
.contact-box .contact-item.contact-qrcode .wx-info p { font-size: .875rem; color: #999999; }
@media (min-width: 1200px) { .contact-box .contact-item.contact-qrcode .wx-info p { line-height: 2; } }
@media (max-width: 575.98px) { .contact-box .contact-item:not(:last-child) { border-bottom: 1px solid #eeeeee; }
  .contact-box .contact-item .item-wrap { padding: 1.5rem 1rem; } }

.signle-content { line-height: 2; }

#dituContent { height: 50vw; }
@media (min-width: 992px) { #dituContent { height: 30vw; } }
@media (min-width: 1200px) { #dituContent { height: 25vw; } }

.goods-top .goods-featrues p { line-height: 2; color: #666666; }
.goods-top .goods-info-bottom .zx-btn { background-color: var(--theme-red); border-radius: 3px; color: #ffffff; text-align: center; padding: .5rem 1.8rem; }
.goods-top .goods-info-bottom .info-contact .contact-icon svg { width: 46px; height: 46px; }
.goods-top .goods-info-bottom .info-contact .contact-info .tel-num { color: var(--theme-red); font-weight: bold; font-style: normal; font-size: 24px; line-height: 1; }

.goods-content { color: #666666; line-height: 1.8; }
.goods-content h3 { display: flex; flex-wrap: wrap; margin: 30px 0; border-bottom: 1px solid #eaeaea; color: #333333; }
.goods-content h3 > strong { font-size: 18px; display: block; font-weight: normal; vertical-align: bottom; padding: 10px 0px; border-bottom: 2px solid #d42918; }
.goods-content img { max-width: 100%; vertical-align: bottom; }
.goods-content table { margin-top: .5rem; width: 100% !important; margin-bottom: .5rem; }
.goods-content table td { border: 1px solid #eeeeee !important; padding: .3rem 1rem !important; width: auto  !important; vertical-align: middle; user-select: none; }

.prev-next .prev, .prev-next .next { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.prev-next .prev:hover, .prev-next .next:hover { background-color: var(--theme-red) !important; color: #ffffff; }
.prev-next .prev:hover a, .prev-next .next:hover a { color: #ffffff; }

.relate-goods h3 { display: flex; flex-wrap: wrap; border-bottom: 1px solid #eaeaea; color: #333333; }
.relate-goods h3 > strong { font-size: 18px; display: block; font-weight: normal; vertical-align: bottom; padding: 10px 0px; border-bottom: 2px solid #d42918; }
.relate-goods li { border-bottom: 1px solid #eeeeee; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.relate-goods li .img { background-color: #efefef; }
.relate-goods li:hover { box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; -webkit-transform: translateY(-1px); -moz-transform: translateY(-1px); -ms-transform: translateY(-1px); -o-transform: translateY(-1px); transform: translateY(-1px); border-bottom: 1px solid transparent; }

.ratio > * { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.ratio-2x3 { --bs-aspect-ratio: calc(2 / 3 * 100%); }

.ratio-3x4 { --bs-aspect-ratio: calc(3 / 4 * 100%); }

.ratio { position: relative; width: 100%; }
.ratio::before { display: block; padding-top: var(--bs-aspect-ratio); content: ""; }

.hisotry-conent-swiper .history-item .item-wrap { background-color: #f8f8f8; }

.hisotry-year-swiper::before { content: ''; background: url("../Image/ruler-bg.png") center top repeat-x; height: 13px; width: 100%; display: block; }
.hisotry-year-swiper .history-item.swiper-slide-active { color: var(--theme-blue); }
