@charset "UTF-8";
@import url("../font/bahnschrift/bahnschrift.css");
@import url("../font/DIN/DIN.css");
@media (prefers-reduced-motion: no-preference) { :root { scroll-behavior: unset; } }
body { --theme-color: #005ad2; --theme-red: #d3301d; --theme-blue:#054988; color: #666666; }

/*滚动条样式*/
@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; } }
/*选中样式*/
::selection { background: var(--theme-color); color: #ffffff; }

::-moz-selection { background: var(--theme-color); color: #ffffff; }

::selection { background: var(--theme-color); color: #ffffff; }

::-moz-selection { background: var(--theme-color); color: #ffffff; }

.iconfont { font-size: initial; }

.nobg { background: none !important; backdrop-filter: unset !important; }

.no-pictrue svg { width: 5rem; height: 5rem; }
.no-pictrue svg path { fill: #999; }

.bg1 { background-color: #f4f5f7 !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-color); }
.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; }

a:hover { color: var(--theme-color); }

.ratio-partner { --bs-aspect-ratio: calc(140 / 240 * 100%); }

@media (min-width: 1680px) { .container { max-width: 1424px; } }
.header { background-color: rgba(255, 255, 255, 0.9); -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; position: fixed; z-index: 99; height: auto; width: 100%; }
@media (min-width: 992px) { .header { height: 95px; } }
@media (max-width: 575.98px) { .header .logo .logo-wrap > img { height: 40px; } }
@media (max-width: 1679.98px) { .header .logo .logo-wrap > img { height: 45px; } }
.header .logo .logo-wrap .logo-info .logo-brief { font-size: 20px; color: #333333; }
.header .logo .logo-wrap .logo-info .logo-brief-desc { color: #666666; }
.header .logo img { -webkit-transition: all .8s; -moz-transition: all .8s; -ms-transition: all .8s; -o-transition: all .8s; transition: all .8s; }
.header .nav { flex: 1; }
.header .nav ul { width: 100%; }
.header .nav ul li { position: relative; }
.header .nav ul li::after { content: ''; display: block; position: absolute; width: 100%; height: 4px; left: 0; right: 0; bottom: 0; background-color: var(--theme-red); -webkit-transition: transform .3s,color .3s; -moz-transition: transform .3s,color .3s; -ms-transition: transform .3s,color .3s; -o-transition: transform .3s,color .3s; transition: transform .3s,color .3s; -webkit-transform: scale(0, 1); -moz-transform: scale(0, 1); -ms-transform: scale(0, 1); -o-transform: scale(0, 1); transform: scale(0, 1); transform-origin: left center; }
.header .nav ul li:hover::after, .header .nav ul li.active::after { -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); -ms-transform: scale(1, 1); -o-transform: scale(1, 1); transform: scale(1, 1); transform-origin: right center; }
.header .nav ul li:hover a, .header .nav ul li.active a { color: var(--theme-red); }
.header .header-tel .tel-info { margin-left: .625rem; flex: 1; }
.header .header-tel .tel-info .tel-head { font-size: 12px; color: #808080; }
.header .header-tel .tel-info .tel-num { color: var(--theme-color); }
.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: var(--theme-red); font-size: 24px; font-family: Impact; }
.header .header-tel .tel-icon { vertical-align: text-bottom; }
.header .header-tel .tel-icon svg { width: 1.5rem; height: auto; fill: var(--theme-red); }
.header.header-min { position: fixed; top: 0; -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.04); -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.04); box-shadow: 0 4px 8px rgba(0, 0, 0, 0.04); }
@media (min-width: 992px) { .header.header-min { height: 80px; } }
.header .menu-icon { width: 100px; height: 100px; background-color: var(--theme-color); color: #ffffff; position: relative; cursor: pointer;     /*span{ position: relative;
 } svg{ width: 35%; height: 35%; margin: auto; position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 2; fill: #ffffff; }*/ }
.header .menu-icon span { position: absolute; width: 40%; height: 2px; color: #FFFFFF; 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; }
.header .menu-icon span::before, .header .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; }
.header .menu-icon span::before { top: 600%; }
.header .menu-icon span::after { bottom: 600%; }
.header .menu-icon.open span { background-color: unset; }
.header .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; }
.header .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: 1199.98px) { .header .menu-icon { width: 80px; height: 80px; } }
@media (max-width: 575.98px) { .header { height: 60px; }
  .header .logo .logo-wrap .logo-icon { text-align: center; }
  .header .logo .logo-wrap .logo-name { font-size: 20px; }
  .header .logo .logo-wrap .logo-desc { font-size: 12px; line-height: 1; }
  .header .menu-icon { width: 60px; height: 60px; } }
@media (min-width: 1400px) { .header .logo { width: 27%; }
  .header .header-right { width: 70%; } }
@media (min-width: 1680px) { .header .container { max-width: 1560px; } }

.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); }

@media (max-width: 992px) { .banner-swiper img { max-width: initial; width: 153%; transform: translateX(-17.5%); } }

.sbanner { height: 360px; overflow: hidden; position: relative; z-index: 9; background-position: center; background-size: cover; background-repeat: no-repeat; }

.footer { background-color: #181818; font-size: 14px; position: relative; z-index: 9; }
.footer .footer-top { border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
.footer .footer-top .footer-contact p { color: #ffffff; }
.footer .footer-top .footer-contact p.tel { color: var(--theme-red); font-family: Impact; font-size: 24px; }
.footer .footer-top .footer-contact .contact-icon .icon { width: 45px; height: 45px; padding: 5px; background-color: #363636; }
.footer .footer-top .footer-contact .contact-icon .icon svg { height: 100%; width: 100%; fill: #fff; }
.footer .footer-top .footer-contact .contact-icon .icon.icon-tel { background-color: #0967d9; }
.footer .footer-top .footer-nav dl { border-left: 1px dotted #333333; padding-left: 9%; flex: 0 0 33.333%; max-width: 33.333%; }
.footer .footer-top .footer-nav dl dt { margin-bottom: 1rem; color: #ffffff; font-size: 16px; }
.footer .footer-top .footer-nav dl dd { line-height: 2; }
.footer .footer-top .footer-nav dl:last-child { border-right: 1px dotted #333333; }
.footer .footer-top .footer-qrcodes .qrcode { width: 48%; background-color: #696969; padding: 15px; text-align: center; color: #ffffff; }
.footer .footer-middle h3 { color: #FFFFFF; }
.footer .footer-middle p.footer-mid-desc { color: #cdcdcd; }
.footer a { color: #FFFFFF; opacity: .4; -webkit-transition: opacity .3s; -moz-transition: opacity .3s; -ms-transition: opacity .3s; -o-transition: opacity .3s; transition: opacity .3s; }
.footer a:hover { opacity: .8; }
.footer .footer-box dt { font-size: 18px; position: relative; color: #FFFFFF; font-weight: normal; }
.footer .footer-box dt::after { content: ''; display: block; width: 1.5rem; height: 2px; background-color: var(--theme-color); margin: .5rem 0; }
.footer .footer-box dd .footer-nav { line-height: 2; }
.footer .contact-box p { line-height: 2; color: #FFFFFF; opacity: .4; -webkit-transition: opacity .3s; -moz-transition: opacity .3s; -ms-transition: opacity .3s; -o-transition: opacity .3s; transition: opacity .3s; }
.footer .contact-box p:hover { opacity: .8; }
.footer .contact-right .content-info .contact-btn { background-color: #323232; color: #FFFFFF; font-size: 14px; opacity: 1; display: inline-block; padding: .725rem 1.625rem; border-radius: 3px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.footer .contact-right .content-info .contact-btn:hover { background-color: var(--theme-color); }
.footer .contact-right .content-info .tips { color: #FFFFFF; font-size: 14px; }
.footer .contact-right .content-info .tel .tel-num { color: var(--theme-color); font-size: 30px; }
.footer .contact-right .content-qrcode .qrcode-img { width: 80%; margin: 0 auto; background-color: #fff; border-radius: 3px; overflow: hidden; }
.footer .contact-right .content-qrcode p { color: #818181; font-size: 14px; line-height: 2.2; }
.footer .footer-bottom { border-top: 1px solid #393939; }

.location-box { background-color: #f5f6f8; position: relative; z-index: 2; border-bottom: 1px solid #eee; }
.location-box .channel-nav li { position: relative; }
.location-box .channel-nav li::after { content: ''; position: absolute; width: 100%; height: 0; border-bottom: 2px solid var(--theme-color); bottom: 0; left: 0; -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); -webkit-transform-origin: right center; -moz-transform-origin: right center; -ms-transform-origin: right center; -o-transform-origin: right center; transform-origin: right center; }
.location-box .channel-nav li:hover, .location-box .channel-nav li.on { color: var(--theme-color); }
.location-box .channel-nav li:hover::after, .location-box .channel-nav li.on::after { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(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; }
.location-box .channel-nav li a { display: inline-block; padding: 3px 10px; border-radius: 3px; margin: 0 10px; color: currentColor; }
.location-box .page-crumbs { color: #999999; font-size: 14px; }
.location-box .page-crumbs a { color: #999999; }
.location-box .page-crumbs svg { width: 54px; height: 20px; }
.location-box .page-crumbs svg path { fill: #999999; }

.leftbar .category-name { background: var(--theme-color); color: #ffffff; font-size: 24px; line-height: 1; position: relative; }
.leftbar .category-name svg path { fill: #FFFFFF; }
.leftbar .category-name .line { border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
.leftbar .category-name span { position: relative; z-index: 2; }
@media (min-width: 992px) { .leftbar .category-name::before { content: attr(data-title); text-transform: uppercase; font-size: 80px; color: #ffffff; opacity: .05; position: absolute; bottom: 0; left: 0; right: 0; font-family: impact; line-height: 1; bottom: -40%; } }
@media (min-width: 1400px) { .leftbar .category-name { padding-top: 1.313rem !important; padding-bottom: 1.313rem !important; }
  .leftbar .category-name::before { font-size: 80px; } }
.leftbar .category-nav li { background-color: #f5f6f8; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.leftbar .category-nav li .icon { display: inline-block; width: 22px; height: 22px; position: relative; vertical-align: middle; }
.leftbar .category-nav li .icon svg { -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; width: 70%; height: 70%; }
.leftbar .category-nav li .icon svg path { fill: #666666; }
.leftbar .category-nav li span { display: inline-block; vertical-align: middle; }
.leftbar .category-nav li:hover, .leftbar .category-nav li.on { background-color: var(--theme-color); }
.leftbar .category-nav li:hover a, .leftbar .category-nav li.on a { color: #ffffff; }
.leftbar .category-nav li:hover .icon, .leftbar .category-nav li.on .icon { background-color: #FFFFFF; border-radius: 50%; }
.leftbar .category-nav li:hover .icon svg, .leftbar .category-nav li.on .icon svg { -webkit-transform: translateX(2px); -moz-transform: translateX(2px); -ms-transform: translateX(2px); -o-transform: translateX(2px); transform: translateX(2px); }
.leftbar .category-nav li:hover .icon svg path, .leftbar .category-nav li.on .icon svg path { fill: #333333; }
.leftbar .category-nav li:last-child a { margin-bottom: 0 !important; }

.leftContact .contact-head { border-bottom: 1px solid #f4f4f4; }
.leftContact .contact-head .head-icon { background-color: var(--theme-color); width: 45px; margin-right: 3%; }
.leftContact .contact-head .head-icon svg { max-width: 60%; }
.leftContact .contact-head .head-icon svg path { fill: #FFFFFF; }
.leftContact .contact-head .head-info p:nth-child(1) { font-size: 14px; }
.leftContact .contact-head .head-info .tel-num { font-size: 24px; color: var(--theme-color); line-height: 1; }
.leftContact .contact-content p { line-height: 2; }

.service-bar { background: url("../Image/servicebar-bg.jpg") center/cover no-repeat; }
.service-bar .service-item { color: #ffffff; }
.service-bar .service-item:not(:first-child) .item-wrap::before { content: ''; display: block; position: absolute; margin: auto; top: 0; bottom: 0; height: 50%; width: 0; left: 0; border-left: 1px solid rgba(255, 255, 255, 0.2); }
.service-bar .service-item .item-wrap { position: relative; }
.service-bar .service-item .item-icon { width: 52px; height: 52px; }
.service-bar .service-item .item-info { padding-left: 10px; }
.service-bar .service-item .item-info .item-name { font-weight: bold; }
.service-bar .service-item .item-info .item-desc { opacity: .5; font-size: 14px; }
.service-bar .service-item:nth-child(1) .item-icon { background: url("../Image/service-1.png") center/cover no-repeat; }
.service-bar .service-item:nth-child(2) .item-icon { background: url("../Image/service-2.png") center/cover no-repeat; }
.service-bar .service-item:nth-child(3) .item-icon { background: url("../Image/service-3.png") center/cover no-repeat; }
.service-bar .service-item:nth-child(4) .item-icon { background: url("../Image/service-4.png") center/cover no-repeat; }
.service-bar .service-item:nth-child(5) .item-icon { background: url("../Image/service-5.png") center/cover no-repeat; }

.ratio-420x526 { --bs-aspect-ratio: calc(526 / 420 * 100%); }

.ratio-420x255 { --bs-aspect-ratio: calc(255 / 420 * 100%); }

.ratio-860x255 { --bs-aspect-ratio: calc(255 / 860 * 100%); }

.main-body { position: relative; z-index: 1; }

.index-grid .item .overlay .item-name { color: #ffffff; font-size: 24px; padding: 30px 40px; z-index: 2; background-color: rgba(0, 0, 0, 0.5); }

.cases-swiper .cases-swiper-next, .cases-swiper .cases-swiper-prev { position: absolute; margin: auto; z-index: 3; top: 0; bottom: 0; width: 40px; height: 85px; background-color: rgba(0, 0, 0, 0.5); display: flex; align-items: center; justify-content: center; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.cases-swiper .cases-swiper-next svg, .cases-swiper .cases-swiper-prev svg { width: 1.8rem; height: 1.8rem; }
.cases-swiper .cases-swiper-next svg path, .cases-swiper .cases-swiper-prev svg path { fill: #ffffff; }
.cases-swiper .cases-swiper-next:hover, .cases-swiper .cases-swiper-prev:hover { background-color: rgba(43, 113, 117, 0.8); }
.cases-swiper .cases-swiper-next { right: 0; }
.cases-swiper-title { font-size: 24px; text-align: center; z-index: 2; position: absolute; margin: auto; left: 0; right: 0; top: 12%; }
.cases-swiper-title .title-wrap { border: 1px solid rgba(255, 255, 255, 0.5); padding: 8px; display: inline-block; }
.cases-swiper-title span { display: inline-block; padding: 15px 20px; background-color: rgba(43, 113, 117, 0.9); color: #ffffff; }

.index-category-nav li a { color: #666666; }
.index-category-nav li a i { display: inline-block; width: 20px; height: 20px; background-color: #73777d; position: relative; border-radius: 50%; margin-left: .5rem; vertical-align: middle; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.index-category-nav li a i::before, .index-category-nav li a i::after { content: ''; display: block; position: absolute; width: 30%; height: 0; border-bottom: 1px solid #ffffff; margin: auto; top: 0; bottom: 0; left: 0; right: 0; -webkit-transform-origin: right center; -moz-transform-origin: right center; -ms-transform-origin: right center; -o-transform-origin: right center; transform-origin: right center; }
.index-category-nav li a i::before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.index-category-nav li a i::after { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
@media (max-width: 575.98px) { .index-category-nav li { flex: 0 auto; width: 50%; } }
.index-category-nav li:hover a { color: #333333; }
.index-category-nav li:hover a i { background-color: #d1200d; }

.hot-pro-swiper .item .item-tool { margin-top: 8%; }
.hot-pro-swiper .item .item-tool .item-name { border: 1px solid #005ad2; color: #666666; padding: 3%; text-align: center; position: relative; -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; }
.hot-pro-swiper .item .item-tool .item-name::after { position: absolute; z-index: -1; content: ''; width: 100%; height: 100%; top: 0; left: 0; background-color: #005ad2; -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 center; -moz-transform-origin: right center; -ms-transform-origin: right center; -o-transform-origin: right center; transform-origin: right center; }
.hot-pro-swiper .item .item-tool .item-btn { background-color: #005ad2; color: #ffffff; padding: 3%; position: relative; border: 1px solid #005ad2; }
.hot-pro-swiper .item .item-tool .item-btn::after { position: absolute; content: ''; width: 100%; height: 100%; top: 0; left: 0; background-color: #005ad2; -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 center; -moz-transform-origin: left center; -ms-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; z-index: -1; }
.hot-pro-swiper .item .item-tool .item-btn a { color: #ffffff; text-align: center; display: block; }
.hot-pro-swiper .item:hover .item-tool .item-name { color: #ffffff; }
.hot-pro-swiper .item:hover .item-tool .item-name a { color: #ffffff; }
.hot-pro-swiper .item:hover .item-tool .item-name::after { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); }
.hot-pro-swiper .item:hover .item-tool .item-btn { border: 1px solid #005ad2; background-color: transparent; }
.hot-pro-swiper .item:hover .item-tool .item-btn::after { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(0); }
.hot-pro-swiper .item:hover .item-tool .item-btn a { color: #005ad2; }

.section { padding: 2% 0; }
.section .sec-head { padding-bottom: 1.5%; }
.section .sec-head .sec-name { font-size: 24px; color: #333333; }
@media (min-width: 1400px) { .section .sec-head .sec-name { font-size: 36px; } }
.section .sec-head .sec-desc { color: #666666; }
.section .sec-head .sec-line { width: 240px; border-bottom: 1px solid #eeeeee; position: relative; margin: 1rem auto; }
.section .sec-head .sec-line::after { content: ''; position: absolute; height: 2px; background-color: #666666; width: 40px; margin: auto; left: 0; right: 0; bottom: 0; top: 0; }
.section .sec-more a { display: inline-block; position: relative; color: var(--theme-color); line-height: 1; }
.section .sec-more a span { position: relative; z-index: 2; }
.section .sec-more a::after { content: ''; border-bottom: 4px solid rgba(199, 145, 39, 0.3); opacity: .4; position: absolute; bottom: 0; left: 0; z-index: 0; right: 0; margin: auto; -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; }
.section .sec-more a:hover::after { -webkit-transform-origin: left center; -moz-transform-origin: left center; -ms-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); }
.section.sec-service { background: url("../Image/sec-service-bg.jpg") top center no-repeat; }
.section.sec-service .service-head p { color: #ffffff; }
.section.sec-service .service-head p:nth-child(1) { font-size: 36px; }
.section.sec-service .service-head p:nth-child(2) { font-weight: bold; font-size: 48px; }
.section.sec-service .service-head p:nth-child(3) { font-size: 18px; }
@media (max-width: 575.98px) { .section.sec-service .service-head p:nth-child(1) { font-size: 24px; }
  .section.sec-service .service-head p:nth-child(2) { font-size: 32px; }
  .section.sec-service .service-head p:nth-child(3) { font-size: 14px; } }
.section.sec-category-grid { background: url("../Image/sec-pro-bg.jpg") center/cover no-repeat; }
.section.sec-about { background: url("../Image/sec-about-bg.jpg") center/cover no-repeat fixed; }
.section.sec-about .sec-head .sec-name { color: #ffffff; }
.section.sec-about .sec-head .sec-desc { color: #ffffff; }
.section.sec-about .company_name { font-size: 24px; font-weight: bold; color: #333333; }
.section.sec-about .about-content { color: #999999; font-size: 14px; line-height: 28px; }
.section.sec-about .about-more { border: 1px solid #005ad2; color: #333; font-size: 14px; position: relative; display: inline-block; overflow: hidden; }
.section.sec-about .about-more span { position: relative; z-index: 2; }
.section.sec-about .about-more::after { content: ''; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: #005ad2; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); }
.section.sec-about .about-more:hover { color: #ffffff; }
.section.sec-about .about-more:hover::after { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }

.service-pc .service-wrap { position: relative; padding: 15% 0 0; }
.service-pc .service-wrap .service-item { position: absolute; z-index: 3; margin-top: 15px; }
.service-pc .service-wrap .service-item .item-wrap { color: #ffffff; }
.service-pc .service-wrap .service-item .item-wrap .item-icon { width: 80px; height: 80px; border-radius: 50%; background-color: #fff; position: relative; }
.service-pc .service-wrap .service-item .item-wrap .item-icon img { display: block; position: absolute; margin: auto; top: 0; left: 0; right: 0; bottom: 0; }
.service-pc .service-wrap .service-item .item-wrap .item-info { flex: 1; }
.service-pc .service-wrap .service-item .item-wrap .item-info .item-name { font-size: 30px; }
.service-pc .service-wrap .service-item .item-wrap .item-info .item-desc { font-size: 14px; }
.service-pc .service-wrap .service-item:nth-child(1) { width: 380px; bottom: 40%; left: 3%; }
.service-pc .service-wrap .service-item:nth-child(2) { width: 290px; top: 20%; left: 10%; }
.service-pc .service-wrap .service-item:nth-child(3) { width: 400px; left: 40%; top: 7%; }
.service-pc .service-wrap .service-item:nth-child(4) { width: 290px; right: 5%; top: 25%; }
.service-pc .service-wrap .service-item:nth-child(5) { right: 0; bottom: 36%; }
.service-pc .service-wrap .service-img { width: 23.2vw; }
@media (max-width: 1399.98px) { .service-pc .service-wrap { padding-bottom: 5%; } }
@media (max-width: 1199.98px) { .service-pc .service-wrap .service-item .item-wrap .item-icon { width: 60px; height: 60px; }
  .service-pc .service-wrap .service-item .item-wrap .item-info .item-name { font-size: 24px; }
  .service-pc .service-wrap .service-item .item-wrap .item-info .item-desc { font-size: 14px; }
  .service-pc .service-wrap .service-img { margin-top: 5%; } }
@media (max-width: 991.98px) { .service-pc .service-wrap .service-lists { position: relative; }
  .service-pc .service-wrap .service-item { position: initial; }
  .service-pc .service-wrap .service-img { position: absolute; right: 0; bottom: 0; margin: auto; width: 40vw; } }
@media (max-width: 767.98px) { .service-pc .service-wrap { padding: 5% 0 5%; }
  .service-pc .service-wrap .service-item { width: 100% !important; } }

.choose-list .choose-item { margin-top: 50px; position: relative; }
.choose-list .choose-item .item-text { position: relative; }
.choose-list .choose-item .item-text::after { content: ''; display: block; position: absolute; left: 0; height: 100%; right: 0; top: 0; -webkit-transform: scaleX(0.9411); -moz-transform: scaleX(0.9411); -ms-transform: scaleX(0.9411); -o-transform: scaleX(0.9411); transform: scaleX(0.9411); -webkit-transform-origin: left center; -moz-transform-origin: left center; -ms-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; background-color: #f5f5f5; }
.choose-list .choose-item .item-wrap { position: relative; z-index: 2; height: 100%; padding-top: 90px; }
.choose-list .choose-item .item-num { background-color: #333333; color: #ffffff; font-family: Impact; width: 90px; height: 90px; text-align: center; margin-top: -18px; font-size: 56px; position: absolute; top: 0; }
.choose-list .choose-item .item-num::before { content: ''; border-top: 4px solid var(--theme-red); display: block; width: 100%; height: 0; }
.choose-list .choose-item .item-name { color: #333333; font-size: 30px; line-height: 2; }
@media (max-width: 575.98px) { .choose-list .choose-item .item-name { font-size: 24px; } }
.choose-list .choose-item .item-desc { min-height: 185px; padding-bottom: 20px; }
.choose-list .choose-item .item-desc .desc-item { position: relative; padding-left: 20px; line-height: 2; }
.choose-list .choose-item .item-desc .desc-item::before { content: ''; width: 7px; height: 7px; display: block; border-radius: 50%; background-color: var(--theme-red); position: absolute; top: 12px; left: 6px; }
.choose-list .choose-item .item-img { position: relative; }
.choose-list .choose-item .item-img .img-blank { position: relative; right: 0; top: 0; }
.choose-list .choose-item .item-img img { position: absolute; width: 113%; top: -20px; }
.choose-list .choose-item:nth-child(odd) .item-wrap { padding-right: 13%; }
.choose-list .choose-item:nth-child(odd) .item-img img { right: 0; }
.choose-list .choose-item:nth-child(even) .item-num { right: 0; }
.choose-list .choose-item:nth-child(even) .item-wrap { padding-left: 13%; }
.choose-list .choose-item:nth-child(even) .item-img { left: 0; }
.choose-list .choose-item:nth-child(even) .item-text::after { -webkit-transform-origin: right center; -moz-transform-origin: right center; -ms-transform-origin: right center; -o-transform-origin: right center; transform-origin: right center; }
@media (max-width: 991.98px) { .choose-list .choose-item .img-blank { display: none; }
  .choose-list .choose-item .item-img img { position: initial; width: 100%; }
  .choose-list .choose-item .item-wrap { padding-left: 0 !important; padding-right: 0 !important; }
  .choose-list .choose-item .item-text::after { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); } }

.scheme-container { padding: 3% 0; background-color: #eeeeee; }
.scheme-container .scheme-head { position: relative; padding-bottom: 10px; }
.scheme-container .scheme-head::after { content: ''; height: 18px; background-color: #fff; position: absolute; bottom: 0; width: 80%; left: 0; }
.scheme-container .scheme-head .scheme-logo { position: relative; width: 61%; z-index: 2; }
.scheme-container .scheme-head p { position: absolute; margin: auto; font-size: 36px; line-height: 1; height: 36px; top: 0; bottom: 0; color: #333333; z-index: 3; }
@media (max-width: 575.98px) { .scheme-container .scheme-head p { font-size: 24px; } }
.scheme-container .scheme-list .scheme-item .item-wrap { background-color: #fff; padding: 8px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.scheme-container .scheme-list .scheme-item .item-wrap .item-icon { width: 50px; height: 50px; border-radius: 50%; background-color: #ffffff; position: relative; background-color: #333333; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.scheme-container .scheme-list .scheme-item .item-wrap .item-icon img { position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; filter: grayscale(100%) brightness(100); }
.scheme-container .scheme-list .scheme-item .item-wrap .item-name { font-size: 18px; color: #333333; padding: 5%; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.scheme-container .scheme-list .scheme-item:nth-child(odd) .item-wrap { border-top-right-radius: 0 !important; border-bottom-right-radius: 0 !important; }
.scheme-container .scheme-list .scheme-item:nth-child(even) .item-wrap { flex-direction: row-reverse; border-top-left-radius: 0 !important; border-bottom-left-radius: 0 !important; }
@media (max-width: 575.98px) { .scheme-container .scheme-list .scheme-item .item-wrap .item-icon { width: 40px; height: 40px; }
  .scheme-container .scheme-list .scheme-item .item-wrap .item-name { font-size: 12px; } }
.scheme-container .scheme-list .scheme-item:hover .item-wrap { background-color: #d1200d; }
.scheme-container .scheme-list .scheme-item:hover .item-wrap .item-icon { -webkit-animation: swing 1s; -o-animation: swing 1s; animation: swing 1s; background-color: #ffffff; }
.scheme-container .scheme-list .scheme-item:hover .item-wrap .item-icon img { filter: grayscale(0%) brightness(1); }
.scheme-container .scheme-list .scheme-item:hover .item-wrap .item-name { color: #ffffff; }

.about-param { margin: 3% 0; }
.about-param .grid-param { flex: 1; text-align: center; position: relative; }
.about-param .grid-param:nth-child(2)::before, .about-param .grid-param:nth-child(2)::after { content: ''; position: absolute; top: 0; bottom: 0; margin: auto; height: 80%; width: 1px; background-color: #dddddd; }
.about-param .grid-param:nth-child(2)::before { left: 0; }
.about-param .grid-param:nth-child(2)::after { right: 0; }
.about-param .grid-param .param-wrap .param-head { color: #333333; }
.about-param .grid-param .param-wrap .param-head strong { font-size: 48px; font-family: Impact; }
.about-param .grid-param .param-wrap .param-head span { vertical-align: top; font-size: 14px; }
.about-param .grid-param .param-wrap p { text-align: center; line-height: 2; }
.about-param .grid-param:hover .param-wrap .param-head strong { color: var(--theme-red); }

.primary-news .news-img img { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.primary-news .news-caption { background-color: #f9f9f9; }
.primary-news .news-caption .news-time { color: var(--theme-blue); flex: 0 0 auto; width: 12%; margin-right: 3%; font-family: DIN; text-align: center; }
.primary-news .news-caption .news-time .date { font-size: 60px; line-height: 1; }
.primary-news .news-caption .news-time .year-month { border-top: 1px solid #e7e7e7; }
@media (max-width: 575.98px) { .primary-news .news-caption .news-time .data { font-size: 38px; }
  .primary-news .news-caption .news-time .year-month { font-size: 12px; line-height: 2; } }
.primary-news .news-caption .news-info { flex: 1; padding-left: 3%; padding-right: 3%; border-left: 1px solid #e2e2e2; border-right: 1px solid #e2e2e2; }
.primary-news .news-caption .news-info .news-title { font-size: 20px; color: #333333; }
.primary-news .news-caption .news-info .news-desc { font-size: 14px; line-height: 24px; }
.primary-news .news-caption .news-more { flex: 0 0 auto; width: 10%; }
.primary-news .news-caption .news-more i { position: relative; width: 20px; display: block; margin: 0 auto; }
.primary-news .news-caption .news-more i::before, .primary-news .news-caption .news-more i::after { content: ''; display: block; height: 0; width: 100%; border-bottom: 1px solid var(--theme-blue); -webkit-transform-origin: right center; -moz-transform-origin: right center; -ms-transform-origin: right center; -o-transform-origin: right center; transform-origin: right center; }
.primary-news .news-caption .news-more i::before { -webkit-transform: rotateZ(45deg); -moz-transform: rotateZ(45deg); -ms-transform: rotateZ(45deg); -o-transform: rotateZ(45deg); transform: rotateZ(45deg); }
.primary-news .news-caption .news-more i::after { -webkit-transform: rotateZ(-45deg); -moz-transform: rotateZ(-45deg); -ms-transform: rotateZ(-45deg); -o-transform: rotateZ(-45deg); transform: rotateZ(-45deg); }
.primary-news:hover .news-img img { -webkit-transform: scale(1.05) rotateZ(3deg); -moz-transform: scale(1.05) rotateZ(3deg); -ms-transform: scale(1.05) rotateZ(3deg); -o-transform: scale(1.05) rotateZ(3deg); transform: scale(1.05) rotateZ(3deg); }

.news-thumb-list .news-item { border-bottom: 1px solid #e5e5e5; }
.news-thumb-list .news-item .item-thumb { overflow: hidden; }
.news-thumb-list .news-item .item-thumb img { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.news-thumb-list .news-item .item-info .item-title { font-size: 18px; font-weight: bold; color: #484848; }
.news-thumb-list .news-item .item-info .item-desc { font-size: 14px; line-height: 2; color: #666666; }
.news-thumb-list .news-item .item-info .item-time { font-size: 14px; color: #999999; }
.news-thumb-list .news-item:not(:first-child) { margin-top: 1.5rem; }
.news-thumb-list .news-item:hover .item-thumb 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-thumb-list .news-item:hover .item-info .item-title { color: var(--theme-color); }

.pro-list .item .item-wrap .item-name { border: 1px solid #f6f6f6; }
.pro-list .item .item-wrap .item-name a { display: block; font-size: 14px; }
.pro-list .item .item-wrap .item-caption .item-name { color: #333333; font-size: 18px; }
.pro-list .item .item-wrap .item-caption .item-attr p { font-size: 14px; color: #999999; }
.pro-list .item .item-wrap .item-more a { border: 1px solid #7d7d7d; color: #7d7d7d; background-color: #f4f5f7; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; font-size: 12px; padding: .45rem 1rem; }
.pro-list .item .item-wrap .item-more a:hover { background-color: #c79127; color: #FFFFFF; border-color: #c79127; }

.sec-nav .btn-group { position: relative; display: inline-flex; vertical-align: middle; width: 290px; margin-top: -1.3%; margin-left: auto; margin-right: auto; text-align: center; }
.sec-nav .btn-group .g-btn { cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border-radius: 2rem; position: relative; flex: 1 1 auto; display: block; background: #f4f4f4; border: 1px solid #999999; padding: 4%; color: #333333; font-size: .875rem; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.sec-nav .btn-group .g-btn:not(:first-child) { margin-left: -1px; border-top-left-radius: 0; border-bottom-left-radius: 0; border-left: 1px solid rgba(255, 255, 255, 0.5); }
.sec-nav .btn-group .g-btn:not(:last-child) { margin-left: -1px; border-top-right-radius: 0; border-bottom-right-radius: 0; }
.sec-nav .btn-group .g-btn.on { background-color: #333333; color: #ffffff; border-color: #333333; }
@media (min-width: 1200px) { .sec-nav .btn-group .g-btn { border-radius: 2.25rem; padding: 3%; text-align: center; } }

/*index advantage*/
.adv-box .adv-item .item-name { color: #252525; font-size: 30px; font-weight: bold; line-height: 2; }
.adv-box .adv-item .item-desc { color: #5a5a5a; line-height: 2; }
@media (max-width: 575.98px) { .adv-box .adv-item .item-name { font-size: 22px; }
  .adv-box .adv-item .item-desc { line-height: initial; } }

.con-swiper .item-img { background-color: #f4f5f7; }
.con-swiper .item-img img { max-height: 100%; max-width: 100%; display: block; margin: 0 auto; }

.box .box-head { border-bottom: 2px solid #e6e6e6; margin-bottom: .875rem; }
.box .box-head .head-name { position: relative; font-size: 24px; font-weight: bold; color: #333333; padding: .5rem 0; }
@media (max-width: 575.98px) { .box .box-head .head-name { font-size: 18px; } }
.box .box-head .head-name::after { content: ''; display: block; position: absolute; left: 0; bottom: -2px; width: 100%; border-bottom: 3px solid var(--theme-color); }
.box .box-head .head-more { font-size: 14px; }
.box .box-head .head-more a { color: #999999; }
.box .box-head .head-more:hover a { color: #333333; }

.news-card-list .card-item .item-wrap { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.news-card-list .card-item .news-img { margin-bottom: 1rem; }
.news-card-list .card-item .news-img .item-time { margin-bottom: -1rem; color: #ffffff; background-color: var(--theme-color); text-align: center; bottom: 0; padding: .5rem 1rem; }
.news-card-list .card-item .news-img .item-time .date { font-size: 36px; font-weight: bold; line-height: 1; }
.news-card-list .card-item .item-name { font-weight: bold; line-height: 2; }
.news-card-list .card-item .item-desc { font-size: 14px; color: #4e4e4e; }
.news-card-list .card-item:hover .item-wrap { -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.11); -moz-box-shadow: 0 0 18px rgba(0, 0, 0, 0.11); box-shadow: 0 0 18px rgba(0, 0, 0, 0.11); }
.news-card-list .card-item:hover .item-name a { color: var(--theme-color); }

.question-list .item { -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.11); -moz-box-shadow: 0 0 18px rgba(0, 0, 0, 0.11); box-shadow: 0 0 18px rgba(0, 0, 0, 0.11); margin: 1.2rem 0; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.question-list .item:last-child { margin-bottom: 0; }
.question-list .item .item-num { display: inline-block; vertical-align: middle; margin-right: .3rem; font-size: 18px; font-weight: bold; color: #a4a4a8; }

.section-honor-swiper { position: relative; z-index: 3; }
.section-honor-swiper .tab-prev-next .tab-prev, .section-honor-swiper .tab-prev-next .tab-next { position: absolute; margin: auto; top: 0; bottom: 0; width: 2.5rem; height: 2.5rem; }
.section-honor-swiper .tab-prev-next .tab-prev svg, .section-honor-swiper .tab-prev-next .tab-next svg { width: 100%; height: 100%; fill: #d2d2d2; -webkit-transition: fill .3s; -moz-transition: fill .3s; -ms-transition: fill .3s; -o-transition: fill .3s; transition: fill .3s; }
.section-honor-swiper .tab-prev-next .tab-prev:hover svg, .section-honor-swiper .tab-prev-next .tab-next:hover svg { fill: var(--theme-color); }
.section-honor-swiper .tab-prev-next .tab-prev { left: -4%; }
.section-honor-swiper .tab-prev-next .tab-next { right: -4%; }

.news-list .item { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.news-list .item .item-wrap { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.news-list .item .item-name { font-size: 20px; color: #333333; border-bottom: 1px dashed #e7e7e7; }
@media (max-width: 575.98px) { .news-list .item .item-name { font-size: 16px; } }
.news-list .item .item-tool { font-size: 14px; color: #999999; }
.news-list .item .item-tool a { color: #999999; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.news-list .item:hover .item-wrap { -webkit-transform: translateY(-2px); -moz-transform: translateY(-2px); -ms-transform: translateY(-2px); -o-transform: translateY(-2px); transform: translateY(-2px); -webkit-box-shadow: 0 10px 8px 0 rgba(0, 0, 0, 0.04); -moz-box-shadow: 0 10px 8px 0 rgba(0, 0, 0, 0.04); box-shadow: 0 10px 8px 0 rgba(0, 0, 0, 0.04); }
.news-list .item:hover .item-name { color: var(--theme-color); }
.news-list .item:hover .item-tool a { letter-spacing: 1px; color: #333333; }

.image-list .item .item-wrap { position: relative; overflow: hidden; }
.image-list .item .item-wrap .item-name { background-color: rgba(0, 90, 210, 0.8); position: absolute; left: 0; bottom: 0; width: 100%; color: #ffffff; }
.image-list .item .item-wrap .item-caption { position: relative; }
.image-list .item .item-wrap .item-caption .item-name { position: relative; z-index: 2; -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; }
.image-list .item .item-wrap .item-caption::after { z-index: 0; -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; background-color: var(--theme-color); content: ''; display: block; position: absolute; top: 0; left: 0; bottom: 0; width: 100%; height: 100%; -webkit-transform: scaleX(0) skewY(10deg); -moz-transform: scaleX(0) skewY(10deg); -ms-transform: scaleX(0) skewY(10deg); -o-transform: scaleX(0) skewY(10deg); transform: scaleX(0) skewY(10deg); -webkit-transform-origin: left center; -moz-transform-origin: left center; -ms-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; }
.image-list .item:hover .item-caption .item-name { color: #FFFFFF; }
.image-list .item:hover .item-caption::after { -webkit-transform: scaleX(1) skewY(0); -moz-transform: scaleX(1) skewY(0); -ms-transform: scaleX(1) skewY(0); -o-transform: scaleX(1) skewY(0); transform: scaleX(1) skewY(0); }

.company-page .about-sec { background-color: #f8f8f8; position: relative; }
.company-page .about-sec .about-title { font-size: 30px; }
.company-page .about-sec .about-profile { position: relative; }
.company-page .about-sec .about-profile::before { content: ''; width: 3px; height: 100%; background-color: var(--theme-color); margin-right: 5px; display: inline-block; position: absolute; }
.company-page .about-sec .about-profile strong { font-weight: bold; font-size: 24px; color: #333333; }
.company-page .about-sec .about-profile p { color: #999999; font-size: 14px; text-transform: uppercase; }
.company-page .about-sec .about-content { color: #666666; font-size: 14px; line-height: 2; }
@media (min-width: 1680px) { .company-page .about-sec::before { content: attr(data-title); font-family: Impact; font-size: 138px; color: #f1f1f1; position: fixed; left: 0; top: 0; z-index: 2; line-height: 1; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); -webkit-transform-origin: left bottom; -moz-transform-origin: left bottom; -ms-transform-origin: left bottom; -o-transform-origin: left bottom; transform-origin: left bottom; } }
@media (min-width: 1400px) { .company-page .about-img { padding-left: 8%; } }
.company-page .about-img .ratio { --bs-aspect-ratio: calc(467 / 608 * 100%); }
.company-page .about-content { line-height: 1.8; }
.company-page .about-content h3 { background-color: #f4f4f4; font-size: 20px; margin-top: .5rem; margin-bottom: .8rem; }
.company-page .about-content h3 strong { background-color: var(--theme-color); color: #FFFFFF; padding: .3rem .8rem; display: inline-block; font-weight: normal; }
.company-page .about-content img { max-width: 100%; }
.company-page .inner-section { padding: 4% 0; position: relative; }
.company-page .inner-section .sec-name { font-size: 30px; }
.company-page .inner-section.sec-cultrue, .company-page .inner-section.sec-honor { z-index: 2; }

.cultrue-box .item .item-wrap .item-img { position: relative; overflow: hidden; }
.cultrue-box .item .item-wrap .item-img .mark { position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-color: rgba(0, 90, 210, 0.8); -webkit-transition: transform 1s; -moz-transition: transform 1s; -ms-transition: transform 1s; -o-transition: transform 1s; transition: transform .5s; z-index: 0; -webkit-transform-origin: top center; -moz-transform-origin: top center; -ms-transform-origin: top center; -o-transform-origin: top center; transform-origin: top center; }
.cultrue-box .item .item-wrap .item-img .overlay { z-index: 1; position: absolute; width: 100%; height: 100%; top: 0; left: 0; color: #ffffff; opacity: 1; }
.cultrue-box .item .item-wrap .item-img .overlay .item-title { -webkit-transition-delay: .1s; -moz-transition-delay: .1s; -ms-transition-delay: .1s; -o-transition-delay: .1s; transition-delay: .1s; line-height: 2; font-size: 24px; }
.cultrue-box .item .item-wrap .item-img .overlay .item-desc { -webkit-transition-delay: .15s; -moz-transition-delay: .15s; -ms-transition-delay: .15s; -o-transition-delay: .15s; transition-delay: .15s; line-height: 1.8; text-align: center; }
.cultrue-box .item .item-wrap .item-caption { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.cultrue-box .item .item-wrap .item-caption .item-title { line-height: 2; color: #333333; font-size: 24px; }
.cultrue-box .item .item-wrap .item-caption .item-desc { color: #606060; line-height: 1.8; }
@media (min-width: 992px) { .cultrue-box .item .item-wrap .item-img .mark { -webkit-transform: scaleY(0); -moz-transform: scaleY(0); -ms-transform: scaleY(0); -o-transform: scaleY(0); transform: scaleY(0); }
  .cultrue-box .item .item-wrap .overlay { opacity: 0; }
  .cultrue-box .item .item-wrap .overlay .item-icon, .cultrue-box .item .item-wrap .overlay .item-title, .cultrue-box .item .item-wrap .overlay .item-desc { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; -webkit-transform: translateY(30%); -moz-transform: translateY(30%); -ms-transform: translateY(30%); -o-transform: translateY(30%); transform: translateY(30%); opacity: 0; }
  .cultrue-box .item:hover .item-wrap .item-img .mark { -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); -webkit-transform-origin: bottom; -moz-transform-origin: bottom; -ms-transform-origin: bottom; -o-transform-origin: bottom; transform-origin: bottom; }
  .cultrue-box .item:hover .item-wrap .overlay { opacity: 1; }
  .cultrue-box .item:hover .item-wrap .overlay .item-icon, .cultrue-box .item:hover .item-wrap .overlay .item-title, .cultrue-box .item:hover .item-wrap .overlay .item-desc { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
  .cultrue-box .item:hover .item-wrap .item-caption .item-title { color: var(--theme-color); } }

.styles-list .style-wight { --bs-aspect-ratio: calc(1.41 / 4 * 100%); }

/*单页名称*/
.page-head { border-bottom: 1px solid #eeeeee; background-color: #FFFFFF; }
.page-head .head-name { color: #333333; font-size: 18px; position: relative; }
.page-head .head-name::before { content: ''; position: absolute; height: 20px; width: 4px; background-color: var(--theme-color); margin: auto; top: 0; bottom: 0; left: 0; }

.goods-page .ratio-cate, .lists-page .ratio-cate { --bs-aspect-ratio: calc(218 / 183 * 100%); }
.goods-page .inner-section, .lists-page .inner-section { padding: 4% 0; position: relative; }
.goods-page .inner-section .sec-name, .lists-page .inner-section .sec-name { font-size: 30px; }
.goods-page .cateogry-nav .cat-item .item-wrap, .lists-page .cateogry-nav .cat-item .item-wrap { overflow: hidden; }
.goods-page .cateogry-nav .cat-item .item-wrap .cat-name, .lists-page .cateogry-nav .cat-item .item-wrap .cat-name { font-size: 18px; -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; }
.goods-page .cateogry-nav .cat-item .item-wrap .cat-img, .lists-page .cateogry-nav .cat-item .item-wrap .cat-img { position: absolute; bottom: 3%; right: -40%; width: 100%; -webkit-transition: right .3s; -moz-transition: right .3s; -ms-transition: right .3s; -o-transition: right .3s; transition: right .3s; }
.goods-page .cateogry-nav .cat-item .item-wrap .cat-more, .lists-page .cateogry-nav .cat-item .item-wrap .cat-more { width: 45px; border: 1px solid #dedede; position: absolute; bottom: 3%; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.goods-page .cateogry-nav .cat-item .item-wrap .cat-more svg, .lists-page .cateogry-nav .cat-item .item-wrap .cat-more svg { fill: #dedede; width: 60%; height: auto; position: absolute; margin: auto; top: 0; bottom: 0; right: 0; left: 0; }
.goods-page .cateogry-nav .cat-item:hover .item-wrap .cat-img, .lists-page .cateogry-nav .cat-item:hover .item-wrap .cat-img { right: -35%; }
.goods-page .cateogry-nav .cat-item:hover .item-wrap .cat-name, .lists-page .cateogry-nav .cat-item:hover .item-wrap .cat-name { -webkit-transform: translateX(5px); -moz-transform: translateX(5px); -ms-transform: translateX(5px); -o-transform: translateX(5px); transform: translateX(5px); }
.goods-page .cateogry-nav .cat-item:hover .item-wrap .cat-more, .lists-page .cateogry-nav .cat-item:hover .item-wrap .cat-more { border-color: #aebad8; background-color: #aebad8; }
.goods-page .cateogry-nav .cat-item:hover .item-wrap .cat-more svg, .lists-page .cateogry-nav .cat-item:hover .item-wrap .cat-more svg { fill: #ffffff; }
.goods-page .pro-lists .item .item-wrap .item-info .item-name, .lists-page .pro-lists .item .item-wrap .item-info .item-name { font-size: 20px; font-weight: bold; color: #333333; border-bottom: 1px solid #eeeeee; line-height: 2; }
.goods-page .pro-lists .item .item-wrap .item-info .item-attr, .lists-page .pro-lists .item .item-wrap .item-info .item-attr { font-size: 14px; }
.goods-page .pro-lists .item .item-wrap .item-info .item-attr .attr-name, .lists-page .pro-lists .item .item-wrap .item-info .item-attr .attr-name { font-weight: bold; color: #333333; }
.goods-page .pro-lists .item .item-wrap .item-info .item-attr .attr-value, .lists-page .pro-lists .item .item-wrap .item-info .item-attr .attr-value { color: #666666; }
.goods-page .pro-lists .item .item-wrap .item-info .item-desc, .lists-page .pro-lists .item .item-wrap .item-info .item-desc { font-size: 14px; }
.goods-page .pro-lists .item .item-wrap .item-info .item-btns a, .lists-page .pro-lists .item .item-wrap .item-info .item-btns a { border: 1px solid #666666; color: #666666; display: block; padding: 3.5% 6%; width: 47%; font-size: 14px; text-align: center; line-height: 1; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.goods-page .pro-lists .item .item-wrap .item-info .item-btns a:hover, .lists-page .pro-lists .item .item-wrap .item-info .item-btns a:hover { background-color: #2669d5; color: #ffffff; border-color: #2669d5; letter-spacing: 1px; }
.goods-page .goods-top, .lists-page .goods-top { background-color: #f6f7fc; }
.goods-page .goods-top .goods-title, .lists-page .goods-top .goods-title { font-size: 30px; color: #282828; }
@media (max-width: 575.98px) { .goods-page .goods-top .goods-title, .lists-page .goods-top .goods-title { font-size: 20px; } }
.goods-page .goods-top .item-attrs .item-attr, .lists-page .goods-top .item-attrs .item-attr { color: #333333; }
.goods-page .goods-top .item-attrs .item-attr .attr-name, .lists-page .goods-top .item-attrs .item-attr .attr-name { font-weight: bold; }
.goods-page .goods-top .item-attrs .item-attr .attr-value, .lists-page .goods-top .item-attrs .item-attr .attr-value { margin-top: 3px; line-height: 2; }
.goods-page .goods-top .item-attrs .item-attr .attr-value::before, .lists-page .goods-top .item-attrs .item-attr .attr-value::before { content: ''; display: inline-block; width: 5px; height: 5px; border-radius: 50%; background-color: var(--theme-color); vertical-align: middle; margin-right: 5px; }
.goods-page .goods-top .goods-contacts .contact-tel .tel-info p, .lists-page .goods-top .goods-contacts .contact-tel .tel-info p { line-height: 1; }
.goods-page .goods-top .goods-contacts .contact-tel .tel-info p.tel-num, .lists-page .goods-top .goods-contacts .contact-tel .tel-info p.tel-num { font-weight: bold; font-size: 24px; font-family: Impact; color: #2669d5; margin-top: 5px; }
.goods-page .goods-top .goods-contacts .contact-btns, .lists-page .goods-top .goods-contacts .contact-btns { width: 50%; }
.goods-page .goods-top .goods-contacts .contact-btns a, .lists-page .goods-top .goods-contacts .contact-btns a { display: inline-block; margin-left: 5%; padding: 3% 8%; background-color: #cd1e26; color: #ffffff; border-radius: 3rem; font-size: 14px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.goods-page .goods-top .goods-contacts .contact-btns a:hover, .lists-page .goods-top .goods-contacts .contact-btns a:hover { letter-spacing: 2px; background-color: #2669d5; }
.goods-page .goods-top .goods-services p, .lists-page .goods-top .goods-services p { padding: 0 3%; position: relative; }
.goods-page .goods-top .goods-services p:not(:last-child)::after, .lists-page .goods-top .goods-services p:not(:last-child)::after { content: ''; height: 14px; width: 0; border-right: 1px solid #c6c6c6; position: absolute; right: 0; }
.goods-page .goods-top .goods-services p img, .lists-page .goods-top .goods-services p img { margin-right: 5px; }
.goods-page .goods-top .goods-services p:hover, .lists-page .goods-top .goods-services p:hover { color: #2669d5; }
.goods-page .goods-lc, .lists-page .goods-lc { background-image: -moz-linear-gradient(-180deg, #3d558a 1%, #2669d5 100%); background-image: -webkit-linear-gradient(-180deg, #3d558a 1%, #2669d5 100%); background-image: -ms-linear-gradient(-180deg, #3d558a 1%, #2669d5 100%); color: #ffffff; }
.goods-page .goods-lc .lc-tel, .lists-page .goods-lc .lc-tel { font-size: 24px; }
.goods-page .goods-lc .lc-tel span, .lists-page .goods-lc .lc-tel span { text-transform: uppercase; font-size: 16px; }
.goods-page .goods-lc .tel-num, .lists-page .goods-lc .tel-num { line-height: 1; }
.goods-page .goods-lc .tel-num svg, .lists-page .goods-lc .tel-num svg { fill: #ffffff; }
.goods-page .goods-lc .tel-num span, .lists-page .goods-lc .tel-num span { font-size: 36px; color: #ffffff; font-weight: bold; font-family: Impact; }
.goods-page .goods-lc .cl-img, .lists-page .goods-lc .cl-img { flex: 1; }
@media (max-width: 1200px) { .goods-page .goods-lc .lc-tel, .lists-page .goods-lc .lc-tel { font-size: 20px; }
  .goods-page .goods-lc .lc-tel span, .lists-page .goods-lc .lc-tel span { font-size: 14px; }
  .goods-page .goods-lc .tel-num svg, .lists-page .goods-lc .tel-num svg { width: 18px; height: auto; }
  .goods-page .goods-lc .tel-num span, .lists-page .goods-lc .tel-num span { font-size: 26px; } }
.goods-page .goods-bottom .detail-nav, .lists-page .goods-bottom .detail-nav { background-color: #f6f6f6; }
.goods-page .goods-bottom .detail-nav li, .lists-page .goods-bottom .detail-nav li { flex: 1; text-align: center; }
.goods-page .goods-bottom .detail-nav a, .lists-page .goods-bottom .detail-nav a { line-height: 52px; text-align: center; }
.goods-page .goods-bottom .detail-section, .lists-page .goods-bottom .detail-section { padding-top: 4%; }
.goods-page .goods-bottom .detail-section .d-sec-head, .lists-page .goods-bottom .detail-section .d-sec-head { font-size: 30px; text-align: center; color: #333333; }
@media (max-width: 575.98px) { .goods-page .goods-bottom .detail-section .d-sec-head, .lists-page .goods-bottom .detail-section .d-sec-head { font-size: 22px; } }
.goods-page .goods-bottom .detail-section .detail-content, .lists-page .goods-bottom .detail-section .detail-content { line-height: 2; }
.goods-page .goods-bottom .detail-section .detail-content img, .lists-page .goods-bottom .detail-section .detail-content img { max-width: 100%; }
.goods-page .goods-bottom .detail-section .detail-content .img-grid .item, .lists-page .goods-bottom .detail-section .detail-content .img-grid .item { overflow: hidden; }
.goods-page .goods-bottom .detail-section .detail-content .img-grid .item img, .lists-page .goods-bottom .detail-section .detail-content .img-grid .item img { -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; }
.goods-page .goods-bottom .detail-section .detail-content .img-grid .item .item-name, .lists-page .goods-bottom .detail-section .detail-content .img-grid .item .item-name { position: absolute; background-color: #2a66c8; top: 0; left: 0; font-size: 14px; color: #ffffff; padding: 1% 3%; }
.goods-page .goods-bottom .detail-section .detail-content .img-grid .item:hover img, .lists-page .goods-bottom .detail-section .detail-content .img-grid .item:hover img { -webkit-transform: scale(1.02); -moz-transform: scale(1.02); -ms-transform: scale(1.02); -o-transform: scale(1.02); transform: scale(1.02); }
.goods-page .goods-bottom .detail-section .about-adv-param .item .item-wrap .item-icon, .lists-page .goods-bottom .detail-section .about-adv-param .item .item-wrap .item-icon { max-width: 150px; margin: 0 auto 5%; }
.goods-page .goods-bottom .detail-section .about-adv-param .item .item-wrap .item-icon img, .lists-page .goods-bottom .detail-section .about-adv-param .item .item-wrap .item-icon img { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.goods-page .goods-bottom .detail-section .about-adv-param .item:hover .item-wrap .item-icon img, .lists-page .goods-bottom .detail-section .about-adv-param .item:hover .item-wrap .item-icon img { -webkit-animation: swing .3s; -o-animation: swing .3s; animation: swing .3s; }
.goods-page .goods-bottom .detail-section .afterSales-list .item-wrap, .lists-page .goods-bottom .detail-section .afterSales-list .item-wrap { background-color: #f8f8f8; }
.goods-page .goods-bottom .detail-section .afterSales-list .item-icon, .lists-page .goods-bottom .detail-section .afterSales-list .item-icon { width: 100px; margin: 0 auto; }
.goods-page .goods-bottom .detail-section .afterSales-list .item-icon img, .lists-page .goods-bottom .detail-section .afterSales-list .item-icon img { position: absolute; margin: auto; top: 0; left: 0; right: 0; bottom: 0; }

.sidebar .head { background-image: -moz-linear-gradient(-180deg, #3d558a 1%, #2669d5 100%); background-image: -webkit-linear-gradient(-180deg, #3d558a 1%, #2669d5 100%); background-image: -ms-linear-gradient(-180deg, #3d558a 1%, #2669d5 100%), url("../Image/icon-head.png") right no-repeat; position: relative; }
.sidebar .head::after { content: ''; position: absolute; display: block; width: 85px; margin: auto; top: 0; bottom: 0; right: 4%; background: url("../Image/icon-head.png") right no-repeat; background-size: contain; height: 80%; }
.sidebar .head .head-name { color: #ffffff; font-size: 24px; }
.sidebar .category-nav { border: 1px solid #ebebeb; }
.sidebar .category-nav li { background-color: #f6f6f6; padding: 3% 5%; margin-bottom: 2%; position: relative; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; position: relative; }
.sidebar .category-nav li a { position: relative; z-index: 2; display: block; width: 100%; }
.sidebar .category-nav li::after { content: ''; display: block; position: absolute; width: 100%; height: 100%; -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; background-image: -moz-linear-gradient(-180deg, #3d558a 1%, #2669d5 100%); background-image: -webkit-linear-gradient(-180deg, #3d558a 1%, #2669d5 100%); background-image: -ms-linear-gradient(-180deg, #3d558a 1%, #2669d5 100%); -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: left center; -moz-transform-origin: left center; -ms-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; left: 0; }
.sidebar .category-nav li::before { content: ''; width: 3px; height: 16px; background-color: #d2d2d2; position: absolute; left: 0; margin: auto; top: 0; bottom: 0; z-index: 3; }
.sidebar .category-nav li:hover::after { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); }
.sidebar .category-nav li:hover::before { background-color: #ffffff; }
.sidebar .category-nav li:hover a { color: #ffffff; }
.sidebar .contact-box { background-color: #f6f7f9; padding: 5% 8%; }
.sidebar .contact-box .head { color: #737373; font-size: 14px; }
.sidebar .contact-box .tel-num { font-size: 30px; color: #3d3d3d; font-family: Impact; }
@media (max-width: 1200px) { .sidebar .contact-box .tel-num { font-size: 26px; } }
.sidebar .contact-box .contact-btn { background-color: #2669d5; color: #ffffff; font-size: 14px; padding: 5% 6%; background-image: -moz-linear-gradient(-180deg, #3d558a 1%, #2669d5 100%); background-image: -webkit-linear-gradient(-180deg, #3d558a 1%, #2669d5 100%); background-image: -ms-linear-gradient(-180deg, #3d558a 1%, #2669d5 100%); background-size: 600%; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.sidebar .contact-box .contact-btn:hover { background-size: 100%; }

/*产品详情*/
.goods-detail-page .goods-top .goods-summary .goods-title { font-size: 24px; color: #333333; }
.goods-detail-page .goods-top .goods-summary .goods-attr { border-top: 1px solid #eeeeee; border-bottom: 1px solid #eeeeee; }
.goods-detail-page .goods-top .goods-summary .goods-attr .attr { font-size: 14px; }
.goods-detail-page .goods-top .goods-summary .goods-attr .attr .attr-name { color: #333333; width: 15%; }
.goods-detail-page .goods-top .goods-summary .goods-attr .attr .attr-value { color: #666666; }
.goods-detail-page .goods-top .goods-summary .goods-contact .contact-icon svg { width: 46px; height: 46px; }
.goods-detail-page .goods-top .goods-summary .goods-contact .contact-icon svg path { fill: #666666; }
.goods-detail-page .goods-top .goods-summary .goods-contact .contact-info { font-size: 14px; }
.goods-detail-page .goods-top .goods-summary .goods-contact .contact-info .tel-num { color: var(--theme-color); font-style: normal; font-size: 24px; line-height: 1; }

.news-page { background-color: #f4f4f4; }
.news-page .inner-section-box .inner-section { padding-top: 0; }
.news-page .news-container { background-color: #fff; }
.news-page .news-container .news-title { line-height: 2; }
.news-page .news-container .news-meta { color: #999999; font-size: .875rem; }
.news-page .news-container .news-detail { border-top: 1px solid #eeeeee; line-height: 2; font-size: 1rem; }
.news-page .news-container .news-detail img { max-width: 100%; vertical-align: bottom; }
.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-color); 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-color); }

.contact-page .contact-way .item .item-icon .icon-wrap { width: 4.375rem; height: 4.375rem; border: 1px solid #eeeeee; border-radius: 50%; text-align: center; line-height: 4.375rem; margin: 0 auto; }
.contact-page .contact-way .item .item-icon .icon-wrap svg { fill: var(--theme-color); }
.contact-page .contact-way .item .item-icon .icon-wrap .icon-name { -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.contact-page .contact-way .item .item-info { line-height: 1.8; }
.contact-page .contact-way .item:hover .icon-wrap { animation: swing 1s; }
.contact-page .contact-way .item:hover .icon-name { color: var(--theme-color); }
.contact-page #dituContent { height: 50vw; }
@media (min-width: 992px) { .contact-page #dituContent { height: 30vw; } }
@media (min-width: 1200px) { .contact-page #dituContent { height: 25vw; } }
.contact-page .qrcode-box { width: 80%; margin: 0 auto; }
.contact-page .qrcode-box img { border: 1px solid #eeeeee; padding: 10px; background: #f4f4f4; }
@media (max-width: 575.98px) { .contact-page .qrcode-box { width: 160px; height: 160px; margin: 0 auto; } }
