@charset "UTF-8";
@import url("../font/bahnschrift/bahnschrift.css");
@import url("../font/manrope3/manrope3.css");
@media (prefers-reduced-motion: no-preference) { :root { scroll-behavior: unset; } }
/*@import url('https://fonts.font.im/css?family=Trirong:400,500');*/
body { --theme-red:#d7132e; --theme-blue:#054988; --theme-color: #694c3a; }

.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; }

/*滚动条样式*/
@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: #694c3a; border-radius: 30px; }
  ::-webkit-scrollbar-thumb:horizontal { background-color: #694c3a; border-radius: 30px; } }
@-webkit-keyframes loader10m { 0% { background-color: rgba(255, 255, 255, 0.2); }
  25% { background-color: rgba(255, 255, 255, 0.2); }
  50% { background-color: white; }
  75% { background-color: rgba(255, 255, 255, 0.2); }
  100% { background-color: rgba(255, 255, 255, 0.2); } }
@keyframes loader10m { 0% { background-color: rgba(255, 255, 255, 0.2); }
  25% { background-color: rgba(255, 255, 255, 0.2); }
  50% { background-color: white; }
  75% { background-color: rgba(255, 255, 255, 0.2); }
  100% { background-color: rgba(255, 255, 255, 0.2); } }
.loader10:before { content: ""; position: absolute; top: 0px; left: -25px; height: 12px; width: 12px; border-radius: 12px; -webkit-animation: loader10g 3s ease-in-out infinite; animation: loader10g 3s ease-in-out infinite; }

a:hover { color: #694c3a; }

.iconfont { font-size: initial; }

.nobg { background: none !important; backdrop-filter: unset !important; }

.bg1 { background-color: #f5f6f8 !important; }

/*自定义分页样式*/
.w-page { margin-bottom: 20px; }
.w-page li.active span { z-index: 3; color: #fff; background-color: #1d1d1e; }
.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; }

@media (min-width: 1680px) { .container { max-width: 1400px; } }
.ratio-pro { --bs-aspect-ratio: calc(47 / 70 * 100%); --mdb-aspect-ratio: var(--bs-aspect-ratio); }

.ratio-news { --bs-aspect-ratio: calc(29 / 43 * 100%); --mdb-aspect-ratio: var(--bs-aspect-ratio); }

.header { z-index: 99; background-color: #fff; box-shadow: 0px 0px 20px 0px rgba(4, 0, 0, 0.05); -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.header .logo { padding: 1.367%; }
.header .header-tel span { font-size: 22px; color: #282828; font-weight: 100; display: inline-block; vertical-align: middle; margin-left: 10px; }
.header .nav li { position: relative; }
.header .nav li::before { content: ''; display: inline-block; position: absolute; margin: auto; left: 0; right: 0; width: 50%; bottom: 0; border-bottom: 2px solid #694c3a; -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); }
.header .nav li > a { display: block; position: relative; overflow: hidden; }
@media (min-width: 1440px) { .header .nav li > a { padding: 0 1rem; } }
.header .nav li > a span { display: block; -webkit-transition: transform .5s, opacity 1s; -moz-transition: transform .5s, opacity 1s; -ms-transition: transform .5s, opacity 1s; -o-transition: transform .5s, opacity 1s; transition: transform .5s, opacity .3s; }
.header .nav li > a span.en { position: absolute; margin: auto; left: 0; right: 0; text-align: center; opacity: 0; }
.header .nav li .sub-nav { position: absolute; width: 100%; text-align: center; top: 89px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; opacity: 0; -webkit-transform: translateY(20px); -moz-transform: translateY(20px); -ms-transform: translateY(20px); -o-transform: translateY(20px); transform: translateY(20px); }
.header .nav li .sub-nav dl { display: none; padding: 1rem 0; background: #fff; }
.header .nav li .sub-nav dl dd { line-height: 36px; margin: 0; font-size: 14px; }
.header .nav li:hover::before { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); }
.header .nav li:hover > a span.cn { -webkit-transform: translateY(-40px); -moz-transform: translateY(-40px); -ms-transform: translateY(-20px); -o-transform: translateY(-20px); transform: translateY(-30px); opacity: 0; }
.header .nav li:hover > a span.en { -webkit-transition: transform .5s, opacity .3s; -moz-transition: transform .5s, opacity .3s; -ms-transition: transform .5s, opacity .3s; -o-transition: transform .5s, opacity 0s; transition: transform .3s, opacity 0s; -webkit-transform: translateY(-25px); -moz-transform: translateY(-25px); -ms-transform: translateY(-25px); -o-transform: translateY(-25px); transform: translateY(-25px); opacity: 1; }
.header .nav li:hover .sub-nav { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); opacity: 1; }
.header .nav li:hover .sub-nav dl { display: block; }
.header.scroll_bottom { top: -90px; }

.menu-icon { width: 80px; height: 80px; color: var(--theme-color); position: relative; cursor: pointer; }
.menu-icon span { position: absolute; width: 40%; 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: 0; left: 0; -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); transform: translateY(100%); }
.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; }

.open-menu .mobile-nav { -webkit-transform: translate(0); -moz-transform: translate(0); -ms-transform: translate(0); -o-transform: translate(0); transform: translate(0); }

.sbanner { height: 90px; }

.location-box { margin-top: 90px; }
.location-box .page-crumbs .crumbs-icon svg { width: 24px; height: 24px; display: block; }
.location-box .page-crumbs .crumbs-icon svg path { fill: #666666; }
.location-box .page-crumbs .crumbs-info { margin-left: 10px; color: #666666; }
.location-box .page-crumbs .crumbs-info a { color: #666666; }
.location-box .page-crumbs .crumbs-info a:hover { color: #333333; }
.location-box .page-crumbs .crumbs-info .icon-next { position: relative; width: 22px; height: 22px; margin: 0 10px; }
.location-box .page-crumbs .crumbs-info .icon-next::before, .location-box .page-crumbs .crumbs-info .icon-next::after { content: ''; position: absolute; width: 10px; height: 1px; background-color: #666666; margin: auto; top: 0; bottom: 0; left: 0; right: 0; -webkit-transform-origin: right; -moz-transform-origin: right; -ms-transform-origin: right; -o-transform-origin: right; transform-origin: right; }
.location-box .page-crumbs .crumbs-info .icon-next::before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.location-box .page-crumbs .crumbs-info .icon-next::after { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
.location-box .page-crumbs .crumbs-info i.icon { display: inline-block; width: 22px; height: 22px; background-color: #666666; border-radius: 50%; position: relative; margin: 0 10px; }
.location-box .page-crumbs .crumbs-info i.icon svg { width: 16px; height: 16px; position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; }
.location-box .page-crumbs .crumbs-info i.icon svg path { fill: #ffffff; }
.location-box .page-crumbs .crumbs-dropdown .drop-menu { display: none; position: absolute; z-index: 3; background: #fff; left: 20px; width: 100%; line-height: 2; border-radius: 6px; -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.07), 0 4px 6px -2px rgba(0, 0, 0, 0.05); box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.07), 0 4px 6px -2px rgba(0, 0, 0, 0.05); font-size: 14px; }
.location-box .page-crumbs .crumbs-dropdown .drop-menu li { opacity: 0; -webkit-transition: opacity .5s; -moz-transition: opacity .5s; -ms-transition: opacity .5s; -o-transition: opacity .5s; transition: opacity .5s; padding: .125rem 0; -webkit-animation-duration: .5s; animation-duration: .5s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
.location-box .page-crumbs .crumbs-dropdown .drop-menu li a { position: relative; font-size: 14px; }
.location-box .page-crumbs .crumbs-dropdown .drop-menu li a:after { content: ''; display: block; position: absolute; bottom: 0px; left: 0; height: 0; width: 100%; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; border-bottom: 1px solid #694c3a; -webkit-transform-origin: left; -moz-transform-origin: left; -ms-transform-origin: left; -o-transform-origin: left; transform-origin: left; }
.location-box .page-crumbs .crumbs-dropdown .drop-menu li:hover a { color: #694c3a; }
.location-box .page-crumbs .crumbs-dropdown .drop-menu li:hover a:after { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); }
.location-box .page-crumbs .crumbs-dropdown:hover i.icon svg { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
.location-box .page-crumbs .crumbs-dropdown:hover .drop-menu { display: block; }
.location-box .page-crumbs .crumbs-dropdown:hover .drop-menu li { opacity: 1; -webkit-animation-name: fadeInDown; animation-name: fadeInDown; }

footer.footer { background-color: #1d1d1e; position: relative; z-index: 2; }
footer.footer .footer-top .footer-nav dl dt { margin-bottom: 1.5rem; }
@media (max-width: 575.98px) { footer.footer .footer-top .footer-nav dl dt { margin-bottom: .5rem; } }
footer.footer .footer-top .footer-nav dl dt a { color: #ffffff; display: block; }
footer.footer .footer-top .footer-nav dl dd { position: relative; }
footer.footer .footer-top .footer-nav dl dd a { z-index: 2; color: #a8a8a9; display: inline-block; font-size: 14px; position: relative; }
footer.footer .footer-top .footer-nav dl dd a::after { content: ''; border-bottom: 2px solid rgba(214, 214, 214, 0.3); position: absolute; width: 100%; bottom: 3px; left: 0; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; -webkit-transform-origin: right center; -moz-transform-origin: right center; -ms-transform-origin: right center; -o-transform-origin: right center; transform-origin: right center; }
footer.footer .footer-top .footer-nav dl dd:hover a { color: #bbbbbb; }
footer.footer .footer-top .footer-nav dl dd: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: left center; -moz-transform-origin: left center; -ms-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; }
footer.footer .footer-top .footer-nav dl dd.qrcode { width: 110px; text-align: center; }
footer.footer .footer-top .footer-logo img { filter: grayscale(100) invert(100%); }
footer.footer .footer-top .footer-logo .logo-desc { line-height: 3; }
footer.footer .copyright { border-top: 1px solid #313132; color: #676767; font-size: 14px; }
footer.footer .copyright a { color: #676767; }
footer.footer .copyright a:hover { color: #999999; }
footer.footer .copyright .footer-tel:hover { color: #999999; }

div.footer { position: relative; z-index: 2; background-color: #fff; border-top: 1px solid #dfdfdf; }
div.footer .copyright { color: #999999; font-size: 14px; line-height: 1.8; }
div.footer .footer-tel span { display: inline-block; vertical-align: middle; font-size: 24px; color: #282828; font-weight: 100; display: inline-block; vertical-align: middle; margin-left: 10px; }
div.footer .footer-qrcode .qrcode .qrcode-img { width: 75px; height: 75px; border: 1px solid #eaeaea; }
div.footer .footer-qrcode .qrcode p { padding-top: 5px; font-size: 14px; color: #999999; }

.recommend-products .item .item-title { font-size: 30px; }
@media (min-width: 1400px) { .recommend-products .item .item-title { letter-spacing: 10px; } }
.recommend-products .item .item-attr { color: #999999; }
@media (min-width: 1400px) { .recommend-products .item .item-attr { letter-spacing: 3px; } }
.recommend-products .item .item-more { text-transform: uppercase; display: inline-block; line-height: 2; font-size: 14px; color: #333333; position: relative; }
.recommend-products .item .item-more::after { content: ''; display: block; position: absolute; width: 100%; height: 1px; background: #a6a6a6; -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); -webkit-transform-origin: left; -moz-transform-origin: left; -ms-transform-origin: left; -o-transform-origin: left; transform-origin: left; }
.recommend-products .item .item-more:hover::after { -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: right; -moz-transform-origin: right; -ms-transform-origin: right; -o-transform-origin: right; transform-origin: right; }
.recommend-products .item:hover .item-title { color: #333333; }

.index-products .sec-head { color: #282828; }
.index-products .sec-head .head-title { font-size: 32px; }
@media (max-width: 575.98px) { .index-products .sec-head .head-title { font-size: 28px; } }
.index-products .sec-head .head-desc { font-size: 20px; font-weight: 100; }
@media (max-width: 575.98px) { .index-products .sec-head .head-desc { font-size: 16px; } }
.index-products .product-lists { border-top: 1px dashed #282828; }

.product-lists .item .item-wrap .item-caption { padding: 2%; text-align: center; }
.product-lists .item .item-wrap .item-title { text-align: center; color: #282828; }
.product-lists .item .item-wrap .item-title .en-title { font-weight: 100; }
.product-lists .item .item-wrap .item-title .cn-title { font-size: 24px; }
@media (max-width: 575.98px) { .product-lists .item .item-wrap .item-title .cn-title { font-size: 18px; } }
@media (max-width: 992.98px) { .product-lists .item .item-wrap .item-title .cn-title { font-size: 22px; } }
.product-lists .item .item-wrap .item-more { display: inline-block; align-self: center; padding: 2.2% 6%; background-color: #282828; color: #ffffff; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; line-height: 1; font-size: 14px; }
.product-lists .item .item-wrap .item-more svg { fill: #ffffff; }
.product-lists .item .item-wrap .item-more:hover { background-color: #694c3a; }

.index-news { background: url("../Image/news-bg.jpg") top/cover no-repeat #f8f8f8; }
.index-news .sec-head { text-transform: uppercase; color: #282828; }
.index-news .sec-head .head-title { font-weight: 500; font-size: 48px; letter-spacing: 5px; }
.index-news .sec-head .head-desc { font-size: 30px; letter-spacing: 10px; }

.news-list .item .item-wrap .item-img { overflow: hidden; border-radius: 3px; }
.news-list .item .item-wrap .item-img img { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.news-list .item .item-wrap .item-img:hover 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); }
.news-list .item .item-wrap .item-caption .item-time { color: #8a8a8a; font-size: 14px; }
.news-list .item .item-wrap .item-caption .item-title { line-height: 2; font-size: 24px; }
@media (max-width: 575.98px) { .news-list .item .item-wrap .item-caption .item-title { font-size: 18px; } }
@media (max-width: 992.98px) { .news-list .item .item-wrap .item-caption .item-title { font-size: 22px; } }
.news-list .item .item-wrap .item-caption .item-desc { font-size: 14px; color: #999999; line-height: 2; }
.news-list .item .item-wrap .item-caption .item-more span.en-title { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; color: #333333; position: relative; }
.news-list .item .item-wrap .item-caption .item-more span.en-title::after { content: ''; display: block; width: 100%; height: 2px; background-color: rgba(0, 0, 0, 0.2); position: absolute; left: 0; bottom: 30%; z-index: 0; -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; -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; }
.news-list .item .item-wrap .item-caption .item-more span.icon { display: inline-block; vertical-align: middle; width: 28px; height: 28px; color: #999999; border: 1px solid #2d2d2d; border-radius: 100%; position: relative; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.news-list .item .item-wrap .item-caption .item-more span.icon i { position: absolute; height: 0; width: 8px; margin: auto; height: 0; top: 0; bottom: 0; left: 0; right: 0; }
.news-list .item .item-wrap .item-caption .item-more span.icon i::before, .news-list .item .item-wrap .item-caption .item-more span.icon i::after { position: absolute; content: ''; display: block; width: 100%; height: 100%; border-bottom: 1px solid CurrentColor; -webkit-transform-origin: right center; -moz-transform-origin: right center; -ms-transform-origin: right center; -o-transform-origin: right center; transform-origin: right center; }
.news-list .item .item-wrap .item-caption .item-more span.icon i::before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.news-list .item .item-wrap .item-caption .item-more span.icon i::after { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
.news-list .item .item-wrap .item-caption .item-more i { display: block; }
.news-list .item .item-wrap:hover .item-caption .item-more span.en-title { letter-spacing: 1px; }
.news-list .item .item-wrap:hover .item-caption .item-more span.en-title::after { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); }
.news-list .item .item-wrap:hover .item-caption .item-more span.icon { background-color: #2d2d2d; color: #ffffff; }

.news-list-2 .news-item:nth-child(1) { padding-top: 0 !important; }
.news-list-2 .news-item .item-info .item-time { font-size: 16px; color: #666666; }
.news-list-2 .news-item .item-info .item-title { font-size: 24px; color: #333333; }
@media (max-width: 992px) { .news-list-2 .news-item .item-info .item-title { font-size: 20px; } }
.news-list-2 .news-item .item-info .item-desc { color: #666666; line-height: 2; }
.news-list-2 .news-item .item-info .item-more a { display: inline-block; position: relative; color: #5f6061; }
.news-list-2 .news-item .item-info .item-more a:hover { color: #333333; }
.news-list-2 .news-item .item-info .item-more a::after { content: ''; display: block; width: 100%; height: 1px; background-color: #909192; }

.goods-page { background-color: #f8f8f8; }
.goods-page .category-nav .item-wrap { padding: 8% 6%; }
.goods-page .category-nav .item-wrap .item-img { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.goods-page .category-nav .item-wrap .item-name { font-size: 32px; line-height: 1; color: #ffffff; }
@media (max-width: 575.95px) { .goods-page .category-nav .item-wrap .item-name { font-size: 22px; } }
.goods-page .category-nav .item-wrap .item-en-name { color: #ffffff; opacity: .5; font-size: 18px; text-transform: uppercase; }
.goods-page .category-nav .item-wrap .item-more { color: #ffffff; border-bottom: 1px solid #ffffff; display: inline-block; text-transform: uppercase; }
.goods-page .category-nav .item-wrap:hover .item-img { -webkit-transform: scale(0.05); -moz-transform: scale(0.05); -ms-transform: scale(0.05); -o-transform: scale(0.05); transform: scale(0.05); }
.goods-page .product-list .item .item-wrap .item-caption { padding: 2%; padding-bottom: 8%; text-align: center; }
.goods-page .product-list .item .item-wrap .item-title { text-align: center; color: #282828; }
.goods-page .product-list .item .item-wrap .item-title .cn-title { font-size: 24px; }
.goods-page .product-list .item .item-wrap .item-desc { color: #666666; }
.goods-page .product-list .item .item-wrap .item-more { display: inline-block; align-self: center; font-size: 14px; background-color: #282828; color: #ffffff; }
.goods-page .product-list .item .item-wrap .item-more svg { fill: #ffffff; }
.goods-page .goods-top .goods-summary .goods-en-title { font-size: 36px; font-weight: 100; text-transform: uppercase; color: #694c3a; }
.goods-page .goods-top .goods-summary .goods-title { color: #4c4948; font-size: 34px; }
.goods-page .goods-top .goods-summary .goods-desc { color: #666666; font-size: 26px; }
.goods-page .goods-top .goods-summary .goods-en-desc { font-size: 16px; text-transform: uppercase; color: #999999; }
.goods-page .goods-top .goods-summary .goods-more-icon i { position: relative; display: block; width: 12px; height: 12px; border-radius: 12px; margin: 0 auto; background-color: #866e60; }
.goods-page .goods-top .goods-summary .goods-more-icon i::before, .goods-page .goods-top .goods-summary .goods-more-icon i::after { content: ""; position: absolute; top: 0px; height: 100%; width: 100%; border-radius: 50%; }
.goods-page .goods-top .goods-summary .goods-more-icon i::before { left: -300%; background-color: #b0a299; }
.goods-page .goods-top .goods-summary .goods-more-icon i::after { left: 300%; background-color: #694c3a; }
.goods-page .goods-bottom .detail-nav { border-bottom: 1px solid #f5f5f5; }
.goods-page .goods-bottom .detail-nav a { /* border-bottom: 1px solid #f5f5f5;*/ position: relative; }
.goods-page .goods-bottom .detail-nav a::after { content: ''; width: 100%; border-bottom: 2px solid CurrentColor; position: absolute; left: 0; bottom: 0; -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: right; -moz-transform-origin: right; -ms-transform-origin: right; -o-transform-origin: right; transform-origin: right; }
.goods-page .goods-bottom .detail-nav a:not(:last-child) { border-right: 1px solid #f5f5f5; }
.goods-page .goods-bottom .detail-nav a:hover { color: #866e60; }
.goods-page .goods-bottom .detail-nav a:hover::after { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); -webkit-transform-origin: left; -moz-transform-origin: left; -ms-transform-origin: left; -o-transform-origin: left; transform-origin: left; }
.goods-page .goods-bottom img { max-width: 100%; }
.goods-page .wiget-box { padding: 15px 20px; background-color: #ffffff; }
.goods-page .wiget-box .box-head { border-bottom: 1px solid #f5f5f5; }
.goods-page .wiget-box .box-head .head-name { font-size: 18px; line-height: 2; }
.goods-page .wiget-box .box-head .head-name::before { content: ''; width: 0; height: 18px; border-right: 2px solid #694c3a; margin-right: 8px; }
.goods-page .wiget-box .box-head .head-more { font-size: 12px; color: #999999; }
.goods-page .wiget-box .box-head .head-more:hover { color: #694c3a; }
.goods-page .category-list li { line-height: 42px; padding-left: 15px; position: relative; }
.goods-page .category-list li a { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.goods-page .category-list li::before, .goods-page .category-list li::after { content: ''; position: absolute; display: block; margin: auto; top: 0; bottom: 0; left: 0; }
.goods-page .category-list li::before { -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; width: 10px; height: 0; border-bottom: 1px solid #666666; -webkit-transform-origin: left; -moz-transform-origin: left; -ms-transform-origin: left; -o-transform-origin: left; transform-origin: left; }
.goods-page .category-list li::after { width: 20px; height: 20px; background: url("../Image/ico-c.png") center/cover no-repeat; opacity: 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; }
.goods-page .category-list li:hover a { padding-left: 1rem; }
.goods-page .category-list li:hover::before { -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: right; -moz-transform-origin: right; -ms-transform-origin: right; -o-transform-origin: right; transform-origin: right; }
.goods-page .category-list li:hover::after { opacity: 1; -webkit-transform: translateX(3px) rotate(90deg); -moz-transform: translateX(3px) rotate(360deg); -ms-transform: translateX(3px) rotate(360deg); -o-transform: translateX(3px) rotate(360deg); transform: translateX(3px) rotate(90deg); }

.lists-page .product-list-2 .item { overflow: hidden; }
.lists-page .product-list-2 .item .item-img img { -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); }
.lists-page .product-list-2 .item .item-wrap { padding: 5%; text-align: center; background-color: rgba(0, 0, 0, 0.8); -webkit-transition: transform 1s, opacity .3s; -moz-transition: transform 1s, opacity .3s; -ms-transition: transform 1s, opacity .3s; -o-transition: transform 1s, opacity .3s; transition: transform 1s, opacity .3s; -webkit-transform: scale(1.5); -moz-transform: scale(1.5); -ms-transform: scale(1.5); -o-transform: scale(1.5); transform: scale(1.5); opacity: 0; }
.lists-page .product-list-2 .item .item-wrap .item-title { font-size: 24px; color: #ffffff; }
@media (max-width: 575.98px) { .lists-page .product-list-2 .item .item-wrap .item-title { font-size: 20px; } }
@media (max-width: 991.98px) { .lists-page .product-list-2 .item .item-wrap .item-title { font-size: 22px; } }
.lists-page .product-list-2 .item .item-wrap .item-desc { color: #ffffff; opacity: .5; padding: 5% 0; }
@media (max-width: 575.98px) { .lists-page .product-list-2 .item .item-wrap .item-desc { font-size: 14px; } }
@media (max-width: 9941.98px) { .lists-page .product-list-2 .item .item-wrap .item-desc { font-size: 16px; } }
@media (min-width: 1400px) { .lists-page .product-list-2 .item .item-wrap .item-desc { width: 70%; margin: 0 auto; } }
.lists-page .product-list-2 .item .item-wrap .item-more { color: #ffffff; background-color: #694c3a; padding: 2% 7%; display: block; }
.lists-page .product-list-2 .item .item-wrap .item-more span { font-size: 16px; }
.lists-page .product-list-2 .item .item-wrap .item-more i { width: 15px; position: relative; height: 1px; background-color: #ffffff; margin-left: 10px; -webkit-transition: width .3s; -moz-transition: width .3s; -ms-transition: width .3s; -o-transition: width .3s; transition: width .3s; }
.lists-page .product-list-2 .item .item-wrap .item-more i::before, .lists-page .product-list-2 .item .item-wrap .item-more i::after { content: ''; display: block; position: absolute; right: 0; width: 10px; height: 100%; background-color: CurrentColor; -webkit-transform-origin: right center; -moz-transform-origin: right center; -ms-transform-origin: right center; -o-transform-origin: right center; transform-origin: right center; -webkit-transition: width .3s; -moz-transition: width .3s; -ms-transition: width .3s; -o-transition: width .3s; transition: width .3s; }
.lists-page .product-list-2 .item .item-wrap .item-more i::before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.lists-page .product-list-2 .item .item-wrap .item-more i::after { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
.lists-page .product-list-2 .item .item-wrap .item-more:hover i { width: 22px; }
.lists-page .product-list-2 .item .item-wrap .item-more:hover i::before, .lists-page .product-list-2 .item .item-wrap .item-more:hover i::after { width: 8px; }
.lists-page .product-list-2 .item:hover .item-img img { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
.lists-page .product-list-2 .item:hover .item-wrap { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity: 1; }
.lists-page .product-list-2 .item:hover .item-wrap .animated { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; }
.lists-page .product-list-2 .item:hover .item-wrap .animated.item-desc { -webkit-animation-delay: .2s; -moz-animation-delay: .2s; -o-animation-delay: .2s; animation-delay: .2s; }
.lists-page .product-list-2 .item:hover .item-wrap .animated.item-more { -webkit-animation-delay: .4s; -moz-animation-delay: .4s; -o-animation-delay: .4s; animation-delay: .4s; }

.section .sec-head { text-transform: uppercase; color: #282828; }
.section .sec-head .head-title { font-weight: 500; font-size: 48px; letter-spacing: 5px; }
.section .sec-head .head-desc { font-size: 30px; letter-spacing: 10px; }

.news-page .news-detail-page .news-title { color: #333333; line-height: 2; font-size: 32px; }
.news-page .news-detail-page .news-meta { font-size: 14px; color: #999999; }
.news-page .news-detail-page .detail-content { line-height: 2.2; color: #666666; border-bottom: 1px solid #eeeeee; }
.news-page .news-detail-page .detail-content img { max-width: 100%; display: block; margin: 10px auto; }
.news-page .news-detail-page .prev-next .page-a { font-size: 14px; line-height: 2; }
@media (min-width: 1400px) { .news-page .news-detail-page .prev-next .page-a { flex: 0 auto; max-width: 50%; } }

/*----about start----*/
.about-section .sec-info .sec-en { font-family: 'Manrope3-bold'; font-size: 45px; color: #484848; text-transform: uppercase; }
.about-section .sec-info .sec-en::after { content: ''; width: 60px; border-bottom: 1px solid #909193; display: block; margin: 2rem 0 1rem; }
.about-section .sec-info .sec-desc { color: #694c3a; font-size: 28px; line-height: 2; }
@media (max-width: 992px) { .about-section .sec-info .sec-desc { font-size: 18px; } }
@media (max-width: 1200px) { .about-section .sec-info .sec-desc { font-size: 22px; } }
.about-section .sec-info .sec-line { display: block; height: 7px; background: url("../Image/lin-bg.png"); width: 100%; }
.about-section .sec-info .sec-content { line-height: 36px; color: #484848; }

.brand-story { background: #eef1f5; padding-top: 5%; position: relative; z-index: 3; }
@media (min-width: 992px) { .brand-story { min-height: 100vh; } }
@media (min-width: 1400px) { .brand-story { padding-top: 0; } }
.brand-story .story-desc { line-height: 2.5; font-size: 24px; font-weight: 100; }
@media (max-width: 575.98px) { .brand-story .story-desc { font-size: 20px; line-height: 2; } }
.brand-story .story-content { border-top: 1px solid #909194; font-size: 16px; color: #484848; line-height: 2.2; }
.brand-story .brand-story-txt { position: relative; z-index: 1; font-family: bahnschrift; color: #484848; font-size: 20px; font-weight: 600; opacity: .05; text-align: center; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
@media (max-width: 767.98px) { .brand-story .brand-story-txt { letter-spacing: 5px; font-size: 70px; } }
@media (max-width: 575.98px) { .brand-story .brand-story-txt { letter-spacing: 5px; font-size: 40px; } }
@media (min-width: 1024px) { .brand-story .brand-story-txt { letter-spacing: 25px; font-size: 100px; } }
@media (min-width: 1200px) { .brand-story .brand-story-txt { letter-spacing: 40px; } }
@media (min-width: 1400px) { .brand-story .brand-story-txt { letter-spacing: 50px; } }
@media (min-width: 1680px) { .brand-story .brand-story-txt { letter-spacing: 66px; } }
@media (min-width: 1200px) { .brand-story .dyr-wrap { position: relative; z-index: 2; } }
.brand-story .dyr-img { width: 528px; height: 100%; margin: 0 auto; }
.brand-story .dyr-img img { z-index: 2; }
.brand-story .dyr-txt { writing-mode: vertical-lr; position: absolute; right: 5%; bottom: 0; z-index: 1; }

.brand-spirit { background-color: #fff; position: relative; z-index: 2; }
@media (min-width: 992px) { .brand-spirit { min-height: 100vh; } }
.brand-spirit .spirit-title { color: #333333; font-size: 36px; }
@media (max-width: 575.98px) { .brand-spirit .spirit-title { font-size: 32px; } }
.brand-spirit .spirit-desc { font-size: 20px; color: #8b6941; line-height: 2; }
@media (max-width: 575.98px) { .brand-spirit .spirit-desc { font-size: 18px; } }
.brand-spirit.evolution { z-index: 3; }
@media (min-width: 1200px) { .brand-spirit.evolution .spirit-desc { letter-spacing: 15px; } }
.brand-spirit.evolution .spirit-content { line-height: 36px; }
.brand-spirit.evolution .spirit-content p { margin-bottom: 1.5rem; }
.brand-spirit.evolution .spirit-content strong { color: #333333; margin-right: .5rem; }
.brand-spirit.evolution .video-poster { margin: auto; right: 10%; top: 0; display: block; bottom: 0; }
.brand-spirit.evolution .line { height: 7px; width: 100%; background: url("../Image/line.png") center/cover repeat-x; margin-bottom: 5%; }
.brand-spirit.quality { z-index: -1; overflow: hidden; }
.brand-spirit.quality .bg-video { position: fixed; bottom: 0; left: 0; z-index: -1; height: 100vh; width: 100vw; object-fit: cover; }
.brand-spirit.quality .bg-video-img { position: fixed; width: 100%; height: 100%; bottom: 0; left: 0; z-index: -1; object-fit: cover; }
.brand-spirit.quality .spirit-desc { letter-spacing: unset; }
.brand-spirit.quality .quality-spirit-wrap { position: relative; }
.brand-spirit.quality .quality-spirit-wrap .spirit-content { line-height: 2.5; }
@media (min-width: 992px) { .brand-spirit.quality .quality-spirit-wrap .spirit-content { line-height: 3; } }
@media (min-width: 1200px) { .brand-spirit.quality .quality-spirit-wrap .spirit-content { line-height: 3.5; } }
.brand-spirit.partner { position: relative; z-index: 2; background: url("../Image/hhr-spirit-bg.jpg") bottom no-repeat #ffffff; }
@media (min-width: 1400px) { .brand-spirit.partner .partner-spirit-grid { --mdb-gutter-x: 5rem; } }
.brand-spirit.partner .partner-spirit-grid .item { position: relative; color: #000; line-height: 2.2; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; padding-bottom: 2%; }
.brand-spirit.partner .partner-spirit-grid .item::after { content: ''; display: block; width: 40px; border-bottom: 1px solid #000; -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; -webkit-transform-origin: left center; -moz-transform-origin: left center; -ms-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; position: absolute; bottom: 0; }
.brand-spirit.partner .partner-spirit-grid .item:hover { color: #8b6941; }
.brand-spirit.partner .partner-spirit-grid .item:hover::after { -webkit-transform: scaleX(1.5); -moz-transform: scaleX(1.5); -ms-transform: scaleX(1.5); -o-transform: scaleX(1.5); transform: scaleX(1.5); border-bottom-color: #8b6941; }

@media (min-width: 992px) { .partner-box { height: 580px; } }
@media (min-width: 1200px) { .partner-box { height: 670px; } }

.partner-swiper { position: relative; }
.partner-swiper .swiper-slide { position: relative; }
@media (min-width: 992px) { .partner-swiper::after { content: ''; display: block; position: absolute; bottom: 0; left: 0; width: 100%; height: 170px; z-index: 3; background: linear-gradient(to top, white, transparent); } }

@media (min-width: 1400px) { .container-narrow { max-width: 1200px; } }

.evolution-swiper .swiper-thumb .thumb-item { padding-bottom: 30px; color: #333333; position: relative; }
.evolution-swiper .swiper-thumb .thumb-item .item-title { height: 50px; }
.evolution-swiper .swiper-thumb .thumb-item .item-dot { padding: 4px; width: 20px; height: 20px; border-radius: 50%; color: #ababab; border: 1px solid CurrentColor; margin: 1rem auto; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; position: relative; z-index: 2; }
.evolution-swiper .swiper-thumb .thumb-item .item-dot i { display: block; width: 10px; height: 10px; border-radius: 50%; background: CurrentColor; margin: 0 auto; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.evolution-swiper .swiper-thumb .thumb-item .item-dot i span { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; -webkit-transform-origin: center; -moz-transform-origin: center; -ms-transform-origin: center; -o-transform-origin: center; transform-origin: center; font-size: 12px; font-style: normal; color: #fff; display: block; font-weight: 100; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); line-height: 1; }
.evolution-swiper .swiper-thumb .thumb-item::after { content: ''; border-bottom: 1px solid #e9e9e9; position: absolute; width: 200%; height: 0; bottom: 55px; margin: auto; left: 0; right: 0; }
.evolution-swiper .swiper-thumb .thumb-item.swiper-slide-thumb-active { color: #8b6941; }
.evolution-swiper .swiper-thumb .thumb-item.swiper-slide-thumb-active .item-dot { /*width: 30px;
height: 30px;*/ -webkit-transform: scale(1.5); -moz-transform: scale(1.5); -ms-transform: scale(1.5); -o-transform: scale(1.5); transform: scale(1.5); color: CurrentColor; }
.evolution-swiper .swiper-thumb .thumb-item.swiper-slide-thumb-active .item-dot i { width: 100%; height: 100%; display: flex; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-transform: scale(1.5); -moz-transform: scale(1.5); -ms-transform: scale(1.5); -o-transform: scale(1.5); transform: scale(1.5); }
.evolution-swiper .swiper-thumb .thumb-item.swiper-slide-thumb-active .item-dot i span { -webkit-transform: scale(0.5); -moz-transform: scale(0.5); -ms-transform: scale(0.5); -o-transform: scale(0.5); transform: scale(0.5); }

/*----about end----*/
/*------contact start ---------*/
.c-section .sec-title { font-size: 50px; color: #333333; }
.c-section .sec-desc { line-height: 2; }
.c-section.section-contact .contact-tel strong { color: #333333; }
.c-section.section-contact .qrcode-box .qrcode-item { text-align: center; width: 140px; }
.c-section.section-contact .qrcode-box .qrcode-item .qrcode-img { border: 1px solid #eee; }
.c-section.section-contact .qrcode-box .qrcode-item p { padding-top: .5rem; font-size: 14px; }
.c-section.section-message .message-form #verifyImg { width: 80px; cursor: pointer; }
.c-section.section-message .message-form label { color: #999999; padding: .25rem; }
.c-section.section-message .message-form .input-text { border: none; padding: .25rem .875rem; }
.c-section.section-message .message-form .input-text:focus { outline: none; }
@media (max-width: 575.98px) { .c-section.section-message .message-form .input-text.captcha { max-width: 32%; } }
.c-section.section-message .message-form .input-group-append svg { width: 20px; height: 20px; }
.c-section.section-message .message-form .input-group-append svg path { fill: #a5a5a5; }
.c-section.section-message .message-form .submit { position: relative; padding-right: 1.5rem; padding-left: 1rem; }
.c-section.section-message .message-form .submit::after, .c-section.section-message .message-form .submit::before { content: ''; display: block; width: 8px; height: 0; border-bottom: 1px solid CurrentColor; position: absolute; margin: auto; top: 0; bottom: 0; right: 5px; -webkit-transform-origin: right center; -moz-transform-origin: right center; -ms-transform-origin: right center; -o-transform-origin: right center; transform-origin: right center; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.c-section.section-message .message-form .submit::after { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.c-section.section-message .message-form .submit::before { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
.c-section.section-message .message-form .submit:hover::after, .c-section.section-message .message-form .submit:hover::before { right: 0; }

/*------contact end -----------*/
/*
鼠标效果
*/
.cur_point_w { position: fixed; left: 0; top: 0; bottom: 0; right: 0; z-index: 200; }

.cur_point_e { --color:#694c3a; width: 2rem; height: 2rem; margin-left: -1rem; margin-top: -1rem; border-radius: 100px; }
.cur_point_e svg { position: absolute; width: 100%; height: 100%; fill: none; stroke: #ffffff; stroke-width: 1px; transition: 0.3s; }
.cur_point_e svg circle { stroke-dasharray: 1000; stroke-dashoffset: 1000; }
.cur_point_e .cur_point_ee { width: 100%; height: 100%; border-radius: 100px; border: 2px solid var(--color); background: var(--color); transition: 0.3s; transform: perspective(1000px) translate3d(0, 0, -2500px); }

.cur_on .cur_point_ee { background: rgba(255, 255, 255, 0); border: 1px solid #694c3a; transition: 0.3s; transform: perspective(1000px) translate3d(0, 0, 0px); }

/*代理政策*/
.agency-page .agency .agency-title { font-size: 48px; color: #694c3a; font-weight: bold; text-transform: uppercase; }
.agency-page .agency .agency-desc { color: #282828; font-size: 20px; line-height: 2; padding-bottom: 2rem; }
.agency-page .agency .agency-desc::after { content: ''; display: block; width: 60px; border-bottom: 2px solid #694c3a; margin-top: 2rem; }
.agency-page .agency .agency-img { background: #694c3a; }
@media (min-width: 992px) { .agency-page .agency .agency-img { --mdb-aspect-ratio: calc(376/438 * 100%); } }
@media (min-width: 1200px) { .agency-page .agency .agency-img { --mdb-aspect-ratio: calc(376/270 * 100%); } }
@media (min-width: 1400px) { .agency-page .agency .agency-img { --mdb-aspect-ratio: calc(376/438 * 100%); } }
.agency-page .agency .agency-info p { color: #282828; margin-bottom: 2rem; line-height: 36px; font-size: 15px; }
.agency-page .agency-level .level-item .item-head .head-icon { background-color: #694c3a; color: #ffffff; font-size: 16px; font-family: 'Bahnschrift'; width: 60px; height: 60px; border-radius: 50%; text-align: center; line-height: 60px; text-transform: uppercase; }
.agency-page .agency-level .level-item .item-head .head-name { font-size: 26px; color: #694c3a; position: relative; }
.agency-page .agency-level .level-item .item-head .head-name::after { content: attr(data-title); position: absolute; top: -8px; font-family: 'Manrope3-bold'; color: #e8e8e8; text-transform: uppercase; width: 160%; left: 10px; z-index: -1; font-size: 22px; }
.agency-page .agency-level .level-item .item-con { padding-top: 1rem; }
.agency-page .agency-level .level-item .item-con p { line-height: 36px; }
